/* banner css start*/
/*.inner-banner-area{
	background: linear-gradient(#001835a6, #0778bcb5), url(../img/service-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}*/

/* inner-page  css start*/
.inner-page {
     padding: 120px 0;
}

.info-item{
    display: flex;
	align-items:center;
}

.info-box{
	margin-top:20px;
}

.info-item .info-images{
    width: 15%;
    display: inline-block;
}

.info-item h3{
	font-size:18px;
	line-height:28px;
}

.info-contain{
    margin-left: 16px;
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}

/* service section css start */
@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

.service-section{
	background-image:url('../img/our-team_bg.webp');
	    background-size: cover;
		    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0;
	position:relative;
}

.custom-link:focus{
	box-shadow:unset;
}

.service-section .white-btn{
	    color: #1193c1 !important;
    background-color: #fff !important;
}

.service-section .white-btn:hover{
	    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.sbox{
	background:#fff;
  box-shadow: 0px 0px 20px 0px rgb(36 76 109 / 9%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0 15px;
    padding: 50px 40px 50px 105px;
	    border-radius: 8px;
		position:relative;
}



.service-col{
	justify-content:space-between;
}

.service-col .col-lg-6{
	max-width:45%;
	flex:0  0 45%;
}

.sbox p{
	padding:20px 0;
}

.simg{
	position:absolute;
	top:0;
	bottom:0;
	left: -7%;
	display:flex;
	align-items:center;
	height:100%;
}

.simg img{
	padding: 10px;
    border-radius: 0 20px;
    background: linear-gradient(90deg, #8b0003 -2.63%, #0066dd 122.49%);
    max-width: 85px;
}

/* center-text css start */
.center-text{
	
	text-align:center;
	margin-top:100px;
	padding: 60px 15px;
	border-radius:20px;
}

.center-text .same-title{
	    -webkit-text-fill-color: #fff;
		margin-bottom:0;
}

.center-text:after{
	content:'';
	height:100%;
	width:100%;
	display:flex;
	position:absolute;
	top:0;
	left:0;
	right:0;
	background-image:url(../img/ctabg.webp);
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
	z-index:-1;
	border-radius:10px;
}

.center-text{
	z-index:1;
	position:relative;
}

.center-text h2,.center-text p{
		color:#fff;
}

.center-text p{
	padding:20px 0;
}


/* social links section css start */
	.progressbar {
		display: inline-block;
		width: 100px;
		margin: 25px;
	}
	.circle {
		width: 180px;
		height: 180px;
		margin: 0 auto;
		margin-top: 10px;
		display: inline-block;
		position: relative;
		text-align: center;
	}
	.circle:after {
	    width: 120px;
		height: 120px;
		content: "";
		border-radius: 50%;
		display: block;
		position: absolute;
		top: 30px;
		left: 30px;
	}
	
	.circle canvas {
		vertical-align: middle;
		border-radius: 50%;
	}
	
	.circle div {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -20px 0 0 -86px;
		width: 100%;
		text-align: center;
		line-height: 40px;
		font-size: 31px;
		
	}
	.circle strong i {
		font-style: normal;
		font-size: 0.6em;
		font-weight: normal;
	}
	.circle span {
		display: block;
		color: white;
		margin-top: 12px;
	}
	
	
/* about-sec css start*/ 
.about-sec{
	padding-top:150px;
}

.list-view{
	margin-top:15px;
}

.img-grp{
	    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.border-box{
	border-left:3px solid #8b0003;
	padding-left:30px;
}
	
/* partner section css start*/
.working-best-sec{
	padding:150px 0 100px 0;
	overflow:hidden;
}
.partner-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-box .item {
    height: 70px;
    width: 100px;
    margin: 30px 20px 0;
    background: #ffffff;
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
    text-align: center;
    line-height: 70px;
    border-radius: 8px;
}

.partner-items{
	    padding: 100px 0;
}

.partner-items::before {   
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    display: flex;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    animation: rotation 25s infinite linear;
    background: url(../img/globe.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.partner-box .item i{
	    font-size: 50px;
    display: inline-block;
    line-height: 100px;
	    color: #232323;
}

.partner-box .item i.fa.fa-codepen {
    color: #3B5998;
}

/* faq section css start */
.faq{
	margin:0 0 150px  0;
}

.faq .slick-prev{
	left:40% !important;
}

.faq .slick-next{
	right:45% !important;
}

.faq  .btn-link{
	    color: #fff;
		border:0;
		padding:0;
		    font-family: "Jost", sans-serif;
    font-size: 20px;
    line-height: 30px;
	text-align:left;
	width:100%;
	position:relative;
}

.faq .btn-link:after{
	content: '\f078';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.faq .btn-link:not(.collapsed):after{
	content: '\f077';
}

#accordion{
	    margin-top: 20px;
}

#accordion .card{
	margin-bottom:20px;
}

.faq  .btn-link:hover,.faq  .btn-link:focus{
	text-decoration:unset;
	border:0;
	box-shadow:unset;
}

.faq  .card-header{
	    background: linear-gradient(90deg, #8b0003 -2.63%, #0066dd 122.49%);
    border-bottom: 0;
}

.testimonial-slider-1 .name{
	margin-top:0;
	margin-bottom:15px;
}

.testimonial-slider-1 .item h3{
	margin-bottom:15px;
}

/* form-section css start*/
.form-section{
	 background-color: #14877b;
	text-align:center;
	margin-bottom:150px;
	padding: 100px 0;
	z-index:1;
	position:relative;
}

.form-section:after{	
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-animation: imageChangeTwo 1s linear 1s infinite;
    animation: imageChangeTwo 1s linear 1s infinite;
    background-image: url(../img/footer-shape2.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-section:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-animation: imageChange 1s linear 1s infinite;
    animation: imageChange 1s linear 1s infinite;
    background-image: url(../img/footer-shape1.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*.form-section:after{
	content: '';
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/2.png);
    background-size: 100%;
    background-position:bottom;
    background-repeat: no-repeat;
}

.form-section .btn_gradiant{
	background:linear-gradient(90deg, #0b6593 -2.63%, #067b8f 20%, #198b74 122.49%);
}

.form-section .btn_gradiant:hover{
	background:linear-gradient(-20deg, #4e7f99 -2.63%, #4b8d7f 122.49%,#067b8f 20%);
}*/

.form-section .col-lg-12.col-md-12{
		z-index:1;
}



.form-section .head-title{
	margin:0;
}



.form-section .head-title,.form-section p{
	color:#fff;	
}

.form-section .same-title{
	-webkit-text-fill-color:#fff;
}


/* blog section css start */
.blog-section{
  margin-bottom: 85px;
}


/*media query*/
@media (max-width:334px){
	body .faq .slick-prev {
    left: 30% !important;
}

.inner-banner-title {
    line-height: 35px;
    font-size: 25px;
}

.inner-page {
    padding: 100px 0 0 0 !important;
}

.center-text{
	padding:40px 10px !important;
}

.sbox {
    padding: 30px 20px 50px 50px !important;
	    margin: 0;
}

.partner-box .item {
    width: 37% !important;
}

}

@media (max-width:767px){
	.service-col .col-lg-6{
		    max-width: 100%;
    flex: 0 0 100%;
	}
	
	.service-section{
		margin-bottom:0;
		padding-bottom: 40px;		
	}
	
	.blog-section{
		margin-bottom:0px;
	}
	
	.form-section{
		background-position: right;
		margin-bottom:100px;
	}
	
	.faq .slick-prev{
		left: 30% !important;
	}
	.faq .card-header .btn {
	    padding-right: 15px;
	}	
	
	.working-best-sec {
		padding: 0 0 100px 0;
	}
	
	.working-best-sec .row{
		flex-direction:column-reverse;
	}
	
	.working-best-sec .col-lg-5{
		text-align:center;
	}
	
	.test-title{
		margin-top:50px;
	}
	
	.faq .btn-link{
		font-size:18px;
    	line-height: 25px;		
	}
	.blog-section .slick-track {
	    padding: 5px 0;
	}
	
	.faq .slick-next{
		right:40% !important;
	}
	
	.partner-box{
		flex-wrap:wrap;
	}
	
	.about-sec {
		padding-top: 20px;
	}
	
	.partner-box .item{
		    width: 18%;
	}
	
	.info-item .info-images {
		width: 20%;
	}
	
	.inner-frist-img{
		margin-bottom:50px;
	}
	
	.inner-page .row{
		flex-direction:column-reverse;
	}
	
	.info-contain p{
		font-size:15px;
	}
	
	.inner-page{
		padding:100px 0;
		padding-bottom: 0px !important;
	}
	.center-text {
	    margin-top: 30px !important;
	}	
	
	.service-col .col-lg-6:last-child .sbox{
		margin-top:50px;
	}
	
	
	.simg{
		left:-7%;
	}
	
	.progressbar{
		    width: fit-content;
    margin: 30px auto;
    display: block;
	}
	
	.social-links .col-lg-7{
		text-align:center;
	}
	
	.about-sec .position-relative{
		margin-bottom:50px;
	}
	
	.simg img{
		max-width:60px;
	}
	
	.sbox{
		padding:30px 40px 50px 50px;
		    margin-bottom: 50px;
	}
	
	.center-text:after{
		background-size: cover;
	}
	
	.partner-box .item img.img-fluid {
    width: 30px !important;
}

.otherblog .sevices-item{
	height:auto;
}

}


@media only screen and (min-width:768px) and (max-width:991px){
.center-text:after{
		background-size: cover;
	}
	.sbox{
		padding:50px 40px 50px 40px;
	}
	
	.simg{
		left:-12%;
	}
	
	.simg img{
		max-width:65px;
	}
	
	.service-col .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.faq .slick-next {
    right: 45% !important;
	}
	
	.faq .slick-prev{
    left: 45% !important;
}

.form-section{
		background-position: right;
}

.testimonial-slider-1{
	margin-top:30px;
}

.working-best-sec .row{
	flex-direction:column-reverse;
}

.working-best-sec .col-lg-5{
	text-align:center;
}

.inner-page .row {
    flex-direction: column-reverse;
}
.inner-frist-img {
    margin-bottom: 50px;
	text-align:center;
}
.service-section .row:last-child{
	justify-content:center;
}

.progressbar {
    width: fit-content;
    margin: 30px auto;
    display: block;
}

.about-sec .position-relative {
    margin-bottom: 50px;
}

.social-links .col-lg-7{
	text-align:center;
}

.test-title{
		margin-top:50px;
	}
	
	.otherblog .sevices-item{
		height:700px;
	}
	
	.inner-banner-title{
		font-size:45px;
	}
	
}