/* single insights section*/

.first_section__single {
    background-image: url('../images/people-talking.png');
    padding: 170px 0px 140px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.third_section__single h2 {
    margin-bottom: 40px;
    font-family: 'Satoshi';
}

.third_section__single p {
    margin-bottom: 40px;
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 18px;
}

.third_section__single h3 {
    margin-bottom: 40px;
    margin-top: 40px;
    font-family: 'Satoshi';
}

.single_section_content {
    text-align: center;
}

.single_section_content a {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    padding: 6px 32px 9px 32px;
    background-color: #2B7272;
    border-radius: 45px;
}

.single_section_content a:hover {
    background-color: #FFFFFF;
    color: #2B7272;
    transition: 0.4s all ease;
    text-decoration: none;
}

.first_section_single_underline {
    height: 10px;
    background-color: #245656;
}

.single_section_content h2 {
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 64px;
    line-height: 82px;
    text-align: center;
    margin-top: 30px;
    color: #FFFFFF;
}

.single_insights_tabs h2 {
    text-align: center;
    font-family: 'Satoshi';
    font-size: 48px;
    line-height: 55px;
    color: #16000A;
    margin: 140px 0px 80px 0px;
}


/*third section single inslights*/

.third_section__single {
    padding-top: 60px;
}

.third_section_download_a a {
    font-family: 'Alliance No.1';
    font-size: 16px;
    color: #2B7272;
    padding: 10px 20px;
    border-radius: 45px;
    margin-left: -20px;
    transition: all 0.5s ease;
}

.third_section_download_a a:hover {
    color: white;
    background-color: #2B7272;
    text-decoration: none;
}

.svg_single_insights {
    margin-top: -4px;
    margin-left: 10px;
}

.svg_single_insights_path {
    stroke: #2B7272;
}

.third_section_download_a a:hover .svg_single_insights_path {
    stroke: white;
    transition: all 0.5s ease;
}

.third_section_content_img {
    width: 100%;
}

.third_section__single_content {
    padding-right: 20px;
}

.third_section__single .col-md-1 {
    -ms-flex: 0 0 5.333333%;
    flex: 0 0 5.333333%;
    max-width: 5.333333%;
}

.third_section__single_content .third_section_download_a:hover {
    color: #2B7272;
    text-decoration: none;
}

.third_section__single_content ul {
    margin-bottom: 35px;
}

.third_section__single_content li {
    font-family: 'Alliance No.1';
    font-size: 18px;
    color: #646464;
    margin-bottom: 10px;
}

.single_insights_ul li {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 18px;
    line-height: 31px;
    color: #646464;
}

.third_section_single_icons {
    display: flex;
    margin-top: 77px;
    margin-bottom: 40px;
}

.third_section_single_icons a {
    font-family: 'Alliance No.1';
    font-size: 18px;
    color: #2B7272;
    margin-right: 13px;
    height: 100%;
}

.third_section_single_img_box {
    display: flex;
    margin-bottom: 36px;
    position: relative;
}

.third_section_single_img_box .image-href {
    display: inline-block;
    width: 130px;
    overflow: hidden;
    border-radius: 5px;
}

.third_section_single_img_box .image-href img {
    object-fit: cover;
    transition: all 300ms ease;
}

.third_section_single_img_box .image-href img:hover {
    transform: scale(1.1);
}

.third_section_single_right_content {
    padding-left: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.third_section__single_content p {
    margin-bottom: 20px;
    font-family: 'Alliance No.1';
    font-size: 18px;
    line-height: 26px;
    color: #646464;
    transition: all 300ms ease;
}

.third_section__single_content a {
    text-decoration: none;
    color: #2B7272;
    transition: all 300ms ease;
}

.third_section__single_content a:hover {
    text-decoration: underline;
}

.third_section_download_a {
    margin-bottom: 80px;
}

.third_section_single_img_box img {
    border-radius: 5px;
}

.third_section__single_content h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 36px;
    line-height: 61px;
    color: #16000A;
}

.third_section__single_content h3 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 24px;
    line-height: 41px;
    color: #16000A;
}

.third_section_single_first_p {
    margin-top: 90px;
}

.third_section__single .img_description {
    text-align: center;
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    color: #717171;
    margin: 0px auto;
    max-width: 375px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.third_section_single_right_content a {
    text-decoration: none;
}

figure {
    max-width: 100%;
}

.third_section_single_img_box h4 {
    font-family: 'Alliance No.1';
    font-size: 14px;
    color: #2B7272;
    margin-bottom: 4px;
}

.third_section_single_img_box p {
    font-family: 'Satoshi';
    font-size: 14px;
    line-height: 18px;
    color: #16000A;
    max-width: 170px;
    margin-bottom: 0px;
    transition: all 300ms ease;
}

.third_section_single_img_box p:hover {
    opacity: 0.7;
}

.third_section_single_img_box .single_insights_read {
    font-family: 'Alliance No.1';
    color: #2B7272;
    position: relative;
    cursor: pointer;
    transition: all .4s ease;
    width: fit-content;
    font-size: 12px;
}

.third_section_single_img_box h4:hover {
    opacity: 0.7;
    transition: all .4s ease;
}

.third_section_single_img_box .single_insights_read::before {
    content: "\A";
    width: 6px;
    height: 6px;
    margin-left: 0px;
    margin-bottom: 2px;
    border-radius: 50%;
    background: #2B7272;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease;
}

.third_section_single_img_box .single_insights_read:hover {
    color: #2B7272;
    text-decoration: none;
    padding-left: 10px;
}

.third_section_single_img_box .single_insights_read:hover:before {
    opacity: 1;
}

.fifth_section_about_us button {
    background-color: #F4F0ED;
}

.third_section_single_icons p {
    font-weight: 700;
    font-family: "Alliance No.1", sans-serif;
    font-size: 18px;
    line-height: 31px;
    margin-right: 15px;
    color: #2B7272;
    margin-bottom: 0;
}

.third_section_single_icons a:hover {
    text-decoration: none;
}

.link_third_section_insignts_box:hover {
    text-decoration: none;
    cursor: pointer;
}

.third_section_single_icons path {
    fill: #2B7272;
}

.third_section_single_icons svg:hover path {
    fill: white;
    transition: 0.4s all ease;
}

.third_section_single_icons svg:hover circle {
    fill: #2B7272;
    transition: 0.4s all ease;
}

.single_tab:hover {
    border-bottom: 10px solid #2B7272;
}

.fifth_section_about_us {
    margin-bottom: 60px;
}

.single_section_content {
    text-align: center;
    padding-top: 95px;
}

.single_insights_sticky_box {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}

.insight-sidebar {
    margin-bottom: 73px;
}

@media only screen and (max-width: 991px) {
    .single_section_content h2 {
        font-size: 59px;
        line-height: 73px;
    }
}

@media only screen and (max-width: 767px) {
    .single_section_content h2 {
        font-size: 40px;
        line-height: 48px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 576px) {
    .single_section_content h2 {
        font-size: 32px;
        line-height: 41px;
        margin-top: 50px;
    }
}

@media (max-width: 1440px) {
    .third_section__single .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 9.666667%;
        max-width: 9.666667%;
        padding: 0px;
    }

    .row.tabs_row {
        margin-left: -22px;
        margin-right: 10px;
    }

    .tabs_row .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 1200px) {
    .header .container,
    .footer .container {
        max-width: 960px;
        padding: 0px;
    }

    .row.tabs_row {
        margin-left: -30px;
        margin-right: -15px;
    }

    .third_section__single .col-md-2 {
        -ms-flex: 0 0 0%;
        flex: 0 0 0%;
        max-width: 0%;
        padding: 0px;
    }

    .third_section__single .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 57%;
        max-width: 57%;
        margin-right: 7px;
    }

    .fifth_section_about_us .container {
        padding-right: 0px;
    }

    .fifth_section_about_us .container .col-md-8 {
        padding-right: 0px;
    }

    .fifth_section_about_us_form input {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .header .container,
    .footer .container {
        max-width: 720px;
        padding: 0px;
    }

    .row.tabs_row {
        margin: 0;
    }

    .third_section__single .col-md-6 {
        padding: 0px;
    }

    .third_section__single .col-md-1 {
        -ms-flex: 0 0 0%;
        flex: 0 0 0%;
        max-width: 0%;
        padding: 0px;
    }

    .third_section__single .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 7px;
    }

    .third_section__single .col-md-3 {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0px;
        padding: 0px;
    }

    .third_section__single .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .single_insights_sticky_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .third_section__single_content {
        padding-right: 0px;
    }

    .third_section__single .container {
        padding-right: 0px;
    }

    .fifth_section_about_us .fifth_section_newsletter_form h2 {
        font-family: 'Satoshi';
        font-size: 44px;
        line-height: 50px;
        color: #16000A;
        margin-bottom: 40px;
    }

    .single_section_content {
        text-align: center;
        padding-top: 0px;
    }
}

@media (max-width: 767px) {
    .single_insights_tabs .container,
    .header .container,
    .footer .container {
        max-width: 540px;
        padding: 0px;
    }

    .single_insights_tabs .container {
        padding: 0px 15px;
    }

    .row.tabs_row {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0px;
    }

    .row.tabs_row .col-md-4 {
        padding: 0px 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fifth_section_about_us_form input {
        width: 100%;
    }

    .fifth_section_about_us .col-md-8 {
        width: 540px;
        margin: 0px auto;
    }

    .fifth_section_about_us .container .col-md-8 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .fifth_section_about_us .fifth_section_newsletter_form h2 {
        font-family: 'Satoshi';
        font-size: 40px;
        line-height: 50px;
        color: #16000A;
        margin-bottom: 40px;
    }

    .single_section_content {

        padding-top: 0px;
    }

    .single_insights_tabs h2 {
        font-size: 38px;
        line-height: 45px;
    }
}

@media (max-width: 576px) {
    .header .container,
    .footer .container {
        max-width: 100%;
        padding: 0px 15px;
    }

    .third_section__single .col-md-3 {

        padding: 0px 15px;
    }

    .third_section__single .col-md-6 {

        padding: 0px 30px 0px 15px;
    }

    .row.tabs_row .col-md-4 {
        padding: 0px;
    }

    .fifth_section_about_us .container .col-md-8 {
        padding-right: 30px;
        padding-left: 15px;
    }

    .fifth_section_about_us {
        padding-top: 40px;
        padding-bottom: 46px;
    }

    .row.tabs_row {
        margin: 0px -15px;
        margin-right: 0px;
    }

    .single_insights_tabs h2 {
        text-align: center;
        font-family: 'Satoshi';
        font-size: 32px;
        color: #16000A;
        margin: 92px 0px 80px 0px;
        padding-right: 15px;
    }

    .tabs_row .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}