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

h3,h4 {
    margin-bottom: var(--m15)
}

h2,h3,h5 {
    color: var(--heading-color)
}

h5,h6 {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: var(--m20)
}

a,a:hover {
    text-decoration: none
}

/* footer css */

.btn_4,.dropdown-menu li,footer,footer .newsletter-form,header li.nav-item {
    position: relative
}

.footer_overlay,footer::before {
    height: 100%;
    right: 0;
    width: 100%
}

.breadcrumb,.footer_links h4,header a.nav-link {
    text-transform: capitalize
}

.breadcrumb i.fa-solid.fa-house,.sec-line .sec-line1 {
    margin-right: var(--m5)
}

.btn_4,.go-top,a {
    cursor: pointer
}

.go-top.active,.go-top:focus::before,.go-top:hover::before {
    opacity: 1;
    visibility: visible
}

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

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

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

@font-face {
    font-family: "comic";
    src: url(../font/comic.ttf);
}
:root {
    --primary-color: #333;
    --secondary-color: #237cbf;
    --territiary-color: #c29d59a9;
    --other-color: #237cbf;
    --lt-bg-color: #efefef;
    --heading-color: #333;
    --other-color: #237cbf;
    --btn-hover: #237cbfdb;
    --sec-line: #FD3358;
    --white-color: #fff;
    --black-color: #000;
    --primary-font: "comic";
    --secondary-font: "comic";
    --other-font: "comic";
    --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);
}

[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,h4 {
    color: var(--black-color);
}
.breadcrumb a{
    color: var(--white-color);
}
label.valid {
    display: none!important
}

a,a:hover {
    font-family: var(--primary-font)
}

.main-btn {
    font-weight: 700;
    font-size: var(--f15);
    color: var(--black-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: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.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: .5s;
    -ms-transition: .5s;
    transition: .5s
}

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

.btn_4 {
    display: inline-block
}

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

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

.btn_4.learn-more .circle {
    position: relative;
    display: block;
    margin: 0;
    width: 2.6rem;
    height: 2.6rem;
    background: var(--secondary-color);
    border-radius: 1.625rem
}

.btn_4:hover .circle,footer,header {
    width: 100%
}

.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 2rem;
    color: var(--heading-color);
    font-weight: 600;
    line-height: 1.1;
    text-align: center
}

.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: 0;
    margin-right: 0
}

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

p {
    color: var(--black-color);
    line-height: 1.5rem;
    letter-spacing: .05em
}

.footer_links h4,h1,h2,h3,h4,h5,h6 {
    font-family: var(--secondary-font)
}

h1,header a.nav-link,header ul.social-bar a {
    color: var(--white-color)
}

h1 {
    font-size: var(--f50);
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: var(--m30)
}

h2 {
    font-size: var(--f35);
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: var(--m10)
}

h3 {
    font-size: var(--f30);
    line-height: 1.3;
    font-weight: 700
}

h4 {
    font-size: var(--f26);
    line-height: 1.3;
    font-weight: 700;
}

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

.footer_links ul li a:hover,h6,header a.nav-link:hover,header ul.social-bar a:hover {
    color: var(--black-color);
}

h6 {
    font-size: var(--f18);
}

pre,section.error h2,sub,table {
    font-family: var(--primary-font);
}

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

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

header a.dropdown-item,header a.nav-link,table {
    font-size: var(--f16);
}

.sec-line .sec-line1 {
    width: 16px
}

.sec-line .sec-line2 {
    width: 46px
}

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

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

.banner .guides,.copyright::before,.footer_overlay,.go-top::before,footer::before {
    position: absolute;
    left: 0
}

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

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

header img {
    width: 120px;
    border-radius: 50%
}

header .logo {
    padding: 0;
    background: #97866700;
    margin-bottom: 0;
    margin-right: 0;
}

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

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

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

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

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

header {
    position: absolute;
    top: 0;
    z-index: 9;
    background: 0 0;
    padding: 0;
    border-bottom: 0 solid #f1f1f1
}
.top-header .book-btn{
    background:white;
    color:var(--secondary-color);
    padding: 10px;
}
.top-header .book-btn:hover{/* border:1px solid white; */}

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

header div#main_nav {
    justify-content: flex-end
}

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

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

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

header .nav-link.show {
    color: var(--white-color)!important
}

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

header .dropdown-menu li {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    list-style: none;
    color: #000;
    padding: 0 10px;
}

header .dropdown-item:focus,header .dropdown-item:hover {
    color: var(--btn-color);
    background: #cccccc;
}
header.desk-nav {
     padding: 10px;
     position: relative;
     width: 100%;
     background: #237cbf;
     /* background-color: transparent; */
     z-index: 3;
}
header.desk-nav .top-header img{
    width: 70px;
}
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: 25px;
   align-items: center;
}
header.desk-nav .nav-links ul li{
    list-style: none;
    color: #fff;
}
header.desk-nav .nav-links ul .book-btn li a{
    color:var(--secondary-color);
}
header.desk-nav .nav-links ul li a{
   color: var(--white-color);
   text-decoration: none;
   padding: 0px;
   /* padding-bottom: 5px; */
   font-size: 15px;
   font-weight: 500;
   font-family: var(--secondary-font);
   border-bottom: 1px solid transparent;
   /* text-shadow: 0 0 3px #000; */
}
header.desk-nav .nav-links ul li a:hover{
    /* border-color: var(--other-color); */
}
header ul.dropdown-menu.show {
    position: absolute;
    border-radius: 0;
    padding: 0;
    border: 0 solid;
    box-shadow: 0 0 6px #0000004f;
}
header .nav-links ul.dropdown-menu a.dropdown-item{
    padding: 6px 10px !important;
    color: var(--black-color);
    text-shadow: 0 0 0px #000;
    font-weight: 400;
}
header .nav-links 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(--text-white);
    font-size: 14px;
}

header.desk-nav a.active{
    border-bottom: 1px solid #fff;
}
header.desk-nav .bottom-header {
    padding: var(--p14) 0;
}
   
 
header.page-header.mob{
    display: none;
}

.footer-social ul li span,footer p.abt {
    font-size: var(--f14);
    color: var(--white-color)
}

footer {
    background: url(../images/yes.jpg) center/cover no-repeat;
    height: 100%;
    padding: 50px 0 0
}

footer .imgs {
    display: flex
}

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

footer img.super {
    width: auto;
    height: 79px;
    object-fit: cover;
    margin-top: var(--m20)
}

footer .col-md-4 {
    flex: 0 0 auto;
    width: 25%
}
footer .col-md-3{
    width: 18%;
}
footer .col-md-5{
    width: 32%;
}
footer p.abt {
    max-height: 110px;
    height: auto;
    overflow: hidden;
    line-height: 2
}

footer::before {
    content: "";
    /* background-color: #cccccc; */
    top: 0;
    opacity: .6
}

.footer_overlay {
    background: rgb(0 0 0 / 100%);
    top: 0;
    bottom: 0;
    z-index: 0
}

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

.footer_links h4 {
    font-size: 24px;
    color: var(--white-color);
    margin-bottom: 15px;
    font-weight: 400
}

.footer_links p {
    color: var(--white-color);
    font-size: var(--f13);
    list-style-type: none;
    padding-bottom: 0;
    line-height: 2
}

.footer-social ul {
    margin-bottom: 0;
    list-style-type: none;
    margin-top: var(--m10);
    float: left;
    padding-left: 0;
    margin-left: 0
}

.footer-social ul li {
    display: inline-block;
    color: var(--white-color);
    margin-right: 10px
}

.footer-social ul li span {
    display: inline-block;
    margin-right: 4px
}

.footer-social ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    font-size: 12.5px;
    border: 1px solid #716f6f
}

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

.footer_link {
    padding: 0;
    margin: 0
}

.footer_links ul li {
    list-style-type: none;
    margin-bottom: 6px;
    line-height: 30px
}

.footer-social ul li img {
    width: 16px
}

.footer_logo img {
    width: 120px;
    margin-bottom: var(--m20);
    border-radius: 50%
}

footer .news-gorm-group input {
    width: 70%;
    height: 50px;
    background-color: transparent;
    padding: 4px 15px;
    border: 1px solid var(--black-color);
    color: var(--white-color)
}

footer .news-gorm-group i {
    position: absolute;
    top: 16px;
    right: 17px;
    color: var(--white-color);
    font-size: 15px
}

footer .news-gorm-group button {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    background: no-repeat;
    border: none;
    color: transparent
}

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

#exampleModal .col-6.cont-left label span,.indicate span {
    color: #e85c41;
    font-weight: 400
}

.right_copyright {
    text-align: right
}

.breadcrumb span,.go-top,section.error h2,section.error h3,section.error p {
    text-align: center
}

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

.breadcrumb-wrap,.copyright::before {
    background-color: var(--white-color);
}

.right_copyright p img {
    width: 135px
}

.license h4 {
    margin-top: 25px
}

.copyright::before {
    content: '';
    height: 1px;
    width: 92%;
    top: 0;
    right: 0;
    margin: auto
}

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

.banner .owl-carousel .owl-stage-outer {
    padding-left: 0;
    padding-right: 0
}

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

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

.breadcrumb-wrap {
    padding: var(--p20);
    border-bottom: 1px solid #ececec;
    display: none;
}

.breadcrumb {
    display: inline-block;
    padding: 0;
    color: var(--white-color) !important;
    font-size: 14px;
    font-weight: 600;
    background: 0 0;
    margin: 0;
    border-radius: 0;
    padding-left: var(--p20)
}

.memory-content h2{
    color: var(--black-color);
}

.go-top,.go-top:focus,.go-top:hover {
    color: #fff
}

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

section.error h2 {
    color: var(--secondary-color);
    font-size: var(--f90);
    font-weight: 700;
    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;
    text-align: center
}

header.mob {
    display: none
}

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

    to {
        transform: translateY(0)
    }
}

#exampleModal .modal-dialog {
    max-width: 820px;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

#exampleModal .col-6.cont-left {
    padding: var(--p15) var(--p20);
    background: #fff
}

#exampleModal .col-6.cont-left h2 {
    padding: 0;
    margin: 15px 0;
    font-size: var(--f18);
    font-weight: 600;
    color: var(--secondary-color)
}

.indicate span {
    font-size: 150%;
    position: relative;
    top: -2px
}

.indicate {
    font-size: var(--f12);
    display: flex;
    gap: 5px
}

#exampleModal .col-6.cont-left input {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #000
}

#exampleModal .img-sec,#exampleModal .row,.modal-body {
    padding: 0
}

#exampleModal img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.modal-content {
    border-radius: 0
}

#exampleModal .form-control:focus {
    border-bottom: 2px solid #000!important
}

#exampleModal .mb-3 {
    margin-bottom: 0!important;
    margin-top: var(--m10)
}

#exampleModal .button {
    margin-top: var(--m15)
}

.go-top {
    position: fixed;
    top: 0;
    right: 15px;
    background-color: var(--secondary-color);
    z-index: 10;
    width: 145px;
    height: 55px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    display: flex;
    justify-content: center;
    align-items: center
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%)
}

.go-top::before,.go-top:focus i:first-child,.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top i:last-child {
    margin-left: var(--m10)
}

.go-top::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--secondary-color);
    -webkit-transition: .5s;
    transition: .5s
}

.go-top:focus i:last-child,.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.hl-app .hl_form-builder--main, .hl_form-builder--main {
    margin-top: 0 !important;
    padding: 0 !important;
}

footer .col-md-4.newsletter {
    padding: 0px;
}

.hl-app #_builder-form .form-builder--btn-submit button p, .hl-app #_builder-form .heading-element div p {
    font-size: 20px !important;
}



section.footer-section {
    padding: 0px;
}
footer.footer {
    background: var(--secondary-color);
    padding: 0;
}
footer.footer .col-3.info {
    padding: 60px 20px 60px 20px;
    border-right: 1px solid var(--white-color);
}
footer.footer  .footer-logo {
    text-align: center;
    margin-bottom: 40px;
}
footer.footer .footer-logo img{
    width: 120px;
}
footer.footer .col-3.info p{
    font-size: 13px;
    line-height: 2;
    text-align: justify;
    color: var(--black-color);
}
footer.footer .certificate {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-top: 90px;
}
footer.footer .certificate img{
    width: 95px;
}
footer.footer .info-content span {
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 20px;
    color: var(--text-black);
}
footer.footer .other-details {
    padding: 60px 40px 40px 40px;
}
footer.footer .other-details h5 {
    font-size: 15px;
    font-family: var(--primary-font);
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--white-color);
}
footer.footer .other-details ul{
    padding-left: 0px;
}
footer.footer .other-details li{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    list-style: none;
    color: #000;
    padding: 0;
}
footer.footer .other-details li a{
    text-decoration: none;
    color: var(--white-color);
    padding: 0px;
    display: flex;
    align-items: center;
}
footer.footer .other-details ul.footer-links li a{
    gap:5px;
}
footer.footer .other-details li a:hover{
    color: var(--white-color);
}
footer.footer .col-4.newsletter p{
    font-size: 13px;
    color: var(--text-black);
    line-height: 1.4;
}
footer.footer .col-4.newsletter input{
    width: 100%;
    background: #fff;
    border: 0px solid;
    border-radius: 8px;
    padding: 12px 10px;
    box-shadow: 0 0 9px 3px #00000014;
    font-size: 14px;

}
footer.footer .col-4.newsletter button{
    width: 32px;
    height: 32px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
}
footer.footer .col-4.newsletter button i{
    font-size: 14px;
}
footer.footer .col-4.newsletter form {
    position: relative;
}
footer.footer .col-4.contact-us a{
    display: flex;
    align-items: center;
    gap: 5px;
}
footer.footer ul.social a{
    width: 46px;
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    border-radius: 100%;
}
footer.footer ul.social a svg{
    fill: #fff;
}
footer.footer ul.social a:hover svg{
    fill: var(--alternate-color);
}
footer.footer ul.social a i{
    font-size: 17px;
}
footer.footer ul.social {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 15px;
}
footer.footer .col-4.need-to-know, footer.footer .social-links {
    margin-top: 35px;
}
footer .container, footer .container-lg, footer .container-md, footer .container-sm, footer .container-xl, footer .container-xxl{
    max-width: 1360px;
    position: relative;
}
footer ul.dropdown-menu.show {
    position: absolute;
    border-radius: 0;
    padding: 0;
    border: 0 solid;
    box-shadow: 0 0 6px #0000004f;
}
footer ul.dropdown-menu li{
    margin-bottom: 0px !important;
}
footer ul.dropdown-menu a.dropdown-item{
    padding: 6px 10px !important;
    color: var(--other-color);
}
footer ul.dropdown-menu a.dropdown-item:hover{
    color: #fff;
    background: var(--secondary-color);
}
footer .copyright {
    background: var(--secondary-color);
    text-align: center;
    padding: 10px 0;
    border-top: #fff;
    margin-top: 0px;
}
footer .copyright p{
    color: var(--text-black);
    font-size: 14px;
    margin-bottom: 0px;
    color: white;
}
footer .copyright .copy-web p{
  text-align: center;
}
footer .copyright img{
    width: 150px;
}
/*end footer section*/
.datepicker__month-day--today {
    background-color: var(--btn-color) !important;
    }

     .news-gorm-group input {
        height: 45px !important;
        padding: 10px;
    } 

    footer p {
        font-size: 13px;
        color: var(--black-color);
    }

    .fa-envelope{
        /* margin-right: 10px; */
    }
    .fa-phone{
        /* margin-right: 10px; */
    }
    .fa-whatsapp{
        /* margin-right: 10px; */
    }
    
    
.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;
}
.news-gorm-group input {
    height: 45px !important;
    padding: 10px;
}

.main-btn {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-white);
    border: 0px solid var(--blue-color);
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    /* line-height: 1.75rem; */
    display: inline-block;
    transition: all .3s ease;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    color: var(--secondary-color);
}

.news-gorm-group{
    display: flex;
    justify-content: start;
    gap: 10px;
}


.news-gorm-group .main-btn {
    position: relative;
    background: black;
    font-size: 11px;
    font-weight: 500;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    transition: all .3s ease;
    letter-spacing: 0.5px;
    padding: 12px 25px;
}
/* header css starts */
header.header {
    padding: 0 20px;
    position: absolute;
    width: 100%;
    z-index: 9;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
header.header .logo{
    padding-left: 0;
}
header.other-header{
    position: relative;
    background: var(--white-color);
}

.navbar-toggler{
    border: none !important;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
.navbar-toggler i{
    font-size: 30px !important;
}
.logo img{
    width: 80px;
}
header.header .col-10{
    display: flex;
    justify-content: end;
}
header.header .col-10 button.navbar-toggler {
    padding: 0px;
}
header.header .contact {
    display: flex;
    gap: 25px;
    align-items: center;
    position: relative;
    right: 0;
}
header.header div#offcanvasNavbarDark{
    background: #ffffff !important;
    padding: 0;
}

header.header .nav-link{
    color: var(--black-color) !important;
}
header.header a.dropdown-item{
    font-size:15px;
    font-weight:500;
    text-transform: capitalize;
}
header.header .nav-link:hover{
    color: var(--btn-hover) !important;
}
header.header .col-10 a{text-decoration: none;color: var(--black-color);display: flex;gap: 7px;align-items: center;font-family: var(--primary-font);font-weight: 600;font-size: 14px;}
header.other-header .col-10 a{
    color: var(--black-color);
}
header.header .col-10 a img{
    width: 19px;
}
header.header .col-10 i{
    color: var(--black-color);
    font-size: var(--f19);
}
header.other-header .col-10 i{
    color: var(--black-color);
}
header.header img.user {
    width: 19px;
}
header.header img.hamburger {
    width: 30px;
}
.offcanvas-header img{
    width: 100px;
    margin: auto;
    margin-top: 0;
    padding-top: 0;
}
header a.inner-logo {
    text-align: center;
    width: 100%;
}
header .offcanvas-header{
    align-items:flex-start;
}
header.header ul.dropdown-menu.show {
    padding: 0;
    border-radius: 0;
}
/* navbar effect animation */


.navbar-nav li {
    opacity: 0;
}

.show .navbar-nav li{
    opacity: 1;
}
/* individual li animation speeds (up to 25) */
.show .navbar-nav li:nth-child(1) {
    -webkit-transition:opacity .3s ease .1s;
    -moz-transition:opacity .3s ease .1s;
    transition:opacity .3s ease .1s;
}
.show .navbar-nav li:nth-child(2) {
    -webkit-transition:opacity .3s ease .25s;
    -moz-transition:opacity .3s ease .25s;
    transition:opacity .3s ease .25s;
}
.show .navbar-nav li:nth-child(3) {
    -webkit-transition:opacity .3s ease .3s;
    -moz-transition:opacity .3s ease .3s;
    transition:opacity .3s ease .3s;
}
.show .navbar-nav li:nth-child(4) {
    -webkit-transition:opacity .3s ease .35s;
    -moz-transition:opacity .3s ease .35s;
    transition:opacity .3s ease .35s;
}
.show .navbar-nav li:nth-child(5) {
    -webkit-transition:opacity .3s ease .4s;
    -moz-transition:opacity .3s ease .4s;
    transition:opacity .3s ease .4s;
}
.show .navbar-nav li:nth-child(6) {
    -webkit-transition:opacity .3s ease .45s;
    -moz-transition:opacity .3s ease .45s;
    transition:opacity .3s ease .45s;
}
.show .navbar-nav li:nth-child(7) {
    -webkit-transition:opacity .3s ease .48s;
    -moz-transition:opacity .3s ease .48s;
    transition:opacity .3s ease .48s;
}
.show .navbar-nav li:nth-child(8) {
    -webkit-transition:opacity .3s ease .55s;
    -moz-transition:opacity .3s ease .55s;
    transition:opacity .3s ease .55s;
}
.show .navbar-nav li:nth-child(9) {
    -webkit-transition:opacity .3s ease .6s;
    -moz-transition:opacity .3s ease .6s;
    transition:opacity .3s ease .6s;
}
.show .navbar-nav li:nth-child(10) {
    -webkit-transition:opacity .3s ease .65s;
    -moz-transition:opacity .3s ease .65s;
    transition:opacity .3s ease .65s;
}
.show .navbar-nav li:nth-child(11) {
    -webkit-transition:opacity .3s ease .7s;
    -moz-transition:opacity .3s ease .7s;
    transition:opacity .3s ease .7s;
}
.show .navbar-nav li:nth-child(12) {
    -webkit-transition:opacity .3s ease .75s;
    -moz-transition:opacity .3s ease .75s;
    transition:opacity .3s ease .75s;
}
.show .navbar-nav li:nth-child(13) {
    -webkit-transition:opacity .3s ease .8s;
    -moz-transition:opacity .3s ease .8s;
    transition:opacity .3s ease .8s;
}
.show .navbar-nav li:nth-child(14) {
    -webkit-transition:opacity .3s ease .85s;
    -moz-transition:opacity .3s ease .85s;
    transition:opacity .3s ease .85s;
}
.show .navbar-nav li:nth-child(15) {
    -webkit-transition:opacity .3s ease .9s;
    -moz-transition:opacity .3s ease .9s;
    transition:opacity .3s ease .9s;
}
.show .navbar-nav li:nth-child(16) {
    -webkit-transition:opacity .3s ease .95s;
    -moz-transition:opacity .3s ease .95s;
    transition:opacity .3s ease .95s;
}
.show .navbar-nav li:nth-child(17) {
    -webkit-transition:opacity .3s ease 1s;
    -moz-transition:opacity .3s ease 1s;
    transition:opacity .3s ease 1s;
}
.show .navbar-nav li:nth-child(18) {
    -webkit-transition:opacity .3s ease 1.05s;
    -moz-transition:opacity .3s ease 1.05s;
    transition:opacity .3s ease 1.05s;
}
.show .navbar-nav li:nth-child(19) {
    -webkit-transition:opacity .3s ease 1.1s;
    -moz-transition:opacity .3s ease 1.1s;
    transition:opacity .3s ease 1.1s;
}
.show .navbar-nav li:nth-child(20) {
    -webkit-transition:opacity .3s ease 1.15s;
    -moz-transition:opacity .3s ease 1.15s;
    transition:opacity .3s ease 1.15s;
}
.show .navbar-nav li:nth-child(21) {
    -webkit-transition:opacity .3s ease 1.2s;
    -moz-transition:opacity .3s ease 1.2s;
    transition:opacity .3s ease 1.2s;
}
.show .navbar-nav li:nth-child(22) {
    -webkit-transition:opacity .3s ease 1.25s;
    -moz-transition:opacity .3s ease 1.25s;
    transition:opacity .3s ease 1.25s;
}
.show .navbar-nav li:nth-child(23) {
    -webkit-transition:opacity .3s ease 1.3s;
    -moz-transition:opacity .3s ease 1.3s;
    transition:opacity .3s ease 1.3s;
}
.show .navbar-nav li:nth-child(24) {
    -webkit-transition:opacity .3s ease 1.35s;
    -moz-transition:opacity .3s ease 1.35s;
    transition:opacity .3s ease 1.35s;
}
.show .navbar-nav li:nth-child(25) {
    -webkit-transition:opacity .3s ease 1.4ss;
    -moz-transition:opacity .3s ease 1.4s;
    transition:opacity .3s ease 1.4s;
}

 
header .offcanvas.show {
    right: 0;
    -webkit-transition: left 0s ease;
    -moz-transition: left 0s ease;
    transition: left 0s ease;
}

footer .quick-links{
    width: 40% !important;
}

footer .contact-us{
    width: 60% !important;
}

.banner{
    display: none;
}