/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.form-check-input:checked {
    background-color: var(--cnvs-themecolor);
    border-color: var(--cnvs-themecolor);
}

.section-title span {
    line-height: var(--cnvs-line-height-content);
    color: var(--cnvs-contrast-600) !important;
    font-size: 16px;


}

.company-policy h2 {
    margin: 0;
    padding: 16px 0;
}

.company-policy p {
    margin: 0;
    padding-left: 16px;
    padding-bottom: 12px;
}

.company-policy h3 {
    margin: 0;
    font-size: 20px;
    padding-left: 16px;
}

.company-policy ol,
.company-policy ul {
    margin: 0;
    padding-left: 48px;
    padding-bottom: 12px;
}

.header-top#top-bar {
    --cnvs-topbar-height: 22px;
}

.buttom-border {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 2px solid #1abc9c;
}

.sec-title {
    font-size: 30px;
    font-weight: 700;
}

.sec-description {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

.about-us-image {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
}

.sec-top-p {
    margin-top: 70px;
}

.sec-top-py {
    padding: 80px 0px;
}

.key-features-list {
    padding: 10px 0px 0px 0px;
}

.key-features-list li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    list-style-type: none;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.key-features-list li i {
    font-size: 16px;
    color: #264653;
}

.blog-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.blog-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.blog-card {
    border-radius: 10px;
    height: 100%;
}

.blog-card .card-body {
    padding-bottom: 0px;
}

.blog-description {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.read-more {
    font-size: 16px;
    font-weight: 600;
    color: #264653;
    margin-top: 10px;
    margin-bottom: 10px;
}

.placeholder-css {
    font-weight: 500;
}

.offer-cards {
    margin-top: 60px;
}

.offer-cards .card {
    height: 100%;
}

.offer-cards .card .offer-number-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #264653;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.offer-cards .card .card-body h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.text-color-1 {
    color: #285874;
}

.navbar-collapse {
    flex-grow: 0;
}

.menu-list li a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.menu-list {
    gap: 15px;
}

.sticky-on {
    position: sticky;
    top: 0px;
    z-index: 9;
}

.hero-title.display-3 {
    letter-spacing: 0px;
    font-size: 50px;
}

.our-team-image {
    height: 350px;
}

.btn-dark {
    padding: 10px 25px !important;
    font-size: 15px;
}

.lead {
    font-size: 16px;
    letter-spacing: 1px;
}


.card-buttons .button-1 {
    padding: 10px 20px;
    border: 0px;
    background-color: #e9c46a;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

.card-buttons .button-2 {
    padding: 10px 20px;
    border: 0px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
    .is-expanded-menu .menu-link {
        --cnvs-primary-menu-padding-x: 10px;
    }

    .hero-title.display-3 {
        font-size: 3rem;
    }

    .sm-title {
        font-size: 35px;
    }

    .our-team-image {
        height: 300px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 280px) {
    .is-expanded-menu .header-misc {
        order: 0 !important;
    }

    .is-expanded-menu .primary-menu-trigger {
        display: block;
        opacity: 1;
        pointer-events: auto;
        z-index: 1;
    }

    .header-top,
    .primary-menu {
        display: none;
    }

    .mobile-sidebar .menu-link i {
        margin-right: 7px;
    }

    .mobile-sidebar .btn-close {
        box-shadow: none;
    }

    .mobile-sidebar .offcanvas-header {
        padding-bottom: 0;
    }

    .mobile-sidebar .primary-menu {
        display: block;
    }

    .mobile-sidebar .logo-default {
        width: 100px;
        height: auto;
    }

    .top-links-item>a {
        background-color: var(--cnvs-themecolor);
        padding: 10px 20px;
        border-radius: 50px;
    }

    .header-misc .btn .color-2 {
        color: var(--cnvs-themecolor) !important;
    }

    .header-misc .btn {
        padding: 7px 20px !important;
        background-color: var(--cnvs-secondary-color) !important;
        border: 0;
    }
}

@media (max-width: 575px) {
    .top-links-item>a {
        padding: 5px 10px;
        font-size: 12px;
    }

    .header-misc .btn {
        padding: 0px 10px !important;
    }

    .header-misc {
        margin-left: 0px;
    }

    #header-wrap {
        padding-block: 5px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 200px) {
    .menu-list {
        display: none;
    }

    .hamburger-menu {
        display: block !important;
    }

    .hero-title.display-3 {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .team-title h4,
    .team-title .h4 {
        font-size: 18px;
    }

    .team-content {
        margin-top: 5px;
    }

    .team-content p {
        font-size: 15px;
        margin-top: 5px;
    }

    .card-buttons .button-1,
    .card-buttons .button-2 {
        padding: 10px 7px;
        font-size: 14px;
    }
}


.accordion-button:not(.collapsed) {
    background-color: rgba(233, 196, 106, 0.5);
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='12' y1='5' x2='12' y2='19'/%3e%3cline x1='5' y1='12' x2='19' y2='12'/%3e%3c/svg%3e");
}


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='5' y1='12' x2='19' y2='12'/%3e%3c/svg%3e")
}


@media only screen and (max-width: 1199px) and (min-width: 1024px) {


    .home-dec {
        margin: 20px 0px !important;
    }

    .services-grid .feature-box {
        padding: 1rem;
    }

    .sec-top-m {
        margin-top: 0px;
    }

    .sec-top-p-lg {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .about-us-image {
        height: 350px;
    }

    .our-team-image {
        height: 250px;
    }

    .sec1-top-p {
        margin-top: 35px;
    }

}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .about-us-image {
        height: 280px;
    }

    .our-team-image {
        height: 280px;
    }

    .sec-top-m {
        margin-top: 0px;
    }

    .sec-title {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .sec-top-p-lg {
        margin-top: 35px;
    }

}

@media only screen and (max-width: 991px) and (min-width: 200px) {
    .sec-description {
        font-size: 15px;
    }

    .sec-description-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sec1-top-p {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
    .our-team-image {
        height: 270px;
    }

    .about-us-image {
        height: 250px;
    }

    .sec-top-p {
        margin-top: 35px;
    }

    .sec-title {
        font-size: 20px;
    }

    .sec-top-m {
        margin-top: 0px;
    }

    .btn-dark {
        padding: 10px 10px !important;
        font-size: 13px;
    }

    .heading-block {
        margin-bottom: 40px !important;
    }

    .text-larger {
        font-size: 100% !important;
    }

}

.page_title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .slider-element .py-6 {
        padding-top: 50px !important;
        padding-bottom: 10px !important;
    }

    .sec-top-py {
        padding: 60px 0px;
    }

    .page_title {
        padding-bottom: 10px;
    }

    #footer .footer-widgets-wrap {
        padding-block: 0;
    }
}

@media (max-width: 575px) {
    .hero-title.display-3 {
        font-size: 25px !important;
    }

    .home-dec {
        margin-block: 20px !important;
    }

    .sec-top-py {
        padding: 40px 0px;
    }

    .services-grid .feature-box {
        padding: 10px;
    }

    .services-grid {
        --cnvs-custom-gutter: 0;
    }

    .content-wrap {
        padding: 20px !important;
    }

    .mt-6 {
        margin-top: 2rem !important;
    }

    .company-policy h3 {
        font-size: 16px;
    }

    .company-policy h2 {
        font-size: 20px;
        padding: 6px 0;
    }

    .countries-table {
        min-width: 700px;
        width: 100%;
    }

}


.logo-default {
    width: 150px;
}

.accordion-button {
    padding: 15px;
    background-color: transparent;
    font-weight: 600;
}

.toggle-header,
.accordion-header {
    margin: 0px;
}

.accordion-header {
    padding: 0px;
}

.countries-table thead {
    text-align: center;
}

.countries-table tbody tr th {
    text-align: center;
}
