/********** Template CSS **********/

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #F59223;
    --bs-light-primary: #9bc7c6;
    --bs-secondary: #555555;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #E6F0EF;
    --bs-dark: #03201F;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

body {
    font-size: 1.1rem;
    line-height: 1.75rem;
    color: #03201f;
    margin-bottom: 0px !important;
}

.text-primary {
	color: #F59223 !important;
}

.btn-primary {
    color: #fff !important;
}

.bg-light-primary {
    background-color: var(--bs-light-primary) !important;
}

.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.border-radius {
    border-radius: 15px;
}

.btn {
    padding: 10px 25px;
    border-radius: 10px;
}

.form-control {
    border-radius: 10px;
}

/*** 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;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Button ***/
.btn {
    transition: .5s;
}

.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 ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 15px 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 0;
    outline: none;
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary)
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

@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;
    }
}


.img-wrapper {
    overflow: hidden;
    border-radius: 15px;
    max-width: 100%;
}

.img-wrapper img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 }

.img-wrapper:hover img {
    transform: scale(1.05) !important;
    transition: transform 0.5s ease !important;
    will-change: transform !important;
}


/*** Hero Header ***/
.hero-header {
    margin-top: -100px;
    padding-top: 150px;
    background: url(../images/hero-bg.jpg) top center no-repeat;
    background-size: cover;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.header-carousel {
    position: relative;
    padding: 45px 90px 45px 0;
}

.header-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-light-primary);
    z-index: -1;
	border-radius: 0 15px 15px 0;
    opacity: 0.35;
}

.header-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    border: 2px solid var(--bs-white);
    transition: .5s;
}

.header-carousel .owl-dot.active {
    height: 30px;
    background: var(--bs-white);
}


/*** About ***/
.about-img {
    position: relative;
    overflow: hidden;
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/bg-about-img.png) top left no-repeat;
    background-size: contain;
}


/*** Project ***/
.project-item img {
    transition: .5s;
}
  
.project-item:hover img {
    transform: scale(1.2);
}
  
.project-overlay {
    position: absolute;
    padding: 25px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(255, 255, 255, .1) 50%, var(--bs-dark));
    z-index: 1;
}


/*** Service ***/
.service-item {
    position: relative;
    padding: 30px 25px;
    transition: .5s;
}

.service-item.bg-primary:hover {
    background: var(--bs-light) !important;
}

.service-item.bg-primary p {    
    transition: .5s;
}

/*.service-item.bg-primary:hover p {
    color: var(--bs-secondary);
}*/

/*
.service-item.bg-light:hover {
    background: var(--bs-primary) !important;
}

.service-item.bg-light p {
    color: var(--bs-secondary);
    transition: .5s;
}

.service-item.bg-light:hover p {
    color: var(--bs-light);
}
*/


.service-item .service-img h3 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 12px 7px 0;
    font-size: 24px;
}

.service-item.bg-primary .service-img h3 {
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: .5s;
}

.service-item.bg-primary:hover .service-img h3 {
    background: var(--bs-light);
    color: var(--bs-dark);
}

.service-item.bg-light .service-img h3 {
    background: var(--bs-light);
    color: var(--bs-dark);
    transition: .5s;
}

.service-item.bg-light-primary .service-img h3 {
    background: var(--bs-light-primary);    
}

/*
.service-item.bg-light:hover .service-img h3 {
    background: var(--bs-primary);
    color: var(--bs-white);
}
*/


/*** Our Team ***/
.team-item img {
    transition: .5s;
}
  
.team-item:hover img {
    transform: scale(1.2);
}
  
.team-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(255, 255, 255, .1) 50%, var(--bs-dark));
    z-index: 1;
}

.team-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    padding: 45px 0 45px 90px;
}

.testimonial-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-primary);
    z-index: -1;
}

.testimonial-text h5 {
    position: relative;
    padding-left: 65px;
    margin-top: auto;    
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 18px;
}

.testimonial-text h5 span {
    font-size: 14px;
}

.testimonial-text h5::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: var(--bs-white);
    border: 2px solid var(--bs-primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonials .testimonial-carousel {
    padding-bottom: 75px;
}

.testimonials .testimonial-carousel .owl-item {
    padding: 0px 20px;
}

.testimonials .testimonial-carousel .testimonial-item {
    padding: 25px;
    border-radius: 15px;    
}

.testimonial-carousel .owl-stage {
    display: flex;
}

.testimonial-carousel .owl-item {
    display: flex;
    height: auto;
}

.testimonial-carousel .testimonial-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.testimonial-carousel .testimonial-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


@media (max-width: 768px) {

    .testimonial-carousel .owl-dots {
        left: 0;
        right: auto;
    }

    .testimonial-carousel .owl-dot {
        margin-right: 10px;
        margin-left: 0;
    }
}


/*** Newsletter ***/
.newsletter {
    background: url(../images/hero-bg.jpg) bottom right no-repeat;
    background-size: cover;
}


@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}


@media (min-width: 1200px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}


@media (min-width: 1400px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
	
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1600px;
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,.5);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-white);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: rgba(255,255,255,.5);
}

.footer .copyright a:hover {
    color: var(--bs-white);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
/* Multi level dropdown */

.hero-header .owl-item {
    overflow: hidden;
    border-radius: 15px;
}

.hero-header .owl-item img {
    max-width: 100%;
    height: auto;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-header .owl-item:hover img {
    transform: scale(1.05);
    transition: transform 0.5s ease;
    will-change: transform;
}

.partners .partners-carousel .item-wrapper {
    text-align: center;
}

.partners .partners-carousel img {
    height: 65px;
    width: auto;
    margin: 0 auto;
}

/*
.partners .item-wrapper {
    overflow: hidden;
    border-radius: 15px;
}

.partners .item-wrapper img {
    max-width: 100%;    
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.partners .item-wrapper:hover img {
    transform: scale(1.05);
    transition: transform 0.5s ease;
    will-change: transform;
}
*/

/*
.who-we-are .images-left {
    display: flex;
    justify-content: center;
}

.who-we-are .images-left img {
    max-width: 100%;
    height: auto;    
}
    */

.who-we-are .award-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}

.who-we-are .award-text h4 {
    font-size: 20px;
}

.why-choose-us img {
    width: 100px;
}

.company-highlight .item {
    background-color: #F59223;
    padding: 35px;
    color: var(--bs-white);
    text-align: left;
}

.company-highlight .item p {    
    margin: 0px;    
}


.company-highlight .item:nth-child(even) {
    background-color: #e1831a;
}

.company-highlight .item > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    align-items: center;
}

.company-highlight .item .stat-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary);;
    font-size: 24px;
}

.company-highlight .item .stat-count {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 5px;
}


.company-video .overlay-content {
    background-color: rgb(131 89 42 / 75%);
}

.company-video .play-button {
    font-size: 5rem;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: var(--bs-white);
    outline: none;
}

.company-video .play-button:hover {
    color: var(--bs-primary) !important;
    transform: scale(1.05);
    transition: transform 0.5s ease;
    will-change: transform;
}

.footer-contact .quote-area {
    background-color: #fff;
    max-width: 470px;
    padding: 60px 55px;
    position: absolute;
    top: calc(50% - 350px);
    left: -85px;
    -webkit-box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.1);
    box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.1);
}

.footer-contact .right {
    position: relative;
    height: 845px;
}


@media (max-width: 992px) {
    .footer-contact .wrapper {
        flex-direction: column-reverse;
    }

    .footer-contact .wrapper .left,
    .footer-contact .wrapper .right {
        width: 100% !important;
    }

    .footer-contact .wrapper .left {
        height: 500px;;
    }

    .footer-contact .right {
        height: auto;
    }

    .footer-contact .quote-area {
        position: relative;
        left: 0;
        right: 0;
        margin: 50px auto;
    }
}


/* MULTI LEVEL DROPDOWN */
.dropdown-submenu {
    position: relative;
}


/* desktop positioning */
@media (min-width: 992px){

    .dropdown-submenu > .dropdown-menu{
        top:0;
        left:100%;
        margin-top:-1px;
        display:block;
        opacity:0;
        visibility:hidden;
    }

    .dropdown-submenu:hover > .dropdown-menu{
        opacity:1;
        visibility:visible;
    }
}

/* mobile layout */
@media (max-width:991.98px){

    .dropdown-submenu > .dropdown-menu{
        position:static;
        margin-left:15px;
        display:none;
    }
    .dropdown-submenu.show > .dropdown-menu{
        display:block;
    }
}



.company-timeline{
    position:relative;
    overflow:hidden;
}

.timeline-wrapper{
    position:relative;
    overflow: hidden;
}

.timeline-line{
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:4px;
    background:#f28c28;
    transform:translateX(-50%);
}

.timeline-progress{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:0%;
    background:#f28c28;
    transition:height .3s ease;
}

.timeline-item{
    position:relative;
    width:50%;
    padding:15px 35px;
    margin-bottom:10px;
}

.timeline-item.visible{
    opacity:1;
    transform:translateY(0);
}

.timeline-item:nth-child(odd){
    left:0;
    text-align:right;
}

.timeline-item:nth-child(even){
    left:50%;
}

.timeline-icon{
    position:absolute;
    top:35px;
    right:-22px;
    background:#f28c28;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    width:48px;
    height:48px;
    font-size:20px;
    box-shadow:0 0 0 6px rgba(242,140,40,.15);
}

.timeline-item:nth-child(even) .timeline-icon{
    left:-22px;
    right:auto;
}

.timeline-content{
    background:white;
    padding:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.timeline-content h4{
    color:#f28c28;
    margin-bottom:6px;
    font-weight:600;
}

@media (max-width:768px){
    .timeline-line{
        left:31px;
    }

    .timeline-item{
        width:100%;
        padding-left:70px;
        padding-right:25px;
        text-align:left!important;
    }

    .timeline-item:nth-child(even) {
        left: 0px;
    }

    .timeline-item:nth-child(even) .timeline-icon {
        left: 7px;
    }

    .timeline-icon{
        left:7px;
        right:auto;
    }
}

.footer-contact .form-title {
    margin-bottom: 0px;
}

.footer-contact .form-sub-title {
    padding-top: 10px;
    margin: 0px;
    font-size: 15px;
}

.footer-contact form {
    padding-top: 20px;
}

form.wpcf7-form textarea {
    height: 100px !important;
}

form.invalid .wpcf7-response-output,
form.failed .wpcf7-response-output {
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
    border-color: #e95858 !important;
    border-radius: 10px;
}

.footer-contact,
.contact-page-form {
    position: relative;
}

.wpcf7-form.submitting::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(131 131 131 / 77%);
    transition: 0.3s ease;
    z-index: 10;
}

.wpcf7-form.submitting::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 3px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.8s linear infinite;    
    z-index: 11;
}