@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.h1 {
  font-size: 40px;
}

.h2 {
  font-size: 35px;
}

.h3 {
  font-size: 28px;
}

.h4 {
  font-size: 24px;
}

.h5 {
  font-size: 20px;
}

.h6 {
  font-size: 19px;
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.color-text {
  color: #1E2D43;
}

.mh-75 {
  min-height: 75px;
}

.header-styled {
  position: relative;
}

.header-styled:before {
  content: "••••••••••••";
  display: block;
  font-size: 68%;
  line-height: 1;
}

.fb-container-fluid {
  max-width: 100%;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-link-btn,
.calendar_wrap caption,
.fb-popular-posts .count,
.fb-patigation .page-numbers,
body .wpcf7 input[type="submit"],
body .wpcf7 input[type="button"],
.entry-metas ul li.posted-date a,
.jetpack_subscription_widget input[type="submit"]:hover,
#single-content-area-wrap ul.social-icons-list li a:hover,
.secondary-widget-area .fb-instagram-widget .follow-permalink a,
.screen-reader-shortcut,
body .wpforms-container .wpforms-form input[type=submit],
body .wpforms-container .wpforms-form button[type=submit],
body .wpforms-container .wpforms-form .wpforms-page-button,
.wp-block-button__link,
.header-link-btn {
  background: #0f6a38;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button#load-comments:hover,
.post-format-icon,
.fascinate-toTop:hover,
.post-link-btn:hover,
.entry-tags .post-tags a:hover,
.fb-patigation a.page-numbers:hover,
body .wpcf7 input[type="submit"]:hover,
body .wpcf7 input[type="button"]:hover,
.entry-metas ul li.posted-date a:hover,
.single-page-style-2 .entry-metas ul li.posted-date a:hover,
.secondary-widget-area .fb-instagram-widget .follow-permalink a:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.jetpack_subscription_widget input[type="submit"]:hover,
body .wpforms-container .wpforms-form input[type=submit]:hover,
body .wpforms-container .wpforms-form button[type=submit]:hover,
body .wpforms-container .wpforms-form .wpforms-page-button:hover,
.wp-block-button__link:hover,
.header-link-btn:hover {
  background: #2e6da4;
  color: #ffffff !important;
  /* background: linear-gradient(-45deg, #008a3d, #a8a9ac70, #ea6d20); */

}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background: #278b4a;
  border-color: #278b4a;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-link-btn,
.wp-block-button__link,
.header-link-btn {
  padding: 15px 30px;
  border-radius: 0;
  font-size: 16px;
  color: #ffffff !important;
  background: #d22127;
}

.header-link-btn {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 2px;
}

.fb-container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

body.no-sidebar .alignfull {
  width: 100%;
  max-width: 100%;
}

body.no-sidebar .alignwide {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
}

.single-page-entry .editor-entry {
  margin-bottom: 0;
}

.breadcrumb-banner .fb-container {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
}

/* ============================
  Header
==============================*/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

body.header-sticked .page--wrap {
  padding-top: 270px;
}

.site-header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 997;
  padding: 0px 0;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

.site-header.sticky.fade_down_effect {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.header-sticked #site-navigation ul li a {
  line-height: 50px;
}

.header-sticked .primary-menu li.menu-item-has-children::after {
  top: 20px;
}

header.header-style-1 .fb-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.header-style-1 .site-branding {
  max-width: 200px;
  display: block;
  padding: 0;
}

.site-header.sticky .site-branding {
  max-width: 100px;
}

.header-style-1 .header-top {
  border-bottom: 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0px;
}

.header-style-1 .header-top .row {
  padding: 10px 0 10px 0px;
}

.header-style-1 .mid-header {
  padding: 0 0 !important;
  text-align: left;
}

header .social-icons ul {
  text-align: left;
}

.social-icons ul li a {
  font-style: normal;
  font-size: 14px;
  padding: 5px !important;
  width: 24px;
  height: 24px;
  background: #4d4d4f;
  color: #e4e4e4;
  line-height: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.header-link-buttons {
  text-align: right;
}

.header-content-wrap {
  height: 100%;
}

.header-content-wrap .header-content-block {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-content-wrap .header-content-block.border-left {
  border-left: 1px solid #cccccc;
}

.header-content-wrap .header-content-txt {}

.header-content-wrap .header-content-txt h4 {
  font-size: 16px;
  line-height: 1.5;
}

.header-bottom {
  border: 0px !important;
  padding: 15px 0 0;
}

.nav-logo {
  display: none !important;
  float: left;
  padding: 10px 20px 8px 0;
}

.site-header.sticky .header-top,
.site-header.sticky .mid-header {
  /*display: none;*/
}

.site-header.sticky .header-bottom {
  padding: 0;
}

.site-header.sticky .nav-logo {
  display: block !important;
}

.main-menu-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

ul.primary-menu {
  display: flex;
}

.primary-menu li {
  flex-grow: 1;
}

.primary-menu li.menu-item-has-children::after {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 10%;
  top: 25px;
}

#site-navigation ul.primary-menu li a {
  font-size: 24px !important;
  font-weight: 400;
  color: #000000;
  display: block;
  width: 100%;
}

.primary-menu li a:hover {
  background: #1E2D43 !important;
}

#site-navigation ul li a::after {
  display: none;
}

body .header-style-1 .main-menu-wrapper {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

#site-navigation ul.primary-menu li ul.sub-menu li a {
  font-size: 19px !important;
}

@media (max-width: 991px) {
  .site-header.sticky {
    padding: 0 0;
  }

  #site-navigation ul {
    display: block;
    background: #ffffff;
    padding: 0 15px;
  }

  .main-menu-wrapper .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-menu li.menu-item-has-children::after {
    display: none;
  }

  #site-navigation ul li a {
    padding: 15px 0;
  }

  .site-header.sticky .header-inner {
    position: relative;
  }

  .header-sticked .menu-toggle {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0px;
  }

  .header-sticked .header-style-1 .menu-toggle span {
    background: #000000;
  }

  .header-sticked .header-style-1 .main-menu-wrapper {
    background: #ffffff;
  }

  .nav-logo {
    padding: 10px 20px 10px 15px;
    float: none;
  }

  .header-sticked #site-navigation ul li a {
    line-height: 1;
  }
}

@media (max-width: 575px) {
  body .header-style-1 .main-menu-wrapper {
    background: #ffffff;
  }

  .header-style-1 .menu-toggle span {
    background: #000000;
  }

  .header-link-btn {
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 1px;
    display: inline-block;
  }

  .header-link-buttons {
    text-align: center;
    margin-top: 12px;
  }

  header .social-icons ul {
    text-align: center;
  }

  .header-content-wrap .header-content-txt h3 {
    font-size: 20px;
  }

  .header-content-wrap .header-content-txt h4 {
    font-size: 18px;
  }

  .header-content-wrap .header-content-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-style-1 .site-branding {
    max-width: 252px;
  }

  .header-style-1 .header-top {
    margin-bottom: 7px;
  }

  .menu-toggle {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -150px;
  }

  .header-sticked .menu-toggle {
    top: 0px;
  }

  .header-bottom {
    border: 0px !important;
    padding: 5px 0 0;
  }
}

/* ========================================
  Breadcrumb
=========================================== */
.breadcrumb-banner {
  padding: 30px 0;
  background-image: url('../images/about-head-bg.jpeg') !important;
}

.fb-breadcrumb-wrap .mask {
  background: none;
}

.fb-breadcrumb-wrap .fb-breadcrumb {
  display: none;
}

.fb-breadcrumb-wrap .page-title {
  text-align: left;
  padding: 0;
  margin: 0;
  border: none;
}

.fb-breadcrumb-wrap .page-title:before {
  content: "";
  width: 40px;
  border-top: 3px dotted #ffffff;
  display: block;
  margin-bottom: 10px;
}


/* ========================================
  Home Banner
=========================================== */
.home-banner-main {
  clear: both;
}

.home-banner-wrapper {
  position: relative;
}

.home-banner-image {
  min-height: 200px;
}

.home-banner-image img {
  object-fit: cover;
  width: auto;
  height: 200px;
}

.home-banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
}

.home-banner-text {
  font-size: 32px;
  color: #ffffff;
  line-height: 1.15;
}

#custom_html-2 {
  margin-bottom: 0;
}

/* =============================
  Common
============================= */
.editor-entry h1,
.editor-entry h2,
.editor-entry h3,
.editor-entry h4,
.editor-entry h5,
.editor-entry h6 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.editor-entry p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

.wp-block-column.block-image-content-lr.has-background {
  overflow: hidden;
}

.block-image-content-lr .wp-block-columns {
  gap: 0px;
  min-height: 220px;
  height: 100%;
}

.block-image-content-lr.nmh .wp-block-columns {
  min-height: 80px;
}

.block-image-content-lr .wp-block-button {
  margin-bottom: 0;
}

.block-image-content-lr .wp-block-buttons {
  margin-bottom: 0;
}

.block-image-content-lr .block-image-content-text {
  padding: 20px;
}

.editor-entry .block-image-content-lr .block-image-content-text h1,
.editor-entry .block-image-content-lr .block-image-content-text h2,
.editor-entry .block-image-content-lr .block-image-content-text h3,
.editor-entry .block-image-content-lr .block-image-content-text h4,
.editor-entry .block-image-content-lr .block-image-content-text h5,
.editor-entry .block-image-content-lr .block-image-content-text h6 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.editor-entry .block-image-content-lr .wp-block-button__link {
  padding: 10px 25px;
  background: #000000;
}

.editor-entry .block-image-content-lr .wp-block-button__link:hover {
  background: #d4631b;
}

.block-image-content-lr .wp-block-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.editor-entry .block-image-content-lr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  margin-bottom: 0;
}

figure.wp-block-gallery.has-nested-images {
  margin-bottom: 0;
}

.wp-embed-responsive .gallery-video-container .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  display: none;
}

.wp-embed-responsive .gallery-video-container .wp-has-aspect-ratio iframe {
  min-height: 165px;
  position: static;
}

.exhibitor-list figure.wp-block-image {
  height: 100%;
}

.exhibitor-list .wp-block-column {
  margin-bottom: 25px;
}

.exhibitor-list .exhibitorsimgtext figcaption {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.5;
  margin: 7px 0;
}

.exhibitor-list .exhibitorsimgtext img {
  padding: 10px;
}

.flex-content-col-wrap .block-image-content-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.flex-content-col-wrap .block-image-content-text h3 {
  margin-bottom: 0 !important;
}

.flex-content-col-wrap .block-image-content-text .wp-block-buttons {
  flex-grow: 1;
  align-items: end;
}

.editor-entry .lh-165-content p {
  line-height: 1.65;
}


.fixh-block-list-content .wp-block-buttons {
  margin-bottom: 0;
}

.fixh-block-list-content .wp-block-button {
  margin-bottom: 0;
}

.fixh-block-list-content .fixh-block-list-content-block {
  margin-bottom: 60px;
  padding-top: 10px;
}

.fixh-block-list-content .wp-block-spacer.header-styled {
  margin-bottom: -15px;
}

.fixh-block-list-content .fixh-block-list-content-block-img .wp-block-image {
  height: 100%;
}

.fixh-block-list-content .fixh-block-list-content-block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu-list .menu-list-item.active,
.menu-list .menu-list-item:hover {
  background: #1E2D43;
}

.menu-list .menu-list-item.active a,
.menu-list .menu-list-item:hover a {
  color: #ffffff;
}

/* =======================================
  Footer
========================================== */
footer.dark .footer-inner {
  background: #000000;
}

footer.dark .footer-inner .footer-top .fb-container,
footer.dark .footer-inner .footer-bottom .fb-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.footer-widget-block {
  color: #ffffff;
}

.footer-widget-block-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-widget-block-content p {
  padding: 2px 0 !important;
}

.footer-widget-block-content .social-icons {
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-widget-block-content .social-icons ul li a {
  font-style: normal;
  font-size: 20px;
  padding: 5px !important;
  width: 40px;
  height: 40px;
  background: #1E2D43;
  border: 1px solid #1E2D43;
  color: #ffffff;
  line-height: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
}

.footer-widget-block-content .social-icons ul li a:hover,
.footer-widget-block-content .social-icons ul li a:focus {
  background: #000000;
}

.footer-bottom,
footer.dark .footer-bottom {
  background: #1a1831;
  color: #ffffff;
  font-size: 14px;
  padding: 30px 0;
}

.footer-bottom .footer-bottom-links {
  display: flex;
  align-items: flex-start;
  padd-mg-left: 50px
}

.footer-bottom-link a {
  color: #000000 !important;
  padding: 10px;
  margin-right: 5px;
}

.footer-bottom-link a:hover {
  color: #1E2D43;
}

@media (max-width: 768px) {
  .footer-bottom .footer-bottom-links {
    margin: 20px 0;
    justify-content: center;
  }

  .footer-bottom-copy-wrap {
    width: 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .footer-bottom-copy {
    margin-top: 30px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .footer-bottom-organised-by {
    text-align: center;
  }

  .footer-bottom .footer-bottom-links {
    margin: 30px 0 20px;
  }

  .footer-bottom-copy {
    margin-top: 0px;
  }
}

/*********************************************/

.spacercolor {
  background: #eaeaea;
}

.nomargin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.lineunder {
  text-decoration: underline;
}

.marginseven {
  margin-bottom: 7px !important;
}

.netp {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  color: #1d1b43;
}

.netfont a {
  color: #335AA7 !important;
  font-weight: 400;

}

.nogap {
  gap: 0 !important;
}

.ambassadorfont {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500 !important;
  color: #333645;
}

.ambassadorsimgtext {
  cursor: pointer;
}

.ambassadorsimgtext figcaption {
  font-family: oswald;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 1;
  background: #F69F40;
  margin: 0 !important;
  padding: 10px 15px;
}

.ambassadorimgtaxt2 {
  font-family: oswald;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1;
}

.ambassadorimgtaxt3 {
  font-family: oswald;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1;
}

.ambassadorsimgtext2 figcaption {
  font-family: oswald;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 1;
  background: #F69F40;
  margin: 0 !important;
  padding: 10px 15px;
}

.greycolor {
  color: #333645;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.contactsectionpadding {
  padding: 0px 0px 0px 70px !important;
}

.contactfont {
  line-height: 1.5;
}

exhibitingline-height {
  line-height: 1.2;
}

.font-weight500 {
  font-weight: 500;

}

.font-weight400 {
  font-weight: 400;
}

.border-white {
  border: solid #ffffff;
}

.exhibiting-sectionpadding {
  padding: 0px 0px 0px 90px !important;
}

.exhibiting-sectionpadding2 {
  padding: 0px 120px 0px 90px !important;
}

.buyerbutton-padding .wp-block-button__link {
  padding: 10px 20px !important;
}

.font-19 {
  font-size: 19px;
}

.cosmo-sectionpadding {
  padding: 0px 120px 0px 0px !important;
}

.font-28 {
  font-size: 28px;
}

.font-24 {
  font-size: 24px;
}

.padding1 li {
  padding: 1px 0 !important;
}

.cosmo-sectionpadding2 {
  padding: 0px 60px 0px 60px !important;
}

.border-black {
  border-bottom: 1px solid #000000 !important;
}

.divider {
  width: 40%;
  height: 1px;
  background-color: #000000;
}

.nomargin-bottom {
  margin-bottom: 0px !important;
}

.press-sectionpadding2 {
  padding: 0px 50px 0px 50px !important;
}

.font-weight600 {
  font-weight: 600;

}

.mpartner-sectionpadding2 {
  padding: 0px 90px 0px 90px !important;
}

.smallbuttton-padding {
  padding: 13px 20px;
}

.gap1 {
  gap: 1em !important;
}

.nomargin-top {
  margin-top: 0px !important;
}

.vsquote-pad {
  padding-left: 15px;
}

.bordertop-ligthgrey {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.padding-10 {
  padding: 10px 0 10px 0;
}

.line-height1-6 {
  line-height: 1.6;
}

.mx-height300 {
  max-height: 300px;
}

.editor-entry .hght300 img {
  height: 300px;
}

.gap1-5 {
  gap: 1.5em !important;
}

.bordertop-ligtwhite {
  border-top: 1px solid #c5c4c4;
}

.exhibiting-sectionpadding3 {
  padding: 0px 0px 0px 30px !important;
}

.line-height1-7 {
  line-height: 1.7 !important;
}

.padding15 a {
  padding: 15px 15px !important;
}

.mn-height165 {
  min-height: 165px !important;
}

.abs-popup .modal-content {
  position: relative;
  z-index: 10000;
  background-color: #fff;
  padding: 20px;
  max-width: 60% !important;
}

.abs-popup .modal-header {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0px !important;
}

.nomargin-bottom {
  margin-bottom: 0px !important;
}

.nomargin-top {
  margin-top: 0px !important;
}

.text-white {
  color: #ffffff !important;
}

.colred {
  color: #dc3545 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  height: 42px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 9px;
}

textarea,
.author-box,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
.nice-select,
.comment-respond,
.category-description-inner,
.error-404-page-entry,
.nothing-found-page-entry,
.author-box .social-icons-list li a,
.calendar_wrap table th,
.calendar_wrap table td,
.secondary-widget-area .widget,
.author-box .top-wrap .author-thumb img,
.comments-area .comment-body,
.widget_tag_cloud .tagcloud a {
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.bordr-white {
  border: 0px solid #ffffff !important;
}

.bgcolor-light {
  background-color: #f5f5f5 !important;
  box-shadow: inset 0 1px 2px 0 rgb(0 0 0 / 18%) !important;
}


.wpcf7 select,
.wpcf7 input[type="tel"] {
  width: 100%;
  margin-top: 10px;
  height: 42px;
  border-radius: 5px;
  border: 1px solid #ddd !important;
}

.exhibitorsimgtext figcaption {
  font-family: oswald;
  color: #000000 !important;
  font-weight: 700;
  font-size: 15px !important;
  line-height: 1;
  /* background: #ffa500; */
  margin: 0 !important;
  padding: 8px 12px;

}

.exhibitorsimgtext {
  box-shadow: rgb(0 0 0 / 40%) 0px 1px 4px !important;
  padding: 0px 28px !important;
}

.newimgsize img {
  height: 219px !important;
  width: 230px !important;

}

.padding-y30 {
  padding: 0 30px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
  min-width: 170px;
}

.popstyle .modal-content {
  max-width: 40% !important;
}

.subscribe-style {
  background: #15bd87 !important;
  border: 2px solid #000000 !important;
}

.lablfont {
  font-weight: 400;
  font-size: 14px;
  color: #333645;
}

.wpcf7 label {
  min-width: 240px !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 select,
.wpcf7 input[type="tel"] {
  font-size: 14px;
  font-weight: 400;
  padding: 7px 10px;
}

.padding-bottom10 {
  padding-bottom: 10px;
}

.padding-bottom5 {
  padding-bottom: 5px;
}

.padding-bottom12 {
  padding-bottom: 12px;
}



/* ================================= Tabs ===================================== */
/*============================
 ts schedule
 ===========================*/
.ts-schedule-info {
  position: relative;
}

.ts-schedule-info ul {
  position: relative;
  text-align: center;
  border: none;
  min-height: 380px;
}

.ts-schedule-info ul li a {
  height: 245px;
  width: 245px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background-image: -webkit-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: -o-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: -webkit-linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: -ms-linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  opacity: 0.502;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  padding: 100px 0;
}

.ts-schedule-info ul li a h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  opacity: .5;
}

.ts-schedule-info ul li a span {
  text-transform: uppercase;
  opacity: .5;
}

.ts-schedule-info ul li:nth-child(1) a {
  top: 140px;
  background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%);
}

.ts-schedule-info ul li:nth-child(2) a {
  left: 130px;
  top: -15px;
}

.ts-schedule-info ul li:nth-child(3) a {
  top: 100px;
  left: auto;
  right: 0;
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
  background-image: -o-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
  background-image: radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
}

.ts-schedule-info ul li a.active {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  opacity: 1;
  z-index: 2;
}

.ts-schedule-info ul li a.active h3,
.ts-schedule-info ul li a.active span {
  opacity: 1;
}

.schedule-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.schedule-listing .schedule-slot-time {
  background: #105c8e;
  color: #fff;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
  text-align: center;
}

.schedule-listing .schedule-slot-time span {
  display: block;
  line-height: 26px;
}

.schedule-listing .schedule-slot-info {
  position: relative;
  padding: 25px;
  border: 1px solid #e5e5e5;
  border-left: none;
  width: 100%;
}

/*.schedule-listing .schedule-slot-info .schedule-slot-speakers {
      position: absolute;
      left: 40px;
      top: 0;
      height: 80px;
      width: 80px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      bottom: 0;
      margin: auto; }*/
.schedule-listing .schedule-slot-info .schedule-slot-title {
  font-size: 24px;
}

.schedule-listing .schedule-slot-info .schedule-slot-title strong {
  font-size: 14px;
  color: #888888;
  margin-left: 12px;
}

.schedule-listing .schedule-slot-info p {
  margin-bottom: 0;
}

/*.schedule-listing:hover .schedule-slot-title {
    color: #278b4a; }*/
.schedule-listing:nth-of-type(even) .schedule-slot-time {
  background: #0b4870;
}

.schedule-listing.launce .schedule-slot-time {
  padding: 28px 28px;
}

.schedule-listing.launce .schedule-slot-title {
  float: left;
  margin-bottom: 0;
}

.schedule-listing.launce .schedule-slot-info-content img {
  float: right;
}

.schedule-listing-btn {
  text-align: center;
  margin-top: 60px;
}

.schedule-tabs .tab-pane.active,
.direction-tabs .tab-pane.active {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ts-schedule-nav {
  text-align: center;
  margin-bottom: 50px;
}

.ts-schedule-nav ul {
  border: none;
}

.ts-schedule-nav ul li {
  margin: 0 3px;
}

.ts-schedule-nav ul li a {
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
  background: #f1f0f6;
  display: block;
  padding: 15px 30px;
  position: relative;
}

.ts-schedule-nav ul li a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #105c8e transparent transparent;
  position: absolute;
  left: 0;
  bottom: -15px;
  content: '';
  opacity: 0;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ts-schedule-nav ul li a h3 {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 0;
  text-transform: capitalize;
}

.ts-schedule-nav ul li a.active {
  background: #105c8e;
  color: #fff;
}

.ts-schedule-nav ul li a.active h3 {
  color: #fff;
}

.ts-schedule-nav ul li a.active:before {
  opacity: 1;
}

.schedule-tabs-item .schedule-listing-item {
  position: relative;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-time {
  font-size: 14px;
  color: #278b4a;
  margin-bottom: 10px;
  display: block;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-title {
  margin-bottom: 10px;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-name {
  font-size: 14px;
  line-height: 36px;
  color: #888888;
  font-weight: 700;
  margin-bottom: 5px;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-speakers {
  position: absolute;
  top: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(315deg, #82e182 0%, #0acbf5 100%);
  background-image: -o-linear-gradient(315deg, #82e182 0%, #0acbf5 100%);
  background-image: linear-gradient(135deg, #82e182 0%, #0acbf5 100%);
}

.schedule-tabs-item .schedule-listing-item:before {
  position: absolute;
  top: -30px;
  width: 2px;
  height: 100%;
  content: '';
  background: #f1f0f6;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.schedule-tabs-item .schedule-listing-item:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  border: 2px solid #278b4a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  top: 80px;
  background: #fff;
}

.schedule-tabs-item .schedule-listing-item.schedule-left {
  padding: 60px 125px 20px 0;
  text-align: right;
  margin-top: 245px;
}

.schedule-tabs-item .schedule-listing-item.schedule-left .schedule-slot-speakers {
  right: 30px;
}

.schedule-tabs-item .schedule-listing-item.schedule-left:before {
  right: -17px;
}

.schedule-tabs-item .schedule-listing-item.schedule-left:after {
  right: -21px;
}

.schedule-tabs-item .schedule-listing-item.schedule-right {
  padding: 60px 20px 0px 125px;
  text-align: left;
}

.schedule-tabs-item .schedule-listing-item.schedule-right .schedule-slot-speakers {
  left: 30px;
}

.schedule-tabs-item .schedule-listing-item.schedule-right:before {
  left: -15px;
}

.schedule-tabs-item .schedule-listing-item.schedule-right:after {
  left: -19px;
}

.schedule-tabs-item .schedule-listing-item:hover:before {
  background: #278b4a;
}

@media (min-width: 1024px) {
  .box-style {
    padding-bottom: 150px;
  }

  .box-style .row {
    position: relative;
  }

  .box-style .row .item .about-intro-text {
    padding: 50px 55px 0 55px;
  }

  .box-style .indicator {
    position: absolute;
    content: "";
    height: 100%;
    left: 33.3333333333%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    -o-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    width: 33.3333333333%;
    z-index: -1;
    -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  .box-style .row .item:nth-child(1):hover~.indicator {
    left: 0;
  }

  .box-style .row .item:nth-child(3):hover~.indicator {
    left: 66.6666666%;
  }
}


.schedule-listing .schedule-slot-info {
  padding: 0px;
}

.schedule-listing .schedule-slot-info .schedule-slot-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.schedule-listing .schedule-slot-info {
  font-size: 14px;
}

.schedule-listing .schedule-slot-info p {
  margin-bottom: 7px;
}

.schedule-slot-content {
  margin-top: 15px;
}

.schedule-hall-wrapper {
  padding: 15px;
}

.hall-crystal-banquet {
  background: #fce4d6;
}

.hall-aryabhata {
  background: #dbdbdb;
}

.hall-bhabha {
  background: #ffe699;
}

.hall-raman {
  background: #bdd7ee;
}

/* ================================= Tabs ===================================== */

/*===========================================
	Read More / Less
=============================================*/
.data_more_less_inner {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.action_less {
  display: none;
}

.less_active .action_less {
  display: inline-block;
}

.less_active .action_more {
  display: none;
}

.data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  height: 80px;
}

.data_more_less.action_disabled .more_less_action {
  display: none;
}

h1 {
  margin-bottom: 0px;
}

.data_more_less .btn {
  color: #444;
  text-decoration: none;
  border: none;
  padding: 5px 10px;
  font-size: 13px;
  color: #278b4a;
}

.data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
  background: transparent !important;
}