

/* Hollyhotel HTML Template  */



/************ TABLE OF CONTENTS ***************

1. Fonts

2. Reset css

3. Global css

4. Header Section

5. Banner Section

6. About Section

7. Info section

8. Funfacts Section

9. Working Process

10. CTA Section

11. Testimonials Section

12. Brand Logo Section

13. Blog Section
14. Course Section

15. Projects Section

16. Course Package Section

17. CTA Section

18. Two Column Section

19. Team Section 

20. Pricing Section

21. Mission Section

22. History Section

23. Contact Form Section

24. Blog Page







/*** 



====================================================================

        Fonts

====================================================================



***/



@import url('fontawesome-all.css');

@import url('animate.css');

@import url('custom-animate.css');

@import url('jquery-ui-1.9.2.custom.min.css');

@import url('nice-select.css');

@import url('flaticon.css');

@import url('owl.css');

@import url('jquery.fancybox.min.css');

@import url('scrollbar.css');

@import url('swiper.min.css');

@import url('rtl.css');

@import url('elpath.css');

@font-face {
  font-family: 'trajan';
  src:  url('../fonts/Trajan Regular.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;		
}

@font-face {
  font-family: 'trajan-bold';
  src:  url('../fonts/Trajan Bold.ttf') format('ttf');
  font-weight: 700;
  font-style: normal;		
}

/*** 



====================================================================

    Reset

====================================================================



***/



* {

    margin: 0px;

    padding: 0px;

    border: none;

    outline: none;

    font-size: 100%;

    line-height: inherit;

}



/*** 



====================================================================

    Global Settings

====================================================================



***/



/* 



font-family: 'Cormorant Garamond', serif;

font-family: 'trajan', sans-serif;



*/



body {

    font-size: 16px;

    font-size: 18px;

    line-height: 28px;

    color: var(--theme-color);

    -webkit-font-smoothing: antialiased;

    background: rgb(255, 255, 255);

    font-family: 'trajan', serif;

}

.enquiry-form{
    display: none;
}


.page-wrapper {

    position: relative;

    width: 100%;

    min-width: 300px;

    z-index: 9;

    margin: 0px auto;

    overflow: hidden;

}



a {

    text-decoration: none;

    cursor: pointer;
	
	

}
p a{
	color: #888;
}
p a:hover,
p a:focus,
p a:visited{
	color: #000;
}

a:hover,

a:focus,

a:visited {

    text-decoration: none !important;
    outline: none;
	
}



h1,

h2,

h3,

h4,

h5,

h6 {

    position: relative;

    font-weight: normal;

    line-height: 1.25em;

    margin: 0px;

    background: none;

    color: #222;

}



textarea {

    overflow: hidden;

}



button {

    outline: none !important;

    cursor: pointer;

}



.text {

    font-size: 16px;

    line-height: 28px;

    font-weight: 400;

    color: #555555;

    margin: 0px 0px 15px;

    font-family: 'trajan', serif;

}



::-webkit-input-placeholder {

    color: inherit;

}



::-moz-input-placeholder {

    color: inherit;

}



::-ms-input-placeholder {

    color: inherit;

}

.top-title {

    letter-spacing: 1.5px;

    font-size: 100px;

    line-height: 28px;

    color: rgb(28 28 28 / 5%);

    font-weight: 700;

    position: absolute;

    right: auto;

    top: 50%;

    left: 0;

    transform: rotate(-90deg);

}

.border-img{

	height: 30px;

    margin-bottom: 20px;

}

.clients-logo-one-section img{

	width: 80%;

	margin: 0 auto;

}

.btn-light:not(:disabled):not(.disabled).active:focus, 

.btn-light:not(:disabled):not(.disabled):active:focus, 

.show>.btn-light.dropdown-toggle:focus {

    box-shadow: none;

    outline: none;

}



.btn-light:not(:disabled):not(.disabled).active, 

.btn-light:not(:disabled):not(.disabled):active, 

.show>.btn-light.dropdown-toggle {

    background-color: inherit;

    border-color: inherit;

    color: inherit;

    border-radius: 0;

}



.bootstrap-select .dropdown-menu li a span.text {

    margin-bottom: 0;

}



.bootstrap-select .dropdown-menu li.active a span.text {

    color: #fff;

}



.bootstrap-select .dropdown-toggle .filter-option:after {

    font-family: 'Font Awesome 5 Pro';

    content: "\f107";

    position: absolute;

    right: 15px;

    top: 7px;

    display: block;

    line-height: 30px;

    font-size: 17px;

    text-align: center;

    z-index: 5;

    font-weight: 400;

    color: #fff;

}



.page-wrapper {

    position: relative;

    margin: 0 auto;

    width: 100%;

    min-width: 300px;

    z-index: 9;

    overflow: hidden;

}



.auto-container {

    position: static;

    max-width: 1200px;

    padding: 0px 15px;

    margin: 0 auto;

}



ul,

li {

    list-style: none;

    padding: 0px;

    margin: 0px;

}



figure {

    margin-bottom: 0;

}



.owl-carousel img {

    width: auto !important;

    display: inline-block !important;

}

.about-one-image-five img{

	opacity: 0.3;

}



.theme-btn {

    display: inline-block;

    -webkit-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}

.last-row{

		margin-bottom: 0 !important;

	}

.centered {

    text-align: center !important;

}



.gray-bg {

    background-color: #f4f4f4 !important;

}



.light-bg {

    background-color: #fff !important;

}



img {

    display: inline-block;

    max-width: 100%;

    height: auto;

}



.dropdown-toggle::after {

    display: none;

}

.fa {

	line-height: inherit;

}

.preloader {

	position: fixed;

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	z-index: 999999;

	background-color: #fff;

}

.owl-nav, .owl-dots {

	display: none;

}

.row {

	margin: 0 -15px;

}

.row>* {

	padding-left: 15px;

	padding-right: 15px;

}

.row.no-gutters {

    margin: 0;

}

.row.no-gutters>* {

	padding-left: 0;

	padding-right: 0;

}



.row.gutters-5 {

	margin: 0 -5px;

}

.row.gutters-5>* {

	padding-left: 5px;

	padding-right: 5px;

}



.opacity_0 {

    opacity: 0;

}

.opacity_1 {

    opacity: 1;

}

.opacity_10 {

    opacity: .10;

}

.opacity_20 {

    opacity: .20;

}

.opacity_30 {

    opacity: .30;

}

.opacity_40 {

    opacity: .40;

}

.opacity_50 {

    opacity: .50;

}

.opacity_60 {

    opacity: .60;

}

.opacity_70 {

    opacity: .70;

}

.opacity_80 {

    opacity: .80;

}

.opacity_90 {

    opacity: .90;

}

.tx_50 {

    transform: translateX(50%);

}

.tx__50 {

    transform: translateX(-50%);

}

.ty_50 {

    transform: translateY(50%);

}

.ty__50 {

    transform: translateY(-50%);

}



/* Btn style */



.theme-btn {

    display: inline-block;

    transition: all .5s ease;

    -moz-transition: all .5s ease;

    -webkit-transition: all .5s ease;

    -ms-transition: all .5s ease;

    -o-transition: all .5s ease;

}



.mb-20 {

    margin-bottom: 20px !important;

}



.mb-30 {

    margin-bottom: 30px !important;

}



.mb-35 {

    margin-bottom: 35px !important;

}



.mb-30 {

    margin-bottom: 30px !important;

}



.mt-30 {

    margin-top: 30px !important;

}



.mt-40 {

    margin-top: 40px !important;

}



.mt-50 {

    margin-top: 50px !important;

}



.mt-70 {

    margin-top: 70px !important;

}



.mb-40 {

    margin-bottom: 40px !important;

}



.mb-50 {

    margin-bottom: 50px !important;

}



.mb-70 {

    margin-bottom: 70px !important;

}



.pb-20 {

    padding-bottom: 20px !important;

}



.pb-30 {

    padding-bottom: 30px !important;

}



.pb-50 {

    padding-bottom: 50px !important;

}



/*  Scroll To Top style */



.scroll-to-top {

    position: fixed;

    right: 50px;

    bottom: 50px;

    width: 40px;

    height: 40px;

    font-size: 18px;

    line-height: 40px;

    text-align: center;

    z-index: 100;

    cursor: pointer;

    border-radius: 50%;

    margin-left: -26px;

    display: none;

    -webkit-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    background: var(--theme-color);

    color: #fff;

}



.scroll-to-top.style-two {

    background-color: #2d3247;

}



.scroll-to-top:hover {

    color: #ffffff;

}



.scroll-to-top a {

    bottom: 50px;

    width: 40px;

    height: 40px;

    font-size: 25px;

    line-height: 40px;

    color: #fff;

    display: block;

}

.widget-content ul li .far{

   color: #adaaaa;
    transition: .5s;
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
    font-size: 20px;

}

.widget-content ul li:hover .far, .widget-content ul li:hover  a {

    color: var(--theme-color);

}

/*Btn Style One*/

.btn-one {

    position: relative;

    display: inline-block;

    overflow: hidden;

    padding: 10px 35px 10px;

    background: #333;

    font-size: 20px;

    color: #ffffff;

    font-weight: 400;

    font-family: 'trajan', serif;

    text-align: center;

    z-index: 1;

    border-bottom: 2px solid #d9a622;

    transition: .5s;

}



.btn-one:hover {

    color: #fff;

}



.btn-one span {

    position: absolute;

    display: block;

    width: 0;

    height: 0;

    border-radius: 50%;

    background-color: #d9a622;

    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;

    transform: translate(-50%, -50%);

    z-index: -1;

}



.btn-one:hover span {

    width: 225%;

    height: 562.5px;

}



.btn-one.large-btn {

    padding-top: 12.5px;

    padding-bottom: 12.5px;

}



/* Main Header */



.main-header {

    position: fixed;

    display: block;

    width: 100%;

    z-index: 9999;

    top: 0;

    left: 0px;

    background: rgb(0, 0, 0, 0.4);

    clear: both;

}

/*



.main-header .inner-container {

    background-color: #fff;

}

*/



/* Header Upper */



.main-header .header-upper .navbar-right {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin-left: 50px;

}



.main-header .header-upper {

    position: relative;

    background-color: transparent;

}



.main-header .header-upper .inner-container {

    position: relative;

    min-height: 80px;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: space-between;

}



.main-header .header-upper .logo-box {

    z-index: 10;

}



.main-header .header-upper .logo-box .logo {

    position: relative;

    display: block;

    padding: 23px 0px;

}



.main-header .header-upper .logo-box .logo img {

    width: 220px;

}

.main-container{

    width: 85%;

}

.video-image img{

    position: relative;

}

p.img-caption {

    position: absolute;

    background-color: rgb(0 0 0 / 50%);

    padding: 15px 25px;

    z-index: 99;

    left: 0;

    bottom: -15px;

    font-size: 25px;

    font-weight: 600;

    min-width: 200px;

    text-align: center;

    top: auto;

    display: inline-block;
	font-family: 'trajan', serif;
}

.gallery-one-title a{

    color: #fff;

}

.main-header .header-upper .left-column,

.main-header .header-upper .right-column {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}

a.about-one-text-two {

    background-color: #a16b57;

    border: 1px solid #a16b57;

    padding: 10px 15px;

    color: #fff;

    text-decoration: none;

}

a.about-one-text-two:hover, a.about-one-text-two:focus{

    text-decoration: none;

    color: #a16b57;

    background-color: transparent;

}

.wedding-top{

    position: relative;

    font-size: 50px;

    color: #ffffff;

    font-weight: 400;

    font-family: 'trajan', serif;

    text-align: center;

    padding-bottom: 15px;

}



.main-header .header-upper .search-btn {

    margin-left: 35px;

    padding-left: 20px;

    line-height: 20px;

    border-left: 1px solid #919191;

    margin-right: 20px;

}



.main-header .header-upper .link-btn a {

    vertical-align: middle;

}



.main-header .header-upper .search-toggler {

    color: #212121;

    background: transparent;

    font-size: 14px;

    margin-left: 37px;

    position: relative;

    cursor: pointer;

}



.main-header .header-upper .search-toggler:before {

    position: absolute;

    content: '';

    width: 1px;

    height: 11px;

    background-color: #b0b0b0;

    left: -15px;

    top: 7px;

}



.main-header .nav-outer {

    position: relative;

    z-index: 1;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



.navbar-right-info .mobile-nav-toggler {

    position: relative;

    width: 50px;

    height: 50px;

    line-height: 44px;

    text-align: center;

    color: rgb(255, 255, 255);

    font-size: 20px;

    margin-left: 30px;

    cursor: pointer;

    border-radius: 50%;

}



.main-header .nav-outer .main-menu {

    position: relative;

}



.main-menu .inner-container {

    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);

    margin-bottom: -25px;

    background: #fff;

}



.main-menu .navbar-collapse {

    padding: 0px;

    display: block !important;

}



.main-menu .navigation {

    position: relative;

    margin: 0px;

    margin-left: 50px;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



.main-menu .navigation>li {

    position: relative;

    padding: 50.5px 0px;

    margin-right: 20px;

    -webkit-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.main-menu .navigation>li.current>a {

    color: var(--theme-color);

}



.main-menu .navigation>li.current>a:hover {

    text-decoration: underline;

}



.main-menu .navigation>li:last-child {

    margin-right: 0px;

}



.main-menu .navigation>li>a {

    position: relative;

    display: block;

    text-align: center;

    opacity: 1;

    -webkit-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    font-size: 20px;

    letter-spacing: 1px;

    line-height: 28px;

    color: #fff;

    font-weight: 400;

}

header.main-header.header-style-one.fixed-header .main-menu .navigation>li>a{

	color: #242424;

}



.main-menu .navigation>li>a:hover {

    color: var(--theme-color);

}



.main-menu .navigation>li>ul {

    position: absolute;

    left: 0px;

    top: 100%;

    width: -webkit-max-content;

    width: -moz-max-content;

    width: max-content;

    min-width: 240px;

    z-index: 100;

    display: none;

    opacity: 0;

    visibility: hidden;

    background-color: #ffff;

    -webkit-transform: translateY(30px);

    -ms-transform: translateY(30px);

    transform: translateY(30px);

    transition: .5s;

    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

}



.main-menu .navigation>li>ul.from-right {

    left: auto;

    right: 0px;

}



.main-menu .navigation>li>ul>li {

    position: relative;

    width: 100%;

}



.main-menu .navigation>li>ul>li:last-child {

    border-bottom: none;

}



.main-menu .navigation>li>ul>li:before {

    position: absolute;

    content: '';

    right: 0px;

    top: 0px;

    width: 0%;

    height: 100%;

    display: block;

    -webkit-transition: all 300ms ease;

    transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

}



.main-menu .navigation>li>ul>li>a {

    position: relative;

    display: block;

    padding: 16px 30px;

    border-bottom: 1px solid rgb(34 34 34 / 5%);

    line-height: 24px;

    text-transform: capitalize;

    text-align: left;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    color: #454456;

    font-size: 18px;

    letter-spacing: 1px;

    font-weight: 700;

}



.main-menu .navigation>li>ul>li>a:hover {

    color: var(--theme-color);

    padding-left: 45px;

}



.main-menu .navigation>li>ul>li>a:before {

    position: absolute;

    content: "\f105";

    left: 30px;

    top: 16px;

    display: block;

    line-height: 24px;

    font-size: 18px;

    font-family: 'Font Awesome 5 Pro';

    font-weight: 300;

    opacity: 0;

}



.main-menu .navigation>li>ul>li>a:hover:before {

    opacity: 1;

}



.main-menu .navigation>li>ul>li:last-child>a {

    border-bottom: 0px;

}



.main-menu .navigation>li>ul>li.dropdown>a:after {

    position: absolute;

    content: "\f105";

    right: 20px;

    top: 14px;

    display: block;

    line-height: 24px;

    font-size: 17px;

    font-family: 'Font Awesome 5 Pro';

    font-weight: 400;

}



.main-menu .navigation>li>ul>li>ul {

    position: absolute;

    left: 100%;

    top: 0;

    width: -webkit-max-content;

    width: -moz-max-content;

    width: max-content;

    min-width: 240px;

    z-index: 100;

    display: none;

    background-color: #fff;

    transition: .5s;

    -webkit-transform: translateY(30px);

    -ms-transform: translateY(30px);

    transform: translateY(30px);

    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);

    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);

}



.main-menu .navigation>li>ul>li>ul.from-right {

    left: auto;

    right: 0px;

}



.main-menu .navigation>li>ul>li>ul>li {

    position: relative;

    width: 100%;

}



.main-menu .navigation>li>ul>li>ul>li:last-child {

    border-bottom: none;

}



.main-menu .navigation>li>ul>li>ul>li:before {

    position: absolute;

    content: '';

    left: 0px;

    top: 0px;

    width: 0%;

    height: 100%;

    display: block;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}



.main-menu .navigation>li>ul>li>ul>li:last-child {

    border-bottom: none;

}



.main-menu .navigation>li>ul>li>ul>li>a {

    position: relative;

    display: block;

    padding: 16px 30px;

    line-height: 24px;

    font-weight: 600;

    border-bottom: 1px solid rgb(34 34 34 / 5%);

    text-transform: capitalize;

    text-align: left;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    font-size: 18px;

    letter-spacing: 1px;

    color: #454456;

    font-weight: 700;

}



.main-menu .navigation>li>ul>li>ul>li:last-child>a {

    border-bottom: 0;

}



.main-menu .navigation>li>ul>li>ul>li>a:hover {

    color: var(--theme-color);

    padding-left: 45px;

}



.main-menu .navigation>li>ul>li>ul>li>a:before {

    position: absolute;

    content: "\f105";

    left: 30px;

    top: 16px;

    display: block;

    line-height: 24px;

    font-size: 18px;

    font-family: 'Font Awesome 5 Pro';

    font-weight: 300;

    opacity: 0;

}



.main-menu .navigation>li>ul>li>ul>li>a:hover:before {

    opacity: 1;

}



.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {

    font-family: 'Font Awesome 5 Pro';

    content: "\f105";

    position: absolute;

    right: 30px;

    top: 12px;

    display: block;

    line-height: 24px;

    font-size: 16px;

    font-weight: 400;

    z-index: 5;

}



.main-menu .navigation>li.dropdown:hover>ul {

    visibility: visible;

    opacity: 1;

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

    -webkit-transition: all 300ms ease;

    transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

}



.main-menu .navigation li>ul>li.dropdown:hover>ul {

    visibility: visible;

    opacity: 1;

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

    -webkit-transition: all 300ms ease;

    transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

}



.main-menu .navigation li.dropdown .dropdown-btn {

    position: absolute;

    right: 10px;

    top: 8px;

    width: 34px;

    height: 30px;

    border: 1px solid #ffffff;

    text-align: center;

    font-size: 16px;

    line-height: 26px;

    color: #ffffff;

    cursor: pointer;

    z-index: 5;

    display: none;

}



.main-header .header-upper .contact-info {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin-right: 30px;

    padding-right: 30px;

    border-right: 1px solid #eee;

    margin-left: 20px;

}



.main-header .header-upper .contact-info .icon {

    position: relative;

    font-size: 24px;

    text-align: center;

    line-height: 68px;

    margin-right: 15px;

    color: var(--theme-color);

    transition: .5s;

}



.main-header .header-upper .contact-info:hover .icon {

    color: #fff;

    background-color: var(--theme-color);

}



.main-header .header-upper .contact-info .icon:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    -webkit-transform: scale(.7);

    -ms-transform: scale(.7);

    transform: scale(.7);

    opacity: 0;

    -webkit-transition: .5s;

    -o-transition: .5s;

    transition: .5s;

}



.main-header .header-upper .contact-info:hover .icon:before {

    opacity: 1;

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

}



.main-header .header-upper .contact-info .icon span {

    position: relative;

}



.main-header .header-upper .contact-info h5 {

    margin-bottom: 0;

    font-size: 14px;

    line-height: 24px;

    color: #818188;

    font-weight: 400;

    font-family: 'trajan', serif;

}



.main-header .header-upper .contact-info h4 {

    font-size: 24px;

    line-height: 24px;

    color: #212121;

    font-weight: 400;

}



.main-header .header-upper .contact-info h4 a {

    color: #222;

}



/* Header style two */





/*** 



====================================================================

    Search Popup

====================================================================



***/



.search-popup {

    position: fixed;

    left: 0;

    top: 0px;

    width: 100%;

    height: 100%;

    z-index: 99999;

    visibility: hidden;

    opacity: 0;

    overflow: auto;

    background: rgba(0, 0, 0, 0.90);

    -webkit-transform: translateY(101%);

    -ms-transform: translateY(101%);

    transform: translateY(101%);

    transition: all 700ms ease;

    -moz-transition: all 700ms ease;

    -webkit-transition: all 700ms ease;

    -ms-transition: all 700ms ease;

    -o-transition: all 700ms ease;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

}



.search-popup .popup-inner {

    width: 100%;

}



.search-popup.popup-visible {

    -webkit-transform: translateY(0%);

    -ms-transform: translateY(0%);

    transform: translateY(0%);

    visibility: visible;

    opacity: 1;

}



.search-popup .overlay-layer {

    position: absolute;

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: 0px;

    display: block;

}



.search-popup .close-search {

    position: absolute;

    right: 25px;

    top: 25px;

    font-size: 22px;

    color: #ffffff;

    cursor: pointer;

    z-index: 5;

}



.search-popup .close-search:hover {

    opacity: 0.70;

}



.search-popup .search-form {

    position: relative;

    padding: 0px 15px 0px;

    max-width: 1024px;

    margin: 100px auto;

    margin-bottom: 100px;

    transition: all 900ms ease;

    -moz-transition: all 900ms ease;

    -webkit-transition: all 900ms ease;

    -ms-transition: all 900ms ease;

    -o-transition: all 900ms ease;

}



.search-popup .search-form fieldset {

    position: relative;

    border: 7px solid rgba(255, 255, 255, 0.50);

    border-radius: 12px;

}



.search-popup .search-form fieldset input[type="search"] {

    position: relative;

    height: 70px;

    padding: 20px 220px 20px 30px;

    background: #ffffff;

    line-height: 30px;

    font-size: 24px;

    color: #233145;

    border-radius: 7px;

}



.search-popup .search-form fieldset input[type="submit"] {

    position: absolute;

    display: block;

    right: 0px;

    top: 0px;

    text-align: center;

    width: 220px;

    height: 70px;

    padding: 20px 10px 20px 10px;

    color: #ffffff !important;

    line-height: 30px;

    font-size: 20px;

    cursor: pointer;

    text-transform: uppercase;

    border-radius: 0px 7px 7px 0px;

    background-color: var(--theme-color);

}



.search-popup h3 {

    text-transform: uppercase;

    font-size: 20px;

    font-weight: 600;

    color: #ffffff;

    margin-bottom: 20px;

    letter-spacing: 1px;

    text-align: center;

    display: none;

}



.search-popup .recent-searches {

    font-size: 16px;

    color: #ffffff;

    text-align: center;

    display: none;

}



.search-popup .recent-searches li {

    display: inline-block;

    margin: 0px 10px 10px 0px;

}



.search-popup .recent-searches li a {

    display: block;

    line-height: 24px;

    border: 1px solid #ffffff;

    padding: 7px 15px;

    color: #ffffff;

    border-radius: 3px;

    -webkit-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



.search-popup .search-form fieldset input[type="search"]:focus {

    border-color: #ddd;

    -webkit-box-shadow: none;

            box-shadow: none;

}



/*** 



====================================================================

                Sticky Header

====================================================================



***/



.sticky-header {

    position: fixed;

    visibility: hidden;

    opacity: 0;

    left: 0px;

    top: 0px;

    width: 100%;

    padding: 0px 0px;

    z-index: -1;

    background: #ffffff;

    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);

    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);

    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);

    -webkit-transition: top 300ms ease;

    -o-transition: top 300ms ease;

    transition: top 300ms ease;

}



.fixed-header .sticky-header {

    opacity: 1;

    z-index: 99901;

    visibility: visible;

    background: #fff;

}





/*** 



====================================================================

            Mobile Menu

====================================================================



***/



.nav-outer .mobile-nav-toggler {

    position: relative;

    height: 50px;

    line-height: 44px;

    text-align: center;

    color: rgb(255, 255, 255);

    font-size: 20px;

    cursor: pointer;

    border-radius: 50%;

    float: right;

    margin-left: 15px;

    display: none;

}



.mobile-menu {

    position: fixed;

    right: 0;

    top: 0;

    width: 300px;

    padding-right: 30px;

    max-width: 100%;

    height: 100%;

    opacity: 0;

    visibility: hidden;

    z-index: 999999;

}



.mobile-menu .mCSB_scrollTools {

    right: -6px;

}



.mobile-menu .mCSB_inside>.mCSB_container {

    margin-right: 5px;

}



.mobile-menu .navbar-collapse {

    display: block !important;

}



.mobile-menu .nav-logo {

    position: relative;

    padding: 30px 25px;

    text-align: left;

    margin-bottom: 0px;

    margin-top: 25px;

}



.mobile-menu-visible {

    overflow: hidden;

}



.mobile-menu-visible .mobile-menu {

    opacity: 1;

    visibility: visible;

}



.mobile-menu .menu-backdrop {

    position: fixed;

    right: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    -webkit-transform: translateX(101%);

    -ms-transform: translateX(101%);

    transform: translateX(101%);

    transition: all 900ms ease;

    -moz-transition: all 900ms ease;

    -webkit-transition: all 900ms ease;

    -ms-transition: all 900ms ease;

    -o-transition: all 900ms ease;

    background-color: #000;

}



.mobile-menu-visible .mobile-menu .menu-backdrop {

    opacity: 0.30;

    visibility: visible;

    -webkit-transition: all 0.7s ease;

    -o-transition: all 0.7s ease;

    transition: all 0.7s ease;

    -webkit-transform: translateX(0%);

    -ms-transform: translateX(0%);

    transform: translateX(0%);

}



.mobile-menu .menu-box {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    max-height: 100%;

    overflow-y: auto;

    background: #202020;

    padding: 0px 0px;

    z-index: 5;

    opacity: 0;

    visibility: hidden;

    border-radius: 0px;

    -webkit-transform: translateX(101%);

    -ms-transform: translateX(101%);

    transform: translateX(101%);

}



.mobile-menu-visible .mobile-menu .menu-box {

    opacity: 1;

    visibility: visible;

    -webkit-transition: all 0.7s ease;

    -o-transition: all 0.7s ease;

    transition: all 0.7s ease;

    -webkit-transform: translateX(0%);

    -ms-transform: translateX(0%);

    transform: translateX(0%);

}



.mobile-menu .close-btn {

    position: absolute;

    right: 20px;

    top: 15px;

    line-height: 30px;

    width: 24px;

    text-align: center;

    font-size: 20px;

    color: #ffffff;

    cursor: pointer;

    z-index: 10;

    -webkit-transition: all 0.9s ease;

    -o-transition: all 0.9s ease;

    transition: all 0.9s ease;

}



.mobile-menu .navigation {

    position: relative;

    display: block;

    width: 100%;

    float: none;

}



.mobile-menu .navigation li {

    position: relative;

    display: block;

    border-top: 1px solid rgba(255, 255, 255, 0.10);

}



.mobile-menu .navigation:last-child {

    border-bottom: 1px solid rgba(255, 255, 255, 0.10);

}



.mobile-menu .navigation li>ul>li:first-child {

    border-top: 1px solid rgba(255, 255, 255, 0.10);

}



.mobile-menu .navigation li>a {

    position: relative;

    display: block;

    line-height: 24px;

    padding: 10px 25px;

    font-size: 15px;

    font-weight: 500;

    color: #ffffff;

    text-transform: uppercase;

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

}



.mobile-menu .navigation li ul li>a {

    font-size: 15px;

    margin-left: 20px;

    text-transform: capitalize;

}



.mobile-menu .navigation li>a:before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    height: 0;

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

}



.mobile-menu .navigation li.current>a:before {

    height: 100%;

}



.mobile-menu .navigation li.dropdown .dropdown-btn {

    position: absolute;

    right: 6px;

    top: 6px;

    width: 32px;

    height: 32px;

    text-align: center;

    font-size: 16px;

    line-height: 32px;

    color: #ffffff;

    background: rgba(255, 255, 255, 0.10);

    cursor: pointer;

    border-radius: 2px;

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

    z-index: 5;

}



.mobile-menu .navigation li.dropdown .dropdown-btn.open {

    -webkit-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg);

}



.mobile-menu .navigation li>ul,

.mobile-menu .navigation li>ul>li>ul {

    display: none;

}



.mobile-menu .social-links {

    position: relative;

    padding: 0px 15px;

}



.mobile-menu .social-links li {

    position: relative;

    display: inline-block;

    margin: 0px 10px;

}



.mobile-menu .social-links li a {

    position: relative;

    line-height: 32px;

    font-size: 16px;

    color: #ffffff;

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

}





/* Hidden Bar */



.hidden-sidebar {

    position: fixed;

    top: 0;

    left: -100%;

    z-index: 99999;

    width: 100%;

    max-width: 446px;

    height: 100%;

    overflow: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    flex-wrap: wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    direction: rtl;

}



.hidden-sidebar-close {

    position: absolute;

    bottom: 0;

    right: -70px;

    font-size: 30px;

    cursor: pointer;

    color: #fff;

    width: 70px;

    height: 70px;

    text-align: center;

    line-height: 70px;

}



.hidden-sidebar .logo {

    margin-bottom: 35px;

}



.hidden-sidebar .wrapper-box {

    height: 100%;

}



.hidden-sidebar .content-wrapper {

    padding: 80px 30px;

    margin-right: 70px;

    direction: ltr;

    position: relative;

}



.hidden-sidebar .sidebar-widget {

    margin-bottom: 35px;

    padding: 0;

    background-color: transparent;

}



.hidden-sidebar .text-widget .text {

    font-size: 18px;

    color: #ffffff;

    margin-bottom: 0;

}



.pdf-widget {

    position: relative;

}



.pdf-widget .row {

    margin: 0 -7.5px;

}



.pdf-widget .column {

    padding: 0 7.5px;

}



.pdf-widget .content {

    background-color: rgb(255 255 255 / 96%);

    text-align: center;

    padding: 30px 10px;

    margin-bottom: 20px;

    border-radius: 10px;

}



.pdf-widget .content .icon {

    margin-bottom: 15px;

}



.pdf-widget .content h4 {

    font-size: 15px;

    font-weight: 700;

    text-transform: uppercase;

}



.contact-widget {

    position: relative;

    margin-bottom: 30px;

}



.contact-widget .icon-box {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    margin-bottom: 20px;

}



.contact-widget .icon {

    width: 35px;

    font-size: 18px;

    margin-top: 5px;

    color: #fff;

}



.contact-widget .text {

    font-size: 17px;

    line-height: 44px;

    font-weight: 400;

    color: #b3b3b3;

}



.contact-widget .text a {

    color: #ffffff;

}



.contact-widget .text strong {

    color: #fff;

    font-weight: 700;

    display: block;

}



.nav-overlay {

    position: fixed;

    top: 0;

    left: 0;

    bottom: 0;

    z-index: 99999;

    width: 100%;

    display: none;

    background: rgba(20, 20, 20, 0.70);

    overflow: hidden;

    cursor: none;

}



/* Cursor Style */



.cursor {

    position: absolute;

    background-color: #fff;

    width: 6px;

    height: 6px;

    border-radius: 100%;

    z-index: 1;

    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;

    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;

    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;

    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;

    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    pointer-events: none;

    z-index: 10000;

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    visibility: hidden;

}



.cursor {

    visibility: visible;

}



.cursor.active {

    opacity: 0.5;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0);

}



.cursor.hovered {

    opacity: 0.08;

}



.cursor-follower {

    position: absolute;

    background-color: rgba(255, 255, 255, 0.3);

    width: 50px;

    height: 50px;

    border-radius: 100%;

    z-index: 1;

    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;

    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;

    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;

    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;

    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    pointer-events: none;

    z-index: 10000;

    visibility: hidden;

}



.cursor-follower {

    visibility: visible;

}



.cursor-follower.active {

    opacity: 0.7;

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

}



.cursor-follower.hovered {

    opacity: 0.08;

}



.cursor-follower.close-cursor:before {

    position: absolute;

    content: '';

    height: 25px;

    width: 2px;

    background: #fff;

    left: 48%;

    top: 12px;

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    transform: rotate(-45deg);

    display: inline-block;

}



.cursor-follower.close-cursor:after {

    position: absolute;

    content: '';

    height: 25px;

    width: 2px;

    background: #fff;

    right: 48%;

    top: 12px;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}





/*** 



====================================================================

        Banner Section

====================================================================



***/



.banner-section {

    position: relative;

}



.banner-section .background-text {

    position: absolute;

    right: -280px;

    bottom: 190px;

    z-index: 99;

    text-transform: uppercase;

    font-size: 240px;

    font-weight: 700;

    letter-spacing: -5px;

    line-height: 200px;

    color: rgb(255 255 255 / 0.1);

    transform: rotate(-30deg);

}



.banner-section .background-text .text-2 {

    position: absolute;

    top: -5px;

    left: 15px;

    -webkit-text-stroke-width: 1px;

    -webkit-text-stroke-color: rgb(255 255 255 / 0.2);

    color: transparent;

}



.three-item-carousel,

.banner-slider {

    position: relative;

    height: 100% !important;

    z-index: 9;

}



.banner-section .swiper-slide {

    position: relative;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}



.banner-section .swiper-slide:before {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background-color: #000000;

    opacity: 0.0;

    content: "";

}



.banner-section .content-outer {

    position: relative;

    top: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

    height: 100%;

    width: 100%;

    display: table;

    vertical-align: middle;

}



.banner-section .content-box {

    position: relative;

    padding: 130px 15px 50px;

    min-height: 900px;

    max-width: 1200px;

    margin: 0 auto;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



.banner-section .content-box .inner {

    position: relative;

    opacity: 0;

    -webkit-transform: translateX(100px);

    -ms-transform: translateX(100px);

    transform: translateX(100px);

}



.banner-section .swiper-slide-active .content-box .inner {

    opacity: 1;

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

    -webkit-transform: translateX(0px);

    -ms-transform: translateX(0px);

    transform: translateX(0px);

}



.banner-section .content-box .main-slider-title {

    position: relative;

    color: #ffffff;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

    -webkit-transform: translateY(-20px);

    -ms-transform: translateY(-20px);

    transform: translateY(-20px);

    margin-bottom: 20px;

    font-size: 82px;

    line-height: 1.2em;

    color: #ffffff;

    font-weight: 500;
	text-transform: uppercase;	
    text-align: center;
	font-family: 'trajan', serif;

}

.mt-10{

	margin-top: 10px;

}



.banner-section .swiper-slide-active .content-box .main-slider-title {

    opacity: 1;

    visibility: visible;

    -webkit-transition-delay: 800ms;

    -o-transition-delay: 800ms;

    transition-delay: 800ms;

    -webkit-transform: translateY(0px);

    -ms-transform: translateY(0px);

    transform: translateY(0px);

}



.banner-section .content-box .main-slider-sub-title {

    position: relative;

    display: block;

    line-height: 1.2em;

    margin-bottom: 30px;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

    -webkit-transform: translateY(20px);

    -ms-transform: translateY(20px);

    transform: translateY(20px);

    font-size: 24px;

    line-height: 1.4em;

    color: #ffffff;

    font-weight: 400;

}



.banner-section .swiper-slide-active .main-slider-sub-title {

    opacity: 1;

    visibility: visible;

    -webkit-transition-delay: 1200ms;

    -o-transition-delay: 1200ms;

    transition-delay: 1200ms;

    -webkit-transform: translateY(0px);

    -ms-transform: translateY(0px);

    transform: translateY(0px);

}



.banner-section .content-box .main-slider-text {

    position: relative;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

    -webkit-transform: translateX(-50px);

    -ms-transform: translateX(-50px);

    transform: translateX(-50px);

    margin-bottom: 40px;

    font-size: 18px;

    letter-spacing: 3px;

    color: #ffffff;

    font-weight: 400;

    text-align: center;

}



.banner-section .swiper-slide-active .main-slider-text {

    opacity: 1;

    visibility: visible;

    -webkit-transition-delay: 1600ms;

    -o-transition-delay: 1600ms;

    transition-delay: 1600ms;

    -webkit-transform: translateX(0px);

    -ms-transform: translateX(0px);

    transform: translateX(0px);

}



.banner-section .link-box {

    -webkit-transform: scaleY(0);

    -ms-transform: scaleY(0);

    transform: scaleY(0);

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

    -webkit-transition-delay: 2000ms;

    -o-transition-delay: 2000ms;

    transition-delay: 2000ms;

    -webkit-transform-origin: bottom;

    -ms-transform-origin: bottom;

    transform-origin: bottom;

    margin: 0 -10px;

}



.banner-section .swiper-slide-active .link-box {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

}



.banner-section .link-box a {

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease;

    margin: 0 10px 10px;

}



.banner-section .video-box {

	position: relative;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

    -webkit-transform: scaleY(0);

    -ms-transform: scaleY(0);

    transform: scaleY(0);

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

    -webkit-transition-delay: 2000ms;

    -o-transition-delay: 2000ms;

    transition-delay: 2000ms;

    -webkit-transform-origin: bottom;

    -ms-transform-origin: bottom;

    transform-origin: bottom;

}



.banner-section .swiper-slide-active .video-box {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

}

.banner-section .video-btn {

    position: relative;

}



.banner-section .video-btn span {

    position: relative;

    width: 100px;

    height: 100px;

    text-align: center;

    line-height: 100px;

    border-radius: 50%;

}



.banner-section .video-btn a {

    position: relative;

	height: 67px;

	width: 67px;

	line-height: 70px;

	border-radius: 50%;

	color: #111;

	text-align: center;

	font-size: 20px;

	display: inline-block;

	position: relative;

	background-color: #fff;

	transition: .5s;

	margin-right: 52px;

    transition: .5s;

}



.banner-section .video-btn a:hover {

    color: #fff;

    background-color: var(--theme-color);

}



.banner-section .video-btn a:before {

    position: absolute;

    content: '';

    width: 92px;

    height: 92px;

    border-radius: 46px;

    border: 1px solid rgba(255,255,255,0.35);

    left: -12px;

    top: -12px;

}





.banner-section .video-btn .ripple:after {

	position: absolute;

	left: 0;

	top: 0;

	border-radius: 50%;

	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);

	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);

	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);

	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);

	-webkit-animation: ripple 3s infinite;

	animation: ripple 3s infinite;

}



.banner-section .video-btn .ripple:after {

	-webkit-animation-delay: .6s;

	animation-delay: .6s;

	content: "";

	position: absolute;

	right: 0;

	bottom: 0;

}



@-webkit-keyframes ripple {

	70% {

		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);

	}

	100% {

		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

	}

}



@keyframes ripple {

	70% {

		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);

	}

	100% {

		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

	}

}



.banner-section .video-box span {

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 47px;

    color: #ffffff;

    font-weight: 700;

    text-transform: uppercase;

}







/* banner nav */



.banner-section .banner-slider-nav {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: space-between;

}



.banner-section .banner-slider-button-next {

    position: relative;

    width: 68px;

    height: 68px;

    line-height: 68px;

    text-align: center;

    color: #fff;

    cursor: pointer;

    z-index: 9;

    margin-right: 50px;

    font-size: 43px;

    background-color: transparent;

    transition: .5s;

    border-radius: 50%;

    border: 2px solid #fff;

}



.banner-section .banner-slider-button-next:hover {

    color: #fff;

    background: var(--theme-color);

    border-color: var(--theme-color);

}



.banner-section .banner-slider-button-prev {

    position: relative;

    width: 68px;

    height: 68px;

    line-height: 68px;

    text-align: center;

    color: #fff;

    cursor: pointer;

    z-index: 9;

    margin-left: 50px;

    font-size: 43px;

    background-color: transparent;

    transition: .5s;

    transform: rotate(180deg);

    border-radius: 50%;

    border: 2px solid #fff;

}



.banner-section .banner-slider-button-prev:hover {

    color: #fff;

    background: var(--theme-color);

    border-color: var(--theme-color);

}



.banner-slider-nav .banner-slider-control {

    opacity: 0;

    transition: 1s;

}



.banner-section:hover .banner-slider-nav .banner-slider-control {

    opacity: 1;

}



/* Style Two */

.banner-section .banner-slider-nav.style-two {

    left: 0;

    right: auto;

    top: auto;

}



.banner-section .banner-slider-nav.style-two .banner-slider-button-prev {

    width: 106px;

    height: 53px;

    border-radius: 0;

    margin: 0;

    line-height: 53px;

    background: #293e9c;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

}



.banner-section .banner-slider-nav.style-two .banner-slider-button-next {

    height: 53px;

    width: 106px;

    border-radius: 0;

    margin: 0;

    line-height: 53px;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

}



.banner-section .banner-slider-nav.style-two .banner-slider-button-next i {

    margin-left: 10px;

    position: relative;

    top: 1px;

}



.banner-section .banner-slider-nav.style-two .banner-slider-button-prev i {

    margin-right: 10px;

    top: 1px;

    position: relative;

}



/* nav style three */



.banner-section .banner-slider-nav.style-three {

    left: auto;

    right: 60px;

    max-width: 68px;

    height: 160px;

    bottom: 45px;

    top: auto;

    flex-direction: column-reverse;

}



/* nav style four */



.banner-section .banner-slider-nav.style-four {

    left: auto;

    right: 55px;

    max-width: 136px;

    bottom: 315px;

    top: auto;

}



.banner-section .banner-slider-nav.style-four .banner-slider-button-prev {

    border-radius: 0;

    border-left: 1px solid #fff;

}



.banner-section .banner-slider-nav.style-four .banner-slider-button-next {

    border-radius: 0;

    border-left: 1px solid #fff;

}



/* nav style five */



.banner-section .banner-slider-nav.style-five {

    left: auto;

    right: 90px;

    max-width: 68px;

    height: 160px;

    flex-direction: column-reverse;

    top: 50%;

    transform: translateY(-50%);

    z-index: 9;

}





/* Title */

.sub-title {

    text-transform: uppercase;

    position: relative;

    display: inline-block;

    vertical-align: middle;

    margin-bottom: 10px;

    font-size: 13px;

    letter-spacing: 4px;

    line-height: 1.6em;

    color: #adaaaa;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

}



.text-light .sub-title{

    color: #fff;

}



.sec-title {

    margin-bottom: 25px;

    position: relative;

    font-size: 45px;

    line-height: 1.2em;

    color: #333;

    font-weight: 600;
	font-family: 'trajan', serif;

}

.common-blocks{

	margin-top: 20px;

}

.sec-title.small {

    font-size: 45px;

}



.sec-title .style-two {

    font-size: 40px;

    line-height: 60px;

    color: #ffffff;

    font-weight: 400;

    font-family: 'trajan', serif;

}





/* booking form */

.opacity-0 {

    opacity: 0;

    height: 0px !important;

}



.booking-form-column {

    position: relative;

}



.booking-form-column:before {

    position: absolute;

    content: '';

    top: 0;

    right: 15px;

    width: 1px;

    bottom: 0;

    height: 152px;

    background-color: rgb(162 108 87 / 20%);

}



.booking-form-column:last-child:before {

    opacity: 0;

}



.flex-box {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



h4.nd_booking_date_label {

    font-size: 16px;

    font-weight: 400;

    font-family: 'trajan', serif;

    background-color: rgb(162 108 87 / 17%);

    color: #d9a622;

    text-align: center;

    padding: 2.5px 10px;

    display: inline-block;

    text-transform: capitalize;

    margin-top: 25px;

}



h1.nd_booking_date_number_from_front {

   font-size: 65px;

    line-height: 1em;

    color: #777;

    font-weight: 300;

    margin-top: 7px;

}



h6.nd_booking_date_month_from_front {

    font-size: 16px;

    color: #777777;

    font-weight: 500;

    text-transform: capitalize;

    margin-left: 10px;

    position: relative;

    top: 16px;

}



section.booking-form-section {

    position: relative;

    transform: none;

    z-index: 9;

    margin-bottom: 0;
	margin-top: 90px;

}



section.booking-form-section form {

    position: relative;

    filter: drop-shadow(1.462px 4.782px 25px rgba(28,28,28,0.05));

    background-color: #ffffff;

    padding: 20px 30px 0;

}



.booking-form-section .nice-select {

    height: auto;

    width: auto;

    padding: 0;

    border: 0;

    background: transparent;

}



.booking-form-section .nice-select:after {

    opacity: 0;

}



.booking-form-section .nice-select span.current {

    font-size: 65px;

    line-height: 1em;

    color: #777;

    font-weight: 300;

    margin: 0px;
	top: auto;
}



.booking-form-section .room-opt {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin-top: 7px;

}



.booking-form-section .room-opt span {

    font-size: 16px;

    color: #777777;

    font-weight: 500;

    text-transform: capitalize;

    margin-left: 10px;

    position: relative;

    top: 9px;

}



.booking-form-submit-btn {

    position: relative;

    background: #f6f0ee;

    padding: 46px 0px;

    text-align: center;

    margin-left: -30px;

    margin-bottom: 20px;

}



.booking-form-submit-btn-label {

    font-size: 18px;

    color: #d9a622;

    font-weight: 400;

    margin-bottom: 12px;

}



.booking-form-section .room-opt ul.list {

    min-width: 150px;

}



.booking-form-section .room-opt ul.list li {

    font-size: 20px;

    color: #222;

}





/* about */

.about-one-section {

    position: relative;

    background: #f9f8f5;

    padding-top: 100px;

    padding-bottom: 90px;

	position: relative;

}



.about-one-rating {

    font-size: 18px;

    color: #333;

    font-weight: 700;

    font-family: 'trajan', serif;

    padding-left: 90px;

    position: relative;

    display: inline-block;

}



.about-one-rating i {

    color: #ffa800;

    margin-left: 5px;

}



.about-one-rating:before {

    position: absolute;

    content: '';

    left: 0;

    top: 12px;

    width: 70px;

    height: 1px;

    background-color: #d9a622;

}



h2.about-one-title {

    font-size: 45px;

    color: #333;

    font-weight: 600;

    margin-bottom: 25px;
	font-family: 'trajan', serif;

}



h4.about-one-title-two {

    font-size: 22px;

    line-height: 30px;

    color: #333;

    font-weight: 700;

    margin-bottom: 15px;

}



.about-one-text {

    font-size: 18px;

    letter-spacing: 1px;

    line-height: 30px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 30px;

}



.about-one-image {

    position: relative;

}



.about-one-image-box {

    position: relative;

    text-align: right;

    margin-bottom: 60px;

    margin-left: 98px;

}



.about-one-image-two {

    position: absolute;

    top: 50%;

    left: 0;

    transform: translateY(-50%) translateX(-50%);

    z-index: 2;

}



.about-one-image:before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    pointer-events: none;

    border: 10px solid #fff;

    z-index: 1;

}



.about-one-image-four {

    position: absolute;

    right: 0;

    top: -75px;

}



.about-one-wrapper {

    position: relative;

}



h4.about-one-text-two {

    font-size: 18px;

    letter-spacing: 4px;

    line-height: 30px;

    color: #adaaaa;

    font-weight: 700;

    text-align: center;

    margin-bottom: 30px;

}



.about-one-signature {

    margin-bottom: 30px;

}



.gray_bg {

    background: #f9f8f5;

}

.contact-widget-social-links{

    margin-top: 30px;

}

.footer-logo .image img{

  width: 95%;
    margin-bottom: 20px;

}

.contact-widget-text{

    position: relative;

    padding-left: 0px;

}

/*
.contact-widget-text::before{

    font-family: 'Font Awesome 5 Pro';

    position: absolute;

    font-weight: 900;

    display: inline-block;

    content: "\f3c5";

    left: 0;

   

}
*/
.privacy-title{
	margin-bottom: 15px;
	margin-top: 15px;
    position: relative;
    font-size: 30px;
    line-height: 1.4em;
    color: #333;
    font-weight: 600;
    font-family: 'trajan', serif;
}
.privacy-section{
	padding: 100px 0;
}
.privacy-list{
	padding-left: 0px;
	list-style-type: disc;
}
.privacy-list li i{
	margin-right: 5px;
}
.privacy-list li{
	font-size: 17px;
    letter-spacing: 1.5px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    font-family: 'trajan', serif;
    margin-bottom: 5px;
}

@media only screen and (min-width:992px) {

    .mx-70 {

        margin-left: 70px;

        margin-right: 70px;

    }    

}



/* services */

.services-one-section {

    position: relative;

    background: #fff;

    padding: 120px 0 90px;

}



.service-one-block {

    margin-bottom: 30px;

}



h4.service-one-title {

    position: relative;

    font-size: 24px;

    color: #333;

    font-weight: 700;

    margin-bottom: 15px;

}



.service-one-text {

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 28px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 30px;

}



a.reader-more-link {

    font-size: 16px;

    text-decoration: underline;

    color: #adaaaa;

    font-weight: 700;

    transition: .5s;

}



a.reader-more-link:hover {

    color: var(--theme-color);

    text-decoration: underline !important;

}



h4.service-one-title:first-letter {

    font-size: 100px;

}



/* gallery section */



.gallery-one-section {

    position: relative;

    padding: 120px 0 90px;

}



ul.filter-tabs {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: flex-end;

}



.filters {

    position: relative;

}



ul.filter-tabs li {

    padding: 2px 20px;

    font-size: 13px;

    letter-spacing: 4px;

    color: #adaaaa;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    text-align: right;

    text-transform: uppercase;

    border: 1px solid transparent;

    cursor: pointer;

    margin-bottom: 20px;

}



ul.filter-tabs li.active {

    color: #333;

    border-color: #333;

}



.gallery-one-box {

    position: relative;

    margin-bottom: 30px;

}



.gallery-one-box img {

    width: 100%;

}



.gallery-one-content {

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    padding: 0 45px 50px;

}



h4.gallery-one-title {

    font-size: 48px;

    line-height: 30px;

    color: #ffffff;

    font-weight: 500;

    margin-bottom: 20px;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

    -webkit-transform: translateY(-20px);

    -ms-transform: translateY(-20px);

    transform: translateY(-20px);

}



.gallery-one-text {

    font-size: 16px;

    letter-spacing: 2px;

    line-height: 30px;

    color: #ffffff;

    font-weight: 500;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

    -webkit-transform: translateY(-20px);

    -ms-transform: translateY(-20px);

    transform: translateY(-20px);

}



.gallery-one-like {

    position: absolute;

    right: 50px;

    top: 25px;

    width: 40px;

    height: 40px;

    border-radius: 20px;

    background-color: #ffffff;

    text-align: center;

    line-height: 45px;

    transition: .5s;

    cursor: pointer;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

    transform: scale(.2);

}



.gallery-one-like:hover {

    background: var(--theme-color);

    color: #fff;

}



span.gallery-one-rating {

    border-radius: 3px;

    background-color: #ffde25;

    margin-left: 15px;

    text-align: center;

    font-size: 14px;

    line-height: 30px;

    color: rgb(28 28 28 / 50%);

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    padding: 3px 10px;

    letter-spacing: 0;

}



span.gallery-one-rating i {

    font-size: 11px;

    position: relative;

    top: -1px;

}



.gallery-one-box:hover .gallery-one-content {

    opacity: 1;

}



.gallery-one-box:hover h4.gallery-one-title {

    opacity: 1;

    visibility: visible;

    -webkit-transition-delay: 800ms;

    -o-transition-delay: 800ms;

    transition-delay: 800ms;

    -webkit-transform: translateY(0px);

    -ms-transform: translateY(0px);

    transform: translateY(0px);

}



.gallery-one-box:hover .gallery-one-text {

    opacity: 1;

    visibility: visible;

    -webkit-transition-delay: 800ms;

    -o-transition-delay: 800ms;

    transition-delay: 800ms;

    -webkit-transform: translateY(0px);

    -ms-transform: translateY(0px);

    transform: translateY(0px);

    -webkit-transition-delay: 500ms;

    -o-transition-delay: 500ms;

    transition-delay: 500ms;

}



.gallery-one-box:hover .gallery-one-like {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    -webkit-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

    -webkit-transition-delay: 200ms;

    -o-transition-delay: 200ms;

    transition-delay: 200ms;

    opacity: 1;

    visibility: visible;

}



.gallery-one-image {

    position: relative;

}



.gallery-one-image:before {

    position: absolute;

    content: '';

    top: 4px;
	height: 100%;

    left: 0;

    right: 0;

    bottom: 0;

    background-image: linear-gradient(0deg, #1b1b1b 0%, rgba(27,27,27,0) 50%);

    transition: .5s;

    opacity: 0;

}



.gallery-one-box:hover .gallery-one-image:before {

    opacity: 1;

}



/* video section */



.video-section, .gym-section {

    position: relative;

    padding: 120px 0 90px;

}

.dine-section {

    position: relative;

    padding: 120px 0 0 0;

}

.dine-para p, .bottom-bold-text{

    font-size: 17px;

    letter-spacing: 1.5px;

    line-height: 33px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 30px;

	

}
.privacy-para p{

    font-size: 17px;

    letter-spacing: 1.5px;

    line-height: 33px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 10px;

	

}
.bottom-blog-text{

    font-size: 16px;

    letter-spacing: 1px;

    line-height: 24px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 20px;

}

span.title-rating {

    border-radius: 3px;

    background-color: #ffde25;

    text-align: center;

    font-size: 14px;

    line-height: 24px;

    color: rgb(28 28 28 / 50%);

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    padding: 0px 10px;

    margin-bottom: 15px;

    display: inline-block;

}

.phase-block h3{

    margin-bottom: 15px;
	font-size: 25px;
    color: #333;
    font-weight: 600;
    font-family: 'trajan', serif;

}

.phase-end{

    padding-bottom: 70px;

}

span.title-rating i {

    font-size: 11px;

    top: -1px;

    position: relative;

}

.text-justify{

    text-align: justify;

}

h2.video-one-title {

    position: relative;

    font-size: 32px;

    color: #333;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    text-align: center;

    margin-bottom: 40px;

}



h2.video-one-title span {

    color: var(--theme-color);

}



.video-one-text {

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 28px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 35px;

}





.video-btn {

    position: relative;

}



.video-btn span {

    position: relative;

    width: 100px;

    height: 100px;

    text-align: center;

    line-height: 100px;

    border-radius: 50%;

}



.video-btn a {

    position: relative;

    height: 100px;

    width: 100px;

    line-height: 100px;

    border-radius: 50%;

    color: #333;

    text-align: center;

    font-size: 25px;

    display: inline-block;

    background-color: #ffff;

    -webkit-transition: .5s;

    -o-transition: .5s;

    transition: .5s;

    transition: .5s;

}



.video-btn a:hover {

    background-color: var(--theme-color);

    color: #fff;

}



.video-btn .ripple:after {

	position: absolute;

	left: 0;

	top: 0;

	border-radius: 50%;

	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);

	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);

	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);

	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);

	-webkit-animation: ripple 3s infinite;

	animation: ripple 3s infinite;

}



.video-btn .ripple:after {

	-webkit-animation-delay: .6s;

	animation-delay: .6s;

	content: "";

	position: absolute;

	right: 0;

	bottom: 0;

}



@-webkit-keyframes ripple {

	70% {

		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);

	}

	100% {

		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

	}

}



@keyframes ripple {

	70% {

		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);

	}

	100% {

		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

	}

}



.video-image {

    position: relative;

    display: inline-block;

    margin-bottom: 30px;

}



.video-box {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translateX(-50%) translateY(-50%);

}



.video-one-image {

    position: relative;

    margin-bottom: 30px;

}



h4.video-one-nav-text {

    font-size: 24px;

    line-height: 28px;

    color: #333;

    font-weight: 700;

    margin: 21px 0;

}



.video-one-slider-nav {

    font-size: 42px;

    letter-spacing: 4px;

    line-height: 28px;

    color: #d4d4d4;

    margin-right: 20px;

}



.carousel-btn {

    position: relative;

    cursor: pointer;

    transition: .5s;

}



.carousel-btn:hover {

    color: var(--theme-color);

}



/* Funfacts */



.funfact-one {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin-bottom: 30px;

}



.funfact-one .count-box {

    font-size: 72px;

    line-height: 1em;

    color: #333;

    font-weight: 400;

    text-transform: uppercase;

    top: -8px;

    position: relative;

}



.funfact-one-title {

    font-size: 18px;

    line-height: 28px;

    color: #777777;

    font-weight: 400;

    margin-left: 5px;

}



.funfact-section {

    position: relative;

    padding: 120px 0;

    padding-bottom: 90px;

}



.funfact-one:before {

    position: absolute;

    content: '';

    top: -16px;

    right: 33px;

    height: 103px;

    width: 1px;

    background: #d5d5d5;

    transform: rotate3d(1, 1, 1, 31deg);

}



.col-lg-3:last-child .funfact-one:before {

    opacity: 0;

}



.testimonials-one-section {

    position: relative;

    padding-bottom: 120px;

    padding-top: 120px;

}



.testimonial-one-wrapper-box {

    position: relative;

    background: #fff;

    text-align: center;

    padding-top: 70px;

    padding-bottom: 80px;

}



.testimonial-one-big-title {

    font-size: 150px;

    line-height: 28px;

    color: rgb(28 28 28 / 5%);

    font-weight: 700;

    position: absolute;

    left: 90%;

    top: 0;

}



.testimonial-one-title {

    font-size: 45px;
	font-family: 'trajan', serif;	
    line-height: 1.2em;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;

}



.testimonial-one-text {

    font-size: 24px;

    line-height: 40px;

    color: #777777;

    font-weight: 400;

    margin: 0 auto;

    margin-bottom: 15px;

}



.testimonial-one-rating {

    color: #ffde25;

    font-size: 14px;

    margin-bottom: 40px;

}



.testimonial-one-rating i {

    margin: 0 2px;

}



.testimonial-one-author-info {

    position: relative;

    padding-left: 0px;

    display: inline-block;

    text-align: left;

}



.testimonial-one-author-logo {

    position: absolute;

    left: 0;

    filter: drop-shadow(1.169px 3.825px 10px rgba(28,28,28,0.06));

    background-color: #ffffff;

}



.testimonial-one-author-name {

    font-size: 30px;

    color: #333;
	font-family: 'trajan', serif;
    font-weight: 600;

    line-height: 1.4em;

    margin-bottom: 2px;

}



.testimonial-one-designation {

    font-size: 13px;

    letter-spacing: 1px;

    color: #adaaaa;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    line-height: 1.6em;

}



.testimonial-one-slider-item {

    padding: 70px 30px;

    background-color: #fff;

}



.testimonial-one-slider-item.style-two {

    padding-top: 0;

    padding-bottom: 0;

}



.testimonial-one-wrapper-box.style-two {

    background: transparent;

    padding: 0;

}





/* Blog section */

.news-one-section {

    padding: 120px 0 90px;

}



.news-one-section .auto-container {

    max-width: 100%;

    padding: 0;

}



.news-one-block {

    position: relative;

    margin-bottom: 30px;

    background: #fff;

}



.news-one-image {

    position: relative;

    margin-bottom: 0px;

}

.blog-page .row .col-lg-6{

    display: flex;

}

.owl-carousel .owl-item .news-one-image img {

    width: 100% !important;

	min-height: 300px;

    object-fit: cover;

}



.news-one-image:before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    pointer-events: none;

    border: 10px solid #fff;

    z-index: 1;

}



.news-one-post-meta {

    font-size: 14px;

    line-height: 1.6em;

    color: #777777;

    font-weight: 700;

    margin-bottom: 10px;

}



h4.news-one-title {

    font-size: 22px;

    line-height: 32px;

    color: #333;

    font-weight: 500;

    margin-bottom: 10px;

}


.owl-carousel .owl-stage{

	display: flex;

}

.owl-carousel .owl-item{

	display: flex;

    flex: 1 0 auto;

}

h4.news-one-title a {

    color: #333;

    transition: .5s;

}



h4.news-one-title a:hover {

    color: var(--theme-color);

}



.news-one-content-bottom {

    position: relative;

    padding: 20px 30px 40px;

}



.news-one-image .img_hover_3 {

    width: 100%;

}



.clients-logo-one-section.style-two {

    background: #fff;

}



/* Clients logo */



.clients-logo-one-section {

    position: relative;

    padding: 90px 0 50px;

}



section.clients-logo-one-section.style-two {

    background: #fff;

}



.client-logo-one-image {

    min-height: 70px;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



@media only screen and (min-width:992px) {

    .client-logo-one-column {

        flex: 0 0 auto;

        width: 25%;

    }

  

}

.client-logo-one-column {

    margin-bottom: 30px;

}



/* footer */

footer.main-footer {

    background-color: #333;

    position: relative;

    padding-top: 120px;

}



h3.widget-title {

    font-size: 28px;
    line-height: 35px;

    color: #ffffff;

    font-weight: 600;

    margin-bottom: 25px;

}



.about-wdget-text {

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 28px;

    color: #adaaaa;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 15px;

}



.about-widget li {

    font-size: 17px;

    line-height: 30px;

    color: #ffffff;

    font-weight: 400;
	padding: 5px 0;

}



.about-widget li a {

    color: #adaaaa;

    transition: .5s;

}



/* .about-widget li a:hover {

    color: var(--theme-color);

} */



.links-widget li {

    font-size: 16px;

    letter-spacing: 1px;

    line-height: 1.6em;

    color: #adaaaa;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 14px;

}



.links-widget li a {

    color: #adaaaa;

    transition: .5s;

}



.links-widget li a:hover {

    color: var(--theme-color);

}



h2.widget-title {

    font-size: 32px;

    line-height: 1.2em;

    color: #ffffff;

    font-weight: 700;

    margin-bottom: 14px;

    letter-spacing: -1px;

}



h2.widget-title span {

    color: #adaaaa;

}



.contact-widget-text {

    font-size: 17px;

    letter-spacing: 1px;

    line-height: 30px;

    color: #adaaaa;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 25px;
    margin-top: 15px;

}



.contact-widget-social-links ul li {

    display: inline-block;

    margin-right: 5px;

}



.contact-widget-social-links ul li a {

    color: rgb(255 255 255 / 30%);

    width: 50px;

    height: 52px;

    background-color: rgb(255 255 255 / 5%);

    display: inline-block;

    line-height: 52px;

    text-align: center;

    transition: .5s;

}



.contact-widget-social-links ul li a:hover {

    background: var(--theme-color);

    color: #fff;

}



.footer-bottom {

    background: #252525;

    font-size: 14px;

    letter-spacing: 1px;

    line-height: normal;

    color: #adaaaa;

    font-weight: 400;

    font-family: 'trajan', serif;

    text-align: center;

    padding: 20px 0;

}

.wrapper-box{

    text-align: justify;

}



.footer-widgets-section {

    position: relative;

    padding-bottom: 80px;

}



/* Header style two */



.header-top {position: relative;background: #eeedea;padding-top: 6px;}



.header-top-wrapper-box {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}



.header-top-social-links {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin-bottom: 5px;

}



ul.header-top-social-links li {

    margin-right: 20px;

}



ul.header-top-social-links a {

    color: #777777;

    font-size: 15px;

    transition: .5s;

}



ul.header-top-social-links a:hover {

    color: var(--theme-color);

}



.header-top-text {

    font-size: 14px;

    letter-spacing: 1px;

    color: #333;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    position: relative;

}



.header-top-text span {

    color: var(--theme-color);

}



/* banner two section */



.banner-two-section {

    position: relative;

    padding: 230px 0;

    background-size: cover;

}



h2.banner-two-title {

    font-size: 82px;

    line-height: 1.2em;

    color: #ffffff;

    font-weight: 700;

    position: relative;

    margin-bottom: 20px;

}



.banner-two-text {

    font-size: 18px;

    letter-spacing: 3px;

    color: #ffffff;

    font-weight: 400;

    position: relative;

    margin-bottom: 40px;

}



.booking-form-section.style-two {

    background: rgb(27 27 27 / 80%);

    padding: 10px 0;

    padding-left: 20px;

}



.booking-form-section.style-two .booking-form-column:before {

    top: 10px;

}



.booking-form-section.style-two h1.nd_booking_date_number_from_front {

    color: #fff;

}



.booking-form-section.style-two h6.nd_booking_date_month_from_front {

    color: #fff;

}



.booking-form-section.style-two .nice-select span.current {

    color: #fff;

}



.booking-form-section.style-two .room-opt span {

    color: #fff;

}



.booking-form-section.style-two .booking-form-submit-btn {

    background: transparent;

}



.btn-one.s-two {

    background: var(--theme-color);

    border-bottom-color: #fff;

}



.btn-one.s-two span {

    background: #fff;

}



.btn-one.s-two:hover {

    color: var(--theme-color);

}



/* header style three */

header.main-header.header-style-three {

    position: absolute;

}



.main-header.header-style-three .header-upper {

    background: transparent;

}



.main-header.header-style-three .header-upper .inner-container {

    background: transparent;

}



.main-header.header-style-three .main-menu .navigation>li>a {

    color: #fff;

}



.main-header.header-style-three .sticky-header .main-menu .navigation>li>a {

    color: #242424;

}



.main-header.header-style-three .sticky-header .main-menu .navigation>li {

    padding: 27.5px 0px;

}



.btn-one.s-three {

    background: var(--theme-color);

    border-bottom-color: #333;

}



.btn-one.s-three span {

    background: #fff;

}



.btn-one.s-three:hover {

    color: var(--theme-color);

}



/* banner s two */



.banner-section.s-two .content-box .main-slider-title {

    font-size: 82px;

}



/* booking form style three */



.booking-form-section.style-three {

    transform: translateY(0%);

    margin-bottom: 0;

    background: #f9f8f5;

    padding: 120px 0;

}



h1.sec-title-two {

    font-size: 112px;

    color: #333;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    text-align: center;

    line-height: 1.1em;

    margin-bottom: 30px;

}



.booking-form-section.style-three form {

    padding: 120px 90px 90px;

}



.booking-form-section.style-three .booking-form-submit-btn {

    margin-left: 0;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: space-between;

    padding: 15px 50px 2px;

    margin-top: 60px;

}



.booking-form-section.style-three .booking-form-submit-btn button.btn-one {

    margin-bottom: 13px;

}



.booking-form-section.style-three .booking-form-column:last-child:before {

    display: none;

}



/* services two */



.service-two-section {

    position: relative;

}



.service-two-section .auto-container {

    max-width: 100%;

    padding: 0 70px;

}



.service-two-title-block {

    min-height: 558px;

    background-color: #333;

    position: relative;

    padding: 70px;

    padding-right: 30px;

}



h2.service-two-title-block-title {

    font-size: 72px;

    color: #ffffff;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    margin-bottom: 30px;

}



.service-two-title-block-desc {

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 28px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 40px;

}



.service-two-block {

    position: relative;

    background-size: cover;

    padding: 50px 30px;

}



.service-two-block-inner-box {

    position: relative;

    background: #fff;

    padding: 50px 20px;

    text-align: center;

}



.service-two-block-icon img {

    width: 65px;

}



.service-two-block-icon {

    margin-bottom: 40px;

    min-height: 70px;

    font-size: 70px;

    color: #333;

}



h4.service-two-block-title {

    font-size: 24px;

    color: #333;

    font-weight: 700;

    font-family: 'Alice', serif;

    margin-bottom: 18px;

}



.service-two-block-desc {

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 28px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    text-align: center;

    margin-bottom: 30px;

}



a.service-two-block-read-more-link {

    font-size: 16px;

    text-decoration: underline;

    color: #adaaaa;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    transition: .5s;

}



a.service-two-block-read-more-link:hover {

    color: #d9a622;

    text-decoration: underline !important;

}



.about-one-image-box-two {

    position: relative;

    margin-bottom: 60px;

}



/* room section */

.room-one-section {

    background: #fff;

    position: relative;

    padding: 120px 0 90px;

}



.room-one-block {

    position: relative;

    margin-bottom: 30px;

}



.room-one-content {

    position: relative;

    padding: 25px 30px 15px;

    border: 1px solid rgba(28,28,28,0.05);

    border-top: 0;

}



.room-one-like {

    width: 40px;

    height: 40px;

    border-radius: 20px;

    background-color: #ffffff;

    position: absolute;

    right: 15px;

    top: 15px;

    text-align: center;

    line-height: 40px;

    transition: .5s;

    cursor: pointer;

    z-index: 1;

    opacity: 0;

}



.room-one-like:hover {

    color: #fff;

    background: #d9a622;

}



.room-one-block:hover .room-one-like {

    opacity: 1;

}



.room-one-info {

    font-size: 16px;

    letter-spacing: 1px;

    color: #777777;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    line-height: 30px;

    margin-bottom: 10px;

}



.room-one-info span {

    color: #d9a622;

}



h4.room-one-title {

    font-size: 20px;

    color: #333;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    margin-bottom: 18px;

}



h4.room-one-title a {

    color: #333;

    transition: .5s;

}



h4.room-one-title a:hover {

    color: var(--theme-color);

}



.room-one-desc {

    font-size: 20px;

    letter-spacing: 1px;

    line-height: 35px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 11px;

}



.room-one-info strong {

    color: #000;

}



.btn-one.s-four {

    background: #f9f8f5;

    color: #333;

    border-color: #333;

}



.btn-one.s-four:hover {

    color: #fff;

}



.room-one-link-btn {

    margin-top: 30px;

}



.room-one-link-btn a {

    width: 100%;

}



a.btn-one.btn_lg {

    padding-top: 14px;

    padding-bottom: 14px;

}



/* Cta section */

.cta-one-section {

    position: relative;

    padding-top: 220px;

    padding-bottom: 220px;

    text-align: center;

    overflow: hidden;

}



.cta-one-bg {

    position: absolute;

    top: -100px;

    left: 0;

    right: 0;

    bottom: -100px;

    background-size: cover;

	background-color: rgb(0 0 0 / 40%);

    background-blend-mode: overlay;

}



h2.cta-one-title {

    position: relative;

    font-size: 50px;

    color: #ffffff;

    font-weight: 500;

    font-family: 'trajan', serif;

    text-align: center;

	padding: 15px 0;

}



.cta-one-logo {

    position: relative;

    margin-bottom: 40px;

}



/* blog two section */

.news-two-section {

    position: relative;

    background: #fff;

    padding-top: 120px;

    padding-bottom: 90px;

}



.news-one-block.style-two {

    border: 1px solid rgb(28 28 28 / 10%);

    transition: .5s;

}



.news-one-block.style-two:hover {

    border-color: #000;

}



.about-one-wrapper-two {

    position: relative;

}



.about-one-image-five {

    position: absolute;

    top: 62%;

    left: 50%;

    transform: translateX(-50%) translateY(-38%);

}



.about-one-section.style-two {

    padding-bottom: 0;

}



.about-one-section.style-three {

    padding-top: 120px;

}



.about-one-image-six {

    margin-top: 30px;

    display: block;

}



.about-one-image-six:before {

    pointer-events: none;

}



.about-one-image-six img {

    width: 100%;

}



.full-width.auto-container {

    max-width: 100%;

    padding: 0 70px;

}







/* Testimonials section two */



.testimonials-section-two {

    position: relative;

    padding: 120px 0;

    background-size: cover;

}



.testimonials-section-two:before {

    position: absolute;

    content: '';

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background-color: rgba(34, 34, 49, 0.92);

}





.owl-nav-style-one .owl-nav {

	position: absolute;

	display: flex;

	width: auto;

	margin: 0 auto;

	flex-wrap: wrap;

	align-items: center;

	justify-content: right;

	margin-top: 30px;

	top: -120px;

	right: 0;

	left: 0;

	max-width: 1170px;

}



.owl-nav-style-one .owl-prev {

	margin: 0 5px;

	height: 60px;

	position: relative;

	width: 30px;

	border-radius: 50%;

	border: none;

	text-align: center;

	color: rgba(0, 0, 0, 0);

	line-height: 60px;

	font-size: 0px;

	-webkit-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

	z-index: 9;

}



.owl-nav-style-one .owl-prev:after {

	font-family: 'Font Awesome 5 Pro';

	content: "\f104";

	position: absolute;

    font-weight: 300;

	top: 0;

	width: 30px;

	height: 60px;

	line-height: 58px;

	left: 0;

	color: #d4d4d4;

	border-radius: 50%;

	font-size: 42px;

	-webkit-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.owl-nav-style-one .owl-prev:hover:after {

    color: var(--theme-color);

}



.owl-nav-style-one .owl-next {

	margin: 0 5px;

	position: relative;

	height: 60px;

	width: 30px;

	color: rgba(0, 0, 0, 0);

	font-size: 0px;

	-webkit-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

	z-index: 9;

}



.owl-nav-style-one .owl-next:after {

	font-family: 'Font Awesome 5 Pro';

    font-weight: 300;

	content: "\f105";

	position: absolute;

	top: 0;

	right: 0;

	width: 30px;

	height: 60px;

	line-height: 58px;

	border-radius: 50%;

	color: #d4d4d4;

	font-size: 42px;

	-webkit-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.owl-nav-style-one .owl-next:hover:after {

    color: var(--theme-color);

}



.owl-nav-style-one span {

    font-size: 0;

}



.owl-nav-style-one .owl-nav:before {

    position: absolute;

    content: '/';

    font-size: 42px;

    line-height: 28px;

    color: #d4d4d4;

    right: 33px;

    top: 14px;

}



.news-two-section .title-box {

    position: relative;

    z-index: 9;

    display: inline-block;

}



/* page title */

.page-title-one, .page-title-one-bg {

   background: rgb(0 0 0 / 40%);

    padding: 180px 0 120px 0;
	
    background-blend-mode: overlay;

    background-repeat: no-repeat;

    background-size: cover;
	min-height: 700px;
	background-position: center center;
    position: relative;

}
.page-title-one-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


.page-title {

   font-size: 60px;
    margin-bottom: 15px;
    line-height: 72px;
    color: #fff;
    font-weight: 500;
    font-family: 'trajan', serif;
    position: relative;
    text-transform: capitalize;

}

h1.page-title.blog-title {

  font-size: 40px;
    line-height: 53px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.page-title-one-bread-crumb li{
	font-size: 15px;
}
.page-title-one-desc {

    font-size: 18px;

    letter-spacing: 3px;

    color: #000;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 10px;

    position: relative;

}



.page-title-one-bread-crumb-area {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}



.room-one-info-two li span img{

    margin-right: 10px;

}

ul.page-title-one-bread-crumb {

    background: #fff;

    padding: 10px 30px;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    font-size: 18px;

    color: #777;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    text-align: right;

}



ul.page-title-one-bread-crumb a {

    color: #333;

    transition: .5s;

    margin-right: 16px;

}



ul.page-title-one-bread-crumb a:hover {

    color: var(--theme-color);

}



ul.page-title-one-bread-crumb a:after {

    position: absolute;

    content: '/';

    display: inline-block;

    margin: 0 5px;

}



.service-three-section {

    position: relative;

    padding: 120px 0 90px;

}



.services-four-section {

    padding: 120px 0 90px;

}



.service-one-block.style-two {

    background: #fff;

    padding: 140px 50px 110px;

}





/* Error Page */

.error-section {

    position: relative;

    padding: 120px 0;

}



.error-section .content {

    text-align: center;

}



.error-section h1 {

    position: relative;

    font-size: 200px;

    font-weight: 600;

    line-height: 120px;

    margin-bottom: 70px;

}



.error-section h2 {

    margin-bottom: 20px;

    font-size: 45px;

}



.error-section .text {

    margin-bottom: 20px;

}



.page-title-one.style-two {

    position: relative;

    padding-top: 106px;

    padding-bottom: 96px;

    overflow: hidden;

}



.page-title-one-desc {

    margin-bottom: 90px;

}



.page-title-one-bg {

    position: absolute;

    top: -100px;

    right: 0;

    bottom: -100px;

    left: 0;

    background-size: cover;

	background-position: top;

}



.page-title-one.style-three {

    position: relative;

    overflow: hidden;

}



/* room section two */

.room-two-section {

    position: relative;

    padding: 120px 0 0;

}

.fac-two-section{

    padding: 100px 0 0;

}



.room-two-block {

    position: relative;

    margin-bottom: 30px;

}



.room-two-content {

    position: relative;

}



.room-two-like {

    width: 40px;

    height: 40px;

    border-radius: 20px;

    background-color: #ffffff;

    position: absolute;

    left: 50px;

    bottom: 70px;

    text-align: center;

    line-height: 40px;

    transition: .5s;

    cursor: pointer;

    z-index: 1;

    opacity: 0;

}



.room-two-like:hover {

    color: #fff;

    background: #d9a622;

}



.room-tow-block:hover .room-one-like {

    opacity: 1;

}



.room-two-info {

    font-size: 20px;

    letter-spacing: 1px;

    color: #777777;

    font-weight: 600;

    font-family: 'trajan', serif;

    line-height: 30px;

    margin-bottom: 40px;

}
.room-two-info li{
	margin-bottom: 8px;
}


.room-two-info span {

    color: #d9a622;

}



.room-two-title {

    font-size: 40px;

    color: #333;

    font-weight: 600;

    font-family: 'trajan-bold', serif;

    margin-bottom: 15px;

}



.room-two-title a {

   font-size: 40px;

    color: #333;

    font-weight: 600;

    font-family: 'trajan', serif;

    transition: .5s;

}



.room-two-title a:hover {

    color: var(--theme-clor);

}



.room-two-desc {

    font-size: 20px;

    letter-spacing: 1px;

    line-height: 30px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 30px;

}



.room-two-info strong {

    color: #000;

}



.room-two-row {

    margin-bottom: 120px;

}



.room-two-image img {

    max-width: none;

    float: left;

    width: 100%;

}



@media only screen and (min-width: 1200px) {

    .room-two-row:nth-child(even) .col-xl-5 {

        order: 2;

    }

    

    .room-two-row:nth-child(even) .room-two-image {

        float: right;

    }

    

    .room-two-row:nth-child(even) .offset-xl-1 {

        margin-left: 0;

        margin-right: 8.3333333333%;

    }

    

/*
    .room-two-row:nth-child(even) .room-two-content {

        text-align: right;

    }
*/

}



/* funfact style two */

.funfact-section.style-two {

    background: #fff;

}



.room-one-section.style-two {

    background: transparent;

}



.room-one-content.style-two {

    background: #fff;

    border-color: #fff;

}



/* Booking Form widget */



form.booking-form-widget {

    position: relative;

    background: #fff;

    padding: 50px;

    margin-bottom: 50px;

}





.booking-form-widget .nice-select {

    height: auto;

    width: auto;

    padding: 0;

    border: 0;

    background: transparent;

}



.booking-form-widget .nice-select:after {

    opacity: 0;

}



.booking-form-widget .nice-select span.current {

    font-size: 102px;

    line-height: 1em;

    color: #333;

    font-weight: 300;

    margin: 0;

    top: 0;

}



.booking-form-widget .room-opt {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin-top: -15px;

}



.booking-form-widget .room-opt span {

    font-size: 14px;

    color: #777777;

    font-weight: 700;

    text-transform: uppercase;

    margin-left: 10px;

    position: relative;

    top: 16px;

}



.booking-form-widget #nd_booking_open_calendar_from {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



.booking-form-widget h4.nd_booking_date_label {

    margin-top: 0;

    margin-right: 19px;

}



.booking-form-widget .booking-form-column:before {

    top: auto;

    left: 0;

    height: 1px;

    right: 0;

    width: auto;

    bottom: 0;

}



.booking-form-widget .booking-form-column {

    min-height: 115px;

}



.booking-form-widget div#nd_booking_open_calendar_to {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



.booking-form-widget .nd_booking_width_100_percentage {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



.booking-form-widget .booking-form-submit-btn {

    margin: 0;

}



.nice-select ul.list {

    min-width: 120px;

}



/* service category widget */



.services-category-one {

    position: relative;

    margin-bottom: 50px;

}



h4.widget-title {

    font-size: 24px;

    color: #333;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    margin-bottom: 20px;

}



ul.services-category-onelist li {

    margin-bottom: 10px;

}



ul.services-category-onelist li a {

    color: #333;

}



ul.services-category-onelist li a:hover {

    color: var(--theme-color);

}



ul.services-category-onelist {

    margin-bottom: 20px;

    font-size: 16px;

    letter-spacing: 2px;

    color: #777777;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

}



.services-category-onelist i {

    transform: rotate(-90deg);

    position: relative;

    left: -6px;

    color: #333;

}



.search-widget {

    position: relative;

    margin-bottom: 50px;

}



input.search-widget-search-field {

    width: 100%;

    height: 57px;

    background-color: #ffffff;

    border: 1px solid rgba(28,28,28,0.05);

    padding: 0 20px;

    transition: .5s;

}



input.search-widget-search-field:focus {

    border-color: var(--theme-color);

}



/* room block */



.room-one-block.list-view {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    padding: 10px;

    background: #fff;

}



.room-one-image-two {

    width: 50%;

    height: 308px;

    position: relative;

    background-size: cover;

}



.room-one-block.list-view .room-one-content.style-two {

    width: 50%;

    padding-top: 10px;

    padding-bottom: 10px;

}



.room-one-block.list-view .room-one-link-btn {

    margin-top: 11px;

}



.room-one-block.list-view h4.room-one-title {

    margin-bottom: 12px;

}



.room-one-block.list-view a.btn-one {

    width: auto;

}



.room-one-rating {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin-bottom: 5px;

    color: #ffa700;

    font-size: 14px;

}



.room-one-rating-info {

    font-size: 16px;

    line-height: 30px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 10px;

}



.room-one-rating-icon {

    margin-right: 10px;

    margin-bottom: 10px;

}



.room-one-content.style-three {

    background: transparent;

    padding: 0;

    border: 0;

    margin-top: 25px;

}



.room-one-title-two {

    font-size: 28px;

    line-height: 33px;

    color: #333;

    font-weight: 600;

    font-family: 'trajan', serif;

    margin-bottom: 20px;

}



.room-one-info-two {

    font-size: 16px;

    letter-spacing: 2px;

    line-height: 24px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

}



.room-one-info-two i {

    margin-right: 10px;

}



.room-one-info-two li {

    margin: 5px 0 20px 0;
	font-size: 18px;

}



.room-one-info-two input {

    margin-right: 10px;

}

.head-bottom{

    font-size: 22px;

}

.room-one-price {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    border-top: 1px solid rgb(28 28 28 / 5%);

    border-bottom: 1px solid rgb(28 28 28 / 5%);

    padding: 20px 0;

}



.room-one-price-value {

    font-size: 32px;

    letter-spacing: 3px;

    color: #d9a622;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    margin-bottom: 10px;

}



.room-one-price-label {

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 24px;

    color: #777777;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

}



.room-one-price-phone-number {

    font-size: 24px;

    line-height: 24px;

    color: #d9a622;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    text-align: right;

    margin-bottom: 7px;

}



.room-one-price-phone-number a {

    color: #d9a622;

}



.room-one-price-phone-number-title {

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 24px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    text-align: right;

}



.room-one-title-three {

    font-size: 40px;

    color: #333;

    font-weight: 600;

    font-family: 'trajan', serif;

    margin-bottom: 30px;

}



.video-btn.style-two {

   display: none;
}



.video-btn.style-two a {

    background: transparent;

    border: 6px solid #ffff;

    color: #fff;

    height: 72px;

    width: 72px;

    line-height: 60px;

    transition: .5s;

}



.video-btn.style-two a:hover {

    color: var(--theme-color);

    border-color: var(--theme-clor)

}



/* gallery overlay */

.gallery-section-two {

    position: relative;

    padding: 100px 0 90px;

}

.gallery-overlay{

    position: relative;

    overflow: hidden;

    margin-bottom: 30px;

}

.gallery-overlay.b-radius-8 {

    overflow: hidden;

    border-radius: 8px;

}

.gallery-overlay .overlay-box{

	position:absolute;

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	opacity:1;

	color:#ffffff;

	text-align:center;

	background:rgba(0,0,0,0.0);

}

.fancybox-content{

    transform: translate(-50%, -50%) !important;

    left: 50%;

    top: 50%;

	display: flex;

    justify-content: center;

}



.gallery-overlay  .overlay-box:before{

	content:'';

	position:absolute;

	left:0px;

	top:0px;

	width:50%;

	height:100%;

	opacity:0;

	-webkit-transition:all 500ms ease;

	-o-transition:all 500ms ease;

	transition:all 500ms ease;

	-webkit-transform:translateY(-100%);

	-ms-transform:translateY(-100%);

	transform:translateY(-100%);

	background-image: linear-gradient(0deg, #1b1b1b 0%, rgba(27,27,27,0) 50%);

}



.gallery-overlay .overlay-box:after{

	content:'';

	position:absolute;

	right:0px;

	top:0px;

	width:50%;

	height:100%;

	opacity:0;

	-webkit-transition:all 500ms ease;

	-o-transition:all 500ms ease;

	transition:all 500ms ease;

	-webkit-transform:translateY(100%);

	-ms-transform:translateY(100%);

	transform:translateY(100%);

	background-image: linear-gradient(0deg, #1b1b1b 0%, rgba(27,27,27,0) 50%);

}



.gallery-overlay:hover .overlay-box:before,

.gallery-overlay:hover .overlay-box:after{

	opacity:1;

	-webkit-transform:translateY(0%);

	-ms-transform:translateY(0%);

	transform:translateY(0%);

}



.gallery-overlay .inner-box img {

    width: 100% !important;

}



.gallery-overlay .overlay-inner{

	position:absolute;

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	display:table;

	vertical-align:middle;

	padding:10px 0px;

	z-index:1;

}



.gallery-overlay .overlay-inner .content{

	position:relative;

	display:table-cell;

	vertical-align:middle;

}



.gallery-overlay .overlay-inner .link{

	position:relative;

	font-size: 30px;

	color: #d9a622;

	line-height: 100px;

	display:inline-block;

	opacity:0;

	-webkit-transform:scale(0.5);

	-ms-transform:scale(0.5);

	transform:scale(0.5);

	width: 100px;

	height: 100px;

	background-color: #ffffff;

}



.gallery-overlay:hover .overlay-inner .link{

	opacity:1;

	transition:all 500ms ease 500ms;

	-webkit-transition:all 500ms ease 500ms;

	-ms-transition:all 500ms ease 500ms;

	-o-transition:all 500ms ease 500ms;

	-webkit-transform:scale(1);

	-ms-transform:scale(1);

	transform:scale(1);	

}



.gallery-overlay .overlay-inner .link .icon{

	position:relative;

}



.gallery-section {

    position: relative;

}



.gallery-section .row-3 {

    margin: 0 -3px;

}



.gallery-section .col-lg-3 {

    padding: 6px 3px 0;

}



.gallery-block_image {

    overflow: hidden;

}



.gallery-block_image img {

    width: 100%;

    -webkit-transition: .5s;

    -o-transition: .5s;

    transition: .5s;

}



.gallery-block:hover img {

    -webkit-transform: scale(1.05);

        -ms-transform: scale(1.05);

            transform: scale(1.05);

}



/* Contact us */

.page-title-one.style-four {

    min-height: 900px;

    position: relative;

}



.contact-map {

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

}

.contact-form-section {

    position: relative;

    padding: 120px 0;

}



.contact-info-one {

    position: relative;

    padding: 50px 50px 20px;

    background: #fff;

    margin-bottom: 71px;

}



h3.contact-info-one-title {

    font-size: 24px;

    color: #333;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    margin-bottom: 30px;

}



.contact-info-one-label {

    font-size: 20px;
	margin-bottom: 10px;
    color: #333;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

}



.contact-info-one-inner-box {

    position: relative;
    margin-bottom: 30px;

}

.contact-info-one-value i {
    margin-right: 7px;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.contact-info-one-value {

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 28px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

}



.contact-info-one-value a {

    color: #777777;

    transition: .5s;

}



.contact-info-one-social-links {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    color: #777777;

    font-size: 18px;

}



.contact-info-one-social-links a {

    color: #777777;

    transition: .5s;

}



.contact-info-one-social-links a:hover {

    color: #d9a622;

}



.contact-info-one-social-links li {

    margin-right: 30px;

}



.contact-info-one-value a:hover {

    color: #d9a622;

}



.contact-form-one-title {

    position: relative;

    font-size: 24px;

    color: #333;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    margin-bottom: 12px;

}



.contact-form-one-desc {

    position: relative;

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 28px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 20px;

}



.contact-author-one {

    position: relative;

    filter: drop-shadow(1.462px 4.782px 25px rgba(28,28,28,0.05));

    background-color: #ffffff;

    text-align: center;

    padding: 70px 20px 120px;

    margin-bottom: 50px;

}



.contact-author-thumb {

    width: 150px;

    height: 150px;

    border-radius: 50%;

    margin: 0 auto;

    margin-bottom: 40px;

    overflow: hidden;

}



.contact-author-name {

    font-size: 28px;

    color: #333;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    margin-bottom: 20px;

}



.contact-author-desc {

    font-size: 24px;

    line-height: 40px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    text-align: center;

    margin-bottom: 20px;

}



.contact-author-rating {

    color: #ffde25;

    font-size: 14px;

    margin-bottom: 30px;

}



.contact-author-social-links {

    filter: drop-shadow(1.462px 4.782px 25px rgba(28,28,28,0.05));

    background-color: #ffffff;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    padding: 13px 0;

}



.contact-author-social-links a {font-size: 14px;line-height: 30px;color: #777777;transition: .5s;}



.contact-author-social-links li {

    margin: 0 10px;

}



.contact-author-social-links a:hover {

    color: #d9a622;

}



.contact-form-one-label {

    font-size: 16px;

    color: #333;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    margin-bottom: 11px;

}



.contact-form-one-input {

    font-size: 14px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

    height: 55px;

    background-color: rgb(238 238 238 / 66%);

    border: 1px solid rgba(31,32,38,0.05);

    width: 100%;

    border-radius: 0px;

    margin-bottom: 15px;

    padding-left: 20px;

}

.form-row{

	box-shadow: 0 2px 2px rgb(71 69 69 / 50%);

    background-color: #fff;

}

.contact-form{

	padding: 20px;

}

textarea.contact-form-one-input {

    height: 150px;

    margin-bottom: 25px;

}



.contact-form-one-input:focus {

    border-color: #d9a622;

    outline: none;

    box-shadow: none;

}



.blog-page {

    position: relative;

    padding: 120px 0 90px;

}



.news-two-content-bottom {

    position: relative;

    background: #fff;

    padding: 50px;

}



.news-two-post-meta {

    font-size: 14px;

    line-height: 32px;

    color: #777777;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    margin-bottom: 15px;

}



.news-two-title {

    font-size: 24px;

    line-height: 32px;

    color: #1C1C1F;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    margin-bottom: 25px;

}



.news-two-title a {

    color: #333;

    transition: .5s;

}



.news-two-title a:hover {

    color: var(--theme-color);

}



.news-two-desc {

    font-size: 14px;

    letter-spacing: normal;

    line-height: 28px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', sans-serif;

    margin-bottom: 25px;

    text-align: justify;

}

.blog-subhead{

    margin-bottom: 20px;

    font-size: 32px;

    line-height: 40px;

    color: #333;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

}

.news-two-reader-more-link {

    font-size: 16px;

    text-decoration: underline;

    color: #adaaaa;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    transition: .5s;

}



.news-two-reader-more-link:hover {

    color: var(--theme-color);

    text-decoration: underline !important;

}



.news-two-image {

    position: relative;

}



.news-two-image img {

    width: 100%;

}



.news-two-block {

    margin-bottom: 50px;

}



.news-two-block.news-two-qoute-block {

    border: 10px solid var(--theme-color);

}



.news-two-block.news-two-qoute-block .news-two-content-bottom {

    padding: 50px 40px;

}



.news-two-quote-icon {

    font-size: 70px;

    position: absolute;

    top: 10px;

    left: 0;

}



.news-two-text {

    font-size: 32px;

    line-height: 40px;

    color: #333;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    margin-bottom: 25px;

}



blockquote {

    padding-left: 100px;

    position: relative;

}





/* Post Pagination */



.post-pagination {

	text-align: center;

	margin-top: 50px;

	margin-bottom: 30px;

}



.post-pagination li {

	display: inline-block;

	margin: 0 4px 10px;

}



.post-pagination li a {

	width: 60px;

	height: 60px;

	line-height: 60px;

	display: block;

	background-color: #F0F4F9;

	text-align: center;

	color: #222;

	font-size: 18px;

	font-weight: 500;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

	font-family: 'trajan', serif;

}



.post-pagination li span {

	font-size: 16px;

}



.post-pagination li.active a,

.post-pagination li a:hover {

	color: #fff;

	border-color: transparent;

    background-color: var(--theme-color);

}



.recent-news-one-thumb {

    width: 100px;

    height: 100px;

    border-radius: 50%;

    overflow: hidden;

    position: absolute;

    left: 0;

}



.recent-news-one-content {position: relative;padding-left: 135px;}



.recent-news-one-single-item {

    position: relative;

    border-bottom: 1px solid rgb(28 28 28 / 7%);

    margin-bottom: 30px;

    min-height: 130px;

}



.recent-news-one-single-item:last-child {

    border-bottom: 0;

}



.recent-news-one-title {

    font-size: 18px;

    line-height: 28px;

    color: #333;

    font-weight: 600;

    font-family: 'trajan', serif;

    margin-bottom: 10px;

}



.recent-news-one-date {

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 28px;

    color: #777777;

    font-weight: 400;

    font-family: 'trajan', serif;

}



.recent-news-one-title a {

    color: #333;

    transition: .5s;

}



.recent-news-one-title a:hover {

    color: var(--theme-color);

}



.news-comments {

    margin-bottom: 50px;

}



.news-comments-item {

    position: relative;

    margin-bottom: 30px;

    min-height: 130px;

    padding-left: 135px;

}



.news-comments-thumb {

    position: absolute;

    left: 0;

    top: 0;

    width: 100px;

    height: 100px;

    border-radius: 50%;

    overflow: hidden;

}



h4.news-comments-title {

    font-size: 18px;

    line-height: 32px;

    color: #333;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    margin-bottom: 5px;

}



.news-comments-desc {

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 24px;

    color: #798795;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 10px;

}



ul.news-comments-bottom-info {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



ul.news-comments-bottom-info li {

    font-size: 13px;

    line-height: 32px;

    color: #a4a4a4;

    font-weight: 700;

    font-family: 'trajan-bold', serif;

    margin-right: 20px;

}



ul.news-comments-bottom-info li i {

    margin-right: 5px;

}



ul.news-comments-bottom-info li a {

    color: #a4a4a4;

    transition: .5s;

}



ul.news-comments-bottom-info li a:hover {

    color: var(--theme-color);

}



.testimonial-page {

    position: relative;

    padding-top: 120px;

    padding-bottom: 90px;

}



/* services details page */



section.service-details-section {position: relative;padding: 120px 0 90px;background: #fff;}



h3.service-widget-title {margin-bottom: 20px;

    position: relative;

    font-size: 28px;

    line-height: 1.2em;

    color: #333;

    font-weight: 700;}



ul.service-category-widget-list {

    

    

    

    

    font-size: 16px;

    letter-spacing: 1px;

    line-height: 1.6em;

    color: #adaaaa;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 14px;border: 1px solid #f6f6f6;}



ul.service-category-widget-list a {color: #222;display: block;padding: 14px 20px;background: #fff;transition: .5s;}



ul.service-category-widget-list li {border-bottom: 1px solid #f6f6f6;}



.service-widget {margin-bottom: 40px;}



ul.service-category-widget-list a:hover {color: var(--theme-color);}



.contact-info-widget-text {font-size: 16px;

    letter-spacing: 1px;

    line-height: 1.6em;

    color: #222;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 14px;}



ul.contact-info-widget-list {font-size: 16px;

    letter-spacing: 1px;

    line-height: 1.6em;

    color: #222;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 14px;}



ul.contact-info-widget-list li {margin-bottom: 8px;}



ul.contact-info-widget-list i {margin-right: 10px;color: var(--theme-color);}



ul.contact-info-widget-list a {color: #222;}



.service-details-image {margin-bottom: 30px;}



.service-details-title {margin-bottom: 20px;

    position: relative;

    font-size: 40px;

    line-height: 1.2em;

    color: #333;

    font-weight: 700;}



.service-details-title-two {margin-bottom: 20px;

    position: relative;

    font-size: 28px;

    line-height: 1.2em;

    color: #333;

    font-weight: 700;}



.service-details-desc {font-size: 14px;

    letter-spacing: 1px;

    line-height: 28px;

    color: #777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 30px;}



.service-details-desc-two {font-size: 14px;

    letter-spacing: 1px;

    line-height: 1.6em;

    color: #777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 20px;}



.service-details-list {font-size: 14px;

    letter-spacing: 1px;

    line-height: 1.6em;

    color: #777;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 30px;}



.service-details-list li {

    margin-bottom: 10px;

    position: relative;

    padding-left: 22px;

}



.service-details-list li:before {

    position: absolute;

    content: '';

    left: 0px;

    top: 6px;

    width: 12px;

    height: 12px;

    border: 2px solid #777;

    border-radius: 50%;

}



.service-details-blockquote {margin-bottom: 50px;background: #d9a622;padding: 40px 50px; margin-top: 30px;}



.service-details-blockquote-text {font-size: 18px;

    letter-spacing: 1px;

    line-height: 1.6em;

    color: #fff;

    font-weight: 400;

    font-family: 'trajan', serif;

    margin-bottom: 10px;

}



.service-details-blockquote cite {font-size: 14px;

    letter-spacing: 1px;

    line-height: 1.6em;

    color: #fff;

    font-weight: 400;

    font-family: 'trajan', serif;

}



.service-details-image-two {margin-bottom: 30px;}



.circle-img{width: 210px;}



input#email_check_available {
     margin-top: 25px;
    border-bottom: 1px solid rgb(119 119 119 / 30%);
    padding: 5px 20px 5px 0;
    font-size: 16px;
    color: #777777;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 0;
}
.enquiry-form{
	position: absolute;
    left: 50%;
    top: auto;
    bottom: 10px;
    z-index: 9;
    transform: translate(-50%, 0);
	width: 100%;
}
.swiper-logo-container{
	overflow-x: hidden;
}
.news-two-desc .news-two-title {
    font-size: 22px;
    line-height: 32px;
    color: #1C1C1F;
    font-weight: 700;
    font-family: 'trajan-bold', serif;
    margin-bottom: 15px;
    text-align: left;
	letter-spacing: 0.5px;
}
.news-two-desc h3 {
    font-size: 25px;
    line-height: 32px;
    color: #1C1C1F;
    font-weight: 700;
    font-family: 'trajan-bold', serif;
    margin-bottom: 15px;
    text-align: left;
    letter-spacing: 0.5px;
}
.news-two-block a {
    color: #000;
    font-weight: 600;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(0 0 0 / 50%);
}
.modal-backdrop {
    display: none;
}
.modal-body{
	padding: 0
}
button.close {
    position: absolute;
    right: -10px;
    border-radius: 50%;
    top: -10px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    opacity: 1;
}
button.close span {
    padding: 8px;
    font-size: 25px;
    font-weight: 700;
}












