
/** GLOBAL CLASSES **/

html, body {
    height: 100%;
}

body {
    background: #fbfbfb;
    font-family: 'Mulish', sans-serif;
}

a {
    cursor: pointer;
    color: #212121;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    color: #212121;
}

a:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #212121;
    font-family: 'Jost', sans-serif;
    font-family: 'Cormorant', serif;
    font-weight: 700;
}

p{
    color: #5a5959;
    line-height: 25px;
    font-size: 16px;
}

ul{
    padding: 0;
    margin: 0;
    list-style: none;
    color: #5a5959;
}

b, strong {
    font-weight: 700;
}

/*Custom Anmation*/
.bgburns .slides li:nth-of-type(odd) .slide-background {
    animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate
}

.bgburns .slides li:nth-of-type(even) .slide-background {
    animation: bgburnsWest 25s linear infinite alternate;
    -webkit-animation: bgburnsWest 25s linear infinite alternate
}

@keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@-webkit-keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@-webkit-keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@media all and (max-width: 767px) {
    .flex-direction-nav {
        display: none
    }

    .bgburns .slides li .slide-background {
        -webkit-animation: none !important;
        animation: none !important
    }
}

.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;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #5a5959;
}

/** SOCIAL COLOR AREA START **/
.facebook:hover {
    color: #3b589e !important;
}

.twitter:hover {
    color: #56d7fe !important;
}

.linkedin:hover {
    color: #1c82ca !important;
}

.google:hover {
    color: #dc4e41 !important;
}

.rss:hover {
    color: #e78733 !important;
}

/** SOCIAL BG COLOR AREA START **/
.facebook-bg:hover {
    background: #3b589e !important;
    color: #fff;
}

.twitter-bg:hover {
    background: #56d7fe !important;
    color: #fff;
}

.linkedin-bg:hover {
    background: #1c82ca !important;
    color: #fff;
}

.google-bg:hover {
    background: #dc4e41 !important;
    color: #fff;
}

.rss-bg:hover {
    background: #e78733 !important;
    color: #fff;
}

/* Solid Buttons Structure**/
.btn-sm {
    cursor: pointer;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.btn-sm:hover {
    color: #333;
    text-decoration: none;
}

.btn-md {
    cursor: pointer;
    padding: 12px 30px 10px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.btn-md:hover {
    color: #333;
    text-decoration: none;
}

.read-more-btn{
    font-weight: 400;
}

.nav-item{
    display: inline-block;
}

/** BTN 1 **/
.btn-1 {
    padding: 0 30px;
    line-height: 46px;
    position: relative;
    display: inline-block;
    background: none;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Mulish', sans-serif;
    border-radius: 2px;
}

.btn-1 span {
    position: relative;
    z-index: 1;
}

.btn-1:hover span{
    color: #fff!important;
}

.btn-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: transparent;
    -moz-transition: ease all 0.9s;
    -o-transition: ease all 0.9s;
    -webkit-transition: ease all 0.9s;
    transition: ease all 0.9s;
    width: 0;
    height: 100%;
}

.btn-1 span:hover {
    color: #fff!important;
}

.btn-1:hover {
    color: #ffffff!important;
}

.btn-1:hover:before {
    width: 100%;
    color: #fff!important;
}

/** BTN 2 **/
.btn-2 {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    position: relative;
    z-index: 5;
    transition: .9s ease;
    font-weight: 600;
    padding: 0 30px;
    line-height: 46px;
    letter-spacing: 0.5px;
    font-family: 'Mulish', sans-serif;
    border-radius: 3px;
}

.btn-2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .9s ease;
    z-index: -1;
}

.btn-2:hover {
    background: transparent!important;
}

.btn-2:hover:before {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.btn-2:hover:after {
    width: 0;
    opacity: 1;
    visibility: visible;
}

/** BTN 3 **/
.btn-3{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    padding: 0 30px;
    font-weight: 600;
    font-size: 17px;
    line-height: 46px;
    border-radius: 0;
    letter-spacing: 0.5px;
    font-family: 'Mulish', sans-serif;
}

.btn-3:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.9s linear, transform 0.4s linear;
}

.btn-3:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.9s linear, transform 0.4s linear;
    z-index: -1;
}

.btn-3:after{
    background: #fff;
}

.btn-3{
    color: #fff;
    border: 2px solid #fff;
}

/** BTN 4 **/
.btn-4 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.6s linear;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    padding: 0 30px;
    font-size: 15px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    font-family: 'Mulish', sans-serif;
}

.btn-4:hover {
    color: #ffffff;
}

.btn-4:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.6s linear, transform 0.6s linear;
}

.btn-4:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 0;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.6s linear, transform 0.6s linear;
    z-index: -1;
}

/** BTN 5 **/
.btn-5{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    padding: 0 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 46px;
    border-radius: 0;
    letter-spacing: 0.5px;
    font-family: 'Mulish', sans-serif;
}

.btn-5:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.9s linear, transform 0.4s linear;
}

.btn-5:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.9s linear, transform 0.4s linear;
    z-index: -1;
}

.btn-5:hover {
    color: #fff;
}

.comon-btn {
    line-height: 41px;
}

.btn-6{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    padding: 0 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    border-radius: 0;
    letter-spacing: 0.5px;
    font-family: 'Mulish', sans-serif;
}

.btn-7{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    padding: 0 30px;
    font-weight: 600;
    font-size: 15px;
    line-height: 46px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    font-family: 'Mulish', sans-serif;
}

/** Solid Buttons **/
.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;
}

.btn-check:focus+.btn-light, .btn-light:focus {
    color: #6a6a6a;
}

.btn-theme {
    color: #FFF !important;
}

.btn-theme:hover,
.btn-theme:focus {
    outline: none;
    color: #fff;
}

/* HEADER SEARCH START */
.header-search{
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.header-search .form-inline{
    position: relative;
}

.header-search .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #EEE;
    font-size: 20px;
    border-radius: 0px;
}

.header-search .search-btns{
    position: absolute;
    right: 0px;
    top: 0px;
}

.header-search .btn-default,
.header-search .btn-default:focus,
.header-search .btn-default:hover {
    outline: none;
    height: 50px;
    border-radius: 0px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px;
}

.header-search .btn-black,
.header-search .btn-black:focus
.header-search .btn-black:hover {
    outline: none;
    height: 50px;
    border-radius: 0px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0px;
    margin-left: -5px;
    margin-right: -1px
}

.show-header-search {
    display: block;
}

.header-search  .form-control:focus {
    box-shadow: none;
}

/* NAV SEARCH */
.navbar-search-box {
    padding: 23px 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: 34px;
    margin: 0;
    padding: 0 35px 0 20px;
    font-size: 14px;
    border: none;
}

.navbar-search-icon, .navbar-search-submit {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 15px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color: #333;
    background: #eee;
    border-radius: 3px;
    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 *

/** Megamenu **/
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu-area {
    padding: 30px 30px 5px;
    z-index: 2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    min-width: 55rem;
    background: #fff;
}

.megamenu-title {
    color: #535353;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.megamenu-section {
    margin-bottom: 25px;
}

.megamenu-area .dropdown-item {
    padding: 0 !important;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
}

.megamenu-section p {
    font-size: 13px;
    color: #777;
}

.carousel-caption {
    right: 0;
    left: 0;
    padding: 0 20px 0;
}

/* NAV SEARCH */
.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: 34px;
    margin: 0;
    padding: 0 35px 0 20px;
    font-size: 14px;
    border: none;
}

.navbar-search-icon, .navbar-search-submit {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 15px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color: #333;
    background: #eee;
    border-radius: 3px;
    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: 14px;
    font-weight: 500;
    white-space: nowrap;
    background: #fff;
    cursor: pointer !important;
    outline: none;
}

.dropdown-menu {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.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;
}

.search-fields{
    width: 100%!important;
}

.search-fields button {
    border-radius: 3px;
    box-shadow: none;
    border: none;
    background: #fff;
}

.btn-light {
    color: #787878;
}

.btn-light:hover {
    color: #787878;
}

.btn {
    padding: 13px 13px;
}

.btn-check:focus+.btn-light, .btn-light:focus {
    box-shadow: none!important;
}

.bootstrap-select>.dropdown-toggle{
    width: 100%!important;
}
.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;
    width: 100%;
    outline: none;
}

.search-button:hover {
    color: #fff;
}

.carousel-caption .btn {
    text-shadow: none;
    margin: 0!important;
}

.form-control {
    width: 100%;
}

.search-contents .dropdown-menu > li > a:hover {
    color: #fff;
    border: 0;
}

.search-contents .dropdown-menu > li > a {
    display: block;
    padding: 10px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #5a5959;
    font-size: 15px;
    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;
}

.sab .search-contents .btn-default {
    background: transparent !important;
    border: solid 1px #969696 !important;
}

.search-contents-3 {
    padding: 30px 37.5px 15px 37.5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.search-contents .btn-default{
    padding: 9px 15px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    color: #757575;
    background: #fff !important;
    border: solid 1px #fff !important;
}
.search-contents .btn-default2{
    padding: 9px 15px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    color: #757575;
    background: transparent;
    border: solid 1px red !important;
}
.search-area-box-3 .search-contents .btnvalid {
  padding: 12px 15px 6px;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid red !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.datepicker, .datepicker:focus {
    border-radius: 5px;
    outline: none;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    border: none;
    font-size: 14px
}

.datepicker th {
    font-size: 14px;
    font-weight: 600;
}

.datepicker .next, .datepicker .prev{
    font-size: 20px;
}

.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;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th{
    color: #fff;
    border-radius: 0;
}

.flatpickr-mobile,
.flatpickr-mobile:focus {
    outline: none;
    background: #fff !important;
    border: solid 1px #efefef !important;
    color: #757575;
    padding: 9px 15px;
    width: 100%;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: none;
}






/** Option Panel **/
.option-panel {
    z-index: 9999;
    width: 350px;
    position: fixed;
    right: 0;
    background: #fff;
    top: 20%;
    padding: 35px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.option-panel-collased {
    right: -350px;
}

.option-panel h2 {
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

.option-panel .color-plate {
    width: 64px;
    height: 64px;
    float: left;
    margin: 3px;
    border-radius: 5px;
    cursor: pointer;
}

/** CONTENT AREA **/
.content-area {
    padding: 100px 0 70px;
}

.content-area-2 {
    padding: 80px 0;
}

.content-area-3 {
    margin-bottom: 50px;
}

.content-area-4 {
    padding: 80px 0;
}

.content-area-5 {
    padding: 100px 0 50px;
}

.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;
}

.content-area-11 {
    margin-bottom: 70px;
}

.content-area-12 {
    padding-top: 100px;
}

.content-area-13 {
    padding: 155px 0 100px;
}

.content-area-14 {
    padding: 100px 0 135px;
}

.content-area-15 {
    padding: 100px 0;
}

.content-area-16 {
    padding: 80px 0 100px;
}

.content-area-17 {
    padding: 40px 0 70px;
}

/** SEACH CONTENTS START **/
.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: 10px 20px;
}

.search-contents .col-pad {
    padding: 12px 8px 0;
}

.search-contents .col-pad-2 {
    padding: 0 15px;
}

.search-contents h2 {
    margin: 0;
    font-weight: 700;
    font-size: 35px;
}

.search-contents h3 {
    margin: 0 0 5px;
    font-size: 22px;
}

/** SEARCH AREA BOX 1 **/
.search-area-box-1 h3 {
    font-size: 35px;
    margin: 0;
    font-weight: 700;
}

.search-area-box-1 .form-group {
    margin-bottom: 20px;
}

.search-area-box-1 .mrg-btm-10 {
    margin-bottom: 10px;
}

.search-area-box-1{
    background: #eef1f6;
    padding: 35px 0 18px;
}

.search-area-box-1 .form-group {
    margin-bottom: 15px;
}

.search-area-box-1 .search-contents .btn-default {
    background: #fff !important;
    border: solid 1px #fff !important;
    color: #565656;
}

.search-area-box-1 h4{
    margin-bottom: 0;
    font-size: 25px;
}

.search-area-box-1 .search-contents .col-pad-0{
    padding: 0 7.5px;
}

.search-area-box-1 .btn-light:hover {
    background-color: #fff;
    border-color: #fff;
}

/** SEARCH AREA BOX 2 **/
.search-area-box-2{
    padding: 50px;
    background: #fff;
    border-radius: 10px;
    max-width: 400px;
    margin-left: auto;
}

.search-area-box-2 .form-group{
    margin-bottom: 10px;
}

.search-area-box-2 .search-contents .btn-default {
    background: #eef1f6!important;
    border: solid 1px #eef1f6!important;
}

.search-area-box-2 .bootstrap-select>.dropdown-toggle {
    background: #eef1f6;
    border: solid 1px #eef1f6;
}

.search-area-box-2 h4{
    margin-bottom: 20px;
    color: #212121;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}

.search-area-box-12{
    display: none;
}

.search-area-box-1 .btn-light{
    background-color: #fff;
    border-color: #fff;
}

/** SEARCH AREA BOX 3 **/
.search-area-box-3 .search-contents .btn-default {
    background: transparent;
    border: 1px solid #dbdbdb !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.search-area-box-3 .search-contents .btn{
    padding: 12px 15px 6px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #dbdbdb!important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.search-area-box-3 .btn-light {
    color: #6e6e6e;
}

.search-area-box-3 .search-contents .bootstrap-select>.dropdown-toggle:after {
    margin-top: -5px;
}

.search-area-box-3 .form-group{
    margin-bottom: 15px;
}

.search-area-box-3 .price {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 30px;
    font-family: 'Mulish', sans-serif;
}

.search-area-box-3 h3 {
    font-size: 26px;
    margin: 0 0 10px;
    font-weight: 700;
}

.search-area-box-3 .bootstrap-select {
    width: 100% !important;
}

/** ABOUT HOTEL ALPHA AREA START **/
.about-hotel-alpha .about-img-section{
    position: relative;
}

.about-hotel-alpha .about-img-section .image-box {
    position: relative;
    display: block;
    padding-right: 40px;
    margin-right: 20px;
    padding-bottom: 50px;
}

.about-hotel-alpha .about-img-section .image-box .image-1 {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.about-hotel-alpha .about-img-section .image-box .image-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.about-hotel-alpha .about-img-section .about-box-Experience {
    position: absolute;
    left: 150px;
    bottom: 55px;
    border-radius: 5px;
    padding: 30px 20px;
    width: 180px;
    text-align: center;
}

.about-hotel-alpha .about-img-section .about-box-Experience h3{
    font-family: Mulish, sans-serif;
}

.about-hotel-alpha .about-content-section .network-list {
    position: relative;
}

.about-hotel-alpha .about-content-section .network-list li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 35px;
}

.about-hotel-alpha .about-content-section .network-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 20px;
}

.about-hotel-alpha .about-content-section .network-list li h4 {
    position: relative;
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-hotel-alpha .about-content-section .network-list li .icon:after {
    position: absolute;
    content: '';
    left: 25px;
    top: 115%;
    width: 1px;
    height: 70%;
    background-color: #e0e0e0;
}

.about-hotel-alpha .about-content-section .network-list li:hover .icon{
    color: #fff;
}

.about-hotel-alpha .about-content-section h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-hotel-alpha .about-content-section h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-hotel-alpha .about-content-section h5 {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}

.about-hotel-alpha .about-content-section{
    margin-left: 20px;
}

/** ABOUT HOTEL ALPHA 2 AREA START **/
.about-hotel-alpha-2 h1{
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-hotel-alpha-2 h5{
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}

.about-hotel-alpha-2 .hotel-banner{
    max-width: 600px;
    margin-left: auto;
    padding-left: 30px;
}

/** ABOUT HOTEL ALPHA 3 AREA START **/
.about-hotel-alpha-3{
    background: #ffffff;
}

.about-hotel-alpha-3 .about-text p {
    margin-bottom: 25px;
}

.about-hotel-alpha-3 .about-text ul {
    margin: 0 0 25px;
    width: 100%;
    padding: 0;
}

.about-hotel-alpha-3 .main-title-2 h1{
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 45px;
}

.about-hotel-alpha-3 .about-text ul li {
    list-style: none;
    line-height: 30px;
}

.about-hotel-alpha-3 .about-text ul li i {
    margin-right: 5px;
}

.about-hotel-alpha-3 img{
    border-radius: 5px;
}

.about-hotel-alpha-3 .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    opacity: 1;
}

.about-hotel-alpha-3 .left {
    float: left;
}

.about-hotel-alpha-3 .name {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}

.about-hotel-alpha-3 .signature{
    float: right;
}

.about-hotel-alpha-3 .signature img {
    vertical-align: middle;
    height: 53px;
}

.about-hotel-alpha-3 .bottom{
    width: 100%;
}

.about-hotel-alpha-3 h5 {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}

.about-hotel-alpha-3 .hotels-detail-slider{
    max-width: 500px;
    margin-left: auto;
}

/** HOTEL BOX AREA START **/
.hotel-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.hotel-box:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hotel-box .photo-thumbnail {
    position: relative;
    display: block;
}

.hotel-box .photo {
    position: relative;
    display: block;
    overflow: hidden;
}

.hotel-box .photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 8;
    background: linear-gradient(to top,rgb(47 45 45 / 62%) 0%,rgb(0 0 0 / 0%) 35%,rgba(2, 2, 2, 0) 60%,rgb(255 255 255 / 0%) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.hotel-box .photo img {
    width: 100%;
    transform: scale(1);
    transition: all 500ms ease;
}

.hotel-box .photo>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 62, 185, 0.5);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--moniz-base, #ffffff);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 9;
}

.hotel-box .photo>a>span {
    position: relative;
}

.hotel-box:hover .photo img {
    transform: scale(1.05);
}

.hotel-box:hover .photo>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
    border-radius: 0;
}

.hotel-box .photo>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.hotel-box .photo>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hotel-box .detail {
    padding: 25px 25px 25px;
}

.hotel-box .detail p {
    margin-bottom: 0;
    font-size: 15px;
}

.hotel-box .detail .location {
    margin: 0 0 15px;
}

.hotel-box .detail .location a i {
    margin-right: 3px;
}

.hotel-box .detail .location a{
    color: #5a5959;
}

.hotel-box .detail h3 {
    margin: 0 0 10px;
}

.hotel-box .detail .fecilities ul li {
    width: 33%;
    float: left;
    font-size: 15px;
    line-height: 29px;
}

.hotel-box .detail .fecilities ul li i{
    font-size: 15px;
    margin-right: 3px;
}

.hotel-box .pr {
    position: absolute;
    bottom: 15px;
    right: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    z-index: 20;
    font-size: 13px;
}

.hotel-box .pr .rating{
    font-size: 10px;
    text-align: right;
    margin: 0;
    color: #ffc12b;
}

.hotel-box .detail h4 sub {
    font-weight: 400;
}

.hotel-box .detail h3 a {
    font-size: 24px;
}

.content-room .hotel-box .detail .fecilities ul li {
    width: 50%;
}

/** HOTEL BOX 3 LIST AREA START **/
.hotel-box-3 .hotel-inner {
    position: relative;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100%!important;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.hotel-box-3 .hotel-inner .photo-overflow {
    overflow: hidden;
}

.hotel-box-3 .hotel-inner .property-photo {
    position: relative;
    transform: scale(1);
    transition: 1s;
}

.hotel-box-3 .hotel-inner .property-photo img{
    border-radius: 10px;
}

.hotel-box-3 .hotel-inner:hover .property-photo {
    transform: scale(1.1);
}

.hotel-box-3 .hotel-inner .property-photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgb(35 35 37 / 77%) 0%,rgb(35 35 37 / 39%) 35%,rgb(22 22 23 / 23%) 60%,rgba(0,0,0,0) 100%);
    border-radius: 10px;
    opacity: 1;
}

.hotel-box-3 .hotel-inner:hover .property-photo:before{
    background: linear-gradient(0,#0032c1,rgb(4 1 12 / 0%));
    opacity: .8;
}

.hotel-box-3 .hotel-inner h3 {
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0 0 12px;
    color: #fff;
    font-weight: 400;
    font-family: Mulish, sans-serif;
    font-size: 22px;
}

.hotel-box-3 .hotel-inner .ling-section {
    position: absolute;
    bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
}

.hotel-box-3 .hotel-inner h3 a{
    color: #fff;
    font-family: 'Jost', sans-serif;
}

.hotel-box-3 .hotel-inner h3 a:hover{
    color: #fff;
    opacity: 0.9;
}

.hotel-box-3 .hotel-inner .read-more-btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 87px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6;
    transition: 0.6;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 9px 22px;
    border-radius: 3px;
    background: #fff;
}

.hotel-box-3 .hotel-inner .read-more-btn::before {
    content: '';
    position: absolute;
    width: 0;
    -webkit-transition: .5s;
}

.hotel-box-3 .hotel-inner .facilities-list {
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 5px;
}

.hotel-box-3 .hotel-inner .facilities-list li {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.hotel-box-3 .hotel-inner .facilities-list li {
    float: left;
    margin-right: 20px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    list-style: none;
}

.hotel-box-3 .hotel-inner:hover .read-more-btn {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    text-align: left;
}

.hotel-box-3 .hotel-inner:hover h3 {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.hotel-box-3 .hotel-inner:hover .facilities-list {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

/** Hotel box 4 **/
.hotel-box-4 img{
    height: 500px;
}

.hotel-box-4 .detail{
    max-width: 350px!important;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.2);
    background: #fff;
    text-align: left;
}

.hotel-box-4 .detail ul {
    margin-bottom: 20px;
}

.hotel-box-4 .detail .location{
    margin-bottom: 20px;
}

.hotel-box-4 .detail .location a{
    color: #5a5959;
}

.hotel-box-4 .detail ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    width: 50%;
    float: left;
}

.hotel-box-4 .detail ul li strong {
    font-weight: 500;
}

.hotel-box-4 .detail ul li a{
    color: #fff;
}

.hotel-box-4 .detail h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

.hotel-box-4 .detail h3 a:hover{
    color: #353535;
}

.hotel-box-4 .carousel-caption {
    right:0;
    bottom: 0;
    left: 0;
    top: 0;
    padding: 100px 30px;
}

.hotel-box-4 .carousel-item{
    border-radius: 10px;
}

.hotel-box-4 .btn-3 {
    padding: 0 25px 0 25px;
    line-height: 38px;
}

.hotel-box-4 .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: #000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    opacity: 1;
    border-radius: 3px!important;
}

.hotel-box-4 .carousel-indicators {
    margin-bottom: 20px;
}

.hotel-box-4 .btn-4 {
    padding: 0 25px;
    line-height: 40px;
    border-radius: 3px;
    letter-spacing: 0;
}

/** HOTEL BOX LIST 2 AREA START **/
.hotel-box-list-2 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    align-items: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.hotel-box-list-2:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hotel-box-list-2 .photo-thumbnail {
    position: relative;
    display: block;
}

.hotel-box-list-2 .photo {
    position: relative;
    display: block;
    overflow: hidden;
}

.hotel-box-list-2 .photo img {
    width: 100%;
    transform: scale(1);
    transition: all 500ms ease;
}

.hotel-box-list-2 .photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 8;
    background: linear-gradient(to top,rgb(47 45 45 / 58%) 0%,rgb(0 0 0 / 29%) 35%,rgba(2, 2, 2, 0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.hotel-box-list-2 .photo>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 62, 185, 0.5);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--moniz-base, #ffffff);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hotel-box-list-2 .photo>a>span {
    position: relative;
}

.hotel-box-list-2:hover .photo img {
    transform: scale(1.05);
}

.hotel-box-list-2:hover .photo>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
    border-radius: 0;
}

.hotel-box-list-2 .photo>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.hotel-box-list-2 .photo>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hotel-box-list-2 .pr {
    position: absolute;
    bottom: 15px;
    right: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    z-index: 20;
    font-size: 13px;
}

.hotel-box-list-2 .pr .rating {
    font-size: 10px;
    text-align: right;
    margin: 0;
    color: #ffc12b;
}

.hotel-box-list-2 .detail {
    padding: 0 25px;
}

.hotel-box-list-2 .detail h3 {
    margin: 0 0 10px;
}

.hotel-box-list-2 .detail p {
    margin-bottom: 15px;
}

.hotel-box-list-2 .detail p a{
    color: #5a5959;
}

.hotel-box-list-2 .detail p a:hover{
    color: #5a5959;
}

.hotel-box-list-2 .detail h3{
    margin-bottom: 10px;
}

.hotel-box-list-2 .detail h3 a {
    font-size: 24px;
    font-weight: 700;
}

.hotel-box-list-2 .fecilities ul{
    padding: 0;
}

.hotel-box-list-2 .detail .fecilities ul li {
    float: left;
    font-size: 15px;
    line-height: 30px;
    width: 33.33%;
}

.hotel-box-list-2 .detail .fecilities ul li:last-child{
    margin-right: 0;
}

.hotel-box-list-2 .detail .fecilities ul li i {
    font-size: 15px;
    margin-right: 3px;
}

.hotel-box-list-2.hbl-2 .heading {
    margin-bottom: 10px;
}

.hotel-box-list-2.hbl-2 .fecilities {
    margin: 0;
    padding: 0;
}

.hotel-box-list-2.hbl-2 .fecilities li {
    list-style: none;
    line-height: 30px;
    font-size: 15px;
    width: 33.33%;
    float: left;
}

.hotel-box-list-2.hbl-2 .fecilities li i {
    margin-right: 5px;
    font-size: 20px;
}

.hotel-box-list-2.hbl-2 .detail h3 a{
    font-size: 30px;
    font-weight: 700;
}

.hotel-box-list-2.hbl-2 .detail h3 span{
    float: right;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}

.hotel-box-list-2.hbl-2 .detail {
    padding: 0 35px;
}

.hotel-box-list-2.hbl-2 .detail p {
    margin-bottom: 20px;
}

/** OUR FACILTIES SECTION 3 AREA START **/
.our-facilties-section-3 .container-fluid{
    padding: 0;
}

.our-facilties-section-3 .our-facilties-2{
    padding: 100px 100px 75px;
}

.our-facilties-section-3 .main-title{
    text-align: left;
}

.our-facilties-section-3 .our-facilties-2 ul li {
    list-style: none;
    line-height: 50px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    position: relative;
}

.our-facilties-section-3 .our-facilties-2 ul li:hover a{
    color: #fff;
}

.our-facilties-section-3 .our-facilties-2 ul li i {
    width: 66px;
    height: 66px;
    float: left;
    line-height: 66px;
    font-size: 20px;
    border-radius: 50px;
    margin-right: 15px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    position: absolute;
    top: -8px;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.our-facilties-section-3 .our-facilties-2 ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    margin-left: 80px;
    color: #5a5959;
}

.our-facilties-section-3 img{
    height: 640px;
}

/** OUR FACILTIES SECTION 2 AREA START **/
.our-facilties-section-2{
    padding: 100px 0 70px;
    position: relative;
}

.our-facilties-section-2::before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/img-4.png);
}

.our-facilties-section .item{
    border-radius: 5px;
}

.our-facilties-section .item img{
    border-radius: 5px;
}

.service-text p{
    margin-bottom: 20px;
}

.our-facilties-section-2 .mls{
    margin-left: 20px;
}

.our-facilties-section-2 .service-text h1{
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 45px;
}

.services-box {
    margin: 0 0 30px;
    padding: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: left;
    background: #fff;
    overflow: hidden;
}

.services-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    color: #fff;
}

.services-box i{
    display: inline-block;
    vertical-align: middle;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.services-box:hover i {
    transform: rotateY(360deg);
}

.services-box .icon {
    position: absolute;
    font-size: 40px;
    height: auto;
    background: transparent;
}

.services-box .icon i {
    line-height: normal;
}

.services-box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -80px;
    height: 2px;
    width: 80px;
    transition: all 0.8s;
}

.services-box:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -80px;
    height: 2px;
    width: 80px;
    transition: all 0.8s;
}

.services-box:hover:before {
    left: 0px;
}

.services-box:hover:after {
    right: 0px;
}

.services-box .detail {
    margin-left: 60px;
}

.services-box h3 {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 22px;
}

.services-box p {
    position: relative;
    margin-bottom: 0;
}

.services-box .number {
    font-size: 162px;
    line-height: 1;
    color: #3a30300a;
    display: inline-block;
    position: absolute;
    z-index: 0;
    right: 20px;
    font-weight: 700;
    margin-top: -25px;
    font-family: "Poppins", sans-serif;
}

/** SERVICES BOX 2 AREA START **/
.services-box-2 {
    margin:0 10px 50px 0;
}

.services-box-2 i {
    width: 65px;
    height: 65px;
    float: left;
    text-align: center;
    line-height: 65px;
    font-size: 27px;
    border-radius: 0;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

    vertical-align: middle;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.services-box-2:hover i {
    border-radius: 100%;
    transform: rotateY(360deg);
}

.services-box-2 .icon {
    padding-right: 20px;
}

.services-box-2 h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.services-box-2 p{
    margin-bottom: 0;
}

/** Services box 3 start **/
.services-box-3 {
    margin: 0 auto 30px;
    position: relative;
    background: #fff;
    padding: 30px;
    width: 100%;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 30px;
}

.services-box-3:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.services-box-3.df-box:hover:before {
    -webkit-transform: rotate(2deg)
    translateX(-5px) translateY(16px);
    transform: rotate(2deg)
    translateX(-5px) translateY(16px);
}

.services-box-3.df-box:before {
    content: " ";
    width: 95%;
    height: 95%;
    z-index: -3;
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 1px;
    border-radius: 12px;
    background-repeat: repeat-x;
    outline: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.services-box-3.df-box:after {
    background: #FFF;
    border-radius: 10px;
}

.services-box-3 h5 {
    margin: 5px 0 15px;
    font-weight: 700;
    font-size: 24px;
}

.services-box-3 h5 a{
    color: #383737;
}

.services-box-3 p{
    margin-bottom: 0;
}

.services-box-3 i{
    font-size: 60px;
}

.services-box-3.df-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.services-box-3:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}

/** OUR FACILTIES AREA START **/
.our-facilties ul {
    margin: 30px 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 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    color: #5a5959;
}

.our-facilties ul li i {
    width: 45px;
    height: 45px;
    float: left;
    line-height: 45px;
    font-size: 20px;
    border-radius: 50px;
    margin-right: 15px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.our-facilties ul li:hover  i {
    transform: rotateY(360deg);
}

/** RECENT NEWS ITEM AREA START **/
.recent-news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.recent-news-item .thumb {
    width: 75px;
    margin-top: 5px;
}

.recent-news-item .thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5%;
    box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
}

.recent-news-item .content {
    width: calc(100% - 90px);
    padding-left: 15px;
}

.recent-news-item h3 {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 21px;
}

.recent-news-item .listing-post-meta {
    font-size: 16px;
    color: #5a5959;
}

.recent-news-item .listing-post-meta a{
    color: #5a5959;
}

/** TESTIMONIALS 2 **/
.testimonials-2 {
    padding: 100px 0;
    background: url(../img/img-2.jpg);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-2 .testimonials-inner {
    position: relative;
    max-width: 570px;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.testimonials-2 .testimonials-inner:before {
    content: "";
    position: absolute;
    width: 91px;
    height: 71px;
    background-image: url(../img/quote.jpg);
    bottom: 30px;
    right: 30px;
}

.testimonials-2 .testimonials-inner .user {
    background-color: #DDDDDD;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    left: 0;
    position: absolute;
    top: 30px;
    transition: background-color .15s linear;
    display: block;
    z-index: 999!important;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.testimonials-2 .testimonials-inner:hover .user {
    transform: rotateY(360deg);
    color: #fff;
}

.testimonials-2 .testimonials-inner a img {
    bottom: 2px;
    border-radius: 50%;
    display: block;
    height: 120px;
    width: 120px;
    position: absolute;
    top: 0px;
    box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
}

.testimonials-2 .testimonials-inner .testimonial-info {
    margin: 0 0 0 60px;
    padding: 40px 30px 40px 90px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.testimonials-2 .testimonials-inner h3 {
    font-size: 22px;
    margin:0 0 5px;
    font-weight: 700;
}

.testimonials-2 .testimonials-inner .rating {
    font-size: 16px;
}

.testimonials-2 .testimonials-inner .rating i {
    color: orange;
}

/** TESTIMONIALS 3 **/
.testimonials-3 {
    background: #fff;
    padding: 33px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.testimonials-3 p {
    margin: 0 0 15px;
}

.testimonials-3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    z-index: -1;
}

.testimonials-3:hover::before {
    height: 100%;
}

.testimonials-3 .author-name {
    margin-bottom: 35px;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.testimonials-3:hover p{
    color: #fff;
}

.testimonials-3 .testimonials-avatar img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #ececec;
    box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
    margin-bottom: 15px;
}

.testimonials-3:hover .author-name{
    color: #fff;
}

.testimonials-3:hover .btn-slider .carousel-indicators .active {
    background: #fff;
    border: 1px solid #fff;
}

.testimonials-3 .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    opacity: 1;
    border-radius: 3px!important;
}

.testimonials-3 .carousel-indicators {
    margin-bottom: 0;
}

.testimonials-3:hover .carousel-indicators [data-bs-target]{
    background-color: #fff;
}

.testimonials-3:hover .carousel-indicators .active{
    background: #fff!important;
}

/** TESTIMONIALS 4 **/
.testimonial-4 {
    background-color: #eef1f6;
    padding: 100px 0;
}

.testimonial-4 .main-title{
    margin-bottom: 0;
    text-align: left;
}

.testimonial-4 .testimonial-item-new {
    position: relative;
    z-index: 1;
    padding: 55px 40px 40px;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    background: #fff;
    margin-top: 50px;
    border-radius: 5px;
}

.testimonial-4 .testimonial-item-new .pl-40{
    padding-left: 20px;
}

.testimonial-4 .testimonial-item-new .author-img img {
    border-radius: 50%;
    height: 100px;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

.testimonial-4 .testimonial-item-new .author-img{
    z-index: 999!important;
    position: absolute;
    top: -50px;
    right: 0;
    width: 100%;
}

.testimonial-4 .testimonial-item-new .author-img .author-avatar {
    max-width: 100px!important;
    margin: 0 30px 0 auto;
}

.testimonial-4 .testimonial-item-new:hover img{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.testimonial-4 .testimonial-item-new .author-img .icon{
    position: absolute;
    top: 70px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-4 .testimonial-item-new .rating i {
    display: inline-block;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    color: orange;
}

.testimonial-4 .testimonial-item-new:hover .left-line::before {
    background: #000;
}

.testimonial-4 .testimonial-item-new:hover .author-img .icon {
    background: #000;
}

.testimonial-4 .testimonial-item-new:hover .rating i {
    color: #000;
}

.testimonial-4 .testimonial-item-new:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.testimonial-4 .testimonial-item-new .author-content{
    margin-bottom: 15px;
}

.testimonial-4 .testimonial-item-new .author-content h5.left-line {
    position: relative;
}

.testimonial-4 .testimonial-item-new .left-line:before {
    width: 25px;
    height: 2px;
}

.testimonial-4 .testimonial-item-new .left-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 15px;
    height: 2px;
    z-index: 1;
}

.testimonial-4 .testimonial-item-new .author-content h5 .desig {
    font-size: 17px;
    font-weight: 500;
}

.testimonial-4 .testimonial-item-new:hover .author-content h5 .desig {
    color: #000;
}

.testimonial-4 .testimonial-item-new .author-content h5{
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 700;
}

.testimonial-4 .testimonial-item-new:hover .author-content h5 .desig {
    color: #000;
}

.testimonial-4 .testimonial-item-new:hover .left-line::before {
    background: #000;
}

.testimonial-4 .testimonial-item-new .author-img .icon {
    background: #000;
}

.testimonial-bg-5 .testimonial-item-new{
    background: #fbfbfb;
}

/** Testimonial 5 start **/
.testimonial-5{
    padding: 100px 0;
    position: relative;
    background: #fbfbfb;
}

.testimonial-5 h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial-5 h1 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    font-size: 180px;
    font-weight: 900;
    margin: 0;
    line-height: 0.8;
    left: 30px;
    margin-bottom: 20px;
    margin-left: -5px;
    font-family: 'Roboto', sans-serif !important;;
}

.testimonial-5 .testimonial-info {
    text-align: center;
    padding: 18px 0 0;
    background: #fff;
}

.testimonial-5 .testimonial-detail{
    padding: 50px 65px 100px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    position: relative;
    background: #fff;
}

.testimonial-5 .testimonial-info .user-pic {
    border: 0;
    height: 100px;
    width: 100px;
    overflow: hidden;
    transform: rotate(45deg);
    margin-bottom: 30px;
    border-radius: 10px;
}

.testimonial-5 .testimonial-info .user-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #FFF;
}

.testimonial-5 .testimonial-info .user-pic img {
    transform: rotate(-45deg) scale(1.35);
    box-shadow: 1px 1.732px 50px 0px rgb(0 0 0 / 15%);
}

.testimonial-info .testimonial-info .info {
    margin-bottom: 20px;
}

.testimonial-5 .testimonial-info .job {
    margin-bottom: 20px;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.testimonial-5 .testimonial-info .testimonial-text {
    font-size: 18px;
}

.testimonial-5 .testimonial-info .testimonial-text p {
    margin-bottom: 30px;
}

.testimonial-5 .testimonial-info .carousel-indicators img{
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
}

.testimonial-5 .carousel-control-prev{
    display: none;
}

.testimonial-5 .carousel-control-next{
    display: none;
}

.testimonial-5 .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    bottom: 50px;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 100px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-5 .dbt1{
    background: url(../img/avatar/avatar-1.jpg);
}

.testimonial-5 .dbt2{
    background: url(../img/avatar/avatar-2.jpg);
}

.testimonial-5 .dbt3{
    background: url(../img/avatar/avatar-3.jpg);
}

.testimonial-5 .dbt4{
    background: url(../img/avatar/avatar-4.jpg);
}

.testimonial-5 .dbt5{
    background: url(../img/avatar/avatar-6.jpg);
}

.testimonial-5 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin:0;
    list-style: none;
}

/** Popular places item start **/
.popular-places-section .popular-places-item {
    position: relative;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100%!important;
    overflow: hidden;
}

.gallery-section{
    margin-bottom: 50px;
}

.popular-places-section .popular-places-item .photo-overflow {
    overflow: hidden;
}

.popular-places-section .popular-places-item .property-photo {
    position: relative;
    transform: scale(1);
    transition: 1s;
}

.popular-places-section .popular-places-item:hover .property-photo {
    transform: scale(1.2);
}

.popular-places-section .popular-places-item .property-photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgb(35 35 37 / 77%) 0%,rgb(35 35 37 / 39%) 35%,rgb(22 22 23 / 23%) 60%,rgba(0,0,0,0) 100%);
    border-radius: 0;
    opacity: 1;
}

.popular-places-section .popular-places-item:hover .property-photo:before{
    background: linear-gradient(0,#0032c1,rgb(4 1 12 / 0%));
    opacity: .8;
}

.popular-places-section .popular-places-item h3 {
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0 0 12px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}

.popular-places-section .popular-places-item .ling-section {
    position: absolute;
    bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
}

.popular-places-section .popular-places-item h3 a{
    color: #fff;
    font-family: 'Jost', sans-serif;
}

.popular-places-section .popular-places-item h3 a:hover{
    color: #fff;
    opacity: 0.9;
}

.popular-places-section .popular-places-item .read-more-btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 87px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6;
    transition: 0.6;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 9px 22px;
    border-radius: 3px;
    background: #fff;
}

.popular-places-section .popular-places-item .read-more-btn::before {
    content: '';
    position: absolute;
    width: 0;
    -webkit-transition: .5s;
}

.popular-places-section .popular-places-item .text {
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 5px;
}

.popular-places-section .popular-places-item p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.popular-places-section .popular-places-item:hover p{
    color: #fff;
}

.popular-places-section .popular-places-item:hover .read-more-btn {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    text-align: left;
}

.popular-places-section .popular-places-item:hover h3 {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.popular-places-section .popular-places-item:hover .text {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.popular-places-section .popular-places-item img{
    height: 356px;
}

.popular-places-section .carousel-control-prev-icon {
    width: 30px;
    height: 40px;
    background: #15151530;
    border-radius: 3px;
    opacity: 1;
    line-height: 38px;
    font-size: 20px;
    margin: 20px;
}

.popular-places-section .carousel-control-next-icon{
    width: 30px;
    height: 40px;
    background: #15151530;
    border-radius: 3px;
    opacity: 1;
    line-height: 38px;
    font-size: 20px;
    margin: 20px;
}

.popular-places-section .carousel-control-next, .carousel-control-prev {
    width: auto;
    opacity: 1;
}

/** STAFF BOX 1 AREA START **/
.staff-box-1{
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.staff-box-1:hover{
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.staff-box-1 .photo {
    position: relative;
}

.staff-box-1 .photo img {
    width: 100%;
}

.staff-box-1 .photo .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(12, 62, 185, 0.5);
    padding: 8px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 500ms ease 0s;
}

.staff-box-1 .photo .overlay .border {
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff47;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.staff-box-1 .photo .overlay .border .icon-holder {
    width: 50px;
    height: 50px;
    background: #fff;
    margin: 4px;
    border-radius: 50%;
    transition: all 500ms ease 0s;
}

.staff-box-1 .photo .overlay .border .icon-holder a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    color: #272727;
    border-radius: 50%;
    line-height: 50px;
    transition: all 500ms ease 0s;
    background: #fff;
}

.staff-box-1 .photo .overlay .border .icon-holder a i{
    line-height: 50px!important;
}

.staff-box-1 .photo .overlay .border .icon-holder a:hover{
    color: #fff;
}

.staff-box-1:hover .photo .overlay {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.staff-box-1 .content {
    transition: .5s;
    padding: 30px 25px 25px;
    text-align: center;
}

.staff-box-1 .content h4 {
    margin-bottom: 8px;
}

.staff-box-1 .content h4 a{
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 8px;
}

.staff-box-1 .content h4 a:hover{
    color: #212529;
}

.staff-box-1 .content p {
    margin-bottom: 5px;
}

.staff-box-1 .content p a {
    color: #5a5959;
}

/** STAFF BOX 2 AREA START **/
.staff-box-2{
    background: #fff;
    -webkit-transition: .3s;
    margin: 0 1px;
    transition: .3s;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.staff-box-2:hover{
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.staff-box-2 .photo {
    position: relative;
}

.staff-box-2 .photo img {
    width: 100%;
}

.staff-box-2 .photo .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(12, 62, 185, 0.5);
    padding: 8px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 500ms ease 0s;
}

.staff-box-2 .photo .overlay .border {
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff47;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.staff-box-2 .photo .overlay .border .icon-holder {
    width: 50px;
    height: 50px;
    background: #fff;
    margin: 4px;
    border-radius: 50%;
    transition: all 500ms ease 0s;
}

.staff-box-2 .photo .overlay .border .icon-holder a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    color: #272727;
    border-radius: 50%;
    line-height: 50px;
    transition: all 500ms ease 0s;
    background: #fff;
}

.staff-box-2 .photo .overlay .border .icon-holder a i{
    line-height: 50px!important;
}

.staff-box-2 .photo .overlay .border .icon-holder a:hover{
    color: #fff;
}

.staff-box-2:hover .photo .overlay {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.staff-box-2 .detail {
    padding: 25px 20px 20px 30px;
}

.staff-box-2 .detail h4 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
}

.staff-box-2 .detail h5 {
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: 600;
    color: #5a5959;
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
}

.staff-box-2 .detail .contact ul li {
    line-height: 29px;
    font-size: 15px;
    position: relative;
    padding-left: 22px;
}

.staff-box-2 .detail .contact ul li a{
    color: #5a5959;
}

.staff-box-2 .detail .contact ul li a:hover{
    color: #5a5959;
}

.staff-box-2 .detail .contact ul li i {
    left: 0;
    position: absolute;
    line-height: 30px;
}

/** STAFF BOX 3 BOX AREA START **/
.staff-box-3 {
    padding: 40px;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.staff-box-3:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.staff-box-3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 0;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.staff-box-3:hover::before {
    height: 100%;
}

.staff-box-3 .photo {
    height: 130px;
    left: 30px;
    width: 130px;
    float: left;
    margin-right: 20px;
}

.staff-box-3 .photo img{
    width: 100%;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    display: inline-block;
}

.staff-box-3:hover .photo img{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.staff-box-3 .detail {
    float: left;
    margin-top: 15px;
}

.staff-box-3 .detail .member-socials a{
    font-size: 16px;
    margin-right: 10px;
}

.staff-box-3 .detail h3{
    margin: 0 0 8px;
}

.staff-box-3 .detail h3 a{
    font-size: 22px;
    color: #212121;
}

.staff-box-3 .detail h3 a:hover{
    color: #212529;
}

.staff-box-3 .detail p{
    margin-bottom: 10px;
    font-size: 16px;
}

.staff-box-3 .facebook-color {
    color: #4867aa;
}

.staff-box-3 .twitter-color {
    color: #33CCFF;
}

.staff-box-3 .google-color {
    color: #db4437;
}

.staff-box-3 .linkedin-color {
    color: #0177b5;
}

/** Staff box 4 start **/
.staff-box-4 {
    margin-bottom: 30px;
    text-align: center;
}

.staff-box-4 .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.staff-box-4 .thumb .info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    z-index: 1;
    transition: all .65s ease-in-out;
}

.staff-box-4 .thumb .info h4 {
    text-transform: capitalize;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
}

.staff-box-4 .thumb .info span {
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}

.staff-box-4 .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50%;
    width: 100%;
    transition: all 0.35s ease-in-out;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(39 56 137 / 90%) 90%) repeat scroll 0 0;
}

.staff-box-4 .thumb .overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -10%);
    padding: 30px;
    transition: all 0.35s ease-in-out;
    z-index: 1;
    opacity: 0;
}

.staff-box-4 .thumb .overlay h4 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.staff-box-4 .thumb .overlay h4 a{
    color: #fff;
}

.staff-box-4 .thumb .overlay p {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.staff-box-4 .thumb .overlay ul {
    margin-top: 20px;
}

.staff-box-4 .thumb .overlay ul li {
    display: inline-block;
    margin: 0 5px;
}

.staff-box-4 .thumb .overlay ul li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #ffffff;
    color: #232323;
    border-radius: 50%;
}

.staff-box-4 .thumb .overlay ul li a:hover{
    color: #fff;
}

.staff-box-4 .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.staff-box-4 .item:hover .thumb .info {
    opacity: 0;
    bottom: -100%;
}

.staff-box-4 .item:hover .thumb .overlay {
    opacity: 1;
    transform: translate(0, -50%);
}

.staff-box-4 .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.staff-box-4 .item:hover .thumb::after {
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(54 65 193 / 77%) 90%) repeat scroll 0 0;
}

/** Counters start **/
.counters {
    background: url(../img/img-1.jpg);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    overflow: hidden;
    position: relative;
}

.counters:before {
    content: "";
    position: absolute;
    width: 140%;
    height: 140%;
    opacity: 0.78;
    background-image: linear-gradient(338deg, #0f20e780 0%, #2c00ddd4 91%);
    z-index: 2;
    top: -20%;
    left: -20%;
}

.counters .counters-inner {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    width: 100%;
}

.counters .counter-box {
    text-align: center;
    height: 350px;
    position: relative;
    float: left;
    width: 100%;
}

.counters .counter-box:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    border-left: 1px dashed #fff;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.counters .counter-box:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    border-left: 1px dashed #fff;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.counters .counter-box:hover:before {
    height: 80px;
}

.counters .counter-box:hover:after {
    height: 80px;
}

.counters .counter-box-inner{
    margin-top: 106.5px;
}

.counters .counter-box h1 {
    font-weight: 700;
    color: #fff;
    margin: 15px 0 10px;
    font-size: 35px;
    font-family: 'Ubuntu', sans-serif;
}

.counters .counter-box h5 {
    margin: 0;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 500;
    font-family: 'Mulish', sans-serif;
}

.counters .counter-box {
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.counters .counter-box .icon-img {
    transition: background-color .15s linear;
    display: block;
    z-index: 999!important;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    max-width: 50px;
    margin: 0 auto;
    color: #fff;
    line-height: inherit;
}

.counters .counter-box .icon-img img{
    width: 100%;
}

.counters .counter-box:hover i {
    transform: rotateY(360deg);
}

/** Counters 2 start **/
.counters-2 {
    position: relative;
    z-index: 2;
}

.counters-2::after {
    content: "";
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fbfbfb;
    z-index: -1;
}

.counters-2 .counter-box {
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgb(19 33 42 / 4%);
    display: flex;
}

.counters-2 .counter-box .counter-style {
    border-right: solid 1px #12101029;
    padding: 30px 10px 20px 30px;
    align-items: center;
    display: flex;
    flex-grow: 1;
}

.counters-2 .counter-box .counter-style .counter-num {
    font-size: 50px;
}

.counters-2 .counter-box .counter-style .counter-num span{
    font-weight: 800;
}

.counters-2 .counter-box .counter-style .counter-text {
    font-size: 18px;
    font-weight: 500;
    width: calc(100% - 110px);
}

.counters-2 .counter-box .counter-style.cs4{
    border-right: none;
}

.counters-2 .counter-box .counter-style .counter-num{
    width: 100px;
}

/** Counters 3 start **/
.counters-3{
    padding: 100px 0 70px;
}

.counters-3 .counter-box{
    color: #222;
    text-align: center;
    width: 185px;
    height: 185px;
    padding: 15px;
    margin: 0 auto 30px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
}

.counters-3 .counter-box:before,
.counters-3 .counter-box:after{
    content: '';
    background: linear-gradient(to right, #3da2f4, #1a57f2);
    height: 50%;
    width: 95%;
    border-radius: 120px 120px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.counters-3 .counter-box:after{
    border-radius: 0 0 120px 120px;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.counters-3 .counter-box .counter-content{
    background-color: #fff;
    height: 100%;
    padding: 55px 10px 30px;
    border-radius: 50%;
    box-shadow: 5px 5px rgba(0,0,0,0.1);
}

.counters-3 .counter-box .counter{
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 0;
    color: #1a57f2;
    font-family: 'Mulish', sans-serif;
}

.counters-3 .counter-box .counter-value{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Mulish', sans-serif;
    color: #212121;
}

.counters-3 .counter-box.orange:before,
.counters-3 .counter-box.orange:after{
    background: linear-gradient(to right, #EB9421, #EF6024);
}

.counters-3 .counter-box.orange .counter{
    color: #EF6024;
}

.counters-3 .counter-box.purple:before,
.counters-3 .counter-box.purple:after{
    background: linear-gradient(to right, #8475B6, #483F90);
}

.counters-3 .counter-box.purple .counter{
    color: #483F90;
}

.counters-3 .counter-box.green:before,
.counters-3 .counter-box.green:after{
    background: linear-gradient(to right, #ADCE37, #61BC47);
}

.counters-3 .counter-box.green .counter{
    color: #61BC47;
}

/** Counters 4 start **/
.counters-4{
    padding: 60px 0 95px;
    background: #fff;
    display: flex;
}

.counters-4 .counter-box{
    color: #fff;
    background: linear-gradient(to right bottom, #FFD81B, #f9b12a);
    text-align: center;
    width: 180px;
    height: 180px;
    padding: 40px 10px 20px;
    float: left;
    border-radius: 10px 10px 100px 100px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin:0 0 5px 10px;
}

.counters-4 .counter-box:after{
    content: '';
    background-color: #f9b12a;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.counters-4 .counter-box .counter{
    font-size: 45px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 15px;
    display: block;
    color: #fff;
    font-family: 'Mulish', sans-serif;
}

.counters-4 .counter-inner{
    max-width: 760px;
    background: green;
    margin-left: auto;
}

.counters-4 .counter-box h5{
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    font-family: 'Mulish', sans-serif;
}

.counters-4 .counter-box.green{ background: linear-gradient(to right bottom, #a9dd23, #52C242); }
.counters-4 .counter-box.green:after{ background: #52C242; }
.counters-4 .counter-box.cgreen{ background: linear-gradient(to right bottom, #01AD9F, #008888); }
.counters-4 .counter-box.cgreen:after{ background: #008888; }
.counters-4 .counter-box.blue{ background: linear-gradient(to right bottom, #00C5EF, #0092f4); }
.counters-4 .counter-box.blue:after{ background: #0092f4; }
.counters-4 .main-title-3{
    margin-bottom: 0;
}

.counters-4 .main-title-2 h1{
    font-size: 30px;
    font-weight: 700;
    margin:0 0;
}

.counters-4 .left{
    flex: 0 0 27%;
}

.counters-4 .right{
    flex: 0 0 73%;
}

.counters-4 .ml-0{
    margin-left: 0!important;
}

.counters-4 .main-title-4{
    text-align: left;
    margin-bottom: 0;
}

/** BLOG 1 AREA START **/
.blog-1 {
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    background: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.blog-1:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-1 .detail {
    padding: 45px 25px 20px;
}

.blog-1 .blog-image {
    position: relative;
}

.blog-1 .blog-image::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: rgba(12, 62, 185, 0.5);
}

.blog-1 .blog-image img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 111;
}

.blog-1 .blog-image::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: rgba(12, 62, 185, 0.5);
}

.blog-1:hover .blog-image::before, .blog-1:hover .blog-image::after {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    visibility: visible;
}

.blog-1 .blog-photo {
    position: relative;
}

.blog-1 .blog-photo img {
    width: 100%;
}

.blog-1 .profile-user img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.blog-1 .profile-user {
    position: absolute;
    bottom: -27.5px;
    left: 20px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px;
    z-index: 999!important;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.blog-1:hover .profile-user {
    transform: rotateY(360deg);
}

.blog-1 .post-meta {
    width: 100%;
    margin-bottom: 15px;
}

.blog-1 .post-meta ul li {
    margin: 0 15px 0 0;
    display: inline-block;
    font-size: 15px;
    color: #535353;
    line-height: 26px;
}

.blog-1 .post-meta ul li strong {
    font-weight: 500;
}

.blog-1 .post-meta ul li a {
    color: #535353;
}

.blog-1 .post-meta ul li span {
    color: #535353;
}

.blog-1 .post-meta ul li i {
    font-size: 13px;
    margin-right: 5px;
}

.blog-1 .detail h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 15px;
}

.blog-1 .float-right{
    float: right;
}

.blog-1 .detail h3 a {
    color: #212121;
}

.blog-1 .detail h3 a:hover {
    color: #535353;
}

.blog-1 .mr-0 {
    margin-right: 0!important;
}

.blog-1 .date-box {
    position: absolute;
    top: 15px;
    font-size: 11px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 10px 0 5px;
    right: 19px;
    border-radius: 5px 5px 0 5px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 999;
}

.blog-1 .date-box span {
    font-size: 17px;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}

.blog-1 .date-box::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 10px solid transparent;
    bottom: -10px;
    right: 0;
}

.blog-1:hover .date-box{
    background: #fff;
}

.blog-1:hover .date-box::after {
    border-right: 10px solid #fff;
}

.blog-big .detail h3{
    font-size: 26px;
    margin:0 0 20px;
}

.d-none{
    display: none;
}

.blog-big:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.blog-big .tags-box ul li a {
    margin: 0;
    padding: 6.5px 15px 7.5px;
}

.blog-big .social-list li a {
    font-size: 17px;
    line-height: 40px;
    height: 40px;
    width: 40px;
}

.blog-big .detail{
    padding: 45px 25px 30px;
}

.blog-big .tag-shere {
    margin-top: 40px;
}

.blog-big .tag-shere h2 {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px;
}


/** BLOG 2 AREA START **/
.blog-2 {
    margin: 0 1px;
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    background: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 15px;
    border-radius: 10px;
}

.blog-2:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-2 .detail {
    padding: 0 5px 0 30px;
    display: inline-block;
}

.blog-2 .detail h3 {
    margin:0 0 10px;
    font-size: 24px;
}

.blog-2 .detail p {
    margin-bottom: 13px;
}

.blog-2 .date-box {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 15px 8px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 999;
}

.blog-2 .blog-image {
    position: relative;
    border-radius: 10px;
}

.blog-2 img{
    border-radius: 10px;
}

.blog-2 .blog-image::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: rgba(12, 62, 185, 0.5);
    border-radius: 10px;
}

.blog-2 .blog-image img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 111;
}

.blog-2 .blog-image::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: rgba(12, 62, 185, 0.5);
    border-radius: 10px;
}

.blog-2:hover .blog-image::before, .blog-2:hover .blog-image::after {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    visibility: visible;
}

.blog-2 .blog-photo {
    position: relative;
}

.blog-2 .blog-photo img {
    width: 100%;
}

/** Blog 3 start **/
.blog-3 {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 2;
    background: #fff;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.blog-3:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-3 .photo {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-3 .photo img {
    width: 100%;
    transform: scale(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
}

.blog-3:hover .photo .overlay-icon {
    transform: perspective(400px) scaleY(1.0);
}

.blog-3 .photo .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
}

.blog-3 .photo .overlay-icon a {
    position: relative;
    display: inline-block;
}

.blog-3 .photo .overlay-icon span {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}

.blog-3 .photo::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(12, 62, 185, 0.5);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.blog-3:hover .photo img {
    transform: scale(1.2) rotate(1deg);
}

.blog-3:hover .photo::after {
    opacity: 1;
    transform: scaleY(1.0);
}

.blog-3 .detail {
    padding: 30px 25px 30px;
}

.blog-3 .title {
    position: relative;
    display: block;
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 15px;
}

.blog-3 .title::before {
    position: absolute;
    top: 0;
    left: -35px;
    width: 3px;
    height: 100%;
    content: "";
}

.blog-3 .post-meta li {
    position: relative;
    float: left;
    color: #5a5959;
    font-size: 15px;
    margin-right: 30px;
}

.blog-3 .post-meta li i{
    margin-right: 5px;
}

.blog-3 .post-meta li a{
    color: #5a5959;
}

.blog-3 .post-meta {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 13px;
}

/** BLOG 4 AREA START **/
.blog-4 .inner-box {
    position: relative;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-4 .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.blog-4 .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(37,38,56,0.8)20%, rgba(37,38,56,0.2) 50%);
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.blog-4 .inner-box .image-box img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
    height: 500px;
}

.blog-4 .inner-box .content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.blog-4 .inner-box .content-box .text {
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 100%;
    padding: 0px 30px 0px 30px;
}

.blog-4 .inner-box .content-box .text h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.blog-4 .inner-box .content-box .text h4 a{
    color: #fff;
}

.blog-4 .inner-box .content-box .text h4 a:hover{
    opacity: 0.8;
}

.blog-4 .inner-box .content-box .text .post-info li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
}

.blog-4 .inner-box .content-box .text .post-info li i {
    font-size: 14px;
    margin-right: 5px;
}

.blog-4 .inner-box .content-box .text .post-info li a {
    display: inline-block;
    color: #fff;
}

.blog-4 .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.blog-4 .inner-box .post-date {
    position: absolute;
    top: 15px;
    font-size: 12px;
    width: 60px;
    height: 77px;
    text-align: center;
    padding: 10px 0 5px;
    right: 19px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 999;
    background: #fff;
}

.blog-4 .inner-box span {
    font-size: 25px;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
}

/** PARTNERS AREA START **/
.partners {
    text-align: center;
    padding: 50px 0 40px;
}

.partners h4 {
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 22px;
}

.partners img{
    max-width:150px;
    margin: 0 auto;
}

.partners .custom-slider {
    width: 100%;
    margin: auto;
}

.partners .slick-slider{
    user-select: none;
}

.partners .slick-next{
    right: 0;
    display: none!important;
}

.partners .slick-prev{
    left: 0;
    display: none!important;
}

/**  Partners start **/
.partners-2 {
    padding: 40px 0 30px;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.partners-2::after {
    position: absolute;
    left: -15%;
    top: 0;
    height: 101%;
    width: 53%;
    content: "";
    z-index: -1;
    border-radius: 0 20px 20px 0;
    transform: skewX(-10deg);
}

.partners-2 img{
    max-width:160px;
    margin: 0 auto;
}

.partners-2 .partners-inner{
    margin-top: 7px;
}

.partners-2 h2{
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
}

.partners-2 .left-info{
    max-width: 370px;
}

.partners-2 p{
    color: #fff;
}

.partners-2 .slick-slider-area{
    margin-top: 24px;
}

/** INTRO SECTION START **/
.intro-section {
    padding: 35px 0;
    color: #ffffff;
}

.intro-section .btn-3 {
    float: right;
    margin-top: 14px;
}

.intro-text p {
    font-size: 17px;
    margin-bottom: 0;
    color: #fff;
}

.intro-text h3 {
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 5px;
    color: #fff;
}

/** OUR NEWSLATTERS AREA START **/
.our-newslatters {
    text-align: center;
    background: #fbfbfb;
    padding: 50px 0;
}

.our-newslatters h3 {
    margin:0 0 10px;
    font-size: 30px;
    font-weight: 700;
}

.our-newslatters p {
    margin-bottom: 20px;
    font-size: 16px;
}

.our-newslatters .form-info {
    max-width: 550px;
    margin: 0 auto;
}

.our-newslatters .form-inline {
    border-radius: 50px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff;
}

.our-newslatters .form-inline .form-control {
    width: 67%;
    height: 55px;
    padding: 10px 15px 10px 30px;
    border-radius: 0;
    font-size: 16px;
    outline: 0;
    border: 1px solid #fff;
    background: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.our-newslatters .form-inline .btn {
    width: 33%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.our-newslatters .form-control:focus {
    box-shadow: none;
}

/** Events AREA START **/
.events-box {
    background: #fff;
    margin: 0 auto 30px;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.events-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.events-box .recent-news-theme {
    position: relative;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    z-index: 1;
}

.events-box .recent-news-theme::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(12, 62, 185, 0.5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transform: scaleX(0);
    transition: all 500ms ease;
    z-index: 1;
}

.events-box .recent-news-theme img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 500ms ease;
    transform: scale(1);
}

.events-box:hover .recent-news-theme:before {
    transform: scaleX(1);
}

.events-box:hover .recent-news-theme img {
    transform: scale(1.05);
}

.events-box h1 a {
    text-decoration: none;
}

.events-box h1 {
    font-size: 25px;
}

.events-box p {
    margin-bottom: 20px;
}

.events-box .date-box {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 9px 20px 7px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 999;
}

.events-box .events-box-content{
    padding: 30px;
}

.events-box .events-box-content h1 {
    font-size: 23px;
    margin: 0 0 10px;
    font-weight: 700;
}

.events-box .events-box-content ul {
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
}

.events-box .events-box-content ul li {
    margin-right: 15px;
    padding: 0;
    float: left;
}

.events-box .events-box-content ul li a {
    color: #5a5959;
    font-size: 15px;
}

.events-box .events-box-content ul li a i {
    margin-right: 5px;
}

.events-box .events-box-content p {
    margin: 0;
}

.events-details h1 {
    font-weight: 700;
}

.events-details .events-box-content h1{
    font-size: 26px;
    margin-bottom: 20px;
}

.events-box blockquote {
    margin-bottom: 40px;
    background: #fbfbfb;
    padding: 20px;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    border-left: 5px solid #eee;
    color: #848484;
}

.events-details:hover{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/** EVENTS BOX AREA START **/
.events-box-2{
    margin-bottom: 30px;
}

.events-box-2 .photo {
    position: relative;
}

.events-box-2 .photo {
    margin: 0 15px;
    z-index: 2;
    overflow: hidden;
    border-radius: 15px;
}

.events-box-2 .content {
    background: #fff;
    position: relative;
    padding: 35px 30px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 10px 30px 0 rgb(2 24 95 / 4%);
    box-shadow: 0 10px 30px 0 rgb(2 24 95 / 4%);
    border-radius: 0 0 15px 15px;
}

.events-box-2 .content .date-author {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
}

.events-box-2 .events-box-2 .title{
    margin-bottom: 15px;
}

.events-box-2 .date {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    background: #fff;
    padding: 7px 15px;
    border-radius: 5px;
}

.events-box-2 .photo img {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 15px;
}

.events-box-2:hover .photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 15px;
}

.events-box-2 .content:after {
    left: 0;
    top: -130px;
    width: 100%;
    height: 130px;
    background: #fff;
    content: "";
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 10px 30px 0 rgb(2 24 95 / 4%);
    box-shadow: 0 10px 30px 0 rgb(2 24 95 / 4%);
    border-radius: 15px 15px 0 0;
}

.events-box-2 .content p{
    margin-bottom: 0;
}

.events-box-2:hover p{
    color: #fff;
}

.events-box-2:hover .title a{
    color: #fff;
}

.events-box-2:hover .content .date-author {
    color: #fff;
}

.events-box-2 .title{
    font-size: 22px;
}

/** EVENTS BOX 3 AREA START **/
.events-box-3 {
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 30px 60px 0 rgb(0 29 35 / 7%);
    padding: 40px 50px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 15px;
}

.events-box-3 .event-thumb {
    width: 165px;
    flex: 0 0 165px;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 50%;
}

.events-box-3 .event-thumb img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
}

.events-box-3 .event-content {
    padding: 0 50px;
}

.events-box-3 .event-button{
    width: 157px;
    flex: 0 0 157px;
}

.events-box-3 .event-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.events-box-3 p{
    margin-bottom: 0;
}

.events-box-3 .meta {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.events-box-3 .meta li:not(:last-child) {
    margin-right: 15px;
}

.events-box-3 .meta .category {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 5px;
}

.events-box-3 .meta .date i {
    margin-right: 5px;
}

.events-box-3 .meta .date{
    color: #5a5959;
}

.events-box-3 .bordered-btn{
    padding: 11px 27px;
    border-radius: 50px;
    border: solid 2px #e7e7e7;
    font-size: 14px;
    font-weight: 600;
    color: #5a5959;
}

.events-box-3:hover .bordered-btn{
    color: #fff;
}

/** CATEGORY AREA START **/
.category-posts ul {
    margin: 0;
    padding: 0;
}

.category-posts ul li {
    padding: 8px 0;
    border-bottom: solid 1px #ededed;
    color: #5a5959;
    font-size: 16px;
}

.category-posts ul li:first-child{
    padding: 0 0 8px;
}

.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;
    padding-bottom: 0;
}

/** 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 2px 0px 0;
    padding: 4px 12px 5px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #696969;
    border: solid 1px #f3f3f3;
    background: #f3f3f3;
    border-radius: 2px;
}

.tags-box ul li a:hover {
    color: #fff;
}

/** RECENT COMMENTS ITEM AREA START **/
.recent-comments-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recent-comments-item .thumb {
    width: 75px;
    margin-top: 5px;
}

.recent-comments-item .thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5%;
    box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
}

.recent-comments-item .content {
    width: calc(100% - 90px);
    padding-left: 15px;
}

.recent-comments-item .content p{
    margin-bottom: 5px;
}

.recent-comments-item .content span b{
    font-weight: 600;
}

/** LATEST TWEET AREA START **/
.latest-tweet p {
    margin: 0 0 20px;
}

.latest-tweet p:last-child {
    margin: 0;
}

.latest-tweet p a:hover{
    color: #5a5959;
}

/** Recent Posts AREA START **/
.archives ul {
    margin: 0;
    padding: 0;
}

.archives ul li {
    padding: 8px 0;
    border-bottom: solid 1px #ededed;
    font-size: 16px;
}

.archives ul li:last-child {
    border-bottom: none;
}

.archives ul li a {
    text-decoration: none;
    color: #5a5959;
}

.archives ul li:last-child{
    padding-bottom: 0;
}

.archives ul li:first-child{
    padding-top: 0;
}

/** CONTACT 1 AREA START **/
.contact-1 .form-control {
    width: 100%;
    font-size: 15px;
    background: #fff;
    outline: 0;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}

.contact-1 .form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    outline: 0;
}

.contact-1 .btn-7{
    line-height: 54px;
}

.contact-1 .form-floating>label {
    padding: 1rem 1rem;
}

.contact-1 .form-floating {
    color: #535353;
}

.contact-1 .form-control:focus {
    box-shadow: none;
}

.contact-1 .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.contact-1 textarea {
    min-height: 210px;
}

.contact-1 .btn-message {
    border-radius: 50px;
    padding: 10px 60px 11px;
}

.contact-1 .contact-details{
    padding: 40px 40px 40px 35px;
    border-radius: 5px;
    margin-left: 50px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}

.contact-1 .contact-item {
    position: relative;
}

.contact-1 .contact-item i {
    font-size: 40px;
    line-height: 60px;
}

.contact-1 .contact-item .contant {
    margin-left: 15px;
}

.contact-1 .contact-item h4 {
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0 5px;
}
.contact-1 .contact-item p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.contact-1 .contact-item p a{
    color: #5a5959;
}

.contact-1 .contact-item .icon{
    width: 40px;
    text-align: center;
}

/** CONTACT 2 AREA START **/
.contact-2 .contact-info {
    margin-bottom: 45px;
}

.contact-2 .contact-info h3 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 27px;
}

.contact-2 .contact-info .contact-list {
    margin: 0 0 50px;
    padding: 0;
}

.contact-2 .contact-info .contact-list li {
    list-style: none;
    padding-left: 27px;
    position: relative;
    margin-bottom: 20px;
    line-height: 22px;
    color: #535353;
    font-size: 16px;
}

.contact-2 .contact-info .contact-list li i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
    font-size: 18px;
}

.contact-2 .contact-info .social-list {
    margin: 0;
    padding: 0;
}

.contact-2 .contact-info .social-list li {
    font-size: 13px;
}

.contact-2 .contact-info .contact-list li a{
    color: #535353;
}

.contact-2 .contact-info .social-list li{
    margin: 0;
}

.contact-2 .contact-info .social-list li a {
    font-size: 16px;
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    height: 45px;
    width: 45px;
    background: #fff;
    margin: 0 2px 2px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.contact-2 .contact-form form .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    background: #fff;
    outline: 0;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact-2 .contact-form form .form-control:focus {
    color: #495057;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact-2 .contact-form .form-group {
    margin-bottom: 20px;
}

.contact-2 textarea {
    min-height: 200px;
}

/** CONTACT DEtAILS AREA START **/
.contact-map {
    height: 400px !important;
}

.contact-map-content .map-content {
    width: 250px;
}

/** Faq info start **/
.faq-info .nav-tabs {
    background: transparent;
    border-bottom: none;
    margin-bottom: 30px;
}

.faq-info p{
    margin-bottom: 0;
}

.faq-info .nav-tabs .nav-link {
    display: block;
    padding: 12px 20px 12px;
    border-radius: 0;
    background: #fff;
    color: #535353;
}

.faq-info .nav-tabs .nav-link.active {
    color: #fff;
}

.faq-info .nav-tabs .nav-link:hover{
    color: #fff;
}

.faq-info .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    padding: 20px;
    font-size: 16px;
    color: #535353;
    text-align: left;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    margin-bottom: 10px;
    font-family: 'Mulish', sans-serif;
}

.faq-info .accordion-header{
    background-color: #fff;
}

.faq-info .accordion-button:focus {
    z-index: 3;
    outline: 0;
    background-color: #fff;
    box-shadow: none;
}

.faq-info .accordion-item{
    border: none;
    background: transparent;
}

.faq-info .accordion-button:not(.collapsed) {
    background-color: #fff;
}

.faq-info .accordion-body {
    padding: 30px 20px;
    margin-bottom: 10px;
    background: #fff;
}

.faq-info .accordion-body p{
    margin-bottom: 0;
}

.faq-info .accordion-button:not(.collapsed)::after {
    background-image: url(../img/down.jpg);
    transform: rotate(-180deg);
}

.faq-info.other-features .accordion-button {
    padding: 0;
    font-size: 16px;
    color: #383737;
    font-weight: 600;
    background-color:transparent;
    margin-bottom: 30px;
}

.faq-info.other-features .accordion-body {
    padding: 0 0 30px;
}

.faq-info.other-features .checkbox label::before {
    left: 0;
    margin-left: -18px;
    border-radius: 0;
}

/** ROOMS BANNER AREA START **/
.rooms-banner {
    padding: 0;
    position: relative;
}

.rooms-banner .slick-arrow {
    display: none!important;
}

.rooms-banner .slide-box {
    padding: 0;
    cursor: pointer;
}

.rooms-banner .slick-slide img{
    display: inline!important;
}

.rooms-banner img{
    height: 450px;
    width: 100%;
}

/** ROOM INFO HEADING **/
.room-info-heading{
    position: relative;
    width: 100%;
    height: auto;
    top: -60px;
    align-items: center;
}

.room-info-heading .room-info-heading-inner{
    padding: 30px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.room-info-heading .col-pad{
    padding: 0;
}

.room-info-heading .room-info-heading-inner img{
    width: 100%;
}

.room-info-heading .room-info-heading-inner ul{
    width: 100%;
    display: inline-block;
}

.room-info-heading .room-info-heading-inner ul li {
    float: left;
    font-size: 16px;
    margin:0 20px 3px 0;
}

.room-info-heading .room-info-heading-inner ul li:last-child{
    margin-right: 0;
}

.room-info-heading .room-info-heading-inner ul li i {
    margin-right: 0;
}

.room-info-heading .room-info-heading-inner p{
    font-size: 16px;
    margin-bottom: 0;
}

.room-info-heading .room-info-heading-inner .for-sale{
    padding: 4px 15px 2px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
}

.room-info-heading .room-info-heading-inner .content{
    padding: 0 30px;
}

.room-info-heading .photo{
    padding-left: 30px;
}

.room-info-heading .room-info-heading-inner h2{
    font-size: 30px;
    margin-bottom: 15px;
}

.room-info-heading .room-info-heading-inner h2 span{
    font-family: 'Mulish', sans-serif;
    font-size: 22px;
}

.room-info-heading .room-info-heading-inner h2 span small{
    color: #353535;
    font-size: 18px;
}

/** Comments start **/
.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin: 0;
    position: relative;
}

.comment-author {
    background-color: #DDDDDD;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    left: 0;
    position: absolute;
    top: 20px;
    transition: background-color .15s linear;
}

.comment-author a img {
    bottom: 2px;
    border-radius: 50%;
    display: block;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 0px;
    box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
}

.comment-content {
    margin: 0 0 20px 40px;
    padding: 20px 20px 20px 60px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.comment-content p{
    margin-bottom: 0;
}

.comment-meta-author {
    float: left;
    font-weight: 700;
    color: #212121;
    font-family: 'Cormorant', serif;
    font-size: 20px;
}

.comment-meta-author a {
    font-weight: 700;
    text-decoration: none;
}

.comment-meta-author a:hover {
    color: #5a5959;
}

.comment-meta-reply {
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 0 3px;
}

.comment-meta-reply a {
    border-radius: 2px;
    color: #fff;
    padding: 5px 8px;
    text-decoration: none;
}

.comment-meta-date {
    float: right;
    font-size: 13px;
}

.comment-body {
    color: gray;
    margin-top: 5px;
    line-height: 24px;
}

.comment-rating {
    color: orange;
    margin-bottom: 5px;
    font-size: 13px;
}

.comment-rating span{
    color: #5a5959;
    font-size: 14px;
    font-weight: 500;
}

.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;
}

/** PRICING 1 STARTED **/
.pricing-1 {
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 9px;
    overflow: hidden;
}

.pricing-1:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}

.pricing-1:hover:before {
    width: 100%;
}

.pricing-1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 9px;
}

.pricing-1:hover .plan-header h5, .pricing-1:hover .plan-price sup, .pricing-1:hover .plan-price, .pricing-1:hover .plan-header p, .pricing-1:hover .plan-price span, .pricing-1:hover .plan-list ul, .pricing-1:hover .plan-list ul li i {
    color: #fff!important;
}

.pricing-1:hover .plan-list ul li {
    border-bottom: 1px dashed #ffffff63;
}

.pricing-1 .plan-header .plan-price span {
    font-size: 16px;
    color: #535353;
    font-weight: 500;
}

.pricing-1 .plan-header {
    padding: 40px 22px 0;
    border-width: 1px;
    position: relative;
    text-align: center;
}

.pricing-1 .plan-header h5 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 25px;
}

.pricing-1 .plan-header .plan-price sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #535353;
    font-weight: 500;
}

.pricing-1 .plan-header .plan-price {
    font-size: 60px;
    font-weight: 700;
    position: initial;
    text-align: center;
    font-family: 'Jost', sans-serif;
    padding: 0;
    width: 100%;
}

.pricing-1 .plan-header .plan-price span {
    font-size: 16px;
    color: #535353;
    font-weight: 500;
}

.pricing-1 .plan-list {
    border-width: 0 1px 1px;
    padding: 20px 0 40px;
}

.pricing-1 .plan-list ul {
    display: table;
    margin: 0 auto;
    padding: 0 40px;
}

.pricing-1 .plan-list ul li {
    list-style: none;
    border-bottom: 1px dashed #eaeceb;
    line-height: 42px;
    font-size: 15px;
    font-weight: 500;
}

.pricing-1 .plan-list ul li i {
    margin-right: 12px;
}

.pricing-1 .plan-list ul li:last-child {
    border-bottom: none;
}

.pricing-1 .plan-button {
    padding-top: 20px;
}

.pricing-1 .pricing-btn {
    border-radius: 3px;
}

.pricing-1:hover .pricing-btn{
    background-color: #fff;
    border: solid 1px #fff;
}

.pricing-1 .pricing-btn {
    border-radius: 3px;
    font-size: 16px;
    padding: 7px 30px 8px;
}

/** FOOTER AREA START **/
footer {
    padding-top: 90px;
    background: #fff;
    z-index: 1;
    background: url(../img/footer.png) top left repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    color: #C5CDD9;
}

.footer-info{
    margin-bottom: 30px;
}

.footer-info .newsletter form input {
    width: 78%;
    height: 50px;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 16px;
    outline: none;
    float: left;
    margin-right: 5px;
}

.footer-info .newsletter form .btn-small {
    width: 19%;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
}

.footer-info .form-control:focus {
    box-shadow: none;
}

.newsletter form .btn-small:hover,
.newsletter form .btn-small:focus {
    outline: none;
    color: #fff;
}

.footer-info .newsletter form {
    width: 100%;
}

.footer-info .newsletter-inner p {
    font-size: 15px;
}

.footer-info .footer-logo {
    margin-bottom: 30px;
}

.footer-info .footer-logo img {
    height: 40px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-info .personal-info li {
    color: #C5CDD9;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.footer-info .personal-info li:last-child{
    margin-bottom: 0;
}

.footer-info .main-title-2 h1 {
    color: #fff;
}

.footer-item {
    margin-bottom: 50px;
    width: 100%;
    float: left;
}

.footer-info .personal-info li i {
    font-size: 18px;
    float: left;
    left: 0;
    position: absolute;
}

.footer-info .personal-info li a {
    color: #C5CDD9;
    text-decoration: none;
}

.footer-info p {
    line-height: 27px;
    margin-bottom: 25px;
    color: #C5CDD9;
}

.footer-info .main-title-2 .border-3 {
    background: #bdbdbd;
}

.logo-2 img {
    height: 40px;
}

.footer-info .links li {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
}

.footer-info .links li:last-child{
    margin-bottom: 0;
}

.footer-info .links li a {
    color: #C5CDD9;
}

.footer-info .links li a:hover{
    color: #fff;
}

.copy-right p a:hover{
    color: #fff;
}

/** COPY RIGHT AREA START **/
.copy-right {
    border-top: solid 1px #a3a3a340;
    padding: 25px 0;
    text-align: center;
    font-size: 15px;
}

.copy-right p{
    text-align: left;
    color: #C5CDD9;
    margin-bottom: 0;
    line-height: 45px;
}

.copy-right p a{
    color: #C5CDD9;
}

.copy-right .social-list{
    float: right;
}

.copy-right .social-list li {
    list-style: none;
    margin: 0;
    text-align: right;
}

.copy-right .social-list li a {
    display: inline-block;
    width: 45px;
    font-size: 17px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 0;
    color: #C5CDD9;
    background: #0f294a;
}

.copy-right .social-list li a:hover{
    color: #fff;
}

/** PAGINATION AREA START **/
.pagination-box{
    text-align: center;
}

.pagination{
    margin: 0 0 20px;
    display: inline-block;
}

.pagination li {
    display: inline-block;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0;
    margin: 0 5px 5px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 30px;
}

.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: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #5a5959;
}

.pagination .page-link:focus {
    box-shadow: none;
    color: #5a5959;
    background: #fff;
}

.pagination .page-item a.active{
    color: #fff;
}

/** Login section start **/
.login-section {
    background: #fff;
}

.login-section .form-section {
    min-height: 100vh;
    position: relative;
    /*text-align: center;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    padding: 15px 0;
    background: #fff;
}

.login-section .form-inner {
    max-width: 550px;
    width: 100%;
    padding: 0 15px;
    /*text-align: center;*/
}

.login-section .bg-img {
    min-height: 90vh;
   
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    background: #fff;
    background: rgba(0, 0, 0, 0.04) url(../img/about/login.png) top left repeat;
    z-index: 999;
    /*background-position: center center;
    background-repeat: no-repeat;*/
    background-size: cover;
}

.login-section .bg-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   /* background: rgb(0 15 191 / 63%);*/
}

.login-section .form-section .extra-login {
    float: left;
    width: 100%;
    margin: 10px 0 25px;
    text-align: center;
    position: relative;
}

.login-section .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}

.login-section .info {
    max-width: 710px;
    padding: 10px 30px;
    z-index: 999;
}

.login-section .info h1 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
    font-size: 45px;
    text-transform: uppercase;
}

.login-section .info p {
    color: #fff;
    line-height: 28px;
    opacity: 0.9;
}

.login-section .form-section .extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #616161;
    text-transform: capitalize;
    background: #fff;
}

.login-5 .pad-0 {
    padding: 0;
}

.login-section .form-section p {
    color: #616161;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}

.login-section .logo{
    float: none;
}

.login-section .form-section p a {
    font-weight: 500;
    color: #616161;
}

.login-section .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-section .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-2 .form-section .thembo {
    margin-left: 4px;
}

.login-section .form-section h3 {
    margin: 0 0 25px;
    font-size: 27px;
}

.login-section .form-section .form-group {
    margin-bottom: 25px;
}

.login-section .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

.login-section .form-section .form-box input {
    float: left;
    width: 100%;
}

.login-section .form-section .form-control {
    padding: 10px 20px;
    font-size: 16px;
    outline: none;
    height: 55px;
    background: rgba(23, 23, 23, 0.72);
    color: #616161;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid transparent;
    background: #f3f3f3;
}

.login-section .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-section .form-section .btn-md {
    cursor: pointer;
    padding: 13px 50px 12px 50px;
    font-size: 16px;
    height: 55px;
    font-weight: 500;
    border-radius: 3px;
}

.login-section .form-section input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.login-section .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-section .form-section .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-section .form-section .btn-theme {
    border: none;
    color: #fff;
}

.login-section .none-2 {
    display: none;
}

.login-section .form-section .terms {
    margin-left: 3px;
}

.login-section .form-section .checkbox {
    font-size: 14px;
}

.login-section .form-section .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.login-section .form-section .form-check a {
    color: #616161;
    float: right;
}

.login-section .form-section .form-check-input {
    position: absolute;
}

.login-section .form-section .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    background-color: #f3f3f3;
}

.login-section .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px;
    margin-left: 0px;
}

.login-section .form-section .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #616161;
}

.login-section .form-control:focus {
    box-shadow: none;
}

.login-section .form-check-input:focus {
    box-shadow: none;
}

.login-section .form-section input[type=checkbox]:checked + label:before {
    font-weight: 600;
    color: #f3f3f3;
    line-height: 16px;
    font-size: 11px;
    content: "\2713";
}

.login-section .form-section input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login-section .form-section a.forgot-password {
    font-size: 16px;
    color: #616161;
    float: right;
}

.login-section .logo{
    padding: 0;
    margin: 0;
}

.login-section .logo img {
    margin-bottom: 5px;
    height: 50px;
}

.login-section .social-list {
    margin-bottom: 30px;
}

.login-section .social-list a {
    width: 50px;
    height: 50px;
    line-height: 50px!important;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    margin: 2px;
    border-radius: 5%;
    background: #fff;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-section .social-list a:hover {
    color: #fff;
}

/** Social media **/
.login-section .facebook-bg {
    background: #4867aa!important;
}

.login-section .twitter-bg {
    background: #33CCFF!important;
}

.login-section .google-bg {
    background: #db4437!important;
}

.login-section .linkedin-bg {
    background: #1c82ca!important;
}

/** EXTRA SERVICE AREA START **/
.extra-service ul li span{
    float: right;
}

.extra-service-item {
    display: table;
    margin-bottom: 10px;
}

.extra-service-item .tag-item-name {
    position: relative;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding: 0;
}

.extra-service-item .border-centar {
    position: relative;
    display: table-cell;
    height: 3px;
    width: 98%;
    z-index: 1;
    background-image: -o-radial-gradient(circle closest-side,#cdcdcd 99%,transparent 100%);
    background-image: radial-gradient(circle closest-side,#cdcdcd 99%,transparent 100%);
    background-position: 50% 70%;
    background-size: 6px 2px;
    background-repeat: repeat-x;
}

.extra-service-item .label-items-value {
    position: relative;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding: 0;
    color: #5a5959;
}

.extra-service-item .price {
    margin: 0 6px 0 0;
    font-size: 18px;
}

/** SOCIAL LIST AREA START **/
.social-list {
    margin: 0;
    padding: 0;
}

.social-list li {
    list-style: none;
    margin: 0;
    display: inline-block;
}

.social-list li a {
    font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    height: 35px;
    width: 35px;
    background: #f3f3f3;
}

.social-media .social-list li a {
    font-size: 18px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 2px;
    text-align: center;
    line-height: 45px;
    background: #f3f3f3;
    color: #000;
}

.social-media .social-list li a:hover{
    color: #fff;
}

.social-media .social-list li{
    margin: 0 1px 2px 0;
}

/** PAGES 404 AREA START **/
.pages-404{
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background: #1B1B1B;
}

.pages-404 .error404 {
    line-height: .8;
    margin: 60px 0 40px;
    font-weight: 700;
    font-size: 250px;
    opacity: 2;
    color: #3F3F3F;
    text-shadow: 1px 1px 5px rgba(0,0,0,.4);
    font-family: 'Jost', sans-serif;
}

.pages-404 .nobottomborder h1 {
    font-size: 40px;
    font-weight: 700;
    margin:0 0 20px;
    color: #a9a3a3;
}

.pages-404 p{
    line-height: 30px;
    font-size: 17px;
    color: #a9a3a3;
}

.pages-404 .hr {
    width: 50px;
    height: 10px;
    background: #3F3F3F;
    text-shadow: 1px 1px 5px rgba(0,0,0,.4);
    margin: 15px 0px;
    border-radius: 10px;
}

.pages-404 .form-control {
    width: 72%;
    height: 50px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 15px;
    outline: 0;
    background-color: #eee;
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #000;
    font-weight: 400;
    box-shadow: none;
}

.pages-404 .btn, .pages-404 .btn:hover, .pages-404 .btn:active {
    width: 28%;
    border-radius: 0;
    height: 50px;
    line-height: 45px;
    padding: 0 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
}

.pages-404 .form-inline {
    display: flex;
    max-width: 400px;
}

.pages-404 .form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/** Comon Slick start **/
.comon-slick .slick .slick-list {
    padding: 0!important;
}

.comon-slick .slick-slide {
    outline: none
}

.comon-slick .slick-prev i{
    display: none;
}

.comon-slick .slick-next i{
    display: none;
}

.comon-slick .slick-prev::before {
    content: "â†";
}

.comon-slick .slick-next::before {
    content: "â†’";
}

.comon-slick .comon-slick-inner .slick-next{
    display: none!important;
}

.comon-slick .comon-slick-inner .slick-prev{
    display: none!important;
}

.slide-box {
    padding: 0 15px;
}

.comon-slick .csi2 .slick-prev{
    position:absolute;
    top:48%;
    display: initial!important;
    z-index: 1;
}

.comon-slick .csi2 .slick-next{
    position:absolute;
    top:48%;
    display: initial!important;
    z-index: 1;
}

.comon-slick .csi2 .slick-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    border-radius: 100px;
    z-index: 999;
    left: -10px;
    text-align: center;
    background: #fff;
    border: none;
    opacity: 1;
    font-size: 20px;
    display: initial;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.comon-slick .csi2 .slick-prev::before {
    content: "â†";
}

.comon-slick .csi2 .slick-next::before {
    content: "â†’";
}

.comon-slick .csi2 .slick-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 999;
    right: -10px;
    text-align: center;
    background: #fff;
    opacity: 1;
    font-size: 20px;
    display: initial;
    border: none;
    border-radius: 100px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.comon-slick .csi2 .slick-prev:hover {
    color: #fff;
}

.comon-slick .csi2 .slick-next:hover {
    color: #fff;
}


/** 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: #3e3d3c;
    cursor: pointer;
    margin-bottom: 30px;
}

.photo-gallery .filtr-item {
    padding: 0 15px;
}

.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: 20px;
    font-weight: normal;
    color: #fff;
}

.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;
}

/** TABBING BOX AREA START **/
.tabbing-box .tab-pane {
    padding-top: 30px;
}

.tabbing-box .nav-tabs {
    background: #fff;
    border-bottom: solid 1px #fff;
}

.tabbing-box .nav-tabs li {
    font-size: 16px;
    font-weight: 500;
}

.tabbing-box .nav-tabs .nav-link{
    padding: 10.5px 20px;
    color: #5a5959;
    font-weight: 500;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    border-radius: 0;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    border-radius: 0;
    color: #fff;
}

.tabbing-box .nav-tabs .nav-link {
    border: none;
}

.tabbing-box .accordion-item{
    background: transparent;
}

/** NEWS POPULAR TESTIMONIALS SECTION AREA START **/
.news-popular-testimonials-section .main-title {
    text-align: left;
    margin-bottom: 30px;
}

.news-popular-testimonials-section .main-title h1 {
    font-size: 30px;
}

.news-popular-testimonials-section{
    padding: 100px 0 50px;
    background: #fff;
}




/** OTHER SECTION **/
blockquote {
    margin-bottom: 40px;
    padding: 20px;
    background: #fbfbfb;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    border-left: 5px solid #eee;
    color: #848484;
}

.blog-share {
    float: right;
    text-align: right;
}



/** Hotel section-4 **/
.hotel-section-4 {
    padding: 100px 0 105px;
    position: relative;
}

.hotel-section-4 .testimonials-inner:before {
    content: "";
    width: 30%;
    height: 40%;
    position: absolute;
    top: 10%;
    left: 0;
    bottom: 20%;
    -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 50% 80%, 0% 30%, 0% 50%);
    z-index: -999;
}

.hotel-section-4 .testimonials-inner:after {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    top: 30%;
    right: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 30% 0, 70% 10%);
    clip-path: polygon(0 0, 100% 50%, 100% 80%);
}

/** 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: 700;
    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: 700;
    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: 700;
}

/** MAIN TITLE AREA START **/
.main-title {
    text-align: center;
    margin-bottom: 50px;
}

.main-title h1 {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 45px;
}

.main-title-3 {
    text-align: center;
    margin-bottom: 50px;
}

.main-title-3 h1 {
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 45px;
    color:#fff;
}

.main-title p{
    font-weight: 400;
    font-size: 18px;
    color:#5a5959;
    margin: 0;
}

.main-title-2 h1 {
    font-size: 26px;
    margin: 0 0 10px;
    font-weight: 700;
}

.main-title-2 h1 a {
    text-decoration: none;
}

.main-title-2 h1 a:hover {
    color: #212121;
}

.main-title-2 {
    margin-bottom: 25px;
}

.footer-info .main-title-2 {
    margin-bottom: 25px;
}

.footer-info .main-title-2 h1 {
    font-size: 27px;
}

.rating {
    margin: 0 0 10px;
    padding: 0;
}

.rating li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
}

.ratings {
    color: orange;
    font-size: 12px;
}

.panel {
    background: transparent;
}

/** NAV TABS START **/
.nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
}

.rooms-detail-slider h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #212121;
}

.rooms-detail-slider .t-slider-l {
    top: 48%;
    left: 5px;
}

.rooms-detail-slider .t-slider-r {
    top: 48%;
    right: 5px;
}

.rooms-detail-slider .slick-slide img{
    display: inherit;
    cursor: pointer;
}

/** LIST INLINE LISTING AREA START **/
.list-inline-listing {
    padding: 0;
    margin: 0 0 25px 0;
    text-align: center;
}

.list-inline-listing li {
    padding: 8px 25px 6px;
    background: #fff;
    color: #5a5959;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 0 1px 5px;
    font-weight: 500;
    border-radius: 50px;
    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);
}

/** SETTING BUTTON START **/
.setting-button {
    background: #eee;
    position: absolute;
    font-size: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: -60px;
    color: #fff;
    top: 0;
    border-radius: 0;
    cursor: pointer;
}

.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;
}


/** ROOMS DETAILS PAGE AREA START **/
.rooms-details-page p {
    color: #5a5959;
    line-height: 25px;
}

/** AMENITIES AREA START **/
.amenities ul {
    margin: 0 0 5px;
    padding: 0;
}

.amenities li {
    list-style: none;
}

.amenities ul li span {
    font-weight: 700;
}

.amenities ul li {
    list-style: none;
    margin-bottom: 15px;
    color: #5a5959;
    font-size: 16px;
}

.amenities ul li i {
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

/** HOUSE RULES AREA START **/
.house-rules ul {
    margin: 0;
    padding: 0;
}

.house-rules ul li span {
    margin-right: 10px;
    font-weight: 700;
}

.house-rules ul li {
    line-height: 30px;
    list-style: none;
    color: #5a5959;
}

/** FORM SEARCH AREA START **/
.form-search {
    position: relative;
}

.form-search .form-control {
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    box-shadow: none;
    border-radius: 3px;
    padding: 10px 20px;
    height: 55px;
}

.form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 14.5px 12px;
}

.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%;
}

/** PRICING WRAP PAGE AREA START **/
.pricing-wrap th {
    color: #212121;
    font-size: 16px;
}

.pricing-wrap td, .pricing-wrap th {
    border: 1px solid #ebebeb;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    width: 5%;
    color: #5a5959;
}

.pricing-wrap td, .pricing-wrap tbody{
    font-weight: 400;
}

/** HEADING ROOMS PAGE AREA START **/
.heading-rooms h3 {
    font-weight: 700;
    margin-top: 0;
    font-size: 30px;
}

.heading-rooms h3 span {
    color: #212121;
    font-family: 'Mulish', sans-serif;
    font-size: 22px;
}

.heading-rooms p {
    margin-bottom: 0;
}

.heading-rooms h5 {
    text-align: right;
    font-size: 16px;
    margin: 0;
    color: #5a5959;
    font-weight: 500;
    font-family: 'Mulish', sans-serif;
}

.heading-rooms ul {
    margin: 0;
    padding: 0;
}

.heading-rooms ul li {
    list-style: none;
    float: right;
    color: orange;
}

.heading-rooms{
    margin-bottom: 15px;
}

/** SIDEBAR AREA START **/
.sidebar .contact-form textarea {
    min-height: 130px;
}

.sidebar .properties-box .detail header {
    padding-bottom: 0;
}

.sidebar{
    margin: 0 0 30px 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.sidebar .main-title-2 h1 {
    font-size: 26px;
    margin: 0 0 10px;
    font-weight: 700;
}

.sidebar .main-title-2 {
    margin-bottom: 20px;
}

.sidebar .inside-video iframe {
    width: 100%;
    border: 0;
    height: 250px !important;
}

.sidebar-widget {
    padding: 30px;
    border-bottom: solid 1px #eaeaea;
}

/** TYPOGRAPHY SECTION AREA START **/
.typography-section .heading {
    font-weight: 700;
    margin-bottom: 20px;
}

/** MARGIN AREA START **/
.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-0{
    margin-bottom: 0;
}

.mt-20 {
    margin-top: 20px;
}

.mr-0 {
    margin-right: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.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;
}

/** SOCIAL COLOR AREA START **/
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc !important;
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

/** CAROUSEL CUSTOM AREA START **/
.thumb-preview {
    width: 100%;
}

.thumbs {
    width: 100%;
    margin: 12px auto;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: flex!important;
}

.bg-grey{
    background: #fff;
}

.bg-grey-2{
    background: #eef1f6;
}

.bg-grey-3{
    background: #fbfbfb;
}

.panel {
    -webkit-box-shadow: none;
}

/** 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;
}

/** STEPWIZARD **/
.stepwizard .stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.stepwizard .stepwizard-row:before {
    top: 35px;
    content:" ";
    z-index: 0;
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 78%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.stepwizard .stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard .stepwizard-step h3{
    margin-bottom: 30px;
    font-size: 22px;
    text-align: center;
}

.stepwizard .btn-circle {
    width: 70px;
    height: 70px;
    line-height: 45px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    z-index: 2;
    left: 0;
    text-align: center;
    font-size: 25px;
    margin: 0 auto 20px;
}

.stepwizard .btn-circle:hover{
    color: #fff;
}

.stepwizard .btn-success {
    color: #fff;
}

.stepwizard .btn-check:focus+.btn-success, .btn-success:focus {
    box-shadow: none!important;
}

.stepwizard .btn-success{
    color: #fff!important;
}

/** BOOKING HEADING **/
.booking-heading-2 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
}

/** BOOLING DETAILS BOX **/
.booling-details-box {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.booling-details-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #eaeaea;
    font-family: 'Mulish', sans-serif;
}

.booling-details-box ul {
    margin: 25px 0;
    padding: 0 0 25px;
    border-bottom: solid 1px #eaeaea;
}

.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;
    color: #212121;
}

.booling-details-box .info{
    padding: 30px;
}

.booling-details-box .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 5px;
    background-color: #fff;
    opacity: 1;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.booling-details-box .carousel-indicators {
    margin-bottom: 15px;
}

.booling-details-box-2{
    align-items: center;
}

.booling-details-box-2 .info{
    padding: 0px 40px;
}

/** BOOKING FLOW **/
.booking-flow .contact-form label {
    margin-bottom: 5px;
    font-size: 16px;
    color: #5a5959;
}

.booking-flow .contact-form .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    background: #fff;
    outline: 0;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.booking-flow .contact-form .form-group {
    margin-bottom: 30px;
}

.booking-flow .country {
    width: 100%;
}

.booking-flow .bootstrap-select {
    width: 100% !important;
}

.booking-flow .bootstrap-select .btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    background: #fff;
    outline: 0;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.booking-flow .bootstrap-select .btn:hover {
    border: 1px solid #dbdbdb;
    background: #fff;
    color: #6f6b6b;
}

.booking-flow .bootstrap-select .dropdown-toggle:focus {
    outline: 0 auto -webkit-focus-ring-color !important;
}

.booking-flow .bootstrap-select>.dropdown-toggle:after {
    margin-top: 0;
}

.booking-flow .checkbox label{
    padding-left: 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-flow .contact-form{
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.booking-flow .contact-form .sidebar-widget{
    padding: 30px 30px 0;
}

.booking-flow .sw-2{
    border-bottom: none;
}

/** YOUR ADDRESS **/
.your-address {
    padding: 0 0 5px;
    margin-bottom: 25px;
    border-bottom: solid 1px #eaeaea;
    color: #5a5959;
}

.your-address > strong {
    margin-bottom: 20px;
    display: block;
    float: left;
    font-weight: 600;
}

.your-address > address {
    margin-left: 120px;
}

.your-address > address strong {
    margin-bottom: 20px;
}

.your-address strong{
    font-weight: 600;
}

/** 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 (max-width: 1200px){
    .hotel-box-list-2 .detail {
        padding: 0 20px!important;
    }

    .hotel-box-list-2.hbl-2 .detail {
        padding: 0 35px!important;
    }

    .our-facilties-section-3 .our-facilties-2 {
        padding: 100px 50px 75px;
    }

    .hotel-box-4 .w-100 {
        width: auto!important;
    }

    .d-none2-1200{
        display: none;
    }

    .booling-details-box-2 ul {
        margin: 15px 0;
        padding: 0 0 15px;
    }

    .booling-details-box ul li {
        line-height: 25px;
    }

    .search-area-box-2{
        padding: 30px;
        border-radius: 3px;
    }

    .room-info-heading .room-info-heading-inner ul li {
        font-size: 15px;
        margin: 0 15px 3px 0;
    }

    .room-info-heading .room-info-heading-inner h2 {
        font-size: 25px;
    }

    .room-info-heading .room-info-heading-inner h2 span {
        font-size: 20px;
    }

    .room-info-heading .room-info-heading-inner h2 span small {
        font-size: 16px;
    }

    .hotel-box-list-2 .photo img{
        height: 185px;
    }

    .hotel-box-list-2.hbl-2 .photo img{
        height: auto;
    }

    .partners-2::after {
        width: 57%;
        border-radius: 0 10px 10px 0;
        transform: skewX(350deg);
    }

    .counters-4 .counter-box {
        width: 165px;
        margin: 0 0 5px 5px;
    }

    .staff-box-2 img{
        height: 228px;
    }

    .pages-404 .error404 {
        font-size: 220px;
    }

    .blog-2 .detail {
        padding: 25px 25px 0px;
    }

    .blog-2 .detail h3 {
        font-size: 20px;
    }

    .hotel-box-list-2 .detail p{
        margin-bottom: 10px;
    }

    .mls {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .our-facilties ul {
        margin: 40px 0 0 0;
    }

    .hotel-box-list-2 .detail{
        padding: 25px!important;
    }

    .search-area-box-2{
        display: none;
    }

    .hotel-box-list-2.hbl-2 .detail p{
        display: none;
    }

    .hotel-box-list-2.hbl-2 .detail {
        padding: 0 25px!important;
    }

    .hotel-box-list-2.hbl-2 .detail h3 {
        font-size: 20px;
    }

    .hotel-box-list-2.hbl-2 .detail h3 a{
        font-size: 24px;
    }

    .hotel-box-list-2.hbl-2 .fecilities li i {
        margin-right: 3px;
        font-size: 15px;
    }

    .about-hotel-alpha .about-content-section {
        margin-left: 0;
    }

    .about-hotel-alpha-3 .about-text{
        margin-bottom: 50px;
    }

    .about-hotel-alpha-3 .hotels-detail-slider {
        max-width: 100%;
        margin: auto;
    }

    .about-hotel-alpha .about-content-section h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .about-hotel-alpha .about-img-section .about-box-Experience {
        left: 250px;
    }

    .about-hotel-alpha .about-img-section{
        margin-bottom: 50px;
    }

    .about-content-section h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .blog-4 .inner-box .width-auto img {
        width: auto;
        height: auto;
    }

    footer{
        padding-top: 75px;
    }

    .events-box-3 .event-content {
        padding: 30px 0;
    }

    .events-box-3 .event-button {
        flex: 0 0 auto;
    }

    .events-box-3 {
        padding: 30px 30px 40px;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-info {
        margin-bottom: 15px;
    }

    .counters-3 {
        padding: 80px 0 50px;
    }

    .hotel-box-4 img {
        height: 400px;
    }

    .hotel-box-4 .carousel-caption {
        padding: 50px 20px;
    }

    .hotel-box-4 .carousel-indicators {
        margin-bottom: 10px;
    }

    .our-facilties-section-3 .main-title {
        text-align: center;
    }

    .our-facilties-section-3 .carousel-dark{
        display: none;
    }

    .our-facilties-section-3 .our-facilties-2 {
        padding: 80px 50px 55px;
    }

    .hotel-box-list-2 .photo img{
        height: auto;
    }

    .partners-2::after {
        position: initial;
    }

    .partners-2 h2{
        color: #212121;
    }

    .partners-2 p{
        color: #5a5959;
    }

    .partners-2 .left-info {
        max-width: 100%;
        text-align: center;
    }

    .counters .counter-box:before{
        display: none;
    }

    .counters .counter-box:after{
        display: none;
    }

    .counters .counter-box{
        height: auto;
        padding: 20px 0;
    }

    .counters {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .counters .counters-inner {
        position: relative !important;
        top: 0% !important;
        transform: perspective(1px) translateY(0%) !important;
    }

    .counters .counters-inner .count-item {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .counters .counters-inner .counter-box-inner {
        margin-top: 0;
    }

    .counters-4 .left {
        flex: 0 0 100%;
    }

    .counters-4 .right {
        flex: 0 0 100%;
    }

    .counters-4 .main-title-4 {
        margin-bottom: 40px;
        text-align: center;
    }

    .counters-4 {
        padding: 80px 0 75px;
    }

    .counters-4 .counter-box {
        width: 130px;
        height: 130px;
        padding: 35px 10px 15px;
        border-radius: 5px;
    }

    .counters-4 .counter-inner {
        max-width: 535px;
        margin: 0 auto;
    }

    .counters-4 .counter-box {
        margin: 0 2px 5px;
    }

    .counters-4 .counter-box h5 {
        font-size: 15px;
    }

    .counters-4 .counter-box .counter{
        font-size: 35px;
        margin-bottom: 5px;
    }

    .news-popular-testimonials-section{
        padding: 80px 0 30px;
    }

    .staff-box-2 img{
        height: auto;
    }

    .bnt-none-992{
        display: none;
    }

    .search-area-box-1 .room-header{
        margin-bottom: 20px;
    }

    .booling-details-box-2 .info {
        padding: 30px;
    }

    .stepwizard{
        margin-bottom: 40px;
    }

    .search-area-box-12{
        display: flex;
    }

    .content-area-17 {
        padding: 20px 0 50px;
    }

    .login-section .bg-img{
        display: none;
    }

    .our-newslatters {
        padding: 30px 0;
    }

    .testimonial-4 .main-title {
        margin-bottom: 40px;
        text-align: center;
    }

    .testimonial-4 {
        padding: 80px 0;
    }

    .testimonial-5 .title {
        text-align: center;
        margin-bottom: 40px;
    }

    .testimonial-5 {
        padding: 80px 0;
    }

    .counters-2 .counter-box {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .counters-2 .counter-box .counter-style.cs5 {
        border-bottom: solid 1px #12101029;
    }

    .counters-2 .counter-box .counter-style.cs6 {
        border-right: none;
        border-bottom: solid 1px #12101029;
    }

    .about-hotel-alpha-2 .hotel-banner{
        padding-left: 0;
        margin: auto;
    }

    .popular-places-section .popular-places-item img{
        height: auto;
    }

    .d-none-992{
        display: none;
    }

    .hotel-section-4 {
        padding: 80px 0 85px;
    }

    .content-area-16 {
        padding: 60px 0 80px;
    }

    .c-mb{
        margin-bottom: 50px;
    }

    .blog-2 .detail {
        padding: 30px 0 20px;
    }

    .blog-2 .detail h3 {
        font-size: 22px;
    }

    .about-hotel-alpha-3 .main-title-2 h1{
        font-size: 40px;
    }

    .service-text {
        margin: 0 0 50px 0;
    }

    .st2{
        margin: 0 0 40px 0;
        text-align: center;
    }

    .st2 h1{
        margin:0 0 15px!important;
    }

    .our-facilties-section-2{
        padding: 80px 0 50px;
    }

    .our-facilties-section-2 .service-text h1 {
        font-size: 40px;
    }

    .main-title-3 h1 {
        font-size: 40px;
    }

    .fecilities{
        margin-bottom: 0;
    }

    .contact-1 .contact-details {
        padding: 40px 40px 40px 35px;
        border-radius: 5px;
        margin: 50px 0 0 0;
        background: #fff;
    }

    .d-none{
        display: initial;
    }

    .d-none2{
        display: none;
    }

    .our-facilties .hidden2-mb-0{
        margin: 0;
    }

    .our-facilties .hidden-mb-0{
        margin: 0;
    }

    .about-hotel-alpha-2 .text{
        max-width: 100%;
        margin: 0 auto 50px;
        text-align: center;
    }

    .services-2{
        padding: 80px 0 50px;
    }

    .services-2 .service-text {
        margin:0 0 50px;
    }

    .about-hotel-alpha-2 h1 {
        font-size: 40px;
    }

    .pages-404 .error404 {
        font-size: 140px;
        margin-top: 0;
    }

    .pages-404 .nobottomborder h1 {
        font-size: 30px;
    }

    .staff-box-2 .detail {
        padding: 25px;
    }

    .testimonials-2 {
        padding: 80px 0;
    }

    .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 a {
        line-height: 40px;
    }

    .booling-details-box {
        margin-bottom: 30px;
    }

    .content-area-10 {
        margin-bottom: 70px;
    }

    .content-area-11 {
        margin-bottom: 50px;
    }

    .content-area-12{
        padding-top: 80px;
    }

    .content-area-13 {
        padding: 80px 0;
    }

    .content-area-14 {
        padding: 80px 0 115px;
    }

    .content-area-15 {
        padding: 80px 0 50px;
    }

    .booking-flow .contact-form .form-group {
        margin-bottom: 30px;
    }

    .content-area {
        padding: 80px 0 50px;
    }

    .content-area-2 {
        padding: 40px 0;
    }

    .content-area-6 {
        padding: 80px 0;
    }

    .content-area-7 {
        margin-bottom: 80px;
    }

    .services-box-2 {
        margin: 0 auto 35px;
    }

    .content-area-5 {
        padding: 80px 0 45px;
    }

    .content-area-8 {
        margin-bottom: 50px;
    }

    .main-title {
        margin-bottom: 40px;
    }

    .main-title-3 {
        margin-bottom: 40px;
    }

    .content-area-3 {
        margin-bottom: 45px;
    }

    .setting-button {
        font-size: 14px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        left: -45px;
    }

    .mb-60 {
        margin-bottom: 60px;
    }

    .div-mb-30 {
        margin-bottom: 30px;
        width: 100%;
        display: inline-block;
    }

    .bordered-right {
        border-right: transparent;
    }

    .logo-2 img {
        height: 33px;
    }

    .search-area-box-1 .search-contents h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .main-title h1{
        font-size: 40px;
    }

    .main-title p {
        font-size: 17px;
    }

    .news-popular-testimonials-section .main-title h1 {
        font-size: 28px;
    }

    .our-facilties-section-2 .mls{
        margin: 0;
    }
}

@media (max-width: 768px) {
    .setting-button {
        display: none;
    }

    .stepwizard .btn-circle {
        width: 50px;
        height: 50px;
        line-height: 23px;
        border-radius: 5px;
        font-size: 16px;
    }

    .stepwizard .stepwizard-step h3 {
        font-size: 16px;
    }

    .stepwizard .stepwizard-row:before {
        top: 25px;
    }

    .stepwizard {
        margin-bottom: 20px;
    }

    .hotel-box-list-2.hbl-2 .detail {
        padding: 30px 25px!important;
    }

    .events-box-3 .meta li:not(:last-child) {
        margin-right: 10px;
    }

    .events-box-3 .meta li{
        width: 100%;
        margin-bottom: 15px;
    }

    .events-box-3 .meta{
        display: inline;
    }

    .search-area-box-1 .search-contents .col-pad-0 {
        padding: 0 10px;
    }

    .pricing-table {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .content-area-17 {
        padding: 0 0 30px;
    }

    .comon-slick .csi2 .slick-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: 20px;
        font-size: 18px;
        border-radius: 3px;
    }

    .room-info-heading .room-info-heading-inner .content {
        padding: 25px;
    }

    .room-info-heading .room-info-heading-inner {
        padding: 0;
    }

    .room-info-heading .photo {
        background: #f9f9f8;
        padding: 20px;
    }

    .room-info-heading .photo .home {
        max-width: 200px;
        margin: 0 auto;
    }

    .comon-slick .csi2 .slick-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 20px;
        font-size: 18px;
        border-radius: 3px;
    }

    .tabbing-box .nav-tabs li a {
        padding: 7px 15px;
    }

    .tabbing-box .nav-tabs .nav-link {
        padding: 8px 13px;
        font-size: 14px;
    }

    .about-hotel-alpha .about-content-section h1 {
        font-size: 35px;
        margin-bottom: 35px;
    }

    .about-hotel-alpha .about-img-section .about-box-Experience {
        left: 50px;
    }

    .about-hotel-alpha .about-img-section .image-box {
        margin-right: 0;
    }

    .about-content-section h1 {
        font-size: 35px;
        margin-bottom: 35px;
    }

    .copy-right .social-list {
        float: none;
    }

    .copy-right p {
        text-align: center;
        line-height: normal;
        margin-bottom: 15px;
    }

    .counters-3 {
        padding: 60px 0 30px;
    }

    .staff-box-3{
        text-align: center;
    }

    .staff-box-3 .detail{
        float: initial;
    }

    .staff-box-3 .photo {
        margin:0 auto;
        float: initial;
    }

    .our-facilties-section-3 .our-facilties-2 {
        padding: 60px 30px 35px;
    }

    .testimonial-4 {
        padding: 60px 0;
    }

    .testimonial-5 {
        padding: 60px 0;
    }

    .testimonial-5 .title {
        text-align: center;
        margin-bottom: 30px;
    }

    .testimonial-5 .testimonial-detail {
        padding: 30px 35px 70px;
    }

    .testimonial-5 .carousel-indicators {
        bottom: 30px;
    }

    .testimonial-5 h1{
        font-size: 140px;
    }

    .counters {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .counters-4 .counter-inner {
        max-width: 270px;
        margin: 0 auto;
    }

    .counters-2 .counter-box .counter-style {
        flex-basis: 100%;
        border-bottom: solid 1px #12101029;
        border-right: none;
    }

    .counters-2 .counter-box .counter-style.cs4 {
        border-bottom: none;
    }

    .counters-4 {
        padding: 60px 0 55px;
    }

    .about-hotel-alpha-2 .hotel-banner{
        max-width: 100%;
        margin: auto;
    }

    .news-popular-testimonials-section{
        padding: 60px 0 10px;
    }

    .hotel-section-4 {
        padding: 60px 0 65px;
    }

    .st2{
        margin: 0 0 35px 0;
        text-align: center;
    }

    .st2 h1{
        margin:0 0 10px!important;
    }

    .content-area-16{
        padding: 40px 0 60px;
    }

    .about-hotel-alpha-3 .main-title-2 h1{
        font-size: 35px;
    }

    .about-hotel-alpha .about-content-section {
        margin-left: 0;
    }

    .our-facilties-section-2{
        padding: 60px 0 30px;
    }

    .our-facilties-section-2 .service-text h1 {
        font-size: 35px;
    }

    .about-hotel-alpha-2 h1 {
        font-size: 35px;
    }


    .news-popular-testimonials-section .main-title h1 {
        font-size: 26px;
    }

    .main-title p {
        font-size: 16px;
    }

    .services-box .number {
        font-size: 140px;
        top: 10px;
    }

    .contact-1 .contact-details {
        padding: 25px 25px 25px 20px;
    }

    .contact-2 .contact-info .contact-list {
        margin: 0 0 40px;
    }

    .t-s .tags-box{
        margin: 0 0 15px;
    }

    .logo img {
        height: 35px;
    }

    .our-facilties .hidden2-mb-0{
        margin-bottom: 20px;
    }

    .heading-rooms.sidebar-widget{
        padding: 0;
        margin-bottom: 10px;
    }

    .services-2{
        padding: 60px 0 30px;
    }

    .hidden-mb-20{
        margin-bottom: 10px;
    }

    .blog-share {
        float: left;
        text-align: left;
    }

    .testimonials-2 {
        padding: 60px 0;
    }

    .recent-news .media img {
        width: 75px;
    }

    .events-theme {
        margin-bottom: 20px;
    }

    .contact-details {
        margin-top: 50px;
    }

    .logo {
        margin-right: 10px;
    }

    .content-area-10 {
        margin-bottom: 50px;
    }

    .content-area-11 {
        margin-bottom: 40px;
    }

    .content-area-12{
        padding-top: 60px;
    }

    .content-area-13 {
        padding: 60px 0;
    }

    .content-area-14 {
        padding: 60px 0 95px;
    }

    .content-area-15 {
        padding: 60px 0 30px;
    }

    .content-area-8 {
        margin-bottom: 60px;
    }

    .content-area-9 {
        margin-bottom: 30px;
    }

    .content-area-3 {
        margin-bottom: 25px;
    }

    footer {
        padding: 60px 0 10px;
    }

    .footer-info .main-title-2 h1 {
        font-size: 25px;
        margin-bottom: 20px!important;
    }

    .fecilities {
        margin: 0;
        padding: 0;
    }

    .content-area-7 {
        margin-bottom: 60px;
    }

    .our-facilties ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .coming-form {
        max-width: 100%;
        margin: 30px auto;
    }

    .pagination > li > a, .pagination > li > span {
        margin: 0 3px 5px;
    }

    .logo {
        padding: 17.5px 0;
    }

    blockquote {
        padding: 10px 20px;
        margin: 0 0 20px;
        font-size: 15px;
        border-left: 5px solid #eee;
    }

    .intro-section .btn-3 {
        margin-top: 0;
        float: none !important;
    }

    .intro-text p {
        margin:10px 0 15px;
    }

    .intro-text h3 {
        margin: 0;
    }

    .books-box {
        max-width: 300px;
        margin: 0 auto;
    }

    .opening-hours {
        margin-bottom: 30px;
    }

    .intro-section {
        text-align: center;
    }

    .events-box .events-box-content p {
        margin: 10px 0 20px;
    }

    .comment {
        margin-bottom: 0;
    }

    .about-institute .main-title-2 h1 {
        font-size: 24px;
    }

    .about-institute {
        padding: 60px 0;
    }

    .breadcrumbs li {
        font-size: 16px;
    }

    .list-inline-listing li {
        padding: 5px 20px;;
    }

    .main-title h1 {
        font-size: 35px;
    }

    .main-title-3 h1 {
        font-size: 35px;
    }

    .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 25px;
    }

    .content-area-6 {
        padding: 60px 0;
    }

    .main-title {
        margin-bottom: 35px;
    }

    .main-title-3 {
        margin-bottom: 35px;
    }

    .footer-info .links li {
        margin-bottom: 10px;
    }

    .hidden-mb-60{
        margin-bottom: 60px;
    }

    .listings-parallax-inner {
        padding-top: 50px;
        text-align: center;
    }

    .sw-2{
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        padding: 30px 15px;
    }

    .contect-agent-photo {
        margin-top: 15px;
    }

    .our-service-two {
        padding: 50px 0;
    }

    .logo-2 {
        margin-bottom: 10px;
        text-align: center;
    }

    .navbar-default .navbar-toggle {
        margin-top: 22px;
        margin-right: 0;
        padding: 8px 0;
        margin-bottom: 8px;
        border-radius: 0;
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }

    .intro-section {
        padding: 30px 0;
    }

    .intro-section .btn-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: 12.5px 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: 20px;
    }

    .rightside-navbar {
        display: none;
    }

    .category_long_bg {
        height: 200px;
    }

    .section-4 {
        padding-top: 130px
    }

    .search-box .form-group {
        margin-bottom: 0;
    }

    .comments ul {
        margin: 0 0 0 0;
    }

    .comment-body {
        line-height: 20px;
        margin-top: 10px;
    }

    .recent-properties {
        padding: 50px 0 20px;
    }

    .about-text h3 {
        font-size: 19px;
    }

    .properties-box .detail .location a {
        font-size: 14px;
    }

    .about-box {
        max-width: 100%;
    }

    .amenities ul li {
        margin-bottom: 10px;
        list-style: none;
    }

    .heading-rooms h3 {
        font-size: 23px;
    }

    .heading-rooms h3 span{
        font-size: 20px;
    }

    .typography-page p {
        font-size: 13px;
        line-height: 25px;
        text-align: justify;
    }

    .rooms-detail-slider.sidebar-widget{
        margin-bottom: 0px;
    }

    .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) {
    .dropdown:hover > .dropdown-menu {
        max-width: 700px;
        margin: auto;
        opacity: 1;
        visibility: visible;
    }

    .dropdown .dropdown-item:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

@media ( max-width: 585px ) {
    .comment-meta-date {
        display: none;
    }
}

/** List view inside Map **/
.map-edu-list {
    margin: 0;
    padding: 0;
}

.map-edu-list li {
    line-height: 25px;
    font-weight: 400;
}

.map-edu-list li i {
    margin-right: 5px;
}

.contact-map-content p {
    font-weight: 400;
    margin-bottom: 10px;
}

.img-inside-map {
    height: 230px;
}
