/**
* Template Name: FlexStart
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;600&amp;display=swap");
:root {
  scroll-behavior: smooth;
}
body {
  font-family: "Lexend", sans-serif;
  color: #444444;
}
a {
  color: #4154f1;
  text-decoration: none;
}
a:hover {
  color: #717ff5;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif;
}
/*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
section {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}
.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}
@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}
/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #e42367;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  transition: all 0.4s;
  border-radius: 25px;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/
.about .content {
  margin-top: 0px;
  background-color: #f6f9ff;
  padding: 10px 30px;
}
@media (min-width: 1000px) {
  .about .content {
    margin-top: 70px;
    padding: 40px;
  }
}
.about .image-section {
  background-color: #f6f9ff;
  margin-top: 70px;
}
@media (min-width: 900px) {
  .about .image-section {
    margin-top: 70px;
  }
}
.about img {
  padding: 20px 40px 0px 40px;
}
.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #492080;
}
.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}
.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}
.about .btn-read-more span {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.about .btn-read-more:hover i {
  transform: translateX(5px);
}
/*--------------------------------------------------------------
  # Features
  --------------------------------------------------------------*/
.features .feature-tabs {
  padding: 20px;
}
.features .feature-tabs h3 {
  color: #492080;
  font-weight: 700;
  margin-bottom: 15px;
  align-items: center;
}
@media (max-width: 768px) {
  .features .feature-tabs h3 {
    font-size: 28px;
  }
}
.features .feature-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}
.features .feature-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #492080;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}
.features .feature-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}
.features .feature-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #492080;
}
.features .feature-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}
.features .feature-icons {
  display: flex;
  flex-direction: column;
  /* margin-top: 20px; */
  padding: 40px;
  align-items: center;
}
.features .feature-icons h3 {
  color: #492080;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}
.features .feature-icons h5 {
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.features .feature-icons p {
  line-height: 24px;
  margin-bottom: 15px;
  text-align: center;
}
.features .feature-icons h6 {
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
.features .feature-icons .content {
  margin-bottom: 20px;
}
.features .feature-icons .content .feature-list {
  justify-content: center;
}
.features .feature-icons .content .icon-box {
  display: flex;
  /* justify-content: center; */
}
.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #492080;
}
.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}
.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
  text-align: left;
}
.features .feature-icons .btn-get-started {
  margin-top: 30px;
  line-height: 20px;
  font-size: 20px;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #e42367;
  background: #fff;
  font-weight: bold;
  /* box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4); */
  border: 1px solid #e42367;
}
.whyattend-icon {
  margin-right: 20px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}
.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}
.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}
.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}
.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}
.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}
.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}
.services .service-box.blue .read-more {
  color: #2db6fa;
}
.services .service-box.blue:hover {
  background: #2db6fa;
}
.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}
.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}
.services .service-box.orange .read-more {
  color: #f68c09;
}
.services .service-box.orange:hover {
  background: #f68c09;
}
.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}
.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}
.services .service-box.green .read-more {
  color: #08da4e;
}
.services .service-box.green:hover {
  background: #08da4e;
}
.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}
.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}
.services .service-box.red .read-more {
  color: #e9222c;
}
.services .service-box.red:hover {
  background: #e9222c;
}
.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}
.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}
.services .service-box.purple .read-more {
  color: #b50edf;
}
.services .service-box.purple:hover {
  background: #b50edf;
}
.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}
.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}
.services .service-box.pink .read-more {
  color: #f51f9c;
}
.services .service-box.pink:hover {
  background: #f51f9c;
}
.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
  color: #fff;
}
.services .service-box:hover .icon {
  background: #fff;
}
.articles .content h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #492080;
}
.button-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  left: 15px;
  bottom: 5px;
  background: rgb(228, 35, 103);
  width: 95%;
  height: 35px;
  border-radius: 4px;
  transition: all 0.4s;
}
.button-to-top span {
  font-size: 22px;
  color: #fff;
  line-height: 0;
}
.button-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.button-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  .button-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    left: 11px;
    bottom: 5px;
    background: rgb(228, 35, 103);
    width: 80%;
    height: 35px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  .button-to-top span {
    font-size: 17px;
    color: #fff;
    line-height: 0;
  }
  .button-to-top:hover {
    background: #6776f4;
    color: #fff;
  }
  .button-to-top.active {
    visibility: visible;
    opacity: 1;
  }
}
