/* Home */
#contentbuilderContentarea {
  margin-top: 65px;
}

/* TOP BANNER */
.top-banner {
    height: 350px;
}
.top-banner .wrapper {
    text-align: center;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.top-banner * {
    font-weight: 500!important;
}
.top-banner form {
    position: relative;
    margin-top: 60px;
}
.top-banner h1 {
    line-height: 2.4rem;
    margin-bottom: 30px!important;
}
.top-banner img {
    margin: 0!important;
    width: 24px;
    opacity: 0.5;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    position: absolute;
    left: 10px;
    top: calc(50% - 15px);
}
.top-banner input {
    background: rgba(255, 255, 255, 0.8);
    border: 0;
    border-radius: 500px;
    padding: 5px 20px 5px 50px;
    width: 400px;
    font-family: Questrial, sans-serif;
    outline: none;
    color: black;
    transition: all 0.3s ease;
}
.top-banner input:focus {
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.33);
  box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.33);
}
.top-banner input::placeholder {
  color: #333;
}

/* TITLE HEADERS */
.title-headers {
    text-align: center;
    padding: 40px 0;
}
.title-headers h2 {
    font-weight: 500;
    margin-bottom: 15px!important;
}
.title-headers > div {
  margin-left: auto;
  margin-right: auto;
  height: 2px;
}
.title-headers .orange_bg {
    width: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.title-headers .blue_bg {
    width: 180px;
}

/* FAQ SHORT */
.faq-short > .wrapper,
.our-platforms .wrapper {
    align-items: center;
}
.faq-short .wrapper > p,
.our-platforms .wrapper > p {
    text-align: center;
    margin-bottom: 40px!important;
    font-size: 1.1rem!important;
    line-height: 1.4rem!important;
    width: 90%;
    max-width: 500px;
}
.platform-qs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.platform-qs .block {
    width: 23.5%;
    height: 250px;
    background: white;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.platform-qs .block img {
    margin: 0;
    max-width: 140px;
    margin-bottom: 30px;
}
.carousel-inner .item p {
    font-size: 0.9rem!important;
    text-align: center;
    line-height: 1.1rem!important;
    padding: 0 20px;
}
.carousel {
    height: 100%;
    padding-top: 25px;
}
.carousel ol.carousel-indicators {
    bottom: 0;
    right: 0;
    left: auto;
}
.carousel ol.carousel-indicators li {
    border: 2px solid #46b5e7;
    width: 12px;
    height: 12px;
}
.carousel ol.carousel-indicators li.active {
    border: 2px solid #f47f34;
    background-color: #f47f34;
    margin: 1px;
}
a.to-faqs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px!important;
    text-decoration: none;
}
a.to-faqs p {
    font-weight: 500;
    margin-right: 10px!important;
}
a.to-faqs img {
    margin: 0!important;
    width: 35px;
    transition: all 0.3s ease;
}
a.to-faqs:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
@media (max-width: 1150px) {
  .platform-qs .block {
    width: 48%;
  }
}
@media (max-width: 700px) {
  .platform-qs .block {
    width: 100%;
  }
}

/* OUR PLATFORMS */
.platforms-content {
    padding: 40px 0;
}
.platforms-content .platforms {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.platforms-content .platforms .block {
    width: 50%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.platforms-content .platforms .block .orange-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(238, 140, 48, 0.0);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.platforms-content .platforms .block:hover .orange-overlay {
    background-color: rgba(238, 140, 48, 0.5);
}
.platforms-content .platforms .block .orange-overlay img {
    margin: 0!important;
    max-width: 260px;
}
@media (max-width: 700px) {
  .platforms-content .platforms .block {
      width: 100%;
  }
  .platforms-content .platforms .block .orange-overlay img {
    max-width: 220px;
  }
}


/* PLATFORM TUTORIALS */
.starter-tuts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.starter-tuts .block {
    width: 48%;
    background: white;
    padding: 10px;
    margin-bottom: 50px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
    border-bottom: 3px solid #4fb9e8;
}
.p-tutorials .starter-tuts .block {
    width: 31%;
}
.starter-tuts .block h2 {
    font-weight: 500;
    text-align: center;
    font-size: 1.2rem!important;
    padding: 10px 0;
}

@media (max-width: 780px) {
  .starter-tuts .block {
    width: 100%;
  }
  .p-tutorials .starter-tuts .block {
    width: 100%;
  }
}

/* UPDATES */
.updates {
    margin-bottom: 50px;
}
.sp {
  display: flex;
  flex-wrap: wrap;
  height: 442px;
  border-radius: 10px;
  border: 1px solid #ececec;
}
.sp-side {
  width: 35%;
}
.sp-side .sp-btn {
  text-align: center;
  padding: 15px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.4rem!important;
  line-height: 2rem!important;
  border-bottom: 1px solid #ececec;
}
.sp-side > .sp-btn:last-child {
  border-bottom: 0;
}
.sp-side .sp-btn.active-sp-btn,
.sp-side .sp-btn:hover,
.sp-side .sp-btn:focus,
.sp-side .sp-btn:active {
  background-color: #f47f34;
}
.sp-side .sp-btn img {
  pointer-events: none;
  margin: 0;
  max-width: 200px;
}
.sp-side .sp-btn.active-sp-btn img,
.sp-side .sp-btn:hover img,
.sp-side .sp-btn:focus img,
.sp-side .sp-btn:active img {
  filter: saturate(0) brightness(0) invert(1);
}
.sp-content-container {
  width: 65%;
  padding: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sp-content {
  display: none;
}
.sp-content p {
    font-size: 1.1rem!important;
    line-height: 1.4rem!important;
}
.sp-content h2 {
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 3px solid black;
}
.sp-content a.readmore {
    display: inline-block;
    border-radius: 500px;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0px 10px;
    width: 200px;
    text-align: center;
    margin-top: 40px!important;
}
.sp-content .sp-content-inner {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}
.sp-content.active-sp-content {
  display: block;
  height: 100%;
}

@media (max-width: 1000px) {
  .sp-content p {
    font-size: 0.9rem!important;
    line-height: 1.1rem!important;
  }
  .sp-content a.readmore {
    margin-top: 30px!important;
  }
}

@media (min-width: 801px) {
  div#sp-btn-1 {
    border-top-left-radius: 10px;
  }
  div#sp-btn-4 {
    border-bottom-left-radius: 10px;
  }
}

@media (max-width: 800px) {
  .sp {
    height: auto;
  }
  .sp-side, .sp-content-container {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .sp-side .sp-btn {
    height: 80px;
  }
  .sp-content p {
    margin-bottom: 10px!important;
  }
  .sp-content h2 {
    margin-bottom: 20px!important;
  }
  div#sp-btn-1 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}


/* CONTACT */
.contact .wrapper > p {
    text-align: center;
    margin-bottom: 40px!important;
    font-size: 1.1rem!important;
    line-height: 1.4rem!important;
}
.contact-block {
  border-radius: 10px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
  padding: 60px 0;
}
.contact-block p.contact-open {
    border: 2px solid white;
    border-radius: 500px;
    padding: 3px 10px;
    width: 250px;
    font-size: 1.1rem!important;
    text-align: center;
    cursor: pointer;
}
.contact-block p,
.contact-block h2 {
    font-weight: 500;
}
@media (min-width: 801px) {
  .contact .wrapper > p {
      padding: 0 25%;
  }
}
