@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Ubuntu:wght@300;400;500;700&display=swap');

html{
    scroll-behavior: smooth;
}

body{
    padding:0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

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

a, a:hover{text-decoration: none;}

button{}

p{margin:0;}

section{width: 100%;float: left;background: white;}

.themeRow{}

.themeContainer{}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.posRel{
    position: relative;
    background:white;
    transition: 0.3s;
    min-height: 100vh;
}

#banner{
    transition: 0.3s;
    min-height: 100vh;
}
#headertop{
    border-top: 5px solid #FFE900;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0px;
}

#headertop.fixednav {
    border-top: 5px solid #FFE900;
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    z-index: 9999;
}

#headertop:after{
    content:"";
}
#fabric{
    padding-bottom: 100px;
    z-index: 999999999;
}
#products{
    margin-bottom: 100px;
    background: white;
    z-index: 999999999;
}
#slider{
    margin-bottom: 115px;
    z-index: 999999999;
}

.homepageBanner{
    width: 100%;
    float: left;
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.homepageBanner a{
    float: left;
    width: 100%;
    display: flex;
    height: 100vh;
    object-fit: cover;
}
.homepageBanner a img{
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.langArea{}
.langArea span{
    font-size: 11px;
    font-weight: 600;
    color: #333;
}
.langArea ul{
    display: flex;
}
.langArea ul li{
    margin-right: 10px;
}
.langArea ul li a{
    float: left;
}
.langArea ul li a img{
    opacity: .6;
}
.langArea ul li a:hover img{
    opacity: 1;
    transition: .2s ease;
}
.langArea ul li a.active img{
    opacity: 1;
}
.logo{
    width: 492px;
    height: 159px;
    background: url(../img/logo-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
    z-index: 9;
    position: absolute;
    top: 0;
    left: calc(50% - 246px);
}

.logo a{display: flex;}
.logo a img{
    max-width: 129px;
    display: flex;
    width: 100%;
}
.menuBar{
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.menuBar img{ width: 24px;margin-top: -2px;margin-left: 5px;}

.fabricArea{
    width: 100%;
    float: left;
    border-top: 2px solid #d7d7d7;
    display: flex;
    z-index: 999999999;
}
.leftFabricPic{
    width: 50%;
    float: left;
}
.leftFabricPic img{
    width: 100%;
    float: left;
}
.fabricDesc{
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 150px;
    background: white;
}
.fabricDesc h2{
    margin-bottom: 20px;
    font-weight: 700;
    color: #444;
    line-height: 45px;
}
.fabricDesc p{
    font-size: 20px;
    color: #444;
    font-weight: 400;
    font-family: 'Ubuntu';
    line-height: 35px;
    margin: 0;
}
.buttonArea{
    width: 100%;
    float: left;
    margin-top: 50px;
    display: flex;
}
.buttonArea a{
    background: #ffe900;
    color: #333;
    padding: 15px 13px;
    margin-right: 25px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Ubuntu';
}
.buttonArea a img{
    margin-right: 7px;
    margin-top: -2px;
}
.productBanners{
    width: 100%;
    float: left;
}

.productBanners h1{
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 99;
    color: #464655;
    margin-bottom: 80px;
    text-align: center;
}

.productBanners h1:before{
    content: "";
    width: 338px;
    height: 11px;
    background: #FFE900;
    position: absolute;
    left: calc(50% - 170px);
    bottom: 2px;
    z-index: -1;
    transition: all .3s ease-in-out;
}
.productBanners h1:hover::before{
    left: calc(50% - 162px);
}

.banner{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 80px;
}
.banner a{
    width: 100%;
    float: left;
}
.banner a img{
    width: 100%;
    float: left;
}
.bannerDesc{}
.bannerDesc{
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 55%;
    padding: 30px 0px 0px 30px;
    height: 100%;
    padding-right: 100px;
}
.bannerDesc h2{
    color: #ffe900;
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 30px;
}
.bannerDesc h2 span{
    clear: left;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 25px;
}
.bannerDesc.bannerDescBg{
}
.banner a:hover .bannerDesc.bannerDescBg{
    box-shadow: -2px 0px 11px 2px #0000000d;
    background: linear-gradient(90deg, rgb(255 255 255) 93%, rgb(255 255 255 / 6%) 100%);
}
.bannerDesc p{
    opacity: 0;
    transition: all .1s ease-in-out;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.5px;
    color: #464655;
}
.banner a:hover h2 span{
    color: #464655;
}
.banner a:hover .bannerDesc p{
    opacity: 1;
}

.prodbanner{}
.prodbannerImg{
    width: 50%;
    float: left;
}
.prodbannerImg a{}
.prodbannerImg a img{}
.prodbannerDesc{
    width: 50%;
    float: left;
    padding: 20px 50px;
}
.prodbannerDesc h2{
    color: #ffe900;
    font-size: 55px;
    font-weight: 800;
}
.prodbannerDesc h2 span{
    clear: left;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 25px;
}
.prodbannerDesc p{
    font-weight: 200;
    font-size: 18px;
    line-height: 28px;
/* or 156% */
    letter-spacing: 1.5px;
    color: #FFFFFF;
}
.prodTable{
    width: 100%;
    float: left;
    margin-top: 60px;
}
.prodTable ul{
    display: flex;
    float: left;
    flex-wrap: wrap;
}
.prodTable ul li{
    width: 50%;
    float: left;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
/* or 156% */
    letter-spacing: 1.5px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.prodTable ul li span{font-style: normal;font-weight: 200;font-size: 18px;line-height: 35px;
/* or 156% */letter-spacing: 1.5px;color: #FFFFFF;margin-right: 10px;}
.prodbanner{}

.carouselbanner{}
.carouselbanner .sliderWrap{position: relative;width: 100%; float: left;}
.carouselbanner .sliderWrap:after{content: "";position: absolute;width: 100%;height: 100%;background: #5d5d5dcf;top: 0;transition:all .3s ease-in-out}
.carouselbanner .sliderWrap:hover:after{background:none;}
#productslider{background: #464655;margin-bottom: 124px;padding: 100px 0px;}

.brandsArea{
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

.brandsArea h2{
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 99;
    margin-left: 70px;
    color: #464655;
        transition: all .3s ease-in-out;
    margin-bottom: 80px;
}


.brandsArea h2::before{
    content: "";
    width: 338px;
    height: 11px;
    background: #FFE900;
    position: absolute;
    left: -25px;
    bottom: 2px;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.brandsArea h2:hover::before{
        transition: all .3s ease-in-out;
    left: 0px;
}
.banner a:hover .bannerDesc h2{
    font-size: 45px;
    margin-bottom: 0px;
        transition: all .3s ease-in-out;
}
.brandPadding{
    
width: 100%;
    
float: left;
    
padding: 0px 50px;
}

.brandsArea ul{
    width: 100%;
    float: left;
    display: flex;
}
.brandsArea ul li{
    margin: 0px 40px;
}
.brandsArea ul li a{
    overflow: hidden;
}
.brandsArea ul li a img{
    opacity: .6;
    transition: all .3s ease-in-out;
}
.brandsArea ul li a:hover img{
    opacity: 1;
    transform: scale(1.05);
}
.mapArea{
    width: 100%;
    float: left;
}
.mapArea iframe{}
.contactForm{
    background: #464655;
    padding: 50px 270px 98px 70px;
    width: 100%;
    float: left;
}
.contactForm h2{
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
/* identical to box height, or 111% */
    letter-spacing: 1.5px;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    z-index: 99;
}


.contactForm h2:before{content:""; transition: all .3s ease-in-out; width: 156px;height: 11px;background: #2B2B33;position: absolute;left: -10px;bottom: 2px;z-index: -1;}

.contactForm h2:hover::before{
    left: 0px;
}

.contactForm ul{
    width: 100%;
    float: left;
    margin-top: 80px;
}
.contactForm ul li{}
.contactForm ul li a{
    font-weight: 300;
    font-size: 18px;
    line-height: 40px;
/* or 222% */
    letter-spacing: 1.5px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.contactForm ul li a img{margin-right: 15px;}

.formArea{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.formArea input:placeholder,.formArea select:placeholder, .formArea textarea:placeholder{
    font-size: 16px;
    line-height: 170.1%;
/* or 27px */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    opacity: 0.4;
}
.formArea input,.formArea select, .formArea textarea{
    border: 1px solid #FFFFFF15;
    box-sizing: border-box;
    color: white;
    background: #464655;
}

.formArea input:focus, .formArea select:focus, .formArea textarea:focus{
    background:unset;
    outline:none;
    box-shadow:none;
      color: white;
    border-color:#7b7b8f;
}

.formArea form{}

.formFooter{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.formFooter button{
    background: #FFE900!important;
    border:1px solid #FFE900;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #464655;
    border-radius: 0px;
    width: 104px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formFooter button:hover{
    color: #464655;
    background: #fff0!important;
    border:1px solid #FFE900;
    color: white;
}

.formFooter p{
    font-weight: 200;
    font-size: 12px;
    line-height: 16px;
/* or 137% */
    letter-spacing: 1px;
    color: #FFFFFF;
}

.copyRight{
    background: black;
    padding: 14px 0px;
    color: white;
    text-align: center;
    margin-top: -7px;
    font-weight: 500;
    font-size: 15px;
}
.copyRight span{
    font-weight: 500;
}

.singlebanner .owl-nav{
    display: block!important;
}

.singlebanner .owl-nav button.owl-prev{
    background: url('../img/left-arrow.png');
    background-size: contain;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    position: absolute;
    left: -120px;
    top: 50%;
}
.singlebanner .owl-nav button.owl-prev:hover{
    background: url('../img/left-arrowh.png');
    background-size: contain;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
}
.singlebanner .owl-nav button.owl-prev span{}
.singlebanner .owl-nav button.owl-next{    
    display: flex;
    background: url(../img/right-arrow.png);
    background-size: contain;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    right: -120px;
    top: 50%;
    position: absolute;
}
.singlebanner .owl-nav button.owl-next:hover{
    background: url('../img/right-arrowh.png');
    background-size: contain;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
}
.singlebanner .owl-nav button.owl-next span{
}
.singlebanner .owl-nav button span{font-size: 0px!important;}

.bgwhite{}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 999999999999;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  @media screen and (min-width: 1024px) and (max-width: 1900px){
    .singlebanner .owl-nav button.owl-prev{
        left: 0px;
        width: 34px;
        height: 34px;
    }
    .singlebanner .owl-nav button.owl-prev:hover{
        width: 34px;
        height: 34px;
    }
    .singlebanner .owl-nav button.owl-next:hover{
        width: 34px;
        height: 34px;
    }

    .singlebanner .owl-nav button.owl-next {
        right: 0px;
        width: 34px;
        height: 34px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1600px){
    .fabricDesc {
        padding: 0px 30px;
    }
    .prodTable ul li span {
        font-size: 13px;
        line-height: 35px;
    }
    .prodTable ul li {
        font-size: 14px;
    }
    .brandsArea ul li{
        width: 25%;
        margin: 0px 5px;
    }
    .brandsArea ul li img{
        width: 100%;
    }
    .contactForm {
        background: #464655;
        padding: 78px 44px 6rem 64px;
        width: 100%;
        float: left;
    }
  }
  @media screen and (max-width: 1024px) {
    .brandsArea ul{
        width: 100%;
        float: left;
        display: flex;
    }
    .brandsArea ul li{
        margin: 0px 10px;
        width: 23%;
    }
    .brandsArea ul li img{
        width: 100%;
    }
    .fabricArea{
        flex-direction: column;
    }
    .leftFabricPic {
        width: 100%;
        float: left;
    }
    .fabricDesc{
        width: 100%;
        padding: 0px 10px;
    }
    #banner {
        min-height: 157px;
    }
    .posRel {
        min-height: 157px;
        height: auto;
    }
    .prodbannerImg {
        width: 100%;
        float: left;
    }
    .prodbannerDesc {
        width: 100%;
        float: left;
        padding: 20px 20px;
    }
    .brandsArea h2::before {
        content: "";
        width: 80%;
        height: 11px;
        left: 10%;
        bottom: 2px;
    }
    .singlebanner .owl-nav button.owl-prev{
        left: 0px;
        width: 34px;
        height: 34px;
    }
    .singlebanner .owl-nav button.owl-prev:hover{
        width: 34px;
        height: 34px;
    }
    .singlebanner .owl-nav button.owl-next:hover{
        width: 34px;
        height: 34px;
    }

    .singlebanner .owl-nav button.owl-next {
        right: 0px;
        width: 34px;
        height: 34px;
    }
    .brandsArea h2 {
        font-weight: bold;
        font-size: 26px;
        line-height: 40px;
        letter-spacing: 1.5px;
        position: relative;
        z-index: 99;
        margin-left: 0px;
        color: #464655;
        margin-bottom: 40px;
        text-align: center;
    }
    .brandPadding {
        width: 100%;
        float: left;
        padding: 0px 20px;
    }
    .contactForm {
        background: #464655;
        padding: 20px 10px 6rem 10px;
        width: 100%;
        float: left;
    }
    .copyRight {
        margin-top: 0px;
        font-size: 13px;
    }
    .contactForm ul li a {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1.5px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
    }
    .contactForm ul li{margin-bottom: 15px;}
    .contactForm h2 {
        font-size: 26px;
        line-height: 40px;
        z-index: 99;
        padding-left: 20px;
    }
    .contactForm ul {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    #slider {
        margin-bottom: 65px;
        z-index: 999999999;
    }
    #productslider {
        background: #464655;
        margin-bottom: 45px;
        padding: 20px 0px;
    }
    .prodbannerDesc p {
        font-weight: 200;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #FFFFFF;
    }
    .prodbannerDesc h2 {
        color: #ffe900;
        font-size: 35px;
        font-weight: 800;
    }
    .prodbannerDesc h2 span {
        clear: left;
        float: left;
        width: 100%;
        font-weight: 400;
        font-size: 15px;
    }
    .prodTable ul li {
        width: 100%;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0px;
        margin-bottom: 5px;
    }
    .prodTable ul li span {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0px;
    }
    .bannerDesc {
        max-width: 55%;
        padding: 10px 0px 0px 10px;
        height: 100%;
        padding-right: 30px;
    }
    .bannerDesc h2 {
        color: #ffe900;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .bannerDesc p {
        opacity: 0;
        font-size: 14px;
    }
    .bannerDesc h2 span {
        width: 100%;
        font-weight: 400;
        font-size: 12px;
    }
    .banner a:hover .bannerDesc.bannerDescBg p{
        opacity: 0;
    }
    .banner {
        margin-bottom: 20px;
    }
    #products {
        margin-bottom: 10px;
        background: white;
        z-index: 999999999;
    }
    .productBanners h1 {
        font-weight: bold;
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 30px;
        text-align: center;
    }
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
    }
    #headertop {
        border-top: 3px solid #FFE900;
        position: unset;
        background: #fff;
        left: 0;
        right: 0;
        bottom: 0px;
    }
    .logo {
        width: 100px;
        height: auto;
        left: calc(50% - 45px);
    }
    .logo a img {
        max-width: 90px;
        display: flex;
        width: 100%;
    }
    .langArea ul li a img{
        width: 25px;
    }
    .langArea span {
        font-size: 10px;
        font-weight: 600;
        color: #333;
    }
    .sidenav a {
        font-size: 18px;
    }
    .fabricDesc h2 {
        margin-bottom: 15px;
        font-weight: 700;
        color: #444;
        line-height: 26px;
        font-size: 20px;
        margin-top: 10px;
    }
    .fabricDesc p {
        font-size: 18px;
        line-height: 35px;
        margin: 0;
    }
    #fabric {
        padding-bottom: 50px;
        z-index: 999999999;
    }
    .homepageBanner {
        position: unset;
    }
    .homepageBanner a {
        height: auto;
    }
}
