/* body{
     background: rgb(236, 236, 236) !important;
} */
@font-face {

    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot");
    font-display: swap;


}

@font-face {

    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.ttf");
    font-display: swap;


}

@font-face {

    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.woff");
    font-display: swap;


}
@font-face{
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face{
    font-family: "Montserrat-ExtraBold";
    src: url("../fonts/Montserrat-ExtraBold.ttf");
}
@font-face{
    font-family: "Montserrat-Light";
    src:url("../fonts/Montserrat-Light.ttf");
}
@font-face{
    font-family: "Montserrat-Medium";
    src:url("../fonts/Montserrat-Medium.ttf");
}
@font-face{
    font-family: "Montserrat-Regular";
    src:url("../fonts/Montserrat-Regular.ttf");
}
@font-face{
    font-family: "Montserrat-SemiBold";
    src:url("../fonts/Montserrat-SemiBold.ttf");
}
@font-face{
    font-family: "OpenSans-Bold";
    src:url("../fonts/OpenSans-Bold.ttf");
}
@font-face{
    font-family: "OpenSans-ExtraBold";
    src:url("../fonts/OpenSans-ExtraBold.ttf");
}
@font-face{
    font-family: "OpenSans-Light";
    src:url("../fonts/OpenSans-Light.ttf");
}
@font-face{
    font-family: "OpenSans-Medium";
    src:url("../fonts/OpenSans-Medium.ttf");
}
@font-face{
    font-family: "OpenSans-Regular";
    src:url("../fonts/OpenSans-Regular.ttf");
}
@font-face{
    font-family: "OpenSans-SemiBold";
    src:url("../fonts/OpenSans-SemiBold.ttf");
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.row{
    margin:0;
    padding:0;
}
html{
    margin-top:0;
    margin-bottom: 0;
    margin-left:0;
    margin-right:0;
}
section{
    width:100%;
    float:left;
}
.fixed-container {
    max-width: 1250px;
    margin: 0 auto;
    width: 93%;
}
header{
    width: 100%;
    float:left;
    background-color: white;
    padding: 5px 0px;
    box-shadow: 0px 4px 4px 1px #00000040;
}
img{
    max-width: 100%;
}
:root {
    --primary-color: #208ACF;
  }
.logo{
    width:170px;
    float: left;
    margin: 5px 0px;
}
.menu-dt{
    display: block;
}
.menu-mb{
    display: none;
}
@media(max-width:992px){
    .logo {
        margin: 3px 0px;
    }
    .menu-dt{
        display: none;
    }
    .menu-mb{
        display: block;
    }
}
@media(min-width:370px) and (max-width:376px){
    .logo {
        width: 120px;
    }
}
/* header ertifications section  */

@media(max-width:575px){
    .menuicon:after {
        content: "\f0c9";
        color: var(--primary-color);
        position: absolute;
        width: 40px;
        height: 40px;
        display: inline-block;
        top: 8px !important;
        right: 0;
        font: normal normal normal 31px / 1 FontAwesome !important;
        text-rendering: auto;
    }
}


.header-menu{
    width:82%;
    float:right;
    text-align: right;
}
ul.sidemenu {
    list-style: none;
}
ul.sidemenu li{
    display:inline-block;
    padding: 20px 20px;
}
ul.sidemenu li a{
    color: black;
    text-decoration: none;
    font-family: 'Montserrat-Medium' !important;
    transform: 0.5s !important;
}
ul.sidemenu li a:hover{
    text-decoration: underline 2px var(--primary-color) !important;
    text-underline-offset: 4px !important;
    z-index: 99999 !important;
    transform: 0.5s !important;
}
.head-btn {
    background-color: var(--primary-color);
    padding: 10px 25px;
    color: white !important;
    border-radius: 20px;
    transform: 0.5s !important;
}
section#header {
    width: 100%;
    float: left;
    z-index: 9;
    position: fixed !important;
}

section.header-empty {
    width: 100%;
    height: 77px;
}
@media(min-width:575px) and (max-width:992px){
    section.header-empty {
        height: 69px;
    }
}
@media(max-width:575px){
    section.header-empty {
        height: 50px;
    }
}
.mb-pd{
   margin-bottom: 0px;
}
@media(max-width:1200px){
    .header-menu{
        width:80%;
    }
    ul.sidemenu li{
        display: inline-block;
        padding: 20px 16px;
    }
}
@media(min-width:1026px) and (max-width:1122px){
    ul.sidemenu li {
        padding: 20px 10px;
    }
    .logo {
        margin-top: 6px;
    }
}
@media(min-width:992px) and (max-width:1025px){
    ul.sidemenu li {
        padding: 20px 7px;
    }
}
@media(max-width:992px){
    .menu-hide{
        width:100%;
        height:100vh;
        position: fixed;
        z-index: 9;
        transition: all 0.6s ease-in-out !important;
        left: 100%;
        background-color: var(--primary-color);
        top: 0px;
    }
    ul.sidemenu li a {
        color: white;
        font-family: 'Montserrat-Medium' !important;
    }
    .menuicon{
        position:relative;
        width:40px;
        height:40px;
        display: inline-block;
    }
    .mb-pd{
        padding-left: 0px !important;
    }
    .menuicon:after{
        content:"\f0c9";
        color: var(--primary-color); 
        position:absolute;
        width:40px;
        height: 40px;
        display:inline-block;
        top:12px;
        right:0;
        font: normal normal normal 31px/1 FontAwesome!important;
        text-rendering: auto;
    }
    .menuicon.active:after{
        content: "\f00d";
        color: #fff;
        font: normal normal normal 31px/1 FontAwesome!important;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        z-index: 999;
    }
    .header-menu{
        width: 40px !important;
    }
    .show{
        transition: all 0.6s ease-in-out !important;
        left: 0px !important;
    }
    .active{
        transition: all 0.6s ease-in-out !important;
    }
    ul.sidemenu li{
        width:100%;
        text-align: left;
        border-bottom: 1px solid #ffffff73;
        padding: 18px 20px;
    }
    ul.sidemenu {
        margin-top: 52px;
    }
    .head-btn{
        background-color: var(--primary-color);
        padding: 0px 0px;
        color: white !important;
    }
    ul.sidemenu.mb-pd :nth-child(6) {
        border-bottom: none !important;
    }
}
/* Banner secction  */
.banner-image {
    position: relative;
}
.banner-image img {
    max-width: 100%;
}
.banr-dt{
    display: block;
}
.banr-mb{
    display: none;
    max-width: 100% !important;
    width: 100% !important;
}
.btn-dt{
    display: block;
}
.btn-mb{
    display: none !important;
}
@media(max-width:991px){
    .banr-dt{
        display: none;
    }
    .banr-mb{
        display: block !important;
    }
    .banner-cont{
        position: unset !important;
    } 
    .banr-cert-img{
        position: unset !important;
        background: #ffffff;
        width: 100% !important;
        padding: 20px;
        border-radius: 0px !important;
        border-bottom: 0.85px solid var(--primary-color) !important;
        border-top: 0.85px solid var(--primary-color) !important;
        border-left: unset !important;
        border-right: unset !important;
    }
    section#banr-section {
        display: flex;
        flex-direction: column;
        background: #ffff;
    }
    .banner-cont.fixed-container {
        order: -1 !important;
        /* margin: 25px auto 0px auto; */
        margin-top: 30px
    }
    .btn-dt{
        display: none !important;
    }
    .btn-mb{
        /* display: block !important; */
        display: flex !important;
        gap: 10px;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 30px !important;
        margin-top: 0px !important;
    }
    .banr-btns a:nth-child(2) {
        font-size: 14px;
        padding: 10px 20px !important;
    }
}
@media(min-width:356px) and (max-width:991px){
    .banr-btns a:nth-child(1) {
        padding: 10px 20px !important;
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .btn-mb{
        display: flex !important;
        gap: 10px !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 30px !important;
        margin-top: 0px !important;
    }
    .banr-btns a:nth-child(1) {
        padding: 10px 60px !important;
        font-size: 14px;
    }
}
.banner-cont {
    position: absolute;
    /* top: 22%; */
    top:27%;
    left: 5%;
}
@media(min-width:992px) and (max-width:1100px){
    .banner-cont {
        position: absolute;
        top: 18%  !important;
        left: 5%;
    }
    .banner-cont-left h5 {
        margin-bottom: 5px !important;
    }
    .banner-cont-left p {
        font-size: 14px !important;
        font-family: "OpenSans-Medium";
        color: #000000;
        margin-bottom: 10px !important;
    }
    .banr-btns {
        display: flex;
        gap: 10%;
        align-items: center;
        margin-top: 4% !important;
    }
    
}
@media(min-width:992px) and (max-width:1024px){
    .banr-cert-img {
        position: absolute;
        bottom: 8% !important;
        /* left: 50% !important; */
        left: 59% !important;
        background: #ffffff;
        width: 35%;
        padding: 20px;
        border-radius: 75px;
        border: 0.85px solid var(--primary-color);
        box-shadow: 0px 0px 3.41px 1.71px #00000040;
    }
    .cert-flx img {
        max-width: 21% !important;
    }
}
@media(min-width:1024px) and (max-width:1100px){
    .banr-cert-img {
        position: absolute;
        /* bottom: 4% !important; */
        bottom: -1% !important;
        /* left: 50% !important; */
        left: 58% !important;
        background: #ffffff;
        width: 35%;
        padding: 20px;
        border-radius: 75px;
        border: 0.85px solid var(--primary-color);
        box-shadow: 0px 0px 3.41px 1.71px #00000040;
    }
    .cert-flx img {
        max-width: 21% !important;
    }
}
@media(min-width:1100px) and (max-width:1150px){
    .banr-cert-img {
        position: absolute;
        /* bottom: -1% !important; */
        bottom: -8% !important;
        /* left: 50% !important; */
        left: 57% !important;
    }
}
@media(min-width:1150px) and (max-width:1200px){
    .banr-cert-img {
        position: absolute;
        /* bottom: -7% !important; */
        bottom: -11% !important;
        /* left: 50% !important; */
        left: 56% !important;
    }
}
@media(min-width:1200px) and (max-width:1300px){
    .banr-cert-img {
        position: absolute;
        /* bottom: -12% !important; */
        bottom: -16% !important;
        /* left: 40% !important; */
        left: 55% !important;
    }
}
@media(min-width:1300px) and (max-width:1350px){
        .banr-cert-img {
            position: absolute;
            /* bottom: -16% !important; */
            bottom: -23% !important;
            left: 34% !important;
        }
}
@media(min-width:1100px) and (max-width:1270px){
    .banner-cont {
        position: absolute;
        top: 17%  !important;
        left: 5%;
    }
    .banner-cont-left h5 {
        margin-bottom: 7px !important;
    }
    .banner-cont-left p {
        font-size: 16px !important;
        font-family: "OpenSans-Medium";
        color: #000000;
        margin-bottom: 10px !important;
    }
    .banr-btns {
        display: flex;
        gap: 10%;
        align-items: center;
        margin-top: 4% !important;
    }
}
@media(max-width:991px){
    .banner-cont-left h5 {
        font-size: 16px !important;
        text-align: center;
    }
    .banner-cont-left p {
        font-size: 14px !important;
        margin-bottom: 10px !important;
        text-align: justify;
    }
    
    .banner-cont-left h4 {
        font-size: 24px !important;
        text-align: center;
    }
}
@media(min-width:992px) and (max-width:1074px){
    .banner-cont-left h4 {
        font-size: 28px !important;
    }
}
.banner-cont-left h5 {
    font-size: 18px;
    font-family: 'Montserrat-bold';
    color: #000000;
    margin-bottom: 15px;
}
.banner-cont-left h4 {
    font-size: 32px;
    font-family: 'Montserrat-Bold';
    color: var(--primary-color);
    margin-bottom: 15px;
}
.banner-cont-left p {
    font-size: 16px;
    font-family: "OpenSans-Medium";
    color: #000000;
    margin-bottom: 15px;
}
.banr-btns {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 6%;
}
.banr-btns a:nth-child(1) {
    text-decoration: none;
    background: var(--primary-color);
    color: #ffffff;
    padding: 10px 45px;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    border: 2px solid var(--primary-color);
    transition: 0.5s;
}
.banr-btns a:nth-child(1):hover{
    background: #ffffff;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    transition: 0.5s;
}
.banr-btns a:nth-child(2) {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    background: #ffffff;
    padding: 10px 30px;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    transition: 0.5s;
}
.banr-btns a:nth-child(2):hover {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    background: var(--primary-color);
    padding: 10px 30px;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    transition: 0.5s;
}
.banr-cert-img {
    position: absolute;
    /* bottom: -3%; */
    bottom: -9%;
    left: 35%;
    background: #ffffff;
    width: 35%;
    padding: 20px;
    border-radius: 75px;
    border: 0.85px solid var(--primary-color);
    box-shadow: 0px 0px 3.41px 1.71px #00000040;
}
.cert-flx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12%;
}
.cert-flx img {
    max-width: 100%;
    width: 70px;
}

/* Product section  */
section#product-items {
    padding: 20px 0px 50px;
    background: #EEEEEE;
}
.product-head {
    padding: 30px 0px 15px 0px;
    text-align: left;
}
.product-head h4 {
    font-size: 32px;
    font-family: 'Montserrat-Bold';
    color: #000000;
}
.product-head h1 {
    font-size: 32px;
    font-family: 'Montserrat-Bold';
    color: #000000;
}
.product-row {
    width: 95%;
    margin: 0px auto;
}
.product-box {
    background: #ffffff;
    border-radius: 13px;
    box-shadow: 0px 0px 4px 1px #00000040;
    padding: 20px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 15px !important;
    margin-bottom: 20px;
}
.product-img img {
    max-width: 100%;
    border: 1px solid #00000052;
    border-radius: 5px;
    width: 100%;
}
.product-cont-head h5 {
    /* font-size: 24px; */
    font-size: 22px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 10px;
    color: #000000;
}
.product-cont-head h6 {
    /* font-size: 18px; */
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    color: var(--primary-color);
    margin-bottom: 5px;
}
.product-cont-head p {
    /* font-size: 16px; */
    font-size: 14px;
    font-family: 'OpenSans-Medium';
    color: #000000;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.product-fetu h6 {
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 10px;
    color: #000000;
}
.product-fetu ul li {
    color:#000000;
    /* padding: 2px 0px; */
    font-size: 14px;
    font-family: 'OpenSans-Medium';
}
li::marker {
    color: var(--primary-color);
}
.product-fetu ul li p {
    /* font-size: 16px; */
    font-size: 14px;
    font-family: 'OpenSans-Medium';
    color: #000000;
    margin-bottom: 0px;
}
.product-enq {
    /* float: inherit; */
    margin-top: 15px !important;
    text-align: center;
}
.product-enq a {
    background: var(--primary-color);
    color: #ffffff;
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    text-decoration: none;
    /* padding: 10px 20px; */
    padding: 10px 65px;
    border-radius: 7px;
}
@media(max-width:991px){
    .product-box {
        background: #ffffff;
        border-radius: 13px;
        box-shadow: 0px 0px 4px 1px #00000040;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 20px;
        flex-direction: column;
    }
}
@media(max-width:768px){
    .product-cont-head h5 {
        font-size: 18px !important;
        margin-bottom: 5px !important;
    }
    .product-cont-head h6 {
        font-size: 16px;
    }
    .product-cont-head p {
        font-size: 14px;
    }
    .product-fetu h6 {
        font-size: 14px;
    }
    .product-fetu ul li p {
        font-size: 14px;
    }
    .product-enq a {
        font-size: 14px;
        padding: 8px 15px;
    }
    .product-head h4 {
        font-size: 24px;
    }
    .product-head h1 {
        font-size: 24px;
    }
    .product-head {
        padding: 15px 0px 15px 0px;
        text-align: center;
    }
}
@media(max-width:991px){
    section#product-items {
        padding: 20px 0px;
        background: #EEEEEE;
    }
    .product-fetu ul:nth-child(1) {
        margin-bottom: 0px !important;
    }
    .product-fetu .row ul {
        padding-left: 20px;
    }
}

/* About us  */
/* 
section#aboutus {
    padding: 40px 0px 30px 0px;
    text-align: left;
    background: #eeeeee;
    color: #000000;
}
section#aboutus h4 {
    font-size: 32px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 15px;
}
section#aboutus p {
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    line-height: 1.5em;
    margin-bottom: 10px;
}
section#aboutus p br {
    display: none;
}
@media(max-width:768px){
    section#aboutus h4 {
        font-size: 24px;
    }
    section#aboutus p {
        font-size: 14px;
    }
    section#aboutus p br {
        display: block !important;
    }
} */

/* Why Kwk seccction  */

/* section#why-kwk {
    padding: 40px 0px;
    background: #EEEEEE;
}
section#why-kwk .row {
    align-items: center;
}
.why-box h4 {
    font-size: 32px;
    font-family: 'Montserrat-Bold';
    color: #ffffff;
    margin-bottom: 10px;
}
.why-box p {
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    color: #ffffff;
    margin-bottom: 5px;
}
.why-box {
    padding: 10px;
} */
/* @media(max-width:768px){
    .why-box h4 {
        font-size: 24px;
    }
    .why-box p {
        font-size: 14px;
    }
    .why-box {
        margin-bottom: 15px;
    }
} */


/* Product box style  */
@media(min-width:1230px){
    .product-box.row .col-xl-7 {
        width: 48.333333%;
    }
}
.product-box.row {
    align-items: center;
    justify-content: space-evenly;
}
.product-enq a button {
    background: var(--primary-color);
    width: 20%;
    padding: 5px;
    border: 0px solid;
    border-radius: 7px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'OpenSans-Medium';
}
@media(max-width:600px){
    .product-enq a button {
        width: 40% !important;
    }
}
.product-cont-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.mid-img {
    display: none;
}
@media(min-width:992px) and (max-width:1230px){
    .mid-img {
        display: block !important;
        max-width: 100%;
        border: 1px solid #00000052;
        border-radius: 5px;
        width: 100%;
        margin-bottom: 10px;
    }
    .product-img img {
        display: none !important;
    }
    .product-box.row .col-xl-7 {
        width: 100%;
    }
}
.product-box.row>* {
    padding: 0px !important;
}

/* introducing section  */

section#intro-div {
    padding: 40px 0px;
    background: #ffffff;
}
.intro-img {
    padding: 10px;
}
.intro-img img {
    max-width: 100%;
    width: 100%;
}
.intro-row.row {
    align-items: center;
}
.intro-box {
    padding: 10px;
}
.intro-cont h4 {
    font-size: 32px;
    font-family: 'Montserrat-Medium';
    color: var(--primary-color);
    margin-bottom: 7px;
}
.intro-cont h6 {
    font-size: 28px;
    font-family: 'OpenSans-Medium';
    color: #000000;
    margin-bottom: 15px;
}
.intro-cont div {
    width: 60px;
    border: 0.5px solid #ec1f27;
    margin-bottom: 15px !important;
}
.intro-cont p {
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    line-height: 1.5em;
    color: #000000;
    margin-bottom: 10px;
}
.intro-points ul li {
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    color: #000000;
    margin-bottom: 5px;
    list-style: none;
    display: flex;
    align-items: center;
}
.intro-points ul li span {
    font-family: 'OpenSans-bold';
}
.download-btn button {
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    background: #ec1f27;
    text-decoration: none;
    color: #ffffff;
    /* padding: 10px 35px; */
    padding: 10px 90px;
    border-radius: 30px;
    border:2px solid #ec1f27;
    transition: 0.5s;
}
.modal-body button {
    position: absolute;
    padding: 0px;
    background: transparent;
    color: #000000;
    border: none;
    right: 10%;
    font-size: 35px;
}
.modal-body button:hover{
    background: transparent !important;
    color: #000000 !important;
    border: 0px solid #ffffff00 !important;
    transition: unset !important;
}
@media(max-width:425px){
    .download-btn button {
        padding: 10px 40px;
    }
    .modal-body button {
        padding: 0px !important;
        font-size: 30px  !important;
    }
}
.download-btn button:hover {
    background: #ffffff;
    color: #ec1f27;
    transition: 0.5s;
    border: 2px solid #ec1f27;
}
.download-btn {
    text-align: center !important;
    margin-top: 10px !important;
}
.intro-points ul {
    margin-bottom: 35px;
    padding-left: 0px;
}
@media(max-width:768px){
    .intro-cont h4 {
        font-size: 24px;
    }
    .intro-cont h6 {
        font-size: 20px;
    }
    .intro-cont p {
        font-size: 14px;
        text-align: left;
    }
    .intro-points ul li {
        font-size: 14px;
        align-items: start;
    }
    .intro-points a {
        font-size: 14px;
    }
    .download-btn button {
        font-size: 14px;
    }
}
@media(max-width:991px){
    .intro-cont {
        text-align: center;
    }
    .intro-cont div {
        margin-bottom: 15px !important;
        margin: 0px auto;
    }
    .intro-points div {
        text-align: center;
    }
}
.intro-points ul li img {
    max-width: 100%;
    padding-right: 4px;
}
/* Work With Section  */
section#work-with {
    padding: 40px 0px;
    /* background: #EFEFEF; */
    background: #ffffff;
}
section#work-with h4 {
    font-size: 32px;
    font-family: 'Montserrat-Bold';
    text-align: center;
    margin-bottom: 30px;
}

.work-row.row {
    align-items: center;
    width: 95%;
    margin: 0px auto;
}
@media(max-width:768px){
    section#work-with h4 {
        font-size: 24px;
    }
}
@media(max-width:575px){
    .work-row.row>* {
        width: 50%;
    }
}
@media(max-width:991px){
    .work-row.row img {
        margin: 20px 0px;
    }
}
.work-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* More content secction  */

section#more-cont {
    padding: 30px 0px;
    background: #ffffff;
}
.more-cont-head {
    text-align: center;
    padding: 15px 0px;
}
.more-cont-head h4 {
    font-size: 32px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 15px;
    color: #000000;
}
.more-cont-head p {
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    color: #000000;
    line-height: 1.5em;
    margin-bottom: 15px !important;
    width: 90%;
    margin: 0px auto;
}
.more-cont-head p span {
    font-family: 'OpenSans-Bold';
}
@media(max-width:768px){
    .more-cont-head h4 {
        font-size: 24px;
    }
    .more-cont-head p {
        font-size: 14px;
        width: 100%;
    }
}
.more-products .row {
    width: 90%;
    margin: 0px auto;
}
.more-product-img-box img{
    box-shadow: 0px 0px 4px 2px #00000040;
    /* position: relative; */
}
.more-product-img-box{
    position: relative;
}
.more-product-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.more-product-img-box p a::after {
    content: "\f105";
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: inline-block;
    font: normal normal normal 25px / 1 FontAwesome !important;
    text-rendering: auto;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-decoration: none;
}
.more-product-img-box a {
    text-decoration: none;
}
.more-product-img-box p {
    position: absolute;
    top: 10px;
    right: 20px;
    margin-bottom: 0px;
}
.more-product-box h6 {
    font-size: 18px;
    font-family: 'OpenSans-Medium';
    margin-bottom: 0px;
}
@media(max-width:768px){
    .more-product-box h6 {
        font-size: 16px;
    }
}

/* Footer section  */

section#footer {
    padding: 10px 0px;
    background: #ffffff;
}
@media(max-width:600px){
    section#footer {
        padding: 15px 0px;
    }
}
.footer-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kwk-privacy-policy {
    display: flex;
    gap: 5px;
}
.kwk-privacy-policy {
    display: flex;
    gap: 5px;
}
.kwk-copy-rights p {
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 0px;
    color: #000000;
}
.kwk-privacy-policy a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 0px;
}
.kwk-privacy-policy a:hover {
    text-decoration: underline;
    transform: 0.5s;
}
.kwk-privacy-policy p {
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 0px;
}
@media(max-width:600px){
    .footer-flx {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
}

/* Disclaimer page  */

section#disclaimer-div {
    background: #ffffff;
    padding: 20px 0px;
    border-bottom: 1px solid #909090;
}
.disclaimer-head {
    text-align: center;
    padding: 15px 0px;
}
.disclaimer-head h3 {
    font-size: 32px;
    font-family: 'Montserrat-bold';
    margin-bottom: 0px;
    color: #000000;
}
.disclaimer-cont {
    padding: 0px 0px 15px 0px;
}
.disclaimer-cont p {
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    color: #000000;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.disclaimer-cont p a {
    color: var(--primary-color);
    text-decoration: none;
}
@media(max-width:768px){
    .disclaimer-head h3 {
        font-size: 24px;
    }
    .disclaimer-cont p {
        font-size: 14px;
        font-family: 'OpenSans-Medium';
        color: #000000;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
}



/* privacy-policy page */

section#privacy-policy-div {
    background: #ffffff;
    padding: 20px 0px;
    border-bottom: 1px solid #909090;
}
.privacy-policy-head {
    text-align: center;
    padding: 15px 0px;
}
.privacy-policy-head h3 {
    font-size: 32px;
    font-family: 'Montserrat-bold';
    margin-bottom: 0px;
    color: #000000;
}
.privacy-policy-cont {
    padding: 0px 0px 15px 0px;
}
.privacy-policy-cont p {
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    color: #000000;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.privacy-policy-cont p a {
    color: var(--primary-color);
    text-decoration: none;
}
.privacy-policy-cont h6 {
    margin-bottom: 7px;
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    color: #000000;
}
@media(max-width:768px){
    .privacy-policy-head h3 {
        font-size: 24px;
    }
    .privacy-policy-cont p {
        font-size: 14px;
        font-family: 'OpenSans-Medium';
        color: #000000;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    .privacy-policy-cont h6 {
        margin-bottom: 7px;
        font-size: 18px;
        font-family: 'Montserrat-Bold';
        color: #000000;
    }
}

/* contact us  */

section#contact-us {
    padding: 20px 0px;
    /* background: #ffffff; */
    background: #f2f2f2;
}
.contact-row {
    padding: 15px 0px;
}
.contact-row .row {
    align-items: center;
}
.contact-img {
    padding: 10px;
}
.contact-img img {
    max-width: 100%;
}
 
/* thank you page  */

section#thank-you {
    padding: 50px 0px;
    background: #ffffff;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
    height: 75vh;
}
section#thank-you p {
    font-size: 24px;
    font-family: 'Montserrat-bold';
    color: #000000;
    margin-bottom: 10px;
}
.thank-you-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
}
@media(max-width:768px){
    section#thank-you p {
    font-size: 18px !important;
}
section#thank-you {
    height: 63vh !important;
}
}

/* certifications  */

.certifications {
    margin-top: 50px;
    margin-bottom: 10px;
    max-width: 100%;
    display: block;
}
.certification-row.row {
    width: 100%;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 25px -10px #2a89c9;
    border-radius: 60px;
    max-width: 700px;
}
.cer-box {
    text-align: -webkit-center;
}
.cer-box img {
    max-width: 100%;
}
.mb-hd-cert{
    display: none;
}
@media(max-width:991px){
    .certifications {
        display: none;
    }
    .mb-hd-cert{
        display: block;
    }
    .hed-flx {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.cert-img img {
    max-width: 100%;
}
.cert-img {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media(max-width:500px){
    .cert-img {
        gap: 0px !important;
        position: relative;
        right: -9px;
    }
}
@media(max-width:420px){
    .logo {
        width: 140px;
    }
    .cert-img img {
        max-width: 33%;
    }
    .hed-flx {
        gap: 10px;
    }
}

/* About us ad benefits setion  */

section#why-benefits-section {
    padding: 30px 0px;
    background: #2189cf;
}
.why-row.row {
    align-items: center;
    margin-bottom: 20px;
}
.why-cont h4 {
    font-size: 32px;
    font-family: 'Montserrat-Bold';
    color: #ffffff;
    margin-bottom: 15px;
}
.why-cont p {
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    color: #ffffff;
    margin-bottom: 10px;
}
@media(max-width:768px){
    .why-cont h4 {
        font-size: 24px;
    }
    .why-cont p {
        font-size: 14px;
    }
}
.why-cont ul li {
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    color: #ffffff;
    padding: 3px 0px;
    list-style-type: disclosure-closed;
}
.why-cont ul li::marker {
    color: #ffffff;
}
@media(max-width:768px){
    .why-cont ul li {
        font-size: 14px;
    }
}
.why-cont ul {
    padding-left: 20px;
    margin-bottom: 0px;
}
/* benefits section  */
.benefit-head {
    padding: 25px 0px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.benefit-head h4 {
    font-size: 32px;
    font-family: 'Montserrat-Bold';
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}
.benefit-head div {
    width: 75px;
    border: 1px solid var(--primary-color);
    margin: 0px auto;
}
.benefit-row.row {
    padding: 15px 0px;
    align-items: center;
}
.img-y{
    display: none;
}
.benefit-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 10px;
    transition: 0.5s;
    min-height: 210px;
    cursor: pointer;
}
.benefit-box img {
    max-width: 100%;
}
.benefit-box p {
    font-size: 14px;
    font-family: 'OpenSans-Medium';
    text-align: center;
    color: #000000;
    margin-bottom: 0px;
}
@media(max-width:768px){
    .benefit-head h4 {
        font-size: 24px;
    }
    .benefit-box p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media(max-width:575px){
    .benefit-row.row>* {
        width: 50% !important;
    }
}
.why-kwk-benefits .row {
    align-items: center;
}
.new-benefit-img {
    width: 100%;
}
.new-benefit-img img {
    max-width: 100% !important;
    width: 100% !important;
} 
.benefit-box div {
    background: var(--primary-color);
    padding: 10px;
    width: 115px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 7px;
    min-height: 92px;
}
section#aboutus-div {
    padding: 30px 0px;
    background: #EFEFEF;
}
.aboutus-row.row {
    align-items: center;
}
.aboutus-box h4 {
    font-size: 32px;
    font-family: 'Montserrat-Bold';
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
}
.aboutus-box p {
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    line-height: 1.5em;
    color: #000000;
    text-align: left;
    margin-bottom: 0px;
}
@media(max-width:768px){
    .aboutus-box h4 {
        font-size: 24px;
    }
    .aboutus-box p {
        font-size: 14px;
    }
}
@media(max-width:991px){
    .aboutus-img img {
        max-width: 100%;
        margin-bottom: 10px;
    }
}
.aboutus-img img {
    max-width: 100%;
}
.aboutus-box {
    /* background: #ffffff; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 20px;
    /* box-shadow: rgb(17 12 46 / 35%) 0px 48px 100px 0px; */
}
.why-img {
    max-width: 100%;
}
.why-img img{
    max-width: 100%;
}

/* call section  */

section#call-btn {
    position: fixed;
    top: 50%;
    width: 140px;
    background: var(--primary-color);
    right: -104px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    transition: 0.5s;
    z-index: 999 !important;
}
@media(max-width:768px){
    section#call-btn {
        position: fixed;
        top: 85%;
        width: 43px;
        background: var(--primary-color);
        right: 0px;
        transition: 0.5s;
        border-radius: 50%;
    }
    .call-info a {
        font-size: 0px !important;
        font-family: 'OpenSans-Medium';
        color: #ffffff;
        text-decoration: none;
    }
}
section#call-btn:hover {
    right: 0px;
    transition: 0.5s;
}
.call-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.call-r {
    padding: 10px;
}
.call-info a {
    font-size: 16px;
    font-family: 'OpenSans-Medium';
    color: #ffffff;
    text-decoration: none;
}

/* Popup form  */
.thank-you-cont a {
    font-size: 16px;
    text-decoration: none;
    background: #2a89c2;
    padding: 10px 20px;
    color: #ffffff;
    font-family: 'OpenSans-Medium';
    border-radius: 10px;
}

.products-catalog .tick::before{
    content: "\f00c";
    color: #ffffff;
    width: 50px;
    height: 50px;
    font: normal normal normal 30px / 1 FontAwesome !important;
    text-rendering: auto;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-decoration: none;
    margin-bottom: 20px;
}
.thank-you-cont.tick {
    margin-top: 5% !important;
}

/* 
.ebcf_modal {
display: none; 
position: fixed; 
z-index: 1; 
padding-top: 100px; 
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto; 
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4); 
}

.ebcf_modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 50%;
}

@media(max-width:768px){
    .ebcf_modal-content {
        width: 90% !important;
    }
}
.ebcf_close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.ebcf_close:hover,
.ebcf_close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.container-box{
padding: 30px 35px;
background-color: #00558f;
}
.modal-body{
background-color: #00558f!important;
}
.container-box h4{
font-size: 20px;
text-transform: uppercase;
color: #fff;
padding-left: 15px;
margin-top: 0;
padding-top: 7px;
padding-bottom: 7px;
border-left: 3px solid #f7ab1b;
font-family: 'Encode Sans SC', sans-serif;
font-weight: 600;
}
.ip-cover{
padding-bottom: 20px;
position: relative;

}
.form-container ::placeholder{
color: #fff;
font-weight: 600;
}

.form-container .ip-cover input{

padding: 0 10px;
width: 100%;
height: 46px;
background-color: transparent;
border: 1px solid #3167a9;
font-family: Lato,sans-serif;
font-size: 16px;
color: #fff;
outline: 0;
}
.form-txt{
margin: 0!important;

}
.submitenquiry{
background-color: #f7ab1b!important;
padding: 12px 30px!important;
font-size: 16px;
font-weight: 600;
font-family: Lato,sans-serif;
border: 2px solid #f7ab1a!important;
color: #222!important;
cursor: pointer!important;
display: inline-block;
width: auto!important;
height: auto!important;
}
.submit-button{
text-align: center;
}
.submitenquiry:hover{
background-color: #00558f!important;
color: #fff!important;
}
#openform{
background: #f7ab1a;
padding: 8px 24px;
display: inline-block;
margin-right: 12px;
font-size: 16px;
font-weight: 600;
font-family: Lato,sans-serif;
border: 2px solid #f7ab1a;
color: #251a1a;
margin-bottom: 12px;

}
#openform:hover{
background: #00558f!important;
color: #fff!important;
} */
