:root {
    --main-color: #004996;
    --sec-color: #a82444;
    --text-color: #252527;
    --hover-color: #c1c1c1;
    --white-color: #fff;

  
  
  
  }
@font-face {
    font-family: 'Amin';
    src: url('../fonts/Amin-Regular.eot');
    src: url('../fonts/Amin-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Amin-Regular.woff2') format('woff2'), url('../fonts/Amin-Regular.woff') format('woff'), url('../fonts/Amin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amin-bold';
    src: url('../fonts/Amin-Bold.eot');
    src: url('../fonts/Amin-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Amin-Bold.woff2') format('woff2'), url('../fonts/Amin-Bold.woff') format('woff'), url('../fonts/Amin-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Amin-Medium.';
    src: url('../fonts/Amin-Medium.eot');
    src: url('../fonts/Amin-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Amin-Medium.woff2') format('woff2'), url('../fonts/Amin-Medium.woff') format('woff'), url('../fonts/Amin-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'Amin';
    padding-top: 100px;
}

body.ovh {
    overflow: hidden;
}

.clear {
    clear: both;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: 0
}
img{
    max-width: 100%;
}

/*----------------------header------------------------------*/

/*----------------------header------------------------------*/

/*---------top-nav-----------*/
header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    height: 110px;
    background: #FFF;
    box-shadow: 0 4px 5px rgba(0,0,0,0.17);
}
.top{padding-top: 10px;}
.logo a{
    display: inline-block;
    height: 100px;
}
.logo img{
    height: 100%;
}
/*---------top-head-----------*/


/*-------dropdown------*/

/*------------menu-head------------*/

.menu a {
    color: var(--text-color);
    font-size: 15px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

 .menu a:hover {
    color: var(--sec-color);
}

/*----------------------header---owl-carousel---------------------------*/

.side-slider {
    position: relative
}

.slider-item {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-text {
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 9999;
    color: #fff;
    bottom: 0px;
    padding: 50px 30px 50px 100px;
}
.slider-text:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0000008a;
    transform: skewX(-30deg);
    z-index: -1;
}
.slider-text h2 {
    font-size: 34px;
    font-family: 'Amin-bold';
    margin-bottom: 20px;
    color: #cdc9c9;
}

.slider-text p {
    color: #cdc9c9;
    line-height: 35px;

}

.slider-text a {
    color: #58595b;
    font-size: 15px;
    margin-top: 22px;
    width: 159px;
    display: block;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(255, 255, 255) 100%);
}

/* .slider-text a:hover{background-color: #fff;color: #000} */

.side-slider .owl-dots {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 45px;
}

.side-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: rgb(37 37 39 / 42%);
    border-radius: 50%;
    margin: 0px 5px;
}

.side-slider .owl-dots .owl-dot.active {
    background-color: var(--main-color);
}

/*-----------about-------*/

.about h2 {
    color:var(--text-color);
    font-size: 34px;
    margin-top: 0px !important;
}

.about p {
    color: var(--main-color);
}

/*---------------------pro----------------------------*/

.pro {
    padding-bottom: 130px
}

.pro-photo img {
    width: 100%;
}

.pro-im {
    position: relative;
}

.ima-im {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

/* ------------------feat-------------------------- */

.feat {
    background-image: url(../image/opt_vat_thumb.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.feat:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #0000008a;
}

.feat-det {
    text-align: center
}

.feat-det h3 {
    color: var(--white-color);
    font-family: 'Amin-bold';
    margin-bottom: 25px;
    background-color: #25252747;
    padding: 6px 0px;
    border-radius: 3px;
}

.feat-det p {
    color: #fff;
    line-height: 30px;
}

/* ------------contact------------- */



#googleMap{height: 256px;}
/* 

.foot-na .form_input {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(88, 89, 91);
    
  
}
/*  */

.foot-title {
    text-align: center;
    margin-bottom: 30px
}

.foot-title h2 {
    color: #a2822f;
    font-size: 34px;
    font-family: 'Amin-bold';
    margin-bottom: 10px
}

.foot-title p {
    color: #414042;
    font-size: 12px
}
.contact  .form-control{
    text-align: right;
    direction: rtl;
}
.ask-send {
    text-align: center;
    margin-top: 15px
}

.ask-send button {
    width: 159px;
    height: 48px;
    border-radius: 0px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    background-color: rgb(162, 130, 47);
}

footer {
    padding-top: 80px;
    padding-bottom: 30px;
    background-color: #252527;
    color: #fff
}

.lr {
    text-align: right
}

/* .lr P {
    width: 75%;
} */

.lr p span {
    color: #bcbcbc;
    font-size: 14px
}

.lr img {
    margin-bottom: 15px
}

.md {
    text-align: center;
    margin-top: 40px;
}

.lf {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 25px;
}

.lf li {
    text-align: center;
    padding: 5px 0px;
}

.lf li a {
    font-family: 'Amin-Medium.';
    color: #fff;
    font-size: 12px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.lf li a:hover {
    color: rgb(162, 130, 47)
}
.hu p{text-align: center;
    padding-top: 25px;}

/*---------------------@media----------------------------*/

@media (min-width:992px) {}

@media(min-width:769px) {}

@media (max-width:1199px) {
    /* .feat{background-image: none} */

    
}

@media (max-width:1024px) {
    .slider-item{
        height: 300px;
    }
        .slider-text {
            
            padding:  30px;
            width: 80%;
        }
}
@media (max-width:991px) {
        .lr {
            text-align: center;
        }
        .lr P {
            width: 100%;
        }
    
}
    @media (max-width:768px) {
        
        
        
    }
    @media (max-width:767px){
        
    }
    @media(max-width:425px) {
        
    }
    @media(max-width:375px) {
        
    }
    @media(max-width:325px) {
        
    }