/* @font-face {
  font-family: 'SourceSerifPro-Regular';
  src: url('../font/Arimo-Regular.ttf') format('woff2'), url('../font/Arimo-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font-family: "Quicksand", sans-serif;';
  src: url('../font/Arimo-Medium.ttf') format('woff2'), url('../font/Arimo-Medium.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSerifPro-SemiBold';
  src: url('../font/Arimo-SemiBold.ttf') format('woff2'), url('../font/Arimo-SemiBold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
} */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #444444;
 font-family: "Quicksand", sans-serif;
  overflow-x: hidden;
}

a {
  color: #95204e;
  text-decoration: none;
}

a:hover {
  color: #95204e;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "Quicksand", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #95204e;
  border-top-color: #d2f9eb;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #95204e;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2be4a2;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  border-bottom: 1px dashed #95204e;
}

#header.header-transparent {
  background: transparent;
  box-shadow: 0 0 5px #95204e;
}

#header.header-scrolled {
  background: #ffffff;
  height: 80px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 5px;
  margin: 0;
  max-height: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;

}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px 8px 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: "font-family: "Quicksand", sans-serif;";
  color: #95204e;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 5px;
  left: 25%;
  background-color: #2c2d5f;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 35px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #2c2d5f;
  font-weight: 700;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #01036f;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #95204e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #01036f;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 3, 91, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li>a:before {
  left: 20px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0205a1;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3f43fd;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul,
.navbar-mobile .dropdown .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li,
.navbar-mobile .dropdown .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a,
.navbar-mobile .dropdown .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i,
.navbar-mobile .dropdown .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile .dropdown .dropdown ul a:hover,
.navbar-mobile .dropdown .dropdown ul .active:hover,
.navbar-mobile .dropdown .dropdown ul li:hover>a {
  color: #95204e;
}

.navbar-mobile .dropdown>.dropdown-active,
.navbar-mobile .dropdown .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  background: url("https://img.freepik.com/premium-photo/unity-strength-women-silhouettes-purplepink-wash_818261-31550.jpg?uid=R184360398&ga=GA1.1.1545566579.1748945109&semt=ais_items_boosted&w=740");
    /*background: url("../bginfo/modern-shadow-overlay-great-design-for-any-purposes-blurred-soft-shadow-from-the-window-and-branches-of-plants-outside-the-window-natural-shadows-isolated-on-transparent-background-vector.jpg");*/
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0 0 0;
  background-position: center;
  /* animation: gradient1 10s ease-in-out infinite; */
}

/* @keyframes gradient1 {
  0% {
    background: url("../img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  
}
50% {
  background: url("../img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
100% {
  background: url("../img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
} */

#hero:before {
  content: "";
  /* background-image: linear-gradient(to right, #f7f7f7 , #f7f7f7dc, #f7f7f734); */
  background: linear-gradient(127deg, #fefef8, #fefef8b7, #fefef8b7, #fefef836, #fefef8); 
  /* background: -moz-linear-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
  background: -webkit-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
  background: -webkit-linear-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
  background: -o-linear-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
  background: -ms-linear-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
  background: linear-gradient(17deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #95204e;
  position: relative;
  text-align: center;
}

#hero h3 span {
  border-top: 2px solid #07acff;
  color: #95204e;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 2px solid #07acff;
}

#hero i {
  font-size: 54px;
  color: #2c2d5f;
  padding-right: 10px;
}

@media(max-width:771px) {
  #hero i {
    font-size: 36px;
    color: #2c2d5f;
  }
}

#hero .btn-get-started {
 font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 50px;
  transition: 0.5s;
  letter-spacing: 1px;
  color: #fff;
  background: #95204e;
  position: relative;
}

#hero .btn-get-started:hover {
  background: #95204e;
  transform: scale(1.1);
  color: #fff;
  font-weight: 700;
}

#hero .animated {
  animation: up-down 5s ease-in-out infinite alternate-reverse both;
}

#hero .hero-img {
  text-align: center;
  position: relative;
}

#hero img {
  width: 100%;
  position: relative;
  /* filter: drop-shadow(1px 0px 1px #000); */
}

@media (max-width: 991px) {
  #hero {
    padding-top: 80px;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 80%;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 100%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes up-down {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1.1);
  }
}

.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 100px;
  z-index: 5;
  position: relative;
  /* background-color: #ffffff; */
}

.hero-waves1 {
  display: block;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
  background-color: #ffffff;
}

.hero-waves2 {
  display: block;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
  background-color: #ffd3b9;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: linear-gradient(180deg, #eef2f3, #ffffff);
  background: -moz-linear-gradient(180deg, #eef2f3, #ffffff);
  /* FF3.6+ */
  background: -webkit-gradient(180deg, #eef2f3, #ffffff);
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #eef2f3, #ffffff);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #eef2f3, #ffffff);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #eef2f3, #ffffff);
  /* IE10+ */
  background:linear-gradient(to right, #f9e0f1b8, #dcd7fc85);
  /* W3C */
}

.section-bg1 {
  background-color: #ffffff;
}

.section-bg2 {

  background: linear-gradient(180deg, #ffffff, #eef2f3af);
  background: -moz-linear-gradient(180deg, #ffffff, #eef2f3af);
  /* FF3.6+ */
  background: -webkit-gradient(180deg, #ffffff, #eef2f3af);
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff, #eef2f3af);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff, #eef2f3af);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff, #eef2f3af);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff, #eef2f3af);
}

.section-title {
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}

.section-title h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  color: #000000;
 font-family: "Quicksand", sans-serif;
  margin-top: 20px;
}

.section-title p::before {
  content: "";
  width: 50px;
  /* height: 4px; */
  border: 1px dashed #2c2d5f;
  display: inline-block;
  /* background: #2c2d5f; */
  margin: 8px 10px;
}

.section-title p::after {
  content: "";
  width: 50px;
  /* height: 4px; */
  border: 1px dashed #2c2d5f;
  display: inline-block;
  /* background: #2c2d5f; */
  margin: 8px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
 font-family: "Quicksand", sans-serif;
  color: #95204e;
  text-shadow: 0 0 1px #000;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafaff;
  min-height: 40px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 64px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

#hero2 h1 {
  color: #95204e;
  padding: 20px;
  letter-spacing: 3px;
  text-align: center;
 font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 66px;
  background-color: #fff;
  text-shadow: 1px 1px 3px #2c2d5f;
}

@media (max-width:500px) {
  #hero2 h1 {
    color: #95204e;
    padding: 20px;
    line-height: 34px;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
  }
}

#hero2 h2 {
  color: #2c2d5f;
  padding: 20px;
  letter-spacing: 1px;
  text-align: center;
 font-family: "Quicksand", sans-serif;
  font-weight: 600;
  line-height: 46px;
  /*background-color: #fff;*/
  /* text-shadow: 0px 0px #95204e; */
}

@media (max-width:500px) {
  #hero2 h2 {
    color: #2c2d5f;
    padding: 20px;
    line-height: 34px;
    text-align: center;
  }
}

#hero2 h2 span {
  color: #2c2d5f;
  padding: 20px;
  letter-spacing: 1px;
  text-align: center;
 font-family: "Quicksand", sans-serif;
  font-weight: 600;
  background-color: #fff;
}

@media (max-width:500px) {
  #hero2 h2 span {
    color: #2c2d5f;
    padding: 20px;
    line-height: 44px;
    text-align: center;
    box-shadow: 0 0 15px #95204e;
  }
}

#hero2 h4 ul {
  color: #95204e;
  padding: 10px;
  letter-spacing: 2px;
  text-align: center;
 font-family: "Quicksand", sans-serif;
  font-weight: 600;
  list-style: none;
  line-height: 36px;
  /*background-color: #fff;*/
  /* text-shadow: 1px 1px 2px #2c2d5f; */
}

@media (max-width:500px) {
  #hero2 h4 ul {
    color: #95204e;
    padding: 20px;
    line-height: 34px;
    text-align: center;
    /* text-shadow: 1px 1px 2px #2c2d5f; */
  }
}

#hero2 h3 {
  color: #2c2d5f;
  padding: 20px;
  letter-spacing: 1px;
  text-align: center;
 font-family: "Quicksand", sans-serif;
  font-weight: 600;
  line-height: 46px;
  /*background-color: #fff;*/
  /* text-shadow: 0px 0px #95204e; */
}

@media (max-width:500px) {
  #hero2 h2 {
    color: #2c2d5f;
    padding: 20px;
    line-height: 34px;
    text-align: center;
  }
}

#hero2 h2 span {
  color: #2c2d5f;
  padding: 20px;
  letter-spacing: 1px;
  text-align: center;
 font-family: "Quicksand", sans-serif;
  font-weight: 600;
  background-color: #fff;
}

@media (max-width:500px) {
  #hero2 h2 span {
    color: #2c2d5f;
    padding: 20px;
    line-height: 44px;
    text-align: center;
    box-shadow: 0 0 15px #95204e;
  }
}

#hero3 h2 span {
  /* border-top: 2px solid #69b838; */
  color: #2c2d5f;
  padding: 20px;
  letter-spacing: 1px;
  text-align: center;
 font-family: "Quicksand", sans-serif;
  font-weight: 500;
  background-color: #fff;
  /* border-bottom: 2px solid #69b838; */
  box-shadow: 0 0 10px #95204e;
}

@media (max-width:500px) {
  #hero3 h2 span {
    /* border-top: 2px solid #69b838; */
    color: #2c2d5f;
    padding: 20px;
    /* padding-bottom: 10px; */
    line-height: 44px;
    text-align: center;
    box-shadow: 0 0 15px #95204e;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 40px 0 0 0;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 600;
  color: #95204e;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 10px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #95204e;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #95204e;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #95204e;
  border-color: #95204e;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #95204e;
}

.about .icon-box .description {
  margin-left: 65px;
  line-height: 24px;
  font-size: 17px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
/*.features {*/
/*  box-shadow: -2px -2px 3px 0 #010246;*/
/*}*/

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 10px;
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
  color: #5578ff;
}

.features .icon-box h3 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 17px;
}

.features .icon-box h3 {
  color: #95204e;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3:hover {
  color: #01036f;
}

.features .icon-box h4 {
  font-weight: 500;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  line-height: 24px;
  font-size: 20px;
}

.features .icon-box h4 {
  color: #95204e;
  transition: ease-in-out 0.3s;
}

.features .icon-box h4:hover {
  color: #01036f;
}

.features .icon-box:hover {
  margin-top: 10px;
}

.waiting_bg {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}

.waiting_sec li {
  border: 1px solid #95204e;
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom: 0;
}

.waiting_sec li span {
  background: #95204e;
  color: #fff;
  border: 1px dashed #fff;
  min-width: 50px;
  height: 43px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
 font-family: "Quicksand", sans-serif;
}

.waiting_sec li p {
  font-size: 16px;
  padding: 0 0 0 10px;
  font-weight: 600;
 font-family: "Quicksand", sans-serif;
  margin-top: auto;
  margin-bottom: auto;
}

.waiting_sec li:last-child {
  border-bottom: 1px solid #95204e;
}

.waiting_sec li:hover span {
  background: #2c2d5f;
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f5f5ff;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #95204e;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #95204e;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
 font-family: "Quicksand", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content+.content {
  margin-top: 100px;
}

.details .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #95204e;
}

.details .content p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 23px;
  text-align: justify;
}

.details .content h5 span{
  color: #95204e;
  font-weight: 600;
}

.details .content img {
  /* box-shadow: 0 0 15px #95204e; */
  border: 8px solid #95204e;
  padding: 10px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  /* background: url("../img/cta-bg.jpg") no-repeat; */
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(117deg, #eef2f3, #ffffff3b, #f7f7f77c, #eef2f3);
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #95204e;
}

.testimonials .testimonial-item h4 {
  font-size: 15px;
  color: #95204e;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #95204fb0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  font-weight: 600;
  color: #95204e;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.589);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #95204e;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: url('https://img.freepik.com/free-vector/hand-painted-watercolor-abstract-watercolor-background_52683-66117.jpg?uid=R184360398&ga=GA1.1.1545566579.1748945109&semt=ais_items_boosted&w=740');
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.team:before {
  content: "";
  /* background-image: linear-gradient(to right, #f7f7f7 , #f7f7f7dc, #f7f7f734); */
  background: linear-gradient(to top, #ffffff, #fefef8b7, #fefef8b7, #fefef8b7, #ffffff); 
  /* background: -moz-linear-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
  background: -webkit-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
  background: -webkit-linear-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
  background: -o-linear-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
  background: -ms-linear-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
  background: linear-gradient(17deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.team .member {
  text-align: center;
  box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.8);
  background-color: #ffffffe7;
  position: relative;
  width: 100%;
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
  border-bottom-right-radius: 10%;
}

.team .member .pic {
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
  /* border-bottom-right-radius: 15%; */
  /* overflow: hidden; */
  /* transition: all ease-in-out 0.4s; */
  margin-top: 0px;
  transition: all ease-in-out 0.4s;
  /* transform: translate(0, 18px); */
}

.team .member img {
  transition: all ease-in-out 0.4s;
  transform: scale(1.0);
  border-top-left-radius: 15%;
  border-bottom-left-radius: 15%;
  filter: brightness(120%);
}

.team .member:hover img {
  transform: scale(0.9);
  transition: all ease-in-out 0.4s;
  border-radius: 50%;
  border: 3px solid #000;
  /* transform: translate(0, -10px); */
}


.team .member .member-info {
  position: relative;
  left: 0px;
  right: 0px;
  margin-top: 20px;
  /* background: rgba(255, 255, 255, 0.95); */
  padding: 5px;
  border-radius: 0 0 4px 4px;
  transition: all ease-in-out 0.4s;
}

.team .member h4 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #2c2d5f;
  position: relative;
  padding-bottom: 0px;
}

.team .member h5 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 17px;
  color: #2c2d5f;
  position: relative;
  padding-bottom: 10px;
  line-height: 22px;
}

.team .member span {
  font-style: italic;
  line-height: 18px;
  display: block;
  font-size: 16px;
  color: #95204e;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 22px;
}

.team .member .social {
  margin-top: 10px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #01036f;
}

.team .member .social a:hover {
  color: #95204e;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #95204e;
  font-weight: 600;
 font-family: "Quicksand", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #727272;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #000000;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}

.pricing ul li {
  padding-bottom: 16px;
  padding-top: 16px;
}

.pricing ul i {
  color: #95204e;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  /* margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8; */
  text-align: center;
}

.pricing .btn-buy {
  background: #95204e;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 16px;
  font-weight: 500;
 font-family: "Quicksand", sans-serif;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #fff;
  border: 2px solid #95204e;
  color: #95204e;
}

.pricing .featured h3 {
  color: #fff;
  background: #95204e;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #95204e;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
}

.faq .faq-list ul {
  padding: 10px;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #ffffffe8;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 0 2px 0px #000;
}

.faq .faq-list li:hover img {
  transform: scale(0.9);
  transition: .5s ease-in-out;
  box-shadow: 3px 3px 0 3px #7272e9c7;
}

.faq .faq-list a {
  display: block;
  position: relative;
 font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding: 0 25px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 30px;
  position: absolute;
  right: 0;
  left: 10px;
  color: #95204e;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size: 16px;
  color: #000;
  line-height: 25px;
  min-height: 200px;
}

.faq .faq-list img {
  box-shadow: 5px 5px 3px 0px #7272e9c7;
  transition: .5s ease-in-out;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #95204e;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

.awards {
  /*background-image: url('../img/awardsbg.jpg');*/
    background: linear-gradient(117deg, #eef2f3, #ffffff3b, #f7f7f77c, #eef2f3);
  background-size: cover;
  background-attachment: fixed;
}

/* .awards p::before {
  content: "";
  width: 100px;
  height: 1px;
  display: inline-block;
  background: #fff;
  margin: 4px 10px;
}

.awards p::after {
  content: "";
  width: 100px;
  height: 1px;
  display: inline-block;
  background: #fff;
  margin: 4px 10px;
} */

.awards .gold-text {
  color: #95204e;

  /*-webkit-text-fill-color: transparent;*/
  /*background: -webkit-linear-gradient(#fbf088, #c3a343);*/
  /*background: -o-linear-gradient(#fbf088, #c3a343);*/
  /*-webkit-background-clip: text;*/
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  letter-spacing: 1px;
  /*filter: drop-shadow(2px 2px 5px #090a13);*/
}

.awards .gold-text1 {
  color: #c3a343;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#fbf088, #c3a343);
  background: -o-linear-gradient(#fbf088, #c3a343);
  -webkit-background-clip: text;
  font-weight: 800;
  font-size: 30px;
  text-align: center;
}

.awards li {
  border: 2px solid #c3a343;
  background: #040404;
  color: #fff;
  display: inline-flex;
  align-items: center;
  width: 100%;
  border-bottom: 0;
}

.awards span h3 {
  background-color: #00000030;
  padding: 30px;
}

.awards li span {
  background: -webkit-linear-gradient(150deg, #c3a343, #c3a343, #c3a343, #fbf088);
  background: -o-linear-gradient(150deg, #c3a343, #c3a343, #c3a343, #fbf088);
  min-width: 40px;
  height: 50px;
  font-size: 22px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
 font-family: "Quicksand", sans-serif;
  transition: .3s ease-in-out;
}

.awards li h6 {
  font-size: 16px;
  padding: 10px 10px 10px 10px;
 font-family: "Quicksand", sans-serif;
  margin-top: auto;
  color: #000000;
  margin-bottom: auto;
  font-weight: 600;
  visibility: hidden;
  text-align: center;
  background: -webkit-linear-gradient(150deg, #c3a343, #c3a343, #c3a343, #fbf088);
  background: -o-linear-gradient(150deg, #c3a343, #c3a343, #c3a343, #fbf088);
  transition: .3s ease-in-out;
}

.awards li:hover h6 {
  visibility: visible;
  transform: scale(1.1);
  transition: .3s ease-in-out;
  text-align: center;
}

.awards li h5 {
  font-size: 16px;
  padding: 0 30px 0 30px;
 font-family: "Quicksand", sans-serif;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
  transform: scale(1.1);
  width: 68%;
}

.awards li:last-child {
  border-bottom: 1px solid #c3a343;
}

.awards li:hover span {
  background: -webkit-linear-gradient(150deg, #fbf088, #c3a343, #c3a343, #c3a343);
  background: -o-linear-gradient(150deg, #fbf088, #c3a343, #c3a343, #c3a343);
  transform: scale(1.2);
  transition: .2s ease-in-out;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 30px;
  font-weight: 600;
  color: #3f43fd;
  float: left;
  width: 64px;
  height: 64px;
  background: #f0f0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 80px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #95204e;
}

.contact .info p {
  padding: 0 0 0 80px;
  margin-bottom: 0;
  font-size: 18px;
  color: #0205a1;
}

.contact .info .email,
.contact .info .phone,
.contact .info .address {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i,
.contact .info .user:hover i {
  background: #95204e;
  color: #fff;
}

.register {
  background-image: url('../img/gallery/2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.register:before {
    content: "";
    /* background-image: linear-gradient(to right, #f7f7f7 , #f7f7f7bb, #f7f7f734); */
    background: linear-gradient(247deg, #eef2f38a, #eef2f38a, #eef2f38a 40%, #eef2f38a, #eef2f38a); 
    /* background: -moz-linear-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
    background: -webkit-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
    background: -webkit-linear-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
    background: -o-linear-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
    background: -ms-linear-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3);
    background: linear-gradient(147deg, #F7BB97, #ffafbc25, #ffc3a01f, #eef2f3); */
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #010246;
  font-size: 14px;
}

#footer .footer-top {
  padding: 20px 0 0 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  color: #010246;
  padding: 30px 20px;
}

#footer .footer-top .footer-info img {
  width: 50%;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 600;
 font-family: "Quicksand", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #010246;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 10px;
}

#footer .copyright {
  border-top: 1px solid #010479;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9fb2d8;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #8a8c95;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5777ba;
}

#footer .footer-top .social-links a {
  font-size: 20px;
    /* display: inline-block; */
    /* background: #5777ba; */
    color: #95204e;
    line-height: 1;
    /* padding: 9px 0; */
    margin-right: 9px;
    border-radius: 50%;
    text-align: center;
    /* width: 36px; */
    /* height: 36px; */
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
      /* background: #27282c; */
      color: #2c2d5f;
      text-decoration: none;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

#myVideo {
  position: fixed;
  left: 45%;
  bottom: 0;
  width: 70%;
  min-height: 100%;
  z-index: -1;
  top: 30px;
  filter: blur(1px);
}

dfn {
  /* background: #e9e9e9; */
  border-bottom: dashed 1px rgba(0, 0, 0, 0.8);
  padding: 0 0.4em;
  cursor: help;
  font-style: normal;
  position: relative;
  width: 68%;
}

dfn::after {
  content: attr(data-info);
  display: inline;
  position: absolute;
  bottom: 22px;
  left: 0;
  opacity: 0;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0.5em 0.8em;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  pointer-events: none;
  /* This prevents the box from apearing when hovered. */
  transition: opacity 250ms, top 250ms;
  z-index: 1;
}

dfn::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 12px;
  left: 20px;
  opacity: 0;
  width: 0;
  height: 0;
  border: solid transparent 5px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  transition: opacity 250ms, top 250ms;
}

dfn:hover {
  z-index: 2;
}

/* Keeps the info boxes on top of other elements */
dfn:hover::after,
dfn:hover::before {
  opacity: 1;
}

dfn:hover::after {
  bottom: 30px;
}

dfn:hover::before {
  bottom: 20px;
}