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

/* Slider
================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
    height: 700px;
    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;
  }
/*slider end*/
.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;
}  

/* Image section */


#call-to-action {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    background: linear-gradient(rgb(18, 28, 73), rgb(36, 49, 121)), url("../imgs/cta.jpeg") center center;
    background-size: cover;
    padding: 60px 0;
    
  }
  
  .img-content{
    max-width: 600px;
    overflow: hidden;
   
  }
  
  #call-to-action h3 {
    color: #ece8e8;
    font-size: 40px;
    font-weight: 700;
  }
  
  #call-to-action p {
    color: #000000;
  }
  
  
  @media (max-width: 768px){
    .img-content h6{
      font-size: 14px;
    }
    #call-to-action h3 {
      font-size: 25px;
      font-weight: 600;
    }
  }
  /*END*/  
  
  .s-one {
    font-size: 32px;
    /* color: var(--brand); */
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
/*Testimonials*/

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
  height: 40px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid var(--brand);
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  height: 30px;
  background: var(--brand);
}

.testimonial{
  box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}
/*End*/
  
/* Path */
.banner-area {
  position: relative;
  min-height: 300px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../img/image-4/walk.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 58px;
  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;
}
/*End*/
  
/* 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;
}

.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;
}

.list {
  list-style: none;
  margin: 0px;
  padding: 0px; }
/*End*/
/*logo text*/
@media only screen and (max-width: 775px) {
  .sticky-top .main-header-area .classy-nav-container .classy-navbar .nav-brand{
   font-size: 11px;
  }
}
/*video*/
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  padding-left: 7rem;
  margin-bottom: 15px;

  cursor: pointer;
}


