/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* ===================================
    Table of Contents
   =================================== */

/*
01 body
02 Custom Classes
   02-1 short codes
   02-2 loader
03 navigation
04 about section
05 counter section
06 speaker section
07 Gallery
08 Pricing
09 Timeline
10 contact us
11 Footer
12 Media Queries

/*Table Of Contents ends */

/*IMPORT GOOGLE FONT */

@import url("https://fonts.googleapis.com/css?family=Open Sans:400,500,600,700|Open+Sans:300,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Judson&display=swap");
:root {
  --color-telva: rgb(253, 41, 92);
  --color-dark: #000000;
  --color-light: #ffffff;
}

html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
}

/*************************************/

/***********custom classes ***********/

/*************************************/

.jumbotron {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* imagenes del Slider */

.bg-black {
  background: var(--color-dark) !important;
}

a {
  color: var(--color-telva);
  text-decoration: none;
}

a:hover {
  color: #fff;
}

a.agenda-link {
  color: var(--color-light)
}

a.agenda-link:hover {
  color: var(--color-dark)
}

.color-telva {
  color: var(--color-telva) !important;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: "Judson", serif;
}

strong.telva {
  font-family: "Judson", serif;
}

.text-des {
  font-size: 16px;
  font-family: "Judson", serif;
  font-weight: 300;
}

.sub-heading {
  font-family: "Judson", serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-telva);
  margin-bottom: 10px;
  display: block;
}

.large-heading {
  font-family: "Judson", serif;
  font-weight: 500;
  font-size: 36px;
  color: #2f2f2f;
  margin-bottom: 15px;
}

.fly-line {
  display: block;
  height: 2px;
  width: 50px;
  background-color: var(--color-telva);
  opacity: 0.8;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.red-btn {
  font-size: 14px;
  border: solid 1px var(--color-telva);
  color: var(--color-telva) !important;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  padding: 8px 30px;
}

.red-btn:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: var(--color-telva);
}

.parallax-disable {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.anim-btn {
  border: 1px solid var(--color-telva);
  border-radius: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  color: var(--color-telva);
  font-size: 13px;
  padding: 10px 30px 10px 30px;
  transition: 0.8s ease;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.anim-btn:hover {
  border: solid 1px var(--color-telva);
}

.anim-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--color-telva);
  transform: translateY(150%);
  border-radius: 50%;
  transition: 0.5s;
  z-index: -1;
}

.anim-btn:hover {
  color: var(--color-light);
}

.anim-btn:hover span {
  transform: translateY(0) scale(3);
}

.anim-btn span:nth-child(1) {
  left: calc((1 - 1) * 25%);
  transition-delay: calc((1 - 1) * 0.1s);
}

.anim-btn span:nth-child(2) {
  left: calc((2 - 1) * 25%);
  transition-delay: calc((2 - 1) * 0.1s);
}

.anim-btn span:nth-child(3) {
  left: calc((3 - 1) * 25%);
  transition-delay: calc((3 - 1) * 0.1s);
}

.anim-btn span:nth-child(4) {
  left: calc((4 - 1) * 25%);
  transition-delay: calc((4 - 1) * 0.1s);
}

.anim-btn span:nth-child(5) {
  left: calc((5 - 1) * 25%);
  transition-delay: calc((5 - 1) * 0.1s);
}

.modiface-bcq {
  border-left: 5px solid var(--color-telva);
  padding: 2rem 2rem;
  display: block;
  text-align: center;
  font-family: 'Judson', serif;
  font-size: 2rem;
  line-height: 2.1rem
}

blockquote .quote-mark {
  position: relative;
  top: 30px;
  font-size: 300%;
  color: var(--color-telva);
}

.btn-lg {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/*************************************/

/************** LOADER CSS ***********/

/*************************************/

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  /*width: 100%;*/
  z-index: 9999999999999;
  overflow: hidden;
  background-color: var(--color-dark);
  /*background-color: #103953;*/
}

.loader .inner-loader {
  height: 100vh;
}

.loader .spinner {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 15%;
}

/* ===================================
              bottom Arrow
====================================== */

.bottom-arr {
  position: absolute;
  bottom: 20px;
  right: 40px;
  background-color: #2f2f2f;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  color: var(--color-light);
  margin-bottom: 1px;
  text-align: center;
  justify-content: center;
  align-items: center;
  /*border: solid 2px var(--color-light);*/
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  box-shadow: 1px 1px 15px #e1e1e1;
}

.bottom-arr.fixed-at-bottom {
  position: fixed;
  z-index: 999;
  animation: 0.5s slideInUp;
}

.bottom-arr:hover {
  background-color: var(--color-telva);
  cursor: pointer;
}

.bottom-arr i {
  font-size: 20px;
  transition: 0.8s ease-in-out;
}

/* ===================================
                 Cursor
====================================== */

.magic {
  display: none !important;
}

.aimated-cursor {
  position: absolute;
  left: 0;
  display: none;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  -o-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover~.aimated-cursor {
  display: inline-block;
  z-index: 9999999;
}

.cursor {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid rgb(255, 255, 255);
  /*border: 2px solid rgb(0, 0, 0);*/
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999999999;
}

.slider-social {
  position: relative;
  z-index: 11;
  margin-bottom: 0
}

.slider-social li {
  list-style: none;
  display: inline-block;
}

.slider-social a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  color: var(--color-dark);
  font-size: 16px;
  margin: 2px;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.home-header .slider-social a {
  color: var(--color-light)
}

.fixed-top.fix-top .animated-wrap {
  position: absolute;
  right: 0;
  color: var(--color-light)
}

#head-sec .fixed-top.fix-top .animated-wrap span {
  background: var(--color-light)
}

/* ===================================
    header navigation styling
====================================== */

.head-sec .navigation {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-sec .slider-icons .social-icons li a {
  color: var(--color-dark);
  font-size: 16px;
}

.head-sec .navigation-toggle .toggle-btn {
  right: 2%;
  padding-top: 20px;
}

.head-sec .navigation-toggle span {
  width: 25px;
  background-color: var(--color-dark);
  height: 2px;
  display: block;
  margin-top: 3px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: 0.8s zoomIn;
  animation: 0.8s zoomIn;
}

.head-sec.home-header .navigation-toggle span {
  background-color: var(--color-light)
}

.head-sec .navigation-toggle .toggle-btn:hover span:first-child {
  width: 40%;
}

.head-sec .navigation-toggle .toggle-btn:hover span {
  width: 100%;
}

.head-sec .navigation-toggle .toggle-btn:hover span:last-child {
  width: 50%;
}

/* ===================================
    Broad Navbar css
====================================== */

.broad {
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  position: relative;
}

.broad .navbar {
  display: none;
}

.broad-nav {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  /* background-color: var(--color-telva); */
  display: block;
  visibility: visible;
  /*position: fixed;*/
  overflow: hidden;
  z-index: 111111;
  /*top:0;*/
  /*bottom: 0;*/
  /*right: 0;*/
  /*left:80%;*/
  /*border-radius: 50%;*/
  /*border-top-left-radius: 50%;*/
  /*border-bottom-left-radius: 50%;*/
  opacity: 1;
}

.broad-nav .navbar {
  padding-right: 0;
  display: block;
  position: fixed;
  right: -15px;
  top: 30%;
  padding-left: 0;
  background-color: var(--color-telva);
  -webkit-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
}

.broad .close-nav {
  display: none;
}

.broad-nav .close-nav {
  display: block;
  position: fixed;
  right: 5px;
  top: 3%;
  z-index: 11111;
  cursor: pointer;
  -webkit-animation: 0.8s zoomIn;
  animation: 0.8s zoomIn;
}

.broad-nav .close-nav a i {
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.broad-nav .close-nav.slider-social.bg-fill a i {
  width: 45px;
  height: 45px;
  padding-top: 11px;
  background-color: var(--color-dark);
  color: var(--color-light);
}

.broad-nav .close-nav i {
  color: var(--color-dark);
  font-size: 25px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.home-header .broad-nav .close-nav i {
  color: var(--color-light)
}

.broad .navbar ul li {
  text-align: right;
}

.broad .navbar ul li a {
  text-decoration: none;
  color: var(--color-light);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.navbar-nav {
  padding-left: 0
}

.navbar-light .navbar-nav .nav-link {
  color: var(--color-light);
  display: inline-block;
  background-color: var(--color-telva);
  padding: 5px 15px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.broad .navbar ul li {
  margin-bottom: 5px;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

@-webkit-keyframes myan {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes myan {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.broad .navbar ul li {
  -webkit-animation-name: myan;
  animation-name: myan;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(2) {
  -webkit-animation-name: myan;
  animation-name: myan;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(3) {
  -webkit-animation-name: myan;
  animation-name: myan;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(4) {
  -webkit-animation-name: myan;
  animation-name: myan;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(5) {
  -webkit-animation-name: myan;
  animation-name: myan;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(6) {
  -webkit-animation-name: myan;
  animation-name: myan;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(7) {
  -webkit-animation-name: myan;
  animation-name: myan;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.broad .navbar ul li:nth-child(8) {
  -webkit-animation-name: myan;
  animation-name: myan;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.broad .navbar-light .navbar-nav .nav-link:focus, .broad .navbar-light .navbar-nav .nav-link:hover, .broad .navbar-light .navbar-nav .nav-link.active {
  width: 100%;
  padding: 10px 15px 10px 70px;
  color: #f8f9fa;
  background-color: var(--color-dark);
}

/* ===================================
    Fixed  menu top css
====================================== */

/* header .navigation-toggle {
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
} */

header .navigation-toggle.fix-top {
  z-index: 111;
  /*left: auto;*/
  /*right: 30px;*/
  -webkit-animation: 0.5s slideInDown;
  animation: 0.5s slideInDown;
  flex: 0 0 100%;
  max-width: 100%;
}

header .navigation-toggle.fix-top .slider-social a {
  width: 50px;
  height: 50px;
  background-color: var(--color-telva);
  border-radius: 50%;
  padding: 18%;
  padding-top: 28%;
  -webkit-animation: 0.8s zoomIn;
  animation: 0.8s zoomIn;
}

/* ===================================
    Slider css
====================================== */

.slider-sec {
  position: relative;
}

.slider-sec .navigate-arrow {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99999;
  width: auto;
  cursor: pointer;
  text-decoration: none;
}

.slider-sec .navigate-arrow i:first-child {
  display: block;
  color: var(--color-light);
  font-size: 15px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-bottom: 1px;
  text-align: center;
  padding-top: 15px;
  border: solid 2px var(--color-light);
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.slider-sec .navigate-arrow:hover i {
  background-color: var(--color-telva);
  border: solid 2px var(--color-telva);
}

/* ===================================
           About section css
====================================== */

.about-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
}

.about-sec h2 {
  margin-bottom: 30px;
}

.about-sec .about-info .sub-heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-telva);
  margin-bottom: 10px;
  display: block;
}

.about-sec .about-info .heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #2f2f2f;
  width: 70%;
  margin-bottom: 15px;
}

.about-sec .about-info .fly-line {
  display: block;
  height: 2px;
  width: 15%;
  background-color: var(--color-telva);
  opacity: 0.7;
  margin-bottom: 30px;
  margin-left: 0;
}

.about-sec .about-info .text-des {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: var(--color-dark);
  opacity: 0.8;
  text-align: justify;
}

.about-sec .location-details h4 {
  margin-bottom: 20px;
  color: var(--color-dark);
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.about-sec .location-details .media .media-body h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0;
}

.about-sec .location-details .media .media-body p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.8;
}

.about-sec .location-details .media i {
  font-size: 30px;
  margin-right: 10px;
  color: var(--color-telva);
}

.about-sec .location-details .anim-btn {
  margin-top: 30px;
  margin-left: 5px;
}

.about-sec .about-icon {
  font-size: 350px;
  color: var(--color-dark);
  opacity: 0.4;
}

.about-sec .about-img {
  position: relative;
}

.about-sec .about-img .floating-icon {
  position: absolute;
  font-size: 35px;
  color: gainsboro;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.about-sec .about-img .floating-icon.la-circle {
  left: 10%;
  top: 35%;
}

.about-sec .about-img .floating-icon.la-plus {
  right: 10%;
  top: 35%;
}

.about-sec .about-img .floating-icon.la-caret-up {
  left: 20%;
  bottom: 0%;
}

.about-sec .about-img .floating-icon.la-chart-line {
  left: 48%;
  top: 0%;
}

.about-sec .about-img .floating-icon.la-bell {
  right: 20%;
  bottom: 0%;
}

.about-sec .about-img .large-icon:hover~.floating-icon {
  color: var(--color-telva);
}

/* ===================================
           About card section css
====================================== */

.about-sec .about-cards {
  padding-top: 150px;
}

.about-sec .about-cards .about-detail {
  padding-bottom: 50px;
}

.about-sec .about-cards .about-card i {
  color: var(--color-telva);
  font-size: 90px;
  margin-bottom: 25px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  padding: 10px;
}

.about-sec .about-cards .about-card i.la-microphone-alt {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.about-sec .about-cards .about-card .heading {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 15px;
}

.about-sec .about-cards .about-card .heading span {
  color: var(--color-telva);
  margin-right: 5px;
}

.about-sec .about-cards .about-card .text-des {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: var(--color-dark);
  opacity: 0.8;
}

.about-sec .about-cards .ab-card {
  padding: 40px 35px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.about-sec .about-cards .ab-card:hover, .about-sec .about-cards .ab-card.active {
  -webkit-box-shadow: 1px 1px 15px #e1e1e1;
  box-shadow: 1px 1px 15px #e1e1e1;
  background-color: var(--color-light);
  border-radius: 15%;
}

.about-sec .about-cards .ab-card:hover .about-card i, .about-sec .about-cards .ab-card.active .about-card i {
  -webkit-box-shadow: 1px 1px 15px var(--color-telva);
  box-shadow: 1px 1px 15px var(--color-telva);
  border-radius: 50%;
}

/* ===================================
           Count section css
====================================== */

.count-sec {
  min-height: 200px;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.count-sec .count-overlay {
  background-color: var(--color-dark);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.count-sec .count-content .count-li {
  cursor: pointer;
}

.count-sec .num {
  color: var(--color-light);
  font-size: 70px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.count-sec .heading {
  color: var(--color-light);
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.count-sec .text-des {
  color: var(--color-light);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

/* ===================================
           Speaker section css
====================================== */

.speaker-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  /* background: url('../img/fondo.jpg') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.speaker-sec .speakers-detail {
  margin-bottom: 50px;
}

.speaker-sec .image-holder {
  height: 150px;
  width: 150px;
  border-radius: 50% !important;
  background-color: #e1e1e1;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.speaker-sec .image-holder img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.speaker-sec .image-holder .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50% !important;
  top: 0;
  background-color: rgba(253, 41, 92, 0.61);
  z-index: 11;
  display: block;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.speaker-sec .speaker-info:hover .image-holder .overlay .plus span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}

.speaker-sec .speaker-info:hover .image-holder .overlay .plus span {
  opacity: 1;
}

.speaker-sec .speaker-info:hover .image-holder img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.speaker-sec .speaker-info:hover .image-holder .overlay {
  opacity: 1;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  border: solid 3px #fff;
}

.speaker-sec .speaker-name {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #2f2f2f;
  margin-bottom: 0;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
}

.speaker-sec .speaker-info:hover .speaker-name {
  color: var(--color-telva);
}

.speaker-sec .speaker-detail {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--color-telva);
  opacity: 0.7;
  margin-bottom: 0;
  font-style: italic;
}

.speaker-sec .speaker-links {
  position: relative;
}

.speaker-sec .speaker-links .slider-social {
  left: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.speaker-sec .image-holder .overlay .speaker-links ul li a {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-50px);
  transform: translateY(-80px);
  opacity: 0;
}

.speaker-sec .image-holder .overlay .speaker-links ul li:first-child a {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.speaker-sec .image-holder .overlay .speaker-links ul li:nth-child(2) a {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.speaker-sec .image-holder .overlay .speaker-links ul li:nth-child(3) a {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.speaker-sec .speaker-info:hover .image-holder .overlay .speaker-links ul li:first-child a {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

.speaker-sec .speaker-info:hover .image-holder .overlay .speaker-links ul li:nth-child(2) a {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  opacity: 1;
}

.speaker-sec .speaker-info:hover .image-holder .overlay .speaker-links ul li:nth-child(3) a {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}

.speaker-sec .speaker-info .image-holder .overlay .speaker-links:hover ul li a {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

/*icon hovers*/

.speaker-links>ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.speaker-links>ul li {
  list-style: none;
  margin: 10px 5px;
}

.speaker-links>ul li:first-child {
  margin-left: 0;
}

.speaker-links>ul li:last-child {
  margin-right: 0;
}

.speaker-links>ul li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.speaker-sec .image-holder .overlay .speaker-links>ul li a i {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.speaker-sec .image-holder .overlay .speaker-links:hover ul li:nth-child(3) a, .speaker-sec .image-holder .overlay .speaker-links:hover ul li:nth-child(2) a {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.speaker-sec .image-holder .overlay .speaker-links>ul li a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.speaker-links>ul li a:hover i.fa-facebook-f {
  color: #3b5998;
}

.speaker-links>ul li a:hover i.fa-twitter {
  color: #00acee;
}

.speaker-links>ul li a:hover i.fa-linkedin-in {
  color: #0e76a8;
}

.speaker-links>ul li a:hover i.fa-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===================================
       portfolio  section css
====================================== */

.portfolio-sec {
  padding-top: 50px;
  background: url('../img/fondoBN-mosaic.jpg') top left repeat;
  background-attachment: fixed;
}

.portfolio-heading {
  margin-bottom: 50px;
}

.portfolio-sec .cbp-l-filters-alignCenter {
  margin-bottom: 50px;
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  padding: 7px 24px;
  margin-right: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  opacity: 0.8;
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  background-color: var(--color-telva);
  color: var(--color-light);
  padding: 7px 24px;
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
  -webkit-transform: translateY(-41px);
  -ms-transform: translateY(-41px);
  transform: translateY(-41px);
  background-color: var(--color-telva);
  color: var(--color-light);
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-counter:after {
  border-top: 4px solid var(--color-telva);
}

.portfolio-sec .cbp-l-loadMore-text .cbp-l-loadMore-link, .cbp-l-loadMore-text .cbp-l-loadMore-text-link {
  font: 400 15px "Open Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
  margin-top: 50px;
  display: inline-block;
  border: solid 1px var(--color-telva);
  padding: 8px 30px;
  color: var(--color-telva);
}

.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {
  color: var(--color-light);
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
  background-color: rgba(253, 41, 92, 0.8);
}

.portfolio-sec .cbp-l-caption-desc .fly-line {
  background-color: var(--color-light);
  margin-top: 7px;
}

.portfolio-sec .cbp-l-caption-title {
  color: #fff;
  font: 400 20px/21px "Open Sans", sans-serif;
}

/* ===================================
       Pricing css
====================================== */

.pricing-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pricing-sec .pricing-heading-sec {
  margin-bottom: 15px;
}

.pricing-sec .p-card {
  padding-top: 15px;
}

.pricing-sec .p-card:nth-child(2) {
  padding-top: 0;
}

.pricing-sec .pricing-cards {
  padding-top: 50px;
}

.pricing-sec .pricing-card {
  padding: 30px 20px;
  /*-webkit-box-shadow: 0 0 5px #d9d9d9;*/
  /*box-shadow: 0 0 5px #d9d9d9;*/
  /*border-radius: 5px;*/
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
  border-radius: 0;
}

.pricing-sec .pricing-card .pricing-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--color-telva);
  padding-bottom: 20px;
  border-bottom: solid 2px #d9d9d9;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.pricing-sec .pricing-card .price-info {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #d9d9d9;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.pricing-sec .pricing-card .price-info .price-tag .p-icon i {
  position: absolute;
  left: 0;
  bottom: 8px;
  font-size: 30px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.pricing-sec .pricing-card .price-info .price-tag .p-icon {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.pricing-sec .pricing-card .price-info .price-tag .p-price {
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-left: 28px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.pricing-sec .pricing-card .price-info .price-tag .p-since {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  position: relative;
  left: 42px;
  top: -7px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.pricing-sec .price-text .small-text {
  color: #878787;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.pricing-sec .pricing-card .feature-list {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.pricing-sec .pricing-card .feature-list li {
  color: #535353;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  list-style: none;
  margin-bottom: 8px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.pricing-sec .pricing-card .feature-list li i {
  font-size: 20px;
  color: #62be10;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.pricing-sec .pricing-card button {
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

/* ----- Team ----- */

.center-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-box, .team-box ul li {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.team-box {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-dark)
}

.team-box .team-content {
  padding: 30px 1.25rem;
  text-align: center;
  background: #fff;
}

.team-box .team-content h3 {
  font-weight: normal;
}

.team-box .team-content p {
  margin-bottom: 0;
}

.team-box.greycontent .team-content {
  background: #f6f6f6;
}

.team-box:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.team-box ul li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.team-box ul li:first-child {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.team-box ul li:nth-child(2) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.team-box ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.team-box ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.team-box ul li:nth-child(5) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.team-box ul li:nth-child(6) {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.team-box ul li:nth-child(7) {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}

.team-box:hover ul li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.image, .image img {
  position: relative;
}

.image img {
  -o-transition: all .8s linear;
  -webkit-transition: all .8s linear;
  transition: all .8s linear;
  width: 100%;
}

.image {
  overflow: hidden;
}

.image:hover img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.overlay, .overlay .opens {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.overlay {
  background-color: rgba(253, 41, 92, 0.8);
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.overlay a.whitebg {
  background-color: rgba(255, 255, 255, .6);
  color: rgba(12, 12, 12, 1);
  padding: 17px 20px 13px;
}

.cbp-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.overlay .opens {
  height: 70px;
  width: 70px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  background: #ce8f93;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 72px;
  -ms-transform: rotate(50deg) scale(1.5);
  -o-transform: rotate(50deg) scale(1.5);
  -webkit-transform: rotate(50deg) scale(1.5);
  transform: rotate(50deg) scale(1.5);
}

.overlay .opens:hover, .overlay .opens:focus {
  background: #CE8F93;
}

.cbp-item:hover .overlay .opens {
  -ms-transform: rotate(0) scale(1);
  -o-transform: rotate(0) scale(1);
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

.overlay h4>a:hover, .overlay h4>a:focus {
  color: #fff;
}

/* ----- Team Ends ----- */

/*hover*/

.pricing-sec .pricing-card:hover, .pricing-sec .pricing-card.active {
  background-color: var(--color-telva);
}

.pricing-sec .pricing-card:hover .pricing-heading, .pricing-sec .pricing-card.active .pricing-heading {
  color: var(--color-light);
  border-bottom: solid 2px var(--color-light);
}

.pricing-sec .pricing-card:hover .price-info, .pricing-sec .pricing-card.active .price-info {
  border-bottom: solid 2px var(--color-light);
}

.pricing-sec .pricing-card:hover .price-info .price-tag .p-icon i, .pricing-sec .pricing-card.active .price-info .price-tag .p-icon i {
  color: var(--color-light);
}

.pricing-sec .pricing-card:hover .price-info .price-tag .p-icon, .pricing-sec .pricing-card.active .price-info .price-tag .p-icon {
  color: var(--color-light);
}

.pricing-sec .pricing-card:hover .price-info .price-tag .p-price, .pricing-sec .pricing-card.active .price-info .price-tag .p-price {
  color: var(--color-light);
}

.pricing-sec .pricing-card:hover .price-info .price-tag .p-since, .pricing-sec .pricing-card.active .price-info .price-tag .p-since {
  color: var(--color-light);
}

.pricing-sec .pricing-card:hover .price-text .small-text, .pricing-sec .pricing-card.active .price-text .small-text {
  color: var(--color-light);
}

.pricing-sec .pricing-card:hover .feature-list li i, .pricing-sec .pricing-card.active .feature-list li i {
  color: var(--color-light);
}

.pricing-sec .pricing-card:hover .feature-list li, .pricing-sec .pricing-card.active .feature-list li {
  color: var(--color-light);
}

.pricing-sec .pricing-card:hover button, .pricing-sec .pricing-card.active button {
  background-color: var(--color-light);
  color: var(--color-telva);
  border: solid 1px var(--color-telva);
}

.pricing-sec .pricing-card button:hover {
  background-color: transparent;
  border: solid 1px var(--color-light);
  color: var(--color-light);
}

.pricing-sec .pricing-card:hover, .pricing-sec .pricing-card.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*zigzag line*/

.zig-zag-top:before {
  background: -o-linear-gradient(135deg, var(--color-telva) 16px, red 16px, rgba(0, 150, 255, 1) 16px, transparent 0), -o-linear-gradient(45deg, var(--color-telva) 16px, transparent 0);
  background: linear-gradient(-45deg, var(--color-telva) 16px, red 16px, rgba(0, 150, 255, 1) 16px, transparent 0), linear-gradient(45deg, var(--color-telva) 16px, transparent 0);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 22px 32px;
  content: " ";
  display: block;
  height: 22px;
  width: 113%;
  position: relative;
  bottom: 52px;
  left: -20px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  /*border-top: solid 2px white;*/
}

#d-wrapper .zig-zag-bottom {
  margin: 32px 0;
  margin-top: 0;
  background: #1ba1e2;
}

#d-wrapper .zig-zag-top {
  margin: 32px 0;
  margin-bottom: 0;
  background: #1ba1e2;
}

#d-wrapper .zig-zag-bottom, #d-wrapper .zig-zag-top {
  padding: 32px 0;
}

.zig-zag-bottom:after {
  background: -o-linear-gradient(135deg, transparent 16px, var(--color-telva) 0), -o-linear-gradient(45deg, transparent 16px, var(--color-telva) 0);
  background: linear-gradient(-45deg, transparent 16px, var(--color-telva) 0), linear-gradient(45deg, transparent 16px, var(--color-telva) 0);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 22px 32px;
  content: "";
  display: block;
  width: 113%;
  height: 11px;
  position: relative;
  top: 41px;
  left: -20px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.pricing-sec .pricing-card:hover.zig-zag-bottom:after, .pricing-sec .pricing-card.active.zig-zag-bottom:after, .pricing-sec .pricing-card:hover.zig-zag-top:before, .pricing-sec .pricing-card.active.zig-zag-top:before {
  opacity: 1;
}

/* ===================================
       Timeline css
====================================== */

.timeline-sec {
  min-height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.timeline-sec .timeline-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-dark);
  background: url('../img/fondoBN-mosaic.jpg') top left repeat;
  background-attachment: fixed;
}

.timeline-sec .timeline-heading {
  margin-bottom: 50px;
}

.timeline-sec .large-heading, .timeline-sec .sub-heading {
  color: var(--color-light);
}

.timeline-sec .fly-line {
  background-color: var(--color-light);
}

.timeline-sec .timeline-year {
  clear: both;
  padding-top: 50px;
  padding-bottom: 50px;
}

.timeline-sec .timeline-year:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.timeline-sec .timeline-year .t-year {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: var(--color-telva);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.timeline-sec .timeline-year .t-year .heading {
  color: var(--color-light);
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

.timeline-sec .timeline .timeline-block {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
  list-style: none;
  margin-bottom: 30px;
}

.timeline-sec .timeline .event-details {
  color: var(--color-light);
  background-color: var(--color-telva);
  padding: 30px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.timeline-sec .timeline .event-details .event-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.timeline-sec .timeline .event-details .text-des {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  opacity: 0.8;
  margin-bottom: 15px;
}

.timeline-sec .timeline .event-details .event-time {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.timeline-sec .timeline .event-details:hover {
  background-color: var(--color-light);
  color: var(--color-dark);
}

.timeline-sec .timeline .simple-timeline .event-details:hover:after {
  border-left: 14px solid var(--color-light);
}

.timeline-sec .timeline .inverse-timeline .event-details:hover:after {
  border-right: 14px solid var(--color-light);
}

.timeline-sec .timeline .simple-timeline .event-details:hover:before {
  background-color: var(--color-light);
}

.timeline-sec .timeline .inverse-timeline .event-details:hover:before {
  background-color: var(--color-light);
}

.timeline-sec .timeline .simple-timeline .event-details:after {
  content: " ";
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 35px;
  border-top: 14px solid rgba(136, 136, 136, 0);
  border-left: 14px solid rgba(0, 0, 0, 0.35);
  border-bottom: 14px solid rgba(245, 245, 245, 0);
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.timeline-sec .timeline .simple-timeline .event-details:before {
  content: " ";
  height: 20px;
  width: 20px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  right: -12px;
  top: 41px;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.timeline-sec .timeline .inverse-timeline .event-details:after {
  content: " ";
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 35px;
  border-top: 14px solid rgba(136, 136, 136, 0);
  border-right: 14px solid rgba(0, 0, 0, 0.35);
  border-bottom: 14px solid rgba(245, 245, 245, 0);
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.timeline-sec .timeline .inverse-timeline .event-details:before {
  content: " ";
  height: 20px;
  width: 20px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: -8px;
  top: 41px;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.timeline-sec .timeline:after {
  content: " ";
  display: inline-block;
  width: 3px;
  background-color: var(--color-light);
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
}

.timeline-sec .timeline .simple-timeline {
  padding-right: 50px;
  float: left;
  clear: left;
}

.timeline-sec .timeline .inverse-timeline {
  padding-left: 50px;
  margin-top: 60px;
  float: right;
  clear: right;
}

/* ===================================
       Testimonial css
====================================== */

.testimonial-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-sec .testimonial-card {
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.testimonial-sec .testimonial-review {
  margin-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.testimonial-sec .testimonial-review .client-info {
  margin-bottom: 30px;
}

.testimonial-sec .testimonial-review .client-info .client-name {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: var(--color-telva);
  margin-bottom: 0;
}

.testimonial-sec .testimonial-review .client-info .client-designation {
  color: var(--color-dark);
}

.testimonial-sec .testimonial-review .image-holder {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  display: inline-block;
  /*box-shadow: 1px 1px 15px var(--color-telva);*/
  -webkit-box-shadow: 1px 1px 15px #d8dce0;
  box-shadow: 1px 1px 15px #d8dce0;
  margin-bottom: 30px;
  border: solid 3px #fff;
}

.testimonial-sec .testimonial-review .image-holder img {
  border-radius: 50%;
}

.testimonial-sec .testimonial-review .review-detail ul.test-review {
  padding-left: 0;
}

.testimonial-sec .testimonial-review .review-detail ul.test-review li {
  list-style: none;
  display: inline-block;
}

.testimonial-sec .testimonial-review .review-detail ul.test-review li i {
  font-size: 20px;
  color: var(--color-telva);
}

.testimonial-sec .owl-carousel .owl-dots {
  position: absolute;
  left: 8px;
  /*transform: rotate(90deg);*/
  bottom: 50%;
}

.testimonial-sec .owl-carousel .owl-nav button.owl-next, .testimonial-sec .owl-carousel .owl-nav button.owl-prev, .testimonial-sec .owl-carousel button.owl-dot {
  height: 20px;
  width: 20px;
  border: solid 3px var(--color-telva);
  margin-bottom: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 10px var(--color-telva);
  box-shadow: 1px 1px 10px var(--color-telva);
  display: block;
}

.testimonial-sec .owl-carousel button.owl-dot.active {
  background-color: rgba(253, 41, 92, 0.79);
  border: solid 3px var(--color-light);
}

/* ===================================
      brand  css
====================================== */

.brand-sec {
  padding-top: 50px;
  padding-bottom: 100px;
}

.brand-sec .brand-img img {
  width: 60%;
}

/* ===================================
       footer css
====================================== */

.footer-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--color-dark);
}

.footer-sec.footer-home {
  background-color: var(--color-light);
}

.footer-sec .footer-icons a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-right: 10px;
}

.footer-sec.footer-home .footer-icons a, .footer-sec.footer-home .footer-icons a i {
  background-color: var(--color-dark);
}

.footer-sec .footer-icons a i {
  display: block;
  height: 60px;
  width: 60px;
  font-size: 24px;
  color: #fff;
  line-height: 64px;
  text-align: center;
  border-radius: 40px;
  background: transparent;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.footer-sec .footer-icons a i:hover, .footer-sec .footer-icons a i:focus {
  color: #2f2f2f;
  -webkit-box-shadow: 0 0 15px 30px var(--color-light) inset;
  box-shadow: 0 0 15px 30px var(--color-light) inset;
  -webkit-animation: 1s instaRound;
  animation: 1s instaRound;
}

@-webkit-keyframes instaRound {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes instaRound {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

/***********************************/

/***********contact us form**********/

/***********************************/

.contact-sec .contact-box {
  padding: 20px;
  border-radius: 10px;
  padding-right: 6%;
}

.contact-sec .contact-heading {
  margin-bottom: 50px;
}

.modal-content .modal-title {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 25px;
}

.contact-sec .contact-box .heading {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 25px;
}

.contact-sec .contact-box .text-des {
  margin-bottom: 25px;
}

.contact-sec .contact-form .my-form {
  position: relative;
}

.contact-sec .contact-form .my-form .form-control {
  border: 1px solid #cbcbcb;
}

.contact-sec .contact-form .my-form input {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
}

.contact-sec .contact-form .my-form select {
  margin-bottom: 20px;
  border-radius: 10px;
  height: 42px;
}

.contact-sec .contact-form .my-form input[placeholder], .contact-sec .contact-form .my-form select {
  color: #444444;
  opacity: 0.8;
  font-size: 14px;
}

.contact-sec .contact-form .my-form textarea {
  border-radius: 10px;
  padding: 20px;
}

.contact-sec .contact-form .my-form textarea[placeholder] {
  color: #444444;
  opacity: 0.8;
  font-size: 14px;
}

.display-error {
  position: absolute;
  top: -45px;
  left: 15px;
  right: 15px;
}

.contact-sec .contact-form .my-form button {
  margin-top: 5px;
}

/***********************************/

/***********MAP SECTION**********/

/***********************************/

#google-map {
  min-height: 500px;
  width: 100%;
}

/***********************************/

/***********Modal window css*********/

/***********************************/

.modal-content {
  border: none;
  border-radius: 0;
  padding: 20px;
  border-top: solid 6px var(--color-telva);
}

.modal-title {
  padding-left: 20px;
}

/*********************************************/

/********* Stand alone page css **************/

/*********************************************/

.slide-sec {
  min-height: 400px;
  position: relative;
}

.slide-sec .slide-content {
  padding-top: 150px;
  padding-bottom: 150px;
}

.slide-sec .slide-content .slide-heading {
  font-size: 60px;
  color: var(--color-light);
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.slide-sec .slide-content .text-des {
  color: var(--color-light);
}

.slide-sec .slider-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*event info css*/

.event-info {
  padding-top: 150px;
  padding-bottom: 150px;
}

.event-info .detail-info .sub-heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: var(--color-telva);
  font-size: 16px;
}

.event-info .detail-info .heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #2f2f2f;
  font-size: 38px;
}

.event-info .detail-info .fly-line {
  display: inline-block;
  height: 2px;
  width: 22%;
  background-color: var(--color-telva);
  margin-bottom: 30px;
}

.event-info .detail-info .text-des {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: var(--color-dark);
  opacity: 0.8;
  font-size: 16px;
  margin-bottom: 30px;
}

.event-info .detail-info .location-details .media {
  margin-bottom: 30px;
}

.event-info .detail-info .location-details .media .media-body h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0;
}

.event-info .detail-info .location-details .media .media-body p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.8;
}

.event-info .detail-info .location-details .media i {
  font-size: 30px;
  margin-right: 10px;
  color: var(--color-telva);
}

.event-info .detail-info .anim-btn {
  margin-top: 5px;
}

.event-info .img-gallery {
  padding-left: 50px;
}

.event-info .img-gallery img {
  width: 100%;
  transition: 0.8s ease;
}

.event-info .img-gallery .hover-effect {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.event-info .img-gallery .hover-effect::before, .event-info .img-gallery .hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.event-info .img-gallery .hover-effect::before {
  right: 0;
  opacity: 1;
  top: 0;
}

.event-info .img-gallery .hover-effect::after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}

.event-info .img-gallery .hover-effect:hover::after, .event-info .img-gallery .hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.event-info .img-gallery .hover-effect:hover img {
  transform: scale(1.1);
}

/*countdown area CSS*/

.count-down-area {
  font-family: "Open Sans", sans-serif;
}

.count-down-area .day-sec .days, .count-down-area .hour-sec .hours, .count-down-area .min-sec .minutes, .count-down-area .sec-sec .sec {
  font-weight: bold;
  font-size: 65px;
  color: var(--color-light);
}

.count-down-area .day-sec span {
  font-size: 14px;
  color: var(--color-light);
}

.count-down-area .min-sec span {
  font-size: 14px;
  color: var(--color-light);
}

.count-down-area .hour-sec span {
  font-size: 14px;
  color: var(--color-light);
}

.count-down-area .sec-sec span {
  font-size: 14px;
  color: var(--color-light);
}

/*speakers sec css*/

.rec-speaker .image-holder {
  border-radius: 0;
  border: 5px solid
}

.rec-speaker .image-holder img {
  border-radius: 0;
}

.rec-speaker .image-holder .overlay {
  border-radius: 0;
}

.item.speaker-info {
  margin-bottom: 3rem;
}

/*********************************************/

/************* Media Queries *****************/

/*********************************************/

/*// Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
  /*extra small screen css of broad navigation*/
  .broad-nav {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tp-caption img.link {
    width: 95px !important;
    height: auto !important;
  }
  .tp-caption.img_logo img {
    width: 220px !important;
    height: auto !important;
  }
  .tp-caption.img_center img {
    width: 425px !important;
    height: auto !important;
  }
  .tp-caption.slider_nav img {
    width: 125px !important;
    height: auto !important;
  }
  .broad-nav .close-nav {
    right: 0;
    top: 2%;
  }
  .broad-nav .close-nav i {
    font-size: 35px;
  }
  .broad-nav .close-nav.slider-social.bg-fill a i {
    padding-top: 9px;
    font-size: 27px;
  }
  .head-sec .navigation-toggle .toggle-btn {
    right: 4%;
    padding-top: 12px;
  }
  .head-sec .slider-icons .social-icons {
    padding-top: 6px;
  }
  .broad-nav .navbar {
    top: 200px;
    padding-right: 0;
  }
  /*extra small screen css of slider navigation*/
  .slider-sec .navigate-arrow {
    display: none;
  }
  /*extra small screen css of About Sec*/
  .about-sec .about-img {
    padding-top: 50px;
  }
  .about-sec .about-img .floating-icon.la-chart-line {
    top: 8%;
  }
  .about-sec .about-icon {
    font-size: 250px;
  }
  .about-sec .about-cards {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
  }
  .about-sec .about-cards .ab-card {
    margin: 40px auto;
    margin-top: 0;
    max-width: 360px;
  }
  .about-sec .about-cards .ab-card:last-child {
    margin-bottom: 0;
  }
  .about-sec .about-info {
    margin-bottom: 50px;
  }
  .about-sec .about-info .heading {
    width: 100%;
  }
  .about-sec .about-info .fly-line {
    margin-left: auto;
  }
  .about-sec .location-details .media {
    margin-bottom: 20px;
  }
  /*extra small screen css of Counter sec*/
  .count-sec .num {
    font-size: 50px;
  }
  /*extra small screen css of Pricing*/
  .pricing-sec .pricing-card {
    max-width: 370px;
    margin: 20px auto;
  }
  .pricing-sec .pricing-cards {
    padding-top: 0;
  }
  .pricing-sec .pricing-card .price-info .price-tag .p-since {
    left: 10px;
  }
  .zig-zag-bottom:after, .zig-zag-top:before {
    display: none;
  }
  /*extra small screen css of timeline*/
  .timeline-sec .timeline:after {
    left: 49px;
  }
  .timeline-sec .timeline-year .t-year {
    margin-left: 0;
  }
  .timeline-sec .timeline .timeline-block {
    width: 100%;
  }
  .timeline-sec .timeline .inverse-timeline {
    padding-left: 75px;
  }
  .timeline-sec .timeline .inverse-timeline .event-details:after {
    left: 46px;
  }
  .timeline-sec .timeline .inverse-timeline .event-details:before {
    left: 25px;
  }
  /*extra small screen css of testimonial section*/
  .testimonial-sec .testimonial-review {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial-sec .testimonial-card {
    padding-left: 40px;
    padding-right: 40px;
  }
  /*extra small screen css of footer section*/
  .footer-sec .footer-icons a {
    margin-right: 0;
  }
  .footer-sec .footer-icons a i {
    height: 50px;
    width: 50px;
    font-size: 24px;
    line-height: 49px;
  }
  /*extra small screen css of stand alone page*/
  .slide-sec .slide-content .slide-heading {
    font-size: 36px;
  }
  .slide-sec .slide-content .text-des {
    font-size: 14px;
  }
  .event-info .img-gallery {
    padding-left: 15px;
    padding-top: 50px;
  }
}

/*// Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
  /*extra small screen css of broad navigation*/
  .tp-caption img.link {
    width: 125px !important;
    height: auto !important;
  }
  */ .broad-nav {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .broad-nav .close-nav.slider-social.bg-fill a i {
    padding-top: 9px;
    font-size: 27px;
  }
  .broad-nav .close-nav {
    right: 20px;
    top: 2%;
  }
  .broad-nav .close-nav i {
    font-size: 35px;
  }
  .broad-nav .navbar {
    top: 200px;
    padding-right: 0;
  }
  .head-sec .navigation-toggle .toggle-btn {
    right: 2%;
    padding-top: 12px;
  }
  .head-sec .slider-icons .social-icons {
    padding-top: 6px;
  }
  /*extra small screen css of slider navigation*/
  .slider-sec .navigate-arrow {
    display: none;
  }
  /*extra small screen css of About Sec*/
  .about-sec .about-cards {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-sec .about-info {
    margin-bottom: 50px;
  }
  .about-sec .about-info .heading {
    width: 100%;
  }
  .about-sec .about-info .fly-line {
    margin-left: auto;
  }
  .about-sec .about-cards .ab-card {
    padding: 40px 80px;
  }
  .about-sec .about-cards .ab-card {
    margin: 40px auto;
    margin-top: 0;
    max-width: 480px;
  }
  .about-sec .about-cards .ab-card:last-child {
    margin-bottom: 0;
  }
  /*extra small screen css of Pricing*/
  .pricing-sec .pricing-card {
    margin-bottom: 40px;
    -webkit-box-shadow: 1px 1px 10px #a3a6a933;
    box-shadow: 1px 1px 10px #a3a6a933;
  }
  .pricing-sec .pricing-cards {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pricing-sec .pricing-card .price-info .price-tag .p-since {
    left: 10px;
  }
  .zig-zag-bottom:after, .zig-zag-top:before {
    display: none;
  }
  /*extra small screen css of timeline*/
  .timeline-sec .timeline:after {
    left: 9%;
  }
  .timeline-sec .timeline-year .t-year {
    margin-left: 0;
  }
  .timeline-sec .timeline .timeline-block {
    width: 100%;
  }
  .timeline-sec .timeline .inverse-timeline {
    padding-left: 75px;
  }
  .timeline-sec .timeline .inverse-timeline .event-details:after {
    left: 46px;
  }
  .timeline-sec .timeline .inverse-timeline .event-details:before {
    left: 25px;
  }
  /*media query for footer*/
  .footer-sec .footer-icons a i {
    height: 50px;
    width: 50px;
    font-size: 24px;
    line-height: 49px;
  }
  /*extra small screen css of stand alone page*/
  .slide-sec .slide-content .slide-heading {
    font-size: 36px;
  }
  .slide-sec .slide-content .text-des {
    font-size: 14px;
  }
  .event-info .img-gallery {
    padding-left: 15px;
    padding-top: 50px;
  }
}

/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
  /*extra small screen css of broad navigation*/
  .tp-caption img.link {
    width: 115px !important;
    height: auto !important;
  }
  */ .broad-nav {
    top: -3%;
    bottom: -3%;
    right: 0;
    left: 20%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .broad-nav .close-nav {
    right: 0;
    top: 1%;
  }
  .broad-nav .close-nav i {
    font-size: 35px;
  }
  .broad-nav .close-nav.slider-social.bg-fill a i {
    padding-top: 9px;
    font-size: 27px;
  }
  .broad-nav .navbar {
    top: 230px;
    padding-right: 0;
  }
  .head-sec .navigation-toggle .toggle-btn {
    right: 20px;
  }
  /*extra small screen css of About Sec*/
  .about-sec .about-cards {
    padding-left: 100px;
    padding-right: 100px;
  }
  .about-sec .about-info {
    margin-bottom: 50px;
  }
  .about-sec .about-info .heading {
    width: 100%;
  }
  .about-sec .about-info .fly-line {
    margin-left: auto;
  }
  .about-sec .about-cards .ab-card {
    padding: 40px 80px;
  }
  .about-sec .about-cards .ab-card {
    margin: 40px auto;
    margin-top: 0;
    max-width: 440px;
  }
  .about-sec .about-cards .ab-card:last-child {
    margin-bottom: 0;
  }
  /*extra small screen css of Pricing*/
  .pricing-sec .pricing-card {
    margin-bottom: 50px;
    padding: 64px 55px;
    -webkit-box-shadow: 1px 1px 10px #a3a6a933;
    box-shadow: 1px 1px 10px #a3a6a933;
  }
  .pricing-sec .pricing-cards {
    padding-left: 100px;
    padding-right: 100px;
  }
  .zig-zag-bottom:after, .zig-zag-top:before {
    display: none;
  }
  /*extra small screen css of slider navigation*/
  .slider-sec .navigate-arrow {
    display: none;
  }
  /*extra small screen css of stand alone page*/
  .event-info .img-gallery {
    padding-left: 15px;
    padding-top: 50px;
  }
}

/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {
  /*extra small screen css of broad nav*/
  .tp-caption img.link {
    width: 120px !important;
    height: auto !important;
  }
  */ .broad-nav .close-nav {
    right: 20px;
    top: 2%;
  }
  .broad-nav .navbar {
    top: 190px;
    padding-right: 0;
  }
  /*extra small screen css of slider navigation*/
  .slider-sec .navigate-arrow {
    display: none;
  }
  /*extra small screen css of Pricing*/
  .pricing-sec .pricing-card {
    -webkit-box-shadow: 1px 1px 10px #a3a6a933;
    box-shadow: 1px 1px 10px #a3a6a933;
  }
  .zig-zag-bottom:after, .zig-zag-top:before {
    display: none;
  }
  .pricing-sec .pricing-card .price-info .price-tag .p-since {
    font-size: 12px;
    left: 22px;
    top: -7px;
  }
  .pricing-sec .pricing-card .price-info .price-tag .p-price {
    font-size: 38px;
    margin-left: 18px;
  }
  .pricing-sec .pricing-card .price-info .price-tag .p-icon i {
    font-size: 20px;
  }
}

/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) and (max-width: 1319.98px) {
  .broad-nav .navbar {
    top: 230px;
    padding-right: 0;
  }
  .broad-nav .close-nav {
    right: 20px;
  }
}