@import url('https://fonts.cdnfonts.com/css/jenna-sue');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');
@font-face {font-family:"Lovelo-Black";src:url("/fonts/Lovelo_Black.eot?") format("eot"),url("/fonts/Lovelo_Black.woff") format("woff"),url("/fonts/Lovelo_Black.ttf") format("truetype"),url("/fonts/Lovelo_Black.svg#Lovelo-Black") format("svg");font-weight:normal;font-style:normal;}

@font-face {
    font-family: "Apple Chancery";
    src: url("/fonts/AppleChancery.ttf") format("ttf"),
    url("/fonts/AppleChancery.ttf") format("ttf");
}
#admin_panel{
    position: fixed;
    height: 50px;
    background-color: #eeeeee;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    z-index: 99999;
}

#admin_panel .admin-panel-element{
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    font-family: "Open Sans", sans-serif;
}

.toggle-switch, .toggle-switch .toggle-knob {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.toggle-switch {
    height: 30px;
    width: 55px;
    display: inline-block;
    background-color: #ffffff;
    margin: 2px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 20px;
    border-radius: 30px;
    cursor: pointer;
    border: solid 1px #d2d6de;
    box-shadow: inset 1px 1px 9px -3px rgba(4, 4, 4, 0.08), 1px 2px 6px -2px rgba(0, 0, 0, 0.01);
}

.toggle-switch .toggle-knob {
    width: 28px;
    height: 26px;
    display: inline-block;
    background-color: #ffffff;
    border: solid 1px rgba(126, 126, 126, 0.07);
    box-shadow: 0 1px 3px rgba(107, 106, 106, 0.26), 0 5px 1px rgba(107, 106, 106, 0.13);
    border-radius: 26px;
    margin: 1px 1px;
}

.toggle-switch.active {
    background-color: #77e189;
    border: solid 1px transparent;
}

.toggle-switch.active .toggle-knob {
    margin-left: 24px;
}

.slider-item p{
    margin-bottom: 0px;
    text-transform: uppercase;
}
.slider-item  h3{
    color: white;
    font-size: 50px;
}


.boxed-btn3{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 54px;
    font-size: 14px;
    color: black;
    background: white;
    border: 1px solid white;
}

.boxed-btn2{
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 14px;
    color: white !important;
    font-weight: bold;
    background: black;
    border: 1px solid black;
    cursor: pointer;
}

.boxed-btn2:hover{
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 14px;
    color: white !important;
    font-weight: bold;
    background: black;
    border: 1px solid black;
}

.boxed-btn3:hover{
    background: #e65454;
    border: 1px solid #e65454;
    color: white;
}


.boxed-btn4{
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 14px;
    color: white;
    background: #363e50;
}

.boxed-btn4:hover{
    background: #363e50;
    color: white;
}

.navbar-dark .navbar-toggler {
     position: relative;
    top: 10px;
    color: white !important;
}

.search_icon{
    position: relative;
    top: 10px;
    color: white;
}

.search_icon a{
    color: white;
}

.ftco-navbar-light.scrolled .search_icon a {
    color: #000000 !important;
}

.ftco-navbar-light.scrolled .booking-button{

    top: 10px !important;
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: black !important;
    border-color: black !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
    top: 0px !important;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.non-ui{
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.employee-mark{
    font-family: 'Jenna Sue', "Open Sans", sans-serif;
    font-size: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.employee-info{
    top: -12px;
    position: relative;
}

.index-info p{

}

.image-wrapper{
    position: relative;
}

.image-wrapper img{
    padding-left: 30px;
    z-index: 10;
    position: relative;
}

.image-wrapper .shifted-border{
    border: 1px solid #dadada;
    height: calc(100% + 0px);
    position: absolute;
    top: 30px;
    width: calc(100% - 30px);
    z-index: 9;
}

.image-wrapper .actions{
    position: absolute;
    bottom: 8px;
    left: 0px;
    z-index: 11;
    margin-left: 30px;
}


.room{
    padding-left: 30px;
    padding-top: 30px;
    z-index: 10;
    position: relative;
}

.room p.description{
    font-size: 11px;
}

.room a.span-link{
    font-size: 12px;
    color: #c19b76;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.9px;
}

.room-wrapper{
    position: relative;
}

.room-wrapper .shifted-border{
    border: 1px solid #dadada;
    height: calc(100% - 60px);
    position: absolute;
    bottom: 60px;
    width: calc(100% - 60px);
    z-index: 9;
}

.ftco-rooms h2{
    color: #4c6579;
    font-weight: bold;
}

/* line 2, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area.add_padding {
    padding-top: 120px;
}

@media (max-width: 767px) {
    /* line 2, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
    .gallery_area.add_padding {
        padding-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 2, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
    .gallery_area.add_padding {
        padding-top: 50px;
    }
}

/* line 11, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .gallery_title {
    font-size: 42px;
    font-weight: 600;
    color: #4b96c6;
    line-height: 52px;
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 11, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
    .gallery_area .gallery_title {
        font-size: 25px;
        line-height: 35px;
    }
}

/* line 21, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .gallery_nav {
    margin-bottom: 0px;
}

/* line 24, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .portfolio-menu {
    text-align: right;
}

@media (max-width: 767px) {
    /* line 24, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
    .gallery_area .portfolio-menu {
        text-align: left;
        margin-top: 20px;
    }
}

/* line 30, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .portfolio-menu button {
    background: none;
    color: #c19b76;
    font-size: 12px;
    font-weight: 500;
    border: none;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 25px;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery_area .portfolio-menu button.active {
    color: #c19b76;
    background: transparent;
    border-radius: 25px;
}


@media (max-width: 767px) {
    /* line 30, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
    .gallery_area .portfolio-menu button {
        margin-left: 0;
        margin-right: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* line 30, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
    .gallery_area .portfolio-menu button {
        margin-left: 0;
        margin-right: 8px;
    }
}

/* line 48, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .portfolio-menu button.active {
    color: #c19b76;
}

/* line 53, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery {
    position: relative;
    padding: 20px;
    height: auto;
}

/* line 55, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery .thumb {
    overflow: hidden;
}

/* line 57, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery .thumb img {
    width: 100%;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 63, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery .gallery_hover {
    background: transparent;
    position: absolute;
    left: 0px;
    top: -4px;
    width: 100%;
    height: calc(100% + 8px);
    padding: 24px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

/* line 75, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery .gallery_hover .hover_inner h3 {
    font-size: 20px;
    color: #4b96c6;
    font-weight: 500;
    margin-bottom: 0;
}

/* line 82, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery .gallery_hover .hover_inner .icon a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fab702;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}

/* line 96, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery:hover .gallery_hover {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

/* line 101, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery:hover .thumb img {
    width: 100%;
}

.resto-img {
    height: 450px;
}

.gallery_area .gallery-inner{
    position: relative;
    padding: 30px;
    z-index: 10;
}


.gallery_area .shifted-border{
    border: 1px solid #dadada;
    height: calc(100% - 0px);
    position: absolute;
    top: 0px;
    left: 60px;
    width: calc(100% - 120px);
}


.gallery_area .gallery-inner h3{
    color: #4c6579;
    font-weight: 600;
}

.gallery_area .gallery-inner p{
    color: #858585;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.gallery_area p.price{
    color: #1c1c1c;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

.gallery_area span.value{
    color: #c19b76;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
}

#section-testimonials{
    background: url("/images/section-testimonials.jpg");
    background-size: cover;
}

#section-testimonials i.star{
   color: #eaeaea;
    font-size: 18px;
}

.tripadvisor-quote{
    font-family: "Open Sans", sans-serif;
    color: #ececec;
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 100;
}

.tripadvisor-author{
   font-size: 12px;
   letter-spacing: 2px;
   color: #ececec;
}

.tripadvisor-line{

}



.news{

    padding-bottom: 30px;
    z-index: 10;
    position: relative;
    overflow: hidden;
}

.news p.description{
    font-size: 11px;
}

.news a.span-link{
    font-size: 12px;
    color: #c19b76;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.9px;
}

.news-wrapper{
    position: relative;
}

.news-wrapper .shifted-border{
    border: 1px solid #dadada;
    height: calc(100% - 60px);
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: calc(100% - 60px);
    z-index: 9;
}

.news .img {
    display: block;
    height: 250px;
    background-position: 10%;
}

.news h3{
    font-size: 20px;
    color: black;
    margin-bottom: 0px;
}
.news h3 a{
    color: black;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}

.news span.date{
    color: black;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.news .bottom-block{
    border-left: 1px solid #ebebeb; border-right:1px solid #ebebeb; border-bottom: 10px solid #0169ab;
}

.news:hover .news-image .left-overlay{
    position: absolute;
    padding-top: 10px;
    width: 30px;
    background: #c98e56;
    height: 100%;
    left: 0px;
}

.news:hover .bottom-block{
    border-bottom: 10px solid #c98e56;
}

.news-image{
    position: relative;
}

.news .news-image .left-overlay{

    position: absolute;
    padding-top: 10px;
    width: 30px;
    background: #c98e56;
    height: 100%;
    transition: 0.2s;
    left: -30px;
}

.news .news-image .left-overlay i{
    color: white;
    margin-left: 5px;
    position: relative;
}

.hotel-chains{
    padding: 20px;
}

.bottom-block h5{
    font-weight: 600;
    color: white;
}

.bottom-block .city{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.bottom-block .temp{
    font-family: "Old Standard TT", "Open Sans", sans-serif;
    font-size: 45px;
    color: #c19b76;
}

.bottom-block .degree{
    position:relative; top: -10px; left: -4px;
}

.bottom-block .social-links{
    margin-top: 30px;
}

.bottom-block .social-links i{
    color: #c19b76;
    font-size: 18px;
    margin: 12px;
}


.newsletter-form{
    margin-top: 30px;
}

.newsletter-form input{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    background: #f8f8f8 !important;
    height: 45px !important;
    color: #b1b1b1;
}

.newsletter-form button{
    border: none;
    margin: 0;
    height: 45px;
    color: white;
    width: 100%;
    text-align: center;
    background: #d54b4d;
}


ul.pagination li{
    height: calc(1.35em + 1.1rem + 2px);
    width: calc(1.35em + 1.1rem + 2px);
    color: #7E8299;
    background-color: #F3F6F9;
    line-height: calc(1.35em + 1.1rem + 2px);
    text-align: center;
    margin-right: 10px;
    border-radius: 0.42rem;

}

ul.pagination li a{

    color: #7E8299;

}


ul.pagination li.active{
    height: calc(1.35em + 1.1rem + 2px);
    width: calc(1.35em + 1.1rem + 2px);
    color: #FFFFFF !important;
    background-color: #c19b76 !important;
    border-color: #c19b76 !important;
    line-height: calc(1.35em + 1.1rem + 2px);
    text-align: center;
    margin-right: 10px;
    border-radius: 0.42rem;


}

ul.pagination li.active a{

    color: #FFFFFF !important;


}


h1.blog-header{
    font-weight: 100;
    text-transform: capitalize;
}

p.subheader{
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #b1b1b1;
}

.banner-text-container{
    position: absolute;
    bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(76, 101, 121, 0.76);
}

.banner-text-container h1{
    font-family: "Montserrat", sans-serif;
    color: white;
    font-weight: 400;
    margin-top: 0px;
    font-size: 40px;
    text-transform: capitalize;
}

.banner-text-container .breadcrumbs a.breadcrumb-item{
    text-transform: uppercase;
    color: white;
    font-size: 14px;
}

.banner-text-container .breadcrumbs span.breadcrumb-item{
    text-transform: uppercase;
    font-size: 14px;
}

.banner-text-container .right-offer{
    position: absolute;
    right: 0px;
    top: 20px
}

.banner-text-container .right-offer p{
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 14px;
}


.banner-text-container .actions{
    position: absolute;
    right: 0px;
    bottom: -30px;
}

.about-description p{
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #858585;
}

.room-fast-book p.price{
    color: #1c1c1c;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

.room-fast-book span.value{
    color: #c19b76;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
}


.offers .offer-item{
    padding: 30px;
    color: white;

}

.offers .offer-item h3{
    color: white;

}

.offers .offer-item p{
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 200;
}

.offers .offer-item span{
    color: white;
}

.offers .offer-item a.span-link{
    font-size: 12px;
    color: white !important;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.9px;
}

nav.breadcrumbs{
    background: #f1f1f1;
}

ol.breadcrumb{
    background: transparent;
    font-family: "Open Sans", sans-serif;
    padding-left: 0px;
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
}

ol.breadcrumb .breadcrumb-item a{
    color: black;

}

div.price h3{
    color: #4c6579;
}

div.price  p{
    color: #858585;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

div.price p.price{
    color: #1c1c1c;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
}

div.price span.value{
    color: #c19b76;
    font-size: 32px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.booking-wrap h5{
    font-weight: 400;
    margin-top: 0px;
}

.booking-wrap p{
    font-size: 12px;
    color: #b1b1b1;
}

.booking-wrap {
    width: 100%; }
.booking-wrap .form-group {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
    background: white; }
.booking-wrap .form-group label {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
    color: #858585;
    text-transform: uppercase;
}
.booking-wrap .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 0;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.booking-wrap .form-group .icon span {
    color: black !important; }
.booking-wrap .form-group .wrap {
    width: 100%;
    display: block; }
.booking-wrap .form-group .select-wrap, .booking-wrap .form-group .input-wrap {
    position: relative; }
.booking-wrap .form-group .select-wrap select, .booking-wrap .form-group .input-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
.booking-wrap .form-group .btn {
    width: 100%;
    display: block !important; }
.booking-wrap .form-control {
    border: 2px solid #fff !important;
    height: auto !important;
    padding-left: 0;
    padding-right: 0;
    color: #1c1c1c !important;
    font-weight: 200;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.booking-wrap .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1c1c1c !important; }
.booking-wrap .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #1c1c1c !important; }
.booking-wrap .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #1c1c1c !important; }
.booking-wrap .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #1c1c1c !important; }
.booking-wrap .form-control:focus, .booking-wrap .form-control:active {
    border-color: #fff; }
.booking-wrap textarea.form-control {
    padding-top: 18px;
    height: 58px !important; }
.booking-wrap textarea.form-control-2 {
    padding-top: 18px;
    height: inherit !important; }
.booking-wrap .btn-primary {
    background: #4c6579;
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
.booking-wrap .btn-primary:hover {
    background: #d0a027;
    color: #fff; }
.booking-wrap input[type=number] {
    border: 1px solid transparent;
    text-align: left;
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 100;
    -moz-appearance: textfield ;
    background: transparent;
    position: relative; }

.checkbox-button {
    cursor: pointer;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.checkbox-button__input {
    opacity: 0;
    position: absolute;
}

.checkbox-button__label {
    color: #1c1c1c;
    font-size: 14px;
    text-transform: none;
    font-weight: 100;
    font-family: Poppins, sans-serif;
}

.checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: #1c1c1c;
    border: 1px solid #e6e6e6;
}

.checkbox-button__input:checked+.checkbox-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: #d0a027;
}

.checkbox-button__input:checked+.checkbox-button__control {
    border-color: #d0a027;
}

.checkbox-button__control {
    transform: scale(0.75);
}

.booking-form-button{
    background: #bb4e49;
    color: white;
    text-transform: uppercase;
    text-align: center;
    border: 0px;
    font-size: 12px;
    letter-spacing: 0.1em;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;

}

.list-group{
    border-radius: 0px;
}

.list-group-item{
    border-radius: 0;
    border-right: 1px solid #e6e6e6;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.list-group-item.active {
    z-index: 2;
    color: #c19b76;
    background-color: transparent;
    border-radius: 0;
    border-right: 1px solid #c19b76;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.room-info{
    padding-top: 15px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}



.room-wrap {
    width: 100%;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.room-wrap .img {
    width: 100%;
    height: 360px;
    display: block; }
.room-wrap .half {
    width: 100%;
    position: relative; }
.room-wrap .half:after, .room-wrap .half:before {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.room-wrap .half.left-arrow:after {
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 12px 0;
    border-color: transparent #fff transparent transparent; }
.room-wrap .half.right-arrow:after {
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 15px;
    border-color: transparent transparent transparent #fff; }
.room-wrap .text {
    width: 100%; }
.room-wrap .text h2 {
    color: #fff;
    font-size: 40px; }
.room-wrap .text p {
    color: rgba(255, 255, 255, 0.9); }
.room-wrap .text h3 {
    font-size: 30px;
    margin-bottom: 5px; }
.room-wrap .text h3 a {
    color: #000000; }
.room-wrap .text span.price {
    font-size: 26px;
    color: #c19b76;
    position: relative; }
.room-wrap .text span.per {
    font-size: 14px;
    color: #666666; }
.room-wrap .text .btn-custom {
    display: inline-block;
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.1); }
.room-wrap:hover, .room-wrap:focus {
    background: #47b8e6; }
.room-wrap:hover .half.left-arrow:after, .room-wrap:focus .half.left-arrow:after {
    border-color: transparent #47b8e6 transparent transparent; }
.room-wrap:hover .half.right-arrow:after, .room-wrap:focus .half.right-arrow:after {
    border-color: transparent transparent transparent #47b8e6; }
.room-wrap:hover .text .star span, .room-wrap:focus .text .star span {
    color: #fff; }
.room-wrap:hover .text h3 a, .room-wrap:focus .text h3 a {
    color: #fff; }
.room-wrap:hover .text span.price, .room-wrap:focus .text span.price {
    color: #fff; }
.room-wrap:hover .text span.per, .room-wrap:focus .text span.per {
    font-size: 14px;
    color: white; }
.room-wrap:hover .text .btn-custom, .room-wrap:focus .text .btn-custom {
    display: inline-block;
    color: #000000;
    border: 2px solid white;
    background: #fff; }

.room {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
@media (max-width: 991.98px) {
    .room {
        margin-bottom: 30px; } }
.room .img {
    display: block;
    height: 250px; }
.room .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.room .icon span {
    color: #000000; }
.room:hover .icon {
    opacity: 1; }
.room .text {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    background: #fff;
    position: relative; }
.room .text h3 {
    font-size: 22px;
    margin-bottom: 5px; }
.room .text h3 a {
    color: #000000; }
.room .text span.price {
    font-size: 26px;
    color: #000000;
    position: relative; }
.room .text span.price:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #98eec5; }
.room .text span.per {
    color: #b3b3b3; }
.room .text .btn-custom {
    color: #000000; }
.room .text ul.list {
    padding: 0; }
.room .text ul.list li {
    list-style: none;
    color: #000000;
    font-size: 14px; }
.room .text ul.list li span {
    color: #21cc7a; }

.room-img {
    height: 400px;
    margin-bottom: 2em; }

.room-single h2 {
    font-size: 28px; }
.room-single h2 span {
    color: #21cc7a;
    font-size: 18px; }

.room-single .loc {
    margin-right: 10px; }
.room-single .loc a {
    color: #999999; }

.room-single ul {
    margin: 0;
    padding: 0; }
.room-single ul li {
    list-style: none;
    margin-bottom: 10px; }
.room-single ul li span {
    color: #000000; }




#sidebar {
    position: fixed;
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: #7a9948;
    color: #fff;
    transition: all 0.3s;
    z-index: 9999999;
    margin-left: -250px;
}

#sidebar.active {
    margin-left: 0px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #647e38;
}

#sidebar .sidebar-header h3{
    color: white;
    font-weight: 600;
}

#sidebar ul.components {
    padding: 15px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
    border: 0px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    text-transform: uppercase;
    display: block;
    color: white;
    border: 1px solid #7a9948;
}
#sidebar ul li a:hover {

}

#sidebar ul li.active > a, a[aria-expanded="true"] {

}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -251px;
    }
    #sidebar.active {
        margin-left: 0;
    }

}

#sidebar .sidebar-close{
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
}

.hotel-contacts-h4{
    font-weight: 200 !important;
    font-family: "Montserrat", sans-serif;
}

.hotel-contacts-p{
    width: 300px;
    font-size: 14px;
    text-align: left;
}

@media (max-width: 768px) {
    .hotel-contacts-p{
        width: 100%;
        text-align: left;
    }
}

.bg-gray-100{
    background: #f8f8f8;
}

.contact-input{
    background: #f4f4f4 !important;
    font-size: 12px;
    width: 100%;
    color: #858585;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.contact-input::placeholder{
    font-size: 12px;
}

textarea .contact-input{
    height: 200px !important;
    outline: none;
}

.show-spinner input[type='number']::-webkit-outer-spin-button,
.show-spinner input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button;
    opacity: 1;
    margin-left: 10px;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

@media (max-width: 768px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 60%;
        height: auto;
    }

    #sidebarCollapse{
        margin-top: 20px;
        margin-left: 0px !important;
    }

    .awake #sidebarCollapse{
        margin-top: 5px;
        margin-left: 0px !important;
    }

    .index-info{
        background: #647e38 !important;
    }
}


.table-wrapper{
    margin: 0px auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("/images/timetable-background.png") no-repeat;
    background-size: contain;
    overflow: auto;
}

@media (max-width: 769px) {
    .table-wrapper{
        background: white;
    }
}

.table-wrapper table{
    border: 0px;
}

.table-wrapper table tr{
    border: 0px;
}

.table-wrapper .table th, .table td{
    padding: 4px;
    border: 0px;
}

.table-wrapper table td{
    height: 90px;
    width: 100px;
}

.table-wrapper table th{
    height: 30px;
    width: 100px;
}

.table-wrapper table th p.green1{
    background: #7a9948 ;
    padding: 5px;
    color: white;
    border-radius: 5px;
    width: 100px;
    margin-bottom: 0px;
}

.table-wrapper table th p.green{
    background: #7a9948 ;
    padding: 5px;
    color: white;
    border-radius: 5px;
    height: 90px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.table-wrapper table th p.blue{
    background: #47b8e6 ;
    width: 100px;
    padding: 5px;
    color: white;
    border-radius: 5px;
    margin-bottom: 0px;
}

.table-wrapper table td p {
    background: #47b8e6 ;
    padding: 5px;
    color: white;
    border-radius: 5px;
    height: 90px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1.2vh;
}

.subscribe-section{
    background: #47b8e6;
    -webkit-box-shadow: 0px 0px 12px 2px #dbdbdb;
    -moz-box-shadow: 0px 0px 12px 2px #DBDBDB;
    box-shadow: 0px 0px 8px 12px #DBDBDB;
    margin-bottom: 20px;
}

.subscribe-section h3{
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    font-weight: 500;
    font-family: Montserrat, Sans-serif;
}

.teacher-wrapper{
    margin: 0px auto;
    padding-left: 180px;
    padding-right: 180px;
    padding-top: 90px;
    padding-bottom: 90px;
    background: url("/images/green-schooldesk.png") no-repeat;
    background-size: cover;

}

.teacher-wrapper{
    color: white;
}


.teacher-wrapper .teachers-intro{
    color: white;
    height: 300px;
    overflow-y: auto;
}
.teacher-wrapper .teachers-intro::-webkit-scrollbar {
    display: none;
}

.teacher-avatar{
    background: white;
    height: 100px;
}


.round-image{
    position: relative;
}
.round-image .round-img{
    z-index: 999;
    position: absolute;
    top: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.teacher-name{
    margin-left: 250px;
}

.teacher-name h1{
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.teacher-name p{
   font-family: Montserrat, Sans-serif;
}

.modal-login {
    color: #636363;
    width: 350px;
    margin: 80px auto 0;
}
.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}
.modal-login h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
    border-color: #70c5c0;
}
.modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 3px;
}
.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
}
.modal-login .modal-footer a {
    color: #999;
}
.modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #60c7c1;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-login .avatar img {
    width: 100%;
}
.modal-login .btn {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-login .btn:hover, .modal-login .btn:focus {
    background: #45aba6;
    outline: none;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

@media (max-width: 768px) {
    .resto-img{
        height: 250px;
    }

    .teacher-wrapper{
        color: white;
    }
    .teacher-wrapper{
        margin: 0px auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #7a9948;
        background-size: cover;

    }


    .teacher-wrapper .teachers-intro{
        color: white;
        height: 300px;
        overflow-y: auto;
    }
    .teacher-wrapper .teachers-intro::-webkit-scrollbar {
        display: none;
    }

    .teacher-avatar{
        background: white;
        height: 120px;
    }


    .round-image{
        position: relative;
    }
    .round-image .round-img{
        z-index: 999;
        position: absolute;
        top: 10px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    .teacher-name{
        margin-left: 120px;
    }

    .teacher-name h1{
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .teacher-name p{
        font-family: Montserrat, Sans-serif;
    }

}

.soundcloud-widget{
    margin-top: -166px;
    z-index: 9999;
    position: relative;
}

.featured-artist{
    padding-top: 50px;
}

.featured-artist .right-button{
    float: right;
    position: relative;

}

.featured-artist .header h2{
    font-family: Lovelo-Black, sans-serif;
}

.featured-artist .header p{
    font-family: "Open Sans", sans-serif;
    width: 60%;
}

.releases-header{
    background: url("/images/releases_back.jpg");
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    padding: 100px;
}


.releases-header .header h2{

    color: white;

}


.releases-list{
    background: #333333;
    overflow-x: scroll;
    padding-top: 50px;
    padding-right: 50px;
    white-space: nowrap;
}

.releases-list .item{
    width: 400px;
    height: 400px;
    display: inline-block;
    margin-left: 50px;
    position: relative;
}

.releases-list .item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: .5;
    z-index: 998;
}

.releases-list .item-content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;
    text-align: center;
    color: white;
    position: relative;
    z-index: 999;
}
.releases-list .item-content .content{

    width: 100%;
    padding: 20px;
    white-space: normal;
}


.releases-list .item-content .content h2{
    font-size: 22px;

    text-transform: uppercase;
    color: white;
    margin-bottom: 0px;
}

.upcoming-releases{
    background: #acacac;
    padding-top: 50px;
    padding-bottom: 50px;
}

.upcoming-releases h2{
    color: white;

}

.upcoming-releases .header h2{
    font-family: Montserrat, sans-serif;
}

.upcoming-releases .header p{
    font-family: "Open Sans", sans-serif;
    width: 60%;
    color: white;
}

.releases-table table {
    border-collapse:separate;
    border-spacing:0 8px;
}

.releases-table .table td{
   border: none;
    background: #646464;
    font-family: "Montserrat", Arial, sans-serif;
    padding: 0.75rem;
    padding-top: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    color: white;
}

.releases-table .table th{
    border: none;
    background: #646464;
    font-family: "Montserrat", Arial, sans-serif;
    padding: 0.75rem;
    padding-top: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    color: white;
}

.small{
    padding: 4px 24px;
}

.video{
    min-height: 800px;
    padding: 0px;
}

.livestream-header{

}

.livestream-header{
    background: #c98e56;
    background-size: cover;
    height: 800px;
    display: flex;
    align-items: center;
    padding: 100px;
}


.livestream-header .header h2{

    color: white;

}

.livestream-header .header p{

    color: white;

}

.item-content a{
    color: white;
}

/* line 178, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    font-family: "Poppin", sans-serif;
    position: relative;

}

.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 20px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* line 178, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    /* line 178, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px;
    }
}

/* line 197, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a i {
    font-size: 9px;
}

@media (max-width: 767px) {
    /* line 197, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 197, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}

/* line 206, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -24px;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 218, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

/* line 223, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a.active::before {
    opacity: 1;
    transform: scaleX(1);
}

/* line 228, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover {
    color: #fab702;
}

.header-area .main-header-area .main-menu ul li a.active {
    color: #fab702;
}

/* line 232, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 160%;
    background: #fff;
    width: 200px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

/* line 244, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li {
    display: block;
}

/* line 246, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a {
    padding: 10px 15px;
    position: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #000;
}

/* line 252, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
    display: none;
}

/* line 256, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
    color: #000;
}

/* line 261, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 198%;
}

/* line 266, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > a::before {
    opacity: 1;
    transform: scaleX(1);
}

/* line 270, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0;
}


.header-content{
    position: absolute;
    bottom: 100px;
}

p.slider-p{
    width: 60%;
}

@media (max-width: 768px) {
    p.slider-p{
        width: 100%;
    }
}

.sticker{
    position: absolute;
    background: white;
    right: 0px;
    top: 0px;
    padding: 60px;
}

.masonry {
    display: flex;
    width: 100%;
}

a {
    color: #333;
}

.masonry--h {
    flex-flow: row wrap;
}

.masonry--v {
    flex-flow: column wrap;
    max-height: 1080px;
}

.masonry--h,
.masonry--v {
    margin-left: -8px; /* Adjustment for the gutter */
    counter-reset: brick;
}

.masonry-brick {
    overflow: hidden;
    border-radius: 5px;
    margin: 0 0 8px 8px;  /* Some Gutter */
    background-color: #333;
    color: white;
    position: relative;
}

.masonry-brick:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5000;
    transform: translate(-50%, -50%);
    counter-increment: brick;
    content: counter(brick);
    transition: font-size .25s, opacity .25s ease-in-out;
    font-weight: 700;
    opacity: .5;
    font-size: 1.25em;
}

.masonry-brick:hover:after {
    font-size: 2.25em;
    opacity: 1;
}

.masonry-brick--h {
    flex: auto;
    height: 250px;
    min-width: 150px;
}

@media only screen and (min-width: 1024px) {
    /* Horizontal masonry bricks on desktop-sized screen */
    .masonry-brick--h:nth-child(4n+1) {
        width: 250px;
    }
    .masonry-brick--h:nth-child(4n+2) {
        width: 325px;
    }
    .masonry-brick--h:nth-child(4n+3) {
        width: 180px;
    }
    .masonry-brick--h:nth-child(4n+4) {
        width: 380px;
    }

    /* Adjusting vertical masonry height on desktop-sized screen */
    .masonry--v {
        max-height: 1600px;
    }

    /* Vertical masonry bricks on desktop-sized screen */
    .masonry-brick--v {
        width: 33.33333%;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    /* Horizontal masonry bricks on tabled-sized screen */
    .masonry-brick--h:nth-child(4n+1) {
        width: 200px;
    }
    .masonry-brick--h:nth-child(4n+2) {
        width: 250px;
    }
    .masonry-brick--h:nth-child(4n+3) {
        width: 120px;
    }
    .masonry-brick--h:nth-child(4n+4) {
        width: 280px;
    }

    /* Adjusting vertical masonry height on tablet-sized screen */
    .masonry--v {
        max-height: 2000px;
    }

    /* Vertical masonry bricks on tablet-sized screen */
    .masonry-brick--v {
        width: 50%;
    }
}

.masonry-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(50%);
}



/**** PROJECTS ***/
.project-header{
    margin-bottom: 40px;
}

.project-header h1{
    color: black;
}

.project-header span{
    color: #7f7f7f;
    font-size: 10pt;
}

.gallery_area .portfolio-menu button {
    background: none;
    color: #596672;
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding: 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 25px;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery_area .portfolio-menu button.active {
    color: white;
    background: #343434;
    border-radius: 25px;
}


.hover_inner{
    height: 100%;
    background: url("/img/projects/mask.png") no-repeat no-repeat;
    background-size: cover;
}

.gallery_hover .hover_inner .content{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery_area .single_gallery .gallery_hover .hover_inner h3{
    margin-top: 10px;
    color: white !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.gallery_hover .hover_inner  p {
    color: #111111;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 25px;
}

.gallery_hover .hover_inner a.read-more{
    background: #545454;
    display: inline-block;
    padding: 8px 12px;
    font-family: "Poppin", sans-serif;
    font-size: 10px;
    border: 0;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 600;
}


.gallery_hover .hover_inner a.project-link{
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 10px;
}

.project_details_info .details_header span.badge{
    display: inline-block;
    padding: 10px 15px;
    margin-right: 20px;
    border-radius: 15px;
    font-size: 30%;
    font-weight: 700;
    line-height: 1;
    top: -8px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    background: #f0f4f7;
    color: #8799a3;
}

.project_details_info .details_left h3 {
    font-size: 30px;
    font-weight: 600;
    color: #040E27;
    margin-bottom: 10px;
}


.project_details_info .details-preview{

}

.project_details_info .details-preview p{
    font-size: 14px;
    color: #7f7f7f;
    margin-top: 10px;
}

.project_details_info .details-address{
    margin-top: 40px;
}

.project_details_info .details-address p{
    margin-top: 10px;
}
.bradcam_area-2 {
    background-size: cover !important;
    background-position: center center;
    padding: 320px 0 60px 0;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 0;
}


.project_details_info .details-address span.label{
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;

}

.project_details_info .details-address span.value{
    color: #8799a3;
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    margin-left: 20px;
}


.project_details_info .project-gallery{
    margin-top: 5px;
    padding-left: 0px;
}

.project_details_info .project-gallery .background{
    margin-top: 10px;
    height: 350px;
}


.project_details_info .project-gallery .link{
    position: absolute;
    bottom: 10px;
    padding: 10px;
    width: calc(100% - 30px);
    background: rgba(0, 0, 0, 0.64);
}

.project_details_info .project-gallery .link h2{
    color: white;
    font-weight: 900;
    font-size: 32px;
    margin-top: 0px;
    margin-left: 15px;
    margin-bottom: 0px;
}

.project-location{
    padding-top: 60px;
    padding-bottom: 60px;
}

.project-location h4{
    font-size: 30px;
    font-weight: 600;
}
.project-location p{
    font-size: 14px;
    color: #7f7f7f;
    margin-top: 20px;
}


.video-area .video-block{
    min-height: 550px;
    width: 100%;
    position: relative;
    background-image: url("/img/main/bg2.jpg");
    background-size: cover;
}

.video-area .video-block .overlay{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.video-area .video-block .overlay:before{
    background: #2f2f2f;
}

.video-area .video-block .overlay .content{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-area .video-block .overlay .content span{
    color: #fab702;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

.video-area .video-block .overlay .content h3{
    font-size: 50px;
    font-weight: 500;
    color: white;
    margin-bottom: 20px;
}

.video-area .stat-block{
    background: #545454;
    padding-top: 50px;
    width: 100%;
    padding-bottom: 40px;
}

.video-area .stat-block p.value{
    text-transform: uppercase;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    color: white;
}

.video-area .stat-block p.description{
    text-transform: none;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: white;
    margin-top: 10px;
}

.video-area .qet-a-quote{
    width: 100%;
    background: #4b96c6;
}

.video-area .qet-a-quote p{
    color: white;
    margin-top: 15px;
    margin-bottom: 10px;

}

.video-area .qet-a-quote .boxed-btn3-dark{
    padding: 10px 25px;
    margin-bottom: 10px;
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* line 53, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_contact.scss */
.form-contact label {
    font-size: 14px;
}

/* line 57, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_contact.scss */
.form-contact .form-group {
    margin-bottom: 30px;
}

/* line 61, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_contact.scss */
.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

/* line 69, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_contact.scss */
.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}

/* line 74, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_contact.scss */
.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

/* line 80, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_contact.scss */
.form-contact textarea {
    border-radius: 0px;
    height: 100% !important;
}
.contact-form-block{
    padding-top: 40px;
    padding-bottom: 40px;
}


.contact-form-block .contact-data{
    margin-top: 30px;
}


.investment-area{
    background: #4b96c6;
    padding: 50px;
    margin-top: 40px;
}

.modal-content{
    border-radius: 10px;
}

.modal-content .header{
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
    font-family: "Open Sans", sans-serif;
    background: url("/img/form/form_bg.png") ;
    background-size: cover;
    background-position: 20% 20%;
}

.modal-content .close{
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-content .close button{
    color: white;
}


.modal-content .header h3{
    font-weight: 600;
    font-size: 28px;
    color: white;
    text-align: center;
}

.modal-content .header p{
    color: white;
    text-align: center;
}

.modal-body .body{
    padding: 30px;
}

.modal-body .body .form-group{
    margin-bottom: 10px;
}
