
/*===================fueld-css====================*/
:root {
  /* font-size: 10px; */
  --main-color:#2d1cff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0 0 0 0;
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
.clearfix {
  display: block;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
  height: 0;
  width: 0;
}
.menu_bar li a {
    font-size: 16px;

}
.sponsor_banner_figure {
  position: relative;
}
.sponsor_banner_caption {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  width: 100%;
}

.sponsors-exhibitors_sponsors-exhibitors .single-featured-image-header h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 40px;
}
.sponsors-exhibitors_sponsors-exhibitors .single-featured-image-header h1 span {
  display: block;
  font-weight: 500;
  color: #fff;
}
.btn-start_today {
  display: inline-block;
  border: 2px solid  var(--theme-color);
  background-color:  var(--theme-color);
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.btn-start_today a{
  color: white;
  text-decoration: none;
}
.btn-start_today:hover a{
  color: #0c201b;
}
.btn-start_today:hover {
  border: 2px solid  var(--main-color);
  background-color: transparent;
  color:  var(--main-color);
}

/*******************about_sponsor_text******************/

.sponsor_about_us {
  padding: 120px 0px;
}
.about_sponsor_text small {
  font-size: 22px;
  line-height: 1.45;
  text-transform: uppercase;
  font-weight: 500;
  color: #7f7f7f;
  display: inline-block;
  border-top: 2px solid var(--theme-color);
  margin-bottom: 16px;
}
.about_sponsor_text h3 {
  font-size: 35px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
  color: #040404;
  margin-bottom: 16px;
}
.about_sponsor_text p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #040404;
  margin-bottom: 50px;
  text-align: justify;
}
.about_sponsor_text span{
  display: block;
}
/*******************past_sponsor_participants****************/

.sponsor_participants_fluid {
  max-width: 85%;
  margin: 0 auto;
  background: url(https://www.marketing2conf.com/sites/imaf.com/themes/contrib/imaf/assets/images/sponsor_paricipants_marketing.png) no-repeat center center;
  background-size: cover;
  padding: 50px 0px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.sponsor_atending_wrapper {
   padding: 55px 60px 0px 0px;
   border-right: 2px solid var(--theme-color);
   height: 100%;
}
.sponsor_atending_wrapper .btn-start_today:hover a{
  color: white;
}
.sponsor_participants_fluid img {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #40c2a3;
    border-radius: 10px;
}
.sponsor_atending_wrapper small {
  font-size: 25px;
  line-height: 1.45;
  text-transform: uppercase;
  font-weight: 500;
  color: #7f7f7f;
  display: inline-block;
  border-top: 2px solid var(--theme-color);
  margin-bottom: 16px;
}
.sponsor_atending_wrapper h3 {
  font-size: 35px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
}
.sponsor_atending_wrapper p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #d1d1d1;
  margin-bottom: 50px;
  text-align: justify;
}
.sponsor_atending_wrapper strong {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.sponsor_atending_wrapper sub {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #d1d1d1;
  display: inline-block;
}

.sponsor_icon_wrap {
  display: flex;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color:  var(--theme-color);
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}
.sponsor_icon_wrap img {
    max-width: 55px;
}
.col-sponsor-icon h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
.mb-6 {
  margin-bottom: 55px;
}

/**************************sponsor_storry_section**************/

.sponsor_storry_section {
  padding: 120px 0px;
}
.sponsor_storry_section small {
  font-size: 25px;
  line-height: 1.45;
  text-transform: capitalize;
  font-weight: 500;
  color: #7f7f7f;
  display: inline-block;
  border-top: 2px solid var(--theme-color);
  margin-bottom: 16px;
}
.sponsor_storry_section h2 {
  font-size: 35px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
  color: #040404;
  margin-bottom: 24px;
}
.sponsor_storry_section p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #040404;
  margin-bottom: 50px;
}
.sponsor_storry_section .btn-start_today {
  margin-bottom: 70px;
}
.sponsor_storry_section .btn-start_today:hover {
  border: 2px solid var(--main-color);
  background-color: transparent;
}
.success_rate {

  padding: 50px;
  width: 100%;
  text-align: center;
  height: 290px;
  max-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.success_rate_1{
 background: url(https://www.marketing2conf.com/sites/imaf.com/themes/contrib/imaf/assets/images/rating/round_1.png) no-repeat center center;
 background-size: contain;
}
.success_rate_2{
  background: url(https://www.marketing2conf.com/sites/imaf.com/themes/contrib/imaf/assets/images/rating/round_2.png) no-repeat center center;
  background-size: contain;
}
.success_rate_3{
  background: url(https://www.marketing2conf.com/sites/imaf.com/themes/contrib/imaf/assets/images/rating/round_3.png) no-repeat center center;
  background-size: contain;
}
.success_rate_4{
 background: url(https://www.marketing2conf.com/sites/imaf.com/themes/contrib/imaf/assets/images/rating/round_1.png) no-repeat center center;
 background-size: contain;
}
.success_rate strong {
  font-size: 70px;
  line-height: 1.45;
  color: #fff;
}
.success_rate small {
  font-size: 18px;
  line-height: 1.45;
  color:  var(--theme-color);
  font-weight: 500;
      margin: 0 0;
}

/**********************sponsor_companies_Section*******************/
.sponsor_companies_Section {
  /* padding: 12rem 0; */
  text-align: center;
}
.sponsor_companies_Section small {
  font-size: 25px;
  line-height: 1.45;
  text-transform: uppercase;
  font-weight: 500;
  color: #7f7f7f;
  display: inline-block;
  border-top: 2px solid var(--main-color);
  margin-bottom: 16px;
}
.sponsor_companies_Section h3 {
  font-size: 40px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
}
.sponsor_companies_Section p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin-bottom: 50px;
}
img.attendee_img {
    width: 100%;
    max-width: 100%;
    border: 2px solid #f53a2700;
    border-radius: 14px;
    box-shadow: 0px 0px 5px #40c2a3;
}
/***************************************/
.sponsor_us_section {
  padding: 10rem 0;
}
.sponsor_us_section small {
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
  font-weight: 500;
  color: #7f7f7f;
  display: inline-block;
  border-top: 2px solid var(--theme-color);
  margin-bottom: 16px;
}
.sponsor_us_section h3 {
  font-size: 35px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 24px;
  position: relative;
}
.sponsor_us_section h3 img {
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
}
.sponsor_us_section .sponsor_collase strong {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}
.sponsor_us_section .sponsor_collase p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #2f2f2f;
  margin-bottom: 16px;
}


.sponsor_us_img1 {
  width: 100%;
  max-width: 100%;
}
.number_matter_section img {
    width: 70%;
    max-width: 100%;
}
/***************number_matter_section*******/

.number_matter_section {
  text-align: center;
}
.number_matter_section h3 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  color: #040404;
  margin-bottom: 50px;
}
.number_list {
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
/* .number_list li + li {
  margin-left: 7rem;
} */
.number_list strong {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color:  var(--theme-color);
}
.number_list span {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
  color: #040404;
  display: block;
}

footer li a,.contact-list li,.breadcrumb li a,.breadcrumb li {
    font-size: 16px;
}
footer h4 {
    font-size: 24px;
}
p.send_mail_to {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}
.sponsor_us_section p.send_mail_to {
  font-weight: bold;
  font-size: 15px;
}
p.send_mail_to a {
    font-size: inherit;
    color: #3ab54a;
}
/****************************/
.sponsor_header .close_img {
  display: none;
}
.sponsor_header i {
  display: inline-block;
}
.sponsor_header.open_show i,
.sponsor_collase .open_show.collapsed .close_img {
  display: none;
}
.sponsor_header.open_show .close_img {
  display: inline-block;
}
.sponsor_collase .open_show.collapsed .open_img {
  display: inline-block;
}
.sponsors-exhibitors_sponsors-exhibitors .js-form-item.form-item{
  margin: 6px 0px;
}

ul.company_list {
    display: flex;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
}
ul.company_list li {
    padding:8px 16px;
    width: calc(100% / 5);
    
}

/*.sponsors-exhibitors_sponsors-exhibitors .iti__country-list{
  white-space: normal;
}
.iti__flag-container{
  width:97%;
}
*/
/*================css-end==============================*/
/*================media-start==============================*/
@media screen and (min-width:1650px){
.container {
  max-width: 1535px;
  margin: 0 auto;
}
}
@media screen and (max-width:1820px){
  /* :root {
  font-size: 9px;
} */
.col-sponsor-icon h4{
  font-size: 18px;
}
.sponsor_storry_section h2{
  font-size: 50px;
}
}
@media screen and (max-width:1720px){
  /* :root {
  font-size: 8px;
} */
}
@media screen and (max-width:1500px){
  /* :root {
  font-size: 8px;
} */
 .sponsor_us_section,
 .sponsor_storry_section,
 .event-intro{
  padding: 50px 0px;
 }
}

@media screen and (max-width:1199px) and (min-width:991px){
  .success_rate strong{
    font-size: 40px;
}

}
@media screen and (max-width:1024px){
.footer_address p{
  margin-bottom: 20px;
}
.sponsor_storry_section{
  padding: 50px 0px;
}
.sponsor_storry_section h2{
  font-size: 35px;
}
.sponsor_us_section h3{
  font-size: 24px;
}
.sponsor_us_section .sponsor_collase p{
  font-size: 15px;
}
.number_list span{
  font-size: 16px;
}
.number_list strong{
  font-size: 40px;
}
.sponsor_atending_wrapper h3{
  font-size: 30px;
}
.sponsor_about_us{
  padding: 50px 0px;
}
.about_sponsor_text p{
 font-size: 16px;
}
.sponsor_participants_fluid{
  max-width: 95%;
}
.sponsor_us_section .sponsor_collase p{
  font-size: 16px;
}
.success_rate{
  margin-bottom: 20px;
}
}
@media screen and (max-width:991px){
  /* :root {
  font-size: 8px;
} */
.sponsor_atending_wrapper {
    padding: 0;
    border-right: none;
    height: 100%;
}
.sponsor_us_section .sponsor_collase strong{
  font-size: 16px;
}
.sponsor_form_wrapper label{
  font-size: 15px;
}
.col-sponsor-icon{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sponsor_atending_wrapper {
 
  text-align: center;
}

 br{
  display: none;
  }
  /* .sponsor_atending_wrapper p{
    text-align: center;
  } */
.sponsor_atending_wrapper p{
  font-size: 16px;
}
}
/*=========================================*/
@media screen and (max-width:767px){
  /* :root {
  font-size: 7px;
} */
.sponsor_atending_wrapper{
      border-right:none;
}
.sponsor_atending_wrapper p{
  text-align: center;
}

.sponsor_storry_section p{
text-align: center;
}
.success_rate{
  margin: 10px 0px;
}
.about_sponsor_figure{
  padding: 30px 0px;
}
ul.company_list li {
   
    width: calc(100% / 2);
    
}
.sponsors-exhibitors_sponsors-exhibitors .footer-primary-wrapper a.navbar-brand.logo img{
      max-width: 35%;
}
.sponsor_us_section h3 img {
    position: static;
    transform: translateY(0);
}
.past_sponsor_participants .row div:nth-child(2) .row .col-xs-6{
 padding: 0px;
}
.btn-start_today {
    margin-bottom: 35px;
}
.number_list{
  display: block;
}
.number_list li{
  text-align: center;
}
.about_sponsor_text p,.sponsor_atending_wrapper p,.sponsor_storry_section p,.col-sponsor-icon h4,.success_rate small{
  font-size:16px;
}
}
/*===================*/
@media screen and (max-width:575px){
  /* :root {
  font-size: 7px;
} */
.sponsor_us_section small{
  margin-top: 20px;
}
.header.sticky-header {
  padding: 10px!important;
}
.header{
  padding: 10px!important;
}
.number_list strong{
  line-height: 1.45;
  font-size: 35px;
}

.col-sponsor-icon h4{
   text-align: center;
}
  
  .sponsor_form_wrapper h3{
    font-size: 35px;
  }
  .sponsors-exhibitors_sponsors-exhibitors .single-featured-image-header img{
   object-fit: cover;
    height: 55vh;
  }
  .single-featured-image-header .top_panel_image_header{
    bottom: 40%;
    top: inherit;
  }
  .sponsor_us_section .sponsor_collase p {
    font-size: 16px;
    
}
.sponsor_storry_section h2 {
    font-size: 28px;

 
}
.btn-start_today{
  margin-bottom: 21px;
}
.past_sponsor_participants .row div:nth-child(2) .row .col-xs-6{
 padding: inherit;
 width: 100%;
}
.about_sponsor_text h3{
 font-size: 25px;
}
.about_sponsor_text small{
  font-size: 22px;
}
}

/*==================*/
@media screen and (max-width:400px){
  /* :root {
  font-size: 7px;
} */
  .sponsor_companies_Section h3,.sponsor_storry_section h2,.sponsor_form_wrapper h3,.sponsor_us_section h3,.number_matter_section h3,.sponsor_atending_wrapper h3{
    font-size: 25px;
}

.sponsor_us_section .sponsor_collase p {
    font-size: 16px;
    
}

.sponsor_form_wrapper h4{
  font-size: 23px;
}
.sponsor_companies_Section p,.sponsor_storry_section p{
 
  text-align: center;
}
.single-featured-image-header img {
 
  height: 55vh;
}
.about_sponsor_figure{
  padding-top: 16px;
}
.sponsor_us_section .sponsor_collase strong{
  font-size: 14px;
}
.sponsor_form_wrapper label{
  font-size: 13px;
}
.btn-start_today{
 
  font-size: 10px;

}
}
/* ========================banner-form=============================== */
.sponsors-exhibitors_sponsors-exhibitors .banner-figure {
  position: relative;
  margin: 0;
}
.sponsors-exhibitors_sponsors-exhibitors .banner-caption {
  position: absolute;
  top: 57%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.sponsors-exhibitors_sponsors-exhibitors .banner-section .wrapper {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.sponsors-exhibitors_sponsors-exhibitors .webform_sponsor{
  max-width: 100%;
  background: white;
  padding: 20px;
  border-radius: 20px;
}
.sponsors-exhibitors_sponsors-exhibitors .sponsor_form_wrapper .col-input input {
  height: 35px;
  max-height: 35px;
  border: 1px solid #000000;
  width: 100%;
  font-size: 16px;
}
.sponsors-exhibitors_sponsors-exhibitors .sponsor_form_wrapper .col-input textarea {
    height: 70px;
/*    max-height: 70px;*/
    border: 1px solid #000000;
    width: 100%;
    font-size: 16px;
}
.sponsors-exhibitors_sponsors-exhibitors .form_heading_wrapper{
  display: flex;
    justify-content: start;
    align-items: center;
}
.sponsors-exhibitors_sponsors-exhibitors .form_heading h1{
  font-size: 30px;
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
}
.sponsors-exhibitors_sponsors-exhibitors .form_heading p{
  color: #fff;
  margin-bottom: 10px;
}
.sponsors-exhibitors_sponsors-exhibitors .js-form-type-select {
  display: flex;
  flex-direction: column;
}
.sponsors-exhibitors_sponsors-exhibitors .js-form-item.form-item label{
 font-size: 13px;
}
.sponsors-exhibitors_sponsors-exhibitors .js-form-item.form-item select {
  text-transform: none;
  height: 35px;
  font-size: 13px;
  padding: 0;
}
.sponsors-exhibitors_sponsors-exhibitors .js-form-item.form-item select option{
  color: #000;
}
.sponsors-exhibitors_sponsors-exhibitors .js-form-item.form-item{
  margin: 0px!important;
}
.sponsors-exhibitors_sponsors-exhibitors .col-input{
margin: 5px 0px;
}
.sponsors-exhibitors_sponsors-exhibitors .banner-figure img{
  height: 100vh;
  object-fit: cover;
}
.sponsors-exhibitors_sponsors-exhibitors .g-recaptcha div{
  margin: 0 auto;
}
.sponsor_form_wrapper input[type="tel"]{
  padding-left:40px;
}

/* ============================================================================= */
/* ========================banner_from_media========================= */

@media screen and (max-width:1500px){
  .sponsors-exhibitors_sponsors-exhibitors .banner-caption {
   
    top: 57%;
  
    transform: translateY(-48%);
   
  }
  /* .sponsors-exhibitors_sponsors-exhibitors .g-recaptcha {
    overflow: scroll;
  } */
 
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {

  .sponsors-exhibitors_sponsors-exhibitors .banner-figure img {
    height: 100vh;
}

}
@media screen and (max-width: 1399px) and (min-width: 1024px){
  .sponsors-exhibitors_sponsors-exhibitors .banner-figure img {
      height: 110vh;
  }
  }

@media screen and (max-width:991px) and (min-width:768){
  .sponsors-exhibitors_sponsors-exhibitors .banner-figure img{
    height: 70vh;
  }
  .col-sponsor-icon h4{
    text-align: center;
  }
  }
  
/* ====
/* ========================= */
@media screen and (max-width:767px){

  .sponsors-exhibitors_sponsors-exhibitors .form_heading_wrapper{
    justify-content: center;
  }
  .sponsors-exhibitors_sponsors-exhibitors .form_heading{
    text-align: center;
    margin-bottom: 20px;
   }
   .sponsors-exhibitors_sponsors-exhibitors  .btn-start_today{
    font-size: 12px;
    margin: 6px 0px;
   }
}
@media screen and (max-width:575px){
  .sponsors-exhibitors_sponsors-exhibitors .banner-section{
   background-color: #000;
   padding: 150px 0px 50px 0px;
  }
  .sponsors-exhibitors_sponsors-exhibitors .banner-figure img {
    height: 0vh;
    display: none;
}
.sponsors-exhibitors_sponsors-exhibitors .banner-figure{
  padding: 20px 0px;
}
.sponsors-exhibitors_sponsors-exhibitors .banner-caption {
  /* top: 24%; */
  transform: translateY(0);
  position: static;
}
.sponsors-exhibitors_sponsors-exhibitors .breadcrumb-list{
  margin-top: 0px;
}


.sponsors-exhibitors_sponsors-exhibitors .breadcrumb-list {
  margin-top: 10px;
}
.sponsors-exhibitors_sponsors-exhibitors .form_heading h1 {
  font-size: 20px;
}

}
/* ==================================== */
@media screen and (max-width:400px){
 
  .sponsors-exhibitors_sponsors-exhibitors .banner-figure img {
    height: 130vh;
}
}
@media only screen and (max-width: 375px) and (orientation: portrait) {

  .sponsors-exhibitors_sponsors-exhibitors .banner-figure img {
    height: 130vh;
}
.sponsors-exhibitors_sponsors-exhibitors form .sponsor_form_wrapper .row .col-xs-6{
  width: 100%;
}

}
/* =========================banner_from_media=======end========================== */