body {
    font-family: "Poppins", sans-serif;
    background-color: #fff;
}

a {
    text-decoration: none !important;
    transition: 0.5s all;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
}

ol,
ul {
    padding-left: 0px !important;
}

body .h2,
h2 {
    font-size: 2.5rem;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1440px;
    padding: 0px 20px;
}

header {
    padding: 20px 0px;
    background-color: #F7F7F7;
    /* background-color: #e2ede7; */
    position: relative;
    z-index: 999;
}

header .row {
    align-items: center;
}

header .logo {
    max-width: 50px;
}

header .logo img{ width: auto; height: auto; }

.hero_section .home_service_cnt{ background: transparent;
    display: block;
    top: 0;
    width: 45%;
    height: auto;
    left: 40px;
    padding: 0px;
    transform: translateY(0%); }

.hero_section .home_service_cnt h5 {
    font-size: 54px;
}

.hero_section .home_service_cnt p {
    font-size: 18px;
}

.hero_section .slider_img img{ height: 626px; object-fit: cover; }

body header nav ul li a {
    font-size: 18px;
    font-weight: 400;
    padding: 5px 20px !important;
    color: #053539;
    font-family: Poppins;
}

body header nav ul {
    display: flex
;
}

.hero_section {
    overflow: hidden;
    position: relative;
    color: #fff;
    /* background: radial-gradient(circle, rgba(5, 114, 125, 1) 0%, rgba(5, 114, 125, 1) 50%, rgba(8, 110, 120, 1) 100%); */
    background: #063a3f;
}

.banner_cnt {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.hero_section h1 {
        font-size: 70px;
        line-height: 110%;
        font-weight: 600;
        margin: 0px;
    }

.hero_section p{ margin: 0px; }    

.hero_section .slick-initialized .slick-slide {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.services_home_img img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.tshirts_gift_section .tshirts_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}


.information_inquery_form.contact_outer_s{ padding: 90px 0px; margin: 0px; }
.information_inquery_form.contact_outer_s .inquery_info_form input[type="submit"]{ width: 100%; }

.header_right_bl {
    display: flex;
    justify-content: end;
    gap: 100px;
    align-items: center;
}

.footer_email_form form.subscribe_form {
    display: flex;
}

.footer_email_form form.subscribe_form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: start;
}

.footer_email_form form.subscribe_form input[type="email"] {
    border: none;
    padding: 10px 18px;
    width: 100%;
}

.footer_email_form form.subscribe_form input[type="submit"] {
    background: none;
    border: 1px solid #E2EBE6;
    padding: 8px 45px;
    margin: 8px 0px;
    color: #fff;
    font-size: 18px;
    /* border: 2px solid rgb(61, 61, 61); */
    box-shadow: inset 0 0 0 0 #E2EBE6;
    transition: all 0.4s ease-out;
    text-transform: capitalize;
}


.footer_email_form form.subscribe_form input[type="submit"]:hover{ background-color: #fff; color: #23526C; }

.social_media ul {
    display: flex;
    gap: 24px;
}

.social_media li a {
    font-weight: 500;
    color: #053539;
}

footer {
    background-color: #23526C;
    color: #fff;
    padding: 70px 0px 0px;
}

.footer_menu_outer ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer_menu_outer ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.footer_menu_outer h5 {
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 30px;
}

.copyright {
    border-top: 1px solid #b3b3b3;
    margin-top: 90px;
    padding: 12px 0px 0px;
}

ul.social_media {
    display: flex;
    gap: 20px;
    align-items: end;
    justify-content: end;
}

ul.social_media li a {
    color: #fff;
}

.designe_soluction_s P{ width: 75%; margin: 0 auto; }

.designe_soluction_s .services_home_img P{ width: 100%; padding-bottom: 15px; }


.home_service_cnt {
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    background: #001847a9;
    transition: .5s ease;
    width: 100%;
    height: 100%;
    padding: 32px;
    color: #fff;
}

.latestblog .blog_img img {
    width: 100%;
    height: 450px; }

.services_home_img {
    position: relative;
}

.services_home_img:hover .home_service_cnt {
    display: block;
}

.corporate_gifting_mid_s.privacy_policy_cnt {
    padding-top: 10px;
    padding-bottom: 24px;
}
.corporate_gifting_mid_s.privacy_policy_cnt h1 {
    font-weight: 600;
    color: #084c70;
    font-size: 42px;
    text-align: left;
    padding-bottom: 24px;
}

.corporate_gifting_mid_s .our_achievement h2{ color: #fff; margin-bottom: 24px; }
.corporate_gifting_mid_s .our_achievement h2::after{ display: none; }

.corporate_gifting_mid_s.privacy_policy_cnt .row {
    padding: 60px 30px 0px;
    align-items: center;
    max-width: 80%;
    margin: 0 auto;
}

.corporate_gifting_mid_s.privacy_policy_cnt h2 {
    font-size: 30px;
    justify-content: start;
    font-weight: 600;
    color: #084c70;
}

.corporate_gifting_mid_s  .row.revers_section {
    padding:80px 80px;
}
.corporate_gifting_mid_s.privacy_policy_cnt h2::after{ display: none; }
.home_service_cnt h5 {
    font-size: 24px;
}

.home_service_cnt p {
    font-size: 15px;
}

a.learnmore_btn {
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 32px;
    margin-top: 0px;
    display: inline-block;
}

.designe_soluction_s .slick-track {
    display: flex;
    gap: 24px;
}

.designe_soluction_s {
    text-align: center;
    width: 100%;
    padding: 80px 0px;
    /* background-color: #dff0f9; */
    background-color: #e2ede7;
}

h2 {
    font-size: 40px;
    font-weight: 400;
    position: relative;
}

.designe_soluction_s h2 {
    position: relative;
    margin-right: 20px;
    display: inline-block;
    color: #053539;
}

.designe_soluction_s h2:before {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    top: 50%;
    right: 105%;
    position: absolute;
    background: #23526C;
}

.designe_soluction_s h2:after {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    top: 50%;
    left: 105%;
    position: absolute;
    background: #23526C;
}

.service_slider {
    margin-top: 70px;
}


.signature_interiors_bl {
    padding: 70px 0px;
}

.f1img_box img {
    max-width: 100%;
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.work_bg {
    background: #23526c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    opacity: 0;
    color: #fff;
}

.feat_content {
    transform: translateY(75%);
    text-align: center;
    padding: 0px 20px;
}

.work_info {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.work_info h4 {
    font-size: 25px;
}

.feat_content p{ font-size: 16px; }

.work_read_btn {
    padding: .5rem 1rem;
    background-color: #fff;
    color: #23526C;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /* box-shadow: inset 0 0 0 0px #E2EBE6; */
    transition: all 0.4s ease-out;
    margin-top: 2px;
    display: inline-block;
}

.work_info:hover .work_bg {
    opacity: 1;
}

.interiors_section {
    padding: 15px 0px 10px;
}

.signature_interiors_bl h2:after {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    top: 50%;
    left: 105%;
    position: absolute;
    background: #23526C;
}

.signature_interiors_bl h2 {
    display: inline-block;
}

.blog_info {
    width: 100%;
    position: relative;
}

.blog_img {
    width: 100%;
}

.blog_date {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #E2EBE6;
}

.date {
    font-size: 22px;
    font-weight: bold;
}

.month {
    font-size: 15px;
    font-weight: 400;
}

.blog_cnt_lower {
    position: absolute;
    bottom: 0;
    background: #E2EBE6;
    width: 82%;
    padding: 20px;
}

.blog_cnt_lower h3 a {
    padding: 10px 0;
    font-size: 22px;
    color: #053539;
    font-weight: 500;
}

.blog_cnt_lower p {
    font-size: 16px;
}

a.readmorebtn {
    box-shadow: inset 0 0 0 0 #E2EBE6;
    transition: all 0.4s ease-out;
    color: #0070af;
}

a.learnmore_btn:hover{ background: #fff; color: #0070af; }

.blog_section {
    display: flex;
    margin-top: 32px;
    gap: 32px;
}

.blog_img img {
   width: 100%;
    height: 100%;
    object-fit: cover;
}


.hero_section .slick-arrow {
    position: absolute;
    top: 50%;
    outline: 0;
    width: 50px;
    opacity: 0.5;
    background-size: 36px !important;
    height: 36px;
    border: none;
    text-indent: -9999px;
    z-index: 666;
    background-color: transparent;
}

.hero_section .slick-next {
    transform: rotate(0deg);
    right: -10%;
    background: url(../images/arrow_slide_white.svg) no-repeat;
}

.hero_section .slick-prev {
    transform: rotate(180deg);
    left:-10%;
    background: url(../images/arrow_slide_white.svg) no-repeat;
}



.our_achievement {
    position: relative;
    width: 100%;
    padding: 100px 0px;
    color: #fff;
    background-image: url(../images/achieve-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.our_achievement::after {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0px;
    right: 0px;
    content: "";
    top: 0px;
}

.our_achievement .container {
    position: relative;
    z-index: 666;
}

.our_achievement h2 {
    color: #fff;
}

.t_shirts_block {
    display: flex
;
    gap: 24px;
    text-align: left;
    align-items: center;
}

.t_shirts_img {
    width:500px;
    max-width: 100%;
}
.t_shirts_cnt_bl {
    width: 65%;
}

.corprate_gift_cnt.tshirtspro_block {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    padding-bottom: 70px;
}

.t_shirts_block.even {
    flex-direction: row-reverse;
}

.t_shirts_img img{ width: 100%; object-fit: cover; }

.t_shirts_img img{ height: 400px; }

.client_review h3 {
    font-size:30px;
    font-style: italic;
}

.client_review h5 {
    font-size: 18px;
    font-weight: 300;
    padding-top: 7px;
}

.our_partner_s ul {
    FONT-WEIGHT: 500;
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 26px;
}

.our_partner_s ul li {
    border: 1px solid #66666699;
    padding: 20px;
    border-radius: 10px;
}

.our_partner_s ul li img {
    width: 160px;
}

.our_achievement .slick-track{ display: flex; gap:60px; }

.achievement_slider {
    margin-top: 40px;
}

.information_inquery_form {
    margin: 100px 0px 20px;
}

.info_inquery {
    background-color: #23526C;
    color: #fff;
    padding: 70px;
    border-radius: 22px;
}

address {
    font-size: 18px;
    font-weight: 300;
}


address a {
    color: #fff;
}

.information_inquery_form h2{ font-size: 36px; }

.inquery_info_form input {
    padding: 15px;
    width: 100%;
    border: none;
}

.inquery_info_form textarea {
    padding: 15px;
    margin: 5px 0px;
    height: 140px;
    width: 100%;
    border: none;
}

.intl-tel-input.separate-dial-code .selected-dial-code{ color: #000; }

.inquery_info_form input[type="submit"] {
    font-size: 18px;
    background: transparent;
    width:100%;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 48px;
    transition: all 0.4s ease-out;
}

.intl-tel-input .country-list .country {
    color: #000;
    font-size: 13px;
}

.corporate_gifting_mid_s .t_shirts_gallery h2{ color: #000; }

.inquery_info_form input[type="submit"]:hover {
    background: #fff;
    color: #23526C;
}


.info_inquery .row {
    align-items: start;
}

.corprate_gift_section {     
    position: relative;
    min-height: 700px;
    width: 100%;
        align-items: center;
    display: flex;
    padding: 100px 0px;
    color: #fff;
    background-image: url(../images/corprate_giftbg.jpg);
    background-repeat: no-repeat;
    background-size: cover; }

.corprate_gift_section:after{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); content: ""; position: absolute; left: 0px; top: 0px; }  
.corprate_gift_section .container{ z-index: 666; position: relative; } 
.corprate_cnt_s{ width: 60%; }
.corprate_gift_section h1{     font-size: 70px;
    text-transform: uppercase;
    font-weight: 600;} 

.corprate_gift_section p{ font-size:26px; }    
.product_slider{ padding-top: 60px; }

.corporate_gifting_mid_s{ width: 100%; padding: 80px 0px; text-align: center; }

.gift_card_img img{ width: 100%; }
.corporate_gifting_mid_s h2{ position: relative;
    color: #003857;
    font-weight: 500;
    display: flex
;
    justify-content: center; }
.corprate_gift_cnt { text-align: left; }
.corprate_gift_cnt h3{     font-size:24px;
    padding-bottom: 8px;
    font-weight: 600;
    color: #084c70;}
.corprate_gift_cnt p{ padding-bottom: 0px; }

.corporate_gifting_mid_s .row{ padding:0px 80px 0px; align-items: center; }
body .space_topbottom{ padding: 20px 0px 80px; margin-top: 0px; }
.corporate_gifting_mid_s h2::after {
    width: 200px;
    height: 2px;
    background-color: #004366c9;
    position: absolute;
    content: "";
    bottom: -20px;
}

.tshirts_s h2{ color: #fff; margin-bottom:24px; }
.tshirts_s h2::after{ display: none; }
.tshirts_gift_section{ width: 100%; margin:50px 0px 0px; }

.tshirts_s .corprate_gift_cnt {
    text-align: center;
    max-width:80%;
    margin: 0 auto;
}

.t_shirts_gallery{ width:86%; display: block; padding: 70px 0px 0px; margin: 0 auto; }
.t_shirts_gallery ul{     display: flex;
    gap: 20px;
    justify-content: center;
 }

 .t_shirts_gallery ul li img{ max-width: 300px; }

 .contact_outer{     padding: 100px 0px;
    color: #fff;
    background-image: url(../images/contactbg.jpg);
    background-repeat: no-repeat;
    background-size: cover; }


.contact_outer h1{  font-size:54px;
    text-transform: uppercase;
    font-weight: 600; }  
    
.map{ padding: 60px 0px 40px; }   
.blog_outer_page .blog_section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.blog_outer_page .blog_cnt_lower {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 20px 0px;
}

.blog_outer_page .blog_img {
    width: 100%;
    overflow: hidden;
    height: 350px;
}

.hero_section .slider_img {
    width: 50%;
}

nav.navigation.pagination {
    justify-content: center;
    padding: 60px 0px 10px;
}

nav.navigation.pagination .nav-links {
    font-size: 18px;
    display: flex
;
    gap: 18px;
}

nav.navigation.pagination .nav-links a{ color: #383838; }
nav.navigation.pagination .nav-links .page-numbers.current { color: #0c7dbb; }

a.readmorebtn:hover{ text-decoration: underline !important; }
.blog_cnt_lower h3 a:hover{ color: #0c7dbb;  }

header.entry-header {
    background-color: transparent;
}

.single_post_page article .post-thumbnail{ margin-bottom: 20px;
}


.single_post_page input, optgroup, select, textarea{ width: 100%; 
}

.single_post_page input[type="checkbox"] { width: auto; 
}

.single_post_page form#commentform {
    width: 50%;
}



.single_post_page footer.entry-footer {
    background-color: transparent;
    color: #000;
    padding: 15px 0px;
}

.single_post_page .comment-respond {
    padding: 24px 0px 0px;
}

.single_post_page .submit {
    background-color: #23526c;
    color: #fff;
    border: none;
    padding: 10px 32px;
}

.single_post_page a{ color: #23526c; }

.col-sm-3.col-md-3.col-lg-3.left_space {
    padding-left: 80px;
}

.heading_gifting{ margin-bottom: 48px; }

.product_slider .slick-track{ display: flex; gap: 24px; }


@media screen and (max-width:1440px) { 

    .t_shirts_gallery ul li img {
    max-width: 250px;
} 


}



@media screen and (max-width:1367px) {

    .corporate_gifting_mid_s {  
    padding: 40px 0px; }

.hero_section h1 { font-size: 48px; }

.hero_section .slider_img{ width: 50%; }
.banner_cnt{ width: 50%; }

.corporate_gifting_mid_s .row {
    padding: 40px 20px 0px; }

    .t_shirts_gallery ul li img {
    max-width: 200px;
} 

.contact_outer h1 {
    font-size: 42px; }

    
.corporate_gifting_mid_s .row.revers_section {
    padding: 30px 20px;
}   

}


@media screen and (max-width:1200px) {

    .t_shirts_img img {
    height: 300px;
}

    .heading_gifting {
    margin-bottom: 8px;
}

.tshirts_img img {
    height: 350px;
    object-fit: cover;
}

.corprate_gift_cnt.tshirtspro_block {
    grid-template-columns: repeat(1, 1fr); }

.hero_section .slider_img img { height: 380px; }
.services_home_img img {
    height: 280px; }
 

    .t_shirts_gallery {
    padding: 40px 0px 0px; }

    nav.navigation.pagination {
    padding: 40px 0px 10px;
}

.single_post_page form#commentform {
    width: 70%;
}

.latestblog .blog_img img {
    height: 350px;
}    

.tshirts_s .corprate_gift_cnt {
    max-width: 90%; }  
    
.corporate_gifting_mid_s {
    padding: 50px 0px;
}   

.contact_outer h1 {
    font-size: 36px; }

.info_inquery{ padding: 40px; }    

.corporate_gifting_mid_s.privacy_policy_cnt .row {
    padding: 30px 10px 0px;
    max-width: 100%; }    

.t_shirts_gallery ul {
 flex-wrap: wrap; } 
 
 .corporate_gifting_mid_s.privacy_policy_cnt h1 {
    font-size: 32px; }

.corporate_gifting_mid_s.privacy_policy_cnt h2 {
    font-size: 24px; }    

    .corporate_gifting_mid_s .row {
    padding: 40px 20px 0px; }

    body header nav ul li a {
        font-size:14px;
        padding: 5px 8px !important;
    }

    p{ font-size: 15px; }

.hero_section h1{ font-size: 40px; line-height: 100%; }
.banner_cnt{ gap: 15px; }

    .designe_soluction_s {
        padding: 60px 0px;
    }

    .home_service_cnt h5 {
        font-size: 20px;
    }

    .home_service_cnt p {
        font-size: 12px;
    }

    a.learnmore_btn {
        font-size: 16px;
        padding: 8px 24px;
    }

    .service_slider {
        margin-top: 40px;
    }

    .work_info h4 {
        font-size: 20px;
    }

    .blog_cnt_lower p {
        font-size: 14px;
    }

    .blog_cnt_lower h3 a {
        font-size: 19px;
    }

    .footer_menu_outer h5 {
        font-size: 24px;
    }

    .blog_outer_page .blog_img {
    height: 260px;
}

.contact_outer {
    padding: 60px 0px; }

}


@media screen and (max-width:991px) {

        .t_shirts_img img {
    height: 250px;
}


.corporate_gifting_mid_s .row {
        padding: 10px 0px 0px;
    }   
    
    .tshirts_img img {
    height: 250px; }

  .our_partner_s ul {
  grid-template-columns: repeat(3, 1fr); }  

header button.navbar-toggler {
        top: 40px;
        border: none;
        padding: 0px;
    } 
    
.navbar-toggler:focus{ box-shadow: none; }    

    nav.primary-menu {
    padding: 40px 0px 24px;
}

    .blog_outer_page .blog_img {
    height: 220px;
}
.corporate_gifting_mid_s {
    padding: 40px 0px;
}

    .contact_outer h1 {
        font-size: 30px;
    }

.signature_interiors_bl h2:after{ display: none; }

.corporate_gifting_mid_s .row.revers_section {
    flex-direction: column-reverse;
    padding-top: 10px;
}

.our_achievement {
    padding: 50px 0px; }
    
h2 {
    font-size: 32px; }  
    
    p {
    font-size: 15px; }

    .contact_outer {
    padding:40px 0px; }

.client_review h3{ font-size: 24px; }   
.client_review h5{ font-size: 15px; } 

.information_inquery_form{ margin: 50px 0px 20px; }

.information_inquery_form h2{ font-size: 30px; }

    .corporate_gifting_mid_s .row {
        flex-direction: column;
    } 

    .signature_interiors_bl {
    padding: 40px 0px 50px;
}

    
.corporate_gifting_mid_s .col-sm-6{ width: 100%; } 
.corprate_gift_cnt{ margin-top: 20px; } 
.corprate_gift_cnt p {
    padding-bottom: 10px;
}  

    .header_right_bl {
        gap: 10px;
    }

    .hero_section h1{ font-size: 30px; }
     .hero_section p { font-size: 15px; }

    .blog_section {
    flex-direction: column;
}

    .f1img_box img{ height: 300px; }

    .info_inquery{ padding: 40px; }
    .inquery_info_form .form_input {
    padding: 10px; }

    nav.navbar.navbar-expand-lg {
        position: absolute;
        padding: 0px;
        right: 0px;
        top: 0px;
        width: 100%;
        background-color: #fff;
    }

    button.navbar-toggler {
        position: absolute;
        right: 20px;
        top: 34px;
    }

header .social_media {
        padding-right: 80px;
    }

    body header nav ul {
flex-direction: column;
    gap: 10px;
}

.feat_content { transform: translateY(30%); }
address { font-size: 15px; }
.address_info.py-4.text-lg-left.text-md-left {
    padding-top: 10px !important;
}


.inquery_info_form textarea {
    height: 80px; }

.col-sm-3.col-md-3.col-lg-3.left_space {
    padding-left: 50px;
} 

}


@media screen and (max-width:767px) {

.heading_gifting {
    margin-bottom: 5px;
}


    .t_shirts_img {
    width: 100%; }

  .our_partner_s ul {
  grid-template-columns: repeat(2, 1fr); }  

    .hero_section .slider_img img {
        height: 250px;
    }
        .services_home_img img {
        height: 250px;
    }

.corporate_gifting_mid_s.tshirts_s {
    padding-top: 0px;
}

.corporate_gifting_mid_s{ overflow: hidden; }

    .product_slider {
    padding-top: 25px;
}

.corporate_gifting_mid_s .row.revers_section{ padding: 10px 20px; }

.col-sm-3.col-md-3.col-lg-3.left_space {
    padding-left:10px;
}     

    nav.navigation.pagination {
    padding: 20px 0px 10px;
}

.single_post_page form#commentform {
    width: 100%;
}


.single_post_page textarea {
    resize: vertical;
    height: 100px;
}

.contact_outer h1 {
        font-size: 24px;
    }

.latestblog .blog_img img {
    height: 300px;
}    

.inquery_info_form input[type="submit"]{ width: 70%; }    

.corporate_gifting_mid_s h2::after {
    width: 100px;
    bottom: -10px;
}    

    footer .copyright .row {
        row-gap:0px;
    } 
    
    ul.social_media {
    justify-content: normal;
    padding-bottom: 7px;
}
    
.contact_outer {
        padding: 30px 0px;
    }

    .information_inquery_form.contact_outer_s {
    padding: 35px 0px; }

        .information_inquery_form h2 {
        font-size: 24px;
    }

    .inquery_info_form {
    margin-top: 15px;
}

.corporate_gifting_mid_s.tshirts_s .row{ padding: 24px 0px; }
.t_shirts_cnt_bl {
    width: 100%;
}

.corprate_gift_cnt.tshirtspro_block {
    padding-bottom: 10px;
}

.interiors_section {
    padding: 0px 0px 0px;
}

.contact_outer p{ margin-bottom: 0px; }    

.corporate_gifting_mid_s.privacy_policy_cnt .row {
    padding: 30px 0px 0px;
    max-width: 100%;
}

.corporate_gifting_mid_s.privacy_policy_cnt h1 {
    font-size: 26px;
    padding-bottom: 0px;
}

    header button.navbar-toggler {
        top: 30px; }

header {
    padding: 10px 0px; }

.corporate_gifting_mid_s.privacy_policy_cnt h2 {
    font-size: 22px; }

    .t_shirts_gallery {
    padding:35px 0px 10px;
}

.blog_outer_page .blog_section {
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
}

    .blog_outer_page .blog_img {
        height: auto;
    }

.blog_img img{ height: auto; }    

.feat_content {
    transform: translateY(10%); }    

  .hero_section h1{ font-size:24px; }  
  a.learnmore_btn{ font-size: 14px; }

    .t_shirts_gallery ul li img {
    max-width: 150px;
}

    .f1img_box img{ height: 100%; }


.designe_soluction_s h2:after {
    width: 25px;
    left: 102%; }

.designe_soluction_s P {
    width: 100%; }    

.designe_soluction_s h2 {
    margin-right: 0px; } 
    
    .designe_soluction_s h2:before {
    width: 26px;
    right: 100%; }

.tshirts_s .corprate_gift_cnt { max-width: 100%; }
.corporate_gifting_mid_s .row {
    padding:30px 20px 0px;
}

.corprate_gift_cnt{ margin-top: 15px; }


.corporate_gifting_mid_s {
    padding: 30px 0px; }

    .tshirts_gift_section {
    margin: 30px 0px 0px;
}

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

.t_shirts_gallery ul { flex-wrap: wrap; }

    .social_media {
        display: none;
    }

    .designe_soluction_s {
        padding: 30px 0px;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 15px;
    }

    .service_slider {
        margin-top: 20px;
    }

    .signature_interiors_bl {
        padding: 30px 0px;
    }

    .our_achievement {
        padding: 40px 0px;
    }

    .client_review h3 {
        font-size: 24px;
        margin: 0px;
    }

    .client_review h5 {
        font-size:14px;
    }

    .information_inquery_form {
        margin: 40px 0px 20px;
    }

    .info_inquery {
        padding: 32px;
        border-radius: 15px;
    }

    .contact_outer_s .info_inquery { 
        padding-bottom: 0px; }

    .blog_section {
        margin-top: 12px;
        gap: 32px;
        flex-direction: column;
    }

    footer {
        padding:30px 0px 0px;
    }

    .footer_menu_outer h5 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .footer_menu_outer ul li a {
        font-size: 15px;
    }

    .footer_menu_outer ul {
        gap: 7px;
    }

    footer .row {
        row-gap: 24px;
    }

    .copyright {
    margin-top: 20px; }

    .footer_email_form form.subscribe_form input[type="email"] {
        padding: 7px 15px;
        font-size: 15px;
    }

    .footer_email_form form.subscribe_form input[type="submit"] {
        padding: 5px 36px;
        margin: 0px 0px;
        font-size: 14px;
    }

    .address_info.py-4.text-lg-left.text-md-left {
    padding: 0px !important;
}

.inquery_info_form .form_input {
    padding: 8px 14px;
    font-size: 13px; margin: 7px 0px; }

.inquery_info_form input[type="submit"] {
    font-size: 15px;
    padding: 6px 32px;
}

    .blog_cnt_lower h3 a {
        font-size: 17px;
    }

    .blog_cnt_lower {
    padding: 15px;
}

.corporate_gifting_mid_s .t_shirts_gallery h2 {
    margin-bottom: 5px;
}

 
}


@media screen and (max-width:580px) {

  .t_shirts_block.even {
    flex-direction: column;
}  

   .t_shirts_img img {
    height: 100%;
}



.t_shirts_block {
 gap: 20px;
    flex-direction: column;
} 

.our_partner_s ul li {
    padding: 15px; }

    .our_partner_s ul {
    margin-top: 10px;
}


.corprate_gift_cnt.tshirtspro_block  p {
        padding-bottom: 0px;
        margin: 0px;
    }

.feat_content p {
    font-size: 15px;
}  

.work_read_btn {
    font-size: 15px; }

.client_review h3{ font-size:18px; }    
.hero_section .slick-initialized .slick-slide{ flex-direction: column; gap:15px; }
.banner_cnt{ width: 100%; }
.hero_section .slider_img{ width: 100%; }
.hero_section{ padding-top:30px; }

.our_achievement .slick-track{ gap: 20px; }

}