*{
    margin: 0px;
    padding: 0px;
}
body {
    overflow-x: hidden !important;
}

section.header {
    position: absolute;
    top: 10px;
    z-index: 99;
    width: 100%;
}
nav.navbar.navbar-expand-sm.navbar-dark {
    background: #f2613f6b;
    margin: -8px;
    border-bottom: 1px solid #ffffff52;
}
.hed-btn {
    margin-left: auto;
}

.header li.nav-item a.nav-link {
    font-size: 16px;
    color: #fff !important;
    font-weight: 600;
}
.header li.nav-item a.nav-link:hover {
    color: #ffc451 !important;
}
.header ul.navbar-nav {
    gap: 20px;
}

.hed-btn a.btn.btn-info {
    color: #fff;
    border-radius: 4px;
    padding: 7px 25px 8px 25px;
    transition: 0.3s;
    font-size: 15px;
    display: inline-block;
    border: 2px solid #ffc451;
    background: none;
}
section.bnr-sec {
    background-image: url(../img/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    padding-bottom: 30px;
}

.bnr-con {
    width: 700px;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.bnr-con h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    color: #fff;
}
.dico {
    color: #ffc451 !important;
    font-size: 48px !important;
}
.bnr-con h4 {
    color: #ffffffe6;
    font-size: 24px;
    font-weight: 500;
    margin-top: 12px;
}
.bnr-con p {
    color: #fff;
    font-size: 21px;
    margin-bottom: 18px;
}
.bnr-con span {
    font-size: 20px;
    color: #ffffffe6;
}

.bnr-btns {
    text-align: center;
}
.bnr-btns {
    margin-top: 20px;
}
.bnr-btns a {
    background-color: #ffc451;
    color: #000000;
    border-radius: 5px;
    padding: 7px 30px 8px 30px;
    transition: 0.3s;
    font-size: 18px;
    border: 2px solid #ffd584;
    font-weight: 500;
}
.bnr-btns a.btn.btn-info {
    margin-right: 10px;
}
.bnr-btns a.btn.btn-info:hover {
    background: #000;
    color: #fff;
    border: 2px solid #ffc451;
}
.bnr-btns a.btn.btn-dark {
    background: #000;
    color: #ffc451;
}
.bnr-btns a.btn.btn-dark:hover {
    background: #ffc451;
    color: #000;
    border: 2px solid #ffc451;
}
section.about-sec {
    padding: 60px 0px;
}
.cont-flex {
    display: flex;
    justify-content: space-between;
}
.bdr-ab {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
}
.bdr-ab::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ffde9e;
    margin: 4px 10px;
}
.abo-con h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 25px;
}
.content-withimage {
    display: flex;
    gap: 28px;
}
.abo-con p {
    margin-bottom: 15px;
    color: #888;
    font-weight: 400;
    line-height: 24px;
    font-size: 17px;
    width: 900px;
    text-align: justify;
}
.images-contentpara {
    width: 500px;
    height: 220px;
}
.images-contentpara img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.high-sec h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 40px;
}
.high-left {
    background: #ffff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #0000002b;
    height: 335px;
    box-shadow: 0px 0px 5px;
}
.high-left h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.high-left ul li {
    font-size: 18px;
    font-weight: 400;
}
.high-right ul li {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 36px;
}
.high-right {
    background: #ffff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #00000045;
    height: 335px;
    box-shadow: 0px 0px 5px;
}
section.high-sec {
    padding: 30px 0px;
    background: #cccccc4d;
    border-top: 1px solid #4e1a1a2e;
    border-bottom: 1px solid #4e1a1a2e;
}
.disc {
    background: #a0505c;
    padding: 20px;
    margin: 20px 0px;
    text-align: center;
    border-radius: 10px;
}
.disc h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 38px;
    margin: 0px;
}
.high-sec p {
    text-align: center;
    font-size: 25px;
    color: #444444;
    margin: 0px;
}
section.cord-sec {
    padding: 40px 0px;
}

.cord-sec h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 40px;
}
.cards {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #ebb958;
    border-radius: 10px;
}
.cards img.img-fluid {
    border-radius: 7px 7px 0px 0px;
}
.crd-con {
    padding: 15px;
    background: #ebb958;
    border-radius: 0px 0px 7px 7px;
}
.crd-con h4 {
    margin: 0px;
}
section.Venue-sec {
    background: #ccc;
    padding: 50px 0px;
}
.venue h2 {
    margin: 0px;
    color: #e12b23;
    font-weight: 700;
}
.venue h4 {
    font-size: 30px;
    font-weight: 700;
}
.venue h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

.venue p {
    margin-bottom: 15px;
}
.venue ul {
    padding: 0px;
    list-style: none;
}
.venue ul li span {
    color: #e0a42e;
    font-size: 20px;
    padding-right: 12px;
}
.venue ul li {
    font-weight: 500;
    font-size: 15px;
}
.venue-img img.img-fluid {
    border: 1px solid #fff;
    border-radius: 10px;
}
section.attr-sec {
    padding: 60px 0px;
}
section.attr-sec h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 40px;
}

.img-box h4 {
    margin: 10px 0px;
    color: #888;
    font-size: 21px;
    font-weight: 400;
}
.img-box img.img-fluid {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.img-box {
    text-align: center;
    margin-bottom: 45px;
}


.footer-top {
    background: #151515;
    border-bottom: 1px solid #222222;
    padding: 60px 0 30px 0;
}

.footer-info {
    margin-bottom: 30px;
}

.footer-info h4 {
    font-size: 28px;
    margin-bottom: 20px;
    padding: 2px 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.footer-info p {
    color: #fff;
    font-size: 14px;
}

.heading-footer h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 12px;
}

ul.list-footer {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.list-footer li {
    padding: 10px 0px;
}

ul.list-footer li i.ri-arrow-drop-right-line {
    padding-right: 2px;
    color: #ffc451;
    font-size: 18px;
}








.co-mg img.img-fluid {
    height: 200px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.co-mg h3 {
    font-size: 17px;
    margin: 10px 0px 0px 0px;
}
.co-mg span {
    font-size: 15px;
    color: #888;
}
section.owlc-sec {
    padding: 10px 0px 60px;
}

section.owlc-sec h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 40px;
}
























ul.list-footer li a {
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

ul.list-footer li a:hover {
    color: #ffc451;
}

.heading-footer3 {
    color: #fff;
}

.heading-footer3 h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px;
}

.heading-footer3 p {
    font-size: 14px;
    line-height: 24px;
}

.footer-heading4 {
    color: #fff;
}

.footer-heading4 h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px;
}

.footer-heading4 address {
    line-height: 26px;
}

.footer-bottom {
    background: #000;
    border-top: 1px solid #7569698f;
    padding: 30px;
}

.footer-bottom h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.com-imgs {
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 15px;
}
.com-imgs img.img-fluid {
    width: 71%;
}
.com-imgs h3 {
    text-align: center;
    font-size: 22px;
    margin: 20px 0px 5px 0px;
}
section.comt-sec h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 40px;
}
.bnr-con h3 {
    color: #fff;
    margin: 19px 0px;
}