*, html, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
}
body{
    background: url(../images/bg.jpg);
    background-position: fixed;
}
img{
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    height: 100%
}
.pd-top-30{
    padding-top: 30px;
}
.pd-btm-30{
    padding-bottom: 30px;
}
a{
    text-decoration: none;
    
    color: #fff
}
a:hover{
    text-decoration: underline;
    color: #d9b633
}
.text-center{
    text-align: center;
}
.cl{
    clear: both;
}
.display-flex{
    display: flex;
}
.display-flex-center{
    display: flex;
    align-items: center;
}
.see-more-cate{
    margin-top: 10px;
}
.see-more-cate a{
    display: inline-block;
    font-size: 15px;
    background: #bb0e0e;
    padding:1px 10px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff
}
.see-more-cate a:hover{
    background: #730808
}
.w-100{
    width: 100%;
}
.w-25{
    width: 25%;
}
.white-text{
    color: #fff !important
}
.red-text{
    color:#0d075b !important
}
.black-text{
    color:#031753 !important
}
.container{
    padding: 0 50px;
}
.container-top{
    max-width: 1360px;
    margin: auto;
}
h1{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700
}
h2{
    font-size: 46px;
    line-height: 56px;
    font-weight: 700
}
h3, .location-hd{
    font-size: 42px;
    line-height: 52px;
    font-weight: 700
}
.main-hd{
    margin:20px 0;
}
.main-text p{
    font-size: 20px;
    line-height: 30px;
    color:#032075;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center
}

.main-text p a{padding: 0 6px; display: inline-block; background:#032075;}

.center-tttx{width: 70%; text-align: center; margin: auto;}

.main-text ul{
    margin: 10px 15px;
}
.main-text ul li{
    font-size: 19px;
    line-height: 27px;
    color:#032075;
    margin-bottom: 8px;
}
.purple-text{
    color: #ff0054;
}
.text-white{
    color: #fff;
}
.text-yellow{
    color: #ddb821
}
header{
    padding: 10px 30px;
    background:#0d075b;
    border-radius: 0px;
    width: 100%;
    z-index: 999;
    margin-top: 15px;
    margin-bottom: 15px;
}
.header-box{
    display: flex;
}
.logo{
    color:#fff;
    font-size: 40px;
    font-family: 'Georgia', serif;
    width:200px;
    font-weight: 600;
}
.logo a{
    color: #fff;
}
.logo img{
    width: 100%;
}
.logo .footer-social-icons{
    display: none;
}
.menu-trigger{
    display: none;
}
.header-menu{
    display: flex;
    justify-content: flex-end;
    flex:1;
}
.header-menu ul{
    margin: 0;
    padding: 0;
    text-align: center;
}
.header-menu ul li{
    display: inline-block;
    position: relative;
}
.header-menu ul li a{
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    
    padding: 18px 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.cg-loc{
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    cursor: pointer;
    
    padding: 18px 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.header-menu ul li ul{
    display: none;
    width: 250px;
    background:#0d075b;
    z-index: 99;
    position: absolute;
    top: 100%;
    border: rgba(255,255,255,0.2) solid 1px;
    border-radius: 7px;
}
.header-menu ul li ul li{
    width: 100%;
    text-align: left;
}
.header-menu ul li ul li a{
    display: block;
    color: rgba(255,255,255,0.9);
    text-transform: none;
    padding: 10px 15px;
    font-size: 16px;
}
.header-menu ul li ul li a:hover{
    background: rgba(0,0,0,0.1);
}
.header-menu ul li:hover ul{
    display: block
}
.arrow-down{
    position: relative;
    height: 0;
    width: 0;
    border-top: solid 4px rgba(255,255,255,0.7);
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    display: inline-block;
    top: -2px;
}
.banner-box{
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    margin: 15px 0;
}
.banner-box img{
    aspect-ratio:1/0;
    object-fit: cover;
}
.top-category{
    display: flex;
    flex-wrap: wrap;
}
.top-category-lf-box{
    display: flex;
    width: 48%;
    padding: 20px;
    border: #ccc solid 5px;
    background: #eee;
    margin: 10px;
    align-items: flex-start;
}
.top-category-lf{
    width: 30%;
}
.top-category-rt{
    width: 70%;
    padding-left: 30px;
}
.category-hd{
    font-size: 19px;
    font-weight: 600;
    color: #000;
    font-style: italic;
    margin-bottom: 10px;
}
.category-text{
    font-size: 17px;
    color: #000;
    line-height: 27px;
}
.top-box-inner{
    display: flex;
}
.top-box-lf{
    width: 60%;
}
.top-box-rt{
    width: 40%;
    padding-left: 30px;
}
.inner-box-inner{
    display: flex;
}
.inner-box-lf{
    width: 77%;
}
.inner-box-rt{
    width: 23%;
    padding-left: 30px;
    margin-top: 20px;
}
.inner-box-img{
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
}

.inner-box-lf .main-text p{text-align: left;}


.gallery-box{
    background: #eee;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}
.main-gallery ul{
    margin: 0 -10px;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
.main-gallery ul li{
    width: 25%;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
}

.main-gallery ul li:nth-child(9){display: none;}
.main-gallery ul li:nth-child(10){display: none;}

.main-gallery-back{
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.main-gallery-caption{
    width: 600px;
    position: fixed;
    margin:50px auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    border-radius: 6px;
    overflow: hidden;
    display: none;
}
.main-gallery-img-pop{
    width: 40%;
}
.main-gallery-img-pop img{
    width: 100%;
}
.close-gallery{
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99999999;
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: none;
}
 
.mid-gallery ul{
    margin: 0 -15px;
    padding:0;
    display: flex;
    flex-wrap: wrap;
}

.mid-gallery ul li{
    width: 33.33%;
    padding: 15px 15px;
    position: relative;
    display: block;
}

.mid-gallery-inner{
    border-radius: 20px;
    overflow: hidden;
}

.close-gallery:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    transform: rotate(45deg);
    height: 14px;
    width: 2px;
    border-radius: 999px;
    background: #000;
}
.close-gallery:after {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    transform: rotate(-45deg);
    height: 14px;
    width: 2px;
    border-radius: 999px;
    background: #000;
}
.main-gallery ul li.main-gallery-active .main-gallery-caption{
    display: flex;
}
.main-gallery-img{
    padding: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
    position: relative;
    border-radius: 20px;
}
.main-gallery-img img{
    height: 100%;
    width: 100%;
    transform: scale(1);
    border-radius: 20px;
    transition: .3s ease;
}
.main-gallery-img:hover img{
    transform: scale(1.03);
    transition: .3s ease;
}
.main-gallery-pop-table{
    background: #fff;
    width: 60%
}
.main-gallery-pop-table table{
    width: 100%;
    border-collapse: collapse;
}
.main-gallery-pop-table table tr td{
    padding: 10px;
    font-size: 14px;
    color: #000;
}
.main-gallery-pop-table table tr:nth-child(odd){
    background: #eee
}
.view-gallery{
    position: absolute;
    width: 65%;
    color: #fff;
    background: #000;
    font-size: 16px;
    display: inline-block;
    padding: 15px 15px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 52px;
    border-radius: 20px;
    text-align: center;
    z-index: 9999;
    border: #fff solid 2px;
    transform: scale(0);
    transition: .3s ease;
}
.main-gallery-img:hover .view-gallery{
    transform: scale(1);
    transition: .3s ease;
}
.location-btm-box{
    display: block;
    padding-top: 30px;
    margin-top: 30px;
}
.location-btm-lf{
    width: 100%;
}
.location-btm-rt{
    width:100%;
    padding-left: 30px;
}

.location-btm-hd{
    color: #0d075b;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}
.location-btm-list ul{
    margin:15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.location-btm-list ul li{
    display: block;
    position: relative;
    width: 25%;
    padding:5px;
}
.location-btm-list ul li:before{
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    border: #fff solid 2px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-135deg);
    right:25px;
    top: 25px;
}

.location-btm-list ul li a{
    background:linear-gradient(#032075, #080437);
    border-radius: 15px;
    color: #fff;
    font-size: 17px;
    display: block;
    padding:15px;
    font-weight: 600;
}
.location-btm-rt .main-hd, .local-pages-text .main-hd{
    margin-top: 0;
}
.bottom-banner{
    padding: 30px 0
}
.bottom-banner-inner ul{
    display: flex;
    margin: 0 -10px;
    padding:0
}
.bottom-banner-inner ul li{
    display: inline-block;
    width: 33.33%;
    padding: 10px;
}
.bottom-banner-img{
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
}
.footer{
    background:#050135;
    padding: 30px 0;
    margin: 15px 0 0 0;
    border-radius: 0px;
}
.footer-social-icons{
    margin-top: 20px;
}
.footer-social-icons ul{
    margin:0;
    padding:0;
    text-align: center;
    background: rgba(255,255,255,0.1);
  padding: 10px;
}
.footer-social-icons ul li{
    display: inline-block;
    position: relative;
    margin: 5px;
}
.footer-social-icons ul li a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 3px;
}
.footer-social-icons ul li a img{
    width: 100%
}
.footer-box{
    display: flex;
}
.footer-foo-main{
    background: rgba(255,255,255,0.1);
  padding: 10px 40px;
  margin-bottom: 35px;
}
.footer-foo{
    width: 25%;
    padding: 0 30px;
}
.footer-hd{
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-weight: 600;
    color: #fff
}
.footer-foo p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.footer-foo-main p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.footer-foo ul{
    margin:0;
    padding: 0;
}
.footer-foo ul li{
    display: block;
    position: relative;
}
.footer-foo ul li a{
    padding: 7px 0;
    color: #fff;
    font-size: 16px;
    display: block;
}
.footer-fixed{
    width: 100%;
    padding: 10px;
    padding-top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
    display: none;
}
.footer-fixed-inner{
    position: relative;
    padding: 15px;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,0.2) 1px 1px 10px;
    border: #ddd solid 1px;
    background: #fff;
}
.whatsapp{
    position: absolute;
    left: 10px;
    top: 5px;
}
.whatsapp a{
    height: 40px;
    width: 40px;
    border-radius:50%;
    background:#0c6830;
    padding: 7px;
    display: inline-block;
}
.phone{
    position: absolute;
    right: 10px;
    top: 5px;
}
.phone a{
    height: 40px;
    width: 40px;
    border-radius:50%;
    background: #bb0e0e;
    padding: 5px;
    display: inline-block;
}


.homerates{overflow: auto; padding: 0 15px;}
.homerates table{border: #032075 solid 1px; border-collapse: collapse; width: 100%; font-family: "Helvetica", sans-serif}
.homerates table tr td{padding: 10px; font-size: 18px; color: #032075; border:#032075 solid 1px;}

.frequently-ask{margin-bottom: 50px;}
.frequently-ask ul{margin:0; padding: 0;}
.frequently-ask ul li{display: block; padding: 15px; cursor: pointer; position: relative; border:#0d075b solid 1px; border-radius:10px;}

.frequently-ask-inner h4{font-size: 22px; font-weight: 600; margin: 0;}

.frequently-ask-inner-cap{padding-top: 10px; font-size: 16px; color: #000; display: none}

.frequently-ask-inner-cap p{text-align: left;}

.frequently-ask ul li.active .frequently-ask-inner-cap{display: block;}

.faq-open-icon{height: 10px; width: 10px; border:#0d075b solid 2px; border-top:0; border-right:0; transform: rotate(-135deg); position: absolute; right: 15px; top: 18px;} 


.middle-box{display: flex; align-items:flex-start;} 
.middle-box-lf {
  width: 30%;
  padding-left: 30px;
}
.middle-box-rt {
  width: 70%;
}
.middle-box-rt .main-text p{text-align: left;}

.whatsapp a img, .phone a img{
    width: 100%;
}
.phone-txt{
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}
.local-pages-box{
    display: flex;
}
.local-pages-img{
    width: 25%;
}
.local-pages-images{
    background: #fff;
    padding:10px;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
}
.local-pages-text{
    width: 75%;
    padding-left: 30px;
}
.contact-us-form{
    border-radius: 10px;
    background: #eee;
    padding:30px;
}
.contact-us-head{
    font-size: 29px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-inputs{
    margin-bottom: 15px;
}
.contact-inputs label{
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}
.contact-inp{
    border-radius: 6px;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0,0,0,0.05) 1px 10px 10px;
    border: #ddd solid 1px;
    padding:10px;
}
.contact-inputs textarea{
    border-radius: 6px;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0,0,0,0.05) 1px 10px 10px;
    border: #ddd solid 1px;
    padding:10px;
    height: 75px;
}
.contact-submit{
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background:#bb0e0e;
    padding:13px;
    text-align: center;
    border: 0;
    width: 60%;
    margin: auto;
}
.faq-accor{
    padding-bottom: 50px;
}
.faq-accor ul{
    margin: 0;
    padding:0;
}
.faq-accor ul li{
    display: block;
    position: relative;
    background: #eee;
    border: #ddd solid 1px;
    margin-bottom: 10px;
}
.faq-head{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 10px 50px;
}
.count{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
}
.down-arrw-faq{
    position: absolute;
    display: inline-block;
    right:10px;
    border: #aaa solid 2px;
    height: 9px;
    width: 9px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    top: 13px;
}
.faq-txt{
    font-size: 19px;
    line-height: 29px;
    padding: 10px;
    padding-left: 50px;
}
@media(max-width: 767px){
    .logo{
        width: 100%;
        text-align: center;
    }

.middle-box{display: block;}
.middle-box-lf {
  width: 100%;
}
    .middle-box-rt {
  width: 100%;
}

    .logo a img{
        width: 255px;
    }
    .header-box{
        display: block;
    }

    .header-menu ul li{
        display: block;
    }
    .header-menu ul li a{
        display: block;
        border-bottom: rgba(255,255,255,0.1) solid 1px;
        font-size: 16px;
        color: rgba(255,255,255,1);
        padding: 12px 15px
    }
    .menu-trigger{display: block; font-size: 18px; font-weight: 600; padding: 15px; background: rgba(255,255,255,0.3); color: #fff; cursor: pointer; margin-top: 10px; position: relative;}
    .trigger-icon{position: absolute; right: 15px; top: 7px; padding: 10px; display: block; background: rgba(0,0,0,0.5); width: 40px;}
    .trigger-icon1{width: 100%; height: 2px; background: #fff; margin-bottom: 5px; display: block;}
    .trigger-icon .trigger-icon1:last-child{margin-bottom: 0;}
    .cg-loc{
        display: block;
        border-bottom: rgba(255,255,255,0.1) solid 1px;
        font-size: 16px;
        color: rgba(255,255,255,1);
        padding: 12px 15px
    }
    .header-menu ul li:hover ul{
        display: none;
    }
    .header-menu ul li ul{
        position: relative;
        width: 100%;
        height: 250px;
        overflow: auto;
    }
    .header-menu ul li.open-menu ul{
        display: block;
    }
    .header-menu ul li ul li a{
        font-size: 16px;
        text-align: center;
    }
    .header-menu{
        display: none;
    }
    .banner-box img{
        height: 230px;
        aspect-ratio:1/0;
        object-fit: cover;
    }
    .banner-video{
        display:block;
    }
    .top-box-inner{
        display: block;
    }
    .top-box-lf{
        width: 100%;
    }
    .top-box-rt{
        width: 100%;
        padding-left: 0;
    }
    .main-gallery ul li{
        width: 50%
    }
    .top-category{
        display: block;
    }
    .top-category-lf-box{
        width: 100%;
        margin-left:0;
        margin-right:0;
        display: block;
    }
    .top-category-lf{
        width: 100%;
    }
    .top-category-rt{
        padding-left: 0;
        width: 100%;
        padding-top: 15px;
    }
    .location-btm-box{
        display: block;
    }
    .location-btm-lf{
        width: 100%;
    }
    .location-btm-rt{
        width: 100%;
        padding-left: 0;
    }
    .bottom-banner-inner ul{
        display: block;
    }
    .bottom-banner-inner ul li{
        width: 100%;
        margin: 10px 0;
    }
    .footer-fixed{
        display: block;
    }
    .footer{
        padding-bottom: 80px;
    }
    .footer-box{
        display: block;
    }
    .footer-foo{
        width: 100%;
        padding: 0;
    }
    .footer-hd{
        margin-top: 30px;
    }
    .inner-box-inner{
        display: block;
    }
    .inner-box-lf{
        width: 100%;
    }
    .inner-box-rt{
        width: 100%;
        padding-left: 0;
    }
    .footer-social-icons{
        display: none;
    }
    .logo .footer-social-icons{
        display:block;
    }
    .logo .footer-social-icons ul li a{
        height: 30px;
        width: 30px;
    }
    .logo .footer-social-icons ul li a img{
        position: relative;
        top: -21px;
    }
    .logo .footer-social-icons ul li{
        margin:0;
    }
    .logo .footer-social-icons{
        margin-top: 10px;
    }
    .container{padding: 15px}
    .center-tttx{width: 100%}
    h1{font-size: 36px; line-height: 46px}
    h2{font-size: 34px; line-height: 44px}
    h3{font-size: 32px; line-height: 42px}
    .footer-hd{
        font-size: 20px;
        text-align: center
    }
    .footer-foo p{
        text-align: center;
        font-size: 18px;
    }
    .footer-foo ul li a{
        text-align: center;
        font-size: 18px;
    }
    .main-gallery-caption{
        width: 90%;
    }
    .main-gallery ul li.main-gallery-active .main-gallery-caption{
        display: block;
        height: 90vh;
        overflow: auto;
        margin: 10px auto
    }
    .main-gallery-img-pop{
        height: 350px;
        overflow: hidden;
    }
    .main-gallery-img-pop img{
        height: auto;
    }
    .main-gallery-img-pop{
        width: 100%;
    }
    .main-gallery-pop-table{
        width: 100%;
    }
    .location-btm-list ul li{width: 50%}
}
@media(max-width: 580px){
    .banner-box img{
        height: 213px;
    }
    .location-btm-list ul li{width:100%}
}
@media(max-width: 480px){
    .banner-box img{
        height: 171px;
    }
}
@media(max-width: 380px){
    .banner-box img{
        height: 155px;
    }
}