@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&display=swap');

body {
    padding: 0 !important;
    box-sizing: border-box;
    font-family: "Battambang", system-ui !important;
    overflow-x: hidden;
    margin: 0 !important;
}

@media (min-width: 1500px) {

    .container {
        max-width: 1584px !important;
    }
}

@media (max-width: 1400px) {

    .container {
        max-width: 100% !important;
    }
}

.container {
    padding-left: 12px;
    padding-right: 12px;
}

img {
    max-width: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
    column-gap: 30px;
}

.social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 15px;
    row-gap: 12px;
}

.social-icons li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.header-socials .social-icons li a {
    background-color: #000067;
    border: solid 1px #000067;
    color: #fff;
    text-decoration: none;
}

.header-socials .social-icons li a:hover {
    background-color: #fff;
    color: #000067;
}

.header-top-bar {
    padding: 14px 0;
    background-color: #fff;
}

.site-header {
    background-color: #000067;
    padding: 10px 0;
}

.header-top-bar .phone-number a .icon {
    width: 30px;
    height: 30px;
    background-color: #000067;
    border: solid 1px #000067;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.header-top-bar .phone-number a {
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
    color: #000000;
    font-weight: 900;
}

.header-top-bar .phone-number a:hover {
    color: #000067;
}

.best-section {
    padding: 140px 0;
}

#primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.header-row {
    align-items: center;
}

.best-section {
    padding: 140px 0;
}

#primary-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

#primary-menu li a:hover,
#primary-menu li a:active,
#primary-menu li a:focus {
    text-decoration: underline;
}

#primary-menu li.current-menu-item a {
    font-weight: 900;
    text-decoration: none !important;
}

.main-navigation ul.sub-menu {
    flex-direction: column;
    box-shadow: none !important;
    padding: 15px 0;
    background-color: #000067;
    min-width: 300px;
    border: solid 1px #fff;
}

.main-navigation ul.sub-menu a {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 100%;
}

.pay-now-btn a {
    color: #fff;
    min-width: 150px;
    height: 48px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* .pay-now-bt.best-section {
	padding: 140px 0;
}n a:hover {
    font-weight: 900;
} */

.banner-image-slider .img-box {
    clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 91%);
    background-color: #D30400;
    position: relative;
}

.banner-image-slider .img-box img {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 87%);
    min-height: 935px;
    max-height: 935px;
    width: 100%;
    object-position: top;
    position: relative;
}

.banner-image-slider .img-box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #0101253D;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 87%);
    pointer-events: none;
}

.banner-image-slider .slick-slide {
    display: block;
    opacity: 1 !important;
}

.custom-navs {
    position: static;
    z-index: 3;
    width: 100%;
    /* bottom: -100px; */
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

.custom-dots .slick-dots,
.custom-dots-testi .slick-dots {
    position: static !important;
}

.custom-dots .slick-dots li.slick-active button,
.custom-dots-testi .slick-dots li.slick-active button {
    border: solid 1px #D30400;
}

.custom-navs .prev-btn,
.custom-navs .next-btn {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    min-width: 80px;
    background-color: #FFFFFF;
    border: 0;
    color: #000;
    padding: 0;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.prev-btn img {
    transform: rotate(180deg);
}

.custom-navs .prev-btn:hover,
.custom-navs .next-btn:hover {
    background-color: #D30400;
    color: #fff;
}

.custom-navs .prev-btn:hover img,
.custom-navs .next-btn:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%) hue-rotate(282deg) brightness(103%) contrast(105%);
}

.custom-dots .slick-dots li button,
.custom-dots-testi .slick-dots li button {
    border: solid 1px #FFFFFF;
    border-radius: 50%;

}

.custom-dots .slick-dots li.slick-active button::before,
.custom-dots-testi .slick-dots li.slick-active button::before {
    background-color: #D30400;
}

.custom-dots .slick-dots li button::before,
.custom-dots-testi .slick-dots li button::before {
    background-color: #fff;
    opacity: 1 !important;
    content: "";
    width: 12px;
    height: 12px;
    inset: 0;
    transform: translate(35%, 35%);
    border-radius: 50%;
}

.features-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -270px;
    padding-top: 400px;
    padding-bottom: 130px;
}

.features-section .head-row {
    text-align: center;
    margin-bottom: 60px;
}

.login-page .login-section-imgs {
    display: flex;
    column-gap: 40px;
    position: relative;
}

.features-section .content-row {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 10px;
}

.features-section .head-row .section-heading {
    font-size: 40px;
    font-weight: 900;
    color: #000000;
}

.features-section .col-feature-box {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}

.features-section .feature-box {
    position: relative;
    height: 100%;
}

.features-section .feature-box img {
    height: 100%;
    width: 100%;
}

.features-section .feature-box h5 {
    margin-bottom: 0;
    min-height: 52px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 15px;
    padding: 0 6px;
    font-size: 14px;
    font-weight: 900;
}
.feature-box .feature-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-section .img-box {
    display: flex;
    column-gap: 20px;
}

.about-section .img-box>div {
    width: 50%;
}

.about-section .img-box .left-two {
    flex-direction: column;
    display: flex;
    row-gap: 20px;
}

.about-section .img-box .left-two img {
    width: 100%;
    height: 240px;
}

.about-section .img-box .right-single img {
    width: 100%;
}

.about-section {
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-section .content-row {
    align-items: center;
}

.about-section .text-box .section-heading {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 40px;
}

.about-section .text-box p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.best-section {
    padding: 140px 0;
}

.best-section .best-box {
    padding: 30px 24px;
    height: 100%;
    text-align: center;
}

.best-section .best-box .icon {
    clip-path: polygon(0px 0px, 100% 0px, 88.89% 100%, 13.33% 100.00%);
    background-color: #D30400;
    width: 90px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.best-section .best-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.best-section .head-row {
    margin-bottom: 60px;
}

.best-section .head-row .section-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.best-section .head-row p {
    margin: 0 auto;
    width: 70%;
    color: #000;
    font-size: 18px;
    text-align: center;
}

.addtional-services {
    padding: 140px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.addtional-services .head-row {
    margin-bottom: 60px;
}

.addtional-services .head-row .section-heading {
    font-size: 40px;
    font-weight: 900;
    color: #000;
    text-align: center;
}

.adds-services-slider {
    position: relative;
}

.adds-services-slider .custom-navs,
.testimonial-slider-outer .custom-navs {
    padding-top: 40px;
}

.custom-dots-add .slick-dots {
    position: static !important;
}

.custom-dots-add .slick-dots li.slick-active button {
    border: solid 1px #D30400;
}

.custom-navs .prev-btn-add,
.custom-navs .next-btn-add {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    min-width: 80px;
    background-color: #000;
    border: 0;
    color: #fff;
    padding: 0;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.next-btn-add img {
    transform: rotate(180deg);
}

.custom-navs .prev-btn-add:hover,
.custom-navs .next-btn-add:hover {
    background-color: #D30400;
    color: #fff;
}

.custom-dots-add .slick-dots li button {
    border: solid 1px #000;
    border-radius: 50%;

}

.custom-dots-add .slick-dots li.slick-active button::before {
    background-color: #D30400;
}

.custom-dots-add .slick-dots li button::before {
    background-color: #000;
    opacity: 1 !important;
    content: "";
    width: 12px;
    height: 12px;
    inset: 0;
    transform: translate(35%, 35%);
    border-radius: 50%;
}

.adds-services-slider .service-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    padding: 0;
    margin-bottom: 60px;
    margin-left: 0;
    row-gap: 16px;
}

.adds-services-slider .service-list-single {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
}

.adds-services-slider .slider-images {
    display: flex;
    column-gap: 20px;
    align-items: stretch;
}

.adds-services-slider .slider-images>div {
    width: 50%;
}

.adds-services-slider .slider-images-left {
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 20px;
}

.adds-services-slider .slider-images img.full-img {
    width: 100%;
    height: 325px;
}

.adds-services-slider .slider-images img.first-img {
    width: 60%;
    height: 325px;
}

.adds-services-slider .slider-images img.second-img {
    width: 40%;
    height: 325px;
}

.adds-services-slider .slider-images-right img {
    height: 100%;
    width: 100%;
}

.site-footer {
    padding: 70px 0 30px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-logo .custom-logo-link {
    margin-bottom: 20px;
}

.footer-menu-class {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    row-gap: 16px;
}

.footer-menu-outer {
    padding: 0 20% 0 29%;
    border-left: solid 1px #FFFFFF4D;
    border-right: solid 1px #FFFFFF4D;
}

.footer-menu-outer h5,
.contact-info h5 {
    font-weight: 900;
}

.footer-menu-class li a {
    color: #fff;
}

.footer-bottom-outer {
    border-top: solid 1px #FFFFFF4D;
    margin-top: 30px;
    padding-top: 25px;
}

.footer-menu-class li a:hover,
.contact-info ul li a:hover {
    text-decoration: underline !important;
}

.contact-info {
    padding-left: 18%;
}

.contact-info ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin: 20px 0 0 0;
}

.contact-info ul li {
    color: #fff;
}

.footer-bottom.row {
    align-items: center;
}

.footer-bottom .social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 15px;
    row-gap: 12px;
}

.footer-bottom .social-icons li a {
    background-color: #1C2D48;
    border: solid 1px #1C2D48;
    color: #fff;
    text-decoration: none;
}

.footer-bottom .social-icons li a:hover {
    background-color: #fff;
    color: #1C2D48;
}

.testimonial-section .head-row .section-heading {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.testimonial-section {
    padding: 120px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-content {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
}

.testimonial-icon {
    position: absolute;
    top: -30px;
    margin: 0 30px;
}

.testimonial-slider-outer .slick-list {
    padding-top: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.testimonial-content .star-rating {
    color: #FE8B75;
    margin-bottom: 20px;
    padding: 0 30px;
}

.testimonial-description {
    padding: 0 30px;
    color: #797979;
}

.testimonial-slide.slick-center .testimonial-description {
    color: #2D2D2D !important;
}

.testimonial-profile {
    padding: 20px 30px 0 30px;
    border-top: solid 1px #EAEFF3;
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.testimonial-profile .profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.testimonial-profile .profile-info {
    display: flex;
    flex-direction: column;
}

.testimonial-profile .profile-info .name {
    color: #453232;
    font-size: 16px;
    font-weight: 700;
}

.testimonial-profile .profile-info .position {
    font-size: 14px;
    color: #797979;
}

.testimonial-slide {
    margin: 0 12px;
}

.industry-affiliates {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130%;
}

.industry-affiliates-bg {
    background: linear-gradient(0deg, rgba(0, 0, 103, 0.6) 0%, #000067 112.39%);
    padding: 120px 0;
}

.industry-affiliates .head-row .section-heading {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}

.industry-affiliates-images {
    display: flex;
    align-items: center;
    column-gap: 50px;
    row-gap: 24px;
    justify-content: center;
}

.map-iframe {
    margin-bottom: -6px;
}

.map-iframe iframe {
    width: 100% !important;
    height: 600px !important;
    box-shadow: 0px 4px 13px 0px #00000040;
}

.map-section {
    padding: 140px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.map-section .row {
    align-items: end;
}

.map-info-box ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin: 0;
}

.map-section .section-heading {
    font-size: 40px;
    font-weight: 900;
    color: #000;
    margin-bottom: 30px;
}

.map-section .map-info-box {
    margin-bottom: 20px;
    padding: 24px 20px;
    background-color: #fff;
    border-radius: 2px;
}

.map-section .map-info-box:last-child {
    margin-bottom: 0;
}

.map-section .map-info-box h3 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    margin-bottom: 24px;
}

.map-info-box ul li a,
.map-info-box ul li {
    color: #000;
}

.map-info-box ul li a:hover {
    text-decoration: underline !important;
}

.main-navigation ul.menu li.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 12px;
    vertical-align: middle;
}

@media (min-width: 0px) and (max-width: 991px) {
    .navbar {
        justify-content: end;
    }

    .navbar-toggler {
        box-shadow: none !important;
        outline: none !important;
        border: none !important;
        padding: 0;
    }

    #site-navigation.main-navigation {
        position: fixed;
        top: 0;
        right: -300px;
        max-width: 280px;
        width: 100%;
        background-color: #000067;
        height: 100vh;
        padding: 20px;
        backdrop-filter: blur(16px);
        display: block !important;
        transition: 0.3s;
        z-index: 5;
    }

    #site-navigation.main-navigation.show {
        right: 0px;
    }

    #primary-menu {
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-items: start;
        row-gap: 16px;
        margin: 16px 0;
    }

    .industry-affiliates {
        background-size: cover !important;
    }

    .industry-affiliates-images {
        column-gap: 16px;
        justify-content: start;
    }

    .features-section .col-feature-box {
        width: 33.33%;
    }

    .banner-image-slider .img-box img {
        min-height: 650px;
        max-height: 650px;
    }

    .banner-image-slider .custom-navs {
        bottom: 70px;
    }

    .features-section {
        padding-top: 300px;
        padding-bottom: 60px;
    }

    .features-section .head-row .section-heading,
    .about-section .text-box .section-heading,
    .addtional-services .head-row .section-heading,
    .testimonial-section .head-row .section-heading,
    .industry-affiliates .head-row .section-heading,
    .best-section .head-row .section-heading,
    .map-section .section-heading {
        font-size: 30px;
    }

    .adds-services-slider .service-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .adds-services-slider .slider-images {
        flex-wrap: wrap;
    }

    .adds-services-slider .slider-images>div {
        width: 100%;
    }

    .about-section .text-box .section-heading {
        margin-bottom: 20px;
    }

    .features-section .head-row,
    .testimonial-section .head-row .section-heading,
    .industry-affiliates .head-row .section-heading,
    .addtional-services .head-row {
        margin-bottom: 40px;
    }

    .about-section,
    .addtional-services,
    .best-section,
    .testimonial-section,
    .industry-affiliates-bg,
    .map-section {
        padding: 60px 0;
    }

    .about-section .img-box,
    .adds-services-slider .slider-images-right img,
    .map-iframe,
    .footer-menu-outer,
    .contact-info {
        margin-top: 20px;
    }

    .about-section .img-box .right-single img {
        width: 100%;
        height: 500px !important;
    }

    .best-section .content-row {
        row-gap: 20px;
    }

    .best-section .head-row p {
        width: 100% !important;
    }

    .adds-services-slider .slider-images-right img {
        height: 500px;
    }

    .map-section .map-info-box {
        width: 50%;
        margin-bottom: 0;
    }

    .map-box-row {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .footer-menu-outer {
        padding-left: 0 !important;
        border-left: 0 !important;
    }

    .contact-info {
        padding-left: 8%;
    }

    .site-footer {
        padding-top: 30px;
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .social-icons {
        justify-content: center !important;
    }

    .header-top-bar .phone-number {
        text-align: center;
        margin-bottom: 20px;
    }

    .features-section .col-feature-box {
        width: 100% !important;
    }

    .features-section .feature-box img {
        height: 300px !important;
    }

    .banner-image-slider .img-box img {
        min-height: 500px !important;
        max-height: 500px !important;
    }

    .features-section {
        padding-top: 270px;
        padding-bottom: 40px;
    }

    .about-section,
    .addtional-services,
    .best-section,
    .testimonial-section,
    .industry-affiliates-bg,
    .map-section {
        padding: 40px 0;
    }

    .features-section .head-row .section-heading,
    .about-section .text-box .section-heading,
    .addtional-services .head-row .section-heading,
    .testimonial-section .head-row .section-heading,
    .industry-affiliates .head-row .section-heading,
    .best-section .head-row .section-heading,
    .map-section .section-heading {
        font-size: 24px;
    }

    .about-section .text-box p,
    .best-section .head-row p {
        font-size: 16px;
    }

    .about-section .img-box,
    .adds-services-slider .slider-images-left {
        flex-wrap: wrap;
    }

    .about-section .img-box>div {
        width: 100% !important;
    }

    .about-section .img-box .right-single {
        margin-top: 20px;
    }

    .about-section .img-box .right-single img {
        height: auto !important;
    }

    .adds-services-slider .service-list {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 30px;
    }

    .adds-services-slider .slider-images img.second-img,
    .adds-services-slider .slider-images img.first-img,
    .map-section .map-info-box {
        width: 100% !important;
    }

    .features-section .head-row,
    .testimonial-section .head-row .section-heading,
    .industry-affiliates .head-row .section-heading,
    .addtional-services .head-row,
    .best-section .head-row .section-heading {
        margin-bottom: 20px;
    }

    .industry-affiliates-images {
        justify-content: center;
        flex-wrap: wrap;
    }

    .map-box-row {
        flex-direction: column;
    }

    .testimonial-profile {
        padding-bottom: 30px;
    }

    .map-section .map-info-box h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .map-info-box ul li a,
    .map-info-box ul li {
        font-size: 14px;
    }

    .map-iframe iframe {
        height: 400px !important;
    }

    .footer-menu-outer,
    .contact-info {
        padding: 0 !important;
        border: 0 !important;
    }

    .copyright-text {
        text-align: center;
        padding-bottom: 20px;
    }

    .custom-navs .prev-btn,
    .custom-navs .next-btn,
    .custom-navs .prev-btn-add,
    .custom-navs .next-btn-add {
        min-width: 60px;
        min-height: 30px;
    }

    .custom-navs button img {
        max-width: 24px;
        object-fit: contain;
    }
}

@media (min-width: 1500px) {

    .features-section .head-row .section-heading,
    .about-section .text-box .section-heading,
    .addtional-services .head-row .section-heading,
    .testimonial-section .head-row .section-heading,
    .industry-affiliates .head-row .section-heading,
    .best-section .head-row .section-heading,
    .map-section .section-heading {
        font-size: 50px;
    }

    .features-section .feature-box h5 {
        font-size: 17px;
    }

    .about-section .img-box .right-single img {
        max-height: 500px;
    }

    .adds-services-slider .service-list-single,
    .best-section .head-row p,
    #primary-menu li a,
    .testimonial-description,
    .map-info-box ul li a,
    .map-info-box ul li,
    .contact-info ul li {
        font-size: 20px;
    }

    .adds-services-slider .slider-images-right img {
        max-height: 670px;
    }

    .pay-now-btn a {
        min-width: 200px;
        font-size: 20px;
    }

    .best-section .best-box h3 {
        font-size: 24px;
    }

    .best-section .best-box p,
    .header-top-bar .phone-number a,
    .testimonial-profile .profile-info .name,
    .testimonial-profile .profile-info .position,
    .site-branding.footer-logo p,
    .footer-menu-class li a {
        font-size: 18px;
    }

}