

::-webkit-scrollbar-track{
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color:#f5f5f5
}
::-webkit-scrollbar{
	width:10px;
	background-color:#f5f5f5
}
::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background-color:#034d8e;
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
}
body{
	/*font-family: 'Comfortaa';*/
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
}
.fs-7{
	font-size: 0.9rem !important;
}
.fs-8{
	font-size: 1rem !important;
}
.fs-9{
	font-size: 0.9rem !important;
}
input {
	border: 1px solid lightgray;
	outline: none;
}
select{
	border: 1px solid lightgray;
	outline: none;
}
textarea{
	border: 1px solid lightgray;
	outline: none;
}
button{
	border: 1px solid lightgray;
	outline: none;
}
input.largerCheckbox {
	width: 15px;
	height: 15px;
}
.text-justify{
	text-align: justify;
}
.top-gap{
	margin-top: 5rem;
}
@media(max-width: 992px){
	.top-gap{
		margin-top: 6rem;
	}
}
.service-bg {
	/*background-color: #e8e8e8;*/
	background: linear-gradient(120deg, #f7eaea 49%, #f7eac4 53%);
}
.allheading-color{
	color: #034d8e ;
}
.allbg-color{
	background-color: #034d8e !important;
	color: #fff !important;
}
.modal-btn{
	background: transparent;
	border: none;
	color: #fff;
}
.contact-page-btn{
	background-color: #034d8e ;
	transition: .5s;
	border: 2px solid #034d8e ;
	color: #fff;
	border-radius: 30px;
}
.contact-page-btn:hover{
	background-color: #fff ;
	transition: .5s;
	color: #034d8e;
}
.allpage-heading .allpage-heading-content {
	margin-top: 8rem;
}
@media(max-width: 992px){
	.allpage-heading .allpage-heading-content{
		margin-top: 1rem !important;
	}
}
.all-banner-bgcolor{
	background-color: rgba(0,0,0,0.7);
	height: 100%;
}
/*======================================*/
/* page loader css
/*======================================*/
/*.page-loader{*/
	/*	width: 100%;*/
	/*	height: 100vh;*/
	/*	position: fixed;*/
	/*	background: #fff;*/
	/*	z-index: 1040;*/
	/*	overflow: hidden;*/
	/*	top:0;*/
	/*}*/
	/*.page-loader .txt{*/
		/*	text-align: center;*/
		/*	top: 7%;*/
		/*	position: relative;*/
		/*}*/
		/*.loader-size{*/
			/*    height:12vh;*/
			/*    margin-top: 20%;*/
			/*}*/
			.page-loader{
				width: 100%;
				height: 100vh;
				position: fixed;
				background: rgba(0, 0, 0, 0.8);
				/*background: #272727;*/
				z-index: 1040;
				text-align: center;
				overflow: hidden;
				top:0;
			}
			.page-loader-img{
				height: 13vh;
				margin-top: 15%;
			}
/*=================================*/
/* go to top css
/*=================================*/
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #034d8e;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
}
/*=================================*/
/* top section navbar css 
/*=================================*/
.top-section .top-background-color{
	background-color: #034d8e;
}
.top-section .vertical-line{
	border-right: 1px solid #fff;
}
@media (max-width: 992px){
	.mobile-social-icon{
		text-align: center !important;
	}
}
/*=================================*/
/* navbar section css
/*=================================*/
.navbar li a:hover, .dropdown:hover .dropbtn {
	border-bottom: 2px solid #f9b409;
}
.dropdown-content {
	display: none;
	position: fixed;
	background-color: #f9f9f9;
	width: 100%;
	left: 0;
	right: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	transition: 1s;
	/*margin-top: 1.3rem;*/
}
.dropdown:hover .dropdown-content {
	display: block;
	transition: 1s;
}
.dropdown, .dropend, .dropstart, .dropup {
	position: initial !important;
}
.nav-item li a{
	color: #000;
}
.nav-item li a:hover{
	color: #034d8e;
}
.nav-item li{
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.nav-item img{
	border-radius: .5rem;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
@media(min-width: 992px){
	.menu-position{
		flex: none;
	}
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	color: #034d8e ;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .show>.nav-link {
	color: #034d8e ;
}
.contact-menu-btn{
	border: 2px solid #034d8d!important;
	transition: 0.5s;
}
.contact-menu-btn:hover{
	background-color: #034d8d;
	color: #fff !important;
	transition: 0.5s;
}
/*=================================*/
/* get in touch quota btn css
/*=================================*/
.quota-btn-position {
	position: fixed;
	bottom: 5%;
	z-index: 9;
	left: 1%;
}
.but {
	background-color: #034d8e ;
	color: #fff;
	text-decoration: none;
	border-radius: 60px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	overflow:hidden;
	width: 170px;
	max-width: 50px; 
	margin-bottom: 10px;
	-webkit-transition: max-width 0.5s;
	transition: max-width 0.5s;
	border: none;
}
.but:hover{
	max-width: 100%;
	padding-right: 15px;
	color: white;
}
.touch-text-size{
	font-size: 0;
	transition: .5s;
}
.touch-text-size:hover{
	font-size: 16px;
}
.icon:hover + .touch-text-size{
	font-size: 16px;
	transition: .5s;
}
.icon {
	font-size: 16px;
	padding: 10px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	color: white;
}
.quota-btn {
	background-color: #fff ;
	transition: .5s;
	border: 2px solid #034d8e ;
	color: #034d8e;
	border-radius: 30px;
}
.quota-btn:hover{
	background-color: #034d8e;
	color: #fff  !important;
	transition: .5s;
}
.careerpage-btn{
	display:inline-block;
	width: 145px;
}
.banner-btn {
	background-color: transparent ;
	transition: .5s;
	border: 2px solid #fff ;
	color: #fff;
	border-radius: 30px;
}
.banner-btn:hover{
	background-color: #fff;
	color: #034d8e  !important;
	transition: .5s;
}
.gettouch-submitbtn{
	background: transparent;
	border: none;
	color: #fff;
}
.gettouch-group{position:relative;}
.gettouch-group label{position:absolute;left:8px;top:9px;z-index:1;color:#9e9a9a;}
.gettouch-group label::after{content:"*";color:red;}
input[required]:valid + label{display: none;}
.checkbox-position{
	margin-top: -3.5rem;
}
/*=================================*/
/* banner section css
/*=================================*/
.banner-section .carousel-item img{
	height: 92vh;
	min-height: 300px;
}
.banner-section .carousel-caption {
	bottom: 145px;
}
.banner-section .carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}
.banner-section .carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
@media only screen and (max-width: 767px) {
	.banner-section .carousel-caption {
		bottom: 10%;
	}
	.banner-section .carousel-caption h5 {
		font-size: 17px;
	}
	.banner-section .carousel-item img{
		height: 43vh;
		min-height: 300px;
	}
	.banner-section .carousel-caption p{
		width: 100%;
	}
}
.banner-section .carousel-item {
	transition: transform 1.5s ease-in-out;
}
.banner-section .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
}
@media(max-width: 992px){
	.banner-section .banner-section .item .cover{
		padding: 0;
		display: block;
	}
}
.banner-section .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 8px;
	border-radius: 50%;
}
.banner-section .carousel-heading-animation{
	animation-delay: 1s;
}
.banner-section .carousel-para-animation{
	animation-delay: 2s;
}
.banner-section .carousel-button-animation{
	animation-delay: 3s;
}
/*=================================*/
/* service section css
/*=================================*/
.service-body .card {
	/*background: linear-gradient(#ffffff 50%, #034d8e   50%);*/
	background-size: 100% 200%;
	/*background-position: 0 2.5%;*/
	border-radius: 5px;
	cursor: pointer;
	transition: 1s;
	/*border-bottom: 2.5% solid #034d8e ;*/
}
@media(min-width:992px){
	.service-body .card{
		height: 300px;
		overflow: hidden;
	}
}
.service-body .card:hover {
	/*background-position: 0 100%;*/
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.service-body .iconbox-blue:hover h4 {
	color: #47aeff;
	transition: 1s;
}
.service-body .iconbox-blue  h4 {
	transition: 1s;
}
.service-body .iconbox-orange:hover h4 {
	color: #ffa76e;
	transition: 1s;
}
.service-body .iconbox-orange h4 {
	transition: 1s;
}
.service-body .iconbox-pink:hover h4 {
	color: #e80368;
	transition: 1s;
}
.service-body .iconbox-pink h4 {
	transition: 1s;
}
.service-body .iconbox-yellow:hover h4 {
	color: #ffbb2c;
	transition: 1s;
}
.service-body .iconbox-yellow h4 {
	transition: 1s;
}
.service-body .iconbox-red:hover h4 {
	color: #ff5828;
	transition: 1s;
}
.service-body .iconbox-red h4 {
	transition: 1s;
}
.service-body .iconbox-teal:hover h4 {
	color: #11dbcf;
	transition: 1s;
}
.service-body .iconbox-teal h4 {
	transition: 1s;
}
.service-body .iconbox-violet:hover h4 {
	color: #5c129f;
	transition: 1s;
}
.service-body .iconbox-violet h4 {
	transition: 1s;
}
.service-body .iconbox-indianred:hover h4 {
	color: #cd5c5c;
	transition: 1s;
}
.service-body .iconbox-indianred h4 {
	transition: 1s;
}
.service-body .iconbox-darkcyan:hover h4 {
	color: #129494;
	transition: 1s;
}
.service-body .iconbox-darkcyan h4 {
	transition: 1s;
}
	/*.service-body .card:hover p {
	  color: #f0f0f0;
	}*/
	.service-body .card .icon-wrapper svg path {
		transition: 1s;
		fill: #f5f5f5;
	}
	.service-body .iconbox-blue:hover .icon-wrapper path {
		fill: #47aeff;
	}
	.service-body .iconbox-blue i {
		color: #47aeff;
	}
	.service-body .iconbox-blue:hover i {
		color: #fff;
	}
	.service-body .iconbox-orange:hover .icon-wrapper path {
		fill: #ffa76e;
	}
	.service-body .iconbox-orange i {
		color: #ffa76e;
	}
	.service-body .iconbox-orange:hover i {
		color: #fff;
	}
	.service-body .iconbox-pink:hover .icon-wrapper path {
		fill: #e80368;
	}
	.service-body .iconbox-pink i {
		color: #e80368;
	}
	.service-body .iconbox-pink:hover i {
		color: #fff;
	}
	.service-body .iconbox-yellow:hover .icon-wrapper path {
		fill: #ffbb2c;
	}
	.service-body .iconbox-yellow i {
		color: #ffbb2c;
	}
	.service-body .iconbox-yellow:hover i {
		color: #fff;
	}
	.service-body .iconbox-red:hover .icon-wrapper path {
		fill: #ff5828;
	}
	.service-body .iconbox-red i {
		color: #ff5828;
	}
	.service-body .iconbox-red:hover i {
		color: #fff;
	}
	.service-body .iconbox-teal:hover .icon-wrapper path {
		fill: #11dbcf;
	}
	.service-body .iconbox-teal i {
		color: #11dbcf;
	}
	.service-body .iconbox-teal:hover i {
		color: #fff;
	}
	.service-body .iconbox-violet:hover .icon-wrapper path {
		fill: #5c129f;
	}
	.service-body .iconbox-violet i {
		color: #5c129f;
	}
	.service-body .iconbox-violet:hover i {
		color: #fff;
	}
	.service-body .iconbox-indianred:hover .icon-wrapper path {
		fill: #cd5c5c;
	}
	.service-body .iconbox-indianred i {
		color: #cd5c5c;
	}
	.service-body .iconbox-indianred:hover i {
		color: #fff;
	}
	.service-body .iconbox-darkcyan:hover .icon-wrapper path {
		fill: #129494;
	}
	.service-body .iconbox-darkcyan i {
		color: #129494;
	}
	.service-body .iconbox-darkcyan:hover i {
		color: #fff;
	}
	.service-body .card .icon-wrapper {
		margin: 0 auto;
		width: 100px;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: ease-in-out 0.3s;
		position: relative;
	}
	.service-body .card .icon-wrapper i {
		font-size: 36px;
		transition: 0.5s;
		position: absolute;
	}
/*=================================*/
/* footer section css 1e1e1e
/*=================================*/
.footer-section .footer-bg{
	background-color: #262525;
	color: #969393;
}
.footer-section .footer-bg a{
	color: #969393;
	transition: 0.5s;
}
.footer-section .footer-bg a:hover{
	color: #fff;
	transition: 0.5s;
}
.footer-section .footer-bg ul li i{
	color: #0060b4 ;
}
.footer-section .footer-bg h5{
	color: #0060b4 ;
}
.footer-section .footer-iconborder{
	border: 2px solid #969393;
	/*padding: 11px 8px 11px 11px;*/
}
.footer-section .facebook-color:hover{
	background-color: #3b5998;
	border: 2px solid #3b5998;
}
.footer-section .twitter-color:hover{
	background-color: #00acee;
	border: 2px solid #00acee;
}
.footer-section .linkdin-color:hover{
	background-color: #0072b1;
	border: 2px solid #0072b1;
}
.footer-section .youtube-color:hover{
	background-color: #FF0000;
	border: 2px solid #FF0000;
}
.footer-section .bottom-footer-bg{
	background-color: #111;
	color: #fff;
}
.footer-section .techgeering-decoration{
	text-decoration: none;
	color: #06f7fc;
}
.footer-section .techgeering-decoration:hover{
	color: #dc3545 !important;
}
.footer-section .e-color{
	color:#dc3545 ;
}
.footer-section .e-color:hover{
	color: #06f7fc;
}
.footer-section .news-input-width{
	width: 85%;
}
/*=================================*/
/* partners section css
/*=================================*/
#client-slider .owl-nav {
	position: absolute;
	bottom: 50%;
	width: 100%;
}
#client-slider .owl-prev {
	display:block;
	float: left;
	margin-left: -50px;
	width: 50px;
	height: 50px;
}
#client-slider .owl-next {
	float:right;
	margin-right: -50px;
	display:block;
	height: 50px;
	width: 50px;
}
#client-slider .card-title { color: #18abd0; }
#client-slider .card-img-top img { 
	height: 15vh;
	width: 25vh; 
	margin: auto; 
}
/*=================================*/
/* contact page css
/*=================================*/
.iti--allow-dropdown{
	width: 100%;
}
.iti input, .iti input[type=tel], .iti input[type=text]{
	margin-bottom: 1rem !important;
}
.iti__flag-container{
	margin-bottom: 1rem !important;
}

.phoneno-placeholder{
	padding-left: 95px !important;
}
.hover-design:hover{
	color: #f8b100 !important;
	transition: .5s;
}
.hover-design{
	transition: .5s;
}
.allcontact-body-border{
	border: 1px solid #dadaf7;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.contact-address-bg{
	background-color: #dadaf7;
	height: 100%;
}
@media(min-width: 665px){
	.contact-addres-box{
		height: 40vh;
		cursor: pointer;
	}
}
/*=================================*/
/* Testimonials section css
/*=================================*/
.testimonial-section .testimonial-item {
	box-sizing: content-box;
	padding: 40px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	position: relative;
	background: #fff;
	height: 33vh;
}
.testimonial-section .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50px;
	border: 6px solid #fff;
	float: left;
	margin: 0 10px 0 0;
}
.testimonial-section .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}
.testimonial-section .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0;
}
.testimonial-section .testimonial-item .quote-icon-left,
.testimonial-section .testimonial-item .quote-icon-right {
	color: #dddddd;
	font-size: 26px;
}
.testimonial-section .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}
.testimonial-section .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}
.testimonial-section .testimonial-item p {
	font-style: italic;
	margin: 15px 0 0 0;
	padding: 0;
}
.testimonial-section .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit;
}
.testimonial-section .owl-dots {
	text-align: center;
}
.testimonial-section .owl-carousel button.owl-dot {
	padding: 5px!important;
	border-radius: 50%;
	background-color: #034d8e ;
	margin: 3px;
}
.testimonial-section .owl-dots .active {
	background-color: #000 !important;
}
/*=================================*/
/* all page css
/*=================================*/
.allpage-heading .allpage-heading-position{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 88vh;
}
@media(max-width: 992px){
    
    .testimonial-section .testimonial-item {
        padding:5px;
        height: 41vh;
    }
    
    
	.allpage-heading .allpage-heading-position{
		height: 50vh !important;
	}
	#dialog{
		width:100% !important;
	}
}
#dialog {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 35%;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 5px;
	text-align: center;
	z-index: 101;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
}
#dialog.show {
	align-items: center;
	display: flex;
	flex-direction: column;
}
#dialog span {
	margin-bottom: 1em;
}
.cooki-close-btn{
	cursor: pointer;
}
/*=================================*/
/* leadership page css
/*=================================*/
.team .member {
	overflow: hidden;
}
.team .member .member-img {
	position: relative;
	overflow: hidden;
}
.team .member .member-img img{
	height: 30vh;
	border: 5px solid #034d8e;
}
.team .member .social {
	left: 0;
	bottom: 0;
	right: 0;
	height: 40px;
	opacity: 0;
	transition: ease-in-out 0.3s;
	background: rgba(255, 255, 255, 0.85);
	justify-content: center;
}
.team .member .social a {
	transition: color 0.3s;
	color: #111;
	margin: 0 10px;
	display: inline-flex;
	align-items: center;
	line-height: 0;
	text-decoration: none;
}
.team .member .social a i {
	line-height: 0;
}
.team .member .social a:hover {
	color: #034d8e;
}
.team .member .social i {
	font-size: 18px;
	margin: 0 2px;
}
.team .member .member-info {
	padding: 25px 15px;
}
.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: #111;
}
.team .member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #b4aca8;
}
.team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
	color: #847872;
}
.team .member:hover .social {
	opacity: 1;
}
/*=================================*/
/*  total count CSS
/*=================================*/
.total-no-color-shadow{
	background: #15558d;
}
#counter{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
@media(max-width: 810px){
	.on-mobile-screen{
		display: contents !important;
	}
}
@media(max-width:992px){
	#counter .item{
		width:100% !important;
		margin:29px auto !important;
	}
}
#counter .item{
	box-shadow: 0 0 6px 1px #107ba2;
	padding: 25px;
	margin: 35px 29px;
	width: 20%;
} 
#counter .item .icon-size{
	font-size: 68px;
} 
#counter .item .count{
	color: #fff;
	margin-bottom: 5px;
	font-size: 35px;
}
#counter .item .span-text{
	color: #fff;
}
/*=================================*/
/*  about us page CSS
/*=================================*/
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #034d8d;
}
.accordion-button {
	color: #fff;
	background-color: #034d8d;
}
.accordion-button:focus {
	border-color: none; 
}
.accordion-button:focus {
	box-shadow: none;
	border-color: rgba(0,0,0,.125);
}
.approachable-img-height{
	height: 13vh;
}
/*=================================*/
/*  career page CSS
/*=================================*/
@media(max-width:992px){
	.careerpage-img{
		height: 50vh;
	}
}
.carrerpage-video-color{
	background-color: rgba(0,0,0,0.6);
	height: 88vh;
}	
.carrerpage-video-size{
	height: 87vh;
}
.carrerpage-video-text{
	margin-top: 10rem;
}
@media(max-width: 992px){
	.carrerpage-video-text{
		margin-top: 2rem;
	}
}	
.menu-position-banner{
	margin-top: -7vh;
}
.jobmenu-zindex{
	z-index: 9;
}
@media(max-width: 992px){
	.carrerpage-video-color{
		height: 50vh;
	}	
	.carrerpage-video-size{
		height: 50vh !important;
	}
	.menu-position-banner{
		margin-top: -2vh;
	}
	.job-content-bg{
		margin-top: -15vh;
	}
	.internship-content-position{
		margin-top: -15vh;
	}
}
.jobopening-image {
	height: 70vh; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
}
.job-content-bg{
	background-color: #f3eee7 !important;
	margin-top: -24vh;
}
.internship-content-position{
	margin-top: -24vh;
}
.internship-image {
	height: 70vh; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
}
.training-image {
	height: 70vh; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
}
/*=================================*/
/*  all job page CSS
/*=================================*/
.search-button-size{
	width: 120px;
}
.job-box-design{
	border: 1px solid gray;
	border-top: 5px solid #034d8e;
	border-radius: 5px;
}
.job-box-design:hover{
	border-top: 5px solid #034d8e !important;
	border: 1px solid #0c6dfc;
	box-shadow: 1px 1px 1px 1px #034d8e;
}
.mail-box-design{
	border: 1px solid lightgray;
	background-color: #f6f5f2;
}
.email-policy{
	font-size: 10px;
}
.select-padding{
	padding: 1rem .5rem 1rem .5rem;
}
.clear-position{
	right: 0;
}
@media(max-width: 992px){
	.sm-sort-possition{
		margin-top: 5vh;
	}
}
.looking-hire{
	flex: auto;
}
.topmenu-bg{
	background-color: #e8e4e4;
}
.top-menu-color{
	color: black !important;
	font-weight: 500;
}
.top-menu-color:hover{
	background-color: #034d8e;;
	color: #fff !important;
	transition: .5s;
	border-radius: 5px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.checkbox-size{
	height: 1rem;
	width: 1rem;
}
.jobsearch-boxbg{
	background-color: #dfd7d7;
}
/*=================================*/
/* job description page CSS
/*=================================*/
.{
	margin-top: 5rem;
}
.box-design{
	border: 1px solid lightgray;
}
.heading-border{
	border-bottom: 2px solid lightgray;
}
.read-apply-modalposition{
	float: right;
}	    
.date-size{
	font-weight: 100 !important;
}
.input-field-border{
	border: 1px solid lightgray;
}
/*=================================*/
/* knowledge(service) page CSS
/*=================================*/	
.allservice-bg{
	background-color: #9c9ad7;
}
.our-service{background:#fff;padding-bottom:100px;padding-top:30px}
.home-new .our-service .first-card .card{}.home-new .our-service .card{height:255px;background:#fff;padding-top:25px;padding-left:15px;padding-right:15px;width:65%;border-radius:3px;background-image:-o-linear-gradient(#166ce7,#5990f7);background-image:linear-gradient(#034d8e,#157bd3);background-repeat:no-repeat;-webkit-transition:background-size ease .5s,color .5s;-o-transition:background-size ease .5s,color .5s;transition:background-size ease .5s,color .5s;background-position:50% 50%;background-size:0% 0%}.home-new .our-service .card:hover{background-size:100% 100%;cursor:pointer}.card-title a{color:#050025}.home-new .our-service .card:hover .card-title a{text-decoration:none;color:#fff}.home-new .our-service .card:hover h4{color:#fff}.home-new .our-service .card:hover p{color:rgba(255,255,255,.7)}.home-new .our-service .first-card .card,.home-new .our-service .fourth-card .card{margin-left:auto}.home-new .our-service .second-card .card,.home-new .our-service .fifth-card .card{margin:auto;position:relative;top:30px}.home-new .our-service .third-card .card,.home-new .our-service .sixth-card .card{margin-right:auto;position:relative;top:50px}.home-new .our-service .card .img-box{width:55px;height:55px;background-color:#e8e8e9;border-radius:50%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home-new .our-service .card h4{font-size:15px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.15;letter-spacing:normal;text-align:center;color:#050025}.home-new .our-service .card p{font-size:13px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:center;color:rgba(5,0,37,.8);}	
/*=================================*/
/* multi blog page CSS
/*=================================*/
.all-blog-page .blog-area .single-item {
	margin-bottom: 30px;
}
.all-blog-page .blog-area .item .btn-animation {
	margin-top: 5px;
}
.all-blog-page .blog-area .item .date {
	color: #ffffff;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 35px;
	font-size: 12px;
	z-index: 1;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
}
.all-blog-page .full-blog .footer-meta {
	margin-bottom: 15px;
}
.all-blog-page .blog-area .footer-meta ul li {
	position: relative;
	z-index: 1;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 60px;
	display: flex;
	align-items: center;
	color: #5b5b5b;
}
.all-blog-page .blog-area .footer-meta ul li img {
	height: 70px;
	width: 70px !important;
	border-radius: 50%;
	margin-right: 10px;
}
.all-blog-page .blog-area .footer-meta ul li:last-child {
	padding-right: 0;
}
.all-blog-page .blog-area .footer-meta ul {
	display: flex;
	align-items: center;
	padding-left: 0;
}
.all-blog-page .blog-area .footer-meta ul li::after {
	position: absolute;
	right: 15px;
	top: 50%;
	content: "";
	height: 1px;
	width: 30px;
	background: #dddddd;
}
.all-blog-page .blog-area .footer-meta ul li:last-child::after {
	display: none;
}
.all-blog-page .blog-area .footer-meta ul li a {
	margin-left: 3px;
	display: inline-block;
	line-height: 1.4;
}
.all-blog-page .blog-area .footer-meta ul li a:hover {
	color: #f35a38;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.all-blog-page .blog-area .footer-meta ul li img {
		display: none;
	}
}
/* Blog Regular */
.all-blog-page .blog-area .item {
	background: #ffffff;
	box-shadow: 0 10px 40px rgb(0 0 0 / 7%);
	border-radius: 8px;
	transition: all 0.35s ease-in-out;
}
.all-blog-page .blog-area .thumb {
	position: relative;
	z-index: 1;
}
.all-blog-page .blog-area .thumb .date {
	position: absolute;
	left: 15px;
	top: 15px;
}
.all-blog-page .blog-area .thumb img {
	border-radius: 8px 8px 0 0;
	height: 35vh;
}
.all-blog-page .blog-area .info {
	padding: 1rem;
}
.all-blog-page .blog-area .info p:last-child {
	margin-bottom: 0;
}
.all-blog-page .blog-area .info{
	color: #000;
}
.all-blog-page .blog-area .info > a {
	margin-top: 8px;
}
.all-blog-page .blog-area .info .meta li {
	display: inline-block;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
}
.all-blog-page .blog-area .info .meta li i {
	margin-right: 5px;
}
.all-blog-page .blog-area .info .meta li a {
	font-weight: 700;
	color: #666666;
}
.all-blog-page .blog-area .info .meta li a:hover,
.all-blog-page .blog-area .info h4 a:hover {
	color: #f35a38;
}
.all-blog-page .blog-area .info .meta {
	margin-bottom: 15px;
}
.all-blog-page .blog-area .item .info .gallery img {
	margin-bottom: 30px;
}
/* Sidebar */
.all-blog-page .blog-area .left-sidebar .blog-content {
	float: right;
}
.all-blog-page .blog-area .left-sidebar .sidebar {
	padding-right: 35px;
}
.all-blog-page .blog-area .right-sidebar .sidebar {
	padding-left: 35px;
}
.all-blog-page .blog-area .sidebar .title {
	display: block;
}
.all-blog-page .blog-area .sidebar .title h4 {
	font-weight: 800;
	margin-bottom: 30px;
	margin-top: -5px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	font-size: 20px;
	display: inline-block;
	padding-bottom: 15px;
}
.all-blog-page .blog-area .sidebar .title h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 2px;
	width: 50px;
	border-bottom: 2px solid #034d8e;
}
.all-blog-page .blog-area .sidebar input[type="text"] {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 60px;
}
.all-blog-page .blog-area .sidebar form {
	position: relative;
}
.all-blog-page .blog-area .sidebar button[type="submit"] {
	background: transparent;
	border: medium none;
	color: #0e2258;
	font-weight: 500;
	letter-spacing: 1px;
	min-height: 50px;
	width: 50px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	top: 5px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border-radius: inherit;
	font-size: 18px;
	border-left: 1px solid #e7e7e7;
}
.all-blog-page .blog-area .sidebar input[type="submit"]:hover {
	background: #f35a38 none repeat scroll 0 0;
}
.all-blog-page .blog-area .sidebar .sidebar-item {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}
.all-blog-page .blog-area .sidebar .sidebar-item:last-child {
	margin-bottom: 0;
}
.all-blog-page .blog-area .sidebar .sidebar-item.category .sidebar-info,
.all-blog-page .blog-area .sidebar .sidebar-item.archives .sidebar-info {
	margin-top: -5px;
}
.all-blog-page .blog-area .sidebar .sidebar-item.category li {
	display: block;
	position: relative;
	margin-top: 13px;
}
.all-blog-page .blog-area .sidebar .sidebar-item.category li a {
	display: flex;
	text-transform: capitalize;
	font-weight: 700;
	color: #666666;
	align-items: center;
	justify-content: space-between;
}
.all-blog-page .blog-area .sidebar .sidebar-item li a:hover {
	color: #034d8d;
}
.all-blog-page .blog-area .sidebar .sidebar-item.category li a span {
	font-size: 12px;
	margin-left: 5px;
	background: #f1f1f1;
	min-width: 40px;
	padding: 3px;
	text-align: center;
	color: #0e2258;
	border-radius: 30px;
}
.all-blog-page .blog-area .sidebar .sidebar-item.category li:first-child a span {
	top: 0;
}
.all-blog-page .blog-area .sidebar .sidebar-item.category li:first-child {
	margin-top: 0;
	padding-top: 0;
}
.all-blog-page .blog-area .sidebar .sidebar-item.category li:first-child a::after {
	top: 0;
}
.all-blog-page .blog-area .sidebar .sidebar-item.category li:last-child {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.all-blog-page .sidebar-item.recent-post li a {
	color: #0e2258;
	display: block;
	font-weight: 700;
}
.all-blog-page .sidebar-item.recent-post li a:last-child {
	display: inline-block;
}
.all-blog-page .sidebar-item.recent-post .meta-title {
	margin-bottom: 8px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 13px;
}
.all-blog-page .sidebar-item.recent-post .meta-title i {
	margin-right: 3px;
	font-weight: 500;
}
.all-blog-page .sidebar-item.recent-post li a:hover {
	color: #034d8e;
}
.all-blog-page .sidebar-item.recent-post li a span {
	display: inline-block;
	color: #002359;
}
.all-blog-page .sidebar-item.recent-post li span {
	display: inline-block;
	font-size: 13px;
	color: #999999;
	font-weight: 500;
	text-transform: capitalize;
}
.all-blog-page .sidebar-item.recent-post .meta-title a {
	color: #999999;
}
.all-blog-page .sidebar-item.recent-post li {
	color: #cdd0d3;
}
.all-blog-page .sidebar-item.recent-post li {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.all-blog-page .sidebar-item.recent-post li:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}
.all-blog-page .sidebar-item.recent-post li:last-child {
	margin: 0;
}
.all-blog-page .sidebar-item.recent-post li .thumb {
	display: table-cell;
	padding-top: 5px;
	vertical-align: top;
	width: 80px;
}
.all-blog-page .sidebar-item.recent-post .thumb img {
	width: 100%;
	border-radius: inherit;
	height: 11vh;
}
.all-blog-page .sidebar-item.recent-post li .info {
	box-shadow: inherit;
	color: #837f7e;
	display: table-cell;
	padding: 0;
	padding-left: 25px;
	vertical-align: top;
}
.all-blog-page .sidebar-item.recent-post li .info a {
	text-decoration: inherit;
	font-weight: 700;
	font-size: 18px;
	margin-top: 0;
}
.all-blog-page .blog-area .sidebar-item.gallery ul {
	margin: -7px;
	overflow: hidden;
}
.all-blog-page .blog-area p{
	font-weight: 400;
}
.all-blog-page .sidebar-item.gallery ul li {
	box-sizing: border-box;
	float: left;
	padding: 7px;
	width: 33.333%;
}
.all-blog-page .sidebar-item.gallery ul li img {
	height: 15vh;
	width: 100%;
	border-radius: 0.5rem;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15)!important;
}
.all-blog-page .sidebar-item.archives ul li {
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.all-blog-page .sidebar-item.archives ul li:last-child {
	margin-bottom: 0;
}
.all-blog-page .sidebar-item.social-sidebar ul {
	margin-bottom: 0;
	overflow: hidden;
}
.all-blog-page .sidebar-item.social-sidebar li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.all-blog-page .sidebar-item.social-sidebar li a {
	background: #002359 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	display: inline-block;
	height: 50px;
	line-height: 54px;
	margin-bottom: 5px;
	text-align: center;
	width: 50px;
	font-size: 14px;
}
.all-blog-page .sidebar-item.social-sidebar li a:hover {
	color: #ffffff !important;
}
.all-blog-page .sidebar-item.social-sidebar li.facebook a {
	background: #3b5998 none repeat scroll 0 0;
	border-radius: 50%;
}
.all-blog-page .sidebar-item.social-sidebar li.twitter a {
	background: #1da1f2 none repeat scroll 0 0;
	border-radius: 50%;
}
.all-blog-page .sidebar-item.social-sidebar li.pinterest a {
	background: #bd081c none repeat scroll 0 0;
	border-radius: 50%;
}
.all-blog-page .sidebar-item.social-sidebar li.g-plus a {
	background: #db4437 none repeat scroll 0 0;
	border-radius: 50%;
}
.all-blog-page .sidebar-item.social-sidebar li.linkedin a {
	background: #0077b5 none repeat scroll 0 0;
	border-radius: 50%;
}
.all-blog-page .sidebar-item.tags ul {
	margin-top: -8px;
}
.all-blog-page .sidebar-item.tags ul li {
	display: inline-block;
}
.all-blog-page .sidebar-item.tags ul li a {
	border: 1px solid #e7e7e7;
	display: inline-block;
	font-weight: 800;
	margin-top: 8px;
	margin-right: 5px;
	padding: 5px 25px;
	text-transform: capitalize;
	font-size: 13px;
	border-radius: 30px;
	color: #666666;
	background: #fafafa;
}
.all-blog-page .sidebar-item.tags ul li a:hover {
	color: #034d8d;
}
.all-blog-page .blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 50px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.all-blog-page .blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #f35a38;
	z-index: -1;
	opacity: 0.7;
}
.all-blog-page .blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
	color: #ffffff;
	font-weight: 700;
}
.all-blog-page .blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
	color: #ffffff;
}
.all-blog-page .blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
	display: inline-block;
	color: #ffffff;
	border: 1px dashed rgba(255, 255, 255, 0.7);
	padding: 10px 25px;
	margin-top: 9px;
}
.all-blog-page .blog-area .blog-items.content-less .item .info > a {
	margin-top: 10px;
}
.all-blog-page .sidebar-info ul{
	padding-left: 0;
}
.all-blog-page .blog-area .item:hover {
	box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
	transition: all 0.35s ease-in-out;
}
.all-blog-page .sidebar-item ul{
	padding-left: 0;
}
/*=================================*/
/* single blog page CSS
/*=================================*/
.blog-detail-page .blogdetail-bgshadow{
	background-color: rgba(0, 0, 0, .8);
	height: 100%;
}
.blog-detail-page .blogdetail-left-img img{
	height: 70vh;
}
@media(max-width: 992px){
	.blog-detail-page .blogdetail-left-img img{
		height: 50vh;
	}
}
.blog-detail-page .section-end-border{
	border-bottom: 1px solid lightgray;
}
.blog-detail-page .pagination-btn .next-btn-position{
	text-align: end;
	display: inline-block;
	float: right;
}
.blog-detail-page .pagination-btn .previous-btn-position{
	display: inline-block;
}
.blog-detail-page .comment-section .comment-img-size{
	height: 15vh;
	width: 15vh;
}
.blog-detail-page .comment-section .viewer-img-name{
	align-items: center;
}		
.blog-detail-page .blogdetail-left-img .footer-meta ul li {
	position: relative;
	z-index: 1;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 60px;
	display: flex;
	align-items: center;
	color: #5b5b5b;
}
.blog-detail-page .blogdetail-left-img .footer-meta ul li p{
	margin-bottom: 0;
}
.blog-detail-page .blogdetail-left-img .footer-meta ul li img {
	height: 70px;
	width: 70px !important;
	border-radius: 50%;
	margin-right: 10px;
}
.blog-detail-page .blogdetail-left-img .footer-meta ul li:last-child {
	padding-right: 0;
}
.blog-detail-page .blogdetail-left-img .footer-meta ul {
	display: flex;
	align-items: center;
	padding-left: 0;
	margin-bottom: 0;
}
.blog-detail-page .blogdetail-left-img .footer-meta ul li::after {
	position: absolute;
	right: 15px;
	top: 50%;
	content: "";
	height: 1px;
	width: 30px;
	background: #dddddd;
}
.blog-detail-page .blogdetail-left-img .footer-meta ul li:last-child::after {
	display: none;
}
.blog-detail-page .blogdetail-left-img .footer-meta ul li a {
	margin-left: 3px;
	display: inline-block;
	line-height: 1.4;
}
.blog-detail-page .blogdetail-left-img .footer-meta ul li a:hover {
	color: #f35a38;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-detail-page .blogdetail-left-img .footer-meta ul li img {
		display: none;
	}
}
.blog-detail-page .sidebar-item .title h4 {
	font-weight: 800;
	margin-bottom: 30px;
	margin-top: -5px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	font-size: 20px;
	display: inline-block;
	padding-bottom: 15px;
}
.blog-detail-page .sidebar-item .title h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 2px;
	width: 50px;
	border-bottom: 2px solid #034d8e;
}
/*=================================*/
/* delivery modal page CSS
/*=================================*/
.main-timeline {
	margin-top: 40px;
	position: relative;
	margin-bottom: 40px;
}	
.main-timeline:after {
	content: '';
	display: block;
	clear: both;
}
.main-timeline .main-timeline-1 {
	margin-top: 43px;
	width: 56%;
	padding: 0;
	margin-bottom: 0;
}
.main-timeline .timeline {
	padding: 0 0 0 0px;
	margin-bottom: 100px;
	float: right;
	position: relative;
}
.case-studies .timeline {
	background: #fff;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 2px;
	background-color: #eaeaea;
	left: 50%;
}
.align-items-center {
	align-items: center;
	display: flex;
}
.step-img {
	position: relative;
}
.timeln-stpe-1 {
	position: absolute;
	top: 28px;
	left: 30px;
}
.timeln-stpe-1 h4, .timeln-stpe-2 h4, .timeln-stpe-3 h4, .timeln-stpe-4 h4, .timeln-stpe-5 h4, .timeln-stpe-6 h4 {
	font-weight: 700;
	font-size: 20px;
}
.main-timeline .timeline-content {
	display: block;
	position: relative;
	z-index: 1;
}
.main-timeline .main-timeline-1 .title {
	color: #c13018;
}
.main-timeline .title {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #333;
	padding: 0;
	text-align: left;
	text-transform: capitalize;
}
	/*.title {
	    text-align: center;
	    padding-bottom: 40px;
	}*/
	.main-timeline .description {
		line-height: 1.4;
		font-size: 16px;
		margin: 0;
		color: #333;
		min-height: 113px;
		max-height: 113px;
		overflow: hidden;
	}
	.main-timeline .main-timeline-2 {
		margin-top: -123px;
		width: 56%;
		padding: 0;
		margin-bottom: 0;
		float: left;
	}
	.main-timeline .timeline:nth-child(even):before {
		left: auto;
		right: -6px;
	}
	.our-pro .timeline:before {
		display: none;
	}
	.timeline:before {
		top: 0;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 2px;
		background-color: #eaeaea;
		left: 50%;
	}
	.main-timeline .timeline:nth-child(even) .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-icon {
		padding-left: 7px;
		border-radius: 300px 0 0 300px;
		left: auto;
		right: 6px;
	}
	.main-timeline .timeline:nth-child(even) .timeline-content .title {
		text-align: right;
	}
	.main-timeline .main-timeline-2 .title {
		color: #a2b969;
	}
	.timeln-stpe-2 {
		right: 30px;
		left: auto;
		position: absolute;
		top: 30px;
	}
	.main-timeline .timeln-stpe-3 {
		margin-top: -22px;
	}
	.timeline:before {
		top: 0;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 2px;
		background-color: #eaeaea;
		left: 50%;
	}
	.main-timeline .timeln-stpe-3 .title {
		color: #f36f13;
	}
	.main-timeline .timeln-stpe-4 .title {
		color: #2b323b;
	}
	.mobile-step {
		text-align: center;
		padding: 30px 20px;
		-webkit-box-shadow: 0 10px 20px rgb(55 126 249 / 20%);
		box-shadow: 0 1px 15px rgb(55 126 249 / 20%);
		border-radius: 20px;
		position: relative;
		margin: 20px 10px 35px;
	}
	.mobile-step h4 {
		font-weight: 700;
		font-size: 21px;
		width: 70px;
		height: 70px;
		margin: 0 auto;
		line-height: 70px;
		border-radius: 50%;
		color: #c13018;
		margin-bottom: 15px;
		-webkit-box-shadow: 0 10px 20px rgb(55 126 249 / 20%);
		box-shadow: 0 1px 15px rgb(55 126 249 / 20%);
	}
	.mobile-step h3 {
		font-size: 24px;
		margin-bottom: 10px;
		font-weight: 600;
		color: #c13018;
		padding: 0;
	}
	.mobile-step-1:after{
		display:none
	}
	.mobile-step-2 h3 {
		color: #a2b969;
	}
	.mobile-step-2 h4 {
		color: #a2b969;
		border-color: #a2b969;
	}
	.mobile-step-3 h3 {
		color: #f36f13;
	}
	.mobile-step-3 h4 {
		color: #f36f13;
		border-color: #f36f13;
	}
	.mobile-step-4 h3 {
		color: #2b323b;
	}
	.mobile-step-4 h4 {
		color: #2b323b;
		border-color: #2b323b;
	}
/*=================================*/
/* engagement model page CSS
/*=================================*/	
.engagementbody ul.infoGraphic {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding-top: 11px;
}
.engagementbody ul.infoGraphic li {
	position: relative;
	width: 100%;
	max-width: 18em;
	background: #f5f8f7;
	border-radius: 0.5em;
	padding: 0.5em;
	z-index: 1;
	transition: all 0.2s;
	cursor: pointer;
}   
.engagementbody ul.infoGraphic li .numberWrap {
	position: absolute;
}
.engagementbody ul.infoGraphic li .number {
	font-size: 7em;
	font-weight: 900;
	width: 0.9em;
	text-align: center;
}
.numberWrap .fontColor1{
	color: #3498db;
}
.numberWrap .fontColor2{
	color: #2ecc71;
}
.numberWrap .fontColor3{
	color: #9b59b6;
}
.numberWrap .fontColor4{
	color: #f1c40f;
}
.numberWrap .fontColor5{
	color: #e74c3c;
}
.numberWrap .fontColor6{
	color: #e67e22;
}	
.numberWrap .fontColor7{
	color: #e62261;
}
.numberWrap .fontColor8{
	color: #08afb7;
}	    
.engagementbody ul.infoGraphic li .coverWrap {
	transform: rotate(130deg);
	position: absolute;
	width: 16em;
	height: 11em;
	left: -3em;
	top: 0em;
}
.engagementbody ul.infoGraphic li .coverWrap .numberCover {
	position: absolute;
	background: #f5f8f7;
	width: 18em;
	height: 6em;
	border-radius: 50% 50% 0 0;
	border-bottom: 3px solid #f5f8f7;
	transition: all 0.4s;
}
.engagementbody ul.infoGraphic li .coverWrap .numberCover::before {
	position: absolute;
	content: "";
	bottom: 5px;
	left: 4em;
	right: 4em;
	top: 5em;
	box-shadow: 0 0 30px 17px #48668577;
	border-radius: 100px / 10px;
	z-index: -1;
}
.engagementbody ul.infoGraphic li .coverWrap .numberCover::after {
	position: absolute;
	bottom: 0;
	content: "";
	left: -10%;
	width: 120%;
	height: 150%;
	background: radial-gradient(
		at bottom,
		#48668533,
		transparent,
		transparent
	);
	z-index: 1;
}
.engagementbody ul.infoGraphic li .content {
	margin: 5em 1em 1em 2em;
	position: relative;
}
.engagementbody ul.infoGraphic li .content p {
	line-height: 1.5em;
}
.engagementbody ul.infoGraphic li:hover .coverWrap .numberCover {
	border-radius: 100%;
}
.infoGraphic .icon {
	position: relative;
	font-size: 2rem;
	text-align: center;
	top: -1.3em;
	left: 85%;
	transform: translatex(-50%);
}
.infoGraphic .icon:before {
	color: #666;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}
.iconCodepen:before {
	content: "\f1cb";
}	
.iconSocial:before {
	content: "\f08a";
}
.iconAirplane:before {
	content: "\f1d9";
}
.iconMap:before {
	content: "\f278";
}
.iconBulb:before {
	content: "\f0eb";
}
.iconPeace:before {
	content: "\f25b";
}
.Engagement-bgcolor{
	background-color: #f5f8f7;
}
/*=================================*/
/* development model page CSS
/*=================================*/
:root {
	--animation-time:40s;  
	--circle-color:hsl(120, 70%, 60%);
}
.development {
	min-height:700px;
	position:relative;
	display:grid;
	place-items:center;
	pointer-events:none;
	animation:rotate var(--animation-time) linear infinite;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: -64px;
	margin-bottom: -64px;
}
.development:hover {
	animation-play-state:paused;
}
.development:hover .middle-content {
	animation-play-state:paused;
}
.development:hover .circle .inner-circle {
	animation-play-state:paused;
	cursor:pointer;
}
@keyframes rotate {
	from {
		transform:rotate(0);
	}
	to {
		transform:rotate(360deg);
	}
}
.circle {
	position:absolute;
	inset:0;
	display:grid;
	place-items:center;
	pointer-events:none;
	transition:550ms ease;
}
.inner-circle {
	position:absolute;
	background-color:var(--circle-color);
	width:150px;
	border-radius:100%;
	aspect-ratio:1;
	left:0;
	/*display:grid;*/
	place-items:center;
	pointer-events:auto;
	transition:background 350ms ease, color 350ms ease-in-out;
	animation:rotate-opposite var(--animation-time) linear infinite;
	text-align: center;
	padding-top: 25px;
}
.inner-circle:hover {
	background-color:coral;
	color:white;
}
.development .middle-content {
	width:26%;
	height: 20%;
	animation:rotate-opposite var(--animation-time) linear infinite;
	border-radius:100vw;
	outline:4px solid hsl(208deg 96% 28%);
	outline-offset:8px;
	z-index:1;
	--start-angle-of-rotation:0deg;
	--end-angle-of-rotation:-360deg;
	padding: 13px;
}
@keyframes rotate-opposite {
	from {
		transform:rotate(var(--start-angle-of-rotation));
	}
	to {
		transform:rotate(var(--end-angle-of-rotation));
	}
}
@media(max-width: 992px){
	.development .middle-content {
		width:31%;
	}
	.inner-circle{
		width: 125px;
	}
}
/*=================================*/
/* all service page CSS
/*=================================*/
.gtco-testimonials {
	position: relative; 
}
@media (max-width: 767px) {
	.gtco-testimonials {
		margin-top: 20px;
	}
}
.gtco-testimonials .owl-stage-outer {
	padding: 30px 0;
}
.gtco-testimonials .owl-nav {
	display: none;
}
.gtco-testimonials .owl-dots {
	text-align: center;
}
.gtco-testimonials .owl-dots span {
	position: relative;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: block;
	background: #fff;
	border: 2px solid #015590;
	margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
	box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
	background: #015590;
	box-shadow: none;
	height: 12px;
	width: 12px;
	margin-bottom: -1px;
}
.gtco-testimonials .card {
	background: #fff;
	box-shadow: 0 8px 30px -7px #c9dff0;
	margin: 0 20px;
	padding: 0 10px;
	border-radius: 20px;
	border: 0;
}
.gtco-testimonials .card .card-img-top {
	max-width: 100px;
	border-radius: 50%;
	margin: 15px auto 0;
	box-shadow: 0 8px 20px -4px #95abbb;
	width: 100px;
	height: 100px;
}
.gtco-testimonials .active {
	opacity: 1;
	transition: all 0.3s;
}
.gtco-testimonials .center .card {
	opacity: 1;
	box-shadow: 0 8px 30px -7px #212324;
}
.servicepoint-bgcolor{
	background-color: #ecf6fa;
}	
.gtco-testimonials .serviceimg{
	height: 200px;
	width: 100%;
	padding: 25px;
}

.service-bgimg1{
	background-position: top left;
	background-repeat: no-repeat;
	padding: 60px 0;
	position: relative;
}	
.service-bgimg2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 22%;
	height: 65%;
	background-repeat: no-repeat;
}	
/*=================================*/
/* all industry page CSS
/*=================================*/	
.industry-bgiffect{
	background-color: rgb(255, 255, 255, 0.8);
}
.industrypoint-box{
	transition: .5s;
}
.industrypoint-box:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.55)!important;
	margin-top: -3px;
	transition: .5s;
}

/*=================================*/
/* update(new) css
/*=================================*/	
.softwaretesting .card{
	position: relative;
	cursor: pointer;
	background: transparent;
	margin: 15px;
}
.softwaretesting .card .face{
	width: 100%;
	height: 200px;
	transition: 0.5s;
}
.softwaretesting .card .face.face1{
	position: relative;
	background: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	transform: translateY(100px);
}
.softwaretesting .card:hover .face.face1{
	background: #034d8e;
	transform: translateY(0);
}
.softwaretesting .card .face.face1 .content{
	opacity: 0.7;
	transition: 0.5s;
}
.softwaretesting .card:hover .face.face1 .content{
	opacity: 1;
}
.softwaretesting .card .face.face1 .content img{
	max-width: 100px;
}
.softwaretesting .card .face.face1 .content h3{
	margin: 10px 0 0;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
}
.softwaretesting .card .face.face2{
	position: relative;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	box-shadow:  0 20px 40px -14px rgba(0, 0, 0, 0.25);
	transform: translateY(-100px);
}
.softwaretesting .card:hover .face.face2{
	transform: translateY(0);
}
.softwaretesting .card .face.face2 .content p{
	margin: 0;
	padding: 0;
}
.softwaretesting .card .face.face2 .content a{
	margin: 15px 0 0;
	display:  inline-block;
	text-decoration: none;
	font-weight: 900;
	color: #333;
	padding: 5px;
	border: 1px solid #333;
}
.softwaretesting .card .face.face2 .content a:hover{
	background: #333;
	color: #fff;
}	
.softwear-cardheight {
	height: 450px;
	overflow: hidden;
}
.accordion-button:not(.collapsed)::after {
	background-image: url(https://kgsdesign.techgeering.com/frontend_assets/img/white-arrow.png);
	transform: rotate(-180deg);
}
.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url(https://kgsdesign.techgeering.com/frontend_assets/img/white-arrow.png);
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}
.cardheight{
	height:520px;
}
.softwearbtn{
	background: transparent;
	color: #fff;
	border-radius: 25px;
	padding: 10px;
	transition:.5s;
}
.softwearbtn:hover{
	background:#fff;
	color:#000;
	transition:.5s;
}
.softwarepage-heading-content{
	margin-top:5rem;
}
@media(min-width:767px){
	.softwaremodal-bodyheight{
		height:500px;
		overflow-y:scroll;
	}
}
.softwaretesting .owl-nav {
	display: none;
}
.softwaretesting .owl-dots {
	text-align: center;
}
.softwaretesting .owl-dots span {
	position: relative;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: block;
	background: #fff;
	border: 2px solid #015590;
	margin: 0 5px;
}
.softwaretesting .owl-dots .active {
	box-shadow: none;
}
.softwaretesting .owl-dots .active span {
	background: #015590;
	box-shadow: none;
	height: 12px;
	width: 12px;
	margin-bottom: -1px;
}
.testimonial-section .owl-testimonial .owl-nav{
	display:none;
}


/*Code on 07-03-2023*/
.softwaretesting h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
.softwaretesting img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.softwaretesting .btn {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}
.softwaretesting .btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.softwaretesting .cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.softwaretesting .cards_item {
  display: flex;
  padding: 1rem;
}
.softwaretesting .card {
  background-color: white;
  border-radius: 0.25rem;
  /*box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);*/
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.softwaretesting .card_content {
  padding: 1rem;
  background: linear-gradient(to bottom left, #023969 40%, #6c8aa6 100%);
}
.softwaretesting .card_title {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-decoration-line: underline;
}
.softwaretesting .card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}



