@charset "utf-8";

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


body {
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
}

.header {
    position: relative;
    z-index: 999;
    background-color: #fff;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: headerSlideDown 0.95s ease forwards;
    animation: headerSlideDown 0.95s ease forwards;
}

.logo img {
    width: auto;
    height: 60px;
}

.nav-link {
    font-size: 16px;
    line-height: 1;
    color: #999 !important;
    margin: 0 10px;
    padding: 18px 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #333;
}

@media (min-width: 992px) {
    .nav-link {
        font-size: 18px;
        border-bottom: none;
        margin: 0 20px;
        color: #222 !important;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

@media (min-width: 1200px) {
    .nav-link {
        margin: 0 30px;
    }
}

.nav-link:hover,
.nav-link.active {
    color: #fff !important;
}

@media (min-width: 992px) {

    .nav-link:hover,
    .nav-link.active {
        color: #000 !important;
    }

    .nav-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        transform: scaleX(0);
        transform-origin: right;
        z-index: -1;
        transition: transform .3s ease;
    }

    .nav-link:hover::before,
    .nav-link.active::before {
        transform: scaleX(1);
        transform-origin: left;
    }
}

.header-share a {
    margin: 0 10px;
    display: block;
}

.header-share i {
    font-size: 22px;
    color: #222;
}

.offcanvas.offcanvas-end {
    left: 0;
    transform: translateX(-100%);
}

.navbar-toggler .fa {
    font-size: 20px;
    color: #000;
}

.offcanvas-body {
    background-color: #000;
}

.tp-product-2-content {
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    height: auto;
}

.tp-product-2-content span {
    font-size: 14px;
    color: #666;
}

.tp-product-2-title-sm {
    font-size: 20px;
    color: #000;
}

@media (min-width: 992px) {
    .tp-product-2-content span {
        font-size: 16px;
    }

    .tp-product-2-title-sm {
        font-size: 24px;
    }
}

.footer {
    background-color: #000;
}

.footer-item-style {
    color: #999;
    margin-bottom: 20px;
    text-align: center;
}

.footer-item-style .fa {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 6px;
}

@media (min-width: 992px) {
    .footer-item-style .fa {
        margin-right: 10px;
    }
}

.footer-nav a {
    color: #999;
    font-size: 14px;
    margin: 5px 10px;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-text {
    color: #999;
    font-size: 14px;
}

.footer-share {
    display: block;
    margin: 0 10px;
}

.footer-share i {
    font-size: 18px;
    color: #999;
}

.footer-share i:hover {
    color: #fff;
}

/*  */

.tp-about-2-title-box {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .tp-about-2-title-box {
        margin-bottom: 70px;
    }
}

.carousel-inner {
    border-radius: 10px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff;
}

.tp-product {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .tp-product {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.tp-product-2-thumb {
    overflow: hidden;
    border-radius: 10px;
}

@media (min-width: 576px) {
    .tp-product-2-thumb {
        min-height: 252px;
        height: 252px;
    }
}

.tp-product-2-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.tp-product-2-thumb img:hover {
    transform: scale(1.1);
}

.next-style::after,
.prev-style::after {
    font-size: 24px;
    color: #000;
}

.prev-style {
    left: -20px;
}

.next-style {
    right: -20px;
}

.pagination-style {
    opacity: 1;
    bottom: 0 !important;
}

@media (min-width: 992px) {
    .pagination-style {
        opacity: 0;
    }
}

.swiper-pagination-bullet-active {
    background-color: #000;
}

.parallux {
    height: 600px;
    z-index: 1;
}

.hight-style {
    height: 700px;
}

.tp-project-text {
    text-align: start;
}

.language {
    border-radius: 50px;
    padding: 4px;
    background-color: #f0f0f5;
}

.list-item-style {
    display: block;
    width: 44px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border-radius: 30px;
    line-height: 1;
    padding-top: 4px;
    padding-bottom: 4px;
}

.list-item-style.active {
    background-color: #fff;
}

/* home about */
/* .swiper-about {
    height: 360px;
} */

.swiper-about .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-about .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pag-style .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 0;
    opacity: .5;
}

.pag-style .swiper-pagination-bullet-active {
    opacity: 1;
}

.btn-primary {
    background-color: #fff;
    color: #000 !important;
    border-color: #000;
    padding: 10px !important;
    transition: all .3s ease-in-out;
}

.btn-primary:hover {
    background-color: #000;
    border-color: #000 ;
    color: #fff !important;
}

@media (max-width: 575px) {
    .tp-video-style {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .mb-style {
        margin-bottom: 120px;
    }
}

.slide-proimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
    font-size: 24px;
    color: #000;
}

.swiper .swiper-button-prev {
    left: 0;
}

.swiper .swiper-button-next {
    right: 0;
}

.nice-select::after {
    content: "";
    background: url(../images/chevron-down-solid.svg) no-repeat center;
    background-size: 100%;
    width: 12px;
    height: 12px; 
}

.contact-info-tit {
    font-size: 24px;
}

.cn-bg{
    background-color: #45c6c6;
}

.cn-contactform-input input::placeholder,
.cn-contactform-input textarea::placeholder {
    color: rgba(255, 255, 255, .3) !important;
}

.tp-theme-settings-area{
    display: none !important;
}


.editor {overflow: hidden;}
.editor p{margin-bottom: 0px;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}