body, html{
    overflow-x: hidden;
}

body .container {
    max-width: 1600px;
    position: relative;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    body .container {
        max-width: 1340px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    body .container {
        max-width: 1240px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    body .container {
        max-width: 1130px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    body .container {
        max-width: 900px;
    }
}

body a {
    text-decoration: unset;
}
main {
    /* margin-top: 100px; */
}
.get-in-touch {
    font-family: Poppins, sans-serif;
    /* font-family: 'Gilroy-Medium', sans-serif; */
    background-color: #fff;
    padding: 60px 0;
    border-bottom: 1px solid #d3d3d3;
}
.get-in-touch .row {
    justify-content: space-between;
}
.get-in-touch h2 {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-style: normal;
    margin-bottom: 20px;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.2;
}

.get-in-touch p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: inherit;
}

.get-in-touch h5 {
    color: #314252;
    font-family: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.get-in-touch .connect_awards_main {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.get-in-touch .connect_awards_main .connect_item_awards {
    display: flex;
    align-items: center;
    gap: 10px;
}

.get-in-touch .connect_item_awards h6 {
    color: #314252;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: inherit;
}

.get-in-touch .contact_info_web {
    margin-top: 30px;
}

.get-in-touch .contact_info_profile a {
    color: #314252;
    font-size: 15px;
    line-height: 26px;
    transition: .2s ease-in-out;
}

.get-in-touch .contact_info_profile a:hover {
    color: #f47a1f;
}

.get-in-touch .contact-form {
    background: #fff;
    box-shadow: 0 0 50px rgba(40, 36, 54, .05);
    padding: 50px 30px;
    max-width: 95%;
    margin-left: auto;
}

.get-in-touch .contact-form h3 {
    color: #314252;
    font-style: normal;
    margin-bottom: 20px;
}


.get-in-touch .contact-form form p {
    margin: 0;
}
.get-in-touch .contact-form p > span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}


.get-in-touch .contact-form input, .get-in-touch .contact-form textarea {
    display: block;
    border: unset;
    border-bottom: 2px solid #d3d3d3;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.get-in-touch .contact-form textarea{
    height: 100px;
}

.get-in-touch .contact-form input::placeholder, .get-in-touch .contact-form textarea::placeholder {
    color: #000;
}

.get-in-touch .contact-form input.wpcf7-submit {
    background: #fff;
    border: 2px solid #f47a1f;
    border-radius: 50px;
    color: #f47a1f;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    display: block;
    font-size: 15px;
    height: 40px;
    margin: 30px 0 0;
    width: 150px;
    line-height: 1;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.get-in-touch .contact-form input.wpcf7-submit:hover {
    background-color: #f47a1f;
    color: #fff;
}

.get-in-touch .contact-form span.wpcf7-spinner {position: absolute;}
.get-in-touch .contact-form form p.privacy-content {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

.get-in-touch .contact-form form p.privacy-content a {
    color: #f47a1f;
}

.get-in-touch .contact_info_item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

/* Blog Main Page _Start */

.header-spacing {
    margin-top: 85px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.nav-tabs {
    gap: 30px;
    border-bottom: 0;
}

.nav-tabs .dropdown-toggle::after {
    display: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--clr-pri);
    border-color: var(--clr-pri);
}

.nav-pills .nav-link {
    border-radius: 25px;
    padding: 15px 20px;
    line-height: 1.2;
    background: #F8F8F8;
    color: #898989;
}

.nav-tabs .dropdown-menu {
    overflow: hidden;
    border-radius: unset;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--clr-pri);
}
.search-input {
    border: unset;
    border-bottom: 1px solid #EAEAEA;
    padding: 10px 10px;
    padding-left: 35px;
}

.tabs-wrap {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.search-button {
    border: unset;
    background-color: unset;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.search-form {
    position: relative;
}
.btn-pri {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 55px;
    background-color: var(--clr-pri);
    color: #fff;
    border-radius: 50px;
    text-decoration: unset;
    display: inline-block;
}
.sub-banner h2 {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}

.sub-banner h2 span {
    color: var(--clr-pri);
}
.sub-banner p {
    color: #fff;
    max-width: 700px;
    font-size: 22px;
    margin-bottom: 40px;
}
.sub-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1920/630;
    display: flex;
    align-items: center;
}
/* Blog Main Page _End */


/* Blog Card CSS _Start */
.blog-card {
    margin-bottom: 40px;
}
.blog-card .image {
    position: relative;
    z-index: -1;
}
.blog-card .image img {
    aspect-ratio: 527/297;
    object-fit: cover;
    width: 100%;
    object-position: center;
    border-radius: 20px;
}

.blog-card .content {
    padding: 25px 30px;
    border-radius: 20px;
    margin-left: 30px;
    background-color: #ffffff;
    margin-top: -20px;
}

.blog-card .content .cat,
.popular-card .content .cat {
    background-color: var(--clr-pri);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    padding: 5px 18px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blog-card .content h3 a {
    color: #324251;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    font-weight: 600;
    font-size: 26px;
    text-decoration: none;
}

.blog-card .content h3 {
    margin-bottom: 15px;
}

.blog-card .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.blog-card .details {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--Paragraph, #898989);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.blog-card .details .read-more {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #314252;
    text-decoration: none;
}
/* Popular Card CSS _Start */
.popular-card {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
    margin-bottom: 30px;
}

.popular-card .image-wrap img {
    aspect-ratio: 208/130;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.popular-card .image-wrap {
    flex: 0 0 200px;
}

.popular-card .content h3 {
    font-size: 18px;
    font-weight: 500;
    text-decoration: unset;
}

.popular-card .content h3 a {
    text-decoration: unset;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.popular-card .content .cat {
    margin-bottom: 10px;
}
/* Popular Card CSS _End */

 @media (min-width: 100px) and (max-width: 991px){
     .get-in-touch .connect_awards_main {
        flex-direction: column;
        align-items: start;
    }
 }