/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
 */




@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

@font-face {
    font-family: 'AmazonEmber';
    src: url('./fonts/AmazonEmber-Regular.eot');
    src: url('./fonts/AmazonEmber-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/AmazonEmber-Regular.woff2') format('woff2'),
        url('./fonts/AmazonEmber-Regular.woff') format('woff'),
        url('./fonts/AmazonEmber-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('./fonts/Helvetica-Bold.eot');
    src: url('./fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Helvetica-Bold.woff2') format('woff2'),
        url('./fonts/Helvetica-Bold.woff') format('woff'),
        url('./fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('./fonts/Helvetica.eot');
    src: url('./fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Helvetica.woff2') format('woff2'),
        url('./fonts/Helvetica.woff') format('woff'),
        url('./fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.policy-section h2 {
    font-size: 42px;
}

section.safety:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: -1;
}

section.safety {
    padding: 130px 0px;
    text-align: center;
    background-position: center;
    position: relative;
    color: white;
    z-index: 0;
    background-attachment: fixed;
}

.safety-caption {
    padding: 0 60px;
}

.safety-caption h2 {
    color: white;
    padding-bottom: 10px;
}

a.ast-builder-social-element.ast-inline-flex.ast-twitter.footer-social-item svg {
    fill: white;
    padding: 9px;
}

a.ast-builder-social-element.ast-inline-flex.ast-twitter.footer-social-item {
    background: black;
    border-radius: 50%;
    color: white;
}

a.ast-builder-social-element.ast-inline-flex.ast-instagram.footer-social-item svg {
    fill: white;
    padding: 10px;
    background: transparent;
}

a.ast-builder-social-element.ast-inline-flex.ast-instagram.footer-social-item {
    background: black;
    border-radius: 50%;
}

a.ast-builder-social-element.ast-inline-flex.ast-youtube.footer-social-item svg {
    fill: white;
    padding: 10px;
}

a.ast-builder-social-element.ast-inline-flex.ast-youtube.footer-social-item {
    background: black;
    border-radius: 50%;
}

.privacy-links {
    text-align: center;
}

.site-footer {
    padding: 40px 15px 0px;
    background: white;
    border-top: 1px solid #e7e7e7;
}

h2.widget-title {
    color: black;
    font-size: 26px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.ast-container {
    display: block !important;
}

.ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-builder-grid-row-no-center {
    height: 91px;
}

.site-header-section {
    justify-content: space-between;
}

.site-primary-header-wrap {
    height: 91px;
    background: white;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 0 45px !important;
    position: absolute;
    left: 0;
    margin-top: 30px;
    right: 0;
}

.container {
    max-width: 1640px;
    margin: auto;
    padding: 0 15px;
}

.contact-us {
    margin: 0px 25px;
    /* border: 1px solid #ccc; */
    padding: 25px;
    border-radius: 10px;
    width: 60%;
}

.cont-pic img {
    height: 100%;
}

.cont-pic {
    max-width: 50%;
}

.box img {
    max-height: 39px;
}

.contact-us input,
.contact-us textarea {
    border: 1px solid #ccc;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: black;
    color: white;
    padding: 20px 40px !important;
}

.contact-us p label {
    font-size: 20px;
}

section.banner {
    min-height: 1000px;
}

.banner-caption {
    position: absolute;
    top: 50%;
    max-width: 800px;
    transform: translateY(20%);
    left: 45%;
}

.banner-caption h4 {
    color: #FFFFFF;
    font-size: 32px;
    font-family: 'AmazonEmber';
    font-weight: normal;
}

.banner-caption h2 {
    color: white;
    font-family: "Audiowide", sans-serif;
    font-size: 60px;
    font-weight: normal;
}

.banner-caption p {
    font-size: 28px;
    font-family: 'AmazonEmber';
    color: white;
    line-height: 32px;
    padding: 20px 0px;
    margin-bottom: 20px;
}

a.enquire {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    width: 187px;
    display: flex;
    height: 48px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-weight: bold;
    font-size: 22px;
}

a.enquire:hover {
    background: #ff7a0a;
    color: white;
}

a.read-more {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    width: 152px;
    display: flex;
    height: 48px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}

a.read-more:hover {
    background: #ff7a0a;
    color: white;
}

section.why-choose {
    padding: 60px 0px;
}

.box-all {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.why-choose h1 {
    text-align: center;
    font-size: 42px;
    color: black;
    line-height: 55px;
    font-family: helvetica;
    font-weight: bold;
}

.box {
    max-width: 30.333%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 20px;
    padding: 67px 35px;
    margin: 60px 0px 0px;
}

.box h3 {
    padding: 30px 0px;
    font-size: 31px;
    line-height: 40px;
    color: black;
}

.box p {
    font-size: 23px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 0px;
}

section.black-orange {
    display: flex;
}

.exellence-main {
    display: flex;
    align-items: center;
}

.exellence-pic img {
    width: 100%;
}

.exellence-pic {
    width: 100%;
}

.exellence-content {
    width: 100%;
}

.exellence-content h2 {
    font-size: 42px;
    padding-bottom: 15px;
}

.exellence-main {
    display: flex;
    align-items: center;
    margin: 50px 0px;
    gap: 50px;
}

.about-content p {
    margin-bottom: 0px;
}

.about-partnership .partner-main {
    gap: 80px;
}

.black-box,
.orange-box {
    width: 100%;
    padding: 150px 269px;
}

.black-orange h3 {
    font-size: 42px;
    color: white;
}

.black-orange p {
    color: white;
    font-size: 22px;
    line-height: 28px;
    padding: 20px 0px 0px;
}

.compermise-box {
    max-width: 621px;
    background: white;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    padding: 40px 40px;
    position: absolute;
    bottom: -115px;
    animation: fadeInUp 1s ease backwards;
}

.compermise-box h2 {
    font-size: 42px;
    font-weight: bold;
    color: black;
}

.compermise-box p {
    color: black;
    font-size: 22px;
    line-height: 28px;
    padding: 17px 0px;
    margin-bottom: 0px;
}

.compermise-box .get-instant a:hover {
    border: none;
}

.action {
    display: flex;
    align-items: center;
    margin: 25px 0px;
    gap: 20px;
}

.get-started a {
    background: #FF7A0A 0% 0% no-repeat padding-box;
    border-radius: 8px;
    color: #FFFFFF;
}

.get-instant a {
    border: 1px solid #000000;
    border-radius: 8px;
    width: 207px;
}

section.no-compermise {
    background-size: cover;
    min-height: 900px;
    position: relative;
}

.on-demand-main {
    display: flex;
    align-items: center;
}

.on-demand-main h2 {
    font-size: 42px;
    max-width: 600px;
    color: black;
}

.on-demand-main p {
    font-size: 22px;
    line-height: 28px;
    color: black;
    margin: 15px 0px;
}

.left-content,
.demand-pic {
    width: 50%;
}

.on-demand-main {
    display: flex;
    align-items: center;
    gap: 88px;
    margin-bottom: 50px;
}

.on-demand-main a {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 8px;
    color: white;
    margin: 25px 0px;
}

section.on-demand {
    margin-top: 80px;
    padding-top: 100px;
}

.partner-main {
    display: flex;
    align-items: center;
    gap: 170px;
}

.partnership-content {
    /* width: 100%; */
    /* padding-right: 190px; */
}

.partnership-pic {
    /* width: 70%; */
}

section.partnership {
    padding: 65px 0px 40px;
}

.partnership-content h2 {
    color: white;
    font-size: 42px;
}

.partnership-content p {
    color: white;
    font-size: 22px;
    margin: 0;
    padding: 15px 0px 25px;
}

.news-descrip h2 {
    color: black;
    font-size: 42px;
    padding-bottom: 5px;
}

.news-descrip p {
    font-size: 22px;
    line-height: 28px;
    color: #000;
}



section.news {
    padding: 60px 0px;
}

.logistic-caption h2 {
    font-size: 42px;
    color: white;
}


section.logistic-bg {
    padding: 80px 0px;
}

.logistic-caption {
    max-width: 843px;
}

.logistic-caption p {
    font-size: 22px;
    line-height: 28px;
    color: white;
    margin: 15px 0px 0px;
}

.logistic-action {
    display: flex;
    margin: 50px 0px 0px;
    gap: 25px;
}


.book-load a {
    width: 209px;
}

.connect-expert a {
    width: 262px;
    background: transparent;
    border: 1px solid #fff;
    color: white;
    font-weight: normal;
}

.connect-expert a:hover {
    border: 1px solid #ff7a0a;
}

.partnership a.read-more:hover {
    background: black;
}

.site-footer li a:hover {
    color: #ff7a0a;
}

.footer-social-inner-wrap a:hover {
    transform: scale(1.1);
}

.foot-logo {
    margin: 70px 0px;
}

.foot-first h3 {
    color: black;
    font-size: 26px;
    padding-bottom: 10px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    align-items: center;
}

footer hr {
    height: 2px;
    margin-bottom: 15px;
}

.copywrite p {
    color: black;
    font-size: 22px;
    margin: 0;
}

.privacy-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.privacy-links li a {
    color: black;
    font-size: 18px;
}



.privacy-links li {
    display: inline-block;
    padding: 0 15px;
    border-right: 2px solid;
    line-height: 17px;
}

.privacy-links li:last-child {
    border: none;
}

.social-items ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.social-items ul li {
    display: inline-block;
    padding-right: 5px;
}


.social-items ul li:last-child {
    padding-right: 0px;
}

.footer-bottom-last {
    margin-top: 100px;
}


.footer-menu-1 {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-menu-1 li a {
    color: black;
    font-size: 22px;
}

.foot-nav-items {
    display: flex;
    justify-content: flex-start;
    gap: 110px;
    margin-top: 75px;
}

.news .posts {
    display: flex;
    gap: 45px;
}

.post-box {
    width: 33%;
    border: 1px solid #707070;
    border-radius: 10px;
}

.post-pic img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.post-content {
    padding: 15px 20px;
}

span.post-category {
    color: #000000;
    font-size: 20px;
}

.post-title {
    padding: 8px 0px 10px;
}

.post-title h2 {
    line-height: 28px;
    min-height: 75px;
}

.post-title a {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    padding: 20px 0px 10px;
    min-height: 79px;
}

.post-title a:hover {
    color: black;
}

.post-date span {
    color: #000000;
    font-size: 20px;
    line-height: 28px;
}

.partnership a.read-more {
    width: 176px;
    height: 54px;
    font-size: 24px;
}





.detail-box .content p {
    margin-bottom: 0px;
    color: black;
}

.menu li a {
    color: black;
    font-size: 22px;
}

.map {
    width: 50%;
}

.contact-main {
    display: flex;
    gap: 50px;
    margin: 95px 0px;
    justify-content: center;
}

.detail-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 2px 3px 8px rgb(197 197 197 / 40%);
    padding: 36px 35px;
    margin-bottom: 25px;
    width: 33%;
}

section.banner-contact,
section.about-banner {
    min-height: 400px;
}

.detail-box .content a {
    color: black;
}

section.banner-blog {
    min-height: 400px;
}

.post-description p {
    color: black;
    margin-bottom: 15px;
}

.contact-us textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 130px;
}


.about-main {
    text-align: center;
    margin: 70px 0px;
}


.about-content h2 {
    padding-bottom: 20px;
    font-size: 42px;
}


section.about-partnership {
    /* background: #ff6e08; */
    /* background-image: url('	https://sglc.ca/wp-content/uploads/2024/08/SL_060521_43530_09@2x.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}

.single-blog-main {
    margin: 180px auto;
    max-width: 1020px;
}

.single-post-thumbnail img {
    width: 100%;
    height: 100%;
}

.single-blog-main article {
    height: 100%;
}

section.values {
    text-align: center;
}

.values h2 {
    font-size: 42px;
}

.values-main {
    display: flex;
    margin: 50px 0px 0px;
}

.value-box h2 {
    font-size: 30px;
    padding: 15px 0px;
}

.value-box {
    width: 33.33%;
    padding: 0 70px;
}

section.values {
    text-align: center;
    padding: 80px 0px;
    background: #f5f5f5;
}

.value-box p {
    margin: 0;
}

p,
strong,
li {
    color: black;
}

.policy-section ul {
    margin: 0 20px;
}

.policy-section p {
    margin: 10px 0;
}

.policy-section p strong {
    font-size: 25px;
}

.copywrite,
.copywrite a {
    color: black;
    font-size: 18px;
}

.copywrite a {
    color: #ff7906;
}

.exp-dedicated {
    display: flex;
    align-items: center;
    margin: 70px 0px;
    gap: 30px;
}

.expert-pic,
.expert-content {
    width: 50%;
}

.expert h2 {
    text-align: center;
    font-size: 42px;
}

.expert-content h2 {
    text-align: left;
}

section.expert {
    padding: 60px 0px 0px;
}

.policy-section {
    margin: 50px 0px;
}

.post-content h2 a:hover {
    color: #ff7906;
}

.page-template-blog .news p {
    font-size: 25px;
}

.main-post-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
}

.post-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 7px;
}

.main-post-data .read-more a {
    color: #ff7906;
}

@media (min-width:1024px) and (max-width:1440px) {

    .black-box,
    .orange-box {
        padding: 50px 29px;
    }

    .partnership-content {
        width: 100%;
        padding-right: 0;
    }

    .post-title {
        color: #000000;
        font-size: 15px;
        font-weight: bold;
        line-height: 23px;
        padding: 20px 0px 10px;
        min-height: 94px;
    }

    .box {
        max-width: 30.333%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #707070;
        border-radius: 20px;
        padding: 40px 18px;
        margin: 60px 0px 0px;
    }

    .on-demand-main h2 {
        font-size: 30px;
        max-width: 500px;
        color: black;
    }

    .privacy-links li {
        padding: 0 10px;
    }
}




@media (max-width:1023px) {
    .box-all {
        display: block;
    }

    .about-partnership .partnership-content {
        padding-top: 15px;
    }

    .exp-dedicated p {
        text-align: center;
    }

    .site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section {
        margin-left: auto;
    }

    .value-box h2 {
        font-size: 24px;
    }

    .values h2 {
        font-size: 30px;
    }

    .expert h2 {
        text-align: center;
        font-size: 30px;
    }

    .expert-pic {
        margin-bottom: 25px;
    }

    .expert-pic,
    .expert-content {
        width: 100%;
    }

    .value-box {
        width: 100%;
        padding: 20px 40px;
    }

    /* .values-main {
        display: block;
        margin: 50px 0px 0px;
    } */

    .about-content h2 {
        font-size: 30px;
    }

    .exp-dedicated {
        display: block;
    }

    .under-sonstruction {
        padding: 90px 0px 0px;
    }

    button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal {
        background: black;
    }

    .contact-us {
        margin: 0px;
        /* border: 1px solid #ccc; */
        padding: 0px;
        padding-bottom: 30px;
        border-radius: 10px;
        width: 100%;
    }

    .cont-pic {
        max-width: 100%;
        margin-top: 20px;
    }

    .contact-info {
        margin: 0 20px;
    }

    .map {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-main {
        display: block;
    }

    button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal.toggled {
        background: black;
    }

    ul#ast-hf-mobile-menu {
        padding-top: 113px;
    }

    .site-primary-header-wrap {
        padding: 0 5px !important;
    }

    .foot-first h3 {
        font-size: 20px;
    }

    .footer-bottom-last {
        margin-top: 40px;
    }

    .footer-menu-1 li a {
        font-size: 18px;
    }

    section.banner {
        min-height: 575px;
    }

    .ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-button-1 {
        margin: 10px 10px;
        padding-bottom: 10px;
    }

    .box {
        max-width: 100%;
        margin: 30px 0px 0px;
        padding: 67px 18px;
    }

    section.black-orange {
        display: block;
    }

    .black-box,
    .orange-box {
        width: auto;
        padding: 50px 40px;
    }

    .compermise-box {
        max-width: 100%;
        background: white;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 20px;
        padding: 40px 20px;
        position: absolute;
        bottom: -115px;
        left: 0;
        margin: 0 10px;
    }

    .on-demand-main {
        display: block;
    }

    .left-content,
    .demand-pic {
        width: 100%;
    }

    /* .partner-main {
        display: block;
    } */

    .partnership-content {
        width: 100%;
        padding-right: 0;
    }

    .news .posts {
        display: block;
    }

    .post-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .logistic-action {
        display: block;
    }

    .foot-nav-items {
        display: block;
    }

    .action {
        display: block;
    }

    .banner-caption h2 {
        color: white;
        font-family: "Audiowide", sans-serif;
        font-size: 27px;
        font-weight: normal;
    }

    .why-choose h1 {
        text-align: center;
        font-size: 30px;
        color: black;
        line-height: normal;
        font-family: helvetica;
        font-weight: bold;
    }

    .box h3 {
        padding: 25px 0px;
        font-size: 20px;
        line-height: normal;
        color: black;
    }

    .box p {
        font-size: 18px;
        color: #000000;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .black-orange h3 {
        font-size: 28px;
        color: white;
    }

    .black-orange p {
        color: white;
        font-size: 18px;
        line-height: 28px;
        padding: 20px 0px 0px;
    }

    .compermise-box h2 {
        font-size: 22px;
        font-weight: bold;
        color: black;
    }

    .compermise-box p {
        color: black;
        font-size: 18px;
        line-height: 25px;
        padding: 17px 0px;
        margin-bottom: 0px;
    }

    .get-started {
        margin-bottom: 15px;
    }

    .get-started a,
    .get-instant a {
        width: auto;
    }

    .on-demand-main h2 {
        font-size: 27px;
        max-width: 500px;
        color: black;
    }

    .on-demand-main p {
        font-size: 18px;
        line-height: 28px;
        color: black;
        margin: 15px 0px;
    }

    .partnership-content h2 {
        color: white;
        font-size: 30px;
    }

    .news-descrip h2 {
        color: black;
        font-size: 30px;
        padding-bottom: 5px;
    }

    .news-descrip p {
        font-size: 18px;
        line-height: 28px;
        color: #000;
    }

    .post-title {
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
        padding: 20px 0px 10px;
        min-height: 94px;
    }

    .logistic-caption h2 {
        font-size: 20px;
        color: white;
    }

    .logistic-caption p {
        font-size: 18px;
        line-height: 28px;
        color: white;
        margin: 15px 0px 0px;
    }

    .book-load a,
    .connect-expert a {
        width: auto;
    }

    .book-load {
        margin-bottom: 15px;
    }

    .footer-menu-1 {
        margin-bottom: 40px;
    }

    .footer-bottom {
        display: block;
        justify-content: space-between;
        padding: 20px 0px;
        text-align: center;
    }

    .copywrite p {
        color: black;
        font-size: 18px;
        margin-bottom: 0;
    }

    .privacy-links {
        padding: 15px 0px;
    }

    .privacy-links li {
        display: inline-block;
        padding: 0 10px;
        border-right: 2px solid;
        line-height: 16px;
    }

    .privacy-links li a {
        color: black;
        font-size: 18px;
    }


    .partnership-pic {
        width: 100%;
        margin-top: 30px;
    }

    .left-content,
    .demand-pic {
        width: 100%;
        margin-bottom: 30px;
    }

    section.no-compermise {
        background-size: cover;
        min-height: 500px;
        position: relative;
        background-position: -150px -200px;
    }
}

/* About Us */

.who-we .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.who-we .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.who-we .col-2 {
    padding-left: 60px;
}

.who-we hr {
    width: 15%;
    height: 11px;
    background-color: #ff7906 !important;
}

.who-we a {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 8px;
    color: white;
    margin: 25px 0px;
    width: 152px;
    display: flex;
    height: 48px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}

.who-we a:hover {
    background-color: #ff7906;
}

.our-values {
    position: relative;
}

.our-values:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    top: 0;
    left: 0;
    z-index: 0;
}

.values-main {
    gap: 60px;
}

.value-box {
    width: 33.33%;
    padding: 43px 39px;
    border-radius: 13px;
    background-color: white;
    border-bottom: 8px solid #ff6e08;
}

.our-values .container {
    padding: 130px 15px;
    z-index: 999;
    position: relative;
}

.value-heading {
    color: white;
    text-align: center;
    text-shadow: 1px 4px 11px black;
}

.partnership-content {
    width: 60%;
}

.partnership-pic img {
    border-radius: 13px;
}

.partnership-pic {
    width: 40%;
}

.about-partnership .container {
    padding: 50px 15px;
}

.about-partnership a {
    border: 1px solid #000000;
    border-radius: 8px;
    width: 207px;
    color: white;
    display: flex;
    height: 48px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    background-color: #000000;
}

.about-partnership a:hover {
    background-color: white;
    color: #000;
}

.why-choose-us .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.why-choose-us .col-why-choose {
    width: 33%;
    padding: 35px 20px;
    text-align: center;
    border: 1px solid #ff6e08;
    border-radius: 13px;
    margin-top: 50px;
}

.why-choose-us .col-why-choose:hover {
    box-shadow: 8px 8px #ff7008;
    transform: scale(1.01);
    transition: 0.2s;
}

.why-choose-us .container {
    padding: 80px 15px;
}

.why-choose-us .col-why-choose p {
    margin-bottom: 0px !important;
    padding-top: 15px;
}
.who-we h2{
    font-size: 42px;
    color: black;
    line-height: 55px;
    font-family: helvetica;
    font-weight: bold;
}
.who-we .col-2 p{
    font-size: 22px !important;
    line-height: 28px !important;
    color: black;
    margin: 15px 0px !important;
}
.value-box h2{
    color: #000;
}
.col-why-choose h3{
    color: #000;
}
.why-choose-us h2{
    color: #000;
}

@media screen and (max-width:1024px) {
    .who-we .col-2 {
        padding-left: 30px;
    }

    .values-main {
        gap: 20px;
    }

    .banner-caption {
        left: 40%;
    }

    .partnership-content p {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .banner-caption {
        left: 35%;
    }
    .who-we .col-2 {
        padding-left: 0px;
    }

    .who-we .row {
        flex-direction: column-reverse;
    }

    .who-we .col-2 {
        width: 100% !important;
    }

    .who-we .col-1 {
        width: 100% !important;
    }

    .value-box {
        width: 100% !important;
    }

    .values-main {
        flex-direction: column;
    }

    .our-values .container {
        padding: 60px 15px;
    }

    .why-choose-us .row {

        gap: 10px;
        flex-direction: column;
    }

    .why-choose-us .col-why-choose {
        width: 100%;
        margin-top: 24px;
    }

    .partnership-content {
        width: 100%;
    }

    .partnership-pic {
        width: 100%;
    }

    .partner-main {
        flex-direction: column;
    }

    .about-partnership .partner-main {
        gap: 20px;
    }

    section.about-partnership {
        padding: 0;
    }

}

.form input {
    padding: 25px 16px !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #f0f0f0;
    border: none;
    box-shadow: 0px -1px 13px 0px #8080801a;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: #f0f0f0;
    border: none;
    box-shadow: 0px -1px 13px 0px #8080801a;
}

.contact-details {
    display: flex;
}

.detail-box-1 {
    /* background-image: url('http://sglc.ca/wp-content/uploads/2024/08/Group-15299.jpg'); */
    background-color: #ff7906;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 130px 35px;
    background-size: cover;
    width: 33.33%;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
}

.detail-box-2 {
    /* background-image: url('http://sglc.ca/wp-content/uploads/2024/08/Group-15302.jpg'); */
    background-color: #034369;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 130px 35px;
    background-size: cover;
    width: 33.33%;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
}

.detail-box-3 {
    /* background-image: url('http://sglc.ca/wp-content/uploads/2024/08/Group-15306.jpg'); */
    background-color: black;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 130px 35px;
    background-size: cover;
    width: 33.33%;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-details h3 {
    color: white;
}

.contact-details p {
    color: white;
    margin-bottom: 0px;
}

.contact-details a {
    color: white;
}

.contact-details img {
    filter: invert(1);
    height: 40px;
}

.single-post-thumbnail img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}

/* #content .ast-container{
    display: flex !important;
} */

.single-blog-flex {
    display: flex !important;
}

div#secondary {
    margin-top: 252px !important;
}

.single-blog-main {
    margin: 180px auto;
    max-width: 1630px !important;
}

@media screen and (max-width:824px) {
    .contact-details {
        flex-direction: column;
    }

    .detail-box-1 {
        width: 100%;
        padding: 70px 35px;
        justify-content: flex-start;
    }

    .detail-box-2 {
        width: 100%;
        padding: 70px 35px;
        justify-content: flex-start;
    }

    .detail-box-3 {
        width: 100%;
        padding: 70px 35px;
        justify-content: flex-start;
    }
}

.solutions .row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.sol-container {
    padding-top: 80px;
}

.solutions h2 {
    font-size: 42px;
    max-width: 600px;
    color: black;
}

.solutions p {
    font-size: 22px;
    line-height: 28px;
    color: black;
    margin: 15px 0px;
}

.solutions img {
    max-width: 85% !important;
    border-radius: 13px;
}

.solution-main h1 {
    text-align: center;
    font-size: 42px;
    color: black;
    line-height: 55px;
    font-family: helvetica;
    font-weight: bold;
}

.solution-main p {
    width: 75% !important;
    text-align: center;
}

.solution-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.solutions hr {
    width: 15%;
    height: 11px;
    background-color: #ff7906 !important;
}

.why-solutions .row{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.why-solutions{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
    padding-bottom: 20px;
    margin-top: 30px;
}
.solution-2-col{
    padding:20px ;
}
.why-solutions h2{
    text-align: center;
    font-size: 42px;
    color: black;
    line-height: 55px;
    font-family: helvetica;
    font-weight: bold;
}
.solution-2-col h3{
    color: #000;
    margin-top: 10px;
}
.contact-solution .row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
gap: 50px;
}
.contact-col-1{
    width: 60%;
}
.contact-col-2{
    width: 40%;
}
.contact-solution h2{
    color: white;
    font-size: 42px;
}
.contact-solution p{
    font-size: 22px;
    line-height: 28px;
    color: white;
    margin: 15px 0px;
}
.contact-solution a {
    border: 1px solid #000000;
    border-radius: 8px;
    width: 207px;
    color: white;
    display: flex;
    height: 48px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    background-color: #000000;
}
.contact-solution img{
    border-radius: 13px;
}

.form h2 {
    color: black;
    margin-bottom: 30px;
    font-size: 42px;
}
@media screen and (max-width:1200px) {
    .form h2 {
        color: black;
        margin-bottom: 30px;
        font-size: 30px;
    }
    .solutions h2 {
        font-size: 30px;
        max-width: 500px;
        color: black;
    }
    .solutions p {
        font-size: 18px;
        line-height: 25px;
    }
    .contact-solution p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (max-width:1024px) {
    .who-we h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .who-we .col-2 p {
        font-size: 18px !important;
    }
    .why-choose-us h2 {
        font-size: 30px;
    }
    .value-heading {
        font-size: 30px;
    }
    .solution-main h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .solutions img {
        max-width: 90% !important;
    }
    .solutions .row {
        padding: 20px;
    }
    .solution-main p {
        width: 100% !important;
    }
    .why-solutions h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .why-solutions .row {
        margin-top: 0px;
    }
    .contact-solution h2 {
        font-size: 30px;
    }
}
@media screen and (max-width:767px) {
    .who-we .col-2 p {
        font-size: 16px !important;
    }
    .solutions .row {
        flex-direction: column;
    }
    .solution-col {
        width: 100% !important;
        padding-right: 0px !important;
    }
    .why-solutions .row {
        flex-direction: column;
    }
    .contact-solution .row {
        flex-direction: column;
    }
    .contact-col-1{
        width: 100%;
    }
    .contact-col-2{
        width: 100%;
    }
    .solutions p {
        font-size: 16px;
    }
    .row-rev{
        flex-direction: column-reverse !important;
    }
    .solutions h2 {
        font-size: 27px;
    }
    .solutions img {
        max-width: 100% !important;
    }
    .why-solutions {
        padding-top: 50px;
        margin-top: 50px;
    }
}


/* .page-id-8 .post-description p {
    display: none;
} */
.page-id-8 .post-categories {
    display: none;
}
/* .page-id-8 .read-more {
    display: none;
} */



/* Footer */

.widget_nav_menu li a {
    font-size: 18px;
}
.site-primary-footer-wrap {
    padding-bottom: 10px;
}
ul.wp-block-list li {
    margin-bottom: 10px;
    color: #000 !important;
}
ul.wp-block-list li a {
    color: #000 !important;
}
ul.wp-block-list li a:hover {
    color: #ff6e08 !important;
}
a.wp-block-button__link.wp-element-button {
    background: #fc7e07;
    color: white;
    border-radius: 8px;
    font-size: 18px;
}
a.wp-block-button__link.wp-element-button:hover {
    background: black;
    color: white;
}
@media screen and (max-width:905px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
        grid-template-columns: repeat(2, 1fr) ;
        gap: 40px;
    }
}
@media screen and (max-width:767px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

.single-blog-main header.entry-header .entry-title {
    font-size: 45px !important;
    color: black;
}
.single-blog-main  h2 {
    font-size: 35px !important;
}
header.entry-header .entry-meta, header.entry-header .entry-meta * {
    color: #ff7906;
    font-size: 18px !important;

}

.single .post-navigation a {
    color: #ff7906 !important;
}

@media screen and (max-width:1024px){
    .single-blog-main header.entry-header .entry-title {
        font-size: 30px !important;
    }
    .single-blog-main h2 {
        font-size: 25px !important;
    }
    .single-blog-main h3 {
        font-size: 22px !important;
    }
}
.orange-box{
    background-size: cover;
}
.black-box{
    background-size: cover;
}

.page-id-8 .banner-caption {
    position: absolute;
    top: 50%;
    max-width: 800px;
    transform: translateY(-50%);
    left: auto !important;
}
.wpcf7-submit {
    border-radius: 8px !important;
}
.wpcf7-submit:hover {
    background: #ff7906 !important;
}