/* Btn css */
b, strong{
    font-family: "Gotham-Bold", Sans-serif;
    font-weight: 400;
}
.custom-btn a.elementor-button {
    width: 230px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.current-menu-item>a,
.current-menu-ancestor>a {
    font-family: "Gotham-Medium", Sans-serif !important;
    font-weight: 500 !important;
    color: #E41B26 !important;
}
.sub-menu li {
    position: relative;
}
.sub-menu li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 17px;
    top: 7px;
    background: url(../images/arrow-lft.svg) 0 0 no-repeat;
    background-size: contain;
}
/* Btn css end */

/* Gallery home area */
.custom-gallery .gallery-item {
    vertical-align: middle !important;
}
.logo-home-area {
    overflow: hidden;
}
.custom-video .elementor-custom-embed-play svg {
    opacity: 1;
}
.sponsor-table table tr th{
    width: 20;
}
.sponsor-table table tr th.stitle{
    width: 466px;
}

/****23-02-2024****/
.custom-btn2 a.elementor-button{width: 300px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;}

/****23-02-2024****/


.home_logo_grid .elementor-image-gallery .gallery {
  margin: 0px auto 20px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  align-items: center;
  justify-content: center;
}

.home_logo_grid .elementor-image-gallery .gallery .gallery-item {
  padding: 0px 0px !important;
}

@media only screen and (max-width: 768px) {
	.home_logo_grid .elementor-image-gallery .gallery .gallery-item {
    padding: 0px 0px !important;
    max-width: 45% !important;
	}
}

@media only screen and (max-width:600px) {
    .custom-gallery .gallery-item {
        width: 50% !important;
    }
    .custom-logo .elementor-image-box-wrapper{
        display: flex;
        gap: 5px;
        align-items: center;
    }
    .custom-logo .elementor-image-box-content h3{
        margin-top: 0;
    }
}
/* Gallery home area end */

/* Newsletter css area */
.custom-newsletter .tnp-subscription {
    margin: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
}
.custom-newsletter .tnp-subscription form {
    display: flex;
    width: 100%;
    align-items: center;
}
.custom-newsletter .tnp-subscription div.tnp-field {
    width: 66%;
    margin-bottom: 0;
}
.custom-newsletter .tnp-subscription div.tnp-field label {
    display: none;
}
.custom-newsletter .tnp-subscription div.tnp-field input {
    border-radius: 0;
    border: none;
    outline: none;
    height: 53px;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
}
.custom-newsletter .tnp-subscription div.tnp-field.tnp-field-button {
    width: 229px;
    margin-bottom: 0;
}
.custom-newsletter.custom-newsletter-home .tnp-subscription div.tnp-field.tnp-field-button{
    width: 329px;
}

.custom-newsletter .tnp-field input[type="submit"] {
    width: 100%;
}
.custom-newsletter .tnp-subscription div.tnp-field.tnp-field-button input {
    background-color: #E41B26;
}
.custom-newsletter .tnp-subscription div.tnp-field.tnp-field-button input:hover {
    background-color: #85090f;
}
@media only screen and (max-width:1023px) {
    .custom-newsletter .tnp-subscription div.tnp-field.tnp-field-button {
        width: 118px;
    }

    .custom-newsletter .tnp-subscription div.tnp-field.tnp-field-button input {
        font-size: 14px;
    }
}

/* Newsletter css area end */

/* Custom css area */
.m-menu-tigger {
    position: absolute;
    top: 50%;
    margin: -14px 0 0 0;
    display: inline-block;
    left: auto;
    right: 0;
    width: 30px !important;
}
.three-box-home .elementor-image-box-content {
    padding-right: 30px;
    padding-left: 30px
}
.custom-newsletter.custom-newsletter-home .tnp-subscription div.tnp-field-email input {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.custom-newsletter-home.custom-newsletter .tnp-subscription div.tnp-field.tnp-field-email {
    width: calc(100% - 229px);
}
@media only screen and (max-width: 1024px) {
    .custom-newsletter-home.custom-newsletter .tnp-subscription div.tnp-field.tnp-field-email {
        width: calc(100% - 118px);
    }
    /* Custom mobile menu */
    .m-menu ul li {
        border-top: 1px solid #000;
    }
    .m-menu ul li a {
        padding-left: 0 !important;
    }
    .m-menu ul li .sub-menu {
        position: relative !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    .sub-menu li::before {
        top: 17px;
        left: 0;
    }
    .m-menu ul li>a {
        justify-content: space-between !important;
    }
    .m-menu ul li.menu-item-has-children {
        position: relative;
    }
    .toggle-sub {
        position: absolute;
        content: "";
        width: 20%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: transparent;
        z-index: 99;
    }
    /* Custom mobile menu end */
}
/* Custom css area end */
.exhibit-content ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 10px;
}
.exhibit-content ul li {
    list-style: none;
    padding: 0 0 0 25px;
    margin: 0 auto 25px;
    position: relative;
}
.exhibit-content ul li:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 10px;
    height: 10px;
    background-color: transparent;
    background-image: url(../images/red-dot.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}
.exhibit-content ul li ul {
    margin: 15px auto 0;
}
.exhibit-content ul li ul li {
    margin: 0 auto 5px;
}
.exhibit-content ul li ul li:before {
    background-color: transparent;
    background-image: url(../images/black-dot.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.exhibitor-table table thead tr th{
	background-color:#231F20;
	color:#ffffff;
	border-color:#fff;
	text-align:left;
}
.exhibitor-table table tbody tr td:first-child{
	background-color:#F4F4F4;
}
.exhibitor-table table tbody tr td{
	border-color:#231F20;
	background-color:#fff;
}
.exhibitor-table.exhibitor-table2 tbody tr td:first-child{
		background-color:#fff;
}
.exhibitor-table.exhibitor-table3 thead tr th{
    vertical-align:middle;
		  text-align:center;
}
.exhibitor-table table thead tr th:first-child{
	width:408px;
}
.exhibitor-table.exhibitor-table3 thead tr th:first-child{
    vertical-align:middle;
		  text-align:left;
}
.exhibitor-table.exhibitor-table3 tbody tr td{
    vertical-align:middle;
	  text-align:center;
	 width: 202px;
}
.exhibitor-table.exhibitor-table3 tbody tr td:first-child{
    vertical-align:middle;
	  text-align:left;
}
.table-responsive{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.exhibitor-table table, .table-responsive, .exhibitor-table table tr th, .table-responsive tr th, .exhibitor-table table tr td, .table-responsive tr td{
	font-size:18px;
	line-height:30px;
}
.exhibitor-table table tbody tr td ul{
	padding-top:25px;
	padding-bottom:25px;
}
@media only screen and (max-width:1500px){
	/* .exhibitor-table table, .table-responsive, .exhibitor-table table tr th, .table-responsive tr th, .exhibitor-table table tr td, .table-responsive tr td{
	    font-size:18px;
	    line-height:20px;
    } */
}
@media only screen and (max-width:767px){
    .exhibitor-table table thead tr th:first-child{
        width:auto;
    }
}
.tnp.tnp-subscription, .tnp.tnp-profile{
    background-color:#F4F4F4;
    max-width:600px;
    padding:30px;
    margin:30px auto 0;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}
.confirmation_msg{
    background-color:#F4F4F4;
    max-width:600px;
    padding:30px;
    margin:30px auto 0;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}
.confirmation_msg p{
    display:block;
    margin:0 auto 15px;
    padding:0;
    font-size:16px;
    line-height:24px;
    font-weight:400;
    font-style:normal;
}
.confirmation_msg p a{
    font-weight:700;
    text-decoration: underline;
}
.tnp.tnp-subscription label, .tnp.tnp-profile label{
    display:block;
    margin:0 auto 8px;
    padding:0;
    text-align: left;
    font-weight:400;
    color:#000;
    font-size:18px;
    line-height:28px;
}
.tnp.tnp-subscription input[type='text'], .tnp.tnp-subscription input[type='email'],
.tnp.tnp-profile input[type='text'], .tnp.tnp-profile  input[type='email']{
    display:block;
    margin:0 auto 8px;
    padding:0;
    text-align: left;
    font-weight:400;
    color:#000;
    font-size:18px;
    line-height:28px;
    background-color: #e6e6e6;
    border: 1px solid #cccccc;
    padding:5px 15px;
    width:100%;
    max-height:55px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.tnp.tnp-subscription input[type='text']:focus, .tnp.tnp-subscription input[type='email']:focus,
.tnp.tnp-profile input[type='text']:focus, .tnp.tnp-profile input[type='email']:focus{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    outline: none;
}
.tnp.tnp-subscription input[type='text']:active, .tnp.tnp-subscription input[type='email']:active,
.tnp.tnp-profile input[type='text']:active, .tnp.tnp-profile input[type='text']:active{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    outline: none;
}
.tnp.tnp-subscription .tnp-submit, .tnp.tnp-profile .tnp-submit{
    border: 1px solid #E41B26;
    background-color: #E41B26;
    color: #ffffff;
    font-size:20px;
    font-weight:400;
    font-style:normal;
    display:block;
    max-width:230px;
    min-width:230px;
    margin:0 auto;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.tnp.tnp-subscription .tnp-field.tnp-field-button, .tnp.tnp-profile .tnp-field.tnp-field-button{
    margin: 0 auto;
}
.tnp.tnp-subscription .tnp-submit:hover, .tnp.tnp-profile .tnp-submit:hover{
    background-color:#ffffff;
    border-color:#000000;
    color:#000000;
}
@media only screen and (max-width:767px){
    .tnp.tnp-subscription, .tnp.tnp-profile{
        background-color:#F4F4F4;
        max-width:80%;
        padding:20px;
        margin:30px 10%  0;
    }
    .confirmation_msg{
        background-color:#F4F4F4;
        max-width:80%;
        padding:20px;
        margin:30px 10%  0;
    }
}
.contact_wds{
    font-weight: 400;
    font-family: 'Gotham-Bold',sans-serif;

}
