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;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

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;
}

a {
    text-decoration: none;
    outline: none;
    color: #0E0E0E;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "Manrope", serif;
    font-size: 18px;
    color: #000000;
    background-color: #fff;
    font-weight: 400;
}

::selection {
    color: #fff;
    background-color: #535353;
}

::-moz-selection {
    color: #fff;
    background-color: #535353;
}

/* #Primary
================================================== */

@font-face {
    font-family: satoshi-regular;
    src: url(/font/Satoshi-Regular.ttf);
}
@font-face {
    font-family: satoshi-medium;
    src: url(/font/Satoshi-Medium.ttf);
}
@font-face {
    font-family: satoshi-light;
    src: url(/font/Satoshi-Light.ttf);
}
@font-face {
    font-family: satoshi-bold;
    src: url(/font/Satoshi-Bold.ttf);
}

/* #comman
================================================== */
button{
    border-radius: 50px;
    background-color: #131112;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 7px 7px 30px;
    border: none;
}
button:hover{
    background-color: #918588;
}
button a{
    color: #fff;
}
button:hover a{
    color: #fff;
}
.title p{
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}
.title h4{
    font-size: 58px;
    line-height: 1.2;
    color: rgba(12, 7, 8, 0.9);    
}
.comman-header{
    background: url(/images/comman-header.png)no-repeat;
    /*background-size: cover;*/
    margin-top: -120px;
    background-position: top center;
}
.commn-title{
    padding: 170px 0 100px;
}
.commn-title h2{
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.2px;
    text-align: center;
    color: #fff;
}
.commn-title p{
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    color: #fff;
}



/* #header
================================================== */
header.sticky{
    position: relative;
    background-color: #0c0708;
    margin-bottom: 60px;
}
header{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(12, 7, 8, 0.9);
    z-index: 9999;
    padding: 8px 0;
}
.navbar{
    padding: 0.5rem 0rem;
    box-shadow: none;
}
header .navbar-dark .navbar-brand img{
    height: 75px;
}
header .navbar-dark .navbar-nav .nav-link{
    font-family: "Inter Tight", serif;
    font-size: 18px;
    line-height: 1.6;
    color: #FFFFFF;
    padding: 0.5rem 20px;
}
header .navbar-dark .navbar-nav .nav-link:hover{
    font-weight:700;
    color: #918588; !important;
}
header .navbar-dark .navbar-nav .nav-link.active{
    font-weight: 700;
    color: #918588; !important;
}
.navbar-toggler{
    background-color: #C4BC87;
    border: 1px solid #fff;
}
.navbar-toggler span{
    margin-left: 0;
}

/* #home
================================================== */
.home .slider{
    position: relative;
    margin-bottom: 80px;
}
.about-sec{
    position: relative;
    margin-bottom: 80px;
}
.about-sec .title-box h4{
    font-size: 38px;
    font-weight: 600;
    line-height: 1.1;
    color: #918588;
}
.about-sec .title-box h1{
    font-size: 98px;
    font-weight: 600;
    line-height: 1.1;
    color: #8099a3;
}
.about-sec .img-box{
    position: relative;
}
.about-sec .img-box .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-sec .img-box  .btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 10px;
    height: 20px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #fff;
}
.about-sec .img-box .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #8099a3;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}
.about-sec .img-box  .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    transition: all 200ms;
}
.about-sec .img-box  .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -4px;
    top: 2px;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}
.about-sec .txt-box{
    position: absolute;
    bottom: 10px;
}
.about-sec .txt-box p{
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    color: #918588;
}

.home .product-sec{
    margin-bottom: 35px;
}
.home .product-sec .product-box{
    margin-bottom: 45px;
}
.home .product-sec .product-box img{
    padding-bottom: 15px;
}
.home .product-sec .product-box .next-btn img{
    cursor: pointer;
    padding-bottom: 0;
}
.home .product-sec .product-box h4{
    font-size: 30px;
    line-height: 1.4;
    color: rgba(12, 7, 8, 0.9);
}
.home .product-sec .product-box p{
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    color: rgba(19, 17, 18, 0.5);
}
.home .product-sec .product-box .pro-img{
    position: relative;
}
.home .product-sec .product-box .next-btn{
    position: absolute;
    bottom: -5px;
    right: 30px;
}
.home .expertise-sec{
    margin-bottom: 80px;
}
.home .expertise-sec .expertise-box{
    border-radius: 30px;
    background-color: #eee;
    padding: 50px 25px;
}

@media (min-width: 768px) {
    .home .expertise-sec .expertise-box .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .home .expertise-sec .expertise-box .col-md-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .home .expertise-sec .expertise-box .col-md-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 10%;
        max-width: 10%;
    }
    .home .expertise-sec .expertise-box .col-md-5 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.home .expertise-sec .expertise-box .f-img-box{
    position: relative;
}
.home .expertise-sec .expertise-box .f-img-box p{
    margin-top: -110px;
    margin-left: 50px;
}
.home .expertise-sec .expertise-box .s-img-box{
    position: relative;
    margin-left: -135px;
    margin-top: 41px;
}
.home .expertise-sec .expertise-box .s-img-box p{
    position: absolute;
    bottom: 100px;
    left: 131px;
}
.home .expertise-sec .expertise-box .t-img-box{
    position: relative;
    margin-left: -235px;
    z-index: 9;
    position: relative;
}
.home .expertise-sec .expertise-box .t-img-box p{
    z-index: 99;
    position: absolute;
    top: 70px;
    left: 130px;
}
.home .expertise-sec .expertise-box .t-img-box img{
    margin-left: 45px;
}
.home .expertise-sec .expertise-box .fo-img-box{
    position: relative;
    margin-left: -100px;
    margin-top: 40px;
}
.home .expertise-sec .expertise-box .fo-img-box p{
    position: absolute;
    bottom: 70px;
    left: 35%;
}
.home .expertise-sec .expertise-box .box p{
    font-size: 26px;
    line-height: 1;
    text-align: left;
    color: #fff;
}
.home .about-group{
    margin-bottom: 80px;
}
.home .about-group .txt-box h6{
    font-size: 18px;
    line-height: 2;
    color: rgba(19, 17, 18, 0.5);
    padding-bottom: 10px;
}
button.call-btn a span{
    background: url(/images/send.png)no-repeat;
    height: 42px;
    width: 42px;
}
button.call-btn:hover a span{
    background: url(/images/send.png)no-repeat;
    height: 42px;
    width: 42px;
}
button.call-btn a {
    display: flex;
    align-items: center;
}

.testimonial-sec {
    margin-bottom: 80px;
}
.testimonial-sec .review-box{
    border-radius: 30px;
    background-color: #eee;
    padding: 70px 90px;
}
.testimonial-sec .review-box .title h4{
    line-height: 1;
}
.testimonial-sec .review-box .review h6{
    font-size: 20px;
    line-height: 2;
    color: #131112;
}
.testimonial-sec .review-box .review img{
    width: auto;
}
.testimonial-sec .review-box .review .under-line{
    border-bottom: 1px solid #c6c6c6;
    margin: 30px 0;
}
.testimonial-sec .review-box .review p{
    font-size: 22px;
    line-height: 1;
    color: #131112;
    padding-left: 20px;
}
.home .testimonial-sec .prev-slide {
    background: url(/images/left.png) no-repeat scroll 0px;
    height: 14px;
    width: 22px;
    font-size: 20px !important;
    line-height: 40px !important;
    position: absolute;
    right: 15%;
    bottom: 28%;
}
.home .testimonial-sec .next-slide {
    background: url(/images/right.png) no-repeat scroll 0px;
    height: 14px;
    width: 22px;
    font-size: 20px !important;
    line-height: 40px !important;
    position: absolute;
    right: 5%;
    bottom: 28%;
}
.home .client-sec{
    margin-bottom: 80px;
}
.home .client-sec .title h6{
    font-size: 16px;
    line-height: 1.4;
    color: rgba(19, 17, 18, 0.5);
}

/* #about
================================================== */
.about{
    position: relative;
}
.about .about-data{
    margin-bottom: 80px;
}
.about .about-data .img-box{
    margin-bottom: 25px;
}
.about .about-data .txt-box p{
    font-size: 18px;
    line-height: 2;
    text-align: center;
    color: rgba(19, 17, 18, 0.5);
    max-width: 1050px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.about .vission-sec{
    margin-bottom: 80px;
}
.about .vission-sec .vission-back{
    border-radius: 30px;
    background-color: #eee;
    padding: 50px;
}
@media (min-width: 768px) {
    .about .vission-sec .vission-back .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}
.about .vission-sec .vission-back .box{
    background: url(/images/about/01.png)no-repeat;
    padding: 85px;
    text-align: center;
}
.about .vission-sec .vission-back .box.vission{
    background: url(/images/about/02.png)no-repeat;
    padding: 74px;
}
.about .vission-sec .vission-back .box h4{
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #fff;
}
.about .vission-sec .vission-back .txt-box p{
    font-size: 18px;
    line-height: 2;
    text-align: center;
    color: rgba(19, 17, 18, 0.5);
}
.about .value-sec{
    margin-bottom: 60px;
}
.about .value-sec .box{
    border-radius: 30px;
    border: solid 1px #918588;
    background-color: #fff;
    margin-bottom: 20px;
    text-align: center;
    padding: 30px 30px;
    height: 330px;
}
.about .value-sec .box img{
    padding-bottom: 12px;
}
.about .value-sec .box h4{
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #0c0708;
    padding-bottom: 15px;
}
.about .value-sec .box p{
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    color: rgba(19, 17, 18, 0.5);
}
.about .serve-sec{
    margin-bottom: 60px;
}
.about .serve-sec .back-img{
    background: url(/images/about/back.png)no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 80px 80px 80px;
}
.about .serve-sec .back-img .title p{
    color: #fff;
}
.about .serve-sec .back-img .title h4{
    color: #fff;
}
.about .serve-sec .back-img ul{
    list-style: disc;
}
.about .serve-sec .back-img ul li{
    font-size: 24px;
    font-weight: 600;
    line-height: 2.8;
    color: #fff;
    border-bottom: 1px solid #cacfd1;
}
.about .serve-sec .back-img ul li:last-child{
    border-bottom: none;
}


/* #product
================================================== */
.product{
    margin-bottom: 30px;
}
.product .product-box{
    margin-bottom: 50px;
}
.product .product-box img{
    padding-bottom: 15px;
}
.product .product-box h4{
    font-size: 30px;
    line-height: 1.4;
    color: rgba(12, 7, 8, 0.9);
}
.product .product-box p{
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    color: rgba(19, 17, 18, 0.5);
}
.product .product-box .pro-img{
    position: relative;
}
.product .product-box .next-btn{
    position: absolute;
    bottom: -5px;
    right: 30px;
}
.product .product-box .next-btn img{
    padding-bottom: 0;
    cursor: pointer;
}

/* #client
================================================== */
.client .client-data{
    margin-bottom: 70px;
}
.client .client-data .title h6 {
    font-size: 16px;
    line-height: 1.4;
    color: rgba(19, 17, 18, 0.5);
}
.client .contact-send{
    margin-bottom: 60px;
}
.client .contact-send .back{
    background: url(/images/client/back.png)no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 60px 90px;
}
.client .contact-send .back .txt h2{
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}
.client .contact-send .back button{
    border-radius: 9999px;
    background-color: #8099a3;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color:#fff;
    padding: 7px 7px 7px 30px;
}
.client .contact-send .back button a{
    display: flex;
    align-items: center;
}
.client .contact-send .back button span{
    background: url(/images/client/send.png)no-repeat;
    height: 36px;
    width: 36px;
    display: inline-flex;
}
.client .contact-send .back button:hover{
    background-color: #918588;
}


/* #contact
================================================== */
.contact .contact-data{
    margin-bottom: 80px;
}
.contact .contact-data .title h4{
    font-weight: 700;
    color: #000;
}
.contact .contact-detail{
    margin-bottom: 70px;
}
.contact .contact-detail .title h4{
    font-size: 48px;
}
.contact .contact-detail .box{
    border-radius: 20px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 51, 0.08);
    border: solid 1px #918588;
    padding: 40px 0;
}
.contact .contact-detail .box h5{
    font-size: 25px;
    line-height: 1.5;
    color: #003;
    text-align: center;
    padding-bottom: 10px;
}
.contact .contact-detail .box p{
    font-size: 14px;
    line-height: 2.14;
    text-align: center;
    color: #003;
}
.contact .contact-detail .boxes h6{
    font-size: 18px;
    line-height: 1.2;
    color: #3c2d25;
    padding-bottom: 8px;
}
.contact .contact-detail .boxes p{
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.32px;
    color: #3c2d25;
    padding-bottom: 20px;
}

/* #form
================================================== */

input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: solid 1px #cacaca;
    width: 100%;
}
textarea{
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: solid 1px #cacaca;
    width: 100%;
}
.floating-form{
}
.floating-label {
    position: relative;
    margin-bottom: 50px;
}
.floating-input, .floating-select {
    font-size: 20px;
    padding: 20px 17px 2px 0px;
    display: block;
    width: 100%;
    height: 48px;
    background: transparent; 
    color: #000;
    font-weight: 400;
    border: none;
    border-bottom: solid 1px #cacaca;
}
.floating-input:focus, .floating-select:focus {
    outline: none;
}
.floating-input:disabled{
    background-color: #fff6bd;
}
.floating-form .floating-label label {
    color: #1E1E1E;
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    top: 13px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: 7px;
    font-size: 12px;
    color: #1e2227;
    margin-top: 0;
    left: 0px;
}
.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: 7px;
    font-size: 12px;
    color: #1e2227;
    left: 0px;
}
.floating-select option{
    background-color: #051017;
    color: #fff;
}
/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%; 
}
.floating-textarea {
    min-height: 100px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
    padding-top: 20px;
    line-height: 20px;
    margin-bottom: 30px;
}
/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; 
}
/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; 
}
.calendly-badge-widget{
    display: inline-table !important;
}

/* #footer
================================================== */
footer{
    padding: 20px 0 0px;
}
footer .box{
    padding-bottom: 30px;
}

footer .box h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #3c2d25;
    padding-bottom: 20px;
}
footer .box input{
    font-size: 18px;
    line-height: 1.2;
    color: rgb(12 9 7 / 65%);
    padding: 10px 0;
    border-bottom: 1px solid rgba(60, 45, 37, 0.3);;
}
footer .box input:focus{
    outline: none;
}
footer .box .send-btn{
    position: absolute;
    right: 3px;
    top: 17px;
    bottom: 0px;
}
footer .box ul li{
    position: relative;
}
footer .box ul li a{
    font-size: 16px;
    line-height: 2.5;
    color: #3c2d25 !important;
}
footer .box ul li a:hover{
    font-weight: 600;
}
footer .box ul li a img{
    position: absolute;
    top: 13px;
    right: 25%;
}
footer .box h6{
    font-size: 18px;
    line-height: 1.2;
    color: #3c2d25;
    padding-bottom: 8px;
}
footer .box p{
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.32px;
    color: #3c2d25;
    padding-bottom: 25px;
}
footer .footer-bottam{
    border-top: 1px solid rgba(60, 45, 37, 0.3);
    font-size: 16px;
    color: #3c2d25;
    padding: 10px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .footer-bottam ul{
    display: flex;
}
footer .footer-bottam ul li {
    margin: 0 10px;
}
footer .footer-bottam ul li a{
    display: block;
}
footer .footer-bottam ul li a.yt{
    background: url(/images/yt.png)no-repeat;
    height: 48px;
    width: 48px;
}
footer .footer-bottam ul li a.in{
    background: url(/images/in.png)no-repeat;
    height: 48px;
    width: 48px;
}
footer .footer-bottam ul li a.ig{
    background: url(/images/ig.png)no-repeat;
    height: 48px;
    width: 48px;
}
footer .footer-bottam ul li a.fb{
    background: url(/images/fb.png)no-repeat;
    height: 48px;
    width: 48px;
}
footer .footer-bottam ul li a.yt:hover{
    background: url(/images/yt-hover.png)no-repeat;
    height: 48px;
    width: 48px;
}
footer .footer-bottam ul li a.in:hover{
    background: url(/images/in-hover.png)no-repeat;
    height: 48px;
    width: 48px;
}
footer .footer-bottam ul li a.ig:hover{
    background: url(/images/ig-hover.png)no-repeat;
    height: 48px;
    width: 48px;
}
footer .footer-bottam ul li a.fb:hover{
    background: url(/images/fb-hover.png)no-repeat;
    height: 48px;
    width: 48px;
}
@media (max-width: 768px) {
    header{
        position: relative;
    }
    header .navbar-dark .navbar-brand img{
        height: 40px;
    }
    .about-sec .title-box h4{
        font-size: 26px;
    }
    .about-sec .title-box h1 {
        font-size: 72px;
    }
    .title h4 {
        font-size: 44px;
    }
    .home .expertise-sec .expertise-box .s-img-box{
        margin-left: 0;
        margin-top: 0;
    }
    .home .expertise-sec .expertise-box .t-img-box{
        margin-left: 0;
    }
    .home .expertise-sec .expertise-box .t-img-box img{
        margin-left: 0;
    }
    .home .expertise-sec .expertise-box .fo-img-box{
        margin-left: 0;
        margin-top: 0;
    }
    .home .expertise-sec .expertise-box .box p{
        text-align: center;
    }
    .home .expertise-sec .expertise-box .f-img-box p{
        margin-left: 0;
    }
    .home .expertise-sec .expertise-box .s-img-box p {
        position: absolute;
        bottom: 88px;
        left: 65px;
    }
    .home .expertise-sec .expertise-box .t-img-box p {
        left: 87px;
    }
    .home .expertise-sec .expertise-box .fo-img-box p{
        left: 28%;
    }
    .testimonial-sec .review-box{
        padding: 70px 30px;
    }
    .about .vission-sec .vission-back{
        padding: 50px 30px;
    }
    .about .vission-sec .vission-back .box{
        background: url(/images/about/01.png)no-repeat;
        background-size: contain;
        padding: 48px;
        text-align: center;
    }
    .about .vission-sec .vission-back .box.vission{
        background: url(/images/about/02.png)no-repeat;
        background-size: contain;
        padding: 34px;
    }
    .about .serve-sec .back-img{
        padding: 60px 45px;
    }
    .client .contact-send .back{
        padding: 60px 30px;
    }
    .client .contact-send .back .txt h2{
        font-size: 38px;
    }
    footer .footer-bottam{
        display: block;
    }
    footer .footer-bottam ul{
        justify-content: center;
    }
    footer .box .f-logo{
        width: 80%;
    }

}
@media (min-width: 768px) and (max-width: 998px) {
    header .navbar-dark .navbar-brand img{
        height: 55px;
    }
    .home .amenities-sec .prev-slide{
        right: 16%;
    }
    header .navbar-dark .navbar-nav .nav-link{
        font-size: 13px;
        padding: 0.5rem 8px;
    }
    .about-sec .title-box h4{
        font-size: 28px;
    }
    .about-sec .title-box h1{
        font-size: 62px;
    }
    .title p{
        font-size: 18px;
    }
    .title h4{
        font-size: 46px;
    }
    .about .vission-sec .vission-back .box{
        padding: 40px;
        background-size: contain;
    }
    .about .vission-sec .vission-back .box.vission{
        padding: 40px;
        background-size: contain;
    }
    .client .contact-send .back .txt h2{
        font-size: 32px;
    }
    .contact .contact-detail .box p{
        font-size: 11px;
    }
}
@media (min-width: 1300px) and (max-width: 1600px){

}
@media (min-width: 1600px) and (max-width: 2000px){

}