@font-face {
    font-family: 'JF';
    src: 
        url(../fonts/JF-Flat-regular.eot), 
        url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/JF-Flat-regular.svg#JF-Flat-regular') format('svg'), 
        url(../fonts/JF-Flat-regular.ttf) format('truetype'), 
        url(../fonts/JF-Flat-regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}
html {
    scroll-behavior: smooth;
  }
body {
    direction: rtl;
    text-align: right;
    font-family: 'JF';
    color:#1C1C1C;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

a,
a:hover {
    text-decoration: none;
    transition: all 0.6s ease-in-out;
}
/*edit*/

.overlay-search {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }
  
 .overlay-search .overlay-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 80%;
    text-align: center;
    margin: auto;
    transform: translateY(-50%);
  }
  
  .overlay-search .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  
  .overlay-search .closebtn:hover {
    color: #ccc;
  }
  
  .overlay-search input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }
  
  .overlay-search input[type=text]:hover {
    background: #f1f1f1;
  }
  
  .overlay-search button {
    float: left;
    width:auto;
    padding: 15px;
    background: #C30F2F;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color:#Fff;
  }
  .overlay-search button:focus{
      outline: none;
    box-shadow: none;
  }
  
  .overlay-search button:hover {
    background: #C30F2F;
    border-color:transparent
  }
/* end edit */
/*top-header*/
.top-header{
    background: #C30F2F;
    padding: 7px 0;
}
.top-header .social{
    display: flex;
    justify-content: space-between;
}
.top-header .social  li a{
    color:#fff;
}
.top-header .social  li a:hover{
    color: #fff;
}
.top-header a.lang{
    color:#fff;
    float: left;
}
.top-header a.lang:hover{
    color:#fff
}
/*end top-header*/
/* header */
header .header-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header-nav nav ul{
    display: flex;
    justify-content: space-around;
}
header .header-nav nav ul li{
    padding: 10px 15px;
    transition: all 0.5s ease-in-out;
}
header .header-nav i{
    color:#686868;
    position: relative;
    z-index: 99;
}
header .header-nav nav ul li a{
    color:#686868;
    position: relative;
}
header .header-nav nav ul li:hover a{
    color:#C30F2F;
}
header .header-nav nav ul li a::after{
    content: '';    
    position: absolute;
    bottom:-5px;
    width: 0;
    height: 2px;
    background: #C30F2F;
    right: 0;
    transition: all 0.5s ease-in-out;
}
header .header-nav nav ul li:hover a::after{
    width: 100%;
 }
 .open-search{
     cursor: pointer;
 }
 

header{
    padding:15px 0;
    background: #fff;
    box-shadow: 0px 0px 10px #E6E6E6;
    position: relative;
}

header .logo img{
    width: 180px;
    height: 60px;
    object-fit: contain;
}
.icon-color{
    color:#fff!important;
}

header .header-nav form input:focus{
    outline: none
}
header .search-box{
    position: relative;
}
/* end header */
/*slider*/
.main-slider {
    position: relative;
    direction: ltr
}

.main-slider .item {
    position: relative
}

.main-slider .item img {
    display: block;
    width: 100%;
    height: 499px;
    object-fit: cover;
}

.main-slider .caption h2{
    margin-bottom: 20px;
    font-size: 45px;
}

.main-slider .caption {
    position: absolute;
    width: 500px;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    line-height: 35px;
    margin: auto;
    right: 0;
    color:#fff;
}

.site-links{
    background: #C30F2F;
    color: #fff;
    border-radius: 10px;
    width: auto;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    padding: 5px 15px;
    border:2px solid #C30F2F;
}
.site-links:focus{outline: none}

.site-links:hover{
    background: #ffff;
    border-color:#C30F2F;
    color: #C30F2F;
    border:2px solid #C30F2F;
}
.main-slider .owl-dots{
    display: flex;
    justify-content: center;
    padding: 15px;
}
.main-slider .owl-dots .owl-dot.active{
    background: #C30F2F;
}
.main-slider .owl-dots .owl-dot{
    background: #828282;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 5px;
    margin: 5px;
}
/*end slider*/
/* about */
 .title h2 , .title {
    position: relative;
}
.title{
    margin-bottom: 100px;
}
.title h2::before{
    content: '';
    position: absolute;
    content: '';
    position: absolute;
    bottom: -25px;
    background: #C30F2F;
    height: 15px;
    width: 15px;
    border:3px solid #fff;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    outline: 2px solid #C30F2F;
}
 .title h2{
    font-weight: bold;
    padding: 20px 0 10px;
}
.title h2::after{
    content: '';
    position: absolute;
    bottom: -20px;
    background: #C30F2F;
    height: 3px;
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
}
.title span{
    position: absolute;
    width: 35px;
    height: 5px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    background: #fff;
    z-index: 1;
}
.about ul li{
    position: relative;
    height: fit-content;
    padding-right: 20px;
}
.about ul li::after{
    content:'';
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top:25%;
    transform: translateY(-50%);
    background: #C30F2F;
}
.about h3{
    border-right: 3px solid #C30F2F;
    padding-right: 15px;
}
.about .about-content{
    line-height: 40px;
}
.about .about-content p , .about .about-content ul li{
    color:#434343
}
.about .img-about{
    position: relative;
}
.about .img-about img{
    width: 430px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}
.about .img-about::after{
    content: '';
    position: absolute;
    top: -25px;
    right: 25px;
    width: 100px;
    z-index: -1;
    height: 100px;
    background: #C30F2F;
}
.about .img-about::before{
    content: url(../images/RepeatGrid1.png);
    position: absolute;
    left: -25px;
    bottom: -40px;
    z-index: -1;
    width: 80%;
    height: 80%;
    overflow: hidden;
}
.about .about-content ul{
    margin-bottom: 20px;
}
.about .about-content .site-links{
    font-size: 14px;
}

.about .about-item .icon{
    background: #C30F2F;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -18px;
}

.about .about-item .icon img{
    width:auto;
    object-fit: cover;
}
.about .about-item {
    position: relative;
    border:1px solid #E6E6E6;
    border-radius: 15px;
    padding: 20px 50px 20px 10px;
    transition:all 0.5s ease-in-out;
    transform: scale(1);
    margin:60px 10px;
}
.about .about-item:hover{
    box-shadow: 0 0 18px #E6E6E6;
    border-color: transparent;
    transform: scale(1.1)
}
.about .about-item p{
    font-size: 13px;
    line-height: 21px;
}
.about .about-item h4{
    font-size: 20px
}
/* end about */
/* mixitup */
.mixitup{
    background: url('../images/bags-black-friday-christmas-749353.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.mixitup.mix-page{
    background: none;
}
.mixitup.mix-page .title h2{
    color:#111;
}
.mixitup.mix-page .title span{
    background: #fff;
}
.mixitup.mix-page .title h2::before{
    border: 3px solid #fff;
}
.mixitup .title h2{
    color:#fff;
}
.mixitup .title h2::before{
    border: 3px solid #131212;
}
.mixitup .title span{
    background: #131212;
}
.mixitup .mix-bg{
    background: rgba(0,0,0,0.86);
    height: 100%;
    padding: 25px 0;
}
.mixitup .title{
    margin-bottom: 60px;
}
.mixitup .controls{
    display: flex;
    justify-content: center;
    padding: 20px 0;
    flex-wrap: wrap;
}
.mixitup .controls li{
    padding: 5px 15px;
    background: #ECECEC;
    border-radius: 10px;
    margin: 0 15px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.mixitup .mixitupcontainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mixitup .mixitupcontainer .mix{
    width:225px;
    height: 200px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.mixitup .mixitupcontainer .mix .over-laymix{
    background: rgba(195, 15, 47, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    opacity: 0;
    transform-origin: 50% 50%;
    transition: all 0.5s ease-in-out;
}
.mixitup .mixitupcontainer .mix:hover .over-laymix{
    opacity: 1;
}
.mixitup .mixitupcontainer .mix .over-laymix img{
    width: 80px;
    height:80px;
    object-fit: cover;
}
.mixitup .mixitupcontainer .mix>img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.mixitup .mixitupcontainer .mix::after{
    content: u
}
.mixitup-control-active , .mixitup .controls li:hover{
    background: #C30F2F!important;
    color: #fff;
}
.mixitup .site-links{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100px;
    font-size: 14px;
    margin-top: 15px;
}
/* end mixitup */
/* contact */
.jobs i {
    position: relative;
    z-index: 0;
    width: 100%;
    cursor: pointer;
    color: #c30f2f;
    padding: 10px 0;
    font-size: 55px;
    text-align: center;
  }
  .jobs .form-group.upload{
      position: relative;
  }
  .jobs #upload {
      display: inline-block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 50px;
      top: 0;
      left: 0;
      opacity: 0;
      cursor: pointer;
  }
.contact {
    padding: 30px 0;
}
.jobs.contact {
    padding: 10px 0;
}
.contact .title{
    margin-bottom: 60px;
}
.contact .contact-item .contact-info{
    line-height: 30px;
}
.contact .contact-item {
    border:1px solid #E6E6E6;
    padding: 15px;
    border-radius: 20px;
    transition: all 0.8s ease-in-out;
}
.contact .contact-item:hover{
    background: #C30F2F;
    color: #fff;
    border:1px dashed #E6E6E6;
    transform: rotateY(360deg);
}
.contact .contact-item:hover .icon{
    background: #fff;
    color: #C30F2F;
}
.contact .contact-item:hover p:last-of-type,
.contact .contact-item:hover p:last-of-type a{
    color: #fff;
}
.contact .contact-item .icon{
    background: #C30F2F;
    transition: all 0.8s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    margin: auto;
    line-height: 40px;
    margin-bottom: 20px;
}
.contact .contact-item p:first-of-type{
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}
.contact .contact-item p:last-of-type {
    color:#828282;
    transition: all 0.8s ease-in-out;
}
.contact .contact-item p:last-of-type a{
    font-size: 14px;
    transition: all 0.8s ease-in-out;
    color:#828282;
}
.jobs.contact form{
    padding-top: 20px;
}
.contact form ,.contact .map {
    padding-top:55px;
}
.jobs .form-group:first-of-type{
    display: block;
}
.form-group:first-of-type{
    display: flex;
}
.form-group:first-of-type input:first-of-type {
    margin-left: 20px;
}
.contact form .form-control{
    background: #F8F8F8;
    border:1px solid #DFDFDF; 
}
.contact form .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color:#C30F2F;
}
.jobs form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    appearance:none;
}
.form-group{
    position: relative;
}
.jobs form .form-group i.fa-chevron-down{
    position: absolute;
    left: 10px;
    bottom: 0;
    font-size: 20px;
    text-align: left;
    color: #A4A4A4;
}
.contact form .form-control::placeholder,
form select option:first-of-type{
    color: #A4A4A4
}

.contact form .site-links{
    width: 100%;
}
/*end contact */
/* footer */
footer{
    background: #231F20;
    padding: 50px 0 25px;
}
footer ul.footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer ul.footer li.footer-widget h4{
 color:#fff;
 font-size: 18px;
 position: relative;
 margin-bottom: 16px;
}
footer ul.footer li.footer-widget{
    line-height: 30px;
}
footer ul.footer li.footer-widget a{
    color:#fff;
    transition: all 0.6s ease-in-out;
    font-size:13px;
}
footer ul.footer li.footer-widget a:hover{
    color:#C30F2F;
}
footer ul.footer li.footer-widget h4::after{
    content:'';
    position: absolute;
    bottom: -11px;
    height: 2px;
    width:70%;
    right: 0;
    background: #C30F2F
}
footer ul.footer li.footer-widget ul.social{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
footer ul.footer li.footer-widget ul.social li{
    background: #787878;
    transition: all 0.5s ease-in-out;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}
footer ul.footer li.footer-widget ul.social li:hover{
    background: #C30F2F
}
footer ul.footer li.footer-widget ul.social li:hover a{
    color:#fff;
}
/* end footer */
/* bottom-footer */
.bottom-footer {
    background: #C30F2F;
    padding: 5px 0 ;
    color:#fff;
    font-size: 14px;
}
.bottom-footer ul {
    display: flex;
    justify-content: space-between;
}
.bottom-footer ul li{
    position: relative;
}
.bottom-footer ul li a{
    color:#fff;
}
.bottom-footer ul li:nth-last-of-type(2) a{
    padding: 0 10px
}
.jobs .form-control{
    border-color: transparent!important;
    border-radius: 0!important;
}
.jobs .site-links{
    border-radius: 0!important;
}
.bottom-footer ul li:nth-last-of-type(2)::after{
    content: '';
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 50% ;
    top: 0;
}
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    opacity: 0;
    left: 0;
    background-color: rgba(0, 0 , 0, .5);
    overflow-x: hidden;
    transition: all 0.5s ease-in-out
}
.right-0 {
    right: 0
}
.fixed-top-n{
    position: fixed;
    top:0;
    width: 100%;
    z-index: 99999;
}
.fixed-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: block;
    background: #312f32
}

.fixed-footer ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
    margin-bottom: 0
}
.fixed-footer>ul li a i{
    margin-bottom: 5px;
}
.fixed-footer>ul li a,
.fixed-footer>ul li {
    position: relative;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 12px;
}
nav ul.pagination {
    padding: 10px;
    justify-content: center;
    display: flex;
}
nav ul.pagination li .page-link{
    border-color:#A4A4A4;
    border-radius: 50%;
    color:#A4A4A4;
    margin: 5px;
}
nav ul.pagination li:first-of-type .page-link,
nav ul.pagination li:last-of-type .page-link{
    color:#C30F2F;
    border-radius: 50%;
}
.page-header{
    height: 150px;
    position: relative;
}
.page-header img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-header .page-tilte{
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.fancybox-container{
    z-index: 999999;
}
/* end bottom-footer */

.about ,.mixitup,.contact ,footer{
    overflow: hidden;
}
/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34,34,34,0.7);
    z-index: 999999;
}
#loader {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 35%;
    transform: translateY(-50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #c30f2f;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(195, 15, 48, 0.781);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(195, 15, 48, 0.527);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* preloader */
/*meadia*/
@media(max-width:1199px){
    .about .img-about img {
        width: 360px;
    }
}
@media(max-width:991px){
    .about .img-about::after{
        right: 0px;
    }
    .about .img-about img {
        width: 276px;
    }
    .about ul li::after{
        top:22px;
    }
    .about{font-size: 15px;}
    .about .about-item{
        padding: 10px 40px 0px 10px;
        margin: 40px 0px 25px;
    }
    .about .about-content {
        line-height: 25px;
    }
    .title {
        margin-bottom: 75px;
    }
    .mixitup .controls li{
        font-size: 14px
    }
    .mixitup .title{
        margin-bottom: 30px;
    }
    .mixitup .title h2 ,.title h2{
        font-size: 25px;
    }
    .mixitup .mixitupcontainer .mix{
        width: 200px;
        height: 150px;
    }
    .contact .title{
        margin-bottom: 50px;
    }
    .contact .contact-item p:last-of-type{
        font-size: 12px;
    }
    .contact .contact-item .icon{
        margin-bottom: 0
    }
   
}
@media(max-width:767px){
    .fixed-top-n{
        position: relative;
    }
    header .logo img{
        width: 80px;
        height: auto;
    }
    header .header-nav .search-box i{
        padding: 20px 35px;
    }
    .page-tilte h3{
        font-size: 20px;
    }
    body{
        padding-bottom: 60px!important;
    }
    .page-header{
        height: 100px;
    }
    footer ,.bottom-footer{
        display: none;
    } 
    .main-slider .item img{
        height: 350px;
    }
    .main-slider .caption{
        font-size: 13px;
        width: 80%;
    }
    .main-slider .caption h2{
        font-size: 20px;
    }
    .img-about{
        margin-top: 70px;
    }
    .about .img-about img {
        width: 300px;
        height: 250px;
    }
    .about .img-about::after {
        top: -25px;
        right: 75px;
    }
    .about .about-item {
        margin: 18px 10px;
    }
    .about{
        padding-bottom: 20px;
    }
    .title {
        margin-bottom: 30px;
    }
    .title h2{
        font-size: 24px;
    }
    .about{font-size: 14px;}
    .about h3{font-size: 20px;}
    .title span ,.title h2::after{
        bottom: -5px;
    }
    .title h2::before{
        bottom: -10px;
    }
    .about ul li::after{
        top:14px;
    }
    .mixitup .controls li{
        font-size: 13px;
        padding: 5px 10px;
        margin: 0 5px;
    }
    .contact .contact-item{
        padding: 5px;
        margin-bottom: 10px;
    }
    .contact .contact-item p:last-of-type{
        margin-bottom: 0;
    }
    .mixitup .mixitupcontainer .mix{
        width: 150px;
        height: 125px;
        margin: 7px;
    }
    header nav {
        width: 250px;
        background: #fff;
        position: fixed;
        right: -250px;
        height: 100%;
        top: 0;
        transition: all 0.5s ease-in-out;
        padding-top: 50px;
        z-index: 99999;
    }
    .about .img-about::before{
        left:5px;
    }
    header nav ul {
        display: flex;
        flex-direction: column;
        box-shadow: none;
        justify-content: center;
        width: 100%
    }
    .top-header a.lang{
        font-size: 14px;
    }
    header nav ul li a {
        text-align: center;
    }

    header nav ul li {
        width: 100%;
        text-align: right;
        padding: 10px 20px;
        border-bottom: 1px dashed #C30F2F
    }
    header .header-nav{
        flex-direction: row-reverse;
    }
    .mobile {
        position: absolute;
        font-size: 20px;
        top: 50%;
        z-index: 999;
        right: 25px;
        transform: translateY(-50%);
    }
    header .header-nav form input{
        right: 19px;
        left: unset;
        top: 30px;
        transform-origin: right;
    }
    header {
        padding: 0;
    }
}
@media(max-width:375px){
    .about .img-about img{
        margin: 20px auto
    }
    .about .img-about{
        margin: 0;
    }
    .about .img-about::before,
    .about .img-about::after{
        display: none;
    }
    .mixitup .controls li{
        width: 45%;
        margin: 5px;
    }
    .mixitup .mixitupcontainer .mix{
        width:45%
    }
}