@font-face {
    font-family: 'Gabriola';
    src: url('../Fonts/Gabriola.woff') format('woff'), /* Pretty Modern Browsers */
    url('../Fonts/Gabriola.svg') format('svg'), /* Legacy iOS */
    url('https://elitehotels.vip/Fonts/Gabriola.ttf.eot'), /* IE9 Compat Modes */
    url('https://elitehotels.vip/webfonts/Gabriola.ttf.eot?') format('embedded-opentype');
    /* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url('https://elitehotels.vip/Fonts/Roboto.ttf.woff') format('woff'), /* Pretty Modern Browsers */
    url('https://elitehotels.vip/Fonts/Roboto.ttf.svg') format('svg'), /* Legacy iOS */
    url('https://elitehotels.vip/Fonts/Roboto.ttf.eot'), /* IE9 Compat Modes */
    url('https://elitehotels.vip/Fonts/Roboto.ttf.eot?') format('embedded-opentype');
    /* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
}

html, body, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, hr, strong, b, input, select, textarea, .highcharts-title,.highcharts-axis-labels,.highcharts-yaxis-title {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    box-sizing: border-box;   
   }
   article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
  }
  * { box-sizing: border-box;
      transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;}
  

body { 
direction: ltr;
position: relative;
min-height: 100vh;
width: 100%;
float: left;}

/********************************************start upper header**********************************************************/
/*************************************************************************************************************************/

.upper-header { background-color: #0F172B;
padding: 10px;}

.content-call > img { }


.content-call > span  {     display: inline-block;
    color: #fff;}



.social-s { float: right;}


.social-s > a { 
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;}

    .lang-multi {float: right;
        margin-left: 10px;}
        .lang-multi select {     background-color: #bed5ff;
            width: 90px;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 15px;}

            .lang-multi select >option { background-color: #fff;}

/********************************************end upper header**********************************************************/
/*************************************************************************************************************************/

/*******************************start main slider*******************************************/
/*******************************************************************************************/

.main-slider {
    width: 100%;
    float: right;
    direction: rtl;
    position: relative;
}

.single-one {
    float: right;
    width: 100%;
    height: 700px;
position: relative;
}

.single-one img {
    height: 700px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


.over-lay-s { position: absolute;
width: 100%;
height: 100%;
top:0;
bottom: 0;
left: 0;
content: '';
background-color: rgba(0,0,0,.2);}

.slider-m { position: relative;
float: left;
width: 100%;}

.navbar { position:absolute;
    z-index: 9999;
    width: 100%;
    padding: 0 100px;}

.navbar-light .navbar-nav .nav-link { color: #000;
    font-weight: 600;
    margin-left: 20px;
text-transform: capitalize;}

.bg-light { background-color: rgba(255, 255, 255, 0.7) !important;}

.navbar-brand > img { width: 100px;}

.slider-m .slick-prev, .slick-next {     background: #fff;
    border-radius: initial;
    width: 40px;
    height: 40px;}

.slider-m .slick-next:before  {      background-image: url(https://elitehotels.vip/img/right\ arrow.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 16px;
    opacity: 1;
    content: "";}

    .slider-m .slick-prev:before {   background-image: url(../img/left-arrow.png); 
        background-size: 16px 16px;
        background-repeat: no-repeat;
        display: inline-block;
        width: 17px;
        height: 16px;
        opacity: 1;
        content: "";}
        .navbar-collapse {     flex-direction: row-reverse;}

.icon-s-img {    background-color: #212a49bd;
    width: 550px;
    padding: 40px;
    float: left;
    position: absolute;
    margin: auto;
    text-align: center;
    bottom: 30%;
    left: 31%;}

    .img-s { float: left;
        width: 33.3%;}
.img-s img {    margin: 0 30px; }

.img-s span {font-size: 13px;
    display: block;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;}

    .black { position: fixed !important;
        background-color: #edebed !important;
    top: 0;}
/*******************************end main slider*******************************************/
/*******************************************************************************************/

/*****************************************start about-us***************************************************************/
/********************************************************************************************************************/

.about-us { padding: 100px 0;
    float: left;
    width: 100%;
}

.heading-about-us > h1 {     font-size: 60px;
    text-transform: uppercase;
    font-family: cursive;
    font-style: italic;
    color: #b8cde8;
    opacity: .4;}
    .heading-about-us { position: relative;}

.heading-about-us > h2 {
    position: absolute;
    top: 30px;
    text-transform: capitalize;
    color: #2b2b72;
    font-family: sans-serif;
}

.about-us-c > p { margin-top: 30px;
font-size: 17px;}

.inner-about-us {     width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 100px;
    background-color: #f5f5f5;
    padding-top: 60px;
}

.inner-about { margin-bottom: 60px;}

.list-inner-about { list-style: circle;
    margin-left: 20px;
    margin-top: 10px;}
    .list-inner-about > li {    margin-bottom: 10px;
        font-size: 16px;
        font-weight: 500;}
.inner-vision { padding: 80px 0;
width: 100%;
background-color: #f5f5f5;
float: left;}

.vision { width: 100%;
    padding: 80px 0;
float: left;}

.icon-i-pic { width: 25%;
    float: left;
    margin-bottom: 50px;}

.icon-i-pic > img , .icon-i-pic-inner  > img  {     display: block;
    margin: auto;
    width: 80px;}

.icon-i-pic > span , .icon-i-pic-inner  > span{ display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-top: 15px;
    text-align: center;}

    .inner-two-icons-about {
        width: 100%;
        float: left;
        margin: auto;
        text-align: center;
        display: flex;
        justify-content: center;}

.icon-i-pic-inner { width: 30%;
    float: left;
}



/*****************************************start about-us***************************************************************/
/********************************************************************************************************************/

/*******************************************start our service**************************************************/
/******************************************************************************************************************/

.our-service {     background-color: #01173f;
position: relative;
width: 100%;
float: left;
padding: 100px 0;
}



.service-inner {    width: 100%;
    float: left;
 
    background-color: #fff;}

.img-serv-1 { width: 50%;
float: left;}

.img-serv-1 > img {     width: 100%;
height: 400px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}

.p-serv-1  { width: 50%;
float: left;
padding: 50px 30px 0;}

.p-serv-1  > h3{     text-transform: uppercase;
    color: #01173F;
    font-size: 22px;
    letter-spacing: 5px;
    margin-bottom: 25px;}

.p-serv-1  > p { font-size: 16px;
    line-height: 35px;
    text-align: left;}

/*******************************************end our service**************************************************/
/******************************************************************************************************************/

/**************************************start gallery *******************************************************/
/**************************************************************************************************************/

.carousal-c-1 .slick-next { right: 40px;
width: 35px;
height: 35px;
bottom: -70px;
top: inherit;}

.carousal-c-1 .slick-prev { 
    right: 110px;
    width: 35px;
    height: 35px;
    bottom: -70px;
    top: inherit;
    left: inherit;
}

.carousal-c-1 .slick-next:before {  content:url('https://elitehotels.vip/img/right\ arrow.png'); 
}

.carousal-c-1 .slick-prev:before {  content:url('../img/left-arrow.png'); 
}

.carousal-c-1 .slick-prev:before, .carousal-c-1 .slick-next:before { opacity: 1;
    line-height: 0;}

.carousal-c-1 .slick-prev, .carousal-c-1 .slick-next {     background: #d6e2ff;

border-radius: 0;}

.hotel-gallery { padding: 100px 0;
float: left;
width: 100%;}

.img-c-category img { width: 200px;
height: 150px;}


/**************************************end gallery *******************************************************/
/**************************************************************************************************************/

/************************************start contact-us*************************************************/
/*****************************************************************************************************/

.contact-us {     background: url(../img/contact-us.jpg) center center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding: 100px 0;
    float: left;}

.contact-us-inner {     width: 100%;
    float: left;}

.one-d-contact { width: 30%;
    float: left;
    background-color: #1e3c72;
    height: 430px;}

.heading-one-c {    text-align: center;
    padding: 30px 0;}

.heading-one-c span:first-of-type { color: #fff;
    font-size: 51px;
    display: block;
    text-transform: capitalize;
   }

.heading-one-c span:last-of-type {    display: block;
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    margin-top: -17px;
     }

.weeks-time { text-align: center;}

.weeks-time > span { color: #fff;
display: block;
font-size: 30px;}

.telephone-d { text-align: center;
    padding-top: 40px;}

.telephone-d > span { color: #fff;
    display: block;
    font-style: italic;
    font-size: 30px;}

.two-d-contact {width: 70%;
float: left; 
background-color: #fff;
height: 430px;}

.heading-6 {     text-align: center;
    padding: 35px 0 10px; 
    letter-spacing: 5px;
    font-size: 15px;}

.heading-1 {     text-align: center;
    margin-bottom: 25px;}

.form-r {padding: 0 25px; }

.inputt-t { margin-bottom: 25px;}

.send-s-form {    width: 100%;
    border: none;
    margin-top: 25px;
    background-color: #1e3c72;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;}

/************************************end contact-us*************************************************/
/*****************************************************************************************************/


/************************************************start footer************************************************************/
/*********************************************************************************************************************/

.footer { width: 100%;
    float: left;
    padding: 70px 0;
    background-color: #0a0a1e;}
    
    .logo-footer { width: 125px;}
    
    .social-m { margin: 30px 0;}

    .foot-1 { text-align: center;}
    
    .foot-1 > h6 {    color: #fff;
        font-size: 20px;
        margin: 0 0 30px;
        text-transform: capitalize;
    text-align: left;}

        .foot-1 > ul { list-style: none;
        text-align: left;}
    
    .foot-1 ul>li >img { width: 25px;}
    
    .foot-1 ul>li { margin-bottom: 20px;}

    .foot-1 ul>li > a { color: #fff;
        margin-bottom: 20px;
    display: block;}
    .foot-1 ul>li > a:hover { text-decoration: none;}
    
    .foot-1 ul>li > a>span { color: #fff;
        display: inline-block;
        margin: 0 10px 5px;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 500; }

        .foot-1 ul>li > span { color: #fff;
            display: inline-block;
            margin: 0 10px 5px;
            text-transform: capitalize;
            font-size: 18px;
            font-weight: 500; }
    
    .foot-1 ul>li > a > p {    color: #fff;
        font-size: 16px;
        margin-bottom: 20px;
        margin-left: 38px; }
    
        .foot-1 ul>li >  p {    color: #fff;
            font-size: 16px;
            margin-bottom: 20px;
            margin-left: 38px; }
        .social-m > a {     display: inline-block;
            border: 1px dashed #fff;
            width: 45px;
            height: 46px;
            text-align: center;
            border-radius: 30px;
            padding-top: 8px;
            margin-right: 15px;}
    
        .social-m > a > img { width: 21px;}
    
        .copy-right {     background-color: #000;
            float: left;
            width: 100%;
            padding: 21px 0;
           position: absolute;
           bottom: 0;
            text-align: center;}
    
            .copy-right-inner > p { color: #fff;}
    
            .lang-a  { color: #fff;
               }
    
    /************************************************end footer************************************************************/
    /*********************************************************************************************************************/

    /*******************************************start scroll top******************************************************/
.scrolltoTop {       position: fixed;
    bottom: 20px;
    text-align: center;
    right: 50px;
    z-index: 8888;
    background-color: #18184a;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    border-radius: 50%;
    display: none;}


.scrolltoTop i { color: #fff;}




/*************************************end scroll top**************************************************************/

    /********************************start sign in********************************************************/
/****************************************************************************************************/


.sign-in-f { background: url('../img/signIn.jpg') center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    float: left;
background-color: #f5f7f9;}
    
    .form-sign-in { padding: 120px 0;
    width: 100%;
    float: left;}
    
    .login-d {    width: 400px;
        background-color: #fff;
        padding: 25px;
       margin: auto;
        border-radius: 10px;}

        .logo-img-sign-in { text-align: center;}

        .logo-sign-in { width: 85px;}
    
        .login-d > h6 {    font-size: 27px;
            text-align: center;
            color: #023e73;
            font-weight: 600;
            margin-bottom: 15px;
            text-transform: capitalize;}
    
            
    .input-f-login { margin-bottom: 15px;}
    
    .login-btn-sub { padding: 8px 0 0;}
    .btn-log { width: 100%;
        background-image: linear-gradient(to right,#023E73, #0339A6);
        color: #fff;
        border: none;
        border-radius: 5px;
        padding: 8px;
        font-size: 16px;
        text-transform: capitalize;
    cursor: pointer;}
    
    .btn-log::focus { border: none;}
    
    .account-i-forget { padding: 10px 0;}
    
    .account-f-1 {     color: #000;
        font-size: 14px;
        display: inline-block;}
    
        .account-f-1:hover , .forget-f-1:hover { color:#023e73;
        text-decoration: none;}
    
    .forget-f-1 {    float: right;
        color: #000; }
    
        .create-e-1 { text-align: center;
        padding: 0;}
    
        .create-e-1 > a {     display: inline-block;
            font-size: 16px;
            color: #023e73;
            font-weight: 500;
            width: 250px;
            padding: 10px;
            border-radius: 5px;}
    
            .create-e-1 > a:hover { text-decoration: none;
    
           }
    
            
    .inputs-check input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none
    }
    
    
    
    
    
    .label-check {
        display: inline-block;
        position: relative;
        font-size: 12px;
        padding-left: 5px;
        color: #000;
    }
    
    .label-check:before {  
        content: '';
        width: 17px;
        height: 17px;
        border: 1px solid #9E9E9E;
        border-radius: 3px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: 4px;
        left: -8px;
    }
    
    .label-check:before:focus { background-color: rgb(77, 54, 54);}
    
    .inputs-check input[type="checkbox"]:checked+.label-check:after {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        display: inline-block;
        font-weight: 900;
        position: absolute;
        left: -3px;
        top: 4px;
        font-size: 12px;
        color: #fff;
        background-color: #023e73;
        width: 17px;
        height: 17px;
        border-radius: 5px;
        padding: 0 0 0 2px;
        
    }
    
    .copy-right-s {     text-align: center;
        position: absolute;
        width: 100%;
        bottom: 15px;}
    
        .copy-right-s a { color: #fff;
        text-decoration: none;}
        .copy-right-s a:hover { text-decoration: none;}
    
    
    /********************************end sign in********************************************************/
    /****************************************************************************************************/

    
/************start sign up*************/
/**************************************/
.create-a-1 {     padding: 140px 0;
    width: 100%;
    float: left;}

    .create-f-l {     width: 600px;
        background-color: #fff;
        padding: 30px;
        margin: auto;
        border-radius: 10px;}

    .create-a-1 > h6 {  font-size: 25px;
        text-transform: capitalize;
        text-align: center;
        color: #edaa65;
        font-weight: 600;
        margin-bottom: 25px;}


        .sign-up-1 { 
            position: relative;         
            padding: 50px 0;
            background: url('https://elitehotels.vip/img/SignUpImg.png')  bottom right no-repeat;
            height: calc(100vh - 120px);
            background-color: #EDAA65;
            background-size: 400px;
        }


        .d-a-account { padding: 10px 0 0;
            text-align: center;}
        
        .d-a-account > a {      display: block;
            font-size: 14px;
            text-transform: capitalize;
            margin: 10px auto;
            font-weight: 500;}

        .d-a-account > a:hover { text-decoration: none;}
        
        .green-c{color: #023e73 !important; 
        text-transform: capitalize;}

        .create-f-l > h6 {     color: #023e73;
            margin-bottom: 15px;
            text-align: left;
            font-size: 18px;}

.h6-form {      color: #023e73;
    margin: 15px 0;
    text-align: left;
    font-size: 18px;
    text-transform: capitalize;}

/************end sign up******************/
/*****************************************/


/*start drop down lang*/

.goog-te-gadget-simple {
    background-color: #bed5ff !important;
    width: fit-content;
    padding: 2px 5px;
    border-radius: 3px;
    text-decoration:none !important;
    font-size: 15px;
}

.goog-te-gadget img { display:none !important}

.goog-te-gadget { font-family:inherit !important}

.goog-te-menu-value span { border-left:none !important}

.goog-te-menu2-item div, .goog-te-menu2-item:link div, .goog-te-menu2-item:visited div, .goog-te-menu2-item:active div {
    color: #000000 !important;
    background: #ffffff;
    padding: 7px !important;
}



/*end drop down lang*/

/******************************************start admin**************************************************************/
/*******************************************************************************************************************/

.dropbtn-1 {
   background-color: transparent;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropdown-1 {
    position: relative;
    display: inline-block;
  }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
    
}
  
  .dropdown-content a {
    color: #000;
    padding: 7px 11px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .dropdown-1:hover .dropdown-content {
    display: block;
  }
  
  .dropdown-1:hover .dropbtn {
    background-color: #3e8e41;
  }


.img-user-a { width: 25px;
    margin-left: 5px;}


    .admin-img-1 { position: relative;
    background: url(../img/slide-two.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
height: 140px;}


.over-lay-admin-i-1 { position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.7);}

.admin-img-1 > h3{    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
    height: 100%;}

.label-d-a {      background-color: #f1f1f1;
padding: 10px;
border: 1px dashed #a9a9a9;
margin: 20px 0 15px;
border-radius: 5px;}

.label-d-a > label { margin-bottom: 0;
text-transform: capitalize;}

.btn-edit-top {     padding: 30px 0;
text-align: right;}

.btn-edit-top > a {font-weight: 600;
font-size: 18px;
text-transform: capitalize;
color: #000;
background-color: #2e4376;
width: 129px;
display: inline-block;
text-align: center;
padding: 5px;
border-radius: 5px;
color: #fff; }

.btn-edit-top > a:hover { text-decoration: none; }

.detail-content-admin { margin-bottom: 50px;}

.red-c { background-color: rgb(230, 13, 13) !important;}

.edit-input-a { margin-bottom: 25px;}

.edit-input-a > label{color: #2e4376;
    font-weight: 600;
    text-transform: capitalize; }



.edit-input-a > span { font-size: 14px;
    position: absolute;
    color: #e60d0d;}

    .cards-admin-m { padding: 80px 0;
    text-align: center;}

    .link-card {        width: 300px;
        height: 150px;
        background-color: #ebecf7;
        display: inline-block;
        text-align: center;
        margin-bottom: 42px;
        border: 1px dashed #787373;
        border-radius: 5px;
        justify-content: center;
        flex-direction: column;
        display: inline-flex;
        position: relative;
        color: #000;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 18px; }

        .link-card:hover { text-decoration: none;}

        .link-card > img {    width: 45px;
            position: absolute;
            right: 10px;
            bottom: 12px;}

            .table-g .table thead th { font-size: 13px;}

            .table-g .table td, .table th {font-size: 15px; }

            .edit-table { display: inline-block;
                text-transform: capitalize;
                font-weight: 600;}

            .delete-table {     display: inline-block;
                text-transform: capitalize;
                color: #f00;
                font-weight: 600;
                border: none;
                background-color: transparent;}

                .red-bg { background-color: #f00 !important;}
/************************************************end admin***********************************************************/
/********************************************************************************************************************/