@import "./../../../css/style-common.css";
@import "./../../../css/style-e.css";
@import "./../../../css/style-N.css";

.network-hr.top {
    margin: 0 0 2rem !important;
}

.about-third-block-sec h2 {
    max-width: 100%;
}

.global-pb {
    padding-bottom: 35px !important;
}

.service-detail-ctn.align-items-center img {
    height: 500px;
    object-fit: cover;
    object-position: left;
}

.network-hr {
    margin: 2rem 0 !important;
    width: 5rem !important;
    border-radius: 0.25rem !important;
    border-bottom: 0.2rem solid var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    opacity: 1;
}

#about-us-page .feature-thumb-bx-main,
#about-us-page .feature-thumb-bx-main:hover {
    box-shadow: none !important;
}

.top-section.service-detail-ctn-wrap {
    padding-top: 50px;
}

html body .container:not(header .container) {
    max-width: 1440px;
    padding: 0 40px;
}

.our-mission {
    display: none;
}

section.banner h1{
    margin-bottom: 8px;
}

body header .container{
    max-width: 1440px;
}

.about-us-text{
    line-height: 1.5;
}

section.banner h1{
    line-height: 1.2;
}

.global-pb .service-detail-ctn p{
    margin-bottom: 16px;
}

#about-us-page .service-detail-ctn p, 
#about-us-page .image-ctn-sm-block p{
    color: var(--text-color);
    font-size: 18px;
}

#about-us-page .image-ctn-sm-block a{
    color: var(--text-color);
}

.feature-thumb-bx-main h2{
    color: var(--primary-color);
}
.feature-thumb-bx-main h3{
    color: var(--primary-color);
}

.button-4.arrow{
    color: var(--text-color);
    border-color: var(--text-color);
}
.expolre-other-pages{
    h4{
        color: var(--text-color);
    }
}

@media (min-width: 1800px) {
    html body .container:not(header .container) {
        max-width: 1440px;
        padding: 0 40px;
    }
}

@media (max-width: 1000px) {
    .section-space-top {
        padding-top: 40px;
    }
    .space-bottom {
        padding-bottom: 30px;
    }
    .section-space-bottom {
        padding-bottom: 40px;
    }
    body header .container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    html body .container:not(header .container) {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .top-section.service-detail-ctn-wrap {
        padding-top: 130px;
    }
}
