@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --black : #1F1712;
    --white: #fff;
    --light-orange: #FFE9DA;
    --orange: #F75C02;
    --light-grey: #F5F5F5;
    --darkgrey: #74645A;
    --body-font: "Inter", sans-serif;
    --heading-font: "Inter", sans-serif;
    --subheading-font: "Freeman", sans-serif;
}
body, html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    background: var(--white);
    color: var(--darkgrey);
    font-size: 13px;
    line-height: 1.4;
    font-family: var(--body-font);
    font-weight: 400;
}
p{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    font-family: var(--body-font);
    color: var(--darkgrey);
}
a{
    text-decoration: none !important;
    font-family: var(--body-font);
}
p:last-of-type{
    margin-bottom: 0 !important;
}
img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sec-space{
    padding: 90px 0;
}
.btn {
    height: 44px;
    line-height: 42px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-family: var(--body-font);
    padding: 0 24px;
    min-width: 148px;
    border-radius: 48px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}
button:focus, .btn:focus{
    box-shadow:  none !important;
}
.btn-primary{
    background-color: var(--orange);
    color: var(--white);
    border-color: transparent;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #212330 !important;
    color: var(--white);
    border-color: #212330 !important;
}
.btn-outline{
    color: var(--orange);
    border-color: var(--orange);
    font-weight: 500;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active{
    border-color: var(--orange);
    background: var(--orange);
    color: var(--white);
}
.btn-line{
    font-size: 13px;
    font-weight: 600;
    color: var(--orange);
    letter-spacing: 0.6px;
    text-transform: capitalize;
    font-family: var(--body-font);
}
.btn-line:hover, .btn-line:focus, .btn-line:active{
    color: #a47832;
}
.section-heading{
    margin-bottom: 42px;
    max-width: 60%;
}
.form-control {
    font-size: 13px;
    border-radius: 4px;
    background: #F9F9FB;
    border: 1px solid #D5D7E4;
    padding: 10px 20px 10px 36px;
    color: var(--black);
    font-weight: 600;
}
.form-control::placeholder, textarea::placeholder{
    color: #6b6b6b;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
}
textarea {
    font-size: 13px;
    border-radius: 4px;
    width: 100%;
/*     min-height: 80px; */
	height: 100px;
    background: #F9F9FB;
    border: 1px solid #D5D7E4;
    padding: 10px 20px 10px 36px;
    color: var(--black);
    font-weight: 600;
}
.form-control:focus, textarea:focus{
    border-color: var(--orange) !important;
    background: #F5F5F5;
    box-shadow: none;
    outline: none;
}
select.form-control{
    height: 46px !important;
    padding: 12px 20px 12px 32px;
}
.form-group{
    position: relative;
    margin-bottom: 12px;
}
.form-group .bi {
    color: var(--orange);
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 9;
}
.contact-form  label{
    font-size: 13px;
    color: var(--orange);
    font-weight: 600;
    margin: 0 0 4px 12px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    background: transparent;
    height: 40px;
    width: 40px;
    border: 1px solid var(--darkgrey);
    border-radius: 4px;
    color: var(--darkgrey);
    font-size: 20px;
    position: absolute;
    top: 240px;
    left: -60px;
    transition: 0.3s ease-in-out;
}
.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -60px;
}
.owl-carousel .owl-nav button:hover, .owl-carousel .owl-nav button:focus, .owl-carousel .owl-nav button:active{
    color: var(--white);
    background: var(--orange);
    border: none;
    outline: 0;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 24px;
}
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: 1px solid var(--orange);
    padding: 0!important;
    font: inherit;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 8px;
    background: transparent;
    transition: 0.3s ease-in-out;
}
.owl-carousel button.owl-dot.active{
    background: var(--orange);
    width: 24px;
}


/* Header  */
.myHeader{
    background: var(--orange);
    padding: 8px 0;
    border-bottom: 1px solid #ffffff20;
}
.navbar-brand img {
    height: 28px;
    width: auto;
}
.navbar-toggler-icon{
    color: var(--white);
    font-size: 36px;
}
.myHeader.fixed .navbar-toggler-icon{
    color: #212330;
}
.navbar-nav li a {
    font-size: 13px;
    font-weight: 400;
    padding: 0 !important;
    text-transform: capitalize;
    font-family: var(--body-font);
    color: var(--white);
    position: relative;
    transition: 0.4s ease-in-out;
}
.navbar-nav li{
    margin: 0 12px;
    transition: 0.3s ease-in-out;
    position: relative;
}
.navbar-nav li.active a, .navbar-nav li:hover a{
    color: var(--white);
}
.myHeader.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    z-index: 99;
    padding: 0;
    transition: 0.3s linear;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.myHeader.fixed .navbar-nav li a{
    color: var(--black);
}
.myHeader.fixed .navbar-nav li.active a{
    color: var(--orange);
}
.myHeader .btn-outline, .banner .btn-outline{
    color: var(--white);
    border-color: var(--white);
}
.myHeader .btn-outline:hover, .myHeader .btn-outline:focus, .myHeader .btn-outline:active,
.banner .btn-outline:hover, .banner .btn-outline:focus, .banner .btn-outline:active{
    color: var(--white);
    border-color: #212330;
    background: #212330;
}
.myHeader.fixed .btn-outline{
    color: var(--orange);
    border-color: var(--orange);
}
.myHeader.fixed .btn-outline:hover, .myHeader.fixed .btn-outline:focus, .myHeader.fixed .btn-outline:active{
    color: var(--white);
    border-color: #212330;
    background: #212330;
}



/* Banner  */
.banner-img{
    padding-top: 44%;
}
.banner-img img{
    position: absolute;
    top: 0;
    left: 0;
}
.banner-wrap{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}
.banner-text{
    max-width: 40%;
}
.banner-text h1{
    font-size: 54px;
    line-height: 1;
    font-family: var(--heading-font);
    color: var(--white);
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
}
.banner-text h6 {
    padding: 10px 16px;
    font-size: 11px;
    color: var(--white);
    background: #ffffff20;
    border-radius: 20px;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.banner-text p, .banner-text{
    color: var(--white);
}
.trust-bar{
    gap: 4px;
}
.banner .btn-primary{
    background: #212330;
}

/* Statistics  */
.stat{
    background: var(--light-orange);
    padding: 28px 0;
}
.stat-icon {
    background: #F9731620;
    height: 60px;
    width: 60px;
    padding: 14px;
    border-radius: 50%;
    flex-shrink: 0;
}
.stat-icon img, .solution-icon{
    filter: brightness(0) saturate(100%) invert(39%) sepia(69%) saturate(2665%) hue-rotate(4deg) brightness(98%) contrast(106%);
}
.stat-flex{
    gap: 20px;
}
.stat-flex h4{
    font-size: 13px;
    margin-bottom: 0;
}
.stat-flex h4 span {
    display: block;
    color: var(--orange);
    font-size: 26px;
    font-weight: 500;
    font-family: var(--subheading-font);
}

.section-heading{
    max-width: 75%;
    margin-bottom: 40px;
}
.about-text h6, .section-heading h6, .solution-box h6{
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--orange);
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.section-heading h2, .about-text h2{
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: capitalize;
    font-family: var(--heading-font);
    color: var(--black);
}

/* About Us  */
.about-text ul{
    list-style-type: none;
    padding-top: 20px;
    margin: 0;
}
.about-text ul li{
    position: relative;
    padding-left: 20px;
}
.about-text ul li::before{
    content: "\F26A";
    font-family: "Bootstrap-icons";
    font-size: 14px;
    color: var(--orange);
    position: absolute;
    top: 0;
    left: 0;
}
.about-text li:not(:last-child){
    margin-bottom: 6px;
}
.about-img{
    padding-top: 86%;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 100px;
}
.about-img img{
    position: absolute;
    top: 0;
    left: 0;
}
.about-img1 {
    height: 240px;
    width: 300px;
    border: 4px solid var(--white);
    border-radius: 12px;
    overflow: hidden;
    bottom: 40px;
    right: 0;
}
.exp-tag{
    background: linear-gradient(#F97316, #F75C02);
    padding: 20px 28px;
    border-radius: 12px;
    position: absolute;
    top: 60px;
    right: 40px;
}
.exp-tag h3, .exp-tag h6{
    color: var(--white);
    margin-bottom: 0;
}
.exp-tag h3{
    font-family: var(--subheading-font);
    font-size: 36px;
}
.exp-tag h6{
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}


/* Solutions  */
.bg-light{
    background-color: #F2F2F6 !important;
}
.solution-box{
    background: var(--white);
    padding: 28px 20px;
    border-radius: 8px;
}
.solution-icon {
    height: 48px;
    width: 48px !important;
    object-fit: contain;
}
.solution-box h6{
    font-size: 10px;
    margin: 36px 0 8px;
}
.solution-box h3{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 4px;
    color: var(--black);
}
.cta-bar{
    background: var(--orange);
    padding: 32px 40px;
    border-radius: 12px;
}
.cart-icon{
    height: 60px;
    width: 60px;
    object-fit: contain;
}
.cta-bar h4{
    font-weight: 700;
    margin-bottom: 4px;
}
.cta-bar p{
    color: var(--white);
}
.cta-bar .btn-primary{
    background: #212330;
}
.cta-bar .btn-primary:hover, .cta-bar .btn-primary:focus, .cta-bar .btn-primary:active{
    background: var(--white);
    color: #212330;
    font-weight: 600;
}


/* Business  */
.business{
    background: #212330;
    color: #9A9A9A;
}
.business p, .career p{
    color: #9A9A9A;
}
.business h2, .career h2{
    color: var(--white);
    font-weight: 700;
}
.business-box{
    background: #ffffff10;
    padding: 32px  18px 32px 60px;
    border-radius: 12px;
    margin-left: 40px;
}
.business-icon{
    height: 90px;
    width: 90px;
    background: #D56524;
    border-radius: 50%;
    padding: 24px;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.business-box h3, .process-box h3{
    font-size: 20px;
    color: var(--orange);
    font-weight: 700;
}
.business ul li:not(:last-child){
    margin-bottom: 40px;
}
.business-right .business-icon{
    left: auto;
    right: -40px;
}
.business-right .business-box{
    margin: 0 40px 0 0;
    padding: 40px 60px 32px 18px;
}
.business-img{
    transform: scale(0.9);
}


/* Register Form  */
.register-bg{
    width: 100%;
    height: calc(100% - 68px);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.register-bg img{
    object-position: left;
}
.contact-form{
    background: var(--white);
    padding: 40px;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form-row{
    row-gap: 0 !important;
}
.testimonials::before {
    content: "";
    width: 60%;
    height: 100%;
    background: url(../images/dot-pattern.png) no-repeat center;
    background-position: top left;
    background-size: contain;
    position: absolute;
    top: -68px;
    left: 0;
    z-index: -1;
}


/* Process  */
.process-box{
    background: linear-gradient(#FFF1E8, #fff);
    border: 1px solid #D5652440;
    border-radius: 12px;
    padding: 24px 12px 12px;
    gap: 16px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
}
.process-box::before{
    content: "";
    background: linear-gradient(#FD8C36, #C2410C);
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}
.process-box:hover{
    transform: translateY(-20px);
}
.process-box:hover::before{
    opacity: 1;
}
.process-box:hover h2, .process-box:hover h3, .process-box:hover p{
    color: var(--white);
}
.pro-count{
    font-family: var(--subheading-font);
    color: var(--orange);
    font-weight: 500;
    font-size: 38px;
}
.process-box h3{
    color: var(--black);
    margin-top: 40px;
}
.process-img {
    padding-top: 68%;
    border-radius: 8px;
    overflow: hidden;
}
.process-img img{
    position: absolute;
    top: 0;
    left: 0;
}
.process-row{
    margin: 0 -8px;
    row-gap: 20px;
}
.process-row [class*="col-"]{
    padding: 0 8px;
}


/* Testimonials  */
.test-box{
    background: #F2F2F6;
    padding: 32px 24px;
    border-radius: 12px;
}
.test-box .bi{
    color: var(--orange);
    margin-right: 2px;
}
.test-box h5{
    font-size: 11px;
    line-height: 1.4;
    font-weight: 500;
    color: #9A9A9A;
    text-transform: uppercase;
}
.test-box h5 strong {
    display: block;
    font-size: 16px;
    color: var(--black);
    font-weight: 800;
}
.test-box hr{
    margin: 2rem 0;
}
.sameheight.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
}
.sameheight .item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 1px;
}


/* Career  */
.career-wrap{
    background: #212330;
    border-radius: 12px;
    overflow: hidden;
}
.career .about-text{
    padding: 98px 60px;
}
.application-box{
    padding: 20px;
    border-radius: 12px;
    background: #ffffff12;
}
.career-icon{
    height: 40px;
    width: 40px;
    object-fit: contain;
}
.career h5{
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
    margin-top: 12px;
}
.career h5 strong{
    font-weight: 400;
    color: var(--orange);
}
.application-box{
    gap: 20px;
}
.application-box p{
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
}
.application-box p strong{
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}
.career-wrap::before{
    content: "";
    background: url(../images/career-bg.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: top left;
    height: 80%;
    width: 40%;
}
.career-tag {
    background: #ffffff10;
    padding: 20px;
    width: fit-content;
    border-radius: 12px;
    backdrop-filter: blur(20px);
    position: absolute;
    top: 12px;
    right: 0;
    box-shadow: rgba(8, 8, 20, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.career-wrap::after {
    content: "";
    background: url(../images/arrow.png) no-repeat center;
    background-size: contain;
    height: 86px;
    width: 86px;
    position: absolute;
    top: 34%;
    right: 52%;
}
.career-tag h3{
    font-size: 13px;
    color: var(--white);
    margin-bottom: 12px;
}
.career-tag h3 strong {
    font-family: var(--subheading-font);
    font-size: 28px;
    font-weight: 300;
    display: block;
}
.team-img{
    height: 32px;
    width: auto;
}

/* Contact  */
.contact{
    background: var(--light-orange);
}
.contact-img{
    top: 0;
    right: 0;
    width: 49%;
}
.con-box {
    padding: 20px 16px;
    border-radius: 8px;
    gap: 12px;
    flex-grow: 1;
}
.con-box h5{
    font-size: 12px;
    line-height: 1.4 !important;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 1;
}
.con-box h5 strong{
    font-size: 14px;
    font-weight: 700;
    display: block;
}
.con-box, .con-box a, .con-box a span , .timing span{
    font-size: 14px;
    line-height: 1.4;
    color: var(--orange);
    font-weight: 500;
}
.con-box .bi {
    display: block;
    color: var(--white);
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 4px;
    background: var(--orange);
    font-size: 18px;
}

/* Footer  */
.footer-top{
    background: #F97316;
    padding: 52px 0;
}
.footer-top h2, .footer-top h6, .footer-top p{
    color: var(--white);
}
.footer-top h2{
    font-size: 32px;
    font-weight: 700;
}


/* Footer  */
.footer-main{
    background: #191A18;
    padding-top: 60px;
    z-index: 1;
}
.footer-logo.navbar-brand img{
    height: 30px;
}
.footer-main h3{
    font-size: 16px;
    font-weight: 600;
    color: var(--orange);
    font-family: var(--heading-font);
    margin-bottom: 12px;
}
.footer-main li:not(:last-child){
    margin-bottom: 6px;
}
.footer-main li a, .footer-main p {
    color: #9A9A9A;
}
.footer-main li.active a, .myFooter li:hover a{
    color: var(--white);
}
.collection-list{
    columns: 2;
}
.quick-links li:not(:last-child){
    margin-bottom: 4px;
}
.social-list{
    gap: 8px;
}
.social-list li .bi{
    display: block;
    height: 36px;
    width: 36px !important;
    line-height: 36px;
    text-align: center;
    background: #ffffff10;
    color: var(--orange); 
    font-size: 16px;
    border-radius: 36px;
    transition: 0.3s ease-in-out;
}
.social-list li:not(:last-child){
    margin-bottom: 8px;
}
.social-list span {
    display: inline-block;
    height: 184px;
    width: 1px;
    background: var(--darkgrey);
    margin-bottom: 24px;
}
.download-icon img{
    height: 40px;
    width: auto;
    object-fit: contain;
}
.copyright p{
    margin-bottom: 0;
    color: #9A9A9A;
    font-weight: 300;
}
.copyright p a{
    color: var(--white);
}
.copyright  .d-flex li{
    margin-left: 28px;
}

form.es_subscription_form.es_subscription_form[data-form-id="1"].wysiwyg-form {
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: flex;
}