/* ======= Navbar Top style ======= */
.main-header {
    position: relative;
    z-index: 999;
    width: 100%;
    background: var(--blue-color);
}

.main-header .header-top .top-left {
	float: left;
	padding: 12px 0px;
}
.main-header .header-top .top-left .links {
	position: relative;
	float: left;
}
.main-header .header-top .top-left ul.links {
    margin-bottom: 0px;
    padding-left: 0px;
}
.main-header .header-top .top-left .links li {
	position: relative;
	float: left;
	margin-right: 12px;
	line-height: 1em;
	color: #fff;
	padding-right: 12px;
}
.main-header .header-top .top-left ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.main-header .header-top .top-left .links li:last-child:after {
	display: none;
}
.main-header .header-top .top-left .links li a {
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.main-header .header-top .top-left .links li a:hover {
	color: #fff;
}
.main-header .header-top .top-right {
	float: right;
	padding: 6.875px 0px;
}
.main-header .header-top .top-right .links ul {
    margin: 0;
}
.main-header .header-top .top-right .links li {
	position: relative;
	color: #fff;
	float: left;
	font-size: 15px;
    font-weight: 300;
}
.main-header .header-top .top-left .links li a span {
    position: relative;
    margin: 0px 7px 0px 0px;
    font-size: 15px;
    color: var(--white-color);
}
.main-header .header-top .top-right .links > li > a {
	position: relative;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.main-header .header-top .top-right .links > li > a:hover {
	color: #fff;
}
.main-header .header-top .top-right .links li span {
    margin: 0px 7px 0px 0px;
    font-size: 15px;
    color: var(--white-color);
    position: relative;
    top: 2px;
}
.main-header .header-top .top-right .links {
    position: relative;
    float: left;
    margin: 0;
    outline: none;
    padding: 0;
}
.main-header .header-top .top-right .links > li:last-child {
	margin-right: 0px;
	
}
.main-header .header-top .top-right .social-icon-one {
	float: left;
	margin-left: 15px;
    margin-bottom: 0px;
}
/* social icon  */
.social-icon-one {
	position: relative;
}
.social-icon-one li {
	position: relative;
	margin-right: 0px;
	margin-left: 7px;
	display: inline-block;
}
.social-icon-one li a {
	position: relative;
    font-size: 13px;
    color: #aba59f;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: transparent;
    top: 0px;
}
.social-icon-one li a:hover {
	color: #fff;
}


/* ======= Navbar style ======= */

/* New Code */
.active {
    color: var(--blue-color) !important;
}
/* New Code */

.navbar {
    position: relative;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: var(--white-color);
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 65px;
    border: none;
}

.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    font-size: 26px;
    color: var(--blue-color);
}
.navbar-toggler {
    line-height: 1.5;
}
.navbar .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--text-color);
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 20px;
    padding-left: 12px;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #14100c;
}
.navbar .navbar-nav .nav-link:hover {
    color: var(--blue-color);
}
.nav-link.dropdown-toggle:hover i {
    color: var(--blue-color) !important;
}
/* .navbar .navbar-nav .active {
    color: var(--blue-color) !important;
}
.navbar .navbar-nav .active i {
    color: var(--blue-color) !important;
} */
.dropdown-item.dropdown-toggle.active i {
    color: var(--white-color) !important;
}
.nav-scroll {
    background: var(--white-color);
    padding: 15px 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    margin-top: 0;
    box-shadow: 0px 5px 9px #4f4f4f24;
}

.nav-scroll .navbar-nav .nav-link {
    color: #535353;
}
/* .nav-scroll .navbar-nav .active {
    color: var(--blue-color) !important;
} */
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #14100c;
}

.nav-scroll .dropdown .nav-link i {
    color: #535353;
}

.nav-scroll .logo-img {
    width: 165px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Bodoni Moda', serif;
    font-size: 24px;
    font-weight: 800;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 9px;
    color: #91765a;
    font-weight: 400;
    letter-spacing: 6px;
    display: block;
    margin-top: 0px;
    line-height: 1.5em;
    text-transform: uppercase;
    padding-left: 4px;
}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2 {
    font-family: 'Bodoni Moda', serif;
    font-size: 27px;
    font-weight: 800;
    display: block;
    width: 100%;
    position: relative;
    color: #14100c;
    margin-bottom: 0;
    text-transform: uppercase;
}
.logo-wrapper .logo h2 a i {
    color: #625c56;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 10px;
    color: #91765a;
    font-weight: 400;
    letter-spacing: 7px;
    display: block;
    margin-top: 0px;
    line-height: 1.5em;
    text-transform: uppercase;
    padding-left: 4px;
}
.logo-wrapper .logo h2 i {
    color: #91765a;
    font-style: normal;
}
.logo {
    padding: 0;
}
.logo-img {
    width: 165px;
    margin-bottom: 0px;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-weight: bold;
    font-size: 10px;
    color: #14100c;
    margin-left: 2px;
}


.navbar .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 10px 0 0 5px;
    font-size: 8px;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: var(--white-color) !important;
    background: var(--blue-color);
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu li {
   border-bottom: 1px dashed var(--bg-light-gray);
}
.navbar .dropdown-menu li:last-child {
   border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* Navbar Media Query */


/* ======= Header style ======= */
/* .header {
    min-height: calc(100vh - 125px);
    overflow: hidden;
} */
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption span.icon {
    font-size: 30px;
    margin-bottom: 15px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.header .caption .icon {
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
}
.header .caption .icon i {
    color: #fff;
    margin: 0 2px;
    font-size: 35px;
}
.header .caption .icon:after,
.header .caption .icon:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: -80px;
    opacity: .2;
}
.header .caption .icon:after {
    right: auto;
    left: -80px;
}
.header .caption h6 {
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 1.5em;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
}
.header .caption h1 {
    position: relative;
    font-size: 60px;
    color: #fff;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.header .caption h1 span {
    color: #fffbd5;
    font-style: italic;
}
.header .caption h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 0;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.header .caption p {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .caption .button-1 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.header .caption .button-2 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.header .caption .button-3 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.header .caption .button-4 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
    min-height: calc(100vh - 125px);
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
}
.slider-fade .item .caption {
    z-index: 9;
}
/* owl-nav next and prev */
.slider-fade .owl-theme .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}
.slider-fade .owl-theme .owl-prev {
    float: left;
}
.slider-fade .owl-theme .owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    margin-right: 60px;
    margin-left: 60px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #91765a;
    color: #91765a;
}

/* owl-dots for slider and slider-fade */
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 6vh;
    width: 100%;
}
.slider-fade .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.slider-fade .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--bg-light-gray);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--light-yellow);
    border: 1px solid var(--light-yellow);
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 12%;
    text-align: left;
}


/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
    min-height: calc(100vh - 125px);
    position: relative;
}
.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption {
    z-index: 9;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #91765a;
    border: 1px solid #91765a;
}
/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 100%;
}
.header .arrow i:hover {
    border: 1px solid #91765a;
    color: #91765a;
}
.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Page Banner Header style ======= */
.banner-header {
    padding-top: 160px;
    padding-bottom: 160px;
    background-position: center;
}
.banner-header.full-height {
    min-height: calc(100vh - 125px);
}
.banner-header .caption {
    position: relative;
}
.banner-header h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
}
.banner-header h1 span {
    font-style: italic;
    color: var(--white-color);
}
.banner-header h2 {
    position: relative;
    font-size: 36px;
    color: #fff;
    letter-spacing: 1px;
}
.banner-header h2 span {
    color: #91765a;
}
.banner-header h3 {
    position: relative;
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px;
}
.banner-header h3 span {
    color: #91765a;
    font-style: italic;
}
.banner-header h5 {
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 5px;
    line-height: 1.5em;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
}
.banner-header h5 a {
    color: #91765a;
}
.banner-header p {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}
.banner-header p a {
    color: #91765a;
}
.banner-header .icon {
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
}
.banner-header .icon:after,
.banner-header .icon:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: -80px;
    opacity: .2;
}
.banner-header .icon:after {
    right: auto;
    left: -80px;
}
.banner-header .icon i {
    color: #fff;
    margin: 0 2px;
    font-size: 30px;
}
/* author & date */
.banner-header .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-header .post {
    margin-top: 20px;
}
.banner-header .post div {
    display: inline-block;
}
.banner-header .post .author {
    margin-right: 20px;
    font-size: 13px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 13px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}
/* bounce */
.banner-header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
    outline: none;
}
.banner-header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.banner-header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
        -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.banner-header .arrow i:hover {
    border: 1px solid #91765a;
    color: #91765a;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.banner-header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* =======  About style  ======= */
.about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}
.image.about-signature {
    margin-right: 20px;
    width: 70px;
}
.about-name {
    font-size: 15px;
    color: #91765a;
    font-family: 'Outfit', sans-serif;
}

.about .about_text_wrap p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 60px;
}
.about-rol {
    color: #aba59f;
    font-size: 15px;
}
/* list */
.about-list {
    position: relative;
    display: block;
}
.about-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.about-list li + li {
    margin-top: 5px;
}
.about-list-icon {
    display: flex;
    align-items: center;
}
.about-list-icon span {
    font-size: 15px;
    color: var(--red-color);
}
.about-list-text {
    margin-left: 10px;
}
.about-list-text p {
    font-size: 15px;
    margin: 0;
}
.img-twice::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 80%;
    top: 10%;
    left: 25%;
    background: #f2efeb;
    z-index: -1;
}


/* ======= Services style  ======= */
.services {
    position: relative;
}
.services .item {
    position: relative;
}
.services .item:last-child {
    margin-bottom: 20px;
}
.services .item figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}
.services .item.right figure {
    margin-left: 0;
    margin-right: auto;
}


.services .item .caption {
    background: #fbf8f4;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 60px 45px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.services .item.right .caption {
    left: auto;
    right: 0;
    background: var(--white-color);
}
.services .item .caption.padding-left {
    padding-left: 45px;
}
.services .item.right .caption.padding-left {
    padding-right: 45px;
    border-radius: 10px;
}
.services .item .title {
    line-height: 1.2em;
    font-family: 'Bodoni Moda', serif;
    font-size: 30px;
    font-weight: 500;
    color: var(--blue-color);
    margin-bottom: 20px;
}
.services .item p {
    color: var(--text-color);
}


/* ======= Services2 style ======= */
.services2 .item {
    background: var(--light-blue);
    /* background: #f2efeb; */
    padding: 45px 5px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
}
.services2 .item:hover {
    /* background: var(--red-color); */
    background-color: #fb585f;
}
.services2 .item h5 {
    font-size: 20px;
    color: var(--blue-color);
    margin-bottom: 0;
}
.services2 .item:hover h5 {
    color: #fff;
}
.services2 .item span {
    font-size: 60px;
    color: var(--blue-color);
    line-height: 1;
    margin-bottom: 18px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.services2 .item:hover span {
    color: var(--white-color);
}
.services2 .item p {
    margin: 0;
    color: #14100c;
}
.services2 .item .shape {
    position: absolute;
    opacity: 0.015;
    z-index: -1;
    bottom: 15px;
    left: 60px;
}
.services2 .item .shape span {
    font-size: 140px;
    color: #14100c;
}

/* ======= Services Box style ======= */
.services-box {
    background: white;
    padding: 70px 0px;
}
.services-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.services-box .item .icon {
    color: var(--blue-color);
    margin-right: 20px;
}
.services-box .item .icon:before {
    font-size: 50px;
    line-height: 50px;
}
.services-box .item h5 {
    margin-bottom: 0px;
    font-size: 24px;
    color: var(--blue-color);
}
.services-box .item p {
    font-size: 15px;
    color: var(--bg-light-gray);
}


/* ======= Services Prev/Next Post style ======= */
.services-post-prev-next {
  padding: 40px 0;
  border: none;
  background: #f2efeb;
}

.services-post-prev-next a {
    display: inline-block;
    font-family: 'Bodoni Moda', serif;
    font-size: 15px;
    color: #14100c;
    line-height: 1em;
}
.services-post-prev-next a i {
  font-size: 24px;
  color: #91765a;
}
.services-post-prev-next a i:hover {
    color: #14100c;
}
.services-post-prev-next a:hover {
    color: #14100c;
}
.services-post-prev-next .services-post-prev-next-left a i {
  margin-right: 5px;
  font-size: 13px;
  color: #91765a;
}
.services-post-prev-next .services-post-prev-next-right a i {
 font-size: 13px;
  margin-left: 0;
  margin-left: 5px;
  color: #91765a;
}

/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
    padding-bottom: 15px;
    padding-top: 0;
    margin-top: 0px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 18px;
}
.gallery-box .gallery-detail p {
    color: Rgba(0, 0, 0, 0.4);
    font-size: 13px;
}
.gallery-box .gallery-detail i {
    color: #14100c;
    padding: 8px;
}
.gallery-box .gallery-detail i:hover {
    color: #14100c;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {
    background: rgba(0, 0, 0, 0.2);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}
/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}

/* ======= Promo Video style ======= */
/* play button */
.vid-area h5 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(174, 140, 100, 0.7);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #14100c;
}
.play-button.color .circle-fill circle {
    fill: #14100c;
}
/* video section */
.video-wrapper {
    background-position: center;
}
.video-wrapper .section-head .section-title h2 {
    color: #ffff;
}
.video-wrapper .video_button {
    position: relative;
    z-index: 8;
}
.video-wrapper .video_button .vid-butn:hover .icon {
    color: #fff;
    border: 2px solid #fff;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.video-wrapper .video_button .vid-butn .icon {
    display: inline-block;
    color: var(--light-yellow);
    width: 90px;
    height: 90px;
    border: 2px solid var(--light-yellow);
    border-radius: 50%;
    line-height: 95px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}
.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: var(--red-color);
    border-radius: 50%;
    border: 1px solid var(--red-color);
    color: #fff;
    padding: 12px 11px 12px 13px;
    line-height: 0;
}
.video-gallery-polygon:hover {
    background: var(--blue-color);
    border: 1px solid var(--blue-color);
    color: var(--white-color);
}

.vid-area .vid-icon {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.vid-area .vid-icon img:hover {
   -webkit-transform: scale(1.05, 1.05);
   transform: scale(1.05);
}
.vid-area .vid-icon img {
    transform: scale(1);
    transition: transform 500ms ease;
}

.modal-header .btn-close {
    color: var(--red-color);
    transition: transform 0.6s;
}
.modal-header .btn-close:hover {
    transform: rotate(180deg);
}

.btn-close:focus {
    box-shadow: none;
}

/* ======= Buttons style ======= */
/* button 1 */
.button-1 {
  display: inline-block;
  height: auto;
  padding: 12px 26px;
  border: 1px solid var(--blue-color);
  border-radius: 0px;
  background-color: var(--blue-color);
  -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.button-1:hover {
  border: 1px solid var(--red-color);
  background-color: var(--red-color);
  color: #fff;
}

/* ======= Footer style ======= */
.footer {
    position: relative;
    display: block;
}
.footer p {
    color: var(--white-color);
}
.footer-second {
    position: relative;
    display: block;
    padding: 90px 0 60px 0;
    z-index: 1;
}
.footer-second .footer-column {
    margin-bottom: 30px;
}
.footer-title {
    font-size: 27px;
    color: #fff;
    margin-bottom: 15px;
}
.footer-about-text {
    font-size: 15px;
    color: #aba59f;
    margin: 0;
}
.footer-about-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 20px; */
}
.footer-about-social-list 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;
    text-align: center;
    color: #91765a;
    font-size: 15px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-about-social-list a + a {
    margin-left: 15px;
}
.footer-about-social-list a:hover {
    background-color: transparent;
    color: #fff;
}
.footer-explore-list li + li {
    margin-top: 3px;
}
.footer-explore-list li a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #14100c;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-explore-list li a:hover {
    padding-left: 15px;
    color: #14100c;
}
.footer-explore-list li a:before {
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #14100c;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-explore-list li a:hover:before {
    opacity: 1;
}
.footer-contact {
    position: relative;
    display: block;
}
.footer-contact .footer-title {
    margin-bottom: 15px;
}
.footer-contact-text {
    font-size: 15px;
    margin: 0;
    color: #aba59f;
    padding-bottom: 15px;
}
.footer-contact-info p {
    margin: 0;
    color: #aba59f;
}
p.footer-contact-phone {
    font-family: 'Bodoni Moda', serif;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
p.footer-contact-phone span {
    color: #91765a;
}
.footer-contact-phone:hover {
    color: #fff;
}
.footer-contact-mail {
    font-size: 15px;
    line-height: 3em;
    color: #aba59f;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-contact-mail:hover {
    color: #fff;
}
.footer-contact-mail:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(145, 118, 90, 0.3);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-contact-mail:hover:before {
    background-color: #91765a;
}
/* language */

.footer-bottom {
    position: relative;
    display: block;
    background-color: var(--blue-color);
    padding: 10px 0;
    border-top: 1px solid rgba(145, 118, 90, 0.1);
}
.footer-bottom-inner {
    position: relative;
    display: block;
}

.footer-bottom-inner .right {
    float: right;
}

.footer-bottom-copy-right {
    margin: 0;
    color: #aba59f;
    font-size: 14px;
}
.footer-bottom-copy-right a {
    color: var(--white-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-bottom-copy-right a:hover {
    color: #fff;
}
/* subscribe */

/* footer list */
.footer .item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.footer .item ul li .tit,
.footer .item ul li .dots,
.footer .item ul li span {
    display: table-cell;
    white-space: nowrap;
}
.footer .item ul li {
    margin-bottom: 15px;
    font-size: 15px;
}
.footer .item ul li:last-of-type {
    margin-bottom: 0;
}
.footer .item ul li span {
    white-space: nowrap;
    padding-left: 10px;
    font-family: 'Outfit', sans-serif;
    color: #aba59f;
}
.footer .item ul li .tit {
    padding-right: 10px;
    color: #aba59f;
}
.footer .item ul li .dots {
    height: 4px;
    width: 100%;
    border-bottom: 1px dashed rgba(145, 118, 90, 0.3);
    position: relative;
    top: -7px;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 50px;
    right: 50px;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap.progress-circle {
    background: #074da2;
    border-radius: 50px;
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    color: var(--white-color);
    text-align: center;
    background: var(--red-color);
    border-radius: 50px;
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap:hover::after {
    background: var(--blue-color);
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke-width: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(217, 214, 209, 0.5);
    box-shadow: inset 0 0 0 1px rgba(217, 214, 209, 0.5);
}

.progress-wrap svg.progress-circle path {
    stroke: transparent;
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-light]:before {
    background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #625c56;
}
[data-overlay-dark] p {
    color: #fff;
}
[data-overlay-light] p {
    color: #625c56;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}


/* ======= Responsive style ======= */

@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h1 {
        font-size: 40px;
    }
    .video-fullscreen-wrap .booking-box,
    .kenburns-inner .booking-box,
    .banner-header .booking-box {
        display: none;
    }
}

.mfp-bg {
    background: var(--light-blue);
}

/* Footer Css Start */
.contact_info {
    color: var(--text-color);
    font-size: 16px;
}
.contact_info span {
    color: var(--blue-color);
}
.contact_info .logo_wrap img {
    width: 255px;
    margin-bottom: 25px;
}
.contact_info .contact_details {
    display: flex;
    margin-bottom: 20px;
    align-items: start;
}

.contact_info .contact_details a {
    line-height: 20px;
    margin-left: 15px;
    font-weight: 500;
    color: #535353;
}

.contact_info .contact_details a:hover {
    color: var(--red-color);
}

.contact_info .contact_details.footer_wrap {
    align-items: center;
}

.contact_info .contact_details.footer_wrap span {
    position: relative;
    top: 0px;
}

.fabric_wrap .active {
    color: inherit !important;
}
.fabric_wrap .active:hover {
    color: var(--red-color) !important;
}

.footer_info {
    float: right;
    color: #535353;
}

.footer_info.right {
    margin-right: 20px;
}

.footer_info label {
    text-transform: uppercase;
    color: var(--blue-color);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.footer_info ul {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
}

.footer_info ul li {
    margin-bottom: 8px;
    font-weight: 500;
}

.footer_info ul li a:hover {
    color: var(--red-color);
}

.footer_info ul li p {
    margin-bottom: 8px;
}

.footer_info .followus_wrap {
    display: flex;
    justify-content: space-between;
}

.footer-about-social-list {
    justify-content: space-between;
}

.footer_info .footer-about-social-list i {
    color: var(--blue-color);
    font-size: 16px;
}

.footer_info .footer-about-social-list i:hover {
    color: var(--red-color);
}

/* Footer Css End */


/* Video New Design Start */

.youtube_video_wrap  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.youtube_video_wrap img {
    border-radius: 10px;
}
.youtube_video_wrap a {
    position: absolute;
}
.youtube_video_wrap .vid-butn .icon img,
.promo_video_wrap .vid-butn .icon img {
    height: 90px;
    width: 90px;
}

/* Video New Design End */

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }
  
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #0a4b9f;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #0a4b9f;
    border-radius: 50%;
    transition: all 200ms;
  }
  
  .video-play-button:hover:after {
    background-color: darken(#0a4b9f, 10%);
  }
  
  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    top: 9px;
    left: 2px;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }

.video .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}


button.mfp-close, button.mfp-arrow,
button.mfp-close, button.mfp-arrow {
    z-index: 11111;
}
.mfp-arrow-left:after {
    border-right: 17px solid #0a4b9f;
}

.mfp-arrow-right:after {
    border-left: 17px solid #0a4b9f;
}