@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    color: black;
}
.page-content{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
}
.social ul li {
    list-style: none;
    display: inline-block;
}

.social:first-of-type ul li a {
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: center;
    background-color: gainsboro;
    border-radius: 100%;
    font-size: 18px;
    color: black;
}
#filtersubmit {
    position: absolute;
    z-index: 1;
    right: 25px;
    color: #7B7B7B;
    width: 0;
    top: 6px;
}
.home-navbar {
    background-color: white;
    padding-top: 10px;
    background-image: url("../img/header-icon-rightg.png");
    background-position: right;
    background-repeat: no-repeat;
}

.navbar-brand{
    padding-top: 0px;
}

.home-header .navbar-default {
    background-color: transparent;
    border-color: transparent;
    color: black;
    margin-bottom: -2px;
}

.home-header .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    border-color: transparent;
    color: black;
    font-size: 18px;
}

.home-header .navbar-default .navbar-nav > li > a {
    font-family: 'PT Sans', sans-serif;
    color: black;
    font-size: 18px;

}

.home-header .navbar-default .navbar-nav > li > a:hover {
    color: #97a52a;
}

.home-header .navbar-default .navbar-toggle .icon-bar {
    background-color: #bc2731;
}

.home-header .navbar-brand {
    height: auto;
}
.feature-list ul{
    max-height: 200px;
    overflow-y: auto;
}
.feature-list ul{
    width: 300px;
}
.feature-list ul li{
    list-style: none;
    text-align: left;
}
.feature-list ul li:before{
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #e58925;
    margin:0 5px 0 -15px;
    font-size: 18px;
}
.home-header .navbar-default .navbar-nav > li > .btn-warning, .home-header .navbar-default .navbar-nav > li > .btn-default {
    font-size: 14px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 14px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.home-header .navbar-default .navbar-nav > li:last-of-type{
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #97a52a;
    border-radius: 50%;
    margin-top: 12px;
    margin-left: 15px;
}
.home-header .navbar-default .navbar-nav > li:last-of-type a{
    color: white;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.main-slider .item{
    background-size: 100%;
}
.main-slider .carousel-caption{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    right: auto;
    bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(29, 29, 27, 0.9);
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.main-slider .carousel-caption h3{
    margin: 20px 80px;
    letter-spacing: 3px;
    font-weight: bold;
}
.benefits div[class^='col']:nth-last-of-type(1),.benefits div[class^='col']:nth-last-of-type(4){
    background-color: rgba(149, 163, 41, 1);
    text-align: center;
}
.benefits div[class^='col']:nth-last-of-type(2),.benefits div[class^='col']:nth-last-of-type(3){
    background-color: rgb(231, 231, 231);
    text-align: center;
}
.benefits div[class^='col']:nth-of-type(1){
    background-image: url("../img/location.png");
    background-size: 13%;
}
.benefits div[class^='col']:nth-of-type(2){
    background-image: url("../img/plaza.png");
    background-size: 25%;
}
.benefits div[class^='col']:nth-of-type(3){
    background-image: url("../img/variety.png");
    background-size: 15%;
}
.benefits div[class^='col']:nth-of-type(4){
    background-image: url("../img/car.png");
    background-size: 25%;
}
.benefits div[class^='col']{
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 50px 50px;
    text-align: center;
}
.benefits .title{
    font-weight: bold;
    padding: 28px;
}
.benefits div[class^='col']:nth-of-type(3) .title,.benefits div[class^='col']:nth-of-type(2) .title{
    color: #94a42b;
}
.benefits div[class^='col']:nth-of-type(1) .title,.benefits div[class^='col']:nth-of-type(4) .title{
    color: #232325;
}
.benefits p{
    font-size: 20px;
}
.benefits{
    margin-bottom: 40px;
}
.home-gallery img{
    object-fit: cover;
}
.home-gallery div[class^='col-']{
    padding-right: 5px;
    padding-left: 5px;
    height: 20vw;
}
.match2{
    margin-bottom: 15px;
}
.home-gallery div[class^='col-'] .wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}
.home-gallery div[class^='col-'] .overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity .4s ease-out;
}
.home-gallery div[class^='col-'] .overlay span{
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 19px;
    padding: 2px 4px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    text-align: center;

}
.home-gallery div[class^='col-']:hover .overlay{
    opacity:1;
    transition: opacity .4s ease-out;
}
.clients h3{
    color: black;
    margin-bottom:20px;
}
.carousel-showsixmoveone .item{
    text-align: center;
}
.carousel-showsixmoveone .item img{
    display: inline-block;
}
.reserve div[class^='col-']{
    height: 300px;
    padding: 0;
}
.reserve div[class^='col-'] img{
    object-fit: cover;
}
.reserve .reserve-btn{
    background-color: #f0f0f0;
    outline: 2px inset black;
    outline-offset: -15px;
    padding: 20px !important;
    padding-top: 60px !important;
}
.reserve-btn h3{
    color: black;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.reserve-btn .btn{
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: black;
    border-radius: 0;
}
.map{
    position: relative;
    margin-bottom: 20px;
}
.map .contact{
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: white;
    padding: 20px;
}
.map iframe{
    width: 100%;
    height: 400px;
}
.contact h3{
    margin:0;
    padding: 10px;
    padding-left: 0;
}
.contact hr {
    margin-top: 0;
    margin-bottom: 10px;
    border: 0;
    border-top: 3px solid black;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border: none;
}
tr td:first-of-type{
    font-weight: bold;
    color: #99a732;
}
.contact-form h4{
    color: #99a732;
}
.contact-form{
    text-align: center;
    background-image: url("../img/contactus-icon.png");
    background-repeat: no-repeat;
    background-position: 90% 90%;
    background-size: 15%;
}
.contact-form form{
    width: 400px;
    max-width: 100%;
    display: inline-block;
}
.contact-form form input , textarea{
    background-color: #e2e2e2;
    height: 40px;
    margin-bottom: 10px;
    width: 100%;
}
.contact-form form input[type='submit']{
    background-color: #97a52a;
    border-color: #97a52a;
    width: auto;
    float: right;
    padding: 6px 20px;
    height: auto;
    border-radius: 10px;
}
.contact-form textarea{
    background-color: #e2e2e2;
    height: 120px;
    resize: none;
}
form label{
    display: none !important;
}
/*  ------------------------------ end home header ----------------------------  */
.social{
    list-style: none;
    padding-left: 0;
}
.social li{
    display: inline-block;
    margin: 5px;
}
.social li a{
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #505050;
}
.social li a i{
    color: #505050;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
/* ----------------------------- home about -------------------------------*/

.home-about {
    background-image: url("../img/safwa.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.home-about h1 {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    color: #97a52a;
    letter-spacing: 2px;
}

.home-about p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #656565;
}
/* ----------------------------- newsletter ------------------------------ */
.gallery{
    background-color: white;
}
.gallery h3{
    display: inline-block;
    margin-top: 9px;
    color: black;
    font-size: 22px;
    margin-bottom: 20px;
}
.gallery{
    padding-bottom: 20px;
}
.gallery hr{
    border-top: 4px solid #eee;
}
.gallery form{
    display: inline-block;
    margin-top: 20px;
}
.gallery form input.form-control{
    max-width: 350px;
    display: inline-block;
    margin-bottom: 20px;
}
footer{
    background-color: black;
    border-top: 5px solid #96a42a;
}
footer h3{
    padding: 10px 0;
    margin: 0;
    color: white;
    font-size:16px;
}
footer .social{
    margin-bottom:0;
}
/* ----------------------------- footer ---------------------------------- */
.sr{
    background-color: #292929;
    text-align: center;
    margin: 0;
    padding: 15px;
    color: white;
}
/* ============================= end homepage ============================ */

/* ----------------------------- media ----------------------------------- */
@media (min-width: 991px) {
    .home-header .home-navbar .navbar-right {
        margin-right: 150px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    ul.nav li > ul.dropdown-menu{
        visibility: hidden;
        opacity: 0;
        display: block;
        transition: visibility 0s, opacity 0.5s linear;
    }
    ul.nav li:hover > ul.dropdown-menu {

        visibility: visible;
        opacity: 1;
    }
    .home-header .navbar-default .navbar-nav > li > a:after{
        content: '';
        width: 2px;
        height: 10px;
        background-color: #808080;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0%,-50%);
    }
    .home-header .navbar-default .navbar-nav > li:nth-last-of-type(2) > a:after{
        display: none;
    }
    .home-header .navbar-default .navbar-nav > li:last-of-type > a:after{
        display: none;
    }
    .benefits div[class^='col']:nth-of-type(1){
        border-bottom: 1px solid #788223;
        border-right: 1px solid #788223;
    }
    .benefits div[class^='col']:nth-of-type(4){
        border-top: 1px solid #788223;
        border-left: 1px solid #788223;
    }
    .benefits div[class^='col']:nth-of-type(2){
        border-bottom: 1px solid #b9b9b9;
        border-left: 1px solid #b9b9b9;
    }
    .benefits div[class^='col']:nth-of-type(2){
        border-top: 1px solid #b9b9b9;
        border-right: 1px solid #b9b9b9;
    }

}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
        text-align: center;

    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
    .home-header .navbar-default .navbar-nav > li > a {
        height: auto;
        position: relative;
    }
    .home-header .navbar-default .collapsed {
        margin-bottom: 36px;
    }
    .product-overview h1 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .product-overview h3 {
        font-size: 18px;

    }
    .product-overview h4, .product-overview i {
        font-size: 15px;
    }
    .home-newsletter form{
        width: 80%;
    }
    .home-newsletter h3{
        font-size: 18px;
    }
    ul.nav li > ul.dropdown-menu{
        text-align: center;
    }
    .social-col , .title-col{
        text-align: center;
    }
    .home-navbar{
        background-image: none;
    }
    .home-gallery div[class^='col-']{
        height: 35vw;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: 20px;
    }
    .carousel-showsixmoveone .carousel-control.right {
        margin-right: -25px !important;
    }
    .map .contact{
        position: static;
        width: 100%;
        background-color: white;
        padding: 20px;
    }
    .contact-form{
        background-image: none;
    }
}

@media ( max-width: 767px) {

    html #wpadminbar {
        min-width: 200px;
    }
    .main-slider .carousel-caption h3 {
        margin: 7px 35px;
        letter-spacing: 3px;
        font-weight: bold;
        font-size: 10px;
    }
    .home-gallery div[class^='col-']{
        height: 75vw;
    }
    .home-about h1{
        font-size: 20px;
    }
    footer div[class^="col-"] , footer div[class^="col-"] .social{
        text-align:center;
    }
}
@media ( max-width: 570px){
    .ebooks .ebooks-row .book{
        text-align: center;
        padding-bottom: 40px;
    }
}
@media ( max-width: 532px){
    .single-book .related .table>tbody>tr>td{
        display: block;
    }
    .single-book .related .table>tbody>tr{
        text-align: center;
    }
    .single-book .related .table>tbody>tr>td:nth-of-type(2n){
        border-top: none;
    }
}

@media ( max-width: 470px) {
    .home-header .navbar-default .collapsed {
        margin-right: auto;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
        background-color: #2f2f2f;
        border-radius: 50%;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
        width: 33px;
        height: 33px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -71px;
        background-color: #2f2f2f;
        border-radius: 50%;
    }
}
@media ( min-width: 1600px) {
    .benefits div[class^='col']{
        padding:100px 50px;
    }
}

