@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-1: #198754;

    --color-2: #bc0000;

    --color-3: #242424;

    --color-4: #fdc106;

    --color-5: #ffffff;

    --color-6: #0d70b7;
}

.jost-uniquifier {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}


/* AOS Library  */
/* Ensure no overflow during animations */
body {
    overflow-x: hidden;
}

[data-aos] {
    overflow: hidden;
}

/* Prevent blank space during fade animations */
[data-aos][data-aos][data-aos="fade-right"],
[data-aos][data-aos][data-aos="fade-left"],
[data-aos][data-aos][data-aos="fade-up"],
[data-aos][data-aos][data-aos="fade-down"] {
    will-change: transform, opacity;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

/* Default visibility of animated elements */
[data-aos] {
    visibility: hidden;
}

[data-aos].aos-animate {
    visibility: visible;
}

/* AOS Library  */

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

audio,
canvas,
embed,
iframe,
img,
object,
video {
    display: block;
    max-width: 100%;
}

summary {
    display: list-item;
}

body,
html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.4;
}

p {
    color: #242424;
    font-size: 15px;
    line-height: 25px;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: 500;
    font-family: "sans-serif", poppins;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

h1,
.h1 {
    font-size: 60px;
    font-family: "sans-serif", poppins;
}

h2,
.h2 {
    font-size: 40px;
    font-family: "sans-serif", poppins;
    margin-bottom: 15px;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 30px;
    font-family: "sans-serif", poppins;
}

/* Default classes of Navbar  */
* {
    margin: 0;
    padding: 0;
}

body {
    /* height: 3200px; */
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    background: #efefef;
    color: #555;
}

.header {
    text-align: center;
}

.header a {
    padding: 30px 0 0;
    display: block;
    font-size: 48px;
    text-decoration: none;
    color: #555;
}

.header p {
    margin: 10px 0 40px 0;
    font-size: 18px;
}

/* .container { max-width: 1200px; margin: 0 auto; } */
@media only screen and (max-width : 1000px) {
    .stellarnav>ul>li>a {
        padding: 20px 23px;
    }
}

/* Default Classes of Navbar  */
/* Custom Navbar Start */
.stellarnav.dark {
    background: none;
    /* background: rgb(255, 255, 255); */
}

.stellarnav.dark a {
    color: #FFF;
}

.stellarnav.dark ul ul {
    background: rgb(255, 255, 255);
}

.stellarnav.dark li a {
    color: #00537e;
    margin: 10px;
}

.stellarnav li.has-sub>a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    display: inline-block;
}

.stellarnav.dark .menu-toggle span.bars span {
    background: #000000;
}

.stellarnav.dark a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: "sans-serif", poppins;
}

.stellarnav.mobile.dark ul {
    background: #00537e;
}

.stellarnav svg {
    fill: rgb(255 255 255);
}

.stellarnav.mobile .menu-toggle {
    float: right;
}

.stellarnav>ul>li>a {
    padding: 20px 10px;
}

/* Custom Navbar End */
/* Custom Navbar Logo Start */

.mid-header {
    height: 110px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.main_header .navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px 10px 0;
    width: 165px;
    background-color: #a62541;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 12px rgb(0 0 0 / 33%);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 33%);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.main_header .navbar-brand .logo-2 {
    display: none
}

.main_header.sticky .navbar-brand {
    width: 123px;
    padding: 0;
    background-color: #822337;
    z-index: 99;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.main_header.sticky .navbar-brand .logo-1 {
    display: none
}

.main_header.sticky .navbar-brand .logo-2 {
    display: block
}

.main_header.sticky .navbar-brand::after {
    display: none;
}

.main_header .navbar-brand::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -41%;
    width: 100%;
    height: 46px;
    background: url(../images/bg/logo-shape.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_header .logo-1 {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    /* padding: 10px 10px 10px 10px; */
    width: 95px;
    max-width: 100%;
}

.mid-header .btn_hdr {
    border-radius: 6px;
    border: solid 2px #0066BB;
    background-color: #0066BB;
    bottom: 0px;
    right: 0;
    padding: 5px 20px;
    color: #ffffff;
    font-weight: 600;
}

.mid-header .btn_hdr:hover {
    border: solid 2px #ECD303;
    background-color: #ffffff;
    color: #ECD303;
}

.mid-header .scnd_btn_hdr {
    border-radius: 6px;
    border: solid 2px #ECD303;
    background-color: #ECD303;
    bottom: 0px;
    right: 0;
    padding: 5px 20px;
    color: #333333;
    font-weight: 600;
}

.mid-header .scnd_btn_hdr:hover {
    border: solid 2px #0066BB;
    background-color: #ffffff;
    color: #0066BB;
}

/* Custom Navbar Logo End*/

/* Banner Section Start  */
.banner {
    position: relative;
    background-image: url(../images/banner-1.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    height: 100vh;
    max-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 0 20px;
    /* margin-bottom: 20px;     */
}

.banner .banner-content h1 {
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    text-align: start;
    line-height: 62px;
    font-family: "sans-serif", poppins;
}

.banner .banner-content p {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    text-align: start;
    line-height: 44px;
    font-family: "sans-serif", poppins;
}

.banner .banner-content .cstm_list {
    list-style: none;
    border-left: 1px solid #ECD303;
}

.banner .btn_banner {
    border-radius: 0;
    border: solid 2px #ECD303;
    bottom: 0px;
    right: 0;
    padding: 5px 28px;
    color: #ECD303;
    font-weight: 600;
    display: flex;
}

.banner .btn_banner:hover {
    background-color: #ECD303;
    border: solid 2px #ECD303;
    color: #333333;
}

.banner .btn_banner a {
    display: flex;
}

/* Banner Section End */

/* Demo Banner Section Start  */
.owl-carousel .slide-item {
    position: relative;
    height: 100vh;
    max-height: 700px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
}

/* .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.3);
} */
.bnr_cont {
    position: relative;
    z-index: 2;
    padding-left: 80px;
}

.slide-content {
    max-width: 55%;
}

.slide-content h5 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}

.slide-content h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    color: #9CD45B;
}

.slide-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.slide-content strong {
    color: #ffcb55;
    font-size: 18px;
}

.gas-box {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    background: #ffffff;
    height: 75px;
    width: 3px;
    font-weight: bold;
    position: absolute;
    left: 30px;
    top: 0%;
    font-size: 18px;
    z-index: 3;
}

.gas-tag {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #9CD45B;
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 18px;
    z-index: 3;
}

.date-badge {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border: 2px solid #fff;
    padding: 20px 10px;
    color: #fff;
    text-align: center;
    z-index: 3;
}

.date-badge span {
    font-size: 22px;
    display: block;
}

.date-badge hr {
    border-color: #fff;
    margin: 8px 0;
}

.date-badge .month {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 14px;
    margin-top: 8px;
}

/* Center navigation arrows */

.owl-nav {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
}

/* Style for Prev and Next buttons */
.owl-nav {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: #e9ecef !important;
    color: #000;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
    cursor: pointer;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: #b7b7b7 !important;

}

.owl-nav i:hover {
    color: #e9ecef;
}

.owl-nav i {
    font-size: 20px;
    color: #b7b7b7;
}

/* Demo Banner Section End */

* Marquee Section End */
/* Welcome Section Start */
.welcome-section {
    background: url('../images/wlcm-bg.png') no-repeat center center;
    background-size: cover;
    color: #0f2b44;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.countdown-box {
    background: url('../images/count-bg.png') no-repeat center center;
    background-size: cover;
    color: #0f2b44;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 545px;
}

.count-item {
    border: 3px solid #1A567C;
    text-align: center;
    min-width: 82px;
    min-height: 80px;
    padding: 10px;
}

.count-item p {
    margin: 0px;
    color: #1A567C;
}

.count-item h4 {
    font-size: 24px;
    margin: 0px;
    color: #1A567C;
    font-family: "Jost", sans-serif;
}

.wlcm-txt p {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.section-title {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #1A567C;
}

.welcome-img {
    max-width: 100%;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}

@media (max-width: 768px) {
    .section-title {
        font-size: 26px;
    }
}

/* Welcome Section End */
/* Organizing Committee Start */
.og_cmt {
    padding: 20px 0 50px;
    background: url('../images/count-bg.png') no-repeat center center;
    background-size: cover;
    color: #0f2b44;
    /* padding: 60px 20px; */
    position: relative;
    overflow: hidden;
}

.og_cmt .title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    font-family: "jost", sans-serif;
    text-transform: uppercase;
}

.glry_spn {
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

.team-carousel .item {
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.team-carousel img {
    width: 100%;
    max-width: 250px;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
}

.team-carousel h5 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.team-carousel p {
    font-size: 14px;
    color: #fff;
}

.btn_cmt {
    background-color: #ffffff;
    border: 2px solid #274E67;
    border-radius: 0%;
    color: #274E67;
    font-size: 18px;
    font-weight: 500;
}

.btn_cmt:hover {
    background-color: #274E67;
    border: 2px solid #274E67;
    color: #ffffff;
}

.og-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.og-divider .line {
    height: 1px;
    width: 100px;
    background-color: #ffffff;
    /* Dark Blue */
    margin: 0 8px;
    border-radius: 2px;
}

.og-divider .dot {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
}

/* .og_cmt .team-carousel .owl-prev,
.team-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
}

.og_cmt .team-carousel .owl-prev {
  left: -45px;
}

.og_cmt .team-carousel .owl-next {
  right: -45px;
} */

/* Organizing Committee End */

/* Products Section Start  */
.product-section{
    background: url(../images/ftr-bg-ref.png) no-repeat center center;
    background-size: cover;
    color: #0f2b44;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.product-card {
  border: none;
  background: transparent;
}

.image-wrapper {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.image-wrapper .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #6cc5dc;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 600;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
}

.image-wrapper:hover img {
  transform: scale(1.08);
}

.image-wrapper:hover .read-more {
  opacity: 1;
  transform: translateY(0);
}

.product-card .title {
  font-weight: 600;
  font-size: 16px;
  color: #003366;
  padding-top: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .image-wrapper {
    width: 250px;
    height: 250px;
  }
}


/* Products Section End  */

/* Industries Section Start  */
.indus-title {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
}
.industries-modern {
  background: linear-gradient(135deg, #1a567c, #000000);
  text-align: center;
  padding: 80px 0;
}

.industries-heading {
  font-size: 36px;
  font-weight: 700;
  color: #0a375a;
  position: relative;
  display: inline-block;
}

.industries-heading::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #0a88c2;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.industry-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.industry-box:hover {
  transform: translateY(-6px);
}

.img-area {
  position: relative;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
}

.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.img-area:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 55, 90, 0.8);
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.img-area:hover .overlay {
  opacity: 1;
}

.overlay h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.overlay p {
  font-size: 15px;
  line-height: 1.5;
  max-width: 280px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .industries-heading {
    font-size: 28px;
  }

  .img-area {
    height: 220px;
  }

  .overlay p {
    font-size: 14px;
  }
}


/* Industries Section End  */
/* ====== Gradient Query Form Styles ====== */
.query-section {
  background-color: #f8f9fb;
}

.query-image {
  position: relative;
  overflow: hidden;
}

.query-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.6s ease;
}

.query-image:hover img {
  transform: scale(1.05);
}

.query-image .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.4s ease;
}

.query-image:hover .overlay {
  background: rgba(0, 0, 0, 0.55);
}

.query-form .form-control {
  border-radius: 8px;
  border: 1px solid #d2dae3;
  padding: 10px 14px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.query-form .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 6px rgba(13, 110, 253, 0.25);
}

.btn-gradient {
  background: linear-gradient(135deg, #0072ff, #00c6ff);
  color: #fff;
  border: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  background: linear-gradient(135deg, #005fe0, #009be0);
  transform: translateY(-2px);
}

.line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #0072ff, #00c6ff);
  border-radius: 5px;
}

@media (max-width: 991px) {
  .query-section .row {
    box-shadow: none;
  }
}
/* Query Form Section Styles */

/* Footer Section Start  */

/* Footer Start  */
.new_footer {
    background: #ffffff;
    padding: 30px 0 0;
    background-image: url(../images/ftr-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
}


.footer_logo_box a {
    color: #fff;
    display: inline-block;
    border-radius: 8px;
}

.footer_logo_box a img {
    max-width: 100px !important;
    margin: auto;
}

.footer_logo_box h3.venue_name {
    color: #fff;
    text-align: left;
    margin-top: 18px;
    font-weight: 500;
}

.social_icons ul {
    display: flex;
    padding-left: 0;
    margin-top: 20px;
}

.social_icons ul li a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    background: initial;
    color: #fff;
}

.social_icons ul li {
    margin-right: 12px;
}

.social_icons ul li a:hover i {
    color: var(--color-2);
}

.footer_links h3 {
    font-family: "jost", sans-serif;
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
}

.footer_links h3::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #fff;
    bottom: -5px;
    left: 2px;
}

.footer_links ul.footer_link {
    padding-left: 0;
    column-count: 2;
}
.footer_links ul.footer_products {
    padding-left: 0;
    column-count: 1;
}
.footer_links ul.footer_products li {
    margin-bottom: 20px;
}

.footer_links ul.footer_products li a {
    font-family: "poppins", sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.footer_links ul.footer_products li a:hover {
    color: #0549AE;
}
.footer_links ul.footer_link li a {
    font-family: "poppins", sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.footer_links ul.footer_link li a:hover {
    color: #0549AE;
}

.footer_links ul.footer_link li {
    margin-bottom: 20px;
}

.footer_links ul.footer_link li a i {
    font-size: 18px;
    margin-right: 7px;
    margin-top: 2px;
}

.copyrigh.text-right p {
    color: #333333;
    text-align: center;
    margin-bottom: 0;
}

.copyrigh.text-right span {
    display: block;
}

.copyrigh.text-right span a {
    color: #333333;
}

.footer_bottom {
    padding: 10px 0;
    /* background: #FF5500; */
}

.footer_bottom a {
    color: #333333;
}

.my_mb {
    margin-bottom: 30px;
    margin-top: 30px;
}

.footer_counter h3 {
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
}

.footer_counter h3::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #fff;
    bottom: -5px;
    left: 2px;
}

.footer_contnt {
    text-align: start;
}

.footer_contnt {
    text-align: center;
}

.footer_contnt h3 {
    font-size: 25px;
    text-align: start;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
}

.footer_contnt p {
    font-size: 15px;
    text-align: start;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer_counter .social-icons a {
    color: #ffffff;
    font-size: 20px;
    text-align: start;
    margin-left: 10px;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;

}

.footer_counter .social-icons a:hover {
    color: #01A9F4;
}

.footer_contnt a {
    font-size: 15px;
    text-align: start;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer_contnt i {
    margin-right: 5px;
}

.footer_contnt hr {
    width: 50%;
}

.footer_contnt h3.venue_name {
    font-size: 24px;
    font-weight: 600;
    font-family: "jost", sans-serif;
    margin-bottom: 30px !important;
    color: #333333;
}

.footer_contnt h3.venue_name span {
    color: var(--color-2);
}

.new_footer hr {
    margin: 1rem 0;
    height: 1px;
    color: #ffffff;
    background-color: #333333;
    border: 0;
    opacity: 100;
}

.footer_counter img {
    width: auto;
}

.ftr-cont h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: "jost", sans-serif;
    color: #333333;
    text-align: start;
}

.ftr-cont h5 {
    font-size: 17px;
    font-weight: 600;
    font-family: "jost", sans-serif;
    color: #333333;
    text-align: start;
}
.uftr-four {
    font-size: 24px;
    font-weight: 600;
    font-family: "jost", sans-serif;
    color: #333333;
    text-align: start;
}

.uftr-five {
    font-size: 17px;
    font-weight: 600;
    font-family: "jost", sans-serif;
    color: #333333;
    text-align: start;
}

.footer_counter i {
    color: #D4AF37;
    font-size: 20px;
}
/* Footer Section End */



/* New Contact Us Start */
.contact-widget {
    background: #ffffff;
    padding: 45px 70px 45px 70px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px 5px 5px 5px;
}

.contact-section .sec-title h2.title.title4 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
}

.address-img {
    background: #fff;
    width: 65px;
    border-radius: 7px;
}

.address-img img {
    background: #fff;
    padding: 12px;
    width: 65px;
    border-radius: 7px;
}

.contact-section .address-box {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.contact-section .address-text {
    margin-left: 15px;
}

.contact-section .address-text span.label {
    display: inline-block;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 5px;
    font-family: "Jost", sans-serif;
}

.contact-section .address-text a {
    color: #fff;
    font-family: "Jost", sans-serif;
}

.contact-section .address-text a {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 19px;
}

.social-icon {
    padding-left: 0;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.contact-box .social-icon li {
    margin-right: 10px;
}

.contact-box .social-icon li a img {
    width: 32px;
}

.contact-section .contact-box {
    padding: 65px 40px 65px 40px;
    border-radius: 5px 5px 5px 5px;
    background: #324e75;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-section .address-text .desc {
    color: #fff;
}

.contact-section .address-text .desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.contact-section .sec-title2 {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .sec-title2 .sub-text.contact {
    color: #b90e15;
}

.contact-section .sec-title2 .sub-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    background-color: #fd6509;
}

.contact-section .sec-title2 .sub-text::after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    background-color: #fd6509;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
}

.contact-widget h2.title {
    font-weight: 700;
}

.contact-section .sec-title2 .sub-text {
    position: relative;
    padding-left: 90px;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #03228f;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.contact-section .sec-title2 {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .sec-title2 .sub-text.contact {
    color: #03228f;
}

.contact-section .sec-title2 .sub-text {
    position: relative;
    padding-left: 90px;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #03228f;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.contact_section .sec-title2 .sub-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    background-color: #fd6509;
}

.contact_section .sec-title2 .sub-text::after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    background-color: #fd6509;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
}

.form_container .form-check-input {
    border: none;
}

/* New Contact Us End */

/* Contact Us End  */