@font-face {
  font-family: 'Aref_Menna';
  src: url('../fonts/Aref_Menna.eot');
  src: url('../fonts/Aref_Menna.eot?#iefix') format('embedded-opentype'), url('../fonts/Aref_Menna.woff2') format('woff2'), url('../fonts/Aref_Menna.woff') format('woff'), url('../fonts/Aref_Menna.ttf') format('truetype'), url('../fonts/Aref_Menna.svg#Aref_Menna') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Afsaneh';
  src: url('../fonts/AFSANEH.eot');
  src: url('../fonts/AFSANEH.eot?#iefix') format('embedded-opentype'), url('../fonts/AFSANEH.woff2') format('woff2'), url('../fonts/AFSANEH.woff') format('woff'), url('../fonts/AFSANEH.ttf') format('truetype'), url('../fonts/AFSANEH.svg#AFSANEH') format('svg');
  font-weight: normal;
  font-style: normal;
}
.grade {
  background: #5601a5;
  background: -moz-linear-gradient(left, #5601a5 30%, #dfd2fc 120%);
  background: -webkit-linear-gradient(left, #5601a5 30%, #dfd2fc 120%);
  background: linear-gradient(to right, #5601a5 30%, #dfd2fc 120%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5601a5', endColorstr='#dfd2fc', GradientType=1);
}
html {
  scroll-behavior: smooth;
}
/*************************************************/
/* Variables */
/*************************************************/
.trans {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.specialFont {
  font-family: 'Afsaneh', sans-serif !important;
}
.box-shadow {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.rounded10 {
  border-radius: 10px;
}
.rounded50 {
  border-radius: 50px;
}
.text-white {
  color: #fff !important;
}
.text-purple {
  color: #6703C5 !important;
}
.text-pink {
  color: #FA5090 !important;
}
.bg-purple {
  background: #6703C5 !important;
}
.bg-purple-shape {
  background: #E2D6FC url("../images/bg-shape.png");
}
.bg-light-purple {
  background: #E2D6FC !important;
}
.bg-pink {
  background: #FA5090 !important;
}
.fz70 {
  font-size: 70px !important;
}
.fz50 {
  font-size: 50px !important;
}
.fz60 {
  font-size: 60px !important;
}
.fz48 {
  font-size: 48px !important;
}
.fz43 {
  font-size: 43px !important;
}
.fz40 {
  font-size: 40px !important;
}
.fz36 {
  font-size: 36px !important;
}
.fz32 {
  font-size: 32px !important;
}
.fz18 {
  font-size: 18px !important;
}
.fz21 {
  font-size: 21px !important;
}
.fz24 {
  font-size: 24px !important;
}
.fz16 {
  font-size: 16px !important;
}
.fz14 {
  font-size: 14px !important;
}
.fz12 {
  font-size: 12px !important;
}
body {
  font-family: 'Aref_Menna', sans-serif, tahoma, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.center {
  text-align: center !important;
  margin: auto !important;
}
.no-padding {
  padding: 0 !important;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  font-family: 'Aref_Menna', sans-serif, tahoma, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Aref_Menna', sans-serif, tahoma, sans-serif !important;
}
/*************************************************/
/* Custom */
/*************************************************/
.modal .modal-content {
  background: none !important;
  border: none;
}
.modal .modal-body {
  background: none !important;
}
.modal .form-wrapper {
  position: relative;
}
.modal .form-wrapper button {
  position: absolute;
  right: 10px;
  top: 6px;
  background: none;
  border: none;
}
.modal .form-wrapper button i {
  color: #FA5090;
}
.modal .form-wrapper .form-control {
  height: 50px;
  border-bottom: 3px solid #FA5090;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.modal .form-wrapper .form-control:focus {
  border-color: #FA5090;
}
.top-user-nav a {
  margin-left: 10px;
}
.top-social-icons li {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #4B0889;
  border-radius: 50%;
}
.top-social-icons li a {
  display: inline-flex;
}
.top-social-icons li:hover {
  background: #FA5090;
}
.top-social-icons li:hover a {
  color: #fff;
}
.top-nav {
  padding: 10px 0;
  color: #fff;
  font-size: 24px;
}
.top-nav a {
  color: #fff;
}
.top-nav a:hover {
  color: #FA5090;
}
.top-nav ul {
  margin: 0;
}
.navbar-light {
  border: none;
}
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: white;
  background: #FA5090;
}
.navbar-light .navbar-nav .nav-item.active:hover .nav-link {
  color: white;
  background: #FA5090;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 30px;
  color: #000;
  padding: 2px 25px;
  border-radius: 40px;
  margin: 4px;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: white;
  background: #FA5090;
}
.navbar-light .dropdown a {
  background: none !important;
}
.navbar-light .dropdown a:hover {
  color: white;
  background: #FA5090 !important;
}
.navbar-light .dropdown .dropdown-menu a {
  border: none !important;
  color: #FA5090;
  font-size: 20px;
  box-shadow: none;
  border-radius: 0;
  background: none;
}
.navbar-light .dropdown .dropdown-menu a:hover {
  border: none !important;
  color: white !important;
  background: #FA5090 !important;
}
.navbar-light .navbar-nav > .open > a,
.navbar-light .navbar-nav > .open > a:focus,
.navbar-light .navbar-nav > .open > a:hover {
  color: white;
  background: #FA5090;
}
.navbar-light .navbar-nav > li > a:focus,
.navbar-light .navbar-nav > li > a:hover {
  color: white;
  background: #FA5090;
}
.fluid-col-right {
  margin-right: -100%;
  flex-basis: 100% !important;
  max-width: 100%;
}
.fluid-col-left {
  margin-left: -100%;
  flex-basis: 100% !important;
  max-width: 100%;
}
.menu-logo {
  position: absolute;
  z-index: 55;
  width: 100%;
}
.inner-page {
  background: #E2D6FC url("../images/bg-shape.png");
}
.inner-page .menu-logo {
  position: static;
}
.hero-header {
  background: #E2D6FC;
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-header .main-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  bottom: 0;
}
.hero-header .main-img img {
  height: calc(100% + 100px);
}
.hero-header .main-header {
  padding-top: 40%;
  padding-bottom: 20%;
}
.google-maps {
  position: relative;
  padding-bottom: 15%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lazy {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lazy.loaded {
  opacity: 1;
}
.slick-slide {
  outline: 0 !important;
}
.slick-next {
  left: 0;
}
.slick-prev {
  right: 0;
}
.slick-prev,
.slick-next {
  width: auto;
  height: 100%;
  border-radius: 0;
  color: #6703C5;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
  outline: 0 !important;
  position: absolute;
  z-index: 999;
  top: 50%;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:active,
.slick-next:active {
  color: #fff;
}
ul.slick-dots {
  display: block;
  list-style-type: none;
  text-align: center;
  margin-top: 1em;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li button {
  width: 12px;
  margin: 5px;
  height: 12px;
  border-radius: 50%;
  background: #FA5090;
  border: none;
  text-indent: -9999px;
  outline: 0;
}
ul.slick-dots li.slick-active button {
  background: #6703C5;
}
.common-wrapper {
  padding: 4em 0;
}
.section-title {
  font-size: 50px;
  color: #000;
}
.section-description {
  color: #fff;
  font-size: 24px;
}
.nav-tabs {
  width: auto;
  display: inline-block;
  border: none !important;
}
.nav-tabs li {
  display: inline-block;
  background: none;
  margin: 0 !important;
}
.nav-tabs li a {
  background: none;
  border: none !important;
  color: #FA5090;
  font-size: 16px;
}
.nav-tabs li a.active {
  background: none !important;
  color: white !important;
}
.nav-tabs li:hover a {
  background: none !important;
  color: white !important;
}
.ovh {
  overflow: hidden;
}
.lSSlideWrapper {
  margin-right: 24px;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}
.lSSlideOuter .lSPager.lSGallery img {
  height: 100%;
  width: 100%;
}
.btn-dark {
  background: black;
  color: white;
  font-size: 20px;
  padding: 2px 20px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-dark:hover {
  background: #FA5090;
  color: #6703C5;
  box-shadow: inset 0 0 0 2px white;
}
.btn-white {
  background: white;
  color: #FA5090;
  font-size: 14px;
  padding: 7px 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-white:hover {
  background: none;
  color: white;
  box-shadow: inset 0 0 0 1px white;
}
.btn-white-outlined {
  box-shadow: inset 0 0 0 2px white;
  background: none;
  color: #FA5090;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-white-outlined:hover {
  background: white;
  color: #FA5090;
}
.btn-pink {
  background: #FA5090;
  color: #ffffff;
  font-size: 25px;
  padding: 5px 30px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-pink:hover {
  background: none;
  color: #FA5090;
  box-shadow: inset 0 0 0 1px #FA5090;
}
.btn-purple {
  background: #6703C5;
  color: #ffffff;
  font-size: 25px;
  padding: 5px 30px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-purple:hover {
  background: none;
  color: #6703C5;
  box-shadow: inset 0 0 0 1px #6703C5;
}
.btn-purple-outlined {
  box-shadow: 0 0 0 1px #6703C5;
  background: none;
  color: #6703C5 !important;
  font-size: 25px;
  padding: 5px 30px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-purple-outlined:hover {
  background: #6703C5;
  color: #fff !important;
}
.categories-list {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.categories-list li {
  margin-bottom: 10px;
}
.categories-list li a {
  color: #fff;
  background: #6703C5;
  display: block;
  border-radius: 50px;
  padding: 10px;
  font-size: 24px;
}
.categories-list li a:hover {
  background: #33B6E7;
}
.categories-list.list-inline li {
  display: inline-block;
  width: 30%;
  margin-left: 10px;
}
.arrow-right {
  background: url("../images/left.png") 0 0 no-repeat;
  width: 38px;
  height: 100%;
  display: block;
  background-size: contain;
}
.arrow-left {
  background: url("../images/right.png") 0 0 no-repeat;
  width: 38px;
  height: 100%;
  display: block;
  background-size: contain;
}
.section-main-slider .slider-for .slick-slide {
  padding: 2em 0;
}
.section-main-slider .slider-for .slick-slide img {
  margin: auto;
}
.section-main-slider .slider-nav {
  padding: 0 4em;
}
.section-main-slider .slider-nav .slick-slide {
  padding: 1em 0;
  border: 1px solid #707070;
  height: 200px;
  margin: 0  10px;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
}
.section-main-slider .slider-nav .slick-slide:before {
  content: '\f192';
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 22px;
  color: #6703C5;
  opacity: 0;
}
.section-main-slider .slider-nav .slick-slide img {
  margin: auto;
  padding: 1em;
}
.section-main-slider .slider-nav .slick-slide.slick-current {
  border: 1px solid #6703C5;
}
.section-main-slider .slider-nav .slick-slide.slick-current:before {
  opacity: 1;
}
.single-section-wrapper {
  background: #fff;
  border-radius: 100%;
  width: 190px;
  height: 190px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  margin: 15px auto;
  font-size: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-section-wrapper a {
  color: #000;
}
.single-section-wrapper .section-icon {
  display: inline-flex;
  width: 130px;
  height: 90px;
  overflow: hidden;
}
.single-section-wrapper .section-icon img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.single-section-wrapper .section-icon .title {
  color: #000;
  font-size: 22px;
}
.single-section-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.18), inset 0 0 0 100px #FA5090;
}
.about-us {
  margin-top: 120px;
}
.img-decoration {
  position: relative;
  margin-right: 22px;
  margin-left: 22px;
}
.img-decoration:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  background-image: url("../images/before.png"), url("../images/before.png");
  width: 16px;
  height: 100%;
  background-position: 0 0, 0 bottom;
  background-repeat: no-repeat;
  display: block;
}
.img-decoration:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  background-image: url("../images/after.png"), url("../images/after.png");
  width: 16px;
  height: 100%;
  background-position: 0 0, 0 bottom;
  background-repeat: no-repeat;
  display: block;
}
.description {
  font-size: 21px;
  line-height: 35px;
}
.single-package {
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  text-align: center;
  margin: 15px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-package:hover {
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.22);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.single-package .package-title {
  color: #fff;
  background: #E2D6FC;
  font-size: 30px;
  border-radius: 10px;
}
.single-package .package-icon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  text-align: center;
  margin: 20px auto;
}
.single-package .package-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.single-package .package-price {
  color: #E2D6FC;
  font-size: 25px;
}
.single-package .package-price span {
  font-family: "Arial Black" !important;
}
.single-package .package-description {
  color: #393939;
  font-size: 22px;
  margin: 10px 0;
}
.single-package .btn {
  border-radius: 50px;
  font-size: 26px;
  padding: 2px 30px;
  color: #E2D6FC;
  box-shadow: inset 0 0 0 2px #E2D6FC;
  border: none;
}
.single-package .btn:hover {
  background: #E2D6FC;
  color: #fff;
}
.single-package.orange .package-title {
  background: #E2A114;
}
.single-package.orange .package-price {
  color: #E2A114;
}
.single-package.orange .btn {
  color: #E2A114;
  box-shadow: inset 0 0 0 2px #E2A114;
}
.single-package.orange .btn:hover {
  background: #E2A114;
  color: #fff;
}
.single-package.green .package-title {
  background: #60B251;
}
.single-package.green .package-price {
  color: #60B251;
}
.single-package.green .btn {
  color: #60B251;
  box-shadow: inset 0 0 0 2px #60B251;
}
.single-package.green .btn:hover {
  background: #60B251;
  color: #fff;
}
.single-package.pink .package-title {
  background: #FA5090;
}
.single-package.pink .package-price {
  color: #FA5090;
}
.single-package.pink .btn {
  color: #FA5090;
  box-shadow: inset 0 0 0 2px #FA5090;
}
.single-package.pink .btn:hover {
  background: #FA5090;
  color: #fff;
}
.single-package.purple .package-title {
  background: #6703C5;
}
.single-package.purple .package-price {
  color: #6703C5;
}
.single-package.purple .btn {
  color: #6703C5;
  box-shadow: inset 0 0 0 2px #6703C5;
}
.single-package.purple .btn:hover {
  background: #6703C5;
  color: #fff;
}
.single-testimonial {
  text-align: center;
  background: #F5F1FF;
  padding: 30px 20px;
  border-radius: 20px;
}
.single-testimonial .avatar {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  overflow: hidden;
  margin: 10px auto;
}
.single-testimonial .avatar img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.single-testimonial .name {
  font-size: 40px;
  margin-bottom: 10px;
}
.single-testimonial p {
  color: #393939;
  font-size: 25px;
}
.rate i,
.rate svg {
  color: #EEB829;
}
.form-wrapper .input-wrapper {
  position: relative;
}
.form-wrapper .input-wrapper ::placeholder {
  font-family: 'Aref_Menna', sans-serif;
  font-size: 22px;
}
.form-wrapper .input-wrapper .form-control {
  border-radius: 50px;
  border: 1px solid #B4A9BE;
  min-height: 50px;
  padding: 10px 20px;
  margin: 10px 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.form-wrapper .input-wrapper .form-control:focus {
  box-shadow: 0 0 0 2px #6703C5;
}
.form-wrapper .input-wrapper .icon {
  position: absolute;
  left: 5px;
  top: 4px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #E2D6FC;
  color: #6703C5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.form-wrapper .input-wrapper .icon i,
.form-wrapper .input-wrapper .icon svg {
  font-size: 15px;
}
.social-login li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FA5090;
}
.social-login li a {
  display: inline-flex;
}
.social-login li i,
.social-login li svg {
  color: #fff;
  font-size: 20px;
}
.social-login li:hover {
  background: #6703C5;
}
.img-radio-btns {
  margin: 1em auto;
  text-align: center;
}
.img-radio-btns input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.img-radio-btns label {
  cursor: pointer;
}
.img-radio-btns input[type=radio]:checked + label:before {
  content: '\f192';
}
.radio-wrapper {
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin: 5px;
}
.radio-wrapper:focus-within {
  border-color: #6703C5;
}
.radio-wrapper label {
  position: relative;
}
.radio-wrapper label:before {
  content: '\f1db';
  font-family: FontAwesome;
  position: absolute;
  top: -10px;
  left: -20px;
  font-size: 22px;
  color: #6703C5;
}
.eg-icon-img {
  background: url("../images/eg.png") center center no-repeat;
  width: 150px;
  height: 150px;
  -webkit-background-size: contain;
  background-size: contain;
}
.sa-icon-img {
  background: url("../images/sa.png") center center no-repeat;
  width: 150px;
  height: 150px;
  -webkit-background-size: contain;
  background-size: contain;
}
footer#Main {
  color: #fff;
  font-size: 18px;
  padding-top: 3em;
  margin-top: 300px;
  position: relative;
}
footer#Main .footer-floating-img {
  position: absolute;
  bottom: 82%;
  left: 0;
  right: 0;
  text-align: center;
}
footer#Main .subscribe-form {
  position: relative;
}
footer#Main .subscribe-form .form-control {
  height: 50px;
  border-radius: 50px;
  border: none;
  box-shadow: none;
  font-size: 34px;
}
footer#Main .subscribe-form button {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #fff;
  background: #FA5090;
  border: none;
  position: absolute;
  left: 3px;
  top: 3px;
}
footer#Main .copyrights {
  margin-top: 2em;
  padding: 15px 0;
  border-top: 1px solid white;
}
footer#Main .copyrights .cr {
  color: white;
}
footer#Main .copyrights p {
  color: white;
  margin: 0;
  line-height: 30px;
  font-size: 28px;
}
footer#Main .copyrights p span {
  color: #6703C5;
}
footer#Main .copyrights p a {
  color: white;
}
.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  background: #FA5090;
  color: white;
  font-size: 12px;
  padding: 1em 1.3em;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  z-index: 999999999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.go-top i {
  color: #fff;
}
.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.pagination .page-link {
  background: none;
  border: 1px solid #FA5090;
  color: #6703C5;
  border-radius: 0 !important;
  margin: 4px;
}
.pagination .page-link:hover {
  background: #6703C5;
  color: #fff;
}
.inner-tiny-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-tiny-list a:not(.dms-toggler) {
  color: #fff;
  background: #FA5090;
  padding: 5px 20px;
  font-size: 23px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .droopmenu-navbar {
    box-shadow: none;
  }
  .droopmenu-header {
    background: #6703C5;
    padding: 2px !important;
    height: auto;
    width: auto;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
  }
  .droopmenu-header .droopmenu-toggle {
    padding: 0;
  }
  .droopmenu-navbar {
    background: none;
  }
}
.dms-toggler {
  position: static;
  background: #6703C5;
  color: #fff !important;
  padding: 10px;
  width: auto;
  height: auto;
  border-radius: 50%;
  margin: 0 5px !important;
  text-align: center;
  float: none;
}
.dms-toggler i,
.dms-toggler svg {
  color: #fff;
  font-size: 23px;
}
.dms-toggler:hover {
  background: #FA5090;
}
/*************************************************/
/* Responsive */
/*************************************************/
@media all and (max-width: 1024px) {
  .hero-header .main-img img {
    height: auto;
  }
  .section-title {
    font-size: 30px;
  }
}
@media all and (max-width: 768px) {
  .hero-header .main-img img {
    display: none;
  }
  .menu-logo {
    position: static;
  }
  .hero-header .main-header {
    padding: 1em 0;
  }
  .about-us {
    margin-top: 0;
  }
  footer#Main {
    margin-top: 20%;
  }
  .fluid-col-right,
  .fluid-col-left {
    margin-right: 0;
    margin-left: 0;
    flex-basis: auto;
    max-width: initial;
  }
  .navbar-light {
    background: #FA5090;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff !important;
    padding: 10px 0;
  }
}
@media all and (max-width: 600px) {
  .radio-wrapper label {
    width: 80px;
    height: 80px;
  }
  .top-nav {
    text-align: center;
  }
  .lSSlideWrapper {
    margin-right: 0;
  }
  footer#Main {
    text-align: center;
  }
  footer#Main .footer-floating-img {
    bottom: 95%;
  }
  .fz48 {
    font-size: 28px !important;
  }
  .w-50 {
    width: 100% !important;
  }
  .wow {
    animation: none;
    visibility: visible !important;
  }
}
/*# sourceMappingURL=style.css.map */

.tree_widget-sec > ul {
    float: right;
    width: 100%;
    margin: 0;
}

.tree_widget-sec > ul > li > a {
    float: left;
    width: 100%;
    font-family: Open Sans;
    font-size: 13px;
    color: #888888;
    line-height: 41px;
}

.tree_widget-sec > ul > li > a i {
    float: left;
    font-size: 28px;
    line-height: 41px;
    color: #babebe;
    margin-right: 5px;
    width: 35px;
}

.pf-field > input, .pf-field > textarea {
    float: right;
    width: 100%;
    border: 2px solid #e8ecec;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 14px 45px 14px 15px;
    background: #ffffff;
    font-family: Open Sans;
    font-size: 13px;
    color: #101010;
    line-height: 24px;
}

.pf-title {
    float: right;
    width: 100%;
    margin-top: 30px;
    font-family: Open Sans;
    font-size: 13px;
    color: #202020;
    margin-bottom: 13px;
}



    .student-profile {
        background: #E2D6FC ;
        padding: 35px 0px;


    }

    .page-caption h2{
        color: #5601a5;
        margin-bottom: 30px;
        font-size: 45px;
    }

    .list-profile li{

        border-bottom: 1px solid #6703c5;
        padding: 10px;
    }
    .list-profile li a{
        color: #6703c5;
        font-size: 25px;
    }

    .list-profile li:nth-last-child{
        border-bottom: 1px solid transparent;
    }
    .navbar-light .navbar-nav .nav-item .nav-link {
        font-size: 30px;
        color: #000;
        padding: 2px 16px;
        border-radius: 40px;
        margin: 4px;
    }

    .btn-pay{
        position: relative;
    }

    .payment-btn{
        position: absolute;
        top: 50px;
        background: #FFF;
        padding: 5px 10px;
        width: 100%;
        display: none;
    }

    .shown{
        display: block;
        transition: all 0.5s ease-in-out;
    }


    .main-color{

            color: #5601a5;

    }

    .bank-container{
        margin: 10px 0px 35px 0px;
    }


    .diff-arrows{
        position: relative;
    }

    .diff-arrows img{
        max-width: 100px;
    }

    .diff-arrows .next{
        position: absolute;
        left: 0;
    }


    .right-wrapper:hover,
    .wrong-wrapper:hover{

        transform: translateY(-35px);
    }


    .click-here{
        width: 100px;
        height: auto;
        margin: 0 auto;
        display: block;
        margin-top: 100px;
        color: #fff !important;
        border-radius: 13px;
        font-size: 23px;

    }



    .navbar-light .navbar-nav .nav-item .nav-link {
        font-size: 27px;
        color: #000;
        padding: 2px 6px;
        border-radius: 40px;
        margin: 2px;
    }


    .main-letter{

            margin: 0 auto;
            display: block;
            text-align: center;
            font-size: 118px;
            font-weight: bold;
            color: red;
            font-family: arial !important;

    }


    .letters label{
        font-size: 60px;
        font-family: arial !important;
        font-weight: bold;
    }
