@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;500;700&display=swap');

* {
    font-family: 'Red Hat Text', sans-serif;
}

.topheader .contactDetail li a {
    font-size: 14px !important;
}

#main-header.fixed {
    background-color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 1px 2px 5px;
}

#main-header.fixed .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}



.fullImage {
    width: 31%;
}

section.welcomeSection p {
    font-size: 16px;
}

.blockInner {
    margin-top: auto;
}

.testimonialSlider .block {
    min-height: 635px;
    display: flex;
    flex-direction: column;
}

section.banner .bannerText h2 {
    font-size: 30px;
}

section.badgeSection .badgeInner {
    justify-content: space-between;
}

.slick-dots li.slick-active button {
    background-color: #1c86c3;
}

.footer {
    background-color: rgba(255, 200, 96, 0.6) !important;
}

.subscribe .forminner input[type="submit"] {
    background-image: url(../images/Group58.png) !important;
}

h2.secHeading {
    font-size: 38px;
    font-weight: 500;
}

section.whoweSection .text p,
.testimonialSlider .block p,
footer .footerContent p {
    font-size: 16px;
}

h3.supoortingsecHeading {
    font-size: 20px;
}

section.businessSection .businessBlock .icon a img {
    max-width: 100%;
}

section.businessSection .businessBlock .text {
    display: block;
}

section.businessSection .businessBlock .text .icon {
    padding: 0;
}

section.businessSection .businessBlock .text .detail {
    padding: 15px 0;
    border-left: none;
}

section.businessSection .businessBlock .text .detail a {
    text-decoration: none;
}

.btn.button-pink:hover {
    border: 1px solid #ffa000 !important;
}

.btn.button-pink {
    font-size: 16px !important;
}

.btn.button-pink {
    margin-bottom: 10px;
}

.contactUscontent img {
    background: transparent;

}

.portfolio-filter-nav li a {
    cursor: pointer;
}

.contactUscontentBlock .secHeading {
    text-align: left;
}

section.welcomeSection h3 span {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    display: block;
    margin: 0 auto;

}


label {
    font-weight: 500;
}

section.contactUs .contactUscontent p {
    color: #212529;
    font-size: 16px;
    text-align: left;
    width: 80%;
    margin: 0;
    margin-bottom: 40px;
}

footer .footerContent h2,
footer .footerContent p {
    color: #000;
}

.blog-detail-main .blog-post-img {
    max-width: 26%;
    float: left;
    margin-right: 10px;
}

.blog_left .blog-section-card {
    display: inline-block;
    margin-bottom: 20px;
}



.postDetail {
    padding: 10px 0;
}

@media (min-width:991px) {}


@media (max-width:767px) {
    section.banner .bannerText h2 {
        font-size: 22px;
        margin-top: 120px;
    }

    .fullImage {
        width: 0;
    }

    section.whoweSection .image,
    section.whoweSection .text {
        padding-left: 0;
    }

    .banner-content p {
        padding-top: 220px !important;
        padding-bottom: 60px !important;
    }

    .section.badgeSection .badgeInner {
        flex-direction: column;
    }

    section.badgeSection .badgeInner .block {
        margin-right: 0;
    }

    .topheader .social {
        display: block ruby;
        text-align: center;
        margin: 0;
        padding-left: 0;
    }

}

@media (max-width:550px) {
    .topheader.clearfix {
        display: flex;
        justify-content: center;
    }

    .topheader .social,
    .topheader .contactDetail {
        display: block ruby;
        text-align: center;
        margin: 0;
        padding-left: 0;
        float: none;
    }

}