@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@font-face {
    font-family: 'NeueHaasDisplayBold';
    src: url('../fonts/NeueHaasDisplayBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NeueHaasDisplayMediu';
    src: url('../fonts/NeueHaasDisplayMediu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NeueHaasDisplayRoman';
    src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --orrenge: #f07a23;
    --black: #231f20;
    --white: #fff;
    --paragraph: #303030;
    --grey: #9A9A9B;
    --menu: #CDC9C8;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'NeueHaasDisplayMediu';
}

h1, h2, h4, h5, h6 {
    font-family: 'NeueHaasDisplayRoman';
    margin: 0;
    padding: 0;
}

p {
    font-family: 'NeueHaasDisplayRoman';
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: var(--paragraph);
    font-weight: 400;
    line-height: normal;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-120 {
    padding: 74px 0;
}

.bannertext h1 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.bannertext h1:before {
    content: "";
    position: absolute;
    left: -47%;
    top: -10px;
    width: 8px;
    height: 70px;
    background-color: var(--orrenge);
}

.email-link {
    color: orange;
    text-decoration: none;
    transition: 0.3s; /* smooth hover animation */
}

.email-link:hover {
    color: #ff6600; /* darker orange on hover */
}


.inner_title h2 {
    font-size: 62px;
    color: var(--black);
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 1;
}

.headertext h3 {
    font-family: 'NeueHaasDisplayRoman';
    font-size: 40px;
    color: var(--black);
    font-weight: 600;
    margin: 0 0 45px;
    position: relative;
}

.headertext h3:before {
    content: "";
    position: absolute;
    left: -305px;
    top: -12px;
    width: 6px;
    height: 70px;
    background-color: var(--orrenge);
}

.headertext h3 span {
    color: var(--orrenge);
    font-weight: 600;
}

.small_title h4 {
    font-size: 26px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 26px;
    transition: 0.6s;
}

.small_title h5 {
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 8px;
    transition: 0.6s;
}

.small_title h6 {
    font-size: 16px;
    color: var(--paragraph);
    font-weight: 500;
    margin-bottom: 0px;
    transition: 0.6s;
}

.btn01 {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 10px 9px 20px;
    color: var(--black);
    text-align: center;
    line-height: normal;
    background-color: #D4DC27;
    position: relative;
    border-radius: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s;
    /*box-shadow: 0 0 7px 3px #1789EA inset, 0 0 7px 3px #1789EA;*/
}

.btn01:hover {
   background-color: var(--green);;
   color: var(--white);
}

.btn01 .fa-circle-arrow-right {
    font-size: 24px;
    transform: rotate(-45deg);
    transition: 0.6s;
}

.btn01:hover .fa-circle-arrow-right {
   color: var(--white);
   transform: rotate(0deg);
}

/*// backToTop //*/
#backToTop {
    padding: 10px;
    border: none;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: 0.6s;
    font-size: 18px;
    color: #5c5c5c;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f8f9fa;
}
#backToTop:hover {
    background-color: #ebebeb;
}
#backToTop .fa-arrow-up { font-size: 18px; color: var(--orrenge); top: -1px; position: relative; }
/*#backToTop:hover { background-color: #f15c5a; transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }*/
/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    color: rgb(0 0 0);
    text-decoration: none;
}

.btntag {
    background-color: rgb(243,245,191);
    padding: 6px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 17px;
    color: #092611;
    font-style: italic;
    display: inline-block;
}

.headerarea.fix .logo {
    max-width: 125px;
}

/* ======================================================================= */
    /* header start */
/* ======================================================================= */

.headerarea {
    box-shadow: none;
    padding: 20px 0;
    border-bottom: 1px solid #bbbbbb;
    z-index: 11;
}

.headerarea .logo {
    width: 100%;
    max-width: 125px;
    position: relative;
    display: inline-block;
}

.footer_sec .logo img, .footer_sec .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}
img.twentytwenty-after {
    filter: grayscale(1);
}
.headerarea .header-contact .call {
    width: 100%;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F7FB;
    background-color: #F6F7FB;
    color: #000000;
    border-radius: 100%;
    margin-left: 10px;
    transition: 0.5s;
}

.headerarea .header-contact .call:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    /*padding: 5px 100px;*/
    z-index: 33;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.headerarea.fix .menu ul li a {
    color: var(--white);
}

.headerarea.fix .menu {
    margin-top: 0px;
    margin-right: 0;
}

.headerarea.fix .menu ul li a:hover, .headerarea.fix .menu ul li.active a {
    color: var(--black);
}

/*.headerarea.fix .menu ul li.active a {
    color: #fff;
}*/


.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu {
    margin-top: 0px;
    margin-right: 30px;
    background-color: var(--green);;
    border-radius: 30px;
    padding: 5px 0px 5px 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active {
    position: relative;
    background-color: #D4DC27;
    border-radius: 30px;
}
.menu ul li.active::before {content: '';position: absolute;top: -5px;left: 0;width: 100%;max-width: 50px;height: 50px;background-repeat: no-repeat;background-size: contain;background-position: center;background-image: url(../images/menu-active-shape.svg);}
.menu ul li span { position: absolute; top: 35%; right: 3px; }
.menu ul li span::after { content: '\f107'; color: #000000; font-family: FontAwesome; font-size: 11px; }
.menu ul li:hover span::after { color: var(--orrenge); }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 8px 25px;
    margin: 0 10px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu ul li a:hover, .menu ul li.active a { 
    background-color: #D4DC27;
    border-radius: 30px;
    color: var(--black);
}
.menu ul li.active a::after { width: 100%; }
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: var(--white) !important; background-color: var(--orrenge); }
.menu ul li ul { width: 240px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden; box-shadow: 0px 0px 5px 0px #ddd; }
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a { font-size: 14px; text-transform: none; padding: 12px 15px; color: #000; line-height: 20px; font-weight: 500; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s; display: block; margin: 0; }
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px #dbdbdb;border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span { width: 100%; height: 2px; background: #fff; margin-bottom: 6px; float: left; transition: all 0.3s ease-in-out 0s; }
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px) {
    .menu ul {
        display: block!important;
    }

    .menu ul li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:15px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}

.headerarea .menu .active>a {
    color: var(--black);
    background: transparent;
}

.btnimg img {
    max-width: 26px;
    border: none;
}

.main_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main_menu li {
    position: relative;
    width: 100%;
}

.main_menu li a {
    text-decoration: none;
    padding: 8px 0;
    display: block;
    font-size: 22px;
    color: var(--menu);
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.6s;
}

.main_menu li a:hover {
    color: var(--orrenge);
}

.has-submenu .submenu {
    position: absolute;
    top: -100px;                /* align with parent */
    left: 50%;            /* open to the right */
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: 0.3s ease;
    z-index: 99;
}

/* Hover show submenu */
.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Submenu links */
.submenu li a {
    padding: 8px 20px;
    display: block;
    color: #333;
    font-size: 20px;
    position: relative;
    text-transform: capitalize;
}

.submenu li a:before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 11px;
    font-family: FontAwesome;
    font-size: 16px;
    color: var(--orrenge);
    transform: rotate(-45deg);
}

.submenu li a:hover {
    color: var(--orrenge);
}

#offcanvasRightLabel {
    font-size: 17px;
    color: var(--black);
    margin-bottom: 25px;
}

.offcanvas.offcanvas-end {
    width: 50%;
}

.offcanvas-body {
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offcanvas-header {
    padding-right: 50px;
}

.main_menu .fa-angle-down {
    font-size: 16px;
}

.has-submenu {
    position: relative;
}


.social_row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social {
    display: flex;
    justify-content: start;
}

.social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social li {
    margin: 0px 5px;
    width: auto;
}

.social li a {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #9a9a9b;
    padding-right: 15px;
    transition: 0.5s;
    text-decoration: none;
}

.social li a:hover {
    color: var(--orrenge);
}

.social_row h5 {
    font-size: 26px;
    color: #9a9a9b;
    font-weight: 500;
    text-align: right;
}

.social_row h5 span {
    font-size: 22px;
    color: #9a9a9b;
    font-weight: 400;
}

/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_sec { 
    width: 100%;
    height: 100%;
    position: relative;
    height: 850px;
}

.banner_sec .bannertext {
    width: 50%;
    margin-top: 190px;
    padding-bottom: 50px;
}

.bnr_para {
    width: 40%;
    margin-left: auto;
}

.banner_sec p { 
    font-size: 18px;
    color: var(--white);
    margin-bottom: 25px;
    /*text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);*/
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.banner_sec .btn01 {
    background-color: var(--white);
}

.banner_sec .btn01:hover {
    background-color: #193519;
    color: var(--white);
}

.bannerimg {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 850px;
    padding-bottom: 0px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}
.banner-carousel .owl-carousel .owl-stage-outer { padding: 55px 0 0 !important; }
.banner-carousel .owl-nav button.owl-prev, .banner-carousel .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px;}
.banner-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.banner-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.banner-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.banner-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.banner-carousel .owl-nav button.owl-prev { left: 0px; position: relative;}
.banner-carousel .owl-nav button.owl-next { right: 0px; position: relative;}
.banner-carousel .owl-nav { position: relative; bottom: 210px; left: 30%; display: inline-flex; justify-content: flex-start; border-radius: 10px 0 0 0; }
.banner-carousel .owl-nav button.owl-prev:hover, .banner-carousel .owl-nav button.owl-next:hover { background: #fff; border: 1px solid #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .banner-carousel .owl-dots.disabled, .owl-carousel .banner-carousel .owl-nav.disabled { display: block !important; }

.banner-carousel .owl-nav:before {
    content: "";
    position: absolute;
    left: -200px;
    bottom: 24px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
}

.banner-carousel .owl-nav:after {
    content: "";
    position: absolute;
    left: -168px;
    bottom: 24px;
    width: 150px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
}

/* ======================================================================= */
    /* your_world start */
/* ======================================================================= */
.your_world {
    width: 100%;
    padding: 125px 0;
    /*position: sticky;
    top: 0;*/;
}

.your_world h2 {
    font-family: 'NeueHaasDisplayBold';
    font-size: 200px;
    color: var(--black);
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

/* ======================================================================= */
    /* section2 start */
/* ======================================================================= */
.section2 {
    width: 100%;
    height: 800px;
    padding: 100px 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section2_para {
    width: 50%;
}

.section2 p {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 20px;
    line-height: normal;
}

/* ======================================================================= */
    /* section3 start */
/* ======================================================================= */
.section3 {
    width: 100%;
    padding: 300px 0;
    position: relative;
    background-color: #231f20;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.section3_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    position: relative;
}

.section3_wrapper:before {
    content: "";
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230%;
    height: 1px;
    background-color: #ffffff20;
}

.section3_item {
    text-align: center;
    opacity: 1;
    transform: translateX(0px);
}

.section3_item h2 {
    font-size: 75px;
    font-weight: 800;
    color: #ffffff20;
    line-height: 144px;
}

.section3_item.active h2 {
    color: #fff;
}

.highlight {
    color: #ff7b25;
}

.section3_item span {
    color: #777;
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    display: inline-block;
}

.section3_item .underline {
    width: 120px;
    height: 2px;
    background: #ff7b25;
    margin: 0 auto;
}

/* ======================================================================= */
    /* workfolio_sec start */
/* ======================================================================= */
.workfolio_sec {
    width: 100%;
}

.workfolio_sec_card {
    width: 100%;
    transition: 0.6s;
}

.workfolio_secpic {
    height: 300px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.workfolio_secpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.workfolio_secpic:hover img {
    transform: scale(1.1);
    transition: 0.6s;
}

.workfolio_secpic:before {
    content: '';
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 115, 184, 0) 0%, rgb(0 0 0 / 90%) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    transition: 0.6s;
}

.workfolio_sec_card h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 25px;
    left: 25px;
}


/* ======================================================================= */
    /* experience_sec start */
/* ======================================================================= */
.experience_sec {
    width: 100%;
}

.container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}

.experience_seccard {
    width: 100%;
}

.experience_secpic {
    max-width: 100%;
    height: 700px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.experience_secpic img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.swiper-container {
    width: 100%;
}

.swiper-wrapper {
    width: 50%;
}

.swiper-slide {
    text-align: center;
    width: auto;
}

.slide-image {
    height: 700px;
    width: auto;
}

.my-gallery figure {
    margin: 0px;
}

/*.product-carousel .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.product-carousel .owl-nav button.owl-prev, .product-carousel .owl-nav button.owl-next { width: 45px; height: 45px; border: 1px solid #fff; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; box-shadow: 0px 0px 5px 0px #ddd;}
.product-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.product-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.product-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.product-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.product-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.product-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.product-carousel .owl-nav button.owl-prev { left: 20px; position: relative; transition: 0.6s;}
.product-carousel .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.product-carousel .owl-nav { position: absolute; display: inline-flex; top: 44%; align-items: center; justify-content: space-between; width: 54%; pointer-events: none; margin: 0 auto;}
.product-carousel .owl-nav button.owl-prev:hover, .product-carousel .owl-nav button.owl-next:hover { background: var(--theme-color2); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out; transform: scale(1.6);}
.owl-theme .owl-nav { margin-top: 0; }*/


/* ======================================================================= */
    /* our_expertise start */
/* ======================================================================= */
.our_expertise {
    width: 100%;
}
/*--------- FAQ --------------*/
.faq_accordions {
}
/* Custom style */
.faq_accordions .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23f07a23' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(0.7) !important;
}

.faq_accordions .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23f07a23' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.faq_accordions .card-body {
    padding: 20px 20px 0;
    margin-bottom: 30px;
}

.faq_accordions .accordion-header .accordion-button {
    border: 0px solid #d2dae1;
    border-radius: 0px;
    font-size: 22px;
}

.faq_accordions .accordion-item {
    border-bottom: 1px solid #bbbbbb;
}

.accordion-button:focus {
    box-shadow: none;
}

.page_content {
    width: 100%;
    padding: 120px 0;
    background-color: #eeeeee;
    margin-top: 50px;
}

.accordion-button {
    color: var(--black);
    background-color: transparent;
    padding: 20px;
    height: 90px;
}

.faq_accordions .accordion-header .accordion-button {
    font-size: 26px;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--black);
}

.accordion-item p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: normal;
}



/* ======================================================================= */
    /* our_partner  start */
/* ======================================================================= */
.our_partner {
    width: 100%;
}

.logo-marquee {
    padding: 20px 0 0;
    position: relative;
}

.logo-marquee--gradient {
    background-image: linear-gradient(90deg, #fff 5%, hsla(200, 9%, 93%, 0) 10%),
    linear-gradient(270deg, #fff 5%, hsla(200, 9%, 93%, 0) 10%);
    top: 2.5rem;
    height: 64px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.logo-marquee--marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
}

.logo-marquee--marquee-group {
    animation: scroll-left 30s linear infinite;
    display: flex;
    flex-shrink: 0;
    width: auto;
}

@media (prefers-reduced-motion) {
    .logo-marquee--marquee-group {
        animation-play-state: paused;
    }
}

.logo-marquee--marquee-group img {
    width: 200px;
    height: 70px;
    object-fit: contain;
    padding: 0 40px;   /* spacing left & right */
    display: inline-block;
}


@media (max-width: 991.98px) {
    .logo-marquee--marquee-group img {
        height: 56px;
        padding: 0 30px;
    }
}

@media (max-width: 767.98px) {
    .logo-marquee--marquee-group img {
        height: 48px;
        padding: 0 20px;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* ======================================================================= */
    /* footer_row start */
/* ======================================================================= */
.footer_row {
    width: 100%;
    padding:  0 0 50px;
}

.footer_row .logo {
    width: 100%;
    max-width: 125px;
    position: relative;
    display: inline-block;
}

.footer_row .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}

hr {
    margin: 1rem 0 80px;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

.footer_row_btm {
    width: 100%;
    padding: 35px 0 0;
}

.footer_media {
    width: 40%;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyRight {
    width: 100%;
    margin-top: 35px;
}

.copyRight ul {
    text-align: right;
}

.copyRight ul li {
    display: inline-block;
    font-size: 20px;
    color: #9A9A9B;
    padding-left: 35px;
}

/* ======================================================================= */
    /* aboutbody start */
/* ======================================================================= */
.bredcam {
    width: 100%;
    padding: 25px 0;
}

.breadcrumb {
    font-size: 24px;
    color: var(--grey);
    font-family: 'NeueHaasDisplayRoman';
    margin-bottom: 0;
}

.breadcrumb a {
    color: var(--orrenge);
    text-decoration: none;
}

.aboutbanner {
    width: 100%;
    height: 500px;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: flex-start;
}

.bannerline {
    width: 100%;
    height: 6px;
    background-color: var(--orrenge);
}

.schedule_btn {
    font-size: 20px;
    padding: 12px 30px;
    color: var(--white);
    text-align: center;
    line-height: normal;
    background-color: var(--orrenge);
    position: relative;
    align-items: center;
    transition: 0.6s;
    margin-left: auto;
    display: table;
}

.schedule_btn:hover {
    background-color: #d7d7d7;
    color: var(--black);
}


/* ======================================================================= */
    /* aboutsec1 start */
/* ======================================================================= */
.aboutsec1 {
    width: 100%;
}

.aboutsec1 h5 {
    font-size: 22px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 25px;
    width: 67%;
}

.aboutsec1 p {
    font-size: 20px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: 25px;
    width: 67%;
    line-height: normal;
}

/*.aboutsec1 h4 {
    font-size: 30px;
    color: var(--black);
    font-weight: 600;
    margin: 55px 0 25px;
}*/

.our_partner p {
    font-size: 20px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: 25px;
    width: 67%;
    line-height: normal;
}

/* ======================================================================= */
    /* ourteam start */
/* ======================================================================= */
.ourteam {
    width: 100%;
}

.ourteam_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 35px;
}

.ourteam_grid_card {
    width: 100%;
    text-align: center;
    transition: 0.6s;
}

.ourteam_grid_cardpic {
    width: 100%;
    height: 280px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-bottom: 3px solid var(--orrenge);
}

.ourteam_grid_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ourteam_grid_card h4 {
    font-size: 19px;
    color: var(--grey);
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0 5px;
}

.ourteam_grid_card h5 {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    margin: 0 0 5px;
}

.ourteam_grid_card h6 {
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
    margin: 0;
    transition: 0.6s;
}

.ourteam_grid_card:hover h6 {
   color: var(--orrenge);
}



/* ======================================================================= */
    /* mapsec start */
/* ======================================================================= */
.mapsec {
    width: 100%;
}

.mapsecpic {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.mapsecpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================================================================= */
    /* testimonials start */
/* ======================================================================= */
.testimonials {
    width: 100%;
}

.testimonials_card {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 70px auto 0;
}

.testimonials_card_circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials_card_circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials_card_content {
    width: 100%;
    flex-basis: 75%;
    flex-shrink: 0;
}

.testimonials_card_content h4 {
     font-family: 'NeueHaasDisplayMediu';
    font-size: 22px;
    color: #787778;
}

.testimonials_card_content h5 {
    font-size: 22px;
    color: #787778;
    margin: 5px 0 25px;
}

.testimonials_card_content p {
    font-size: 20px;
    color: #787778;
}

.testimonial-carousel .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.testimonial-carousel .owl-nav button.owl-prev, .testimonial-carousel .owl-nav button.owl-next { width: 45px; height: 45px;  background-color: #f4f2f3; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; }
.testimonial-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.testimonial-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: var(--orrenge); !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.testimonial-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: var(--orrenge); !important; }
.testimonial-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.testimonial-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: var(--orrenge) !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.testimonial-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: var(--orrenge) !important; }
.testimonial-carousel .owl-nav button.owl-prev { left: 20px; position: relative; transition: 0.6s;}
.testimonial-carousel .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.testimonial-carousel .owl-nav { position: absolute; display: inline-flex; top: 44%; align-items: center; justify-content: space-between; width: 100%; pointer-events: none; margin: 0 auto;}
.testimonial-carousel .owl-nav button.owl-prev:hover, .testimonial-carousel .owl-nav button.owl-next:hover { background: #f4f2f3; border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }

/* ======================================================================= */
    /* projects start */
/* ======================================================================= */
.projects {
    width: 100%;
}

.projects_card {
    width: 100%;
    background-color: #f4f2f3;
    transition: 0.6s;
}

.projects_cardpic {
    height: 260px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.projects_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects_cardtext {
    width: 100%;
    padding: 25px;
}

.projects_card h5 {
    font-size: 20px;
    color: var(--black);
    margin-bottom: 5px;
}

.projects_card h6 {
    font-size: 17px;
    color: var(--orrenge);
    margin-bottom: 0;
}

.overlay-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block !important;
    background: rgb(231 231 231 / 41%);
    transition: 0.6s;
    opacity: 0;
}

.overlay-text .fa-magnifying-glass {
    color: var(--black);
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
}

.projects_card:hover .overlay-text {
    display: block;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 11;
}


/* ======================================================================= */
    /* details_sec start */
/* ======================================================================= */
.details_sec {
    width: 100%;
}

.details_sec p {
    font-size: 20px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: 25px;
    width: 67%;
    line-height: normal;
    margin-left: auto;
}

.details_sec_slide {
    width: 100%;
}

.details-carouselban {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 650px;
    padding-bottom: 50px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}
.details-carousel .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.details-carousel .owl-nav button.owl-prev, .details-carousel .owl-nav button.owl-next { width: 45px; height: 45px;  background-color: #f4f2f3; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; }
.details-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.details-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: var(--orrenge); !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.details-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: var(--orrenge); !important; }
.details-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.details-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: var(--orrenge) !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.details-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: var(--orrenge) !important; }
.details-carousel .owl-nav button.owl-prev { left: 20px; position: relative; transition: 0.6s;}
.details-carousel .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.details-carousel .owl-nav { position: absolute; display: inline-flex; top: 44%; align-items: center; justify-content: space-between; width: 100%; pointer-events: none; margin: 0 auto;}
.details-carousel .owl-nav button.owl-prev:hover, .details-carousel .owl-nav button.owl-next:hover { background: #f4f2f3; border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }


.moreproject .projects_cardpic {
    height: 350px;
}


/* ======================================================================= */
    /* light_experience start */
/* ======================================================================= */
.light_experience {
    width: 100%;
}

.light_experience_left {
    width: 80%;
}

.light_experience_top {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 35px;
}

.light_experience_top h5 {
    font-size: 26px;
    color: var(--grey);
    flex-basis: 140px;
    flex-shrink: 0;
}

.light_experience_top h6 {
    font-size: 18px;
    color: var(--grey);
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--orrenge);
    text-align: right;
}

.light_experience_left h4 {
    font-size: 22px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 25px;
}

.light_experience_left p {
    font-size: 20px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: 25px;
    line-height: normal;
}

.light_experience_right {
    width: 100%;
}

.light_experience_right ul li {
    width: 100%;
}

.light_experience_right ul li a {
    width: 100%;
    font-size: 18px;
    color: var(--grey);
    font-family: 'NeueHaasDisplayRoman';
    padding-bottom: 12px;
    display: block;
    transition: 0.6s;
}

.light_experience_right ul li a i {
    padding-right: 10px;
}

.light_experience_right ul li a:hover {
    color: var(--orrenge);
}

.indoorExperience p {
    width: 80%;
}

.indoorExperience_card {
    width: 100%;
}

.indoorExperience_card_pic {
    height: 300px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.indoorExperience_card_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.indoorExperience_card_pic:hover img {
    transform: scale(1.1);
}

/* ======================================================================= */
    /* contact_sec start */
/* ======================================================================= */
.contact_sec {
    width: 100%;
}

.contact_card {
    width: 100%;
    margin-bottom: 50px;
}

.contact_card_pic {
    height: 250px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.contact_card_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}
.contact_card_text {
    width: 100%;
    background-color: #f4f2f3;
    padding: 25px;
    border-left: 6px solid var(--orrenge);
}

.contact_card_text h4 {
    font-family: 'NeueHaasDisplayRoman';
    font-size: 28px;
    color: var(--grey);
}

.contact_card_text h5 {
    font-family: 'NeueHaasDisplayRoman';
    font-size: 20px;
    color: var(--black);
    margin: 20px 0;
}

.contact_card_text h6 {
    font-family: 'NeueHaasDisplayRoman';
    font-size: 20px;
    color: var(--orrenge);
}

.contact_card_text h6 span {
    color: var(--black);
}

.contact_right {
    width: 90%;
    margin-left: auto;
}

.contact_right h4{
    font-family: 'NeueHaasDisplayRoman';
    font-size: 30px;
    color: var(--black);
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 20px;
}

.contact_right h4 span {
    font-family: 'NeueHaasDisplayMediu';
}

.form_box { width: 100%; margin-top: 30px; }
.field_label { position: relative; padding: 0 5px; font-size: 16px;font-family: 'NeueHaasDisplayRoman'; line-height: normal; color: #000000; margin-bottom: 5px; }
.form-group { margin-bottom: 10px; }
/*.form_box .form-group span { color: #000; }*/
.contact_sec .form-control, .contact_sec .textfield02 { width: 100%; border: 1px solid #d7d7d7; background-color: #f4f2f3; font-size: 17px; color: #000; height: 48px; padding: 5px 15px 5px 15px; font-family: 'NeueHaasDisplayRoman'; border-radius: 30px; position: relative; transition: 0.6s; }
.contact_sec .form-control::placeholder, .textfield02::placeholder { color: #000; }
.contact_sec .form-control:focus, .textfield02:focus { border-color: #066aab; }
.contact_sec .form-select { font-family: 'NeueHaasDisplayRoman'; width: 100%; border: 1px solid #d7d7d7; background-color: #f4f2f3; font-size: 17px; color: #000; height: 48px; padding: 5px 15px 5px 15px; font-weight: 400; border-radius: 30px; position: relative; transition: 0.6s; }
.form-select:focus { border-color: #066aab; outline: 0; box-shadow: none; }
.textfield02 { height: 115px !important; margin-bottom: 10px; padding: 10px 15px; border-radius: 15px !important; }
.submit02 { font-size: 15px; font-weight: 500; padding: 10px 25px; color: var(--black); text-align: center; line-height: normal; background-color: var(--yellow); border: 1px solid var(--yellow); position: relative; border-radius: 30px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; transition: 0.6s; }
.submit02 .fa-arrow-right { transform: rotate(-45deg); transition: 0.6s; padding-left: 5px; }
.submit02:hover .fa-arrow-right { transform: rotate(0deg); }
.submit02:hover { color: #fff !important; background-color: #000; border: 1px solid #000; transition: all 0.4s ease; box-shadow: 0 0 0.5em 0em #c79d5e; }
.submit02:hover img { transition: all 0.4s ease; filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(0%) hue-rotate(88deg) brightness(117%) contrast(100%); }
.contact_sec .form-group {
    margin-bottom: 0;
}
.field_label span {
    color: red;
}

.contact_right .btn01 {
    font-size: 18px;
    padding: 12px 35px;
    color: var(--white);
    background-color: var(--orrenge);
    border-radius: 30px;
    border: none;
}

.contact_right .btn01:hover {
    background-color: var(--black);
}



.swiper-slide {
    margin: 0 10px; /* left-right margin */
}


.form-select {
    max-width: 150px;
    border-radius: 30px;
}

.form-select:focus {
    border-color: var(--orrenge);
    outline: 0;
    box-shadow: none;
}

.topdiv {
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
}

.contact_right .form-select {
    max-width: 100%;
    width: 100%;
}



body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.section3-scroll-text {
    background-color: #1e1e1e;
    height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.container-fluid {
    width: 100%;
    overflow: hidden;
}

.section3_wrapper {
    display: flex;
    justify-content: space-between; /* space between items */
    align-items: flex-end;          /* align items at the bottom */
    gap: 60px;                      /* spacing between items */
    position: relative;
}


.section3_item {
    flex-shrink: 0;
    padding: 0 100px;
    text-align: center;
    /* width: 100vw; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.count {
    font-size: 120px;
    margin: 0;
    color: white;
    font-weight: bold;
    line-height: 1;
}

 .count.highlight {
    color: #fff;
} 

.section3_item span {
    font-size: 28px;
    display: block;
    margin-top: 30px;
    color: #ccc;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.underline {
    width: 100px;
    height: 5px;
    /* background-color: #ff6b6b; */
    margin: 25px 0;
    border-radius: 2px;
}





