@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    background: #ffffff;
    color: #414141;
   font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
    font-family:"Open Sans", sans-serif;
}
.social-icons {
    column-gap: 0;
}
.header-bar {
    margin-left: 5px;
}
.header-top * {
    color: #fff;
    FONT-SIZE: 13PX;
}
.banner-section .banner-wrapper .banner-content .countdown {
    column-gap: 20px;
    row-gap: 15px;
    MARGIN: 0 AUTO;
    JUSTIFY-CONTENT: CENTER;
    MARGIN-TOP: -120PX;
}
.pricing-item .pricing-inner .pricing-content .facilites .facility-item {
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px;
    font-weight: 400;
}
.header-wrapper .menu-area .signup{
    border-radius: 8PX;
}
.pricing-item .pricing-inner .pricing-header p {
    /* font-family: "Circular Std", serif; */
    font-family:"Open Sans", sans-serif;
    font-size: 16px;
    color: #fff;
    LETTER-SPACING: 1PX;
    LINE-HEIGHT: 1.3;
}
.pricing-item .pricing-inner .pricing-content .get-ticket {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 6px 6px;
    BACKGROUND: #0e0a3f;
}
 
.pricing-item .pricing-inner {
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
    background-color: #e8e8e8;
}
.pricing-item.orange-style .pricing-header { 
    filter: drop-shadow(0 5px 0 rgba(252, 155, 10, 0.1));
    background: linear-gradient(45deg, #113355, #11217e);
}
.pricing-item .pricing-inner .pricing-header{
    padding: 20px;
}
.pricing-item .pricing-inner .pricing-header h3 {
    color: #fff;
    FONT-SIZE: 3REM;
    FONT-WEIGHT: 300;
    MARGIN: 1REM 0;
    LETTER-SPACING: -0.3REM;
}
.image-grid-cover {
        width: 100%;
    background-size: cover;
    min-height: 380px;
    position: relative;
    margin-bottom: 30px;
    text-shadow: rgba(0, 0, 0, .8) 0 1px 0;
    border-radius: 11px;
    background-position: CENTER;
    OVERFLOW: HIDDEN;
    BOX-SHADOW: 10PX 10PX 14PX 0PX #54545496;
    transition: all ease-in-out 0.22s;
}
.image-grid-clickbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
/*    background: rgba(0,0,0,.45);*/
}
.image-grid-cover:hover{
    transform: scale(1.1);
    transition: all ease-in-out 0.22s;
}
.cover-wrapper {
        text-align: center;
    display: block;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .8) 0 1px 0;
    z-index: 21;
    position: absolute;
    bottom: 0;
    background: BLUE;
    PADDING: 5PX 10PX;
    FONT-SIZE: 15PX;
    border-radius: 0 10px;
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
.header-top, .lab-btn.style-orange, .header-wrapper .menu-area .signup, .lab-btn, .bg-color, .page-header {
    background-image: linear-gradient(90deg, #183b56 0%, #3926dc 100%);
}
.header-top a:hover {
    color: #ffc107;
}
.header-wrapper {
    padding: 15px 0;
}
.menu li .submenu li a:hover, .menu li .submenu li a.active {
    background: #FF5722;
    padding-left: 22px;
    color: #fff;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width);
    background: transparent;
}
.header-wrapper .logo a img {
    max-width: 100%;
    max-height: 70px;
    position: absolute;
    z-index: 999;
    top: 5px;
}
.signup{
    margin: 0 5px;
    display: block !important;
}
.accordion-item a{
    display: inline-block;
    background: linear-gradient(90deg, #183b56 0%, #3926dc 100%);;
    color: white;
    padding: 1px 10px;
    border-radius: 3px;
    font-size: 13px;
}
.footer-section .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 2px;
}
.footer-section ul li {
    list-style: none;
    display: inline-flex;
    padding: 4px;
}
.footer-section ul.menus li a{
        font-size: 13px;
    padding: 0 5px;
    font-weight: 500;
    COLOR: #ffc107;
    TEXT-TRANSFORM: UPPERCASE;
    transition: all ease-in-out 0.22s;
    position: relative;
}
.footer-section ul.menus li a:hover{
    color: white;
    transition: all ease-in-out 0.22s;
}
.footer-section ul.menus li a:after{
    content: "";
    position: absolute;
    width: 2PX;
    background: #3e3e3e;
    height: 80%;
    right: -5px;
    top: 10%;
    box-shadow: 1PX 0 1PX #000;
}
.footer-section ul.menus li:last-child a:after{
    display: none;
}
.accordion-item .gift-list{
    list-style: auto !important;
    padding-left: 20px;
}
.accordion-item .accordion-body{
    text-align: justify;
}
.accordion-item .gift-list li{
    list-style: auto !important;
}
.fixed-bottom a{
    color: orangered  !important;
}

.banner-section {
    background: url(../images/banner/bg.jpg);
    background-size: cover;
    margin-top: -100px;
    z-index: -1;
    position: relative;
}
.accordion-header button{
    text-align: left;
}
.bg-opacity-50{
    background: #ffffff36;
}
.header-top-area .social-icons li a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.header-top-area .left li {
    padding: 6px 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.menu > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 15px;
    text-transform: capitalize;
}
.account-wrapper{max-width: 98%;
text-align: left;}

dl, ol, ul{
    margin-bottom: 15px;
    font-weight: 300;
   
    color: #6f7d95;
    line-height: 24px;
}
.sponsor-section .all-sponsor {
    max-width: 100%;
    margin: 0 auto;
}
.modal-body ul{
    margin: auto !important;
    padding-left: 2rem !important;
}
ul.list-styled li{
    list-style: disc;
}
p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 24px;
}
.gift-item span i{HEIGHT: 30PX;
    WIDTH: 30PX;
    background: blue;
    DISPLAY: inline-flex;
    JUSTIFY-CONTENT: CENTER;
    ALIGN-ITEMS: CENTER;
    COLOR: WHITE;
    border-radius: 4px;
    margin-right: 1rem;}
    .gift-item{
        DISPLAY: FLEX;
    min-height: 30px;
    margin-bottom: 10px;
    align-items: center;
    height: 100%;
    font-weight: 500;
    }
.event-gift-section .gift-content .gift-list .gift-item {
    list-style: none;
    color: #fff;
    font-size: 16px;
    padding: 7px 0;
    font-family:"Open Sans", sans-serif;
    text-align: justify;
    display: flex;
    font-weight: 400;
}
.all-sponsor img:hover{
    transform: scale(1.1);
    transition: all ease-in-out 0.22s;
    cursor: pointer;
}
.speaker-item .speaker-inner{
    background: white;
    border-color: #CCC;
    padding: 15px;
    height: 100%;
    border-radius: 8px;
}
.speaker-item:hover .speaker-inner .speaker-content .spkr-content-title a {
    color: #183b56;
}
.all-sponsor img{
    max-height: 90px;
    max-width: none;
    margin: 0 auto;
/*    background: white;*/
    padding: 10px;
    border-radius: 4px;
    transition: all ease-in-out 0.22s;
}
.swiper-slide{
    background: white;
    border-radius: 4px;
}
.event-gift-section .section-header p {
    color: #fff;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.account-form .form-group select, .form-control {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    padding: 10px 15px;
    color: #183b56;
    border: none;
}

.banner-section .banner-wrapper .banner-content h3{
	color: orange;
}
.banner-section .banner-wrapper .banner-content a{
    color: white;
}

.banner-section .banner-wrapper .banner-content h1 {
    line-height: 1;
    margin-bottom: 18px;
    font-size: 48px;
    color: #fff;
}

#events-tab .nav-tabs {
    border-bottom: 1px solid #dee2e640;
}
.nav-tabs .nav-link{
        PADDING: 20PX 30PX;
    BACKGROUND: #333;
    COLOR: WHITE;
    text-transform: uppercase;
}
.icofont-twitter{
    font-family:sans-serif;
}
.icofont-twitter::before{
    content:"𝕏";
    font-size:1.2em;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: WHITE;
    background-color: ORANGERED;
    border-color: var(--bs-nav-tabs-link-active-border-color);
    
}

#events-tab .nav-tabs .nav-item.show .nav-link, #events-tab .nav-tabs .nav-link.active {
        color: white;
    background: linear-gradient(90deg, #ffd75f 0%, #cc6000 100%);
    border-color: #dee2e6 #dee2e6 #fff;
}
.section-header h2 {
    background-image: linear-gradient(90deg, #183b56 0%, #3926dc 100%);
}
.preloader, .newsletter-section {
     
    background: #0e0a3f;
}

#events-tab .nav-link {
    padding: 1rem 4rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(90deg, #183b56 0%, #3926dc 100%);
    margin: 1px;
    border: none;
}
#events-tab .nav-link small {
    font-size: 12px;
    text-transform: none;
    display: block;
}

#programme table p{
	color: white;
    margin: 0;
}
.page-header {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-content a{
   color: white;
}
.speaker-comp-logo{
	display: none;
}

.registration-fee{ 
    transition: all linear 0.22s;
    margin-bottom: 2rem;

}
.registration-fee .card-body{ 
  padding-bottom: 0;
 
}
.registration-fee:hover{
    box-shadow: 1px 7px 6px 0px #ccc;
    transition: all linear 0.22s;
}

.registration-fee  hr:not([size]) {
    height: 0;
    border: 1px dashed #FF9800;
    background: none;
}
.registration-fee  .row {
   background: #f2f4f9;
    padding: 10px;
}
.header-section {
    background: #130e44;
}
.header-section.header-fixed .header-bottom {
    background: #0e0a3f;
}
.speaker-item{
    height: 100%;
}
.speaker-item .speaker-inner .speaker-thumb {
        width: 90%;
    }

    .speaker-item .speaker-inner {
        align-items: center;
        flex-direction: COLUMN;
        text-align: inherit;
            column-gap: 18px;
    row-gap: 15px;
        padding: 5px;
        height: 100%;
    }
    .speaker-item .speaker-inner .speaker-content {
        width: 100%;
        TEXT-ALIGN: CENTER;
    }
 .speakers-section h5{
    font-size: 15px;
 }
 .speaker-item .speaker-inner .speaker-content .spkr-content-title p {
    font-size: 14px;
    line-height: 1.4;
}
.menu-item-has-children > a::before{
    background-color:#FFF ;
}
.menu-item-has-children > a::after{
    background-color:#FFF ;
    margin: 0;
}
.section-header p {
    color: #183b56;
    font-size: 16px;
    letter-spacing: 1PX;
}
.section-header h2 small{
    font-size: 2rem;
    display: block;
}
.menu{
    background: rgb(19 14 68);
    margin: 0;
}
.text-md-right .images-box {
    margin-left: 0;
    display: block;
    max-width: 100%;
}
.images-box, .images-box-item {
    display: block;
    position: relative;
}
.images-box-item img {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-height: 400px;
    object-fit: COVER;
}
.images-box-item-left-top {
    position: absolute;
    left: -28px;
    right: 57%;
    top: -45px;
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
}
.banner-section {
   
/*    margin-top: -24px;*/
    z-index: -1;
    position: relative;
}

@media (min-width: 1200px){
.header-section.header-fixed {
    top: 0;
}
}
@media (min-width: 992px) {
    .menu > li > a:hover {
        color: #ffc107;
    }
}
@media (max-width: 991px) {
    .menu li a {
        display: block;
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        color: #ffffff;
    }
}
@media (max-width:576px){
    .header-wrapper .logo a img {
    max-width: 100%;
    max-height: 50px;
    position: absolute;
    z-index: 999;
    top: 20px;
}
    .banner-section .banner-wrapper .banner-content .countdown {
    
    MARGIN-TOP: -40PX;
}

#events-tab .nav-link{
    padding:0.8rem 1rem;
}
#programme table td{
    min-width:100px;
}
#programme table p, #programme table li {
    color: white;
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}
.all-sponsor img {
    max-height: 60px;
    max-width: 100%;
    margin: 5px auto;
    background: white;
    padding: 9px;
    border-radius: 4px;
}

    .header-wrapper .logo {
    width: auto;
}
    .signup {
  
    padding: 5px 10px;
}
    .banner-section {
    
    margin-top: -50px;
}
.newsletter-wrapper .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newsletter-wrapper .input-group>.form-control, .newsletter-wrapper .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}

}