@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

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

@font-face {
    font-family: christmas;
    src: url('../font/christmas.ttf')
}

@font-face {
    font-family: andina;
    src: url('../font/filmotype.ttf')
}

@font-face {
    font-family: brightwall;
    src: url('../font/brightwall.ttf')
}

:root {
    --primary-color: #595a5b;
    --secondary-color: #001466;
    --territiary-color: #231f20;
    --other-color: #fff;
    --lt-bg-color: #effbfd;
    --heading-color: #001466;
    --btn-color: #0cf;
    --btn-hover: #00b7e5;
    --sec-line: #656565;
    --white-color: #fff;
    --black-color: #000;
    --primary-font: "Montserrat",sans-serif;
    --secondary-font: "Montserrat",sans-serif;
    --heading-font: "Oswald", sans-serif;
    --other-font: "brightwall";
    --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(--black-color);
    background-color: #fff
}

[class*=" flaticon-"]:after,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class^=flaticon-]:before {
    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
}

a,a:hover,h6 {
    color: var(--secondary-color)
}

label.valid {
    display: none!important
}

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

.main-btn1 {
    font-weight: 700;
    font-size: var(--f15);
    color: var(--white-color);
    height: 60px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    transition: .5s ease-in-out;
}

.btn_4,.main-btn {
    display: inline-block
}

.btn_4 {
    position: relative;
    cursor: pointer
}

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

.btn_4.learn-more .circle {
    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 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff
}

.btn_4.learn-more .circle .icon.arrow {
    left: .425rem;
    width: 1.125rem;
    height: .125rem;
    background: 0 0
}

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

.btn_4.learn-more .button-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .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 .button-text,.footer-about-social-list a,.head-sec h2 span,.main-btn,.main-btn:hover,footer p.footer-contact-mail a,footer p.footer-contact-phone a,header.new-header.desk.is-sticky .footer-about-social-list a {
    color: var(--white-color)
}

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

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

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

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

p {
    color: var(--black-color);
    line-height: 1.75;
    letter-spacing: .05em;
    font-weight: 400;
    text-align: left;
}

h1,h2,h3,h4,h5 {
    font-family: var(--heading-font);
    line-height: 1.1;
    font-weight: 400;
}

.head-sec h2,h1,h2,h3,h4,h5 {
    color: var(--heading-color);
}

h1 {
    font-size: var(--f50);
    margin-bottom: var(--m30);
}

h2 {
    font-size: var(--f33);
}

h3 {
    font-size: var(--f32);
}

h4 {
    font-size: var(--f28);
}

h5 {
    font-size: var(--f24);
}

footer .footer-language select,h6 {
    font-family: var(--secondary-font);
}

h6 {
    font-size: var(--f22);
    line-height: 1.1;
    font-weight: 400;
}

footer ul.quick-links a,pre,sub,table {
    font-family: var(--primary-font);
}

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

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

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

.head-sec h2 {
    margin-bottom: var(--m10);
}

.head-sec p {
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    line-height: 1.7;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: capitalize
}

.main-btn {
    font-size: 14px;
    font-weight: 700;
    border: 0 solid var(--blue-color);
    background-color: var(--btn-color);
    border-radius: 0;
    transition: .3s ease-in-out;
    letter-spacing: 0;
    padding: 12px 50px;
    text-transform: uppercase;
  border-radius:50px;
}

.main-btn:hover {
    background-color: var(--btn-hover);
}

.btn_4.learn-more .button-text,
.btn_4.learn-more .circle,
.btn_4.learn-more .circle .icon,
.btn_4.learn-more .circle .icon.arrow {
    transition: .45s cubic-bezier(.65, 0, .076, 1)
}

li,p,ul {
    font-family: var(--primary-font);
    font-size: var(--f14)
}

h2,h3,h4,h5,h6 {
    margin-bottom: var(--m15);
}

.head-sec h2,
.head-sec p,
.main-btn1,
.newsletter .subscribe-content,
header.desk-nav .col-2,
section.error a.main-btn,
section.error h2,
section.error h3,
section.error p {
    text-align: center;
}

header.desk-nav {
    /* height: 110px; */
    position: absolute;
    width: 100%;
    z-index: 3;
   /* box-shadow: 0 0 3px #00000038;
    background: linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);*/
}

header.desk-nav .container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff8
}

header.desk-nav .top-header img {
    width: 150px;
}

header.desk-nav ul.contact {
    display: flex;
    justify-content: end;
    gap: 35px;
    margin-bottom: 0
}

header.desk-nav ul.contact li {
    list-style: none;
    color: #fff;
    font-size: var(--f17)
}

header.desk-nav ul.contact li a {
    color: #fff;
    text-decoration: none
}

header.desk-nav .top-header .col-10 {
    display: flex;
    justify-content: end;
    align-items: center
}

header.desk-nav .nav-links ul.up {
    width: 100%;
    justify-content: space-around;
    margin-bottom: 0;
    gap: 30px;
    align-items: center
}

header.desk-nav .nav-links ul li {
    list-style: none;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px
}

header.desk-nav .nav-links ul li a {
    color: var(--primary-color);
    text-decoration: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary-font)
}

header.desk-nav .nav-links ul li a:hover {
    border-color: var(--white-color);
    color: var(--white-color)
}

header ul.dropdown-menu.show {
    position: absolute;
    border-radius: 0;
    padding: 0;
    border: 0 solid;
    box-shadow: 0 0 6px #0000004f
}

header ul.dropdown-menu a.dropdown-item {
    padding: 6px 10px!important
}

header ul.dropdown-menu a.dropdown-item:hover {
    color: #fff!important;
    background: var(--secondary-color)
}

header.desk-nav .nav-links ul li.book a.main-btn {
    line-height: 1;
    display: block;
    padding: 13px 20px;
    color: var(--text-white);
    font-size: 14px;
    /*background: #330505;*/
}

header.desk-nav a.active {
    border-bottom: 0 solid #fff
}

header.desk-nav .bottom-header {
    padding: var(--p14) 0
}

.guides,header.mob,header.page-header.mob {
    display: none
}

footer .col-4.get form input[type=email] {
    background: #fff;
    border-color: #02010100;
    border-radius: 30px 0 0 30px;
    font-size: 14px;
    line-height: 1.8em;
    min-height: 47px;
    padding: 6px 16px;
    color: #000
}

footer .col-4.get button {
    border-radius: 0 30px 30px 0;
    margin-left: 0;
    font-size: 14px;
    border: 1px solid #fff!important
}

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

footer h4 {
    color: var(--white-color);
    font-family: var(--alternate-font);
    font-weight: 400;
    font-size: 24px;
      padding-top: var(--p12);
}

footer p {
    color: #fff;
    font-size: 14px
}

footer {
    background: var(--heading-color);
    padding-top: var(--p40);
    position: relative
}

footer .container {
    padding: 0
}

footer .row {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

footer .col-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 32%
}

footer .abt p {
    color: #adadad;
    margin-bottom: 0
}

footer .footer-language {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px
}

footer .footer-language i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 15px;
    opacity: .6;
    color: #adadad
}

footer .footer-language select {
    height: 50px;
    background: #282828;
    color: #adadad;
    border: 1px solid #282828;
    border-radius: 0;
    width: 160px;
    max-width: 100%;
    padding: 0 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px
}

footer p.footer-contact-mail,footer p.footer-contact-phone {
    font-size: var(--f14);
    font-family: var(--secondary-font);
    color: var(--black-color);
    gap: 10px;
    margin-bottom: 0
}

footer .footer-language select:focus-visible {
    outline: -webkit-focus-ring-color auto 0!important
}

footer .col-4.quick {
    padding-left: 12px;
    display: flex;
    width: 36%
}

footer .col-4.quick ul {
    width: 340px
}

footer ul.quick-links a {
    color: var(--white-color);
    position: relative;
    display: block;
    transition: .5s;
    padding: 10px;
  padding-left:0;
  font-size: 16px;
    font-weight: 600;
}

footer ul.quick-links li {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
      display: flex;
    align-items: center;
    gap: 10px;
}

footer ul.quick-links li:first-child {
    margin-top: 0
}

footer ul.quick-links li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    color: var(--white-color);
    font-weight: 700;
  margin-right:5px;
  display:none;
}

/*footer ul.quick-links li a:before {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: var(--white-color);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}*/

footer ul.quick-links li a:hover {
    /*padding-left: 15px;*/
    color: var(--white-color);
  text-decoration:underline;
}

footer ul.quick-links li a:hover:before {
    opacity: 1
}

footer p.footer-contact-phone {
    padding-top: 20px;
    display: flex;
    align-items: center
}

.newsletter,footer p.footer-contact-mail {
    align-items: center;
    display: flex;
    position: relative
}

footer p.footer-contact-phone i {
    font-size: 20px;
    width: 22px;
    color: var(--white-color);
    height: 22px
}

footer p.footer-contact-phone img {
    width: 24px;
    height: 24px
}

footer p.footer-contact-mail {
    margin-top: 16px
}

footer p.footer-contact-mail i {
    font-size: 20px;
    width: 22px;
    color: var(--white-color)
}

.footer-about-social-list {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    gap: 18px
}

.footer-about-social-list i {
    font-size: 20px
}

header.new-header.desk .footer-about-social-list a {
    color: var(--white-color);
    display: inline-flex
}

.footer-about-social-list a:hover {
    color: var(--btn-hover)
}

footer .copyright {
    margin-top: 40px
}

footer .copyright p {
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2
}

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

footer form {
    display: flex
}

@media (max-width : 767px) {
    .news-letter {
        padding-bottom:40px
    }
}

.newsletter-wrapper {
    background-color: transparent
}

.news-letter {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(0,0,0,0)
}

.newsletter {
    background-color: var(--secondary-color);
    padding: 39px 50px;
    justify-content: space-between;
    margin-bottom: -61px;
    z-index: 2;
    border-radius: 21px;
    border: 6px solid #fff
}

.news-button-sec,header .head-nav {
    text-align: right
}

.newsletter .news-title {
    width: 100%;
    display: flex;
    align-items: center
}

.newsletter .news-title span {
    display: block;
    color: #222;
    font-size: 45px;
    margin-right: 15px;
    line-height: 0
}

.newsletter .news-title .news-con h2 {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase
}

.newsletter .news-title .news-con p {
    font-size: 21px;
    color: #ffff;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0
}

.newsletter .subscribe-content {
    width: 50%
}

.newsletter .subscribe-content .news-content .subscribe-block {
    display: flex;
    position: relative
}

.newsletter .subscribe-content .news-content .subscribe-block input {
    color: #222;
    width: 100%;
    height: 44px;
    border: 1px solid #000;
    border-radius: 0;
    padding: 20px
}

.newsletter .subscribe-content .news-content .subscribe-block .email-submit {
    position: absolute;
    right: 0
}

.newsletter .subscribe-content .news-content .subscribe-block .email-submit button {
    color: #fff;
    height: 44px;
    font-size: 16px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0;
    background-color: #000
}

.news-con p {
    font-weight: 600!important;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    padding-top: 0
}

.newsletter .subscribe-content .news-content .subscribe-block .email-submit button:hover {
    background-color: red
}

.news-con h4 {
    padding-top: 13px
}

.news-button-sec a {
    color: #000;
    background-color: #fff;
    padding: 12px 29px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 50px
}

.copyright p {
    margin: 0 10px;
    font-size: var(--f14)!important;
    color: var(--white-color)
}

.center-copyright,.right_copyright {
    text-align: left;
    display: flex;
    justify-content: center
}

.center-copyright {
    justify-content: end
}

.center-copyright img {
    width: 150px
}

.copyright {
    background: 0 0;
    padding: 20px 0;
    position: relative
}

.right_copyright p img {
    width: 135px
}

section.error h2 {
    color: var(--secondary-color);
    font-size: var(--f90);
    font-weight: 700;
    font-family: var(--primary-font);
    margin-bottom: var(--m20);
    line-height: 1
}

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

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

footer a.main-btn {
    display: inline-block;
    margin-top: 20px
}

footer .copyright .col-md-5 {
    display: flex;
    align-items: center
}

footer .copyright .col-md-5:last-child {
    justify-content: flex-end
}

footer .copyright .col-md-2 {
    display: flex;
    align-items: center;
    justify-content: center
}

.quick {
    display: flex;
    justify-content: space-around
}

.breadcrumb-wrap {
    padding: 15px 0
}

.breadcrumb.single-breadcrumb {
    margin-bottom: 0;
    display: flex;
    gap: 8px
}

.breadcrumb.single-breadcrumb a {
    display: flex;
    align-items: center;
    gap: 5px
}

.header-menu {
    position: absolute;
    padding: 100px 70px;
    height: 100vh;
    background: #fafafa;
    width: 30vw;
    right: 0;
    top: 0;
    transition: none,transform .6s cubic-bezier(.165, .84, .44, 1);
    display: none
}

.header-menu h5 {
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.header-menu .nav-addr {
    margin-top: 50px
}

.header-menu .nav-addr a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary-color);
    border-radius: 100%
}

.header-menu .nav-addr a:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.header-menu .nav-addr ul {
    display: flex;
    align-items: center;
    gap: 12px
}

header .menu-lines {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    display: inline-flex;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer
}

header .menu-big-line {
    width: 59px;
    height: 2px;
    transform: translate3d(0,0,0) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg,0deg);
    transform-style: preserve-3d;
    background-color: #fff;
    transition: .5s
}

header .menu-small-line {
    background-color: #fff;
    transform: translate3d(0,0,0) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg,0deg);
    transform-style: preserve-3d;
    width: 33px;
    height: 2px;
    transition: .5s
}

.top-header {
    z-index: 1;
    position: relative
}

header .menu-lines.menu-open .menu-big-line {
    background-color: #454545;
    transform: translate3d(0,0,0) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(45deg) skew(0deg,0deg);
    height: 2px;
    width: 33px;
    transform-style: preserve-3d;
    transition: .5s
}

header .menu-lines.menu-open .menu-small-line {
    background-color: #454545;
    transform: translate3d(0,-8px,0) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(-45deg) skew(0deg,0deg);
    width: 33px;
    height: 2px;
    transform-style: preserve-3d;
    transition: .5s
}

header.desk-nav.test {
    position: fixed;
    background: var(--white-color)
}

header.desk-nav.test .menu-big-line,header.desk-nav.test .menu-small-line {
    background-color: #000
}


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



/* New Footer */


/* subscription section start */

section.subscribe {
	background: #005166;
	padding-top: 70px;
    padding-bottom: 70px;
  	position:relative;
}

.row.sub-row {
    padding: 20px 0 70px;
}

section.subscribe .sub-col h3 {
    color: white;
    font-weight: 300;
    width: 60%;
    line-height: 1.4;
}

.sub-col .row {
    gap: 20px 0;
}

.sub-col form .row input.form-control {
    background: transparent;
    border-radius: 50px;
    padding: 10px;
  color: white;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.sub-col form .row input.form-control::placeholder {
	color:#ffffffd1;
}

.sub-col form .row a.main-btn {
    width: 100%;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
      color: #015166;
      text-transform: initial;
}

/* footer section start */

footer {
    background-image: url(../images/soc-ban.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    padding: var(--p100) var(--p12) var(--p1);
}

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

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

.ftr-cntcbtn {
    padding: 20px 0;
}

.ftr-cntcbtn a {
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  color: var(--btn-color);
      display: flex;
    align-items: center;
    gap: 10px;
}

.ftr-cntcbtn a i {
  transition: transform 0.3s ease;
}

.ftr-cntcbtn a:hover i {
  transform: translateX(5px);
}


.footer-logo.text-center h2 {
    font-family: var(--other-font);
    color: white;
    font-size: 42px;
    width: 70%;
    margin: auto;
    line-height: 80px;
    letter-spacing: 1px;
}

.footer-logo.text-center {
    border-bottom: 1px solid rgb(255 255 255 / 35%);
    padding-bottom: 20px;
}

.footer-cont.text-center {
    padding: 30px 0;
}

.footer-cont.text-center h4 {
    font-size: 24px;
    font-family: var(--primary-font);
}

.ftr-socicon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  padding:var(--p5) 0 var(--p40);
}

.ftr-socicon i{
	color:var(--white-color);
  font-size:20px;
}

.ftr.lvbtn a {
    border: 2px solid white;
    padding: 25px 40px;
    border-radius: 100px;
    color: white;
    font-size: 20px;
    font-weight: 600;
  transition:all .5s ease;
}

.ftr.lvbtn {
    padding: 30px 0;
}

.ftr.lvbtn img{
  transition:all .5s ease;
}

.ftr.lvbtn:hover img {
	    transform: scale(1.1);
}

.ftr.lvbtn:hover a {
    background: #ffffff14;
}

a.main-btn.ftr-mnbtn {
    width: 100%;
    text-align: center;
}

li.ftrtravel {
    border-top: 1px solid rgb(255 255 255 / 35%);
    border-bottom: 1px solid rgb(255 255 255 / 35%);
    margin: 20px 0 !important;
  padding: 5px 0 !important;
}

.row.ftr-policy {
    padding: 30px 0;
    border-top: 1px solid rgb(255 255 255 / 35%);
  gap: 30px 0;
}

.ftrpol,.ftrcopy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

.ftrpol a {
    color: white;
    text-decoration: underline;
}

.ftrpol a:hover {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
}

.ftrcopy img {
    width: 150px;
}


/* footer bottom */

section.ftrpayment {
    position: relative;
    text-align: center;
      padding: var(--p40) 0;
}

.ftrpay-cont {
    padding-bottom: 15px;
}

.ftrpay-cont h5::after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: var(--secondary-color);
    margin: auto 10px;
    /* margin-top: 15px; */
    border-radius: 5px;
}

.ftrpay-cont h5::before {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: var(--secondary-color);
    margin: auto 10px;
    /* margin-top: 15px; */
    border-radius: 5px;
}


.ftrpay-cont h5 {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--primary-font);
    text-transform: uppercase;
  display: flex;
    align-items: center;
    justify-content: center;
}

section.ftrpayment img {
    width: 40%;
}

footer p.footer-contact-mail span svg,
footer p.footer-contact-phone span svg{
    filter: invert(1);
}

footer p.footer-contact-phone a ,
footer p.footer-contact-mail a{
    font-weight: 600;
    font-size: 13px;
  /*word-break: break-all;*/
}

.ftr-col.ftr-firstcol {
    padding-left: 0;
    padding-right: 0;
}


/* footer section end */


/* New Header */


header.desk-nav {
    padding: 10px;
    position: absolute;
    width: 100%;
    background-color: transparent;
    z-index: 3;
    border-bottom: 0;
}
header.desk-nav .top-header img{
    width: 120px;
}
header.desk-nav ul.contact {
    display: flex;
    justify-content: end;
    gap: 35px;
    margin-bottom: 0;
}
header.desk-nav ul.contact li {
    list-style: none;
    color: #fff;
    font-size: var(--f17);
}
header.desk-nav ul.contact li a{
    color: #fff;
    text-decoration: none;
}
header.desk-nav .top-header .container{
    padding-bottom: 0px;
    border-bottom: 0px solid #fff;
}
header.desk-nav .top-header .col-10{
    display: flex;
    justify-content: end;
    align-items: center;
}

header.desk-nav .nav-links {
    justify-content: center;
    display: flex;
}
header.desk-nav .nav-links ul.up{
   display: flex;
   width: 100%;
   justify-content: space-around;
   margin-bottom: 0;
   gap: 30px;
   align-items: center;
}
header.desk-nav .nav-links ul li{
    list-style: none;
    color: var(--white-color);
}
header.desk-nav .nav-links ul li a{
   color: var(--white-color);
   text-decoration: none;
   padding: 0px;
   font-size: 16px;
   font-weight: 500;
   border-bottom: 1px solid transparent;
   /* text-shadow: 0 0 3px #000; */
}
header.desk-nav .nav-links ul li a:hover{
    border-color: transparent;
}

header.desk-nav .nav-links ul li a.main-btn:hover{
    border-color: transparent;
}
header.desk-nav .nav-links ul li a.main-btn:hover::before{
    display:none;
}

header ul.dropdown-menu.show {
    position: absolute;
    border-radius: 0;
    padding: 0;
    border: 0 solid;
    box-shadow: 0 0 6px #0000004f;
}
header ul.dropdown-menu a.dropdown-item{
    padding: 6px 10px !important;
}
header ul.dropdown-menu a.dropdown-item:hover{
    color: #fff;
    background: var(--secondary-color);
}
header.desk-nav .nav-links ul li.book a.main-btn{
    line-height: 1;
    display: block;
    padding: 13px 20px;
    color: var(--white-color);
    font-size: 16px;
    width: 158px;
    display: flex;
    text-shadow: 0 0 0px #000;
}

header.desk-nav a.active{
    border-bottom: 1px solid #fff;
}
header.desk-nav .bottom-header {
    padding: var(--p14) 0;
}
   
header.desk-nav .nav-links ul li ul li a {
	color:black;
}

header.desk-nav .nav-links ul li.book a.main-btn span {
    margin-right: 5px;
}


header.desk-nav.test .nav-links ul li a {
    color: var(--secondary-color);
    /* text-shadow: 0 0 0px #000; */
}

header.desk-nav.test .nav-links ul li a:hover {
        border-color: transparent;
}
 
header.page-header.mob{
    display: none;
}

.nav-links ul li a {
  position: relative;
  display: inline-block;
  color: #000; /* Or your preferred text color */
  text-decoration: none;
  padding-bottom: 10px; /* spacing for underline */
  transition: color 0.3s ease;
}

.nav-links ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: var(--btn-color); /* underline color */
  transition: width 0.3s ease;
}

.nav-links ul li a:hover::before {
  width: 100%;
}
footer .dropdown-menu.show{
  border-radius: 0;
    padding: 0;
}
footer .dropdown-menu.show a.dropdown-item{
color: var(--secondary-color);
  padding-left: 10px;
}
footer .dropdown-menu.show a.dropdown-item:hover{
  background: var(--secondary-color);
  color: var(--white-color);
}

header.desk-nav.test .top-header img {
    display: none;
}

header.desk-nav.test img.un-active.d-none {
    display: block !important;
}

header.desk-nav.test .col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.social-ban h2 {
    font-size: var(--f42);
    color: var(--white-color);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: var(--primary-font);
    padding-bottom: var(--p15);
}

.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;
}
