*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

@font-face {
    font-family: flaticon;
    src: url(../font/Flaticon.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "blacksword";
    src: url(../font/Blacksword.otf) format("otf");
    font-weight: 400;
    font-style: normal
}

:root {
    --primary-color: #333;
    --secondary-color: #E67E22;
    --territiary-color: #E67E22;
    --other-color: #999;
    --lt-bg-color: #faf8f5;
    --heading-color: #E67E22;
    /* --btn-color: #8a7c65;
    --btn-hover: #8a7c65;
    --sec-line: #8a7c65; */
    --btn-color: #000;
    --btn-hover: #000;
    --sec-line: #000;
    --white-color: #fff;
    --black-color: #000;
    --primary-font: "Noto Sans", sans-serif;
    --secondary-font: "Noto Sans", sans-serif;
    --other-font: "Noto Sans", sans-serif;
    --f1: 1px;
    --f2: 2px;
    --f3: 3px;
    --f4: 4px;
    --f5: 5px;
    --f6: 6px;
    --f7: 7px;
    --f8: 8px;
    --f9: 9px;
    --f10: 10px;
    --f11: 11px;
    --f12: 12px;
    --f13: 13px;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f17: 17px;
    --f18: 18px;
    --f19: 19px;
    --f20: 20px;
    --f21: 21px;
    --f22: 22px;
    --f23: 23px;
    --f24: 24px;
    --f25: 25px;
    --f26: 26px;
    --f27: 27px;
    --f28: 28px;
    --f29: 29px;
    --f30: 30px;
    --f31: 31px;
    --f32: 32px;
    --f33: 33px;
    --f34: 34px;
    --f35: 35px;
    --f36: 36px;
    --f37: 37px;
    --f38: 38px;
    --f39: 39px;
    --f40: 40px;
    --f41: 41px;
    --f42: 42px;
    --f43: 43px;
    --f44: 44px;
    --f45: 45px;
    --f46: 46px;
    --f47: 47px;
    --f48: 48px;
    --f49: 49px;
    --f50: 50px;
    --f51: 51px;
    --f52: 52px;
    --f53: 53px;
    --f54: 54px;
    --f55: 55px;
    --f56: 56px;
    --f57: 57px;
    --f58: 58px;
    --f59: 59px;
    --f60: 60px;
    --f70: 70px;
    --f75: 75px;
    --f80: 80px;
    --f85: 85px;
    --f90: 90px;
    --p1: 1px;
    --p2: 2px;
    --p3: 3px;
    --p4: 4px;
    --p5: 5px;
    --p6: 6px;
    --p7: 7px;
    --p8: 8px;
    --p9: 9px;
    --p10: 10px;
    --p11: 11px;
    --p12: 12px;
    --p13: 13px;
    --p14: 14px;
    --p15: 15px;
    --p16: 16px;
    --p17: 17px;
    --p18: 18px;
    --p19: 19px;
    --p20: 20px;
    --p21: 21px;
    --p22: 22px;
    --p23: 23px;
    --p24: 24px;
    --p25: 25px;
    --p26: 26px;
    --p27: 27px;
    --p28: 28px;
    --p29: 29px;
    --p30: 30px;
    --p31: 31px;
    --p32: 32px;
    --p33: 33px;
    --p34: 34px;
    --p35: 35px;
    --p36: 36px;
    --p37: 37px;
    --p38: 38px;
    --p39: 39px;
    --p40: 40px;
    --p41: 41px;
    --p42: 42px;
    --p43: 43px;
    --p44: 44px;
    --p45: 45px;
    --p46: 46px;
    --p47: 47px;
    --p48: 48px;
    --p49: 49px;
    --p50: 50px;
    --p51: 51px;
    --p52: 52px;
    --p53: 53px;
    --p54: 54px;
    --p55: 55px;
    --p56: 56px;
    --p57: 57px;
    --p58: 58px;
    --p59: 59px;
    --p60: 60px;
    --p61: 61px;
    --p62: 62px;
    --p63: 63px;
    --p64: 64px;
    --p65: 65px;
    --p66: 66px;
    --p67: 67px;
    --p68: 68px;
    --p69: 69px;
    --p70: 70px;
    --p71: 71px;
    --p72: 72px;
    --p73: 73px;
    --p74: 74px;
    --p75: 75px;
    --p76: 76px;
    --p77: 77px;
    --p78: 78px;
    --p79: 79px;
    --p80: 80px;
    --p81: 81px;
    --p82: 82px;
    --p83: 83px;
    --p84: 84px;
    --p85: 85px;
    --p86: 86px;
    --p87: 87px;
    --p88: 88px;
    --p89: 89px;
    --p90: 90px;
    --p91: 91px;
    --p92: 92px;
    --p93: 93px;
    --p94: 94px;
    --p95: 95px;
    --p96: 96px;
    --p97: 97px;
    --p98: 98px;
    --p99: 99px;
    --p100: 100px;
    --p120: 120px;
    --m1: 1px;
    --m2: 2px;
    --m3: 3px;
    --m4: 4px;
    --m5: 5px;
    --m6: 6px;
    --m7: 7px;
    --m8: 8px;
    --m9: 9px;
    --m10: 10px;
    --m11: 11px;
    --m12: 12px;
    --m13: 13px;
    --m14: 14px;
    --m15: 15px;
    --m16: 16px;
    --m17: 17px;
    --m18: 18px;
    --m19: 19px;
    --m20: 20px;
    --m21: 21px;
    --m22: 22px;
    --m23: 23px;
    --m24: 24px;
    --m25: 25px;
    --m26: 26px;
    --m27: 27px;
    --m28: 28px;
    --m29: 29px;
    --m30: 30px;
    --m31: 31px;
    --m32: 32px;
    --m33: 33px;
    --m34: 34px;
    --m35: 35px;
    --m36: 36px;
    --m37: 37px;
    --m38: 38px;
    --m39: 39px;
    --m40: 40px;
    --m41: 41px;
    --m42: 42px;
    --m43: 43px;
    --m44: 44px;
    --m45: 45px;
    --m46: 46px;
    --m47: 47px;
    --m48: 48px;
    --m49: 49px;
    --m50: 50px;
    --m51: 51px;
    --m52: 52px;
    --m53: 53px;
    --m54: 54px;
    --m55: 55px;
    --m56: 56px;
    --m57: 57px;
    --m58: 58px;
    --m59: 59px;
    --m60: 60px;
    --m61: 61px;
    --m62: 62px;
    --m63: 63px;
    --m64: 64px;
    --m65: 65px;
    --m66: 66px;
    --m67: 67px;
    --m68: 68px;
    --m69: 69px;
    --m70: 70px;
    --m71: 71px;
    --m72: 72px;
    --m73: 73px;
    --m74: 74px;
    --m75: 75px;
    --m76: 76px;
    --m77: 77px;
    --m78: 78px;
    --m79: 79px;
    --m80: 80px;
    --m81: 81px;
    --m82: 82px;
    --m83: 83px;
    --m84: 84px;
    --m85: 85px;
    --m86: 86px;
    --m87: 87px;
    --m88: 88px;
    --m89: 89px;
    --m90: 90px;
    --m91: 91px;
    --m92: 92px;
    --m93: 93px;
    --m94: 94px;
    --m95: 95px;
    --m96: 96px;
    --m97: 97px;
    --m98: 98px;
    --m99: 99px;
    --m100: 100px;
}

body {
    font-family: var(--primary-font);
    color: var(--primary-color);
    background-color: var(--white-color);
    overflow-x: hidden;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-call:before {
    content: "\f100"
}

.flaticon-play-button:before {
    content: "\f101"
}

.flaticon-next:before {
    content: "\f102"
}

.flaticon-university:before {
    content: "\f103"
}

.flaticon-work:before {
    content: "\f104"
}

.flaticon-room:before {
    content: "\f105"
}

.flaticon-layers:before {
    content: "\f106"
}

.flaticon-security:before {
    content: "\f107"
}

.flaticon-wifi:before {
    content: "\f108"
}

.flaticon-location:before {
    content: "\f109"
}

.flaticon-taxi:before {
    content: "\f10a"
}

.flaticon-calendar:before {
    content: "\f10b"
}

.flaticon-check-mark:before {
    content: "\f10c"
}

.flaticon-right-chevron:before {
    content: "\f10d"
}

.flaticon-left-quote:before {
    content: "\f10e"
}

.flaticon-left-chevron:before {
    content: "\f10f"
}

.flaticon-target:before {
    content: "\f110"
}

.flaticon-award:before {
    content: "\f111"
}

.flaticon-parking:before {
    content: "\f112"
}

.flaticon-breakfast:before {
    content: "\f113"
}

.flaticon-shop:before {
    content: "\f114"
}

.flaticon-facebook:before {
    content: "\f115"
}

.flaticon-twitter:before {
    content: "\f116"
}

.flaticon-linkedin:before {
    content: "\f117"
}

.flaticon-instagram:before {
    content: "\f118"
}

.flaticon-cross-out:before {
    content: "\f119"
}

.flaticon-expand:before {
    content: "\f11a"
}

.flaticon-play-button-1:before {
    content: "\f11b"
}

.flaticon-down-arrow:before {
    content: "\f11c"
}

.flaticon-email:before {
    content: "\f11d"
}

label.error {
    color: red;
    font-size: 13px;
}

label.valid {
    display: none !important;
}

.loader {
    background: #fff;
    box-shadow: 0 0 2px #000;
    padding: 25px;
    border-radius: 20px;
    width: 400px;
    margin: auto;
    text-align: center;
    /* display: none; */
}

.loader p {
    font-size: 13px;
    margin-bottom: 0px;
    text-align: center;
}

.loader p.logo-text {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.loader img {
    width: 300px;
}

.loader img.img-fluid.logo-loader {
    width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.loader-head {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    background: #00000069;
    z-index: 9;
}

a {
    text-decoration: none;
    color: var(--secondary-color);
    font-family: var(--primary-font);
}

a:hover {
    text-decoration: none;
    color: var(--secondary-color);
    font-family: var(--primary-font);
}

.main-btn {
    font-weight: 700;
    font-size: var(--f15);
    color: var(--white-color);
    background-color: var(--btn-color);
    border: 1px solid var(--btn-color);
    box-shadow: inset 0 0 0 0 #F6F6F9;
    padding: var(--p12) var(--p15);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}

.main-btn:hover {
    color: var(--white-color);
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
    box-shadow: inset 0 65px 0 0 var(--btn-hover);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.btn_4 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.btn_4.learn-more {
    width: 160px;
    height: auto;
}

.btn_4.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2.6rem;
    height: 2.6rem;
    background: var(--btn-color);
    border-radius: 1.625rem;
}

.btn_4.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.btn_4.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.425rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.btn_4.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.btn_4.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.5rem;
    color: var(--heading-color);
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
}

.btn_4:hover .circle {
    width: 100%;
}

.btn_4:hover .circle .icon.arrow {
    background: var(--white-color);
    transform: translate(1rem, 0);
}

.btn_4:hover .button-text {
    color: var(--white-color);
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

ul,
li {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    font-family: var(--primary-font);
    font-size: var(--f16);
}

p {
    font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--f16);
    line-height: 30px;
    letter-spacing: 0.05em;
}

h1 {
    font-size: var(--f50);
    line-height: 1.3;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m30);
    font-family: var(--secondary-font);
}

h2 {
    font-size: var(--f35);
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: var(--m10);
    font-family: var(--secondary-font);
}

h3 {
    font-size: var(--f32);
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: var(--m15);
    font-family: var(--secondary-font);
}

h4 {
    font-size: var(--f28);
    line-height: 1.3;
    font-weight: 500;
    color: var(--secondary-color);
    margin-bottom: var(--m15);
    font-family: var(--secondary-font);
}

h5 {
    font-size: var(--f24);
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: var(--m20);
    font-family: var(--secondary-font);
}

h6 {
    font-size: var(--f22);
    line-height: 1.3;
    font-weight: 500;
    color: var(--secondary-color);
    margin-bottom: var(--m20);
    font-family: var(--secondary-font);
}

section {
    padding: var(--p60) var(--p12);
}

pre,
sub {
    font-family: var(--primary-font);
    font-size: var(--f12);
}

table {
    font-family: var(--primary-font);
    font-size: var(--f16);
}

.sec-line .sec-line1 {
    width: 16px;
    height: 6px;
    background: var(--secondary-color);
    border-radius: 30px;
    display: inline-block;
    margin-right: var(--m5);
}

.sec-line .sec-line2 {
    width: 46px;
    height: 6px;
    background: var(--secondary-color);
    border-radius: 30px;
    display: inline-block;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--btn-hover);
}

/* header css start */

.dropdown-menu li {
    position: relative;
}

.nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.nav-item .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover {
    background-color: var(--secondary-color)
}

.dropdown-menu>li:hover>.submenu {
    display: block;
}

header img {
    width: 80px;
}

header .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

header .col-2 {
    display: flex;
    align-items: flex-start;
}

header nav.navbar.navbar-expand-lg.navbar-dark.bg-primary {
    background: transparent !important;
    width: 100%;

}

header a.nav-link {
    color: var(--white-color) !important;
    text-transform: capitalize;
    font-size: var(--f16);
    padding: var(--p25) 0px !important;
    border-left: 0px solid var(--white-color);
    border-bottom: 0px solid transparent;
    font-weight: 500;
    margin-right: 12px;
    letter-spacing: 1px;
}

header a.nav-link:hover {
    border-color: var(--white-color) !important;
    color: var(--white-color) !important;
    text-decoration: underline;
}

header .col-9 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    /* background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);*/
    /* background: #0A3357; */
    /* background: #455f50; */
    background: linear-gradient(0deg, rgb(0 0 0 / 46%) 0%, rgba(0, 0, 0, 0.7) 100%);
    padding: 7px;
    border-bottom: 0px solid #F1F1F1;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
}

header .col-10 {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

header div#main_nav {
    justify-content: flex-end;
    gap: 20px;
}

header ul.social-bar {
    display: none;
    gap: 20px;
}

header ul.social-bar a {
    color: var(--white-color);
    font-size: var(--f16);
}

header ul.social-bar a:hover {
    color: var(--secondary-color);
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show {
    color: var(--heading-color) !important;
    border-color: var(--heading-color) !important;
}

header li.nav-item {
    position: relative;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px;
    padding: 0px;
    border-radius: 0px;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
    color: var(--white-color);
    background-color: var(--btn-color);
}

header.page-header.desk.is-sticky {
    /* background: #0A3357; */
    background: #E67E22;
}

ul.navbar-nav {
    gap: 20px;
}


/* footer css start */


/* footer {
    background: var(--white-color);
    padding-top: var(--p50);
    position: relative;
    border-top: 1px solid #ececec;
} */


footer {
    background-image: url(../images/propimg-4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    padding-top: var(--p50);
}

footer .soc-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(0 0 0 / 78%);
    opacity: 1;
    transition: background .3s, border-radius .3s, opacity .3s;
    z-index: 1;
}

footer .container {
    position: relative;
    z-index: 1;
}

footer ul.footer_link {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .abt p {
    color: var(--white-color);
    font-size: var(--f13);
    line-height: 1.7;
    margin-bottom: 0px;
    margin-top: var(--m15);
    max-height: 153px;
    overflow: hidden;
}

footer .footer-logo img {
    width: 120px;
    margin-bottom: 30px;
}

footer .logo {
    padding-bottom: var(--p50);
    border-bottom: 1px solid #7d707080;
}

footer .logo .col-8 {
    border-right: 1px solid #7d707080;
}

footer .col-4.icons {
    padding-left: 40px;
}

footer .footer-book {
    margin-top: 20px;
}

footer .footer-book .main-btn {
    display: block;
    width: 140px;
    text-align: center;
}

footer .detail {
    padding-top: var(--p30);
}

footer ul.social-md {
    display: flex;
    gap: 30px;
    padding-top: 30px;
}

footer ul.footer_link i {
    color: var(--secondary-color);
    font-size: var(--f16);
    margin-right: 10px;
}

footer ul.social-md a {
    color: var(--white-color);
    font-size: var(--f22);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed var(--white-color);
    border-radius: 50%;
}

footer ul.social-md a:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

footer .payments img {
    width: 220px;
}

footer .quick-links li {
    margin-bottom: var(--m6);
}

footer .container-fluid {
    padding-right: 0px;
}

footer .col-3.quick {
    width: 22%;
}

footer .col-3.get {
    width: 26%;
}

footer .col-3.news {
    width: 27%;
}

footer .quick-links a {
    color: var(--white-color);
    margin-bottom: var(--m10);
    font-size: var(--f14);
}

footer .quick-links a:hover,
footer .quick-links a:hover i,
footer .footer_link a:hover,
footer .social li a:hover {
    color: var(--btn-hover);
}

footer .quick-links a i {
    margin-right: var(--m5);
    color: var(--secondary-color);
}

footer .quick-links a:hover i {
    color: var(--white-color);
}

footer .footer_link li {
    margin-bottom: var(--m6);
    color: var(--black-color);
}

footer form input {
    padding: var(--p12);
    border: 1px solid #000;
    width: 300px;
}

footer a.main-bttn span.inner {
    display: block;
    text-align: center;
}

footer a.main-bttn {
    padding: 0;
}

footer .footer_link a {
    color: var(--white-color);
    margin-bottom: var(--m10);
    font-size: var(--f14);
}

footer .newsletter h2 {
    color: var(--white-color);
    text-shadow: 0 0 3px var(--black-color);
    font-size: var(--f30);
}

footer .newsletter p {
    font-size: var(--f18);
    margin-bottom: var(--m10);
    color: var(--white-color);
    text-shadow: 0 0 5px var(--black-color);
}

footer input.form-control {
    padding: var(--p10) var(--p15);
    background: var(--white-color);
    border: none;
    min-height: 50px;
    color: var(--primary-color);
    font-size: var(--f14);
    border-radius: 0;
}

footer h4 {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

footer h3 {
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.footer-log {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.topftr-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.topftr-logo::before,
.topftr-logo::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 0.7px;
    background-color: #ccc;
}

.topftr-logo::before {
    left: 15px;
}

.topftr-logo::after {
    right: 15px;
}

footer .topftr-logo img {
    width: 120px;
    /* margin-bottom: 30px; */
}


footer form {
    display: flex;
    gap: 12px;
}

footer .logo p {
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer button.main-btn {
    min-width: 130px;
    border-radius: 0;
    width: 150px;
}

footer .social {
    display: flex;
    gap: 10px;
    margin-top: var(--m20);
}

footer .social li {
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: var(--white-color);
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    font-size: 12.5px;
    border: 1px solid var(--white-color);
}

footer .social li .fa-brands {
    color: var(--white-color);
}

.copyright {
    padding: 10px 0;
    border-top: 1px solid #fff;
    margin-top: var(--m40);
}

.copyright img {
    width: 140px;
}

.copyright .right {
    text-align: end;
}

.copyright p {
    color: white;
    margin: auto;
    font-size: 14px;
}

.right_copyright {
    text-align: right;
}

.right_copyright p img {
    width: 135px;
}

.contact-right-div ul li p a:hover {
    color: var(--btn-color);
}

footer a {
    color: var(--white-color);
}

.copyright {
    position: relative;
    padding: var(--p10) 0;
}

.copyright p {
    font-size: var(--f14);
    color: var(--white-color);
    margin-bottom: 0px;
    margin-top: 0px;
}

.copyright img {
    width: 135px;
}

footer .col-6.md-12.sm-12.right p {
    text-align: right;
}

footer .col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright .row {
    align-items: center;
}

footer ul.quick-links a {
    font-size: var(--f15);
    margin-bottom: var(--m10);
    display: block;
    font-family: var(--primary-font);
}

footer ul.quick-links a:hover {
    color: var(--btn-hover);
}

a.ftrcontact-btn {
    text-transform: uppercase;
    border: 1px solid white;
    padding: 8px 20px;
    background: #ffffff14;
    border-radius: 2px;
}





/*Banner css start*/

.banner {
    height: 350px;
    overflow: hidden;
}

footer .col-6.md-6.sm-12.left {
    border-right: 1px solid var(--white-color);
    padding: 0px;
}

footer .row.top {
    padding: var(--p60) var(--p60);
}

footer .row.top .col-6.md-6.sm-12 {
    padding: 0px;
}

footer .col-12.md-12.sm-12 {
    display: flex;
    padding: 0px;
    gap: 30px;
}

footer .row.bottom {
    padding: var(--p60) var(--p60);
    border-top: 1px solid var(--white-color);
}

footer .abt-cont {
    min-width: 62%;
    width: 100%;
}

footer .payments p {
    color: var(--black-color);

}

.copyright {
    padding: 15px 0;
    position: relative;
    background: var(--secondary-color);
}

.copyright p {
    font-size: var(--f14);
    color: var(--white-color);
    margin-bottom: 0px;
    margin-top: 0px;
}

.copyright img {
    width: 135px;
}

footer .col-6.md-12.sm-12.right p {
    text-align: right;
}

footer .col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright .row {
    align-items: center;
}

footer ul.quick-links a {
    font-size: var(--f14);
    margin-bottom: var(--m10);
    display: block;
    font-family: var(--primary-font);
    color: var(--white-color);
}

footer ul.quick-links a:hover {
    color: var(--secondary-color);
}


#mc_embed_signup form {
    margin: 0px !important;
}

#mc_embed_signup h2 {
    font-weight: bold !important;
    padding: 0 !important;
    margin: 0px 0 !important;
    font-size: 1.4em !important;
    font-size: var(--f28) !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    color: var(--secondary-color) !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

#mc_embed_signup .mc-field-group input {
    padding: var(--p12) !important;
}

#mc_embed_signup .button {
    font-size: 16px !important;
    height: 40px !important;
    margin: 0 0px 0px 0 !important;
    padding: 0 26px !important;
}


#mc_embed_signup .mc-field-group label {
    display: block !important;
    font-size: 16px !important;
    margin-bottom: 3px !important;
}


footer .logo #mc_embed_signup .mc-field-group input {
    height: 40px;
    border: 2px solid var(--secondary-color) !important;
}

.footer-subscription-form {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

footer .imgs {
    display: flex;
}

footer .imgs img {
    width: 150px;
    height: 80px;
    object-fit: contain;
    margin-top: var(--m20);
}

.go-top {
    display: none;
}

footer ul.footer_link {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .footer_link li {
    margin-bottom: var(--m6);
    color: var(--white-color);
}

footer ul.footer_link i {
    color: var(--secondary-color);
    font-size: var(--f16);
    margin-right: 10px;
}






.copyright p {
    margin: auto;
    font-size: var(--f14) !important;
    color: #fff;
}

.right_copyright {
    text-align: right;
}

.copyright {
    margin-top: 30px;
    background: transparent;
    padding: 20px 0;
    position: relative;
}

.right_copyright p img {
    width: 135px;
}

.license h4 {
    margin-top: 25px;
}

.copyright::before {
    content: '';
    position: absolute;
    background-color: var(--white-color);
    height: 1px;
    width: 92%;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
}








.banner img.img-fluid {
    height: auto;
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.banner .guides {
    position: absolute;
    height: 450px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.banner h1 {
    font-size: var(--f36);
    text-shadow: 0px 0px 3px #000;
    margin-bottom: 0px;
    /* margin-top: 140px; */
}

/*breadcrumb css start*/
.breadcrumb-wrap {
    padding: var(--p20);
    background-color: var(--white-color);
    border-bottom: 1px solid #ececec;
}

.breadcrumb {
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    background: none;
    margin: 0;
    border-radius: 0;
    padding-left: var(--p20);
}

.breadcrumb span {
    position: relative;
    text-align: center;
    padding: 0 var(--p10);
}

.breadcrumb i.fa-solid.fa-house {
    margin-right: var(--m5);
}

/*404 page css start*/
section.error h2 {
    color: var(--secondary-color);
    font-size: var(--f90);
    font-weight: bold;
    font-family: var(--primary-font);
    margin-bottom: var(--m20);
    text-align: center;
    line-height: 1;
}

section.error h3 {
    font-size: var(--f36);
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 0;
}

section.error p {
    text-align: center;
}

section.error a.main-btn {
    width: 150px;
    margin: auto;
    text-align: center;
}

header.mob {
    display: none;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .social-icons a {
    display: block;
    width: 180px;
    text-align: center;
    font-size: 15px;
    color: var(--white-color);
    letter-spacing: 1px;
    border: 2px solid var(--white-color);
    padding: 10px 20px;
    border-radius: 20px;
}

header .social-icons a:hover {
    background-color: var(--btn-color);
    border-color: var(--btn-color);
}

iframe#weatherwidget-io-0 {
    width: 320px;
    margin: auto;
    right: 0;
}

.footer-badge {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    height: 100%;
    align-items: center;
}

footer .footer-badge img {
    width: 120px;
}

footer .news-info {
    max-width: 320px;
    margin-left: auto;
}

.page-header .close_btn {
    /* margin-left: 16%; */
    border: 0;
    padding: 0 4px;
}

.alert.alert-primary.alert-dismissible.fade.show {
    border-radius: 0;
    background: var(--btn-color);
    border-color: var(--btn-color);
    color: var(--white-color);
}


.foo-contact {
    margin-top: 10px;
}

.foo-contact h4 {
    font-size: var(--f14);
}

.foo-contact .quick-links li a {
    /* padding-top: 20px; */
}


footer .foo-contact ul.quick-links li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: var(--secondary-color);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.col-5.quick {
    display: flex;
    /* justify-content: space-between; */
    gap: 120px;
}


iframe#weatherwidget-io-0 {
    width: 320px;
    margin: auto;
    right: 0;
    position: relative !important;
    left: 0;
}

footer .right-upper .weater-widget a {
    text-align: center !important;
    text-indent: 0 !important;
}

.banner {
    position: relative;
}

iframe#booking-iframe {
    max-width: 325px;
    margin: auto;
    height: 560px !important;
}

.footer-bottom-icon {
    background: var(--btn-color);
    padding: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    display: none;
}

.footer-bottom-icon i {
    color: var(--white-color);
}

.join-emial form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.join-emial h3 {
    padding: var(--p25) 0 var(--p10);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: var(--white-color);
}

input#mc-embedded-subscribe {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    border-radius: 2px;
    color: var(--white-color);
    letter-spacing: 1px;
}


.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: var(--p45);
    padding-bottom: var(--p25);
}

