* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
        url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
        url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
        url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
        url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

.container {
    max-width: 1064px !important;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
}

:root {
    --main1: #3f843b;
    --grey1: #e5e5e5
}

body {
    /* background: #1c1c1e; */
    font-family: 'poppins';
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: 400;
}

.cmn-btn {
    background: var(--main1);
    border: 2px solid var(--main1);
    color: #fff;
    text-decoration: none;
    padding: 14px 16px;
    border-radius: 8px;
    transition: all 0.3s;
    font-size: 16px;
}

p {
    line-height: 1.3;
}

.cmn-btn:hover {
    background: transparent;
    color: var(--main1);
}

/* header {
    background: url("../img/bg.gif") no-repeat;
    background-size: cover
} */

.logo-sec {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-sec .togg i {
    color: var(--main1);
    font-size: 24px;
}

.logo-sec .togg,
.close {
    cursor: pointer;
    transition: all 0.3s;
    display: none;
}

.close {
    text-align: right;
    margin-right: 15px;
}

.close i {
    color: #fff;
    font-size: 28px;
}

.logo-sec .togg:hover,
.close:hover {
    opacity: 0.8;
}

.logo-sec a {
    text-decoration: none;
    color: var(--main1);
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
}

.logo-sec a p {
    margin-left: 10px;
}

.logo-sec img {
    width: 100%;
    max-width: 55px;
}

/* nav {
    padding: 0 0 1px
} */

nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between
}

/* nav ul li {
    width: 16.2%
} */

nav ul li a {
    /* background: #fff;
    color: var(--main1); */
    background: var(--main1);
    color: #fff;
    border: 2px solid var(--main1);
    text-decoration: none;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    text-align: center;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    padding: 8px 2rem;
    transition: all 0.3s;
    font-weight: 600
}

nav ul li a.active {
    /* background: var(--main1);
    color: #fff; */
    background: #fff;
    color: var(--main1);
}

nav ul li a:hover {
    /* background: var(--main1);
    color: #fff; */
    background: #fff;
    color: var(--main1);
}

/* ----------------------
    hero-sec
---------------------- */
.hero-sec {
    /* background: url("../img/header-bg.jpg") no-repeat; */
    /* background-size: cover;
    background-position: right; */
    /* background: var(--main1); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 30px;
    display: flex;
    flex-wrap: wrap;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* .hero-sec .hero-right {
    max-width: 420px;
    width: 100%
} */

.hero-sec .hero-left {
    width: calc(100% - 0px)
}

.hero-sec h1 {
    color: var(--main1);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
    padding-bottom: 15px;
    border-bottom: 2px solid #dad8d6;
    word-spacing: 4px;
    /* letter-spacing: -2px; */
    text-transform: capitalize
}

.hero-sec p {
    padding-top: 15px;
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

/* ----------------------
   home-content-sec
---------------------- */

.home-content {
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-content .content-right {
    width: calc(100% - 415px);
}

/* ----------------------
   why-choose
---------------------- */
.home-content .why-choose-main {
    max-width: 380px;
    width: 100%;

}

.home-content .why-choose-main img {
    width: 100%;
    /* margin-top: 10px; */
}

.home-content .why-choose {
    /* background: #333335; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
}

.home-content .why-choose h2 {
    color: var(--main1);
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 2px solid #dad8d6;
}

.why-choose .point-main {
    display: flex;
    align-items: flex-start;
    margin: 15px 0;
}

.why-choose .point-main .point {
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
    min-height: 80px;
    height: 100%;
}

.why-choose .point-main:nth-of-type(5) .point {
    background: #F7C24E;
}

.why-choose .point-main:nth-of-type(4) .point {
    background: #6FA7E3
}

.why-choose .point-main:nth-of-type(2) .point {
    background: #98D59B;
}

.why-choose .point-main:nth-of-type(3) .point {
    background: #F1B28E
}

.why-choose .point-main:nth-of-type(1) .point {
    background: #69828b
}

.why-choose .point-main .text {
    width: 70%;
    color: #000;
    padding-left: 10px;
    font-size: 14px;
    padding-top: 6px;
    /*     font-weight: 700; */
}

.why-choose .point-main .text b {
    margin-bottom: 5px;
    display: inline-block;
    color: var(--main1);
    font-size: 16px;
}

/* ------right-content------- */
.home-content h2 {
    color: var(--main1);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    padding: 0 0 10px;
    border-bottom: 2px solid #dad8d6;
    text-transform: capitalize;
}

.home-content .lab-img {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 15px;
}

.home-content .lab-img img {
    width: 100%;
}

.home-content .main-para {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 13px 16px;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    margin: 45px 0 0;
    border-radius: 8px;
}

.home-content .boxes-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px
}

.boxes-main .box {
    width: calc(50% - 10px);
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.boxes-main .box-head {
    display: flex;
    align-items: center;
    background: var(--main1);
    padding: 16px 20px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    /*     flex-wrap: wrap; */
}

.boxes-main .box-head .icon {
    max-width: 40px;
    margin-right: 12px;
}

.boxes-main .box-head .icon img {
    width: 100%;
    object-fit: contain;
    max-width: 30px;
}

.boxes-main .box-head h3 {
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.boxes-main .box-list {
    margin-top: 15px;
    padding: 0px 20px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.boxes-main .box .box-list a {
    display: flex;
    align-items: center;
    transition: all 0.3s;
    color: var(--main1);
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    padding-left: 22px;
    line-height: 1.3;
    font-size: 14px;
}

.boxes-main .box .box-list a:hover {
    text-decoration: underline;
}

.boxes-main .box a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border: 5px solid var(--main1);
    left: 0;
    border-radius: 50px;
    top: 3px;
}

.boxes-main .box a img {
    margin-right: 10px;
}

.expertise-sec {
    margin: 30px 0;
}

.expertise-sec h2 {
    color: var(--main1);
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 2px solid #dad8d6;
    text-align: center
}

.expertise-sec .exp-box-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin: 10px -10px;
}

.expertise-sec .expertise-box {
    width: calc(33.33% - 20px);
    margin: 14px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 24px 30px;
    text-decoration: none;
    border-radius: 12px;
}

.expertise-sec .expertise-box h2 {
    font-size: 20px;
    border-bottom: 0;
    padding: 10px 0 0;
    line-height: 1.3;
    font-weight: 600;
}

.expertise-sec .expertise-box p {
    font-size: 14px;
    margin-top: 20px;
    color: #000;
}

.expertise-sec .expertise-box .ex-img {
    margin-top: 20px
}

.expertise-sec .expertise-box img {
    width: 100%;
}

.side-bar {
    display: none;
}

/* ------------slider----- */
.my-slider-sec {
    margin-top: 20px;
}

.my-slider-sec .slide-img img {
    width: 100%;
    height: 100%;
}

.my-slider-sec .slide-img {
    position: relative;
    height: 378px;
}

.my-slider-sec .slide-img:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.my-slider-sec .slide-img .slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.my-slider-sec .slide-img .slide-text h3 {
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
}

.my-slider-sec .slide-img .slide-text .para {
    text-align: center;
    margin-top: 20px;
}

.my-slider-sec .slide-img .slide-text .para p {
    margin-top: 6px;
    color: #fff
}

.my-slider-sec .slick-dots li button:before,
.client-sec .slick-dots li button:before {
    color: var(--main1);
    font-size: 12px;
    opacity: 0.4
}


.my-slider-sec .slick-dots li.slick-active button:before,
.client-sec .slick-dots li.slick-active button:before {
    color: var(--main1);
    opacity: 1
}

.my-slider-sec .slick-dots li {
    height: 0
}

.client-sec .slick-dots {
    bottom: -60px;
}

/* 
---------------------------
        about page 
--------------------------- */
.hero-sec.about-sec .sub-head {
    color: var(--main1);
    font-size: 18px;
    font-weight: 600;
}

.quality-policy {
    padding: 20px 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin: 30px 0;
    border-radius: 10px
}

.quality-policy h2 {
    color: var(--main1);
    text-transform: capitalize;
    font-size: 22px;
    border-bottom: 2px solid #dad8d6;
    padding-bottom: 10px;
    text-align: left !important;
}

.quality-policy p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2
}

.quality-policy ol {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    list-style-type: none
}

.quality-policy ol li span {
    width: 20px;
    display: inline-block;
    color: var(--main1);
    font-weight: 600
}

.quality-mainn .quality-box h4 {
    font-size: 18px;
    color: #fff;
}

.quality-mainn .quality-box p {
    color: #fff;
    opacity: 0.8;
}

.hero-sec .sub-head {
    color: var(--main1);
    font-size: 16px;
    font-weight: 600
}

.quality-mainn {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.quality-policy h3 {
    font-size: 22px;
    color: var(--main1);
    margin: 15px 0;

}

.quality-mainn .quality-box {
    border: 1px solid var(--main1);
    margin: 10px 10px;
    width: calc(33.33% - 20px);
    padding: 15px 15px;
    border-radius: 6px;
    background: var(--main1);
}

/* 
=================================
           siteworks
================================= */
.site-gallery.expertise-sec .exp-box-main {
    column-count: 3;
    column-gap: 26px;
    display: block;
    margin: 30px 0
}

.site-gallery .exp-col {
    width: calc(33.33% - 0px)
}

.site-gallery.expertise-sec .expertise-box {
    width: calc(100% - 0px);
    position: relative;
    transition: all 0.8s;
    margin: 0 0 20px;
}

.site-gallery.expertise-sec .expertise-box:hover .overlay-text {
    display: flex;
}

.site-gallery .overlay-text {
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
    width: calc(100% - 50px);
    height: calc(100% - 66px);
    top: 0;
    margin: 22px 25px;
    left: 0;
}

.site-gallery .overlay-text p {
    line-height: 1.3;
    text-align: center;
}

.expertise-sec.site-gallery .expertise-box {
    display: block;
}

.contact-part h2 {
    margin-bottom: 15px;
}

.contact-part .d-flex {
    display: flex
}

.contact-part .d-flex i {
    margin-top: 2px;
    margin-right: 20px
}

.contact-part p,
.contact-part a {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    transition: all 0.3s
}

.contact-part a:hover span {
    text-decoration: underline
}


.contact-part a {
    text-decoration: none;
    display: block;
    color: #000;
}


.contact-part.part2 p,
.contact-part.part2 a {
    margin: 10px 0;
}


.contact-part i {
    background: var(--main1);
    border: 1px solid var(--main1);
    width: 30px;
    padding: 8px 6px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-right: 10px
}

.contact-part i:hover {
    background: transparent;
    color: var(--main1)
}

.contact-part .social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-part .social a {
    margin: 10px 10px 10px 0;
}


.contact-part .social a:last-child {
    margin-right: 0;
}

.contact-part .social i {
    margin-right: 0
}

.contact-m .home-content .why-choose {
    padding: 10px 30px 20px
}

.contact-m .map {
    margin-top: 10px;
}

.copyright {
    background: var(--main1);
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
}

.copyright p {
   padding-bottom: 0 !important;
   margin-bottom: 0 !important;
}

.site-gallery.expertise-sec .expertise-box p {
    color: #fff;
}

.expertise-sec .expertise-box .det-btn {
    background: var(--main1);
    border: 1px solid var(--main1);
    color: #fff;
    padding: 12px 10px;
    border-radius: 6px;
    text-align: center;
    transition: all 0.3s;
    display: block;
    margin-top: 10px;
    text-decoration: none
}

.expertise-sec .expertise-box .det-btn:hover {
    background: transparent;
    color: var(--main1)
}

.expertise-sec .catl-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #dad8d6;
    padding: 10px 0
}

.expertise-sec .catl-head h2 {
    border-bottom: none;
    padding: 0
}

/* --------------------------------
        client section
    ------------------------------- */
.client img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.client {
    display: flex;
    align-items: center;
    align-self: center;
    max-width: 200px;
    width: 100%;
    height: 100px;
    padding: 0 20px;
}

.client-slider {
    margin: 30px -20px 60px;
}

.client-sec {
    padding: 50px 0 70px;
    background: #f9f9f9;
    margin-top: 40px;
}

.client-sec h2 {
    text-align: center;
    color: var(--main1);
    font-weight: 600;
    font-size: 34px;
    line-height: 1.3;
    padding: 0 0 10px;
    text-transform: capitalize;
}

.client-head {
    border-bottom: 2px solid #dad8d6;
}

.client-head p {
    text-align: center;
    padding-bottom: 15px;
    color: var(--main1);
    font-weight: 500;
}

.expertise-sec .expertise-box {
    display: flex;
    flex-direction: column
}

.expertise-sec .expertise-box .ex-img {
    margin-top: auto;
    padding: 10px 0
}

/* --------------------------------
===================================
         updates
===================================
-------------------------------- */
.expertise-sec .des {
    margin: 10px 0;
    text-align: justify
}

.expertise-sec .bio-img {
    max-width: 350px;
    margin: 15px auto
}

.expertise-sec .bio-img img {
    width: 100%;
}

.biosafety h3 {
    color: var(--main1);
    font-size: 26px;
    font-weight: 600;
}

.biosafety .boxes-main .box {
    width: calc(100% - 0px);
}

.biosafety .home-content .boxes-main {
    margin-top: 0;
}

.biosafety .home-content .biosafety-img {
    margin: 10px 0;
    max-width: 400px;
    margin: 15px auto;
}

.biosafety .home-content .biosafety-img img {
    width: 100%;
}

.biosafety .home-content h2 {
    text-align: center;
}

.products.expertise-sec .expertise-box {
    width: calc(50% - 20px);
}

.products.expertise-sec {
    margin: 0;
}

.products-cat img {
    width: 100%;
}

.side-img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 20px;
    border-radius: 10px;
}

.side-img img {
    border-radius: 10px;
}

/* --------------------------------
        partner
--------------------------------- */
.partner .team-img img {
    border-radius: 10px
}

.partner .partner-box {
    padding: 20px 20px
}

.partner .partner-box p {
    font-size: 14px;
    margin-top: 10px
}

.partner .partner-box h3 {
    font-size: 18px;
    margin-top: 10px
}

.partner .partner-box .box-list a {
    margin: 10px 0
}

.partner .partner-box a {
    color: var(--main1);
    font-weight: 500;
}

.partner .partner-box .contact:before {
    display: none;
}

.partner .partner-box .product-link {
    margin-top: 15px;
    line-height: 1.3;
    display: block;
}


.biosafety .home-content h3 {
    font-size: 22px;
    margin-top: 16px
}
/* 
------------------------------------
       press
----------------------------------- */
.press-news li {
    font-size: 14px;
    margin: 4px 0
}

.biosafety .home-content .hiring {
    font-size: 18px;
}

.press-news p {
    margin-top: 10px;
    font-size: 14px;
}

.press-news a {
    color: var(--main1);
    font-weight: 500
}

.biosafety .home-content .boxes-main .box-head h3 {
    font-size: 17px;
    margin-top: 0
}

/* 
------------------------------------
        services
----------------------------------- */
.services h4 {
    color: var(--main1)
}

.services p {
    font-size: 14px
}

.services ul {
    list-style: none
}

.services li {
    margin:6px 0;
    line-height: 1.2;
    padding-left: 18px;
    position: relative
}

.services li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: var(--main1);
    border-radius: 50%;
    top: 4px;
    left: 0
}

.text-justify {
    text-align: justify;
}

.boxes-main.home-boxes .box-head {
    padding: 12px 20px;
}

.why-choose-links a:hover{
    text-decoration: none !important;
}

.content-right-lam {
    max-height: calc(100vh - 218px);
    overflow: auto;
    padding-right:50px;
}

/* width */
.content-right-lam::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .content-right-lam::-webkit-scrollbar-track {
    background: #3f843b;
    border-radius: 50px;
  }
  
  /* Handle */
  .content-right-lam::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 50px;
    border: 3px solid #3f843b;

  }
  
  /* Handle on hover */
  .content-right-lam::-webkit-scrollbar-thumb:hover {
    opacity: 0.8;;
  }
/* 
=================================
            MQ
================================= */

@media screen and (max-width:1200px) {
    .client-slider {
        margin: 30px 0px 60px;
    }
}

@media screen and (max-width:1100px) {
    nav ul li a {
        padding: 10px 1.8rem;
    }
}

@media screen and (max-width:1024px) {
    .hero-sec {
        border-radius: 20px;
    }

    .side-bar.active {
        display: block;
    }

    .side-bar nav ul li {
        width: 100%;
    }

    /* 
    .hero-sec .hero-left {
        width: calc(100% - 30px);
    } */

    .logo-sec .togg {
        display: block;
        margin-left: 20px;
    }

    .close {
        display: block;
    }

    /* .sidebar {
        display: block;
    } */
    header nav {
        display: none;
    }

    body {
        position: relative
    }


    .side-bar {
        background: var(--main1);
        position: fixed;
        z-index: 9;
        padding: 20px 15px
    }

    .side-bar nav {
        min-height: 100vh;
    }

    .side-bar ul {
        display: block
    }

    .side-bar ul li a {
        margin: 18px 20px;
        text-align: left;
        padding: 13px 20px;
        border-radius: 14px;
        border: 2px solid #fff;
        background: transparent;
        color: #fff
    }

    .site-gallery.expertise-sec .exp-box-main {
        column-count: 2;
    }

    .products.expertise-sec .expertise-box {
        width: calc(100% - 0px);
    }

    .boxes-main .box {
        width: calc(100% - 0px);
    }

    .boxes-main .box:nth-of-type(2) {
        margin-top: 20px;
    }
}

@media screen and (max-width:860px) {
    .home-content .why-choose-main {
        max-width: 100%;
    }

    .home-content .content-right {
        width: calc(100% - 0px);
    }
    .home-content .content-right-lam {
        padding-right:0;
    }

    .home-content {
        flex-direction: column-reverse;
        max-width: 600px;
        margin: 20px auto;
    }

    .home-content .why-choose {
        margin-top: 20px;
    }

    .home-content h2 {
        text-align: center;
    }

    .biosafety .home-content .boxes-main {
        margin-top: 20px;
    }

    .products.expertise-sec .expertise-box {
        width: calc(50% - 20px);
    }

    .why-choose .point-main .point {
        width: 72px;
        font-size: 24px;
        min-height: 60px;
        height: 100%;
    }
}

@media screen and (max-width:768px) {
    .hero-sec h1 {
        font-size: 24px;
    }

    .expertise-sec h2 {
        font-size: 22px;
    }

    .expertise-sec .expertise-box {
        width: calc(50% - 20px);
    }

    .expertise-sec .catl-head {
        flex-direction: column;
    }

    .catl-head a {
        margin-top: 15px;
        display: block;
    }

    .quality-mainn .quality-box {
        width: calc(50% - 20px);
    }

    .home-content h2 {
        font-size: 22px;
    }

    .biosafety .home-content h3 {
        font-size: 20px;
    }

    .logo-sec a {
        font-size: 20px;
    }
}

@media screen and (max-width:550px) {

    .home-content .main-para {
        margin: 0;
    }

    .boxes-main .box {
        width: calc(100% - 0px);
        margin: 10px 0;
    }

    .expertise-sec .expertise-box {
        width: calc(100% - 0px);
    }

    .expertise-sec .expertise-box .ex-img {
        max-width: 300px;
        margin: 20px auto 0;
    }

    .expertise-sec .expertise-box p {
        text-align: center;
    }

    .site-gallery.expertise-sec .exp-box-main {
        column-count: 1;
    }

    .expertise-sec .expertise-box .ex-img {
        max-width: 100%;
    }

    .quality-mainn .quality-box {
        width: calc(100% - 0px);
    }

    .site-gallery .overlay-text {
        height: calc(100% - 82px);
        margin: 40px 25px;
    }

    .products.expertise-sec .expertise-box {
        width: calc(100% - 0px);
    }
}

@media screen and (max-width: 480px) {
    .hero-sec h1 {
        font-size: 20px;
    }

    .side-bar {
        width: 100%;
    }

    .contact-part.part2 p,
    .contact-part.part2 a {
        word-break: break-all;
    }

    .hero-sec {
        border-radius: 10px;
    }

    .logo-sec a {
        font-size: 16px;
    }

    .home-content h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 420px) {

    .hero-sec {
        padding: 28px 15px;
    }

    .client-sec {
        padding: 50px 0 0;
    }
}

@media screen and (min-width:1024px) {
    header nav {
        display: block !important;
    }
}