/*
Theme Name: Eva Int
Theme URI: https://www.altagency.co.uk/
Author: ALT Agency
Author URI: https://www.altagency.co.uk/
Description: Eva int
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eva-int
Tags: eva int
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* @font-face {
	font-family: 'Kollektif-Regular';
	src: url('assets/fonts/Kollektif.eot');
	src: local('☺'), url('assets/fonts/Kollektif.woff') format('woff'), 
	url('assets/fonts/Kollektif.ttf') format('truetype'), 
	url('assets/fonts/Kollektif.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} */



@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-Regular.eot");
  src: url("assets/fonts/Roboto-Regular.eot?#iefix")
      format("embedded-Roboto"),
    url("assets/fonts/Roboto-Regular.woff2") format("woff2"),
    url("assets/fonts/Roboto-Regular.woff") format("woff"),
    url("assets/fonts/Roboto-Regular.ttf") format("truetype"),
    url("assets/fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-variant-ligatures: none;
}



@font-face {
  font-family: "Roboto Bold";
  src: url("assets/fonts/Roboto-Bold.eot");
  src: url("assets/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Roboto-Bold.woff2") format("woff2"),
    url("assets/fonts/Roboto-Bold.woff") format("woff"),
    url("assets/fonts/Roboto-Bold.ttf") format("truetype"),
    url("assets/fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-variant-ligatures: none;
}





@font-face {
  font-family: "Segoe UI";
  src: url("assets/fonts/SegoeUI.eot");
  src: url("assets/fonts/SegoeUI.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/SegoeUI.woff2") format("woff2"),
    url("assets/fonts/SegoeUI.woff") format("woff"),
    url("assets/fonts/SegoeUI.ttf") format("truetype"),
    url("assets/fonts/SegoeUI.svg#SegoeUI") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Segoe UI Bold";
  src: url("assets/fonts/SegoeUI-Bold.eot");
  src: url("assets/fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/SegoeUI-Bold.woff2") format("woff2"),
    url("assets/fonts/SegoeUI-Bold.woff") format("woff"),
    url("assets/fonts/SegoeUI-Bold.ttf") format("truetype"),
    url("assets/fonts/SegoeUI-Bold.svg#SegoeUI-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MarkaziText";
  src: url("assets/fonts/MarkaziText-Regular.eot");
  src: url("assets/fonts/MarkaziText-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/MarkaziText-Regular.woff2") format("woff2"),
    url("assets/fonts/MarkaziText-Regular.woff") format("woff"),
    url("assets/fonts/MarkaziText-Regular.ttf") format("truetype"),
    url("assets/fonts/MarkaziText-Regular.svg#MarkaziText-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-color: #b21f1f;
  --dark-bg-color: #333333;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Segoe UI";
  color: #000000;
  scroll-behavior: smooth;
}

* {
  line-height: normal;
  font-variant-ligatures: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MarkaziText";
}
strong {
  font-family: "Segoe UI Bold";
  font-weight: normal;
}

p {
  margin-bottom: 15px;
  color: #313131;
  font-family: "Segoe UI";
}

a {
  outline: none;
  color: var(--primary-color);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

input {
  transition: 0.3s all ease-in-out;
  border-radius: 0;
}
input::placeholder {
  opacity: 0.45;
  color: #000000 !important;
}
input:-ms-input-placeholder {
  opacity: 0.45;
  color: #000000 !important;
}
input::-ms-input-placeholder {
  opacity: 0.45;
  color: #000000 !important;
}
textarea {
  border-radius: 0;
}
textarea::placeholder {
  opacity: 0.45;
  color: #000000 !important;
}
textarea:-ms-input-placeholder {
  opacity: 0.45;
  color: #000000 !important;
}
textarea::-ms-input-placeholder {
  opacity: 0.45;
  color: #000000 !important;
}

button:focus {
  box-shadow: unset;
}

a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a h6:hover {
  color: var(--primary-color);
  transition: 0.3s all ease-in-out;
}

a:hover {
  color: var(--primary-color);
  outline: none;
  text-decoration: none;
}

input:focus-visible,
textarea:focus-visible {
  outline: unset;
}

.wpcf7-textarea:focus-visible,
.wpcf7-text:focus-visible {
  border: 1px solid black;
}

button,
button:focus {
  outline: none;
}

br {
  line-height: 0;
}
.para-medium p {
  font-size: 18px;
  line-height: 25px;
}
.para-regular p {
  font-size: 16px;
  line-height: 22px;
}
.para-small p {
  font-size: 14px;
  line-height: 18px;
}
.post-title-big {
  font-size: 42px;
  line-height: 36px;
  color: black;
}
.post-title-regular {
  font-size: 24px;
  line-height: 22px;
  color: black;
}
.post-category span {
  font-family: "Roboto";
  color: var(--primary-color);
  display: block;
  position: relative;
}
.post-title-list {
  font-size: 20px;
  line-height: 22px;
  color: black;
}

.main-container {
  min-height: calc(100vh - 551px);
}

.contact-form-input-field-checkbox input[type="checkbox"] {
  position: relative;
  border: 2px solid grey;
  background: none;
  cursor: pointer;
  line-height: 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
}

.contact-form-input-field-checkbox input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid var(--primary-color);
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.subscribe-to-magazine-form .wpcf7-response-output {
  margin: 0 !important;
  margin-bottom: 2em !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1470px;
  }
}
/*<============== css start ==============>*/
.feature-banner-image .top_header {
  position: absolute;
  width: 100%;
}
.feature-banner-image .top-bar-logo img {
  filter: brightness(100);
}
.feature-banner-image .main-menu-left a,
.feature-banner-image .main-menu-right a,
.feature-banner-image .main-menu a,
.feature-banner-image .top-bar-right a {
  color: white;
}
.feature-banner-image .burger-menu text,
.feature-banner-image .burger-menu .burger-btn svg {
  fill: white;
  transition: 0.3s all ease-in-out;
}

.feature-banner-image .burger-menu:hover text,
.feature-banner-image .burger-menu:hover .burger-btn svg {
  fill: var(--primary-color);
}
.feature-banner-image .banner-top img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.feature-banner-image .bg_black {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.feature-banner-image .page_banner,
.feature-banner-image .banner-top {
  position: relative;
}
.feature-banner-image .banner-top::before,
.single-our_events .banner-top::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block;
}

.feature-banner-image .bg_black h1,
.single-our_events .bg_black h1{
  color: white;
  font-family: "Roboto Bold";
  font-size: 60px;
  text-align: center;
}

.top_header {
  position: relative;
  z-index: 1;
}
.top-bar-logo {
  display: flex;
  justify-content: center;
}
.top-bar-logo img {
  max-width: 225px;
}
.top-bar-logo .navbar-brand {
  margin-right: 0;
}
.col-md-6.top-bar-logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.top-bar-right {
  display: flex;
  justify-content: flex-end;
}
.top-bar-right a:hover {
  opacity: 0.45;
}
.header-main-menu ul {
  flex-direction: row;
  justify-content: center;
}
.main-menu-right {
  display: flex;
  justify-content: flex-end;
}
.top-bar-row {
  align-items: center;
  justify-content: space-between;
}
.top-bar-right ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.top-bar-right ul li a {
  display: flex;
  align-items: center;
}
.top-bar-right ul li a svg {
  margin-right: 18px;
}
.header-main-menu a {
  font-family: "MarkaziText";
  font-size: 24px;
  line-height: 60px;
}
.main-menu a {
  color: #000000;
  display: block;
  padding: 0 25px;
}
.main-menu a:hover {
  opacity: 0.45;
}
.main-menu-left a,
.main-menu-right a {
  color: var(--primary-color);
}
.main-menu-left a:hover,
.main-menu-right a:hover {
  opacity: 0.45;
}
.header-main-menu {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.top-bar {
  padding: 40px 0;
}
.top-bar-right a {
  font-family: "Roboto Bold";
  color: var(--primary-color);
  margin-left: 30px;
  font-size: 19px;
}
.burger-menu span {
  display: inline-block;
  cursor: pointer;
}
.burger-menu text {
  font-family: "Roboto Bold";
  font-size: 24px;
  font-weight: normal;
}
.burger-menu .burger-btn svg {
  transition: 0.3s all ease-in-out;
  width: 100px;
}
.burger-menu .burger-btn:hover svg {
  fill: var(--primary-color);
}
.popup-menu-section {
  background: var(--dark-bg-color);
}
.double-col-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.popup-menu-section {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  transform: translatey(-100%);
  transition: all 0.3s ease-in-out;
  padding-bottom: 66px;
}
.popup-menu-section.popup-menu-open {
  transform: translatey(0%);
}

.popup-menu-wrapper {
  width: 100%;
}
.popup-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.two-col .sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-menu > li > a {
  font-family: "Roboto Bold";
  font-size: 19px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
  padding-bottom: 14px;
}

li.two-col li {
  width: 50%;
}
.popup-menu a {
  color: white;
}
.popup-menu a:hover {
  color: var(--primary-color);
}
.popup-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-right: -28px;
  margin-left: -28px;
}
.popup-menu .sub-menu {
  padding: 0;
  list-style: none;
}
.popup-menu .sub-menu li {
  font-family: "Roboto";
  margin-bottom: 20px;
  font-size: 19px;
}
li.two-col li:nth-child(2n) {
  max-width: 180px;
}
.popup-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 30px;
}
.popup-top-bar::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  display: block;
  bottom: 0;
  background: #ffffff;
}
.popup-top-bar-logo img {
  filter: brightness(100);
}
.popup-top-bar-logo {
  display: flex;
  align-items: center;
}
.popup-top-bar-logo .close-btn {
  font-family: "Roboto Bold";
  color: white;
  display: flex;
  align-items: center;
  margin-left: 50px;
  cursor: pointer;
  font-size: 19px;
}
.popup-top-bar-logo .close-btn svg {
  margin-right: 28px;
}
.popup-top-bar .top-bar-right a {
  color: white;
}
.popup-top-bar .top-bar-right a:hover {
  color: var(--primary-color);
  opacity: 1;
}
.popup-menu > li {
  padding: 0 28px;
}
.two-col {
  position: relative;
}
.two-col::before {
  height: calc(100% - 60px);
  position: absolute;
  content: "";
  background: #707070;
  width: 1px;
  bottom: 0;
}
.two-col:first-child::before {
  right: 0;
}
.two-col:last-child::before {
  left: 0;
}
.site-footer {
  background: var(--dark-bg-color);
  padding-top: 60px;
}
.site-footer a {
  color: white;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px !important;
}
.footer-bottom-menu-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  align-items: center;
  position: relative;
}
.footer-bottom-menu ul {
  display: flex;
}
.copy-right p {
  color: white;
  font-family: "Roboto";
  font-size: 14px;
  margin-bottom: 0;
}
.footer-menu > li > a {
  font-family: "Roboto Bold";
  margin-bottom: 20px;
  color: white;
}
.footer-menu a {
  font-family: "Roboto";
  display: block;
  font-size: 19px;
  margin-bottom: 12px;
  color: #8f8f8f;
}
.footer-menu a:hover,
.footer-bottom-menu a:hover {
  color: var(--primary-color);
}
.footer-bottom-menu a {
  margin-left: 48px;
  font-size: 14px;
}

.footer-bottom-menu-wrapper::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  display: block;
  top: 0;
  background: #ffffff;
}
.footer-menu > li {
  max-width: 200px;
  padding-right: 20px;
}
.footer-description p {
  margin-top: 32px;
  color: #777;
  font-size: 17px;
  line-height: 25px;
}
.footer-menu-col-logo {
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
}
.footer-menu-col-menu {
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
  max-width: 54%;
}
.footer-menus {
  padding-left: 20px;
}
.row.header-main-menu-row {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.stickey-menu-top {
  background-color: var(--primary-color);
  position: fixed;
  top: 0;
  z-index: 11;
  transform: translatey(-100%);
  transition: 0.3s all ease-in-out;
  width: 100%;
}
.stickey-menu-top .header-main-menu {
  border-bottom: none;
  border-top: none;
}
.stickey-menu-top.show {
  transform: translatey(0%);
}
.stickey-menu-top .main-menu {
  margin: auto;
}
.stickey-menu-top .main-menu a,
.stickey-menu-top .main-menu-left a,
.stickey-menu-top .main-menu-right a {
  color: white;
}
.stickey-menu-top .main-menu a:hover {
  opacity: 0.45;
}
.slider-main-block {
  padding: 30px 0;
}
.news-content-box {
  padding-top: 100px;
}
.news-content-slider {
  position: relative;
}
.news-heading-box .post-title-list {
  color: #8e8e8e;
}
.news-heading-box {
  margin-bottom: 24px;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.news-heading-box h5 {
  margin-bottom: 0;
}
.news-heading-slider .slick-list.draggable {
  height: 100% !important;
  position: relative;
}
.news-heading-slider .slick-list.draggable::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  background: #f0f0f0;
  left: 0;
  display: block;
}
.news-content-main-box {
  display: flex;
}

.news-content-slider {
  width: 100%;
}

.news-post-img-box {
  width: 100%;
}

.news-post-img-box img {
  width: 100%;
  object-fit: cover;
  max-height: 490px;
}
.news-slider-wrapper {
  display: flex;
}
.news-heading-slider .post-category span {
  font-size: 11px;
  line-height: 13px;
}
.news-content-slider .post-category span {
  font-size: 15px;
  line-height: 17px;
}

.slick-slide .news-heading-box::before {
  content: "";
  height: 0%;
  position: absolute;
  width: 2px;
  background: var(--primary-color);
  left: -1px;
  display: block;
  transition: 0.3s all ease-in-out;
  top: 50%;
  transform: translateY(-50%);
}
.slick-slide.is-active .news-heading-box::before {
  height: 100%;
}
.slider-main-block .slick-prev,
.slider-main-block .slick-next {
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 60px;
  transition: 0.3s all ease-in-out;
}
.slider-main-block .slick-prev:hover,
.slider-main-block .slick-next:hover {
  opacity: 0.45;
}
.slider-main-block .slick-prev::before,
.slider-main-block .slick-next::before {
  content: unset;
}

.slider-main-block .slick-prev {
  left: 15px;
  background-image: url("assets/images/arrow-left.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.slider-main-block .slick-next {
  left: 60px;
  background-image: url("assets/images/arrow-right.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.slider-main-block .slick-prev:hover,
.slider-main-block .slick-prev:focus,
.slider-main-block .slick-next:hover,
.slider-main-block .slick-next:focus {
  background: unset;
}
.cmn-section-heading h3 {
  font-family: "Roboto Bold" !important;
  padding-bottom: 14px;
  position: relative;
  font-size: 18px;
  margin-bottom: 0;
}
.cmn-section-heading.cmn-section-heading-line {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #f0f0f0;
  padding-top: 14px;
  margin-bottom: 20px;
}
.horizontal-post .post-box {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.horizontal-post .post-image-area {
  width: 66%;
}
.horizontal-post .post-content-area {
  width: 33.33%;
}

.post-img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 68%;
  background: #f8f8f8;
}
.post-img img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  height: 100% !important;
  max-height: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
  transition: 0.3s all ease-in-out;
  scale: 1;
}
.post-img img:hover {
  scale: 1.1;
}

.post-img:hover img {
  scale: 1.1;
}
.category-box {
  padding: 20px;
  background: #f9f9f9;
  margin-bottom: 12px;
}
.category-boxes-section .elementor-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category-boxes-section .elementor-container .elementor-column {
  width: calc(1 / 4 * 100% - (1 - 1 / 4) * 12px);
}
.category-box-title {
  font-family: "Roboto Bold";
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 36px;
}
.category-box .post-title-regular {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 0;
  transition: 0.3s all ease-in-out;
  min-height: 44px;
}
.category-box .post-title-regular:hover {
  color: var(--primary-color);
}
.category-link-btn {
  position: relative;
}
.category-link-btn svg path {
  fill: var(--primary-color);
}
.category-link-btn svg {
  height: 12px;
  width: 12px;
}
.category-link-btn .right-arrow-icon {
  position: absolute;
  right: 10px;
  top: 0;
  transition: 0.3s all ease-in-out;
}
.category-link-btn:hover .right-arrow-icon {
  right: -10px;
}
.category-link-btn a {
  width: 100%;
font-family: "Roboto Bold";
  color: var(--primary-color);
  display: block;
  padding-right: 20px;
}
.category-box .category-post {
  padding-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 16px;
}

.category-box .category-post:last-child {
  margin-bottom: 30px;
  border-bottom: unset;
}
.issue-type {
font-family: "Roboto Bold";
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 5px;
}
.issue-time {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16px;
  color: #ababab;
  margin-bottom: 19px;
}
.latest-issue .post-text p {
  color: #6d6d6d;
}
.latest-issue .post-box {
  max-width: 570px;
  height: 100%;
  position: relative;
}
.latest-issue .post-box::before {
  position: absolute;
  display: block;
  height: 230px;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(9, 9, 121, 0) 100%
  );
  content: "";
  bottom: 0;
}
.latest-issue .post-mag-img {
  padding-right: 20px;
  display: block;
}
.latest-issue .post-mag-img img {
  box-shadow: 10px 10px 10px #d0d0d0;
  transition: 0.3s all ease-in-out;
  width: 100%;
  height: auto;
}
.latest-issue .post-mag-img img:hover {
  transform: scale(1.02);
}
.cmn-btn-with-arrow a {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
 font-family: "Roboto Bold";
  color: var(--primary-color);
  max-width: 190px;
  border: 1px solid #dedede;
  border-radius: 4px;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cmn-btn-with-arrow a:hover {
  background: var(--primary-color);
  color: white;
  border: 1px solid var(--primary-color);
}
.cmn-btn-with-arrow a:hover path {
  fill: white;
}
.cmn-btn-with-arrow path {
  fill: var(--primary-color);
  transition: 0.3s all ease-in-out;
}

.latest-issue .cmn-btn-with-arrow {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.issue-list-title {
  font-family: "Roboto Bold";
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
}
.inside-issue-box-wrapper {
  height: 531px;
}

.latest-issue .post-category span {
  font-size: 11px;
  line-height: 13px;
}
.latest-issue .post-title-regular {
  font-size: 19px;
  line-height: 18px;
}
.issue-list {
  padding-left: 36px;
  border-left: 1px solid #f0f0f0;
}
.issue-list .inside-issue-box {
  margin-bottom: 20px;
}
.latest-issue,
.post-list-by-tag {
  padding: 0 0 30px 0;
}
.post-list-by-tag .post-content-area {
  padding-right: 20px;
}
.post-list-by-tag .post-category span {
  font-size: 15px;
  line-height: 17px;
}
.post-list-by-tag .horizontal-post .post-text p,
.post-list-by-tag .horizontal-post .post-text {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}

.post-list-by-tag .vertical-post .post-category span {
  font-size: 13px;
  line-height: 15px;
  margin-top: 16px;
  margin-bottom: 4px;
}
.post-list-by-tag .vertical-post .post-title-big {
  font-size: 24px;
  line-height: 22px;
}
.post-list-by-tag .vertical-post .post-text p,
.post-list-by-tag .vertical-post .post-text {
  font-size: 14px;
  line-height: 18px;
}
.post-list-by-tag .vertical-post,
.post-list-by-tag .horizontal-post,
.top-story-col,
.post-col,
.magazine-listing-col {
  padding-left: 11px;
  padding-right: 11px;
}
.eva-ajax-container .row,
.post-list-by-tag,
.top-stories-row,
.top-stories-row .post-box.row,
.top-stories-right-row,
.post-list,
.latest-news-list {
  margin-left: -11px;
  margin-right: -11px;
}
.post-list .post-category span {
  font-size: 13px;
  line-height: 15px;
  margin-top: 16px;
  margin-bottom: 4px;
}

.top-stories-right-col .post-img,
.top-stories-right-col .post-desc {
  display: none;
}

.top-stories-right-col:first-child .post-img,
.col-md-6.top-stories-right-col:nth-child(2) .post-img {
  display: block;
}
.top-stories-right-col:first-child .post-desc,
.col-md-6.top-stories-right-col:nth-child(2) .post-desc {
  display: block;
}
.top-stories-left-image {
  margin-bottom: 30px;
}
.top-stories-right-col {
  padding-bottom: 16px;
  margin-bottom: 22px;
  position: relative;
}
.top-stories-right-col::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  bottom: 0;
  height: 1px;
  background: #f0f0f0;
}
.slider-main-block .post-img {
  padding-bottom: 60%;
}
.top-stories-right-col .post-img {
  margin-bottom: 16px;
}
.top-stories-right-col .post-category {
  margin-bottom: 6px;
}
.home-top-slider-heading {
  position: absolute !important;
  top: 20px;
  z-index: 1;
  width: auto !important;
}
.show-mobile {
  display: none !important;
}
.show-desktop {
  display: block !important;
}
.top-stories-right-row .post-category span {
  font-size: 14px;
}
.top-stories-right-col:nth-child(5)::before,
.top-stories-right-col:nth-child(6)::before {
  content: none;
}

.reach-us-text-block h5,
.reach-us-text-block strong {
  font-family: "Segoe UI Bold";
  font-weight: normal;
  font-size: 20px;
}
.reach-us-text-block p,
.reach-us-text-block a {
  font-size: 20px;
  color: #000000;
}
.reach-us-text-block p {
  margin-bottom: 26px;
}
.reach-us-text-block {
  padding-right: 10px;
}
.reach-us-text-block a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}
.reach-us-text-block h5 {
  color: var(--primary-color);
}
.contact-us-reach-us {
  position: relative;
}
.contact-us-reach-us::before {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 30px);
  width: 1px;
  left: 0;
  background: #f0f0f0;
}
.contact-us-section .cmn-section-heading.cmn-section-heading-line {
  border-top: unset;
}
.contact-us-section {
  padding-bottom: 100px;
}
.contact-form-input-field .wpcf7-form-control-wrap,
.contact-form-input-field input,
.contact-form-input-field textarea {
  width: 100%;
  max-width: 560px;
}
.contact-form-input-field input,
.contact-form-input-field textarea {
  max-height: 255px;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
}
.contact-form-input-field input {
  line-height: 55px;
}
.contact-form-input-field textarea {
  padding-top: 10px;
}

.contact-form-input-field input::placeholder,
.contact-form-input-field textarea::placeholder {
  opacity: 0;
}

.contact-form-input-field p {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #000000;
  margin-bottom: 26px;
}
.contact-form-input-field p label {
  display: block;
  width: 100%;
  max-width: 150px;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.form-recaptcha,
.contact-button-wrapper {
  max-width: 560px;
  margin-left: auto;
  overflow: hidden;
}
.contact-button {
  position: relative;
  max-width: 302px;
  background: var(--primary-color);
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  margin-top: 32px;
}
.contact-button:hover {
  background: white;
}

.contact-button svg path {
  fill: white;
}

.contact-button .contact-btn {
  width: 100%;
  line-height: 70px;
  color: white;
  text-align: left;
  padding-left: 24px;
  font-size: 20px;
  border: none;
  border: 1px solid var(--primary-color);
  background: unset;
  cursor: pointer;
}
.contact-button:hover .contact-btn {
  color: var(--primary-color);
}

.contact-button svg path {
  fill: white;
  transition: 0.3s all ease-in-out;
}
.contact-button:hover svg path {
  fill: var(--primary-color);
}
.contact-button svg {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.contact-button .wpcf7-spinner {
  position: absolute;
}
.form-recaptcha {
  padding-top: 8px;
}
.contact-form,
.contact-us-map {
  padding-top: 20px;
}

.slick-slide.is-active .news-heading-box .post-title-list,
.news-heading-box:hover .post-title-list {
  color: black;
}
.header-sub-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
}
.header-sub-menu ul a {
  margin-right: 56px;
  font-family: "Roboto";
  color: #000000;
  display: block;
  padding: 18px 0;
}
.header-sub-menu ul a.active,
.event-right-sidebar ul a.active {
  font-family: "Roboto Bold";
}
.header-sub-menu ul a:hover {
  color: var(--primary-color);
}

.advertisers-list {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 250px;
}
.advertisers-list a {
  display: block;
  width: 100%;
  padding: 8px 20px;
  color: #000000;
}
.advertisers-list a:hover {
  color: var(--primary-color);
}
.advertisers-list li {
  width: 100%;
}
.advertisers-list li:hover {
  color: var(--primary-color);
}
.advertisers-list .mCSB_scrollTools {
  left: -4px;
}
.advertisers-list .mCSB_container {
  padding-left: 20px;
}

.advertisers-list-col {
  position: relative;
}
.advertisers-list-col::before {
  content: "";
  display: block;
  width: 1px;
  background: #f0f0f0;
  height: 100%;
  z-index: 0;
  left: 3px;
  position: absolute;
}

.label-star {
  color: red;
}
.latest-issue.latest-issue-top .post-mag-img {
  padding-right: 42px;
  padding-left: 42px;
}

.advertisers-list-title {
  margin-bottom: 40px;
}

.magazine-article-img img {
  width: 100%;
  height: auto;
  box-shadow: 5px 10px 14px #d0d0d0;
  transition: 0.3s all ease-in-out;
}
.magazine-article-img {
  margin-bottom: 32px;
}
.magazine-article-title .post-title-regular {
  font-size: 28px;
  line-height: 26px;
  min-height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.magazine-article-main-title.post-category {
  margin-bottom: 6px;
}
.magazine-article-block {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
.magazine-article-block:hover .magazine-article-img img {
  box-shadow: 0px 2px 2px #d0d0d0;
  transform: scale(0.99);
}

.advertisement {
  margin-bottom: 30px;
}
/* .advertisement {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  background: #f4f2f2;
  color: #878787;
  font-size: 9px;
  letter-spacing: 5px;
  padding-top: 20px;
  margin-bottom: 40px;
} */
/* .advertisement-wrapper{
  height: 100%;
  display: flex;
  padding-left: 30px;

}
.advertisement-wrapper > .elementor-widget-container{
  width: 100%;
} */
#read-more-content {
  max-height: 360px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.latest-issue-top .post-box::before {
  content: unset;
}
.read-more-btn {
  border: unset;
  background: none;
  font-family: "Segoe UI Bold";
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #000000;
}
.about-us-section h4 {
  font-size: 38px;
  line-height: 30px;
  margin-bottom: 0;
}
/* .latest-issue-top-wrapper{
padding: 0 0 30px 0;
} */
.latest-issue-top-col .post-title-big {
  margin-bottom: 20px;
}
.issue-page-btn-wrapper .cmn-btn-with-arrow a {
  max-width: 100%;
  margin-bottom: 10px;
}
.issue-page-btn-wrapper {
  margin-bottom: 20px;
}
.about-us-top-text {
  font-size: 20px;
  max-width: 820px;
  margin: auto;
  position: relative;
}

.about-us-top-text::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 200px;
  background: var(--primary-color);
  margin: auto;
  left: 0;
  right: 0;
  bottom: -10px;
}
.cmn-text-content p,
.cmn-text-content li {
  line-height: 22px;
  font-family: "Segoe UI";
  margin-bottom: 30px;
}
.cmn-text-content li {
  line-height: 22px;
  font-family: "Segoe UI";
  margin-bottom: 10px;
}
.cmn-text-content li:last-child {
  margin-bottom: 30px;
}

.cmn-text-content strong {
  font-family: "Segoe UI Bold";
  font-weight: normal;
}
.cmn-site-btn {
  padding: 16px 20px;
 font-family: "Roboto Bold";
  color: white;
  max-width: 190px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  background: var(--primary-color);
  display: block;
}
.cmn-site-btn:hover {
  background: white !important;
  color: var(--primary-color) !important;
}
.cmn-site-btn:focus {
  color: white;
}

.single-post-container {
  max-width: 1100px;
  margin: auto;
}
.single-post-title {
  font-size: 88px;
  line-height: 70px;
}
.single-post-heading {
  text-align: center;
  padding: 60px 0 30px 0;
}
.single-post-section strong {
  font-family: "Segoe UI Bold";
  font-weight: normal;
}
.single-post-image img {
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: cover;
}
.single-post-content p,
.single-post-content li {
  font-size: 18px;
  line-height: 28px;
}
.cmn-description p,
.cmn-description li {
  font-size: 18px;
  line-height: 28px;
}

.single-post-content strong,
.cmn-description strong {
  font-family: "Segoe UI Bold";
  font-weight: normal;
}
.single-post-date-time {
  color: #ababab;
  font-family: "Roboto";
}
.single-post-text {
  padding-top: 30px;
  border-top: 1px solid #d8d8d8;
  padding-bottom: 30px;
}
.single-post-image {
  margin-bottom: 30px;
}
.single-post-social {
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--primary-color);
  font-family: "Roboto";
}
.single-post-manufacturer {
  color: var(--primary-color);
  font-family: "Roboto";
}
.single-post-subtitle {
  font-size: 35px;
}
.single-post-social svg {
  width: 24px !important;
}
.single-post-social .a2a_svg {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100% !important;
}
.single-post-social .addtoany_shortcode {
  margin-top: 10px;
}
.post-list .post-box {
  height: 100%;
}
.post-list .post-content-area {
  padding: 0px 20px 20px 20px;
}
.news-box:hover .post-list-title {
  color: var(--primary-color);
}
.post-list-title {
  transition: 0.3s all ease-in-out;
}
.post-img:hover img {
}

.news-box:hover .post-img img {
  scale: 1.1;
}
.post-list .post-box {
  transition: 0.3s all ease-in-out;
  border: 1px solid #d8d8d8;
}
.post-list .post-box:hover {
  box-shadow: 0px 0px 10px #d0d0d0;
}

.sponsor-card-desc {
  position: relative;
  max-height: 100px;
  min-height: 100px;
  font-size: 14px;
  margin-top: auto;
}
.sponsor-type-label span {
  display: block;
  width: calc(100% + 40px);
  padding: 8px 40px 8px 20px;
  background: #d8174b;
  color: white;
  margin-left: -20px;
  position: relative;
  font-family: "Roboto Bold";
  overflow: hidden;
}
.sponsor-type-label span::before {
  position: absolute;
  height: 150px;
  width: 150px;
  background: #fff;
  display: block;
  content: "";
  right: -135px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.sponsor-card-container {
  border: 1px solid #d8d8d8;
  padding: 20px;
  background: white;
  transition: 0.3s all ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sponsor-card-container:hover {
  box-shadow: 0px 0px 10px #d0d0d0;
}
.sponsor-card-container.active {
  box-shadow: 0px 0px 10px #d0d0d0;
  border: 1px solid var(--primary-color);
}
.sponsor-card-container.active .sponsor-name {
  color: var(--primary-color);
}

.sponsor-logo-wrapper img {
  width: 100%;
  height: 140px;
  object-fit: contain;
}
.sponsor-logo-wrapper {
  min-height: 160px;
}
.sponsor-logo-wrapper img {
  width: 100%;
  max-height: 160px;
  object-fit: contain;
  height: auto;
}
.sponsor-listing {
  padding: 30px 0;
}
.sponsor-name {
  font-family: "Roboto Bold";
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 22px;
}
.sponsor-url {
  color: #ababab;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.sponsor-url:hover {
  color: #000000;
}
.sponsor-card-header {
  margin-bottom: 10px;
  margin-top: 10px;
}
.sponsor-card-desc::before {
  position: absolute;
  height: 100%;
  width: 1px;
  right: 8px;
  display: block;
  background: #d8d8d8;
  content: "";
}
.mCS_no_scrollbar.sponsor-card-desc::before {
  display: none;
}
.mCSB_dragger_bar {
  background-color: var(--primary-color) !important;
}
.mCSB_scrollTools {
  opacity: 1 !important;
}
.mCSB_draggerRail {
  width: 6px !important;
  background-color: var(--primary-color) !important;
}
.sponsor-card {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 30px;
}
.sponsor-location {
  display: block;
  background: #7ad0e2;
  padding: 4px 20px;
  width: fit-content;
  font-size: 14px;
  font-family: "Roboto Bold";
  color: white;
}
.our-event-block {
  margin-top: 40px;
  margin-bottom: 30px;
  background: white;
  box-shadow: 0px 0px 10px #d0d0d0;
}
.event-header .title {
  font-family: "Roboto Bold";
  font-size: 24px;
  color: #000000;
  margin-bottom: 20px;
}
.event-details {
  font-family: "Roboto";
  margin-bottom: 10px;
}
.event-details .event-date {
  font-family: "Roboto Bold";
}
.event-details .post-author {
  text-transform: uppercase;
  font-style: italic;
  margin-left: 3px;
  color: var(--primary-color);
  font-family: "Roboto Bold";
}

.event-details .post-author span {
  color: #000000;
}

.primary-btn {
  font-family: "Roboto Bold";
  background: var(--primary-color);
  max-width: 190px;
  border: 1px solid var(--primary-color) !important;
  border-radius: 4px;
  padding: 10px 20px;
  color: white;
}
.primary-btn:disabled,
input:disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
  color: white !important;
  background: var(--primary-color) !important;
}
.primary-btn:hover {
  background: white;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.primary-btn.primary-btn-outline {
  background: white;
  color: var(--primary-color);
}
.primary-btn.primary-btn-outline:hover {
  background: var(--primary-color);
  color: white;
}

.our-event-content-container {
  padding: 30px 30px 40px 0;
  height: 100%;
  flex-direction: column;
}
.our-event-content-container .event-button-container {
  margin-top: auto;
}
.our-event-img img {
  width: 100%;
  height: auto;
}
.event-header .title:hover {
  color: var(--primary-color);
}
.cmn-section-no-top-line {
  border-top: unset !important;
}
.custom-cmn-form .contact-form-input-field .wpcf7-form-control-wrap,
.custom-cmn-form .contact-form-input-field input,
.custom-cmn-form .contact-form-input-field textarea {
  max-width: 100%;
}
.sponsorship-datails-content-container li {
  font-size: 20px;
  margin-bottom: 22px;
}
.contact-form.custom-cmn-form {
  padding: 40px;
  background: #f9f9f9;
}
.contact-form.custom-cmn-form .form-recaptcha,
.contact-form.custom-cmn-form .contact-button-wrapper {
  margin-left: 0;
}
.event-sponsors-info-section {
  margin-bottom: 60px;
}
.custom-cmn-form .contact-form-input-field p {
  font-size: 16px;
  display: block;
}
.custom-cmn-form .contact-form-input-field input {
  line-height: 46px;
}
.custom-cmn-form .contact-button .contact-btn {
  line-height: 50px;
}
.custom-cmn-form .contact-button .contact-btn {
  font-size: 18px;
}
.custom-cmn-form .contact-button svg {
  top: 19px;
  height: 16px;
}
.custom-cmn-form .contact-form-input-field textarea {
  height: 50px;
  min-height: 50px;
}
.post-list .post-col {
  margin-bottom: 30px;
}
.post-list .post-list-desc p {
  margin-bottom: 0;
}
.category-post-list-by-tag {
  padding-top: 30px;
}
.event-button.register-button {
  max-width: unset;
}
.error-404.not-found .cmn-site-btn {
  margin: auto;
}
.error-404.not-found.container {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: calc(100vh - 551px);
}
.single-issue-latest-issue-top-wrapper {
  padding-top: 20px;
}

.team-card-wrapper .card {
  box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.2);
  border: unset;
}
.team-card-wrapper {
  padding-bottom: 30px;
}
.team-card-wrapper .card-body {
  padding-bottom: 110px;
}
.team-card-listing {
  padding-top: 30px;
}

.video-listing .elementor-column {
  width: 50% !important;
}
.video-listing .elementor-container {
  flex-wrap: wrap;
}
.video-listing-video-title h6 {
  font-size: 24px;
  line-height: 22px;
}
.video-listing-video-title {
  margin-bottom: 10px !important;
}
.video-listing-video-title {
  margin-bottom: 0 !important;
}
.video-listing-video-title h2 {
  border-bottom: 2px solid var(--primary-color);
  font-size: 32px;
  line-height: 28px;
  padding-bottom: 10px;
}
.video-listing-video-title .elementor-widget-container {
  padding: 0 !important;
}
.post-list .post-box:hover .post-img::before {
  opacity: 0.3;
}
.post-img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: black;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  left: 0;
}
.event-listing .our-event-block {
  margin-top: 0;
  margin-bottom: 30px;
}
.event-listing {
  padding: 30px 0;
}

.our-event-block-expired .our-event-img img, .industries-event-block-expired .company-name-wrapper img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.our-event-block-expired .event-header .title,
.our-event-block-expired .event-details,
.our-event-block-expired .event-description p,
.industries-event-block-expired .event-content-container .event-content,
.industries-event-block-expired .event-content-container .event-content p,
.industries-event-block-expired .event-content-container .event-details,
.industries-event-block-expired .event-content-container .company-name
 {
  color: #8e8e8e;
}
.our-event-block-expired .event-button.register-button {
  filter: grayscale(1);
}
/* .industries-event-block-expired .company-name-wrapper::before {
	background: transparent;
} */
.sponsors-logo-wrapper {
  display: flex;
flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
}
.sponsors-logo img {
  max-height: 90px;
  width: 100%;
  max-width: 172px;
}
.sponsors-logo {
  align-items: center;
  display: flex;
  padding: 10px 30px;
}

.speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid white;
  border-radius: 100%;
}

.episode-speaker-photo.speaker-photo {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.speaker-photo {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid var(--primary-color);
  margin-bottom: 20px;
}
.speakers-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.episode-box {
  background: #f9f9f9;
  padding: 30px;
}
.episode-box > .row {
  margin-bottom: 30px;
}
.episode-box > .row:last-child {
  margin-bottom: 0px;
}
.apisode-list.event-agenda
  .episode-box
  .speakers-card-list-wrapper
  .speakers-card:nth-last-child(2) {
  padding-right: 15px;
}
.apisode-list.event-agenda .episode-box .speakers-card {
  width: 12.5% !important;
}
.apisode-list.event-agenda .episode-speaker-photo.speaker-photo {
  width: 100px;
  height: 100px;
}

.single-post-social.single-event-social {
  padding-top: 0;
  border-top: unset;
  border-bottom: unset;
}
.event-right-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.event-right-sidebar ul:first-child {
  border-bottom: 1px solid #d8d8d8;
}
.event-right-sidebar ul a {
  display: block;
  width: 100%;
  padding: 8px 0px;
  color: #000000;
}
.event-right-sidebar ul a:hover {
  color: var(--primary-color);
}
.event-details-title {
  position: relative;
  margin-bottom: 24px;
  padding-right: 200px;
}
.event-details-title .cmn-btn-with-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 190px;
  text-align: right;
}

.speaker-name {
  font-family: "Segoe UI Bold";
  margin-bottom: 4px;
}

.episode-speaker-name {
  font-size: 14px;
}

.apisode-list .post-category {
  margin-bottom: 20px;
}
.event-details-content,
.event-speakers-section {
  margin-bottom: 60px;
}
.episode-desc-title {
  font-family: "Segoe UI Bold";
  font-size: 16px;
  margin-bottom: 0;
}
.episode-description p {
  line-height: 20px;
}
.episode-description {
  margin-bottom: 20px;
}
.apisode-list {
  margin-bottom: 30px;
}
.episode-speaker-company {
  font-size: 14px;
}
.speakers-cards {
  display: flex;
  width: 100%;
}

.episode-box .speakers-card {
  padding: 0 20px;
}

.event-detail-left-col::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #d8d8d8;
  right: 20px;
}
.event-detail-right-col::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #d8d8d8;
  left: 20px;
}
.sponsors-logo-section {
  padding-top: 30px;
}
.episodes-wrapper .post-category span::before {
  content: "";
  position: absolute;
  display: block;
  border: solid #707070;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: 0;
  top: 4px;
}
.episode-index {
  margin-bottom: 20px;
}
.news-content-slider-one .post-title-big {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.search-results .page-header {
  padding: 15px;
  width: 100%;
}

.search-results article {
  margin-bottom: 30px;
}

.search-results .detail-wrap {
  padding: 20px;
  background: #f9f9f9;
  height: 100%;
}

.search-results .detail-wrap a {
  color: #000000;
}

.search-results .detail-wrap a:hover {
  color: var(--primary-color);
}

.navigation.pagination {
  padding: 15px;
  margin-bottom: 25px;
}

.page-numbers {
  padding: 6px 12px;
  color: #000000;
  border: 1px solid var(--primary-color);
  font-family: "Segoe UI Bold";
}

.page-numbers:hover,
.page-numbers.current {
  background: var(--primary-color);
  color: white;
}

.next.page-numbers,
.prev.page-numbers {
  background: unset;
  border: unset;
  color: #000000 !important;
}

.next.page-numbers:hover,
.prev.page-numbers:hover {
  text-decoration: underline;
}

.no-results.not-found .search-form {
  font-size: 0;
}

.no-results.not-found .search-form .search-field {
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  line-height: 55px;
  font-size: 16px;
}

.no-results.not-found .search-submit {
  line-height: 55px;
  background: var(--primary-color);
  color: white;
  border: 1px solid var(--primary-color);
  border-radius: 0;
  cursor: pointer;
  padding: 0 20px;
  font-size: 16px;
}

.no-results.not-found .search-submit:hover {
  color: var(--primary-color);
  background: white;
}

.no-results.not-found {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cmn-model-with-tab #login_register_tabs li {
  width: 50%;
}
.cmn-model-with-tab #login_register_tabs li a.active {
  background: white;
}
.cmn-model-with-tab #login_register_tabs li a {
  font-size: 18px;
  color: #000000;
  text-align: center;
  display: block;
  width: 100%;
  padding: 26px 10px;
  background: #f3f3f3;
  position: relative;
}
.cmn-model-with-tab #login_register_tabs li a::before {
  content: "";
  position: absolute;
  display: block;
  background: var(--primary-color);
  width: 100%;
  top: -1px;
  left: 0;
  opacity: 0;
  height: 5px;
}
.cmn-model-with-tab .close {
  margin: auto;
  font-size: 48px;
  color: white;
  opacity: 1;
  font-weight: normal;
}
.cmn-model-with-tab .close:hover {
  opacity: 0.45;
}
.cmn-model-with-tab #login_register_tabs li a.active::before {
  opacity: 1;
}
.cmn-model-with-tab .modal-body {
  padding: 0;
  background: white;
}
.cmn-model-with-tab .input-text,
.user-registration .input-text {
  border: unset !important;
  border-bottom: 1px solid #d8d8d8 !important;
  padding-left: 0 !important;
  color: black !important;
  margin-bottom: 40px !important;
  background: unset;
}
.ur-frontend-form .ur-form-row .ur-form-grid .form-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.user-registration-ur-lost-password .ur-frontend-form {
  padding: 36px 26px;
  margin-bottom: 150px;
}

.user-registration-ur-lost-password .user-registration {
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cmn-model-with-tab .user-registration-error {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.user-registration-ur-lost-password .user-registration-error,
.user-registration-edit-password .user-registration-error,
.user-registration-edit-profile .user-registration-error {
  display: flex;
  align-items: center;
}

.cmn-model-with-tab .register .user-registration-error,
.user-registration-EditProfileForm .user-registration-error,
.user-registration-EditAccountForm.edit-password .user-registration-error {
  margin-top: -40px !important;
}

.cmn-model-with-tab .user-registration-error {
  color: #ff030b !important;
}
.lost-password-confirmation {
  padding: 36px;
}
.cmn-model-with-tab .ur-frontend-form .ur-form-row .ur-form-grid {
  padding: 0;
  margin-bottom: 0;
}
.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .hide_show_password
  .password-input-group
  .password_preview {
  top: 10px !important;
}
.cmn-model-with-tab .ur-button-container {
  padding: 0 !important;
}
.cmn-model-with-tab .ur-button-container {
  padding: 0 !important;
  margin: 0;
}
.ur-submit-button {
  width: 100%;
  background: var(--primary-color);
  margin: 0;
  border-radius: 0 !important;
  color: white;
}
.ur-submit-button:hover {
  opacity: 0.45;
}
.user-registration-password-strength {
  display: none;
}

.cmn-model-with-tab .modal-lg {
  max-width: 424px !important;
}
.cmn-model-with-tab .ur-frontend-form {
  padding: 0 !important;
}
.cmn-model-with-tab .tab-content {
  padding: 36px;
}
.cmn-model-with-tab .input-wrapper {
  width: 100%;
}
.cmn-model-with-tab .modal-content {
  background-color: unset;
  border-radius: 0;
  border: unset;
}

.cmn-model-with-tab .input-wrapper {
  width: 100%;
}

.cmn-model-with-tab .ur-frontend-form,
.cmn-model-with-tab .user-registration {
  border: unset !important;
  box-shadow: unset !important;
  margin: 0 !important;
}
.cmn-model-with-tab
  .ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .ur-field-item {
  margin-bottom: 0px;
}

.ur-checkbox-list {
  display: block;
  margin-bottom: 15px;
}

.ur-checkbox-list input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  display: none !important;
}

.ur-checkbox-list label {
  position: relative;
  cursor: pointer;
  margin-left: 0 !important;
  color: #8e8e8e !important;
  font-size: 14px;
  margin-bottom: 0;
}

.ur-checkbox-list label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid grey;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7.5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.ur-checkbox-list input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid var(--primary-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-checkbox-wrapper {
  padding: 0;
  margin-bottom: 0;
}
.login-register-model .ur-label {
  display: none !important;
}
.user-register-form .form-row {
  margin-left: 0;
  margin-right: 0;
}
.ur-form-info-text p {
  color: #8e8e8e;
  font-size: 14px;
}
.ur-form-info-text a {
  color: var(--primary-color);
  text-decoration: underline;
}
.ur-form-editorial-wrapper {
  margin-bottom: 30px;
  margin-top: 12px;
}
.cmn-model-with-tab .ur-frontend-form #ur-submit-message-node {
  margin-top: 0 !important;
  display: flex;
}
.add-banner-container .banner_text {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.feature-banner-image .add-banner-container .bg_black h1 {
  text-align: left;
}
.add-banner-container .bg_black {
  position: unset;
  transform: unset;
}
.page-banner-subtitle {
  color: white;
  font-family: "Roboto Bold";
}
.pagebanner-desc {
  color: white;
  font-size: 18px;
  max-width: 640px;
  line-height: 24px;
}
.pagebanner-desc strong {
  margin-bottom: 20px;
  display: block;
}
form.ur_lost_reset_password label {
  font-size: 0 !important;
}

.user-registration-MyAccount-navigation a {
  color: black;
}
.user-registration-MyAccount-navigation a {
  font-family: "Roboto" !important;
}
.user-registration-MyAccount-navigation
  .user-registration-MyAccount-navigation-link.is-active
  a {
  border-color: var(--primary-color) !important;
  font-family: "Roboto Bold" !important;
  font-weight: normal !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label,
.ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label {
  font-weight: normal;
}
.user-registration-edit-password .user-registration-form-row {
  display: flex;
  flex-direction: column;
}
.user-registration-MyAccount-content h2,
.user-registration-MyAccount-content h1 {
  font-family: "Roboto Bold" !important;
}
.contact-form-input-field-checkbox-label p {
  margin-bottom: 14px;
}
.subscribe-to-magazine-form
  .contact-form-input-field-checkbox
  .wpcf7-list-item
  label {
  display: flex;
  flex-direction: row-reverse;
}
.contact-form-input-field-checkbox .wpcf7-list-item label {
  flex-direction: row-reverse;
}
.contact-form-input-field-checkbox .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact-form-input-field-checkbox .wpcf7-list-item {
  margin-right: 20px;
  margin-left: 0;
}

.contact-form-input-field-checkbox .wpcf7-list-item-label {
  margin-left: 8px;
  cursor: pointer;
}
.contact-form.custom-cmn-form.subscribe-to-magazine-form,
.contact-form.custom-cmn-form.event-registration-form {
  max-width: 900px;
  margin: auto;
  margin-bottom: 30px;
}
select {
  line-height: 46px;
  max-height: 255px;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  background: white;
  height: 46px;
  width: 100%;
  color: #000000;
}
.subscribe-to-magazine-form .contact-form-input-field p label {
  max-width: unset;
}
.speaker-block {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.speaker-details-container {
  padding-left: 30px;
}
.speaker-details-name {
  font-family: "Roboto Bold";
  font-size: 24px;
  color: var(--primary-color);
}
.speaker-company-details {
  margin-bottom: 20px;
}
.speaker-thumbnail {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  padding: 6px;
}
.speaker-block:nth-child(2n) {
  flex-direction: row-reverse;
}
.speaker-block:nth-child(2n) .speaker-details-container {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}
.speaker-description p {
  font-size: 16px;
  line-height: 24px;
}
.speaker-block {
  border: 1px solid #d8d8d8;
  padding: 30px;
}

.subscribe-to-magazine-form .contact-button-wrapper,
.event-registration-form .contact-button-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.subscribe-to-magazine-form .contact-button-wrapper p,
.event-registration-form .contact-button-wrapper p {
  margin-bottom: 0;
}

.subscribe-to-magazine-form .contact-button,
.event-registration-form .contact-button {
  width: 100%;
  margin-top: 20px;
}
.subscribe-to-magazine-form .wpcf7-response-output {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-to-magazine-form .btn-col,
.event-registration-form .btn-col {
  display: flex;
  align-items: flex-end;
}
.industries-events-tab-content {
  padding: 40px;
  padding-bottom: 10px;
  margin-top: 30px;
  box-shadow: 0px 0px 10px #d0d0d0;
  margin-bottom: 30px;
}
.industry-event-block {
  border: 1px solid #d8d8d8;
  background: white;
  position: relative;
}

.company-name-wrapper img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  height: 100% !important;
  max-height: 100%;
  min-height: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
  transition: 0.3s all ease-in-out;
  min-height: 100% !important;
}
.company-name-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 14%;
  background: #f8f8f8;
  padding-right: 28%;
}
.industry-event-title {
  color: white !important;
  font-family: "Roboto Bold";
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 10px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.company-name-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.45;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.industry-event-block a:hover .company-name-wrapper::before {
  opacity: 0.45;
}
.industry-event-block a:hover .industry-event-title {
  opacity: 1;
}
.industry-event-block a:hover .company-name-wrapper img {
  min-height: 110% !important;
}
.event-content-container {
  padding: 20px;
}
.industry-event-block a {
  color: black;
  display: flex;
}

.industry-event-block .event-location {
  color: #ababab;
  margin-bottom: 20px;
  display: block;
}
.industry-event-block .company-name {
 font-family: "Roboto Bold";
  font-size: 20px;
  line-height: 22px;
  color: var(--primary-color);
}
.industry-event-block a:hover {
  box-shadow: 0px 0px 10px #d0d0d0;
}
.industries-events-col {
  margin-bottom: 30px;
}
.team-social-link svg {
  width: 30px;
  height: 30px;
  background: black;
  border-radius: 100%;
  overflow: visible;
  padding: 6px;
}
.team-social-link svg path {
  fill: white;
}
.team-social {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.team-social .team-social-link {
  margin-left: 4px;
  margin-right: 4px;
}
.event-detail-register-btn.cmn-btn-with-arrow {
  display: flex;
  justify-content: center;
}
.event-detail-register-btn.cmn-btn-with-arrow a {
  color: #fff;
}
.event-detail-register-btn.cmn-btn-with-arrow .right-arrow-icon {
  margin-left: 30px;
}
.event-detail-register-btn.cmn-btn-with-arrow path {
  fill: white;
}
.invalid .wpcf7-response-output {
  border-color: #ff4f55 !important;
  background: rgba(255, 79, 85, 0.1);
  color: #ff030b;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.sent .wpcf7-response-output {
  border-color: #8fae1b !important;
  background: rgba(143, 174, 27, 0.1);
  color: #596c11;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.single-our_events .page_title {
  font-family: "MarkaziText" !important;
  text-align: center !important;
}
.event-detail-register-btn.cmn-btn-with-arrow {
  position: relative;
/*   top: 8.333vw; */
}
.event-details-logo {
  margin-bottom: 20px;
  text-align: center;
}
.event-details-logo img {
  max-width: 100%;
  height: auto;
}
.event-registration-form .contact-form-input-field p label {
  max-width: unset;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid grey;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + span:after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.contact-form-input-field-radio .wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.form-divider-line {
  height: 1px;
  width: 100%;
  display: block;
  background: #d8d8d8;
}
.speaker-block.active {
  box-shadow: 0px 0px 10px #d0d0d0;
  border: 1px solid var(--primary-color);
}
.become-recaptcha-col .form-recaptcha {
  overflow: visible;
}
.become-btn-col .contact-button {
  margin-top: 29px;
}
.please-let-us-know-checkboxes p {
  display: flex;
}
.latest-issue .post-mag-img.no-image img {
  box-shadow: 0px 0px 10px #d0d0d0;
}
.user-registration .user-registration-error {
  display: flex;
  align-items: center;
}
.single-event-social.single-post-social .addtoany_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-event-social.single-post-social .addtoany_list a {
  margin-bottom: 6px;
}
.event-detail-left-col {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}
.event-detail-right-col {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.event-detail-middle-col {
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
  max-width: 64%;
}
#google_language_translator {
  position: absolute;
  top: -40px;
}
.checkbox-terms-and-conditions > div > P {
  display: flex;
  align-items: baseline;
}
.checkbox-terms-and-conditions > P > label {
  margin-bottom: 0px;
}
.checkbox-terms-and-conditions.contact-form-input-field-checkbox
  .wpcf7-list-item {
  margin-right: 3px;
}

.events-subpages-content-area {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.events-subpages .sponsor-card {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.events-subpages .contact-form-input-field,
.events-subpages .become-recaptcha-col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.events-subpages .speakers-cards {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.events-subpages .apisode-list.event-agenda .episode-box .speakers-card {
  width: 25% !important;
}

/* footer social icons css start */
.footer-social-icons {
	display: inline-block;
	margin-bottom: 15px;
}
.footer-social-icons .social-icon {
	max-width: 40px;
	display: inline-block;
	width: 100%;
	padding: 0 4px;
}
.footer-social-icons .social-icon-svg {
	display: flex;
	justify-content: center;
  align-items: center;
	background: #fff;
	border-radius: 50%;
	height: 32px;
	width: 32px;
}
.footer-social-icons .social-icon svg {
	width: 24px;
	height: 24px;
}
.footer-social-icons .social-icon:hover span {
	opacity: 0.7;
}
/* footer social icons css end */

/* Page Banner */
.single-our_events .page_banner {
	position: relative;
}
.banner-top img{
	width: 100%;
}


/* @media(max-width: 480px){} */
@media (max-width: 1599px) {
  .popup-menu > li > a,
  .popup-menu .sub-menu li {
    font-size: 16px;
  }
  .feature-banner-image .banner-top img {
    height: 600px;
  }
  .feature-banner-image .bg_black h1 {
    font-size: 42px;
  }
  .page-banner-subtitle {
    font-size: 18px;
  }
  .pagebanner-desc p {
    font-size: 16px;
    line-height: normal;
  }
  .add-banner-container .banner_text {
    top: 60%;
  }
}
@media (max-width: 1499px) {
  .post-title-big {
    font-size: 32px;
    line-height: 28px;
  }
  .post-title-regular {
    font-size: 20px;
    line-height: 20px;
  }

  .category-box .category-post {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .category-box .post-title-regular {
    min-height: 40px;
  }
  .reach-us-text-block p,
  .reach-us-text-block a,
  .contact-form-input-field p,
  .contact-form-input-field input,
  .reach-us-text-block h5,
  .reach-us-text-block strong {
    font-size: 16px;
  }
  .latest-issue.latest-issue-top .post-mag-img {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sponsor-card {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .speakers-card-list-wrapper .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .speakers-cards-left-side {
    padding-right: 0px;
    flex-wrap: wrap;
  }
  .team-card-col {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .footer-bottom-menu a {
    margin-left: 24px;
  }
  .speakers-card {
    margin-bottom: 20px;
  }
  .episode-box .speakers-card-list-wrapper .speakers-card:last-child {
    padding-left: 15px;
  }
  .speakers-cards {
    flex-wrap: wrap;
  }
  .episode-box .speakers-card-list-wrapper .speakers-card:nth-last-child(2) {
    padding-right: 15px;
  }
  .event-right-sidebar ul {
    padding-left: 10px;
  }
  .event-right-sidebar ul a {
    padding: 8px 8px;
  }
  .become-btn-col,
  .become-recaptcha-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .become-recaptcha-col .form-recaptcha {
    overflow: hidden;
  }

  .events-subpages .sponsor-card {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 1299px) {
  .sponsors-logo-wrapper {
    flex-wrap: wrap;
  }
  .single-event-social.single-post-social .addtoany_list {
    max-width: 100px;
  }
}

@media (max-width: 1199px) {
  .main-menu a {
    margin: 0 15px;
  }
  .header-main-menu a {
    font-size: 20px;
    line-height: 40px;
  }
  .footer-menu a {
    font-size: 16px;
  }
  .copy-right p {
    font-size: 12px;
  }
  .footer-bottom-menu a {
    margin-left: 12px;
  }
  .footer-description p {
    font-size: 14px;
    line-height: normal;
  }
  .popup-menu > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .popup-menu {
    flex-wrap: wrap;
  }
  li.two-col li {
    width: 100%;
  }
  .two-col .sub-menu::before {
    content: unset;
  }
  .popup-top-bar-logo .navbar-brand {
    display: none;
  }
  .popup-top-bar-logo .close-btn {
    margin-left: 0px;
  }
  .popup-top-bar .top-bar-right ul {
    display: none;
  }
  .popup-menu .sub-menu {
    display: none;
  }
  .popup-menu > li > a {
    border-bottom: none;
  }
  .popup-menu > li {
    border-bottom: 1px solid #d8d8d8;
  }
  .popup-menu > li > a {
    font-size: 22px;
  }
  .popup-menu .sub-menu li {
    font-size: 19px;
  }
  .popup-menu > li > a {
    margin-bottom: 0;
  }
  .popup-menu > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .popup-menu-active .sub-menu {
    display: block;
  }
  .popup-menu > li > a {
    display: inline-block;
    width: auto;
  }
  .popup-menu > li {
    padding: 0 0;
  }
  .popup-menu {
    margin-right: -15px;
    margin-left: -15px;
  }
  .popup-top-bar {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .popup-top-bar::before {
    content: unset;
  }
  .popup-menu-section {
    background: white;
    height: 100vh;
    overflow: scroll;
    transform: translatex(-100%);
    width: 90%;
  }
  .popup-menu-section.popup-menu-open {
    transform: translatex(0%);
  }
  .popup-menu > li > a {
    color: #000000;
  }
  .popup-menu .sub-menu li a {
    color: #333333;
  }
  .popup-top-bar-logo .close-btn {
    color: #333333;
  }
  .popup-top-bar-logo .close-btn path {
    fill: #333333;
  }
  .popup-menu > li::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0 !important;
    left: unset !important;
    background: unset;
    background-image: url("assets/images/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 24px;
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
  }
  .popup-menu > li.popup-menu-active::before {
    transform: rotate(0);
    top: 28px;
  }
  .header-main-menu .main-menu {
    display: none;
  }
  .popup-menu-row.row {
    padding: 20px;
  }
  body.bg-overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 2;
    opacity: 0;
    opacity: 0.45;
    position: fixed;
  }
  .news-content-slider {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .news-heading-slider {
    display: none;
  }
  .post-list-by-tag .horizontal-post {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .post-list-by-tag .vertical-post {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .horizontal-post .post-box {
    flex-direction: column-reverse;
  }
  .horizontal-post .post-image-area,
  .horizontal-post .post-content-area {
    width: 100%;
    padding-right: 0;
  }
  .post-list-by-tag .post-content-area {
    padding-right: 0px;
  }
  .reach-us-text-block {
    width: 100% !important;
    max-width: 100% !important;
  }
  .contact-us-map iframe {
    height: 300px !important;
  }
  .magazine-listing-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .magazine-article-img {
    margin-bottom: 20px;
  }
  .feature-banner-image .banner-top img {
    height: 500px;
  }
  .single-post-title {
    font-size: 78px;
    line-height: 60px;
  }
  .single-post-subtitle {
    font-size: 28px;
  }
  .single-post-content p,
  .single-post-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .sponsor-card {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .team-card-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .team-card-listing {
    margin-right: -15px;
    margin-left: -15px;
  }
  .add-banner-container .banner_text {
    top: 70%;
  }
  .industries-events-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .industry-event-block a {
    display: flex;
    flex-direction: column;
  }
  .company-name-wrapper {
    padding-bottom: 50%;
  }
  .event-detail-register-btn.cmn-btn-with-arrow {
    position: relative;
    top: 6vw;
  }
  .footer-bottom-menu-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom-menu a {
    margin-left: 0px;
    margin-right: 12px;
  }
  .category-boxes-section .elementor-container .elementor-column {
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 12px);
  }
  .apisode-list.event-agenda .episode-box .speakers-card {
    width: 25% !important;
  }
  .post-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .footer-menu-col-menu,
  .footer-menu-col-logo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-menus {
    padding-left: 0px;
  }

  .copy-right {
    margin-bottom: 10px;
  }
  .footer-menu-col-logo {
    margin-bottom: 40px;
  }
  .top-bar-right a {
    margin-left: 10px;
    font-size: 16px;
  }
  .news-content-main-box {
    flex-direction: column-reverse;
  }
  .news-content-box {
    padding-top: 0px;
  }
  .news-content-slider .news-content-box,
  .news-content-slider .news-post-img-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-top-slider-heading {
    position: unset !important;
    padding: 20px 0 0 0;
  }
  .slider-main-block {
    padding: 60px 0 0 0px;
  }
  .slider-main-block .slick-prev {
    left: 20px;
  }
  .slider-main-block .slick-next {
    left: unset;
    right: 20px;
  }
  .slider-main-block .slick-prev,
  .slider-main-block .slick-next {
    top: -40px;
  }

  .latest-issue-left-side-content-area,
  .latest-issue-left-side-image-area,
  .latest-issue-left-side,
  .top-stories-left,
  .top-stories-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top-stories-right-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .latest-issue .post-box {
    max-width: unset;
  }
  .latest-issue-right-side {
    display: none;
  }
  .latest-issue .post-mag-img {
    padding-right: 60px;
    padding-left: 60px;
  }
  .post-title-big {
    font-size: 28px;
    line-height: 28px;
  }
  .show-mobile {
    display: block !important;
  }
  .show-desktop {
    display: none !important;
  }
  .latest-issue .post-mag-img {
    margin-bottom: 20px;
  }
  .para-regular p {
    font-size: 14px;
    line-height: 18px;
  }
  .para-medium p {
    font-size: 16px;
    line-height: 20px;
  }
  .post-list-by-tag .horizontal-post .post-text p,
  .post-list-by-tag .horizontal-post .post-text {
    font-size: 16px;
    line-height: 20px;
  }

  .latest-issue .cmn-btn-with-arrow {
    margin-top: 0;
  }

  .post-category span {
    font-size: 15px;
    line-height: 17px;
  }
  .post-category span {
    font-size: 12px !important;
  }
  .top-stories-left-image {
    margin-bottom: 16px;
  }
  .top-stories-left {
    margin-bottom: 10px;
  }
  .contact-us-map iframe {
    height: 200px !important;
  }
  .contact-us-section {
    padding-bottom: 40px;
  }
  .contact-form-input-field input::placeholder,
  .contact-form-input-field textarea::placeholder {
    opacity: 0.45;
  }
  .contact-form-input-field p label {
    display: none;
  }
  .subscribe-to-magazine-form .contact-form-input-field p label {
    display: block;
  }
  .contact-form,
  .contact-us-map {
    padding-top: 0px;
  }
  .contact-form-input-field p,
  .reach-us-text-block p {
    margin-bottom: 16px;
  }
  .contact-form-input-field input,
  .contact-form-input-field textarea {
    max-height: 150px;
  }
  .header-sub-menu ul a {
    margin-right: 20px;
  }

  .latest-issue-top-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .latest-issue .post-mag-img img:hover {
    transform: unset;
  }

  .about-us-section h4 {
    font-size: 28px;
    line-height: 24px;
  }
  .latest-issue-top-wrapper {
    padding: 0px 0px;
  }
  .single-post-heading {
    padding: 30px 0 30px 0;
  }
  .contact-form.custom-cmn-form {
    padding: 20px;
  }
  .contact-form.custom-cmn-form .contact-form-input-field {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sponsor-card {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .our-event-block {
    margin-top: 10px;
  }
  .sponsorship-datails-content-container li {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .video-listing .elementor-column {
    width: 100% !important;
  }
  .video-listing .elementor-widget-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .event-detail-left-col,
  .event-detail-middle-col,
  .event-detail-right-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .event-detail-left-col::before {
    content: unset;
  }
  .event-detail-right-col::before {
    content: unset;
  }
  .event-details-title .cmn-btn-with-arrow {
    position: relative;
  }
  .event-details-title {
    padding-right: 0;
  }
  .episode-box {
    padding: 20px;
  }
  .pagebanner-desc {
    display: none;
  }
  .add-banner-container .banner_text {
    top: 50%;
  }
  .page-banner-subtitle,
  .feature-banner-image .add-banner-container .bg_black h1 {
    text-align: center;
  }
  .speaker-details-container {
    padding-left: 0px;
  }
  .speaker-block:nth-child(2n) .speaker-details-container {
    padding-right: 0;
  }
  .speaker-block {
    flex-direction: column;
  }
  .speaker-block:nth-child(2n) {
    flex-direction: column;
  }
  .speaker-block:nth-child(2n) .speaker-details-container {
    text-align: left;
  }
  .speaker-thumbnail {
    margin-bottom: 20px;
  }
  .event-right-sidebar ul {
    padding-left: 0;
    text-align: center;
    margin-left: 0;
  }
  .event-detail-right-col {
    order: 1;
  }
  .event-detail-left-col {
    order: 2;
  }
  .event-detail-middle-col {
    order: 3;
  }
  .event-right-sidebar ul a {
    padding: 4px 8px;
  }
  .event-right-sidebar ul {
    padding: 20px;
    background: #f9f9f9;
  }
  .invalid .wpcf7-response-output {
    margin-bottom: 20px !important;
  }
  .sent .wpcf7-response-output {
    margin-bottom: 20px !important;
  }
  .single-event-social.single-post-social .addtoany_list {
    max-width: 100%;
  }
  .event-right-sidebar ul:first-child {
    border-bottom: unset;
  }
  .checkbox-terms-and-conditions > div > P {
    display: block;
  }
  .events-subpages-content-area {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .events-subpages .sponsor-card {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .events-subpages {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .footer-bottom-menu ul {
    flex-direction: column;
  }
  .footer-menu {
    flex-direction: column;
  }

  .footer-menu-col-logo,
  .copy-right {
    display: none;
  }
  .footer-bottom-menu ul li {
    margin-bottom: 10px;
  }
  .footer-bottom-menu-wrapper::before {
    content: unset;
  }
  .footer-bottom-menu-wrapper {
    padding-top: 0px;
  }
  .footer-menu {
    margin-bottom: 0px !important;
  }
  .footer-menu > li {
    margin-bottom: 20px;
  }
  .top-bar-row {
    align-items: center;
    flex-wrap: nowrap;
  }
  .top-bar-row .col-md-3,
  .top-bar-row .col-md-6 {
    width: auto;
  }
  .top-bar-logo img {
    max-width: 100px;
  }
  .top-bar-right a {
    font-size: 0;
  }
  .top-bar-right ul li a svg {
    margin-right: 0;
  }
  .top-bar-right-register {
    display: none;
  }
  .burger-menu text {
    display: none;
  }
  .burger-btn > svg {
    max-width: 90px;
  }
  .top-bar-right ul li a svg {
    max-width: 26px;
  }
  .top-bar {
    padding: 12px 0;
  }
  .popup-top-bar {
    padding-top: 0px;
  }
  .popup-menu-section {
    width: calc(100% - 80px);
  }
  .popup-menu-row.row {
    padding: 30px;
  }

  .post-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .post-list .post-img {
    padding-left: 90px;
  }

  .contact-us-reach-us .elementor-widget-wrap.elementor-element-populated,
  .contact-us-form .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .reach-us-text-block {
    width: 50% !important;
    max-width: 50% !important;
  }
  .contact-us-reach-us::before {
    content: unset;
  }

  .magazine-listing-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .post-list-by-tag .vertical-post,
  .post-list-by-tag .horizontal-post,
  .top-story-col,
  .post-col,
  .magazine-listing-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-list-by-tag,
  .top-stories-row,
  .top-stories-row .post-box.row,
  .top-stories-right-row,
  .post-list,
  .latest-news-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* .advertisement-wrapper{
  padding-left: 0;
} */
  .advertisers-list-row {
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .reverse-flex .elementor-container {
    flex-direction: column-reverse;
  }
  .about-us-top-text {
    font-size: 18px;
  }
  .single-post-title {
    font-size: 48px;
    line-height: 42px;
  }
  .our-event-content-container {
    padding: 20px 20px 20px 20px;
  }
  .single-post-text {
    padding-top: 0px;
    border-top: unset;
  }
  .team-card-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sponsors-logo-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
  .speaker-block {
    padding: 20px;
  }
  .industries-events-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .industries-events-tab-content {
    padding: 20px;
  }
  .industries-events-col:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .category-boxes-section .elementor-container .elementor-column {
    width: 100%;
  }
  .top-stories-right-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .latest-issue .post-mag-img {
    padding-right: 0px;
    padding-left: 0px;
  }
  .post-list-by-tag .horizontal-post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .post-list-by-tag .vertical-post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .horizontal-post .post-box {
    flex-direction: column;
  }
  .horizontal-post .post-image-area {
    margin-bottom: 16px;
  }
  .top-stories-right-col:nth-child(5)::before {
    content: "";
  }
  .reach-us-text-block {
    width: 100% !important;
    max-width: 100% !important;
  }
  .contact-button {
    max-width: 100%;
  }
  .error-404.not-found.container {
    max-width: 250px;
  }
  .sponsor-card {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .speakers-card-list-wrapper .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .user-registration-ur-lost-password .ur-frontend-form {
    padding: 20px;
  }
  .speaker-thumbnail {
    width: 160px;
    height: 160px;
  }
  .speaker-description p {
    font-size: 14px;
    line-height: normal;
  }
  .apisode-list.event-agenda .episode-box .speakers-card {
    width: 50% !important;
  }
  .speakers-cards {
    justify-content: center;
  }
  .events-subpages .sponsor-card {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .events-subpages .apisode-list.event-agenda .episode-box .speakers-card {
    width: 50% !important;
  }
}
@media (max-width: 480px) {
  .cmn-model-with-tab {
    padding-right: 0 !important;
  }
  .cmn-model-with-tab .tab-content {
    padding: 20px;
  }
  .cmn-model-with-tab #login_register_tabs li a {
    font-size: 16px;
  }
  .user-registration-ur-lost-password .ur-frontend-form {
    padding: 20px 10px;
  }
}

.team-card-wrapper .card .card-body img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
  object-fit: cover;
  border: 4px solid var(--primary-color);
}

.team-card-wrapper .card-role {
  color: #8e8e8e;
  font-size: 16px;
  font-family: "Roboto";
}

.team-card-wrapper .team-contact-details {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.team-card-wrapper .card-title {
  font-family: "Roboto Bold";
  color: var(--primary-color);
  margin-bottom: 0;
}
.team-card-wrapper .card-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.team-card-wrapper .team-contact-details a {
  font-family: "Roboto Bold";
  color: #000000;
  display: block;
  margin-bottom: 6px;
}
.team-card-wrapper .team-contact-details a:hover {
  opacity: 0.5;
}
.team-card-wrapper:hover .card .card-body img {
  transform: scale(1.1);
}
.team-card-wrapper,
.team-card-wrapper .card {
  height: 100%;
}

.footer-logos a img {
  filter: brightness(100);
}

/* Sponsorship Package */
.sponsorship-package-block {
  overflow: hidden;
}

.sponsorship-package {
  padding: 0 20px 20px;
  border-width: 1px;
  border-style: solid;
  /* -webkit-box-shadow: 0 3px 10px 0 #cdcdcd;
  -moz-box-shadow: 0 3px 10px 0 #cdcdcd;
  box-shadow: 0 3px 10px 0 #cdcdcd; */
  height: 100%;
}

.sponsorship-package:hover {
  box-shadow: 0px 0px 10px #d0d0d0;
}

.sponsorship-package .sponsorship-package-header {
  color: #fff;
  text-align: center;
  margin: -1px -21px;
  margin-bottom: 20px;
  padding: 10px 0;
}

.sponsorship-package .sponsorship-package-header .sponsorship-package-title,
.sponsorship-package
  .sponsorship-package-header
  .sponsorship-package--sub-title {
  text-transform: uppercase;
  padding: 10px;
}

.sponsorship-package .sponsorship-package-header .sponsorship-package-title {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
  padding-bottom: 5px;
  position: relative;
}

.sponsorship-package
  .sponsorship-package-header
  .sponsorship-package-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 1px;
  width: 60%;
  background: #fff;
}

.sponsorship-package
  .sponsorship-package-header
  .sponsorship-package--sub-title {
  font-size: 16px;
  margin-bottom: 0;
}

.sponsorship-package.sold .sponsorship-package-header,
.sponsorship-package.sold .sponsorship-package-list-container {
  opacity: 0.6;
}

.sponsorship-package.sold .sponsorship-package-sold-logo {
  margin-bottom: 10px;
}

.sponsorship-package.sold .sponsorship-package-sold-logo img {
  width: 80px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.sponsorship-package-list-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 15px;
}

.sponsorship-package-list-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sponsorship-package-list-container ul li {
  color: #363636;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #363636;
}

.sponsorship-package-list-container ul li sup {
  font-size: inherit;
}

.sponsorship-package-logo {
  padding: 0 10px;
}

.sponsorship-package-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.package-sponsor-logo img {
  width: 100%;
}

.lg-backdrop{
  background-color: #fff;
}

.lg-toolbar .lg-icon:hover {
  color: #999;
}

.advertisement .vertical-advertisement .sticky {
  top: 90px;
  position: sticky;
}

#ajax-load-more .eva-load-more-button {
  background-color: var(--primary-color) !important;
  font-family: "Roboto Bold" !important;

}

.alm-btn-wrap .alm-load-more-btn.loading::before {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="loader-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="31px" height="31px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"><path fill="%23fff" d="M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z"><animateTransform attributeType="xml" attributeName="transform" type="rotate" from="0 25 25" to="360 25 25" dur="0.6s" repeatCount="indefinite"></animateTransform></path></svg>') !important;
}

@media screen and (min-width: 576px) {
  .sponsorship-package-block {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
