@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: lighter;
}
@font-face {
  font-family: 'Bebas Neue Light';
  src: url(../font/BebasNeueLight.ttf);
  font-weight: lighter;
}
@font-face {
    font-family: 'Bebas Neue Thin';
    src: url(../font/BebasNeueThin.ttf);
    font-weight:100;
}
@media (min-width: 576px){
    .container, .container-sm {
        max-width: 540px;
    }
  }
  @media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 750px;
    }
  }
  @media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 970px;
    }
  }
  @media (min-width: 1080px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1030px;
    }
  }
  @media (min-width: 1100px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px;
    }
  }
  @media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
  }
  @media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
  }
  @media (min-width: 1500px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1390px;
    }
  }
  @media only screen and (min-width: 1600px) and (max-width: 1920px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
  }
  @media only screen and (min-width: 1921px) and (max-width: 2880px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px;
    } 
  }
section{
    position: relative;
    padding: 4rem 0;
}
html, body{
    overflow-x: hidden;
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  position: relative;
  overflow: hidden;
}
header{
    background: #1C1F26;
}
.color-header{
    border: 1px solid var(--Grey-95, #F1F1F3);
    background: var(--Grey-97, #F7F7F8);
    box-shadow: 0px 2.713px 14.9px 0px rgba(0, 0, 0, 0.08);
}
html,body{
    overflow-x: hidden;
}
.container-color-box{
    display: unset !important;
    height: 86px;
    justify-content: space-between;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    border-radius: 100px;
    border-width: 1px;
}
.cartmo{
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #18B979;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.dropdown-menu{
    border-radius: 20px;
    border: 1px solid var(--Grey-90, #E4E4E7);
    background: var(--BG, url(<path-to-image>) lightgray 0% 0% / 29.269999265670776px 29.269999265670776px repeat, #F9F9F9);
    background: #F9F9F9;
}
.header-mobi{
    padding: 4px 0px;
}
.cart-count{
    color: var(--Grey-100, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: #18B979;
    height: 18px;
    width: 18px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 26px;
    top: 2px;
    padding: 2px 0px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link{
    color: var(--Grey-35, #59595A);
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%; /* 25.28px */
    text-transform: capitalize;
}
.shipping-cart::after{
    display: none;
}
.d-mobile-show{
    display: none;
}

.col-left-box, .col-right-box{
    gap: 16px;
}
.btn-black{
    border-radius: 84px;
    border: 0px solid #FFF;
    background: var(--Grey-10, #1A1A1A);
    box-shadow: 0px 1px 2px 0px rgba(42, 42, 42, 0.55), 0px 0px 0px 3px rgba(42, 42, 42, 0.17);
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    color: var(--Grey-100, #FFF);
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
    text-transform: capitalize;
    position: relative;
}
.btn-green{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 84px;
    border: 0px solid #FFF;
    background: linear-gradient(180deg, rgba(18, 55, 40, 0.00) -175%, rgba(74, 255, 183, 0.50) 140%), linear-gradient(0deg, #00A764 0%, #00A764 100%), #FFF;
    box-shadow: 0px 1px 2px 0px rgba(29, 255, 165, 0.55), 0px 0px 0px 3px rgba(28, 255, 164, 0.17);
    color: var(--Grey-100, #FFF);
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%; /* 25.28px */
    text-transform: capitalize;
    position: relative;
}
.dropdown-item{
    color: var(--Grey-15, #262626);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
    text-transform: capitalize;
}
.activeitem {
    /* background: var(--Field-BG, #F1FAF1);
    display: flex;
    padding: 8px 0px;
    gap: 10px;
    align-self: stretch;
    border-bottom: 2px rgba(179, 179, 179, 0.30);
    border-bottom-style: dashed; */
}
.activeitem a{
    color: var(--Primary---Light, #18B979);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%; /* 25.28px */
    text-transform: capitalize;
}
.dropdown-menu.show {
    display: block;
    border: 0px;
    border-radius: 20px;
    border: 1px solid var(--Grey-90, #E4E4E7);
    background: var(--BG, url(<path-to-image>) lightgray 0% 0% / 29.269999265670776px 29.269999265670776px repeat, #F9F9F9);
    min-width: fit-content;
    margin-top: 39px;
    background: #F9F9F9;
}
.container-color-box{
    border-radius: 100px;
    border: 1px solid var(--Grey-95, #F1F1F3);
    background: var(--Grey-97, #F7F7F8);
    box-shadow: 0px 2.713px 14.9px 0px rgba(0, 0, 0, 0.08);
    margin-top: 24px;
}
.header-mobi .row{
    justify-content: center;
    align-items: center;
}
.cart-show{
    width: 462px;
    padding: 32px;
}
.cart-show h3{
    color: var(--Grey-15, #262626);
    font-family: Lexend;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.cart-item-list{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 14px;
}
.cart-item-list h5{
    color: var(--Grey-15, #262626);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%; /* 25.28px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.cart-item-list p{
    color: var(--Txt, #7F7F7F);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.cart-delete-icon{
    display: flex;
    gap: 12px;
}
.cartmo .dropdown-menu{
    position: absolute;
    left: -14rem;
    right: 0px;
}
.cart-price h5{
    color: var(--Grey-15, #262626);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.cart-price h6{
    color: var(--Grey-15, #262626);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.cart-price {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    padding: 16px 0px;
    margin-bottom: 24px;
}
.cart-total-price{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.cart-total-price h5{
    color: var(--Grey-15, #262626);
    font-family: Lexend;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 117%;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.cart-show {
    width: 460px;
    padding: 32px;
    max-height: 450px;
    overflow: scroll;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: transparent;
}
.dropdown-menu-serviec-bg{
    background: url(../images/Service-Dropdown.png) no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 224px;
    width: 221px;
    max-width: 100%;
    padding: 8px 0px; 
} 
.dropdown-menu-cart-bg{
    background: url(../images/dropdown-menu-cart-bg.png) no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    height: px;
    min-width: 460px;
    max-height: 450px;
    overflow: scroll;
}
.dropdown-menu-currency-bg{
    width: 97px;
    text-align: center;
    max-height: 244px;
    background: url(../images/dropdown-menu-currency-bg.png) no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.dropdown-item{
    padding: 12px 16px;
}

.btn-black::after{
    content: "";
    background: url(../images/Abstract-Dots.png)no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 145px;
    height: 28px;
    margin: auto;

}
.btn-green::after{
    content: "";
    background: url(../images/Abstract-Dots.png)no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 145px;
    height: 28px;
    margin: auto;

}
.dropdown-toggle.show::after {
    transform: rotate(180deg);
    margin-bottom: -1px;
}
.dropdown-menu  li:hover{
    background: var(--Field-BG, #F1FAF1);
    border-bottom: 2px rgba(179, 179, 179, 0.30);
    border-bottom-style: dashed;
}
.dropdown-menu  li:hover a{
    color: var(--Primary---Light, #18B979);
}
/* -----------------------------home--------------------------------- */
.home-banner-hero{
    padding: 0px 0px;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--Primary---Dark, #034833);
    z-index:1;
}
.home-banner-hero .row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-banner-hero::after {
    content: "";
    position: absolute;
    background: url(../images/home-right-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0px;
    height: 900px;
    width: 972px;
    z-index: -1;
}
.home-hero-video{
    position: relative;
    width: 960px;
    max-width: 100%;
    height: 900px;
}
.home-video-content a{
    color: var(--Grey-15, #262626);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: 32px;
    
}
.home-video-content .btn-green-img {
    display: flex;
    padding: 8px 8px 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 84px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(18, 55, 40, 0.00) -175%, rgba(74, 255, 183, 0.50) 140%), linear-gradient(0deg, #00A764 0%, #00A764 100%), #FFF;
    box-shadow: 0px 1px 2px 0px rgba(29, 255, 165, 0.55), 0px 0px 0px 3px rgba(28, 255, 164, 0.17);
    width: 335px;
    max-width: 100%;
    color: var(--Grey-100, #FFF);
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
    text-transform: capitalize;
    margin-top: 32px;
}
.home-video-content h1{
    color: var(--Grey-15, #262626);
    font-family: "Bebas Neue";
    font-size: 110px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.home-video-content{
    width: 493px;
    max-width: 100%;
    margin-left: 135px;
}
.home-video-content h1 span{
    color: var(--Grey-15, #262626);
    font-family: "Bebas Neue Light" !important;
    font-size: 87px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.home-video-content p{
    color: var(--Grey-40, #656567);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 32px;
}
.translationthtal-row h6{
    color: var(--Primary---Light, #18B979);
    /* Heading/Subtitle */
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-bottom: 8px;
}
.translationthtal-row h6 svg{ 
    margin-right: 10px;
}
.translationthtal-row p{
    color: var(--Grey-90, #E4E4E7);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    width: 477px;
    max-width: 100%;
    margin-bottom: 0px;
}
.translationthtal-row h2{
    color: var(--Grey-100, #FFF);
    font-family: "Bebas Neue";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 60px */
    text-transform: uppercase;
    width: 415px;
    margin-bottom: 0px;
    max-width: 100%;
}
.translationthtal-row{
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(179, 179, 179, 0.30);
    padding-bottom: 16px;
}
.tranlation-card .card{
    border-radius: 10px;
    /* background: linear-gradient(106deg, rgba(202, 255, 51, 0.05) -29.45%, rgba(202, 255, 51, 0.00) 27.86%),lightgray 0% 0% / 62.46418356895447px 62.46418356895447px repeat, rgba(255, 255, 255, 0.15); */
    /* background-blend-mode: normal, screen, normal; */
    background: url(../images/Service-Block.png) rgba(202, 255, 51, 0.00);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px 24px;
    border: 0px;
    border-radius: 10px;
    width: 599px;
    max-width: 100%;
    margin: auto;
}
.translation-card-content h5{
    color: var(--Grey-100, #FFF);
    font-family: "Bebas Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 22px;
}
.translation-card-content p{
    color: var(--Grey-90, #E4E4E7);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    margin-bottom: 22px;
}
.tranlation-card a{
    color: var(--Grey-100, #FFF);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    text-decoration: none;
}
.tranlation-card a svg{
    margin-left: 21px;
}
.tranlation-card{
    margin-top: 64px;
}
.tranlation-card img{
    height: 88px;
    width: 88px;
}
.tranlation-card .card::before {
    content: "";
    position: absolute;
    border-radius: 24px 0px 0px 24px;
    background: #1ABA7A;
    width: 8px;
    height: 90px;
    left: -7px;
    top: 21px;
}
.translate-middle-bg{
    background: url(../images/translation-Services.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 672px;
}
.will-give-your{
    height: 850px;
    display: flex;
    justify-content: center;
    align-items:center;
}
.give-will-be-content h6{
    color: var(--Primary---Light, #18B979);
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.give-will-be-content h6 svg{
    margin-right: 10px;
}
.your-give-will{
    position: relative;
}
.green-box-content{
    display: flex;
    position: absolute;
    top: 27px;
    right: 2px;
    gap: 16px;
    width: 255px;
    padding: 0px 11px;
}
.green-box-content p{
    color: var(--White, #FFF);
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}
.give-will-be-content h2{
    color: var(--Grey-15, #262626);
    font-family: "Bebas Neue";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    width: 439px;
    max-width: 100%;
    margin-bottom: 20px;
}
.give-will-be-content{
    padding: 0px 0px 0px 48px;
}
.give-will-be-content h2 svg{
    margin-top: -53px;
    margin-left: -20px;
}
.give-will-be-content p{
    color: var(--Grey-40, #656567);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.give-will-be-content .btn-green-img {
    display: flex;
    padding: 9px 8px 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 84px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(18, 55, 40, 0.00) -175%, rgba(74, 255, 183, 0.50) 140%), linear-gradient(0deg, #00A764 0%, #00A764 100%), #FFF;
    box-shadow: 0px 1px 2px 0px rgba(29, 255, 165, 0.55), 0px 0px 0px 3px rgba(28, 255, 164, 0.17);
    width: 197px;
    max-width: 100%;
}
.give-will-be-content .imgsapn {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 5px;
    border-radius: 61px;
    background: var(--Grey-100, #FFF);
    margin-left: -2px;
}
.give-will-be-content .btn-wrap{
    gap: 40px;
    margin-top: 38px;
}
.Want-To svg{
    position: absolute;
    right: -52px;
    bottom: 13px;
}
.Want-To{
    position: relative;
}
.green-box-content img{
    width: 60px;
    height: 60px;
}
.give-mail{
    display: flex;
    gap: 15px;
}
.give-mail p{
    color: var(--Primary---Dark, #034833);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 0px;
}
.give-mail h6{
    color: var(--Primary---Dark, #034833);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 0px;
}
.how-its-workscontent{
    align-items: center;
    margin-bottom: 34px;
}

.stepcartmain h6{
    display: flex;
    width: 89px;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Primary---Dark, #034833);
    color: #FFF;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
    margin-top: -21px;
}
.how-its-workscontent h6{
    color: var(--Primary---Light, #18B979);
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}
.how-its-workscontent h6 svg{
    margin-right: 10px;
}
.stepcartmain .bt-btn{
    border-radius: 100px;
    border: 1px solid var(--Primary---Light, #18B979);
    background: #FFF;
    color: #18B979;
}
.stepcartmain .bg-btn{
    background: var(--Primary---Light, #18B979);
}
.stepcartmain .card{
    position: relative;
    background: transparent;
    padding: 0px 60px 0px;
    border-radius: 0px;
    height: 249px;
}
.stepcartmain .card::after {
    content: " ";
    width: 1px;
    height: 343px;
    background: url(../images/Line-400.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: -47px;
    left: -25px;
}
.stepcartmain .card-two::before {
    content: " ";
    background: url(../images/chevron-double-left.svg) #fff no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: -44px;
    top: -19px;
    width: 39px;
    height: 39px;
    z-index: 1;
}
.stepcartmain .card-three::before {
    content: " ";
    background: url(../images/chevron-double-right.svg) #fff no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: -44px;
    top: -19px;
    width: 39px;
    height: 39px;
    z-index: 1;
}
.stepcartmain{
    margin-top: 70px;
}
.how-its-works{
    padding: 118px;
    height: 707px;
    background-color: #FFFFFF;
}
.card-one, .card-three{
    border: 0px;
}
.stepcartmain .card-one::after {
    display: none;
}
.card-two{
    border: 0px;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    background: var(--Grey-100, #FFF);
    
}

.stepcartmain .card-three{
    border-radius: 0px;
    border-width: 1px;
    border-top: 1px solid;
    border-width: 1px;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(226, 226, 226, 0.00) 0%, #E2E2E2 0%, #E2E2E2 75.05%, rgba(226, 226, 226, 0.00)) 1;
}
.stepcartmain .card-one{
    border-radius: 0px;
    border-width: 1px;
    border-top: 1px solid;
    border-width: 1px;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgb(11 6 6 / 1%) 0%, #E2E2E2 30%, #E2E2E2 103.5%, #E2E2E2) 1;
}

.stepcartmain h3 {
    color: var(--Primary---Dark, #034833);
    font-family: "Bebas Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.stepcartmain p {
    color: var(--800, #727272);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Lexend';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.how-its-workscontent h2{
    color: var(--Grey-15, #262626);
    font-family: "Bebas Neue";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.we-are-polglost {
    padding-top: 0px;
    height: 753px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
.div-bg-home{
   padding-top: 72px; 
}
.we-are-img-content h6{
    color: var(--Primary---Light, #18B979);
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.we-are-img-content h2{
    color: var(--Grey-15, #262626);
    font-family: "Bebas Neue";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.we-are-img-content p{
    color: var(--800, #727272);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Lexend";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    margin-bottom: 16px;
}
.we-are-img-content svg{
    margin-right: 10px;
}
.we-are-img-content {
    width: 439px;
    max-width: 100%;
    margin-left: 60px;
    padding-top: 40px;
}
.we-are-img-content .btn{
    width: 314px;
    max-width: 100%;
}
.we-are-img {
    background: url(../images/we-are-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 363px;
    width: 850px;
    max-width: 100%;
}
.we-are-polglost::before {
    content: "";
    background: url(../images/Lingo-Nova-Name-2.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 140px;
    height: 420px;
    margin: auto;
}
.we-are-polglost::after {
    content: "";
    background: url(../images/Lingo-Nova-Name-1.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 140px;
    height: 420px;
    margin: auto;
}
.selectlanguage-content{
    display: flex;
    width: 850px;
    height: 215px;
    padding: 0px 60px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    max-width: 100%;
    border-radius: 20px;
    border: 1px solid var(--Grey-90, #E4E4E7);
    background: var(--Grey-100, #FFF);
    margin-top: 30px;
}
.selectlanguage-content ul{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    align-items: center;
    column-gap: 41px;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    margin-bottom: 0px;
    padding: 0px;
}
.selectlanguage-content li{
    display: flex;
    align-items: center;
    gap: 20px;
}
.selectlanguage-content p{
    color: var(--Grey-10, #1A1A1A);
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom:0px
}
.everypageing{
    padding: 0px 44px;
}
.home-lasts{
    height: 788px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.every-bg-img{
    background: url(../images/erverypagebg.png) #034833 no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 75px 0px;
    border-radius: 40px;
}
.home-lasts::before {
    content: "";
    background: url(../images/Lingo-Nova-Name.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 140px;
    height: 420px;
    margin: auto;
}
.every-page-content h6{
    color: var(--Primary---Light, #18B979);
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px;
}
.every-page-content h6 svg{
    margin-right: 10px;
}
.everypage-right p{
    color: var(--Grey-90, #E4E4E7);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 24px;
}
.everypage-right .btn{
    width: 128px;
    max-width: 100%;
    float: right;
}
.every-page-content {
    width: 415px;
    max-width: 100%;
}
.everypage-right{
    width: 477px;
    max-width: 100%;
    float: right;
}
.every-page-content h1{
    color: var(--Grey-100, #FFF);
    font-family: "Bebas Neue";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.div-bg-home{
    background: url(../images/HomePage-line-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.home-lastc-content h2{
    color: var(--Grey-15, #262626);
    font-family: "Bebas Neue";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home-lastc-content p{
    color: var(--Grey-40, #656567);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.home-lastc-content h6{
    color: var(--Primary---Light, #18B979);
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-bottom: 10px;
}
.img-content h4{
    color: var(--Grey-100, #FFF);
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.img-content .btn-green-img {
    display: flex;
    padding: 8px 8px 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 0px;
    border-radius: 84px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(18, 55, 40, 0.00) -175%, rgba(74, 255, 183, 0.50) 140%), linear-gradient(0deg, #00A764 0%, #00A764 100%), #FFF;
    box-shadow: 0px 1px 2px 0px rgba(29, 255, 165, 0.55), 0px 0px 0px 3px rgba(28, 255, 164, 0.17);
    width: 258px;
    max-width: 100%;
}


.divimg {
    position: relative;
    width: 410px;
    max-width: 100%;
}
.every-bg-img .owl-item{
    width: 190px !important;
    height: 420px !important;
    transition:1s;
}
.every-bg-img .owl-item:hover{
    width: 410px !important;
}
.img-content {
    background: url(../images/Txt-Content.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 28px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    border-radius: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -58px;
    height: 0px;
    overflow: hidden;
    transition: 1s;
    width: 390px;
    margin: auto;
    overflow: hidden;
}
.item:hover .img-content {
    bottom: 10px;
    height: 157px;
}

.home-lastc-content h6 svg{
    margin-right: 10px;
}
.home-lastc-content {
    width: 645px;
    max-width: 100%;
    margin: auto;
    margin-right: 29px;
}
.owl-carousel  img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
}
.item:hover .divimg img {
        width: 410px !important;
}
.col-border-ervey{
    border-bottom: 1px solid rgba(179, 179, 179, 0.30);
    margin-bottom: 60px;
    padding-bottom: 24px;
}
.divimg:hover::after{
    content: "";
    background: url(../images/activeslide-img.svg) no-repeat;
    background-size: cover;
    background-position:  center center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;

}
.divimg1::after{
    content: "";
    background: url(../images/slider-icon1.svg) no-repeat;
    background-size: cover;
    background-position:  center center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
}
.divimg2::after{
    content: "";
    background: url(../images/slider-icon2.svg) no-repeat;
    background-size: cover;
    background-position:  center center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
}
.divimg3::after{
    content: "";
    background: url(../images/slider-icon3.svg) no-repeat;
    background-size: cover;
    background-position:  center center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
}
.divimg4::after{
    content: "";
    background: url(../images/slider-icon4.png) no-repeat;
    background-size: cover;
    background-position:  center center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
}
.divimg5::after{
    content: "";
    background: url(../images/slider-icon5.svg) no-repeat;
    background-size: cover;
    background-position:  center center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
}
.prev-btn, .next-btn {
    display: flex;
    padding: 8px 8px;
    align-items: center;
    gap: 10px;
    border-radius: 61px;
    border: 0px;
    width: 41px;
    height: 41px;
    justify-content: center;
    border-radius: 84px;
    border: 1px solid rgba(74, 255, 183, 0.50);
    background: linear-gradient(180deg, rgba(18, 55, 40, 0.00) -175%, rgba(74, 255, 183, 0.50) 140%), linear-gradient(0deg, #00A764 0%, #00A764 100%), #FFF;
    box-shadow: 0px 1px 2px 0px rgba(29, 255, 165, 0.55), 0px 0px 0px 3px rgba(28, 255, 164, 0.17);
}
.btn-wrap{
    display: flex;
    gap: 32px;
    margin-bottom: 24px;
    margin-top: 24px;
}
.prev-btn svg{
    transform: rotate(180deg);
}
.prev-btn.disabled{
    opacity: 0.5;
}
.next-btn.disabled{
    opacity: 0.5;
}
.home-lastc-content .btn{
    width: 244px;
    max-width: 100%;
}
.col-slider .btn-wrap{
    display: none;
}
.col-slider .owl-carousel .owl-stage-outer{
    width: 1297px;
    margin: auto;
    max-width:100%
}


.contactus-hero-content h1{
    color: var(--Grey-100, #FFF);
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.contactus-hero-content p{
    color: var(--Grey-90, #E4E4E7);
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 0px;
}
.col-box-three{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 30px;

}
.accordion-item h2{
    color: var(--Grey-15, #262626);
    font-family: Lexend;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 117%;
    text-transform: capitalize;
}
.accordion-item p{
    color: var(--Grey-40, #656567);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.accordion-item {
    border: 0px;
    border-bottom: 0px solid #C7C7C7;
    background: transparent;
}
.accordion-body{
    padding-top: 0px;
    margin-top: 16px;
}
.accordion-button {
    padding-bottom: 0px;
    margin-bottom: 0px;
    background: transparent;
    padding-top: 0px;
    font-family: 'Lexend';
    font-weight: 400;
    font-size: 21px;
    line-height: 117%;
    letter-spacing: 0%;
    text-transform: capitalize;

}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordian-icon.svg);
    background-position: center center;
    background-repeat: no-repeat; 
}
.accordion-button::after {
    content: "";
    background-image: url(../images/accordian-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.dropdown-divider {
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid #C7C7C7;
    opacity: 1;
    margin: 32px 0px;
}
.contactusmain{
    background: url(../images/Contact-main-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.contactus-faqs {
    padding-top: 0px;
    margin-bottom: -8px;
}
.accordion-button:not(.collapsed) {
    color: var(--Grey-15, #262626);
}

.contact-right{
    background: url(../images/contact-info.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    text-align: center;
    padding: 50px 55px;
    border-radius: 20px;
    border: 1px solid var(--Grey-97, #F7F7F8);
    background-color: var(--Primary---Dark, #034833);
}
.accordion-body {
    color: var(--Grey-40, #656567);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.accordion-body p{
    color: var(--Grey-40, #656567);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 0px;
}
.contactform{
    padding-bottom: 0px;
}
.contactusfgqs-title{
    padding: 72px 0px 60px;
    text-align: center;
}
.contactusfgqs-title h1{
    color: var(--Grey-15, #262626);
    font-family: "Bebas Neue";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.contactusfgqs-title p{
    color: var(--Primary---Light, #18B979);
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.contact-right-img{
    padding: 31px 0px;
}
.contactus-left{
    border-radius: 10px;
    border: 1px solid var(--Grey-90, #E4E4E7);
    background: var(--Grey-100, #FFF);
    padding: 50px 50px;
    width: 680px;
    max-width: 100%;
    margin:auto;
}
.contact-right-content h1{
    color: #FFF;
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 60px */
    text-transform: uppercase;
}
.contact-right-content p{
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 0px;
}


.contactusfgqs-title p svg{
    margin-right: 10px;
}
.contactus-hero{
    height: 604px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
}
.col-box-three .quick{
    border-radius: 64px;
    border: 1px solid var(--Peach-90, #EBE7E0);
    background: #FFF;
    padding: 12px 16px;
}
.col-box-three p{
    color: var(--Grey-20, #333);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.col-box-three .quick svg{
    margin-right: 10px;
}

.contact-right-add p, .contact-right-add h6{   
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 2px;
}
.contact-right .small-img a{
    border-radius: 98%;
    border: 1px solid #fff;
    padding: 0px 4px;
    width: 28px;
    height: 27px;
}

.contact-right-add strong{
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
.contactus-left .form-control{
    border-radius: 8px;
    border: 1px solid var(--Grey-95, #F1F1F3);
    background: var(--Grey-97, #F7F7F8);
    color: var(--Grey-40, #656567);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    padding: 16px;
    margin-bottom: 24px;
}
.contactus-left textarea{
    border-radius: 8px;
    border: 1px solid var(--Grey-95, #F1F1F3);
    background: var(--Grey-97, #F7F7F8);
    padding: 16px;
    width: 100%;
    height: 140px;
    color: var(--Grey-40, #656567);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 16px;
}
.form-check label{
    color: var(--Grey-40, #656567);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    padding-left: 16px;
}
.form-check label a{
    color: var(--Primary---Light, #18B979);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    text-decoration: none;
}
.contactus-left .form-check-input{
    width: 24px;
    height: 24px;
}
.form-check-input:checked{
    background-color: #18B979;
    border: 0px;
}
.contactus-left .btn{
    margin-top: 16px;
}

/* footer */
.row-img{
    width: 1130px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 3rem;
}
.row-img h3{
    color: var(--Primary---Light, #18B979);
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    padding: 50px 0px;
    margin-bottom: 0px;
}
.row-img p{
    color: var(--Grey-40, #656567);
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
}
.row-img .btn{
    width: 142px;
    margin: auto;
}
.error-main{
    padding-bottom: 79px;
}
.error-main{
    background: url(../images/Contact-main-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.legalmain{
    background: url(../images/Contact-main-bg.png) lightgray no-repeat !important;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.footertop-title h3{
    color: var(--Grey-100, #FFF); 
    font-family: "Bebas Neue";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.btn-green-img{
    display: flex;
    padding: 8px 8px 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 84px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(18, 55, 40, 0.00) -175%, rgba(74, 255, 183, 0.50) 140%), linear-gradient(0deg, #00A764 0%, #00A764 100%), #FFF;
    box-shadow: 0px 1px 2px 0px rgba(29, 255, 165, 0.55), 0px 0px 0px 3px rgba(28, 255, 164, 0.17);
    width: 286px;
    max-width: 100%;

}
.legalmain{
    background: var(--BG,lightgray 0% 0% / 29.269999265670776px 29.269999265670776px repeat, #F9F9F9);
}
.leagalcontentsec{
    padding: 72px 0px;
}
.legalscontentbg{
    height: 410px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 68px 0px;
}
.leagalcontentsec p{
    color: var(--Grey-40, #656567);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
}
.leagalcontentsec h4{
    color: var(--Grey-15, #262626);
    font-family: Lexend;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 117%; /* 24.57px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.legaltop-content h2{
    color: var(--Grey-100, #FFF);
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
/* ------------------footer-------------------------- */
.footertop-title .btn-green-img{
    display: flex;
    padding: 8px 8px 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 84px;
    border: 0px solid #FFF;
    background: linear-gradient(180deg, rgba(18, 55, 40, 0.00) -175%, rgba(74, 255, 183, 0.50) 140%), linear-gradient(0deg, #00A764 0%, #00A764 100%), #FFF;
    box-shadow: 0px 1px 2px 0px rgba(29, 255, 165, 0.55), 0px 0px 0px 3px rgba(28, 255, 164, 0.17);
    width: 286px;
    max-width: 100%;
    float:right;
}

.imgsapn{
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 61px;
    background: var(--Grey-100, #FFF);
    margin-left: 5px;
    width: 52px;
    height: 36px;
}
footer{
    position: relative;
}
.footertop-title .row{
    display: flex;
    height: 177px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.col-border{
    border-bottom: 1px solid rgba(179, 179, 179, 0.30);
}
.footer-title h5, .footer-address h5{
    color: var(--Grey-100, #FFF);
    font-family: "Bebas Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.footer-title a{
    color: var(--Grey-90, #E4E4E7);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
    text-transform: capitalize;
    text-decoration: none;
}
.footer-address p{
    color: var(--Grey-90, #E4E4E7);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 8px;
}

.footer-title ul, .footer-address ul{
    list-style: none;
    padding: 0px;
}
.footer-title ul{
    padding-left: 17px;
}
.footer-title ul li{
    margin-bottom: 16px;
    position: relative;
}
.seconlist{
    margin-bottom: 40px !important;
}
.footer-logo img{
    margin-bottom: 25px;
}
.list-unstyled{
    display: flex;
    gap: 25px;
}
.footer-middle{
    padding: 90px 0px;
}
.footerullid ul a{
    color: var(--Grey-100, #FFF);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 0px;
    opacity: 0.8;
}
.footerullid ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: right;
    gap: 24px;
    list-style: none;
}
.col-red-div p{
    color: var(--Grey-100, #FFF);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 0px;
}
.footerbtm-title{
    height: 90px;
    padding: 34px 0px;
}

.list-unstyled-main li::after {
    content: " ";
    background: url(../images/green-icon.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 8px;
    height: 12px;
    left: -19px;
    top: 6px;
}
.seconlist::before{
    content: " ";
    background: url(../images/split.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 197px;
    height: 1px;
    top: 45px;
    left: -20px;
}