@import url('https://fonts.googleapis.com/css2?family=Gilroy:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/******************************************************************
  Template Name: Sona
  Description: Sona Hotel Html Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/


/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  About Section
6.  Services Section
7.  Testimonial Section
8.  Blog Section
9.  Contact
10.  Footer Style

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


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


/* Template default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: "Gilroy", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: Bebas Neue, serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 18px;
    font-family: "Gilroy", sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

::selection {
    background-color: #F8A534;
    color: #000;
}


/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 22px;
}

.section-title span {
    font-size: 14px;
    color: #F8A534;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title h2 {
    color: #000;
    margin-top: 10px;
    font-size: 120px;
    font-weight: 700;
    line-height: 106px;
}

.section-title span {
    color: #F8A534;
    margin-top: 10px;
    font-size: 120px;
    font-weight: 700;
    line-height: 106px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.spad-2 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}


/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 16px;
    color: #F8A534;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}

.primary-btn:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    color: #F8A534;
    content: "";
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
}

.about-text .primary-btn {
    display: inline-block;
    font-size: 16px;
    color: #F8A534;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}

.about-text .primary-btn:hover {
    color: #000;
}

.about-text .primary-btn:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    color: #F8A534;
    content: "";
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
}


/* Preloder */

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

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999;
}

.spacial-controls .search-switch {
    display: block;
    height: 100%;
    padding-top: 30px;
    background: #323232;
    text-align: center;
    cursor: pointer;
}

.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}

.search-model-form {
    padding: 0 15px;
}

.search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: none;
    color: #999;
}

.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    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;
}


/*---------------------
  Header
-----------------------*/

.header-section.header-normal .menu-item {
    -webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
    box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}

.top-nav {
    border-bottom: 1px solid #e5e5e552;
    background: #000;
}

.top-nav .tn-left li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 14px 0 12px;
    margin-right: 64px;
    position: relative;
}

.top-nav .tn-left li:after {
    position: absolute;
    right: -32px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e552;
    content: "";
}

.top-nav .tn-left li:last-child {
    margin-right: 0;
}

.top-nav .tn-left li:last-child:after {
    display: none;
}

.top-nav .tn-left li i {
    color: #F8A534;
    margin-right: 4px;
}

.top-nav .tn-right {
    text-align: right;
    padding-right: 42px;
}

.top-nav .tn-right .top-social {
    display: inline-block;
    margin-right: 35px;
    padding: 13px 0;
}

.top-nav .tn-right .top-social a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
}

.top-nav .tn-right .bk-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 28px 15px;
    background: #F8A534;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.top-nav .tn-right .language-option {
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
    padding: 13px 0px 11px;
    position: relative;
}

.top-nav .tn-right .language-option:hover .flag-dropdown {
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.top-nav .tn-right .language-option img {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-right: 10px;
}

.top-nav .tn-right .language-option span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.top-nav .tn-right .language-option .flag-dropdown {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100px;
    background: #ffffff;
    display: block;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
    box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}

.top-nav .tn-right .language-option .flag-dropdown ul li {
    list-style: none;
    text-align: left;
}

.top-nav .tn-right .language-option .flag-dropdown ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #19191a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-nav .tn-right .language-option .flag-dropdown ul li a:hover {
    color: #F8A534;
}

.menu-item {
    position: relative;
    z-index: 9;
    background-color: #000;
}

.menu-item .logo {
    padding: 25px 0;
}

.menu-item .logo a {
    display: inline-block;
}

.menu-item .nav-menu {
    text-align: right;
}

.menu-item .nav-menu .mainmenu {
    display: inline-block;
}

.menu-item .nav-menu .mainmenu li {
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.menu-item .nav-menu .mainmenu li.active a:after {
    opacity: 1;
}

.menu-item .nav-menu .mainmenu li:hover>a:after {
    opacity: 1;
}

.menu-item .nav-menu .mainmenu li:hover .dropdown {
    top: 77px;
    opacity: 1;
    visibility: visible;
}

.menu-item .nav-menu .mainmenu li a {
    font-size: 16px;
    color: #fff;
    margin-right: 42px;
    font-weight: 500;
    display: inline-block;
    padding: 27px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-item .nav-menu .mainmenu li a:after {
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    height: 2px;
    background: #F8A534;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-item .nav-menu .mainmenu li .dropdown {
    position: absolute;
    left: 0;
    top: 97px;
    width: 230px;
    background: #ffffff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
    box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}

.menu-item .nav-menu .mainmenu li .dropdown li {
    list-style: none;
    display: block;
}

.menu-item .nav-menu .mainmenu li .dropdown li a {
    font-size: 16px;
    color: #19191a;
    display: block;
    text-align: left;
    padding: 8px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
    color: #F8A534;
}

.menu-item .nav-menu .mainmenu li .dropdown li a:after {
    display: none;
}

.menu-item .nav-menu .nav-right {
    display: inline-block;
    margin-left: 43px;
    padding: 27px 0px;
}

.menu-item .nav-menu .nav-right i {
    font-size: 16px;
    color: #19191a;
    cursor: pointer;
}

.canvas-open {
    display: none;
}

.offcanvas-menu-wrapper {
    display: none;
}


/*=====================================================
    HERO SECTION
======================================================*/

.pagination {
    position: absolute !important;
    width: 100%;
    text-align: center;
    right: 0;
    padding: 0 !important;
    bottom: 30px;
    z-index: 999;
}

.pagination__item {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin: 0 5px;
    transition: 0.2s ease-in-out;
}

.pagination__item.is-current,
.pagination__item:hover {
    background-color: #fff;
}

.background-absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}

.slideshow {
    position: relative;
    color: #ffffff;
    background-color: #1e1e22;
    overflow: hidden;
    height: 100vh;
    min-height: 400px;
}

.slideshow__slide {
    visibility: hidden;
    transition: visibility 0s 1.7s;
}

.slideshow__slide.is-current {
    visibility: visible;
    transition-delay: 0s;
}

@media (max-width: 699px) {
    .slideshow .slideshow__slide {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 700px) {
    .slideshow .slideshow__slide {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.slideshow__slide-background-load-wrap {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 100%, 0);
    overflow: hidden;
}

.is-loaded .slideshow__slide-background-load-wrap {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

.slideshow__slide.is-prev .slideshow__slide-background-parallax,
.slideshow__slide.is-next .slideshow__slide-background-parallax {
    transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow__slide-background-parallax,
.slideshow__slide.is-next-section .slideshow__slide-background-parallax {
    transform: none !important;
}

.slideshow__slide-background-load {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, -50%, 0);
}

.is-loaded .slideshow__slide-background-load {
    transform: translate3d(0, 0, 0);
}

.slideshow__slide-background-wrap {
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-background-wrap {
    transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-background-wrap {
    transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
    transform: translate3d(0, -100%, 0);
    transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
    transform: translate3d(0, 100%, 0);
    transition: none;
}

.slideshow__slide-background {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
    transform: scale(1);
    overflow: hidden;
}

.slideshow__slide.is-prev .slideshow__slide-background,
.slideshow__slide.is-next .slideshow__slide-background {
    transform: scale(1);
    transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-background,
.slideshow__slide.is-next-section .slideshow__slide-background {
    transform: scale(1);
    transition-delay: 0s;
    transition: none;
}

.slideshow__slide-image-wrap {
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
    transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-image-wrap {
    transform: translate3d(0, 50%, 0);
}

.slideshow__slide-image {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
    transform: scale(1);
}

.slideshow__slide.is-prev .slideshow__slide-image,
.slideshow__slide.is-next .slideshow__slide-image {
    transform: scale(1.25);
    transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-image,
.slideshow__slide.is-next-section .slideshow__slide-image {
    transform: scale(1.25);
    transition-delay: 0s;
    transition: none;
}

.slideshow__slide-image::before,
.slideshow__slide-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.35;
}

.slideshow__slide-image::before {
    background-color: #1e1e22;
}

.slideshow__slide-image::after {
    background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
}

.slideshow__slide.is-prev .slideshow_container,
.slideshow__slide.is-next .slideshow_container {
    transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow_container,
.slideshow__slide.is-next-section .slideshow_container {
    transform: none !important;
}

.slideshow__slide-caption-text {
    position: relative;
    height: 100%;
    padding-top: 33vh;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-caption-text {
    transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-caption-text {
    transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-caption-text {
    transform: translate3d(0, -100%, 0);
    transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-caption-text {
    transform: translate3d(0, 100%, 0);
    transition: none;
}

.slideshow__slide-caption {
    position: relative;
    height: 100%;
    transform: translate3d(0, 100%, 0);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.is-loaded .slideshow__slide-caption {
    transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-title {
    line-height: 1;
    color: #fff;
    font-weight: 700;
}

@media (max-height: 500px) {
    .slideshow__slide-caption-title {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 699px) {
    .slideshow__slide-caption-title {
        font-size: 40px;
        margin-bottom: 150px;
    }
    .slideshow.-full .slideshow__slide-caption-title {
        margin-bottom: 30px;
    }
}

@media (min-width: 700px) {
    .slideshow__slide-caption-title {
        font-size: 5.625rem;
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 700px) and (max-width: 749px) {
    .slideshow__slide-caption-title {
        font-size: 4.375rem;
    }
}

@media (min-width: 1600px) {
    .slideshow__slide-caption-title {
        font-size: 6.25rem;
    }
}

.slideshow__slide-caption-title.-full {
    width: 100%;
}

.slideshow__slide-caption-subtitle {
    display: inline-block;
    padding: 1.875rem 0;
}

.slideshow__slide-caption-subtitle.-load {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .slideshow__slide-caption-subtitle.-load {
    transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .slideshow__slide-caption-subtitle.-load,
body[data-route-option=next-section] .slideshow__slide-caption-subtitle.-load {
    transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-subtitle-label {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    display: inline-block;
}

.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label,
.o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
    transform: translateX(20px);
}


/* OLD */

.c-header-home_footer {
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.c-header-home_controls,
.c-header-home_buttons {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 100%, 0);
    padding-bottom: 10rem;
}

@media (max-width: 699px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 5.625rem;
    }
}

@media (min-width: 700px) and (max-width: 749px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 3.75rem;
    }
}

.is-loaded .c-header-home_controls,
.is-loaded .c-header-home_buttons {
    transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .c-header-home_controls,
body[data-route-option=prev-section] .c-header-home_buttons,
body[data-route-option=next-section] .c-header-home_controls,
body[data-route-option=next-section] .c-header-home_buttons {
    transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
    transition-delay: 0.65s;
}

@media (min-width: 700px) {
    .c-header-home_controls {
        float: left;
    }
}

.c-header-home_buttons {
    transition-delay: 0.75s;
}

@media (max-width: 699px) {
    .c-header-home_buttons {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 1000px) {
    .c-header-home_buttons {
        float: right;
    }
}

@media (max-width: 699px) {
    .c-header-home_button {
        width: 50% !important;
    }
}

@media (min-width: 700px) {
    .c-header-home_button {
        width: 15.625rem;
    }
}

button,
.c-header-filters_button,
.o-button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: none;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button:hover,
.c-header-filters_button:hover,
.o-button:hover {
    text-decoration: none;
}

.o-hsub {
    font-size: 0.75rem;
    padding: 1.25rem 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 500;
}

.o-hsub::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid;
    width: 1.5rem;
    background-color: #1e1e22;
    margin-right: 1.125rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center left;
}

.o-hsub.-link {
    color: #ffffff;
    text-decoration: none;
}

.o-hsub.-link:hover::before,
.o-hsub-wrap:hover .o-hsub.-link::before {
    transform: scaleX(1.5);
}

.o-hsub.-link.-dark {
    color: #1e1e22;
}

.o-hsub.-link.-dark:hover {
    color: #1e1e22;
}

.o-hsub.-h {
    vertical-align: middle;
}

@media (max-width: 699px) {
    .o-hsub.-h {
        display: block;
        margin-top: 20px;
    }
}

@media (min-width: 700px) {
    .o-hsub.-h {
        margin-left: 2.5rem;
    }
}

.o-hsub_label {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    display: inline-block;
}

.o-hsub.-link:hover .o-hsub_label,
.o-hsub-wrap:hover .o-hsub_label {
    transform: translateX(20px);
}


/* //////// */

.slideshow__slide-caption-subtitle-2 {
    display: inline-block;
    padding: 1.875rem 0;
}

.slideshow__slide-caption-subtitle-2.-load-2 {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .slideshow__slide-caption-subtitle-2.-load-2 {
    transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-subtitle-label-2 {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    display: inline-block;
}

.o-hsub-2.-link-2:hover .slideshow__slide-caption-subtitle-label-2,
.o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label-2 {
    transform: translateX(20px);
}

.o-hsub-2 {
    font-size: 0.75rem;
    padding: 1.25rem 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 500;
}

.o-hsub-2::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid;
    width: 1.5rem;
    background-color: #1e1e22;
    margin-right: 1.125rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center left;
}

.o-hsub-2.-link-2 {
    color: #F8A534;
    text-decoration: none;
    font-weight: 900;
}

.o-hsub-2.-link-2:hover::before,
.o-hsub-wrap:hover .o-hsub-2.-link-2::before {
    transform: scaleX(1.5);
}


/* //////// */

.o-container {
    position: relative;
    margin: 0 auto;
}

@media (max-width: 699px) {
    .o-container {
        padding-right: 40px;
        padding-left: 40px;
    }
    .o-container.-small {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 700px) and (max-width: 1599px) {
    .o-container {
        padding-right: 7.5rem;
        padding-left: 7.5rem;
        max-width: 140rem;
    }
}

@media (min-width: 1600px) {
    .o-container {
        padding-right: 9.5625rem;
        padding-left: 9.5625rem;
        max-width: 144.125rem;
    }
}

.o-button {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #1e1e22;
    white-space: nowrap;
    font-size: 0;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
}

.o-button>* {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 1rem;
}

@media (max-width: 699px) {
    .o-button {
        height: 60px;
        padding: 0 20px;
    }
}

@media (min-width: 700px) {
    .o-button {
        height: 3.75rem;
        padding: 0 1.875rem;
    }
}

.o-button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1e1e22;
    transform: scaleX(0);
    transform-origin: center left;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:hover {
    color: #ffffff;
    transition-delay: 0s;
}

.o-button:hover::after {
    transform: scaleX(1);
    transition-delay: 0s;
}

@media (min-width: 1200px) {
    .o-button.-anim {
        border-color: transparent;
    }
}

.o-button.-left::after {
    transform-origin: center right;
}

.o-button.-white {
    border-color: #ffffff;
}

.o-button.-white::after {
    background-color: #ffffff;
}

.o-button.-white:hover {
    color: #000000;
}

@media (max-width: 699px) {
    .o-button.-width {
        width: 100%;
    }
}

@media (min-width: 700px) {
    .o-button.-width {
        width: 15rem;
    }
}

.o-button.-form {
    width: 11.25rem;
}

.o-button.-form:focus {
    color: #ffffff;
    transition-delay: 0s;
}

.o-button.-form:focus::after {
    transform: scaleX(1);
    transition-delay: 0s;
}

.o-button.-square {
    padding: 0;
}

@media (max-width: 699px) {
    .o-button.-square {
        width: 60px;
    }
}

@media (min-width: 700px) {
    .o-button.-square {
        width: 3.75rem;
    }
}

.o-button-group .o-button+.o-button {
    border-left: none;
}

@media (max-width: 699px) {
    .o-button.-padding {
        padding: 1.25rem;
    }
}

@media (min-width: 700px) {
    .o-button.-padding {
        padding: 1.25rem 2.5rem;
    }
}

.o-button_label {
    display: inline-block;
    position: relative;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0);
    line-height: 1.4;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 500;
    font-size: 0.75rem;
}

.o-button:hover .o-button_label {
    transform: translateX(0.5rem);
    transition-delay: 0.075s;
}

.o-button.-left:hover .o-button_label {
    transform: translateX(-0.5rem);
}

.o-button.-square:hover .o-button_label {
    transform: translateX(0.375rem);
}

.o-button.-left.-square:hover .o-button_label {
    transform: translateX(-0.375rem);
}

.o-button-group {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
}

.o-button_icon {
    position: relative;
    width: 1.1875rem;
    height: 1.1875rem;
    fill: #1e1e22;
    transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button.-white .o-button_icon {
    fill: #ffffff;
}

.o-button:hover .o-button_icon {
    fill: #f6f6f6;
    transition-delay: 0s;
}

.o-button.-white:hover .o-button_icon {
    fill: #1e1e22;
}

.o-button_line::before,
.o-button_line::after {
    content: "";
    position: absolute;
    background-color: #1e1e22;
}

.is-mobile .o-button_line::before,
.is-mobile .o-button_line::after {
    display: none;
}

.o-button_line::before {
    width: 1px;
    top: 0;
    bottom: 0;
    transform: scaleY(0);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line::after {
    height: 1px;
    right: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line:first-of-type::before {
    left: 0;
    transform-origin: center bottom;
}

.o-button_line:first-of-type::after {
    top: 0;
    transform-origin: center left;
}

.o-button_line:last-of-type::before {
    right: 0;
    transform-origin: center top;
}

.o-button_line:last-of-type::after {
    bottom: 0;
    transform-origin: center right;
}

.o-button.is-inview .o-button_line::before {
    transform: scaleY(1);
}

.o-button.is-inview .o-button_line::after {
    transform: scaleX(1);
}

.o-button.is-inview .o-button_line:first-of-type::before {
    transition-delay: 1.15s;
}

.o-button.is-inview .o-button_line:first-of-type::after {
    transition-delay: 0.1s;
}

.o-button.is-inview .o-button_line:last-of-type::before {
    transition-delay: 0.55s;
}

.o-button.is-inview .o-button_line:last-of-type::after {
    transition-delay: 0.7s;
}

.c-header-home_footer {
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.c-header-home_buttons {
    transition-delay: 0.75s;
}

@media (max-width: 699px) {
    .c-header-home_buttons {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 1000px) {
    .c-header-home_buttons {
        float: right;
    }
}

@media (max-width: 699px) {
    .c-header-home_button {
        width: 50% !important;
    }
}

@media (min-width: 700px) {
    .c-header-home_button {
        width: 15.625rem;
    }
}


/* .hero-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
}

.hero-section .container {
    position: relative;
    z-index: 5;
}

.hero-text {
    padding-top: 145px;
}

.hero-text h1 {
    font-size: 80px;
    line-height: 90px;
    color: #ffffff;
    margin-bottom: 16px;
}

.hero-text p {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 35px;
}

.booking-form {
    background: #ffffff;
    padding: 44px 40px 50px 40px;
    border-radius: 4px;
}

.booking-form h3 {
    color: #19191a;
    margin-bottom: 36px;
}

.booking-form form .check-date {
    position: relative;
    margin-bottom: 15px;
}

.booking-form form .check-date label {
    font-size: 14px;
    color: #707079;
    display: block;
    margin-bottom: 10px;
}

.booking-form form .check-date input {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
}

.booking-form form .check-date i {
    color: #F8A534;
    position: absolute;
    right: 18px;
    bottom: 17px;
}

.booking-form form .select-option {
    margin-bottom: 15px;
}

.booking-form form .select-option label {
    font-size: 14px;
    color: #707079;
    display: block;
    margin-bottom: 10px;
}

.booking-form form .select-option .nice-select {
    border-radius: 2px;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 20px;
    width: 100%;
    float: none;
}

.booking-form form .select-option .nice-select:after {
    border-bottom: 2px solid #F8A534;
    border-right: 2px solid #F8A534;
    height: 10px;
    margin-top: 0;
    right: 20px;
    width: 10px;
    top: 36%;
}

.booking-form form .select-option .nice-select span {
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
}

.booking-form form .select-option .nice-select .list {
    margin-top: 0;
    width: 100%;
}

.booking-form form button {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #F8A534;
    border-radius: 2px;
    color: #F8A534;
    font-weight: 500;
    background: transparent;
    width: 100%;
    height: 46px;
    margin-top: 30px;
}

.hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero-slider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 100%;
    text-align: center;
}

.hero-slider.owl-carousel .owl-dots button {
    height: 6px;
    width: 6px;
    background: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hero-slider.owl-carousel .owl-dots button.active {
    width: 30px;
    border-radius: 50px;
    opacity: 1;
}

.hero-slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}

.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .hs-item {
    height: 100%;
} */


/*=====================================================
    END HERO SECTION
======================================================*/


/*=====================================================
    ABOUT US SECTION
======================================================*/

.aboutus-section {
    background: linear-gradient(90deg, #fff, #fff, #d5d3d3);
    padding-top: 150px;
    padding-bottom: 100px;
    overflow: hidden;
}

.sections .section .pop-up .inner .top-bar .close .icon,
.sections .section .pop-up .inner .top-bar .share .icon,
.sections .section>.inner .content span.open-modal.desktop,
.sections .section>.inner .content span.open-modal.mobile {
    background-color: transparent;
    background-image: url(/Images/Sprites/LG/GB/wSprite.png?cb=638131754262140000);
    background-repeat: no-repeat
}

.sections .section.academics .inner h1 span.open-modal.desktop,
.sections .section.athletes .inner h1 span.open-modal.desktop,
.sections .section.leaders .inner h1 span.open-modal.desktop {
    background-position: -85px -223px;
    height: 18px;
    width: 82px
}

.sections .section>.inner .content span.open-modal.desktop {
    background-position: -169px -223px;
    height: 18px;
    width: 82px
}

.sections .section>.inner .content span.open-modal.mobile {
    background-position: -1px -243px;
    height: 28px;
    width: 42px
}

.sections .section .pop-up .inner .top-bar .close .icon {
    background-position: -307px -148px;
    height: 23px;
    width: 23px
}

.sections .section .pop-up .inner .top-bar .share .icon {
    background-position: -307px -238px;
    height: 19px;
    width: 19px
}

@media only screen and (-o-min-device-pixel-ratio:1.1/1),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-o-min-device-pixel-ratio:11/10),
only screen and (-webkit-min-device-pixel-ratio:1.1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:1.1),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:1.1),
only screen and (min-resolution:1.1dppx),
only screen and (min-resolution:192dpi) {
    .sections .section .pop-up .inner .top-bar .close .icon,
    .sections .section .pop-up .inner .top-bar .share .icon,
    .sections .section>.inner .content span.open-modal.desktop,
    .sections .section>.inner .content span.open-modal.mobile {
        background-color: transparent;
        background-image: url(/Images/Sprites/LG/GB/wSprite2.png?cb=638131754262140000);
        background-repeat: no-repeat;
        -moz-background-size: 335px 292px;
        background-size: 335px 292px
    }
}

.sections {
    position: relative
}

.sections .section {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%
}

.sections .section .background {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.sections .section .background:after,
.sections .section .background:before {
    content: "";
    height: 45%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.sections .section .background:after {
    bottom: 0;
    top: auto
}

.sections .section .background:before {
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000));
    background: -webkit-linear-gradient(bottom, transparent, #000);
    background: -moz-linear-gradient(bottom, transparent 0, #000 100%);
    background: -o-linear-gradient(bottom, transparent 0, #000 100%);
    background: linear-gradient(0deg, transparent, #000);
    opacity: .44
}

.sections .section .background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(top, transparent, #000);
    background: -moz-linear-gradient(top, transparent 0, #000 100%);
    background: -o-linear-gradient(top, transparent 0, #000 100%);
    background: linear-gradient(180deg, transparent, #000);
    opacity: .57
}

.sections .section .background>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%
}

.sections .section .background .fade {
    background: rgba(0, 0, 0, .2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.sections .section .background .bg {
    background: #fff;
    position: absolute;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px)
}

.sections .section .background .bg .four,
.sections .section .background .bg .two {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px)
}

@media screen and (max-width:767px) {
    .sections .section .background .bg {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.sections .section .background .bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .15;
    width: 100%
}

.sections .section>.inner {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 110px;
    z-index: 1
}

@media screen and (max-width:767px) {
    .sections .section>.inner {
        padding: 0;
        width: 100%
    }
}

.sections .section>.inner .content h1 {
    color: #fff;
    font-family: Bebas neue, serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.sections .section>.inner .content h1:after {
    background: #FFD169;
    bottom: -12px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
    width: 0
}

@media screen and (min-width:768px) and (max-width:1300px) {
    .sections .section>.inner .content h1:after {
        bottom: -2px
    }
    .sections .section>.inner .content h1 {
        font-size: 120px;
        line-height: 60px
    }
}

@media screen and (max-width:767px) {
    .sections .section>.inner .content h1 {
        font-size: 50px;
        line-height: 60px;
        text-align: center;
        width: 100%
    }
    .sections .section>.inner .content h1 i {
        line-height: 44px
    }
}

.sections .section>.inner .content span.open-modal.desktop {
    cursor: pointer;
    position: absolute;
    right: -150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .3s ease;
    -o-transition: right .3s ease;
    -moz-transition: right .3s ease;
    transition: right .3s ease
}

@media screen and (max-width:767px) {
    .sections .section>.inner .content span.open-modal.desktop {
        display: none
    }
}

.sections .section>.inner .content span.open-modal.mobile {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    .sections .section>.inner .content span.open-modal.mobile {
        display: block
    }
}

.sections .section>.inner .content i.open-modal {
    display: inline-block;
    font-style: normal;
    position: relative;
}

.sections .section>.inner .content i.open-modal:after {
    background: #FFD169;
    bottom: -12px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
    width: 0
}

@media screen and (min-width:768px) and (max-width:1300px) {
    .sections .section>.inner .content i.open-modal:after {
        bottom: -2px
    }
}

@media screen and (max-width:767px) {
    .sections .section>.inner .content i.open-modal:after {
        bottom: 0
    }
}

.sections .section>.inner .content h2 {
    color: #000;
    font-family: Bebas neue, serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 106px;
    margin-bottom: 20px
}

@media screen and (min-width:768px) and (max-width:1300px) {
    .sections .section>.inner .content h2 {
        font-size: 60px;
        line-height: 70px
    }
}

@media screen and (max-width:767px) {
    .sections .section>.inner .content h2 {
        font-size: 50px;
        line-height: 55px
    }
}

.sections .section>.inner .content span {
    background-position: 0 100%;
    background-repeat: no-repeat;
    position: relative;
    color: #F8A534;
}

.sections .section>.inner .content h5 {
    color: #fff;
    font-family: "Gilroy", sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .6em;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width:768px) and (max-width:1300px) {
    .sections .section>.inner .content h5 {
        font-size: 24px
    }
}

@media screen and (max-width:767px) {
    .sections .section>.inner .content h5 {
        font-size: 18px;
        line-height: 22px
    }
}

.sections .section>.inner .content p {
    color: #fff;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center
}

@media screen and (min-width:768px) and (max-width:1300px) {
    .sections .section>.inner .content p {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width:767px) {
    .sections .section>.inner .content p {
        line-height: 24px;
        margin-top: 25px
    }
}

@media screen and (max-width:767px) {
    .sections .section>.inner .content {
        width: 100%
    }
    .sections .section>.inner .content h1 {
        font-size: 45px
    }
    .sections .section>.inner .content p {
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (min-width:768px) and (max-width:1300px) {
    .sections .section>.inner .content h1 {
        text-align: center
    }
    .sections .section>.inner .content h1 span.open-modal.desktop {
        right: -150px
    }
    .sections .section>.inner .content p {
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (min-width:768px) and (max-width:950px) {
    .sections .section>.inner .content {
        width: 550px
    }
    .sections .section>.inner .content h1 {
        font-size: 60px
    }
    .sections .section>.inner .content h1 span.open-modal.desktop {
        right: -80px
    }
}

@media screen and (min-width:1301px) {
    .sections .section>.inner .content h1 {
        text-align: center
    }
    .sections .section>.inner .content h1 span.open-modal.desktop {
        right: -150px
    }
    .sections .section>.inner .content p {
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.sections .section>.inner>a.hashtag {
    bottom: 50px;
    color: #fff;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    position: absolute;
    right: 50px
}

@media screen and (max-width:767px) {
    .sections .section>.inner>a.hashtag,
    .sections .section>.inner>a.hashtag:after {
        display: none
    }
}

.sections .section>.inner>a.hashtag:after {
    color: #FFD169;
    bottom: 2px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px)
}

.sections .section .pop-up {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 299
}

@media screen and (max-width:767px) {
    .sections .section .pop-up {
        z-index: 197
    }
}

.sections .section .pop-up.show {
    pointer-events: all;
    visibility: visible
}

.sections .section .pop-up.show .bg {
    opacity: 1;
    visibility: visible
}

.sections .section .pop-up.show .inner {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.sections .section .pop-up .bg {
    background: rgba(0, 28, 57, .8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    width: 100%
}

.sections .section .pop-up .inner {
    background: #fff;
    max-width: 1100px;
    min-width: 750px;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease;
    width: 60%
}

@media screen and (max-width:767px) {
    .sections .section .pop-up .inner {
        max-width: auto;
        min-width: auto;
        width: 100%
    }
}

.sections .section .pop-up .inner .top-bar {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    background: #fff;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.sections .section .pop-up .inner .top-bar,
.sections .section .pop-up .inner .top-bar .close {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px
}

.sections .section .pop-up .inner .top-bar .close {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    background: #001c39;
    cursor: pointer;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 50px
}

.sections .section .pop-up .inner .top-bar .close .icon {
    display: block
}

.sections .section .pop-up .inner .top-bar h3 {
    color: #001c39;
    font-family: Bebas neue, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 20px;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .sections .section .pop-up .inner .top-bar h3 {
        margin: 0 20px
    }
}

.sections .section .pop-up .inner .top-bar p {
    color: #001c39;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .6em;
    line-height: 30px;
    opacity: .54;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .sections .section .pop-up .inner .top-bar p {
        font-size: 16px;
        letter-spacing: .2em;
        line-height: 21px
    }
}

.sections .section .pop-up .inner .top-bar .share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background: #FFD169;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 50px
}

.sections .section .pop-up .inner .top-bar .share .icon {
    display: block
}

.sections .section .pop-up .inner .content {
    padding: 28px 45px
}

@media screen and (max-width:767px) {
    .sections .section .pop-up .inner .content {
        padding: 20px
    }
}

@media screen and (min-width:1600px) {
    .sections .section .pop-up .inner .content {
        padding: 28px 90px
    }
}

.sections .section .pop-up .inner .content h1,
.sections .section .pop-up .inner .content h2,
.sections .section .pop-up .inner .content h3,
.sections .section .pop-up .inner .content h4,
.sections .section .pop-up .inner .content h5 {
    text-align: left;
    text-transform: none
}

.sections .section .pop-up .inner .content h2 {
    color: #001c39;
    font-family: Bebas neue, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px
}

.sections .section .pop-up .inner .content p {
    color: #001c39;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    max-width: 100%
}

.sections .section .pop-up .inner .stories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 20px
}

.sections .section .pop-up .inner .stories .coll {
    display: inline-block;
    width: 50%
}

@media screen and (max-width:767px) {
    .sections .section .pop-up .inner .stories {
        margin: 0
    }
}

@media screen and (max-width:450px) {
    .sections .section .pop-up .inner .stories .coll {
        display: block;
        width: 100%
    }
}

@media screen and (min-width:1600px) {
    .sections .section .pop-up .inner .stories {
        margin: 0 70px
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.11);
        transform: scale(1.11)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes move {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.11);
        transform: scale(1.11)
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes move {
    0% {
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -o-transform: scale(1.11);
        transform: scale(1.11)
    }
    to {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes move {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.11);
        -moz-transform: scale(1.11);
        -o-transform: scale(1.11);
        transform: scale(1.11)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.sections .section.welcome {
    background-image: linear-gradient(90deg, #fff, #fff, #d5d3d3);
}

@media screen and (max-width:767px) {
    .sections .section.welcome {
        height: auto;
        min-height: 600px
    }
}

.sections .section.welcome .background:after,
.sections .section.welcome .background:before {
    display: none
}

.sections .section.welcome .background img {
    height: auto;
    position: absolute;
    right: -345px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto
}

.sections .section.welcome .inner {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    cursor: auto
}

@media screen and (min-width:1600px) {
    .sections .section.welcome .inner {
        max-width: 1600px
    }
}

@media screen and (max-width:767px) {
    .sections .section.welcome .inner {
        padding: 40px 30px
    }
}

.sections .section.welcome .inner p {
    left: auto;
    line-height: 28px;
    text-align: left;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 80%
}

@media screen and (max-width:767px) {
    .sections .section.welcome .inner p {
        margin-top: 10px;
        width: 100%
    }
}

.sections .section.athletes .background .bg.one {
    height: 460px;
    left: 0;
    top: 80px;
    width: 383px
}

@media screen and (min-width:1600px) {
    .sections .section.athletes .background .bg.one {
        left: 12vw
    }
}

@media screen and (max-width:767px) {
    .sections .section.athletes .background .bg.one {
        height: 357px;
        left: -150px;
        width: 297px
    }
}

.sections .section.athletes .background .bg.two {
    bottom: 80px;
    height: 215px;
    left: 186px;
    width: 329px
}

@media screen and (min-width:1600px) {
    .sections .section.athletes .background .bg.two {
        bottom: 120px;
        left: 20vw
    }
}

@media screen and (max-width:767px) {
    .sections .section.athletes .background .bg.two {
        height: 173px;
        left: -40px;
        width: 265px
    }
}

.sections .section.athletes .background .bg.three {
    height: 324px;
    right: 321px;
    top: 105px;
    width: 230px
}

@media screen and (min-width:1600px) {
    .sections .section.athletes .background .bg.three {
        right: 20vw
    }
}

@media screen and (max-width:767px) {
    .sections .section.athletes .background .bg.three {
        height: 324px;
        right: -150px;
        width: 230px
    }
}

.sections .section.athletes .background .bg.four {
    bottom: 172px;
    height: 198px;
    right: 74px;
    width: 374px
}

@media screen and (min-width:1600px) {
    .sections .section.athletes .background .bg.four {
        right: 15vw
    }
}

@media screen and (max-width:767px) {
    .sections .section.athletes .background .bg.four {
        bottom: 40px;
        height: 144px;
        right: -180px;
        width: 272px
    }
}

.sections .section.athletes .inner p {
    max-width: 577px
}

@media screen and (max-width:767px) {
    .sections .section.athletes .inner p {
        max-width: 314px
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .sections .section.creators .background img {
        -o-object-position: 12%;
        object-position: 12%
    }
}

.sections .section.creators .inner p {
    max-width: 607px
}

@media screen and (max-width:767px) {
    .sections .section.creators .inner p {
        max-width: 314px
    }
}

.sections .section.academics .background .bg.one {
    height: 198px;
    left: 243px;
    top: 119px;
    width: 374px
}

@media screen and (min-width:1600px) {
    .sections .section.academics .background .bg.one {
        left: 18vw
    }
}

@media screen and (max-width:767px) {
    .sections .section.academics .background .bg.one {
        height: 198px;
        left: -180px;
        top: 75px;
        width: 374px
    }
}

.sections .section.academics .background .bg.two {
    bottom: 155px;
    height: 313px;
    left: 0;
    width: 478px
}

@media screen and (min-width:1600px) {
    .sections .section.academics .background .bg.two {
        left: 8vw
    }
}

@media screen and (max-width:767px) {
    .sections .section.academics .background .bg.two {
        bottom: 30px;
        height: 313px;
        left: -300px;
        width: 478px
    }
}

.sections .section.academics .background .bg.three {
    height: 460px;
    right: 13px;
    top: 78px;
    width: 383px
}

@media screen and (min-width:1600px) {
    .sections .section.academics .background .bg.three {
        right: 8vw
    }
}

@media screen and (max-width:767px) {
    .sections .section.academics .background .bg.three {
        height: 460px;
        right: -300px;
        top: 35px;
        width: 383px
    }
}

.sections .section.academics .background .bg.four {
    bottom: 54px;
    height: 198px;
    right: 280px;
    width: 374px
}

@media screen and (min-width:1600px) {
    .sections .section.academics .background .bg.four {
        right: 15vw
    }
}

@media screen and (max-width:767px) {
    .sections .section.academics .background .bg.four {
        bottom: -30px;
        height: 198px;
        right: -200px;
        width: 374px
    }
}

.sections .section.academics .inner p {
    max-width: 685px
}

@media screen and (max-width:767px) {
    .sections .section.academics .inner p {
        max-width: 314px
    }
}

.sections .section.explorers .inner p {
    max-width: 650px
}

@media screen and (max-width:767px) {
    .sections .section.explorers .inner p {
        max-width: 314px
    }
}

.sections .section.leaders .background .bg.one {
    height: 401px;
    left: 0;
    top: 73px;
    width: 374px
}

@media screen and (min-width:1600px) {
    .sections .section.leaders .background .bg.one {
        left: 15vw
    }
}

@media screen and (max-width:767px) {
    .sections .section.leaders .background .bg.one {
        left: -300px;
        top: 0
    }
}

.sections .section.leaders .background .bg.two {
    bottom: 141px;
    height: 335px;
    left: 227px;
    width: 284px
}

@media screen and (min-width:1600px) {
    .sections .section.leaders .background .bg.two {
        bottom: 50px;
        left: 22vw
    }
}

@media screen and (max-width:767px) {
    .sections .section.leaders .background .bg.two {
        bottom: 30px;
        height: 283px;
        left: -100px;
        width: 240px
    }
}

.sections .section.leaders .background .bg.three {
    height: 292px;
    right: 210px;
    top: 119px;
    width: 346px
}

@media screen and (min-width:1600px) {
    .sections .section.leaders .background .bg.three {
        right: 18vw
    }
}

@media screen and (max-width:767px) {
    .sections .section.leaders .background .bg.three {
        height: 283px;
        right: -100px;
        top: 50px;
        width: 240px
    }
}

.sections .section.leaders .background .bg.four {
    bottom: 102px;
    height: 354px;
    right: 27px;
    width: 296px
}

@media screen and (min-width:1600px) {
    .sections .section.leaders .background .bg.four {
        right: 7vw
    }
}

@media screen and (max-width:767px) {
    .sections .section.leaders .background .bg.four {
        bottom: -40px;
        height: 225px;
        right: -100px;
        width: 214px
    }
}

.sections .section.leaders .inner p {
    max-width: 553px
}

@media screen and (max-width:767px) {
    .sections .section.leaders .inner p {
        max-width: 314px
    }
}

.sections .section.academics .background:after,
.sections .section.academics .background:before,
.sections .section.athletes .background:after,
.sections .section.athletes .background:before,
.sections .section.leaders .background:after,
.sections .section.leaders .background:before {
    display: none
}

.sections .section.academics .inner h1,
.sections .section.academics .inner h2,
.sections .section.academics .inner h5,
.sections .section.academics .inner p,
.sections .section.athletes .inner a.hashtag,
.sections .section.athletes .inner h1,
.sections .section.athletes .inner h2,
.sections .section.athletes .inner h5,
.sections .section.athletes .inner p,
.sections .section.leaders .inner a.hashtag,
.sections .section.leaders .inner h1,
.sections .section.leaders .inner h2,
.sections .section.leaders .inner h5,
.sections .section.leaders .inner p {
    color: #fff
}

.sections .section.academics .inner a.hashtag {
    color: #fff
}

.sections .section.academics,
.sections .section.athletes,
.sections .section.creators,
.sections .section.explorers,
.sections .section.leaders {
    overflow: hidden;
    position: relative
}

.sections .section.academics>.inner,
.sections .section.athletes>.inner,
.sections .section.creators>.inner,
.sections .section.explorers>.inner,
.sections .section.leaders>.inner {
    clip: rect(0, auto, auto, 0);
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

.sections .section.academics>.inner .content,
.sections .section.athletes>.inner .content,
.sections .section.creators>.inner .content,
.sections .section.explorers>.inner .content,
.sections .section.leaders>.inner .content {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.f-para {
    width: 485px;
}

.about-text P {
    color: #292929;
}


/* .about-text {
    text-align: center;
    padding: 0 35px;
}

.about-text p {
    color: #595960;
    font-weight: 500;
}

.about-text p.f-para {
    margin-bottom: 10px;
}

.about-text p.s-para {
    margin-bottom: 35px;
}

.about-text .about-btn {
    color: #19191a;
}

.about-pic img {
    min-width: 100%;
} */


/*=====================================================
    END ABOUT US SECTION
======================================================*/


/*=====================================================
    CHOSE US SECTION
======================================================*/

.mb-80 {
    margin-top: 20px;
}

.chose-section {
    background: linear-gradient(90deg, #fff, #fff, #d5d3d3);
    padding-top: 150px;
    padding-bottom: 50px;
}

.why-choose-us-content {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    padding: 80px 30px 50px;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.why-choose-us-content .chosse-us-icon {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    height: 76px;
    width: 76px;
    background: #F8A534;
    display: inline-block;
    text-align: center;
    line-height: 76px;
    border-radius: 50%;
    color: #000;
    font-size: 30px;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -38px;
}

.why-choose-us-content h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    color: #000;
}

.why-choose-us-content p {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    color: #292929;
}

.why-choose-us-content:hover,
.why-choose-us-content:focus {
    background: #000;
}

.why-choose-us-content:hover .chosse-us-icon,
.why-choose-us-content:focus .chosse-us-icon {
    background: linear-gradient(180deg, #B26400, #FFD169, #B26400, #FFD169);
    box-shadow: 0 5px 15px 2px rgba(255, 255, 255, 0.15);
    color: #fff;
}

.why-choose-us-content:hover h4,
.why-choose-us-content:hover p,
.why-choose-us-content:focus h4,
.why-choose-us-content:focus p {
    color: #fff;
}

.mb-80 {
    margin-bottom: 80px;
}


/*=====================================================
    END CHOSE US SECTION
======================================================*/


/*=====================================================
    SERVICES SECTION
======================================================*/

.services-section {
    background: linear-gradient(90deg, #fff, #fff, #d5d3d3);
    padding-top: 150px;
    padding-bottom: 100px;
}

.mb-90 {
    margin-top: 20px;
}

.services-content {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    padding: 80px 30px 50px;
    background-color: #151515;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.services-content .chosse-us-icon {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    height: 76px;
    width: 76px;
    background: #F8A534;
    display: inline-block;
    text-align: center;
    line-height: 76px;
    border-radius: 50%;
    color: #000;
    font-size: 30px;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -38px;
}

.services-content h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    color: #fff;
}

.services-content p {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
}

.services-content:hover,
.services-content:focus {
    background: #F8A534;
}

.services-content:hover .chosse-us-icon,
.services-content:focus .chosse-us-icon {
    background: #F8A534;
    box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.69);
    color: #000;
}

.services-content:hover h4,
.services-content:hover p,
.services-content:focus h4,
.services-content:focus p {
    color: #000;
}

.mb-80 {
    margin-bottom: 80px;
}


/*=====================================================
    END SERVICES SECTION
======================================================*/


/*=====================================================
    COUNTER SECTION
======================================================*/

.counter-section {
    background-color: #000;
    padding: 50px 0;
}

.center-text {
    text-align: center!important;
}

.pt-0 {
    padding-top: 0px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.semi-black {
    color: #666666;
}

.mb-30 h2 {
    font-size: 120px;
    font-weight: 700;
    color: #F8A534;
}

.mb-30 h5 {
    font-family: "Gilroy", sans-serif;
    color: #fff;
}


/*=====================================================
    END COUNTER SECTION
======================================================*/


/*------------------------
  Home Page Room Section 
-------------------------*/

.hp-room-items {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.hp-room-items .hp-room-item {
    height: 600px;
    margin-right: -15px;
    position: relative;
    overflow: hidden;
}

.hp-room-items .hp-room-item:hover .hr-text {
    bottom: 135px;
}

.hp-room-items .hp-room-item:hover .hr-text h2 {
    margin-bottom: 30px;
}

.hp-room-items .hp-room-item .hr-text {
    position: absolute;
    left: 45px;
    right: 25px;
    bottom: -250px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hp-room-items .hp-room-item .hr-text h3 {
    color: #ffffff;
    margin-bottom: 15px;
}

.hp-room-items .hp-room-item .hr-text h2 {
    color: #F8A534;
    font-weight: 700;
    margin-bottom: 50px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.hp-room-items .hp-room-item .hr-text h2 span {
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.hp-room-items .hp-room-item .hr-text table {
    margin-bottom: 30px;
}

.hp-room-items .hp-room-item .hr-text table tbody tr td {
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
}

.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
    width: 120px;
}

.hp-room-items .hp-room-item .hr-text .primary-btn:after {
    background: #ffffff;
}


/*=====================================================
    TESTIMONIAL SECTION
======================================================*/

.testimonial-section {
    background: linear-gradient(90deg, #fff, #fff, #d5d3d3);
}

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

.testimonial-slider.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.testimonial-slider.owl-carousel .owl-nav button {
    height: 44px;
    width: 44px;
    border: 1px solid #000;
    font-size: 24px;
    color: #707079;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: -190px;
    top: 50%;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.testimonial-slider.owl-carousel .owl-nav button:hover {
    border-color: #19191a;
    color: #19191a;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -190px;
}

.testimonial-slider .ts-item {
    text-align: center;
}

.testimonial-slider .ts-item p {
    font-size: 18px;
    color: #292929;
    line-height: 30px;
    margin-bottom: 50px;
}

.testimonial-slider .ts-item .ti-author {
    margin-bottom: 60px;
}

.testimonial-slider .ts-item .ti-author .rating {
    display: inline-block;
}

.testimonial-slider .ts-item .ti-author .rating i {
    color: #f5b917;
    font-size: 16px;
}

.testimonial-slider .ts-item .ti-author h5 {
    font-size: 20px;
    color: #000;
    display: inline-block;
    font-weight: 700;
}


/*=====================================================
    END TESTIMONIAL SECTION
======================================================*/


/*=====================================================
    ABOUT US SECTION
======================================================*/

.aboutus-section {
    background-image: linear-gradient(90deg, #fff, #fff, #d5d3d3);
    padding-top: 90px;
    padding-bottom: 80px;
}

.aboutus-page-text .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.aboutus-page-text img {
    margin-bottom: 54px;
}

.aboutus-page-text .about-us h4 {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.aboutus-page-text p {
    color: #292929;
    line-height: 26px;
}

.aboutus-page-text .about-quality h4 {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.aboutus-page-text .about-quality p {
    color: #ffffff;
    line-height: 22px;
}

.aboutus-page-text .about-quality ul li {
    list-style: none;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    margin-bottom: 10px;
}

.aboutus-page-text .about-quality ul li i {
    color: #e4381C;
    display: inline-block;
    margin-right: 9px;
}


/*=====================================================
    END ABOUT US SECTION
======================================================*/


/*=====================================================
    TEAM SECTION
======================================================*/

.trainer-section {
    background: linear-gradient(90deg, #fff, #fff, #d5d3d3);
    padding-top: 90px;
    padding-bottom: 70px;
}

.trainer-section .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.trainer-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.trainer-item:hover .ti-pic .ti-links {
    left: 20px;
}

.trainer-item .ti-pic img {
    min-width: 100%;
}

.trainer-item .ti-pic .ti-links {
    position: absolute;
    left: -50px;
    top: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.trainer-item .ti-pic .ti-links a {
    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;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #000;
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.trainer-item .ti-pic .ti-links a:hover {
    background: #F8A534;
    color: #000;
}

.trainer-item .ti-pic .trainer-text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #F8A534;
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 12px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 81% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 81% 0, 100% 100%, 0 100%);
}

.trainer-item .ti-pic .trainer-text h5 {
    font-size: 20px;
    color: #000;
    font-weight: 900;
}

.trainer-item .ti-pic .trainer-text h5 span {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    font-family: "Gilroy", sans-serif;
}


/*=====================================================
    END TEAM SECTION
======================================================*/


/*=====================================================
    BLOG SECTION
======================================================*/

.blog-section {
    padding-bottom: 70px;
    background: linear-gradient(90deg, #fff, #fff, #d5d3d3);
}

.blog-section .section-title {
    margin-bottom: 36px;
}


/*=====================================================
    END BLOG SECTION
======================================================*/


/*=====================================================
    FOOTER SECTION
======================================================*/

.footer-section {
    background: linear-gradient(90deg, #fff, #fff, #d5d3d3);
}

.footer-section .footer-text {
    padding: 80px 0 30px;
}

.footer-section .footer-text .ft-about {
    margin-bottom: 30px;
}

.footer-section .footer-text .ft-about .logo {
    margin-bottom: 20px;
}

.footer-section .footer-text .ft-about .logo a {
    display: inline-block;
}

.footer-section .footer-text .ft-about p {
    color: #292929;
    margin-bottom: 20px;
}

.footer-section .fa-social {
    text-align: center;
}

.footer-section .fa-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #292929;
    border: 1px solid #5A4D48;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 7px;
}

.footer-section .fa-social a:hover {
    background: #F8A534;
    color: #000;
    border: none;
}

.footer-section .footer-text .ft-contact {
    margin-bottom: 30px;
}

.footer-section .footer-text .ft-contact h6 {
    font-size: 14px;
    color: #F8A534;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: "Gilroy", sans-serif;
    margin-bottom: 20px;
}

.footer-section .footer-text .ft-contact ul li {
    font-size: 18px;
    color: #292929;
    line-height: 32px;
    list-style: none;
    font-weight: 700;
}

.footer-section .footer-text .ft-newslatter h6 {
    font-size: 14px;
    color: #F8A534;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: "Gilroy", sans-serif;
    margin-bottom: 20px;
}

.footer-section .footer-text .ft-newslatter p {
    color: #292929;
    margin-bottom: 20px;
}

.footer-section .footer-text .ft-newslatter .fn-form {
    position: relative;
}

.footer-section .footer-text .ft-newslatter .fn-form input {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    background: #393D4A;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    color: #707079;
}

.footer-section .footer-text .ft-newslatter .fn-form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    background: #F8A534;
    color: #ffffff;
    padding: 0 16px;
    height: 50px;
    border: none;
    border-radius: 0 2px 2px 0;
}

/* Working hours block inserted by script */
.footer-section .footer-text .ft-newslatter .ft-hours {
    margin-top: 6px;
}
.footer-section .footer-text .ft-newslatter .ft-hours h6 {
    font-size: 14px;
    color: #F8A534;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 8px;
}
.footer-section .footer-text .ft-newslatter .ft-hours p {
    color: #292929;
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    font-size: 16px;
}

/* Ensure general ft-hours styling applies even if markup differs */
.ft-hours { margin-top: 6px; }
.ft-hours h6 { font-size: 14px; color: #F8A534; text-transform: uppercase; font-weight:700; letter-spacing:3px; margin-bottom:8px; }
.ft-hours p { color: #292929; margin:0; font-weight:700; line-height:1.4; font-size:16px; }

.footer-section .copyright-option {
    background: #000;
    padding: 20px 0;
}

.footer-section .copyright-option ul li {
    list-style: none;
    display: inline-block;
    margin-right: 34px;
}

.footer-section .copyright-option ul li:last-child {
    margin-right: 0;
}

.footer-section .copyright-option ul li a {
    font-size: 16px;
    color: #aaaab3;
}

.footer-section .copyright-option .co-text {
    font-size: 16px;
    color: #707079;
    text-align: right;
}

.footer-section .copyright-option .co-text a {
    font-size: 18px;
    text-align: right;
    color: #F8A534;
    font-weight: 700;
}


/*=====================================================
    END FOOTER SECTION
======================================================*/


/*=====================================================
    CALL CENTER SECTION
======================================================*/

.popup__buttons {
    position: fixed;
    right: 3.2rem;
    bottom: 7.5rem;
    z-index: 999;
}

.popup__buttons .watch-video .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-41.5px, -41.5px);
    -ms-transform: translate(-41.5px, -41.5px);
    transform: translate(-41.5px, -41.5px);
}

.popup__buttons .watch-video .play-btn {
    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;
    height: 100%;
}

.popup__buttons .watch-video .play-btn .play-in-btn {
    display: inline-block;
    height: 60px;
    width: 60px;
    font-size: 22px;
    background: #F8A534;
    text-align: center;
    line-height: 62px;
    color: #000;
    border-radius: 50%;
    position: relative;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(188, 122, 0, 0.725);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgb(255, 166, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 166, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(188, 122, 0, 0.725);
        -webkit-box-shadow: 0 0 0 0 rgba(188, 122, 0, 0.725);
        box-shadow: 0 0 0 0 rgba(188, 122, 0, 0.725);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgb(255, 166, 0, 0);
        -webkit-box-shadow: 0 0 0 30px rgb(255, 166, 0, 0);
        box-shadow: 0 0 0 30px rgb(255, 166, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgb(255, 166, 0, 0);
        -webkit-box-shadow: 0 0 0 0 rgb(255, 166, 0, 0);
        box-shadow: 0 0 0 0 rgb(255, 166, 0, 0);
    }
}

@media (max-width: 1100.98px) {
    .popup__buttons .btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .popup__buttons .btns__block {
        width: 4rem;
        height: 4rem;
    }
    .popup__buttons .btns__block svg {
        max-width: 2rem;
    }
    .popup__buttons .btns__block:first-child {
        margin-bottom: 0;
        margin-right: 4rem;
    }
}


/*=====================================================
    END CALL CENTER SECTION
======================================================*/


/*=====================================================
    BACK-TO-TOP SECTION
======================================================*/

.btn-back-to-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: -40px;
    right: 40px;
    background: #000;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
    font-size: 18px;
    color: #fff;
    line-height: 1em;
    font-weight: 700;
}

.btn-back-to-top:hover {
    opacity: 1;
}

@media (max-width: 575px) {
    .btn-back-to-top {
        bottom: 0px;
        right: 15px;
    }
}

.show-btn-back-to-top {
    bottom: 0;
}


/*=====================================================
    END BACK-TO-TOP SECTION
======================================================*/


/* --------------------------------- Other Pages Styles ----------------------------------- */


/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
    padding: 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-text {
    text-align: center;
}

.breadcrumb-text h2 {
    font-size: 104px;
    color: #fff;
    margin-bottom: 12px;
}

.breadcrumb-text .bt-option a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
    position: relative;
    font-weight: 500;
}

.breadcrumb-text .bt-option a:after {
    position: absolute;
    right: -13px;
    top: 1px;
    content: "";
    font-size: 18px;
    font-family: "FontAwesome";
    color: #fff;
}

.breadcrumb-text .bt-option span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}


/*------------------------
  About Us Page Section
-------------------------*/

.aboutus-page-section {
    padding-top: 0;
    padding-bottom: 70px;
}

.about-page-text {
    margin-bottom: 65px;
}

.about-page-text .ap-title {
    margin-bottom: 30px;
}

.about-page-text .ap-title h2 {
    font-size: 44px;
    color: #19191a;
    margin-bottom: 18px;
}

.about-page-text .ap-title p {
    font-size: 18px;
    color: #707079;
    line-height: 28px;
}

.about-page-text .ap-services li {
    list-style: none;
    font-size: 20px;
    color: #707079;
    line-height: 42px;
}

.about-page-text .ap-services li i {
    color: #F8A534;
    margin-right: 5px;
}

.about-page-services .ap-service-item {
    position: relative;
    height: 420px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.about-page-services .ap-service-item .api-text {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.about-page-services .ap-service-item .api-text h3 {
    color: #ffffff;
}


/*---------------------
  Video Section
-----------------------*/

.video-section {
    height: 500px;
    padding-top: 140px;
}

.video-section .video-text {
    text-align: center;
}

.video-section .video-text h2 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 16px;
}

.video-section .video-text p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 40px;
}

.video-section .video-text .play-btn {
    display: inline-block;
}


/*---------------------
  Gallery Section
-----------------------*/

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

.gallery-section .section-title {
    margin-bottom: 38px;
}

.gallery-item {
    position: relative;
    height: 279px;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.gallery-item:hover:after {
    opacity: 1;
}

.gallery-item:hover .gi-text {
    opacity: 1;
}

.gallery-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 26, 0.3);
    content: "";
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.gallery-item.large-item {
    height: 576px;
}

.gallery-item .gi-text {
    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;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.gallery-item .gi-text h3 {
    color: #ffffff;
}


/*---------------------
  Room Section
-----------------------*/

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

.room-item {
    margin-bottom: 30px;
}

.room-item img {
    min-width: 100%;
}

.room-item .ri-text {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 24px 24px 30px 28px;
}

.room-item .ri-text h4 {
    color: #19191a;
    margin-bottom: 17px;
}

.room-item .ri-text h3 {
    color: #F8A534;
    font-weight: 700;
    margin-bottom: 14px;
}

.room-item .ri-text h3 span {
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #19191a;
}

.room-item .ri-text table {
    margin-bottom: 18px;
}

.room-item .ri-text table tbody tr td {
    font-size: 16px;
    color: #707079;
    line-height: 36px;
}

.room-item .ri-text table tbody tr td.r-o {
    width: 125px;
}

.room-item .ri-text .primary-btn {
    color: #19191a;
}

.room-pagination {
    text-align: center;
    padding-top: 20px;
}

.room-pagination a {
    font-size: 16px;
    color: #707079;
    border: 1px solid #EFD4B9;
    border-radius: 2px;
    padding: 7px 13px 5px;
    margin-right: 7px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.room-pagination a:last-child {
    margin-right: 0;
}

.room-pagination a:hover {
    background: #F8A534;
    color: #ffffff;
}


/*-----------------------
  Room Details Section
-------------------------*/

.room-details-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

.room-details-item {
    margin-bottom: 50px;
}

.room-details-item img {
    margin-bottom: 40px;
}

.room-details-item .rd-text .rd-title {
    overflow: hidden;
    margin-bottom: 8px;
}

.room-details-item .rd-text .rd-title h3 {
    color: #F8A534;
    float: left;
    font-weight: 900;
}

.room-details-item .rd-text .rd-title .rdt-right {
    float: right;
    text-align: right;
}

.room-details-item .rd-text .rd-title .rdt-right .rating {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
}

.room-details-item .rd-text .rd-title .rdt-right .rating i {
    color: #f5b917;
}

.room-details-item .rd-text .rd-title .rdt-right a {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    background: #F8A534;
    padding: 14px 28px 13px;
}

.room-details-item .rd-text h2 {
    color: #F8A534;
    font-weight: 700;
    margin-bottom: 25px;
}

.room-details-item .rd-text h2 span {
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #19191a;
}

.room-details-item .rd-text table {
    margin-bottom: 32px;
}

.room-details-item .rd-text table tbody tr td {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    font-weight: 700;
}

.room-details-item .rd-text table tbody tr td.r-o {
    width: 120px;
    color: #F8A534;
    font-weight: 700;
}

.room-details-item .rd-text p {
    color: #fff;
}

.room-details-item .rd-text p.f-para {
    margin-bottom: 22px;
}

.rd-reviews {
    padding-top: 55px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

.rd-reviews h4 {
    color: #19191a;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.rd-reviews .review-item {
    margin-bottom: 32px;
}

.rd-reviews .review-item .ri-pic {
    float: left;
    margin-right: 30px;
}

.rd-reviews .review-item .ri-pic img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.rd-reviews .review-item .ri-text {
    overflow: hidden;
    position: relative;
    padding-left: 30px;
}

.rd-reviews .review-item .ri-text:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    content: "";
}

.rd-reviews .review-item .ri-text span {
    font-size: 12px;
    color: #F8A534;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.rd-reviews .review-item .ri-text .rating {
    position: absolute;
    right: 0;
    top: 0;
}

.rd-reviews .review-item .ri-text .rating i {
    color: #f5b917;
}

.rd-reviews .review-item .ri-text h5 {
    color: #19191a;
    margin-top: 4px;
    margin-bottom: 8px;
}

.rd-reviews .review-item .ri-text p {
    color: #707079;
    margin-bottom: 0;
}

.review-add h4 {
    color: #19191a;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.review-add .ra-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 20px;
    margin-bottom: 25px;
}

.review-add .ra-form input::-webkit-input-placeholder {
    color: #aaaab3;
}

.review-add .ra-form input::-moz-placeholder {
    color: #aaaab3;
}

.review-add .ra-form input:-ms-input-placeholder {
    color: #aaaab3;
}

.review-add .ra-form input::-ms-input-placeholder {
    color: #aaaab3;
}

.review-add .ra-form input::placeholder {
    color: #aaaab3;
}

.review-add .ra-form h5 {
    font-size: 20px;
    color: #19191a;
    margin-bottom: 24px;
    float: left;
    margin-right: 10px;
}

.review-add .ra-form .rating {
    padding-top: 3px;
    display: inline-block;
}

.review-add .ra-form .rating i {
    color: #f5b917;
    font-size: 16px;
}

.review-add .ra-form textarea {
    width: 100%;
    height: 132px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 20px;
    padding-top: 12px;
    margin-bottom: 24px;
    resize: none;
}

.review-add .ra-form textarea::-webkit-input-placeholder {
    color: #aaaab3;
}

.review-add .ra-form textarea::-moz-placeholder {
    color: #aaaab3;
}

.review-add .ra-form textarea:-ms-input-placeholder {
    color: #aaaab3;
}

.review-add .ra-form textarea::-ms-input-placeholder {
    color: #aaaab3;
}

.review-add .ra-form textarea::placeholder {
    color: #aaaab3;
}

.review-add .ra-form button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    background: #F8A534;
    border: none;
    padding: 14px 34px 13px;
    display: inline-block;
}

.room-booking {
    padding: 0 30px 0 40px;
}

.room-booking h3 {
    color: #19191a;
    margin-bottom: 30px;
}

.room-booking form .check-date {
    position: relative;
    margin-bottom: 15px;
}

.room-booking form .check-date label {
    font-size: 14px;
    color: #707079;
    display: block;
    margin-bottom: 10px;
}

.room-booking form .check-date input {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
}

.room-booking form .check-date i {
    color: #F8A534;
    position: absolute;
    right: 18px;
    bottom: 17px;
}

.room-booking form .select-option {
    margin-bottom: 15px;
}

.room-booking form .select-option label {
    font-size: 14px;
    color: #707079;
    display: block;
    margin-bottom: 10px;
}

.room-booking form .select-option .nice-select {
    border-radius: 2px;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 20px;
    width: 100%;
    float: none;
}

.room-booking form .select-option .nice-select:after {
    border-bottom: 2px solid #F8A534;
    border-right: 2px solid #F8A534;
    height: 10px;
    margin-top: 0;
    right: 20px;
    width: 10px;
    top: 36%;
}

.room-booking form .select-option .nice-select span {
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
}

.room-booking form .select-option .nice-select .list {
    margin-top: 0;
    width: 100%;
}

.room-booking form button {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #F8A534;
    border-radius: 2px;
    color: #F8A534;
    font-weight: 500;
    background: transparent;
    width: 100%;
    height: 46px;
    margin-top: 30px;
}


/*---------------------
  Blog Section
-----------------------*/

.blog-section.blog-page {
    padding-top: 0;
    padding-bottom: 88px;
}

.blog-item {
    height: 450px;
    position: relative;
    margin-bottom: 30px;
}

.blog-item.small-size {
    height: 400px;
}

.blog-item .bi-text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.blog-item .bi-text .b-tag {
    display: inline-block;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 10px;
    background: #F8A534;
}

.blog-item .bi-text h4 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.blog-item .bi-text h4 a {
    color: #ffffff;
}

.blog-item .bi-text .b-time {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.load-more {
    text-align: center;
    padding-top: 30px;
}

.load-more .primary-btn {
    color: #19191a;
}


/*----------------------------
  Blog Details Hero Section
----------------------------*/

.blog-details-hero {
    height: 530px;
    padding-top: 165px;
}

.bd-hero-text {
    text-align: center;
}

.bd-hero-text span {
    font-size: 12px;
    color: #ffffff;
    background: #F8A534;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 2px;
}

.bd-hero-text h2 {
    font-size: 44px;
    color: #ffffff;
    line-height: 54px;
    margin-top: 30px;
    margin-bottom: 12px;
}

.bd-hero-text ul li {
    list-style: none;
    font-size: 14px;
    color: #F8A534;
    margin-right: 35px;
    display: inline-block;
}

.bd-hero-text ul li:last-child {
    margin-right: 0;
}

.bd-hero-text ul li.b-time {
    text-transform: uppercase;
}


/*---------------------
  Blog Details Section
-----------------------*/

.blog-details-section {
    padding-top: 55px;
}

.blog-details-text .bd-title {
    margin-bottom: 52px;
}

.blog-details-text .bd-title p {
    font-size: 18px;
    color: #707079;
    line-height: 30px;
}

.blog-details-text .bd-pic {
    overflow: hidden;
    margin-bottom: 35px;
}

.blog-details-text .bd-pic .bp-item {
    width: calc(33.33% - 10px);
    float: left;
    margin-right: 15px;
}

.blog-details-text .bd-pic .bp-item:last-child {
    margin-right: 0;
}

.blog-details-text .bd-pic .bp-item img {
    min-width: 100%;
}

.blog-details-text .bd-more-text {
    margin-bottom: 50px;
}

.blog-details-text .bd-more-text .bm-item {
    margin-bottom: 30px;
}

.blog-details-text .bd-more-text .bm-item h4 {
    color: #19191a;
    margin-bottom: 20px;
}

.blog-details-text .bd-more-text .bm-item p {
    font-size: 18px;
    color: #707079;
    line-height: 30px;
}

.blog-details-text .tag-share {
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    margin-bottom: 75px;
}

.blog-details-text .tag-share .tags {
    float: left;
}

.blog-details-text .tag-share .tags a {
    font-size: 12px;
    color: #707079;
    background: #ebebeb;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 6px;
}

.blog-details-text .tag-share .tags a:hover {
    color: #ffffff;
    background: #F8A534;
}

.blog-details-text .tag-share .social-share {
    float: right;
}

.blog-details-text .tag-share .social-share span {
    display: inline-block;
    font-size: 18px;
    color: #707079;
}

.blog-details-text .tag-share .social-share a {
    display: inline-block;
    font-size: 16px;
    color: #707079;
    margin-left: 30px;
}

.blog-details-text .comment-option {
    margin-bottom: 75px;
}

.blog-details-text .comment-option h4 {
    color: #19191a;
    margin-bottom: 35px;
}

.blog-details-text .comment-option .single-comment-item {
    margin-bottom: 30px;
}

.blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
    padding-left: 22px;
}

.blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 255px;
    background: #ebebeb;
    content: "";
}

.blog-details-text .comment-option .single-comment-item.reply-comment {
    padding-left: 120px;
    margin-bottom: 52px;
}

.blog-details-text .comment-option .single-comment-item.second-comment .sc-text {
    padding-left: 22px;
}

.blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100px;
    background: #ebebeb;
    content: "";
}

.blog-details-text .comment-option .single-comment-item .sc-author {
    float: left;
    margin-right: 28px;
}

.blog-details-text .comment-option .single-comment-item .sc-author img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.blog-details-text .comment-option .single-comment-item .sc-text {
    display: table;
    position: relative;
}

.blog-details-text .comment-option .single-comment-item .sc-text span {
    font-size: 12px;
    color: #F8A534;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-details-text .comment-option .single-comment-item .sc-text h5 {
    font-size: 20px;
    color: #19191a;
    margin-top: 4px;
    margin-bottom: 8px;
}

.blog-details-text .comment-option .single-comment-item .sc-text p {
    color: #707079;
    margin-bottom: 18px;
}

.blog-details-text .comment-option .single-comment-item .sc-text a {
    display: inline-block;
    color: #19191a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 24px;
    border: 1px solid #F9EEE3;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 10px;
}

.blog-details-text .comment-option .single-comment-item .sc-text a:hover {
    background: #F8A534;
    color: #ffffff;
    border-color: #F8A534;
}

.blog-details-text .leave-comment h4 {
    color: #19191a;
    margin-bottom: 35px;
}

.blog-details-text .leave-comment .comment-form input {
    width: 100%;
    height: 50px;
    color: #707079;
    font-size: 16px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-details-text .leave-comment .comment-form input:focus {
    border-color: #F8A534;
}

.blog-details-text .leave-comment .comment-form textarea {
    width: 100%;
    height: 116px;
    color: #707079;
    font-size: 16px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 42px;
    resize: none;
    padding-top: 12px;
}

.blog-details-text .leave-comment .comment-form textarea:focus {
    border-color: #F8A534;
}

.blog-details-text .leave-comment .comment-form button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    background: #F8A534;
    border: none;
    padding: 14px 42px 13px;
    display: inline-block;
    border-radius: 2px;
}


/*---------------------
  Recommend Blog
-----------------------*/

.recommend-blog-section {
    padding-top: 65px;
    padding-bottom: 50px;
}

.recommend-blog-section .section-title {
    margin-bottom: 37px;
}

.recommend-blog-section .section-title h2 {
    margin-top: 0;
}


/*---------------------
  Contact Section
-----------------------*/

.contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(90deg, #fff, #fff, #d5d3d3);
}

.contact-text h2 {
    font-size: 70px;
    margin-bottom: 24px;
    font-weight: 700;
    background-size: 100%;
}

.contact-text p {
    color: #292929;
}

.contact-text table tbody tr td {
    font-size: 16px;
    color: #292929;
    line-height: 26px;
    font-weight: 500;
}

.contact-text table tbody tr td.c-o {
    color: #292929;
    width: 75px;
}

.contact-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    color: #000;
    padding-left: 25px;
    margin-bottom: 28px;
    background-color: transparent;
}

.contact-form input::-webkit-input-placeholder {
    color: #aaaab3;
}

.contact-form input::-moz-placeholder {
    color: #aaaab3;
}

.contact-form input:-ms-input-placeholder {
    color: #aaaab3;
}

.contact-form input::-ms-input-placeholder {
    color: #aaaab3;
}

.contact-form input::placeholder {
    color: #aaaab3;
}

.contact-form textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    color: #aaaab3;
    background-color: transparent;
    padding-left: 25px;
    padding-top: 12px;
    margin-bottom: 33px;
    resize: none;
}

.contact-form textarea::-webkit-input-placeholder {
    color: #aaaab3;
}

.contact-form textarea::-moz-placeholder {
    color: #aaaab3;
}

.contact-form textarea:-ms-input-placeholder {
    color: #aaaab3;
}

.contact-form textarea::-ms-input-placeholder {
    color: #aaaab3;
}

.contact-form textarea::placeholder {
    color: #aaaab3;
}

.contact-form button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    background: #F8A534;
    border: none;
    padding: 14px 34px 13px;
    display: inline-block;
}

.map {
    height: 470px;
    -webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
    margin-top: 75px;
}

.map iframe {
    width: 100%;
}


/*-------------------------------- Responsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
    .hp-room-items .hp-room-item .hr-text {
        bottom: -200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .hp-room-items .hp-room-item .hr-text {
        bottom: -288px;
    }
}


/* @media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
} */

.client__item {
    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;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.client__item:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}


/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-slider.owl-carousel .owl-nav button {
        left: -150px;
    }
    .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: -150px;
    }
    .popup__buttons {
        position: fixed;
        bottom: 7.5rem;
    }
    .hp-room-items .hp-room-item .hr-text {
        bottom: -322px;
    }
    .hp-room-items .hp-room-item:hover .hr-text {
        bottom: 80px;
    }
    .sections .section.welcome .background img {
        width: 150%;
    }
    .chose-display {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .services-display {
        display: none;
    }
    .about-display {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .services-content p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .sections .section {
        height: 80vh;
    }
    .top-nav {
        display: none;
    }
    .menu-item .nav-menu {
        display: none;
    }
    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 98;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .offcanvas-menu-overlay.active {
        visibility: visible;
    }
    .canvas-open {
        position: absolute;
        right: 40px;
        top: 25px;
        font-size: 35px;
        width: 30px;
        height: 30px;
        color: #fff;
        line-height: 33px;
        text-align: center;
        z-index: 100;
        display: block;
        cursor: pointer;
    }
    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        z-index: 999;
        background: #ffffff;
        text-align: center;
        overflow-y: auto;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 80px 30px 30px 30px;
        display: block;
    }
    .offcanvas-menu-wrapper .canvas-close {
        height: 30px;
        width: 30px;
        border: 1px solid #19191a;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 30px;
        padding-right: 1px;
    }
    .offcanvas-menu-wrapper .search-icon {
        color: #19191a;
        text-align: center;
        cursor: pointer;
        margin-bottom: 10px;
    }
    .offcanvas-menu-wrapper .header-configure-area {
        margin-bottom: 30px;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option {
        display: inline-block;
        cursor: pointer;
        padding: 13px 0;
        position: relative;
        margin-bottom: 10px;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option:hover .flag-dropdown {
        top: 40px;
        opacity: 1;
        visibility: visible;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option img {
        height: 26px;
        width: 26px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option span {
        font-size: 16px;
        color: #19191a;
        text-transform: uppercase;
        font-weight: 500;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100px;
        background: #ffffff;
        display: block;
        padding: 10px 15px;
        -webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
        box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 99;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li {
        list-style: none;
        text-align: left;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #19191a;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a:hover {
        color: #F8A534;
    }
    .offcanvas-menu-wrapper .header-configure-area .bk-btn {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        padding: 16px 28px 15px;
        background: #F8A534;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .offcanvas-menu-wrapper .mainmenu {
        display: none;
    }
    .offcanvas-menu-wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
        float: none;
        margin: 0 0 10px 0;
        display: none;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
        display: block !important;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
        margin: 0;
        text-align: left;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
        padding-left: 20px;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
        margin: 0;
        padding: 10px;
        font-weight: 600;
        font-size: 14px;
        color: #19191a;
        border-bottom: 1px solid #e5e5e5;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
        border-radius: 0;
        background: transparent;
        color: #F8A534;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
        border-bottom: 0;
        padding-left: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
        color: #19191a;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
        color: #F8A534;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover span {
        color: #F8A534;
    }
    .offcanvas-menu-wrapper .top-social {
        display: inline-block;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .offcanvas-menu-wrapper .top-social a {
        display: inline-block;
        font-size: 16px;
        color: #19191a;
        margin-right: 20px;
    }
    .offcanvas-menu-wrapper .top-social a:last-child {
        margin-right: 0;
    }
    .offcanvas-menu-wrapper .top-widget li {
        list-style: none;
        font-size: 16px;
        color: #19191a;
        font-weight: 500;
        line-height: 28px;
    }
    .offcanvas-menu-wrapper .top-widget li i {
        color: #F8A534;
        margin-right: 4px;
    }
    .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .about-text {
        margin-bottom: 30px;
    }
    .footer-section .copyright-option ul {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-section .copyright-option .co-text {
        text-align: center;
    }
    .about-pic img {
        margin-bottom: 20px;
    }
    .room-booking {
        padding: 0;
        margin-top: 40px;
    }
    .contact-form {
        padding-top: 30px;
    }
    .hero-text {
        margin-bottom: 40px;
    }
}

s
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider.owl-carousel .owl-nav button {
        left: 0;
    }
    .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .hp-room-items {
        margin: 0;
    }
    .hp-room-item {
        margin-bottom: 15px;
    }
    .services-display {
        display: none;
    }
}


/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
    p {
        font-size: 15px;
    }
    .breadcrumb-text h2 {
        font-size: 74px;
    }
    .testimonial-slider .ts-item p {
        font-size: 15px;
    }
    .testimonial-slider.owl-carousel .owl-nav {
        display: none;
    }
    .room-details-item .rd-text .rd-title {
        margin-bottom: 25px;
    }
    .room-details-item .rd-text .rd-title h3 {
        float: none;
        margin-bottom: 30px;
    }
    .room-details-item .rd-text .rd-title .rdt-right {
        float: none;
        text-align: left;
    }
    .footer-section .copyright-option ul li {
        margin-right: 25px;
    }
    .blog-details-text .tag-share .tags {
        float: none;
        margin-bottom: 20px;
    }
    .blog-details-text .tag-share .social-share {
        float: none;
    }
    .about-text .section-title h2 {
        font-size: 50px;
        line-height: 40px;
    }
    .about-text .section-title span {
        font-size: 50px;
        line-height: 60px;
    }
    .hp-room-items {
        margin: 0 -5px;
    }
    .hp-room-item {
        margin-bottom: 10px;
    }
    .popup__buttons {
        right: 30px;
    }
    .popup__buttons .btns__block {
        width: 3rem;
        height: 3rem;
    }
    .popup__buttons .btns__block svg {
        max-width: 1.5rem;
    }
    .spad {
        padding-top: 0;
    }
    .services-content {
        margin-top: 60px;
    }
    .services-section {
        padding-top: 0;
    }
    .sections .section>.inner .content p {
        font-size: 15px;
    }
}


/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
    .footer-section .copyright-option ul li {
        margin-bottom: 5px;
    }
    .video-section {
        padding-top: 80px;
    }
    .rd-reviews .review-item .ri-pic,
    .blog-details-text .comment-option .single-comment-item .sc-author {
        float: none;
        margin-bottom: 30px;
    }
    .rd-reviews .review-item .ri-text .rating {
        position: relative;
    }
    .rd-reviews .review-item .ri-text,
    .blog-details-text .comment-option .single-comment-item.second-comment .sc-text,
    .blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
        padding-left: 0;
    }
    .blog-details-text .comment-option .single-comment-item.reply-comment {
        padding-left: 30px;
    }
    .rd-reviews .review-item .ri-text:before,
    .blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before,
    .blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
        display: none;
    }
    .blog-details-hero {
        padding-top: 70px;
    }
    .blog-details-text .bd-pic .bp-item {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .blog-details-text .tag-share .tags a {
        margin-bottom: 6px;
    }
    .blog-details-text .comment-option .single-comment-item .sc-text a {
        margin-bottom: 10px;
    }
}