*,
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
	
}

body::-webkit-scrollbar {
    display: none;
}

.container {
    width: 90%;
    margin: 0px auto;
    display: grid;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #000;
    margin-bottom: 10px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

p {
    margin-bottom: 15px;
    text-align: justify;
    line-height: 26px;
    font-size: 16px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    color: #000;
}

a strong {
    text-decoration: underline;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.justify-between {
    justify-content: space-between;
}

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

.ptb-40 {
    padding: 40px 0px;
}

header {
    background-color: #221043;
    border-bottom: 2px dashed #fff;
}

aside {
    width: 30%;
}

aside a img {
    max-width: 80%;
    margin: 8px 0px;
}

nav {
    width: 70%;
}

nav ul {
    justify-content: right;
    padding: 16px 0px;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
    display: block;
    font-family: system-ui;
    font-weight: 600;
}

nav ul li a:hover {
    color: #FCC51F;
}

.set-span {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    font-family: cursive;
    margin-bottom: 20px;
}

.set-banner img {
    width: 100%;
}

.pb-not {
    margin-bottom: 10px;
}

.location {
    background:#221043;
}

.location ul li {
    list-style: none;
    margin: 5px;
    width: 24%;
}

.location ul li a {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
	font-weight:bold;
    text-transform:capitalize;
}

.location ul li a:hover {
    color:#FFFF00;
}

.gallery-set {
    background:#221043;
}

.cont-bg .main-box {
    margin-bottom: 10px;
}

.cont-bg .main-box .sub-box {
    width: 24%;
    border-bottom: 2px solid #221043;
    border-left: 2px solid #221043;
    border-right: 2px solid #221043;
}

.cont-bg .main-box .sub-box span {
    color: #000;
}

.main-box .sub-box:hover {
    border-color: #fff;
}

.main-box .sub-box img {
    max-width: 100%;
}

.main-box .sub-box {
    width: 24%;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    cursor: pointer;
}

.main-box .sub-box:hover {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

.main-box .sub-box:hover span {
    color: #000;
}

.main-box .sub-box span {
    font-size: 15px;
    font-weight: 600;
    font-family: cursive;
    display: block;
    padding: 10px;
    color: #fff;
}

.clor-set {
    color: #fff;
}

.custmer-set {
    background:#221043;
}

.custmer-set .custm-set {
    width: 31%;
    border: 2px solid #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    cursor: pointer;
    transition: border-radius 5s ease-out;
    text-align: center;
}

.custmer-set .custm-set img {
    border-radius: 50%;
}

.custmer-set .custm-set span {
    font-size: 20px;
    font-family: cursive;
    padding: 7px 10px;
    display: block;
    color: #fff;
}

.custmer-set .custm-set p {
    padding: 0px 10px;
    text-align: center;
    color: #fff;
}

.custmer-set .custm-set:hover {
    border: 2px solid #fff;
}

.custmer-set .custm-set:hover span,
.custmer-set .custm-set:hover p {
    color: #fff;
}

.set-bannerf a img {
    width: 100%;
    height: 250px;
}

.copy-footer {
    background: #221043;
    padding: 10px 0px;
}

.copy-footer p {
    text-align: center;
    color: #fff;
}

.copy-footer p a {
    color: #fff;
}

.copy-footer .a-set {
    display: flex;
    justify-content: center;
}

.copy-footer .a-set img {
    max-width: 12%;
}

.copy-footer a amp-img {
    width: 150px;
    height: 60px;
}

footer .footer-box {
    width: 24%;
	
}

footer .footer-box img {
    max-width: 80%;
    margin-bottom: 15px;
}

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

footer .footer-box span {
    font-size: 25px;
    padding-top: 15px;
    display: block;
    padding-left: 10px;
    font-weight: 600;
    font-family: monospace;
    margin-bottom: 20px;
}

footer .footer-box ul {
    overflow-y: scroll;
    height: 150px;
}

footer .footer-box ul::-webkit-scrollbar {
    display: none;
}

footer .footer-box ul li {
    list-style: circle;
    margin-left: 20px;
}

footer .footer-box ul li a {
    color: #000;
    padding: 8px 0;
    display: block;
}

footer .footer-box .fot-call li {
    overflow-y: visible;
    list-style: none;
    margin-left: 0px;
}

footer .footer-box .fot-call li a {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    padding-left: 10px;
}

footer .footer-box .fot-call li a amp-img {
    max-width: 10%;
    margin-bottom: 0px;
}

.call-btn {
    position: relative;
}

.call-btn > .call-btn-box {
    position: fixed;
    right: 0%;
    bottom: 15%;
    z-index: 10;
}

.call-btn > .call-btn-box a {
    padding: 5px 20px 5px 8px;
    display: block;
    width: 70px;
    background: #f40154;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.call-btn > .call-btn-box a:first-child {
    margin-bottom: 10px;
}

.call-btn > .call-btn-box a img {
    max-width: 50px;
}

@media only screen and (max-width:1080px) {
    .location ul li {
        width: 23%;
    }

    footer .footer-box {
        width: 49%;
    }
}

@media only screen and (max-width:991px) {

    nav,
    aside {
        width: 100%;
    }

    nav ul {
        text-align: center;
    }

    .location ul li {
        width: 49%;
        margin: 0px;
        margin-bottom: 10px;
    }

    aside {
        text-align: center;
    }

    aside a img {
        margin: 0px auto;
        max-width: 50%;
        margin-top: 20px;
    }

}

@media only screen and (max-width:768px) {
    .custmer-set .custm-set {
        margin-bottom: 20px;
    }

    .cont-bg .main-box .sub-box,
    .custmer-set .custm-set,
    .main-box .sub-box {
        width: 49%;
        margin-bottom: 20px;
    }

    nav ul {
        padding: 8px 0px;
    }

}

@media only screen and (max-width:767px) {
    nav ul {
        justify-content: center;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 23px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 21px;
    }

    h6 {
        font-size: 20px;
    }

    footer .footer-box {
        width: 100%;
    }

    footer .footer-box ul {
        height: auto;
    }
    aside a img{
      max-width: 70%;  
    }
    .set-bannerf a img{
        height: 150px;
    }
}

@media only screen and (max-width:580px) {
    nav ul li a {
        padding: 5px 20px;
        font-size: 15px;
    }

    .ptb-40 {
        padding: 20px 0px;
    }

    .set-span {
        font-size: 20px;
    }

    .location ul li a {
        padding: 7px 10px;
        text-transform: capitalize;
    }

    p {
        font-size: 15px;
        text-align: justify;
    }

    .cont-bg .main-box .sub-box,
    .location ul li,
    .main-box .sub-box {
        width: 48%;
    }

    .custmer-set .custm-set {
        width: 100%
    }

    .call-btn > .call-btn-box a amp-img {
        max-width: 40px;
    }

    .custmer-set .custm-set amp-img {
        width: 80px;
        height: 80px;
    }

    footer .footer-box amp-img {
        max-width: 60%;
    }
}

@media only screen and (max-width:480px) {
    .cont-bg .main-box .sub-box,
    .location ul li,
    .main-box .sub-box,
    .location ul li {
        width: 100%;
    }

}
