body{
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	padding:150px 0 0 0;
	margin: 0;
	color: #262626;
	font-size: 16px;
  overflow-x: hidden;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, #mainNav .navbar-nav .nav-item .nav-link, #mainNav .navbar-brand{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
a{
  text-decoration: none;
  color: #262626;
  transition: all 0.5s;
}
a:hover, a:focus{
  text-decoration: none;
  color: #66c3d0;
}
/*--Top Social links--*/
.socialTopBar{
	background: #262626;
	padding: 5px 5px 1px 5px;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-align: right;
}
.socialTopBar a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	line-height: 10px;
}
.socialTopBar a span{
	float: left;
	margin-top: 12px;
	margin-right: 15px;
	font-weight: 300;
}
.socialTopBar a:hover{
	color: #66c3d0;
	text-decoration: none;
}
.socialTopBar a.act{
	color: #66c3d0;
}
.socialTopBar a.act svg{
	border:1px solid #fff;
	color: #fff;
}
.socialTopBar svg{
	display: inline-block;
	border-radius: 100px;
	border:1px solid #fff;
	text-align: center;
	height: 20px;
	width: 20px;
	/*font-size: 18px;*/
	margin: 2px 5px 0 5px;
	padding: 5px;
	transition: all 0.5s;
	float: left;
}
.socialTopBar .socialLink{
	display: inline-block;
	margin-left: 10px;
}
.socialTopBar .socialLink a svg{
	height: 20px;
	width: 20px;
	padding: 5px;
	transition: all 0.5s;
}
.socialTopBar .socialLink a:hover svg, .socialTopBar a:hover svg{
	color: #66c3d0;
	border:1px solid #66c3d0;
	text-decoration: none;
}

/*--Nav--*/
#mainNav{
	background: url(../images/headerbg.png) repeat-x left top;
}
#mainNav .navbar-nav .nav-item .nav-link {
    color: #262626;
    padding: 5px 4px;
    margin: 10px 5px;
    text-transform: uppercase;
    position: relative;
    /*font-size: 17px;*/
    font-size: 15px;
}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item.act .nav-link {
    color: #66c3d0;
    font-weight: 400;
}
#mainNav .navbar-nav{
	margin-top: 30px !important;
}
#mainNav .navbar-nav .nav-item a.nav-link:after{
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #66c3d0;
  transition: width 0.4s ease 0s, left 0.4s ease 0s;
  width: 0;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
#mainNav .navbar-nav .nav-item a.nav-link:hover:after, #mainNav .navbar-nav .nav-item.act a.nav-link:after{ 
  width: 100%; 
  left: 0; 
}
#mainNav .navbar-nav .nav-item a.nav-link svg{
	font-size: 12px;
	margin-left: 7px;
	float: right;
	margin-top: 6px;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #66c3d0;
}
#mainNav.navbar-shrink{
	padding: 5px 0;
}
#mainNav.navbar-shrink .navbar-brand .logo{
	width: 270px;
}
#mainNav.navbar-shrink .navbar-brand .logoname{
	width: 200px;
}
#mainNav.navbar-shrink .navbar-nav {
    margin-top: 5px !important;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link{
	font-size: 15px;
}
.navbar-expand-lg .navbar-collapse{
  flex-grow: 0;
}
#mainNav .dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu{
	min-width: 200px;
	padding: 0;
}
.dropdown-menu li{
	border-bottom: 1px solid #ccc;
}
.dropdown-menu li:first-child{
	border-radius: 5px 5px 0 0;
}
.dropdown-menu li:first-child a{
	border-radius: 5px 5px 0 0;
}
.dropdown-menu li:last-child{
	border-bottom: none;
	border-radius: 0 0 5px 5px;
}
.dropdown-menu li:last-child a{
	border-radius: 0 0 5px 5px;
}
.dropdown-item{
	text-transform: uppercase;
	padding: 9px 10px 7px 10px;; 
}
.dropdown-item:hover, .dropdown-item:focus {
    color:#fff;
    background-color: #66c3d0;
    font-weight: 500;
}
.dropdown-item.active, .dropdown-item:active {
    color:#fff;
    text-decoration: none;
    background-color: #66c3d0;
    font-weight: 500;
}
/*-----*/
.carousel-dark .carousel-caption{
	text-align: left;
	color: #fff;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
    filter: none;
}
.carousel-caption{
	bottom: auto;
	top: 37%;
}
.carousel-caption h2{
	font-size: 50px;
}
.carousel-caption h2 span{
	font-weight: 700;
}
/*.sliderTransBg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
  height: auto;
}*/
.btn-primary{
	background: #66c3d0;
	color: #fff;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	padding: 12px 30px;
	border-radius: 5px;
	margin: 10px 0;
}
.countSect{
  background: url(../images/countshadow.png) no-repeat center bottom #fff;
  min-height: 350px;
  display: flex;
  padding: 60px 0 60px 0;
  color: #66c3d0;
}
.countBox{
  width: 20%;
  display: block;
  float: left;
  text-align: center;
}
.countBox span{
  font-family: "Roboto", sans-serif;
  font-size: 65px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin:20px 0;
}
.countBox label{
  font-size: 24px;
  font-weight: 400;
  color: #262626;  
}
.imgBorder{
	border:1px solid #000000;
	border-radius: 8px;
  margin-bottom: 15px;
}
.imgGreyBorder{
  border: 1px solid #d2d2d3;
}
.imgblkCurveBorder{
  border: 1px solid #000;
  border-radius: 8px 8px 0 0;
}
.page-section{
	padding: 50px 0;
}
.page-section.paddBot0{
  padding-bottom: 0 !important;
}
.page-section.paddTop0{
  padding-top: 0 !important;
}
.smallHeading, h5.smallHeading{
	font-size: 20px;
	font-weight: 700;
	color: #009846;
	padding: 0;
	margin: 0 0 20px 0;
	display: block;
}
.paraHeading, h2.paraHeading{
	font-size: 42px;
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 50px;
	display: block;
}
.paraHeading span, h2.paraHeading span{
  font-weight: 700;
  color: #66c3d0;
}
.paraHeading.bgHeading, h2.paraHeading.bgHeading{
  background: #66c3d0;
  color: #fff;
  padding: 5px 25px;
  /*width: 110%;*/
  margin-right: -60px;
}
.page-section p{
	/*font-size: 16px;
	line-height: 24px;*/
	font-size: 24px;
	line-height: 40px;
	padding: 0;
	margin: 0 0 25px 0;
}
.page-section p.paddBot0{
  padding-bottom: 0 !important;
}
.botBgBlue{
  padding-bottom: 0 !important;
	/*background: url(../images/strategicareas-bg.png) no-repeat center bottom;
	padding-bottom: 180px !important;*/
}
.text-center{
	text-align: center !important;
}
.videoBorder{
	border: 1px solid #262626;
}
.margBotTop{
	margin-bottom: 10px !important;
	margin-top: 15px !important; 
}
.backtotop {
  position: fixed;
  bottom: 1em;
  right: 0;
  text-decoration: none;
  font-size: 17px;
  padding: 1em 1em;
  display: none;
  border-radius:80px;
  z-index: 30;
}
.button-backtop{
  background:#fff;
  color:#66c3d0 !important;
  cursor:pointer;
  padding: 10px 13px;
  border-radius:50px;
  border:1px solid #66c3d0;
  transition: 1s ease-in-out;
   -moz-transition: 1s ease-in-out;
   -webkit-transition: 1s ease-in-out;
}
.button-backtop:hover{
  background:#66c3d0;
  color:#fff !important;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption{
	background: rgba(102, 195, 208, 0.9);
}
.clientSect{
	padding: 120px 0 !important;
}

.clientSect .owl-carousel.owl-drag .owl-item{
	padding: 10px;
}
.clientSect .owl-carousel.owl-drag .owl-item .item{
  height: 150px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  text-align: center;
  padding: 10px;
}
.clientSect .owl-carousel.owl-drag .owl-item .item img{
  width: 100%;
  max-height: 130px;
  display: inline-block;
}
.accreditations{
	border: 1px solid #009846;
	border-radius: 8px !important;
	/*padding: 5px 50px 25px 50px;*/
  padding: 5px 50px 5px 50px;
	text-align: center;
	position: relative;
	margin-top: 50px;
  height: 270px !important;
}
.accreditations h3{
	background: #fff;
	color: #262626;
	font-size: 40px;
	padding: 5px 30px !important;
	margin: 0 0 50px 0;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	top: -30px;
}
.accreditations .owl-carousel .owl-nav.disabled, .clientSect .owl-carousel .owl-nav.disabled {
    display: block !important;
}
footer{
	background: #000;
	color: #fff;
	font-size: 17px;
	padding: 50px 0 30px 0;
}
footer h5{
	font-size: 17px;
	color: #009846;
	display: block;
	padding: 0;
	margin: 0 0 7px 0;
	font-weight: 600; 
}
footer ul{
	padding: 0;
	margin: 0 0 20px 0;
}
footer ul li{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 17px;
}
footer ul li a{
	color: #fff;
	display: block;
	text-decoration: none;
}
footer ul li a:hover, footer ul li a:focus{
	color: #66c3d0;
	text-decoration: none;
}
footer .socialLink{
	display: block;
}
footer .socialLink a svg{
	display: inline-block;
	border-radius: 100px;
	border:1px solid #fff;
	color: #fff;
	text-align: center;
	height: 22px;
	width: 22px;
	margin: 2px 5px 0 5px;
	padding: 5px;
	transition: all 0.5s;
	float: left;
}
footer .socialLink a:hover svg{
	color: #66c3d0;
	border:1px solid #66c3d0;
	text-decoration: none;
}
footer h5.headingWhite{
	color: #fff;
	text-transform: uppercase;
	margin: 25px 0 40px 0;
	padding: 0 10px 0 0;
	background: #000;
	z-index: 2;
	position: relative;
	display: inline-block;
}
hr.headingBorder{
	border-color: #fff;
	opacity: 1;
	margin-top: -52px;
	z-index: 1;
	margin-bottom: 50px;
}
hr.headingBorder.margTopHr{
	margin-top: 30px !important;
}
footer p{
	font-size: 17px;
	color: #fff;
	line-height: 29px;
	padding: 0;
	margin: 0 0 25px 0;
	font-weight: 300;
}
footer p.margBot{
	margin-bottom: 3px !important;
}
footer p a{
	color: #66c3d0;
	text-decoration: none;
	display: inline-block;
}
footer p a:hover, footer p a:focus{
	text-decoration: none;
	color: #009846;
}
footer p a.linkWhite{
	color: #fff !important;
	text-decoration: none;
}
footer p a:hover.linkWhite, footer p a:focus.linkWhite{
	color: #66c3d0 !important;
	text-decoration: none;
}
footer p span{
	color: #009846;
	font-weight: 600;
}
.copyRight{
	text-align: center;
	border-top:1px solid #fff;
	padding: 40px 0 0 0;
	margin: 40px 0 0 0; 
}
/*----*/

header .item {
  height: 100%;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px 0;
  overflow: hidden;
}
header .item .cover .header-content.smlBanner {
  padding: 30px 0;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  /*font-weight: 400;*/
  font-weight: 500;
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
}
header .item .cover .header-content h2 span{
  font-weight: 700;
}
header .item .cover .header-content h2 span.subHeading{
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin-top: -30px;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .item img.sliderTransBg{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: auto;
}
header .owl-item.active img.sliderTransBg.home{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
/*header .owl-item.active img.sliderTransBg.move{
  -webkit-animation: action 2s infinite  alternate;
    animation: action 2s infinite  alternate;
}*/
@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
header .owl-item.active img.sliderTransBg.two{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
  opacity: 0.5;
}
header .item img.logoBanner{
  float: right;
  width: auto !important;
}
header .owl-item.active img.logoBanner{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity:10;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0) !important;
  /*width: 40px;
  height: 40px;*/
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 4rem;
  color: #fff;
  padding: 0 20px;
  transition: all 0.4s ease-out;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: none !important;
}
header .owl-nav .owl-prev:hover span{
  color: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0) !important;
  /*width: 40px;
  height: 40px;*/
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 4rem;
  color: #fff;
  padding: 0 20px;
  transition: all 0.4s ease-out;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: none !important;
}
header .owl-nav .owl-next:hover span{
  color: #000 !important;
}
header:hover .owl-prev {
  left: 10px;
  opacity: 1;
}
header:hover .owl-next {
  right: 10px;
  opacity: 1;
}
#logoAuto .owl-item{
  width: auto !important;
  margin-left:5px;
}
#logoAuto .owl-item img {
    display: block !important;
    width: auto !important;
    height: 150px !important;
}
#logoAuto .owl-nav button.owl-prev{
  position: absolute;
  left: -35px;
  top: 45px;
}
#logoAuto .owl-nav button.owl-next{
  position: absolute;
  right: -35px;
  top: 45px;
}
#logoAuto .owl-nav button.owl-next span, #logoAuto .owl-nav button.owl-prev span,
.clientSect .owl-nav button.owl-next span, .clientSect .owl-nav button.owl-prev span{
  font-size: 0;
}
#logoAuto .owl-nav button.owl-next:before, .clientSect .owl-nav button.owl-next:before{
  content: '\f061';
  font-family: 'FontAwesome';
}
#logoAuto .owl-nav button.owl-prev:before, .clientSect .owl-nav button.owl-prev:before{
  content: '\f060';
  font-family: 'FontAwesome';
}
#logoAuto .owl-nav [class*=owl-]:hover, .clientSect .owl-nav [class*=owl-]:hover{
    background: none;
    color: #66c3d0;
}
.btn:hover {
    color: #fff;
    background-color:#262626;
    border-color: #262626;
}
.navbar-toggler{
  font-size: 14px;
  color: #000;
  border:1px solid #000;
  text-transform: uppercase;
  line-height: 24px;
}
.navbar-toggler:focus{
  box-shadow: none;
}
.navbar-toggler span{
  color: #000;
  float: right;
  margin-left: 5px;
}
.listingSect{
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.listingSect ul{
  padding: 0;
  margin: 0;
}
.listingSect ul li{
  list-style: none;
  display: block;
  font-size: 24px;
  line-height: 30px;
  padding: 0 0 0 55px;
  margin: 0 0 40px 0;
  background: url(../images/listing-icon.png) no-repeat left 3px;
}
.floatLeft{
  float: left;
}
.blueLink, a.blueLink{
  color: #66c3d0;
  font-weight: 700;
  text-decoration: none;
}
.blueLink:hover, a:hover.blueLink{
  text-decoration: none;
  color: #009846;
}
.blueLink span, a.blueLink span{
  top: -10px;
  margin-left: 10px;
  position: relative;
}
.bigIcon{
  font-size: 60px;
  line-height: 10px;
}
.listSmall ul{
  padding: 0;
  margin: 0;
}
.listSmall ul li{
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
  background: url(../images/listicon.png) no-repeat left 15px;
  font-size: 24px;
}
.listSmall ul li p{
  margin-bottom: 10px !important
}
.listSmall ul li ul{
  margin-left: 15px;
  margin-top: 10px;
}
.listSmall ul li ul li{
  background: url(../images/listicon-grey.png) no-repeat left 15px;
}

#site {
  display: none;
  transition: all 6s ease;
}
#preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
  vertical-align: middle;
  padding-top: 10%;
  background: #fff;
}

.imgRoundBorderimg{
  background: url(../images/img-round-border.jpg) no-repeat left top;
  background-size: contain;
  margin: 0;
  padding: 8px 1px 0 20px;
}
.rounded-circle{
  width: 100%; 
  margin: 0;
  border: 2px solid #66c3d0;
}
.teamHeading{
  background:#66c3d0;
  border:3px solid #fff;
  padding: 30px 10px;
  margin: -120px 50px 100px 50px;
  text-align: center;
  color: #fff;
  z-index: 1;
  position: relative;
}
.teamHeading:before{
  content: url(../images/left-ribbon.png);
  left: -130px;
  top: -25px;
  position: absolute;
}
.teamHeading:after{
  content: url(../images/right-ribbon.png);
  right: -130px;
  top: -25px;
  position: absolute;
}
.teamHeading h2{
  display: block;
  font-size: 42px;
  font-weight: 700;
  padding: 0;
  color: #fff;
  margin: 0 0 5px 0;
}
.teamHeading p{
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: #fff;
}
.certificateBox{
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
  background: #fff;
  border-radius: 0 0 5px 5px;
  margin-bottom: 30px;
}
.certificateBox a img{
  display: inline-block;
}
.certificateBox a{
  display: block;
  text-align: center;
}
.certificateInfo{
  padding: 20px 15px 30px 15px;
}
.certificateInfo h3, .page-section h3{
  font-size: 32px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 15px 0;
}
.certificateInfo p{
  color: #262626;
  font-size: 24px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.lb-data .lb-number {
    display: none !important;
}
.lb-data .lb-details{
  padding-left: 10px !important;
}
.certificateBox iframe{
  height: 500px;
  cursor: pointer;
}
.certificateBox embed{
  width: 100%;
  height: 500px;
}
/*-- Timeline --*/
.timeline {
  list-style: none;
  padding: 20px 0 0 0;
  position: relative;
  margin-bottom: 30px;
}
.timeline:before {
  top: 0;
  /*bottom: 0;*/
  bottom: 160px;
  position: absolute;
  content: " ";
  width: 3px;
  background: url(../images/timelineborder.jpg) repeat-y;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 75px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;

}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 2px solid #66c3d0;
  border-radius: 8px;
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  min-height: 250px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 97px;
  right: -19px;
  display: inline-block;
  border-top: 19px solid transparent;
  border-left: 19px solid #66c3d0;
  border-right: 0 solid #66c3d0;
  border-bottom: 19px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 100px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #66c3d0;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 105px;
  right: -12px;
  color: #66c3d0;
  background-color: #66c3d0;
  border-radius: 30px;
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #C5C7C5 !important;
}
.timeline-badge a:hover {
  color: #000 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    padding:20px;
    margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-footer{
    padding:20px;
    background-color:#f4f4f4;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}
.timeline-body p{
  font-size: 18px !important;
  line-height: 30px !important;
}
.timeline-body p span{
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin: 0 0 10px 0;
  color: #66c3d0;
}
.timelineImg{
  border: 2px solid #66c3d0;
  border-radius: 8px;
  float: left;
  margin: 20px;
  max-width: 200px;
}
.tooltip{
    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);
}

.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#313131;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.timeline > li.timeline-inverted{
  float: right; 
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.timeline > li:nth-child(2){
  margin-top: 100px;
}
.timeline > li:nth-child(3){
  margin-top: 20px;
}
.timeline > li:nth-child(4){
  margin-top: 70px;
}
.timeline > li:nth-child(5){
  margin-top: 30px;
}
.timeline > li:nth-child(6){
  margin-top: 30px;
}
.timeline > li:nth-child(7){
  margin-top: 80px;
}
.timeline > li.timeline-inverted > .timeline-badge{
  left: -12px;
}
.timeLineLogo{
  text-align: center;
}
.clearfix::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}
.timeline-body {
    min-height: 200px;
}
/*-----*/
.faq-drawer {
  padding:10px 10px 10px 15px; 
  margin-bottom: 30px;
  border:1px solid #262626;
  border-radius:7px;
  background: #fff;
}
.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.25s ease-in-out;
}
.faq-drawer__title {
  cursor: pointer;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 0 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
}
.faq-drawer__title::after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  float: right;
  height: 10px;
  left: -12px;
  position: relative;
  right: 20px;
  bottom: 22px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
  color: #66c3d0;
}
/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #4E4B52  ;
}
.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 1500px;
}
.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
  bottom: 18px;
}
.faq-drawer__title::before{
  content: "Show more ";
  position: absolute;
  right: 30px;
  top: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #66c3d0;
  text-transform: capitalize;
}
.faq-drawer__trigger:checked + .faq-drawer__title::before{
  content: "Show less "
}
.faq-drawer__title span{
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  display: block;
}
input[type="checkbox"] {
  display: none;
}
.detailsSect{
  border-top:1px solid #262626;
  border-bottom:1px solid #262626;
  margin: 20px 0 20px 0;
  padding: 15px 0 5px 0;
}
.applySect{
  margin: 0 0 15px 0;
}
.applySect a {
  color: #66c3d0;
  text-decoration: none;
}
.applySect a:hover, .applySect a:focus {
  text-decoration: none;
  color: #000;
}
.headingworkshop{
  color: #fff;
  background: #66c3d0;
  font-size: 42px !important;
  padding:10px 14px !important;
  border-radius: 8px 8px 0 0;
  margin: 0 0 15px 0 !important; 
}
.workDetails{
  border-bottom: 1px solid #66c3d0;
  margin-bottom: 40px;
}
.workDetails p{
  line-height: 35px !important;
}
.workDetails .faq-drawer{
  border: none !important;
}
.workDetails .faq-drawer__title::before{
  top: -5px;
}
.workDetails .faq-drawer__title::after{
  bottom: -5px;
}
.workDetails .faq-drawer__trigger:checked + .faq-drawer__title::after{
  bottom: -9px;
}
.workDetails ul{
  margin: 0 0 30px 0;
  padding: 0 0 0 25px;
}
.workDetails ul li{
  font-size: 24px;
  padding: 0;
  margin: 0 0 10px 0;
}
.whyChooseUs .owl-carousel{
  margin-top: 70px;
}
.whyChooseUs .owl-carousel .owl-item img{
  width: auto !important;
  display: inline-block;
  margin-bottom: 40px;
}
.whyChooseUs .owl-carousel .owl-item h2{
  margin-bottom: 40px !important;
}
.whyChooseUs .owl-carousel .owl-item{
  text-align: center !important;
}
.whyChooseUs .owl-carousel .owl-item ul{
  padding: 0;
  margin: 0;
}
.whyChooseUs .owl-carousel .owl-item ul li{
  display: block;
  font-size: 24px;
  text-align: left !important;
  background: url(../images/listicon.png) no-repeat left 12px;
  margin: 0 0 15px 0;
  padding-left: 20px;
}
.whyChooseUs .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity:10;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0) !important;
  /*width: 40px;
  height: 40px;*/
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.whyChooseUs .owl-nav .owl-prev span {
  font-size: 4rem;
  color: #66c3d0;
  padding: 0 ;
  transition: all 0.4s ease-out;
}
.whyChooseUs .owl-nav .owl-prev:focus {
  outline: 0;
}
.whyChooseUs .owl-nav .owl-prev:hover {
  background: none !important;
}
.whyChooseUs .owl-nav .owl-prev:hover span{
  color: #000 !important;
}
.whyChooseUs .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0) !important;
  /*width: 40px;
  height: 40px;*/
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.whyChooseUs .owl-nav .owl-next span {
  font-size: 4rem;
  color: #66c3d0;
  padding: 0 20px;
  transition: all 0.4s ease-out;
}
.whyChooseUs .owl-nav .owl-next:focus {
  outline: 0;
}
.whyChooseUs .owl-nav .owl-next:hover {
  background: none !important;
}
.whyChooseUs .owl-nav .owl-next:hover span{
  color: #000 !important;
}
.whyChooseUs:hover .owl-prev {
  left: 10px;
  opacity: 1;
}
.whyChooseUs:hover .owl-next {
  right: 10px;
  opacity: 1;
}
.infrastructureInfo{
  min-height: 220px;
}
.form-control{
  border: 1px solid #262626;
  border-radius: 0;
  font-size: 20px;
  line-height: 30px;
  opacity: 1;
  color: #262626;
  padding: 15px 15px;
  margin: 0 0 40px 0;
}
.form-control:focus{
  box-shadow: none;
  border: 1px solid #66c3d0;
}
.form-control.mandatoryInput{
  border-color: #f05023;
  background: url(../images/erroricon.png) no-repeat right 17px;
  padding-right: 40px;
}
.form-label{
  font-size: 24px;
  padding: 0;
  margin: 0 0 15px 0;
  color: #262626;
}
.mandatoryTxt{
  color: #f05023;
  font-weight: bold;
}
.errorTxt, .validation-error{
  color: #f05023;
  position: absolute;
  margin: -35px 0 0 0;
  font-size: 17px !important;
}
.mb-3{
  position: relative;
}
.btn-default{
  border:1px solid #262626;
  border-radius: 8px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 70px;
  margin: 0 0 30px 0;
}
.btn-default:hover, .btn-default:focus{
  background: #66c3d0 !important;
  color: #fff !important;
  border-color: #66c3d0 !important;
}
.mapSect{
  border: 1px solid #262626;
  border-radius: 0 0 8px 8px;
  height: 500px;
}
.contactInfo{
  background: #262626;
  border-radius: 8px 8px 0 0;
  padding: 30px 20px 10px 20px;
  color: #fff;
}
.contactInfo h2{
  color: #66c3d0;
  padding: 0;
  font-size: 30px;
  margin: 0 0 10px 0;
}
.contactInfo h4{
  font-size: 18px;
  font-weight: 600;
  color: #66c3d0;
  padding: 0;
  margin: 0 0 10px 0;
}
.contactInfo p{
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 25px 0;
}
.contactInfo p a{
  color: #fff;
  text-decoration: none;
}
.contactInfo p a:hover, .contactInfo p a:focus{
  color: #66c3d0;
  text-decoration: none;
}
.videoSect, .bgBlue{
  background: url(../images/bluegrass.png) repeat-x left -10px #e7f4f6;
  padding: 90px 0 100px 0;
}
.blueTreeImg{
  margin-top: 30px;
  margin-bottom: -30px;
}
.blueTreeImg.move{
  -webkit-animation: linear 2s infinite  alternate;
/*  animation: action 2s infinite  alternate;*/
  animation: linear infinite alternate;
  animation-name: run;
  animation-duration: 8s;
}

@-webkit-keyframes run {
    0% {
      left: 0;
      transform: translateX(7%);
    }
    100% {
      left: 100%;
      transform: translateX(-12%);
    }
}
.subSmlBanner{
  min-height: 240px;
  max-height: 240px;
  position: relative;
  background: url(../images/aboutbanner.jpg) right top no-repeat;
}
/*.subSmlBanner img{
  width: auto;
}*/
.subSmlBanner h2{
  font-weight: 500;
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
  padding: 5px 0;
  position: absolute;
}
.subSmlBanner .headingSmlBanner{
  top: 70px;
  position: relative;
  z-index: 10;
}
.subSmlBanner .blueTreeImg{
  bottom: -95px;
  position: relative;
}
.subSmlBanner .sliderTransBg{
  bottom: 0;
  position: absolute;
}
/*-----*/
.servicesTab{
  padding-top: 80px;
}
.servicesTab .faq-drawer__title::before{
  top: 4px;
}
.servicesTab .faq-drawer__trigger:checked + .faq-drawer__title::after{
  bottom: -18px;
}
.servicesTab .faq-drawer__title::after{
  bottom: -14px;
}
.servicesTab .detailsSect{
  margin-top: 10px;
  border-bottom: none;
}
.buttonSect ul{
  padding: 0;
  margin: 0;
}
.buttonSect ul li{
  list-style: none;
  display: inline-block;
  margin: 0 15px 25px 0;
}
.buttonSect ul li a{
  display: block;
  padding: 7px 25px;
  color: #262626;
  font-size: 24px;
  background: #fff;
  border:1px solid #262626;
  border-radius: 8px;
  text-decoration: none;
}
.buttonSect ul li a:hover, .buttonSect ul li a:focus{
  color: #fff;
  background: #66c3d0;
  border-color: #66c3d0;
}
.pullTopImg{
  margin-top: -20px;
}
.bgBlueBox{
  background: #e7f4f6;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.16);
box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.16);
margin: 40px 0 0 0;
}
#portfolio .container-fluid .portfolio-box img {
    width: 100%;
}
.galleryImg img{
  width: 100%;
  min-height: 270px;
  max-height: 270px;
}
.sectImgDesc img{
  width: 100%;
}
.wrapTextSect{
  display: block;
}
.wrapTextSect img{
  float: left;
  margin: 0 40px 10px 0;
}
.wrapTextSect.right img{
  float: right;
  margin: 0 0 10px 40px;
}
.wrapTextSect .listSmall {
  width: 100%;
  display: block;
  position: relative;
}
.wrapTextSect .listSmall ul li{
  margin-right: 15px;
  /*display: inline-block;*/
  display: inline-flex;
  /*width: 50%;*/
  width: 48%;
}
.certificate-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.certificate {
  border: 1px solid #ccc;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.certificate embed {
  width: 100%;
  height: 400px;
  pointer-events: none;
}
.lightbox1 {
  display: none;
  position: fixed;
  z-index: 2000 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}
.lightbox1-content {
  position: relative;
  margin: 5% auto;
  width: 80%;
  height: 80%;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
}
.lightbox1 iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.lightbox1-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
}

/*--- Media CSS ---*/
@media(max-width: 1440px){
  .teamHeading{
    margin-top:-85px;
  }
}
@media(max-width: 1366px){
  .socialTopBar .socialLink a svg, .socialTopBar svg{
    height: 18px;
    width: 18px;
  }
  .socialTopBar svg{
    margin: 2px; 
  }
  .socialTopBar a span{
    margin-top: 12px;
    margin-left: 5px;
  }
  #mainNav .navbar-nav .nav-item .nav-link{
    font-size: 14px;
  }
  #mainNav .navbar-nav .nav-item a.nav-link svg {
    font-size: 9px;
    margin-left: 3px;
  }
  #mainNav .navbar-brand img.logo{
    width: 270px;
  }
  #mainNav .navbar-brand img.logoname{
    width: 210px;
  }
  #mainNav .navbar-nav {
    margin-top: 10px !important;
  }
  .dropdown-item{
    font-size: 14px;
  }
  body{
    padding-top: 120px;
  }
  header .item .cover .header-content h2{
    font-size: 40px;
  }
  header .item img.sliderTransBg{
    bottom: -1px;
  }
  header .item .cover .header-content .btn-primary{
    font-size: 16px;
  }
  .countBox span{
    font-size: 50px;
  }
  .countBox label{
    font-size: 18px;
  }
  .countSect{
    min-height: 280px;
    padding: 30px 0 30px 0;
  }
  .paraHeading, h2.paraHeading{
    font-size: 35px;
    line-height: 40px;
  }
  .page-section p {
    font-size: 20px;
    line-height: 32px;
  }
  .accreditations{
    height: 260px;
  }
  .accreditations h3{
    font-size: 35px;
    top: -35px;
  }
  .listSmall ul li{
    font-size: 20px;
    background: url(../images/listicon.png) no-repeat left 12px;
  }
  .timelineImg{
    width: 150px;
  }
  .timeline-body p{
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .timeline > li:nth-child(2) {
    margin-top: 80px;
  }
  .timeline > li:nth-child(3) {
    margin-top: 0;
  }
  .timeline > li:nth-child(4) {
    margin-top: 30px;
  }
  .timeline > li:nth-child(5) {
    margin-top: 0px;
  }
  .faq-drawer__title, .faq-drawer__title span, .detailsSect p, .applySect p{
    font-size: 18px !important;
  }
  .faq-drawer__title::before{
    font-size: 17px;
    top: 28px;
  }
  .faq-drawer__trigger:checked + .faq-drawer__title::after{
    bottom: 15px;
  }
  .faq-drawer__title::after{
    bottom: 20px;
  }
  .applySect img{
    width: 25px;
    height: auto;
  }
  .headingworkshop{
    font-size: 32px;
  }
  .workDetails .faq-drawer__title, .faq-drawer__title span, .workDetails .applySect p{
    font-size: 20px;
  }
  .workDetails ul li{
    font-size: 20px;
  }
  .whyChooseUs .owl-carousel .owl-item ul li{
    font-size: 20px;
  }
  .form-label{
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .contactInfo h2{
    font-size: 25px;
  }
  .contactInfo h4 {
    font-size: 17px;
  }
  .contactInfo p{
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px 0;
  }
  .contactInfo img{
    width: 25px;
    height: auto;
  }
  .certificateInfo h3, .page-section h3{
    font-size: 25px;
  }
  .workDetails .faq-drawer__title::after {
    bottom: -1px;
  }
  .workDetails .faq-drawer__trigger:checked + .faq-drawer__title::after {
    bottom: -6px;
  }
  .headingworkshop{
    font-size: 35px !important;
  }
  .servicesTab .faq-drawer__trigger:checked + .faq-drawer__title::after {
    bottom: -15px;
  }
  .servicesTab .faq-drawer__title::after {
    bottom: -11px;
  }
  .subSmlBanner h2{
    font-size: 45px;
  }
  .subSmlBanner .headingSmlBanner {
    top: 60px;
  }
  .subSmlBanner{
    background: url(../images/aboutbanner.jpg) -300px top no-repeat;
  }
  .subSmlBanner .blueTreeImg {
    bottom: -105px;
    position: relative;
}
}
@media(max-width:1200px){
  #mainNav .navbar-nav .nav-item .nav-link{
    padding: 5px 4px;
    margin: 10px 4px;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link, #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
  #mainNav .navbar-brand img.logo {
    width: 270px;
  }
  #mainNav .navbar-brand img.logoname {
    width: 170px;
  }
  header .item .cover .header-content h2 {
    font-size: 33px;
  }
  header .owl-item.active img.logoBanner{
    width: 150px !important;
  }
  .paraHeading, h2.paraHeading {
    font-size: 30px;
  }
  .page-section p {
    font-size: 18px;
    line-height: 30px;
  }
  footer ul li{
    font-size: 14px;
  }
  footer h5 {
    font-size: 15px;
  }
  footer p{
    font-size: 14px;
    line-height: 22px;
  }
  footer{
    padding-bottom:10px; 
  }
  header .owl-nav .owl-prev span, header .owl-nav .owl-next span{
    font-size: 3rem
  }
  #logoAuto .owl-stage-outer{
    overflow-x: hidden;
    height: 150px;
  }
  .listSmall ul li{
    font-size: 18px;
    background: url(../images/listicon.png) no-repeat left 12px;
  }
  .teamHeading{
   padding: 7px 10px;
  }
  .teamHeading h2{
    font-size: 25px;
  }
  .teamHeading:before{
    content: url(../images/left-sml-ribbon.png);
    left: -53px;
    top: -10px;
  }
  .teamHeading:after {
    content: url(../images/right-sml-ribbon.png);
    right: -54px;
    top: -10px;
  }
  .timeline > li > .timeline-badge{
    width: 18px;
    height: 18px;
    top: 110px;
    right: -10px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
    left: -9px;
  }
  .timeline > li:nth-child(7) {
    margin-top: 30px;
  }
  .timeline > li > .timeline-panel:before{
    top: 77px;
  }
  .timeline > li > .timeline-panel:after{
    top: 80px;
  }
  .timeline > li > .timeline-badge{
    top: 90px;
  }
  .timelineImg{
    margin: 20px 20px 10px 20px;
  }
  .subSmlBanner .blueTreeImg {
    bottom: -130px;
    position: relative;
  }
  
}
@media(max-width:1100px){
  .imgRoundBorderimg{
    padding: 6px 1px 0 12px;
  }
  .form-control{
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 10px 15px;
    margin: 0 0 30px 0;
  }
  .errorTxt{
    margin: -28px 0 0 0;
  }
  .form-control.mandatoryInput{
      background: url(../images/erroricon.png) no-repeat right 10px;
  }
  .contactInfo p {
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 0 0 15px 0 !important;
  }
  .form-label {
    font-size: 18px !important;
    margin: 0 0 10px 0 !important;
  }
  .mapSect{
    height: 400px;
  }
}
@media(max-width:1024px){
  .countSect {
      min-height: 250px;
      padding: 20px 0 30px 0;
  }
  .countBox span {
    font-size: 40px;
  }
  .countBox label {
    font-size: 16px;
  }
  .paraHeading, h2.paraHeading {
    font-size: 25px;
    line-height: 35px;
  }
  .page-section p {
    font-size: 17px;
    line-height: 28px;
  }
  .listSmall ul li{
    font-size: 17px;
    background: url(../images/listicon.png) no-repeat left 10px;
  }
  .teamHeading {
    margin-top: -80px;
  }
  .subSmlBanner{
    background: url(../images/aboutbanner.jpg) -450px top no-repeat;
  }
}
@media(max-width:1000px){
  body{
    padding-top: 110px;
  }
  header .item .cover .header-content{
    padding: 30px 0;
  }
  .buttonSect ul li{
    margin: 0 10px 10px 0;
  }
  .buttonSect ul li a{
    padding: 5px 10px;
    font-size: 15px;
  }
  .navbar-nav.me-auto {
    margin-left: 40% !important;
    margin-right: -15px;
    background: #66c3d0;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 58px;
    z-index: 1;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
  }
  #mainNav .navbar-nav .nav-item{
    border-bottom: 1px solid #fff;
  }
  #mainNav .navbar-nav .nav-item .nav-link{
    font-size: 15px;
    padding: 5px 10px;
    margin: 5px 15px;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item.act .nav-link {
    color: #fff;
    font-weight: 600;
  }
  #mainNav .navbar-nav .nav-item a.nav-link:after{
    height: 0;
    width: 0;
  }
  #mainNav .navbar-nav .nav-item a.nav-link svg{
    font-size: 11px;
    margin-left: 5px;
    color: #000;
    float: none;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover svg, #mainNav .navbar-nav .nav-item.act .nav-link svg{
    color: #fff;
  }
  header .item .cover .header-content h2 span br{
    display: none;
  }
  .smallHeading, h5.smallHeading{
    margin-bottom: 5px;
    font-size: 18px;
  }
  .paraHeading, h2.paraHeading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .page-section p {
    font-size: 16px;
    line-height: 26px;
  }
  footer .socialLink a svg{
    margin: 5px 5px 5px 5px;
  }
  header .owl-nav .owl-prev, header .owl-nav .owl-next{
    top: 35%;
  }
  .listingSect ul li{
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px 0;
  }
  .bigIcon {
    font-size: 40px;
    line-height: 10px;
  }
  header .item .cover .header-content.smlBanner{
    padding: 0px 0 30px 0;
  }
  header.smlHeader .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 130px;
  }
  header.smlHeader .owl-carousel .owl-item img.sliderTransBg {
    display: block;
    width: 100%;
    height: 80px;
  }
  header.smlHeader .owl-carousel .owl-item img.sliderTransBg.move{
    height: 50px;
    bottom: -5px;
  }
  .listSmall ul li {
      font-size: 16px;
      background: url(../images/listicon.png) no-repeat left 8px;
  }
  .teamHeading {
     margin-top: -45px;
  }
  .teamHeading h2 {
    font-size: 20px;
    margin: 0;
  }
  .page-section p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .timelineImg {
    margin: 10px;
  }
  .timelineImg {
    width: 100px;
  }
  .timeline-body p span{
    font-size: 24px;
    margin: 0 0 5px 0;
  }
  .timeline > li > .timeline-panel:before {
    top: 47px;
  }
  .timeline > li > .timeline-panel:after {
     top: 50px; 
  }
  .timeline > li > .timeline-badge {
    width: 12px;
    height: 12px;
    top: 110px;
    right: -8px;
    top: 63px;
  }
  .faq-drawer__title, .faq-drawer__title span {
    font-size: 16px !important;
  }
  .detailsSect p, .applySect p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .faq-drawer__title::after {
     bottom: 15px;
  }
  .faq-drawer__trigger:checked + .faq-drawer__title::after {
     bottom: 10px;
  }
  .headingworkshop {
    font-size: 25px;
  }
  .workDetails .applySect p, .workDetails p {
      font-size: 14px !important;
      line-height: 20px !important;
      margin-bottom: 10px !important;
  }
  .whyChooseUs .owl-carousel .owl-item ul{
    margin: 0 40px;
  }
  /*header .item img.sliderTransBg.move{
    bottom: -5px;
  }*/
  .certificateInfo h3, .page-section h3{
    font-size: 20px;
  }
  .subSmlBanner h2 {
    font-size: 40px;
  }
  .subSmlBanner {
    min-height: 170px;
    max-height: 170px;
    margin-top: -7px;
    background: url(../images/aboutbanner.jpg) -650px top no-repeat;
  }
  .subSmlBanner .headingSmlBanner {
    top: 30px;
  }
  .subSmlBanner .blueTreeImg {
    bottom: -70px;
    position: relative;
  }
}
@media(max-width: 900px){
  .infrastructureInfo {
      min-height: 180px;
    }
}
@media(max-width:800px){
    header .item .cover .header-content h2 {
      font-size: 25px;
    }
    header .item .cover .header-content {
      padding: 30px 40px;
    }
    header .item .cover .header-content .btn-primary{
      padding: 5px 20px;
      font-size: 14px;
    }
    header .owl-item.active img.logoBanner {
        width: 120px !important;
    }
    .accreditations{
      margin-top: 10px;
    }
    header .item .cover .header-content.smlBanner {
      padding: 0px 0 30px 0;
    }
    .teamHeading{
      margin-bottom: 50px;
    }
}
/*-- Timeline Responsive CSS --*/
@media (max-width: 767px) {
  ul.timeline:before {
      left: 70px;
  }
  ul.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width:100%;
    float: left;
    clear: left;
  }
  ul.timeline > li > .timeline-panel {
      width: calc(100% - 90px);
      width: -moz-calc(100% - 90px);
      width: -webkit-calc(100% - 90px);
  }
  ul.timeline > li > .timeline-badge {
    left: 63px;
    margin-left: 0;
    top: 60px;
  }
  ul.timeline > li > .timeline-panel {
      float: right;
  }
  ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
  }
  .timeline > li.timeline-inverted{
    float: left; 
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-badge{
    left: 63px;
  }
}
/*-- Timeline Responsive Css End --*/
@media(max-width:768px){
  .countBox span {
    font-size: 27px;
  }
  .countBox label {
    font-size: 14px;
    line-height: 18px;
  }
  .imgBorder{
    margin-bottom: 20px;
  }
  .paraHeading, h2.paraHeading {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .videoSect{
    text-align: center;
    padding-top: 70px !important;
  }

  header .item .cover .header-content h2 {
      font-size: 22px;
      margin-top:30px; 
  }
  header .item .cover .header-content {
      padding: 50px 0px 10px 0px;
  }
  footer p{
    margin-bottom: 2px;
  }
  .copyRight{
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
  }
  footer {
    padding: 30px 0 20px 0;
  }
  .socialTopBar{
    font-size: 13px;
  }
  .socialTopBar .socialLink a svg, .socialTopBar svg {
    height: 15px;
    width: 15px;
  }
  .socialTopBar{
    text-align: center;
  }
 .socialTopBar a span {
    margin-top: 10px;
  }
  .imgRoundBorderimg {
    padding: 2px 1px 0 10px;
  }
  .teamHeading {
    margin-top: -40px;
    border: 2px solid #fff;
  }
  .timeLineLogo{
    text-align: left;
  }
  .timeLineLogo img{
    width: 130px;
  }
  .workDetails .faq-drawer__title::after {
    bottom: -1px;
  }
  .workDetails .faq-drawer__trigger:checked + .faq-drawer__title::after {
    bottom: -7px;
  }
  .infrastructureInfo {
    min-height: 120px;
  }
  .headingworkshop{
    font-size: 26px !important;
  }
  .workDetails ul li {
    font-size: 16px;
  }
  .workDetails .applySect p, .workDetails p {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
  }
  .wrapTextSect img{
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .wrapTextSect.right img{
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .page-section {
    padding: 20px 0;
  }
  .wrapTextSect .listSmall ul li{
    width: 100% !important;
  }
  .navbar-nav.me-auto {
    margin-left: 10% !important;
  }
  .paraHeading.bgHeading, h2.paraHeading.bgHeading{
    margin-right: 0; 
  }
  .subSmlBanner{
    margin-top: 25px;
  }
  .subSmlBanner h2 {
    font-size: 35px;
  }
  .subSmlBanner {
      min-height: 170px;
      max-height: 170px;
      margin-top: 25px;
      background: url(../images/aboutbanner.jpg) -700px top no-repeat;
  }
  .subSmlBanner .blueTreeImg {
    bottom: -90px;
    position: relative;
  }
}
@media(max-width:600px){
    .countSect {
      min-height: 360px;
      padding: 20px 0 30px 0;
    }
    .countBox {
      width: 33.3333%;
      text-align: center;
      margin: 0 0 20px 0;
    }
    .countBox.countLg {
      width: 49%;
    }
    .countBox span {
      font-size: 35px;
    }
    .countBox label {
        font-size: 16px;
        line-height: 20px;
    }
    .fixed-top{
      position: relative;
    }
    body{
      padding: 0;
    }
    .countBox label {
        font-size: 16px;
        line-height: 20px;
        min-height: 40px;
    }
    header .owl-item.active img.logoBanner,  header .owl-item img.logoBanner {
      width: 80px !important;
    }
    header .item .cover .header-content.smlBanner {
      padding: 20px 0 30px 0;
    }
    header .item .cover .header-content h2 {
      font-size: 16px;
      /*margin-top:-10px; */
  }
  header .item .cover .header-content {
    padding: 10px 0px 10px 0px;
  }
  header .owl-nav .owl-prev{
    left: -20px;
  }
  header .owl-nav .owl-next{
    right: -20px;
  }
  /*header .owl-nav .owl-next span{
    padding: 0 1px;
  }*/
  .faq-drawer__title::before {
      font-size: 0;
      top: 0px;
  }
  .faq-drawer__title::after {
    bottom: 42px;
    border-width: 2px 2px 0 0;
    height:10px;
    width: 10px;
  }
  .faq-drawer__trigger:checked + .faq-drawer__title::after {
      bottom: 38px;
  }
  .subSmlBanner {
      min-height: 150px;
      max-height: 150px;
      margin-top: -5px;
      background: url(../images/aboutbanner.jpg) -850px top no-repeat;
  }
  .subSmlBanner .blueTreeImg {
      bottom: -80px;
      position: relative;
  }
}
@media(max-width:580px){
    .teamHeading {
      padding: 15px 10px;
    }
}
@media(max-width:550px){
  .socialTopBar .socialLink a svg, .socialTopBar svg {
    height: 10px;
    width: 10px;
  }
  .socialTopBar a span {
    margin-top: 7px;
  }
  .socialTopBar .socialLink {
    display: inline-block;
    margin-left: 2px;
  }
  #mainNav .navbar-brand img.logo {
      width: 230px;
  }
  .navbar-nav.me-auto {
    margin-left: 6% !important;
  }
}
@media(max-width:430px){
  .teamHeading {
      margin-top: -30px;
      border: 2px solid #fff;
  }
  .subSmlBanner .sliderTransBg {
    bottom: -1px;
    position: absolute;
  }
  .subSmlBanner .blueTreeImg {
      bottom: -85px;
      position: relative;
  }
}