@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sedan:ital@0;1&display=swap');
@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('swiper.min.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

body {

    font-size: 14px;
    padding: 0 30px 30px 30px;
    color: #777777;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #1c73ea;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    color: #222222;
    font-family: 'Montserrat', serif;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #505050;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    position: static;
    max-width: 1000px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: #ffffff;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.btn-style-one {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    padding: 10px 40px;
    font-weight: 700;
    border: 2px solid #ffffff;
    background-color: transparent;
    overflow: hidden;
    text-transform: uppercase;
}

.btn-style-one:hover {
    background-color: #ffffff;
    color: #1c73ea;
}



.btn-style {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    background-color: #1c73ea;
    border: 1px solid #1c73ea;
    padding: 10px 25px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
}

.btn-style:hover {
    color: #ffffff;
    border-color: #009fe3;
    background: #009fe3;
}




.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #222222;
    font-weight: 700;
    padding-left: 35px;
    margin-bottom: 20px;
    font-family: "Montserrat";
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 28px;
    color: #1c73ea;
    font-weight: 600;
    content: "\f181";
    font-family: "Flaticon";
}

.list-style {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.list-style li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 10px;
}

.list-style li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
}


.social-icon-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-icon-one li {
    position: relative;
    margin-left: 20px;
}

.social-icon-one li:first-child {
    margin-left: 0;
}

.social-icon-one li a {
    position: relative;
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 24px;
    color: #1c73ea;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #ffffff;
    background: #1c73ea;
}



.social-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-icon li {
    position: relative;
    margin-right: 10px;
}

.social-icon li a {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    color: #222222;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon li a:hover {
    color: #1ebeb6;
    border-color: #222222;
    background-color: #ffffff;
}


.theme_color {
    color: #25262c;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}



.default-dots .owl-dots {
    position: absolute;
    left: 0;
    bottom: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.default-dots .owl-dot {
    position: relative;
    margin: 0 6px;
    height: 12px;
    width: 12px;
    border-radius: 5px;
    background: #009fe3;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-dots .owl-dot.active {
    background: #009fe3;
    width: 36px;
}




.default-nav .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.default-nav .owl-next,
.default-nav .owl-prev {
    position: relative;
    display: block;
    text-align: center;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    line-height: 58px;
    border-radius: 50%;
    border: 1px solid #d2d3d6;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-nav .owl-next:hover,
.default-nav .owl-prev:hover {
    color: #ffffff;
    background: #009fe3;
    border-color: #009fe3;
}





.accordion-box {
    position: relative;
    margin-bottom: 30px;
}

.accordion-box .block {
    position: relative;
    background: #F9F9FA;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    color: #444444;
    line-height: 26px;
    font-weight: 600;
    padding: 12px 30px;
    padding-left: 60px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block.active-block {
    background: #F9F9F9;
    border: 1px solid #1c73ea;
}

.accordion-box .block .acc-btn .icon {
    position: absolute;
    left: 15px;
    top: 12px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #1c73ea;
    font-size: 15px;
    border-radius: 50px;
    font-weight: 900;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon {
    color: #1c73ea;
}

.accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    padding: 0px 60px 20px;
}

.accordion-box .block .content p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0;
}


.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 20px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #1b212f;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
    z-index: 100;
    display: none;
    border-radius: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: #1b212f;
    color: #ffffff;
}



.header-span {
    position: relative;
    height: 110px;
    display: block;
    width: 100%;
}

.main-header {
    position: relative;
    width: 100%;
    z-index: 999;
}

.main-header .logo {
    position: relative;
}

.main-header .logo img {
    width: 300px;
    max-width: 100%;
    height: auto;
}

.main-header .main-box {
    position: relative;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 15px 0px;
    margin-right: 40px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    left: 50%;
    bottom: -4px;
    height: 2px;
    width: 0%;
    background: #009fe3;
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    left: 0;
    width: 75%;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    z-index: 100;
    padding: 10px 0 0;
    background-color: #ffffff;
    margin-top: 30px;
    opacity: 0;
    display: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
    line-height: 29px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin: 0 30px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #1c73ea;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    z-index: 100;
    display: none;
    background-color: #ffffff;
    opacity: 0;
    padding: 10px 0 0;
    margin-top: 10px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5;
    transition: all 300ms ease;
    margin: 0 30px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #1c73ea;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.language a {
    padding: 0 10px;
}

.mobile-menu .language a {
    padding: 0 20px;
}

.language img {
    max-width: 50px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
}

.main-header .outer-box .theme-btn {
    display: block;
    min-width: 160px;
}




.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

.header-style .sticky-header .logo,
.sticky-header .logo {
    padding: 10px 0;
}

.sticky-header .logo img {
    height: auto;
}

.sticky-header .nav-outer {
    background: none;
}

.sticky-header .inner-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sticky-header .main-menu .navigation>li {
    margin: 0;
    margin-left: 35px;
    padding: 20px 0;
}

.sticky-header .main-menu .navigation>li>a {
    color: #1b212f;
}

.mobile-nav-toggler {
    position: relative;
    font-size: 24px;
    line-height: 50px;
    cursor: pointer;
    color: #000;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 15px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 25px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-color: #1c73ea;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    padding: 0 20px;
}

.mobile-menu .navigation>li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.mobile-menu .navigation>li>a {
    font-weight: 500;
    border: 1px solid #eeeeee;
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #1c73ea;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-left: 1px solid #fafafa;
    color: #222222;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before {
    display: inline-block;
    position: relative;
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
    margin-left: 10px;
}




.header-style {}

.header-style .main-menu .navigation>li>a {
    color: #303030;
    font-weight: 500;
}

.header-style .main-menu .navigation>li>a:before {
    bottom: -4px;
}

.header-style .main-menu .navigation>li>a:hover:before,
.header-style .main-menu .navigation>li.current>a:before {
    width: 25px;
}

.header-style .menu-outer {
    position: relative;
    background: #ffffff;
    max-width: 1484px;
    margin: 0 auto;
}

.header-style .outer-box .theme-btn {
    min-width: 160px;
}

.header-style .logo {
    padding: 20px 0 !important;
}




.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title .sub-title {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #1b212f;
    letter-spacing: .160em;
    margin-bottom: 15px;
}

.sec-title .sub-title {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #009fe3;
    text-transform: uppercase;
    letter-spacing: .160em;
    font-weight: 300;
    margin-bottom: 15px;
}

.sec-title .sub-title {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #009fe3;
    text-transform: uppercase;
    letter-spacing: .160em;
    font-weight: 300;
    margin-bottom: 15px;
}

.sec-title .float-text {
    display: block;
    margin-bottom: -40px;
    white-space: nowrap;
    font-size: 150px;
    line-height: 90px;
    color: #484848;
    font-weight: 900;
    opacity: .05;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 62px;
    color: #1b212f;
    font-weight: 700;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.sec-title p,
.sec-title .text {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    font-weight: 400;
    margin-top: 20px;
}

.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h2 {
    color: #ffffff;
}




.page-title {
    position: relative;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: #1b212f;
    opacity: .70;
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 17px;
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "-";
    right: -1px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: #1c73ea;
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 110px;
    width: 110px;
    text-align: center;
    line-height: 110px;
    background-color: #ffffff;
    color: #009fe3;
    z-index: 1;
    padding-left: 5px;
    font-size: 20px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}



.banner-section {
    position: relative;
    padding: 290px 0;
    height: calc(100vh - 126px);
    background-color: #1c73ea;
}

.banner-section h1 {
    font-size: 110px;
    line-height: 140px;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 50px;
}

.banner-section h2 u {
    position: relative;
    text-decoration: none;
}

.banner-section h2 u:before {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    border-bottom: 2px solid #ffffff;
    content: "";
}

.banner-section .about-hotel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 60px;
}

.banner-section .experience {
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    min-width: 380px;
    margin-bottom: 30px;
}

.banner-section .experience span {
    position: relative;
    display: inline-block;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
}

.banner-section .text {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
}

.banner-section .main-image {
    position: relative;
    margin-left: -180px;
    margin-right: -375px;
    z-index: 7;
}

.banner-section .main-image img {
    display: block;
    width: 100%;
}

.room-search-form {
    position: relative;
    background: #FFFFFF;
    padding: 55px 0 40px;
    margin-top: -207px;
    z-index: 9;
}

.room-search-form:before {
    position: absolute;
    right: 0;
    top: 0;
    left: -180px;
    height: 100%;
    background: #ffffff;
    content: "";
    border: 1px solid #e1e1e1;
}

.room-search-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.room-search-form .form-group label {
    font-size: 18px;
    line-height: 1.2em;
    color: #1b212f;
    font-weight: 600;
    min-height: 22px;
    letter-spacing: .120em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.room-search-form .ui-selectmenu-button.ui-button,
.room-search-form .form-group input,
.room-search-form .form-group select,
.room-search-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #303030;
    background: #ffffff;
    padding: 10px 20px;
    border: 2px solid #d1d3d5;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.room-search-form .form-group .theme-btn {
    margin-top: 42px;
}

.ui-button .ui-icon {
    background: none !important;
    position: relative;
    top: 3px;
    text-indent: 0px;
    color: #43c3ea;
}

.ui-button .ui-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 20px;
    display: block;
    color: #1c73ea;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    z-index: 5;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #1c73ea;
    border-color: #1c73ea;
}

.ui-menu-item-wrapper {
    padding: 4px 10px;
}


.banner-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    content: "";
    opacity: .60;
}

.banner-section h2 {
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-section .text {
    position: relative;
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 50px;
}

.banner-section .room-search-form {
    position: relative;
    background: #FFFFFF;
    margin-left: -20px;
    margin-right: -20px;
    padding: 55px 60px 40px;
    margin-top: 180px;
    -webkit-box-shadow: 0 25px 60px rgba(178, 178, 178, .10);
    box-shadow: 0 25px 60px rgba(178, 178, 178, .10);
}

.banner-section .room-search-form label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.banner-section .room-search-form:before {
    display: none;
}

.banner-section .room-search-form .row {
    margin: 0 -30px;
}

.banner-section .room-search-form .form-group {
    padding: 0 30px;
}

.room-search-form .form-group.width-20 {
    width: 20%;
}

.room-search-form .form-group.width-18 {
    width: 18%;
}

.room-search-form .form-group.width-22 {
    width: 22%;
}


.room-search-form {
    position: relative;
    background: #FFFFFF;
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
    padding: 45px 50px 50px;
    z-index: 1;
}

.room-search-form .form-group {
    position: relative;
    margin-bottom: 22px;
}

.room-search-form .form-group:last-child {
    margin-bottom: 0;
}

.room-search-form .form-group label {
    font-size: 18px;
    line-height: 1.2em;
    color: #1b212f;
    font-weight: 600;
    min-height: 22px;
    letter-spacing: .20em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.room-search-form .ui-selectmenu-button.ui-button,
.room-search-form .form-group input,
.room-search-form .form-group select,
.room-search-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #505050;
    background: #ffffff;
    padding: 10px 20px;
    border: 2px solid #d1d3d5;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.room-search-form .form-group .theme-btn {
    display: block;
    width: 100%;
    margin-top: 30px;
}


.about-section {
    position: relative;
    padding: 40px 0 0 0 !important
}

.date-input {
    display: none;
}

.about-section:before {
    position: absolute;
    right: 10px;
    bottom: 160px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 268px;
    height: 293px;
    content: "";
}

.about-section .content-column {
    position: relative;
}

.about-section .content-column .inner-column {
    position: relative;
    padding: 0 0 0 50px;

}

.about-section .content-column .theme-btn {
    margin-top: 55px;
    padding: 10px 35px;
}

.about-section .images-column {
    position: relative;
}

.about-section .images-column .image {
    position: relative;
    padding-right: 40px;
    margin-bottom: 0;
}

.about-section .images-column .image img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.about-section .images-column .image:before {
    position: absolute;
    left: -95px;
    bottom: -100px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 322px;
    width: 277px;
    content: "";
    opacity: .40;
}



.about-section {
    position: relative;
    padding: 80px 0;
}

.about-section .content-column {
    position: relative;
}

.about-section .content-column .inner-column {
    position: relative;
    margin-left: -28px;
}

.about-section .content-column .sec-title h2 {
    line-height: 50px;
}

.about-section .content-column .float-text {
    margin-left: -90px;
    margin-bottom: -50px;
}

.about-section .content-column .theme-btn {
    margin-top: 35px;
    padding: 10px 35px;
}

.about-section .content-column .image {
    position: relative;
    margin-left: -216px;
    margin-bottom: 0;
    z-index: 2;
}

.about-section .images-column {
    position: relative;
}

.about-section .images-column .image-2 {
    position: relative;
    margin-left: -20px;
    padding-right: 90px;
    margin-bottom: 60px;
}

.about-section .images-column .image-2 img {
    width: 100%;
}

.about-section .images-column .image-3 {
    position: relative;
    margin-right: -60px;
    padding-left: 150px;
    width: auto;
    z-index: 9;
    margin-bottom: 0;
}

.about-section .images-column:before {
    position: absolute;
    left: 20px;
    bottom: 2px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 564px;
    width: 564px;
    content: "";
}

.rooms-section {
    position: relative;
    padding: 40px 0 !important;
}

.rooms-section .auto-container {
    max-width: 1310px;
}

.room-block {
    position: relative;
    margin-bottom: 30px;
}

.room-block .inner-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.room-block .image {
    position: relative;
    margin-bottom: 0;
}

.room-block .image img {
    display: block;
    width: 100%;
}

.room-block .overlay-cotnent {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 30px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.room-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 21px;
    color: #009fe3;
    margin-bottom: 15px;
}

.room-block .rating i {
    margin-right: 8px;
}

.room-block h5 {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 7px;
}

.room-block h5 a {
    color: #ffffff;
}

.room-block h5 a:hover {
    text-decoration: underline;
}

.room-block .price {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #009fe3;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 10px;
}

.room-block .text {
    position: absolute;
    width: 100%;
    bottom: -50px;
    left: 0;
    padding: 0 30px 30px;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.room-block .inner-box.active .text {
    opacity: 1;
    bottom: 0px;
    visibility: visible;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.rooms-section .btn-box {
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.rooms-section .btn-box .theme-btn {
    min-width: 150px;
}


.rooms-section {
    position: relative;
    padding: 80px 0;
    background-color: #fff8f4;

    background-repeat: no-repeat;
    background-position: center;
}

.rooms-section:before {
    position: absolute;
    right: 23%;
    bottom: 120px;
    height: 313px;
    width: 313px;
    border-radius: 50%;

    background-position: top left;
    background-repeat: repeat;
    content: "";
}

.rooms-section .auto-container {
    max-width: 1700px;
}

.rooms-section .rooms-carousel {
    padding-bottom: 20px;
}

.rooms-carousel .room-block {
    padding: 20px;
}

.room-block {
    position: relative;
    margin-bottom: 30px;
}

.room-block .inner-box {
    position: relative;
    padding-bottom: 30px;
}

.room-block .image {
    position: relative;
    margin-bottom: 0;
}

.room-block .image img {
    display: block;
    width: 100%;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.room-block .overlay-cotnent {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 290px;
    background: #ffffff;
    padding: 25px 25px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .10);
    box-shadow: 0 0 15px rgba(0, 0, 0, .10);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.room-block .inner-box:hover .overlay-cotnent {
    background: #1b212f;
}

.room-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 21px;
    color: #009fe3;
    margin-bottom: 15px;
}

.room-block .rating i {
    margin-right: 8px;
}

.room-block h5 {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 7px;
}

.room-block h5 a {
    color: #000000;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.room-block .price {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #505050;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.room-block .text {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.room-block .link {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #009fe3;
    font-weight: 700;
}

.room-block .inner-box:hover .text,
.room-block .inner-box:hover .price,
.room-block .inner-box:hover h5 a {
    color: #ffffff;
}





.sortable-masonry .filters {
    text-align: center;
    margin-bottom: 60px;
}

.sortable-masonry .filters .filter-tabs {
    position: relative;
}

.sortable-masonry .filter-tabs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sortable-masonry .filters li {
    position: relative;
    font-size: 16px;
    color: #1b212f;
    line-height: 28px;
    font-weight: 700;
    padding: 10px 30px;
    cursor: pointer;
    border: 1px solid #d1d3d5;
    margin: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sortable-masonry .filters .filter:hover,
.sortable-masonry .filters .filter.active {
    color: #ffffff;
    background-color: #1c73ea;
    border-color: #1c73ea;
}


.rooms-section.list-view .auto-container {
    max-width: 1200px;
}

.rooms-section.list-view .btn-box {
    margin-top: 60px;
}

.room-tabs {
    position: relative;
}

.room-tabs .room-tab-btns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.room-tabs .tab-btn {
    position: relative;
    font-size: 16px;
    color: #1b212f;
    line-height: 28px;
    font-weight: 700;
    padding: 10px 30px;
    cursor: pointer;
    border: 1px solid #d1d3d5;
    margin: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.room-tabs .tab-btn:hover,
.room-tabs .tab-btn.active-btn {
    color: #ffffff;
    background-color: #1c73ea;
    border-color: #1c73ea;
}

.room-tabs .tabs-content {
    position: relative;
    display: block;
}

.room-tabs .room-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.room-tabs .room-tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5;
}



.rooms-carousel {
    padding-bottom: 40px;
}



.room-detail-section {
    position: relative;
    padding: 40px 0 !important;
}

.room-detail-section .btn-box .theme-btn {
    min-width: 160px;
}

.room-gallery {
    position: relative;
    margin-bottom: 60px;
}

.room-gallery .lightbox-image img {
    height: 500px;
    object-fit: cover;
}

.room-gallery .thumb img {
    height: 75px;
    object-fit: cover;
}

.room-gallery .image-carousel .image {
    position: relative;
    margin-bottom: 0;
}

.room-gallery .thumbs-carousel .thumb {
    position: relative;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0;
}

.room-gallery .thumbs-carousel .thumb:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 5px solid #1b212f;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.room-gallery .thumbs-carousel .swiper-slide-thumb-active .thumb:before {
    opacity: 1;
    visibility: visible;
}

.room-detail-tabs {
    position: relative;
}

.room-detail-tabs .tab-btns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.room-detail-tabs .tab-btn {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #1b212f;
    font-weight: 700;
    background: #e8e8ea;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 30px;
    padding: 15px 30px;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.room-detail-tabs .tab-btn.active-btn {
    background: #0382df;
    color: #ffffff;
}

.room-detail-tabs .tab-btn:last-child {
    margin-right: 0;
}

.room-detail {
    position: relative;
    padding: 0px 40px 20px;
}

.room-detail h2 {
    font-size: 44px;
    line-height: 1.2em;
    color: #1b212f;
    font-weight: 700;
    margin-bottom: 35px;
}

.room-detail h4 {
    font-size: 24px;
    line-height: 36px;
    color: #1b212f;
    font-weight: 700;
    margin-bottom: 20px;
}

.room-detail .price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.room-detail p {
    font-size: 18px;
    line-height: 28px;
    color: #505050;
    margin-bottom: 28px;
}

.room-features {
    position: relative;
}

.room-features .row {
    margin: 0 -35px;
}

.feature-block {
    position: relative;
    padding: 0 35px;
    margin-bottom: 40px;
}

.feature-block .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #e8f1fd;
    border-radius: 10px;
    min-height: 100px;
    padding: 10px;
}

.feature-block .icon {
    font-size: 40px;
    line-height: 50px;
    color: #1c73ea;
}

.feature-block .title {
    position: relative;
    font-size: 14px;
    color: #1b212f;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    white-space: break-spaces;
}

.regular-plan {
    position: relative;
    padding: 60px 40px;
    -webkit-box-shadow: 0 25px 60px rgba(28, 115, 234, .10);
    box-shadow: 0 25px 60px rgba(28, 115, 234, .10);
    margin-bottom: 60px;
}

.regular-plan h4 {
    font-size: 24px;
    line-height: 36px;
    color: #1b212f;
    font-weight: 700;
    margin-bottom: 25px;
}

.regular-plan .plan-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 2px solid #d1cfce;
}

.regular-plan .day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border: 2px solid #d1cfce;
    border-left: 0;
    min-height: 146px;
}

.regular-plan .name {
    position: relative;
    font-size: 18px;
    line-height: 35px;
    color: #1b212f;
    width: 100%;
    font-weight: 700;
    padding: 19px 0;
    border-bottom: 2px solid #d1cfce;
    text-align: center;
}

.regular-plan .price {
    position: relative;
    font-size: 18px;
    line-height: 36px;
    color: #505050;
    width: 100%;
    padding: 19px 0;
    text-align: center;
}






.review-form {
    position: relative;
}

.review-form {
    position: relative;
    padding: 60px 40px 60px;
    -webkit-box-shadow: 0 25px 60px rgba(28, 115, 234, .10);
    box-shadow: 0 25px 60px rgba(28, 115, 234, .10);
    margin-bottom: 60px;
}

.review-form h4 {
    font-size: 24px;
    line-height: 36px;
    color: #1b212f;
    font-weight: 700;
    margin-bottom: 15px;
}

.review-form p {
    position: relative;
    margin-bottom: 25px;
}

.review-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.review-form .form-group:last-child {
    margin-bottom: 0;
}

.review-form .form-group input[type="text"],
.review-form .form-group input[type="email"],
.review-form .form-group textarea,
.review-form .form-group select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 15px;
    color: #777777;
    line-height: 23px;
    font-weight: 400;
    padding: 10px 22px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.review-form .form-group input:focus,
.review-form .form-group select:focus,
.review-form .form-group textarea:focus {
    border-color: #156f89;
}

.review-form .form-group textarea {
    height: 150px;
    resize: none;
}

.review-form .form-group input[type="submit"],
.review-form .form-group button {
    margin-top: 20px;
    min-width: 160px;
}





.packages-section {
    position: relative;
    padding: 40px 0 !important;
}

.packages-section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background-image: url(../images/background/1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}

.packages-section .auto-container {
    max-width: 1750px;
}

.packages-section .row {
    margin: 0 -20px;
}

.package-block {
    position: relative;
    margin-bottom: 30px;
}

.package-block .inner-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.package-block .image {
    position: relative;
    margin-bottom: 0;
}

.package-block .image img {
    display: block;
    width: 100%;
}

.package-block .overlay-cotnent {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 20px;
    padding: 30px 30px;
    overflow: hidden;
    background: #ffffff;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.package-block .inner-box:hover .overlay-cotnent {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.package-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 21px;
    color: #009fe3;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.package-block .rating i {
    margin: 0 4px;
}

.package-block h5 {
    font-size: 24px;
    line-height: 36px;
    color: #1b212f;
    font-weight: 700;
    margin-bottom: 12px;
}

.package-block h5 a {
    color: #1b212f;
}

.package-block .price {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #505050;
    font-weight: 700;
    margin-bottom: 30px;
}

.package-block .room-feature {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.package-block .room-feature .icon {
    height: 50px;
    width: 50px;
    border: 1px solid #d1d3d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #1b212f;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px;
}

.package-block .room-feature .theme-btn {
    padding: 10px 30px;
}

.packages-section .video-box-outer {
    position: relative;
    margin-top: 90px;
}

.packages-section .video-box-outer:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #ffffff;
    content: "";
}

.video-box {
    position: relative;
    max-width: 1520px;
    margin: 0 auto;
}

.video-box .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0;
}

.video-box .image img {
    display: block;
    width: 100%;
}

.video-box .play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -45px;
}



.packages-section {
    position: relative;
    padding: 40px 0 !important;
}

.packages-section .auto-container {
    max-width: 1190px;
}

.package-block {
    position: relative;
    padding: 0 30px 30px;
}

.package-block .inner-box {
    position: relative;
    padding-bottom: 80px;
}

.package-block .image {
    position: relative;
    margin-bottom: 0;
}

.package-block .image img {
    display: block;
    width: 100%;
    min-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

.package-block .overlay-cotnent {
    position: absolute;
    right: 50px;
    bottom: 0;
    max-width: 430px;
    width: 100%;
    padding: 30px 30px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.packages-carousel .active .package-block .overlay-cotnent {
    right: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.package-block h5 {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
}

.package-block h5 a {
    color: #1b212f;
}

.package-block .pack-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 10px;
}

.package-block .pack-info .adult {
    margin-right: 30px;
}

.package-block .pack-info .day {
    margin-right: 40px;
}

.package-block .pack-info .price {
    font-weight: 600;
}

.package-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: #009fe3;
    margin-bottom: 10px;
}

.package-block .rating i {
    margin-right: 5px;
}

.package-block .text {
    font-size: 18px;
    line-height: 28px;
    color: #505050;
    font-weight: 400;
    margin-bottom: 18px;
}

.package-block .theme-btn {
    min-width: 140px;
}

.packages-carousel .owl-nav {
    width: auto;
    left: 0;
    right: 0;
    margin: 0 -70px;
    margin-top: -40px;
}

.services-section {
    position: relative;
    padding: 40px 0 !important;
}

.services-section .auto-container {
    max-width: 1570px;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
}

.service-block .inner-box {
    position: relative;
    padding: 30px 30px 25px;
    background: #ffffff;
    -webkit-box-shadow: 0 25px 60px rgba(0, 0, 0, 0.10);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.10);
    border-bottom: 5px solid #009fe3;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover {
    background: #009fe3;
}

.service-block .inner-box:before,
.service-block .inner-box:after {
    position: absolute;
    height: 180px;
    width: 180px;
    right: -10px;
    top: -75px;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 9;
    opacity: .30;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    content: "";
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.service-block .inner-box:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .10;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.service-block .inner-box:hover:after {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    opacity: .10;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.service-block .icon {
    position: relative;
    display: block;
    height: 80px;
    width: 80px;
    color: #009fe3;
    font-size: 42px;
    line-height: 78px;
    border: 1px solid #009fe3;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .icon {
    background: #ffffff;
    border-color: #ffffff;
    color: #009fe3;
    -webkit-box-shadow: 0 25px 60px rgba(0, 0, 0, 0.10);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.10);
}

.service-block h4 {
    font-size: 30px;
    line-height: 1em;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block h4 a {
    color: inherit;
}

.service-block .text {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .text,
.service-block .inner-box:hover h4 {
    color: #ffffff;
}

.services-section.style {
    background: #1b212f;
    padding: 40px 0 !important;
}

.services-section.style .service-block .inner-box {
    background: #222836;
}

.services-section.style .service-block .inner-box:hover {
    background: #009fe3;
}

.services-section.style .service-block .text,
.services-section.style .service-block h4 {
    color: #ffffff;
}




.service-detail-section {
    position: relative;
    padding: 120px 0px 70px;
}

.service-detail {
    position: relative;
    padding-left: 20px;
    margin-bottom: 50px;
}

.service-detail .text-box {
    position: relative;
    margin-bottom: 60px;
}

.service-detail .text-box h3 {
    position: relative;
    color: #070710;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-detail .text-box p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    font-weight: 400;
    margin-bottom: 26px;
}

.service-detail .text-box ul {
    margin-bottom: 30px;
}

.service-detail .two-column {
    position: relative;
    margin-top: 60px;
}

.service-detail .two-column .image {
    position: relative;
    margin-bottom: 30px;
}

.service-detail .two-column .image img {
    display: block;
    width: 100%;
}

.service-detail .accordion-box {
    margin-top: 30px;
}

.service-detail-section .sidebar-side {
    margin-bottom: 50px;
}

.catagory-sidebar {
    position: relative;
    padding-right: 20px;
}

.catagory-outer {
    position: relative;
    background: #F9F9F9;
    padding: 30px 20px;
    margin-bottom: 60px;
}

.catagory-outer h5 {
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.catagory-list {
    position: relative;
}

.catagory-list li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.catagory-list li:last-child {
    border: 0;
}

.catagory-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    line-height: 28px;
    text-transform: capitalize;
    color: #070710;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.catagory-list li a:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #444444;
    font-family: 'flaticon';
    content: "\f16e";
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.catagory-list li a:hover:before,
.catagory-list li a:hover {
    color: #1c73ea;
}

.services-sidebar .banner-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 40px 50px;
}

.services-sidebar .banner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, .10);
}

.services-sidebar .banner-box h3 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

.services-sidebar .banner-box .btn-style-one {
    padding: 10px 30px;
    font-size: 16px;
    text-transform: unset;
    font-weight: 500;
}



.list-style {
    position: relative;
}

.list-style li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    font-weight: 400;
    padding-left: 34px;
    margin-bottom: 18px;
}

.list-style li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    font-size: 10px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'flaticon';
    content: "\f158";
    background: #70C047;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
}

.list-style li a:hover {
    color: #70C047;
}


.video-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-section .play-now .icon {
    height: 110px;
    width: 110px;
    background: #009fe3;
    color: #ffffff;
}




.testimonial-section {
    position: relative;
    padding: 40px 0 !important;
}

.testimonial-section .sec-title {
    margin-bottom: 30px;
}

.testimonial-section .outer-box {
    margin: 0 -15px;
}

.testimonial-block {
    position: relative;
    padding: 15px 15px 30px;
}

.testimonial-block .inner-box {
    position: relative;
    padding: 40px 30px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 15px rgba(8, 0, 0, .10);
    box-shadow: 0 5px 15px rgba(8, 0, 0, .10);
}

.testimonial-block .thumb {
    position: relative;
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 22px;
}

.testimonial-block .thumb img {
    display: block;
    width: 100%;
}

.testimonial-block .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #1b212f;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}

.testimonial-block .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    margin-bottom: 30px;
}

.testimonial-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    line-height: 20px;
    color: #ffc600;
    font-weight: 900;
    letter-spacing: 5px;
    margin-bottom: 25px;
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #505050;
    font-weight: 400;
}



.testimonial-section {
    position: relative;
    padding: 40px 0 !important;
}

.testimonial-section .outer-box {
    margin: 0 -30px;
}

.testimonial-section .testimonial-carousel {
    padding-bottom: 40px;
}

.testimonial-block {
    position: relative;
    padding: 0px 30px 30px;
}

.testimonial-block .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 15px rgba(8, 0, 0, .10);
    box-shadow: 0 15px 15px rgba(8, 0, 0, .10);
}

.testimonial-block .image-column {
    position: relative;
    min-width: 250px;
}

.testimonial-block .image-column .image {
    margin-bottom: 0;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}

.testimonial-block .image-column .image img {
    width: 100%;
}

.testimonial-block .content-column {
    position: relative;
    padding: 20px 25px;
}

.testimonial-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    color: #ffc600;
    font-weight: 900;
    letter-spacing: 4px;
    margin-bottom: 22px;
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #505050;
    font-weight: 400;
    margin-bottom: 30px;
}

.testimonial-block .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #1b212f;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-block .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
}


.experience-section {
    position: relative;
    padding: 40px 0 !important;
}

.experience-section:before {
    position: absolute;
    width: 1520px;
    right: 90px;
    top: 0;
    bottom: 90px;
    content: "";
    background: #fff8f4;
}

.experience-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.experience-section .content-column:before {
    position: absolute;
    left: 100%;
    margin-left: 40px;
    bottom: -40px;
    height: 340px;
    width: 170px;
    content: "";

    content: "";
}

.experience-section .content-column .inner-column {
    position: relative;
    padding-left: 55px;
    padding-top: 40px;
}

.experience-section h3 {
    font-size: 30px;
    line-height: 44px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}

.experience-section .text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

.experience-section .theme-btn {
    margin-bottom: 50px;
    min-width: 150px;
    padding: 10px 35px;
}

.experience-section .video-column {
    position: relative;
}

.experience-section .video-column .video-box:before {
    position: absolute;
    top: -145px;
    left: 0;
    margin-left: -90px;
    height: 320px;
    width: 320px;
    content: "";

    content: "";
}

.experience-section .video-column .video-box {
    position: relative;
    margin-left: -185px;
}

.experience-section .video-box .image {
    position: relative;
    margin-bottom: 0;
}

.experience-section .video-box .image img {
    width: 100%;
}

.experience-section .play-now .icon {
    height: 80px;
    width: 80px;
    font-size: 14px;
    line-height: 80px;
}

.experience-section .fact-counter {
    position: relative;
}

.experience-section .counter-column {
    position: relative;
    margin-bottom: 50px;
}

.experience-section .count-box {
    position: relative;
    font-size: 36px;
    color: #009fe3;
    line-height: 1em;
    font-weight: 700;
}

.experience-section .count-box .count-text {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: #009fe3;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 20px;
}

.experience-section .counter-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #303030;
}



.gallery-section {
    position: relative;
}

.gallery-section.alternate {
    padding-bottom: 120px;
}

.gallery-block {
    position: relative;
}

.gallery-block .image {
    margin-bottom: 0;
    background: #ffffff;
}

.gallery-block .image img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-block .image:hover img {
    opacity: .8;
}

.gallery-section.style {
    padding: 80px 0;
}

.gallery-section.style .container-fluid {
    padding: 0 20px;
}

.gallery-section.style .gallery-block {
    padding: 0 10px;
}

.gallery-section.style .gallery-carousel {
    padding-bottom: 70px;
}



.news-section {
    position: relative;
    padding: 40px 0 !important;
}

.news-block {
    position: relative;
}

.news-block .inner-box {
    position: relative;
    background: white;
    margin: 15px 0;
    height: calc(100% - 30px);
    overflow: hidden;
    -webkit-box-shadow: 0 25px 60px rgba(27, 23, 47, .10);
    box-shadow: 0 25px 60px rgba(27, 23, 47, .10);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.news-block .image-box {
    position: relative;
}

.news-block .image {
    position: relative;
    margin-bottom: 0;
}

.news-block p {
    margin-bottom: 5px;
}

.news-block .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box:hover .image-box .image img {
    opacity: .80;
}

.news-block .lower-content {
    position: relative;
    background: #ffffff;
    padding: 35px 30px;
}

.news-block .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.news-block .post-meta a {
    font-size: 18px;
    line-height: 28px;
    color: #009fe3;
    font-weight: 600;
}

.news-block .lower-content h4 {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.news-block .lower-content h4 a {
    display: inline-block;
    color: inherit;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content h4 a:hover {
    color: #1c73ea;
}

.news-block .lower-content .text {
    font-size: 18px;
    line-height: 28px;
    color: #505050;
    margin-top: 12px;
}

.news-block .lower-content .post-info {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #909090;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 13px;
}

.news-section .btn-box {
    text-align: center;
    margin-top: 20px;
}

.news-section .btn-box .theme-btn {
    padding-left: 35px;
    padding-right: 35px;
}


.news-section {
    position: relative;
    padding: 80px 0;
    background: #fff8f4;
}

.news-block {
    position: relative;
    margin-bottom: 40px;
}

.news-block .inner-box {
    position: relative;
    overflow: hidden;
    padding: 35px 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 25px 60px rgba(27, 23, 47, .10);
    box-shadow: 0 25px 60px rgba(27, 23, 47, .10);
}

.news-block .image-box {
    position: relative;
}

.news-block .image-box .image {
    position: relative;
    margin-bottom: 30px;
}

.news-block .image-box .image img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.news-block h4 {
    position: relative;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
}

.news-block h4 a {
    display: inline-block;
    color: inherit;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block h4:hover {
    color: #1c73ea;
}

.news-block .post-info {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    margin-top: 13px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .post-info i {
    margin-right: 10px;
    color: #1c73ea;
}

.news-block .post-info>div {
    margin-right: 20px;
}



.news-block .text {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #505050;
    margin-top: 18px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .read-more {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    color: #009fe3;
    font-weight: 700;
    margin-top: 25px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .read-more:hover {
    color: #1c73ea;
}

.blog-single {
    position: relative;
    padding-right: 50px;
}


.group-title {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #1b212f;
    font-weight: 700;
    margin-bottom: 40px;
}

.comments-area {
    position: relative;
    margin-bottom: 120px;
}

.comments-area .comment-box {
    position: relative;
    padding-top: 60px;
    border-top: 1px solid #e5e5e5;
    margin-top: 60px;
}

.comments-area .comment-box.reply-comment {
    margin-left: 100px;
}

.comments-area .comment-box:nth-child(2) {
    padding-top: 0;
    margin-top: 0;
    border: 0;
}

.comments-area .comment {
    position: relative;
    min-height: 85px;
    padding-top: 10px;
    padding-left: 120px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 83px;
    width: 83px;
    border-radius: 50%;
    margin-bottom: 10px;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.comments-area .comment-box .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #1b212f;
    font-weight: 700;
    margin-bottom: 8px;
}

.comments-area .comment-box .date {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #1b212f;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.comments-area .comment-box .text {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #505050;
    font-weight: 400;
    margin-bottom: 30px;
}

.comments-area .comment-box .reply-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding: 10px 10px;
    font-weight: 400;
    background-color: #1c73ea;
    min-width: 105px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}



.comment-form {
    position: relative;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 16px;
    color: #494d59;
    line-height: 28px;
    font-weight: 400;
    padding: 10px 30px;
    background-color: #ffffff;
    border: 1px solid #d1cfce;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #156f89;
}

.comment-form .form-group textarea {
    height: 230px;
    resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button {
    font-size: 16px;
    text-transform: uppercase;
    min-width: 190px;
    margin-top: 20px;
}




.contact-section {
    position: relative;
    padding: 40px 0 !important;
}

.contact-section .form-column {
    position: relative;
    margin-bottom: 50px;
}

.contact-section .info-column {
    position: relative;
    margin-bottom: 50px;
}

.contact-form {
    position: relative;
    padding: 40px 60px 60px;
    -webkit-box-shadow: 0 25px 60px rgba(28, 115, 234, .10);
    box-shadow: 0 25px 60px rgba(28, 115, 234, .10);
    margin-bottom: 60px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="phone"],
.contact-form .form-group input[type="web"],
.contact-form .form-group input[type="url"],
.contact-form .form-group input[type="text"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    height: 55px;
    width: 100%;
    font-size: 16px;
    color: #505050;
    line-height: 21px;
    font-weight: 400;
    padding: 15px 15px;
    background-color: #ffffff;
    border-bottom: 2px solid #eaeaea;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group .form-control {
    position: relative;
    height: 55px;
    width: 100%;
    font-size: 16px;
    color: #505050;
    line-height: 21px;
    font-weight: 400;
    padding: 15px 15px;
    background-color: #ffffff;
    border-bottom: 2px solid #eaeaea;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    transform: translateY(-50%);
    display: block !important;
    color: #009fe3;
}

.owl-prev {
    left: -50px;
}

.owl-next {
    right: -50px;
}

.owl-prev i,
.owl-next i {
    transform: scale(2, 5);
    color: #ccc;
}

.youtube-video {
    height: 100%;
}

.contact-form .form-group textarea {
    height: 125px;
    resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
    text-transform: uppercase;
    min-width: 170px;
    margin-top: 30px;
}

.contact-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

.map-area {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data a {
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-canvas {
    height: 510px;
    background-color: #f9f9f9;
}

.contact-section .info-column .inner-column {
    padding-left: 40px;
    padding-right: 50px;
}

.contact-block {
    position: relative;
    margin-bottom: 60px;
}

.contact-block:last-child {
    margin-bottom: 0;
}

.contact-block .inner-box {
    position: relative;
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ddd;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-block .icon {
    font-size: 40px;
    line-height: 1em;
    display: block;
    color: #1c73ea;
    margin-bottom: 18px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-block h5 {
    font-size: 24px;
    line-height: 1.2em;
    color: #1b212f;
    font-weight: 700;
    border-bottom: 1px solid #bccadd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-block p {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-block p a {
    color: inherit;
}

.contact-block .inner-box:hover {
    background: #1c73ea;
}

.contact-block .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-block .social-links a {
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #1c73ea;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid #1c73ea;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-block .inner-box:hover .social-links a {
    background: #ffffff;
    border-color: #ffffff;
    color: #1c73ea;
}

.contact-block .inner-box:hover p,
.contact-block .inner-box:hover h5,
.contact-block .inner-box:hover .icon {
    color: #ffffff;
}







.subscribe-section {
    position: relative;
    z-index: 1;
}

.subscribe-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    content: "";
    background: #1b212f;
}

.subscribe-section .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 1420px;
    margin: 0 auto;
    padding: 100px 30px 90px;
}

.subscribe-section .inner-container {
    position: relative;
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe-section .title-column {
    position: relative;
    max-width: 450px;
    padding-right: 30px;
}

.subscribe-section .title-column h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.subscribe-section .title-column .text {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}

.subscribe-section .form-column {
    position: relative;
    max-width: 455px;
    width: 100%;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="email"] {
    position: relative;
    display: block;
    height: 70px;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #505050;
    background: #ffffff;
    padding: 20px 29px;
    padding-right: 160px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-form .form-group .theme-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px 35px;
}

.subscribe-section.style:before {
    display: none;
}

.subscribe-section.style .outer-box {
    background: #009fe3;
    max-width: 1200px;
    padding: 80px 30px 80px;
    margin-bottom: -150px;
}

.subscribe-section.style .inner-container {
    max-width: 970px;
}

.subscribe-section.style .subscribe-form .form-group input[type="text"],
.subscribe-section.style .subscribe-form .form-group input[type="email"] {
    background: transparent;
    color: #ffffff;
    padding: 16px 22px;
    border: 2px solid #ffffff;
}

.subscribe-form .form-group .theme-btn:hover {
    background: #ffffff;
    color: #009fe3;
}


.main-footer {
    position: relative;
    background: #1b212f;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-footer .widgets-section {
    position: relative;
    padding: 40px 0 !important;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 35px;
}

.main-footer .about-widget {
    position: relative;
    padding-right: 40px;
}

.main-footer .logo {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-logo figure {
    margin: 0;
}

.main-footer .footer-logo img {
    display: block;
    max-width: 100%;
}

.main-footer .about-widget .text {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, .70);
    font-weight: 400;
    margin-bottom: 40px;
}


.user-links {
    position: relative;
    margin-top: 30px;
}

.user-links li {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, .70);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.user-links li a {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, .70);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover {
    color: #ffffff;
}


.main-footer .contact-list {
    position: relative;
}

.main-footer .contact-list li {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, .70);
    font-weight: 400;
    margin-bottom: 20px;
}

.main-footer .contact-list li:last-child {
    margin-bottom: 0;
}

.main-footer .contact-list li a {
    color: rgba(255, 255, 255, .70);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .contact-list li .text a:hover {
    color: #1c73ea;
}


.footer-bottom {
    position: relative;
    background: #1b212f;
    width: 100%;
}

.footer-bottom .inner-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 34px;
    border-top: 1px solid rgba(255, 255, 255, .20);
}

.footer-bottom .copyright-text {
    position: relative;
    padding: 10px 0px;
}

.footer-bottom .copyright-text p {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}

.footer-bottom .copyright-text a {
    color: #ffffff;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-bottom .copyright-text a:hover {
    color: #ffffff;
}

.footer-bottom .footer-nav {
    position: relative;
}

.footer-bottom .footer-nav ul {
    position: relative;
    padding: 20px 0;
}

.footer-bottom .footer-nav ul li {
    position: relative;
    float: left;
    padding-left: 22px;
    margin-left: 20px;
}

.footer-bottom .footer-nav ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.footer-bottom .footer-nav ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, .70);
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}



.main-footer.style .widgets-section {
    padding-top: 60px;
}

.main-footer.style .footer-bottom {
    background: none;
}

.main-footer.style .user-links li,
.main-footer.style .user-links li a,
.main-footer.style .contact-list li,
.main-footer.style .contact-list li a,
.main-footer.style .about-widget .text,
.main-footer.style .footer-bottom .footer-nav ul li a {
    color: #ffffff;
}



.sidebar-page-container {
    position: relative;
    padding: 120px 0px 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 50px;
}

.sidebar-page-container .sidebar {
    margin-left: -15px;
}

.sidebar-widget {
    position: relative;
    padding: 35px 40px;
    -webkit-box-shadow: 0 25px 60px rgba(28, 115, 234, .10);
    box-shadow: 0 25px 60px rgba(28, 115, 234, .10);
    margin-bottom: 60px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}


.sidebar-title {
    position: relative;
    margin-bottom: 35px;
}

.sidebar-title h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #1b212f;
    font-weight: 700;
}


.sidebar .search-box {
    margin-left: -20px;
    margin-right: -20px;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0 0 30px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    height: 60px;
    border: 1px solid #d1cfce;
    padding: 10px 50px 10px 20px;
    color: #777777;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    width: 50px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #1c73ea;
    line-height: 50px;
    border-radius: 4px;
    font-weight: normal;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .search-box .form-group button:hover {
    color: #dc3545;
}


.sidebar .recent-post {
    position: relative;
}

.recent-post .post {
    position: relative;
    padding-left: 100px;
    min-height: 83px;
    margin-bottom: 40px;
}

.recent-post .post:last-child {
    margin-bottom: 0;
}

.recent-post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 83px;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.05);
}

.recent-post .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recent-post .post-thumb:hover img {
    opacity: .9;
}

.recent-post .post h5 {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #1b212f;
    font-weight: 700;
    margin-right: -10px;
    margin-bottom: 10px;
}

.recent-post .post h5 a {
    color: #1b212f;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recent-post .post:hover h5 a {
    color: #156f89;
}

.recent-post .post .post-info {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #494d59;
    font-weight: 400;
}


.category-list {
    position: relative;
    display: block;
}

.category-list .sidebar-title {
    margin-bottom: 20px;
}

.category-list li {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 0;
}

.category-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #494d59;
    font-weight: 400;
    line-height: 26px;
    background-color: rgba(0, 0, 0, 0.01);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.category-list li a:hover {
    color: #1c73ea;
}


.sidebar .sidebar-widget.tags {
    padding-bottom: 20px;
}

.sidebar .popular-tags {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
}

.sidebar .popular-tags li {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.sidebar .popular-tags a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #494d59;
    line-height: 23px;
    padding: 5px 17px;
    text-align: center;
    background: none;
    font-weight: 400;
    border: 1px solid #d1cfce;
    border-radius: 2px;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #ffffff;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}

.preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 167px;
    width: 211px;
    margin-left: -100px;
    margin-top: -120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/logo.png);
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg);
    -webkit-animation: rotateAnimation 1s linear infinite;
    animation: rotateAnimation 1s linear infinite;
    content: "";
}

@-webkit-keyframes rotateAnimation {
    from {
        -webkit-transform: rotateY(45deg);
        transform: rotateY(45deg);
    }

    to {
        -webkit-transform: rotateY(225deg);
        transform: rotateY(225deg);
    }
}

@keyframes rotateAnimation {
    from {
        -webkit-transform: rotateY(45deg);
        transform: rotateY(45deg);
    }

    to {
        -webkit-transform: rotateY(225deg);
        transform: rotateY(225deg);
    }
}

.experience-section .video-column .video-box:before,
.about-section .images-column .image:before,
.banner-section:before {
    -webkit-animation: bounce-one 10s linear infinite;
    animation: bounce-one 10s linear infinite;
}

@-webkit-keyframes bounce-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.about-section:before {
    -webkit-animation: zoom-one 10s linear infinite;
    animation: zoom-one 10s linear infinite;
}

@-webkit-keyframes zoom-one {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

@keyframes zoom-one {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

.rooms-section:before,
.about-section .images-column:before {
    -webkit-animation: fa-spin 60s linear infinite;
    animation: fa-spin 60s linear infinite;
}


@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.experience-section .content-column:before {
    -webkit-animation: bounce 15s linear infinite;
    animation: bounce 15s linear infinite;
}

@keyframes bounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.gallery-block .image {
    overflow: hidden;
}

.gallery-block .image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.gallery-block .image a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    background: rgba(0, 0, 0, .30);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.gallery-block .image:hover a:before {
    opacity: 1;
    visibility: visible;
}

.quick-whatsapp {
    position: fixed;
    z-index: 1000;
    left: 20px;
    bottom: 20px;
}

.quick-whatsapp a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1c73ea;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    white-space: break-spaces;
}

.quick-whatsapp a .text {
    display: flex;
}