/***************************************************************************************************************
  ||||||||||||||||||||||||||||            MASTER STYLESHEET FOR DIMON         ||||||||||||||||||||||||||||||||||||
  ****************************************************************************************************************
  ||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
  ****************************************************************************************************************
  ****************************************************************************************************************
  * 1. common styles
  * 2. header styles
  * 3. banner styles
  * 4. service styles
  * 5. cta styles
  * 6. startups styles
  * 7. mentors styles
  * 6. brand styles
  * 7. accordion styles
  * 8. footer styles
  ****************************************************************************************************************
  ||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
  ****************************************************************************************************************/
/*
  * 1. common styles
  */


body {
  font-family:"proxima-nova",sans-serif;
  color: #74727a;
  font-size: 18px;
  line-height: 34px;
  overflow-x: hidden;
}


a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.thm-base-bg {
  background-color: rgb(232, 79, 60);
}

.thm-base-bg-2 {
  background-color: rgb(232, 79, 60);
}

.thm-gray-bg {
  background-color: #fefbf4;
}

@media (min-width: 1440px) {
  .container {
    max-width: 90%;
  }
}
.block-title {
  margin-bottom: 45px;
}
.block-title__title {
  font-family: proxima-nova,sans-serif;
font-weight: 300;
font-style: normal;
  margin-bottom: 1em;
  margin-top: -10px;
  font-size: 42px;
  font-weight: 100;
  color: #2a2833;
  line-height: 1.2em;
}
.block-title__title strong {
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.thm-btn {
  font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: normal;
  border: none;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: #2a2833;
  padding: 13px 41px;
  border-radius: 5px;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(232, 79, 60)), to(rgb(232, 79, 60)));
  background-image: linear-gradient(90deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
  position: relative;
}
.thm-btn:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.thm-btn span {
  position: relative;
}
.thm-btn:hover {
  color: #fff;
}
.thm-btn:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  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;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(232, 79, 60)), to(rgb(232, 79, 60)));
  background-image: linear-gradient(90deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
  background-size: 200% auto;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
  border-radius: 50%;
}
.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.scroll-to-top:hover {
  background-position: right center;
}
.scroll-to-top:hover i {
  color: #fff;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: solid 2px black;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: black;
  border: none;
}

.owl-theme .owl-dots .owl-dot span:active {
  background: black;
  border: solid 2px black;
}

/*
  * 2. header styles
  */
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
  line-height: 1;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: none;
  text-align: right;
  padding-right: 90px;
}
.header-navigation ul.navigation-box {
  margin: 0;
  padding-top: 25px;
  padding-right: 150px;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 40px 0;
  display: inline-block;
  vertical-align: middle;
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 90px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  position: relative;
}
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
  color: #2a2833;
  text-shadow: 1px 0 0 rgba(42, 40, 51, 0.8);
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}
.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.stricked-menu ul.navigation-box > li {
  padding-top: 18px;
  padding-bottom: 18px;
}
.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.site-header {
  position: relative;
}

.site-header__header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
}
.site-header__header-one .header-navigation .main-navigation {
  padding-right: 0;
  text-align: center;
}

/*
  * 3. banner styles
  */
.banner-one {
  position: relative;
  background-image: url(../images/background/banner-bg-1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: auto;
}

.banner-one .container {
  padding: 150px 0 50px 0;
  position: relative;
}
.banner-one .banner-top {
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  position: absolute;
  z-index: -99;
}
.owl-carousel .item-banner-top {
  height: 750px;
  margin: 100px auto 0 auto;
  position: relative;
}
[class*="banner-one__shape-"] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner-one__shape-1 {
  background: rgb(232, 79, 60);
  -webkit-box-shadow: 0px 5px 25px 0px rgb(232, 79, 60);
  box-shadow: 0px 5px 25px 0px rgb(232, 79, 60);
  width: 60px;
  height: 60px;
  top: 20%;
  right: 5%;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-perspective: 85px;
  perspective: 85px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

@-webkit-keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

.banner-one__carousel .owl-dots {
  bottom: 22%;
  left: 7%;
}
.banner-one__moc {
  position: absolute;
  bottom: 7%;
  right: 5%;
}
.banner-one__moc p {
  font-size: 14px;
  position: absolute;
  bottom: 15%;
  left: -15%;
  line-height: 20px;
}

.banner-one__moc:before {
  background: rgb(232, 79, 60);
  -webkit-box-shadow: 0px 20px 40px 0px rgb(232, 79, 60);
  box-shadow: 0px 20px 40px 0px rgb(232, 79, 60);
  /* clip-path: polygon(0 0, 100% 0, 60% 71%, 40% 70%); */
  clip-path: polygon(51% 70%, 0 0, 100% 0);
  content: "";
  width: 654px;
  height: 639px;
  top: 30%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.banner-one__moc img {
  margin-bottom: 50px;
  position: relative;
  -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  z-index: 5;
}
.banner-one__moc .shadow {
  -webkit-mask-image: linear-gradient(to bottom, transparent 25%, black 75%);
  mask-image: linear-gradient(to bottom, transparent 25%, black 75%);
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 20%;
  left: 0;
  bottom: 0;
  background: #fff;
}

.banner-one__content {
  margin-left: 15%;
}
.banner-one__title {
  font-family: proxima-nova,sans-serif;
font-weight: 300;
font-style: normal;
  margin: 0;
  color: #2a2833;
  font-weight: 100 !important;
  font-size: 90px;
  line-height: 1em;
  letter-spacing: -0.06em;
}
.banner-one__title strong {
  font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: normal;
  font-weight: 500;
}
.banner-one__text {
  max-width: 450px;
  font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: normal;
  margin: 0;
  font-size: 20px;
  line-height: 36px;
  color: #74727a;
  margin-top: 25px;
  margin-bottom: 40px;
}
.banner-one__btn {
  padding: 18px 55px;
}

/*
  * 4. service styles
  */
.service-one {
  z-index: 999;
}

.service-one .container {
  position: relative;
  z-index: 10;
}
.service-one__single {
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 5px;
  padding: 2px;
  position: relative;
  margin-bottom: 135px;
}
.service-one__single:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 5px;
  opacity: 0;
  background-image: linear-gradient(40deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-one__single h3 {
  margin: 0 auto;
  font-size: 20px;
  line-height: 34px;
  color: #2a2833;
  max-width: 180px;
}
.service-one__single h3 a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-one__single h3 a:hover {
  color: #2a2833;
  text-shadow: #2a2833;
}
.service-one__single p {
  margin: 0 auto;
  color: #74727a;
  font-size: 16px;
  line-height: 34px;
  margin-top: 35px;
  margin-bottom: 25px;
  max-width: 85%;
}
.service-one__single:hover:before {
  opacity: 1;
}
.service-one__link {
  color: #2a2833;
  font-size: 22px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-one__link:hover {
  color: #2a2833;
}
.service-one__inner {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 35px;
  height: 500px;
}
.service-one__icon {
  width: 108px;
  height: 108px;
  -webkit-box-shadow: 0px 20px 40px 0px rgb(232, 79, 60);
  box-shadow: 0px 20px 40px 0px rgb(232, 79, 60);
  border-radius: 5px;
  background-image: linear-gradient(40deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
  margin-left: auto;
  margin-right: auto;
  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: center;
  color: #fff;
  font-size: 70px;
  margin-bottom: 30px;
}
.service-one [class*="col-"]:nth-child(1) .service-one__single:before,
.service-one [class*="col-"]:nth-child(1) .service-one__icon {
  background-image: linear-gradient(40deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
}
.service-one [class*="col-"]:nth-child(1) .service-one__icon {
  -webkit-box-shadow: 0px 20px 40px 0px rgb(232, 79, 60);
  box-shadow: 0px 20px 40px 0px rgb(232, 79, 60);
}
.service-one [class*="col-"]:nth-child(2) .service-one__single:before,
.service-one [class*="col-"]:nth-child(2) .service-one__icon {
  background-image: linear-gradient(40deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
}
.service-one [class*="col-"]:nth-child(2) .service-one__icon {
  -webkit-box-shadow: 0px 20px 60px 0px rgb(232, 79, 60);
  box-shadow: 0px 20px 60px 0px rgb(232, 79, 60);
}
.service-one [class*="col-"]:nth-child(3) .service-one__single:before,
.service-one [class*="col-"]:nth-child(3) .service-one__icon {
  background-image: linear-gradient(40deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
}
.service-one [class*="col-"]:nth-child(3) .service-one__icon {
  -webkit-box-shadow: 0px 20px 40px 0px rgb(232, 79, 60);
  box-shadow: 0px 20px 40px 0px rgb(232, 79, 60);
}
.service-one [class*="col-"]:nth-child(4) .service-one__single:before,
.service-one [class*="col-"]:nth-child(4) .service-one__icon {
  background-image: linear-gradient(40deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
}
.service-one [class*="col-"]:nth-child(4) .service-one__icon {
  -webkit-box-shadow: 0px 20px 40px 0px rgb(232, 79, 60);
  box-shadow: 0px 20px 40px 0px rgb(232, 79, 60);
}

/*
  * 5. cta styles
  */
.cta-one {
  position: relative;
  z-index: 05;
}
.cta-one__bg {
  position: absolute;
  bottom: 12%;
  right: -20%;
}
.cta-one .container {
  position: relative;
}

.cta-one .container .banner-mid-wrapper {
  position: relative;
}

.cta-one .container .banner-mid-wrapper .cta-one__moc {
  -webkit-border-top-right-radius: 200px;
  -moz-border-radius-topright: 200px;
  border-top-right-radius: 200px;
  z-index: -2;
  position: absolute;
  top: 0;
  left: -20%;
  height: 80vh;
  width: 40vw;
  display: block;
}
.cta-one .container .banner-mid-mask {
    display: none;
}

/* .cta-one .container:before {
    content: "";
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: #f6fff7;
    position: absolute;
    top: -55%;
    left: 0;
    z-index: -1;
  } */
.cta-one .cta-one-flex {
  display: flex;
}
.cta-one .flex-1 {
  flex: 1;
}
.cta-one .flex-2 {
  flex: 1;
  margin-left: 5%;
}
.cta-one .block-title {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 45px;
}
.cta-one .block-title__title {
  letter-spacing: -0.04em;
}

.cta-one__text {
  max-width: 250px;
  min-height: 10 0px;
}

.cta-one__text p {
  margin: 0;
  color: #74727a;
  font-size: 24px;
  line-height: 40px;
}
.cta-one__text .title-2 {
  margin-top: 85px;
}
.cta-one ul {
  margin: 0;
  margin-top: 45px;
  margin-bottom: 50px;
}
.cta-one ul li {
  position: relative;
  font-size: 16px;
  color: #74727a;
  padding-left: 30px;
}
.cta-one ul li + li {
  margin-top: 3px;
}
.cta-one ul li i {
  font-size: 18px;
  color: rgb(232, 79, 60);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cta-one .thm-btn {
  padding: 18px 55.5px;
}

/*
  * 6. testimonials styles
  */

.testimonials-one .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonials-one {
  margin-top: 15vh;
  background-color: #f6faff;
  padding-top: 110px;
  padding-bottom: 110px;
  z-index: -99;
}

.owl-carousel .owl-item .img-startup {
  object-fit: contain;
  width: 50%;
  height: auto;
  flex: 1;
}

.testimonials-one .container {
  position: relative;
  padding-top: 50px;
}
.testimonials-one__carousel {
  position: relative;
  padding: 2px;
  border-radius: 7px;
  width: 80%;
  margin: 0 auto;
  height: auto;
  box-sizing: border-box;
}

.lista-testimonials {
  display: flex;
  list-style: none;
  justify-content: center;
  position: relative;
}

.lista-testimonials li {
  margin-left: 80px;
  cursor: pointer;
  font-weight: 500;
}

.lista-testimonials li:first-child {
  margin-left: 0;
}

.lista-testimonials li:hover {
  border-top: 3px solid rgb(232, 79, 60);
  color: rgb(232, 79, 60);
}

.lista-testimonials .item-lista.active {
  border-top: 3px solid rgb(232, 79, 60);
  color: rgb(232, 79, 60);
}

.item-flex {
  display: flex;
  max-height: 80vh;
  align-items: center;
}

.item-flex .img {
  flex: 1;
}

.testimonials-one__inner {
  padding: 30px 20px 30px 70px;
  text-align: left;
  flex: 2;
}

.testimonials-one__carousel .owl-dots {
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.testimonials-one__carousel .owl-nav.disabled {
  display: block;
  margin: 0;
}

.testimonials-one__carousel .owl-nav button.owl-next:focus,
.testimonials-one__carousel .owl-nav button.owl-prev:focus {
  border: none;
  outline: none;
}

.testimonials-one__carousel .owl-nav button.owl-next,
.testimonials-one__carousel .owl-nav button.owl-prev {
  position: absolute;
  bottom: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 61px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: #2a2833;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonials-one__carousel .owl-nav button.owl-next:before,
.testimonials-one__carousel .owl-nav button.owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-image: linear-gradient(0deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonials-one__carousel .owl-nav button.owl-prev {
  left: -10%;
}
.testimonials-one__carousel .owl-nav button.owl-next {
  right: -10%;
}

.testimonials-one__carousel .owl-nav button.owl-prev:hover .testimonials-one__carousel .owl-nav button.owl-next:hover {
  color: #fff;
  -webkit-box-shadow: 0px 20px 60px 0px rgb(236, 252, 243);
  box-shadow: 0px 20px 60px 0px rgb(236, 252, 243);
}

.testimonials-one__carousel .owl-nav button.owl-prev:hover:before,
.testimonials-one__carousel .owl-nav button.owl-next:hover:before {
  opacity: 1;
}

.testimonials-one__carousel .owl-nav button.owl-next span,
.testimonials-one__carousel .owl-nav button.owl-prev span {
  font-size: 30px;
  z-index: 99;
}

.testimonials-one__carousel:before {
  content: "";
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(232, 79, 60)), to(rgb(232, 79, 60)));
  background-image: linear-gradient(0deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
}
.testimonials-one__carousel-outer {
  min-height: auto;
  position: relative;
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 20px 60px 0px rgb(236, 252, 243);
  box-shadow: 0px 20px 60px 0px rgb(236, 252, 243);
}

.testimonials-one__single {
  position: relative;
  background-color: #fff;
  text-align: center;
  border-radius: 7px;
}

.testimonials-one__inner h3,
.testimonials-one__inner p,
.testimonials-one__inner span {
  display: block;
  margin: 0;
  text-align: left;
}
.testimonials-one__inner .description {
  color: #74727a;
  font-size: 24px;
  line-height: 1.667;
  font-weight: 300;
  padding-bottom: 20px;
}
.testimonials-one__inner .name {
  color: #2a2833;
  font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: normal;
  font-size: 20px;
  line-height: 1em;
  padding-bottom: 10px;
}

.testimonials-one__inner .position {
  font-size: 14px;
  padding-bottom: 20px;
}

.testimonials-one__inner .startupbtn {
  -webkit-box-shadow: 0px 20px 20px 0px rgb(232, 79, 60);
  box-shadow: 0px 20px 20px 0px rgb(232, 79, 60);
  margin-bottom: 5%;
}

.testimonials-one__inner .brand {
  width: 120px !important;
  padding-bottom: 20px;
}

.testimonials-one__carousel__shape-one,
.testimonials-one__carousel__shape-two {
  width: 100%;
  height: 100%;
  background-color: #fff9ff;
  position: absolute;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
  bottom: -20px;
  opacity: 0.2;
  border-radius: 7px;
  background-image: linear-gradient(0deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
}
.testimonials-one__carousel__shape-one:after,
.testimonials-one__carousel__shape-two:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border-radius: 7px;
  background-color: #fff;
}

.testimonials-one__carousel__shape-two {
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
  bottom: -40px;
}

/*
  * 7. mentors styles
  */
.app-shot-one {
  padding-top: 120px;
  position: relative;
}
.app-shot-one__bg {
  position: absolute;
  bottom: 25%;
  left: 0;
}
.app-shot-one .container-fluid {
  max-width: 1595px;
  width: 100%;
  position: relative;
}
.app-shot-one .app-shot-one__carousel {
  padding-top: 100.5px;
  margin-top: -20px;
  height: 700px;
}

.app-shot-one .app-shot-one__carousel .owl-nav.disabled {
  display: block !important;
}
.app-shot-one .owl-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE */
}

.owl-carousel .center img {
  filter: grayscale(0);
}

.app-shot-one__carousel .owl-nav {
  margin: 0;
}

.app-shot-one__carousel .owl-nav button.owl-next,
.app-shot-one__carousel .owl-nav button.owl-prev {
  bottom: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 61px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: #2a2833;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.app-shot-one__carousel .owl-nav button.owl-next:before,
.app-shot-one__carousel .owl-nav button.owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-image: linear-gradient(0deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.app-shot-one__carousel .owl-nav button.owl-prev {
  left: 38%;
  top: 50%;
}
.app-shot-one__carousel .owl-nav button.owl-next {
  right: 38%;
  top: 50%;
}

.app-shot-one__carousel .owl-nav button.owl-prev:focus,
.app-shot-one__carousel .owl-nav button.owl-next:focus {
  border: 0 none !important;
  outline: 0 !important;
}

.app-shot-one__carousel .owl-nav button.owl-prev:hover .app-shot-one__carousel .owl-nav button.owl-next:hover {
  color: #fff;
  -webkit-box-shadow: 0px 20px 60px 0px rgb(236, 252, 243);
  box-shadow: 0px 20px 60px 0px rgb(236, 252, 243);
}

.app-shot-one__carousel .owl-nav button.owl-prev:hover:before,
.app-shot-one__carousel .owl-nav button.owl-next:hover:before {
  opacity: 1;
}

.app-shot-one__carousel .owl-nav button.owl-next span,
.app-shot-one__carousel .owl-nav button.owl-prev span {
  font-size: 30px;
  z-index: 99;
}

.app-shot-one .app-shot-one__carousel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -49%) scaleY(1);
  transform: translate(-50%, -49%) scaleY(1);
  background-image: url(../images/app-shots/app-screen-moc.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 423px;
  height: 739px;
}

@media (max-width: 1280px) {
  .app-shot-one .app-shot-one__carousel:before {
    -webkit-transform: translate(-50%, -49%) scale(0.8);
    transform: translate(-50%, -49%) scale(0.8);
    top: 30%;
  }
}

.lista-mentors {
  display: flex;
  list-style: none;
  justify-content: center;
  position: relative;
}

.lista-mentors li {
  margin-left: 80px;
  cursor: pointer;
  font-weight: 500;
}

.lista-mentors li:first-child {
  margin-left: 0;
}

.lista-mentors li:hover {
  border-top: 3px solid rgb(232, 79, 60);
  color: rgb(232, 79, 60);
}

.lista-mentors .item-lista-mentors.active {
  border-top: 3px solid rgb(232, 79, 60);
  color: rgb(232, 79, 60);
}

.app-shot-one .app-shot-one__carousel .owl-dots {
  position: absolute;
  bottom: -80px;
  left: 0;
  text-align: center;
  z-index: 10;
  width: 100%;
}
.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background-color: #1c1d3f;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.2;
  margin: 0 3px;
  -webkit-transition: opacity 0.4s ease, background 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, background 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, background 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, background 0.4s ease, -webkit-transform 0.4s ease;
}
.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot:hover span,
.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #1bc9f4;
  -webkit-transform: scale(1.285);
  transform: scale(1.285);
}
.app-shot-one .owl-item img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.app-shot-one .mentors-left {
  top: 40%;
  left: 38%;
  z-index: 9;
}

.app-shot-one .mentors-right {
  top: 40%;
  left: 58%;
  z-index: 9;
}

.app-shot-one .owl-item .image-container {
  margin-bottom: 50%;
}

.mentors__desc-list {
  padding: 0;
  list-style: none;
  margin-top: 50px;
}

.mentors__desc-list .mentors__desc-item {
  display: none;
  opacity: 0;
  transition: 0.3s;
  width: 75%;
  margin: 0 auto;
}

.mentors__desc-list .mentors__desc-item.active {
  display: block;
  opacity: 1;
}

.mentors__desc-item .name,
.position,
.description,
.icon {
  text-align: center;
  position: relative;
  z-index: 5;
}

.mentors__desc-item .name {
  font-weight: bold;
  color: #000000;
}

.mentors__desc-item .position {
  font-weight: bold;
  color: #cacaca;
}
.mentors__desc-item .icon {
  z-index: 5;
  position: relative;
}
.mentors__desc-item .icon::before {
  content: "";
  position: absolute;
  width: 25vw;
  height: 1px;
  background-color: #cacaca;
  left: 0;
  bottom: 20px;
  z-index: 5;
}

.mentors__desc-item .icon::after {
  content: "";
  position: absolute;
  width: 25vw;
  height: 1px;
  background-color: #cacaca;
  right: 0;
  bottom: 20px;
  z-index: 5;
}

.mentors__desc-item .icon i {
  background-color: #2797cf;
  color: #fff;
  justify-content: center;
  vertical-align: center;
  padding-top: 15px;
  border-radius: 50%;
  cursor: pointer;
  height: 50px;
  width: 50px;
  transition: 0.3s;
}

.mentors__desc-item .icon i:hover {
  background-color: #0f71a1;
}

/*
  * 9. brand styles
  */
.brand-one__carousel {
  padding-left: 48px;
  padding-right: 48px;
  border-bottom: 1px solid #efefef;
  padding-top: 119px;
  padding-bottom: 119px;
  border: none;
}
.brand-one__carousel img {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: auto !important;
}
.brand-one__carousel img:hover {
  opacity: 1;
}

.brand-one .flex {
  display: flex;
  align-items: center;
}

.brand-one .flex .parceiros {
  flex: 1;
  word-wrap: break-word;
  max-width: 60px;
  font-size: 28px;
  z-index: 9;
}

/*
  * 11. accrodion styles
  */
.faq-one {
  padding: 0 0 120px;
  position: relative;
}
.faq-one__bg {
  position: absolute;
  bottom: 4%;
  right: 0;
}
.faq-one .container {
  position: relative;
}
@media (min-width: 992px) {
  .faq-one .container {
    max-width: 920px;
  }
}

.faq-accrodion .accrodion {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-accrodion .accrodion:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  border-radius: 7px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(232, 79, 60)), to(rgb(232, 79, 60)));
  background-image: linear-gradient(90deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.faq-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}
.faq-accrodion .accrodion.active {
  -webkit-box-shadow: 0px 5px 30px 0px rgb(232, 79, 60);
  box-shadow: 0px 5px 30px 0px rgb(232, 79, 60);
}
.faq-accrodion .accrodion.active .accrodion-inner {
  margin: 0 2px;
}
.faq-accrodion .accrodion.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.faq-accrodion .accrodion.active .accrodion-title:before {
  content: "\f068";
  color: #000000;
}
.faq-accrodion .accrodion.active .accrodion-title {
  padding-bottom: 0;
}
.faq-accrodion .accrodion.active .accrodion-title h4 {
  color: #000000;
}
.faq-accrodion .accrodion .accrodion-inner {
  background-color: #fff;
  padding: 32px 0;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 7px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-accrodion .accrodion .accrodion-title {
  padding: 0px 40px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq-accrodion .accrodion .accrodion-title:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #2a2833;
  text-align: center;
  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;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-accrodion .accrodion .accrodion-title h4 {
  margin: 0;
  color: #2a2833;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 375px) {
  .faq-accrodion .accrodion .accrodion-title h4 {
    line-height: 1.4em;
  }
  .faq-accrodion .accrodion .accrodion-title {
    padding-right: 50px;
  }

  /* .owl-carousel .owl-item img {
    display: none;
  } */
}
.faq-accrodion .accrodion .accrodion-content .inner {
  padding: 0 40px;
  padding-top: 25px;
  padding-bottom: 0px;
}
.faq-accrodion .accrodion .accrodion-content p {
  margin: 0;
  color: #74727a;
  font-size: 16px;
  line-height: 30px;
}

.subscribe {
  width: 100%;
}

.subscribe .subscribe__flex {
  display: flex;
  flex-direction: column;
}

.subscribe .subscribe__flex .top {
  display: flex;
}

.subscribe__flex .top .sub-section {
  background-color: -webkit-gradient(linear, left top, right top, from(rgb(232, 79, 60)), to(rgb(232, 79, 60)));
  background-image: linear-gradient(90deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.subscribe__flex .top .sub-banner {
  flex: 1;
}

.subscribe__flex .top .sub-banner img {
  width: 100%;
}

.top .sub-section,
.title,
.text {
  color: #fff;
  justify-content: center;
  word-wrap: break-word;
  width: fit-content;
}

.top .sub-section .title {
  font-size: 50px;
  font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: normal;
  line-height: 4rem;
}

.top .sub-section .title strong {
  font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: normal;
}

.top .sub-section .text {
  line-height: 3rem;
}

.subscribe .subscribe__flex .trucks img {
  width: 100%;
  margin: 0;
}

.subscribe__flex .bottom {
  background-color: #2a2833;
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 0 150px;
}

.subscribe__flex .bottom .sub-desc-left,
.sub-desc-right {
  max-width: 500px;
  word-wrap: break-word;
  flex: 1;
  margin: 0 auto;
}

.subscribe__flex .bottom .sub-desc-left h3 {
  color: #fff;
  font-size: 48px;
  padding-bottom: 50px;
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 3.5rem;
}

.subscribe__flex .bottom p,
h3 {
  color: #c0bfc2;
  line-height: 2.5rem;
}
.subscribe__flex .bottom .sub-desc-left h3 strong {
  color: #fff;
  font-size: 48px;
  font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: normal;
}

.subscribe__flex .bottom .sub-desc-right {
  margin-top: 270px;
}

.subscribe__flex .bottom .sub-desc-right a {
  margin-top: 50px;
  background-color: -webkit-gradient(linear, left top, right top, from(rgb(232, 79, 60)), to(rgb(232, 79, 60)));
  background-image: linear-gradient(90deg, rgb(232, 79, 60) 0%, rgb(232, 79, 60) 100%);
  color: #000000;
  margin-bottom: 50px;
}
/*
  * 6. footer styles
  */
.site-footer {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: #2a2833;
  -webkit-box-shadow: 0px -1px 0px 0px #efefef;
  box-shadow: 0px -1px 0px 0px #efefef;
}
.site-footer .site-footer-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 0;
}
.site-footer .site-footer-flex .copy p {
  font-size: 14px;
  color: #fff;
  transform: translateY(60%);
}

.site-footer .site-footer-flex .deen {
  width: 40px;
  height: 15px;
}

.site-footer .site-footer-flex .deen svg {
  width: 40px;
  height: 15px;
}

.site-footer .site-footer-flex .deen path {
  stroke-dasharray: 800;
  transition: all 2s cubic-bezier(0.47, 0, 0.745, 0.715);
  stroke: rgba(255, 255, 255, 0.4);
}

.site-footer .site-footer-flex .deen:hover path {
  animation-name: deen;
  animation-timing-function: linear;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
@keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
