/*------------------------------------------------------------------
[Main Stylesheet]

Project:    Hotel Alpha
Version:    1.1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
    1. Banner / .banner
    2. Home Page Search / .search-area-box-2
    3. Home Page Hotel Section (Main Home) / .hotel-section
    4. Our Facilities Section / .our-facilties-section
    5. Recent  News/Testimonial .news-popular-testimonials-section
    6. Gallery Section / .gallery-secion
    7. Application Counter / .counters
    8. Stuff / .staff-section
    9. Partner Section/Block / .partners-block
    10. Room Section / .rooms-section
    11. Single Page Banner / .sub-banner
    12. Single Room Details / .rooms-details-page
    13. Single Room Details Slider / .rooms-detail-slider
    14. Single Room Sidebar /.sidebar
    15. About US /.about-institute
    16. Booking System /.booking-flow
    16. Event Section /.events-secion-2
    17. Pricing Table /.pricing-tables
    18. FAQ section /.faq-body
    19. Coming Soon /.coming-soon
    20. My Profile /.my-profile
    21. Blog /.blog-box
    22. Contact Form /.contact_form
    23. Signup/Login Wrapper /.form-content-box
    24. Pagination /.pagination
    25. Main Footer / .main-footer
    26. Copyright / .copy-right
-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/

html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #fbfbfb;
}

a {
    cursor: pointer;
    color: #555;
}

a:hover {
    text-decoration: none;
}

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

#page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    cursor: pointer;
    color: #FFF;
    padding: 10px 11px;
    font-size: 12px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.margin-t-10 {
    margin-top: 10px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #5a5959;
}

/* Solid Buttons Structure**/
.button-sm {
    cursor: pointer;
    padding: 10px 15px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-sm:hover {
    color: #333;
    text-decoration: none;
}

.button-md {
    cursor: pointer;
    padding: 14px 26px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-md:hover {
    color: #333;
    text-decoration: none;
}

.button-lg {
    cursor: pointer;
    padding: 18px 30px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-lg:hover {
    color: #333;
    text-decoration: none;
}

/** Solid Buttons Colors **/
.button-default {
    color: #555;
    background: #DDD;
}

.button-default:hover {
    color: #333;
    background: #DDD;
}

.button-theme {
    color: #FFF !important;
}

.button-theme:hover,
.button-theme:focus {
    outline: none;
    color: #fff;
}

.btn.active, .btn:active {
    box-shadow: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

/** Border Buttons Colors **/
.border-button-sm {
    cursor: pointer;
    padding: 8px 13px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    transition: .5s;
    border-radius: 2px;
    border: 2px solid #555;
}

.border-button-default {
    color: #555;
    background: #DDD;
}

.border-button-default:hover {
    color: #333;
    background: #DDD;
}

.border-button-theme {
    background: transparent;
}

.border-button-theme:hover {
    color: #fff;
}

.button-section a {
    margin: 0 5px 5px;
}

.alert {
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 0;
}

.panel-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/** TABS **/
.theme-tabs .nav-tabs {
    border-bottom: 2px solid #DDD;
}

.nav-tabs > li.active > a,
.theme-tabs .nav-tabs > li.active > a:focus,
.theme-tabs .nav-tabs > li.active > a:hover {
    border-width: 0;
}

.theme-tabs .nav-tabs > li > a {
    border: none;
    color: #ffffff;
}

.theme-tabs .nav-tabs > li.active > a,
.theme-tabs .nav-tabs > li > a:hover {
    border: none;
    background: #fff;
}

.theme-tabs .nav-tabs > li > a::after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.theme-tabs .nav-tabs > li.active > a::after,
.theme-tabs .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.theme-tabs .tab-nav > li > a::after {
    color: #fff;
}

.theme-tabs .tab-pane {
    padding: 15px 0;
}

.theme-tabs .tab-content {
    padding: 20px
}

.theme-tabs .nav-tabs > li {
    width: 20%;
    text-align: center;
}

.theme-tabs {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

@media all and (max-width: 724px) {
    .theme-tabs .nav-tabs > li > a > span {
        display: none;
    }

    .theme-tabs .nav-tabs > li > a {
        padding: 5px 5px;
    }
}

/** TOP HEADER AREA START **/
.top-header {
    background: #151515;
}

.top-header-3 {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
}

.top-header-2 {
    background-color: transparent;
}

.top-header-4 {
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: solid 1px #b7b7b7;
}

.top-header .list-inline {
    padding: 10px 0;
}

.top-header .list-inline a {
    text-decoration: none;
    color: #e2e2e2;
    margin-right: 15px;
    font-size: 12px;
}

.top-header .list-inline a i {
    margin-right: 5px;
}

.top-header ul {
    margin: 5px 0;
    padding: 0;
}

.top-header .sign-in {
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.top-header .social-list li a {
    color: #e2e2e2;
    width: auto;
}

.top-header .social-list li {
    margin: 0 5px;
}

/** MAIN HEADER AREA START **/
.main-header {
    width: 100%;
}

.main-header-2 {
    width: 100%;
    position: absolute;
    top: 40px;
    z-index: 999;
}

.main-header-3 {
    background-color: rgba(0, 0, 0, 0.4);
}

.main-header-4 .navbar-default .nav > li > a {
    color: #000 !important;
}

.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-bg {
    padding: 0 15px;
    background-color: #fff;
}

.main-header .navbar-default .nav > li > a {
    position: relative;
    display: block;
    padding: 30px 17px 27px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    background: transparent;
    text-transform: uppercase;
    color: #e8e8e8;
    border-bottom: solid 3px transparent;
}

.main-header .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.logo {
    padding: 20px 0;
    margin-right: 50px;
    float: left;
}

.logo img {
    height: 40px;
}

.navbar-right {
    margin: 0;
}

/* NAV SEARCH */
.navbar-search-box {
    padding: 20px 0 0;
    display: inline-block;
}

.navbar-search {
    position: relative;
    min-width: 40px;
    width: 0%;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.navbar-search-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: none;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 55px 0 20px;
    font-size: 14px;
    border: none;
}

.navbar-search-icon, .navbar-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 15px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #333;
    background: #eee;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-search-open {
    width: 100%;
}

.navbar-search-open .navbar-search-icon {
    border-radius: 0;
    color: #fff;
}

.navbar-search-open .navbar-search-input {
    background: #fff;
    border: 1px solid #EEE;
}

/* END NAV SEARCH */
.form-search {
    position: relative;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form-search .form-control {
    box-shadow: none;
    border-radius: 3px;
}

.form-search .btn, .form-search .btn:focus
.form-search .btn:active {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    outline: none !important;
    box-shadow: none;
    padding: 12px 12px 11px 13px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fbfbfb;
}

.navbar-nav > li {
    z-index: 9999;
}

.dropdown-menu > li > a {
    display: block;
    padding: 12px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #5a5959;
    font-size: 12px;
    white-space: nowrap;
    background: #fbfbfb;
    cursor: pointer !important;
    outline: none;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.dropdown-menu > li:last-child > a {
    border-bottom: none;
}

.navbar-nav .dropdown-menu {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    margin-top: 10px;
    min-width: 200px;
}

.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #e8e8e8;
    background: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

/** BANNER AREA START **/
.banner {
    position: relative;
}

.banner_video_bg {
    max-height: 700px;
}

.pattern-overlay {
    background-color: rgba(0, 0, 0, 0.35);
    min-height: 496px;
}

#wrapper_mbYTP_bgndVideo {
    z-index: -999 !important;
}

.banner .item img {
    height: 100%;
    width: 100%;
}

.carousel-control {
    width: 0;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.slider-mover-left {
    width: 40px;
    height: 40px;
    line-height: 45px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    left: 20px;
    background: #151515;
    text-align: center;
}

.slider-mover-left i {
    font-size: 30px;
}

.slider-mover-right {
    width: 40px;
    height: 40px;
    line-height: 45px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    right: 20px;
    background: #151515;
    text-align: center;
}

.slider-mover-right i {
    font-size: 30px;
}

.banner .banner-slider-inner {
    top: 30%;
    display: inline-block;
    text-shadow: none;
    right: 8%;
    left: 8%;
}

.banner .banner-slider-inner h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
}

.banner .banner-slider-inner h1 span {
    letter-spacing: 2px;
    font-weight: 900;
}

.form-control {
    padding-left: 15px;
}

.search-fields button {
    border-radius: 1px;
    box-shadow: none;
    border: none;
    background: #fff;
}

.search-button {
    cursor: pointer;
    padding: 13px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
    outline: none;
}

.search-button:hover {
    color: #fff;
}

.btn-grey {
    background: #efefef;
    padding: 13px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 2px;
    border: solid 1px #efefef;
}

.btn-grey:hover {
    background: #efefef;
    border: solid 1px #efefef;
}

.booking-flow .list-inline .btn {
    margin: 0 0 5px 0;
}

/** SEARCH AREA BOX START **/
.search-area-box {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px 0 5px;
    bottom: 0;
    z-index: 999;
}

.search-area-box-3 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px 15px 10px;
    max-width: 500px;
    top: 35%;
    right: 8%;
    z-index: 999;
}

.search-area-box-4 {
    background: transparent;
    padding: 0;
}

.search-area-box-5 {
    bottom: -50px;
}

.search-area-box-3 .form-group {
    margin-bottom: 21px;
}

.search-area-box-3 .search-contents h2 {
    margin-bottom: 30px;
}

.form-control-2 {
    width: 100%;
}

.search-contents .dropdown-menu > li > a:hover {
    color: #fff;
    border: 0;
}

.search-contents-3 {
    background-color: #fff;
    padding: 20px 22px 5px 15px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.search-contents .dropdown-menu > li > a {
    display: block;
    padding: 10px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #5a5959;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer !important;
    outline: none;
    border: 0;
}

.search-contents .bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.search-contents .btn-default {
    background: transparent !important;
    border: solid 1px #969696 !important;
    color: #757575;
    padding: 9px 15px;
    width: 100%;
    outline: none;
}

.datepicker, .datepicker:focus {
    border-radius: 0px;
    outline: none;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    border: none;
    font-size: 11px
}

.datepicker th {
    text-transform: uppercase;
    font-size: 10px
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background: #525252 !important;
    text-shadow: none;
}

.flatpickr-mobile,
.flatpickr-mobile:focus {
    outline: none;
    background: #fff !important;
    border: solid 1px #efefef !important;
    color: #757575;
    padding: 9px 15px;
    width: 100%;
}

.search-area-box-2 .search-contents .btn-default {
    background: #efefef !important;
    border: solid 1px #efefef !important;
    color: #565656;
}

.search-box-inner-page {
    background: #000;
    padding: 50px 0px 20px 0px;
    text-align: center;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: none;
}

.search-contents .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #969696;
}

.search-contents .btn-default:hover {
    background-color: transparent;
    color: #757575 !important;
}

.search-contents .search-button {
    padding: 11px 20px;
}

.search-contents .col-pad {
    padding: 12px 8px 0;
}

.search-contents .col-pad-2 {
    padding: 0 15px;
}

.search-contents h2 {
    color: #fff;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
}

.search-contents h3 {
    color: #fff;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.search-contents-3 h2 {
    color: #000;
}

.search-contents-3 h3 {
    color: #000;
}

/** Calender **/
.flatpickr-day.today:focus,
.flatpickr-day.today:hover,
.flatpickr-day.today {
    background: #e6e6e6;
    border-color: #e6e6e6;
    color: #333;
}

.flatpickr-current-month .cur-month {
    font-weight: 600;
    color: inherit;
}

.flatpickr-month {
    color: rgba(0, 0, 0, .9);
    margin-bottom: 8px;
}

.flatpickr-current-month {
    font-size: 16px;
}

.flatpickr-weekdays {
    font-size: 14px;
}

.flatpickr-day {
    color: #393939;
    font-weight: 600;
    width: 35px;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    font-size: 11px;
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    color: #292828;
    height: 24px;
    line-height: 24px;
    margin: 0;
    background: 0 0;
    text-align: center;
    display: block;
    float: left;
    width: 14.28%;
    font-weight: 600;
}

/** MAIN TITLE AREA START **/
.main-title {
    text-align: center;
    margin-bottom: 60px;
}

.main-title h1 {
    font-weight: 700;
    margin: 0 0 15px;
    color: #212121;
    text-transform: uppercase;
}

.footer-info .main-title-2 {
    margin-bottom: 30px;
}

.footer-info .main-title-2 h1 {
    font-size: 16px;
}

.main-title-2 h1 {
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 25px;
}

.sidebar .main-title-2 h1 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: 600;
    color: #212121;
}

.main-title-2 h1 a {
    text-decoration: none;
}

.main-title-2 h1 a:hover {
    color: #212121;
}

.main-title-2 {
    margin-bottom: 30px;
}

.ratings {
    color: orange;
    font-size: 12px;
}

.course-panel-box .panel-default {
    border-color: transparent;
}

.panel {
    background: transparent;
}

.course-panel-box .panel {
    margin-bottom: 0;
    box-shadow: none;
}

.course-panel-box .panel-body {
    padding: 20px 0 0;
}

/** INTRO SECTION START **/
.intro-section {
    padding: 30px 0;
    color: #ffffff;
}

.intro-section img {
    height: 50px;
}

.intro-section .button-theme {
    background: transparent;
    border: solid 2px #fff;
    color: #fff;
    float: right;
}

.intro-section .button-theme:hover {
    background: #fff;
    border: solid 2px #fff;
    color: #555 !important;
}

.intro-text p {
    font-size: 15px;
    margin-bottom: 0;
}

.intro-text h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 10px;
}

/** NAV TABS START **/
.nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
    text-align: center;
}

.course-panel-box .nav > li > a {
    position: relative;
    display: block;
    padding: 7px 25px;
    border-radius: 0;
    background: #fff;
    border: none;
    color: #595757;
    font-weight: 400;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.panel-box .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    border: none !important;
}

.course-panel-box .nav > li {
    position: relative;
    display: block;
    font-weight: 600;
    text-align: center;
}

.course-panel-box .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}

.course-panel-box .nav-tabs > li > a {
    line-height: 1.42857143;
    border: none;
    margin: 4px;
}

.course-panel-box .nav-tabs > li > a:hover {
    /*background: transparent;*/
    border-radius: 0;
}

.course-panel-box .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
}

.rooms-detail-slider h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #212121;
}

.rooms-detail-slider p {
    line-height: 23px;
    color: #5a5959;
}

/** LIST INLINE LISTING AREA START **/
.list-inline-listing {
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
}

.list-inline-listing li {
    padding: 7px 25px;
    border-radius: 0;
    background: #fff;
    color: #5a5959;
    font-size: 12px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 4px;
    font-weight: 600;
    text-transform: uppercase;
}

.list-inline-listing li:hover {
    color: #fff;
}

.list-inline-listing .active {
    color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.recently-properties .our-partners .carousel-control .fa {
    font-size: 32px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    font-weight: 300;
    background: #a09d9d;
    width: 35px;
    height: 35px;
    line-height: 30px;
}

.chevron-icon .our-partners .carousel-control {
    width: 0%;
    background-image: none;
}

.chevron-icon .our-partners img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.chevron-icon .our-partners img:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

/** staff-section AREA START **/
.staff-section .our-partners img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.staff-section .our-partners img:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.staff-section .our-partners .carousel-control .fa {
    font-size: 32px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    font-weight: 300;
    background: #a09d9d;
    width: 35px;
    height: 35px;
    line-height: 30px;
}

/** COURSE SECTION AREA START **/
.course-section .our-partners img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.course-section .our-partners img:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.chevron-icon .our-partners .carousel-control .icon-prev {
    font-size: 21px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    left: -68px;
    font-weight: 300;
    background: #a09d9d;
    width: 30px;
    height: 30px;
    line-height: 26px;
}

.chevron-icon .our-partners .carousel-control .icon-next {
    font-size: 21px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    right: 24px;
    font-weight: 300;
    background: #a09d9d;
    width: 30px;
    height: 30px;
    line-height: 26px;
}

.content-area {
    padding: 100px 0 70px;
}

.content-area-2 {
    padding: 80px 0;
}

.content-area-3 {
    margin-bottom: 40px;
}

.content-area-4 {
    padding: 80px 0;
}

.content-area-5 {
    padding: 100px 0 40px;
}

.content-area-6 {
    padding: 100px 0;
}

.content-area-7 {
    margin-bottom: 100px;
}

.content-area-8 {
    margin-bottom: 70px;
}

.content-area-9 {
    margin-bottom: 70px;
}

.content-area-10 {
    margin-bottom: 90px;
}

.theme img {
    margin-bottom: 30px;
}

.biography .nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 20px;
    text-align: left;
}

/** PARTNERS BLOCK AREA START **/
.our-partners .carousel-control {
    width: 0%;
    background-image: none;
}

.our-partners .carousel-control.left {
    margin-left: 0;
}

.our-partners .carousel-control.right {
    margin-right: 0;
}

.our-partners .carousel-control .fa {
    font-size: 38px;
    text-shadow: none;
    color: #5a5959;
    top: 32%;
    font-weight: 300;;
}

.our-partners .cloneditem-1,
.our-partners .cloneditem-2,
.our-partners .cloneditem-3 {
    display: none;
}

.our-partners img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.our-partners img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

/** FOOTER AREA START **/
footer {
    background: #111;
    color: #7c7e83;
    padding: 80px 0 50px;
}

.footer-info .newsletter form input {
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    border-radius: 0;
    border: 1px solid transparent;
    font-size: 14px;
    outline: none;
}

.footer-info .newsletter form .button-small {
    width: 100%;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 0;
    text-align: center;
}

.newsletter form .button-small:hover,
.newsletter form .button-small:focus {
    outline: none;
    color: #fff;
}

.footer-info .social-list li {
    list-style: none;
    margin: 0 5px 5px 0;
}

.footer-info .social-list li a {
    font-size: 14px;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #000;
    background: #717171;
    border-radius: 0;
    border: solid 1px #717171;
}

.footer-info .newsletter form {
    width: 100%;
}

.footer-info .newsletter-inner {
    padding: 20px 20px 10px;
    background: #151515;
    float: left;
}

.footer-info .newsletter-inner p {
    font-size: 13px;
    line-height: 25px;
}

.footer-info .footer-logo {
    margin-bottom: 30px;
}

.footer-info .footer-logo img {
    height: 40px;
}

footer ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.footer-info .personal-info li {
    color: #7c7e83;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.footer-info .main-title-2 h1 {
    color: #c5c5c5;
}

.footer-item {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.footer-info .personal-info li i {
    font-size: 18px;
    margin-right: 20px;
    float: left;
    width: 20px;
}

.footer-info .personal-info li a {
    color: #7c7e83;
    text-decoration: none;
}

.footer-info p {
    line-height: 27px;
    margin-bottom: 20px;
    font-size: 13px;
}

.footer-info .main-title-2 .border-3 {
    background: #737272;
}

.logo-2 img {
    height: 40px;
}

.footer-info .gallery ul {
    margin: 0;
    padding: 0;
}

.footer-info .gallery ul li img {
    float: left;
    margin: 0 10px 10px 0;
    width: 77px;
}

/** COPY RIGHT AREA START **/
.copy-right {
    background: #151515;
    padding: 25px 0;
    text-align: center;
    color: #7f7f80;
    font-size: 12px;
}

.section-4 {
    padding-top: 150px;
}

/** TESTIMONIAL STYLE TWO AREA START **/
.testimonials .content .text {
    color: #5a5959;
    font-size: 20px;
    font-weight: 300;
    margin: 30px 0 15px;
}

.testimonials .content .avatar {
    border-radius: 50%;
    max-width: 220px;
    margin: 0 auto;
}

.testimonials .content .avatar img {
    border-radius: 50%;
}

.sec-title-three h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
}

.sec-title-three .text {
    color: #cecece;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}

.sec-title-three h4 {
    color: #cecece;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.testimonials .content ul {
    margin: 0;
    padding: 0;
}

.testimonials .content ul li {
    list-style: none;
    display: inline-block;
    color: orange;
}

.testimonials .content .author-name {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonials .content .department {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.testimonials .content .department-2 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.testimonials .content {
    margin-bottom: 30px;
}

.testimonials .slider-mover-left {
    width: 30px;
    height: 30px;
    line-height: 27px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: inline-block;
    border: solid 1px #1B1410;
    text-align: center;
}

.testimonials .slider-mover-left i {
    font-size: 20px;
}

.testimonials .slider-mover-right {
    width: 30px;
    height: 30px;
    line-height: 27px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: 0;
    border: solid 1px #1B1410;
    text-align: center;
}

.testimonials .slider-mover-right i {
    font-size: 20px;
}

.testimonial-section {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background: #eaeaea;
    padding: 100px 0 125px;
}

.testimonial-bg {
    background: url(http://placehold.it/1920x455);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    width: 100%;
}

.testimonial-bg .content .avatar {
    max-width: 180px;
    background: #fff;
    padding: 15px;
}

.testimonial-bg .content .text {
    color: #cecece;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 10px;
}

.testimonial-bg .main-title h1 {
    color: #fff;
}

.testimonials-avatar img {
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 10px;
}

.testimonial-padding {
    padding: 100px 0 125px;
}

.testimonial-2 {
    padding: 25px 20px 50px;
}

.testimonial-2 .testimonials .content p {
    color: #5a5959;
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 24px;
}

.testimonial-2 .testimonials .content {
    margin-bottom: 5px;
}

.testimonial-2 .testimonials-avatar img {
    padding: 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 10px;
}

.item-inner {
    max-width: 800px;
    margin: 0 auto;
}

.pad {
    padding-top: 0;
}

/** PLAN AREA START **/
.plan {
    text-align: center;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

.plan:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.plan .price-header h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 25px;
}

.plan .price-header h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.plan .price-header h1 span {
    font-size: 17px;
}

.plan h1 {
    color: #fff;
}

.plan .plan-features {
    padding: 35px 20px;
    background: #fff;
}

.plan .plan-features ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.plan .plan-features ul li {
    line-height: 35px;
    font-weight: 400;
    color: #5a5959;
}

.plan-features ul li:last-child {
    border-bottom: none;
}

.price-header {
    width: 100%;
    background: #212121;
    border-bottom: solid 1px #f3f3f3;
    padding: 38px 20px;
    padding-top: 48px;
}

.plan .featured {
    margin-left: -1px;
    margin-right: -1px;
    transform: translateY(-23px);
    border-radius: 0 0 3px 3px;
    z-index: 11;
}

.plan .featured p {
    color: #fff;
}

.plan .featured .plan-features {
    padding: 55px 20px;
}

.listing-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

.plan .featured .listing-badges .featured {
    background: #fff;
    color: black;
}

.listing-badges .featured {
    background-color: #fff;
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
}

.listing-badges span {
    display: inline-block;
    padding: 5px 10px;
    float: right;
    background: #fff;
    border-radius: 3px;
    top: 15px;
    right: 15px;
    position: absolute;
}

.plan .btn-color:hover {
    background: #3e3e3e;
    border: 2px solid #3e3e3e;
}

.plan .btn-color {
    background: #212121;
    border: 2px solid #212121;
}

/** COUNTERS AREA START **/
.counters {
    color: #efefef;
    background: url(http://placehold.it/1920x392);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 100px 0 65px;
    text-align: center;
}

.counters h1 {
    margin: 0 0 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.counter-box {
    margin-bottom: 35px;
}

.counter-box h1 {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 20px;
}

.counter-box h5 {
    font-size: 16px;
}

/** AGENT BOX AREA START **/
.our-staff-box {
    margin: 0 auto 30px;
    background: white;
}

.our-staff-box:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.our-staff-box .teachers-img img {
    background: #d0cece;
}

.img-responsive {
    width: 100%;
}

/** AGENT BOX LIST AREA START **/

.our-staff-box-list {
    margin: 0 auto 30px;
    background: #fff;
    position: relative;
    display: inline-block;
}

.our-staff-box-list .social-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.our-staff-box-list .social-box .social-list li a {
    color: #fff;
}

.our-staff-box-list .social-box .social-list li {
    margin-bottom: 0;
}

.our-staff-box-list:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.our-staff-box-list .button-sm {
    cursor: pointer;
    padding: 6px 15px;
}

.our-staff-box-list .contact span {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

.our-staff-box-list .contact span:last-child {
    margin-right: 0;
}

.our-staff-box-list .our-staff-box-theme-2 {
    padding: 0;
}

.agent-small .our-staff-box-list .staff-content {
    padding: 18px 18px 17px;
}

.our-staff-box-list .staff-content p {
    line-height: 20px;
    color: #5a5959;
    font-size: 13px;
    margin-bottom: 20px;
}

.our-staff-box-list .staff-content ul {
    margin-bottom: 20px;
}

.our-staff-box-list .staff-content h1 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px;
}

.our-staff-box-list .staff-content h1 a {
    text-decoration: none;
}

.our-staff-box-list .staff-content h3 {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    margin: 0 0 10px;
}

.our-staff-box-list .staff-content a:hover {
    color: #5a5959;
}

.typography-section p {
    line-height: 28px;
    margin-bottom: 20px;
}

.typography-section .heading {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/** RECENT NEWS BOX AREA START **/
.events-box {
    background: #fff;
    padding: 20px;
    margin: 0 auto 30px;
    position: relative;
    display: inline-block;
}

.events-box:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.events-box h1 a {
    text-decoration: none;
}

.events-box h1 a:hover {
    color: #5a5959;
}

.events-box .events-box-content h1 a:hover {
    color: #5a5959;
}

.events-box h1 {
    font-size: 25px;
}

.events-box p {
    line-height: 23px;
    margin-bottom: 20px;
}

.events-box .date-box {
    position: absolute;
    top: 40px;
    padding: 10px 10px;
    font-weight: 700;
    border-radius: 0;
    background-color: rgba(10, 15, 28, 0.7);
}

.events-box .events-box-content h1 {
    font-size: 21px;
    margin: 20px 0 15px;
}

.events-box .events-box-content ul {
    padding: 0;
    margin: 0 0 10px;
}

.events-box .events-box-content ul li {
    margin-right: 15px;
}

.events-box .events-box-content ul li a {
    text-decoration: none;
    color: #5a5959;
    font-size: 13px;
}

.events-box .events-box-content ul li a i {
    margin-right: 10px;
}

.events-box .events-box-content p {
    line-height: 25px;
    margin: 0 0 20px;
    color: #5a5959;
}

.events-details h1 {
    font-weight: 600;
}

.events-box blockquote {
    margin-bottom: 40px;
    background: #eee;
    padding: 20px;
    font-weight: 300;
    line-height: 30px;
    border-left: 5px solid #eee;
    color: #848484;
}

/** SOCIAL LIST AREA START **/
.social-list {
    margin: 0;
    padding: 0;
}

.social-list li {
    list-style: none;
    margin: 0 5px 5px 0;
    display: inline-block;
}

.social-list li:last-child {
    margin: 0;
}

.social-list li a {
    font-size: 12px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #000;
}

.social-media .social-list li a {
    font-size: 18px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    background: #f3f3f3;
    color: #000;
}

.staff-content {
    padding: 20px;
}

.our-staff-box .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.our-staff-box .title a {
    text-decoration: none;
}

.our-staff-box .title a:hover {
    color: #5a5959;
}

.our-staff-box .subject {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    margin: 0 0 10px;
}

.our-staff-box p {
    color: #5a5959;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 20px;
}

/** COMING SOON AREA START **/
.coming-soon {
    background: url(http://placehold.it/1920x703);
    background-size: cover;
}

.coming-soon-box {
    max-width: 780px;
    text-align: center;
    margin: 100px auto 200px;
    color: #fff;
}

.coming-soon .overlay {
    background-color: rgba(10, 15, 28, 0.7);
}

.coming-soon-box h1 {
    font-size: 55px;
    font-weight: 700;
    margin: 40px 0 40px;
}

.coming-soon-box p {
    color: #c3c3c3;
    font-size: 17px;
}

.coming-form {
    max-width: 70%;
    margin: 40px auto;
}

.coming-soon-box form input {
    width: 80%;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    float: left;
    outline: none;
}

.coming-soon-box form .button-small {
    width: 20%;
    border-radius: 0 3px 3px 0;
    height: 40px;
    color: #fff;
    float: left;
    text-align: center;
}

.coming-soon-box .social-list li a {
    font-size: 16px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: solid 1px #9a9a9a;
    color: #d4d4d4;
}

.btn-default.active.focus, .btn-default.active:focus,
.btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus,
.btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #fff;
}

/** SERVICES BOX AREA START **/
.services-box {
    text-align: center;
    margin: 0 20px 60px;
}

.services-box i {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 50px;
    margin-bottom: 20px;
    display: inline-block;
}

.services-box h3 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0 0 10px;
}

.services-box p {
    color: #5a5959;
    line-height: 25px;
}

.services-box-2 {
    margin-bottom: 60px;
}

.services-box-2 i {
    width: 55px;
    height: 55px;
    float: left;
    text-align: center;
    line-height: 55px;
    font-size: 23px;
    border-radius: 0;
    color: #fff;
}

.services-box-2 .media-left {
    padding-right: 30px;
}

.services-box-2 h3 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0 0 10px;
}

.services-box-2 p {
    color: #5a5959;
    line-height: 25px;
}

/** HOTEL BOX AREA START **/
.hotel-box {
    background: #FFFFFF;
    margin: 0 auto 30px;
}

.hotel-box:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.hotel-box .detail {
    padding: 20px 20px 20px;
    position: relative;
    display: inline-block;
}

.hotel-box .detail p {
    color: #5a5959;
    line-height: 23px;
    margin-bottom: 20px;
}

.hotel-box .detail h3 {
    margin: 0 0 15px;
    font-size: 26px;
}

.hotel-box .price {
    position: absolute;
    right: 0;
    top: -40px;
    padding: 10px 15px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
}

.hotel-box .detail h4 sub {
    font-weight: 400;
}

.hotel-box .detail h3 a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.hotel-box .detail h3 a:hover {
    color: #5a5959;
}

/** HOTEL BOX 2 LIST AREA START **/
.hotel-box-2 {
    background: #FFFFFF;
    margin: 0 auto 30px;
}

.hotel-box-2:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.hotel-box-2 .detail {
    padding: 20px 15px 20px;
    position: relative;
    display: inline-block;
}

.hotel-box-2 .detail p {
    color: #5a5959;
    line-height: 23px;
    margin-bottom: 20px;
}

.hotel-box-2 .detail h3 {
    margin: 0 0 15px;
}

.hotel-box-2 .detail h3 a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #555;
}

.hotel-box-2 .price {
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hotel-box-3 {
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 30px;
}

.hotel-box-3 .text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    bottom: 20px;
    left: 0;
    right: 0;
}

.hotel-box-3 .text a {
    color: #fff;
}

.hotel-box-3 .text {
    font-size: 18px;
}

.hotel-box-3 .price {
    float: right;
}

.hotel-box-3 .price span {
    font-size: 18px;
    margin-right: 5px;
}

/** HOTEL BOX LIST AREA START **/

.hotel-box-list {
    background: #FFFFFF;
    margin: 0 auto 30px;
    float: left;
}

.hotel-box-list:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.hotel-box-list .col-pad {
    padding: 0;
}

.rating {
    margin: 0 0 10px;
    padding: 0;
}

.rating li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
}

.rating li i {
    color: orange;
}

.hotel-box-list .detail {
    padding: 25px;
    position: relative;
    display: inline-block;
}

.hotel-box-list .heading {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}

.hotel-box-list .detail h3 {
    margin: 0;
}

.hotel-box-list .detail h3 a {
    text-decoration: none;
    font-size: 25px;
    font-weight: 600;
}

.hotel-box-list .detail h3 a:hover {
    color: #5a5959;
}

.hotel-box-list .detail p {
    color: #5a5959;
    line-height: 23px;
    margin-bottom: 15px;
}

.hotel-box-list .price {
    font-size: 20px;
}

.fecilities {
    margin: 0 0 20px;
    padding: 0;
}

.fecilities li {
    list-style: none;
    line-height: 30px;
}

.fecilities li i {
    margin-right: 10px;
}

.partners-block {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.partners-block img {
    width: 180px;
}

/** HOTEL BOX LIST AREA START **/
.hotel-box-list-2 {
    background: #FFFFFF;
    margin: 0 auto 30px;
    float: left;
}

.border-button-sm {
    padding: 6px 13px;
}

.hotel-box-list-2:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.hotel-box-list-2 .col-pad {
    padding: 0;
}

.hotel-box-list-2 .detail {
    padding: 20px;
    position: relative;
    display: inline-block;
}

.hotel-box-list-2 .detail h3 {
    margin: 0 0 10px;
}

.hotel-box-list-2 .detail p {
    color: #5a5959;
    line-height: 23px;
    margin-bottom: 15px;
}

.hotel-box-list-2 .detail h3 a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    color: black;
}

.our-facilties ul {
    margin: 20px 0 0 0;
    padding: 0;
}

.our-facilties ul li {
    list-style: none;
    line-height: 30px;
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.our-facilties ul li span {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 45px;
    color: #333;
}

.our-facilties ul li i {
    width: 45px;
    height: 45px;
    float: left;
    line-height: 45px;
    font-size: 20px;
    border-radius: 50px;
    margin-right: 20px;
    text-align: center;
    color: #fff;
}

/** SOCIAL COLOR AREA START **/
.social-list li .facebook:hover {
    background: #3b589e;
    color: #fff;
}

.social-list li .twitter:hover {
    background: #56d7fe;
    color: #fff;
}

.social-list li .linkedin:hover {
    background: #1c82ca;
    color: #fff;
}

.social-list li .google:hover {
    background: #dc4e41;
    color: #fff;
}

.social-list li .rss:hover {
    background: #e78733;
    color: #fff;
}

.change-view-btn {
    margin-left: 5px;
    border-radius: 2px;
    background: transparent;
    padding: 5px 9px;
}

.change-view-btn:hover {
    color: #fff;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc !important;
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

/** PAGINATION AREA START **/
.pagination > li > a, .pagination > li > span {
    border-radius: 0;
    margin: 0 5px 5px;
    text-align: center;
    padding: 7px 13px;
    display: inline-block;
}

.pagination > li > a {
    font-weight: 600;
}

.pagination > li > a:hover {
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #5a5959;
}

/** FORM CONTENT BOX AREA START **/
.form-content-box {
    max-width: 450px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0 1px 1px;
    color: #5a5959;
    margin: 0 auto;
    text-align: center;
}

.form-content-box .details {
    padding: 30px 30px;
    background: #fff;
}

.form-content-box .details .main-title {
    margin-bottom: 30px;
}

.form-content-box .details .main-title h1 {
    color: #505050;
    font-size: 30px;
}

.form-content-box .checkbox label::before {
    width: 0;
    height: 0;
    left: 0;
    margin-left: 0;
}

.form-content-box .checkbox {
    padding-left: 8px;
    margin: 15px 0;
}

.or-text {
    position: absolute;
    top: -10px;
    display: inline-block;
    left: 50%;
    margin-left: -21px;
    color: rgb(153, 156, 164);
    font-size: 14px;
    padding: 0 10px;
    background: #e5e4e4;
}

.form-content-box h3 {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 600;
    color: #323232;
}

.form-content-box .input-text {
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    height: 44px;
    border: 1px solid #efefef;
    background: #efefef;
    outline: none;
    color: #717171;
    border-radius: 3px;
}

.form-content-box .footer {
    font-size: 13px;
    padding: 20px;
    background-color: #f5f5f5;
}

.form-content-box .footer span a {
    text-decoration: none;
    font-weight: bold;
}

.form-content-box .footer span a:hover {
    color: #8b8b8b;
}

.form-content-box .checkbox a {
    color: #8b8b8b;
    text-decoration: none;
    font-size: 13px;
}

/** ERROR404 AREA START **/
.error404-content {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}

.error404-content h1 {
    font-size: 140px;
    font-weight: 700;
}

.error404-content h2 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.error404-content p {
    font-size: 20px;
    color: #5a5959;
    font-weight: 300;
    margin-bottom: 20px;
}

/** BLOG AREA START **/

.blog-box {
    margin-bottom: 30px;
    border-radius: 0;
    padding: 0;
    border: none;
    color: #5a5959;
    background: transparent;
    position: relative;
}

.blog-box:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.blog-box .date-box {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    display: block;
    letter-spacing: 1px;
}

.blog-box .date-box h5 {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
    color: #5a5959;
}

.blog-box .detail {
    padding: 25px;
    color: #5a5959;
    background: #fff;
    width: 100%;
    float: left;
}

.blog-box .detail .title a {
    text-decoration: none;
}

.blog-box .detail .title a:hover {
    color: #5a5959;
}

.blog-box .detail .post-meta {
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: .5px;
}

.blog-box .detail .main-title-2 {
    margin-bottom: 15px;
}

.blog-box .detail .post-meta span {
    margin-right: 15px;
}

.blog-box .detail .post-meta span a {
    color: #656667;
    text-decoration: none;
}

.blog-box .detail .post-meta span a i {
    margin-right: 5px;
}

.blog-box .detail p {
    margin-bottom: 20px;
    line-height: 23px;
}

.blog-creative .blog-box .detail {
    padding: 20px;
}

.blog-box .main-title-2 h1 {
    font-weight: 400;
    font-size: 22px;
}

/** GALLERY BOX AREA START **/
.gallery-box {
    margin-bottom: 30px;
}

/** SIDEBAR WIDGET AREA START **/
.sidebar-widget {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.sidebar .contact-form textarea {
    min-height: 130px;
}

.single-block {
    margin-bottom: 30px;
}

.form-search {
    position: relative;
}

.form-search .form-control {
    border: 1px solid #efefef;
    background: #efefef;;
    box-shadow: none;
    border-radius: 3px;
    height: 45px;
}

.form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 12px 9px 13px;
}

.form-search .btn:active,
.form-search .btn:focus {
    box-shadow: none;
    outline: none;
}

.form-search .btn i {
    color: #5a5959;
}

.form-search .form-group, .form-search .form-control {
    width: 100%;
}

.sidebar .properties-box .detail header {
    padding-bottom: 0;
}

/** CATEGORY AREA START **/
.category-posts ul {
    margin: 0;
    padding: 0;
}

.category-posts ul li {
    padding: 8px 0;
    border-bottom: solid 1px #ededed;
    color: #5a5959;
}

.category-posts ul li a {
    text-decoration: none;
    color: #5a5959;
}

.category-posts ul li span {
    float: right;
}

.category-posts ul li:last-child {
    border-bottom: none;
}

/** TAGS BOX AREA START **/
.tags-box ul {
    padding: 0;
    margin: 0;
}

.tags-box ul li {
    list-style: none;
    display: inline-block;
}

.tags-box ul li a {
    float: left;
    margin: 0 5px 5px 0;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #696969;
    border: solid 1px #d5d5d5;
    letter-spacing: 1px;
    border-radius: 2px;
}

.tags-box ul li a:hover {
    color: #fff;
}

/** RECENT COMMENTS AREA START **/
.recent-comments .media {
    margin: 0 0 20px;
}

.recent-comments .media .media-left {
    padding-right: 20px;
}

.recent-comments .media .media-left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.recent-comments .media .media-body p {
    font-size: 13px;
    line-height: 22px;
    color: #5a5959;
}

.latest-tweet p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
    color: #5a5959;
    font-weight: 400;
}

.latest-tweet p:last-child {
    margin: 0;
}

/** RECENT POSTS AREA START **/
.recent-news .media {
    margin: 0 0 30px;
    color: #5a5959;
}

.recent-news .media .media-left {
    padding-right: 20px;
}

.recent-news .media-heading {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 600;
}

.recent-news .media-heading a {
    text-decoration: none;
}

.recent-news .media-heading a:hover {
    color: #5a5959;
}

.recent-news .media img {
    width: 95px;
}

.recent-news .media .media-body p {
    font-size: 13px;
}

.recent-news .media .media-body h5 {
    font-weight: 600;
    margin: 0;
    font-size: 11px;
}

.recent-news .media:last-child {
    margin: 0;
}

/** Recent Posts AREA START **/
.archives ul {
    margin: 0;
    padding: 0;
}

.archives ul li {
    line-height: 40px;
    border-bottom: solid 1px #f1f0f0;
}

.archives ul li:last-child {
    border-bottom: none;
}

.archives ul li a {
    color: #5a5959;
    text-decoration: none;
}

/** BLOG AREA START **/
.blog-share {
    float: right;
    text-align: right;
}

.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin: 0 0 30px 0;
    position: relative;
}

.comment-author {
    background-color: #DDDDDD;
    border-radius: 50%;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color .15s linear;
    width: 60px;
}

.comment-author a img {
    bottom: 2px;
    border-radius: 50%;
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
}

.t-s {
    margin-top: 40px;
}

.t-s h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 20px;
    color: #212121;
}

.comment-content {
    margin-left: 80px;
    padding: 20px;
}

.comment-meta-author {
    float: left;
    font-weight: 700;
}

.comment-meta-author a {
    font-weight: 600;
    text-decoration: none;
}

.comment-meta-author a:hover {
    color: #5a5959;
}

.comment-meta-reply {
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 0 15px;
}

.comment-meta-reply a {
    border-radius: 2px;
    color: #fff;
    padding: 4px 8px;
    text-decoration: none;
}

.comment-meta-date {
    float: right;
    font-size: .9em;
}

.comment-body {
    color: gray;
    margin-top: 10px;
    line-height: 24px;
}

.comment-rating {
    color: orange;
    margin-bottom: 5px;
}

.comments ul {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment-meta-date span {
    background-color: #cacaca;
    border-radius: 3px;
    color: #fff;
    padding: 4px 8px;
}

/** CONTACT DEtAILS AREA START **/
.contact-details {
    padding: 20px;
    background: #efefef;
}

.contact-body hr {
    margin: 50px 0;
}

.contact-body h1 {
    font-size: 30px;
}

.contact-details .media .media-left i {
    width: 50px;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.contact-details .media .media-left {
    padding-right: 30px;
}

.contact-details .media .media-body h4 {
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    margin: 0 0 10px;
}

.opening-hours {
    padding: 25px;
    background: #efefef;
}

.opening-hours .list-style-none {
    margin: 0;
    padding: 0;
}

.opening-hours .list-style-none li {
    list-style: none;
    line-height: 25px;
    color: #5a5959;
}

.opening-hours strong {
    width: 100px;
    display: inline-block;
    color: #363636;
    font-weight: 600;
}

.contact-details .media .media-body p {
    color: #5a5959;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 20px;
}

.contact-details .media .media-body p a {
    text-decoration: none;
    color: #5a5959;
}

.contact-details .media .media-body p {
    margin-bottom: 5px;
}

.contact-details .media {
    margin: 0 0 30px;
}

.contact-form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    outline: none;
    color: #6c6c6c;
    height: 40px;
    border: 1px solid #efefef;
    background: #efefef;
    border-radius: 0;
}

.contact-form textarea {
    min-height: 210px;
}

.contact-box .button-theme {
    float: right;
}

.contact-map {
    height: 250px !important;
}

.contact-map-content .map-content {
    width: 250px;
}

/** ABOUT INSTITUTE AREA START **/
.about-institute .main-title-2 h1 {
    font-size: 30px;
}

.about-text p {
    line-height: 23px;
    color: #5a5959;
    font-size: 15px;
    margin-bottom: 20px;
}

.about-text {
    margin-top: 25px;
}

.about-text ul {
    margin: 0 0 20px;
    width: 100%;
    padding: 0;
}

.about-text ul li {
    list-style: none;
    width: 50%;
    float: left;
    line-height: 30px;
}

.about-text ul li i {
    margin-right: 10px;
}

/** SUB BANNER AREA START **/
.sub-banner {
    background: url(http://placehold.it/1920x479);
    background-size: cover;
    position: relative;
}

.breadcrumb-area {
    color: #fff;
    letter-spacing: 1px;
    margin: 250px 0 150px;
    text-align: center;
}

.breadcrumb-area h1 {
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumbs {
    padding: 0;
    margin: 0;
}

.breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
}

.breadcrumbs li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 15px;
    font-weight: 600;
}

.breadcrumbs .active {
    margin-left: 15px;
}

/** HELPING CENTER AREA START **/
.helping-center {
    margin-bottom: 30px;
    padding-left: 50px;
    text-align: left;
    color: #5a5959;
}

.helping-center .icon {
    float: left;
    margin-left: -50px;
}

.helping-center .icon i {
    font-size: 40px;
}

.helping-center h4 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 15px;
}

.helping-center span {
    margin: 0;
    font-size: 15px;
}

.helping-center:last-child {
    margin: 0;
}

.news-popular-testimonials-section .main-title {
    text-align: left;
    margin-bottom: 60px;
}

.news-popular-testimonials-section .main-title h1 {
    font-size: 24px;
}

/** MRG BTM  BIG AREA START **/
.mrg-btm-30 {
    margin-bottom: 30px;
}

.mrg-btm-40 {
    margin-bottom: 40px;
}

.contact-details .mrg-btm-0 {
    margin-bottom: 0;
}

.my-properties .main-title-2 {
    margin-bottom: 0;
}

/** CAROUSEL CUSTOM AREA START **/
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer {
    position: relative;
}

.thumb-preview {
    width: 100%;
}

.thumbs {
    width: 100%;
    margin: 12px auto;
}

.thumbs img {
    width: 95.95px;
    height: 60px;
}

.rooms-detail-photo {
    background: url(http://placehold.it/1100x517);
    background-size: cover;
    padding: 50px 0 20px;
}

.rooms-detail-photo .contact-form textarea {
    min-height: 140px;
}

/** ROOMS DETAILS PAGE AREA START **/
.rooms-details-page p {
    color: #5a5959;
    line-height: 25px;
}

.rooms-features {
    border: solid 2px #bbbbbb;
    padding: 20px;
}

.rooms-features ul {
    margin: 0;
    padding: 0;
}

.rooms-features li {
    list-style: none;
}

.rooms-features ul li {
    list-style: none;
    margin-bottom: 15px;
    color: #5a5959;
    font-size: 13px;
}

.rooms-features ul li i {
    margin-right: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.rooms-features ul li span {
    font-weight: 600;
}

.rooms-features ul {
    margin: 0;
    padding: 0;
}

.rooms-features li {
    list-style: none;
}

.rooms-features ul li {
    list-style: none;
    margin-bottom: 20px;
    color: #5a5959;
    font-size: 13px;
}

.rooms-features ul li i {
    margin-right: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.advantages ul {
    margin: 0;
    padding: 0;
}

.advantages ul li span {
    margin-right: 10px;
    font-weight: 600;
}

.advantages ul li {
    line-height: 30px;
    list-style: none;
    color: #5a5959;
}

.sidebar .inside-video iframe {
    width: 100%;
    border: 0;
    height: 250px !important;
}

.inside-video-2 iframe {
    width: 100%;
    border: 0;
    height: 350px;
}

.heading-rooms h3 {
    font-weight: 700;
    margin-top: 0;
}

.heading-rooms h3 span {
    color: #212121;
}

.heading-rooms p {
    margin-bottom: 0;
}

.heading-rooms h5 {
    text-align: right;
    font-size: 15px;
    margin: 0;
    color: #595757;
}

.heading-rooms ul {
    margin: 0;
    padding: 0;
}

.heading-rooms ul li {
    list-style: none;
    float: right;
    color: orange;
}

.detail-slider-full {
    background: #fff;
    padding: 20px 20px 10px;
}

.bordered-right {
    border-right: 1px solid rgba(22, 24, 27, .12);
}

/** GALLERY BOX BOX AREA START **/
.gallery-box {
    margin-bottom: 30px;
}

.panel-box .panel-default {
    border-color: transparent;
}

.panel-box .panel-body {
    padding: 30px 0 0;
}

.panel-box .panel-heading {
    padding: 15px 20px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #595757;
}

.panel-box .panel-heading .panel-title a i {
    margin-right: 15px;
}

.panel-box .panel-title a {
    text-decoration: none;
}

.panel-box span a {
    font-weight: 700;
}

.panel-box p {
    color: #595757;
    line-height: 24px;
}

.panel-box .panel-group .panel + .panel {
    margin-top: 15px;
}

.panel-box .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

/** SPECIFICATIONS AREA START **/
.section-heading .media .media-left i {
    color: #fff;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 30px;
    float: left;
}

.specifications .reviews-box ul {
    margin: 0;
    padding: 0;
}

.specifications .reviews-box ul li {
    list-style: none;
    float: left;
}

.specifications a {
    text-decoration: none;
}

.specifications a:hover {
    color: #646363;
}

.book-btn {
    display: block;
    height: 41px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.book-btn-l {
    float: left;
    padding: 0 12px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.book-btn-r {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    display: block;
}

/** PAGE LOADER **/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/loader.gif) center no-repeat #fff;
}

.slider-section .simple-slider {
    margin-bottom: 30px;
}

.agent-widget form textarea {
    min-height: 130px;
}

.social-media-box {
    text-align: left;
    float: left;
    width: 100%;
}

.social-media-box .social-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 2px 4px;
    border-radius: 0;
}

/** PORTIFILIO THUMB START **/
.portofolio-thumb {
    font-family: 'Montserrat', Arial, sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #000;
    cursor: pointer;
    margin-bottom: 25px;
}

.portofolio-thumb *,
.portofolio-thumb:before,
.portofolio-thumb:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.portofolio-thumb img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}

.portofolio-thumb:before,
.portofolio-thumb:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #fff;
    z-index: 1;
    opacity: 0;
}

.portofolio-thumb:before {
    width: 0;
    height: 1px;
}

.portofolio-thumb:after {
    height: 0;
    width: 1px;
}

.portofolio-thumb figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
}

.portofolio-thumb .title {
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
}

.portofolio-thumb:hover img,
.portofolio-thumb.hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    opacity: 0.2;
}

.portofolio-thumb:hover:before,
.portofolio-thumb.hover:before,
.portofolio-thumb:hover:after,
.portofolio-thumb.hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.portofolio-thumb:hover:before,
.portofolio-thumb.hover:before {
    width: 40px;
}

.portofolio-thumb:hover:after,
.portofolio-thumb.hover:after {
    height: 40px;
}

.portofolio-thumb .figure-content {
    opacity: 0;
}

.portofolio-thumb:hover .figure-content {
    opacity: 1;
}

.partners-block h3 {
    font-weight: 600;
    margin: 0 0 10px;
}

/** Option Panel **/
.option-panel {
    z-index: 9999;
    width: 215px;
    position: fixed;
    right: 0;
    background: #fff;
    border: 1px solid #DDD;
    top: 20%;
    padding: 20px 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.option-panel-collased {
    right: -215px;
}

.option-panel h2 {
    font-size: 13px;
    margin: 0 0 0 0;
    text-align: center;
    padding: 8px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.option-panel .color-plate {
    width: 24px;
    height: 24px;
    float: left;
    margin: 3px;
    border-radius: 0;
    cursor: pointer;
}

/** SEARCH AREA BOX 2 **/
.search-area-box-2 h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 10px;
    text-align: center;
}

.search-area-box-2 h1 {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 30px;
}

.search-area-box-2 .form-group {
    margin-bottom: 30px;
}

.search-area-box-2 .mrg-btm-10 {
    margin-bottom: 10px;
}

.gallery-secion {
    margin-bottom: 70px;
}

.events-secion {
    margin-bottom: 70px;
}

/** Booking System **/
.search-booking-box {
    background: #585858;
    padding: 30px 30px 0;
    width: 100%;
    margin-bottom: 50px;
    display: inline-block;
}

.search-booking-box h3 {
    color: #000;
    text-align: left;
}

.search-booking-box h2 {
    color: #000;
}

.wizard {
    margin: 20px auto;
    background: #fbfbfb;
}

.wizard .nav-tabs {
    position: relative;
    margin: 80px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 36%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
    border-radius: 100px !important;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 66px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.wizard li.active span.round-tab {
    color: #fff;
}

.wizard li.active span.round-tab i {
    color: #fff;
}

span.round-tab:hover {
    color: #333;
}

span.round-tab:hover i {
    color: #fff;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 100px;
}

.wizard h3 {
    margin-top: 0;
}

.booking-flow .panel-box .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    box-shadow: none !important;
    border-radius: 100px;
}

.booking-heading {
    margin-bottom: 30px;
    font-size: 20px;
}

.booking-heading-2 {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
}

.booling-details-box {
    background: #585858;
    padding: 30px;
    display: inline-block;
    color: #eaeaea;
}

.booling-details-box img {
    margin-bottom: 25px;
}

.booling-details-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #6f6767;
}

.booling-details-box ul {
    margin: 25px 0;
    padding: 0 0 25px;
    border-bottom: solid 1px #6f6767;
}

.booling-details-box ul li {
    list-style: none;
    line-height: 30px;
    font-size: 15px;
}

.booling-details-box ul li span {
    font-weight: 600;
    margin-right: 10px;
}

.booling-details-box .price {
    font-size: 20px;
    font-weight: 600;
}

.booling-details-box p {
    line-height: 30px;
}

.booling-details-box .slider-mover-left {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.booling-details-box .slider-mover-right {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.booling-details-box .slider-mover-left i {
    font-size: 20px;
}

.booling-details-box .slider-mover-right i {
    font-size: 20px;
}

.booking-flow .contact-form label {
    margin-bottom: 15px;
    font-size: 16px;
    color: #525252;
    font-weight: 400;
}

.booking-flow .contact-form .form-group {
    margin-bottom: 40px;
}

.booking-flow .country {
    width: 100%;
}

.booking-flow .bootstrap-select {
    width: 100% !important;
    font-family: Roboto, sans-serif !important;
}

.booking-flow .bootstrap-select .btn {
    height: 40px;
    padding: 10px 17px;
    font-size: 14px;
    outline: none;
    border: 1px solid #efefef;
    background: #efefef;
    border-radius: 0;
    color: #6f6b6b;
}

.booking-flow .bootstrap-select .btn:hover {
    border: 1px solid #efefef;
    background: #efefef;
    color: #6f6b6b;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 auto -webkit-focus-ring-color !important;
}

.your-address {
    padding: 0 0 5px;
    margin-bottom: 25px;
    border-bottom: solid 1px #6f6767;
}

.your-address > strong {
    color: #fff;
    margin-bottom: 20px;
    display: block;
    float: left;
}

.your-address > address {
    margin-left: 120px;
}

.your-address > address strong {
    margin-bottom: 20px;
}

.default-plate {
    background: #fba466;
}

.green-plate {
    background: #95c41f;
}

.blue-plate {
    background: #5950f7;
}

.yellow-plate {
    background: #ffb400
}

.red-plate {
    background: #d20023;
}

.green-light-plate {
    background: #1abc9c
}

.peru-plate {
    background: #e2b78a;
}

.sandybrown-plate {
    background: #fba466;
}

.green-light-2-plate {
    background: #2adc71;
}

.blue-light-2-plate {
    background: #00c2f9;
}

.purple-plate {
    background: #8e44ad;
}

.blue-light-plate {
    background: #3c9dff;
}

.royalblue-plate {
    background: #4169E1;
}

a:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.setting-button {
    background: #eee;
    position: absolute;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -50px;
    color: #fff;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

/** Option Panel **/
.font-awesome-icons .text-muted {
    display: none;
}

/** MEDIA QUERY **/
@media (max-width: 995px) {

    .animated {
        /*CSS3 animation properties*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

        /*CSS3 transition properties*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;

        /*CSS3 transform properties*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media all and (min-width: 768px) {
    .our-partners .carousel-inner > .active.left,
    .our-partners .carousel-inner > .prev {
        left: -50%;
    }

    .our-partners .carousel-inner > .active.right,
    .our-partners .carousel-inner > .next {
        left: 50%;
    }

    .our-partners .carousel-inner > .left,
    .our-partners .carousel-inner > .prev.right,
    .our-partners .carousel-inner > .active {
        left: 0;
    }

    .our-partners .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .our-partners .carousel-inner > .item.active.right,
    .our-partners .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.active.left,
    .our-partners .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.left,
    .our-partners .carousel-inner > .item.prev.right,
    .our-partners .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .our-partners .carousel-inner > .active.left,
    .our-partners .carousel-inner > .prev {
        left: -25%;
    }

    .our-partners .carousel-inner > .active.right,
    .our-partners .carousel-inner > .next {
        left: 25%;
    }

    .our-partners .carousel-inner > .left,
    .our-partners .carousel-inner > .prev.right,
    .our-partners .carousel-inner > .active {
        left: 0;
    }

    .our-partners .carousel-inner .cloneditem-2,
    .our-partners .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .our-partners .carousel-inner > .item.active.right,
    .our-partners .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.active.left,
    .our-partners .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.left,
    .our-partners .carousel-inner > .item.prev.right,
    .our-partners .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }

}

@media (max-width: 992px) {
    .banner .banner-slider-inner {
        top: 30%;
    }

    .our-facilties ul li {
        margin-bottom: 20px;
    }

    .our-facilties ul li i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
        margin-right: 20px;
    }

    .our-facilties ul li span {
        font-size: 14px;
        font-weight: 600;
        line-height: 40px;
    }

    .rooms-detail-photo .contact-form textarea {
        min-height: 70px;
    }

    .rooms-detail-photo .button-md {
        padding: 9px 12px;
    }

    .rooms-detail-photo .main-title-2 h1 {
        font-weight: 600;
        font-size: 18px;
    }

    .rooms-detail-photo .main-title-2 {
        margin: 0 0 15px;
    }

    .booling-details-box p {
        line-height: 30px;
        margin-bottom: 35px;
    }

    .booling-details-box {
        margin-bottom: 30px;
    }

    .coming-soon-box h1 {
        margin: 30px 0 30px;
        font-size: 40px;
    }

    .coming-soon-box {
        margin: 80px auto 200px;
    }

    .content-area-10 {
        margin-bottom: 70px;
    }

    .booking-flow .contact-form .form-group {
        margin-bottom: 30px;
    }

    .wizard .nav-tabs {
        margin: 60px auto 0;
    }

    .wizard .tab-pane {
        padding-top: 80px;
    }

    .breadcrumb-area {
        margin: 200px 0 80px;
    }

    .testimonial-2 .testimonials .slider-mover-left {
        left: 15px;
    }

    .testimonial-2 .testimonials .slider-mover-right {
        right: 15px;
    }

    .content-area {
        padding: 80px 0 50px;
    }

    .events-secion {
        margin-bottom: 50px;
    }

    .content-area-2 {
        padding: 40px 0;
    }

    .content-area-6 {
        padding: 80px 0;
    }

    .content-area-7 {
        margin-bottom: 80px;
    }

    .gallery-secion {
        margin-bottom: 50px;
    }

    .services-box-2 {
        margin: 0 auto 30px;
    }

    .content-area-5 {
        padding: 80px 0 40px;
    }

    .content-area-8 {
        margin-bottom: 50px;
    }

    .main-title {
        margin-bottom: 40px;
    }

    .content-area-3 {
        margin-bottom: 50px;
    }

    .services-box {
        margin: 0 auto 40px;
    }

    .testimonial-section {
        padding: 80px 0 105px;
    }

    .banner .banner-slider-inner h1 {
        font-size: 40px;
    }

    .setting-button {
        font-size: 14px;
        width: 36px;
        height: 36px;
        line-height: 38px;
        left: -35px;
    }

    .div-mrg-btm-60 {
        margin-bottom: 60px;
    }

    .div-mrg-btm-30 {
        margin-bottom: 30px;
        width: 100%;
        display: inline-block;
    }

    .news-popular-testimonials-section .main-title {
        margin-bottom: 35px;
    }

    .bordered-right {
        border-right: transparent;
    }

    .form-content-box .details .main-title h1 {
        font-size: 24px;
    }

    .intro-section img {
        height: 40px;
    }

    .logo-2 img {
        height: 33px;
    }

    .search-area-box-2 .search-contents .col-pad {
        padding: 0 15px;
    }

    .search-area-box-2 .search-contents .form-group {
        margin-bottom: 20px;
    }

    .search-area-box-2 .search-contents h2 {
        color: #000;
        margin-bottom: 30px;
        font-size: 24px;
    }

    .search-area-box-2 .search-contents .btn-default {
        background: #fff !important;
        border: solid #fff 1px !important;
    }

    .search-area-box-2 {
        background: #e6e6e6;
        padding: 30px 30px 15px;
    }

    .search-your-rooms {
        text-align: center;
    }

}

@media (max-width: 768px) {
    .logo img {
        height: 35px;
    }

    .search-contents .btn-default, .flatpickr-mobile {
        padding: 9px 8px;
        font-size: 12px;
    }

    .recent-news .media img {
        width: 75px;
    }

    .hotel-box-list .detail {
        padding: 20px;
    }

    .sidebar-widget {
        padding: 20px 0px;
        background: transparent;
    }

    .rooms-detail-photo .col-pad {
        padding: 0;
    }

    .coming-soon-box {
        margin: 60px auto 200px;
    }

    .events-theme {
        margin-bottom: 20px;
    }

    .contact-details {
        margin-top: 20px;
    }

    .logo {
        margin-right: 10px;
    }

    .booking-flow .list-inline .btn {
        padding: 11px 17px;
        font-size: 12px;
    }

    .booling-details-box {
        padding: 20px;
    }

    .content-area-10 {
        margin-bottom: 50px;
    }

    .wizard .nav-tabs {
        margin: 40px auto 0;
    }

    .wizard .tab-pane {
        padding-top: 60px;
    }

    .wizard .tab-pane {
        padding-top: 60px;
    }

    .main-header-2 {
        width: 100%;
        position: absolute;
        top: 0;
    }

    .breadcrumb-area {
        margin: 120px 0 60px;
    }

    .search-area-box-2 {
        background: #e6e6e6;
        padding: 30px 0 15px;
    }

    .content-area-8 {
        margin-bottom: 60px;
    }

    .content-area-9 {
        margin-bottom: 30px;
    }

    .content-area-3 {
        margin-bottom: 30px;
    }

    .events-secion {
        margin-bottom: 30px;
    }

    .gallery-secion {
        margin-bottom: 30px;
    }

    .counters h1 {
        margin: 0 0 40px;
        font-size: 27px;
    }

    .counters {
        padding: 60px 0 25px;
    }

    .counter-box h1 {
        font-size: 40px;
        margin: 0 0 15px;
    }

    .counter-box h5 {
        font-size: 14px;
    }

    footer {
        background: #111;
        color: #7c7e83;
        padding: 50px 0 20px;
    }

    .fecilities {
        margin: 0;
        padding: 0;
    }

    .hotel-box-list .btn {
        margin-top: 20px;
    }

    .hotel-box-list .detail h3 a {
        font-size: 21px;
    }

    .hotel-box-list .price {
        font-size: 17px;
    }

    .content-area-7 {
        margin-bottom: 60px;
    }

    .our-facilties ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .slider-mover-left i {
        font-size: 20px;
    }

    .coming-soon-box form input {
        width: 65%;
    }

    .coming-soon-box form .button-small {
        width: 35%;
    }

    .coming-form {
        max-width: 100%;
        margin: 30px auto;
    }

    .coming-soon-box p {
        font-size: 15px;
    }

    .slider-mover-right i {
        font-size: 20px;
    }

    .pagination > li > a, .pagination > li > span {
        font-size: 12px;
        margin: 0 3px 5px;
    }

    .panel-box .panel-body {
        padding: 0;
    }

    .logo {
        padding: 13px 0;
    }

    .events-box .date-box {
        padding: 10px 10px;
        font-weight: 600;
        font-size: 12px;
    }

    .blog-box .date-box h5 {
        font-size: 12px;
    }

    blockquote {
        padding: 10px 20px;
        margin: 0 0 20px;
        font-size: 15px;
        border-left: 5px solid #eee;
    }

    .intro-section .button-theme {
        margin-top: 10px;
        float: none !important;
    }

    .breadcrumb-area {
        text-align: center;
    }

    .sec-title-three .text {
        font-size: 17px;
    }

    .partners-block {
        padding: 20px 0 10px;
        text-align: center;
    }

    .books-box {
        max-width: 300px;
        margin: 0 auto;
    }

    .opening-hours {
        margin-bottom: 30px;
    }

    .intro-section {
        text-align: center;
    }

    .services-box {
        text-align: center;
        max-width: 360px;
    }

    .services-box-2 {
        max-width: 360px;
    }

    .services-box i {
        margin-bottom: 20px;
    }

    .about-text ul li {
        width: 100%;
    }

    .events-box .events-box-content h1 {
        font-size: 20px;
    }

    .events-box .events-box-content p {
        line-height: 26px;
        margin: 10px 0 20px;
    }

    .partners-block h3 {
        font-size: 19px;
    }

    .course-panel-box .nav > li > a {
        font-size: 13px;
        padding: 5px 20px;
    }

    .our-staff-box-list .contact span {
        float: left;
        width: 100%;
    }

    .comment {
        margin-bottom: 0;
    }

    .about-institute .main-title-2 h1 {
        font-size: 24px;
    }

    .about-institute {
        padding: 60px 0;
    }

    .error404-content h2 {
        font-size: 24px;
    }

    .breadcrumbs li {
        font-size: 16px;
    }

    .list-inline-listing li {
        padding: 5px 20px;;
    }

    .main-title h1 {
        font-size: 27px;
    }

    .main-title-2 h1 {
        font-size: 18px;
    }

    .main-title-2 {
        margin-bottom: 20px;
    }

    .content-area {
        padding: 60px 0 30px;
    }

    .content-area-2 {
        padding: 60px 0;
    }

    .content-area-4 {
        padding: 60px 0;
    }

    .content-area-5 {
        padding: 60px 0 20px;
    }

    .content-area-6 {
        padding: 60px 0;
    }

    .main-title {
        margin-bottom: 35px;
    }

    .footer-info .links li {
        margin-bottom: 10px;
    }

    .mrg-btm-40 {
        margin-bottom: 20px;
    }

    .listings-parallax-inner {
        padding-top: 50px;
        text-align: center;
    }

    .contect-agent-photo {
        margin-top: 15px;
    }

    .our-service-two {
        padding: 50px 0;
    }

    .course-panel-box .nav-tabs > li > a {
        margin: 4px 2px;
    }

    .banner .item img {
        height: 250px;
    }

    .logo-2 {
        margin-bottom: 10px;
        text-align: center;
    }

    .banner .banner-slider-inner .btn {
        font-size: 12px;
        padding: 10px;
        margin-bottom: 5px;
    }

    .banner .item {
        height: auto;
    }

    .navbar-default .navbar-toggle {
        margin-top: 17px;
        margin-right: 0;
        padding: 8px;
        margin-bottom: 8px;
        border-radius: 0;
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }

    .intro-section img {
        margin-bottom: 10px;
    }

    .intro-section .button-theme {
        float: left;
    }

    .newsletter .social-list {
        text-align: center;
        margin-top: 12px;
    }

    .newsletter .social-list li {
        float: none;
        display: inline-block;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 7px 20px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #555;
        background: #eee;

        border-bottom: none;
    }

    .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header, .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
        background: #f8f8f8;
        padding-left: 50px;
    }

    .rightside-navbar {
        display: none;
    }

    .main-header .navbar-default .nav > li > a {
        text-align: left;
        padding: 10px 15px 9px;
        width: 100%;
        border-bottom: solid 1px transparent;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
    }

    .category_long_bg {
        height: 200px;
    }

    .section-4 {
        padding-top: 130px
    }

    .testimonials .content .text {
        font-size: 17px;
    }

    .testimonials .content .text {
        font-size: 17px;
    }

    .testimonial-bg .content .avatar {
        margin-bottom: 10px;
    }

    .sec-title-three h2 {
        font-size: 24px;
    }

    .testimonial-section {
        text-align: center;
        padding: 60px 0 85px;
    }

    .testimonial-padding {
        padding: 60px 0 85px;
    }

    .sub-banner h1 {
        font-size: 28px;
    }

    .contact-details .media .media-left {
        padding-right: 20px;
    }

    .contact-details .media .media-left i {
        width: 42px;
        font-size: 21px;
        height: 42px;
        line-height: 42px;
    }

    .error404-content h1 {
        font-size: 100px;
    }

    .error404-content p {
        font-size: 18px;
    }

    .blog-box .detail p {
        line-height: 20px;
        text-align: justify;
        font-size: 13px;
    }

    .blog-box .detail .post-meta {
        margin-bottom: 15px;
    }

    .blog-box .detail {
        padding: 20px;
    }

    .banner .banner-slider-inner {
        top: 20%;
        right: 10%;
        left: 10%;
    }

    .search-contents {
        padding: 0 15px;
        border-radius: 0;
    }

    .search-box .form-group {
        margin-bottom: 0;
    }

    .blog-box .detail {
        padding: 20px;
    }

    .blog-box .detail .tags-box {
        margin-bottom: 20px;
    }

    .blog-box .detail .blog-share {
        float: left;
        text-align: left;
    }

    .comments ul {
        margin: 0 0 0 0;
    }

    .comment-body {
        line-height: 20px;
        margin-top: 10px;
        font-size: 13px;
        text-align: justify;
    }

    .comment-content {
        margin-left: 65px;
        padding: 15px;
    }

    .form-content-box .details {
        padding: 20px 20px;
    }

    .sec-title-three h2 {
        margin-top: 0;
    }

    .recent-properties {
        padding: 50px 0 20px;
    }

    .about-text h3 {
        font-size: 19px;
    }

    .banner .banner-slider-inner h1 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .slider-mover-left {
        width: 30px;
        height: 30px;
        line-height: 28px;
        left: 5px;
    }

    .slider-mover-left img {
        width: 10px;
    }

    .slider-mover-right {
        width: 30px;
        height: 30px;
        line-height: 28px;
        right: 5px;
    }

    .slider-mover-right img {
        width: 10px;
    }

    .banner-detail-box {
        z-index: 2;
    }

    .properties-box .detail .location a {
        font-size: 14px;
    }

    .about-box {
        max-width: 100%;
    }

    .rooms-details-page p {
        line-height: 21px;
        text-align: justify;
        font-size: 13px;
    }

    .rooms-features ul li {
        list-style: none;
        margin-bottom: 10px;
    }

    .rooms-features ul li {
        margin-bottom: 10px;
    }

    .heading-rooms h3 {
        font-size: 18px;
    }

    .typography-page p {
        font-size: 13px;
        line-height: 25px;
        text-align: justify;
    }

    .breadcrumb-area h1 {
        font-size: 21px;
    }

    .breadcrumb-area p {
        font-size: 14px;
    }

    .breadcrumb-area .button-md {
        padding: 10px 20px;
    }

    .animated {
        /*CSS3 animation properties*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

        /*CSS3 transition properties*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;

        /*CSS3 transform properties*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media (min-width: 768px) {

    .main-header .navbar-default .nav > li:hover > .dropdown-menu {
        display: block;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s
    }

    .main-header .navbar-default .nav > li > .dropdown-menu li:hover > .dropdown-menu {
        display: block;
    }
}

/** List view inside Map **/
.map-edu-list {
    margin: 0;
    padding: 0;
}

.map-edu-list li {
    line-height: 25px;
}

.map-edu-list li i {
    margin-right: 10px;
}

.contact-map-content p {
    font-weight: 600;
}

.img-inside-map {
    height: 230px;
}

@media ( max-width: 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .connecting-line {
        top: 34%;
    }

    .booking-heading {
        margin-bottom: 30px;
        font-size: 16px;
    }
}