/********** Template CSS **********/
:root {
    --primary: #F4830B;
    --light: #F5F5F5;
    --dark: #353535;
}
body {
      font-family: 'Open Sauce One' !important;
    }

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.pull-l{
    padding-left: 150px !important; 
}

@media(max-width: 768px){
 .pull-l{
    padding-left: 30px !important; 
}   
}


.btn-st{
width: 145px;

gap: 4px;
angle: 0 deg;
opacity: 1;
padding-top: 16px;
padding-right: 23px;
padding-bottom: 16px;
padding-left: 23px;
border-radius: 100px;
background: #ffffff;
box-shadow: 0px 1.11px 2.22px 0px #1018280D;
font-weight: 600;
font-style: SemiBold;
font-size: 15px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #16181F;
animation-timing-function: ease-out;
animation-duration: 300ms;

}

.mission-head{
    color: #1F3D7E !important;
font-weight: 600;
font-style: SemiBold;
font-size: 28px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;

}
.mission-text{
font-weight: 400;
font-style: regular;
font-size:18px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -1%;
color: #6C767D;
}



.our-values{
    background: #1F3D7E;
   }

   .our-values2{
     background: linear-gradient(96.93deg, rgba(0, 0, 0, 0.287) -29.92%, rgba(0, 2, 7, 0.7) 54.17%), url(../img/background-4.jpg) bottom center no-repeat;
    background-size: cover;
   }


   .space{
    border: 1px solid #D0D5DD;
    height: 12px;
    border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
}



.bg-grey{
    background: #35508B;
    border-radius: 20px;
}
.wwa-text{
font-weight: 400;
font-style: Regular;
font-size: 17px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
color: #6C767D;
}

.value-text{
font-weight: 400;
font-style: Regular;
font-size: 17px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
color: #D0D5DD;
}

.value-header{
font-weight: 800;
font-style: extrabold;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #FFFFFF;

}
.bord{

gap: 10px;
angle: 0 deg;
opacity: 1;
border-radius: 20px;
border-width: 1px;
padding-top: 32px;
padding-right: 33.73px;
padding-bottom: 32px;
padding-left: 33.73px;

border: 1.05px solid #D0D5DD;

}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/* Default transparent navbar */
.navbar-light {
    background-color: transparent !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* When scrolled: white background */
.navbar-light.scrolled {
    background-color: #16181F !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Nav links should be white on hero background */
.navbar-light .nav-link {
    color: #fff !important;
}

.navbar-light.scrolled .nav-link {
    color: #000 !important;
}

.navbar-light {
    background-color: transparent ;
}

.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: transparent !important;
}

.navbar.scrolled {
    position: fixed;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}


/* Default transparent navbar */
#mainNavbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999; /* Make sure carousel never covers navbar */
    background: transparent;
    transition: background .3s ease, box-shadow .3s ease;
}

/* navbar links white on hero */
#mainNavbar .nav-link {
    color: #fff !important;
}

/* When scrolled */
#mainNavbar.scrolled {
    background: #16181F !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Change text color when scrolled */
#mainNavbar.scrolled .nav-link {
    color: white !important;
}





/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}


.active1{
   
color: #F4830B !important;
angle: 0 deg;
opacity: 1;
gap: 8.88px;
border-radius: 100px;
padding-top: 5px;
padding-right: 20px;
padding-bottom: 5px;
padding-left: 20px;
background: #F4830B1A;
}


.active2{
   
color: #F4830B !important;
angle: 0 deg;
opacity: 1;
gap: 8.88px;
border-radius: 100px;
padding-top: 5px;
padding-right: 20px;
padding-bottom: 5px;
padding-left: 20px;
background: #F7F7F7;
}
.power{
   margin-left: -70px;
}


.mx{
   margin-left: 250px !important;
}

.container{
 
}

@media(max-width: 768px){
    .power{
        margin-left: 0px;
    }
    .container{
         margin-left: 0px;
    }

    .mx{
   margin-left: 0px !important;
}

}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(96.93deg, rgba(0, 0, 0, 0.287) -29.92%, rgba(0, 2, 7, 0.7) 54.17%), url(../img/background-2.jpg) center center no-repeat;
    background-size: cover;
   height:350px; 
}

@media(max-width: 768px){
    .page-header{
        height: 500px; 
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
   /* content: "\f105";
    font-family: "Font Awesome 5 Free";*/
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
}

.footer .copyright {
    padding: 15px 0;
    font-size: 15px;
    border-top: 1px solid #475467;
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

u {
  text-decoration-thickness: 3px; /* Make underline thin */
 text-underline-offset: 7px; 





}


/**/
.hero-header{
padding-top: 150px ;
font-weight: 600;
font-style: SemiBold;
font-size: 45px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
text-transform: capitalize;


}

.form-f input{
    height: 50px;
    border-radius: 10px;
} 

.form-f input::placeholder{
    color: #6C767D;
} 



.hero{
    height: 700px;
}

@media (max-width: 768px) {

    .hero-header {
        
        font-size: 48px !important;
        text-align: left;
        line-height: 54px;
        padding-bottom: 15px;

    }

    .hero{
         height: 1370px;

    }

    .hero-text{
      
font-weight: 300;
font-style: Light;
font-size: 20px !important;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-align: left !important;
color: #D0D5DD;
    }
}


.hero-text{

      
font-weight: 300;
font-style: Light;
font-size: 17.5px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
text-align: left !important;
color: #D0D5DD;
    

}


.hero-image-wrap {
    position: relative;
    width: 100%;
}

.hero-image {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    left: 0;
    transform: translateX(33%);
    top: 0;
}


.btn-primary{
    background: #F4830B;
    width: 241;
height: 54;

opacity: 1;
gap: 4px;
padding-top: 10px;
padding-right: 28px;
padding-bottom: 10px;
padding-left: 28px;
border-radius: 100px;
border: none;

}


@media(max-width: 768px){
.btn-primary{
    margin-bottom: 20px;
    margin-left: 10px;
}
}



/* For login page specifically */
body.page #mainNavbar {
    background: #16181F !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

body.page #mainNavbar .nav-link {
    color: #FFFFFF !important;
}

body.page #mainNavbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}





body.page #mainNavbar .navbar-toggler {
    border-color: rgba(0,0,0,0.5) !important;
}


.btn-primary:hover{
     background: #F4830B;
}

.btn-light{
padding-top: 10px;
padding-right: 28px;
padding-bottom: 10px;
padding-left: 28px;
border-radius: 100px;
}

.service-header{
font-weight: 700;
font-style: bold;
font-size: 22px;
line-height: 35.51px;
letter-spacing: 0%;
padding-left: 45px ;
}

@media(max-width: 768px){
    .service-header2{
   color: #16181F;
font-weight: 700;
font-style: Bold;
font-size: 36px !important;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;

}
.service-text2{
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height:  25px;
letter-spacing: 0%;

}
}



.service-text{
font-weight: 400;

font-size: 18px;
line-height: 25px;
letter-spacing: 0%;
color: #6C767D;
padding-left: 65px;
}

@media(max-width: 760px){
.btn-light{ 
   width: 180px;
   margin-top: 10px;
   margin-bottom: 200px;
}
}


.site-wrapper{
    width: 100%;
    max-width: 1400px; /* choose your width */
    margin: auto;
}

.about-bg{
    background: #16181F;
}

.about-bg2{
    background: #1F3D7E;
}

.l{
    color: #F7F7F7 !important;
}


.badges {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 100px;
    background: #F7F7F7;
    font-weight: 600;
    font-size: 13px;
    column-gap: 8px;
    white-space: nowrap;
}

.badge-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-left: 100px;
    padding-right: 50px;
}

@media(max-width: 768px){
.badge-container{
    padding-left: 0px;
}
}


.badge-container2 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-left: 0px;
    padding-right: 50px;
}

@media(max-width: 768px){
.badge-container2{
    padding-left: 0px;
}
}


.logo-top{
    margin-top: -80px;
     width: 50px;
    height: 50px;
}


.logo-top2{
    
     width: 50px;
    height: 50px;
}

.it-text{
    font-family: Open Sauce One;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;

}

.border-icon {
    width: 100%;
    border-bottom: 1px solid #D0D5DD;
    position: relative;
    padding-bottom: 20px;
}

/* Lower white background layer */
.border-icon::before {
    content: "";
    position: absolute;

    /* wider than the capsule */
    width: 110px;
    height: 20px;

    background: white;
    border-radius: 50px;

    /* position slightly below the line */
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    z-index: 1; /* behind the upper capsule */
}

/* Main capsule with icon */
.border-icon::after {
    content: "";
    position: absolute;

    width: 65px;
    height: 30px;

    background: url('../img/icon-8.png') no-repeat center;
    background-size: 15px;

    border-radius: 50px;
    background-color: white;
    border: 1px solid #ccc;

    padding-left: 10px;
    padding-right: 10px;

    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    z-index: 2; /* on top */
}



.badges2{
   width: 100%;
height: 56;

opacity: 1;
padding-top: 16px;
padding-right: 15px;
padding-bottom: 16px;
padding-left: 6px;
gap: 10px;
border-radius: 100px;
border-width: 1px;
background: #F7F7F7;
color: black;
font-weight: 600;
font-style: bold;
font-size: 13px;
line-height: 100%;
letter-spacing: 0%;

}

@media(max-width: 768px){
 .badges{
    font-size: 13px;
 }
}


.about-img{
    width: 500px;
height: 350px;

border-radius: 20px;
object-fit: cover;
}

.im{
    margin-left: -30px;
}

@media(max-width: 768px){
.im{
    margin-left: 0px;
}

.about-img{
    width: 100%;

}

}

.about-img2{
    
height: 430px;

border-radius: 20px;
object-fit: cover;
}
.head{
    color: #16181F;
font-weight: 500;
font-style: medium;
font-size: 40px;
leading-trim: none;
line-height: 120%;
letter-spacing: 0%;
padding-left: 45px;
}

@media(max-width: 768px){
.head{
    font-size: 35px;
    padding-left: 0px !important;
}
}

.wwa{
font-weight: 600;
font-style: semiBold;
font-size: 40px;
leading-trim: none;
line-height: 100%;
letter-spacing: -2%;

}

.why-header2{
font-weight: 600;
font-style: medium;
font-size: 45px;
leading-trim: NONE;
line-height: 57.71px;
letter-spacing: 0%;
color: #12161D;
}

.why{
    border-radius: 20px;
}


.why-5{
    border-radius: 20px;
    border-bottom-left-radius:0px;
   border-bottom-right-radius:0px;
   border: 1px solid #D0D5DD;
}

.why-text{

font-weight: 400;
font-style: Regular;
font-size: 17px;
leading-trim: NONE;
line-height: 22.63px;
letter-spacing: 0%;
vertical-align: middle;
color: #6C767D;

}
.service-header{
font-weight: 700;
font-style: bold;
font-size: 22px;
leading-trim: none;
line-height: 35.51px;
letter-spacing: 0%;
color: #16181F;
padding-left: 0px;
}

.service-text{

font-weight: 400;
font-style: regular;
font-size: 16px;
leading-trim: none;
line-height: 125%;
letter-spacing: 0%;
padding-left: 0px;
}




.tra-bg {
    position: relative;
    width: 100%;
    height: auto;
}

.tra-bg img {
    display: block;
}

.tra-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 27.41%, rgba(0, 0, 0, 0) 100%) !important;

    z-index: 2;
    pointer-events: none;
    border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;
}


.our-edge{

font-weight: 500;
font-style: medium;
font-size: 48px;
leading-trim: NONE;
line-height: 54px;
letter-spacing: 0%;

}

.ready{
  

font-weight: 700;
font-style: Bold;
font-size:35px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
color: #FFFFFF;
}

.about-us{
font-weight: 500;
font-style: medium;
font-size: 40px;
leading-trim: none;
line-height: 120%;
letter-spacing: -2%;

}

.capsule-red{
   background: #FEF3E7; width: 120px; border-radius: 30px; 
}
.ready-text{
 

font-weight: 400;
font-style: regular;
font-size: 16px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
color: #FFFFFF;

}

.x-show{
    display: none !important;
}

.x-hide{
    display: block;
}

.bx a{
    font-size: 25px;
}

@media(max-width: 768px){
.our-edge{
   font-size: 40px; 
}

.ready{
    font-size: 40px;
}
.ready-text{
    font-size: 22px;
line-height: 140%;
}

.x-show{
    display: block !important;
}

.x-hide{
    display: none !important;
}

.logo-1{
    width: 40px;
}

.wwa-img{
    object-fit: cover; height: 150px !important; border-radius:20px;
}

}

.wwa-img{
    object-fit: cover; height: 288px; border-radius:20px;
}

.logo-1{
    width: 40px;
}

.why-choose{
font-weight: 500;
font-style: Medium;
font-size: 19.98px;
leading-trim: NONE;
line-height: 28.85px;
letter-spacing: 0%;
color: #1F3D7E;
}

.edge-header{
  background: #22242A;
font-weight: 600;
font-style: SemiBold;
font-size: 17px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: white;
padding:15px;
border-radius: 50px;

}

@media(max-width: 768px){
.edge-header{
   font-size: 11px; 
}
}


.edge{
border:1px solid #22242A !important;
opacity: 1;
padding-top: 36.2px;
padding-right: 36.2px;
padding-left: 36.2px;

border-radius: 20px;

}

@media(max-width: 768px){
.edge{
    padding-right: 10px;
    padding-left: 10px;
}
}


.edge-text{
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 22px;
letter-spacing: 0%;
vertical-align: middle;
color: #F7F7F7;
}

.text-primary{
    color: #F4830B !important;
}


.address-p{
font-weight: 300;
font-style: Light;
font-size: 15px;
leading-trim: NONE;
line-height: 26.63px;
letter-spacing: 0%;
color: #D0D5DD;

}

.foot-p{
font-weight: 400;
font-style: Regular;
font-size: 15px;
leading-trim: NONE;
line-height: 200%;
letter-spacing: 0%;
color: #D0D5DD;
 }





.a-text{
font-weight: 400;
font-style: Medium Italic;
font-size: 20px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;
color: #FFFFFF;
}

@media(max-width: 768px){
.a-text{
font-weight: 400;
font-size: 17px;
line-height: 28.85px;
letter-spacing: 0%;
color: #F7F7F7;
}

.v-text{
font-weight: 400;
font-style: Regular;
font-size: 17px;
leading-trim: NONE;
line-height: 25px;
letter-spacing: 0%;
color: #6C767D;

}
}


.v-text{
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 25px;
letter-spacing: 0%;
color: #6C767D

}

.navbar-toggler {
  border: none !important;     /* remove the border */
  box-shadow: none !important; /* remove blue outline when clicked */
  outline: none !important;
  font-size: 20px;
  color: black;
}


.navbar-toggler:focus {
  box-shadow: none !important;

}


.navbar-toggler2 {
  border: none !important;     /* remove the border */
  box-shadow: none !important; /* remove blue outline when clicked */
  outline: none !important;
  font-size: 20px;
  color: white;
}


.navbar-toggler2:focus {
  box-shadow: none !important;

}

/*service section*/

.our-services{
    font-family: Open Sauce One;
font-weight: 500;
font-style: Medium;
font-size: 40px;
leading-trim: NONE;
line-height: 57.71px;
letter-spacing: 0%;
color: #FFFFFF;
}



.orbit-loader {
    position: relative;
    width: 50px;
    height: 50px;
}

.orbit-loader span {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #F4830B ;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* First dot rotates clockwise */
.orbit-loader .dot1 {
    animation: orbit1 1.2s linear infinite;
}

/* Second dot rotates counterclockwise */
.orbit-loader .dot2 {
    animation: orbit2 1.2s linear infinite;
}

@keyframes orbit1 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateY(-20px);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg) translateY(-20px);
    }
}

@keyframes orbit2 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateY(20px);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg) translateY(20px);
    }
}


input:focus {
    outline: none;
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.4) !important;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

textarea:focus {
    outline: none;
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.4) !important;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}



/* Default: White toggler icon */
#mainNavbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* When scrolled: Black toggler icon */
/*#mainNavbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}*/

/* Optional: change border color when scrolled */
#mainNavbar.scrolled .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.5) !important;
}


/* Mobile: force white background when navbar is expanded */
@media (max-width: 991px) {
    #mainNavbar {
        background: #16181F !important;
    }

    /* Mobile nav links should be dark */
    #mainNavbar .nav-link {
        color: #ffffff !important;
    }

    /* Mobile toggler border */
    #mainNavbar .navbar-toggler {
        border-color: rgba(0,0,0,0.5) !important;
    }

    /* Mobile toggler icon black */
    /*#mainNavbar .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }*/

    #mainNavbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

}

/* Custom toggler wrapper */
.custom-toggler {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.custom-toggler:focus {
  box-shadow: none;
  outline: none;
}

/* Bars */
.custom-bar {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 
    transform 0.35s ease,
    opacity 0.25s ease;
}

/* OPEN STATE → Close (X) */
.custom-toggler:not(.collapsed) .bar-top {
  transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler:not(.collapsed) .bar-middle {
  opacity: 0;
}

.custom-toggler:not(.collapsed) .bar-bottom {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* CLOSED STATE → Hamburger */
.custom-toggler.collapsed .bar-top,
.custom-toggler.collapsed .bar-bottom {
  transform: none;
}

.custom-toggler.collapsed .bar-middle {
  opacity: 1;
}


@media (min-width: 992px) {
  .custom-toggler {
    display: none;
  }
}
