@charset "UTF-8";

/* CSS Document */

/*------------------------------------------------------------------

Website Name:     Master Chess Academy
------------------------------------------------------------------
/*-----------------------------------
    Global Variables
-----------------------------------*/
:root{
    --main-color:#351c06;
    --color-1 : #aa9144;
    --bg-dark:#2b2c2f;
    --main-to-dark-color: var(--main-color);
    --dark-to-main-color: var(--bg-dark);
    --shadow-black-100: 0 5px 15px rgba(0,0,0,0.1);
    --shadow-black-300: 0 5px 15px rgba(0,0,0,0.3);
    --black-900:#000000;
    --black-400:#555555;
    --black-100:#f7f7f7;
    --black-000:#ffffff;
    --black-alpha-100:rgba(0,0,0,0.05);
}
/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

body { 
    font-size: 16px;
    background-color: #fff;
    color: #101010;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-weight: 300; 
    overflow-x:hidden;
}
*{
    margin:0;
    padding:0;
    outline:none!important;
    box-sizing: border-box;
}
img{
    max-width:100%;
    vertical-align:middle;
}
h1, h2, h3, h4, h5, h6 
{
    margin: 0;
    padding: 0; 
    margin-bottom: 10px; 
    color: #101010; 
    font-weight: 600; 
    font-family: 'PT Sans', sans-serif; 
    text-transform: capitalize; 
    -webkit-font-smoothing: antialiased; 
    text-rendering: optimizeLegibility; 
}

h1 { font-size: 36px; line-height: 42px; }
h2 { font-size: 24px; line-height: 32px; }
h3 { font-size: 18px; line-height: 28px; }
h4 { font-size: 16px; line-height: 24px; margin-bottom: 10px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p { margin: 0 0 20px; }
p:last-child { margin-bottom: 0px; }
ul, ol { margin: 0; }
ul li, ol li { list-style:none; }
a { color: #222; text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #8e7424; }
 
b, strong {font-weight: 400;}
.listnone { list-style: none; padding: 0px; }
.lead { font-size: 21px; color: #3c3c3c; font-weight: 400; }
.italic { font-style: italic; }
.small-text { color: #b4b1ac; font-size: 12px; }
.text-caps { text-transform: uppercase; letter-spacing: 2px; }
::selection { background: #ffecb3; color: #333; }
h3 small { font-weight: 400; line-height: 1; color: #aa9144; font-size: 14px; }
 
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #f1f3f8; }
blockquote { padding: 10px 20px; margin: 0px; font-size: 21px; line-height: 32px; color: #3c3c3c; font-style: italic; border-left: 5px solid #aa9144; }

/*-----------------------------------
    2. Form css 
-----------------------------------*/
.control-label { color: #474747; font-weight: 700; font-size: 12px; text-transform: uppercase; }
.form-control { width: 100%; height: 50px; padding: 6px 12px; 
    font-size: 16px; line-height: 1.42857143; color: #333; background-color: #fff; border: 1px solid #dcd9d3; 
    background-image: none; border-radius: 10px; -webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075); 
    box-shadow: inset 3px 3px 3px rgba(255, 255, 255, .075); margin-bottom: 15px; }
.form-control:focus { border-color: #bab6ae;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px rgba(255, 255, 255, .6);
    box-shadow: inset 0 3px 3px rgba(255, 255, 255, .075), 0 0 8px rgba(235, 237, 238, .6);
    background-color: #fffefd; }
.textarea.form-control { background-color: #f6f8f9; height: auto; }
.form-news-letter .form-control { float: left; width: 75%; margin-right: 10px; }
.form-group { margin-bottom: 10px; }
.get-in-touch .form-control { margin-bottom: 10px; }

/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn { display: inline-block; padding: 10px 10px; margin-bottom: 0; font-size: 13px; font-weight: 800; 
    letter-spacing: 1px; line-height: 1.42857143; text-align: center; border: none; 
    text-transform: uppercase; border-radius: s0px;font-family: 'Montserrat', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;}
.btn-default { color: #fff; background-color: #351c06; }
.btn-default:hover { color: #fff; background-color: #8e7424; border-color: #8e7424; }
.btn-default.focus, .btn-default:focus { color: #fff; background-color: #8e7424; border-color: #8e7424; }
.btn-primary { background-color: #4b6724; color: #fff; }
.btn-primary:hover { background-color: #18150d; color: #fff; }
.btn-nocolor { color: #351c06; }
.btn-nocolor:hover {color: #18150d; }

.btn-white { color: #aa9144; background-color: #fff; border: 1px solid #fff; }
.btn-white:hover { background-color: #8e7424; border-color: #8e7424; color: #fff; }
.btn-white.focus, .btn-white:focus { background-color: #8e7424; border-color: #8e7424; color: #fff; }
.btn-link { color: #98989c; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 2px; border-bottom: 1px solid #98989c; padding-bottom: 2px; }
.btn-link:hover { color: #aa9144; font-weight: 700; text-decoration: none; border-bottom: 1px solid #aa9144; }
.btn-lg { font-size: 14px; padding: 20px 30px; }
.btn-sm { font-size: 12px; padding: 5px 10px; }
.btn-xs { font-size: 12px; padding: 5px 7px; }


/*----------------------- 
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/
.space-noneb { padding-top: 100px; padding-bottom: 0px; }
.space-nonet { padding-top: 0px; padding-bottom: 100px; }
.space-small { padding-top: 40px; padding-bottom: 40px; }
.space-medium { padding-top: 100px; padding-bottom: 100px; }
.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }

/*----------------------
   4.2 Margin Space
-----------------------*/
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }
.mt120 { margin-top: 120px; }
.mt150 { margin-top: 150px; }
/*----- less margin space from top --*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside130 { padding: 130px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }
/*--------------------------------
4.4 Background & Block color 
----------------------------------*/
.bg-light { background-color: #f4f1ec; }
.bg-primary { background-color: #d58309 !important; }
.bg-default { background-color: #8c5f38; }
.bg-white { background-color: #fff; }
.outline { border: 1px solid #e5e7ec; }
.title { color: #3e4557;font-size: 1.2rem;font-weight: 600;}
.small-title{color: #84837f; font-size: 13px; letter-spacing: 1px; margin-bottom: 20px;}
.text-white { color: #fff; }
.topa { font-size:.8rem; }
.well-block{background-color: #fff;padding: 40px;}
/*--------------------------------
4.7 Call to actions 
----------------------------------*/
.cta-title { font-size: 32px; font-weight: 700; letter-spacing: -1px; color: #fff; margin-bottom: 10px; }
.cta-text { font-size: 18px; color: #a2fed4; }
.cta-section { padding-top: 0px; padding-bottom: 0px; background-size: cover; background-color:#fdf0d2;}
.cta-title { font-size: 36px; color: #8c5f38; line-height: 58px; font-weight: 600; margin-bottom: 10px; letter-spacing: -1px; }
/*--------------------
    5.1 Header Regular 
----------------------*/

.header { background-color: #fff; z-index: 9999; position: relative; padding-top: 20px; padding-bottom: 20px; }
.top-text { text-align: right; }
.top-text .text-block { padding-left: 20px; color: #fff; line-height: 18px; }
   
/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
   .logo img{
    height:45px;
    }
.navbar{
    background-color:var(--black-000);
    padding:0.1rem 0;
    transition:all 0.5s ease;

}
.navbar > .container{
    padding:.02rem 0;
}
.navbar .nav-item{
    margin-left:1rem;
}
.navbar .nav-item .nav-link{
    font-family: 'Roboto', sans-serif;
    font-size:1rem;
    text-transform:capitalize;
    font-weight: 400;
    position:relative;
    color:var(--main-color);
}

.navbar .nav-item .nav-link::before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:0.01rem;
    background-color:var(--main-color);
    transition:all 0.5s ease;
    transform:scale(0);
}

.navbar .nav-item .nav-link.active::before,
.navbar .nav-item .nav-link:hover::before{
    transform:scale(1);
}

.navbar.navbar-shrink{
    box-shadow:0 10px 10px rgba(0,0,0,0.1);
    background-color:var(--black-000);
    padding:0;

}

.navbar.navbar-shrink .logo img{
    height:45px;
}
.navbar.navbar-shrink .nav-link{
    color:var(--main-color);
}
.navbar.navbar-shrink .nav-link::before{
    background-color:var(--main-color);
}
.navbar-toggler {
background-color:var(--main-color);
border-radius:0px;
}

.animated-hamburger {
    width: 36px !important;
    height: 36px !important;
    position: relative !important;
    margin: 0px !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .5s ease-in-out !important;
    -moz-transition: .5s ease-in-out !important;
    -o-transition: .5s ease-in-out !important;
    transition: .5s ease-in-out !important;
    cursor: pointer !important;
}
.animated-hamburger span {
    display: block !important;
    position: absolute !important;
    height: 3px !important;
    width: 100% !important;
    border-radius: 9px !important;
    opacity: 1 !important;
    left: 0 !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .25s ease-in-out !important;
    -moz-transition: .25s ease-in-out !important;
    -o-transition: .25s ease-in-out !important;
    transition: .25s ease-in-out !important;
}
.animated-hamburger span {
    background-color:var(--black-000);
}

.animated-hamburger span:nth-child(1) {
    top: 5px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger span:nth-child(2) {
    top: 15px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger span:nth-child(3) {
    top: 25px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 5px !important;
    left: 5px !important;
}
    
.animated-hamburger.open span:nth-child(2) {
    width: 0% !important;
    opacity: 0 !important;
}
    
.animated-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 30px !important;
    left: 5px !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow:0 0 0 0 !important;
}   


/*-----------------------------------
7. Content 
-------------------------------------*/

.content { padding-top: 60px; padding-bottom: 60px; }

/*-----------------------------------
8. Footer 
-------------------------------------*/
.footer { background-color: #351c06; padding-top: 60px; padding-bottom: 60px; }
.footer-block{background-color: #3f2209;padding: 40px 40px 10px 40px; border-radius: 10px;}
.footer-widget p { color: #747474; }
.footer-widget .widget-title { color: #fff; font-weight: 600; padding-bottom: 20px; margin-bottom: 30px; }
.footer-widget li a { color: #747474; line-height: 34px; }
.footer-widget li a:hover { color: #aa9144; }
.footer-social ul li a i { padding-right: 10px; width: 30px; }
.footer-social ul li a:hover i { color: #aa9144; }
.footer .contact li { position: relative; padding-left: 40px; display: block; margin-bottom: 8px; padding: 0 0 8px 40px; color: #ffeebc; }
.footer .contact li i { display: block; position: absolute; top: 5px; left: 0; width: 30px; 
    font-size: 16px; text-align: center; }
.widget-newsletter .form-control { height: 48px; color: #eee; background-color: #393836; border: none; box-shadow: none; 
    font-size: 14px; border-radius: 30px 0px 0px 30px;}
.widget-newsletter button { height: 48px; }

/*-------------- tiny footer ------------*/
.tiny-footer {  padding-top: 19px; padding-bottom: 9px; font-size: 12px; 
    color: #56575e; text-align: left; text-transform: uppercase; text-align: center; }
.copyright-content { padding: 12px; color: #ffeebc; }
.socialic {
    color: #f8f8f8;
    padding-right: .5rem;
    padding-left: .5rem;
}
/*-------------------------
 9.1 About us
---------------------------*/

.about-text { line-height: 40px; }
.about-contact { font-size: 18px; color: #8c9292; font-weight: 600; margin-left: 5px; }
.counter_box { border-bottom: 1px solid #eee; padding: 40px 0px; }
.counter_number { font-weight: 900; margin-bottom: 0px; }
.counter_text { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }


/*-------------------------
  9.8 Contact us
---------------------------*/
.contact-block ul li { border: 1px solid #f1f2f4; padding-top: 30px; padding-bottom: 30px; }
.contact-block ul li i { color: #aa9144; float: left; padding: 0px; }
.contact-info { background-color: #cda34d; color: #fff; }
.contact-info ul { padding-left: 0px; }
.contact-info li { position: relative; padding-left: 70px; margin-bottom: 30px; border-bottom: 1px solid #b69042; padding-bottom: 29px; }
.contact-info li:last-child { border-bottom: none; }
.contact-info li i { display: block; position: absolute; left: 0;    /* font-size: 50px; */    /* text-align: center; */
color: #fff;    /* bottom: 0px; */ }
.map { height: 400px; }
.contact-social { text-align: center; }
.contact-social a i { height: 32px; width: 32px; border-radius: 50px; background-color: #8e7424; text-align: center; padding: 7px; line-height: 1.2; font-size: 14px; color: #c12d17; }
.contact-social a i:hover { color: #8e7424; }
address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; }


    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        .navigation { float: none; }
        .hero-title {font-size: 25px; line-height: 40px;}
        .hero-section {padding-top: 50px; padding-bottom: 50px;}
        .comment-info {padding-left: 100px;}
        .cta-title {font-size: 26px; line-height: 40px;}
        .cta-section {padding-top: 50px; padding-bottom: 50px;}
        .footer-widget {margin-bottom: 20px;}
        .footer-widget .widget-title {margin-bottom: 0px;}
        .page-title {font-size: 20px;}
        .page-caption {padding: 80px 0px;}
        .childern .comment-info {padding-left: 90px;}
        .childern {padding-left: 0px; list-style: none;}
       }
   
       /* Medium Devices, Desktops */
       @media only screen and (max-width : 992px) {
        .navigation { float: none; }
        .hero-title {font-size: 25px; line-height: 40px;}
        .hero-section {padding-top: 50px; padding-bottom: 50px;}
        .comment-info {padding-left: 100px;}
        .cta-title {font-size: 26px; line-height: 40px;}
        .cta-section {padding-top: 50px; padding-bottom: 50px;}
        .footer-widget {margin-bottom: 20px;}
        .footer-widget .widget-title {margin-bottom: 0px;}
        .page-title {font-size: 20px;}
        .page-caption {padding: 80px 0px;}
        .childern .comment-info {padding-left: 90px;}
        .childern {padding-left: 0px; list-style: none;}
   
       }
   
       /* Small Devices, Tablets */
       @media only screen and (max-width : 768px) {
        .navbar{background-color:var(--black-000);padding:0;padding-left:1rem;padding-right:1rem;float:none;}  
        .navbar .nav-item .nav-link{
           color:var(--main-color);
       }
       .navbar .nav-item .nav-link::before{
           background-color:var(--main-color);
       }
       .navbar-collapse {
           flex-basis: 100%;
           flex-grow: 1;
           align-items: center;
           padding-bottom: 20px;
       }
       .navbar .nav-item .nav-link:hover::before{
           background-color:var(--main-color);
       }
       .max-h-250 {
          margin-top:100px
       }
        .hero-caption{padding-top:100px;padding-bottom:100px;} 
        .hero-title {font-size: 45px; line-height: 40px;padding-top:7rem;}
        .hero-text {font-size: 28px; line-height: 40px;padding-top:-3rem;}
        .comment-info {padding-left: 100px;}
        .cta-title {font-size: 26px; line-height: 40px;}
        .cta-section {padding-top: 50px; padding-bottom: 50px;}
        .footer-widget {margin-bottom: 20px;}
        .footer-widget .widget-title {margin-bottom: 0px;}
        .page-title {font-size: 20px;}
        .page-caption {padding: 80px 0px;}
        .childern .comment-info {padding-left: 90px;}
        .childern {padding-left: 0px; list-style: none;}
   
       }
   
       /* Extra Small Devices, Phones */ 
       @media only screen and (max-width : 480px) {
   
           .max-h-250 {
               margin-top:50px
            }
        .navigation { float: none; }
        .navbar-collapse {
           flex-basis: 100%;
           flex-grow: 1;
           align-items: center;
           padding-bottom: 20px;
       }
        .hero-section {padding-top: 12rem; padding-bottom: 12rem;background-position:left}
        .hero-title {font-size: 36px; line-height: 40px;padding-top:2rem;}
        .hero-text {font-size: 24px; line-height: 40px;padding-top:-3rem;}
        .hero-section {padding-top: 50px; padding-bottom: 50px;}
        .comment-info {padding-left: 100px;}
        .cta-title {font-size: 26px; line-height: 40px;}
        .cta-section {padding-top: 50px; padding-bottom: 50px;}
        .footer-widget {margin-bottom: 20px;}
        .footer-widget .widget-title {margin-bottom: 0px;}
        .page-title {font-size: 20px;}
        .page-caption {padding: 80px 0px;}
        .childern .comment-info {padding-left: 90px;}
        .childern {padding-left: 0px; list-style: none;}
   
       }
   
       /* Custom, iPhone Retina */ 
       @media only screen and (max-width : 320px) {
        .navigation { float: none; }
        .hero-title {font-size: 25px; line-height: 40px;}
        .hero-section {padding-top: 50px; padding-bottom: 50px;}
        .comment-info {padding-left: 100px;}
        .cta-title {font-size: 26px; line-height: 40px;}
        .cta-section {padding-top: 50px; padding-bottom: 50px;}
        .footer-widget {margin-bottom: 20px;}
        .footer-widget .widget-title {margin-bottom: 0px;}
        .page-title {font-size: 20px;}
        .page-caption {padding: 80px 0px;}
        .childern .comment-info {padding-left: 90px;}
        .childern {padding-left: 0px; list-style: none;}
   
       }
       
       
/* cards */c
.section-2{
    padding-top:80px;
    padding-bottom:80px;
}

.cards {
    transition: all 0.2s ease;
    cursor: pointer;
    margin-bottom:30px;
    border:1px solid #ebebeb;
    border:.1rem solid #351c06;
    background-color: #fff;
    padding-bottom:.3rem;
}

.cards:hover {
    /*box-shadow: 5px 6px 6px 2px #e9ecef;*/
    transform: scale(1)
}
.box-title
{
    margin-bottom:5px;
}
.colorblack{
    color:var(--black-400);
}
.colorwhite{
    color:var(--black-000);
}
.max-h-250{
    /* max-height:450px; */
    float: right;
    /* border-radius:1rem; */
}
.fonticon-80
{
    font-size:80px;
    text-align: center;
}

/* Home Page - Hotel Name Section starts     */

section#content {
    min-height: 400px;
    padding-top: 40px;
    text-align: left;
    background: #f5f5f5
}

.vc_row.inner-container {
    margin-left: 0;
    margin-right: 0
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #eeeeee
}

.destinations {
    text-align: left
}

.section {
    padding-top: 80px;
    padding-bottom: 80px
}

.image-box .box,
.image-box.box {
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    height: auto; min-height: 219px;
    
}

.hover-effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden
}

.image-box .box>.details,
.image-box.box>.details {
    padding: 12px 15px;
    background-color:var(--black-000);
    
}
.details{
    margin-top:0rem;
}

/* Home paage features section starts here */

.service-content ul, ol {
	margin-bottom: 2.5em;
  list-style-position: inside;
  padding-left:0 !important;
}

.service-content ul {
  list-style-type: none;
}
.service-content ul li {
  background: url('../images/marker.png') no-repeat 0 2px;
  padding-left: 35px;
}

.service-content ol {
  list-style: decimal-leading-zero outside;
}

.service-content  li {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
  padding-bottom    :.7rem;   
}



.space-back
{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
   
}

.space-back::after {
    content: "";
    background: url(../images/aa.jpg);
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;  
    background-position: center;background-repeat: no-repeat;background-size: cover;
  }

/* image gaallery  home page starts here */

.left-tabs .nav-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
    text-align: left;
    font-size: 1.1rem;
    color: #bd9844;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .02rem;
    height: 70px;
    line-height: 54px;
    
}

.nav-tabs {
    border-bottom:none;
    background: #fff;
    margin-left: 14px;
    width: 98%;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    color:#111;
    font-weight:500;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #aa9144;
    background-color: #fff;
    border-color: #f3f3f3 #f2f2f2 #fff;
    border-radius: 0px;
}


.hotelname
{
font-size:.9rem;
color:#1d1d1d;
font-weight:500;
}
.hoteladdress
{
    font-size:.7rem;
    padding-top:.0rem;
}

.addresa
{
    color:#222 !important;

}
figure {
    margin: 0rem;
    padding-bottom:.2rem;

}
.imageheight40
{
    max-height:20px;
}


.carousel-wrap {
    margin: 0px auto;
    padding: 0 0%;
    width: 100%;
    position: relative;
    margin-top:0px;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
  }

  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    height: 300px;
    object-fit: cover;
}
  
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  }
  
  .owl-carousel .item img{
      /*height:0px;*/
      border-radius:.5rem;
  }

  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.1rem !important;
    text-transform:uppercase;
    font-weight:600;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-button:not(.collapsed) {
    color: #222;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #222;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%)  !important;
}

.accordion-button:not(.collapsed) {
    color: #222;
    background-color: #f9f9f9;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.float-left
{
    margin-left:-2rem;
}
.float-right
{
    float:right;
}
.inneraccord
{
    font-size:1rem !important;
    color:#351c06;
}
.color-default
{
    color:#351c06;
}
.font28
{
font-size:2rem;
}
.owl-nav i {
    font-size: 52px;
    color: #351c06;
}

.service-14 {
    font-family: "Montserrat", sans-serif;
      color: #585e6d;
    font-weight: 400;
       
  }

  .service-14 h1, .service-14 h2, .service-14 h3, .service-14 h4, .service-14 h5, .service-14 h6 {
    color: #333;
  }
  
  .service-14 h3 {
        line-height: 36px;
      font-size: 24px;
  }
  
  .service-14 h6 {
        line-height: 22px;
      font-size: 18px;
  }
  
  .service-14 .badge {
      line-height: 14px;
  }
  
  .service-14 .badge-info {
      background: #351c06;
  }
  
  .service-14 .font-weight-medium {
      font-weight: 500;
  }
  
  .service-14 a {
      text-decoration: none;
      color:#f9f9f9;
      font-size:.9rem;
      line-height:2rem;
  }
  .service-14 li{
      list-style:circle;
  }
  
  .service-14 li:last-child{
    list-style:none;
    border-bottom:none;
}
  
  .service-14 .linking {
      color: #3e4555;
  }
  
  .service-14 .linking:hover {
      color: #316ce8;
  }
  
  .service-14 .btn-info-gradiant {
          background: #188ef4;
      background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
      background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
      background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
      background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
      background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
  }
  
  .service-14 .btn-info-gradiant:hover {
          background: #316ce8;
      background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
      background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
      background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
      background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
      background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
  }
  
  .service-14 .btn-md {
      padding: 15px 45px;
      font-size: 16px;
  }
  
  
  /* Slide out */

  .sidebar-contact{
    position:fixed;
    top:50%;
    right:-350px;
    transform:translateY(-50%);
    width:350px;
    height:auto;
    padding:40px;
    background:#fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing:border-box;
    transition:0.5s;
    z-index:20000;
  }
  .sidebar-contact.active{
    right:0;
  }
  .sidebar-contact input,
  .sidebar-contact textarea{
    width:100%;
    height:36px;
    padding:5px;
    margin-bottom:10px;
    box-sizing:border-box;
    border:1px solid rgba(0,0,0,.5);
    outline:none;
  }
  .sidebar-contact h2{
    margin:0 0 20px;
    padding:0;
  }
  .sidebar-contact textarea{
    height:60px;
    resize:none;
  }
  .sidebar-contact input[type="submit"]{
    background:#425f19;
    color:#fff;
    cursor:pointer;
    border:none;
    font-size:18px;
  }
  .toggle{
    position:absolute;
    height:48px;
    width:48px;
    text-align:center;
    cursor:pointer;
    background:#425f19;
    top:0;
    left:-48px;
    line-height:48px;
  }
  .toggle:before{
    content:'\f0e0';
    font-family:'Font Awesome 5 Free';
    font-size:18px;
    color:#fff;
  }
  .toggle.active:before{
    content:'\f057';
    font-family:'Font Awesome 5 Free';
    font-size:18px;
    color:#fff;  
 
  }
  @media(max-width:768px)
  {
    .sidebar-contact{
        width: 70%;
        height: 100%;
        right: -70%;
    }
    .sidebar-contact .toggle{
      top:50%;
      transform:translateY(-50%);
      transition:0.5s;
    }
    .sidebar-contact.active .toggle
    {
      top:0;
      right:0;
      transform:translateY(0);  
    }
    .scroll{
      width:100%;
      height:100%;
    }
    .content{
      padding:50px 50px;
    }
  }


  /* room page starts here  */
  
.bg-background
{
    background:#8c5f38;
}

.profile-card {
    background: #fff;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 #ccc;
    transition: .3s;
    height:200px;
    margin-bottom:20px;
}

.profile-card:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px -5px #ccc;
}

.profile-icon {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.profile-name {
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0 10px 0;
    color:#ffeebc;
}

.profile-position {
    font-size: 1rem;
    color: #fff;
}



@media screen and (max-width: 1000px) {
    .profile-name {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    .profile-card {
        padding: 20px 15px;
    }

    .profile-name {
        font-size: 16px;
    }
}

.ullist{
    padding-bottom:12px;
    padding-top:12px;
    border-bottom:1px solid #f7f7f7;
    padding-left: 35px;
    list-style:circle;
}
.ullisth{
    padding-bottom:7px;
    padding-top:7px;
}
.ullist li:last-child
{
    border-bottom:none;
}
.homelist
{
    padding-bottom:2rem;
}
.homelist li{
    list-style:circle;
    line-height:2rem;
    color:#fff;
}
.homelist li a{
    color:#fff
}
.homelist li a:hover{
    color:#f7d484;
}
.homelist li:hover{
    color:#f7d484;
}


.lead{
    font-size:1.2rem;
}

@media (min-width: 992px)
{
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 49px;
    border-radius: 0px !important;
}
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem .75rem;
    clear: both;
    font-weight: 600;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: .85rem;
}

/* contact page starts here  */

.hrline{
    border-bottom:1px solid #333;
}
.titlecontact {
    color: #3e4557;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top:3rem;
}
  .e_name, .e_email, .e_email-1, .e_subject, .e_mes,.e_phone { display:none;}
.red{
    color:#ff0000;
}
.text
{
    margin-top:2rem;
    text-align:center;
}

/* lazy laoding of images */


.main .wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4rem 0;
  }
  .main .wrapper img.responsive {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  @media only screen and (max-width: 768px) {
    .main .wrapper {
      display: grid;
      grid-template-columns: 1fr;
      justify-content: center;
      align-items: center;
      gap: 1.25rem;
    }
  }
  .small-text{
      font-size:.78rem;
      color:#ffe69b;
      line-height:1rem;
      margin-top:-10px;
      font-weight:400;
  }

  .small-max{
    font-size:.85rem;
    color:#fff;
    line-height:1rem;
    margin-top:-15px;
    font-weight:500;
}

/* watsapp floating button */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/* testimonials */
.shadow-effect {
	background: #351c06;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #ececec;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
    color:#ffeebc;
}
.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #dbddd9;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
	text-align: center;
	margin-bottom: 50px;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #425f19;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #425f19;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}

/* cliensts logo */

.clients img
{
    height:4.6rem;
    text-align:center;
    margin-bottom:1rem;
}

/* call button */

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 0rem;
    top: 15rem;
    background: #ec8b00;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    border-radius: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }
  .call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.5rem;
  }
  .call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  
  span.num {
    position: absolute;
    color: #353332;
    left: -174%;
    bottom: -50%;
    font-weight: 600;
    font-size:1.2rem;
}
  
.google-review
{
    margin-bottom:1rem;
    height:5rem;
    float:left;
}


.menutest 
{
    color: #888;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top:-5px;
    margin-bottom: 10px;
    line-height: 18px;
    text-align: left;
    white-space: pre-line;
}