@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{
    margin: 0;
    padding: 0;
	font-family: "Open Sans", serif;
}
header{
    display: flex;
    align-items: center;
}
 a{
	text-decoration: none;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loadlogo.gif') center no-repeat #fff;
	background-size: 5%;
}
.logo::after{
  position: absolute;
  top:0;
  left: 0;
  width: 34%;
  z-index: -1;
  content: '';
  border-top: 106px solid white;
  border-right: 50px solid transparent;
  
}
.forbutton{
	padding-bottom: 90px;
}
#owl-example.owl-carousel .owl-item {
  float: left;
  margin-right: 5px;
}
#owl-example.owl-carousel{
  margin-left: -10px;
}
#owl-example.owl-carousel .owl-wrapper-outer {
  overflow: visible;
}
.owl-next{
  border-radius: 100px !important;
  position: absolute;
  right: 45%;
  background-color: #ffffff !important;
  font-size: 17px!important;
  text-align: center;
  cursor: pointer;
}
.owl-prev{
  border-radius: 100px !important;
  position: absolute;
  left: 48%;
  background-color: #ffffff !important;
  font-size: 17px!important;
  text-align: center;
  cursor: pointer;
}
.owl-carousel-about .owl-next{
	bottom: -48px;
}
.owl-carousel-about .owl-prev{
	bottom: -48px;
}
.owl-carousel-about{
	position: relative;
}
.nxt-topinner{
	top: 0!important
}
.boxad{
	text-align: center;
}
.boxad img{
  margin-bottom: 19px;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  width: 85px;
  height: 85px;
}
.boxad p{
  padding: 0 30px 15px;
  font-size: 14px;
}
.boxad strong{
	display: block;
	margin-bottom: 7px;
}
/*-- hover images --*/
.single-img {
  position: relative;
}
.image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
}
.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #11baa2;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.single-img:hover .img-overlay {
  height: 100%;
}
.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* transform: translate(-50%, -50%); */
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: poppins;
  text-transform: uppercase;
  /* letter-spacing: 2px; */
  font-weight: 600;
  line-height: 23px;
}
.text span{
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  display: block;
  margin-top: 13px;
  color: #2e3856;
  text-transform: none;
}
/*-- hover images --*/

/*-- owl carasoul --*/
#owl-example1.owl-carousel .owl-item {
  float: left;
  margin-right: 5px;
  border: 8px #fff solid;
}
#owl-example1.owl-carousel{
  margin-left: -10px;
}
#owl-example1.owl-carousel .owl-wrapper-outer {
  overflow: visible;
}
/*-- owl carasoul end --*/
/*.logomini{
  padding: 7px;
  width: 200px;
  border-radius: 11px;
}*/
.buttonmolifera{
  font-weight: 500;
  background-color: #27E16D;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #27E16D;
  border-radius: 30px 30px 30px 30px;
  padding: 6px 13px;
  color: #fff;
  font-size: 13px;
  margin-right: 7px;
  cursor: pointer;
}
.buttonmolifera a:hover{
	color: #fff;
	background: #128370;
}
.navsection{
  display: flex;
  align-items: center;
  justify-content: end;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 15px;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-transform: capitalize;
  color: #fff;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #27E16D;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #27E16D;
}
.offcanvas-header-cus{
	background: #505b7b;
	color: #fff;
}
.offcanvas-body-cus p{
	font-size: 14px;
}
.offcanvas-body-cus p i {
  color: #000;
  margin-bottom: 10px;
  float: left;
  margin-top: 5px;
  font-size: 18px;
}
.fonticon{
  display: flex;
  align-items:center;
  justify-content: end
}
.fonticon i{
	color: #fff;
	margin: 0 10px;
}
.fonticon i:hover{
	color: #27E16D;
}
.righthov a{
	color: #fff;
}
.dropdown-item:active {
    background: none;
}
/*-- drop down --*/
.dropdown-menu{
    background-color: #fff;
    min-width: 12rem;
}

.dropdown-menu:hover{
    color: #fff!important;
}
.navbar-nav .nav-link {
    color: #000;
  }
  .dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
  }
  .dropdown-item:hover {
    color: #0576fb;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-menu li a{
    font-size: 13px!important;
  }
  @media screen and (min-width: 1024px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }
/*-- end --*/
/*-- tab section --*/
@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}
.nav-tabs-cus.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #ed1c24;
  background-color: transparent;
  border-color: transparent;
  border: none;
  margin: 0;
}
.nav-tabs-cus.nav-tabs{
  border-bottom: 0;
}
.nav-tabs-cus .nav-link{
  border: none;
  padding: 0 10px 8px 10px;
  margin: 0;
  color: #606060;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
}
.nav-tabs-cus.nav-tabs .nav-link:hover{
  border: none;
  margin: 0;
}
.nav-tabs-cus.nav-tabs .nav-link:focus{
  border: none;
  margin: 0;
}
/*-- end --*/
.wrapper{
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: 50px;
}
.wrapper .wrapper__video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.headerpattern{
  background-image: url("../images/headerpattern.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px #fff solid;
}
.footerpattern{
  background-image: url("../images/headerpattern.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shadow-color{
  position: relative;
  z-index: 9;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 17rem;
  left: 120px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #000;
  text-align: left;
}
.carousel-caption h5{
	font-size: 42px;
	font-weight: 700;
	line-height: 58px;
}
.carousel-caption a{
  background: #128370;
  color: #fff;
  padding: 14px 23px;
  font-size: 17px;
  border-radius: 50px;
  margin-top: 15px;
  display: inline-block;
}
.carousel-caption a:hover{
	background: #000;
	transition: 0.7s;
}
.carousel-control-prev-icon{
  background-color: #000;
  opacity: 1;
  border-radius: 100px;
  background-size: 20px;
}
.carousel-control-next-icon{
  background-color: #000;
  opacity: 1;
  border-radius: 100px;
  background-size: 20px;
}
.carousel-control-prev {
  left: -49px;
}
/*-- banner text animation --*/
.bandeau .banner-body {
    position: relative;
    animation-name: fadeUp;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.banner-body img {
    margin-bottom: 15px;
}
.banner-body span {
    color: #0576fb;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 31px;
    padding-left: 10px;
}
.bandeau p {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 25px;
}
.bandeau .bandeau-new {
    position: relative;
    animation-duration: 10s;
    animation-name: spanNew;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    font-family: "Open Sans", serif;
}
.bandeau .bandeau-text {
    position: relative;
    animation-duration: 10s;
    animation-name: spanText;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    font-family: "Open Sans", serif;
}
.bannerblue{
  color: #0451a5;
}
.aboutussectioninnercon{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-bottom: 45px;
}
.aboutussectioninnerfaq{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-bottom: 0px;
}
.aboutussectioninnerfaq h1 {
  color: #000;
  font-size: 34px;
  text-align: center;
  line-height: 46px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 50px;
}
.colorbar{
	background-color: #2e3856!important;
	color: #fff !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.img-right-sec{
	text-align: right;
}

@keyframes truck {
    0% {
      left: -40px;
      opacity: 0;
    }
    6%, 100% {
      left: 0;
      opacity: 1;
    }
  }
@keyframes spanNew {
    0%, 5% {
      left: -30px;
      opacity: 0;
    }
    15% {
      left: 0;
      opacity: 1;
    }
  }
@keyframes spanText {
    0%, 10% {
      top: -20px;
      opacity: 0;
    }
    20% {
      top: 0;
      opacity: 1;
    }
  }
@keyframes fadeUp {
    0% {
      opacity: 0;
    }
    10%, 90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
/*-- text-animation-end--*/
.parallexbackgreen{
  background: url('../images/bannerslick.png') no-repeat top center;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.greenadmission{
	color: #fff;
	font-size: 22px;
}
.greenadmission strong{
	text-transform: uppercase;
	font-size: 36px;
}
.greenadmissionspace span{
	border-left: 2px #fff solid;
	padding-left: 8px;
	padding-right: 8px;
}
.greenadmissionspace span:first-child{
  border:0;
}
.greenadmission p{
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 30px;
}
.greenadmission p a{ 
	margin-right: 5px;
}
.greenadmission p img{ 
	margin-left: 15px;
	margin-right: 9px;
}
.greenadmission a {
  background: url('../images/rightarrow.png') no-repeat 122px;
  background-color: #ff8700;
  text-decoration: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 14px 45px 14px 18px;
  font-weight: 700;
  display: inline-block;
}
.greenadmission a:hover{
  color: #fff;
  transition: 0.3s;
  background-color: #333;
}
.parallexback {
  background-color: #F6ECE2;
  /*background-image: url("../images/headerpattern1.png");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.right-img{
  position: relative;
  z-index: 0;
 }
.right-img::after{
  content: '';
  position: absolute;
  width: 336px;
  height: 348px;
  top:0;
  background:url('../images/yearssec.png') no-repeat;
  right: -130px;
  z-index: -1;
  background-size: 70%;
  top: -40px;
}
.aboutussectioninner {
  color: #000;
  font-size: 22px;
  position: relative;
  line-height: 34px;
}
.abocon{
  font-size: 31px;
  font-weight: 600;
  line-height: 45px;
}

.aboutussectioninner strong {
  color: #ff8700;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.aboutussectioninnercon h1{
  color: #000;
  font-size: 34px;
  text-align: center;
  line-height: 46px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 50px;
}
.aboutussectioninnercon span{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 50px;
	color: #2e3856;
}
/*-- testimonials --*/
.testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
  margin: 0 auto;
}
.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px #ededed solid;
  padding: 7px;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}
.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  transition: 0.2s;
}
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #000;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}
@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }
  .nav-btn {
    display: none;
  }
}
/*-- testimonials --*/
.innerp{
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}
.aboutussectioninner h4{
  color: #000000;
  font-size: 37px;
  font-weight: 700;
  padding-bottom: 15px;
}
.aboutussectioninner h4 span{
  color: #333;
}
.aboutussectioninner a {
  color: #fff;
  text-decoration: none;
  padding-right: 27px;
  background: url('../images/rightarrow.png') no-repeat 106px;
  margin-top: 25px;
  margin-right: 12px;
  display: inline-block;
  font-weight: normal;
  background-color: #006c3c;
  padding: 9px 41px 9px 24px;
  font-size: 11px;
  border-radius: 3px;
  clear: both;
  text-transform: uppercase;
  font-weight: 700;
}
.aboutussectioninner a.yellowcolor{
	background: url('../images/rightarrow.png') no-repeat 99px;
	background-color: #ff8700;
}
.aboutussectioninner a:hover{
  color: #fff;
  transition: 0.3s;
  background-color: #333;
}
.aboutussectioninner ul{
  margin: 0;
  padding: 26px 0 30px 0;
}
.aboutussectioninner ul li{
  list-style: none;
  display: inline-block;
  width: 49%;
  color: #333333;
  font-weight: 500;
  line-height: 21px;
  padding-bottom: 35px;
}
.aboutussectioninner ul li:nth-child(3){
  padding-bottom: 0;
}
.aboutussectioninner ul li:last-child{
  padding-bottom: 0;
}
.aboutussectioninner ul li img{
  float: left;
  margin: -3px 15px 0 0;
}
.aboutussectioninner ul li span{
  color: #333333;
  font-size: 35px;
  font-weight: 500;
}
.aboutussectioninner ul li strong{
  color: #333333;
  font-size: 35px;
  font-weight: normal;
}
.aboutussectioninner p{
  background: url('../images/icon01.png') no-repeat 0px 2px;
  padding-left: 38px;
}
.greenborder{
  border-top: 6px #ccc solid;
  position: relative;
  overflow: hidden;
}
.noticeboard{
	background: #ccffec;
	display: block;
	padding: 20px;
	width: 100%;
	font-size: 14px;
	margin-top: 30px;
}
.noticeboard h2{
	color: #006c3c;
	font-weight: 700;
}
.noticeboard ul{
	padding: 7px 0 0 3px;	
}
.noticeboard ul li{
  list-style: none;
  background: url('../images/arrow.png') no-repeat 0px 7px;
  padding-left: 15px;
  margin-top: 3px;
}

.slidertextsection p{
  color: #fff;
  font-family: "Open Sans", serif;
  font-size: 16px;
  position: relative;
  z-index: 9;
  padding: 15% 5% 0;
  margin: 0;
  width: 50%;
}
.slidertextsection p a{
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    padding-right: 27px;
    background: url(../images/rightarrow.png) no-repeat right;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 500;
}
.slidertextsection p a:hover{
  color: #ed1c24;
  transition: 0.3s;
}
.slidertextsection p span{
  display: block;
  font-size: 30px;
  font-size: 500;
  padding-bottom: 10px;
}
/*-- end --*/
.globalpresence {
  background-image: url('../images/chooseus.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
}
.globalpresencecontent {
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", serif;
  line-height: 21px;
  position: absolute;
  top: 30%;
  left: 5%;
  text-align: left;
  font-weight: 400;
}
.globalpresencecontent strong{
  font-size: 30px;
  color: #fff;
  font-family: "Open Sans", serif;
  font-weight: 500;
  display: block;
  padding-bottom: 25px;
}
.globalpresencecontent span{
  padding-left: 60px;
  padding-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
.globalpresencecontent span::after{
  position: absolute;
  content: '';
  width: 43px;
  height: 1px;
  background-color: #fff;
  top: 11px;
  left: 4px;
}
.globalpresencecontent a{
    color: #fff;
    text-decoration: none;
    background: url('../images/rightarrow.png') no-repeat 106px;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 22px;
    display: inline-block;
    font-weight: normal;
    background-color: #002959;
    padding: 9px 41px 9px 24px;
    font-size: 14px;
    border-radius: 3px;
}
.globalpresencecontent a:hover{
  background-color: #333;
  transition: 0.3s;
}
/*-- tab section --*/
@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}
.nav-tabs-cus.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: transparent;
  border: none;
  margin: 0;
  background: #2e3856;
  border-radius: 5px;
  padding: 1px 11px 3px 11px;
}
.nav-tabs-cus.nav-tabs{
  border-bottom: 0;
}
.nav-tabs-cus .nav-link{
  border: none;
  padding: 0 15px 8px 15px;
  margin: 0;
  color: #606060;
  font-weight: 500;
  font-family: "Open Sans", serif;
  font-size: 17px;
}
.nav-tabs-cus.nav-tabs .nav-link:hover{
  border: none;
  margin: 0;
}
.nav-tabs-cus.nav-tabs .nav-link:focus{
  border: none;
  margin: 0;
}
.bac-test{
	background: #ededed;
}
.hedbac h5{
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 33px;
}
.sayimg{
	text-align: right;
}
.whitebox{
	padding:40px;
	background: #fff;
	border-radius: 10px;
	color: #000;
	margin-top: 15px;
}
.whitebox a {
  background: #128370;
  color: #fff;
  padding: 11px 71px;
  font-size: 23px;
  border-radius: 50px;
  margin-top: 15px;
  display: inline-block;
}
.whitebox p{
  font-weight: 500;
  line-height: 40px;
  margin-top: 30px;
}
/*-- end --*/
.sixbox{
	background: #e6e6e6;
	padding: 5% 0 5%;
}
.sixboxsec{
	background: #e6e6e6;
	padding: 5% 0 9%;
	position: relative;
}
.sixboxsec::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 320px;
  background: #5d5d5d;
  z-index: 0;
  bottom: 0;
}
.countersectionblack{
  margin: 0;
}
.countersectionblack span {
  text-transform: uppercase;
  font-size: 12px;
  color: #ff8700;
  position: relative;
  font-family: "Open Sans", serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 11px;
  display: block;
}
.countersectionblack p{
  margin: 0;
  line-height: 36px;
  font-family: "Open Sans", serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.countersectionblackcon{
	color: #000;
	font-size: 15px;
}
.countersectiontwoorange {
  background-color: #ff8700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 7px;
  padding: 30px;
  border-radius: 3px;
}
.countersectiontwoorange span {
  font-size: 11px;
  color: #fff;
  display: block;
  font-weight: 600;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.countersectiontwoorange:hover{
	background: #76912f;
	transition: 0.3s;
}
.goodnesssection{
	color: #737373;
	font-size: 14px;
	background: #ffffff;
	text-align: center;
	border-radius: 3px;
	position: relative;
	justify-content: center;
	padding: 50px 23px 30px 23px;
	font-weight: normal;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 1;
}
.goodnesssection p{
	font-weight: 600;
}
.goodnesssection strong{
	font-weight: 700;
	color: #000;
}
.goodnesssection img{
	margin-bottom: 25px;
}
/*-- filter section --*/
.filtersection{
  padding: 80px 0;
}
.brands{
  margin: 0;
}
.brands h3{
  margin: 0;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.bluebrand{
  background-color: #128370;
  padding: 70px 0;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.countersection{
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.countersection a{
  background: #000;
  color: #fff;
  padding: 14px 33px;
  font-size: 17px;
  border-radius: 50px;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
}
.countersection a:hover{
  background: #fff;
  color: #000;
  transition: 0.3s;
}
.countersection span {
  text-transform: uppercase;
  font-size: 12px;
  color: #ff8700;
  position: relative;
  font-family: "Open Sans", serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.countersection p {
  margin: 0;
  line-height: 32px;
  font-family: "Open Sans", serif;
  font-size: 21px;
  font-weight: 500;
  padding: 0 25px;
  text-align: center;
}
.countersectiontwo {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 7px;
  padding: 30px;
  border-radius: 3px;
}
.countersectiontwo:hover{
	background: #ededed;
	transition: 0.3s;
}
.countersectiontwo span{
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: 600;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.countersectiontwo p{
  color: #fff;
  font-size: 13.50px;
  margin: 0;
}
.countersectiontwo img{
  padding-bottom: 20px;
}
/*-- end --*/
/*-- logo scroll--*/
.brands {
  position: relative;
  overflow: hidden;
}
.brands:hover .brands__wrapper,
.brands:hover .brands__preWrapper {
  animation-play-state: paused;
}
.brands__preWrapper {
  position: relative;
  width: 100%;
  height: 8.5rem;
  transform: translateX(0%);
  animation: scroll1 55s linear infinite;
  animation-delay: 2s;
  animation-direction: alternate;
  will-change: transform;
}
.brands__wrapper {
  position: absolute;
  white-space: nowrap;
  transform: translateX(0%) translateZ(0);
  animation: scroll2 55s linear infinite;
  animation-delay: 2s;
  animation-direction: alternate;
  will-change: transform;
}
.brands__wrapper > a,
.brands__wrapper > img {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: middle;
}
.brands__wrapper > a img {
  max-width: 14rem;
  max-height: 8.5rem;
  border-radius: 12px;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}
.brands__wrapper > a img:hover {
	filter: none;
  -webkit-filter: grayscale(0);
}
@keyframes scroll1 {
  0% {
    transform: translateX(-0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
/*-- end --*/
.headlinemake{
	margin: 0;
}
.headlinemake h5 {
  margin: 0;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 30px;
}
.hedbutton{
	margin: 0;
	padding-top: 8%;
}
.hedbutton ul{
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}
.hedbutton ul li{
	display: inline-block;
	text-align: center;
    width: 48%;
}
.hedbutton ul li a{
  color: #fff;
  text-decoration: none;
  padding: 11px 59px;
  display: block;
  background: #128370;
  font-weight: 500;
  margin: 0 7px 9px 0;
}


footer{
	background:#000;
	padding:0;
}
.footermenu{
  padding: 0;
  background: #ff8700;
}
.footermenu ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.footermenu ul li{
	display: inline-block;
	padding: 2px 3px;
}
.footermenu ul li a {
  display: inline-block;
  padding: 11px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
}
.footermenu ul li a:hover{
	color: #000;
	transition: 1s;
}
.footermenu ul li a.active{
	color: #ed1c24;
}
.socialicon a{
	padding: 0 4px;
}
.socialiconspan {
  line-height: 26px;
  color: #606469;
  display: block;
  font-size: 13px;
  background-color: #000;
  text-align: center;
  padding: 16px 0;
  text-transform: uppercase;
}
.socialmediatop{
  display: flex;
  align-items: center;
  justify-content: right;
}
.socialmediatop ul{
  margin: 0;
  padding: 0;
}
.socialmediatop ul li {
  display: inline-block;
  padding: 0px;
}
.socialmediatop ul li a {
  margin: 0 2px 0 0;
  padding: 0;
  display: inline-block;
  background-color: #333;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  text-align: center;
  padding: 5px;
}
.socialmediatop ul li a:hover{
  background-color: #ed1c24;
  color: #fff;
  transition: 0.3s;
}
.socialmediabottom{
  text-align: center;
  padding: 35px 0;
  
}
.socialmediabottom h5{
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 400;
	padding-bottom: 11px;
}
.socialmediabottom ul{
  margin: 0;
  padding: 0;
}
.socialmediabottom ul li {
  display: inline-block;
  padding: 0 2px;
}
.socialmediabottom ul li a {
  margin: 0 2px 0 0;
  padding: 0;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  padding: 8px;
  font-size: 15px;
  border: 2px #fff solid;
}
.socialmediabottom ul li a:hover{
  background-color: #27e16d;
  color: #fff;
  transition: 0.3s;
  border: 2px #27e16d solid;
}
/*--pbmit-mihbox-hover-active --*/
.devicemobsection{
  display: none;
}
.mobilebuttonsection{
  display: block;
}
@media (max-width: 1366px) {
  .carousel-indicators [data-bs-target] {
    height: 3px!important;
  }
  .parallexback{
    height: auto;
  }
}

@media (max-width: 1199px) {
 
	.navbar-light .navbar-nav .nav-link {
    font-size: 0.794rem;
  }
  .carousel-caption h5{
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  
}
@media (max-width: 991px) {
  .desktopmenusec{
    display: none;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 1.2rem;
  }
  .navsection {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .mobilebuttonsection div {
    width: 6px;
    height: 3px;
    background-color: #000;
    margin-left: 0;
    margin-bottom: 6px;
    border-radius: 4px;
    transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom,
      0.3s ease background-color;
  }
  .mobilebuttonsection div:first-child {
    width: 22px;
  }
  .mobilebuttonsection div:nth-child(2) {
    width: 15px;
  }
  .mobilebuttonsection div:last-child {
    width: 30px;
    margin-bottom: 0;
  }
  .offcanvas{
    background-color: #174a9d;
  }
  .offcanvas-start{
    width: 100%;
  }
  .btn-close{
    color: #fff;
  }
  .mobilebuttonsection{
    display: block;
  }
  .formsectionfooter{
    left: 50%;
  }
  .footermenu ul li a {
    font-size: 15px;
  }
  .phoneno{
    display: none;
  }
  .offcanvas{
    background-color: #174a9d;
  }
  .navbar-light .navbar-nav .nav-link{
    color: #fff;
  }
  .dropdown-menu{
    background-color: #174a9d;
  }
  .aboutussection h4 {
    font-size: 34px;
  }
  .innersectionbanner{
    background-size: cover!important;
  }
  .wrapper{
	  height: auto;
  }
  .wrapper .wrapper__video{
	  height: auto;  
  }
  .globalpresencecontent strong{
	  line-height: 30px;
  }
  .forsmall-device{
	width: 50%;
	margin-bottom: 23px;
  }
  
}

@media (min-width: 1920px) {
	.logo::after{
	   border-top: 92px solid white;
	}
}

@media (max-width: 767px) {
.goodnesssection{
	margin-bottom: 20px;
}
.greenadmissionspace span{
	border-left: 0;
	margin-right: 0;
}
.greenadmission span{
	display: block;
}
.greenadmission p span{
	display: block;
}
.footermenu{
	padding: 12px;
}
.countersectionblack p{
	font-size: 22px;
}
.greenadmission {
  color: #fff;
  font-size: 20px;
}
.greenadmission strong {
  font-size: 29px;
}
.greenadmission p{
	line-height: 40px;
	margin-bottom: 15px;
}
.countersectionblackcon {
  font-size: 14px;
  margin-top: 15px;
}
.countersectiontwoorange{
	margin-bottom: 15px;
}
.mobilebuttonsection div {
  width: 6px;
  height: 3px;
  background-color: #000;
  margin-left: 0;
  margin-bottom: 6px;
  border-radius: 4px;
  transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom,
    0.3s ease background-color;
}
.mobilebuttonsection div:first-child {
  width: 22px;
}
.mobilebuttonsection div:nth-child(2) {
  width: 15px;
}
.mobilebuttonsection div:last-child {
  width: 30px;
  margin-bottom: 0;
}
.offcanvas{
  background-color: #000;
}
.offcanvas-start{
  width: 100%;
}
.btn-close{
  color: #fff;
}
  .mobilebuttonsection{
    display: block;
  }
  .devicemobsection{
    display: block;
  }
  .carousel-caption h5 {
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 15px;
  }
  .footermenu ul li a{
    font-size: 13px;
  }
  .offcanvas{
    background-color: #174a9d;
  }
  .navbar-light .navbar-nav .nav-link{
    color: #fff;
  }
  .dropdown-menu{
    background-color: #174a9d;
  }
  .innersectionbanner{
    background-size: cover!important;
  }
  .footermenu ul li {
	padding: 0 6px;
  }
  .footermenu ul li a {
    font-size: 10px;
  }
  .footermenu ul li a i{
    font-size: 14px;
	padding-top: 5px;
  }
  
}
@media (max-width: 575px) { 
  .devicemobsection{
    display: block;
  }
  .fixed-top{
	  position: relative;
  }
  .offcanvas-body-cus p i {
	  margin-right: 7px;
  }
  .flex-row-reverse{
	  flex-direction: column-reverse!important;
  }
  .logo::after{
	  top: -14px;
  }
  .wrapper{
	  margin-top: 0;
  }
  .fixed-top-mob{
	  display: none;
  }
  .flex-row-reverse-cus {
	flex-direction: column-reverse!important;
  }
   .img-left-sec{
	  text-align: left;
  }
  .img-left-sec img{
	  width: 20%;
    margin-bottom: 25px;
  }
  .img-right-sec{
	  text-align: left;
  }
  .img-right-sec img{
	  width: 20%;
    margin-bottom: 25px;
  }
  .headerpattern{
	  background: none;
  }
  .mobilebuttonsection{
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .fonticon{
	  justify-content: start;
  }
  .fonticon i {
    color: #000;
    background: #fff;
    padding: 11px;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 50px;
	margin: 0 4px;
  }
  .navbar-light .navbar-nav .nav-link{
    color: #000;
	padding-left: 0;
  }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #128370;
  }
  
  .nav-item{
	  margin-bottom: 10px;
  }
  .aboutussectioninnercon h1 {
	  color: #000;
	  font-size: 26px;
	  text-align: center;
	  line-height: 39px;
	  font-weight: 600;
	  margin-top: 20px;
	  margin-bottom: 10px;
	}
  
  .btn-close-white {
	  filter: none;
   }
   .offcanvas-header .btn-close{
	   margin-right: 0.5rem;
   }
  .dropdown-menu{
    background-color: #76912f;
  }
  .mobilebuttonsection div {
    width: 6px;
    height: 3px;
    margin-left: 0;
    margin-bottom: 6px;
    border-radius: 4px;
    transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom,
      0.3s ease background-color;
  }
  
  .mobilebuttonsection div:first-child {
    width: 22px;
  }
  .mobilebuttonsection div:nth-child(2) {
    width: 15px;
  }
  .mobilebuttonsection div:last-child {
    width: 30px;
    margin-bottom: 0;
  }
  .offcanvas{
    background-color: #ecf4f4;
  }
  
  .offcanvas-start{
    width: 100%;
  }
  .btn-close{
    color: #fff;
  }
  .logo{
    text-align: left;
	padding: 0 49px 0 27px;
  }
  .navbar{
    width: 100%;
  }
  .navsection {
    width: 100%;
    top: 16px;
    position: absolute;
  }
  .navbar-light .navbar-toggler{
    background: #fff;
  }
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 20px;
  }
  .carousel-caption{
    left: 20px;
    top: 30%;
  }
  .carousel-caption p{
    font-size: 12px;
  }
  .carousel-caption a{
    padding: 10px 17px;
    font-size: 12px;
	margin-top: 0px;
  }
  .formsectionfooter{
    display: flex;
    justify-content: center;
  }
  .footermenu ul li{
    padding: 0px 3px;
  }
  .footermenu ul li a{
    padding: 0;
    font-size: 13px;
  }
  .footermenu ul li a i{
	  padding-top: 13px;
  }
  .globalpresencecontent{
	  padding-right: 23px;
  }
  .socialiconspan{
    font-size: 11px;
  }
  .chooseussection p{
    font-size: 21px;
  }
  .buttoncommon{
    font-size: 13px;
  }
  .wrapper .wrapper__video{
    height: auto;
  }
  .socialmediatop{
    justify-content: center;
    padding-bottom: 7px;
  }
  .wrapper{
    height: auto;
  }
  .carousel-item{
    height: auto;
  }
  .slidertextsection p{
    width: 100%;
  }
  .carousel-indicators [data-bs-target] {
    height: 29px !important;
	display: none;
  }
  .accordion-button:not(.collapsed){
    background-color: #089c87;
    color: #fff
  }
  .accordion-button:not(.collapsed)::after {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");*/
  }
  .accordion-button:focus {
	  z-index: 3;
	  border-color: #089c87;
	  outline: 0;
	  box-shadow: 0 0 0 0.25rem rgba(8, 156, 135, 0.25);
}
  .accordion-button{
    background-color: #2e3856;
	color: #fff;
  }
  .filtersection {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .parallexback{
	  overflow: hidden;
  }
  .carousel-control-next-icon{
	  display: none;
  }
  .carousel-control-prev-icon{
	  display: none;
  }
  .owl-next{
	  right: 43%;
  }
  .owl-prev{
	  left: 43%;
  }
  .accordion-button::after{
	  background-size: 1rem;
	  border-radius: 50px;
	  background-position: 2px 2px;
  }
  .right-img::after {
	  width: 234px;
	  top: 0;
	  right: -61px;
	  background-size: 70%;
	  top: -18px;
   }
   .aboutussectioninnercon{
	   margin: 0;
   }
   .bluebrand{
	   margin-top: 30px;
   }
   .forsmall-device{
	width: 100%;
	margin-bottom: 10px;
  }
  .countersection{
	  margin-bottom: 15px;
  }
  .sayimg {
	text-align: center;
	margin-top: 15px;
  }
  .headlinemake h5{
	  font-size: 30px;
  }
  .single-img{
	  margin-bottom: 20px;
  }
}
@media (max-width: 500px) { 
  .owl-next{
	  right: 40%;
  }
  .owl-prev{
	  left: 40%;
  }
}
@media (max-width: 430px) { 
.carousel-caption {
    left: 20px;
    top: 15%;
  }
}
@media (max-width: 400px) { 
  .mobilebuttonsection {
    display: block;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .footermenu img{
    width: 54%;
  }
  .footermenu ul li {
    padding: 0px;
  }
  .bandeau p{
    margin-bottom: 5px;
  }
  .footermenu ul li {
	padding: 0 3px;
  }
  .footermenu ul li a {
    font-size: 10px;
  }
  .footermenu ul li a {
    font-size: 14px;
  }
  .footermenu{
	  padding: 12px;
  }
}






/*-- bubble & water effetc--*/

.bbody {
  background-image: url(../images/beffect.jpg);
  background-size: cover;
  background-position: 50% 0;
  height: 100vh;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.bbody:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.bubbles{
  position: absolute;
  top: 50%;
  right: 108px;
  width: 50%;
}
.bubble{
  -webkit-animation:short-bubble 1500ms linear infinite;
  animation:short-bubble 1500ms linear infinite;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  height:10px;
  width:9px;
  /*border:1px solid rgba(240,240,240,0.5);*/
  border-radius:50%;
}
.bubblenxtsec{
  position: absolute;
  right: 25%;
  top: 79px;
}
.b2{
  -webkit-animation:medium-bubble 5000ms linear infinite;
  animation:medium-bubble 5000ms linear infinite;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  margin-left:-7px;
  margin-top:25px;
  height:13px;
  width:12px;
}
.b3{
  -webkit-animation-duration:3500ms;
  animation-duration:3500ms;
  margin-left:-5px;
  margin-bottom:10px;
}
.b4{
  -webkit-animation-duration:2000ms;
  animation-duration:2000ms;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  margin:0 0 40px -9px;
  height:7px;
  width:6px;
}
.b5{
  -webkit-animation:medium-bubble 3000ms linear infinite;
  animation:medium-bubble 3000ms linear infinite;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  margin-left:-1px;
  margin-top:100px;
  height:5px;
  width:4px;
}
.b6{
  -webkit-animation-duration:3000ms;
  animation-duration:3000ms;
  margin-left:-8px;
  margin-bottom:50px;
}
.b7{
  -webkit-animation-duration:6000ms;
  animation-duration:6000ms;
  margin-left:-3px;
  margin-bottom:50px;
  height:7px;
  width:6px;
}
.b8{
  -webkit-animation:medium-bubble 2000ms linear infinite;
  -webkit-animation-fill-mode:forwards;
  animation:medium-bubble 2000ms linear infinite;
  animation-fill-mode:forwards;
  margin-left:-13px;
  margin-bottom:30px;
}
@-webkit-keyframes short-bubble{
  0%{ -webkit-transform:translate3d(5px, 0, 0);opacity:0; }
  13%{ -webkit-transform:translate3d(2px, -20px, 0); opacity:1; }
  20%{ -webkit-transform:translate3d(5px, -40px, 0) scale(1.2); }
  30%{ -webkit-transform:translate3d(0, -60px, 0); }
  40%{ -webkit-transform:translate3d(8px, -80px, 0); }
  50%{ -webkit-transform:translate3d(3px, -100px, 0); }
  60%{ -webkit-transform:translate3d(8px, -120px, 0); }
  70%{ opacity:0.4; }
  80%, 100%{ -webkit-transform:translate3d(0,-200px, 0); opacity:0; }
}
@keyframes short-bubble{
  0%{ transform:translate3d(5px, 0, 0);opacity:0; }
  13%{ transform:translate3d(2px, -20px, 0); opacity:1; }
  20%{ transform:translate3d(5px, -40px, 0) scale(1.2); }
  30%{ transform:translate3d(0px, -60px, 0); }
  40%{ transform:translate3d(8px, -80px, 0); }
  50%{ transform:translate3d(3px, -100px, 0); }
  60%{ transform:translate3d(8px, -120px, 0); }
  70%{ opacity:0.4; }
  80%, 100%{ transform:translate3d(0,-200px, 0); opacity:0; }
}
@-webkit-keyframes medium-bubble{
  0%{ -webkit-transform:translate3d(0, 0, 0); opacity:0;}
  5%{ -webkit-transform:translate3d(4px, -20px, 0); opacity:1;}
  10%{ -webkit-transform:translate3d(2px, -40px, 0) rotate(10deg); }
  20%{ -webkit-transform:translate3d(7px, -80px, 0) rotate(14deg) scale(0.7); }
  30%{ -webkit-transform:translate3d(5px, -120px, 0) rotate(15deg); }
  40%{ -webkit-transform:translate3d(1px, -160px, 0) rotate(20deg); }
  50%{ -webkit-transform:translate3d(2px, -200px, 0) rotate(18deg) scale(1.1); }
  60%{ -webkit-transform:translate3d(-3px, -240px, 0) rotate(22deg); opacity:0.4; }
  100%{ -webkit-transform:translate3d(0, -400px, 0); opacity:0; }
}
@keyframes medium-bubble{
  0%{ transform:translate3d(0, 0, 0); opacity:0;}
  5%{ transform:translate3d(4px, -20px, 0); opacity:1;}
  10%{ transform:translate3d(2px, -40px, 0) rotate(10deg); }
  20%{ transform:translate3d(7px, -80px, 0) rotate(14deg) scale(0.7); }
  30%{ transform:translate3d(5px, -120px, 0) rotate(15deg); }
  40%{ transform:translate3d(1px, -160px, 0) rotate(20deg); }
  50%{ transform:translate3d(2px, -200px, 0) rotate(18deg) scale(1.1); }
  60%{ transform:translate3d(-3px, -240px, 0) rotate(22deg); opacity:0.4; }
  100%{ transform:translate3d(0, -400px, 0); opacity:0; }
}
/*-- bubble & water effetc end--*/