@font-face {
    font-family: 'TrebuchetMS';
    src: url('fonts/TrebuchetMS.eot?#iefix') format('embedded-opentype'),
    url('fonts/TrebuchetMS.woff') format('woff'),
    url('fonts/TrebuchetMS.ttf')  format('truetype'),
    url('fonts/TrebuchetMS.svg#TrebuchetMS') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TrebuchetMS-Bold';
    src: url('fonts/TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/TrebuchetMS-Bold.woff') format('woff'),
    url('fonts/TrebuchetMS-Bold.ttf')  format('truetype'),
    url('fonts/TrebuchetMS-Bold.svg#TrebuchetMS-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 14px; color: #505050; line-height: 1.1;}

.enquire{ position: fixed; top: 50%; right: 0; z-index: 20; transform: translateY(-50%); width: 40px;}

.wrapper{ width: 85%; display: inline-block;}
.header{ position: fixed; left: 0; top: 0; padding: 20px 0; z-index: 15; transition: all .35s ease 0s;}
.header .headerInner{ display: flex; align-items: center; justify-content: space-between;}
.header .headerInner .logo{ width: 90px;}
.header .headerInner .navigation ul{ width: 100%; float: left;}
.header .headerInner .navigation ul li{ padding: 0 20px; display: inline-block; }
.header .headerInner .navigation ul li a{ display: block; font-size: 20px; font-weight: 400; color: #161c59; transition: all .35s ease 0s;}
.header .headerInner .navigation ul li a:hover{ font-weight: 500;}

.header.sticky{ background: #fff; -webkit-box-shadow: 0px 9px 31px -17px rgba(0,0,0,0.5); -moz-box-shadow: 0px 9px 31px -17px rgba(0,0,0,0.5); box-shadow: 0px 9px 31px -17px rgba(0,0,0,0.5);}

.headerMob{display: none;position: fixed;-webkit-transition: all 0.4s ease; transition: all 0.4s ease; z-index: 40; top: 0; left: 0;width: 100%;padding: 12px 15px;}
.headerMob .logo{ width: 90px;}
.headerMob .logoDiv{width:90px;}
.headerMob.sticky{background: #fff; -webkit-box-shadow: 0px 9px 31px -17px rgba(0,0,0,0.5); -moz-box-shadow: 0px 9px 31px -17px rgba(0,0,0,0.5); box-shadow: 0px 9px 31px -17px rgba(0,0,0,0.5);}

/* .headerMob.sticky .logoDiv{top: 6px;} */
.headerMob.about.sticky{background: #281332;}
.headerMob ul.social{ padding: 0;}
.headerMob ul.social li{ border-left: none; display: inline-block;padding: 10px 5px 10px 20px;}
.headerMob ul.social li svg{ width: 20px; height: 20px;}
.headerMob ul.social li svg path{ fill: #585f4e;}
.headerMob ul li a:hover{ color: #29774d;}
.headerMob ul.social li a:hover svg path{ fill: #29774d;}
.menu-wrap {background-color: rgba(255, 255, 255, 1) ;position: fixed;	top: 0;	height: 100%;	width: 280px;	margin-right: -280px;	font-size: 1em;	font-weight: 700;	overflow: auto;	transition: .25s;	z-index: 10;right: 0;text-align: left;}
.menu-show {margin-right: 0;	box-shadow: 4px 2px 15px 1px #B9ADAD;    background: #fff;}
.menu-sidebar {	margin: 20px 0 80px 0px;position: relative;top: 40px;}
.menu-sidebar li {padding: 5px 20px;margin-bottom: 20px;}
.menu-sidebar li > a {color: #000;font-size: 1.18em;	position: relative; display: inline-block;font-weight: 300; letter-spacing: 0.88px;}
.menu-sidebar .menu-item-has-children {	position: relative;}
.menu-sidebar .menu-item-has-children .sub-menu {	display: none;}
.sidebar-menu-arrow::after {content: "\f107";font-family: 'FontAwesome';padding: 10px;color: #FFFA3B;position: relative;}
.sidebar-menu-arrow:hover::after {cursor: pointer;	color: #fff;}
.sidebar-menu-arrow:active::after {	top: 2px;}
.menu-sidebar li .loginBtn a{background: #1f2f51;display: inline-block;padding: 14px 30px;border-radius: 50px;color: #fff;text-transform: uppercase;letter-spacing: 5px;text-align: center;}
/*Hamburger Button*/
.toggle-button {position: fixed;width: 44px;height: 40px;top: 20px;right: 15px;	padding: 4px;transition: .25s;z-index: 15;}
.toggle-button:hover {cursor: pointer;}
.toggle-button .menu-bar {position: absolute;border-radius: 2px;width: 80%;	transition: .5s;}
.toggle-button .menu-bar-top {border: 4px solid #000;border-bottom: none;top: 0;}
.toggle-button .menu-bar-middle {height: 4px;background-color: #000;margin-top: 7px;margin-bottom: 7px;top: 4px;}
.toggle-button .menu-bar-bottom {border: 4px solid #000;	border-top: none;top: 22px;}
.button-open {right: 25px;}
.button-open .menu-bar-top {border-color: #000;	transform: rotate(45deg) translate(8px, 8px);transition: .5s;}
.button-open .menu-bar-middle {	background-color: #fff;	transform: translate(-230px);	transition: .1s ease-in;	opacity: 0;}
.button-open .menu-bar-bottom {	border-color: #000;	transform: rotate(-45deg) translate(7px, -7px);	transition: .5s;}


.bannerSlider{ margin-bottom: 100px;}
.bannerSlider .item{ position: relative;}
.bannerSlider .item .bannerCnt{ width: 60%; position: absolute; top: 40%; left: 10%; text-align: left;}
.bannerSlider .item .bannerCnt h1{ width: 100%; float: left; color: #161c59; font-size: 60px; font-family: 'TrebuchetMS-Bold'; text-transform: uppercase;}
.bannerSlider .item .bannerCnt h1 span{ color: #1598ce; width: 100%; float: left;}
.bannerSlider img.mobImg{display: none;}

.whyWrap{ position: relative; padding: 100px 0 70px;}
.whyWrap .elem1{ position: absolute; right: 0; top: 50px; width: 10%;}
.whyWrap .elem2{ position: absolute; left: 0; bottom: 70px; width: 10%;}
.sectionTitle{ text-align: left; margin-bottom: 40px;}
.sectionTitle h1{ width: 100%; float: left; font-size: 140px; color: #c2c0c0;  font-family: 'TrebuchetMS-Bold';}
.sectionTitle h1 span{ float: right; width: 85%; font-size: 60px; color: #161c59; margin: 0;}

.whyWrap .whyCntOuter{ width: 85%; display: inline-block;}
.whyWrap .whyCnt{ display: flex; align-items: flex-start; justify-content: space-between;}
.whyWrap .whyCnt .pointers{ width: 100%; float: left; padding: 80px 0 0;}
.whyWrap .whyCnt .pointers ul{ width: 100%; float: left; margin-bottom: 100px;}
.whyWrap .whyCnt .pointers ul li{  width: 100%; float: left; line-height:1.8; padding: 0 0 30px 60px; position: relative; text-align: left; height: auto; align-items: top; justify-content: flex-start; color: #333333; font-size: 20px;}
.whyWrap .whyCnt .pointers ul li:before{ content: ""; position: absolute; width: 24px; height: 24px; left: 0; top: 15px; transform: translateY(-50%); background: url(../images/bullet.jpg) no-repeat center center; background-size: cover;} 

.whyWrap .whyCnt .pointers .awardsBx{ width: 100%; float: left; display: flex; align-items: center; justify-content: flex-start; padding: 0 0 0 50px;}
.whyWrap .whyCnt .pointers .awardsBx .imgBx{ width: 160px; margin: 0 25px 0 0;}
.whyWrap .whyCnt .pointers .awardsBx .awardCnt{ margin: 0 25px 0 0; text-align: left;}
.whyWrap .whyCnt .pointers .awardsBx .awardCnt h2{ width: 100%; float: left; font-size: 30px; color: #161c59; font-family: 'TrebuchetMS-Bold'; margin-bottom: 30px;}
.whyWrap .whyCnt .pointers .awardsBx .awardCnt p{ width: 100%; float: left; font-size: 20px; line-height: 1.4; color: #333333;}

.benefitsWrap{ background-color: #fafafa; padding: 100px 0;}
.benefitsWrap .sectionTitle h1 span{width: 75%; float:none;}
.benefitsWrap .benefitCnt{ display: flex; align-items: center; justify-content: space-between;}
.benefitsWrap .benefitCnt .benePointer{ width: 70%; float: left; padding: 0 50px 0 0;}
.benefitsWrap .benefitCnt .benePointer ul{ width: 100%; float: left; display: flex; align-items: center; justify-content: space-between; flex-flow: row wrap;}
.benefitsWrap .benefitCnt .benePointer ul li{ width: 33.3%; text-align: left; padding: 40px 0;}
.benefitsWrap .benefitCnt .benePointer ul li .iconBx{ margin: 0 0 10px; width: 100%; float: left;}
.benefitsWrap .benefitCnt .benePointer ul li span{ width: 100%; float: left; font-size: 28px; color: #333333;}

.benefitsWrap .benefitCnt .beneCnt{ width: 30%; padding: 0 0 0 60px; text-align: left; border-left: 1px solid #707070;}
.benefitsWrap .benefitCnt .beneCnt h2{ width: 100%; float: left; font-size: 30px; color: #161c59; font-family: 'TrebuchetMS-Bold'; margin-bottom: 30px;}
.benefitsWrap .benefitCnt .beneCnt p{ width: 100%; float: left; font-size: 24px; color: #333333; line-height: 1.5;}

.indoorWrap{ margin: 50px 0 0; padding: 100px 0 70px; position: relative;}
.indoorWrap .elem1{ position: absolute; right: 0; top: 50px; width: 10%;}
.indoorWrap ul{ width: 100%; float: left; display: flex; align-items: flex-start; justify-content: flex-start; flex-flow: row wrap;}
.indoorWrap ul li{ width: calc(33.3% - 120px); text-align: left; padding: 40px 0; margin: 0 60px;}
.indoorWrap ul li .iconBx{ margin: 0 0 10px; width: 100%; float: left;}
.indoorWrap ul li h3{ width: 100%; float: left; font-size:30px; color: #161c59; margin-bottom: 15px; font-family: 'TrebuchetMS-Bold';}
.indoorWrap ul li p{ width: 100%; float: left; font-size: 20px; color: #2e2e2e; line-height: 1.4;}


.cirtificates{background: #13163d; background: linear-gradient(0deg, #13163d 0%, #13163d 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);}
.cirtificates .cirtiInner{ background-color: #159cd2; width: 85%; float: left; padding: 120px 100px 70px; border-radius: 0 20px 20px 0;}
.cirtificates .cirtiInner h1{ width: 100%; float: left; font-size: 60px; color: #fff; opacity: 0.7;  font-family: 'TrebuchetMS-Bold'; text-align: left; margin-bottom: 60px;}
.cirtificates .cirtiInner .cirtBx{ display: flex; align-items: center; /*justify-content: space-between;*/justify-content: center; }
.cirtificates .cirtiInner .cirtBx .imgBx{ width: calc(33.3% - 20px);margin-right: 30px;}
.cirtificates .cirtiInner .cirtBx .imgBx:last-child{ margin-right:0px;}


.futureBx{ background-color: #13163d; background-image: url(../images/dr.jpg); background-repeat: no-repeat; background-position: right bottom; background-size: 50% auto; padding: 120px 0;}
.futureBx .sectionTitle h1{ color: rgba(255,255,255,0.32);}
.futureBx .sectionTitle h1 span{ color: #159cd2;} 
.futureBx .futereCnt{ width: 70%; float: left; margin-top: 50px;}
.futureBx .futereCnt p{ width: 100%; float: left; color: #fff; font-size: 22px; font-weight: 400; text-align: left; margin-bottom: 30px; line-height: 1.5;}


.aboutWrap{ padding: 150px 0 0;}
.aboutWrap .aboutInner{ display: flex; align-items: flex-end; justify-content: space-between;}
.aboutWrap .aboutInner .imgBox{ width: calc(50% - 30px);}
.aboutWrap .aboutInner .aboutBx{ width: calc(50% - 30px); padding-bottom: 150px; text-align: left;}
.aboutWrap .aboutInner .aboutBx p{ width: 100%; float: left; color: #2e2e2e; font-size: 22px; font-weight: 400; text-align: left; margin-bottom: 30px; line-height: 1.5; text-align: justify;}


.social{ background-color: #fafafa; padding: 150px 0;}
.socialInner{ display: flex; align-items: center; justify-content: space-between; margin: 50px 0 0;}
.socialInner a{width: calc(33.3% - 20px); height: 400px; overflow: hidden; border: 1px solid #e5e5e5; border-radius: 20px; position: relative;}
.socialInner .imgBx{ width: calc(33.3% - 20px); height: 400px; overflow: hidden; border: 1px solid #e5e5e5; border-radius: 20px; position: relative;z-index: 12;}
/* .socialInner .imgBx:after{ content: ""; left: 0; top: 0; width: 100%; height: 100%; position: absolute; background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);z-index: 1;} */
.socialLogo{ position: absolute; z-index: 2; right: 15px; top: 15px; color: #fff; font-size: 30px; opacity: 0.6;}

.footer{ background-color: #161c59;}
.footCntInner{ display: flex; align-items: flex-start; justify-content: space-between; padding: 0 0 90px;}
.footerCnt h1{ width: 100%; float: left; text-align: left; font-size: 90px; color: #fff; opacity: 0.32; font-family: 'TrebuchetMS'; margin: 0 0 70px;}

.footerCnt .footTxt{ padding: 0 0 0 7%; text-align: left; width: calc(50% - 50px);}
.footerCnt .footTxt h3{ width: 100%; float: left; font-size: 33px; color: #159cd2; font-family: 'TrebuchetMS-Bold'; margin: 0 0 60px;}

.contDet{ width: 100%; float: left; display: flex; align-items: center; justify-content: flex-start; margin: 0 0 20px;}
.contDet a{font-family: 'TrebuchetMS-Bold'; font-size: 32px; color: #fff; margin: 0 0 0 25px;}

.footForm{ width: calc(50% - 50px); text-align: left;}
.footForm h3{ width: 100%; float: left; font-size: 50px; color: #fff; font-family: 'TrebuchetMS-Bold'; margin: 0 0 15px;}
.footForm ul{ width: 100%; float: left;}
.footForm ul li{width: 100%; float: left; margin: 10px 0;}
.footForm ul li textarea{ width: 100%; float: left; border-radius: 7px; border: 1px solid #fff; background: none; height: 200px; padding: 15px; font-size: 25px; color: #fff;  font-family: 'TrebuchetMS-Bold';}
.footForm ul li .text{ width: 100%; float: left; border: none; border-bottom: 1px solid #fff; background: none; padding: 15px 0; font-size: 25px; color: #fff;  font-family: 'TrebuchetMS-Bold';}
.footForm ul li button.submit{ padding: 10px 90px 10px 20px; border-radius: 7px; font-size: 28px; font-family: 'TrebuchetMS-Bold'; text-transform: uppercase; color: #fff; background-color: #159cd2; border: none; position: relative; margin: 20px 0 0;}
.footForm ul li button.submit:after{ content: ""; position: absolute; right:15px; top: 50%; transform: translateY(-50%); background: url(../images/btnArrow.jpg) no-repeat center center / cover; width: 29px; height: 25px;}

.footerCopy{ display: flex; align-items: center; justify-content: space-between; width: 100%; float: left;}
.footerCopy span{ font-size: 20px; color: #fff;  font-family: 'TrebuchetMS';}
.footerCopy .footsocial{ margin-bottom: 25px;}
.footerCopy .footsocial a{font-size: 25px; padding: 0 15px; display: inline-block; color: #fff;}

.slick-dots{width: 5% !important;top: 50% !important;transform: translateY(-50%) !important;bottom: auto !important;right: 70px !important;}
.slick-dots li {width: 100% !important;   margin: 20px 0 !important; display: flex !important;  align-items: center; justify-content: center;}
.slick-dots li button {width: 10px !important;height: 10px !important;border: none !important;background: #9b99ad !important;transition: all 0.4s ease;padding: 0;}
.slick-dots li.slick-active button {background: #161c59 !important;border: none;width: 18px !important;height: 18px !important;}

.applicationsRow{
	padding:0;
	float:left;
	width:100%;
}
.appliPoints{
	position: relative;
	padding: 15px 15px 15px 200px;
	float: left;
	width: 100%;
	clear: both;
	text-align: left;
	line-height: 2;
	border:2px solid #1397D0;
	margin-bottom:15px;
	min-height:155px;
	border-radius:10px;
}

.appliPoints img{
	position: absolute;
	width: 160px;
	left: 15px;
	border-radius:10px;
}
.appliPoints h2{
	color:#1397D0;
	font-size:2em;
	font-weight:bold;
	line-height:1.5;
}
.appliPoints p{
	font-size:1.2em;
}

.surfaceWrap{ margin: 50px 0 0; padding: 100px 0 70px; position: relative;}
.surfaceWrap .elem1{ position: absolute; right: 0; top: 50px; width: 10%;}
.surfaceWrap ul{ width: 100%; float: left; display: flex; align-items: flex-start; justify-content: flex-start; flex-flow: row wrap;}
.surfaceWrap ul li{ width: calc(25% - 120px); text-align: left; padding: 40px 0; margin: 0 60px;}
.surfaceWrap ul li .iconBx{ margin: 0 0 10px; width: 100%; float: left;}
.surfaceWrap ul li h3{ width: 100%; float: left; font-size:22px; color: #161c59; margin-bottom: 15px; font-family: 'TrebuchetMS-Bold';}
.surfaceWrap ul li p{ width: 100%; float: left; font-size: 20px; color: #2e2e2e; line-height: 1.4;}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .applicationsRow{
    	padding-left:0;
    }
    .appliPoints{
	    position: relative;
	    padding: 15px 15px 15px 15px;
    }
    .appliPoints img{
    	position: relative;
    	width: 200px;
    	left: 0;
    	border-radius:10px;
    }
    .appliPoints h2{
        line-height:1.4;
        
    }
     .surfaceWrap ul li {
        width:100%;
        text-align: center;
        padding: 5px 0;
        margin: 0 0;
    }
    .col-md-3{
        flex: 100%!important;
        max-width: 100%!important;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .services .imgBox{
        max-width:300px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .surfaceWrap ul li {
        width: 500%;
        text-align: center;
        padding: 5px 0;
        margin: 0 0;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
     .col-md-3{
        flex:0 0 0 25%!important;
        max-width: 50%!important;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 

}
.btn-primary {
    background: #159cd2;
    color:#fff;   
}
.col-md-3{
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.servicesRow{
	margin-top:-100px;
	border-radius:10px;
	background:#fff;
	padding:30px 20px 0;
}
.services .imgBox{
	position:relative;
	margin-bottom:20px;
	border-radius:10px;
	overflow:hidden;
	display:block;
	width:100%;
	margin:0 auto 30px;
	border:1px solid #d5d5d5;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;  
	-moz-transition:all 0.3s ease;
}
.bookNowBtn{
	position:absolute;
	bottom:-200px;
	left:0;
	right:0;
	margin:0 auto;
	width:120px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;  
	-moz-transition:all 0.3s ease;
	opacity:0;
	line-height: 1.2;
    padding: 7px 20px 10px;
    border-radius:5px;
    border-color: #007bff;
    font-size:1.1em;
}
.services .imgBox:hover{
	box-shadow:0 0 15px #d5d5d5;
	transform:scale(1.1);
}
.services .imgBox:hover .bookNowBtn{
	bottom:20%;
	opacity:1;
}
.services .imgBox:hover >  h4{
	bottom:40%;
}
.services h4{
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;  
	-moz-transition:all 0.3s ease;
	font-weight:600;
	text-transform:capitalize;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(255,255,255,0.7);
	font-size:1.3em;
	padding:10px;
	margin-bottom:0;
	color:#161C59;

}


/* TEAM  */

.wrapper-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 12.5rem);
  justify-content: center; 
}

.containerT {
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px var(--clr-gray-light);
  background:#fafafa;
  text-align: center;
  border-radius: 1rem;
  position: relative;
  margin: 0.5rem; float:left
}

.banner-img {
  position: absolute;
  height: 10rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-img {
  width: 10rem;
  clip-path: circle(80px at center); background:#ddd
 /* margin-top: 4.5rem;*/
}

.name {
  font-weight: 600;
  font-size: 1rem;
}

.description {
  margin: 0.5rem 2rem;
  font-size:14px; line-height: 18px
}

.teamText{ font-weight: 400;font-size: 18px;color: #505050;line-height:28px; padding:25px 33px}
