



body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    background: #fff;
    font-family: "Poppins", sans-serif;
    color: #1a1a1a;
}

.ng-shadow {
    box-shadow: rgba(99, 99, 99, 0.04) -2px 5px 5px 3px;
}




.container {
    max-width: 1300px;
}

.heading-box .heading {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0.2px;
    color: #000;
}

.heading-box .heading-text {
    font-size: 17px;
    font-weight: 300;
    color: #474747;
    max-width: 500px;
    margin: auto;
    line-height: 1.7;

}

@media (max-width: 767.98px) {
    .heading-box .heading {
        font-size: 29px;
    }

    .heading-box .heading-text {
        font-size: 15px;

    }
}



/******** page heading *******/

.heading-box .page-heading {
    font-size: 60px;
    font-weight: 900;
}

@media (max-width: 991.98px) {
    .heading-box .page-heading {
        font-size: 40px;
        font-weight: 900;
    }
}




/********** btns ********/


/** theme btn ***/


.t-btn.big {
    font-size: 18px;
}

.t-btn.small {
    font-size: 14px;
    padding: 0.8em 1.3em;
}

.t-btn {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    padding: 1em 1.5em;
    line-height: 1;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    top: -2px;
    left: -2px;
    transition: all 0.1s ease-in;
}

.t-btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    background: inherit;
    top: 5px;
    z-index: -1;
    opacity: 0.3;
    left: 5px;
    transition: all 0.1s ease-in;
}

.t-btn:hover::after {
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.1s ease-in;
}


.t-btn:hover,
.t-btn:focus {
    text-decoration: none;
    top: 0;
    left: 0;
    transition: all 0.1s ease-in;
}

.t-btn.dark {
    background: #333;
}






.t-color {
    color: var(--main-color);
}

.t-bg {
    background: var(--main-color);
}


.t-btn.theme {
    border-color: var(--main-color);
    background: var(--main-color);
    color: var(--main-text-color);
}


.t-btn.theme2 {
    border-color: var(--second-color);
    background: var(--second-color);
    color: var(--second-text-color);
}





/***************** MAIN HEADER *****************/




.main-header {
    background: #fff;
}

.main-header.is-sticky {
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}


body .main-header.is-sticky .top-bar {
    display: none;
}

.main-header.is-sticky .logo img{
    width: 140px;
}

.main-header.is-sticky .main-menu .menu-item .menu-link {
    font-size: 14px;
}

.main-header .main-menu .menu-item .menu-link {
    transition: font-size 0.2s linear;
}

.main-header .logo img {
    transition: width 0.2s linear;
}





.main-header:not(.is-sticky) .logo .second {
    display: none;
}

.main-header.is-sticky .logo .first {
    display: none;
}

.main-header .top-bar .soc-box a {
    color: #000;
}

.main-header .top-bar .info {
    font-weight: 600;
}


.main-header .main-bar {
    padding: 8px 0;
}

.main-header .main-menu .menu-list {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.main-header .main-menu .menu-list .menu-link,
.main-header .main-menu .menu-list .dropdown-toggle.menu-link {
    padding: 8px 15px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #444;
    position: relative;
}




.main-header .main-menu .menu-list .menu-link:hover,
.main-header .main-menu .menu-list .menu-link:focus {
    color: var(--main-color);
}


/*.main-header .main-menu .menu-list .menu-link.active {*/
/*    background: var(--main-color);*/
/*    color: var(--main-text-color);*/
/*}*/

.main-header .js-menu-open {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-decoration: none;
    color: #000;
}


.main-header.is-sticky .js-menu-open {
    color: var(--main-color);
}

.main-header .js-menu-open:hover {
    color: var(--main-color);
}


.main-header .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.main-header .dropdown-menu {
    border-color: #f1f1f1;
}



.main-header .dropdown-menu .dropdown-item:hover,
.main-header .dropdown-menu .dropdown-item:focus {
    font-size: 14px;
    color: var(--main-text-color);
    background: var(--main-color);
}

.main-header .js-menu .contact-info {
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
}

.main-header .js-menu .contact-info a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    text-decoration: none;
}


.main-header .js-menu .contact-info i {
    color: var(--main-color);
}

.main-header .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .menu-item .t-btn {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}



.main-header .top-bar {
    font-size: 14px;
    position: relative;
    padding: 12px 0;
}


.main-header .top-bar::before {
    content: '';
    position: absolute;
    top: 0%;
    left: -5%;
    height: 100%;
    transform: skewX(-20deg);
    width: 46%;
    background: var(--main-color);
    z-index: -1;
}

.main-header:not(.is-sticky) .main-bar {
    padding-top: 20px;
}


.main-header .top-bar::after {
    content: '';
    position: absolute;
    top: 7px;
    left: -4.5%;
    height: 100%;
    transform: skewX(-20deg);
    width: 46%;
    background: var(--main-color);
    z-index: -1;
    opacity: 0.25;
}

.top-bar .first-col,
.top-bar .first-col a {
    color: var(--main-text-color);
    font-weight: 700;
    text-decoration: none;
}





/* mobile menu */

@media (min-width: 1200px) {
    .main-header .main-menu .menu-list {
        gap: 25px;
    }
}







@media (max-width: 1199.98px) {
    body.menu-opened .main-header .js-menu {
        display: block !important;
        z-index: 99999;
        background: #fff;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
    }

    body.menu-opened .mobile-head {
        padding: 8px 0;
        position: relative;
    }

    body.menu-opened .mobile-head .js-menu-close {
        font-size: 28px;
        display: inline-flex;
        width: 45px;
        height: 45px;
        justify-content: center;
        align-items: center;
        /*position: absolute;*/
        /*top: 15px;*/
        /*right: 15px;*/
        text-decoration: none;
        color: #ccc;
    }


    body.menu-opened .js-menu .menu-list {
        flex-wrap: wrap;
        flex-direction: column;
    }



    body.menu-opened .main-header .js-menu .menu-item {
        text-align: center;
    }

    body.menu-opened .main-header .js-menu .menu-item .menu-link {
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        font-size: 16px;
        padding: 17px 0;
    }

    body.menu-opened .js-menu .dropdown-menu {
        position: static !important;
        transform: unset !important;
        background: var(--main-bg-color);
        border: none;
    }



    body.menu-opened {
        height: 100vh !important;
        overflow: hidden;
    }
}



@media (max-width: 767.98px) {
    .main-header .logo img {
        max-width: 100px;
    }
}




/*********** MAIN FOOTER ***********/




/******************* HOME PAGE ********************/


.hero-banner img {
    border-radius: 15px;
}

.hero-banner {
    padding-top: 150px;
    padding-bottom: 120px;
}

.hero-banner .heading {
    font-weight: 900;
    font-size: 55px;
    margin-bottom: 25px;
    color: #fff;
}

.hero-banner p {
    font-size: 19px;
}

.hero-banner {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    color: #fff;
}

.hero-banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--main-color);
    opacity: 0.65;
}



/* A - section about */

.home-page .about {
    background: #F9FAFB;
}

.home-page .about .about-item i {
    color: var(--main-color);
    font-size: 35px;
}

.home-page .about .about-item .icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.home-page .about .about-item {
    padding: 35px;
    border-radius: 15px;
    background: #fff;
}

.home-page .about .about-item .text {
    color: #999;
}

.home-page .about .about-item .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;

}










/******** CLEAN PAGE ********/

.clean-page {
    background: #fff;
}

.clean-page .content {
    background: #fff;
}

.clean-page .content a {
    color: var(--second-color);
}


.clean-page .gallery-box .gallery-imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.clean-page .gallery-box {
    margin-top: 25px;
}

.clean-page .gallery-box .heading {
    text-align: center;
    margin-bottom: 15px;
    color: var(--main-color);
    font-weight: 700;
}

.clean-page .gallery-box .gallery-imgs a {
    width: calc(100% / 7 - 10px);
    display: block;
}

.clean-page .gallery-box .gallery-imgs a img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}



/********* FAQ PAGE **************/



/***************** FAQ PAGE *****************/

.faq-page {
    background: #fff;
}

.faq-item {
    position: relative;
    border-radius: 0;
    background: #fff;
}

.faq-item .roller {
    position: absolute;
    top: -15px;
    right: 25px;
    display: inline-flex;
    height: 32px;
    border-radius: 0;
    width: 32px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    background: #000;
    color: #fff;
}


.faq-item.active .roller {
    background: #000;
}

.faq-item.active i {
    transform: rotate(180deg);
}


.faq-item .faq-answer {
    display: none;
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    color: #373737;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

.faq-item .faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.faq-item.active .faq-question {
    background: rgba(0,0,0,0.04);
}


.faq-item .faq-answer {
    padding: 15px;
    font-size: 16px;
}


@media (max-width: 767.98px) {

    .faq-item .faq-answer {
        font-size: 12px;
    }

    .faq-item .faq-question {
        font-size: 13px;
    }

    .faq-item .roller {
        top: -8px;
        right: 15px;
        height: 25px;
        width: 25px;
        font-size: 14px;
    }
}









/** global **/


.social-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-decoration: none;
    border-radius: 0;
    color: var(--main-text-color);
    background: var(--main-color);
    transition: transform 0.1s ease-in;
}

.social-links a:hover {
    transform: scale(1.05);
}



.social-links a.facebook {
    background: #1877f2;
    color: #fff;
}
.social-links a.youtube {
    background: #ff0000;
    color: #fff;
}
.social-links a.instagram {
    background: #c32aa3;
    color: #fff;
}
.social-links a.linkedin {
    background: #0a66c2;
    color: #fff;
}
.social-links a.tiktok {
    background: #010101;
    color: #fff;
}
.social-links a.x-twitter {
    background: #000;
    color: #fff;
}







/*************** To top btn *************************/

#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 99;
    font-size: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.45);
}

#myBtn:hover {
    background: rgba(0, 0, 0, 0.65);
}