/*!
Theme Name: Akshtha
Theme URI: https://www.aptwhiz.com/
Author: John Mercandro
Author URI: https://www.aptwhiz.com/
Description: Base theme for development
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: Akshatha
*/

/* Text meant only for screen readers. */


@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
    
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
img{
    max-width: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{
    font-size: 18px;
    line-height: 1.2;
}
h1{
    font-family: "Outfit", sans-serif;
    font-size: 80px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
h2{
    font-family: "Outfit", sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #171A48;
    margin-bottom: 15px;
}
h3{
    font-family: "Outfit", sans-serif;
    font-size: 38px;
    font-weight: 500;
    color: #171A48;
    margin-bottom: 15px;
}
section{
    padding: 120px 0;
}
.btn{
    padding: 12px 40px 14px;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    transition: all ease 0.4s
}
.btn.btn-primary{
    background-color: #26A9E0;
    color: #fff;
}
.btn.btn-primary:hover{
    background-color: #171A48;
}
.cta-link{
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #26A9E0;
    text-decoration: none;
    padding-right: 25px;
    background-image: url(img/link-arrow.svg);
    background-repeat: no-repeat;    
    background-size: 12px;
    background-position: 95% center;
    transition: all ease 0.4s;
}
.cta-link:hover{
    background-position: 100% center;
}

#page-header{
    padding: 15px 80px; 
    border-bottom: 1px solid #eee;
}
#page-header .nav-wrapper{
    display: flex;
    align-items: center;
     justify-content: flex-end;
}
#page-header .contact-info a{
    margin-left: 15px;
    text-decoration: none;
    color: #333333;
    transition: all ease 0.4s;
}
#page-header .contact-info a:hover{
    color: #26A9E0;
}
#page-header .contact-info a.call{
    margin-left: 5px;
}
#page-header #primary-menu {
    display: flex;    
}
#page-header #primary-menu li{
    margin-left: 40px;
}
#page-header #primary-menu li a{    
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    transition: all ease 0.4s;
}
#page-header #primary-menu li a:hover{
    color: #26A9E0;
}
#page-header #primary-menu li.current_page_item a{
    color: #26A9E0;
}
#page-header .main-navigation{
    margin-right: 50px;
}
#page-header #menu-close,
#page-header #menu-open{
    display: none;
}

.site-content{
    width: 100%;
    overflow: hidden;
}

.hero-section{
    background-color: #171A48;
    padding: 0;
    position: relative;    
}
.hero-section .col-lg-12{
    padding: 0;
}
.hero-section .hero-slider .large-slide{
    display: flex;
}
.hero-section .hero-slider .large-slide .image{
    width: 70%;
    height: 820px;
}
.hero-section .hero-slider .large-slide .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-section .hero-slider .large-slide .content{
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    max-width: 900px;
}
.hero-section .hero-slider .large-slide .content h1{
    text-shadow: 0 0px 6px black;
}

.hero-section .hero-slider .large-slide .large-content{
    width: 30%;
    padding: 80px;
    color: #fff;
}
.hero-section .hero-slider .large-slide .large-content p{
    margin-bottom: 20px;
}

.hero-section .thumbnail-slider{
    position: absolute;
    bottom: 80px;
    right: 80px;
    z-index: 99;
    width: 35%;
}
.hero-section .thumbnail-slider .slick-list{
    padding: 0!important;
}
.hero-section .thumbnail-slider .thumb{
    margin: 0 10px;
    cursor: pointer;
    border: 2px solid transparent;
}
.hero-section .thumbnail-slider .thumb.slick-current{
    border: 2px solid #26A9E0;
}
.hero-section .thumbnail-slider .thumb img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center;
}
.about-section h2{
    max-width: 515px;
    margin-bottom: 20px;
}
.about-section .top p{
    max-width: 515px;
    margin-bottom: 30px;
}
.about-section .bot-content{
    margin-top: 50px;
}
.mission-vission{
    padding: 80px 0;
    background-color: #171A48;
    color: #fff;
}
.mission-vission h3{
    color: #fff;
    margin-bottom: 20px;
}
p.subtitle{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -30px
}
.product-section{
    background-color: #eee;
    overflow: hidden;
}
.product-section .product-slider{
    margin: 50px 0 0;
    width: 95vw;
}
.product-section .product-slider .slick-list{
    margin: 0 -10px;
   
}
.product-section .product-slider .slick-track{
    display: flex;
}
.product-section .product-slider .product{
    margin: 0 10px;
    padding: 25px;
    background-color: #fff;
    height: auto;
}
.product-section .product-slider .product img{
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}
.product-section .product-slider .product h3{
    font-size: 26px;
    margin-bottom: 10px;
}
.product-section .product-slider .product p{
    margin-bottom: 15px;
    font-size: 16px;
    
}
.product-section .slide-nav{
    text-align: right;
} 
.product-section .slide-nav button{
    border: 1px solid #CFCFCF;
    border-radius: 100px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    width: 45px;
    height: 45px;
    transition: all ease 0.4s;
}
.product-section .slide-nav button:hover{
    background-color: #26A9E0;
    color: #fff;
}
.product-section .slide-nav button img{
    width: 15px;
}
.whyus-section .info-wrap{
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.whyus-section .info-wrap .info{
    width: calc(50% - 30px);
    margin: 15px;
    padding: 30px;
    border: 1px solid #cfcfcf;
}
.whyus-section .info-wrap .info img{
    margin-bottom: 50px;
        margin-bottom: 50px;
    height: 40px;
    width: 40px;
}
.whyus-section .info-wrap .info h3{
    font-size: 26px;
}
.whyus-section .info-wrap .info p{
    font-size: 16px;
}

.testimonial-section{
    width: 100%;
    text-align: center;
    background-color: #171A48;
    background-image: url(img/test-back.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-align: center;
    color: #fff;
}
.testimonial-section h2{
    color: #fff;
}
.testimonial-section .testimonial-slider{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}
.testimonial-section .testimonial-slider .slick-dots{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.testimonial-section .testimonial-slider .slick-dots button{
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 5px;
    border: 1px solid #fff;
    background: none;
    border-radius: 100px;
    overflow: hidden;
    text-indent: 99px;
    display: inline-block;
}
.testimonial-section .testimonial-slider .slick-dots .slick-active button{
    background-color: #26A9E0;
    border-color: #26A9E0;
}
.testimonial-section .testimonial-slider .slick-arrow{
    border: 2px solid #CFCFCF;
    border-radius: 100px;
    padding: 10px;
    background-color: #171A48;
    text-align: center;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-indent: 999px;
    background-image: url(img/left-white.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    margin-top: 70px;
    transition: all ease 0.4s;
}
.testimonial-section .testimonial-slider .slick-arrow:hover{
    background-color: #26A9E0;
    border-color: #26A9E0;
}
.testimonial-section .testimonial-slider .slick-arrow.slick-next{
    background-image: url(img/right-white.svg);
}
.testimonial-section .testimonial-slider .slick-list{
    width: calc(100% - 200px)
}
.testimonial-section .testimonial-slider .testi {
    text-align: center;
}
.testimonial-section .testimonial-slider .testi img{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 200px;
    overflow: hidden;
    object-fit: cover;
    border: 2px solid #fff;
    margin-bottom: 30px;
}
.testimonial-section .testimonial-slider p{
    font-size: 28px;
    font-weight: 200;
    line-height: 1.3
}
.faq-contact{
    background-color: #eee;
}
.faq-contact h2{
    font-size: 40px;
}
.faq-contact .accordion-item{
    background: none;
}
.faq-contact .accordion{
    margin-top: 30px;
    background: none;
}
.faq-contact .accordion .accordion-button{
    padding: 15px 0;
    background: none!important;
    outline: 0;
    border: 0;
    box-shadow: none;
    color: #171A48;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3
}
.faq-contact .accordion .accordion-body{
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.4;
    background: none;
}
.faq-contact .contact-wrap{
    background-color: #fff;
    padding: 40px;
    max-width: 590px;
    float: right;
    width: 100%;
}
.faq-contact .contact-wrap form{
    margin-top: 20px;
}
.wpcf7-form-control-wrap{
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;;
}
 .wpcf7-form-control-wrap .wpcf7-form-control{
    width: 100%;
    height: 45px;
    border: 0;
    padding: 0;
    outline: 0;
    border-bottom: 1px solid #A2A2A2;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea{
    height: 100px;
    margin-top: 15px;
}
  .wpcf7-form-control.wpcf7-submit{
    padding: 14px 40px 14px;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    transition: all ease 0.4s;
        background-color: #26A9E0;
    color: #fff;
    float: right;
    margin-top: 10px;
}
.wpcf7-not-valid-tip{
    font-size: 13px;
    margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output{
    width: 100%;
    display: inline-block;
    margin: 0;
    margin-top: 20px;
    padding: 10px;
}
#footer{
    background-color: #171A48;
    color: #fff;
}
#footer .footer-top{
    padding: 60px 0;
}
#footer .footer-bottom{
    border-top: 1px solid rgba(256, 256, 256, 0.2);
    padding: 30px 0;
}
#footer .footer-top .footer-left img{
    margin-bottom: 20px;
}
#footer .footer-top .footer-left p{
    font-size: 14px;
    line-height: 1.3
}
#footer .footer-top h4{
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
#footer .footer-top li{
    margin-bottom: 20px;
}
#footer .footer-top .footer-left li:nth-of-type(2) a{
    font-weight: bold;
}
#footer .footer-top a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
    transition: all ease 0.4s;
}
#footer .footer-top a:hover{
    color: #26A9E0;
}

#footer .footer-bottom p{
    font-size: 13px;
}
#footer .footer-bottom .text-right{
    text-align: right!important;
    font-size: 13px;
}
#footer .footer-bottom .text-right a{
    text-decoration: none;
    color: #fff;
    transition: all ease 0.4s;
}
#footer .footer-bottom .text-right a:hover{
    color: #26A9E0;
}
.inner-page-hero h1{
    text-align: center;
    width: 100%;
}
.inner-page-hero .breadcrumbs{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.inner-page-hero .breadcrumbs li{
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.inner-page-hero .breadcrumbs li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.inner-page-hero .breadcrumbs li:last-of-type{
    border: 0;
}
.about-section .col-md-6{
    position: relative;
}
.about-section .col-md-6 .year{
    position: absolute;
    right: 15px;
    top: 0;
}
.about-section .col-md-6 .year h3{
    font-size: 100px;
    color: #26A9E0;
}
.page_about .about-section p{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}

.content-distrupter{
    overflow: hidden;
    width: 100%;
}
.content-distrupter .col-md-6:first-of-type{
    padding: 50px 50px 60px 15px;
    background-color: #171A48;
    color: #fff;
    position: relative;
    height: 100%;
}
.content-distrupter .col-md-6:first-of-type::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #171A48;
    height: 100%;
    width: 100vw;
    z-index: -1;
}
.content-distrupter .col-md-6:last-of-type{
    padding: 50px 15px 60px 50px;
    background-color: #26A9E0;
    color: #fff;
    position: relative;
    margin-top: 100px;
}
.content-distrupter .col-md-6:last-of-type::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #26A9E0;
    height: 100%;
    width: 100vw;
    z-index: -1;
}
.content-distrupter .col-md-6 h2,
.content-distrupter .col-md-6 p{
    color: #fff;
}

.gallery-wrapper h2{
    text-align: center;
    margin-bottom: 30px;
}
.gallery-wrapper .gallery-carousal{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gallery-wrapper .gallery-carousal .slick-arrow{   
    border-radius: 100px;
    padding: 10px;
    background-color: #171A48;
    text-align: center;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-indent: 999px;
    background-image: url(img/left-white.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;   
    display:block;
    transition: all ease 0.4s;
    border: 0;
}
.gallery-wrapper .gallery-carousal .slick-arrow:hover{
    background-color: #26A9E0;
}
.gallery-wrapper .gallery-carousal .slick-arrow.slick-next{
    background-image: url(img/right-white.svg);
}
.gallery-wrapper .gallery-carousal .slick-list{
    width: calc(100% - 100px);
}
.gallery-wrapper .gallery-carousal .slick-list .gallery {
    margin: 0 10px;
}
.gallery-wrapper .gallery-carousal .slick-slide img{
    height: 220px;
    object-fit: cover;
    object-position: center;
}
.numbers-section{
    padding: 80px 0;
    background-color: #eee;
}
.numbers-section ul{
    display: flex;
    justify-content: space-between;
}
.numbers-section ul li{
    text-align: center;
    
}
.numbers-section ul li h3{
    font-size: 80px;
    margin-bottom: 10px;
}
.numbers-section ul li p{
    font-weight: 500;
    text-align: center;
}
.product-detail-wrap{
    padding: 30px;
    border: 1px solid #cfcfcf;
    height: 100%;
}

.productpage-content .top-content{
    margin-bottom: 50px;
}
.productpage-content .col-md-6{
    margin-bottom: 30px;
}
.productpage-content .product-detail-wrap .product-image{
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #cfcfcf;
    display: inline-block;
}
.productpage-content .product-detail-wrap .product-image img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 300px;
    float: left;
}
.productpage-content .product-detail-wrap h3{
    font-size: 34px;
}
.productpage-content .product-detail-wrap p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.3;
}
.productpage-content .product-detail-wrap p strong{
    font-weight: 600;
    line-height: 1.4;
}
.productpage-content .product-detail-wrap ul{
    margin: 0;
    padding: 0;
    padding-left: 25px;
}
.productpage-content .product-detail-wrap ul li{
    list-style: disc;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}
.contact-map-wrap{
    width: 100%;
    height: 500px;
}
.contact-map-wrap iframe{
    width: 100%;
    height: 500px;
}
.contact-section-wrapper h2{
    font-size: 40px;
    margin-bottom: 20px;
}
.contact-section-wrapper .contact-content{
    margin-bottom: 50px;
}
.contact-section-wrapper .contact-content li{
    margin-bottom: 30px;    
}
.contact-section-wrapper .contact-content li a{
    text-decoration: none;
    color: #333;
    font-size: 20px;
    transition: all ease 0.4s;
}
.contact-section-wrapper .contact-content li a strong{
    font-weight: 600;
}
.contact-section-wrapper .contact-content li a:hover{
    color: #26A9E0
}
.error404 .page-section{
    text-align: center;
}
.error404 .page-section h1{color: #171A48;}

.search .searchbox{
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 80px;
}
.search .searchbox label{
    width: calc(100% - 200px);
  
}
.search .site-main{
    padding-bottom: 120px;
}
.search .searchbox label .search-field{
      height: 40px;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    padding: 0 15px;
    width: 100%;
}
.search .searchbox .search-submit{
    width: 180px;
    height: 40px;
    background-color: #26A9E0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 0;
}
.search h1{
    color: #171A48;
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.search .search-result{
    text-align: left;
    width: 100%;
    
}
.search .search-result .entry{
    text-align: left;
    padding: 30px 0;
     border-bottom: 1px solid #cfcfcf;
}
.search .search-result .entry h1{
    text-align: left;
    margin: 0;
}
.search .search-result .entry h1 a{
    font-size: 24px;
    text-align: left;
    text-decoration: none;
    color: #171A48;
    transition: all ease 0.4s;
}
.search .search-result .entry h1 a:hover{
    color: #26A9E0;
}

@media screen and (max-width: 1600px){
    .hero-section .hero-slider .large-slide .large-content{
        padding: 50px;
    }
    .hero-section .hero-slider .large-slide .large-content p{
        font-size: 16px;
    }
    .hero-section .hero-slider .large-slide .image{
        height: 650px;
    }
    .hero-section .thumbnail-slider{
        right: 40px;
        bottom: 50px;
    }
    .hero-section .thumbnail-slider .thumb img{
        height: 150px;
    }
    h1{
        font-size: 60px;
        
    }
    h2{
        font-size: 50px;
    }
    h3{
        font-size: 34px;
    }
    #page-header{
        padding: 15px 60px;
    }
    p{
        font-size: 16px;
    }
    .product-section .product-slider .product p{
        font-size: 14px;
    }
    .testimonial-section .testimonial-slider p{
        font-size: 24px;
    }
    .product-section .product-slider .product img{
        height: 150px;
    }
    .product-section .product-slider .product{
        padding: 20px;
    }
    .about-section h2{
        max-width: 455px;
    }
    .whyus-section .info-wrap .info{
        padding: 20px;
    }
    .whyus-section .info-wrap .info p{
        font-size: 14px;
    }
    .whyus-section .info-wrap .info h3{
        font-size: 22px;
    }
    .about-section .col-md-6 .year h3{
        font-size: 80px;
    }
}

@media screen and (max-width: 1024px){
    #page-header{
        padding: 15px 20px;
    }
    .hero-section .hero-slider .large-slide{
        flex-wrap: wrap;
    }
    .hero-section .hero-slider .large-slide .image{
        width: 100%;
        height: 440px;
    }
    .hero-section .hero-slider .large-slide .content{
        top: 130px;
        transform: none;
    }
    .hero-section .hero-slider .large-slide .large-content{
        width: 100%;
    }
    #page-header #menu-close,
    #page-header #menu-open{
        display: block;
    }
    #page-header .nav-wrapper{
        width: 300px;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 99999;
        right: -320px;
        padding: 25px;
        background-color: #171A48;
        display: block;
        color: #fff;
        padding-top: 100px;
        transition: all ease 0.4s;
    }
    #page-header .nav-wrapper.open{
        right: 0;
    }
    #page-header #primary-menu{
        display: block;
        margin-bottom: 30px;
    }
    #page-header #primary-menu li{
        margin: 0;
        margin-bottom: 20px;
    }
    #page-header #primary-menu li a{
        color: #fff;
    }
    #page-header .contact-info a{
        color: #fff;
        font-size: 14px;
    }
    #page-header .contact-info a.icon{
        display: block;
        clear: both;
        width: 100%;
        float: left;
        margin: 0;
        margin-top: 30px;
        margin-right: 15px;
        font-size: 18px;
    }
    #page-header .contact-info a.icon.mail::after{
        content: '  Email';        
        font-size: 16px;
        margin-left: 8px;
    }
    #page-header .contact-info a.icon.search::after{
        content: '  Search';
        font-size: 16px;
        margin-left: 8px;
    }
    #page-header #menu-close{
        position: absolute;
        right: 30px;
        top: 40px;
        font-size: 20px;
    }
    #page-header .logo-container{
        max-width: 150px;
        display: inline-block;
    }
    #page-header #menu-open{
        float: right;
        font-size: 22px;
    }
    .hero-section .hero-slider .large-slide .large-content{
        padding: 40px;
        padding-bottom: 130px;
    }
    .hero-section .thumbnail-slider{
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -50px;    
        padding: 0 30px;
    }
    .hero-section .hero-slider .large-slide .content{
        left: 40px;
    }
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 40px;
    }
    p.subtitle{
        font-size: 16px;
    }
    .product-section .product-slider{
        width: 100vw;
    }
    .product-section .product-slider .product h3{
        font-size: 22px;
    }
    .whyus-section .info-wrap .info{
        min-height: 250px;
    }
    .faq-contact .contact-wrap{
        max-width: 100%;
        margin-top: 60px;
    }
    section{
        padding: 90px 0;
    }
    .testimonial-section .testimonial-slider p{
        font-size: 20px;
    }
    .faq-contact .accordion .accordion-button{
        font-size: 18px;
    }
    #footer .footer-top .col-md-6{
        margin-bottom: 30px;
    }
    #footer .footer-top .footer-left img{
        max-width: 150px;
    }
    #footer .footer-top h4{
        margin-bottom: 15px;
        font-size: 24px;
    }
    .about-section .col-md-6 .year h3{
        font-size: 50px;
        margin-bottom: 0;
    }
    .page_about .about-section p{
        font-size: 16px;
        line-height: 1.3;
    }
    .numbers-section ul li h3{
        font-size: 60px;
    }
    .numbers-section{
        padding: 40px 0; 
    }
    .gallery-wrapper .gallery-carousal .slick-slide img{
        height: 170px;
    }
    .productpage-content .product-detail-wrap .product-image img{
        height: 200px;
    }
    .product-detail-wrap{
        padding: 15px;
    }
    .productpage-content .product-detail-wrap h3{
        font-size: 28px;
    }
    .productpage-content .product-detail-wrap p,
    .productpage-content .product-detail-wrap ul li,
    .productpage-content .product-detail-wrap strong{
        font-size: 16px;
    }
}


@media screen and (max-width: 767px){
    .about-section img{
        margin-top: 50px;
    }
    .about-section h2{
        margin-top: 30px;
    }
    .hero-section .thumbnail-slider .thumb img{
        height: 90px;
    }
    .hero-section .hero-slider .large-slide .large-content{
        padding: 30px;
        padding-bottom: 70px;
    }
    h1{
        font-size: 38px;
    }
    .btn {
        padding: 8px 30px 10px;
    }
    .hero-section .hero-slider .large-slide .image{
        height: 380px;
    }
    h2{
        font-size: 36px;
    }
    .about-section h2{
        max-width: 300px;
    }
    .mission-vission h3{
        margin-top: 50px;
    }
    .mission-vission{
        padding: 30px 0 80px;
    }
    .product-section .product-slider{
        width: 140vw;
    }
    .cta-link{
        font-size: 14px;
    }
    .product-section .product-slider .product h3{
        font-size: 20px;
    }
    .whyus-section .info-wrap .info{
        width: 100%;
        margin: 15px 15px;
    }
    .hero-section .hero-slider .large-slide .content{
        left: 30px;
    }
    #page-header{
        padding: 15px 10px;
    }
    .hero-section .thumbnail-slider{
        padding: 0 20px;
        bottom: -40px;
    }
    .row>*{
        padding-left: 30px;
        padding-right: 30px;
    }
    .product-section .slide-nav{
        margin-top: 15px;
    }
    .testimonial-section .testimonial-slider .slick-list{
        width: calc(100% - 80px);
    }
    .testimonial-section .testimonial-slider .slick-arrow{
        width: 25px;
        height: 25px;
        background-size: 10px;
    }
    .testimonial-section .testimonial-slider p{
        font-size: 16px;
    }
    .testimonial-section .testimonial-slider{
        margin-top: 40px;
    }
    .faq-contact h2{
        font-size: 32px;
    }
    .faq-contact .contact-wrap{
        padding: 25px;
    }
    #footer .footer-bottom .text-right{
        text-align: center!important;
        margin-top: 10px;
    }
    #footer .footer-bottom p{
        text-align: center;
    }
    #page-header .row>*{
        padding-left: 15px;
        padding-right: 15px;
    }
    .page_about .about-section img{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .content-distrupter .col-md-6:last-of-type,
    .content-distrupter .col-md-6:first-of-type{
        margin: 0;
        padding: 50px 30px;
    }
    .numbers-section ul{
        flex-wrap: wrap;
    }
    .numbers-section ul li{
        width: 50%;
        margin: 10px 0;
    }
    .numbers-section ul li h3{
        font-size: 50px;
    }
    .gallery-wrapper .gallery-carousal .slick-arrow{
        width: 25px;
        height: 25px;
        background-size: 11px;
    }
    .gallery-wrapper .gallery-carousal .slick-list{
        width: calc(100% - 50px)
    }
    .contact-section-wrapper .contact-content li a{
        font-size: 14px;
    }
    .contact-section-wrapper h2{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .contact-map-wrap iframe,
    .contact-map-wrap{
        height: 400px;
    }
    .search .searchbox .search-submit{
        width: 90px;
    }
    .search .searchbox label{
        width: calc(100% - 140px);
    }
    .about-section .bot-content{
        margin-top: 0;
    }
}