/*
Theme Name: The Big 10
Theme URI: https://thebig10.events/
Author: CRENOV8 DMCC
Author URI: http://crenov8.com/
*/
/****************************
  Global Options
****************************/
@charset "UTF-8";

html,
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 70px;
  line-height: 1.15em
}

h2 {
  font-size: 40px;
  line-height: 1.125em
}

h3 {
  font-size: 30px
}

h4 {
  font-size: 25px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0;
  font-weight: 700;
  color: #000
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  transition: color .2s ease-out
}

a:hover {
  color: #50d6ae;
  text-decoration: none;
}

p {
  margin: 10px 0;
  text-align: justify;
  color: #5a5959;
}

input[type=submit] {
  -webkit-appearance: none
}

/******************************
        Main Div
*******************************/
.main_app {
  width: 100%;
  height: 100%;
  position: relative;
}

/******************************
      General Paddings
*******************************/
.small_padding {
  padding: 20px;
}

.medium_padding {
  padding: 40px;
}

.big_padding {
  padding: 60px;
}

.small_padding_lr {
  padding: 0px 20px;
}

.medium_padding_lr {
  padding: 0px 40px;
}

.big_padding_lr {
  padding: 0px 60px;
}

.small_padding_tb {
  padding: 20px 0px;
}

.medium_padding_tb {
  padding: 40px 0px;
}

.big_padding_tb {
  padding: 60px 0px;
}

.big_padding_h_tb {
  padding: 80px 0px;
}

/******************************
      Headings
*******************************/
.heading_title {
  position: relative;
  margin-bottom: 20px;
}

.heading_title .sub_title {
  color: #656464;
  font-size: 30px;
  margin: 10px 0px;
  padding: 0px;
  font-weight: 400;
  font-family: 'Dancing Script', cursive;
}

.heading_title .main_title {
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
  font-weight: 300;
  margin: 0px;
  padding: 2px 0px 10px 0px;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.heading_title .main_title:after {
  content: '';
  width: 140px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 3px;
}

.heading_title2 {
  position: relative;
  margin-bottom: 80px;
}

.heading_title2 .sub_title {
  color: #656464;
  font-size: 30px;
  margin: 10px 0px;
  padding: 0px;
  font-weight: 400;
  font-family: 'Dancing Script', cursive;
}

.heading_title2 .main_title {
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
  font-weight: 300;
  margin: 0px;
  padding: 2px 0px 10px 0px;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.heading_title2 .main_title:after {
  content: '';
  width: 140px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 44%;
  border-radius: 3px;
}

.heading_title4 {
  position: relative;
  margin-bottom: 30px;
}

.heading_title4 .sub_title {
  color: #656464;
  font-size: 30px;
  margin: 10px 0px;
  padding: 0px;
  font-weight: 400;
  font-family: 'Dancing Script', cursive;
}

.heading_title4 .main_title {
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
  font-weight: 300;
  margin: 0px;
  padding: 2px 0px 10px 0px;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.heading_title4 .main_title:after {
  content: '';
  width: 140px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 43.7%;
  border-radius: 3px;
}

.heading_title3 {
  position: relative;
  margin-bottom: 40px;
}

.heading_title3 .sub_title {
  color: #656464;
  font-size: 30px;
  margin: 10px 0px;
  padding: 0px;
  font-weight: 400;
  font-family: 'Dancing Script', cursive;
}

.heading_title3 .main_title {
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
  font-weight: 300;
  margin: 0px;
  padding: 2px 0px 10px 0px;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.heading_title3 .main_title:after {
  content: '';
  width: 140px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 46%;
  border-radius: 3px;
}

/******************************
          Header
*******************************/
.main_header {
  width: 100%;
  /* height: 100%; */
  background-size: cover;
  position: relative;
  display: block;
  /* overflow: hidden; */
  background-position: 50% 50%;
}

.main_header .top_bar .navbar_main {
  margin-top: 20px;
}

.main_header .stickynav .navbar_main {
  margin-top: 0px !important;
}

.main_header::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}

.main_header .sticklyimg {
  display: none !important;
}

.main_header .stickynav .sticklyimg {
  display: block !important;
}

.main_header .stickynav .lightimg {
  display: none !important;
}

.main_header .top_bar .navbar_main {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.main_header .stickynav .navbar_main {
  margin-top: 0px !important;
}

/****** Navigation *****/
.top_bar {
  position: relative;
  z-index: 999;
  height: 90px;
  /* margin-top: 20px;
  margin-bottom: -20px; */
}

.top_bar .main_logo {
  width: 100%;
  height: 100%;
}

.top_bar .main_logo img {
  max-width: 120px;
}

.top_bar .navbar_main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}

.top_bar .navbar_main ul {
  margin: 0px;
  padding: 0px;
}

.top_bar .navbar_main ul li {
  display: inline-block;
  padding: 10px;
}

.top_bar .navbar_main ul li a {
  color: #fff;
  padding: 8px 13px;
  font-weight: bold;
  background-position: 100% 0;
  text-transform: uppercase;
}

.top_bar .navbar_main ul li a:hover {
  color: #44d2b8;
}

.top_bar .navbar_main ul li a.active,
.top_bar .navbar_main ul li a.active .top_bar .navbar_main ul li a:hover {
  color: #44d2b8;
}

.top_bar .other_navicons .btn_navcustm {
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: #44d2b800;
  border-color: #44d2b8;
  color: #fff;
  outline: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 30px;
  border-width: 2px;
  padding: 5px 15px;
  margin-top: 4px;
}

.top_bar .other_navicons .btn_navcustm:hover {
  background-color: #44d2b8;
  border-color: #44d2b8;
  color: #000;
}

.top_bar .other_navicons .btn_navcustm:focus,
.top_bar .other_navicons .btn_navcustm:active {
  outline: none;
  box-shadow: none;
}

/****** Sticky Navigation *****/
.stickynav {
  max-height: 80px;
  position: fixed;
  width: 100%;
  background-color: white;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 15px 0px;
  transition-property: background-color, border-bottom;
  transition-timing-function: linear;
  transition-delay: 0.1s;
  transition-duration: 0.5s;
  opacity: 1;
  border-bottom: 1px solid #f5f5f5;
}
.stickynav .main_logo img {
    max-width: 90px;
    margin-left: 15px;
    /* margin-top: -7px; */
}
.stickynav .navbar_main ul li a {
  color: #000;
}

.stickynav .navbar_main ul li a:hover {
  color: #44d2b8;
}

.stickynav .btn_navcustm {
  color: #000 !important;
}

.stickynav .navbar_main ul li a.active,
.stickynav .navbar_main ul li a.active .top_bar .navbar_main ul li a:hover {
  color: #44d2b8;
}

.top_bar .mobile_nav {
  display: none;
  margin-top: 20px;
  background-color: transparent !important;
  border: none !important;
  text-align: right;
  box-shadow: none !important;
  padding-right: 20px;
  float: right;
}

.top_bar .mobile_nav:hover,
.top_bar .mobile_nav:active,
.top_bar .mobile_nav:visited .top_bar .mobile_nav:focus {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.top_bar .mobile_nav i {
  color: #000;
  font-size: 20px;
}

.stickynav .mobile_nav i {
  color: #000;
  margin-top: 0px;
}

/****** Banner *****/
.banner_main {
  width: 100%;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
}

.banner_texture {
  background-image: url('../images/texture.png');
  background-size: cover;
  position: absolute;
  bottom: auto;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/************ Slider Style ************/
.swiper-container {
  width: 100%;
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.swiper-wrapper {
  align-items: center;
  cursor: pointer;
}

.swiper-wrapper .swiper-slide {
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.slider_slices1 .sub_title {
  background-color: #fff;
  color: #000;
  font-size: 40px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.slider_slices1 .main_title {
  font-size: 250px;
  margin: 20px 0px -20px 0px;
  color: #fff;
  text-transform: uppercase;
}

.slider_slices1 .sub_sub_title {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-align: center;
}

.slider_slices2 .sub_title {
  background-color: #fff;
  color: #000;
  font-size: 40px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.slider_slices2 .main_title {
  font-size: 100px;
  color: #fff;
  text-transform: uppercase;
  margin: 30px 0px -20px 0px;
}

.slider_slices2 .sub_sub_title {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.slider_slices3 .sub_title {
  background-color: #fff;
  color: #000;
  font-size: 40px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.slider_slices3 .main_title {
  font-size: 100px;
  color: #fff;
  margin: 30px 0px 10px 0px;
  text-transform: uppercase;
}

.slider_slices3 .sub_sub_title {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.slider_slices4 .sub_title {
  background-color: #fff;
  color: #000;
  font-size: 40px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.slider_slices4 .main_title {
  font-size: 60px;
  color: #fff;
  margin: 40px 0px 30px 0px;
  text-transform: uppercase;
}

.slider_slices4 .sub_sub_title {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

/******** Navigation Buttons ***********/
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 12px;
  font-weight: bold;
}

.swiper-button-next {
  right: 0px;
  top: 50%;
  background-color: #ffffff;
  width: 25px;
  height: 35px;
  overflow: hidden;
  padding: 15px;
  border-radius: 0px;
}

.swiper-button-prev {
  right: 0px;
  left: inherit;
  top: 70%;
  background-color: #ffffff;
  width: 25px;
  height: 35px;
  overflow: hidden;
  padding: 15px;
  border-radius: 0px;
}

.swiper-button-next:hover,
.swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-prev:focus {
  background-color: #fff !important;
  outline: none;
  box-shadow: none;
}

/******** Navigation Bullets ***********/
.swiper-pagination-bullet {
  background: white;
  display: block;
  width: 4px;
  height: 60px;
  border-radius: 2px;
  margin-bottom: 5px !important;
  background-position: 0 100%;
  background-size: 200% 100%;
  transition: all .5s ease-in;
}

.swiper-pagination {
  top: 40%;
  right: 0;
  text-align: right;
}

.swiper-pagination-bullet-active {
  background-image: linear-gradient(to left, transparent, transparent 50%, #fff 50%, #fff);
  background-position: 0 0;
}

/******** Countdown ***********/
.count_downwrp {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  justify-content: flex-start;
}

.event_countdown {
  color: #fff;
  width: 50%;
  text-align: center;
}

.count_row {
  width: 22%;
  display: inline-block;
  margin: 0px 2px;
  text-align: center;
}

.count_row h3 {
  color: white;
  padding: 0px;
  margin: 0px;
  font-size: 40px;
  text-align: center;
}

.count_row .title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

/******** Register ***********/
.registartion {
  position: relative;
  z-index: 2;
  float: right;
  margin-right: 30px;
}

.registartion .btn-custom {
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: #44d2b8;
  border-color: #44d2b8;
  border-radius: 0px;
  color: #000;
  outline: none;
  font-weight: bold;
  font-size: 12px;
}

.registartion .btn-custom:focus {
  outline: none;
  box-shadow: none;
}

.registartion .btn-custom:hover {
  background-color: #44d2b8;
  border-color: #44d2b8;
}

.registartion2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  justify-content: flex-start;
}

.registartion2 .btn-custom:focus {
  outline: none;
  box-shadow: none;
}

.registartion2 .btn-custom {
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: #44d2b8;
  border-color: #44d2b8;
  border-radius: 0px;
  outline: none;
  color: #000;
  font-weight: bold;
}

.registartion2 .btn-custom:hover {
  background-color: #44d2b8;
  border-color: #44d2b8;
  outline: none;
}

.registartion2 .btn-custom2:focus {
  outline: none;
  box-shadow: none;
}

.registartion2 .btn-custom2 {
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: #fff;
  border-color: #44d2b8;
  border-radius: 0px;
  outline: none;
  color: #000;
  font-weight: bold;
}

.registartion2 .btn-custom2:hover {
  background-color: #fff;
  border-color: #44d2b8;
  outline: none;
}

/******************************
      Industries highlights
******************************/
.highlights_ind {
  width: 100%;
  height: auto;
  float: left;
}

.highlights_ind .hi_card {
  width: 10%;
  height: 550px;
  text-transform: uppercase;
  position: relative;
  padding: 0px;
  margin: 0px;
  float: left;
  word-break: break-all;
  line-height: 58px;
  overflow: hidden;
  cursor: pointer;
}

.highlights_ind .hi_card .pattern-hover {
  position: absolute;
  display: block;
  width: 300%;
  height: 228%;
  top: -51%;
  left: 0;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  z-index: 1;
  pointer-events: none;
}

.highlights_ind .hi_card .pattern-hover>span {
  position: absolute;
  display: block;
  width: 100%;
  height: 65px;
  background: #fdfeff36;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0) translateY(-30px);
  -ms-transform: scaleY(0) translateY(-30px);
  transform: scaleY(0) translateY(-30px);
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}

.highlights_ind .hi_card .pattern-hover>span:nth-child(1) {
  top: 110px;
}

.highlights_ind .hi_card .pattern-hover>span:nth-child(2) {
  top: 220px;
}

.highlights_ind .hi_card .pattern-hover>span:nth-child(3) {
  top: 330px;
}

.highlights_ind .hi_card .pattern-hover>span:nth-child(4) {
  top: 440px;
}

.highlights_ind .hi_card .pattern-hover>span:nth-child(5) {
  top: 550px;
}

.highlights_ind .hi_card .pattern-hover>span:nth-child(6) {
  top: 660px;
}

.highlights_ind .hi_card:hover .pattern-hover>span:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.highlights_ind .hi_card:hover .pattern-hover>span:nth-child(2) {
  -webkit-transition-delay: 80ms;
  -o-transition-delay: 80ms;
  transition-delay: 80ms;
}

.highlights_ind .hi_card:hover .pattern-hover>span:nth-child(3) {
  -webkit-transition-delay: .16s;
  -o-transition-delay: .16s;
  transition-delay: .16s;
}

.highlights_ind .hi_card:hover .pattern-hover>span:nth-child(4) {
  -webkit-transition-delay: .24s;
  -o-transition-delay: .24s;
  transition-delay: .24s;
}

.highlights_ind .hi_card:hover .pattern-hover>span:nth-child(5) {
  -webkit-transition-delay: .32s;
  -o-transition-delay: .32s;
  transition-delay: .32s;
}

.highlights_ind .hi_card:hover .pattern-hover>span:nth-child(6) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.highlights_ind .hi_card:hover .pattern-hover>span {
  -webkit-transform: scaleY(1) translateY(0);
  -ms-transform: scaleY(1) translateY(0);
  transform: scaleY(1) translateY(0);
  -webkit-transition: .3s cubic-bezier(.24, .09, 0, .81);
  -o-transition: .3s cubic-bezier(.24, .09, 0, .81);
  transition: .3s cubic-bezier(.24, .09, 0, .81);
}
.highlights_ind .hi_card .titles {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  font-size: 26px;
  font-weight: bolder;
  z-index: 1;
  opacity: 0.9;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: center;
  justify-content: center;
}

.highlights_ind .card1 {
  background-size: cover;
  background-position: 80% 50%;
}

.highlights_ind .hi_card:hover .carbstis {
  flex-direction: row;
  align-items: flex-end;
  margin-top: -40px;
  font-size: 9px;
}

.highlights_ind .hi_card .titles span {
  height: 29px;
}

.highlights_ind .card1::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
  background: #051c24;
  background: -webkit-linear-gradient(45deg, #000000, #051c24);
  background: linear-gradient(45deg, #000000, #051c24);
  top: 0px;
  left: 0px;
}

.highlights_ind .card2 {
  background-size: cover;
  background-position: 80% 50%;
}

.highlights_ind .card2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  background: #051c24;
  background: -webkit-linear-gradient(-45deg, #000000, #051c24);
  background: linear-gradient(-45deg, #000000, #051c24);
  top: 0px;
  left: 0px;
}

.highlights_ind .card3 {
  background-size: cover;
  background-position: 80% 50%;
}

.highlights_ind .card3::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  background: #051c24;
  background: -webkit-linear-gradient(-45deg, #000000, #051c24);
  background: linear-gradient(-45deg, #000000, #051c24);
  top: 0px;
  left: 0px;
}

.highlights_ind .card4 {
  background-size: cover;
  background-position: 80% 50%;
}

.highlights_ind .card4::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  background: #051c24;
  background: -webkit-linear-gradient(to right, #000000, #051c24);
  background: linear-gradient(to right, #000000, #051c24);
  top: 0px;
  left: 0px;
}

.highlights_ind .card5 {
  background-size: cover;
  background-position: 50% 50%;
}

.highlights_ind .card5::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  background: #051c24;
  background: -webkit-linear-gradient(84deg, #000000, #051c24);
  background: linear-gradient(84deg, #000000, #051c24);
  top: 0px;
  left: 0px;
}

.highlights_ind .card6 {
  background-size: cover;
  background-position: 50% 50%;
}

.highlights_ind .card6::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  background: #051c24;
  background: -webkit-linear-gradient(to right, #000000, #051c24);
  background: linear-gradient(to right, #000000, #051c24);
  top: 0px;
  left: 0px;
}

.highlights_ind .card7 {
  background-size: cover;
  background-position: 50% 50%;
}

.highlights_ind .card7::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  background: #051c24;
  background: -webkit-linear-gradient(-45deg, #000000, #051c24);
  background: linear-gradient(-45deg, #000000, #051c24);
  top: 0px;
  left: 0px;
}

.highlights_ind .card8 {
  background-size: cover;
  background-position: 50% 50%;
}

.highlights_ind .card8::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  background: #051c24;
  background: -webkit-linear-gradient(to right, #000000, #051c24);
  background: linear-gradient(to right, #000000, #051c24);
  top: 0px;
  left: 0px;
}

.highlights_ind .card9 {
  background-size: cover;
  background-position: 50% 50%;
}

.highlights_ind .card9::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  background: #051c24;
  background: -webkit-linear-gradient(to right, #000000, #051c24);
  background: linear-gradient(to right, #000000, #051c24);
  top: 0px;
  left: 0px;
}

.highlights_ind .card10 {
  background-size: cover;
  background-position: 50% 50%;
}

.highlights_ind .card10::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  background: #051c24;
  background: -webkit-linear-gradient(45deg, #000000, #051c24);
  background: linear-gradient(45deg, #000000, #051c24);
  top: 0px;
  left: 0px;
}

/* Quick-zoom Container */
.zoomin {
  transition: all .2s ease-in-out;
}

.zoomin:hover {
  transform: scale(1.1);
  z-index: 2;
  border-radius: 2px;
}

/******************************
      About Big 10
******************************/
.aboutbig10 {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}

.about_leftbg {
  background-color: #000;
  overflow: hidden;
  padding: 0px;
}

.simpleParallax {
  width: 100%;
  height: 100%;
}

.about_leftbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/******************************
      Stats Big 10
******************************/
.Statsbig10 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  background-color: #148eec;
  overflow: hidden;
  position: relative;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  padding: 85px 0px 60px 0px;
}

.Statsbig10::after {
  content: '';
  width: 100%;
  height: 100% !important;
  height: auto;
  background-color: #0c0c0c6e;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}

.Statsbig10 .heading_title2 .sub_title {
  color: #ffffff;
}

.Statsbig10 .heading_title2,
.Statsbig10 .home_counter {
  z-index: 1;
  position: relative;
}

.home_counter .counter {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}

.home_counter h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

/******************************
      Speakers Big 10
******************************/
.spekersbig10 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  overflow: hidden;
}

.spaker_design1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.spaker_design1 img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.spaker_design1 .spaker_info {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
  opacity: 0.7;
  z-index: 1;
  padding: 0px 15px;
}

.spaker_design1:hover .spaker_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.spaker_design1 .spaker_info:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

.spaker_design1 .spaker_info:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.spaker_design1 .title {
  font-size: 25px;
  color: white;
  text-transform: uppercase;
  margin: 1px 0px;
}

.spaker_design1 .sub_title {
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  margin: 1px 0px;
  font-weight: 300;
}

.spaker_design1 .social {
  margin-top: 10px;
  margin-left: 0px;
  padding: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}

.spaker_design1 .social li {
  display: inline-block;
  padding: 0px 5px;
}

.spaker_design1 .social li a {
  color: #fff;
  font-size: 16px;
}

/******************************
      Sponsors Big 10
******************************/
.sonsorsbig10 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  background-color: #fbfbfb;
  overflow: hidden;
}

.grid {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

ul.grid-sponsors {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  background-color: #f5f3f3;
}

ul.grid-sponsors .sliver {
  color: #505052;
  text-transform: uppercase;
  font-size: 40px;
}

ul.grid-sponsors .gold {
  color: #d4af37;
  text-transform: uppercase;
  font-size: 40px;
}

ul.grid-sponsors .platinum {
  color: #e5e4e2;
  text-transform: uppercase;
  font-size: 40px;
}

ul.grid-sponsors li {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
  width: 100%;
  float: left;
}

ul.grid-sponsors li .grid_contaner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

ul.grid-sponsors li img {
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  vertical-align: middle;
  line-height: 1;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 601px) {
  ul.grid-sponsors__i10 {
    padding-top: 37%;
    height: auto;
    min-height: 100px;
  }

  ul.grid-sponsors__i10 li:nth-child(1),
  ul.grid-sponsors__i10 li:nth-child(10) {
    width: 33.3334%;
    height: 66.6667%;
  }

  ul.grid-sponsors__i10 li {
    width: 17%;
    height: 33.332%;
    left: 0;
  }

  ul.grid-sponsors__i10 li {
    position: absolute;
    top: 0;
    left: 0;
  }

  ul.grid-sponsors li {
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  ul.grid-sponsors li img {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: block;
  }

  ul.grid-sponsors__i10 li:nth-child(2) {
    top: 0;
    left: 33.334%;
  }

  ul.grid-sponsors__i10 li:nth-child(3) {
    top: 33.334%;
    left: 33.334%;
  }

  ul.grid-sponsors__i10 li:nth-child(4) {
    top: 66.667%;
    left: 0;
  }

  ul.grid-sponsors__i10 li:nth-child(5), ul.grid-sponsors__i10 li:nth-child(6) {
    width: 33.34%;
    height: 33.3334%;
    left: 16.667%;
    top: 66.667%;
  }

  ul.grid-sponsors__i10 li:nth-child(6) {
    top: 0;
    left: 50%;
  }

  ul.grid-sponsors__i10 li:nth-child(7) {
    top: 0;
    left: 83%;
  }

  ul.grid-sponsors__i10 li:nth-child(8) {
    top: 33.334%;
    left: 50%;
  }

  ul.grid-sponsors__i10 li:nth-child(9) {
    top: 66.667%;
    left: 50%;
  }

  ul.grid-sponsors__i10 li:nth-child(10) {
    top: 33.334%;
    left: 66.667%;
  }
}

/******************************
      Past Events Big 10
******************************/
.pasteventsbig10 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}

.post-slider-wrapper.slider_modern {
  position: relative;
  margin-top: 10px;
  padding-bottom: 30px;
  height: 690px;
}

.post-slider-wrapper.slider_modern.modern-color-style .info-wrap {
  background-color: #ffffff;
}

.post-slider-wrapper.slider_modern.modern-color-style .info-wrap .title:hover {
  color: #9756ca;
}

.post-slider-wrapper.slider_modern.modern-color-style .swiper-container.post-slider .content-wrap, .post-slider-wrapper.slider_modern.modern-color-style .swiper-wrap::after {
  background-color: #9756ca;
}

.post-slider-wrapper.slider_modern.modern-color-style .swiper-container.post-slider .content-wrap .dotted-bg {
  z-index: 0;
}

.post-slider-wrapper.slider_modern.modern-color-style .link-wrap {
  position: relative;
  z-index: 1;
}

.post-slider-wrapper.slider_modern.modern-color-style .link-wrap a {
  color: #fff;
}

.post-slider-wrapper.slider_modern.modern-color-style .link-wrap a::after {
  background-color: #fff;
}

.post-slider-wrapper.slider_modern.modern-color-style .swiper-pagination-bullet-active {
  background-color: #9756ca;
}

.post-slider-wrapper.slider_modern.modern-color-style .swiper-wrap .swiper-button-prev:hover::after, .post-slider-wrapper.slider_modern.modern-color-style .swiper-wrap .swiper-button-next:hover::after {
  color: #fdf4f7;
}

.post-slider-wrapper.slider_modern.modern-color-style .video-button:hover {
  border: 3px solid #9756ca;
  background: #9756ca;
}

.post-slider-wrapper.slider_modern .swiper-slide {
  width: 100%;
}

.post-slider-wrapper.slider_modern .video-button {
  position: absolute;
  top: 50%;
  right: 27%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.post-slider-wrapper.slider_modern .swiper-container3.img-slider {
  position: absolute;
  top: 0;
  height: calc(100% - 120px);
  right: 0;
  width: 80%;
  z-index: 0;
}

.post-slider-wrapper.slider_modern .swiper-container2.post-slider {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 1;
  width: 590px;
  max-width: 590px;
  height: auto;
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.09);
  background-color: white;
  overflow: hidden;
}

.post-slider-wrapper.slider_modern .swiper-container2.post-slider .content-wrap {
  padding-bottom: 70px;
  position: relative;
  background-color: #c7c7c7;
}

.post-slider-wrapper.slider_modern .swiper-container2.post-slider .content-wrap .dotted-bg {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 320px;
  height: 100px;
  background-image: url('../images/latest_news_dots.svg');
  z-index: -1;
}

.post-slider-wrapper.slider_modern .img-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.post-slider-wrapper.slider_modern .img-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(252, 224, 220, 0.41), rgba(0, 0, 0, 0)), linear-gradient(to bottom, rgba(48, 19, 57, 0.77), rgba(48, 19, 57, 0.77));
  z-index: 2;
}

.post-slider-wrapper.slider_modern .img-wrap img {
  display: none;
}

.post-slider-wrapper.slider_modern .info-wrap {
  background-color: #f1f1f1;
  padding: 70px 30px 38px 40px;
}

.post-slider-wrapper.slider_modern .info-wrap .title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #222222;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.post-slider-wrapper.slider_modern .info-wrap .title:hover {
  color: #ff4070;
}

.post-slider-wrapper.slider_modern .info-wrap .excerpt {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #888888;
}

.post-slider-wrapper.slider_modern .info-wrap .excerpt p {
  margin: 0;
}

.post-slider-wrapper.slider_modern .link-wrap {
  padding: 40px 70px 40px 100px;
}

.post-slider-wrapper.slider_modern .link-wrap .link {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #138dec;
  text-decoration: none;
  position: relative;
}

.post-slider-wrapper.slider_modern .link-wrap .link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #138dec;
  transition: width 0.35s;
}

.post-slider-wrapper.slider_modern .link-wrap .link:hover::after {
  width: 50%;
}

.post-slider-wrapper.slider_modern .swiper-pagination {
  top: 50px;
  right: 50px;
  position: absolute;
  text-align: center;
  width: auto;
  left: auto;
  bottom: auto;
  display: flex;
}

.post-slider-wrapper.slider_modern .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #222222;
  opacity: 0.2;
  margin: 0 8px;
}

.post-slider-wrapper.slider_modern .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #138dec;
}

.post-slider-wrapper.slider_modern .swiper-wrap {
  position: absolute;
  bottom: 6%;
  right: 11%;
  height: 25px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #c7c7c7; */
}

.post-slider-wrapper.slider_modern .swiper-wrap::after {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0px;
  left: -25px;
  width: 250%;
  /* height: 75px; */
  z-index: 9;
  background-color: #c7c7c7;
}

.post-slider-wrapper.slider_modern .swiper-wrap .swiper-button-prev,
.post-slider-wrapper.slider_modern .swiper-wrap .swiper-button-next {
  display: block;
  position: absolute;
  background-image: none;
  top: 0;
  left: auto;
  bottom: auto;
  right: auto;
  z-index: 10;
  margin: 0;
  width: auto;
  height: auto;
  background-size: auto;
}

.post-slider-wrapper.slider_modern .swiper-wrap .swiper-button-prev::after,
.post-slider-wrapper.slider_modern .swiper-wrap .swiper-button-next::after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #222222;
  opacity: 0.7;
  font-size: 35px;
  transition: 0.35s;
}

.post-slider-wrapper.slider_modern .swiper-wrap .swiper-button-prev:hover::after,
.post-slider-wrapper.slider_modern .swiper-wrap .swiper-button-next:hover::after {
  opacity: 1;
  color: #ff4070;
}

.post-slider-wrapper.slider_modern .swiper-wrap .swiper-button-prev {
  left: 0;
  background-color: #c7c7c7;
  color: #fbc819;
}

.post-slider-wrapper.slider_modern .swiper-wrap .swiper-button-prev:hover {
  background-color: #c7c7c7 !important;
  color: #ff4070 !important;
}

.post-slider-wrapper.slider_modern .swiper-wrap .swiper-button-next:hover {
  background-color: #c7c7c7 !important;
  color: #ff4070 !important;
}

.post-slider-wrapper.slider_modern .swiper-wrap .swiper-button-prev::after {
  content: "\f053";
}

.post-slider-wrapper.slider_modern .swiper-wrap .swiper-button-next {
  right: 9px;
  background-color: #c7c7c7;
}

.post-slider-wrapper.slider_modern .swiper-wrap .swiper-button-next::after {
  content: "\f054";
}

.post-slider-wrapper.slider_modern .btn-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

.post-slider-wrapper.slider_modern.dark-style .btn-wrapper {
  bottom: -63px;
}

.post-slider-wrapper.slider_modern.dark-style .swiper-pagination-bullet {
  background-color: #fff;
}

.post-slider-wrapper.slider_modern.dark-style .swiper-pagination-bullet-active {
  background: linear-gradient(121deg, #f87c57, #f2296f);
}

.post-slider-wrapper.slider_modern.dark-style .swiper-container2 {
  bottom: 0;
}

.post-slider-wrapper.slider_modern.dark-style .swiper-container2 .post-slider .content-wrap .dotted-bg {
  background-image: url(../images/Rectangle9.png);
  background-size: cover;
}

.post-slider-wrapper.slider_modern.dark-style .info-wrap {
  background-color: #fdf4f7;
}

.post-slider-wrapper.slider_modern.dark-style .info-wrap .title {
  color: #fff;
}

.post-slider-wrapper.slider_modern.dark-style .swiper-container2.post-slider {
  background-color: #1f1f1f;
  border: solid 1px rgba(221, 221, 221, 0.5);
}

.post-slider-wrapper.slider_modern.dark-style .swiper-wrap::after {
  background-color: #1f1f1f;
  left: -47px;
}

.post-slider-wrapper.slider_modern.dark-style .swiper-wrap .swiper-button-prev::after, .post-slider-wrapper.slider_modern.dark-style .swiper-wrap .swiper-button-next::after {
  color: #fff;
}

.post-slider-wrapper.slider_modern.dark-style .swiper-wrap .swiper-button-prev:hover::after, .post-slider-wrapper.slider_modern.dark-style .swiper-wrap .swiper-button-next:hover::after {
  color: #ff4070;
}

.post-slider-wrapper.slider_modern.light-style .info-wrap {
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .post-slider-wrapper.slider_modern .video-button {
    right: 18%;
  }
}

@media only screen and (max-width: 991px) {
  .post-slider-wrapper.slider_modern .swiper-container2.post-slider {
    max-width: 420px;
    width: 420px;
  }

  .post-slider-wrapper.slider_modern .swiper-container2.post-slider .content-wrap {
    padding-bottom: 15px;
  }

  .post-slider-wrapper.slider_modern .swiper-container2.post-slider .info-wrap {
    padding: 80px 40px 38px 40px;
  }

  .post-slider-wrapper.slider_modern .swiper-container2.post-slider .info-wrap .title {
    font-size: 26px;
  }

  .post-slider-wrapper.slider_modern .swiper-container2.post-slider .link-wrap {
    padding: 40px;
  }

  .post-slider-wrapper.slider_modern .swiper-container2.post-slider .dotted-bg {
    display: none;
  }

  .post-slider-wrapper.slider_modern .swiper-container2.post-slider .swiper-pagination {
    top: 25px;
    right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .post-slider-wrapper.slider_modern.dark-style .swiper-wrap {
    right: 14%;
  }
}

@media only screen and (max-width: 767px) {
  .post-slider-wrapper.slider_modern {
    margin-top: 50px;
    padding-bottom: 30px;
    height: auto;
  }

  .post-slider-wrapper.slider_modern .swiper-container2.post-slider {
    position: static;
    width: 100%;
    max-width: 100%;
  }

  .post-slider-wrapper.slider_modern .swiper-container2.post-slider .content-wrap {
    padding-bottom: 0;
  }

  .post-slider-wrapper.slider_modern .swiper-container2.post-slider .link-wrap {
    padding: 25px;
    background-color: #fff;
  }

  .post-slider-wrapper.slider_modern .swiper-container2.post-slider .info-wrap {
    padding: 80px 25px 25px 25px;
    background-color: #fff;
  }

  .post-slider-wrapper.slider_modern .swiper-container2.post-slider .info-wrap .title {
    font-size: 24px;
  }

  .post-slider-wrapper.slider_modern .swiper-container3.img-slider, .post-slider-wrapper.slider_modern .swiper-wrap {
    display: none;
  }

  .post-slider-wrapper.slider_modern .btn-wrapper {
    margin-top: 40px;
    position: static;
    text-align: center;
  }

  .post-slider-wrapper.slider_modern.dark-style .swiper-container2.post-slider .info-wrap {
    background-color: #fdf4f7;
  }

  .post-slider-wrapper.slider_modern.dark-style .swiper-container2.post-slider .link-wrap {
    background-color: #222222;
  }
}

.post-slider-wrapper.slider_simple .content-wrap {
  padding: 3px;
}

.post-slider-wrapper.slider_simple .content-wrap .inner-wrap {
  padding: 21px 25px;
  box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
}

.post-slider-wrapper.slider_simple .content-wrap .taxonomy-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.post-slider-wrapper.slider_simple .content-wrap .taxonomy-wrap .category {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  text-align: center;
  color: #fff;
  padding: 5px 7px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-image: linear-gradient(104deg, #f87c57, #f2296f);
}

.post-slider-wrapper.slider_simple .content-wrap .taxonomy-wrap .date {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ccc;
}

.post-slider-wrapper.slider_simple .content-wrap .img-wrap {
  width: 100%;
  height: 180px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 27px;
}

.post-slider-wrapper.slider_simple .content-wrap .img-wrap img {
  display: none;
}

.post-slider-wrapper.slider_simple .content-wrap .title {
  display: block;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
  transition: 0.35s;
}

.post-slider-wrapper.slider_simple .content-wrap .title:hover {
  color: #ff4070;
}

.post-slider-wrapper.slider_simple .content-wrap .excerpt {
  margin-top: 10px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #888888;
}

.post-slider-wrapper.slider_simple .content-wrap .read-more {
  display: block;
  margin-top: 30px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #ff4070;
  transition: 0.35s;
  text-decoration: none;
}

.post-slider-wrapper.slider_simple .content-wrap .read-more:hover {
  opacity: 0.7;
}

.post-slider-wrapper.slider_simple .swiper-pagination {
  margin-top: 50px;
  position: static;
  text-align: center;
}

.post-slider-wrapper.slider_simple .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #888888;
  opacity: 0.2;
  margin: 0 5px;
}

.post-slider-wrapper.slider_simple .swiper-pagination-bullet-active {
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .post-slider-wrapper.slider_simple .content-wrap .img-wrap {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .post-slider-wrapper.slider_simple .content-wrap .img-wrap {
    height: 200px;
  }
}

.post-slider-wrapper.slider_classic .content-wrap .img-wrap {
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  margin-bottom: 27px;
  background-repeat: no-repeat;
}

.post-slider-wrapper.slider_classic .content-wrap .img-wrap img {
  display: none;
}

.post-slider-wrapper.slider_classic .content-wrap .title {
  margin-top: 37px;
  display: block;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
  transition: 0.35s;
}

.post-slider-wrapper.slider_classic .content-wrap .title:hover {
  color: #ff4070;
}

.post-slider-wrapper.slider_classic .content-wrap .excerpt {
  margin-top: 10px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #888888;
}

.post-slider-wrapper.slider_classic .content-wrap .date {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin-top: 38px;
  line-height: 1.6;
  color: #ccc;
}

.post-slider-wrapper.slider_classic .swiper-pagination {
  margin-top: 50px;
  position: static;
  text-align: center;
}

.post-slider-wrapper.slider_classic .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #222222;
  opacity: 0.2;
  margin: 0 5px;
}

.post-slider-wrapper.slider_classic .swiper-pagination-bullet-active {
  opacity: 1;
}

.video-button {
  height: 86px;
  display: inline-block;
  width: 86px;
  background: transparent;
  border-radius: 50%;
  border: 3px solid #ffffff;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}

.video-button::before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 44px;
  font-weight: 600;
}

/******************************
      Patners Big 10
******************************/
.patnersbig10 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  background-color: #fbfbfb;
  overflow: hidden;
}

.event_patners {
  border: 1px solid #f5f2f2;
  margin-bottom: 15px;
  cursor: pointer;
}

.event_patners img {
  max-width: 100%;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}

.event_patners:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

/******************************
      Call Banner
******************************/
.call_banner {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  background-color: #fd5e11;
  position: relative;
  background-size: cover;
  background-position: center;
}

.call_banner::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #232121;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.callbanner_text {
  z-index: 1;
  position: relative;
}

.callbanner_text h3 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

.callbanner_text .btn_custm {
  background-color: #44d2b8;
  border-color: #44d2b8;
  color: #000000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0px;
  font-size: 12px;
}

.callbanner_text .btn_custm:hover {
  background-color: #44d2b8;
  border-color: #44d2b8;
  color: #000000;
}

.callbanner_text .btn_custm:focus,
.callbanner_text .btn_custm:active {
  outline: none;
  box-shadow: none;
}

/******************************
      Social Banner
******************************/
.social_banner {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  background-color: #fff;
}

.social_icons {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.social_icons strong {
  font-size: 20px;
  font-weight: 400;
}

.social_icons li {
  display: inline-block;
  padding: 0px 5px;
}

.social_icons li a {
  font-size: 14px;
  color: #060606;
  background-color: #44d2b8;
  padding: 7px 12px;
}

.subscribeus .form-control {
  width: 100%;
  height: 40px;
  margin: 0px 2px;
  border-radius: 0px;
}

.subscribeus .btn_custm {
  width: 100%;
  margin: 0px 2px;
  width: 100%;
  margin: 0px 2px;
  height: 100%;
  text-transform: uppercase;
  background-color: #44d2b8;
  border-color: #44d2b8;
  border-radius: 0px;
  color: black;
  font-weight: bold;
  font-size: 12px;
}

.subscribeus .btn_custm:hover {
  background-color: #44d2b8;
  border-color: #44d2b8;
  outline: none;
}

/******************************
      Footer
******************************/
.footer_main {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  background-color: #3E3D3F;
}

.footer_logo img {
  max-width: 120px;
}

.widgets .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
}

.widgets .title::after {
  content: '';
  width: 20%;
  height: 1px;
  background-color: #969696;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.widgets .links {
  margin: 0px;
  padding: 0px;
}

.widgets .links li {
  list-style-type: none;
  text-align: left;
}

.widgets .links li a {
  color: #949090;
  position: relative;
  margin-left: 20px;
  line-height: 30px;
}

.widgets .links li a::after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -15px;
  top: -5px;
}

.widgets .instagram-feed {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.widgets .instagram-feed li {
  width: 25%;
  padding: 0 5px;
  margin: 0 0 10px;
  margin-bottom: 9px;
  display: inline-block;
}

.widgets .instagram-feed li a {
  position: relative;
  display: block;
  overflow: hidden;
}

.widgets .instagram-feed li a img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer_bottom p {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

.recent_posts {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.recent_posts li {
  list-style-type: none;
  padding: 10px 0;
}

.recent_posts li h3 {
  font-size: 14px;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
}

.recent_posts li p {
  font-size: 10px;
  color: #949090;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

.recent_posts li span {
  font-size: 10px;
  color: #2797ef;
}

.contact_info {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.contact_info li {
  list-style-type: none;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}

.contact_info li i {
  color: #fff;
  margin-right: 15px;
}

.contact_info li span {
  color: #d8d6d6;
}

/*********************************
  Home Page 3
*********************************/
.main_header3 .top_bar {
  background-color: #fdfdfdf2;
  border-radius: 2px;
  padding: 10px;
  overflow: hidden;
}

.main_header3 .stickynav {
  border-radius: 0px;
}

.main_header3 .top_bar .navbar_main {
  margin-top: 12px;
}

.main_header3 .top_bar .main_logo img {
  width: 95px;
}

.main_header3 .top_bar .navbar_main ul li a {
  color: #0b5288;
}

.main_header3 .top_bar .navbar_main ul li a:hover {
  background-image: linear-gradient(to left, transparent, transparent 50%, #0b5288 50%, #0b5288);
  color: #fefefe;
}

.main_header3 .top_bar .navbar_main ul li a.active,
.main_header3 .top_bar .navbar_main ul li a.active .top_bar .navbar_main ul li a:hover {
  color: #fefefe;
  background-color: #0b5288;
}

/*********************************
  Home Page 4
*********************************/
.main_header4 .top_bar {
  margin-top: 0px;
  margin-bottom: 0px;
}

.main_header4 .top_bar .main_logo img {
  width: 120px;
}

.main_header4::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.main_header4 .top_bar .navbar_main ul li a {
  color: #040404;
}

.main_header4 .top_bar .navbar_main ul li a:hover {
  background-image: linear-gradient(to left, transparent, transparent 50%, #0b5288 50%, #0b5288);
  color: #fefefe;
}

.main_header4 .top_bar .navbar_main ul li a.active,
.main_header4 .top_bar .navbar_main ul li a.active .top_bar .navbar_main ul li a:hover {
  color: #fefefe;
  background-color: #0b5288;
}

.main_header4 .event_countdown {
  color: #000;
}

.count_row h3 {
  color: #fff;
}

.main_header4 .swiper-wrapper .swiper-slide {
  color: #157ac5;
  text-align: right;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.main_header4 .slider_slices1 .sub_title {
  background-color: #1e1f1f;
  color: #fff;
  font-size: 40px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.main_header4 .slider_slices1 .main_title {
  font-size: 250px;
  color: #157ac5;
  text-transform: uppercase;
}

.main_header4 .slider_slices2 .sub_title {
  background-color: #1e1f1f;
  color: #fff;
  font-size: 40px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.main_header4 .slider_slices2 .main_title {
  font-size: 200px;
  color: #157ac5;
  margin: 30px 0px;
  text-transform: uppercase;
}

.main_header4 .slider_slices2 .sub_sub_title {
  font-size: 50px;
  color: #157ac5;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.main_header4 .slider_slices3 .sub_title {
  background-color: #1e1f1f;
  color: #fff;
  font-size: 40px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.main_header4 .slider_slices3 .main_title {
  font-size: 70px;
  color: #157ac5;
  margin: 30px 0px;
  text-transform: uppercase;
}

.main_header4 .slider_slices3 .sub_sub_title {
  color: #157ac5;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.main_header4 .swiper-pagination-bullet {
  background-color: #157ac5;
  color: #fff;
  ;
  display: block;
  width: 4px;
  height: 60px;
  border-radius: 2px;
  margin-bottom: 5px !important;
  background-position: 0 100%;
  background-size: 200% 100%;
  transition: all .5s ease-in;
}

.main_header4 .swiper-pagination {
  top: 40%;
  right: 0;
  text-align: right;
}

.main_header4 .swiper-pagination-bullet-active {
  background-image: linear-gradient(to left, transparent, transparent 50%, #000 50%, #000);
  background-position: 0 0;
}

.main_header4 .newbannerimag {
  width: 100%;
  max-height: 650px;
  overflow: hidden;
}

.main_header4 .banner_main {
  min-height: 650px;
}

.main_header4 .newbannerimag img {
  width: 97%;
}

/*********************************
  Video Popup
*********************************/
.videopopup {
  position: relative;
}

.videopopup .close {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  padding: 10px;
  background-color: white;
}

.videopopup .close:focus,
.videopopup .close:active {
  outline: none;
  box-shadow: none;
}

.videopopup .modal-body {
  padding: 0px;
}

/******************************
      What's New Big 10
******************************/
.whatsnewbig10 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  overflow: hidden;
}

.whatsnewbig10 .swiper-wrapper .swiper-slide {
  color: #000 !important;
}

.shadow {
  box-shadow: 0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.07) !important;
}

.whatsnewslder {
  min-height: inherit;
}

.whatsnewslidgrid .text-muted {
  text-align: left;
  font-weight: 400;
}

.whatsnewslidgrid h2 {
  text-align: left;
  font-size: 15px;
  padding: 0px;
  margin: 0px;
}

.whatsnewslidgrid .card-body {
  /* min-height: 270px;
  max-height: 270px; */
  overflow: hidden;
}

.whatsnewslidgrid p {
  text-align: justify;
  font-weight: 100;
  font-weight: 12px;
}

.whatsnewslidgrid .btn_ctmwhatsnew {
  background-color: #fff;
  border-color: #44d2b8;
  color: black;
  font-weight: bold;
  font-size: 12px;
  border-radius: 0px;
  margin-top: 20px;
}

.whatsnewslidgrid .btn_ctmwhatsnew:hover {
  background-color: #44d2b8;
  border-color: #44d2b8;
}

.whatsnewslder .swiper-button-prev {
  left: 0px;
  top: 50%;
  background-color: #44d2b8;
  color: black;
}
.whatsnewslder .swiper-button-prev:hover {
  background-color: #44d2b8 !important;
}
.whatsnewslder .swiper-button-next {
  background-color: #44d2b8;
  color: black;
}
.whatsnewslder .swiper-button-next:hover {
  background-color: #44d2b8 !important;
}

/******************************
      The Big 10 Challenge
******************************/
.challengeform input:focus, .challengeform textarea:focus, .challengeform select:focus{
        outline: 0;
    }
.challengeform select {
  color: #9e9e9e !important;
}
.challengeform option:not(:first-of-type) {
  color: black !important;
}
.challengeform option {
  color: black;
}
::-webkit-input-placeholder { /* Edge */
  color: #9e9e9e  !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9e9e9e !important;
}

::placeholder {
  color: #9e9e9e !important;
}



.thebig10challenge {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  overflow: hidden;
  background-color: whitesmoke;
}

.thebig10challenge .leftimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thebig10challenge .heading_title {
  text-align: left;
}

.thebig10challenge .stats {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.thebig10challenge .stats .stats_data {
  margin: 30px 0px;
  text-align: center;
}

.thebig10challenge .stats .stats_data i {
  font-size: 40px;
  width: 100%;
  margin-bottom: 30px;
  color: #000000;
}

.thebig10challenge .stats .stats_data h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px;
  text-align: center;
  margin-top: 5px;
}

.thebig10challenge .stats .stats_data .counter {
  text-align: center;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}

/******************************
     Default Header
******************************/
.default_header {
  width: 100%;
  height: 90px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.default_header .stickynav .navbar_main {
  margin-top: 0px !important;
}

.default_header .sticklyimg {
  display: none !important;
}

.default_header .stickynav .sticklyimg {
  display: block !important;
}

.default_header .stickynav .lightimg {
  display: none !important;
}

.default_header .stickynav .navbar_main {
  margin-top: 0px !important;
}

/*******************************
default header top navbar_main
*******************************/
.default_header .top_bar .navbar_main ul li a {
  color: #000;
  padding: 8px 13px;
  font-weight: bold;
  background-position: 100% 0;
  text-transform: uppercase;
}

.default_header .top_bar .main_logo img {
  max-width: 90px;
}

.default_header .top_bar {
  width: 100%;
  height: 100%;
  margin: 0px;
}

.default_header .top_bar .navbar_main ul li a.active, .top_bar .navbar_main ul li a.active .top_bar .navbar_main ul li a:hover {
  color: #44d2b8;
}

.default_header .top_bar .navbar_main ul li a {
  color: #000;
  padding: 8px 13px;
  font-weight: bold;
  background-position: 100% 0;
  text-transform: uppercase;
}

.default_header .top_bar .other_navicons .btn_navcustm {
  color: #000;
}

.default_header .top_bar .navbar_main {
  width: 100%;
  height: 100%;
  margin-top: 12px;
}

/*******************************
default_banner
*******************************/
.banner_default {
  width: 100%;
  min-height: 150px;
  position: relative;
  overflow: hidden;
  background-position: 50% 70%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_default h4 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
}

.banner_default::after {
  width: 100%;
  height: 100%;
  content: '';
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
}

/***********************************
aboutus
***********************************/
.about_big10 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  padding: 60px 0;
}

.about_big10 .about-box-content {
  padding: 45px;
}

.about_big10 .about-box-content p {
  text-align: justify;
}

.about_big10_phases .aboutus-detailed {}

.about_big10_phases .aboutus-description {
  width: 100%;
  height: 400px;
  padding: 15px 50px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about_big10_phases {}

.aboutus-description-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.aboutus-icons {
  font-size: 60px;
  color: #44d2b8;
}

.about_big10_phases .aboutus-description-image {
  width: 100%;
  height: 400px;
}
.pt-reg{
  padding-top: 50px;
}
.reg-nw{
  font-size: 15px !important;
  padding: 10px;
}
/**********************************
            Gallery
**********************************/
.sm-top-wt {
  margin-top: 105px;
}

.service-area-top {
  padding: 110px 0 130px;
  position: relative;
  z-index: 1;
}

.service-area-top:before {
  background-color: rgba(8, 11, 26, .9);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.section-title--light {
  color: #bbb;
}

.section-title {
  margin-bottom: 55px;
}

.section-title--light h2, .section-title--light h6 {
  color: #fff;
}

.section-title h6 {
  margin-bottom: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-title h2 {
  font-weight: 500;
}

.service-content-area {
  margin-top: -170px;
  position: relative;
  z-index: 1;
}

.mtn-30 {
  margin-top: -30px;
}

.service-item {
  margin-top: 30px;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.service-item .service-txt {
  background-color: #f8f9fc;
  padding: 10px 0;
}

.service-item .service-txt h5 {
  font-weight: 600;
}

.service-item .service-content {
  background-color: rgba(8, 11, 26, .95);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.service-item .service-content h5 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 18px;
}

.service-item .service-content h5 a {
  color: #fff;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.galleria-container{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.galleria-container .heading_title h2 {
  color: #ffffff;
}

.galleria-container .heading_title .main_title:after {
  background-color: #dcea42;
  left:25%;
}

.galleria-container .service-thumb {
  height: 300px;
  position: relative;
}
.galleria-container .service-thumb iframe{
    height: 300px;
    width: 100%;
}
/* .galleria-container .service-thumb::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.25;
} */
.galleria-container .service-thumb img  {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.video-gallery .heading_title h2 {
    color: #051c24;
}
.video-gallery .service-content-area {
    margin-top: 0;
}
.photo-gallery{
  padding-bottom: 100px;
}
.video-gallery{
  background-color: #eaeaea;
  padding: 100px 0px;
}
.past-events-message{
  padding: 100px 0;
}
.videplayicon{
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 80px;
  color: black;
  display: flex;
  top: 0px;
  justify-content: center;
  align-items: center;
}
.view-gallery-btn{
  padding-top: 50px;
}


/********************************
            big ideas
*********************************/
.meetup-image img{
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(40,55,71,.15);
  box-shadow: 0 20px 30px 0 rgba(40,55,71,.15);
}
.con-img-1, .con-img-2, .con-img-3, .con-img-4{
  position: absolute;
}

.con-img-1{
  width: 350px;
  height: 350px;
  top: 0;
  right: 0;
}
.con-img-2 {
    width: 250px;
    height: 250px;
    top: 480px;
    left: 295px;
}
.con-img-3 {
    width: 215px;
    height: 215px;
    right: 385px;
    top: 185px;
}
.con-img-4 {
    width: 170px;
    height: 170px;
    top: 405px;
    left: 100px;
}
.conference-box {
    overflow: hidden;
    padding: 120px 0 295px;
}
.conference-gallery{
  position: relative;
}
.conference-options ul{
  list-style-type: none;
}
.conference-options .conference-ul li{
  display: inline;
  float: left;
  padding: 20px;
}
.y-conference-para{
  border-left: 2px solid red;
  padding: 0px 20px;
  font-size: 14px;
}
.con-icon-list-item i{
  color: red;
  font-weight: bold;
}
.con-icon-list-item span{
  font-weight: bold;
  font-size: 20px;
}
.conference-apply{
  background-image: url(https://thebig10.events/assets/images/banner_home_5.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0;
  position: relative;
}
.conference-apply .title-section-area h2{
  color: #fff;
}
.conference-apply .con-apply-panel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.conference-apply .con-apply-panel a {
   font-size: 14px;
   padding: 15px 30px;
}
.conference-apply::after{
   width: 100%;
   height: 100%;
   content: '';
   background-color: #000;
   position: absolute;
   left: 0;
   top: 0;
   opacity: 0.6;
}
.conference-topics-box{
  padding: 120px 0;
}
.conference-apply .title-section-area{
  position: relative;
  z-index: 3;
}
.con-single-topics {
    position: relative;
    -webkit-box-shadow: 0 15px 30px 0 rgba(40,55,71,.05);
    box-shadow: 0 15px 30px 0 rgba(40,55,71,.05);
    padding: 35px 40px 30px 40px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.con-single-topics::before{
    position: absolute;
    content: "";
    left: -12px;
    top: -12px;
    width: 66px;
    height: 33px;
    opacity: 1;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: url(http://demo.themewinter.com/wp/exhibz/education/wp-content/themes/exhibz/assets/images/shape/topics_mem.png) no-repeat center left;
}
.con-single-topics:hover::before, .con-single-topics:hover .topics-link {
    opacity: 1;
}
.con-single-topics:hover::after, .con-single-topics:hover::before {
    opacity: 1;
}
.con-single-topics:hover {
        background-color: #ce4646;
}

.con-single-topics:hover .ts-title {
    color: #fff;
}
.con-single-topics .ts-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.con-single-topics:hover p {
    color: #fff;
}
.con-single-topics p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.con-topics-lists{
  margin-bottom: 50px;
}
.con-topic-heading{
  margin-bottom: 50px;
}
/*******************************
    participant companies
********************************/
.participant-companies .service-thumb{
  height: 225px;
  width: 100%;
}
.participant-companies .service-thumb img{
  height: 225px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.company-gallery{
  background-color: #ffffff !important;
}
.company-gallery .service-item {
  border-radius: 5px;
  -webkit-box-shadow: -8px 5px 17px 0px rgba(40, 55, 71, 0.15);
  box-shadow: -8px 5px 17px 0px rgba(40, 55, 71, 0.15);
  margin: 30px 0;
}
.company-gallery .service-item {
    position: relative;
    overflow: visible;
}
.company-gallery .service-item .company-spec-description{
  display: none;
  /* -ms-transform: scale(-1.2);
  -webkit-transform: scale(-1.2);
  transform: scale(-1.2); */
  transition: all 3s;
  cursor: pointer;
}
.company-gallery .service-item:hover .company-spec-description{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #1baf95f5;
    padding: 0 20px;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.company-gallery .service-item:hover .company-spec-description .ts-title{
  font-size: 20px;
}
.company-gallery .service-item:hover .company-spec-description p{
  line-height: 1.8;
  color: #ffffff;
  font-size: 10px;
}
.company-gallery .service-item:hover .company-spec-description .ts-title,
.company-gallery .service-item:hover .company-spec-description p{
  color: #ffffff;
}


.view-more-mtfc-box{
      padding: 50px 0 100px;
}
.mtfc-view-more h2 {
    font-size: 36px;
    position: relative;
    margin-bottom: 70px;
}
.mtfc-view-more h2:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 2px;
    width: 80px;
    max-width: 90%;
    background-color: #08911f;
}
.mtfc-img-spacer {
    width: 100%;
    height: 100%;
    padding: 3px;
}
.mtfc-img-spacer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/***********************************
 masonry gallery
***********************************/
 .pin-item{
  margin: 10px;
  position: relative;
}
/*
.pin-item::after{
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
} */
/* .pin-links{
  position: relative;
} */
.pin-links::after{
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.pin-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    padding: 0 15%;
    text-align: center;
    /* z-index: 999999; */
}
.pin-txt{
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.pin-txt-sub{
  font-size: 16px;
  color: #ffffff;
}
.masonry-area-wrapper{
  padding-top: 50px;
}
.pin-item:hover .pin-info {
  background-color: #000000;
  opacity: 0.6;
}
.pin-info .pin-icon{
  display: none;
  font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    bottom: 25px;
    right: 30px;
}
.pin-item:hover .pin-info .pin-icon{
    display: block;
}
.t-white{
  color: #ffffff !important;
}
.t-black{
  color: #000000 !important;
}

/* focus-sectors */
.b10-focus-sectors-box{
  height:1080px;
  padding: 100px 0;
  margin-bottom: 100px
}
.b10-focus-sectors-contents{
  /* position: relative;  */
  height: 950px;
  padding: 20px 10px;
  /* background-color: #c1c1c1ab; */
  margin: 25px 0;
}
.focus-sector-image:hover {
    -moz-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    -o-transform: translate(-10px, -10px);
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px)
}
/* .focus-challenge:hover{
  transform: scale(1.5);
} */
.focus-sector-image .focus-hw{
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 20px 0px hsla(0, 3%, 50%, 0.77);
  box-shadow: 0px 4px 20px 0px hsla(0, 3%, 50%, 0.77);
}
.focus-challenge .focus-hw-main{
  position: absolute;
  height: 225px;
  width: 225px;
  left: 460px;
  top: 375px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 20px 0px hsla(0, 3%, 50%, 0.77);
  box-shadow: 0px 4px 20px 0px hsla(0, 3%, 50%, 0.77);
  transition: transform .2s;
}
.focus-sector-image .focus-img-01{
  left: 500px;
  top: 100px;
}
.focus-sector-image .focus-img-02{
  left: 700px;
  top: 160px;
}
.focus-sector-image .focus-img-03{
  left: 850px;
  top: 300px;
}
.focus-sector-image .focus-img-04{
  left: 850px;
  top: 500px;
}
.focus-sector-image .focus-img-05{
  left: 700px;
  top: 655px;

}
.focus-sector-image .focus-img-06{
  left: 500px;
  top: 730px;
}
.focus-sector-image .focus-img-07{
  left: 300px;
  top: 655px;
}
.focus-sector-image .focus-img-08{
  top: 500px;
  left: 150px;
}
.focus-sector-image .focus-img-09{
  top: 300px;
  left: 150px;
}
.focus-sector-image .focus-img-10{
  top: 160px;
  left: 300px;
}


/* apply now begins here */
.challengeform label{
  color: #44d2b8;
  font-weight: bold;
}
.challengeform .btn-apply-idea {
    background-color: #44d2b8;
    border-color: #44d2b8;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0px;
    font-size: 12px;
    color: #fff;
    float: right;
    padding: 10px 30px;
}
/* apply now ends here */


/***********************************
    move to top button
***********************************/
#movetotop-b10 {
  transition: all .50s ease-in-out;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #44d2b8;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  -moz-transform: rotate(270deg);
   -webkit-transform: rotate(270deg);
   -o-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
   transform: rotate(270deg);
}

#movetotop-b10:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
html{
   scroll-behavior: smooth; //for smooth scrolling while clicking move to top button
}




.whatsnewslder .cardbanner {
  height: 260px;
  overflow: hidden;
}

.whatsnewslder .cardbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.footer_bottom a {
  color: #fff;
}

.footer_bottom a:hover {
  color: #fff;
}

.grid-sponsors .caption h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
}

.color-white {
  color: #fff;
}

/*********************
Contact Us Page
*********************/
.content_contactus {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  background-color: #fff;
}

.content_contactus .contactbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  background-color: #44d2b8;
  color: white;
}

.content_contactus .contactbox i {
  font-size: 40px;
}

.content_contactus .contactbox p {
  text-align: center;
  font-weight: 600;
  color: white;
}

.content_contactus .contacttitle {
  margin-top: 30px;
}

.content_contactus .contacttitle .main_title {
  font-size: 24px;
}

.content_contactus .contactform {
  margin-top: 10px;
}

.content_contactus .contactform .btn_custm {
  margin: 0px 2px;
  text-transform: uppercase;
  background-color: #44d2b8;
  border-color: #44d2b8;
  border-radius: 0px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 40px !important;
}

.content_contactus .contactform .btn_custm:hover {
  background-color: #44d2b8;
  border-color: #44d2b8;
}

.content_contactus .contactform .btn_custm:active,
.content_contactus .contactform .btn_custm:focus {
  outline: none;
  box-shadow: none;
}

.content_contactus .contactform input:active,
.content_contactus .contactform input:focus,
.content_contactus .contactform textarea:active,
.content_contactus .contactform textarea:focus {
  outline: none;
  box-shadow: none;
}
.content_contactus .contactform input,
.content_contactus .contactform textarea {
    border-radius: 0px;
    border-color: #f7f7f7;
}

/***********************
  Registration Page
***********************/
.registratin_content{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.registratin_content .regsiterform .btn-register{
  background-color: #44d2b8;
  border-color: #44d2b8;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0px;
  font-size: 12px;
  color: #fff;
  float: right;
  padding: 10px 30px;
}
.registratin_content .regsiterform .form-check-label{
  font-weight: bold;
}
.registratin_content .regsiterform input,
.registratin_content .regsiterform textarea,
.registratin_content .regsiterform select{
  border-radius: 2px;
  border-color: #f0f1f1;
}
.registratin_content .regsiterform input:focus,
.registratin_content .regsiterform input:active,
.registratin_content .regsiterform textarea:focus,
.registratin_content .regsiterform textarea:active,
.registratin_content .regsiterform select:focus,
.registratin_content .regsiterform select:active{
  outline: none;
  box-shadow: none;
}
.registratin_content .regsiterform .btn-register:hover{
  background-color: #44d2b8;
  border-color: #44d2b8;
}
.registratin_content .regsiterform h4{
  font-size: 14px;
}
/*************************
  Responsive CSS
*************************/
@media (min-width: 1600px) and (max-width: 1830px) {
  .highlights_ind .hi_card .titles {
    font-size: 30px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .highlights_ind .hi_card .titles {
    font-size: 30px;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .highlights_ind .hi_card .titles {
    font-size: 26px;
  }
}

@media (min-width: 1100px) and (max-width: 1299px) {
  .highlights_ind .hi_card .titles {
    font-size: 24px;
  }

  .event_countdown {
    width: 70%;
  }
}

@media (min-width: 991px) and (max-width: 1099px) {
  .highlights_ind .hi_card .titles {
    font-size: 20px;
  }

  .event_countdown {
    width: 80%;
  }
}

@media (min-width: 620px) and (max-width: 990px) {
  .highlights_ind .hi_card {
    width: 20%;
    height: 180px;
  }

  .highlights_ind .hi_card .carbstis {
    flex-direction: row;
    align-items: center;
    font-size: 12px;
  }

  .highlights_ind .hi_card:hover .carbstis {
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    margin: 0px;
  }

  .event_countdown {
    width: 100%;
  }

  .about_big10 {
    padding: 50px 0;
  }

  .about_big10 .about-box-content {
    padding: 45px 25px;
  }
}

@media (max-width: 991px) {
  .top_bar {
    width: 100%;
    background-color: white;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 15px 0px;
    opacity: 1;
    border-bottom: 1px solid #f5f5f5;
    position: absolute;
    max-height: 90px;
  }
  .top_bar .main_logo img {
    max-width: 80px;
    margin-left: 10px;
  }
  .stickynav {
    position: fixed !important;
  }
  .mobile_nav {
    display: block !important;
  }
  .top_bar .navbar_main {
    display: none;
  }
}

@media (max-width: 619px) {
  .highlights_ind .hi_card {
    width: 50%;
    height: 120px;
  }
  .highlights_ind .hi_card .carbstis {
    flex-direction: row;
    align-items: center;
    font-size: 12px;
  }
  .highlights_ind .hi_card:hover .carbstis {
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    margin: 0px;
  }
  .event_countdown {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1235px) {
  .top_bar .navbar_main ul li {
    padding: 5px;
  }
  .top_bar .navbar_main ul li a{
    padding: 8px 8px;
    font-size: 12px;
  }
  .top_bar .other_navicons .btn_navcustm {
    padding: 5px 10px;
    color: #fff;
  }
  ul.grid-sponsors .platinum {
    font-size: 18px;
  }
  ul.grid-sponsors .sliver {
    font-size: 18px;
  }
  ul.grid-sponsors .gold {
    font-size: 18px;
  }
  ul.grid-sponsors .media {
    padding: 20px;
  }
  .slider_slices1 .main_title {
    font-size: 250px;
  }
  .slider_slices2 .main_title {
    font-size: 70px;
  }
  .slider_slices3 .main_title {
    font-size: 70px;
  }
  .slider_slices4 .main_title {
    font-size: 35px;
  }
  .slider_slices1 .sub_title,
  .slider_slices1 .sub_sub_title,
  .slider_slices2 .sub_title,
  .slider_slices2 .sub_sub_title,
  .slider_slices3 .sub_title,
  .slider_slices3 .sub_sub_title,
  .slider_slices4 .sub_title,
  .slider_slices4 .sub_sub_title{
    font-size: 30px;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  ul.grid-sponsors .platinum {
    font-size: 18px;
  }
  ul.grid-sponsors .sliver {
    font-size: 18px;
  }
  ul.grid-sponsors .gold {
    font-size: 18px;
  }
  ul.grid-sponsors .media {
    padding: 20px;
  }
  .swiper-container {
    min-height: 600px;
  }
  .banner_main {
    min-height: 600px;
  }
  .slider_slices1 .main_title {
    font-size: 200px;
  }
  .slider_slices2 .main_title {
    font-size: 40px;
  }
  .slider_slices3 .main_title {
    font-size: 40px;
  }
  .slider_slices4 .main_title {
    font-size: 35px;
  }
  .slider_slices1 .sub_title,
  .slider_slices1 .sub_sub_title,
  .slider_slices2 .sub_title,
  .slider_slices2 .sub_sub_title,
  .slider_slices3 .sub_title,
  .slider_slices3 .sub_sub_title,
  .slider_slices4 .sub_title,
  .slider_slices4 .sub_sub_title{
    font-size: 30px;
  }
  .registartion {
    float: inherit;
    text-align: center;
    margin: 30px 0px 10px 0px;
  }
}
@media (max-width: 599px) {
  .swiper-container {
    min-height: 500px;
  }
  .banner_main {
    min-height: 500px;
  }
  .slider_slices1 .main_title {
    font-size: 150px;
  }
  .slider_slices2 .main_title {
    font-size: 35px;
  }
  .slider_slices3 .main_title {
    font-size: 35px;
  }
  .slider_slices4 .main_title {
    font-size: 30px;
  }
  .slider_slices1 .sub_title,
  .slider_slices1 .sub_sub_title,
  .slider_slices2 .sub_title,
  .slider_slices2 .sub_sub_title,
  .slider_slices3 .sub_title,
  .slider_slices3 .sub_sub_title,
  .slider_slices4 .sub_title,
  .slider_slices4 .sub_sub_title{
    font-size: 25px;
  }
  .registartion {
    float: inherit;
    text-align: center;
    margin: 30px 0px 10px 0px;
  }
}
@media (max-width: 767px) {
  .social_banner .social_icons{
    margin-bottom: 30px;
    text-align: center;
  }
  .social_banner .subscribeus .col-12{
    padding: 0px;
    margin-bottom: 5px;
  }
  .subscribeus .btn_custm {
    margin-left: 0px;
    margin-right: 0px;
  }
  .social_banner .subscribeus{
    text-align: center;
    padding: 10px;
  }
  .social_icons li:first-child{
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .widgets .title {
      text-align: center;
  }
  .widgets .title::after {
    left: 40%;
  }
  .count_row h3 {
    font-size: 30px;
  }
}
