body {
    font-family: 'Poppins', sans-serif;
}
h1 {
    /*font-size: 40px;
    line-height: 48px;*/
    font-size: 75px;
    line-height: 1;
}
@media (min-width: 1366px) {
    .container {
        max-width: 1260px;
    }
}
@media (min-width: 1200px) {
    .container-xl {
        max-width: 1260px;
    }
}
.fixed-top {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #000;
}
.hero-section {

}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.content {
    position: relative;
    z-index: 2;
}
.content-inner {
    padding: 30px;
}
.swiper {
    width: 100%;
    
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
}
.swiper-pagination-bullet {
    background: #fff !important;
    border-radius: 30px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 30px;
}
@media (max-width: 768px) {
    .content h1 {
        margin-top: 0;
        font-size: 50px;
        line-height: 1;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .swiper {
        max-width: 100%;
    }
    .content {
        top: 3%;
    }
    .home-brochure-btn {
        margin-bottom: 20px;
    }
    .mt-34-small {
        margin-top: 34px;
    }
}

/*Navbar */
nav .default-logo {
    visibility: visible;
    opacity: 1;
    width: 250px;
}
.expo-logo {
    width: 75%;
    margin: auto;
    display: block;
}
.dates {
    font-size: 35px;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-top: 10px;
}
.navbar-nav .dropdown-menu {
    display: none; /* Hide submenu by default */
    position: absolute;
    background-color: #fff;
    border: none;
    left: 0;
    top: 100%;
    min-width: 200px;
}
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%; /* Ensures submenu opens to the right */
    display: none;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.navbar-nav .nav-link {
    color: #fff !important;
}
.dropdown-menu .dropdown-item {
    transition: 0s all;
    color: #343a40 !important;
}
.nav-item a {
    font-size: 15px;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #ebeef0;
}
.dropdown-menu > li > a {
    padding: 9px 20px;
    display: block;
}
.navbar-nav .dropdown-menu.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #973c3c;
    border-width: 10px;
    margin-left: -10px;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.offcanvas.offcanvas-end {
    background-color: #fff; /* White background for small screens */
    width: 80%; /* Slide from right */
}
.navbar-nav .dropdown-menu {
    background-color: #f8f9fa; /* Slight gray for dropdowns */
}
.navbar-nav .dropdown-item:hover {
    background-color: #e9ecef; /* Light gray on hover */
}
.navbar.scrolled {
    background-color: black !important; /* Add black background */
    transition: background-color 0.3s ease; /* Smooth transition */
}
.dates img {
    width: 140px
}
@media (max-width: 768px) {
   .navbar-nav .nav-link {
        color: #000 !important;
        font-size: 15px;
        border-top: 1px solid #ededed;
        padding-left: 20px;
    } 
    nav .default-logo {
        visibility: visible;
        opacity: 1;
        width: 200px;
    }
    nav .expo-logo {
        width: 150px;    
    }
    .navbar-brand {
        width: auto;
    }
    .dates img {
        width: 80px
    }
}
/*Mobile Menu*/
@media screen and (max-width: 600px) {
	 .pushNav {
		 width: 85%;
		 left: -85%;
	}
}
 @media screen and (min-width: 601px) {
	 .pushNav {
		 width: 450px;
		 left: -450px;
	}
}
 ul.pushNav {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
}
 .pushNav {
	 height: 100%;
	 position: fixed;
	 top: 0;
	 z-index: 100;
	 overflow: hidden;
	 background: #fff;
	 transition: ease-in-out 0.5s;
}
.pushNav hr {
	 border: 1px solid #555;
}
 .pushNav, .pushNav a {
	 font-size: 1em;
	 font-weight: 400;
	 color: #000;
	 text-decoration: none;
}
 .pushNavIsOpen {
	 overflow: auto;
	 height: 100%;
}
 .js-topPushNav.isOpen, .pushNav_level.isOpen {
	 left: 0;
	 z-index: 9999;
}
 .closeLevel, .openLevel {
	 cursor: pointer;
}
 .openLevel, .closeLevel, .pushNav a {
	 padding: 0.8em 0;
	 display: block;
	 padding-left: 20px;
	 transition: background 0.4s ease-in-out;
}
.js-closeLevel.hdg {
    background: #000;
    color: #fff;
}
.fa-close  {
    position: relative;
    left: 73%;
    font-size: 20px;
    width: 100%;
}
.js-openLevel .fa-chevron-right{
    position: absolute;
    right: 20px;
}
/*.openLevel:hover, .closeLevel:hover, .pushNav a:hover {
	 background: #494a50;
}*/
 .hdg {
	 background-color: #fff;
}
 .closeLevel, closelevel > i {
	 font-size: 1em;
	 color: #fff;
	 background: #000;
}
 .burger {
	 position: absolute;
	 top: 25px;
	 right: 25px;
	 z-index: 99;
	 
}
 .burger i {
	 font-size: 2em;
	 color: #fff;
}
 .screen {
	 position: fixed;
	 background: rgba(0, 0, 0, 0.7);
	 width: 100%;
	 height: 0;
	 top: 0;
	 bottom: 0;
	 right: 0;
	 opacity: 0;
	 transition: opacity 0.5s ease-in-out;
}
 .pushNavIsOpen .screen {
	 height: 100%;
	 opacity: 1;
}
 .fa {
	 display: inline;
	 padding: 5px;
}
 
/*Mobile Menu*/
/* Navbar */

/*Home Banner Bottom*/
.home-banner-bottom {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    background: #de660e;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.co-located-hd {
    width: 100%;
    color: #ccc;
    font-size: 13px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    z-index: 99;
    margin-top: -34px;
    left: 0;
}
.co-located-hd span {
    background: #de660e;
    border-radius: 15px 15px 0 0;
    display: inline-block;
    padding: 10px 30px;
    color: white;
    font-size: 16px;
}
.home-banner-bottom-bg {
    position: relative;
    padding: 23px 0;
}
.home-banner-bottom ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.home-banner-bottom ul li:first-child {
    padding-left: 0;
}
.home-banner-bottom ul li:last-child {
    background: none;
    padding-right: 0;
}
@media (min-width: 1366px) {
    .home-banner-bottom ul li {
        width: max-content;
    }
}
@media (min-width: 1366px) {
    .home-banner-bottom ul li img {
        width: auto;
    }
    .home-banner-bottom ul li {
        width: max-content;
    }
}
.home-banner-bottom ul li {
    list-style: none;
    font-size: 18px;
    color: #555655;
    font-weight: 700;
    text-align: center;
    padding: 0 10px;
    background: url(../images/event/gbu/divider.png) bottom right no-repeat;
    vertical-align: bottom;
    display: table-cell !important;
}
.home-banner-bottom ul li img {
    max-width: 100%;
}
@media (max-width: 991px) {
    .home-banner-bottom ul li {
        height: auto;
    }
    .home-banner-bottom ul li img {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .home-banner-bottom ul {
        display: flex;
    }
    .home-banner-bottom ul li {
        margin: 5px 0;
    }
}

/*Home Banner Bottom*/

/*Startup Hub*/
.section-padding {
    padding: 30px 0;
    clear: both;
}
.startup-hub-img-home {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 0;
}
.startup-hub-img-home img {
    max-width: 100%;
}
.home-para-left-black {
    width: 100%; 
    height: auto;
    font-size: 17px;
    font-weight: 400; 
    color: #000; 
    margin-bottom: 15px;
}
.home-para-left-black p {
    line-height: 1.6;
}
.home-brochure-btn-row {
    width: 100%;
    height: auto;
    /* text-align: center; */
    float: left;
}
.home-brochure-btn {
    background: #000;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    margin-right: 15px;
}
.carousel-home-btn {
    padding: 10px 15px;
    background: #ffcc00;
    font-size: 15px;
    color: #000;
    display: inline-block;
    position: relative;
    /* text-transform: uppercase; */
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .section-padding {
        padding: 30px 0;
        clear: both;
    }
}
/*Startup Hub*/
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.home-para-left-black h2, .about-heading {
    color: #000;
    font-weight: 600;
}
#staticBackdrop .modal-content{background-color:transparent;}
#staticBackdrop .modal-content .btn-close {
    filter: invert(100%) brightness(100%) contrast(100%);
    opacity: 1;
}
#staticBackdrop .modal-content .btn-close:hover {
    filter: invert(90%) brightness(90%) contrast(100%);
    opacity: 1;
}
#staticBackdrop .modal-body{padding:0;}


.section-statistics-gradient {
    background: #EF114C;
    /*padding: 30px 0 0px;*/
}
.home-icon-attendees-main-box {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 10px 0;
    text-align: center;
    position: relative;
}
.home-attendees-icon {
    width: 70px;
    height: auto;
    margin: auto;
    text-align: center;
}
.home-attendees-icon img {
    max-width: 100%;
}
.home-icon-attendees-txt-main-box {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 0px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
[class^="icon-"], [class*=" icon-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.home-icon-attendees-txt-main-box .icon-attendees-txt-top {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.home-icon-attendees-txt-main-box .icon-attendees-txt-p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: "Poppins", sans-serif !important;
}
.home-icon-attendees-main-box:after {
    content: '';
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 1px;
    height: 140px;
    right: -15px;
    top: 10px;
}
.section-statistics-gradient .container .row.align-items-center .col-md-2.col-4:last-child .home-icon-attendees-main-box:after {
    border-right: 0px;
}

.statistics-row {
    background: #a63194;
    padding: 15px 0;
}
.attendees-star-txt {
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}
@media (max-width: 768px) {
    .home-icon-attendees-main-box:after {
        border-right: none;
        right: 0;
    }
}
/*Event highlight*/
.event-highlights {
    background: rgb(236, 76, 0);
    background: -moz-linear-gradient(30deg, rgba(236, 76, 0, 1) 0%, rgba(188, 141, 1, 1) 90%);
    background: -webkit-linear-gradient(30deg, rgba(236, 76, 0, 1) 0%, rgba(188, 141, 1, 1) 90%);
    background: linear-gradient(30deg, rgba(236, 76, 0, 1) 0%, rgba(188, 59, 141, 1) 90%);
}

.event-highlights h2 {
  font-weight: bold;
  color: #fff;
}
.highlight-item img {
  width: 100%;
  object-fit: cover;
}

.highlight-item h5 {
  margin-top: 15px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
}

.highlight-item p {
  font-size: 0.95rem;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
    .highlight-item h5 {
        font-size: 20px;
    }
    .highlight-item p {
        font-size: 1.1rem;
    }
}
/*Event highlight*/

/*Key Discussion Points*/
#discussionPoints {
    margin: 0;
    padding: 0px 0 0px;
    background: url() no-repeat 100% 107%;
    background-size: 540px;
}
#discussionPoints section {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    background-size: cover;
    z-index: 1;
}
#discussionPoints section img {
    margin: 0 0 10px;
    transition: all .3s ease-in;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
}
#discussionPoints section h4 {
    color: #0e0e0e;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    transition: all .25s ease;
    min-height: 90px;
    z-index: 10;
    text-align: left;
}
@media screen and (max-width: 768px) {
    #discussionPoints section {
        height: auto;
        padding: 20px 0;
        margin-bottom: 10px;
        min-height: 1px;
        word-break: break-word;
        /*border-bottom: solid 1px #f1f1f1;*/
        text-align: center;
    }
    #discussionPoints section h4 {
        font-size: 15px;
        min-height: 1px;
        text-align: center;
    }
    #discussionPoints {
        background: none;
    }
}
/*Key Discussion Points*/


.home-speakers-section {
    padding: 40px 0 30px;
}
.home-speakers-section-heading {
    width: 100%;
    height: auto;
    float: left;
    font-size: 48px;
    color: #000;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 15px;
}
.home-speakers-section-heading span {
    color: #06A2D9;
}
.home-speakers-section-para {
    width: 100%;
    height: auto;
    float: left;
    /*font-size: 15px;
    color: #000;*/
    font-weight: 500;
    
    margin-bottom: 30px;
}
.home-speakers-box-main {
    max-width: 252px;
    flex: auto;
    height: auto;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.home-speakers-txt-box-main {
        max-width: 475px;
        flex: auto;
        height: auto;
    }
@media (min-width: 1366px) {
    .home-speakers-section-heading span {
        display: block;
    }
    
    
}

@media (max-width: 991px) {
    .home-speakers-section .home-speakers-box-main:last-child{display:none;}

}
@media (max-width: 768px){
    .home-speakers-section {padding: 50px 0 20px;}
    .co-located-hd {
        margin-top: 0;
        position: relative;
        color: #ffffff;
        font-size: 15px;
    }
}



.home-speakers-outer-box {
    width: 100%;
    height: auto;
    float: left;
    /*margin-bottom: 25px;*/
    padding: 10px;
}
.home-speakers-outer-box:hover {
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.home-speakers-pic {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.home-speakers-pic img {
    max-width: 100%;
}
.home-speakers-outer-box:hover .home-speakers-pic img{
    filter: grayscale(1);
}
.home-speakers-txt-outer-box {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 5px;
}
.home-speakers-name {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    line-height: 22px;
    color: #06A2D9;
    font-weight: 500;
}
.home-speakers-position {
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 17px;
}
.home-speakers-position-details {
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #555555;
    line-height: 16px;
    margin-bottom: 5px;
}
.home-conference-agenda-btn {
    width: 100%;
    height: auto;
    text-align: center;
}
.home-conference-agenda-btn a {
    width: 100%;
    height: auto;
    background: #fff;
    color: #06A2D9;
    border: 2px solid #06A2D9;
    font-size: 20px;
    padding: 18px 15px;
    text-align: center;
    display: block;
    font-weight: 500;
    /* text-transform: uppercase; */
}
.home-testimonials-btn {
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
}
.home-testimonials-btn a {
    width: 100%;
    height: auto;
    background: #06A2D9;
    color: #fff;
    font-size: 20px;
    padding: 20px 15px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    /* text-transform: uppercase; */
}

/*Who should Attend*/
section#who-should-attend {
    background: #F9DDC9;
    position: relative;
}
/*section#who-should-attend:before {
    position: absolute;
    content: '';
    background: url(../images/event/gbu/who-should-attend.webp) no-repeat 0 0;
    width: 380px;
    height: 330px;
    background-size: 340px;
    left: 0px;
}*/

.who_shoud_attend .page_hdng4 h2::before {
    margin-left: 0;
}
.page_hdng4 h1::before, .page_hdng4 h2::before, .page_hdng2 h2:before, .page_hdng5 h2:before {
    background: #202e6c;
    height: 1px;
    width: 100px;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}
.who_shoud_attend .listing-design ul {
    justify-content: center;
    gap: 20px;
    row-gap: 10px;
}
.listing-design ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
}
.who_shoud_attend .listing-design ul li {
    padding-top: 0px;
    position: relative;
}
.listing-design.layout-2 ul li {
    width: calc(50% - 15px);
    font-size: 17px;
    line-height: 1.5;
}
.listing-design.design-style4 li {
    padding-bottom: 5px;
}
.listing-design li {
    padding-bottom: 0;
    text-transform: none;
    display: flex;
    align-items: start;
    font-weight: 500, normal;
    line-height: 1.3em;
    transition: all .3s ease-in;
    position: relative;
}
ul.listing li {
    display: flex;
    align-items: center; /* Aligns icon and text vertically */
    gap: 10px; /* Adds space between the icon and the text */
}
ul.listing li i {
    font-size: inherit; /* Ensures the icon matches the text size */
    line-height: 1; /* Removes extra spacing */
}
/*.who_shoud_attend .listing-design ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/event/gbu/line.png) no-repeat 0 0;
    width: 36px;
    height: 3px;
}*/
.page_hdng4 h2 {
    /*padding-bottom: 20px;
    margin-bottom: 25px;*/
    position: relative;
    display: inline-block;
    padding-top: 0;
    color: #fff;
    width: 100%;
    margin-top: 0;
    font-weight: bold;
}
@media screen and (max-width: 1000px) {
    .listing-design li {
        width: 100% !important;
        line-height: 24px;
    }
}
@media screen and (max-width:767px) {
    section#who-should-attend:before {
        display: none;
    }
    .who_shoud_attend>.container {
        max-width: none;
        margin-right: 0;
        margin-left: auto;
    }
    .who_shoud_attend .listing-design ul {
        padding-left: 0;
    }
}

/*Who should Attend*/

/*Get Involved*/
.section-get-involved {
    padding: 30px 0;
    /*background: #000 url(../images/event/gbu/bg-honey.png);*/
}
.home-heading-top-red {
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.5rem;
}
.home-para-top-white {
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
}
.get-involved-main-box {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}
.get-involved-img {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 0px;
    text-align: center;
}
.get-involved-img img {
    max-width: 100%;
    width: auto !important;
    display: initial !important;
}
.get-involved-txt-box-main {
    width: 100%;
    height: auto;
    float: left;
    padding-right: 10px;
}
.get-involved-heading {
    width: 100%;
    height: auto;
    float: left;
    font-size: 28px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 34px;
}
.get-involved-txt {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}
.get-involved-btn {
    background: #ec4c00;
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
    display: inline-block;
    font-weight: 500;
}
.home-arrow-right {
    display: none;
    width: 18px;
    height: 16px;
    position: relative;
    margin-left: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#get-involved-carousel .swiper-pagination-bullet {
    background: #000!important;
    border-radius: 30px;
    opacity: 1;
}
@media (max-width: 768px) {
    .home-heading-center-white, .home-heading-left-black {
        font-size: 24px;
        line-height: 27px;
    }
    .home-para-top-white {
        margin-bottom: 10px;
    }
    .get-involved-txt-box-main {
        padding: 0 10px;
    }
    .get-involved-heading {
        margin-top: 25px;
    }
}
/*Get Involved*/

/*Government Support*/
.home-heading-center-black {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 15px;
}
.home-government-logo-img {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.home-government-logo-img img {
    max-width: 100%;
}
.home-government-txt {
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    line-height: 25px;
    color: #121212;
    font-weight: 400;
    margin-bottom: 15px;
}
.home-government-txt ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
@media (max-width: 768px) {
    .home-heading-center-black {
        text-align: center;
        line-height: 40px;
    }
    
}
/*Government Support*/

/*Footer*/
footer {
    display: block;
    padding: 45px 0 0 0; 
    color: #fff;
    overflow: hidden;
    background: #091E3E;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#39409a",endColorstr="#c82c92",GradientType=1);
}
.footer-logo-bottom {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 7px;
}
.footer-logo-bottom-txt {
    height: auto;
    float: left;
    font-size: 18px;
    color: #ccc;
    margin-bottom: 45px;
}
.footer-logo-bottom-link-main {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-logo-bottom-link-main ul {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.footer-logo-bottom-link-main ul li {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 7px;
}
.footer-logo-bottom-link-main ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-link-main-box {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 40px;
}
.footer-link-heading {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.footer-link-heading:after {
    content: "";
    position: absolute;
    right: -30px;
    border-bottom: 1px solid #fff;
    width: 30px;
    bottom: -0.5px;
}
.footer-link-box-main {
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
}
.footer-link-box-main ul {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.footer-link-box-main ul li {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 7px;
}
.footer-link-box-main ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-container {
    background: rgba(0, 0, 0, 50%);
    padding: 30px 0;
    margin-top: 50px;
}
.footer-container .footer-heading-txt {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: 0px;
    /* text-transform: capitalize; */
    color: #999;
}
.footer-container .footer-image-box {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin: 15px 0;
}
.footer-container .footer-image-box img {
    max-width: 100%;
}
.footer-container-social-main {
    border-left: 1px solid #ffffff35;
}
.footer-social-box {
    width: 100%;
    height: auto;
    float: left;
}
.footer-social-box ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.footer-social-box li {
    display: inline-block;
}
.footer-social-box li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #00000050;
    color: #bda4ba;
    border-radius: 50%;
    font-size: 20px;
    line-height: 45px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.footer-container-bottom {
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 20px 0;
}
.footer-bottom-link-right {
    text-align: right;
}
.footer-bottom-link-right a {
    color: #fff;
    margin-left: 15px;
    display: inline-block;
}
.sm_city, .sm_city1 {
    background-color: white;
    padding: 5px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 1%);
    margin: 5px;
    border: 3px solid #e0e0e0;
    border-radius: 8px;
    width: 100%;
    height: 90px;
}
.sm_city1 a, .sm_city1 span{
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-align: center;
}
.sm_city1 img{
    height: 55px;
    text-align: center;
    display: block;
    margin: auto;
}
@media (max-width: 991px) {
    .footer-bottom-link-right {
        text-align: center;
        margin-top: 15px;
    }
    .footer-bottom-link-right a {
        text-decoration: none;
    }
    .footer-container-social-main {
        border-left: 0;
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .footer-container .footer-heading-txt {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .footer-logo-bottom-txt {
        width: 100%;
        height: auto;
        font-size: 13px;
        color: #ccc;
        text-align: center;
        margin-bottom: 45px;
    }
    .footer-link-main-box {
        margin-top: 10px;
    }
    .footer-link-heading:after {
        content: "";
        position: absolute;
        right: -30px;
        border-bottom: 1px solid #fff;
        width: 5px;
        bottom: -0.5px;
    }
}
@media (max-width: 480px) {
    .footer-container .footer-image-box {
        margin-bottom: 25px;
    }
}
/*Footer*/