@font-face {
    font-family: Shabnam;
    src: url('../fonts/Shabnam.eot');
    src: url('../fonts/Shabnam.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Shabnam.woff2') format('woff2'),
         url('../fonts/Shabnam.woff') format('woff'),
         url('../fonts/Shabnam.ttf') format('truetype');
    font-weight: normal;
  }
  
  @font-face {
    font-family: Shabnam;
    src: url('../fonts/Shabnam-Bold.eot');
    src: url('../fonts/Shabnam-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Shabnam-Bold.woff2') format('woff2'),
         url('../fonts/Shabnam-Bold.woff') format('woff'),
         url('../fonts/Shabnam-Bold.ttf') format('truetype');
    font-weight: bold;
  }
  
  @font-face {
    font-family: Shabnam;
    src: url('../fonts/Shabnam-Thin.eot');
    src: url('../fonts/Shabnam-Thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Shabnam-Thin.woff2') format('woff2'),
         url('../fonts/Shabnam-Thin.woff') format('woff'),
         url('../fonts/Shabnam-Thin.ttf') format('truetype');
    font-weight: 100;
  }
  
  @font-face {
    font-family: Shabnam;
    src: url('../fonts/Shabnam-Light.eot');
    src: url('../fonts/Shabnam-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Shabnam-Light.woff2') format('woff2'),
         url('../fonts/Shabnam-Light.woff') format('woff'),
         url('../fonts/Shabnam-Light.ttf') format('truetype');
    font-weight: 300;
  }
  
  @font-face {
    font-family: Shabnam;
    src: url('../fonts/Shabnam-Medium.eot');
    src: url('../fonts/Shabnam-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Shabnam-Medium.woff2') format('woff2'),
         url('../fonts/Shabnam-Medium.woff') format('woff'),
         url('../fonts/Shabnam-Medium.ttf') format('truetype');
    font-weight: 500;
  }
  @font-face {
    font-family: Shabnam-fd;
    src: url('../fonts/Shabnam-Medium-FD.eot');
    src: url('../fonts/Shabnam-Medium-FD.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Shabnam-Medium-FD.woff2') format('woff2'),
         url('../fonts/Shabnam-Medium-FD.woff') format('woff'),
         url('../fonts/Shabnam-Medium-FD.ttf') format('truetype');
    font-weight: 500;
  }
  .pointer_event{
    pointer-events: none;
  }
.navitem a{
    border-bottom: 2px solid #fff;
}

.activeitem a{
    border-bottom: 2px solid #a3a3a3;
    transition: all 0.4s;
}

.shabnam{
    font-family: shabnam;
}

.mobmenutxt{
    font-size: 14px;
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.shabnam-fd{
    font-family: 'Shabnam-fd';
}
.letr3{
    letter-spacing: 3px;
}
.lgh3{
    line-height: 3;
}
.filter{
    filter: grayscale(1);
        transition: all 0.3s;
}
.filter:hover{
    filter: grayscale(0);
        transition: all 0.3s;
}
.lan{
    font-size: 13px;
    margin: 5px 4px 0px 4px;
}
.headertitle{
font-family: Shabnam;
font-weight: 300;
}
nav{
    background:#fdfdfdfc  !important;
    border-top: 1px solid #f2f2f2;
}
.uk-navbar-nav>li>a{
    font-family: 'Shabnam';
    font-size: 16px;
    font-weight: 300;
}
.bigslider{
    background-image: url(../img/sack.jpg);
    content: "";
    height: 600px;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: end;
    align-items: center;
    background-position-y: 28%;
    background-attachment: fixed;
}
.boxbgslider{
    background: rgba(53, 55, 62, 0.6);
    width: 500px;
    margin-right: 80px;
    display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.boxbgsliderh1{
    font-size: 32px;
    font-family: 'Shabnam';
    font-weight: 500;
    color: #fff;
}
.boxbgsliderh2{
font-size: 19px;
text-align: justify;
font-family: 'Shabnam';
font-weight: 100;
color: #fff;
}
li.uk-active{
    border-top: 1px #8da29d;
}
.callbutton{
    position: absolute;
    bottom: -50px;
    left: 0;
    font-family: 'Shabnam';
    font-weight: 100;
}
.headline h3{
    font-size: 32px;
    font-family: Shabnam;
    text-align: center;
}
.headline ::after{
    display: block;
    content: url(../img/bg-headline.png);
    font-size: 32px;
}
.fav_icon_txt{
    font-family: 'Shabnam';
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    color: #9e9e9e;
}
.about_sec{
    background: #f7f8f9;
    padding: 20px;
    line-height: 2.4;
    background-image: url(../img/logobgicon.svg);
    background-repeat: no-repeat;
    background-size: 41%;
    background-position-x: -13%;
    background-position-y: 54%;
    background-attachment: fixed;
}
.about_sec h1{
    font-family: Shabnam;
    font-size: 22px;
    font-weight: 500;
    color: #6b6b6b;
}
.about_sec p{
    font-family: Shabnam;
    font-weight: 300;
    color: #6b6b6b;
}
.aboutlogo{
    position: absolute;
    left: 60px;
    top: -60px;
}
label{
    display: block;
    text-align: initial;
    padding-bottom: 10px;
    font-size: 16px !important;
    font-family: shabnam;
    color: #5b5b5b !important;

}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus{
    border-color: #333;
}
::placeholder{
    font-family: shabnam; 
}
textarea {
    resize: none;
 }
 .callheadline{
    background: #f7f8f9;
    padding: 8px;
    text-align: right;
    border-right: 10px solid #e5e5e5;
    font-family: 'Shabnam';
 }
 .uk-card-default{
    border: 2px solid #f9f7f8; 
    box-shadow: inherit !important;
 }
 .callitem{
    font-size: 22px;
    font-family: 'Shabnam';
    color: #333;
    font-weight: 300;
 }
 .callitembg{
    background: #6e6e6f;
    width: 55px;
    padding: 10px;
 }

 .callitemflex{
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: stretch;
	align-content: stretch;
 }
 .uk-form-icon{
    color: #fff;
    background: #6e6e6f;
 }
 
 .uk-form-icon-flip~.uk-input{
    padding-left: 45px!important;
 }

 .uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
    padding-right: 45px!important;
}

.producttxtbox{
    background: #222222;
    padding-right: 15px;
    padding-left: 15px;
    background-image: url(../img/bgfav.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-y: 123%;
    background-position-x: 6%;
}
.producttxtbox h1{
    font-size: 24px;
    font-family: 'Shabnam';
    line-height: 1.7;
    color: #ffffff;
    font-weight: 600;
}

.producttxtboxul{
    font-weight: 600;
    font-family: 'Shabnam';
    color: #ccc;
    font-size: 16px;
    text-align: right;
}

.uk-totop{
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: -50px;
    background: #262626;
}
.footer{
    background: #262626;
    position: relative;
}
.hr{
    border-color: #5b5b5b;
    margin: 0px;
}
.websiteurl{
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 500;
    color: #999;
    transition: all 0.3s;
}

.websiteurl:hover{
    transition: all 0.3s;
    color: #fff;
    text-decoration: none;
}

.copyright{
    font-family: 'Shabnam-fd';
    font-size: 16px;
    color: #aaaaaa;
}
.ukfooter{
    display: flex;
    align-items: center;
    justify-content: center;
}

.uk-icon-button-cs{
    border-radius: 0px;
    background: #444;
    width: 40px;
    height: 40px;
    margin-right: 3px;
    margin-left: 3px;
}
.uk-icon-button-cs2{
    border-radius: 0px;
    background: rgba(53, 55, 62, 0.6);
    width: 40px;
    height: 40px;
    margin-right: 3px;
    margin-left: 3px;
    color: #fff;
}
.mediabox{
    max-height: 183px;
    min-height: 183px;
    object-fit: cover;
}
/*.mediabox:hover{
    filter: grayscale(0);
    transition: all 0.4s;
}*/

.uk-modal{
    background: rgb(0 0 0 / 74%);
}




@media screen and (max-width: 960px) {
    .producttxtbox{
        background-image:inherit;
    }
    .boxbgslider{
        margin-right: inherit;
    }
    .menumob{
        line-height: 3;
    }
    .navitem a{
        border-bottom: inherit;
        font-family: shabnam;
    }

    .callbutton{
        position: inherit;
        bottom: inherit;
        left: inherit;
        font-family: 'Shabnam';
        font-weight: 100;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        align-content: stretch;
    }
    .callbutton a{
        margin-top: 5px;
    }
    .aboutlogo{
        position: initial;
    }
    .mediabox{
        width: 100%;
    }
  }