﻿/*1C5C42 - Green*/
/*CAAB6A - Gold*/

body, html {
    height: 100%;
    color: #5e5e5e;
    letter-spacing: 1px;
}

a, a:hover, a:active {
    text-decoration: none;
}

.table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

.navbar-toggler-icon {
    background-image: url('../img/menu.png') !important;
}

footer {
    padding-top: 100px;
    background: #ffffff url(../img/footer.png) repeat-x center top;
    color: #fff;
}

img#footer-logo {
		width: 100%;
}

.click-to-chat {
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    right: 10px;
}

.click-to-chat img {
    width: 100px;
}

    footer a, footer a:hover, footer a:active {
        color: #fff;
    }

    footer h1 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }

.nav-link, .nav-link:active, .nav-link:hover {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

li.nav-item {
    margin: 5px 10px 5px 10px;
}

.nav-box-1 {
    background: #fff;
    border: 2px solid #fff;
}

    .nav-box-1 a, .nav-box-1 a:active, .nav-box-1 a:hover {
        color: #808080;
    }

.nav-box-2 {
    border: 2px solid #fff;
}


.m-only {
    display: none;
}

.d-only {
    display: inline;
}

@media (min-width: 0px) and (max-width: 425px) {
    .m-only {
        display: inline;
    }

    .d-only {
        display: none;
    }
}

.card {
    background: #fff;
    box-shadow: 2px 5px 18px #cecece;
    border-radius: 0;
    margin: 10px;
    font-size: 15px;
}

.home-top-10 {
    margin-top: 50px;
}

.carousel, .container {
    overflow-x: hidden;
    overflow-y: hidden;
}

.pricol {
    color: #1C5C42;
}

.pribg {
    background-color: #1C5C42;
    color: #fff;
}

.bg-grey {
    background-color: #ebebeb;
}

section {
    padding-bottom: 30px;
    padding-top: 30px;
}

.hr-thick {
    background-color: #ebebeb;
    width: 20%;
    height: 5px;
    margin: 0 auto;
}

.hr-thick-2 {
    background-color: #1C5C42;
    width: 20%;
    height: 5px;
    margin: 0 auto;
}

.hr-thick-3 {
    background-color: #ffffff;
    width: 20%;
    height: 5px;
    margin: 0 auto;
}

.font-size-13 {
    font-size: 13px;
}

.badge-info {
    color: #fff;
    background-color: #628282;
    width: 17px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
}

.remove-dot {
    margin-left: -40px;
    list-style-type: none;
}

    .remove-dot li {
        margin-bottom: 25px;
    }

.parallax {
    background-image: url(../img/about/about.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-bed {
    background-image: url(../img/gallery/Kingsized%20bed%20no.1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    background: rgba(0, 33, 71, 0.4);
    color: #fff;
}

.margin-bottom-60 {
    margin-bottom: -60px;
}

.box-style {
    border: 2px solid #fff;
    padding: 20px;
}

.card-link, .card-link:active, .card-link:hover {
    color: #5e5e5e;
}

.bName {
    display: none;
}

.black-links, .black-links:hover, .black-links:active {
    color: #5e5e5e;
}

.home-button-style-1, .home-button-style-1:hover, .home-button-style-1:active {
    background-color: #1C5C42;
    color: #fff;
    padding: 1px 10px 2px 10px;
    border: none;
    margin-top: 5px;
}

.home-button-style-2, .home-button-style-2:hover, .home-button-style-2:active {
    margin-top: 5px;
    background-color: #CAAB6A;
    color: #fff;
    padding: 1px 10px 2px 10px;
    border: none;
}

.white-links, .white-links:active, .white-links:hover {
    color: #fff;
}

.subscribe {
    background-color: #fff;
    border: none;
    padding: 5px 10px 5px 10px;
    font-weight: 700;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0,0,0,0.5);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        background: rgba(0,0,0,0.6);
        -webkit-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        transform: translatey(-100px);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 10px;
    }

    .hovereffect a.info {
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin: 50px 0 0;
        padding: 7px 14px;
    }

        .hovereffect a.info:hover {
            box-shadow: 0 0 5px #fff;
        }

    .hovereffect:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .hovereffect:hover h2, .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    .hovereffect:hover a.info {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }


@media (min-width: 0px) and (max-width: 425px) {
    .navbar-collapse {
        background-color: #fff;
    }

    .nav-link, .nav-link:active, .nav-link:hover {
        color: #808080;
    }
}

.background2c6464 {
    background: #2c6464;
}

.Background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.Popup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 350px;
    padding: 10px;
}

@media (min-width: 0px) and (max-width: 425px) {
    .Popup {
        width: 100%;
    }
}


.popup-text {
    font-size: 14px;
    font-weight: 700;
    color: #777;
}

.Popup i.fa.fa-times {
    color: red;
}

.popup-button-subscribe {
    background-color: #b4a880 !important;
    color: #ffffff !important;
    border: none;
}

.Popup .close {
    line-height: 12px;
    width: 18px;
    font-size: 14pt;
    font-family: tahoma;
    margin-top: 1px;
    margin-right: 2px;
    position: absolute;
    top: 0;
    right: 0;
}

.heading
{
    color:#1C5C42;

}

.logo
{
    width:150px;
}

/***********************************************/
/***************** Accordion ********************/
/***********************************************/
@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

#accordion-style-1 h1,
#accordion-style-1 a {
    color: #1C5C42;
}

#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #cdac7d;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #cdac7d;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
    display: none;
}

#accordion-style-1 .card-header .btn .fa.main {
    background: #cdac7d;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: block;
}


.about-us-box .col-md-4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(151, 163, 151, 1);
}

.nav-link:active, .nav-link:hover {
    color: rgba(21, 59, 44, 1);
}