.module-66 {
  height: 100vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 3;
  }

div.hero-video {
    position: absolute;
    top: 45%;
    left: 23%;
    transform: translate(-50%, -50%);
    max-width: 543px;
    right: 0;
    padding: 5px;
    background: #fff;
}


.module-66 .bnr-textbox p {
    font-size: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(255 255 255 / 60%);
    text-align: center;
    margin: 10px 0;
}

.module-66 .bnr-textbox h1 span.span-1 {
    color: var(--color-primary) !important;
    position: relative;
}

.module-66 .bnr-textbox h1 span.span-1:before, .module-66 .bnr-textbox h1 span.span-1:after {
    content: '';
    background: rgb(255 255 255 / 40%);
    position: absolute;
    width: 50px;
    height: 3px;
    left: -80px;
    top: 50%;
}

.module-66 .bnr-textbox h1 span.span-1:after {
    left: initial;
    right: -80px;
}

a#hero-btn {
    margin: 5px auto 0;
    background: #294357;
}
  
.module-66 .ry-arrow__down .arrow__wrapper .arrow__inner{/* background:#fff; */}
.module-66 .ry-arrow__down .arrow__wrapper {background: #7fc348;}
  @media (min-width: 1300px) {
    .module-66 {
      min-height: 100vh;
      } }
  @media (max-width: 767px) {
    .module-66 {
      background-position: center;
      background-size: cover; } }
  .module-66 .bnr-textbox {
    margin-bottom: 20px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    }
    .module-66 .bnr-textbox .ry-section-title {
    color:#fff;
      text-align: center;
      text-transform: uppercase;
      font-size: calc(25px + 35 * ( (100vw - 320px) / 1280)); }
      @media (max-width: 320px) {
        .module-66 .bnr-textbox .ry-section-title {
          font-size: 25px; } }
      @media (min-width: 1600px) {
        .module-66 .bnr-textbox .ry-section-title {
          font-size: 65px; } }
  .module-66 .ry-arrow__down {
    z-index: 2;
    position: absolute;
    text-align: center;
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    }
    .module-66 .ry-arrow__down .arrow__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      z-index: 9999;
      margin: 0 auto;
      cursor: pointer;
      -webkit-perspective: 500px;
      perspective: 500px;
      }
      .module-66 .ry-arrow__down .arrow__wrapper .arrow__inner {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        z-index: 1;
        top: 7px;
        left: 0;
        -webkit-transition: 1.2s cubic-bezier(0.24, 1, 0.3, 1);
        transition: 1.2s cubic-bezier(0.24, 1, 0.3, 1);
        -webkit-transform: scale(1);
        transform: scale(1); }
      .module-66 .ry-arrow__down .arrow__wrapper .fa {
        font-size: 40px;
        color: #fff;
        position: relative;
        top: 0;
        z-index: 2;
        -webkit-transition: color 1.2s cubic-bezier(0.24, 1, 0.3, 1) 0.15s;
        transition: color 1.2s cubic-bezier(0.24, 1, 0.3, 1) 0.15s;
        }
      .module-66 .ry-arrow__down .arrow__wrapper:hover .arrow__inner {
        -webkit-transform: scale(0);
                transform: scale(0); }
      .module-66 .ry-arrow__down .arrow__wrapper:hover .fa {
        color: #fff; }
        
  .module-66 .carousel {
    height: 115vh;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(255, 255, 255, 0))); */
    /* background-image: linear-gradient(#000, rgba(255, 255, 255, 0)); */
    }
    .module-66 .carousel .carousel-inner {
      height: 100vh;
      }
      .module-66 .carousel .carousel-inner .item {
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        }
        @media (min-width: 1300px) {
          .module-66 .carousel .carousel-inner .item {
            min-height: 100vh;
            } }
        .module-66 .carousel .carousel-inner .item img {
          height: 100vh;
          object-fit: cover;
          object-position: bottom;
          }
    .module-66 .carousel .carousel-control {
      z-index: 9999; }
  .module-66 .ry-el-bg {
    background-size: cover !important;
    background-position: 50% !important; }
  .module-66 .ry-el-bg img {
    display: none; }
  @media (max-width: 992px) {
    .module-66 .item {
      height: auto;
      background-position: 50% !important;
      background-size: cover !important;
      background-repeat: no-repeat !important; }
    /*.module-66 .item img {
      display: none; }*/
    .module-66 .carousel {
      /*background: #000;*/
      /* background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(255, 255, 255, 0))); */
      /* background-image: linear-gradient(#000, rgba(255, 255, 255, 0)); */
		height: unset;
      }
    .module-66 .carousel-inner {
       } }
  .module-66.style2 .carousel .carousel-inner {
    opacity: 1; }
    .module-66.style2 .carousel .carousel-inner:after {
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      top: 0;
      left: 0; }
  .module-66.style2 .carousel .carousel-control .icon-next, .module-66.style2 .carousel .carousel-control .icon-prev {
    margin-top: 40px; }
  @media (max-width: 1350px) {
    .module-66.style2 .carousel .carousel-control {
      width: 5%; } }
  .module-66.style2 .bnr-textbox {
    bottom: 300px;
    margin-bottom: 0 !important; }
    
      text-transform: capitalize;
      font-size: 185px; }
      .module-66.style2 .bnr-textbox .ry-section-title span.span-1 {
        display: block;
        font-size: 45px;
        text-transform: uppercase; }
    @media (max-width: 375px) {
      .module-66.style2 .bnr-textbox .ry-section-title {
        font-size: 100px; }
        .module-66.style2 .bnr-textbox .ry-section-title span.span-1 {
          font-size: 25px; } }
    @media (max-width: 991px) {
    .module-66 {margin-top: 70px;}
    .module-66, .module-66 .carousel .carousel-inner .item {height:auto;}
      .module-66.style2 .bnr-textbox {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media (max-width: 1024px) {
      .module-66.style2 .bnr-textbox .ry-section-title {
        font-size: 130px; }
        .module-66.style2 .bnr-textbox .ry-section-title span.span-1 {
          font-size: 35px; } }
    @media screen and (min-width: 1025px) and (max-width: 1123px) {
      .module-66.style2 .bnr-textbox {
        bottom: 305px; }
        .module-66.style2 .bnr-textbox .ry-section-title {
          font-size: 160px; } }


.module-66 .bnr-textbox h1, .module-66 .bnr-textbox h1 span.span-1 {
    line-height: 1.1;
    font-size: 52px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900 !important;
}






@media (max-width:1500px) {
	
	.module-66 .bnr-textbox h1, .module-66 .bnr-textbox h1 span.span-1 {
		font-size: 45px;
	}
	
	div.hero-video {
		max-width: 500px !important;
	}

	div.module-66 .bnr-textbox h4 {
		   font-size: 30px !important;   
	}
}


@media (max-width:1024px) {
    div.module-66 .bnr-textbox h1, .module-66 .bnr-textbox h1 span.span-1 {
		font-size: 30px;
	}

    .module-66 .bnr-textbox p {
        font-size:18px !important;
    }
	
	div.hero-video {
		max-width: 500px;
		position: static !important;
		transform: initial !important;
		margin: auto;
		float: none;
		clear: both;
		padding: 5px;
		background: #fff;
		padding=b: 1;
		width: 90%;
	}

	.module-66 {
		height: auto !important;
		background: #000000;
		padding-bottom: 3em;
	}
	

    div.module-66 .bnr-textbox {
		position: static;
		margin: 0 !important;
		padding: 3em 0;
		background: var(--color-secondary) !important;
	}

    .module-66 .carousel .carousel-inner .item img, .module-66 .carousel .carousel-inner {
        height: auto !important;
    }
}



@media (max-width:991px) {
	
	div.module-66 .bnr-textbox h4 {
		font-size: 20px !important;
		letter-spacing:5px;
		margin-bottom: 10px;
	}

	 div.module-66 .carousel .carousel-inner .item img {
		height: 350px !important;
		object-position: 80%;
	}

		div.module-66 .bnr-textbox h1 {
		font-size: 35px;
		line-height: 1 !important;
	}

		.module-66 .carousel .carousel-inner {
		height: auto !important;
	}

		.module-66 .ry-arrow__down {
		display: none !important;
	}

		.module-66 .bnr-textbox {
		margin-bottom: 30px !important;
	}

}


@media (max-width:500px) {
    div.module-66 .bnr-textbox h1, .module-66 .bnr-textbox h1 span.span-1 {
		font-size: 25px !important;
		line-height: 1.2 !important;
	}

	.module-66 .bnr-textbox p {
		letter-spacing:0 !important;
		font-size:16px !important;

	}
}

