﻿html, body {
    position: relative;
    color: #292929;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: #ffffff;
    overflow-x: hidden;
    scroll-behavior: smooth;
    height: 100%;
}

    body.modal-open, body.menu-open {
        overflow: hidden;
        position: fixed;
        width: calc(100% - 6px);
    }

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    width: 2px;
    background-color: #d8dfe3;
    border: none;
}

::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
    background-color: #f7941d;
}


.cursor {
    cursor: pointer;
}

.btn.focus, .btn:focus, button:focus, .page-link:focus {
    outline: 0;
    box-shadow: none;
}


.form-group {
    position: relative;
}

.form-control {
    color: #292929;
    border: none;
    position: relative;
    box-shadow: none;
    resize: none;
    font-size: 16px;
    background-color: #ffffff;
    outline: 1px solid #f7941d;
    outline-offset: -3px;
    border-radius: 0px;
    padding-left: 10px;
}


    .form-control:focus {
        color: #292929;
        background-color: #ffffff !important;
        border-color: none;
        outline: 0;
        box-shadow: none;
    }

::placeholder {
    font-size: 16px;
    color: #292929 !important;
}

:-ms-input-placeholder {
    font-size: 16px;
    color: #292929 !important;
}


::-ms-input-placeholder {
    font-size: 16px;
    color: #292929 !important;
}

.btn-white {
    background-color: #ffffff;
    color: #f7941d;
    border-color: #ffffff;
}

.btn-orange-opa {
    background-color: rgb(247 148 29 / 0.70);
    color: #ffffff;
    border-color: rgb(247 148 29 / 0.70);
}

    .btn-orange-opa:hover {
        background-color: rgb(255 255 255 / 0.90);
        color: #f7941d;
        border-color: rgb(255 255 255 / 0.90);
    }

.btn-orange {
    background-color: #f7941d;
    color: #ffffff;
    border-color: #f7941d;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 8px 15px rgb(247 148 29 / 0.40);
}

    .btn-orange:hover {
        background-color: #ffffff;
        color: #f7941d;
        border-color: #ffffff;
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.20);
        transform: translateY(-7px);
    }

.btn-orange-phone {
    background-color: #f7941d;
    color: #ffffff;
    border-color: #f7941d;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 8px 15px rgb(247 148 29 / 0.40);
}

    .btn-orange-phone:hover {
        background-color: #ffffff;
        color: #f7941d;
        border-color: #ffffff;
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.20);
        transform: translateY(-7px);
    }

        .btn-orange-phone:hover i {
            background-color: #f7941d;
            color: #ffffff;
            transition: all 0.3s ease 0s;
        }

.btn-orange-phone {
    position: relative;
    overflow: hidden;
    padding-left: 88px !important;
    border: none;
    height: 47px;
    line-height: 30px;
}

    .btn-orange-phone i {
        position: absolute;
        width: 58px;
        height: 58px;
        left: 20px;
        top: -5.25px;
        background-color: #ffffff;
        color: #f7941d;
        font-size: 30px;
        line-height: 58px;
        text-align: center;
        border-radius: 50%;
        transition: all 0.3s ease 0s
    }



.bg-orange {
    background-color: #f7941d;
}

.bg-orange-light {
    background-color: #ffefdb;
}

.navbar {
    padding: 0rem 1rem;
}

.navbar-gen {
    position: absolute;
    width: 100%;
    background-color: #f7941d;
    z-index: 5;
    margin-top: 40px;
}

.navbar-nav .nav-link {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.navbar-nav .active .nav-link:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    bottom: -10px;
    left: 1.5rem;
    border-radius: 50rem;
}

.navbar-nav .active .nav-link:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    top: -10px;
    right: 1.5rem;
    border-radius: 50rem;
}

.navbar-nav .nav-link:hover:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    bottom: -10px;
    left: 1.5rem;
    border-radius: 50rem;
}

.navbar-nav .nav-link:hover:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    top: -10px;
    right: 1.5rem;
    border-radius: 50rem;
}



.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: rgb(255 255 255 / 0.70);
}




.navbar-brand {
    position: absolute;
}

    .navbar-brand img {
        height: 125px;
    }





/*Slider*/
.default-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    padding: 0px 0px 0px 0px;
}

    .default-slider .swiper-slide {
        width: 100%;
    }

        .default-slider .swiper-slide img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }


.swiper-slide .slider-logo img {
    object-fit: none !important;
    width: auto !important;
    height: auto !important;
}


.slider-content-gen {
    position: absolute;
    height: auto;
    width: 100%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}

.slider-logo h3 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 15px;
}

.slider-content h1 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}



.slider-content p {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 0px;
}

    .slider-content p:last-child {
        margin-bottom: 0px;
    }
/*Footer*/
.footer-center {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}

    .footer-center h1 {
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
    }

    .footer-center a {
        font-size: 18px;
        font-weight: 300;
        color: #ffffff;
    }

        .footer-center a:hover {
            color: #292929;
        }

.social-media li {
    display: inline-block;
    margin-right: 10px;
}

    .social-media li a {
        color: #ffffff;
    }

        .social-media li a:hover {
            color: #292929;
        }

.contact .social-media li {
    display: inline-block;
    margin-right: 10px;
}

    .contact .social-media li a {
        color: #f7941d;
    }

        .contact  .social-media li a:hover {
            color: #292929;
        }
.contact a{
    color:#f7941d;
}
.contact a:hover {
    color: #292929;
}


.footer-bottom {
    font-size: 14px;
    font-weight: 300;
}

    .footer-bottom a {
        color: #292929;
    }

        .footer-bottom a:hover {
            color: #f7941d;
        }

.slider-bootom-line {
    position: relative;
    top: -20px;
    z-index: 2;
}

    .slider-bootom-line:before {
        content: "";
        position: absolute;
        background-color: #f7941d;
        width: 100%;
        left: 0px;
        top: -50px;
        height: 220px;
        -moz-transform: skewX(0deg) skewY(2deg);
        -webkit-transform: skewX(0deg) skewY(2deg);
        -o-transform: skewX(0deg) skewY(2deg);
        -ms-transform: skewX(0deg) skewY(2deg);
        transform: skewX(0deg) skewY(2deg);
    }

    .slider-bootom-line h1 {
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
        margin-top: 15px;
    }

.page-title-1 {
    position: relative;
    display: block;
}

    .page-title-1 h3 {
        background-color: #f7941d;
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        padding: 6px 15px;
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: max-content;
        text-transform: uppercase;
        transform-origin: 138px 22px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

.page-title-3 {
    background-color: #f7941d;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.page-title-2 {
    font-size: 34px;
    font-weight: 600;
    color: #292929;
}

.page-title-4 {
    font-size: 39px;
    font-weight: 600;
    color: #292929;
}

.page-title-5 {
    position: relative;
    display: block;
}

    .page-title-5 h3 {
        background-color: #f7941d;
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        padding: 6px 15px;
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: max-content;
        text-transform: uppercase;
        transform-origin: 310px 25px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

.mission {
    background-image: url('../../../images/page/index-bg-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .mission p {
        font-size: 18px;
        font-weight: 300;
    }

    .mission ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        padding-left: 0px;
    }

        .mission ul li {
            list-style: none;
        }

            .mission ul li:before {
                content: "\f061";
                font-family: "Font Awesome 6 Pro";
                font-style: normal;
                font-weight: 900;
                font-display: block;
                display: inline-block;
                margin-right: 10px;
                color: #f7941d;
            }

.content-1 {
    background-color: #ffefdb;
/*    background-image: url('../../../images/page/index-2.jpg');
*/    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

    .content-1 p:last-child {
        margin-bottom: 0px;
    }

.services-index-box .card {
    text-align: center;
    border: none;
    transition: all 0.3s ease 0s;
}

    .services-index-box .card .card-title {
        font-size: 18px;
        font-weight: 400;
    }

.services-index-box .icon {
    width: 88px;
    height: 88px;
    background-color: #ffefdb;
    outline: 1px solid #f7941d;
    outline-offset: -6px;
    border-radius: 50%;
    line-height: 88px;
}

.services-index-box .card:hover {
    color: #f7941d;
    transition: all 0.3s ease 0s;
    transform: translateY(-7px);
}


    .services-index-box .card:hover .icon {
        transition: all 0.3s ease 0s;
        background-color: #ffffff;
        box-shadow: 0px 8px 15px rgb(247 148 29 / 0.40);
    }

.content-2 {
/*    background-image: url('../../../images/page/index-bg-2.jpg');
*/    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.info-index-box .card {
    border: none;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
}

    .info-index-box .card:hover {
        transition: all 0.3s ease 0s;
        box-shadow: 0px 8px 15px rgb(0 0 0 / 0.10);
        transform: translateY(-7px);
    }

    .info-index-box .card .card-body {
        padding: 60px 25px 25px 25px;
    }

        .info-index-box .card .card-body:before {
            content: "";
            width: 30%;
            height: 2px;
            background-color: #f7941d;
            position: absolute;
            margin-top: -20px;
        }

        .info-index-box .card .card-body .card-title {
            font-size: 22px;
            font-weight: 600;
        }

        .info-index-box .card .card-body p {
            margin-bottom: 0px;
        }


.proces-index-box .col {
    padding-top: 72px;
}


.proces-index-box .card {
    text-align: center;
    border: none;
    transition: all 0.3s ease 0s;
    background-color: #ffefdb;
}

    .proces-index-box .card .card-title {
        font-size: 18px;
        font-weight: 600;
    }

    .proces-index-box .card p {
        margin-bottom: 0px;
        font-size: 16px;
    }

.proces-index-box .icon {
    width: 154px;
    height: 154px;
    background-color: #ffffff;
    outline: 1px solid #f7941d;
    outline-offset: -6px;
    border-radius: 50%;
    line-height: 154px;
    margin-top: -72px;
}

.proces-index-box .card:hover {
    transition: all 0.3s ease 0s;
    transform: translateY(-7px);
    box-shadow: 0px 8px 15px rgb(0 0 0 / 0.10);
}


    .proces-index-box .card:hover .icon {
        transition: all 0.3s ease 0s;
        background-color: #ffffff;
    }

.content-3-box {
    background-color: rgb(247 148 29 / 0.90);
    padding: 50px 70px;
    position: absolute;
    left: 10%;
    width: 70%;
    top: 50%;
    text-align: left !important;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

    .content-3-box h1 {
        font-size: 26px;
        font-weight: 600;
    }

.slider-2 {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
}

    .slider-2 .col {
        position: relative;
        background-color: #ebebeb;
    }

    .slider-2 .card {
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding-top: 70px;
        position: relative;
    }

        .slider-2 .card .card-body {
            padding: 20px 25px;
        }

        .slider-2 .card h1 {
            font-size: 22px;
            font-weight: 600;
        }

        .slider-2 .card p {
            font-size: 18px;
            font-weight: 300;
        }

        .slider-2 .card h3 {
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: 14px;
            font-weight: 700;
            color: #f7941d;
        }

        .slider-2 .card .icon {
            position: absolute;
            left: -38px;
            top: -12px;
            width: 80px;
            height: 80px;
            background-color: #ffffff;
            outline: 1px solid #f7941d;
            outline-offset: -6px;
            border-radius: 50%;
            line-height: 80px;
            font-size: 30px;
            text-align: center;
            color: #f7941d;
        }

    .slider-2 .swiper-pagination-bullet {
        background-color: #f7941d;
    }


.contact-box-index {
/*    background-image: url('../../../images/page/index-bg-3.jpg');
*/    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .contact-box-index .nav-pills .nav-link {
        width: 56px;
        height: 56px;
        padding: 0px;
        border-radius: 50%;
        background-color: #ffffff;
        outline: 1px solid #f7941d;
        outline-offset: -4px;
        text-align: center;
        line-height: 56px;
        font-size: 22px;
        font-weight: 700;
        color: #f7941d;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #f7941d;
    outline: 1px solid #ffffff;
    color: #ffffff;
}

.contact-box-index .nav-pills .nav-item {
    position: relative;
}

    .contact-box-index .nav-pills .nav-item:after {
        content: "";
        position: absolute;
        height: 1px;
        margin-top: -28px;
        width: 280%;
        left: 100%;
        background-color: #ffffff;
    }

    .contact-box-index .nav-pills .nav-item:last-child:after {
        display: none;
    }

    .contact-box-index .nav-pills .nav-item.active-bar:after {
        background-color: #f7941d;
    }

.contact-box-index h1 {
    font-size: 30px;
    font-weight: 600;
}


.contact-box-index label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.2rem;
}
.banner-gen{
  height: 400px;
}
    .banner-gen h1 {
        font-size: 39px;
        font-weight: 600;
        color: #292929;
    }
    .banner-gen p {
        font-size: 18px;
        font-weight: 400;
        color: #292929;
    }
    .banner-1 {
/*        background-image: url('../../../images/page/banner-bg-1.jpg');
*/        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
.banner-2 {
/*    background-image: url('../../../images/page/banner-bg-2.jpg');
*/    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.accordion .card {
    border: none;
    margin: 1px;
    border-radius: 0px;
}

.accordion .card-header {
    padding: 0px;
    background-color: #f7941d;
    border-bottom: 0px;
}

    .accordion .card-header a {
        display: block;
        color: #ffffff;
        padding: 20px;
        margin-bottom: 0px;
        line-height: normal;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
    }

    .accordion .card-header i {
        font-size: 16px;
        float: right;
    }

    .accordion .card-header .collapsed i:before {
        content: "\f078";
    }

.accordion .card-body p:last-child {
    margin-bottom: 0px;
}

.homa-page-area .card {
    background-color: transparent;
    border-radius: 0px;
    border: none;
}

    .homa-page-area .card .card-body {
        padding: 0px 1.25rem;
    }

    .homa-page-area .card .card-title {
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 0px;
    }

* {
}

@media (max-width: 1399px) {

    .content-3-box {
        padding: 30px 40px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}

@media (max-width: 1199.98px) {


    .navbar .navbar-collapse {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 150px 50px 10px 50px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 4;
        -webkit-transform: translate(0px, -110%);
        -moz-transform: translate(0px, -110%);
        -o-transform: translate(0px, -110%);
        -ms-transform: translate(0px, -110%);
        transform: translate(0px, -110%);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background-color: #f7941d;
    }

    .disable-scroll-prog {
        overflow-y: hidden;
    }

    .navbar .navbar-collapse.show {
        -moz-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .navbar-nav .nav-link:hover:after, .navbar-nav .nav-link:hover:before, .navbar-nav .active .nav-link:after, .navbar-nav .active .nav-link:before {
        display: none;
    }

    .navbar-nav .nav-link {
        font-size: 20px;
        font-weight: 500;
    }

    .contact-box-index .nav-pills .nav-item:after {
        width: 150%;
    }
}

@media (max-width: 991.98px) {



    .default-slider {
        height: 100%;
    }

    .slider-content-gen {
        position: relative;
        height: auto;
        width: 100%;
        top: auto;
        left: auto;
        transform: none;
        -webkit-transform: none;
        z-index: 2;
        background-color: #ffefdb;
        padding-bottom: 70px;
        padding-top: 40px;
    }

    .slider-bg {
        background-color: transparent;
        border-radius: 0px;
    }

    .slider-filter:after {
        display: none;
    }

    .slider-content h1 {
        font-size: 24px;
        font-weight: 600;
        color: #3a3a3a;
        margin-bottom: 20px;
    }


    .slider-content p {
        font-size: 18px;
        font-weight: 300;
        color: #3a3a3a;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .slider-logo h3 {
        color: #3a3a3a;
        font-size: 18px;
        font-weight: 400;
    }


    .content-1 {
        background-image: none;
    }

    .contact-box-index .nav-pills .nav-item:after {
        width: 180%;
    }
}

@media (max-width: 767.98px) {
    .slider-bootom-line {
        position: relative;
        top: 0px;
        z-index: 2;
    }

        .slider-bootom-line:before {
            content: "";
            position: absolute;
            background-color: #f7941d;
            width: 100%;
            left: 0px;
            bottom: 0px;
            top: -50px;
            height: 115%;
        }
}

@media (max-width: 575.98px) {
    .mission ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        padding-left: 0px;
    }

    .contact-box-index .nav-pills .nav-item:after {
        width: 140%;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 415px) {
}

@media (max-width: 382px) {
}

@media (max-width: 374px) {
}
