/* ============== Home page CSS last updated on November 30, 2022 [17:06 Hours] ============= */
/* ========= Banner section CSS starts here ======== */
.home-banner {
    background-image: url(https://storage.googleapis.com/patkarandsons.appspot.com/banner-img5.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 830px;
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .home-banner {
        height: 478px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .home-banner {
        height: 550px !important;
    }
}

.banner-container{
    padding-left: 15px;
    padding-right: 15px;
}

/* .home-banner .banner-wrapper {
    background-image: url(https://storage.googleapis.com/patkarandsons.appspot.com/banner-img5.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 830px;
} */

.home-banner .banner-content {
    position: relative;
    top: 360px;
}

.home-banner .banner-content img.caption-logo {
    margin-top: 5px;
    height: 186px;
}

.home-banner .banner-wrapper .banner-content .caption-logo-text h1 {
    font-size: 51.9px;
    line-height: 1.3;
    color: #f69520;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-bottom: 25px;
    border-bottom: 4px solid #ffc878;
}

.home-banner .banner-wrapper .banner-content .caption-logo-text h2 {
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 700;
    padding-top: 5px;
}

/* ========= Banner section CSS ends here ======== */
/* =========== About Us section CSS starts here ============ */
.about-us {
    margin-top: 60px;
    margin-bottom: 30px;
}

.about-us .image-content {
    margin-top: 16px;
}

.about-us .image-content img {
    height: 397px;
}

.about-us .text-content h1.section-heading {
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #23426c;
    font-size: 36px;
    margin-top: 0;
}

.about-us .text-content ul li {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
    letter-spacing: 0.1px;
}

.about-us .text-content p {
    margin: 20px 0 20px 0;
    padding: 0 0 1px 0;
    position: relative;
    color: #5b5b5b;
    overflow-x: hidden;
}

.about-us .text-content p:after {
    background-color: #a6a6a6;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 25px;
    position: absolute;
    transform: translateX(-50%);
    width: 63vw;
}

.about-us .text-content a.custom-plus-button {
    padding: 0 0 0 0 !important;
    background-color: transparent;
    border: 0;
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #1b1b1b;
    font-size: 17px;
    display: flex;
    align-items: center;
    line-height: 1.294em;
    position: relative;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.about-us .custom-plus-button span.button-icon {
    align-items: center;
    background-color: #8471b3;
    border-radius: 50%;
    display: flex;
    height: 54px;
    justify-content: center;
    margin: 0;
    width: 54px;
    position: relative;
    line-height: 0;
}

.about-us .custom-plus-button .button-icon svg.svg-icon {
    fill: currentColor;
    color: #ffffff;
    stroke: none;
    transform: rotate(0);
    transform-origin: center;
    transition: transform 0.25s ease-out;
}

.about-us .custom-plus-button span.button-text {
    font-size: 15px;
    line-height: 1.133em;
    margin-left: 19px;
    color: #1b1b1b;
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.about-us p.section-sub-heading {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.about-us .certification-content {
    margin: 60px 0 0 0;
}

.about-us .certification-content img.years-of-service {
    height: 115px;
}

.about-us img.certificate-images {
    height: 100px;
}

@media (max-width: 991px) {
    .about-us .years-of-service {
        margin: auto;
        padding-bottom: 2em;
    }

    .about-us img.certificate-images {
        margin: auto;
        margin-top: 2em;
    }
}

/* =========== About Us section CSS ends here ============ */
/* =========== Our Services type section CSS begins here ========== */
.services-type {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f3f3f3;
}

.services-type .services-card-wrapper {
    background: #ffffff;
    color: #000;
    padding: 20px;
    transition: all 0.5s;
    border-radius: 4px;
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 4px solid #f59722;
    text-align: left;
}

.services-type .services-card-wrapper .icon-custom {
    font-size: 30px;
    margin-bottom: 0px;
    color: #f59722;
}

.services-type .services-card-wrapper h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.services-type .services-card-wrapper p {
    font-size: 15px;
    letter-spacing: 0.35px;
    line-height: 1.5;
}

/* =========== Our Services type section CSS ends here ========== */
/* =========== Our Services section CSS starts here ============ */
.home-services {
    margin-top: 30px;
}

.home-services #servicesHeading {
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    letter-spacing: -0.2px;
    color: #23426c;
    font-size: 36px;
    margin-bottom: 40px;
}

.home-services .custom-tab-content {
    margin-top: 30px;
    z-index: 1;
}

@media (min-width: 768px) {
    .home-services .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #000000;
        border-radius: 0 0 0 0;
        padding-bottom: 12px;
        padding-top: 12px;
    }
}

.home-services .nav-tabs>li>a {
    background-color: #ffffff;
    color: #25426c;
    font-weight: 600;
    font-size: 14px;
}

.home-services .nav-tabs>li>a:hover {
    border-color: #ceda76 #eee #ddd;
    border-top-width: 4px;
    transition: ease-in-out 0.25s;
}

.home-services .nav-tabs>li.active>a {
    color: #fff;
    background-color: #ceda76;
    font-size: 16px;
    font-weight: 600;
    transition: ease-in-out 0.25s;
    padding-bottom: 13px;
    padding-top: 13px;
}

.home-services .image-content {
    margin-top: 30px;
}

.home-services .image-content img ::after {
    background-color: #a6a6a6;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
}

.home-services .text-content {
    margin-top: 30px;
}

.home-services .text-content ul.custom-list li {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    letter-spacing: 0.3px;
}

.home-services .button-content {
    margin-top: 30px;
}

.home-services .text-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #5b5b5b;
    background-color: #fff;
    text-align: justify;
}

.home-services .button-content a.custom-plus-button {
    padding: 0 0 0 0 !important;
    background-color: transparent;
    border: 0;
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.home-services .button-content span.button-icon {
    align-items: center;
    background-color: #8471b3;
    border-radius: 50%;
    display: flex;
    height: 54px;
    justify-content: center;
    margin: 0;
    width: 54px;
    position: relative;
    line-height: 0;
}

.home-services .button-content svg.svg-icon {
    fill: currentColor;
    color: #ffffff;
    stroke: none;
    transform: rotate(0);
    transform-origin: center;
    transition: transform 0.25s ease-out;
}

.home-services .button-content span.button-text {
    font-size: 15px;
    line-height: 1.133em;
    margin-left: 19px;
    color: #1b1b1b;
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

/* =========== Our Services section CSS ends here ============ */
/* =========== Our Partners section CSS starts here ============ */
.partners-section {
    margin-top: 60px;
    /* margin-bottom: 60px; */
}

.partners-section #partnerSectionOwlCarousel {
    margin-top: 30px;
}

.partners-section .section-header h3.section-title {
    font-weight: 500;
    letter-spacing: -0.2px;
    text-align: center;
    color: #23426c;
    font-size: 36px;
    margin: 0;
}

.partners-section .partner-logo-cards {
    transition: ease-in-out 0.2s;
}

.partners-section .partner-logo-cards img.slider-images {
    transition: ease-in-out 0.2s;
    padding: 40px;
    filter: grayscale(100%);
}

.partners-section .partner-logo-cards img.slider-images:hover,
.partners-section .partner-logo-cards img.slider-images:focus {
    filter: grayscale(0%);
    transition: ease-in-out 0.2s;
    transform: scale(1.28);
}

/* Ensure owl-carousel items are laid out correctly */
#partnerSectionOwlCarousel .owl-stage {
    display: flex;
    align-items: center;
}

/* =========== Our Partners section CSS ends here ============ */
/* =========== FAQ section CSS starts here ============ */
.faq-section {
    margin: 30px 0 30px 0;
    background-color: #f3f3f3;
    padding: 30px 0;
}

.faq-section .panel-group .panel {
    border-radius: 4px;
    border-left: 4px solid #ffc878;
    margin-bottom: 30px;
}

.faq-section .panel-default>.panel-heading {
    padding: 12px;
    background-color: #ffffff;
}

.faq-section .panel-title {
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 500;
    color: #309b98;
    line-height: 1.4;
}

.faq-section .panel-title>a {
    display: block;
    text-decoration: none;
    color: #23426c;
}

.faq-section .panel-body p {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.4;
    text-align: left;
}

.faq-section .more-less {
    float: right;
    color: #37a3a0;
    font-weight: 700;
    font-size: 20px;
    margin-left: 15px;
}

.faq-section .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eeeeee;
}

.faq-section #faqHeading {
    font-weight: 500;
    letter-spacing: -0.2px;
    margin-top: 10px;
    text-align: center;
    color: #23426c;
    font-size: 36px;
    margin-bottom: 40px;
}

.faq-section:after {
    /* background-color: #a6a6a6; */
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
}

.faq-section .custom-plus-button span.button-icon {
    align-items: center;
    background-color: #8471b3;
    border-radius: 50%;
    display: flex;
    height: 54px;
    justify-content: center;
    margin: 0;
    width: 54px;
    position: relative;
    line-height: 0;
}

.faq-section .custom-plus-button .button-icon svg.svg-icon {
    fill: currentColor;
    color: #ffffff;
    stroke: none;
    transform: rotate(0);
    transform-origin: center;
    transition: transform 0.25s ease-out;
}

.faq-section .custom-plus-button span.button-text {
    font-size: 15px;
    line-height: 1.133em;
    margin-left: 19px;
    color: #1b1b1b;
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.faq-section a.custom-plus-button {
    padding: 0 0 0 0 !important;
    background-color: transparent;
    border: 0;
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

body {
    overflow-x: hidden;
}

/* =========== FAQ section CSS ends here ============ */
/* ============== Scroll-To-Top button CSS starts here =============== */
#scroll-to-top-button {
    background-color: #88b945;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
}

#scroll-to-top-button::after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: 600;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #ffffff;
}

#scroll-to-top-button:hover {
    cursor: pointer;
    background-color: #37a3a0;
}

#scroll-to-top-button:active,
#scroll-to-top-button:focus {
    background-color: #88b945;
}

#scroll-to-top-button.show {
    opacity: 1;
    visibility: visible;
}

/* ============== Scroll-To-Top button CSS ends here =============== */