@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;900&display=swap');

body{
	font-family: 'Work Sans', sans-serif;
	min-height: 100%;	
	color: #262C57;
}
body,html{
	overflow-x: hidden;
}
h1{
	font-size: 65px;
	font-weight: 700;
	line-height: 70px;
}
h2, h4{
	font-size: 25px;
	font-weight: 700;
	line-height: 28px;
}
p{
	font-size: 20px;
	line-height: 26px;
}
.font-20{
	font-size: 20px;
	line-height: 24px;
}
.font-23{
	font-size: 23px;
	line-height: 30px;
}
.font-25{
	font-size: 25px;
	line-height: 28px;
}
.font-30{
	font-size: 30px !important; 
	line-height: 32px;
}
.font-40{
	font-size: 40px;
	line-height: 40px;
}
.space-y-big{
	padding-top: 130px;
	padding-bottom: 130px;
}
.text-primary{
	color: #262C57 !important;
}
.btn-primary.btn-white, .btn-primary.btn-white::after{
	border-color: #fff;
	/*background: #262C57;*/
}
.btn-primary {
  font-weight: bold;
  color: #262C57;
  border: solid 6px #262C57;
  outline: 0;
  border-radius: 0;
  font-size: 18px;
  padding: 10px 22px;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.btn-primary:hover{
	background: #262C57;
	border-color: #262C57;
}
.btn-primary::after {
	top: 1.4rem;
  left: 1.4rem;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: solid 6px #262C57;
  border-right: solid 6px #262C57;
  transition: all 0.3s ease-in-out;
}
.form-control{
	border-width: 0 2px 2px 0;
	border-radius: 0;
	padding-left: 0;
	padding-top: 0;
	background-color: transparent;
	font-size: 25px;
	border-color: #262C57 !important;
	box-shadow: none !important;
}
.form-control::-webkit-input-placeholder { /* Edge */
  color: #262C57;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #262C57;
}

.form-control::placeholder {
  color: #262C57;
}
.bg-blue{
	background: #262C57;
}
.bg-transparent-white{
	background: rgba(255,255,255,0.8);
}
.navbar-nav .nav-item .nav-link{
	padding: 0 22px;
}
.navbar-nav .nav-item:last-child .nav-link{
	padding-right: .5rem;
}

.banner-text{
	top: 0;
    display: table;
    height: 100%;
}
.banner-text-right{
	right: 0;
    width: 100%;
}
.bg-light-grey{
	background: #E9E9F2;
}
.bg-gradiantlight-grey{
	background: rgb(233,233,242);
	background: linear-gradient(162deg, rgba(233,233,242,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
}
.bg-blue{
	background: #1F2448;
}
.talk-section{
	background: url(../images/contact-banner.jpg) no-repeat top;
	padding-top: 202px;
	padding-bottom: 180px;
}
.green-gradiant-bg{
	background: rgb(126,198,176);
	background: linear-gradient(137deg, rgba(126,198,176,0.4009978991596639) 0%, rgba(255,255,255,1) 73%, rgba(246,246,250,1) 100%);
}
.bg-green{
	background: #D6EFE7;
}
.testimonial-sec{
	background: url(../images/pexels-gustavo-fring-3985087.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.testimonial-sec:after{
	content: "";
    background: rgba(38,44,87,0.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.z-index-1{
	z-index: 1;
}
.globe-section{
	padding-top: 150px;
    padding-bottom: 160px;
}
.globe-bg{
	position: absolute;
    top: -310px;
    right: 0;
}
.service-icon{
	position: absolute;
	top: -190px;
}
.step-number{
	font-weight: bold;
	font-size: 200px;
	line-height: 70px;
	color: #262C57;
	opacity: 0.1;
	position: absolute;
}
.services-block .service-icon{
	top: -80px;
}
.big-services-section .service-icon{
	top: -80px;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	left: 0;
	z-index: 9;
	padding-right: 6.75rem;
    padding-left: 6.75rem;
}
.navbar-toggler{
	box-shadow: none !important;
}
.globe-section-client{
	padding-top: 100px;
    padding-bottom: 400px;
}
.globe-section-client .globe-bg{
	top: inherit;
}
.blue-conter{
	font-size: 200px;
	font-weight: 300;
	text-align: left;
	position: relative;
}
.blue-conter span{
	position: absolute;
	font-weight: 900;
	z-index: -1;
	left: 0;
    top: 15px;
}
.text-yellow{
	color: #F2D272;
}
.text-sky{
	color: #6DA8D2;
}
.text-green{
	color: #7EC6B0;
}
.blue-conter .text-yellow{
	left: 5px;
}
.blue-conter .text-green{
	left: 12px;
}
.about-text-top{
	margin-top: 280px;
}
.accordion-button:not(.collapsed)::before{
	background-image: url(../images/minus-icon.svg);
	height: 4px;
	margin-top: 13px;
}
.accordion-button::after{
	display: none;
}
.accordion-button::before {
    flex-shrink: 0;
    width: 23px;
    height: 23px;
    margin-top: 6px;
    content: "";
    background-image: url(../images/plus-icon.svg);	
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
    margin-right: 15px;
}

@media (min-width: 992px) and (max-width: 1560px){
	.services-block .mainbanner-img {
	    height: 438px;
	    object-fit: cover;
	}
	.big-services-section .mainbanner-img{
		height: 700px;
		object-fit: cover;
	}
}
@media (max-width: 1199px){
	.sticky{
		padding-right: 0.75rem;
    	padding-left: 0.75rem;
	}
}
@media (max-width: 991px){
	.globe-section-client{padding-top: 50px;padding-bottom: 75px;}
	.globe-section-client .globe-bg {top: 80px;}
	.blue-conter span{top: 7px;right: 0;}
	.blue-conter{font-size: 90px;text-align: center;}
	.about-text-top{margin-top: 90px;}
	.fw-normal-xs{font-weight: normal !important;}
	.font-16-mob{font-size: 16px !important;}
	.font-18-mob{font-size: 18px !important;}
	.navbar-collapse{
		background: #262C57;
	    z-index: 9;
	    top: 105px;
	    position: fixed;
	    left: 0;
	    bottom: 0;
	    display: table;
	    width: 100%;
	    height: 100%;
	    right: 0;
	}
	.navbar-nav .nav-item .nav-link{
		color: #fff !important;
		padding: 25px 5px;
		font-size: 35px;
		text-align: center;
	}
	.navbar-nav{
		height: 100%;
	    display: table-cell;
	    vertical-align: middle;
	}
	.service-icon.d-virtual-icon{position: absolute;top: -140px;}
	.btn-primary.btn-white{background: rgb(38 44 87 / 50%);}
	.btn-primary{border: solid 4px #262C57;padding: 8px 22px;}
	.btn-primary::after{border-bottom: solid 4px #262C57;border-right: solid 4px #262C57;top: 1rem;left: 1rem;}
	.service-main-title-icon.service-icon{position: absolute;top: -140px}
	.inner-banner-sec .mainbanner-img{height: 500px;}
	.w-60-mob{width: 60px;}
	.services-block .service-icon{top: -90px;position: absolute;}
	.services-block .mainbanner-img{height: 650px;}
	.font-25{font-size: 20px;line-height: 26px;}
	p{font-size: 16px;line-height: 23px;}
	.mainbanner-img{height: 850px;object-fit: cover;}
	.banner-text{display: block;top: 40px;}
	.navbar-brand{width: 172px;}
	h1{font-size: 35px;line-height: 35px;}
	.font-40{font-size: 25px;    line-height: 30px;}
	.space-y-big {padding-top: 70px;padding-bottom: 70px;}
	.service-icon{position: static;width: 100px;margin-bottom: 25px;}
	.step-number{font-size: 120px;}
	.globe-section{padding: 50px 0;overflow: hidden;}
	.globe-bg {position: relative;top: -70px;right: -90px;}
	.talk-section{padding-top: 60px;padding-bottom: 350px;background: url(../images/contact-banner-mobile.jpg) no-repeat bottom center;position: relative;}
	.form-check-label{font-size: 16px;}
	.big-services-section h1{font-size: 25px;line-height: 30px;}
	.banner-detail{height: 95%;position: relative;}
	.banner-detail .btn{position: absolute;bottom: 40px;}
	.big-services-section .service-icon {top: -100px;position: absolute;}
	/*.big-services-section {padding: 0;}*/
	.big-sec-ecomerce{padding-top: 250px;}
	.virtual-big-banner{padding-top: 41px;background: #e9e9f3;}
	.big-pro-spec{padding-top: 58px;background: #e9e9f3;}
	.service-top-banner{padding-top: 240px;}
}