@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');




html,
body{
    overflow-x:hidden;
}
.navbar-brand img{
    width: 250px;
    height: 39px;
}
.navbar-toggler{
    background-color: #16201b;
    border: none !important;
    padding: 8px 12px;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.cta-button {
    position: relative;
    overflow: hidden;
    z-index: 1;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: 16px;

    padding: 10px 15px;
    background-color: #D4AF37;
    color: #000;
    border: none;
    border-radius: 34px;
    cursor: pointer;

    transition: color 0.4s ease;
}

.cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #b8941f; /* Darker gold */
    transition: left 0.4s ease;
    z-index: -1;
}

.cta-button:hover::before {
    left: 0;
}

.cta-button:hover {
    color: #fff;
}
.navbar .nav-link{
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.navbar .nav-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #fff; 
    transition: width 0.3s ease;
}

.navbar .nav-link:hover::after{
    width: 100%;
}
.navbar .nav-link.active::after{
    width: 100%;
}
/* Preloader */
#preloader{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#ffffff;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:999999;
}

/* Spinner */
.loader{
    width:60px;
    height:60px;
    border:6px solid #ddd;
    border-top:6px solid #ffb400;
    border-radius:50%;
    animation:spin 1s linear infinite;
}

@keyframes spin{
    100%{
        transform:rotate(360deg);
    }
}
.hero{
    padding-top: 58px;
    padding-bottom: 100px;
    background-image: url("../images/hero image bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 100%;
    height: 561px;
    width: 100%;
}
.brands{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
}
.herotxt{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
    line-height: 100%;
    font-size: 78px;
}
.herop{
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
    font-size: 22px;
    line-height: 150%;
}
.text-div{
    max-width:866px;
    margin:auto;
    text-align:center;
}
.heropt{
    max-width: 740px;
    margin: auto;
    text-align: center;
}
.submitbtn {
    position: relative;
    overflow: hidden;
    z-index: 1;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: 15px;

    padding: 10px 30px;
    border-radius: 34px;
    background-color: #D4AF37;
    width: 362px;
    height: 50px;
    border: none;
    cursor: pointer;

    transition: color .4s ease;
}

.submitbtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #b8941f;
    transition: left .4s ease;
    z-index: -1;
}

.submitbtn:hover::before {
    left: 0;
}

.submitbtn:hover {
    color: white;
}

.about{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #2D2D2D;
    opacity:100%;

}
.about-divider{
    width: 1619px;
    max-width: 90%;
    height: 1px;
    background: rgba(255,255,255,0.5);
    margin: 0 auto;
}

.about-bg{
    position: relative;
    background-image: url("../images/about.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 100%;
     aspect-ratio: 919 / 663;
}
.about-bg::after{
    content:"";
    position:absolute;
    inset:0;

    background:linear-gradient(
        to right,
        rgba(0,0,0,.10),
        rgba(0,0,0,.55),
        #2D2D2D
    );
}

.about-txt{
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
    font-size: 30px;
    color: #FFD700;
    text-align: start;
}
.about-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
    
}
.about p{
     font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
    font-size: 46px;
    line-height: 120%;
    color: #fff;
}
.smmp{
    font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
    font-size: 18px !important;
    line-height: 150% !important;
    color: #FFFFFF;
}
.smsp{
    font-weight:bold;
}

.underabout{
    background-color: #2D2D2D;
}
.founder-para{
    font-family:"Montserrat",sans-serif;
    font-size:20px;
    font-weight: 400;
    line-height:150%;
    color:#d6d6d6;
    
}
.founder-para-div{
     max-width:715px;
     height: 115px;
    margin:auto;
    text-align:start;
}
.founder-para-new{
     max-width:715px;
     height: 115px;
    margin:auto;
    text-align:start;
}
.founder-para-end{
    max-width: 715px;
    margin:auto;
    text-align: start;
    height: 80px;
}

.founder-para strong{
    color:#fff;
    font-weight:600;
    font-size: 17px;
}

.founder-heading{
    font-family:"Montserrat",sans-serif;
    font-size:18px;
    font-weight:600;
    line-height: 150%;
    color:#fff;
    margin-bottom:19px;
    margin-top: 52px;
}

.founder-list{
    list-style:none;
    padding:0;
    margin:0;
}

.founder-list li{
    position:relative;
    padding-left:35px;
    margin-bottom:38px;
    color:#d6d6d6;
    font-family:"Montserrat",sans-serif;
    font-size:18px;
    font-weight: 400;
    line-height:150%;
}

.founder-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#FFD700;
    font-size:20px;
    font-weight:700;
}
.stand{
    background-color : black;
    color: #FFFFFF;
}
.box{
    padding: 40px 52px;
}
.TXT{
     font-family:"Montserrat",sans-serif;
    font-size:50px;
    font-weight:600;
    line-height: 120%;
    color:#fff;
}
.list{
    list-style:none;
    padding:0;
    margin:0;
}
.list li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
     color:#d6d6d6;
    font-family:"Montserrat",sans-serif;
    font-size:18px;
    font-weight: 400;
    line-height:150%;
}
.list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#FFD700;
    font-size:20px;
    font-weight:700;
}
.listsp{
    font-family:"Montserrat",sans-serif;
    font-size:19px;
    font-weight: 800;
}
.standbg{
       position: relative;
    background-image: url("../images/stand img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 100%;
     aspect-ratio: 946 / 693;
}
.standbg::after{
    content:"";
    position:absolute;
    inset:0;

    background:linear-gradient(
        to left,
        rgba(0,0,0,.10),
        rgba(0,0,0,.55),
        #2D2D2D
    );
}
.exists{
    background-image: url("../images/existsimg.png");
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 100%;
    padding: 100px 0px;
    background-color: #302e2e;
}
.existstxt{
font-family:"Montserrat",sans-serif;
    font-size:50px;
    font-weight: 700;
    line-height:120%;
}
.extxt{
    font-family:"Montserrat",sans-serif;
    font-size:21px;
    font-weight: 600;
    line-height:150%;
    color: #FFFFFF;
    margin-top: 20px;
}
.unlist{
     list-style:none;
    padding:0;
    margin:0;

}
.unlist li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 45px;
     color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:20px;
    font-weight: 400;
    line-height:150%;
    margin-top: 20px;

}
.unlist li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#0F054C;
    font-size:20px;
    font-weight:700;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #EED17B;
}
.htxt{
       font-family:"Montserrat",sans-serif;
    font-size:19px;
    font-weight: 600;
    line-height:150%;
    color:#FFFFFF;
}
.htxtp{
      font-family:"Montserrat",sans-serif;
    font-size:20px;
    font-weight: 400;
    line-height:150%;
    color:#FFFFFF;
}
.extxtt{
      font-family:"Montserrat",sans-serif;
    font-size:21px;
    font-weight: 600;
    line-height:150%;
    color: #FFFFFF;
    margin-top: 45px;
}
.clientss{
    background-color: #121212;
     
}
.clientbg{
    aspect-ratio: 919 / 667;
    background-image: url("../images/clientbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 100%;
    overflow: hidden;
    width: 100%;

    
}
.clientbg::after{
    content:"";
    position:absolute;
    inset:0;

    background:linear-gradient(
        to right,
        rgba(0,0,0,.10),
        rgba(0,0,0,.55),
        #2D2D2D
    );
}
.clienttxt{
     font-family:"Montserrat",sans-serif;
    font-size:30px;
    font-weight: 600;
    line-height:100%;
    color: #FFD700;
}
.clientp{
    font-family:"Montserrat",sans-serif;
    font-size:50px;
    font-weight: 800;
    line-height:120%;
    color: #FFFFFF;
    opacity: 100%;
}
.clientp1{
       font-family:"Montserrat",sans-serif;
    font-size:20px;
    font-weight: 600;
    line-height:150%;
    color: #FFFFFF;
}
.cllist{
    list-style:none;
    padding:0;
    margin:0;

}
.cllist li{
     position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
     color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:20px;
    font-weight: 400;
    line-height:150%;
    margin-top: 20px;
}
.cllist li::before{
     content:"✓";
    position:absolute;
    left:0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#0F054C;
    font-size:20px;
    font-weight:700;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #EED17B;
}
.problems{
    background-color: #000;
    padding: 100px 0px;
}
.gtext{
    color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:23px;
    font-weight: 800;
    line-height:100%;

}
.gptxt{
      color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:15px;
    font-weight: 400;
    line-height:150%;
}
.p-box{
    height: 210px;
    width: 100%;
    background-color: #2D2D2D;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 30px;
    transition: all 0.35s ease;
}
.p-box:hover{
    background-color: #0F054C;
      transform: translateY(-6px);
    box-shadow:
        0 8px 20px rgba(255, 255, 255, 0.808),
        0 15px 40px rgba(247, 246, 246, 0.12);
}
.pbtxt{
     color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:50px;
    font-weight: 800;
    line-height:120%;
}
.pbptx{
    color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:20px;
    font-weight: 500;
    line-height:150%;
}
.we-do{
    background-image: url("../images/workwe.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 100%;
    padding: 100px 0px;
background-color:#242222;
}
.dotxt{
    color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:50px;
    font-weight: 800;
    line-height:120%;
}
.wedtxt{
    margin-top: 40px;
       color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:25px;
    font-weight: 600;
    line-height:150%;
}
.wertxt{
     color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:17px;
    font-weight: 500;
    line-height:150%;
}
.service-card{
   
    border-radius: 20px;
      padding: 10px 20px;
    background-color: #2D2D2D;
    transition: all .35s ease;
}
.service-card:hover{
    background-color: #0F054C;
    transform: translateY(-6px);
    box-shadow:
        0 8px 20px rgba(255, 255, 255, 0.808),
        0 15px 40px rgba(247, 246, 246, 0.12);
}

.service-card-wide{
    background:#2D2D2D;
    border-radius:20px;
    padding:30px;
    display:flex;
    align-items:center;
    height:100%;
     transition: all .35s ease;
}
.service-card-wide:hover{
        background-color: #0F054C;
    transform: translateY(-6px);
    box-shadow:
        0 8px 20px rgba(255, 255, 255, 0.808),
        0 15px 40px rgba(247, 246, 246, 0.12);
}

.stxt{
    margin-top: 10px;
    color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:19px;
    font-weight: 800;
    line-height:100%;
}
.sptxt{
    color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:18px;
    font-weight: 400;
    line-height:150%;
}

.icon-circle{
    width:71px;
    height:71px;
    border-radius:50%;
    background:#EED17B;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:24px;
}

.icon-circle img{
    width:63px;
    height:48px;
    object-fit:contain;
}
.outcomes{
    background:#2d2d2d;
    padding:100px 0;
}

.out-box{
    background:#494949;
    border-radius:20px;
    min-height:90px;
    

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;

    padding:20px;
}

.out-item{
    align-items:flex-start;
    
}

.out-icon{
    width:34px;
    height:34px;
    min-width:34px;

    border-radius:50%;
    background:#EED17B;

    display:flex;
    justify-content:center;
    align-items:center;

    margin-right:18px;
}

.out-icon img{
    width:14px;
}

.out-item p{
    margin-top:4px;
}
.out-title{
     color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:50px;
    font-weight: 800;
    line-height:120%;
}
.out-subtitle{
    color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:20px;
    font-weight: 600;
    line-height:150%;
}
.out-box-title{
    color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:21px;
    font-weight: 800;
    line-height:100%;
}
.b-txt{
      color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:16px;
    font-weight: 400;
    line-height:150%;
}
.out-box{
    transition: all 0.35s ease;
}
.out-box:hover{
        background-color: #0F054C;
    transform: translateY(-6px);
    box-shadow:
        0 8px 20px rgba(255, 255, 255, 0.808),
        0 15px 40px rgba(247, 246, 246, 0.12);
}
.typo{
    background:#EED17A;
    padding:100px 0;
}
.apex{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/lastbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position:relative;
    width:100%;
    min-height:690px;
    overflow: hidden;

}
.apex .container{
    position: relative;
    z-index: 2;   /* IMPORTANT */
}
.apex::before{
    content:"";
    position:absolute;
    inset:0;

    background: linear-gradient(
        to right,
        rgba(0,0,0,.82) 0%,
        rgba(0,0,0,.55) 25%,
        rgba(0,0,0,.25) 50%,
        rgba(0,0,0,0) 80%
    );

    z-index:1;
}
.apex::after{
    content:"";
    position:absolute;
    inset:0;

    background:linear-gradient(
        to left,
        rgba(0,0,0,.10),
        rgba(0,0,0,.55),
        #2D2D2D
    );
    
}

.why-title{
     color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:50px;
    font-weight: 800;
    line-height:120%;
    margin-bottom: 25px;
}
.why-text{
     color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:19px;
    font-weight: 400;
    line-height:150%;
    margin-bottom: 25px;

}
.why-btn{
       display:inline-flex;
       margin-top: 15px;
    justify-content:center;
    align-items:center;
text-decoration: none;
color: black;
}
.footer-top{
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: #2D2D2D;
}
.footer-top .container{
    position:relative;
    z-index:2;
}
.bottom-footer{
    overflow: hidden;
    padding: 30px 0;
     background-color: #2D2D2D;
}
.bpxt{
    color: #D4AF37;
}
.bcxt{
      color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:18px;
    font-weight: 500;
    line-height:150%;

}
.fp-text{
     max-width:467px;
    width:100%;
     color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:15px;
    font-weight: 400;
    line-height:150%;
}
.f-icon{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.f-icon i{
    font-size: 20px;
    color: #d6d6d6;
}
.f-icon a{
    width: 32px;
    height: 32px;
    background: #EED17B; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.3s;
}

.f-icon a img{
    object-fit: contain;
}

.f-icon a:hover{
    background-color: #fdfdfd;
    color: rgb(204, 180, 180);
    transform: translateY(-3px);
}
.ntitle{
    margin-top:10px;
    margin-bottom: 37px;
    color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:25px;
    font-weight: 800;
    line-height:150%;
}
.neolink{
    color: #ddd;
}
.neolink:hover{
    color: #f5b400;
}
/* Footer Columns */
.footer-top .col-lg-5{
    position:relative;
}

/* First Divider */
.footer-top .col-lg-5:first-child::after{
    content:"";
    position:absolute;
    right:42px;
    top:10px;
    width:1px;
    height:220px;
    background:#ffffff;
}

/* Second Divider */
.footer-top .col-lg-3{
    position: relative;
}

.footer-top .col-lg-3::after{
    content: "";
    position: absolute;
    left: 355px;
    top: 10px;
    width: 1px;
    height: 220px;
    background: #ffffff;
}
.footer-right{
    padding-left:84px !important;
}

.contact-box{
    margin-top:30px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:24px;
}

.contact-icon{
    width:22px;
    height:22px;
    flex-shrink:0;
    margin-top:2px;
}

.contact-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.contact-text a,
.contact-text p{
    color:#BDBDBD;
    font-size:15px;
    font-weight:400;
    line-height:26px;
    text-decoration:none;
    margin:0;
}

.contact-text a:hover{
    color:#E6C14C;
}

.address-item{
    align-items:flex-start;
}
.contact-icon{
    width: 32px;
    height: 32px;
    background-color: #EED17B;
    border-radius: 50%;
}
.f-bottom{
    position:absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
.footer-shape{
    position:absolute;
    right:0;
    bottom:0;
top: 203px;
    z-index:0;
width: 175px;
    pointer-events:none;
}
#goTop{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #777261;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: all .3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

#goTop:hover{
    transform: translateY(-4px);
    background: #7c8318;
}
/* ==========================
CTA MODAL
========================== */


.cta-overlay{

position:fixed;
top:0;
left:0;

width:100%;
height:100%;

background:rgba(0,0,0,.75);

backdrop-filter:blur(8px);

display:flex;

align-items:center;
justify-content:center;

z-index:9999;

opacity:0;
visibility:hidden;

}



.cta-overlay.active{

opacity:1;
visibility:visible;

}



.cta-modal-box{

width:520px;

max-width:90%;

background:#111;

border:1px solid rgba(255,255,255,.15);

border-radius:25px;

padding:45px;

position:relative;

box-shadow:
0 20px 80px rgba(0,0,0,.5);

}



.cta-close{

position:absolute;

right:20px;
top:20px;

width:40px;
height:40px;

border-radius:50%;

border:none;

background:#222;

color:white;

font-size:20px;

cursor:pointer;

transition:.3s;

}


.cta-close:hover{

background:white;

color:black;

}





.cta-content h2{

font-size:38px;

font-weight:700;

color:white;

margin-bottom:15px;

}



.cta-content p{

color:#aaa;

line-height:1.7;

margin-bottom:30px;

}





.input-group{

margin-bottom:18px;

}



.input-group input,
.input-group textarea{


width:100%;

background:#181818;

border:1px solid rgba(255,255,255,.15);

padding:15px 18px;

border-radius:12px;

color:white;

font-size:15px;

outline:none;

transition:.3s;

}



.input-group textarea{

height:120px;

resize:none;

}



.input-group input:focus,
.input-group textarea:focus{

border-color:white;

}




.modal-submit{

width:100%;

padding:16px;

border:none;

border-radius:50px;

background:white;

color:black;

font-size:16px;

font-weight:600;

cursor:pointer;

display:flex;

align-items:center;

justify-content:center;

gap:10px;

transition:.3s;

}



.modal-submit:hover{

transform:translateY(-3px);

}
.error{
    display:block;
    color:#ff4d4d;
    font-size:14px;
    margin-top:6px;
    font-weight:500;
}










/* Small Mobile */
@media (max-width: 576px) {
.cta-modal-box{

padding:30px 20px;

}

.cta-content h2{
    font-size:22px;
}

.cta-content p{
    font-size:14px;
}

.input-group input,
.input-group textarea{
    padding:12px;
    font-size:14px;
}

.modal-submit{
    font-size:15px;
}
    .bcxt{
      color:#FFFFFF;
    font-family:"Montserrat",sans-serif;
    font-size:13px;
    font-weight: 500;
    line-height:150%;

}

    .footer-middle {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-top{
        padding:50px 15px;
    }

    .f-logo img{
        max-width:180px;
    }

    .fp-text{
        font-size:14px;
        line-height:26px;
    }

    .ntitle{
        font-size:20px;
    }

    .contact-text a,
    .contact-text p{
        font-size:14px;
        line-height:24px;
    }

    .contact-item{
        gap:12px;
        margin-bottom:18px;
    }

    .f-icon a{
        width:38px;
        height:38px;
    }

   
    .typo {
    background: #EED17A;
    padding: 20px 0;
}
.why-title {
        font-size: 30px !important;
        text-align: center;
    }
    .why-text {
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
        font-size: 15px !important;
        text-align: center;
    }
    .why-content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .apex{
        min-height: 470px;
    }
    
    .out-title {
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
        font-size: 27px !important;
    }
        .out-subtitle {
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
        font-size: 15px !important;
    }
    .out-box-title {
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
        font-size: 14px !important;
    }

.service-card{
   display: flex;
   flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icon-circle {
    margin-right: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.service-card-wide {
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
        .dotxt {
        text-align: center;
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
        font-size: 28px !important;
    }
        .wedtxt {
        font-size: 19px !important;
    }
        .wertxt {
        font-size: 15px !important;
    }
        .sptxt {
            text-align: center;
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
        font-size: 15px !important;
    }
    .stxt {
        text-align: center;
        margin-top: 10px;
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
    }
    .pbtxt {
        font-size: 23px !important;
    }
    .gtext {
        font-size: 15px !important;
    }
    .clientbg {
        aspect-ratio: 919 / 667 !important;
    }
    .clienttxt {
        margin-top: 20px;
        text-align: center !important;
        font-size: 17px !important;
    }

    .clientp {
        font-size: 24px !important;
        text-align: center !important;
    }
        .clientp1 {
        font-size: 14px !important;
        text-align: center;
    }
    .cllist li {
        position: relative;
        margin-bottom: 8px;
        font-size: 13px !important;
        margin-top: 12px;
    }
    .htxtp {
    font-size: 16px;
}
    .exists {
    padding: 48px 0px;
}
        .extxtt {
        margin-top: 26px !important;
    }
    .htxt {
    font-size: 16px;
}

    .unlist li {
        font-size: 15px !important;
    }

    .extxt {
        font-size: 16px !important;
    }
        .existstxt {
        font-size: 24px !important;
    }
    .TXT {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    text-align: center;
}
.box {
    padding: 31px 15px;
}
.list li {
    font-size: 15px;
}
    

 .logo{
    
        max-width: 120px;
    
    }
    .submitbtn{

  font-size: 13px;
   
}

    .nav-link{
        font-size: 14px;
    }

    .cta-button{
        font-size: 14px;
        padding: 10px 15px;
    }
    .herotxt{
     font-size: 26px !important;
 }
 .herop {
        font-size: 14px !important;
    }
     .submitbtn {
        width: 206px !important;
        height: 49px !important;
    }
    .about-txt {
margin-top: 20px;
    text-align: center;
    font-size: 25px;
}
.about p {
    font-size: 28px;
    text-align: center;
}
    .founder-heading {
        font-size: 15px;
        margin-top: 103px !important;
    }
    .founder-list li {
        position: relative;
        font-size: 15px !important;
    }
    .founder-para strong {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
    .founder-para {
        font-family: "Montserrat", sans-serif;
        font-size: 15px !important;
        font-weight: 400;
        line-height: 150%;
    }
}
/* Mobile */
@media (max-width: 768px) {

     .footer-top{
        padding:60px 0;
        text-align:center;
    }

    .f-logo{
        text-align:center;
    }

    .fp-text{
        width:100%;
        font-size:15px;
        margin-top:30px !important;
    }

    .f-icon{
        justify-content:center;
        margin-bottom:40px;
    }

    .footer-middle{
        margin-top:20px;
        text-align:center;
    }

    .footer-middle .nav{
        align-items:center;
    }

    .ntitle{
        font-size:22px;
        margin-bottom:41px;
    }

    .footer-right{
        padding-left:0 !important;
        margin-top:40px;
        text-align:left;
    }

    .contact-item{
        justify-content:flex-start;
    }
    .contact-box {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.ltitle{
    text-align: center;
    margin-top: 30px;
}
.why-title {
    font-size: 40px;
}
.why-text {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
}
    .out-box-title {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
.out-title {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
}
.out-subtitle {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
}
    .dotxt {
    text-align: center;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
}
.wedtxt {
    text-align: center;
    margin-top: 40px;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
}
.wertxt {
    text-align: center;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
.stxt {
    margin-top: 10px;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}
.sptxt {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
}
.icon-circle {
    width: 63px;
    height: 63px;
}
    .gtext {
    font-size: 17px;
}
.gptxt {
    font-size: 14px;

}
.pbtxt {
    font-size: 36px;
}
.pbptx {
    font-size: 15px;
}
    .clientbg {
    aspect-ratio: 688 / 778;
    
}
    
    .clientp {
    font-size: 29px;
}
.clientp1 {
    
    font-size: 15px;
}
.cllist li {
    position: relative;
    margin-bottom: 8px;
    font-size: 15px;
    margin-top: 12px;
}
    .clienttxt {
    font-size: 20px;
}


    .founder-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
    font-size: 16px;
}
    .founder-heading {
    font-size: 15px;
    margin-top: 74px;
}
.founder-para {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    
}
    .logo{
        width: 120px;
    }

    .navbar-nav{
        gap: 8px !important;
    }

    .nav-link{
        font-size: 16px;
    }

    .cta-button{
        width: 100%;
    }
    
   .herotxt {
        font-size: 48px;
    }
        .heropt {
        max-width: 484px !important;
    }
        .herop {
        font-size: 17px;
    }
.existstxt {
    font-size: 41px;
}
.extxt {
    
    font-size: 18px;
}
.extxtt {
    font-size: 18px;
    margin-top: 77px;
}    
.unlist li {
    font-size: 18px;
   
}
}
/* Tablet */
@media (max-width: 992px) {

     .footer-top{
        padding:70px 0;
    }

    .fp-text{
        width:100%;
        margin-bottom:20px;
    }

    .footer-middle{
        margin-top: 0px;
    }

    .footer-right{
        padding-left:0 !important;
        margin-top: 0px;
    }

    /* Remove Divider Lines */

    .footer-top .col-lg-5:first-child::after,
    .footer-top .col-lg-3::after{
        display:none;
    }

    .logo{
        width: 150px;
    }

    .navbar-nav{
        text-align: center;
        gap: 10px !important;
        margin-top: 20px;
    }

    .cta_button{
        text-align: center;
        margin-top: 20px;
    }
.hero{
    height: 80vh !important;

}


}


@media (min-width: 992px) and (max-width: 1199.98px) {

  
 .fp-text{
        width:100%;
        width: 390px;
    }

    .footer-top .col-lg-5:first-child::after{
        right:20px;
    }

    .footer-top .col-lg-3::after{
        left:auto;
        right:-10px;
    }

    .footer-right{
        padding-left:40px !important;
    }

    .why-title {
    font-size: 46px;
    margin-bottom: 25px;
}
.why-text {
    font-size: 17px;
    margin-bottom: 25px;
}
    .out-box-title {
    font-size: 18px;
}
.out-title {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
}
.out-subtitle {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}
.b-txt {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
}
    .sptxt {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
}
    .dotxt {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
}
.wertxt {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
.wedtxt {
    margin-top: 40px;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
}
    .gtext {
    font-size: 18px;
}
.gptxt {
    font-size: 14px;
}
.pbtxt {
    font-size: 46px;
}
.pbptx {
    font-size: 17px;
}

    .clientbg {
    aspect-ratio: 789 / 667;
    
}
    .clienttxt {
    font-family: "Montserrat", sans-serif;
    font-size: 27px;
}
.clientp {
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
}
.clientp1 {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
}
.cllist li {
    font-size: 16px;
}
    .TXT {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
}
.list li {
    font-size: 16px;
   
}
.listsp {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 800;
}
    .founder-para {
   
    font-size: 18px;
    line-height: 150%;
    
}
.herotxt{

    font-size: 56px !important;
}
.navbar-brand img {
    width: 208px;
    height: 39px;
}
.heropt {
        max-width: 586px !important;
    }
    .herop {
        font-size: 16px !important;
    }
.extxtt {

    margin-top: 77px;
}

}

@media (max-width: 1200px) {

.fp-text {
    max-width: 386px;
    width: 100%;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
}
    .logo{
        width: 130px;
    }

    .navbar-nav{
        gap: 8px !important;
    }

    .nav-link{
        font-size: 14px;
    }

    .cta-button{
        padding: 10px 15px;
        font-size: 14px;
    }
    
.herop {
 
    font-size: 18px;
}

    .heropt {
        max-width: 659px;
    }
.submitbtn {
   
    width: 285px;
    height: 50px;
}
    .submitbtn {
        width: 234px;
        height: 50px;
    }
}

@media (min-width:1400px){
.fp-text {
    max-width: 448px !important;
    width: 100%;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
}
    .footer-right{
        padding-left:84px !important;
    }

}
@media (min-width:1210px){

.fp-text {
    max-width: 355px;
    width: 100%;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
}
}