@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}
header{
    display: flex;
    align-items: center;
}
 a{
	text-decoration: none;
}
.modal-header{
	background: #ff8700;
	color: #fff;
}
.logo img{
  width: 90%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.logomini{
  border-radius: 6px;
}
.contactdetils{
    margin: 0;
    color: black;
    z-index: 9;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
	text-align: right;
    font-weight: bold;
    display: flex;
    justify-content: end;
    align-items: center;
}
.contactdetils i{
	  background-color: #ff8700;
      width:30px;
      height: 30px;
      color: white;
      padding: 6px;
      margin-right: 7px;
	  border-radius: 50px;
}
.navsection{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
	background: #383480;
	border-radius: 3px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #ff8700;
}
.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 --*/
.wrapper{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.wrapper .wrapper__video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}
.typeJsWrapper {
  position: absolute;
  z-index: 1;
  bottom: 60px;
  width: 100%;
  text-align: center;
}
.typeJsWrapper h1{
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 7px #000;
}
.typeJsWrapper .typeJsText {
  font-size: 22px;
  display: inline-block;
  padding: 0;
  color: #fff;
  border-right: 1px solid #fff;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 1.25rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 3%;
}
.carousel-caption h5 {
    font-size: 38px;
    font-weight: 500;
    line-height: 36px;
}
.shadow{
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  border-top: 10px #383480 solid;
}
/*-- 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: "Montserrat", sans-serif;
}
.bandeau .bandeau-text {
    position: relative;
    animation-duration: 10s;
    animation-name: spanText;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    font-family: "Montserrat", sans-serif;
}
.bannerblue{
  color: #0451a5;
}
  
@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: #fff;
  background-size: cover;
  padding-top: 7%;
  padding-bottom: 7%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.bordergallery{
	outline: 5px #383480 solid;
    border: 6px #e6e6e6 solid;
}
.bordergallery:hover{
	opacity: 0.7;
	transition: 0.3s;
}
.aboutussectioninner {
  color: #000;
  font-size: 15px;
  position: relative;
  line-height: 24px;
}
.aboutussectioninner strong {
  color: #ff8700;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.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 112px;
	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;
}
.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;
}
/*--slider--*/
.carousel-item {
	height: 100vh;
	min-height: 500px;
}
.bg-1{
    background-image: url('../images/b1.jpg');
}
.bg-2{
  background-image: url('../images/b2.jpg');
}
.bg-3{
  background-image: url('../images/b3.jpg');
}
.bg-4{
  background-image: url('../images/b4.jpg');
}
.bg-5{
  background-image: url('../images/b5.jpg');
}
.bg-6{
  background-image: url('../images/b6.jpg');
}
.bg-7{
  background-image: url('../images/b7.jpg');
}
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, bg-7{
    -webkit-background-size: cover;
     background-size: cover;
}
.carousel-caption {
	bottom: 220px;
    z-index: 2;
}
.carousel-caption h5 {
	font-size: 85px;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-top: 25px;
	font-family: 'Moon Dance', cursive;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
.carousel-caption a {
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	margin-top: 15px;
	border-radius: 5px;
}
.carousel-inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}      
.carousel-indicators {
	bottom: 0px;
}
.carousel-indicators button {
	width: 100px !important;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 210px!important;
  height: 105px!important;
}
.carousel-indicators .active {
  border: 2px #fff solid;
}

.slidertextsection p{
  color: #fff;
  font-family: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: #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: "Montserrat", 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 --*/
.sixbox{
	background: #e6e6e6;
	padding: 5% 0 5%;
}
.sixboxsec {
    background: #383480;
    padding: 4% 0 6%;
    position: relative;
}
.countersectionblack{
  margin: 0;
}
.countersectionblack span {
  text-transform: uppercase;
  font-size: 12px;
  color: #ff8700;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 11px;
  display: block;
}
.countersectionblack p{
  margin: 0;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.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: 500;
  padding-bottom: 5px;
}
.owl-carousel{
  margin-top: 2%;
}
.owl-carousel img{
  margin-bottom: 15px;
}
/*.owl-carousel div img {
  border: 1px #e1e1e1 solid;
  margin-top: 0;
  padding: 29px;
}*/
.owl-carousel-simple{
  margin-top: 2%;
}
.owl-carousel-simple div img{
  border: 1px #e1e1e1 solid;
  margin-top: 0;
  padding: 29px;
  float: left;
  margin-left: 15px;
}
.owl-next{
  border-radius: 0!important;
  position: absolute;
  top: 45%;
  right: -12px;
  background-color: #e1e1e1!important;
  font-size: 17px!important;
}
.owl-prev{
  border-radius: 0!important;
  position: absolute;
  top: 45%;
  left: -12px;
  background-color: #e1e1e1!important;
  font-size: 17px!important;
}
.bluebrand{
  background-color: #383480;
  padding: 11px 0 35px;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.countersection{
  margin: 0;
}
.countersection span {
  text-transform: uppercase;
  font-size: 12px;
  color: #ff8700;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.countersection p {
    margin: 0;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}
.countersection h1{
    margin: 0;
    line-height: 46px;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.countersectiontwo {
    background-color: #76912f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 21px;
    border-radius: 100px;
    width: 142px;
    height: 142px;
    padding: 12px;
}
.countersectiontwo:hover{
	background: #ff8700;
	transition: 0.3s;
}
.countersectiontwo span{
  font-size: 16px;
  color: #fff;
  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;
}
.owl-next{
  border-radius: 0!important;
  position: absolute;
  top: 45%;
  right: 16px;
  background-color: #e1e1e1!important;
  font-size: 17px!important;
}
.owl-next span{
	width: auto;
	display: block;
	padding: 0px 5px;
	background: #17a43b;
	color: #fff;
}
.owl-next span:hover{
	color: #fff;
	background: #ff8700;
}
.owl-prev{
  border-radius: 0!important;
  position: absolute;
  top: 45%;
  left: -17px;
   font-size: 17px!important;
	
}
.owl-prev span{
	width: auto;
	display: block;
	padding: 0px 5px;
	background: #17a43b;
	color: #fff;
}
.owl-prev span:hover{
	color: #fff;
	background: #ff8700;
}
/*-- end --*/

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: #ff8700;
  color: #fff;
  transition: 0.3s;
  border: 2px #ff8700 solid;
}
/*--pbmit-mihbox-hover-active --*/
.devicemobsection{
  display: none;
}
.mobilebuttonsection{
  display: block;
}
.forsmall-device{
	margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .carousel-indicators [data-bs-target] {
    height: 73px!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 (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;
  }
  .mobilebuttonsection{
    display: block;
    margin-top: 31px;
  }
  .navbar-light .navbar-nav .nav-link{
    color: #fff;
  }
  .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: #393580;
  }
  
  .offcanvas-start{
    width: 100%;
  }
  .btn-close{
    color: #fff;
  }
  .logo{
    margin: 0 auto;
    text-align: center;
  }
  .logo img{
    width: 25%;
  }
  .contactdetils{
	  justify-content: center;
	  margin: 10px 0;
  }
  .navbar{
    width: 100%;
  }
  .navsection {
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 99;
  }
  .navbar-light .navbar-toggler{
    background: #fff;
  }
  .carousel-caption h5 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 15px;
  }
  .carousel-caption{
    left: 0px;
    top: 0%;
  }
  .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;
  }
  .accordion-button:not(.collapsed){
    background-color: #333;
    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{
    background-color: #ededed;
  }
  .filtersection {
    padding-bottom: 10px;
  }
  .parallexback{
	  overflow: hidden;
  }
  .typeJsWrapper{
	  bottom: 0;
  }
  .typeJsWrapper h1{
	  font-size: 19px;
	  margin-bottom: 0;
  }
  .typeJsWrapper .typeJsText{
	  font-size: 13px;
  }
  .countersection{
	  text-align: center;
  }
  .countersectiontwo{
	  margin: 0 auto;
  }
  .owl-prev{
	  left: 0;
  }
  #owl-example7 div{
	 text-align: center;
  }
  .owl-next{
	 right: 0;
  }
  .countersection h1{
	  font-size: 29px;
	  line-height: 37px;
  }
  .countersection p{
	  font-size: 15px;
	  line-height: 40px;
  }
  
}
@media (max-width: 400px) { 
  .mobilebuttonsection {
    display: block;
    margin-top: 19px;
  }
  .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--*/