
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

/* Home Page */
.topbar .logo img {
    width: 110px;
}
    .middle-content {
    padding: 5px 0 0 0;
}
.middle-content h1 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    color: black;
    padding: 0 25px;
    }
.mid_content_text h5 {
    font-size: 13px;
    line-height: 20px;
    padding-top: 25px;
    text-align: center;
    font-weight: 600;
}

.section-mt {
    margin-top: 35px!important;
}
.dna {
    margin-top: 0;
}
.dna_text h1 {
    font-size: 22px;
    padding: 0;
}
.dna_text p {
    font-size: 13px;
    line-height: 20px;
    padding: 0 30px;
    text-align: center;
}
.display_screen{
display: none;
}
.display_mob{
display: block;
}

.case_study_Wrapper, .case_study_Wrapper_02{
   justify-content: center;
    
}
.Case_study_inner {
    position: absolute;
    padding: 0;
    align-items: center;
    text-align: center;
    bottom: 50px;
}
.Case_study_inner_02{
    position: absolute;
    text-align: center;
    bottom: 50px;
    right: auto;
    padding: 0;
   
}
.Case_study_inner_02 h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.Case_study_inner h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.logo-size {
    width: 160px;
}
.tv_logo{
    width: 150px;
}
.numi_logo{
     padding: 30px 0 20px 0;
     width: 150px;
}
.artisan_logo{
     padding: 30px 0 20px 0;
     width: 160px;
}
.we_work_with_title h1 {
    font-size: 24px;
}
.we_work_with_title .line {
    width: 100px;
}
.we_work_with_title p {
    font-size: 13px;
    padding: 0 20px;
}
.footer_link {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* work */


.features .features-item .features-img-bg {
    min-height: 300px;
}
.features .features-item .features-img-bg img {
    position: absolute;
    inset: 0;
    display: block;
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
}

.work h1 {
    font-size: 18px;
    line-height: 26px;
    padding: 0 20px;
}
.work p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
}
.work a {
    font-size: 18px;
    color: #817a7a;
    transition: all .5s ease-in-out;
    padding: 10px 20px 0;
}
.learn_more_btn::after {
    content: '';
    position: absolute;
    background-color: red;
    width: 110px;
    color: #817a7a;
    height: 4px;
    bottom: 0;
    left: 18px;
    top: 40px;
    transition: all .5s ease-in-out;
    transform: scaleX(1);
}
.more_work{
    margin: 40px 0px;
}
.more_work_text {
        font-size: 16px;
        width: 144px;
        background-color: #ffffff;
        font-weight: 500;
        padding: 21px 0px 10px 0;
        color: #000000;
        padding-bottom: 5px;
        text-align: center;
    }
/* work end */
/* service page */
.services {
    padding: 10px 0 0 0;
}
.mid_box {
    width: 86%;
}
.mid_box p {
    font-size: 13px;
    padding: 0 15px;
}
    .services h1 {
        font-size: 28px;
        line-height: 38px;
        color: black;
    }
.services .line {
    width: 100px;
    margin-bottom: 10px;
}
.services p {
    font-size: 16px;
    line-height: 30px;
    padding-top: 40px;
    padding: 20px 40px;
    color: #817a7a;
}
.mid_box .ser_text {
    font-size: 12px;
    color: #494949;
    font-weight: 500;
    display: block;
    padding: 20px 52px;
}
.aria_of_experties_text {
    font-size: 22px;
    padding: 0px 0 70px 0;
}
.advertising h1 {
    color: red;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 6px;
    padding-top: 90px;
}
.consulting h1, .digital h1, .indentity h1 {
    font-size: 20px;
    letter-spacing: 6px;
    padding-top: 140px;
}
.section_connector::after {
        content: '';
        position: absolute;
        width: 2px;
        background-color: red;
        height: 85px;
        top: 68px;
        left: 50%;
    }
.section_connector_2::after,.section_connector_3::after,.section_connector_4::after,.section_connector_5::after{
    content: '';
    position: absolute;
    width: 2px;
    background-color: red;
    height: 95px;
    top: 266px;
    left: 50%;
}
.section_connector_3::after{
    top: 320px;
}

.section_connector_4::after{
   top: 240px;
}

.section_connector_4::after{
   top: 278px;
}
.section_connector_5::after{
    top: 328px;
} 
/* service page end */
/* About us page */
.about_us{
    padding-top: 20px;
}
.about_us p {
    font-size: 14px;
    padding: 25px;
    line-height: 24px;
}
    .about_us h1 {
        font-size: 28px;
        line-height: 38px;
        color: black;
    }
.about_us .line {
    width: 100px;
    margin-bottom: 10px;
}
.small_text {
    width: 100%;
    margin: 0 auto;
}
.small_text p{
    font-size: 13px;
    color: #000000;
    line-height: 20px;
    padding-top: 10px;
}
.who_we_work_text {
    font-size: 16px;
    width: 200px;
    color: #000000;
    margin-left: 6px;
    padding-top: 43px;
}
.who_we_work_main_box_wrapper {
    width: 100%;
     margin: 0;
}
.who_we_work_inner {
    height: 136px;
}
.who_we_work_box h2 {
    font-size: 20px;
    padding-bottom: 25px;
    margin-top: 20px;
}
.who_we_work_text_2 {
    font-size: 16px;
    width: 270px;
    color: #000000;
    margin-left: 6px;
     padding-top: 43px;
}
.who_we_work_inner img {
    width: 60px;
}
.who_we_work_inner {
    height: 136px;
    width: 136px;
    margin: 0 auto;
}
.who_we_work_main_box_wrapper h3 {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #474747;
    padding: 25px;
}
.about_us p {
    font-size: 14px;
    padding: 12px;
    line-height: 24px;
}
/* About us page end */
/* contact us */
.contact_us {
    padding: 0;
}
.contact_us h1 {
    font-size: 26px;
    line-height: 40px;
}
.contact_us .line {
    width: 100px;
}
.contact_us p {
    font-size: 14px;
    padding: 15px 4px;
    line-height: 20px;
}
.contact_link a {
    font-size: 12px;
}
.map {
    padding: 10px 0 20px 0;
}
.map_title {
    margin: 30px 0 20px 0;
}
.map_title h1 {
    font-size: 16px;
}
.map_title h3 {
    font-size: 14px;
}
/* contact us End */

/* .tv work */
.study_header p {
        font-size: 14px;
        line-height: 25px;
        padding: 20px 0;
    }
.study_header h1 {
    font-size: 20px;
    font-weight: 600;
    color: #817a7a;
}
.result_box h1 {
    font-size: 22px;
    font-weight: bold;
}
.result_box h3 {
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
}
.text_box {
    width: 95%;
    margin: 0 auto;
}
.study_text {
    font-size: 13px;
    line-height: 28px;
}
.result {
    margin: 10px 0 25px 0;
}
.result_box {
    color: #000000;
    padding: 13px;
}
/* .tv work End */

/* shemaroo */
.shemaroo_result {
    margin: 14px 0;
}
.shemaroo_result .result_box {
    padding: 12px;
}
.shemaroo_result .result_box h3 {
    font-size: 16px;
    line-height: 22px;
    }
/* shemaroo end */

/* iifl */
.iifl_case_study .study_header {
    margin: 30px 0 10px 0;
}
/* iifl end */

/* seniority */
.inside_result_box h1 {
    font-size: 20px;
    font-weight: bold;
}
.inside_result_box h3 {
    font-size: 14px;
    font-weight: 500;
}
/* seniority end */

/* artisan */
.artisan_case_study .study_header {
    margin: 50px 0;
}
.study_header h1 {
        font-size: 16px;
}
.study_header {
    margin: 25px 0;
}
.artisan_case_study .study_header p {
    font-size: 16px;
    line-height: 26px;
}
/* artisan end */

/* numi paris */
.numi_case_study .study_header {
    margin: 40px 0;
    padding: 0 50px;
}
/* numi paris end*/

/* Why Imagine */
.why-imagine_text_box {
    width: 96%;
    margin: 0 auto;
}
.why-imagine h1 span,.why-imagine h1 {
    font-size: 20px;
}
.why-imagine p {
    font-size: 16px;
}
.why-imagine {
    margin-top: 20px;
}
.why-imagine h2 {
    font-size: 28px;
}
/* Why Imagine end */
.pb_gjepc {
    padding-bottom: 380px;
}

}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-device-width: 601px) and (max-device-width: 768px) {

    .footer_link {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .middle-content {
    padding: 50px 0 0 0;
}
    .middle-content h1 {
        font-size: 27px;
        font-weight: 700;
        text-align: center;
        line-height: 40px;
        color: black;
    }

    .dna_text h1 {
    font-size: 28px;
    padding: 0;
}
.dna_text p {
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
}

.display_screen{
display: none;
}
.display_mob{
display: block;
}

.case_study_Wrapper,.case_study_Wrapper_02 {
   justify-content: center;
    
}
.Case_study_inner {
    position: absolute;
    padding: 0;
    align-items: center;
    text-align: center;
    bottom: 100px;
}

.Case_study_inner h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}
.Case_study_inner_02{
    position: absolute;
    text-align: center;
    bottom: 100px;
    right: auto;
    padding: 0;
}
.Case_study_inner_02 h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.logo-size {
    width: 180px;
}
.tv_logo{
    width: 160px;
}
.we_work_with_title h1 {
    font-size: 26px;
}
.we_work_with_title .line {
    width: 150px;
}
.we_work_with_title p {
    font-size: 18px;
}
/* Service page */
.services {
    padding: 20px 0 0 0;
}
.services h1 {
        font-size: 36px;
        line-height: 48px;
        padding: 0 68px;
    }
.services p {
        font-size: 20px;
        line-height: 34px;
        padding: 15px 40px 0;
    }
.aria_of_experties_text {
    font-size: 26px;
}
.advertising h1 {
        color: red;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 8px;
        padding-top: 90px;
}
.consulting h1, .digital h1, .indentity h1 {
        font-size: 24px;
        font-weight: 700;
        padding-top: 140px;
    }

.mid_box {
    width: 100%;
}
.mid_box p {
    font-size: 14px;
}
.section_connector::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: red;
    height: 120px;
    top: 100px;
    left: 50%;
}
.section_connector_2::after,.section_connector_3::after,.section_connector_4::after,.section_connector_5::after{
    content: '';
    position: absolute;
    width: 2px;
    background-color: red;
    height: 95px;
    top: 180px;
    left: 50%;
}
.section_connector_3::after{
    top: 240px;
}

.section_connector_4::after{
   top: 240px;
}

.section_connector_4::after{
   top: 220px;
}
.section_connector_5::after{
    top: 240px;
} 
/* Service page End */

/* work */
.features .features-item .features-img-bg {
    min-height: 300px;
}
.features .features-item .features-img-bg img {
    position: absolute;
    inset: 0;
    display: block;
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
}
.work h1 {
    font-size: 22px;
    line-height: 32px;
    padding: 0 20px;
}
.work p {
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px;
}
.work a {
    font-size: 18px;
    color: #817a7a;
    transition: all .5s ease-in-out;
    padding: 10px 20px 0;
}
.learn_more_btn::after {
    content: '';
    position: absolute;
    background-color: red;
    width: 110px;
    color: #817a7a;
    height: 4px;
    bottom: 0;
    left: 18px;
    top: 40px;
    transition: all .5s ease-in-out;
    transform: scaleX(1);
}

.more_work_text {
    font-size: 22px;
    width: 150px;
    background-color: #ffffff;
    font-weight: 500;
    padding: 15px 4px;
    color: #000000;
    padding-bottom: 45px;
    text-align: center;
}
/* work end */

/* About us */
.about_us h1 {
    font-size: 50px;
    line-height: 55px;
}
.about_us .line {
    width: 150px;
    margin-bottom: 20px;
}
.about_us p {
    font-size: 20px;
    line-height: 30px;
    padding-top: 40px;
    text-align: center;
    color: #817a7a;
    padding: 25px 18px 35px;
}
.small_text p {
        font-size: 14px;
        color: #000000;
        line-height: 20px;
        padding-top: 2px;
    }
.small_text {
    width: 100%;
    margin: 0 auto;
}
.about_us h1 {
        font-size: 32px;
        line-height: 48px;
}
.about_us p {
    font-size: 16px;
}
.who_we_work_text, .who_we_work_text_2{
    font-size: 18px;
    width: 225px;
    padding-bottom: 30px;
    margin-left: 6px;
    padding-top: 18px;
}
.who_we_work_text_2 {
    width: 300px;
}
.who_we_work_main_box_wrapper {
    margin: 0;
}
.who_we_work_inner img {
    width: 80px;
}
.who_we_work_inner {
    height: 150px;
    width: 150px;
    margin: 0 auto;
}
.who_we_work_main_box_wrapper h3 {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #474747;
    padding: 25px;
}
/* About us end */

/* contact us */
.contact_us {
    padding: 18px 0 0 0;
}
.contact_us h1 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 52px;
    color: black;
}
.contact_us p {
    font-size: 18px;
    line-height: 30px;
    padding-top: 40px;
    text-align: center;
    padding: 15px 0px;
}
.contact_link a {
    font-size: 18px;
    line-height: 35px;
    padding-top: 40px;
    text-align: center;
    color: red;
    padding: 25px 0px;
}
.map {
    padding: 40px 0 0px 0;
}
.map_title h1 {
    font-size: 20px;
}
.map_title h3 {
    font-size: 18px;
}
/* contact us end */

/* .tv page */
.study_header {
    margin: 40px 0;
}
.text_box {
    width: 100%;
   
}
.study_text {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    padding: 10px 0;
}
.study_header p {
    font-size: 22px;
    line-height: 30px;
}
.result_box {
    color: #000000;
    padding: 22px;
}
.result_box h3 {
    font-size: 16px;
    font-weight: 500;
}
/* .tv page end */

/* artisan */
.study_header h1 {
    font-size: 24px;
}
.artisan_case_study .study_text{
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    padding: 28px 0;
}
.artisan_case_study .study_header p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #000000;
}
/* artisan end */

/* Why Imagine */
.why-imagine_text_box {
    width: 96%;
    margin: 0 auto;
}
.why-imagine h1 span,.why-imagine h1 {
    font-size: 22px;
}
.why-imagine p {
    font-size: 18px;
}
.why-imagine {
    margin-top: 20px;
}
.why-imagine h2 {
    font-size: 32px;
}
/* Why Imagine end */
.pb_gjepc {
    padding-bottom: 380px;
}

}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-device-width: 769px) and (max-device-width: 992px) {

    .middle-content {
    padding: 50px 0 0 0;
}
.middle-content h1 {
    font-size: 36px;
    line-height: 55px;
}
.mid_content_text h5 {
    font-size: 24px;
    padding-top: 28px;
}
.dna_text p {
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
    text-align: left;
}


.Case_study_inner {
    padding-left: 60px;
}
.Case_study_inner_02 {
    right: 80px;
}
.tv_logo{
    width: 170px;
}
.logo-size {
    width: 200px;
}
.Case_study_inner h2 {
    font-size: 18px;
    font-weight: 400;
}
.Case_study_inner_02 h2 {
    font-size: 18px;
    font-weight: 400;
}
.case_study_btn a {
     width: 150px;
    margin-top: 10px;
     padding: 6px 0;
     font-size: 14px;
}
/* About us */
.about_us {
    padding: 60px 0 0 0;
}
.about_us h1 {
    font-size: 50px;
    line-height: 70px;
}
.small_text {
    width: 100%;
    margin: 0 auto;
}
.services {
    padding: 50px 0 0 0;
}
.services h1 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    line-height: 70px;
    color: black;
}
/* About us end */

/* artisan */
.artisan_case_study .study_header p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #000000;
}
/* artisan end */

/* contact us */
.contact_us {
    padding: 50px 0 0 0;
}
.contact_us h1 {
    font-size: 45px;
    line-height: 62px;
}
.contact_us p {
    font-size: 23px;
    line-height: 35px;
    padding-top: 40px;
    text-align: center;
    color: #817a7a;
    padding: 15px 100px;
}
.contact_link a {
    font-size: 22px;
}
.map {
    padding: 40px 0 12px 0;
}
.footer_link a {
    font-size: 13px;
    padding-left: 6px;
}
/* contact us end */
/* work */
.features .features-item .features-img-bg img {
    position: absolute;
    inset: 0;
    display: block;
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
}
.work h1 {
    font-size: 24px;
    line-height: 34px;
    padding: 0 30px;
}
.work p {
    font-size: 20px;
    line-height: 26px;
    padding: 0 30px;
}
.work a {
    font-size: 18px;
    color: #817a7a;
    transition: all .5s ease-in-out;
    padding: 10px 20px 0;
}
.work a {
    font-size: 18px;
    color: #817a7a;
    transition: all .5s ease-in-out;
    padding: 10px 30px 0;
}
.learn_more_btn::after {
    content: '';
    position: absolute;
    background-color: red;
    width: 110px;
    color: #817a7a;
    height: 4px;
    bottom: 0;
    left: 30px;
    top: 40px;
    transition: all .5s ease-in-out;
    transform: scaleX(1);
}
/* work end */
/* Why Imagine */
.why-imagine_text_box {
    width: 90%;
    margin: 0 auto;
}
.why-imagine h1 span,.why-imagine h1 {
    font-size: 22px;
}
.why-imagine p {
    font-size: 18px;
}
.why-imagine {
    margin-top: 50px;
}
.why-imagine h2 {
    font-size: 36px;
}
/* Why Imagine end */
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-device-width: 993px) and (max-device-width: 1199px) {

.middle-content h1 {
font-size: 49px;
font-weight: 700;
line-height: 68px;
}

.Case_study_inner {
    padding-left: 80px;
}
.Case_study_inner_02 {
    right: 200px;
}
.logo-size {
    width: 200px;
}
.Case_study_inner h2 {
    font-size: 19px;
    font-weight: 400;
}
.Case_study_inner_02 h2 {
    font-size: 19px;
    font-weight: 400;
}
.case_study_btn a {
     width: 160px;
    margin-top: 10px;
     padding: 6px 0;
     font-size: 16px;
}
/* contact_us */
.contact_us p {
    font-size: 26px;
    line-height: 35px;
    padding: 28px 100px;
}
/* contact us end */

}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .middle-content h1 {
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    line-height: 70px;
    color: black;
}

.mid_content_text h5 {
    font-size: 24px;
    line-height: 35px;
    padding-top: 40px;
    text-align: center;
}

.dna_text h1 {
    font-size: 40px;
    color: #000000;
    font-weight: 500;
    padding-right: 15px;
}
.dna_text p{
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.Case_study_inner_02 {
    right: 300px;
}

}