@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');
body {
  font-size: 14px;
  font-family: 'neue_haas_grotesk_display45Lt';
  vertical-align: baseline;
  line-height: 25px;
  font-weight: 400;
  overflow-x: hidden;
    scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
padding: 0px
}

.uppercase {
  text-transform: uppercase !important;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #222222;
}
ul {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #4d6de6;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #4d6de6;
  text-shadow: none;
  color: #ffffff;
}

.header .logo {
    width: 160px;
}
.header .row{
    flex-direction: column;
}
.row-flex {
    display: flex;
    place-content: space-between;
    place-items: center;
}
.nav_bar {
    display: flex;
    place-content: space-between;
}
.nav_menu ul li {
    display: inline-flex;
    margin-left: 28px;
}
.nav_menu ul li  a{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color:black
}
.mobile-menu-toggle{
    display: none;
}
.menu-action.d-flex {
    margin-left: 30px;
}
.pt-90{
    padding-top: 90px;
}
.pt-70{
    padding-top: 70px;
}
.pb-70{
 
    padding-bottom: 70px;
}
.pb-90{
    padding-bottom: 90px;
}

.pb-120{
    padding-bottom: 120px;
}
.pt-120{
    padding-top: 120px;
}
section{
    position: relative;
}
.hero-section {
    background-position: right;
    background-repeat: no-repeat;
    background-size: 59%;
    padding-top: 180px;
    position: relative;
}
.social-alpha ul li a{ 
color:black;
}
.social-alpha {
    transform: rotate(-90deg);
}

.social-alpha ul li {
    display: inline-flex;
    margin: 0px 40px;
}


.social-alpha {
    position: absolute;
    top: 40%;
    right: 0;
}
.normal-fonts{
    font-family: 'neue_haas_grotesk_display45Lt' !important;
}

.hero-section .edge{
    position: absolute;
    bottom: 0;
}
.hero-heading h2 {
    font-family: "Oleo Script", system-ui;
    font-size: 78px;
    font-weight: 400;
    color: black;
    padding-bottom: 50px;
    line-height: 1.1;
}
.edge-btn.big {
    border: 1px solid #00E86F;
    padding: 18px 30px;
    text-align: center;
    color: black;
    font-weight: 900;
    text-transform: uppercase;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 0.4s;
    overflow: hidden;
    animation-delay: 0.7s;
    animation-duration: 0.5s;
    position: relative;
    font-size: 15px;
}
.header {
    padding: 40px 0px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
section.top-frame {
    position: relative;
}
.frame {
    background-image: url(../images/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
hr {
    background: #00e86f;
    width: 41px;
    margin: 0 auto;
    height: 2px;
    opacity: 1;
    border: 0px;
}
.content-area hr {
    margin-left: 0;
}

.section-heading h3 {
    font-family: "Oleo Script", system-ui;
    color: white;
    font-size: 45px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
    padding-bottom: 30px;
}
.section-heading span{
    text-transform: uppercase;
font-size: 16px;
font-weight: 600;
line-height: 29.79px;
    color:#00e86f
}
.icon {
    position: relative;
    text-align: center;
    height: 90px;
    width: 90px;
    display: flex;
    place-content: center;
    place-items: center;
    margin: 0 auto 30px auto;
}
.icon img{
   position:absolute;
}

.services-box {
    text-align: center;
}
.services-box h4 {
    /* font-family: Neue Haas Grotesk Display Pro; */
    font-size: 27px;
    font-weight: 600;
    line-height: 28.53px;
    text-align: center;
    color: white;
    padding-bottom: 30px;
}
.services-box p {
    /* font-family: Neue Haas Grotesk Display Pro; */
    font-size: 16px;
    font-weight: 500;
    line-height: 16.91px;
    text-align: center;
    color: white;
    padding: 30px 0px;
}
.edge-btn {

    border: 1px solid #00E86F;
    padding: 0px 15px;
    text-align: center;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 0.4s;
    overflow: hidden;
    animation-delay: 0.7s;
    animation-duration: 0.5s;
    position: relative;
    letter-spacing: 1px;
    font-size: 10px;
}

.edge-btn {
    border: 1px solid #00E867;
    padding: 0px 15px;
    text-align: center;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 0.4s;
    overflow: hidden;
    animation-delay: 0.7s;
    animation-duration: 0.5s;
    position: relative;
    letter-spacing: 1px;
    font-size: 10px;
    background: #00E86F;
}

.content.text-center p {
    /* font-family: Neue Haas Grotesk Display Pro; */
    font-size: 20px;
    font-weight: 500;
    line-height: 25.63px;
    text-align: center;
    color: white;
    padding-bottom: 180px;
}

.line.white{
    /* border: 1px solid #FFFFFF; */
    min-width: 1320px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    height: 1px;
    left: 0;
    background: #9f9f9f;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -0px);
}
.line.gray{
    /* border: 1px solid #FFFFFF; */
    min-width: 1320px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    height: 1px;
    left: 0;
    background: #e2e2e2;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -0px);
}
.content-area p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.55px;
    text-align: left;
    padding: 30px 160px 30px 0px;
}
.content-area h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 47.55px;
    text-align: left;
    padding-bottom: 30px;
}
.content-area {
    padding-left: 0px;
}
.section-heading p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.55px;
    text-align: center;
    padding-top: 25px;
}
.hero-heading {
    padding-top: 150px;
}

.brand-ser {
    display: flex;
    place-items: center;
    position: relative;
    z-index: 3;
}
.brand-ser .icon {
    margin: 0;
}
.vline {
    margin: 0px 20px 0px 10px;
    height: 40px;
    width: 2px;
    background: #5aec6f;
}
.brand-caption {
    /* font-family: Neue Haas Grotesk Display Pro; */
    font-size: 22px;
    font-weight: 900;
    line-height: 23.24px;
    text-align: left;
    color: white;
}
.branding {
    display: grid;
    grid-template-columns: auto auto auto;
    background-image: url(../images/branding.png);
    padding: 115px 100px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.branding::after {
    background: rgb(3 55 79 / 78%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .review .thumb {
    padding-bottom: 30px;
}
.text p {
    /* font-family: Neue Haas Grotesk Display Pro; */
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 25.63px;
    text-align: center;
    padding-bottom: 30px;
}
.c-name h5 {
    font-weight: 900;
    font-size: 20px;
}
.c-name span{
  color:black;
  font-size: 14px;
}
.arrows {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 7;
    width: 250px;
    display: flex;
    place-content: space-between;
    transform: translate(50%, 50px);
    color: #00e86f;
    font-size: 25px;
}


footer {
    background-image: url(../images/bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
.wave {
    position: absolute;
    top: -140px;
    z-index: 1;
    left: 0;
    background: white;
}

.footer-widget p {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.31px;
    text-align: left;
    color: white;
    padding: 30px 70px 30px 0px;
}
.footer-widget h4
{
color:white;
font-size: 21.33px;
font-weight: 600;
line-height: 39.71px;
text-align: left;
padding-bottom: 24px;
}
.footer-widget ul {
    list-style: none;
}


.footer-widget ul li  a{
font-size: 13.17px;
font-weight: 500;
line-height: 24.52px;
text-align: left;
color:white
}

.footer-widget ul li {
    margin-bottom: 15px;
}

.footer-widget ul li a i {
    color: #2bdb64;
    margin-right: 10px;
}

ul.contact-list li span img {
    position: absolute;
}

ul.contact-list li a {
    display: flex;
    place-items: center;
}
ul.contact-list li span {
    position: relative;
    width: 36px;
    display: flex;
    place-content: center;
    place-items: center;
    height: 36px;
    margin-right: 20px;
}

ul.social-list {
    line-height: 3.4;
    text-align: right;
}
.copyright {
    font-size: 12px;
    font-weight: 500;
    line-height: 17.48px;
    text-align: left;
    color: rgb(255 255 255 / 62%);
}
.pb-210 {
    padding-bottom: 210px;
}

span.menu-toggle {
    display: none;
}






.sclose{
    background: #00e86f !important;
    color:black !important
}
.menu-action{
position: relative
}

.searchINput input {
border: 0px;
width: 100%;
}
.searchINput button {
border: 0px;
background: black;
color: white;
}
.searchINput {
display: none;
position: absolute;
right: -20px;
bottom: -70px;
background: #f5f5f5;
padding: 10px;
/*  */
border: 1px solid;
min-width: 290px;
}
.searchINput.open{
display: inline-flex;
}




@media (max-width: 575.98px) { 
    .searchINput {
        right: 29px !important;
    }
    .hero-heading .btn-action {
        text-align: center;
    }
    .hero-heading h2 {
        padding-bottom: 20px;
        text-align: center;
        font-size: 50px;
    }
    .social-alpha {
        position: absolute;
        top: 40%;
        right: -120px;
    }
    .hero-heading .btn-action {
        text-align: center;
        padding-bottom: 20px;
    }
    .hero-section {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 209%;
        background-size: 59%;
        padding-top: 120px;
        position: relative;
    }
    .header .logo {
        width: 100px;
    }
    .header {
        padding: 10px 0px;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .hero-heading {
        padding-top: 0px;
    }
    footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pb-90 {
        padding-bottom: 50px;
    }
    
    .pt-90 {
        padding-top: 50px;
    }
    .branding {
        padding: 45px 20px;
    }
    .services-box {
        text-align: center;
        margin-bottom: 60px;
    }
 }


@media (max-width: 767.98px) { 
    .hero-heading h2 {
        font-size: 49px;
    }
    ul.social-list {
        line-height: 3.4;
        text-align: left;
        display: flex;
    }
    ul.social-list li{
       margin-right: 20px;
    }
    .wave {
        top: -28px !important;
        z-index: 2 !important;
        left: 0;
    }
    footer {
        margin-top: 80px;
    }
    .branding {
        grid-template-columns: auto;
    }
.mb-md-3{
    margin-bottom: 30px;
}
    .services-box {
        text-align: center;
        margin-bottom: 60px;
    }
    .pb-120 {
        padding-bottom: 241px;
    }
    .pt-mobile{
        padding-top: 0px !important;
    }
    .pb-mobile-0{
        
        padding-bottom: 0px !important;
    }
    .mb-mobile-0{
        
        margin-bottom: 0px !important;
    }
    .content.text-center p {
        padding-bottom: 180px;
        margin-bottom: 60px;
    }
    .content-area p {
        font-size: 16px;
        font-weight: 500;
        line-height: 21.55px;
        text-align: left;
        padding: 30px 0px 30px 0px;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
 }


@media (max-width: 991.98px) { 
    .searchINput {
        display: none;
        position: absolute;
        right: 60px;
        bottom: -54px;
        background: #f5f5f5;
        padding: 10px;
        border: 1px solid;
        min-width: 290px;
    }
    .content-area p {
        padding: 30px 30px 30px 0px;
    }
    .hero-heading h2 {
        font-size: 49px;
    }
    ul.social-list {
        line-height: 3.4;
        text-align: left;
        display: flex;
    }
    ul.social-list li {
        margin-right: 20px;
    }
    content.text-center p {
        padding-bottom: 130px;
    }
    .hero-section .edge {
        position: absolute;
        bottom: -10px;
    }
    .hero-heading {
        padding-top: 60px;
    }
    .services-box {
        text-align: center;
        margin-bottom: 60px;
    }
    .line {
        min-width: 100% !important;
    }
    span.menu-toggle {
        display: block;
    }
    .wave {
        position: absolute;
        top: -131px;
        z-index: -1;
        left: 0;
    }
    .social-alpha {
        right: -38px;
    }
    .branding {
        display: grid;
        grid-template-columns: auto;
        padding: 95px 39px;
        position: relative;
    }
    .brand-ser {
        display: flex;
        place-items: center;
        position: relative;
        z-index: 3;
        place-content: center;
    }

    .nav_menu ul li:nth-last-child(1) a {
        border-bottom: 0px solid #d1d1d1;
    }
    .nav_menu ul li a {
        text-align: center;
        border-bottom: 1px solid #d1d1d1;
        padding: 5px 13px 15px;
    }
    span.menu-toggle {
        position: absolute;
        top: 39px;
        right: 29px;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 12px;
    }
    .nav_menu {
        position: fixed;
        background: #f0f0f0;
        width: 260px;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 3;
        padding: 90px 20px 20px 20px;
        transform: translateX(120%);
        transition: .4s all ease-in-out;
    }

    .nav_menu ul li {
        flex-direction: column;
        display: flex;
        margin: 14px 0px;
    }
    .mobile-menu-toggle {
        display: block;
        margin-left: 20px;
    }
    .mobile-menu-toggle i {
        font-size: 34px;
        color: black;
        background: #00e86f;
        width: 48px;
        height: 48px;
        display: flex;
        place-content: center;
        place-items: center;
    }
    .menu-action.d-flex {
        margin-left: 30px;
        place-items: center;
    }
    .nav_menu.open {
        transform: translateX(0%);
    }
 }


@media (max-width: 1199.98px) { 
    .social-alpha {
        position: absolute;
        top: 40%;
        right: -101px;
    }
    .wave {
        position: absolute;
        top: -131px;
        z-index: -1;
        left: 0;
    }
 }

@media (max-width: 1399.98px) { 

    .wave {
        top: -58px;
        z-index: 9;
        left: 0;
    }
 }


 .swiper--prev,
.swiper--next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color:#00e86f;
  font-size:30px;
}

.swiper--prev {
  left: -25px; /* Adjust the value as needed */
}

.swiper--next {
  right: -25px; /* Adjust the value as needed */
}

.review {
  position: relative;
  padding: 20px;
}

.text {
  position: relative;
  padding: 20px 50px; /* Adjust padding to avoid overlapping with arrows */
}












