/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: calc(100vh - 51px);
  /*margin-top: -100px;*/
}

.hero-section small {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}

/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}



/*---------------------------------------
  SECTION               
-----------------------------------------*/

.mod-menu__sub  {
  position: absolute;
  width: 200px;
  height: auto;
  padding: 0;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  list-style: none;
  visibility: hidden;
  background: #E5FFE1;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  
}

.mod-menu li.nav-item:hover > ul.mod-menu__sub {
  opacity: 1;
  visibility: visible;
}

.mod-menu__sub li.nav-item a {
  padding: 13px 20px;
  display: block;
  line-height: 1.6;
  border-left: 3px solid transparent;
  border-bottom: 1px solid rgba(38, 38, 54, 0.08);
}
.mod-menu__sub li.nav-item a:hover, .mod-menu__sub li.nav-item a.active {
  padding-left: 25px;
  color: #00252C;;
  font-weight: 500;
  border-left-color: #00252C;;
}

.mod-menu__sub li.nav-item a {
  transition: var(--transition);
}


.rts-call-to-action-area-two {
  background-image: url(../img/cta/02.webp);
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .rts-call-to-action-area-two {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
}

.radious-none-button .rts-call-to-action-area-two {
  background-image: url(../img/cta/07.webp);
}


.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


.cta-style-two-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cta-style-two-area {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 0;
  }
}
.cta-style-two-area .title {
  font-size: 40px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-style-two-area .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-style-two-area .title {
    font-size: 26px;
  }
  .cta-style-two-area .title br {
    display: none;
  }
}
.cta-style-two-area * {
  color: #fff;
}

/*.footer-menu li{
  border-bottom: 1px solid rgba(255,255,255,.05);
  margin-bottom:0;
  background: url(../img/arrow-bg-w.png) 0 17px no-repeat;
  display: block !important;
}

.footer-menu li a{
   color:#fff;
   background:transparent !important;
   margin-top:0;
  
 }
 .footer-menu li a:hover{
  color: #fff !important;
  background:transparent !important;
  text-decoration: underline;
 }
 .footer-menu li.active{
  background: url(../img/arrow-bg-b.png) 0 17px no-repeat;
 }

 .footer-menu li.active a{
  color: #000 !important;
 }
.footer-menu li:last-child a{
  margin-right:0;
}
*/
.space-60{
  padding: 60px 0;
}

.space-40{
  padding: 40px 0;
}

.space-20{
  padding: 20px 0;
}