@font-face {
    font-family: 'Bahij TheSansArabic Plain';
    src: url('../fonts/BahijTheSansArabic-Plain.eot');
    src: url('../fonts/BahijTheSansArabic-Plain.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BahijTheSansArabic-Plain.woff2') format('woff2'),
        url('../fonts/BahijTheSansArabic-Plain.woff') format('woff'),
        url('../fonts/BahijTheSansArabic-Plain.ttf') format('truetype'),
        url('../fonts/BahijTheSansArabic-Plain.svg#BahijTheSansArabic-Plain') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('../fonts/BahijTheSansArabic-Bold.eot');
    src: url('../fonts/BahijTheSansArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BahijTheSansArabic-Bold.woff2') format('woff2'),
        url('../fonts/BahijTheSansArabic-Bold.woff') format('woff'),
        url('../fonts/BahijTheSansArabic-Bold.ttf') format('truetype'),
        url('../fonts/BahijTheSansArabic-Bold.svg#BahijTheSansArabic-Bold') format('svg');
    font-weight: 500;
    font-style: normal;
}

body{
    font-family: 'Bahij TheSansArabic Plain';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #555555;
}


/***
Custom Scrollbars
***/
::-webkit-scrollbar {  
    width: 12px;  
}  
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-right: 1px solid #cecece;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}
.btn{
    color: #fff !important;
    padding: 7px 35px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
}
.btn i{
    font-size: 13px;
}
.btn-default{
    background: #ef7e22;
}
.btn-default:hover{
    background: #111111;
}


header{
    position: relative;
}
.navbar{
    background: transparent !important;
    padding: 10px 0;
    
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
}
.navbar-collapse{
    background: rgba(0, 0, 0, 0.59);
    padding: 30px 20px;
    border-radius: 60px;
}
.navbar .navbar-nav.main .nav-item{
    padding-right: 17px;
    padding-left: 17px;
}
.navbar .navbar-nav .nav-link{
    color: #fff;
    font-size: 17px;
    position: relative;
    padding: 5px 13px;
    border-radius: 5px;
}
.navbar .nav-left .nav-link{
    font-size: 17px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 5px 10px;
}
.navbar .nav-link .fa-angle-down{
    font-size: 14px;
}
.navbar .navbar-nav .nav-link:hover{
    color: #ef7e22;
}
.navbar .navbar-nav .nav-item.active .nav-link{
    background: #ef7e22;
    color: #fff;
}

.dropdown-toggle::after{
    display: none;
}
/*.navbar .navbar-brand {
    margin-right: 20px;
}*/


.section{
    padding: 100px 0;
    position: relative;
}

.title{
    color: #222222;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    line-height: 45px;
}
.title::after{
    content: "";
    display: block;
    width: 98px;
    height: 4px;
    background: #ef7e22;
    margin-top: 5px;
}
.caption p{
    font-size: 18px;
    color: #555555;
    line-height: 30px;
    margin-bottom: 40px;
}
.caption.text-white h2,
.caption.text-white p{
    color: #fff;
}
.caption.text-white h2::after{
    background: #fff;
}

.master-slider{
    direction: ltr;
    margin-bottom: 100px;
}
.master-slider .ms-caption{
    direction: rtl;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    top: 0;
    padding: 0 15px;
}
.master-slider .ms-caption-inner,
.master-slider .ms-caption .row{
    height: 100%;
}
.master-slider .caption h2{
    
}
.master-slider .caption h2 span{
    color: #ef7e22;
}

.ms-skin-default .ms-nav-next{
    right: 0;
}
.ms-skin-default .ms-nav-prev{
    left: 0;
}


/*.section-bg{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.section-content{
    position: relative;
}*/

.products{
    background: #111111;
}
.products::before{
    width: 41.666667%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/products-bg.png) no-repeat;
    background-size: cover;
}
.product-box{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.product-box > a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.product-box h3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(17, 17, 17, 0.85);
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 18px 10px;
    z-index: 9;
}
.product-box img{
    /*height: 300px;*/
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.product-box:hover img {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.products .caption{
    padding: 0 45px;
}

/*.col-bg{
    background: #1c1c1c;
    padding: 0 60px;
}*/

.services{
    background: #f8f8f8;
}
.services h2.title{
    margin-bottom: 70px;
}
.service-box{
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    position: relative;
    padding: 50px 40px 30px;
    box-shadow: 0px 9px 17px 3px rgba(178, 178, 178, 0.22);
    transition: all 0.2s ease;
}
.service-box .icon{
    display: block;
    width: 83px;
    height: 83px;
    line-height: 90px;
    text-align: center;
    background: #ef7e22;
    color: #fff;
    font-size: 38px;
    position: absolute;
    right: 0;
    top: -41px;
    border: 1px solid #ef7e22;
    border-radius: 50%;
    box-shadow: 0px 9px 17px 3px rgba(138, 138, 138, 0.18);
    transition: all 0.2s ease;
}
.service-box h3{
    color: #000000;
    font-size: 20px;
    font-family: 'Bahij TheSansArabic';
    margin-bottom: 10px;
    transition: all 0.2s ease;
}
.service-box p{
    color: #555555;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    transition: all 0.2s ease;
}
.service-box:hover{
    background: #ef7e22;
}
.service-box:hover .icon{
    background: #f8f8f8;
    border-color: #ececec;
    color: #ef7e22;
}
.service-box:hover h3{
    color: #fff;
}
.service-box:hover p{
    color: #ececec;
}

.about{
    background: url(../images/about-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}
.about::before{
    display: block;
    position: absolute;
    content: "";
    background: url(../images/about.before.png) no-repeat;
    width: 91px;
    height: 148px;
    right: 0;
    top: -74px;
}

footer{
    background: #100d0e;
    margin-top: -2px;
}
.footer-top{
    padding: 80px 0;
    position: relative;
}
.widget-title{
    font-size: 24px;
    color: #fff;
    font-family: 'Bahij TheSansArabic';
    margin-bottom: 25px;
}
.footer-top .list-unstyled{
    
}
.footer-top .footer-contacts .list-unstyled>li h5{
    color: #ef7e22;
    font-size: 17px;
    font-family: 'Bahij TheSansArabic';
    position: relative;
}
.footer-top .footer-contacts .list-unstyled>li h5::before{
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 10px;
}
.footer-top .footer-contacts .list-unstyled>li p{
    color: #fff;
    font-size: 15px;
}
.footer-top .footer-contacts .list-unstyled>li i{
    margin-left: 10px;
}


.footer-top .footer-links .list-unstyled>li>a{
    color: #fff;
}
.footer-top .footer-links .list-unstyled>li>a:hover,
.footer-top .list-unstyled.footer-social>li>a:hover{
    color: #ef7e22;
}

.footer-top .list-unstyled.footer-social>li>a{
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.footer-bottom{
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom p{
    font-size: 12px;
}
.footer-bottom p a{
    color: #ef7e22;
}
.newsletter p{
    font-size: 15px;
}
.newsletter .form-control{
    height: 57px;
    border-radius: 0 5px 5px 0 !important;
    font-size: 15px;
}
.newsletter .btn{
    height: 57px;
    padding: 15px 20px 10px;
    border-radius: 5px 0 0 5px !important;
}
.newsletter .btn i{
    font-size: 20px;
}
.page-header {
    /*background-color: #222;*/
    background-image: url(../images/page-header.png);
    background-size: cover;
    background-position: center center;
    padding: 230px 0 15px;
    position: relative;
}
.page-form{
    
}
.page-form .form-group{
    position: relative;
    margin-bottom: 20px;
}
.page-form .form-control{
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    height: 50px !important;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 2px 2px 15px 0px rgba(122, 122, 122, 0.15);
    color: #919191;
    font-weight: 300;
}
.page-form textarea.form-control{
    height: 155px !important;
    padding-top: 15px;
}
.page-form .form-control:focus{
    border-color: #ef7e22;
}
.page-form .btn{
    
}
.page-form .page-form-lnk{
    color: #222222;
    font-size: 20px;
}
.page-form .page-form-lnk:hover{
    color: #ef7e22;
}
.custom-control-label::before {
    top: 8px;
    background-color: #f8f8f8;
}
.custom-control-label::after{
    top: 8px;
}

.contact-info-item{
    margin-bottom: 20px;
}
.contact-info-item i{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #ef7e22;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 2px 0px 10px 0px rgba(117, 117, 117, 0.31);
}
.contact-info-item p{
    display: inline-block;
    color: #727070;
    margin-right: 15px;
}

.paging>li>a{
    display: block;
    border-radius: 5px;
    color: #555555;
    font-size: 17px;
    padding: 1px 11px;
}
.paging>li>a:hover,
.paging>li>a:active{
    color: #ef7e22;
}
.paging>li.current>a{
    background: #ef7e22;
    color: #fff;
}

.product-details{
    
}
.product-details h2{
    color: #222222;
    font-size: 24px;
    font-family: 'Bahij TheSansArabic';
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.price{
    margin-bottom: 20px;
}
.price .price-active{
    font-size: 20px;
    font-family: 'Bahij TheSansArabic';
    color: #ef7e22;
}
.price .price-old{
    font-size: 15px;
    color: #999999;
    text-decoration: line-through;
    margin-right: 5px;
}
.text-block{
    line-height: 30px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ef7e22;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ef7e22, 0 0 5px #ef7e22;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #ef7e22;
  border-left-color: #ef7e22;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}



@media (max-width: 1024px){
    .container {
      max-width: none !important;
      width: 970px;
    }
    .navbar .navbar-nav.main .nav-item {
        padding-right: 10px;
        padding-left: 10px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 576px){
    .navbar{
        position: relative;
        background: #ffffff !important;
    }
    .navbar-brand > img{
        height: 80px;
    }
    .navbar-collapse {
        text-align: center;
        background: rgba(0, 0, 0, 0.85);
        padding: 15px 5px;
        border-radius: 10px;
    }
    .master-slider .caption p,
    .master-slider .caption .btn{
        display: none;
    }
}

