:root {
  --brand: #01b5fb;
  --sub: #6ac754;
  --body: #516171;
  --border: rgba(0,0,0,0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}


/*** Section Title ***/
.section-title {
	position: relative;
	display: inline-block;
  }
  
  .section-title::before {
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	top: 50%;
	left: -55px;
	margin-top: -1px;
	background: var(--brand);
  }
  
  .section-title::after {
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	top: 50%;
	right: -55px;
	margin-top: -1px;
	background: var(--brand);
  }
  
  .section-title.text-start::before,
  .section-title.text-end::after {
	display: none;
}

/* Slider
================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 100%;
  /* color: #fff;
  background-position: 50% 50%;
  background-size: cover; */
}
.banner-carousel .banner-carousel-item .slide-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* color: #fff;
  background-position: 50% 50%;
  background-size: cover; */
}

/* @media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
} */

/* @media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
} */

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: var(--brand);
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.btn {
  background: none;
  border: 2px solid var(--brand) !important;
}

.slider.btn:hover {
  background: var(--brand);
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--brand);
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: var(--brand);
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}


.sub-img{
  border-radius: 10px;
}


/**Activties**/

.mv{
	overflow: hidden;
  }
  .mv-img{
	overflow: hidden;
  }
  .mv-img img{
	object-fit: cover;
  }
  .mv .mv-row .mv-img img{
	height: 300px;
	width: 100%;
	border-radius: 10px;
  }
  .mv .mv-row{
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  @media (max-width: 991px){
	.mv-row .mission-content{
	  margin-bottom: 70px;
	}
	.mv-row .mv-content{
	  margin-bottom: 30px;
	}
	.mv .mv-row{
	  margin-bottom: 50px;
	}
	.mv .mv-row .mv-img{
	  margin-bottom: 50px;
	  order: 1;
	}
	.mv .mv-row .mv-content{
	  order: 2;
	}
  }
  
  @media (max-width: 370px){
	.mv .mv-row .mv-img, .mv .mv-row .mv-content{
	  width: 100%;
	}
}


/* Path */

.banner-area {

	position: relative;
  
	min-height: 300px;
  
	color: #fff;
  
	background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img/image-2/img41.jpg) ;
  
	background-size: cover;
  
	background-position: center;
  
	background-repeat: no-repeat;
  
  }
  
  
  
  .banner-title {
  
	color: #fff;
  
	text-transform: uppercase;
  
	font-size: 38px;
  
	font-weight: 900;
  
  }
  
  
  
  @media (max-width: 767px) {
  
	.banner-title {
  
	  font-size: 48px;
  
	}
  
  }
  
  
  
  @media (max-width: 575px) {
  
	.banner-title {
  
	  font-size: 32px;
  
	}
  
  }
  
  
  
  .banner-text {
  
	position: absolute;
  
	top: 50%;
  
	left: 0;
  
	right: 0;
  
	max-width: 1170px;
  
	margin: 0 auto;
  
	width: 100%;
  
	z-index: 1;
  
	-webkit-transform: translateY(-50%);
  
			transform: translateY(-50%);
  
  }
  
  
  
  .banner-heading {
  
	text-align: center;
  
  }
  
  
  
  .breadcrumb {
  
	padding: 0;
  
	background: none;
  
	font-weight: 700;
  
	text-transform: uppercase;
  
	font-size: 12px;
  
  }
  
  
  
  .breadcrumb li a,
  
  .breadcrumb .breadcrumb-item,
  
  .breadcrumb li a:focus {
  
	color: #fff !important;
  
	text-decoration: none;
  
  }
  
  
  
  .breadcrumb li a:hover {
  
	text-decoration: underline;
  
  }
  
  
  
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  
	color: #fff;
  
  }


  /* Image Gallery */
.untree_co-section {
	padding: 100px 0;
	position: relative;
  }
  
  @media (max-width: 991.98px) {
	.untree_co-section {
		padding: 50px 0;
	}
  }
  
  .untree_co-section .heading h3 {
	font-size: 35px;
	color: #000000;
  }
  
  @media (max-width: 991.98px) {
	.untree_co-section .heading {
		font-size: 20px;
	}
  }
  
  .untree_co-section .heading strong {
	font-weight: 700;
  }
  
  .item {
	border: none;
	margin-bottom: 30px;
	border-radius: 4px;
	display: block;
  }
  
  .item a {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	display: block;
  }
  
  .item a img {
	position: relative;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
  }
  
  .item .item-wrap {
	display: block;
	position: relative;
	border-radius: 10px;
  }
  
  .item .item-wrap:after {
	z-index: 2;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
  }
  
  .item .item-wrap > i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	color: #ffffff;
	font-size: 1.7rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
  }
  
  .item .item-wrap:hover:after {
	opacity: 1;
	visibility: visible;
  }
  
  .item .item-wrap:hover i {
	margin-top: 0px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
  }
  
  /* .item:hover a  img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
  } */
  
  .item-wrap:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
  }


  .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
    cursor: pointer;
  }
  
  .custom-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    font-size: 3rem;
    color: white;
    cursor: pointer;
  }

  .video-gallery{
    display: flex;
    justify-content: center;
  }


  /*** Contact Start ***/
.contact-details {
	margin:70px 0 0px 0;
}
.contact-details h2 {
	font-size:20px;
}
.contact-details h2 span {
	display:block;
	color:#545454;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	margin-top:15px;
}
.contact-wrap {
	position:relative;
}
#googlemaps {
	width:100%;
	height:360px;
	left:15px;
  bottom: 25px;
}
/* .contact {
	margin-top:-20px!important;
} */
.contact label {
	float:left;
}
.contact .form-control {
	margin-bottom:20px;
	border:1px solid #cbcbcb;
	height:45px;
}
.contact textarea.form-control {
	height: 310px;
}

/* Inputs styles */
.contact .form-control {
	border-radius:0!important;
	;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.contact .form-control:focus {
	-webkit-box-shadow:none;
	box-shadow:none;
	border:1px solid #B0B0B0;
}

.btn-send{
	background:var(--brand);
	color: white;
	transition: all 0.4s;
  border: 1px solid var(--brand);
	border-radius: 0;
}

.btn-send:hover{
	background: white;
	color: var(--brand);
  border: 1px solid var(--brand);
}

button,button:focus,button:hover,button:active {
	outline: none!important;
}
.dark-box {
  min-height: 195px;
  height: 100%;
	background: #F3F5F8;
	-webkit-box-shadow: 0px 3px 0px 0px var(--brand);
	-moz-box-shadow: 0px 3px 0px 0px var(--brand);
	box-shadow: 0px 3px 0px 0px var(--brand);
	padding:20px 5px;
}
.dark-box:hover,.dark-box:focus {
	-webkit-box-shadow: 0px 3px 0px 0px #FFE801;
	-moz-box-shadow: 0px 3px 0px 0px #FFE801;
	box-shadow: 0px 3px 0px 0px #FFE801;
}
.box-hover {
	transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
	-moz-transition:all 500ms ease-in-out;
	-o-transition:all 500ms ease-in-out;
}
.box-hover:hover,.box-hover:focus {
	transform:translate(0,-15px);
	-webkit-transform:translate(0,-15px);
	-ms-transform:translate(0,-15px);
}

.dark-box p a{
  word-wrap: break-word;
}

/*** Contact End ***/


/*--------------------------------------------------------------

# Cta

--------------------------------------------------------------*/

.cta {

  /* background: linear-gradient(to right,rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/image-2/slide3.jpg") fixed center center; */
  /* background-color: var(--brand); */

  background: url("../img/image-2/banner4.png");
  background-size: cover;

  padding: 120px 0;

  /* margin-bottom: 50px; */

}



.cta h3 {

  color: #fff;

  font-size: 28px;

  font-weight: 700;

}



.cta p {

  color: #fff;

}



.cta .cta-btn {

  font-family: "Raleway", sans-serif;

  text-transform: uppercase;

  font-weight: 500;

  font-size: 15px;

  letter-spacing: 0.5px;

  display: inline-block;

  padding: 8px 26px;

  border-radius: 2px;

  transition: 0.5s;

  margin: 10px;

  border-radius: 50px;

  border: 2px solid white;

  color: #fff;

}
.cta .cta-btn:hover {

  background: white;
  border: 2px solid white;
  color: rgb(0, 0, 0);

}


@media (min-width:992px) {
  .cta .cta-btn{
    background-color: var(--brand);
    border: 2px solid var(--brand);
    color: white;
  }
  .cta .cta-btn:hover{
    background-color: white;
    border: 2px solid var(--brand);
    color: var(--brand);
  }
  .cta p {
    padding-right: 110px;
  }
}

@media (max-width: 1024px) {

  .cta {

    background-attachment: scroll;

  }

}



@media (min-width: 769px) {

  .cta .cta-btn-container {

    display: flex;

    align-items: center;

    justify-content: flex-end;

  }

}

.cta-one {

  background: url("../img/image-2/slide3.jpg") fixed center center;

  background-size: cover;

  padding: 120px 0;

  margin-bottom: 50px;

}


.cat-area #hexagon:hover{background:#EC008C}
.cat-area #hexagon:hover:after{border-top:25px solid #EC008C}
.cat-area #hexagon:hover:before{border-bottom:25px solid #EC008C}
.cat-area .single-cat{height: 100%;text-align:center; background-color: white; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15); justify-content: space-evenly; transition: 0.5s; border-radius: 5px;}
.cat-area .single-cat:hover{background-color: var(--brand); transform: translateY(-10px); overflow: hidden;}
.cat-area .single-cat:hover.single-cat h4, .cat-area .single-cat:hover.single-cat p{color: white;}
.cat-area .single-cat p{max-width:280px;margin-left:auto;margin-right:auto}
.cat-area .hb-sm{line-height:40px;font-size:28px}
.cat-area .hb-facebook-inv,.cat-area .hb-facebook-inv::after,
.cat-area .hb-facebook-inv::before,.cat-area .hb-facebook:hover,.cat-area .hb-facebook:hover::after,.cat-area 
.hb-facebook:hover::before{border-color:#A7A7A7;color:#A7A7A7;background:0 0}
.single-cat span i{
  padding: 10px 20px;
  background-color:var(--brand);
  border-color:#A7A7A7;
  color:#fff
}
.cat-area{
  /* background-color: #f7f7f7; */
  background: url("../img/image-2/banner1.png") center no-repeat;
  background-size: cover;
}
.cat-area h1{
  color: var(--brand);
}
.single-cat h4{
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--brand);
}
.single-cat{
  padding: 30px;
}

.single-cat:hover.single-cat h4{
  border-bottom: 2px solid white;
}


.slick-slide {
  opacity: 0;
  transition: transform 2s ease, opacity 1s ease;
  transform: translateX(100%);
}

.slick-active {
  opacity: 1;
  transform: translateY(0);
}

.slide-in-left {
  opacity: 1;
  transform: translateY(0);
}