/* Theme Name: Eventex - Event, Meeting & Conference HTML5 Template
Author: iThemesLab
Author URI: http://ithemeslab.com
Author Email: ithemeslab@gmail.com */
/* 
----------Table of Content------------
======================================
01	Global Styles
	1.1 global & override
	1.2 typography
	1.3 margins & paddings
	1.4 backgrounds
02	Navbar Styles
	2. navbar global
	2.2 navbar on lg screen
	2.3 navbar on sm & xs screen
03	Element Styles
	3.1 Hero Banner Area
	3.2 Conference Synopsis Area
	3.3 Event Schedule Area
	3.4 Whos Speaking Area
	3.5 Pricing Table Area
	3.6 Our Sponsers Area
	3.7 Our Blog Area
	3.8 Contact Us Area
	3.9 Feature Area Start
	4.1 Counter Up Area
	4.2 Generel Information Area
	4.3 Conference Area
	5.4 Pages Start
	5.4.1 About page 
	5.4.2 Error Page 
	5.5 Speakers Page 
	5.5.1 Speakers
	5.5.2 Speakers Single
	5.6 Blgo Page Start
	5.6.1 Blog Single
	5.6 Shopping Page Start
04	Footer
05	Responsive
======================================
*/
/*google fonts*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Black.eot');
  src: url('../fonts/Averta-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-Black.woff2') format('woff2'),
    url('../fonts/Averta-Black.woff') format('woff'),
    url('../fonts/Averta-Black.ttf') format('truetype'),
    url('../fonts/Averta-Black.svg#Averta-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Averta';
  src: url('../fonts/AvertaDemoPE-ExtraBold.eot');
  src: url('../fonts/AvertaDemoPE-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvertaDemoPE-ExtraBold.woff2') format('woff2'),
    url('../fonts/AvertaDemoPE-ExtraBold.woff') format('woff'),
    url('../fonts/AvertaDemoPE-ExtraBold.ttf') format('truetype'),
    url('../fonts/AvertaDemoPE-ExtraBold.svg#AvertaDemoPE-ExtraBold') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

/* 1.1  global & override */
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #616161;
  font-size: 16px;
  line-height: 150%;
  -webkit-backface-visibility: hidden;
}

::-moz-selection {
  background: #616161;
  color: #fff;
  text-shadow: none;
  outline: none;
}

::selection {
  background: #616161;
  color: #fff;
  text-shadow: none;
  outline: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  outline: none;
}

.nopadding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.main-container {
  overflow: hidden;
}

.primary-btn a.btn-primary {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  border-color: #8DEB02;
  background-color: #8DEB02;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.primary-btn a.btn-primary:focus,
.primary-btn a.btn-primary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #6FB507 !important;
  border-color: #6FB507 !important;
}

.primary-btn a.btn-primary:hover {
  background: #6FB507;
}


.section-title .title-text.pl {
  padding-left: 70px;
}

.section-title .title-text h2 {
  color: #252525;
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}

.section-title .title-text h2:before {
  position: absolute;
  left: -62px;
  top: 24px;
  content: "";
  height: 3px;
  width: 50px;
  background: #4125dd;
}

/*price-slider*/
.ui-widget.ui-widget-content {
  background: #b7b7b7 none repeat scroll 0 0;
  border: medium none;
  height: 3px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #000;
  border: medium none;
  border-radius: 100%;
  color: transparent;
  cursor: pointer;
  height: 10px;
  width: 10px;
  outline: none;
}

.ui-slider-horizontal .ui-slider-range {
  background: #4125dd;
  border: medium none;
  height: 100%;
  top: 0;
}



#scrollUp {
  text-decoration: none;
  bottom: 26px;
  background: url(../img/up.png);
  background-repeat: no-repeat;
  height: 50px;
  position: fixed;
  background-size: cover;
  right: 50px;
  width: 50px;
  z-index: 1000;
  border: none;
  outline: none;
}


/*contact form*/
.help-block,
.with-errors {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
  border-color: #ff0000;
}

.help-block,
.with-errors {
  border-color: #ff0000 !important;
}

.btn-1 .typography h1,
.btn-1 .typography h2,
.btn-1 .typography h3,
.btn-1 .typography h4,
.btn-1 .typography h5,
.btn-1 .typography h6 {
  color: #252525;
}

/* 1.2  Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Averta", sans-serif;
  font-weight: bold;
  margin: 0;
}

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

.text-center {
  text-align: center;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.text-right {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  color: #252525;
  outline: 0;
}

/* 1.3 Margins & Paddings */
.mb30 {
  margin-bottom: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mtb50 {
  margin: 50px 0;
}

.mb50 {
  margin-bottom: 50px;
}

.mt30 {
  margin-top: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mtb100 {
  margin: 100px 0;
}

.ptb60 {
  padding: 60px 0 60px;
}

.mt100 {
  margin: 100px 0 0;
}

.padtb {
  padding: 60px 0 100px;
}

.pad80 {
  padding: 80px 0;
}

.pad100 {
  padding: 100px 0;
}

.pad-b100 {
  padding: 0 0 100px;
}

.pad-head {
  padding: 170px 0 170px;
}

.ptb50 {
  padding: 50px 0;
}

.ptb {
  padding: 100px 0 30px;
}

.pad-tb {
  padding: 350px 0;
}

.pad-top100 {
  padding-top: 100px;
}

.xs-mt50 {
  margin-top: 50px;
}

.no-pad {
  padding: 0;
}

/* 1.4 Backgrounds */


.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
}

.parallax-2 {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-size: contain;
}

.no-attm {
  background-attachment: scroll;
}


.hero-bg {
  background-image: url(../img/banner_hero.jpg);
}



.bg-error {
  background-image: url(../img/bg/404.jpg);
}

/*animation*/
.animation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-20px);
  }

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

  0% {
    -webkit-transform: translateY(-20px);
  }
}

@keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.slideDownIn {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn;
}

@-webkit-keyframes slideUpIn {
  0% {
    left: 0%;
  }

  100% {
    top: 100%;
  }
}

@keyframes slideUpIn {
  0% {
    left: 0%;
  }

  100% {
    top: 100%;
  }
}

.slideUpIn {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;
}

/*animation*/
/* 2 navbar global */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #001112;
  padding: 20px 0;
}

.header .navbar {
  padding: 0;
}



.header .navbar-toggler-icon {
  background-color: #fff;
}

.header .navbar-toggler {
  margin-right: 15px;
  border: none;
  padding: 6 10px;
  position: absolute;
  right: 0;
  top: -35px;
}

.header .navbar-nav {
  align-items: center;
}

.header .brand-logo a img {
  width: 160px;
  height: auto;
}

.header.white-color .navbar-nav li.active>a {
  color: #8DEB02;
}

.header.white-color .navbar-nav li.active>a:before {
  position: absolute;
  left: -9px;
  top: 50px;
  content: "";
  height: 2px;
  width: 20px;
  background: #8DEB02;
}

.header.white-color .navbar-nav .nav-link {
  color: #fff;
}

.header.white-color .navbar-nav .nav-link:hover {
  color: #8DEB02;
}

.header.white-color ul li.header-ticket a {
  color: #fff;
  border: 2px solid #fff;
}

.header .navbar-nav li.active>a {
  color: #8DEB02;
}

.header .navbar-nav li.active>a:before {
  position: absolute;
  left: -9px;
  top: 50px;
  content: "";
  height: 2px;
  width: 20px;
  background: #8DEB02;
}

.header .navbar-nav .nav-link {
  line-height: 160%;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 20px;
  position: relative;
}

.header .navbar-nav .nav-link:hover {
  color: #8DEB02;
}

.header .navbar-nav .dropdown-menu {
  width: 200px;
  background: #8DEB02;
  padding: 10px 15px;
  border-radius: 0;
  top: 0;
  border: none;
}

.header .navbar-nav .dropdown-menu li a {
  display: block;
  padding: 8px 5px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.header .navbar-nav .dropdown-menu li a:hover {
  background-color: #4125dd;
}

.btn-contact-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: end;
}

.btn-contact-header a {
  padding: 15px 30px !important;
  line-height: 0 !important;
  color: #000;
  border: 2px solid #8DEB02;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #8DEB02;
  font-weight: 600;
  margin-left: 10px;
}

.btn-contact-header a:hover {
  background: #6FB507;
  border-color: #6FB507;
}

.base-style-2.no-p {
  position: inherit;
}

.base-style-2 .navbar-nav li.active>a {
  color: #cf057c;
}

.base-style-2 .navbar-nav li.active>a:before {
  background: #4125dd;
}

.base-style-2 .navbar-nav .nav-link {
  color: #252525;
}

.base-style-2 ul li.header-ticket a {
  background: transparent;
  color: #4125dd;
  border: 2px solid #4125dd;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.base-style-2 ul li.header-ticket a:hover {
  color: #fff;
}

/*3.1 Hero Banner Area*/
.hero-banner-area {
  height: 100vh;

}

.hero-banner-gracias {
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
}

.hero-banner-gracias .banner-content h2 {
  font-size: 22px;
  line-height: 1.8em;
  font-weight: 400;
  color: #000F10;
  font-family: 'Inter';
  margin-bottom: 30px;
}


.hero-banner-gracias .banner-content h1 {
  font-size: 40px;
  color: #000;
  line-height: 64px;
  font-family: 'Averta';
  font-weight: bold;
  text-transform: uppercase;
  line-height: 140%;
}


.hero-banner-area .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  height: 100vh;
}

.hero-banner-area .banner-content h1 {
  font-size: 40px;
  color: #fff;
  line-height: 64px;
  font-family: 'Averta';
  font-weight: bold;
  text-transform: uppercase;
  line-height: 140%;
}

.hero-banner-area .banner-content h2 {
  font-size: 22px;
  line-height: 1.8em;
  font-weight: 400;
  color: #fff;
  font-family: 'Inter';
  margin-bottom: 30px;
}

.hero-banner-area {
  height: 100vh;
}



.pdr-20 {
  padding-right: 20px;
}

.nosotros {
  padding: 150px 0;
}

.nosotros h2 {
  font-size: 35px;
  line-height: 160%;
  color: #000;
  font-family: 'Averta';
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.nosotros .inner-content .primary-btn {
  margin-top: 30px;
}

.nosotros .block-images {
  display: inline-flex;
}

.nosotros .block-images figure {
  text-align: center;
}

.proceso {
  background-color: #060606;
  color: #fff;
  padding: 150px 0;
}

.proceso h3 {
  font-size: 35px;
  line-height: 160%;
  font-weight: bold;
  color: #fff;
  font-family: 'Averta';
  margin-bottom: 25px;
  text-transform: uppercase;
}

.proceso p {
  font-size: 16px;
  line-height: 160%;
  color: #CCCCCC;
}

.proceso .icon-box {
  margin-top: 35px;
}

.proceso .icon-box .box-icons img {
  width: 100px;
  height: auto;
}

.proceso .icon-box .box-icons {
  display: block;
  position: relative;

}

.proceso .box-icons::before {
  width: 50%;
  height: 3px;
  background-color: #8DEB02;
  position: absolute;
  content: '';
  left: 50%;
  display: block;
  top: 50%;
  border-radius: 10px;
}

.proceso .row .col-lg-3:last-child .box-icons::before {
  display: none;
}



.proceso .icon-box .inner-content h4 {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 15px;
  margin-top: 25px;
}

.proceso .icon-box .inner-content h4 span {
  color: #fff;
  display: block;
  position: relative;
  z-index: 1000000;
  font-size: 32px;
  margin-right: 8px;
  margin-left: 5px;
}

.proceso .icon-box .inner-content h4 span::before {
  width: 14px;
  height: 5px;
  background-color: #8DEB02;
  position: absolute;
  content: '';
  bottom: 10px;
  display: block;
  z-index: -1;
  right: 7px;
}


/*3.8 Contact Us Area*/

.contacto {
  padding: 150px 0;
}

.contacto h6 {
  font-size: 35px;
  line-height: 160%;
  font-weight: bold;
  color: #000;
  font-family: 'Averta';
  margin-bottom: 25px;
  text-transform: uppercase;
}

.contacto a.link {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: #616161;
  font-family: 'Inter';
  display: block;
}

.contacto a.link:hover {
  color: #8DEB02;
}

.contacto span {
  font-weight: 600;
  display: block;
  margin-top: 20px;
}

.contacto .inner-box {
  position: relative;
  height: 100%;
}

.contacto .inner-box::before {
  width: 1px;
  height: 100%;
  background-color: #D0D5DD;
  position: absolute;
  content: '';
  display: block;
  z-index: 1;
  left: 100%;
  margin-left: -40px;
}

/* .contacto .inner-contact {
  border-left: 1px solid red;
  padding: 0 20px;
} */

.contacto .inner-contact label {
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  color: #000;
  font-family: 'Inter';
  text-transform: uppercase;
}

.contacto .inner-contact label span {
  font-size: 12px;
  line-height: 160%;
  font-weight: 400;
  color: #000;
  font-family: 'Inter';
  text-transform: none;
  display: inline;
}

.form-control {
  color: #B3B3B3;
}


textarea::-webkit-input-placeholder {
  color: #B3B3B3;
  font-size: 12px;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #B3B3B3;
  font-size: 12px;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #B3B3B3;
  font-size: 12px;
}

textarea:-ms-input-placeholder {
  color: #B3B3B3;
  font-size: 12px;
}

.contacto .inner-contact form input.form-control {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  margin-bottom: 20px;
  font-size: 12px;
  color: #6d757d;
}

.contacto .inner-contact form select,
textarea,
input {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  margin-bottom: 20px;
  font-size: 12px;
  color: #6d757d;
}

.contacto .inner-contact form input.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #8DEB02;
}

.contacto .inner-contact form textarea.form-control {
  background-color: transparent;
  padding: 14px 20px 5px;
}

.contacto .inner-contact form textarea.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #8DEB02
}

.contacto .inner-contact textarea.form-control {
  padding: 0 15px 0;
}


.contacto .inner-contact button {
  margin-top: 30px;
}

.btn-primary-form {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  border-color: #8DEB02;
  background-color: #8DEB02;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 0;
}

.btn-primary-form:focus,
.btn-primary-form:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #6FB507 !important;
  border-color: #6FB507 !important;
}

.btn-primary-form:hover {
  background: #6FB507;
}

/* Footer */
.footer-area {
  padding: 100px 0;
  background-color: #000F10;
  border-bottom: 1px solid #7C7C7C;
}

.footer-area .f-logo img {
  width: 160px;
  height: auto;
}

.footer-area .menu-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.footer-area .menu-footer li a {
  color: #fff;
  margin-left: 50px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  display: block;
}

.footer-area .redes {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 20px;

}

.footer-area .border-footer {
  border-bottom: 1px solid #7C7C7C;
}

.footer-area .redes .redes-footer {
  margin-left: 50px;
}

.footer-area .redes .redes-footer img {
  width: 26px;
}