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

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

@font-face {
    font-family: "krylon";
    src: url('../font/krylon.otf');
}

@font-face {
    font-family: "gyst_variable";
    src: url('../font/gyst_variable.otf');
}

@font-face {
    font-family: "glacial-Indifference";
    src: url('../font/glacial-Indifference.otf');
}

:root {
    --primary-color: #204652;
    --secondary-color: #204652;
    --territiary-color: #204652;
    --other-color: #fff;
    --lt-bg-color: #D8E0DF;
    --heading-color: #222;
    --btn-color: #204652;
    --btn-hover: #A85E39;
    --sec-line: #E2B6A7;
    --white-color: #fff;
    --black-color: #000;
    --primary-font: "glacial-Indifference";
    --secondary-font: "gyst_variable";
    --heading-font: "gyst_variable";
    --other-font: "gyst_variable";
    --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;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: var(--primary-font);
    color: var(--black-color);
    background-color: #ffffff;
}

[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"
}

section#about {
    background: #fff;
}

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

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

.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(--f14);
}

p {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: var(--f18);
    line-height: 1.75;
    letter-spacing: normal;
    font-weight: 400;
    text-align: left;
}

h1 {
    font-size: var(--f72);
    line-height: 1.1;
    font-weight: 400;
    color: var(--heading-color);
    margin-bottom: var(--m30);
    font-family: var(--heading-font);
}

h2 {
    font-size: var(--f45);
    line-height: 1.1;
    font-weight: 400;
    color: var(--heading-color);
    margin-bottom: var(--m15);
    font-family: var(--heading-font);
    font-weight: 600;
}

h3 {
    font-size: var(--f48);
    line-height: 1.1;
    font-weight: 400;
    color: var(--heading-color);
    margin-bottom: var(--m15);
    font-family: var(--heading-font);
}

h4 {
    font-size: var(--f32);
    line-height: 1.1;
    font-weight: 400;
    color: var(--secondary-color);
    margin-bottom: var(--m15);
    font-family: var(--heading-font);
}

h5 {
    font-size: var(--f24);
    line-height: 1.1;
    font-weight: 400;
    color: var(--heading-color);
    margin-bottom: var(--m15);
    font-family: var(--heading-font);
}

h6 {
    font-size: var(--f22);
    line-height: 1.1;
    font-weight: 400;
    color: var(--secondary-color);
    margin-bottom: var(--m15);
    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);
}

.head-sec h2 {
    text-align: center;
    color: var(--heading-color);
    margin-bottom: var(--m10);
    font-weight: 600;
}

.head-sec h2 span {
    color: var(--white-color);
}

.head-sec p {
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    line-height: 1.7;
    text-align: center;
}

.main-btn {
    width: 180px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white-color);
    border: 0px solid var(--blue-color);
    background-color: var(--btn-color);
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    transition: .3s ease-in-out;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    border-radius: 40px;
    text-align: center;
}

.main-btn:hover {
    background-color: var(--btn-hover);
    color: var(--white-color);
    transform: translateY(-4px);
}

/* =============================================
   HEADER CSS
   ============================================= */

header.desk-nav {
    padding: 10px;
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    z-index: 3;
}

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

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;
    height: 100%;
}

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: #fff;
}

header.desk-nav .nav-links ul li a {
    color: var(--white-color);
    text-decoration: none;
    padding: 0px;
    font-size: 18px;
    font-family: var(--secondary-font);
    border-bottom: 1px solid transparent;
}

header.desk-nav .nav-links ul li a:hover {
    border-color: var(--btn-color);
    color: var(--btn-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;
    color: var(--heading-color) !important;
    border-bottom: 0px solid transparent !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: 1px solid #fff;
}

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

/* Mobile header — hidden on desktop, shown on mobile */
header.page-header.mob {
    display: none;
}

header.mob {
    display: none;
}

/* Mobile nav drawer */
div#tag1 {
    position: fixed;
    left: -1px;
    top: 0;
    width: 100%;
    transform: translateX(-47em);
    height: 100%;
    transition: all .5s ease-in-out;
    display: block;
    padding: 0px;
    z-index: 999;
}

div#tag1 .mobile-nav {
    padding: 2rem 20px 20px;
    background: #fff;
    text-align: center;
    width: 320px;
    height: 100vh;
    position: relative;
    overflow-y: auto;
}

div#tag1 .mobile-nav ul li a {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 2.2;
    display: block;
    border-bottom: 1px dashed #e0e0e0;
    padding: 4px 0;
}

div#tag1 .mobile-nav ul li a:hover {
    color: var(--btn-hover);
}

div#tag1 .mobile-nav .logo img {
    width: 100px;
    margin-bottom: 20px;
}

i#close-menu1 {
    cursor: pointer;
    font-size: 28px;
    color: #000;
}

#close-menu {
    right: 1rem;
    position: absolute;
    top: 10px;
}

header div#menu-toggle1 {
    width: auto;
}

.menu-toggle1 i {
    color: #000;
    font-size: 28px;
    cursor: pointer;
}

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

header.new-header.desk.is-sticky .footer-about-social-list a {
    color: var(--white-color);
}

/* =============================================
   BANNER CSS
   ============================================= */

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

/* =============================================
   FOOTER CSS
   ============================================= */

footer .upper {
    padding: var(--p60) var(--p12);
    padding-bottom: var(--p50);
    background: #f7f7f8;
}

footer .left p {
    color: var(--black-color);
    font-size: var(--f16);
}

footer .left h2 {
    color: var(--heading-color);
    font-size: var(--f40);
    margin-bottom: var(--m20);
}

footer .center h4 {
    color: var(--heading-color);
    font-size: var(--f32);
    font-weight: 600;
}

footer .center {
    padding-left: 7%;
}

footer .center li a {
    color: var(--black-color);
    font-size: var(--f16);
    line-height: 40px;
}

footer .center li a:hover {
    color: var(--secondary-color);
}

footer .right img {
    width: 45%;
    margin-bottom: var(--m15);
    margin: auto;
    display: block;
    padding-bottom: 20px;
}

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

footer .search input {
    color: var(--black-color);
}

.search {
    position: relative;
    color: aliceblue;
    font-size: 16px;
    width: 500px;
    margin-top: 1rem;
}

.search ::placeholder {
    color: var(--white-color);
    opacity: 1;
}

.search .btn {
    position: absolute;
    top: 9px;
    right: 9px;
    color: var(--white-color);
    background: var(--btn-color);
    border-radius: 30px;
    padding: 6px 20px;
    font-weight: 500;
}

.search .btn:hover {
    color: var(--white-color);
    border-radius: 30px;
    border: 1px solid var(--white-color);
}

.search {
    display: inline-block;
}

.search input {
    padding: var(--p15) var(--p60);
    border-radius: 30px;
    background: transparent;
    border: 2px solid var(--heading-color);
    width: 500px;
}

.search input::placeholder {
    color: var(--heading-color);
}

footer .social i {
    color: var(--heading-color);
    font-size: var(--f20);
}

footer .social i:hover {
    color: var(--secondary-color);
}

footer ul.social {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    width: 250px;
}

.search .fa-solid {
    position: absolute;
    top: 20px;
    left: 0px;
    text-indent: 22px;
    color: var(--heading-color);
}

footer .col-3.right p {
    overflow: hidden;
    font-size: 16px;
}

footer .copyright {
    border-top: 1px solid var(--black-color);
    padding: var(--p20) var(--p12);
    margin-top: 0;
    background: #f7f7f8;
}

footer .copyright p {
    color: var(--black-color);
    margin-bottom: 0px;
}

footer .copyright .img-fluid {
    height: auto;
    width: 120px;
}

.copyright .cont {
    display: flex;
    justify-content: center;
}

.copyright ul.contact {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
}

.copyright ul.contact li a {
    color: var(--white-color);
    font-size: var(--f14);
}

.copyright ul.contact li a:hover {
    color: var(--secondary-color);
}

.copyright ul.social {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
}

.copyright ul.social li a i {
    color: var(--white-color);
    font-size: var(--f18);
}

.copyright .social-icn {
    display: flex;
    justify-content: flex-end;
    padding-left: 7%;
}

.copyright img {
    width: 135px;
}

.copyright .last {
    text-align: center;
}

.copyright .last p {
    text-align: right;
}

/* =============================================
   NEWSLETTER CSS
   ============================================= */

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

.newsletter-wrapper {
    background-color: transparent;
}

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

.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;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}

.newsletter .subscribe-content {
    width: 50%;
    text-align: center;
}

.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 black;
    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: 0px;
    background-color: #000000;
}

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

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

.news-button-sec {
    text-align: right;
}

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

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

/* =============================================
   MISC / UTILITIES
   ============================================= */

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

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

.center-copyright {
    justify-content: end;
}

.center-copyright img {
    width: 150px;
}

.copyright {
    background: transparent;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid var(--white-color);
}

.right_copyright p img {
    width: 135px;
}

/* 404 page */
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;
}

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

.guides {
    display: none;
}

.breadcrumb-wrap {
    padding: 15px 0;
}

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

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

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

.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;
    background: #00000069;
    z-index: 9;
}

.quick-links {
    padding-left: 0;
}

footer ul,
li {
    list-style: none !important;
}

/* =============================================
   RESPONSIVE — HEADER & FOOTER MOBILE FIXES
   ============================================= */

/* Tablet and below: hide desktop nav, show mobile hamburger */
@media (max-width: 980px) {

    /* --- HEADER --- */
    header.desk-nav {
        display: none;
    }

    header.mob {
        display: block !important;
        position: absolute;
        width: 100%;
        z-index: 5;
        padding: 12px 15px;
        /* semi-transparent background so logo is always visible */
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    }

    header.mob .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    header.mob img {
        width: 90px;
    }

    header.mob a.logo {
        width: auto;
        padding: 0;
        margin: 0;
    }

    header div#menu-toggle1 {
        width: auto;
    }

    .menu-toggle1 i {
        color: var(--white-color);
        font-size: var(--f28);
        cursor: pointer;
    }

    /* Mobile nav drawer */
    div#tag1 {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        transform: translateX(-100%);
        height: 100%;
        transition: all .5s ease-in-out;
        display: block;
        padding: 0px;
        z-index: 9999;
        /* dark backdrop */
        background: rgba(0, 0, 0, 0.5);
    }

    div#tag1.open {
        transform: translateX(0);
    }

    div#tag1 .mobile-nav {
        padding: 2rem 20px 20px;
        background: #fff;
        text-align: left;
        width: 300px;
        max-width: 85vw;
        height: 100vh;
        position: relative;
        overflow-y: auto;
    }

    div#tag1 .mobile-nav ul {
        padding-left: 0;
        margin-top: 20px;
    }

    div#tag1 .mobile-nav ul li {
        border-bottom: 1px solid #f0f0f0;
    }

    div#tag1 .mobile-nav ul li a {
        display: block;
        padding: 10px 0;
        font-size: 16px;
        color: var(--primary-color);
        font-family: var(--primary-font);
    }

    div#tag1 .mobile-nav ul li a:hover {
        color: var(--btn-hover);
    }

    div#tag1 .mobile-nav .logo img {
        width: 90px;
    }

    i#close-menu1 {
        cursor: pointer;
        font-size: 24px;
        color: var(--primary-color);
    }

    #close-menu {
        right: 15px;
        position: absolute;
        top: 15px;
    }

    /* --- FOOTER --- */
    footer .upper {
        padding: 40px 15px;
    }

    footer .center {
        padding-left: 0;
        margin-top: 20px;
    }

    footer .center h4 {
        font-size: 22px;
    }

    footer .left h2 {
        font-size: 28px;
    }

    footer ul.social {
        gap: 20px;
        width: auto;
    }

    /* Stack footer columns */
    footer .col-3,
    footer .col-4 {
        width: 100% !important;
        margin-bottom: 20px;
    }

    footer .right img {
        width: 30%;
    }

    /* Newsletter on mobile */
    .newsletter {
        flex-direction: column;
        padding: 25px 20px;
        gap: 20px;
        margin-bottom: -40px;
    }

    .newsletter .subscribe-content {
        width: 100%;
    }

    .newsletter .news-title {
        width: 100%;
    }

    /* Copyright */
    footer .copyright {
        padding: 15px 12px;
    }

    footer .copyright .row {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    footer .copyright .col-md-5,
    footer .copyright .col-md-2 {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    footer .copyright p {
        text-align: center;
        margin: 5px 0;
    }

    footer .copyright .last p {
        text-align: center;
    }

    /* Search box */
    .search {
        width: 100%;
    }

    .search input {
        width: 100%;
    }
}

/* Small mobile */
@media (max-width: 540px) {

    /* --- HEADER --- */
    header.mob {
        padding: 10px 12px;
    }

    header.mob img {
        width: 75px;
    }

    .menu-toggle1 i {
        font-size: var(--f22);
    }

    div#tag1 .mobile-nav {
        width: 280px;
        max-width: 88vw;
    }

    /* --- FOOTER --- */
    footer {
        padding-top: var(--p40);
    }

    footer .upper {
        padding: 30px 12px;
    }

    footer .left h2 {
        font-size: 24px;
        text-align: center;
    }

    footer .left p {
        text-align: center;
    }

    footer ul.social {
        justify-content: center;
        width: 100%;
        gap: 15px;
    }

    footer .right img {
        width: 50%;
    }

    footer .center {
        text-align: center;
    }

    footer .center li a {
        line-height: 35px;
    }

    /* Newsletter */
    .newsletter {
        padding: 20px 15px;
        border-radius: 12px;
        border-width: 4px;
        gap: 15px;
        margin-bottom: -30px;
    }

    .newsletter .news-title span {
        font-size: 32px;
    }

    .newsletter .news-title .news-con p {
        font-size: 17px;
    }

    .news-button-sec a {
        font-size: 15px;
        padding: 10px 20px;
    }

    /* Copyright */
    footer .copyright {
        padding: 12px;
    }

    footer .copyright .img-fluid {
        width: 90px;
    }

    .copyright img {
        width: 100px;
    }

    /* Search */
    .search {
        width: 100%;
    }

    .search input {
        width: 100%;
    }

    /* Loader */
    .loader {
        width: 90%;
        padding: 20px 15px;
    }

    .loader img {
        width: 80%;
    }

    /* news-letter bottom spacing */
    .news-letter {
        padding-bottom: 40px;
    }
}

/* Very small screens */
@media (max-width: 360px) {

    header.mob img {
        width: 65px;
    }

    .menu-toggle1 i {
        font-size: 20px;
    }

    div#tag1 .mobile-nav {
        width: 260px;
    }

    footer .left h2 {
        font-size: 20px;
    }

    .newsletter .news-title .news-con p {
        font-size: 15px;
    }

    footer .copyright p {
        font-size: 12px !important;
    }
}