:root {
  --primary-color: #000c38;
  --primary-color-rgb: 70, 73, 125; 
  --secondary-color: #67c6d5;
  --secondary-color-rgb: 103, 198, 213;
  --tertiary-color: #f4fbfc;
  --tertiary-color-rgb: 244, 251, 252;
}

* {
  /* body font */  
  --body-font: "Poppins" , "Prompt"  , Helvetica, Arial, sans-serif !important;
  --body-font-size: 16px;
  --body-font-color: rgba(0, 0, 0, .6);
  --body-font-color-dark: rgba(255, 255, 255, .9);
  --body-font-weight: 400;
  /* heading font */
  --heading-font: "Poppins" , "Prompt"  , Helvetica, Arial, sans-serif !important ; 
  --heading-font-weight: 400;
  --heading-font-color: #000000;
  --heading-text-transform: none;
  /* h1 */
  --h1-font-size: 60px;
  --h1-font-weight: var(--heading-font-weight);
  --h1-letter-spacing: -0.02em;
  --h1-line-height: 1.15em;
  --h1-margin-bottom: 20px;
  /* h2 */
  --h2-font: var(--heading-font);
  --h2-font-size: 48px;
  --h2-font-weight: var(--heading-font-weight);
  --h2-letter-spacing: -0.015em;
  --h2-line-height: 1.2em;
  --h2-margin-bottom: 25px;
  /* h3 */
  --h3-font-size: 26px;
  --h3-font-weight: var(--heading-font-weight);
  --h3-letter-spacing: 0;
  --h3-line-height: 1.5em;
  --h3-margin-bottom: 10px;
  /* h4 */
  --h4-font-size: 20px;
  --h4-font-weight: var(--heading-font-weight);
  --h4-letter-spacing: 0;
  --h4-line-height: 1.6em;
  --h4-margin-bottom: 10px;
  /* h5 */
  --h5-font-size: 18px;
  --h5-font-weight: var(--heading-font-weight);
  --h5-letter-spacing: 0;
  --h5-line-height: 1.6em;
  --h5-margin-bottom: 10px;
  /* h6 */
  --h6-font-size: 16px;
  --h6-font-weight: var(--heading-font-weight);
  --h6-letter-spacing: 0;
  --h6-line-height: 1.6em;
  --h6-margin-bottom: 10px;
  /* mainmenu */
  --mainmenu-font: var(--title-font);
  --mainmenu-font-size: 16px;
  --mainmenu-font-weight: 600;
  --mainmenu-letter-spacing: 0;
  --mainmenu-text-transform: none;
  /* header logo */
  --logo-width: 250px;
  --logo-footer-width: 150px;
  /* misc */
  --border-default: solid 1px rgba(30, 30, 30, 1);
  --bg-color-even: #E8E8E8;
  --bg-color-odd: #F4F4F4;
  --bg-light: #F8F9FA;
  --bg-dark-1: #000c38 ;
  --bg-dark-2:  #ffffff14 !important ; /*#1E4645;*/
  --bg-dark-3: #0c3130;  
  --bg-dark-1-rgb: 16, 60, 59;
  --bg-grey: #eeeeee;
  --bg-gradient-1: 0deg, rgba(var(--primary-color-rgb), .1) 0%, rgba(var(--secondary-color-rgb), .2) 100%;
  --swiper-theme-color: var(--secondary-color);
  --rounded-1: 10px;
  --border-color:#bbbbbb;
  --container-max-width:1240px;
  /* button */
  --btn-color: #fff;
  --btn-hover-bg: var(--bg-dark-1);
  --btn-font-family: var(--body-font);
  --btn-font-size: 12px;
  --btn-font-weight: bold;
  --btn-letter-spacing: 2px;
  --btn-padding: 4px 20px;
  --btn-rounded: 6px;
  --btn-text-decoration: none;
  --btn-text-transform: uppercase;
}

header.header-light.smaller {
    background: rgb(255 255 255 / 58%);
}


.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
    color: #fff;
    text-shadow: 0px 0px 4px #0000007d;
}

#section-hero .swiper {
    /*position: relative;*/
}

#section-hero .hero-swiper-nav {
    position: absolute;
    left: 50%;
    width: min(var(--container-max-width), calc(100% - 48px));
    max-width: calc(100% - 48px);
    bottom: 100px;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transform: translateX(-50%);
    pointer-events: none;
}

#section-hero .hero-swiper-button {
    position: static;
    width: 52px;
    height: 52px;
    margin: 0 10px;
    border-radius: 999px;
    background: rgb(8 20 58 / 99%);
    border: 1px solid rgb(255 255 255 / 0%);
    box-shadow: 0 12px 28px rgba(5, 15, 45, .24);
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease;
    pointer-events: auto;
}

#section-hero .hero-swiper-button:hover {
    transform: translateY(-1px);
    background: rgba(15, 34, 97, .92);
    border-color: rgba(255, 255, 255, .38);
}

#section-hero .hero-swiper-button::after {
  font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
}

#section-hero .hero-swiper-button-prev::after {
    content: "\2039";
}

#section-hero .hero-swiper-button-next::after {
    content: "\203A";
}


#service-about-us-02  h2 {
  font-size:2.25rem;
}
.gradient-edge-bottom {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgb(15 27 73 / 91%) 0%, rgba(var(--bg-dark-1-rgb), 0) 100%);
}

.overlay-dark-7 {
    background: rgb(255 235 59 / 64%);
}
 
.scrollbar-v {
    background: #ffe500;
    position: fixed;
    top: calc(50% + 60px);
    left: 43px;
    width: 4px;
    transition: all linear 0.1s;
    min-height: 0%;
    z-index: 1000;
}
a.btn-main.fx-slide {
    overflow: hidden;
    font-size: 1.55rem;
    padding: 10px 30px;
    border-radius: 5px;
}

.bg-dark a.btn-main.fx-slide {
    background: #ffffff;
    color: #000000;
}
.bg-dark a.btn-main.fx-slide:hover {
  background: #FFC107;
    color: #FFF;
}
.de-tab.pill .d-tab-nav {
  border-radius: 5px;
}
.de-tab.pill .d-tab-nav .active-tab {
    background: #ffffff;
    color: #000412;
    border: none;
    opacity: 1;
}
#section-hero .text-right {
  text-align:right;
}


#section-hero h2 {
   font-size:2rem;
}

.scroll-down {
  margin:0px !important;
}


.hover .hover-scale-1-2.lazy-load.loaded{
  transform: translateZ(0);
  transition: transform .5s ease;
  will-change: transform;
}
.hover:hover .hover-scale-1-2.lazy-load{
  transform: translateZ(0) scale(1.2);
}

#section-hero .sw-overlay,
#section-hero .overlay-dark-1,
#section-hero .overlay-dark-2,
#section-hero .overlay-dark-3,
#section-hero .overlay-dark-4,
#section-hero .overlay-dark-5,
#section-hero .overlay-dark-6,
#section-hero .overlay-dark-7 {
  display: none !important;
}


@media (max-width: 767.98px) {
    #section-hero .hero-swiper-nav {
        left: 50%;
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
        transform: translateX(-50%);
    }

    #section-hero .hero-swiper-button {
        width: 42px;
        height: 42px;
    }
    #section-hero .hero-swiper-nav {
      
      justify-content: space-between;
      display:none;
       
  }
  #section-hero h2 {
    font-size:20px;
  }

      h2 {
        font-size: 26px;
    }
  .de_count .fs-60 {
    font-size:30px;
  }

  a.btn-main.fx-slide {
        font-size: 1.25rem;
  }
}
