/*---------------------------------------------
User CSS modifications
version: 1.0
date:    09/09/21
---------------------------------------------*/


/* w-ratio-4-3 */
/*    .ratio-4-3{*/
/*      width:100%;*/
/*      position:relative;*/
/*      background:url() 50% 50% no-repeat;*/
/*      background-size:cover;*/
/*      background-clip:content-box;*/
/*    }*/
/*    .ratio-4-3:before{*/
/*    display:block;*/
/*        content:"";*/
        padding-top: 130%; /*75%;*/
/*    }*/
/* ratio-4-3 */

/*.navbar-custom {*/
/*    background-color: #fff0;*/
/*}*/

.navbar-custom .nav li a {
    color: #b69461;
} 

#topBar {
    background-color: #e1d47f; /*#b6946178;*/
}



#about .about-img::before {
  background-color: #e1d47f;
}

#about .about-img::after {
  background-color: #000;
}


#about .about-content h3 {
    font-weight: 700;
    margin-bottom: 30px;
}


#services .box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #0000;
    box-shadow: 0 0px 0px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
}


/*.about-content {*/
/*    color: #fff;*/
/*}*/


.service-content {
    color: #fff;
}

.section-header h3 {
    font-size: 35px;
    color: #413e66;
    text-align: start;
    font-weight: 700;
    padding: 0 34px;
}






#services .box .row .col-sm-4  .p-t-b div img {
     padding: 0;
}

.p-t-b {
    padding-top: 0px;
    padding-bottom: 0px;
}

.header_titel {
    /*margin-top: 74px;*/
    background-color: #000 !important;
    color: #fff;
}


.titel_page h1 {
    color: #fff !important;
}


#more {
    background: #e1d47f !important;
    color: #fff;
}

.section-bg {
    /*background: #f5f8fd;*/
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(http://alhiyarjewellery.com/image.php?width=1920&image=files/images/banners/banner-alhiyar_wv67gly3.jpg);*/
    /*background-position: center center, center center;*/
    /*background-size: cover, cover;*/
    /*background-repeat: repeat, repeat;*/
    /*background-attachment: fixed; */
    
}


#myFooter {
    /*background-color: #111010 !important;*/
    /*color: white;*/
    
    background: #f5f8fd;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(http://sayedalood.tajer.es/image.php?width=1920&image=files/images/banners/footer_y9a4xueo.jpg);
    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: repeat, repeat;
    background-attachment: fixed;
    
    
}

#myFooter .footer-copyright {
    background-color: #000 !important;
    color: #000;
}


#myFooter .footer-copyright p {
    color: #b69461;
}

#myFooter .btn {
    color: #000;
    background-color: #e1d47f !important; /*ddccb4*/
}




#myFooter a {
    color: #b69461;
    text-decoration: none !important;
}

#myFooter h5 {
    color: #d2c77a; /*b69461*/
}





@media only screen and (max-width: 575px) {
    .navbar-custom {
        background-color: #fff;
    }
}




