/*****************************************
Table Of Contents:

- General Styles
- Navigation
- Header
- Testimonials
- Features
- Video
- Details 1
- Details 1 Lightbox
- Details 2
- Statistics
- Screenshots
- Download
- Footer
- Copyright
- Back To Top Button
- Extra Pages
******************************************/

/*****************************************
Colors:
- Backgrounds - light dark blue #0a0a0e
- Background, navbar - dark blue #0a0a0e
- Input fields, text-box - light dark blue #423f52
- Buttons, icons - blue #552288
- Body text, heading text - light gray #f1f1f8
******************************************/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800&display=swap");

/**************************/
/*     General Styles     */
/**************************/

body,
html {
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
  /* background-color: #fbfafb; */
}

body,
p {
  color: #212121;
  font: 400 1rem/1.75rem "Inter", sans-serif;
  overflow-x: hidden;
}

h1 {
  color: #212121;
  font: 500 1.75rem/2.5rem "Poppins", sans-serif;
}

h2 {
  color: #212121;
  font: 500 2rem/2.625rem "Poppins", sans-serif;
}

h3 {
  color: #212121;
  font: 500 1.5rem/2.25rem "Poppins", sans-serif;
}

h4 {
  color: #212121;
  font: 500 1.375rem/2.125rem "Poppins", sans-serif;
}

h5 {
  color: #f1f1f8;
  font: 500 1.125rem/1.625rem "Poppins", sans-serif;
}

h6 {
  color: #f1f1f8;
  font: 500 1rem/1.5rem "Poppins", sans-serif;
}

.p-large {
  font: 400 0.925rem/1.875rem "Poppins", sans-serif;
}

.p-small {
  font: 400 0.875rem/1.625rem "Poppins", sans-serif;
}

.testimonial-text {
  font-style: italic;
}

.testimonial-author {
  font: 700 1rem/1.5rem "Poppins", sans-serif;
}

.li-space-lg li {
  margin-bottom: 0.5rem;
}

a {
  color: #212121;
  text-decoration: underline;
}

a:hover {
  color: #552288;
  text-decoration: underline;
}

.blue {
  color: #552288;
}

.hr-heading {
  display: inline-block;
  width: 4.5rem;
  height: 0.125rem;
  margin-top: 0;
  border: none;
  background-color: #552288;
}

.bg-dark-blue {
  background-color: #0a0a0e;
}
.bg-grad {
  background-color: #fbfafb;
}
.mb-6 {
  margin-bottom: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.btn-solid-reg {
  display: inline-block;
  padding: 1.375rem 2.25rem 1.375rem 2.25rem;
  border: 1px solid #552288;
  border-radius: 2rem;
  background-color: #552288;
  color: #ffffff;
  font: 600 0.875rem/0 "Poppins", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

.Herobuttons {
  display: flex;
  flex-direction: row;
}
.Herobuttons a {
  text-decoration: none;
  font-weight: 600;
}
.hero-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.45);
  max-height: 100vh;
  max-width: 100%;
}
.hero2 {
  position: relative;
  padding: 0.8em;
  border-radius: 10px;
  
  justify-content: center;
  width: 100%;
  overflow: hidden;
  /* max-height: 60vh; */
}
.hero-bg2 {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  max-width: 100%;
}
.nakkap video {
  border-radius: 20px;
  transform: scale(1);
}

.img-fluid-header {
  display: block;
  min-width: 40vw;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, -0px);
  }
}

@-webkit-keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, -0px);
  }
}

@media only screen and (max-width: 411px) {
  .btn-solid-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid #552288;
    border-radius: 2rem;
    background-color: #552288;
    color: #ffffff;
    font: 600 0.875rem/0 "Poppins", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
  }
}

.btn-solid-reg:hover {
  border: 1px solid #552288;
  background-color: transparent;
  color: #552288;
  text-decoration: none;
}

.btn-solid-lg {
  display: inline-block;
  padding: 1.625rem 2.5rem 1.625rem 2.5rem;
  border: 1px solid #552288;
  border-radius: 2rem;
  background-color: #552288;
  color: #ffffff;
  font: 600 0.875rem/0 "Poppins", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-solid-login {
  display: inline-block;
  padding: 1.625rem 2.5rem 1.625rem 2.5rem;
  border: 1px solid #552288;
  border-radius: 2rem;
  background-color: #552288;
  color: #ffffff;
  font: 600 0.875rem/0 "Poppins", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}
@media only screen and (max-width: 411px) {
  .btn-solid-login {
    display: flex;
    padding: 2.625rem 2.5rem 1.625rem 2.5rem;
    width: 75px;
    height: 25px;
    border: 1px solid #552288;
    border-radius: 8rem;
    background-color: #552288;
    text-align: center;
    color: #ffffff;
    justify-content: center;
    margin-top: 30px;
  }
}

.btn-solid-lg:hover {
  border: 1px solid #552288;
  background-color: transparent;
  color: #552288;
  text-decoration: none;
}
.btn-solid-login:hover {
  border: 1px solid #552288;
  background-color: transparent;
  color: #552288;
  text-decoration: none;
}
.btn-solid-lg .fab {
  margin-right: 0.5rem;
  font-size: 1.25rem;
  line-height: 0;
  vertical-align: top;
}

.btn-solid-lg .fab.fa-google-play {
  font-size: 1rem;
}

.btn-outline-reg {
  display: inline-block;
  padding: 1.375rem 2.25rem 1.375rem 2.25rem;
  border: 1px solid #f1f1f8;
  border-radius: 2rem;
  background-color: transparent;
  color: #f1f1f8;
  font: 600 0.875rem/0 "Poppins", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-outline-reg:hover {
  border: 1px solid #f1f1f8;
  background-color: #f1f1f8;
  color: #0a0a0e;
  text-decoration: none;
}

.btn-outline-lg {
  display: inline-block;
  padding: 1.5rem 2.375rem 1.5rem 2.375rem;
  border: 1px solid #f1f1f8;
  border-radius: 2rem;
  background-color: transparent;
  color: #f1f1f8;
  font: 600 0.875rem/0 "Poppins", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-outline-lg:hover {
  border: 1px solid #f1f1f8;
  background-color: #f1f1f8;
  color: #0a0a0e;
  text-decoration: none;
}

.btn-outline-sm {
  display: inline-block;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 1px solid #f1f1f8;
  border-radius: 2rem;
  background-color: transparent;
  color: #f1f1f8;
  font: 600 0.875rem/0 "Poppins", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-outline-sm:hover {
  border: 1px solid #f1f1f8;
  background-color: #f1f1f8;
  color: #0a0a0e;
  text-decoration: none;
}

.form-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
  margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
  margin-top: 0.375rem;
}

.label-control {
  position: absolute;
  top: 0.87rem;
  left: 1.375rem;
  color: #212121;
  opacity: 1;
  font: 400 0.875rem/1.375rem "Poppins", sans-serif;
  cursor: text;
  transition: all 0.2s ease;
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
  top: 0.125rem;
  opacity: 1;
  font-size: 0.75rem;
  font-weight: 700;
}

.form-control-input,
.form-control-select {
  display: block; /* needed for proper display of the label in Firefox, IE, Edge */
  width: 100%;
  padding-top: 1.0625rem;
  padding-bottom: 0.0625rem;
  padding-left: 1.3125rem;
  border: 1px solid #726e83;
  border-radius: 0.375rem;
  background-color: #fff;
  color: #212121;
  font: 400 0.875rem/1.875rem "Poppins", sans-serif;
  transition: all 0.2s;
  -webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 3rem;
}

select {
  /* you should keep these first rules in place to maintain cross-browser behavior */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("../images/down-arrow.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
  outline: none;
}

.form-control-textarea {
  display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
  width: 100%;
  height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
  padding-top: 1.25rem;
  padding-left: 1.3125rem;
  border: 1px solid #726e83;
  border-radius: 0.375rem;
  background-color: #fff;
  color: #212121;
  font: 400 0.875rem/1.75rem "Poppins", sans-serif;
  transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
  border: 1px solid #a1a1a1;
  outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
  border: 1px solid #a1a1a1;
}

input[type="checkbox"] {
  vertical-align: -10%;
  margin-right: 0.5rem;
}

.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  border: 1px solid #552288;
  border-radius: 0.375rem;
  background-color: #552288;
  color: #ffffff;
  font: 600 0.875rem/0 "Poppins", sans-serif;
  cursor: pointer;
  transition: all 0.2s;
}

.form-control-submit-button:hover {
  border: 1px solid #552288;
  background-color: transparent;
  color: #552288;
}

/* Form Success And Error Message Formatting */
#cmsgSubmit.h3.text-center.tada.animated,
#cmsgSubmit.h3.text-center {
  display: block;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1rem;
}

.help-block.with-errors .list-unstyled {
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: left;
}

.help-block.with-errors ul {
  margin-bottom: 0;
}
/* end of form success and error message formatting */

/* Form Success And Error Message Animation - Animate.css */
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* end of form success and error message animation - Animate.css */

/* Fade-move Animation For Details Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
  -ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
  transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
  -ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
  transform: translateY(0) perspective(37.5rem) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
  -ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
  transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
/* end of fade-move animation for details lightbox - magnific popup */

/* Fade Animation For Image Lightbox - Magnific Popup */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes borderMagic {
  from {
    border-radius: 50%;
  }
  to {
    border-radius: 0;
    border: none;
  }
}

@keyframes borderMagic {
  from {
    border-radius: 50%;
  }
  to {
    border-radius: 0;
    border: none;
  }
}

@-webkit-keyframes bgMagic {
  from {
    transform: scale(1);
    background-color: #00aced;
  }
  to {
    transform: scale(25);
    background-color: #242b54;
  }
}

@keyframes bgMagic {
  from {
    transform: scale(1);
    background-color: #00aced;
  }
  to {
    transform: scale(25);
    background-color: #242b54;
  }
}

@-webkit-keyframes slideIn {
  from {
    transform: translateX(40%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes slideIn {
  from {
    transform: translateX(40%);
  }
  to {
    transform: translateX(0%);
  }
}

.fadeIn {
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation: fadeOut 0.8s;
  animation: fadeOut 0.8s;
}
/* end of fade animation for image lightbox - magnific popup */

/**********************/
/*     Navigation     */
/**********************/
.navbar {
  background-color: transparent;
  font: 600 0.875rem/0.875rem "Poppins", sans-serif;
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.3);
}

.navbar .navbar-brand {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.navbar .logo-image img {
  max-width: 100%;
  height: 2rem;
}

.desktopLogo {
  display: none;
}

.mobileLogo {
  display: block;
}

.navbar .logo-text {
  color: #f1f1f8;
  font: 700 2rem/1rem "Poppins", sans-serif;
  text-decoration: none;
}

.offcanvas-collapse {
  position: fixed;
  top: 3.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
  bottom: 0;
  left: 100%;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #fff;
  transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.navbar .navbar-nav {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #212121;
  text-decoration: none;
  transition: all 0.2s ease;
}
/* .nav-item-gs {
} */

.navbar .nav-item:hover .nav-link,
.navbar .nav-item.active .nav-link {
  color: #552288;
  fill: #552288;
}

/* @media only screen and (max-width: 411px) {
	body {
	  background-color: lightblue;
	}
  } */

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
  animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.navbar .dropdown-menu {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border: none;
  background-color: #ffffff;
}

.navbar .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #0a0a0e;
  background-color: #ffffff;
  font: 600 0.875rem/0.875rem "Poppins", sans-serif;
  text-decoration: none;
}

.navbar .dropdown-item:hover {
  /* background-color: #0a0a0e; */
  color: #552288;
}

.navbar .dropdown-divider {
  width: 100%;
  height: 1px;
  margin: 0.5rem auto 0.5rem auto;
  border: none;
  background-color: #f1f1f8;
}
/* end of dropdown menu */

.navbar .social-icons {
  display: block;
}

.navbar .fa-stack {
  width: 2em;
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  font-size: 0.75rem;
}

.navbar .fa-stack-2x {
  color: #552288;
  transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
  color: #ffffff;
  transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
  color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
  color: #552288;
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  font-size: 1.25rem;
}

/*****************/
/*    Header     */
/*****************/
.header {
  padding-top: 8rem;
  padding-bottom: 7.75rem;
  /* background: linear-gradient(to bottom right,#27073f 25%, #4f105e  95%)  center center no-repeat; */
  background: url(../images/Backgroundhero.png) center center no-repeat;
  background-size: cover;
  text-align: center;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.ex-header-about {
  padding-top: 8rem;
  padding-bottom: 7.75rem;
  background-size: cover;
  text-align: center;
  height: 100vh;
}
.ex-header-about {
  padding-top: 8.5rem;
  padding-bottom: 4rem;
}

.ex-header-about h1 {
  color: #1d1d1d;
}
.header h1 {
  margin-bottom: 1rem;
  color: #1d1d1d;
}

.header h1 span {
  /* color: #2fe7ef; */
  color: #552288;
}

.header .p-large {
  margin-bottom: 0.5rem;
  color: #1d1d1d;
}

.header .btn-solid-lg {
  margin-right: 0.575rem;
  margin-bottom: 1.125rem;
  margin-left: 0.575rem;
}
.header .btn-solid-login {
  margin-right: 0.575rem;
  margin-bottom: 1.125rem;
  margin-left: 0.575rem;
}
.header .text-container {
  margin-bottom: 4rem;
}

.text-container h1 {
  font-size: 3.25em;
}

.text-container p {
  color: #ffffff;
  font-size: 0.875em;
  line-height: 150%;
}

/************************/
/*     Testimonials     */
/************************/
.slider-1 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.slider-1 .slider-container {
  position: relative;
}

.slider-1 .swiper-container {
  position: static;
  width: 86%;
  text-align: center;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
  /* even if you can't see it chrome you can see it on mobile device */
  outline: none;
}

.slider-1 .swiper-button-prev {
  left: -0.875rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 1.125rem 1.75rem;
}

.slider-1 .swiper-button-next {
  right: -0.875rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 1.125rem 1.75rem;
}

.slider-1 .card {
  position: relative;
  border: none;
  background-color: transparent;
}

.slider-1 .card-image {
  width: 10rem;
  height: 10rem;
  margin-right: auto;
  margin-bottom: 1.25rem;
  margin-left: auto;
  border-radius: 50%;
}

.slider-1 .card-body {
  padding: 0;
}

.slider-1 .testimonial-text {
  margin-bottom: 0.75rem;
  color: #f1f1f8;
}

.slider-1 .testimonial-author {
  margin-bottom: 0;
  color: #ffffff;
}

.imgSide1 {
  background-image: url("../images/people/te.jpg");
  background-position: center;
  background-size: cover;
  height: 20em;
  z-index: 0;
}

.side2 {
  height: 20em;
  background-color: #0a0a0e;
  transform: translateX(50%) translateY(-100%);
  opacity: 0;
  padding: 3% 5%;
  transition: 0.3s;
  display: none;
}

.imgSide2 {
  background-image: url("../images/people/st.jpg");
  background-position: center;
  background-size: cover;
  height: 20em;
}

.side1 {
  height: 20em;
  background-color: #0a0a0e;
  transform: translateX(-50%) translateY(-100%);
  opacity: 0;
  display: none;
  padding: 3% 5%;
  transition: 0.3s;
}

.imgSide2:hover + .side2,
.side2:hover {
  opacity: 1;
  transform: translateX(0%) translateY(-100%);
  transition: 0.3s;
  display: block;
}

.imgSide1:hover + .side1,
.side1:hover {
  opacity: 1;
  transform: translateX(0%) translateY(-100%);
  transition: 0.3s;
  display: block;
}

.names1,
.names2 {
  margin-top: 8%;
}

.imgSide2:hover ~ .names2 {
  opacity: 0;
}

.imgSide1:hover ~ .names1 {
  opacity: 0;
}

.soc {
  font-size: 1.6rem;
  color: #552288;
}

.teamImg {
  height: 15em;
  background-position: center;
  background-size: cover;
}

.infoTeam {
  height: 15em;
  padding: 50% 5%;
  transform: translateY(-100%);
  background-color: #0a0a0e;
  opacity: 0;
}

.teamImg:hover ~ .infoTeam,
.infoTeam:hover {
  opacity: 1;
}

.mileLogo {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: 0.3s;
}

.mileLogo:hover {
  filter: none;
  transition: 0.3s;
  -webkit-filter: none;
}

.mileS:hover .mileStone:not(:hover) {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  transition: 0.3s;
}

/********************/
/*     Features     */
/********************/
.tabs {
  padding-top: 7.5rem;
  padding-bottom: 5.75rem;
  background-color: #fbffff;
}

.serv {
  fill: #040921;
}
.serv:hover {
  fill: #552288;
}
.serv svg {
  margin-right: 4px;
}
.tabs h2 {
  text-align: center;
  color: #1c182a;
}

.tabs .p-heading {
  margin-bottom: 3.125rem;
  text-align: center;
}

.tabs .nav-tabs {
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-left: auto;
  width: 700;
  height: 700;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.tabs .nav-link {
  margin: 12px;
  padding: 0.5rem 1.375rem 0.25rem 1.375rem;
  border: none;
  border-bottom: 0.1875rem solid #fff;
  border-radius: 0;
  color: #333;
  font: 700 1rem/1.75rem "Poppins", sans-serif;
  text-decoration: none;
  transition: all 0.2s ease;
}

.tabs .nav-link.active,
.tabs .nav-link:hover {
  border-bottom: 0.1875rem solid #552288;
  background-color: transparent;
  color: #552288;
  fill: #552288;
}

.tabs .nav-link .fas {
  margin-right: 0.375rem;
  font-size: 1rem;
}

.tabs .tab-content {
  width: 100%; /* for proper display in IE11 */
}

.tabs .fa-stack {
  width: 2em;
  margin-right: 0.625rem;
  font-size: 1.25rem;
}

.tabs .fa-stack-2x {
  color: #552288;
}

.tabs .fa-stack-1x {
  color: #ffffff;
}

.tabs #tab-1 .li-space-lg li {
  margin-bottom: 1.375rem;
}

.tabs #tab-1 img {
  display: block;
  margin: 2rem auto 5rem auto;
}

.tabs #tab-2 img {
  display: block;
  margin: 0 auto 4rem auto;
}

.tabs #tab-2 p.sub-heading {
  margin-bottom: 2.5rem;
}

.tabs #tab-2 .list-unstyled {
  margin-bottom: 0;
}

.tabs #tab-2 .li-space-lg li {
  margin-bottom: 1.375rem;
}

.tabs #tab-2 h3 {
  margin-bottom: 0.75rem;
}

.tabs #tab-3 .li-space-lg li {
  margin-bottom: 1.375rem;
}

.tabs #tab-3 h3 {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

.tabs #tab-3 p.sub-heading {
  margin-bottom: 3rem;
}

.tabs #tab-3 img {
  display: block;
  margin: 1rem auto 2rem auto;
}

/*****************/
/*     Video     */
/*****************/
.basic-1 {
  padding-top: 7.5rem;
  padding-bottom: 8rem;
  background-color: #f2ffff;
  background-size: cover;
}

.basic-1 h2 {
  text-align: center;
  color: #1c182a;
  margin-bottom: 4rem;
}

.basic-1 .p-heading {
  margin-bottom: 4rem;
  text-align: center;
  color: #333;
}

.basic-1 .image-container img {
  border-radius: 0.5rem;
}

.basic-1 .video-wrapper {
  position: relative;
  box-shadow: 0px 5px 25px rgba(82, 87, 93, 0.26);
  border-radius: 15px;
}

/* Video Play Button */
.basic-1 .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  height: 2.75rem;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.basic-1 .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: #552288;
  animation: pulse-border 1500ms ease-out infinite;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.basic-1 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #552288;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.basic-1 .video-play-button span {
  position: relative;
  display: block;
  z-index: 3;
  top: 0.375rem;
  left: 0.25rem;
  width: 0;
  height: 0;
  border-left: 1.625rem solid #fff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* end of video play button */

/*********************/
/*     Details 1     */
/*********************/
.basic-2 {
  padding-top: 8rem;
  padding-bottom: 4.25rem;
}

.basic-2 .image-container {
  margin-bottom: 4rem;
}

.basic-2 h2 {
  margin-bottom: 1.875rem;
  color: #1c182a;
}

.basic-2 p {
  margin-bottom: 1.75rem;
  color: #a7a8af;
}

/******************************/
/*     Details 1 Lightbox     */
/******************************/
.lightbox-basic {
  position: relative;
  max-width: 71.875rem;
  margin: 2.5rem auto;
  padding: 3rem 1rem;
  background-color: #0a0a0e;
  text-align: left;
}

.lightbox-basic .image-container {
  margin-bottom: 3rem;
  text-align: center;
}

.lightbox-basic .image-container img {
  border-radius: 0.5rem;
}

.lightbox-basic h3 {
  margin-bottom: 0.5rem;
}

.lightbox-basic hr {
  width: 2.75rem;
  margin-top: 0.125rem;
  margin-bottom: 1rem;
  margin-left: 0;
  border-top: 0.125rem solid #552288;
}

.lightbox-basic h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}

.lightbox-basic .list-unstyled {
  margin-bottom: 1.5rem;
}

.lightbox-basic .list-unstyled .fas {
  color: #552288;
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.lightbox-basic .list-unstyled .media-body {
  margin-left: 0.625rem;
}

.lightbox-basic .list-unstyled {
  margin-bottom: 1.5rem;
}
.media-body strong {
  color: #040921;
}
.media-body div {
  color: #040921;
}

/* Action Button */
.lightbox-basic .btn-solid-reg.mfp-close {
  position: relative;
  width: auto;
  height: auto;
  color: #ffffff;
  opacity: 1;
}

.lightbox-basic .btn-solid-reg.mfp-close:hover {
  color: #552288;
}
/* end of action Button */

/* Back Button */
.lightbox-basic .btn-outline-reg.mfp-close.as-button {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 0.375rem;
  padding: 1.375rem 2.25rem 1.375rem 2.25rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  opacity: 1;
}

.lightbox-basic .btn-outline-reg.mfp-close.as-button:hover {
  background-color: #ffffff;
  color: #0a0a0e;
}
/* end of back button */

/* Close X Button */
.lightbox-basic button.mfp-close.x-button {
  position: absolute;
  top: -0.125rem;
  right: -0.125rem;
  width: 2.75rem;
  height: 2.75rem;
  color: #ffffff;
}
/* end of close x button */

/*********************/
/*     Details 2     */
/*********************/
.basic-3 {
  padding-top: 4.25rem;
  padding-bottom: 4rem;
}

.basic-3 .text-container {
  margin-bottom: 4rem;
}

.basic-3 h2 {
  margin-bottom: 1.875rem;
  color: #1c182a;
}

.basic-3 p {
  margin-bottom: 1.75rem;
  color: #a7a8af;
}

/**********************/
/*     Statistics     */
/**********************/
.counter {
  padding-top: 4rem;
  padding-bottom: 3.25rem;
  background-color: #0a0a0e;
  text-align: center;
}

.counter #counter {
  margin-bottom: 0.75rem;
}

.counter #counter .cell {
  display: inline-block;
  width: 7.375rem;
  margin-right: 1.5rem;
  margin-bottom: 4rem;
  margin-left: 1.5rem;
  vertical-align: top;
}

.counter #counter .fas {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  color: #552288;
}

.counter #counter .counter-value {
  color: #f1f1f8;
  font-family: Poppins;
  font-weight: 700;
  font-size: 3.375rem;
  line-height: 3.875rem;
  vertical-align: middle;
}

.counter #counter .counter-info {
  margin-bottom: 0;
  color: #f1f1f8;
  vertical-align: middle;
}

/***********************/
/*     Screenshots     */
/***********************/
.slider-2 {
  padding-top: 5.5rem;
  padding-bottom: 5.125rem;
  background-color: #000;
}

.slider-2 .h2-heading {
  text-align: center;
}

.slider-2 .hr-heading {
  display: block;
  margin-right: auto;
  margin-bottom: 3.75rem;
  margin-left: auto;
}

.slider-2 .slider-container {
  position: relative;
}

.slider-2 .swiper-container {
  position: static;
  width: 90%;
  text-align: center;
}

.slider-2 .swiper-button-prev,
.slider-2 .swiper-button-next {
  top: 50%;
  width: 1.125rem;
}

.slider-2 .swiper-button-prev:focus,
.slider-2 .swiper-button-next:focus {
  /* even if you can't see it chrome you can see it on mobile device */
  outline: none;
}

.slider-2 .swiper-button-prev {
  left: -0.5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 1.125rem 1.75rem;
}

.slider-2 .swiper-button-next {
  right: -0.5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 1.125rem 1.75rem;
}

/********************/
/*     Download     */
/********************/
.basic-4 {
  padding-top: 7.75rem;
  padding-bottom: 8.125rem;
  background: url("../images/download-background.jpg") center center no-repeat;
  background-size: cover;
}

.basic-4 .text-container {
  margin-bottom: 3.5rem;
  text-align: center;
}

.basic-4 h3 {
  margin-bottom: 1.875rem;
}

.basic-4 .btn-solid-lg {
  margin-right: 0.375rem;
  margin-bottom: 1.125rem;
  margin-left: 0.375rem;
}

/******************/
/*     Footer     */
/******************/
.footer {
  padding-top: 5rem;
  padding-bottom: 0.5rem;
  background-color: #0a0a0e;
}

.footer a {
  text-decoration: none;
}

.footer .footer-col {
  margin-bottom: 3rem;
}

.footer h6 {
  margin-bottom: 0.625rem;
  color: #9f9caf;
}

.footer p,
.footer a,
.footer ul {
  color: #9f9caf;
}

.footer .li-space-lg li {
  margin-bottom: 0.375rem;
}

.footer .footer-col.third .fa-stack {
  width: 2em;
  margin-bottom: 1.25rem;
  margin-right: 0.375rem;
  font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
  color: #ffffff;
  transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
  color: #3b384b;
  transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
  color: #ffffff;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
  color: #552288;
}

/*********************/
/*     Copyright     */
/*********************/
.copyright {
  padding-bottom: 1rem;
  text-align: center;
}

.copyright p,
.copyright a {
  color: #9f9caf;
  text-decoration: none;
}

/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
  position: fixed;
  z-index: 999;
  right: .25rem;
  bottom: 0.75rem;
  display: none;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 1.875rem;
  background: #1d1d1d url("../images/up-arrow.png") no-repeat center 47%;
  background-size: 1.125rem 1.125rem;
  text-indent: -9999px;
}

a:hover.back-to-top {
  background-color: #552288;
}

/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
  padding: 4rem 0 0;
}

.ex-header h1 {
  color: #fff;
}
.ex-header h2 {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
}
.ex-basic-1 .list-unstyled .fas {
  color: #552288;
  font-size: 0.375rem;
  line-height: 1.75rem;
}

.ex-basic-1 .list-unstyled .media-body {
  margin-left: 0.5rem;
}

.ex-basic-1 .list-unstyled.list-icon-lg .media {
  margin-bottom: 2.5rem;
}

.ex-basic-1 .list-unstyled.list-icon-lg .list-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #552288;
  text-align: center;
}

.ex-basic-1 .list-unstyled.list-icon-lg .fas {
  color: #ffffff;
  font-size: 1rem;
  line-height: 3rem;
}

.ex-basic-1 .list-unstyled.list-icon-lg .media-body {
  margin-left: 1rem;
}

.ex-basic-1 .text-box {
  padding: 1.25rem 1.25rem 0.5rem 1.25rem;
  /* background-color: #fbfafb; */
}

.ex-basic-1 .text-box .text-box-icon {
  color: #552288;
  font-size: 2.5rem;
}

.ex-basic-1 .map-responsive {
  overflow: hidden;
  position: relative;
  height: 0;
  margin-bottom: 3rem;
  padding-bottom: 56.25%;
  border-radius: 0.25rem;
}

.ex-basic-1 .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: none;
}

.ex-cards-1 .card {
  border: none;
  background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
  width: 2em;
  font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
  color: #552288;
}

.ex-cards-1 .card .fa-stack-1x {
  color: #fff;
  font-weight: 700;
  line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .media-body {
  margin-left: 0.75rem;
}

.ex-cards-1 .card .list-unstyled .media-body h4 {
  margin-bottom: 0.25rem;
}

.ex-cards-2 {
  text-align: center;
}

.ex-cards-2 .card {
  max-width: 15.75rem;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
  border: 1px solid #bdc7df;
  background-color: transparent;
}

.ex-cards-2 .card .card-body {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.ex-cards-2 .card .package {
  margin-bottom: 1.625rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.375rem;
}

.ex-cards-2 .card .price {
  margin-bottom: 0.5rem;
}

.ex-cards-2 .card .currency {
  position: relative;
  margin-right: 0.25rem;
  color: #552288;
  font-weight: 600;
  font-size: 1.5rem;
  top: -1.125rem;
}

.ex-cards-2 .card .value {
  color: #552288;
  font-weight: 700;
  font-size: 3.25rem;
}

.ex-cards-2 .card .period {
  margin-top: -0.25rem;
  margin-bottom: 1rem;
}

.ex-cards-2 .card p {
  margin-bottom: 1.625rem;
}

.ex-cards-2 .button-wrapper {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
}

.ex-cards-2 .btn-solid-reg:hover {
  border: 1px solid #552288;
  background-color: #ffffff;
}

.ex-cards-3 {
  text-align: center;
}

.ex-cards-3 .card {
  max-width: 20.375rem;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
  border: none;
  background: transparent;
}

.ex-cards-3 .card .card-body {
  margin-bottom: 1.25rem;
  padding: 2.5rem 1.75rem 1.5rem 1.75rem;
  background-color: #423f52;
}

.ex-cards-3 .card .package {
  margin-bottom: 2.125rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.375rem;
}

.ex-cards-3 .card .price {
  margin-bottom: 0.5rem;
}

.ex-cards-3 .card .currency {
  position: relative;
  margin-right: 0.25rem;
  color: #552288;
  font-weight: 600;
  font-size: 1.5rem;
  top: -1.125rem;
}

.ex-cards-3 .card .value {
  color: #552288;
  font-weight: 700;
  font-size: 3.25rem;
}

.ex-cards-3 .card .period {
  margin-top: -0.25rem;
  margin-bottom: 1.75rem;
}

.ex-cards-3 .card .list-unstyled {
  text-align: left;
}

.ex-cards-3 .card .list-unstyled .fas {
  color: #552288;
  font-size: 1rem;
  line-height: 1.75rem;
}

.ex-cards-3 .card .list-unstyled .media-body {
  margin-left: 0.625rem;
}

.ex-cards-3 .card .btn-solid-reg {
  border-radius: 0;
  width: 100%;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.ex-cards-4 {
  text-align: center;
}

.ex-cards-4 .card {
  margin-right: 1.5rem;
  margin-bottom: 5rem;
  border: none;
  background-color: #423f52;
}

.ex-cards-4 .card .price {
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #552288;
  text-align: center;
}

.ex-cards-4 .card .value {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 4.5rem;
}

.ex-cards-4 .card .card-body {
  margin-bottom: 0.75rem;
  padding: 2.5rem 1.75rem 2.5rem 1.75rem;
}

.ex-cards-4 .card .package {
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.375rem;
}

.ex-cards-4 .card p {
  margin-bottom: 1.5rem;
  text-align: left;
}

.ex-cards-4 .card .list-unstyled {
  margin-bottom: 1.75rem;
  text-align: left;
}

.ex-cards-4 .card .list-unstyled .fas {
  color: #552288;
  font-size: 0.375rem;
  line-height: 1.75rem;
}

.ex-cards-4 .card .list-unstyled .media-body {
  margin-left: 0.5rem;
}

.ex-form-1 .form-group {
  margin-bottom: 1.75rem;
}

.ex-form-1 .label-control {
  top: 1.375rem;
  left: 1.375rem;
  font-size: 1rem;
}

.ex-form-1 .form-control-input:focus + .label-control,
.ex-form-1 .form-control-input.notEmpty + .label-control,
.ex-form-1 .form-control-textarea:focus + .label-control,
.ex-form-1 .form-control-textarea.notEmpty + .label-control {
  top: 0.375rem;
}

.ex-form-1 .form-control-input {
  padding-top: 1.5rem;
  padding-bottom: 0.625rem;
}

.ex-form-1 .form-control-textarea {
  padding-top: 1.5rem;
}

.ex-form-1 .form-control-submit-button {
  height: 4rem;
  border-radius: 2.5rem;
}

.ex-basic-1 .text-div {
  padding: 0.75rem 1rem;
}

.ex-basic-1 .text-div p {
  color: #1d1d1d;
}

.ex-basic-1 .text-div h2 {
  color: #1d1d1d;
  font-size: 1.8rem;
}

.h1-mission {
  font-size: 1.25rem;
  line-height: 2.05rem;
}

.feature-bg {
  background: #552288;
}

.text-wrapper {
  height: 100%;
  display: table;
  padding-left: 140px;
}

@media only screen and (max-width: 360px) {
  .text-wrapper {
    margin-top: 25px;
    margin-bottom: 85px;
    padding-left: 95px;
  }
}
@media only screen and (max-width: 414px) {
  .text-wrapper {
    margin-top: 15px;
    margin-bottom: 65px;
    padding-left: 95px;
  }
}

.title-hl {
  color: #1d1d1d;
}

.text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.feature-thumb {
  padding: 40px 0;
}

.feature-item {
  padding: 30px;
}

.feature-item .icon {
  float: left;
  border: 1px solid #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.feature-item .icon i {
  font-size: 36px;
  color: #fff;
  line-height: 80px;
}

.feature-content {
  color: #fff;
  margin-left: 100px;
}

.feature-content h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.feature-content p {
  color: #f1f1f8;
}

.feature-item:hover .icon {
  background: #fff;
}

.feature-item:hover .icon i {
  color: #1d1d1d;
}

/*************************/
/*     Media Queries     */
/*************************/
/* Min-width 768px */
@media (min-width: 768px) {
  /* Header */
  .header {
    padding-top: 9rem;
  }

  .navbar .nav-item .nav-link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    color: #0a0a0e;
    fill: #0a0a0e;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .header .btn-solid-lg {
    margin-bottom: 0;
  }
  .header .btn-solid-login {
    margin-bottom: 0;
  }

  .header .text-container {
    margin-bottom: 5rem;
  }
  /* end of header */

  .h1-mission {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  /* Features */
  .tabs .fa-stack {
    margin-right: 1rem;
    font-size: 2.25rem;
  }

  .tabs .fa-stack .fa-stack-1x {
    font-size: 1.75rem;
  }
  /* end of features */

  /* Screenshots */
  .slider-2 .swiper-button-prev {
    width: 1.375rem;
    background-size: 1.375rem 2.125rem;
  }

  .slider-2 .swiper-button-next {
    width: 1.375rem;
    background-size: 1.375rem 2.125rem;
  }
  /* end of screenshots */

  /* Extra Pages */
  .ex-basic-1 .list-unstyled.list-icon-lg .list-icon {
    width: 5rem;
    height: 5rem;
  }

  .ex-basic-1 .list-unstyled.list-icon-lg .fas {
    font-size: 2rem;
    line-height: 5rem;
  }

  .ex-basic-1 .list-unstyled.list-icon-lg .media-body {
    margin-left: 1.5rem;
  }

  .ex-basic-1 .text-box {
    padding: 1.75rem 2rem 0.875rem 2rem;
  }

  .ex-basic-1 .text-div {
    padding: 4.75rem 2rem;
  }

  .ex-basic-1 .text-div h2,
  p {
    color: #1d1d1d;
  }

  .ex-cards-2 .card {
    display: inline-block;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    vertical-align: top;
  }

  .ex-cards-3 .card {
    display: inline-block;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    vertical-align: top;
  }

  .ex-cards-3 .card .card-body {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .ex-cards-4 .card {
    display: inline-block;
    max-width: 20rem;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    vertical-align: top;
  }

  .ex-cards-4 .card .card-body {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  /* end of extra pages */
}
/* end of min-width 768px */

/* Min-width 992px */
@media (min-width: 992px) {
  /* General Styles */
  h1 {
    font-size: 3.25rem;
    line-height: 4.125rem;
  }

  .h2-heading {
    width: 32rem;
    margin-right: auto;
    margin-left: auto;
  }

  .p-heading {
    width: 34rem;
    margin-right: auto;
    margin-left: auto;
    color: #1c182a;
  }
  /* end of general styles */

  /* Navigation */
  .navbar {
    padding-top: 1.75rem;
    background-color: transparent;
    box-shadow: none;
    transition: all 0.2s;
  }

  .desktopLogo {
    display: block;
  }

  .mobileLogo {
    display: none;
  }

  .navbar.top-nav-collapse {
    padding-top: 0.5rem;
    /* background-color: #0a0a0e; */
    background-color: #ffffff;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.3);
  }

  .offcanvas-collapse {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    overflow-y: visible;
    visibility: visible;
  }

  .offcanvas-collapse.open {
    -webkit-transform: none;
    transform: none;
  }

  .navbar .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar .nav-item .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .navbar .nav-item .nav-link.btn-solid-lg {
    padding: 1rem 1.25rem;
    color: #ffffff;
  }
  .navbar .nav-item .nav-link.btn-solid-login {
    padding: 1rem 1.25rem;
    color: #ffffff;
  }

  .navbar .nav-item .nav-link.btn-solid-lg:hover {
    color: #552288;
  }
  .navbar .nav-item .nav-link.btn-solid-login:hover {
    color: #552288;
  }

  .navbar .dropdown-menu {
    margin-top: 0.25rem;
    /* background-color: #0a0a0e; */
    background-color: #ffffff;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.125);
  }

  .navbar .dropdown-divider {
    width: 90%;
  }

  .navbar .social-icons {
    margin-left: 0.5rem;
  }

  .navbar .fa-stack {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0.25rem;
  }
  /* end of navigation */

  /* Header */
  .header {
    padding-top: 7rem;
    text-align: left;
  }

  .header .text-container {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .header .btn-solid-lg {
    margin-right: 0.625rem;
    margin-left: 0;
  }

  /* end of header */

  /* Testimonials */
  .slider-1 .swiper-container {
    width: 92%;
  }

  .slider-1 .swiper-button-prev {
    left: -1rem;
    width: 1.375rem;
    background-size: 1.375rem 2.125rem;
  }

  .slider-1 .swiper-button-next {
    right: -1rem;
    width: 1.375rem;
    background-size: 1.375rem 2.125rem;
  }
  /* end of testimonials */

  /* Features */
  .tabs #tab-1 .list-unstyled {
    margin-top: 2.5rem;
  }

  .tabs #tab-1 .li-space-lg li {
    margin-bottom: 1.875rem;
  }

  .tabs #tab-1 .first .fa-stack {
    position: absolute;
    right: 0;
  }

  .tabs #tab-1 .first .media-body {
    max-width: 12.625rem;
    text-align: right;
  }

  .tabs #tab-1 img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs #tab-2 img {
    margin-bottom: 0;
  }

  .tabs #tab-3 p.sub-heading {
    margin-bottom: 0;
  }

  /* end of features */

  /* Video */
  .basic-1 .image-container {
    max-width: 55rem;
    margin-right: auto;
    margin-left: auto;
  }
  /* end of video */

  /* Details 1 */
  .basic-2 .image-container {
    margin-bottom: 0;
  }
  .img-fluid {
    border-radius: 0px;
    height: auto;
    max-width: 100%;
  }
  .img-fluid_header {
    border-radius: 12px;
    box-shadow: rgba(31, 31, 34, 0.2) 0px 7px 29px 0px;
  }
  .img-fluid_about {
    background-color: #fff;
    border-radius: 12px;
    width: 350px;
    float: right;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .basic-2 .text-container {
    margin-top: 3.5rem;
  }
  /* end of details 1 */

  /* Details 1 Lightbox */
  .lightbox-basic {
    padding: 3rem 3rem;
  }

  .lightbox-basic .image-container {
    margin-bottom: 0;
    text-align: left;
  }
  /* end of details 1 lightbox */

  /* Details 2 */
  .basic-3 .text-container {
    margin-top: 3.5rem;
    margin-bottom: 0;
  }
  /* end of details 2 */

  /* Screenshots */
  .slider-2 .swiper-container {
    width: 92%;
  }
  /* end of screenshots */

  /* Download */
  .basic-4 {
    padding-top: 8rem;
  }

  .basic-4 .text-container {
    margin-top: 6rem;
  }
  /* end of download */

  /* Footer */
  .footer .footer-col {
    margin-bottom: 2rem;
  }

  .footer .footer-col.first {
    display: inline-block;
    width: 20rem;
    margin-right: 1.75rem;
    vertical-align: top;
  }

  .footer .footer-col.second {
    display: inline-block;
    width: 20rem;
    margin-right: 1.75rem;
    vertical-align: top;
  }

  .footer .footer-col.third {
    display: inline-block;
    width: 14rem;
    text-align: right;
    vertical-align: top;
  }

  .footer .footer-col.third .fa-stack {
    margin-right: 0rem;
    margin-left: 0.375rem;
  }
  /* end of footer */

  /* Extra Pages */
  .ex-cards-1 .card {
    display: inline-block;
    width: 18.5rem;
    vertical-align: top;
  }

  .ex-cards-1 .card:nth-of-type(3n + 2) {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  /* end of extra pages */
}
/* end of min-width 992px */

/* Min-width 1200px */
@media (min-width: 1200px) {
  /* Header */
  .header {
    padding-top: 7rem;
  }

  .header .text-container {
    margin-top: 7.5rem;
    margin-left: 1.5rem;
  }

  .header img {
    margin-left: 2.5rem;
  }
  /* end of header */

  /* Testimonials */
  .slider-1 .swiper-button-prev {
    left: -1.5rem;
  }

  .slider-1 .swiper-button-next {
    right: -1.5rem;
  }
  /* end of testimonials */

  /* Features */
  .tabs {
    padding-bottom: 8rem;
  }

  .tabs img {
    width: 18.75rem;
  }

  .tabs #tab-1 .list-unstyled {
    margin-top: 3.875rem;
  }

  .tabs #tab-1 .li-space-lg li {
    margin-bottom: 2.875rem;
  }

  .tabs #tab-1 .first .media-body {
    max-width: 16.375rem;
    margin-right: 5.75rem;
    margin-left: auto;
  }

  .tabs #tab-2 h3 {
    margin-top: 0.5rem;
  }

  .tabs #tab-2 .list-unstyled {
    display: inline-block;
    width: 21.125rem;
    vertical-align: top;
  }

  .tabs #tab-2 .list-unstyled.first {
    margin-right: 3rem;
  }

  .tabs #tab-2 .li-space-lg li {
    margin-bottom: 1.5rem;
  }

  .tabs #tab-3 .list-unstyled {
    display: inline-block;
    width: 21.125rem;
    margin-top: 1rem;
    vertical-align: top;
  }

  .tabs #tab-3 .list-unstyled.first {
    margin-right: 3rem;
  }

  .tabs #tab-3 .li-space-lg li {
    margin-bottom: 1.5rem;
  }

  .tabs #tab-3 h3 {
    margin-top: 0;
  }
  /* end of features */

  /* Details 1 */
  .basic-2 .image-container {
    margin-left: 3rem;
  }

  .basic-2 .text-container {
    margin-right: 3rem;
    margin-left: 2.875rem;
  }

  .basic-2 h2 {
    width: 20rem;
  }
  /* end of details 1 */

  /* Details 1 Lightbox */
  .lightbox-basic .image-container {
    margin-right: 1.5rem;
  }
  /* end of details 1 lightbox */

  /* Details 2 */
  .basic-3 .text-container {
    margin-left: 3rem;
    margin-right: 2.75rem;
  }

  .basic-3 .image-container {
    margin-left: 2.875rem;
  }

  .basic-3 h2 {
    width: 20rem;
  }
  /* end of details 2 */

  /* Statistics */
  .counter #counter .cell {
    margin-right: 2.75rem;
    margin-left: 2.75rem;
  }

  .counter #counter .fas {
    margin-bottom: 1.25rem;
  }

  .counter #counter .counter-value {
    font-size: 3.75rem;
    line-height: 4rem;
  }
  /* end of statistics */

  /* Screenshots */
  .slider-2 .swiper-container {
    width: 100%;
  }

  .slider-2 .swiper-button-prev {
    left: -2rem;
  }

  .slider-2 .swiper-button-next {
    right: -2rem;
  }
  /* end of screenshots */

  /* Download */
  .basic-4 .text-container {
    margin-top: 10rem;
    margin-right: 3rem;
  }
  /* end of download */

  /* Footer */
  .footer .footer-col.first {
    width: 22rem;
    margin-right: 7rem;
  }

  .footer .footer-col.second {
    width: 20rem;
    margin-right: 5.5rem;
  }

  .footer .footer-col.third {
    width: 14rem;
    text-align: right;
  }
  /* end of footer */

  /* Extra Pages */
  .ex-cards-1 .card {
    width: 21rem;
  }

  .ex-cards-1 .card:nth-of-type(3n + 2) {
    margin-right: 2.875rem;
    margin-left: 2.875rem;
  }
  /* end of extra pages */
}
/* end of min-width 1200px */

/* Core Team mowa */

.sec-title a {
  color: #552288;
  text-decoration: none;
  font-size: large;
  font-weight: 700;
}
.sec-title a:hover {
  color: #1d1d1d;
  text-decoration: none;
  font-size: large;
  font-weight: 700;
  cursor: pointer;
  transition: 0.8s;
}

.title a:hover {
  color: #121212;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}

.team-page-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 1px;
}

.team-page-section .team-block {
  margin-bottom: 60px;
}

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
}

.sec-title .title {
  position: relative;
  font-size: 18px;
  color: #552288;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.sec-title .separator {
  position: relative;
  width: 40px;
  margin-top: 16px !important;
}

.sec-title .separator:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 10px;
  height: 2px;
  background-color: #ff9600;
}

.sec-title .separator:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 10px;
  height: 2px;
  background-color: #ff9600;
}

.sec-title .separator span {
  position: absolute;
  left: 50%;
  top: -2px;
  width: 10px;
  height: 5px;
  margin-left: -5px;
  display: inline-block;
  background-color: #bd0000;
}

.sec-title h2 {
  position: relative;
  color: #222222;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  margin-top: 35px;
}

.sec-title .text {
  position: relative;
  font-size: 14px;
  line-height: 1.9em;
  color: #555555;
  margin-top: 10px;
}

.sec-title.centered .separator {
  margin: 0 auto !important;
  float: none !important;
}

.sec-title.centered {
  text-align: center !important;
}

.sec-title.light .title {
  color: #ffffff;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.light .separator span {
  background-color: #ff9600;
}

.sec-title.light .separator:before,
.sec-title.light .separator:after {
  background-color: #ffffff;
}

.team-section {
  position: relative;
  padding: 80px 0px 60px;
}

.team-section.style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}

.team-section .title-box {
  position: relative;
  text-align: center;
}

.team-section .title-box h2 {
  position: relative;
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 50px;
}

.team-section .title-box h2 span {
  color: #ff9600;
}

.team-block {
  position: relative;
}

.team-block .inner-box {
  position: relative;
  padding: 40px 70px 28px 0px;
}

.team-block .inner-box:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  left: 70px;
  bottom: 0px;
  border-radius: 10px;
  background-color: #f5f5f5;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.team-block .inner-box::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 70px;
  bottom: 0px;
  width: 0%;
  border-radius: 10px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.team-block .inner-box:hover::after {
  width: 81%;
}

.team-block .inner-box .social-icons {
  position: absolute;
  right: 25px;
  top: 100px;
  z-index: 1;
}

.team-block .inner-box .social-icons li {
  position: relative;
  margin-bottom: 20px;
}

.team-block .inner-box .social-icons li a {
  position: relative;
  color: #552288;
  font-size: 18px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team-block .inner-box:hover .lower-content h3 a,
.team-block .inner-box:hover .social-icons li a,
.team-block .inner-box:hover .lower-content .designation {
  color: #ff9600;
}
.team-block .inner-box:hover .lower-content h3 {
  color: #121212;
}

.team-block .inner-box .image {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 35px rgba(0, 0, 0, 0.2);
}

.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.team-block .inner-box .lower-content {
  position: relative;
  text-align: left;
  z-index: 1;
  padding: 30px 15px 0px 110px;
}

.team-block .inner-box .lower-content h3 {
  position: relative;
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.team-block .inner-box .lower-content h3 a {
  position: relative;
  color: #bd0000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team-block .inner-box .lower-content .designation {
  position: relative;
  margin-top: 5px;
  color: #777777;
  font-size: 14px;
}

.team-block.style-two .inner-box .lower-content h3 a,
.team-block.style-two .inner-box .social-icons li a {
  color: #ff9600;
}

.team-block.style-two .inner-box:hover .lower-content h3 a,
.team-block.style-two .inner-box:hover .social-icons li a {
  color: #ffffff;
}

.team-block.style-two .inner-box::after {
  background-image: -ms-linear-gradient(top, #ffeb3c 0%, #ff9600 100%);
  background-image: -moz-linear-gradient(top, #ffeb3c 0%, #ff9600 100%);
  background-image: -o-linear-gradient(top, #ffeb3c 0%, #ff9600 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ffeb3c),
    color-stop(100, #ff9600)
  );
  background-image: -webkit-linear-gradient(top, #ffeb3c 0%, #ff9600 100%);
  background-image: linear-gradient(to bottom, #ffeb3c 0%, #ff9600 100%);
}
@media screen and (max-width: 1200px) {
  #team {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  #team {
    padding: 90px 0;
  }
  #team .team-section-text {
    padding-bottom: 50px;
    padding-top: 0;
  }
}
*/



/* Team Item */
.team-item img:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.team-item {
  margin: 15px 0;
  border-radius: 12px;
  /* background-color: #fff; */
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.team-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  border: 1px solid #3b5998;
}
@media (min-width: 1500px){
  
  .team-img{
    width:50vw;
    height:50vw;
    
  }
  .cv-img{
    width:30vw;
    height:30vw;
    
  }
}
@media (max-width: 600px){
  .team-img{
    width:50vw;
    height:50vw;
    
  }
  
  .cv-img{
    width:50vw;
    height:50vw;
    
  }
}
@media (min-width: 600px){
  .team-img{
    width:15vw;
    height:15vw;
    
  }
  
  .cv-img{
    width:10vw;
    height:10vw;
    
  }
}

.team-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.line-remove{
  text-decoration: none;

}

.Products-img img {
  padding: 5px;
  width: 36px;
  border-radius: 15px;
  /* background-color: #B1FCD0; */
  display: flex;
  align-content: left;
  margin: 3px;
}
.team-item .team-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  /* background: rgba(255, 255, 255, 0.8); */
  opacity: 0;
  width: 100%;
  border-radius: 0px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.abs-circle {
  position: absolute;
  top: 30%;
  left: 40%;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: -1;
}

.team-item:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  z-index: 4;
  /* background-color: #242b54; */
}

.team-item:hover .abs-circle {
  animation: bgMagic 0.6s;
}

.team-item:hover .Boobs {
  animation: slideIn 1s;
  animation-fill-mode: forwards;
}

.Boobs a {
  margin: 0 auto;
  transition-duration: 1.5s;
  width: 100%;
}
.Boobs p {
  display: none;
  color: #9f9caf;
  transition-duration: 1.5s;
  transform: translateX(-10%);
  opacity: 0;
}
.Boobs h3 {
  text-align: center;
}

.team-item:hover .Boobs p {
  transition-duration: 1.5s;
  transform: translateX(0%);
  opacity: 10;
  display: flex;
}

.team-item:hover .Boobs h3 {
  transition-duration: 1s;
  text-align: left;
}

.team-item:hover .team-img {
  animation: borderMagic 0.6s;
  animation-fill-mode: forwards;
}

.teamrow:hover .team-item:not(:hover) {
  filter: blur(3px);
}

.teamms:hover .teamrow:not(:hover) {
  filter: blur(3px);
}

.team-item .overlay-social-icon {
  color: #fff;
  top: 45%;
  position: absolute;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons {
  padding-left: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li {
  display: inline-block;
  margin: 0 4px;
}

.team-item .overlay-social-icon .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
  font-size: 20px;
  color: #fff;
  width: 36px;
  height: 36px;

  display: block;
  border-radius: 30px;
  line-height: 36px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-facebook-filled {
  background: #3b5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-twitter-filled {
  background: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-instagram-filled {
  background: #fb3958;
}

.team-item .info-text {
  padding: 15px 20px;
  /* background: #fff; */
  border-radius: 12px;
}

.team-item .info-text h3 a {
  font-size: 16px;
  text-transform: uppercase;
  color: #f1f1f1;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
}

.team-item .info-text h3 a {
  text-decoration: none;
  color: #f1f1f1;
}

.team-item .info-text h3 a:hover {
  color: #3d73bd;
}

.team-item .info-text p {
  margin: 0;
  color: #d5d3d3;
  text-align: justify;
}

.team-item:hover {
  opacity: 1;
  /* box-shadow: rgba(210, 209, 209, 0.1) 0px 10px 50px; */
}
/* ==========================================================================
  17. Blog
   ========================================================================== */
#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#blog .blog-item-wrapper:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}

#blog .blog-item-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#blog .blog-item-img img {
  width: 100%;
}

#blog .blog-item-text {
  padding: 20px;
}

#blog .blog-item-text h3 {
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

#blog .blog-item-text h3 a {
  color: #333;
}

#blog .blog-item-text h3 a:hover {
  color: #3d60f4;
}

#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}

.meta-tags {
  margin-bottom: 10px;
}

.meta-tags span {
  color: #999;
  margin-right: 10px;
}

.meta-tags span i {
  margin-right: 5px;
}

.meta-tags span a {
  color: #999;
}

.meta-tags span a:hover {
  color: #3d60f4;
}

.page-header {
  background-image: url(../img/page-header-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.page-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.breadcrumb-wrapper {
  padding: 180px 0 100px;
}

.breadcrumb-wrapper h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.breadcrumb-wrapper .breadcrumb-title p,
.breadcrumb-wrapper .breadcrumb-title a {
  color: #fff;
}

.breadcrumb-wrapper .breadcrumb-title p:hover,
.breadcrumb-wrapper .breadcrumb-title a:hover {
  color: #3d60f4;
}

#blog-single {
  padding: 60px 0;
}

#blog-single .blog-post {
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 75px;
  border-radius: 10px;
}
.blog-post p {
  color: #000;
}

#blog-single .blog-post .post-thumb img {
  width: 100%;
}

#blog-single .blog-post .post-content {
  padding: 30px;
}

#blog-single .blog-post .post-content h3 {
  font-size: 22px;
  padding-bottom: 10px;
  color: #121212;
}

.blog-comment {
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}

.blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.blog-comment .comment-list .children {
  padding-left: 40px;
}

.blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
}

.blog-comment .comment-author {
  margin-bottom: 10px;
}

.blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}

.post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.post-meta ul li i {
  margin-right: 5px;
}

.post-meta ul li a {
  color: #fff;
}

.post-meta ul li a:hover {
  color: #3d60f4;
}

.single-widget {
  margin-bottom: 30px;
}
.single-widget a {
  text-decoration: none;
}
.single-widget img {
  width: 45%;
  height: auto;
  float: right;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin: 6px;
  border-radius: 6px;
}

.single-widget .form-control {
  margin-bottom: 0;
}

.single-widget {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.widget-latest-post h4,
.categories h4,
.tags h4 {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 30px;
  text-transform: capitalize;
  padding-bottom: 10px;
  border-bottom: 3px double #ddd;
}

.single-latest-post {
  margin-bottom: 20px;
  overflow: hidden;
}

.single-latest-post .latest-post-img {
  float: left;
  width: 30%;
  margin-right: 20px;
}

.single-latest-post a {
  color: #333333;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
  text-decoration: none;
}

.single-latest-post h5 {
  margin-bottom: 0;
}

.single-latest-post a:hover {
  color: #3d60f4;
}

.categories ul li {
  padding-bottom: 10px;
}

.categories ul li a {
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
}

.categories ul li a:hover {
  color: #3d60f4;
}

.tags {
  width: 100%;
  display: inline-block;
}

.tags ul li a {
  color: #999;
  border: 1px solid #f1f1f1;
  padding: 5px 15px;
  margin: 0 5px 5px 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  display: block;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tags ul li a:hover {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}

.testimonial {
  background: #34363a;
  position: relative;
  background: url(../img/testimonial.jpg);
}

.testimonial .section-title {
  color: #fff;
}

.testimonial p {
  color: #fff;
}

.testimonial-item {
  border-radius: 4px;
  text-align: center;
}

.testimonial-item .img-thumb {
  position: relative;
  margin: 15px 15px 15px 0;
}

.testimonial-item .img-thumb img {
  border-radius: 50%;
  display: inline-block;
  width: inherit;
  padding: 7px;
}

.testimonial-item .content {
  overflow: hidden;
}

.testimonial-item .content .description {
  width: 100%;
}

.testimonial-item .info h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}

.testimonial-item .info h2 a {
  color: #fff;
}

.testimonial-item .info h3 {
  margin: 0;
  clear: both;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}

.testimonial-item .info h3 a {
  color: #fff;
}

.testimonial-item .info .indicator {
  font-size: 26px;
  font-weight: 700;
  color: #3d60f4;
}

.testimonial-item .icon-social {
  margin-top: 30px;
}

.testimonial-item .icon-social a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 15px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.testimonial-item .icon-social a:hover {
  color: #fff;
}

.testimonial-item .icon-social .facebook:hover {
  background: #3b5999;
}

.testimonial-item .icon-social .twitter:hover {
  background: #4a9cec;
}

.testimonial-item .icon-social .instagram:hover {
  background: #d6274d;
}

.testimonial-item .icon-social .linkedin:hover {
  background: #1260a2;
}

.testimonial-item .icon-social .google:hover {
  background: #ce332a;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
  text-align: center;
}

.owl-carousel button.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-carousel button.owl-dot.active span,
.owl-carousel button.owl-dot.clickable,
.owl-carousel button.owl-dot:hover span {
  background: #3d60f4;
}

.slick-slider {
  padding: 80px 0;
}

.slider-center img {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 63px 63px;
  position: relative;
  text-align: center;
}

.slider-center .slick-center img {
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
  -webkit-transform: scale(1.9);
  opacity: 1;
  transform: scale(1.9);
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 20px;
  border: 1px solid #f7f7f7;
}

.form-control:focus {
  border-color: #3d60f4;
  box-shadow: none;
  outline: none;
}

textarea {
  border-radius: 4px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right-area .contact-title {
  margin-bottom: 20px;
}

.contact-right-area .contact-title h1 {
  font-size: 22px;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}

.contact-right .single-contact p {
  margin-bottom: 0px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background: #3d60f4;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

#contact {
  position: relative;
  overflow: hidden;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #0a0a0e;
}

#conatiner-map {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  height: 480px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
}

.h3 {
  font-size: 16px;
  margin-top: 26px;
}

.subscribes {
  background: #f8f9fb;
}

.subscribes h4 {
  text-align: center;
  font-size: 40px;
}

.subscribes p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

.subscribe {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}

.subscribe .form-control {
  width: 100%;
  border-radius: 50px;
  position: relative;
  height: 52px;
  border: 1px solid #3d60f4;
}

.subscribe .btn-submit {
  border: none;
  cursor: pointer;
  background: transparent;
}

.subscribe .btn-submit i {
  width: 48px;
  height: 48px;
  background: #3d60f4;
  cursor: pointer;
  display: block;
  color: #fff;
  line-height: 48px;
  border-radius: 50%;
}

/* custom Mowa */
.Our_values {
  /* background-color: #fff; */
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 12px;
}

/* Scroll Bar  */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(215, 184, 255, 0.403);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #552288;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #66329a;
}
/* Myself Koodhi */
.MKS {
  display: flex;
  justify-content: center;
}
.contact_title p,
a,
h3 {
  color: #f1f1f1;
  font-weight: 500;
}
.myre {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #00aced;
}
.svg-icons-mowa svg {
  fill: #fff;
}
.svg-icons-mowa svg:hover {
  transition: all 0.2s;
  fill: #f61192;
}
.End-Text-mowa {
  font-size: 2.4em;
  line-height: normal;
}

/* About Page */
.pb-24 {
  padding-bottom: 6rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

.text-3xl {
  font-size: 2rem;
  line-height: normal;
}

.modal {
  display: none;
  height: 100%;
  left: 0;
  outline-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

.modal-dialog {
  margin: 3rem auto;
  pointer-events: none;
  position: relative;
  width: auto;
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  max-width: 64rem;
  min-height: calc(100% - 6rem);
}

.modal.fade .modal-dialog {
  --tw-translate-x: 0px;
  --tw-translate-y: -3.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-content {
  --tw-bg-opacity: 1;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  margin-right: 1rem;
  outline-width: 0;
  pointer-events: auto;
  position: relative;
}

.dark .modal-content {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 23, 64, var(--tw-bg-opacity));
}

.modal-header {
  --tw-border-opacity: 1;
  align-items: center;
  border-bottom-width: 1px;
  border-color: rgba(231, 232, 236, var(--tw-border-opacity));
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 1.5rem;
}

.dark .modal-header {
  --tw-border-opacity: 1;
  border-color: rgba(54, 58, 93, var(--tw-border-opacity));
}

.modal-title {
  --tw-text-opacity: 1;
  color: rgba(19, 23, 64, var(--tw-text-opacity));
  font-family: CalSans-SemiBold, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0.25rem;
}

.dark .modal-title {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-close {
  background-color: transparent;
  border-width: 0;
  position: absolute;
  right: 1.5rem;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.btn-close:hover {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.modal-body {
  flex: 1 1 auto;
  position: relative;
}

.modal-footer {
  --tw-border-opacity: 1;
  align-items: center;
  border-color: rgba(231, 232, 236, var(--tw-border-opacity));
  border-top-width: 1px;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.5rem;
}

.dark .modal-footer {
  --tw-border-opacity: 1;
  border-color: rgba(54, 58, 93, var(--tw-border-opacity));
}

.modal-backdrop {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 16, 45, var(--tw-bg-opacity));
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 40;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.video-lightbox .modal-content {
  overflow: hidden;
  width: 100%;
}

.video-lightbox .btn-close {
  background-color: hsla(0, 0%, 100%, 0.8) !important;
  border-radius: 9999px;
  padding: 0.5rem;
  right: 0.5rem;
  top: 0.5rem;
}

.video-lightbox .btn-close svg {
  height: 1.5rem;
  top: 0 !important;
  width: 1.5rem;
}

.center-text {
  text-align: center;
}

/* fontfaces */

.font-display {
  font-family: CalSans-SemiBold, sans-serif;
}

@font-face {
  font-display: swap;
  font-family: CalSans-SemiBold;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/b8c456ff9fd96840cdca.woff) format("woff"),
    url(../fonts/7f8fc3a6ae17686d2e4b.otf) format("opentype");
}

@font-face {
  font-display: swap;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/4ee96395e07a04577aab.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: DM Sans;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/bfe023d2d0f8f749d319.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/150680530af9dd9fd00b.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/c423ce2dc1d85bc50799.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: DM Sans;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/4d8bbef07cd86c84abbf.ttf) format("truetype");
}

/* Stuff Bro  */

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.inset-4 {
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  top: 1rem;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.top-\[85\%\] {
  top: 85%;
}

.-left-6 {
  left: -1.5rem;
}

.\!-right-4 {
  right: -1rem !important;
}

.\!top-\[85\%\] {
  top: 85% !important;
}

.\!left-auto {
  left: auto !important;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.-right-3 {
  right: -0.75rem;
}

.bottom-0 {
  bottom: 0;
}

.top-3 {
  top: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.left-3 {
  left: 0.75rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

.right-0 {
  right: 0;
}

.bottom-4 {
  bottom: 1rem;
}

.left-4 {
  left: 1rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-4 {
  top: 1rem;
}

.-left-4 {
  left: -1rem;
}

.-right-4 {
  right: -1rem;
}

.-left-3 {
  left: -0.75rem;
}

.top-\[60\%\] {
  top: 60%;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.bottom-12 {
  bottom: 3rem;
}

.-bottom-5 {
  bottom: -1.25rem;
}

.-left-\[18\%\] {
  left: -18%;
}

.top-1\/3 {
  top: 33.333333%;
}

.-right-\[5\%\] {
  right: -5%;
}

.right-6 {
  right: 1.5rem;
}

.top-6 {
  top: 1.5rem;
}

.top-10 {
  top: 2.5rem;
}

.left-12 {
  left: 3rem;
}

.-bottom-4 {
  bottom: -1rem;
}

.-left-8 {
  left: -2rem;
}

.-top-14 {
  top: -3.5rem;
}

.-top-10 {
  top: -2.5rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.right-12 {
  right: 3rem;
}

.right-8 {
  right: 2rem;
}

.top-8 {
  top: 2rem;
}

.-top-1\/4 {
  top: -25%;
}

.bottom-\[17\%\] {
  bottom: 17%;
}

.right-1\/3 {
  right: 33.333333%;
}

.top-1\/4 {
  top: 25%;
}

.-right-2 {
  right: -0.5rem;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.z-20 {
  z-index: 20;
}

.z-10 {
  z-index: 10;
}

.-z-10 {
  z-index: -10;
}

.order-3 {
  order: 3;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-full {
  grid-column: 1/-1;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-start-7 {
  grid-column-start: 7;
}

.my-5 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-1 {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.my-3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.\!my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.my-12 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.\!my-10 {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}

.ml-12 {
  margin-left: 3rem;
}

.mr-8 {
  margin-right: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mb-px {
  margin-bottom: 1px;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.-mt-px {
  margin-top: -1px;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-\[3px\] {
  margin-bottom: 3px;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.-mb-\[3px\] {
  margin-bottom: -3px;
}

.mt-px {
  margin-top: 1px;
}

.-mb-\[2px\] {
  margin-bottom: -2px;
}

.mb-\[2px\] {
  margin-bottom: 2px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-0 {
  margin-top: 0;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.mr-auto {
  margin-right: auto;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.-mt-\[3\.5rem\] {
  margin-top: -3.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-4 {
  height: 1rem;
}

.h-10 {
  height: 2.5rem;
}

.h-px {
  height: 1px;
}

.h-5 {
  height: 1.25rem;
}

.h-\[1\.125rem\] {
  height: 1.125rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-24 {
  height: 6rem;
}

.h-\[8\.125rem\] {
  height: 8.125rem;
}

.h-\[18\.75rem\] {
  height: 18.75rem;
}

.h-\[\.875rem\] {
  height: 0.875rem;
}

.h-9 {
  height: 2.25rem;
}

.h-80 {
  height: 20rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-\[5\.5rem\] {
  height: 5.5rem;
}

.h-16 {
  height: 4rem;
}

.h-\[430px\] {
  height: 430px;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-3 {
  height: 0.75rem;
}

.h-screen {
  height: 100vh;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0;
}

.h-7 {
  height: 1.75rem;
}

.h-\[4\.25rem\] {
  height: 4.25rem;
}

.h-\[2\.25rem\] {
  height: 2.25rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-72 {
  max-height: 18rem;
}

.w-full {
  width: 100%;
}

.w-12 {
  width: 3rem;
}

.w-4 {
  width: 1rem;
}

.w-10 {
  width: 2.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-\[1\.125rem\] {
  width: 1.125rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-24 {
  width: 6rem;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[8\.125rem\] {
  width: 8.125rem;
}

.w-1\/2 {
  width: 50%;
}

.w-\[\.875rem\] {
  width: 0.875rem;
}

.w-36 {
  width: 9rem;
}

.w-48 {
  width: 12rem;
}

.w-7 {
  width: 1.75rem;
}

.w-\[74\.5\%\] {
  width: 74.5%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-\[2\.625rem\] {
  width: 2.625rem;
}

.w-\[5\.5rem\] {
  width: 5.5rem;
}

.w-28 {
  width: 7rem;
}

.w-16 {
  width: 4rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3 {
  width: 0.75rem;
}

.w-0 {
  width: 0;
}

.w-72 {
  width: 18rem;
}

.w-\[17\%\] {
  width: 17%;
}

.w-\[22\%\] {
  width: 22%;
}

.w-\[4\.25rem\] {
  width: 4.25rem;
}

.w-\[2\.25rem\] {
  width: 2.25rem;
}

.w-\[28\%\] {
  width: 28%;
}

.w-\[12\%\] {
  width: 12%;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[14rem\] {
  min-width: 14rem;
}

.min-w-\[220px\] {
  min-width: 220px;
}

.min-w-\[252px\] {
  min-width: 252px;
}

.min-w-\[12rem\] {
  min-width: 12rem;
}

.min-w-fit {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-\[9rem\] {
  min-width: 9rem;
}

.min-w-\[736px\] {
  min-width: 736px;
}

.min-w-\[280px\] {
  min-width: 280px;
}

.max-w-\[10rem\] {
  max-width: 10rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-\[7\.5rem\] {
  max-width: 7.5rem;
}

.max-w-\[48\.125rem\] {
  max-width: 48.125rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-\[35rem\] {
  max-width: 35rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-\[91rem\] {
  max-width: 91rem;
}

.max-w-\[13\.125rem\] {
  max-width: 13.125rem;
}

.max-w-\[90rem\] {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[50\%\] {
  max-width: 50%;
}

.max-w-\[90\.375rem\] {
  max-width: 90.375rem;
}

.max-w-\[25\.625rem\] {
  max-width: 25.625rem;
}

.max-w-\[9\.625rem\] {
  max-width: 9.625rem;
}

.max-w-\[53\.125rem\] {
  max-width: 53.125rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[3\] {
  flex: 3;
}

.flex-\[3_3_0\%\] {
  flex: 3 3 0%;
}

.flex-shrink-0,
.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.basis-3\/12 {
  flex-basis: 25%;
}

.basis-8\/12 {
  flex-basis: 66.666667%;
}

.basis-4\/12 {
  flex-basis: 33.333333%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-x-1\/2,
.-translate-y-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
}

.-translate-y-2\/4,
.-translate-y-4 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.rotate-\[8deg\] {
  --tw-rotate: 8deg;
}

.rotate-\[8deg\],
.scale-150 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.-scale-y-100 {
  --tw-scale-y: -1;
}

.-scale-y-100,
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* stuff ends bro  */

/* grids */

.sm\:col-span-3 {
  grid-column: span 3 / span 3;
}
.sm\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* NEW BODY MOWA PICHI */

.abt-invest {
  display: flex;
}
.abt-invest p,
h1,
h2,
span {
  color: #f1f1f1;
}

/* About Page */
.pb-24 {
  padding-bottom: 6rem;
}
.mt-16 {
  margin-top: 4rem;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

.text-3xl {
  font-size: 2rem;
  line-height: normal;
}

.modal {
  display: none;
  height: 100%;
  left: 0;
  outline-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

.modal-dialog {
  margin: 3rem auto;
  pointer-events: none;
  position: relative;
  width: auto;
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  max-width: 64rem;
  min-height: calc(100% - 6rem);
}

.modal.fade .modal-dialog {
  --tw-translate-x: 0px;
  --tw-translate-y: -3.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-content {
  --tw-bg-opacity: 1;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  margin-right: 1rem;
  outline-width: 0;
  pointer-events: auto;
  position: relative;
}

.dark .modal-content {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 23, 64, var(--tw-bg-opacity));
}

.modal-header {
  --tw-border-opacity: 1;
  align-items: center;
  border-bottom-width: 1px;
  border-color: rgba(231, 232, 236, var(--tw-border-opacity));
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 1.5rem;
}

.dark .modal-header {
  --tw-border-opacity: 1;
  border-color: rgba(54, 58, 93, var(--tw-border-opacity));
}

.modal-title {
  --tw-text-opacity: 1;
  color: rgba(19, 23, 64, var(--tw-text-opacity));
  font-family: CalSans-SemiBold, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0.25rem;
}

.dark .modal-title {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-close {
  background-color: transparent;
  border-width: 0;
  position: absolute;
  right: 1.5rem;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.btn-close:hover {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.modal-body {
  flex: 1 1 auto;
  position: relative;
}

.modal-footer {
  --tw-border-opacity: 1;
  align-items: center;
  border-color: rgba(231, 232, 236, var(--tw-border-opacity));
  border-top-width: 1px;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.5rem;
}

.dark .modal-footer {
  --tw-border-opacity: 1;
  border-color: rgba(54, 58, 93, var(--tw-border-opacity));
}

.modal-backdrop {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 16, 45, var(--tw-bg-opacity));
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 40;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.video-lightbox .modal-content {
  overflow: hidden;
  width: 100%;
}

.video-lightbox .btn-close {
  background-color: hsla(0, 0%, 100%, 0.8) !important;
  border-radius: 9999px;
  padding: 0.5rem;
  right: 0.5rem;
  top: 0.5rem;
}

.video-lightbox .btn-close svg {
  height: 1.5rem;
  top: 0 !important;
  width: 1.5rem;
}

.center-text {
  text-align: center;
}

/* fontfaces */

.font-display {
  font-family: CalSans-SemiBold, sans-serif;
}

@font-face {
  font-display: swap;
  font-family: CalSans-SemiBold;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/b8c456ff9fd96840cdca.woff) format("woff"),
    url(../fonts/7f8fc3a6ae17686d2e4b.otf) format("opentype");
}

@font-face {
  font-display: swap;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/4ee96395e07a04577aab.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: DM Sans;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/bfe023d2d0f8f749d319.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/150680530af9dd9fd00b.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/c423ce2dc1d85bc50799.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: DM Sans;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/4d8bbef07cd86c84abbf.ttf) format("truetype");
}

/* Stuff Bro  */

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.inset-4 {
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  top: 1rem;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.top-\[85\%\] {
  top: 85%;
}

.-left-6 {
  left: -1.5rem;
}

.\!-right-4 {
  right: -1rem !important;
}

.\!top-\[85\%\] {
  top: 85% !important;
}

.\!left-auto {
  left: auto !important;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.-right-3 {
  right: -0.75rem;
}

.bottom-0 {
  bottom: 0;
}

.top-3 {
  top: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.left-3 {
  left: 0.75rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

.right-0 {
  right: 0;
}

.bottom-4 {
  bottom: 1rem;
}

.left-4 {
  left: 1rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-4 {
  top: 1rem;
}

.-left-4 {
  left: -1rem;
}

.-right-4 {
  right: -1rem;
}

.-left-3 {
  left: -0.75rem;
}

.top-\[60\%\] {
  top: 60%;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.bottom-12 {
  bottom: 3rem;
}

.-bottom-5 {
  bottom: -1.25rem;
}

.-left-\[18\%\] {
  left: -18%;
}

.top-1\/3 {
  top: 33.333333%;
}

.-right-\[5\%\] {
  right: -5%;
}

.right-6 {
  right: 1.5rem;
}

.top-6 {
  top: 1.5rem;
}

.top-10 {
  top: 2.5rem;
}

.left-12 {
  left: 3rem;
}

.-bottom-4 {
  bottom: -1rem;
}

.-left-8 {
  left: -2rem;
}

.-top-14 {
  top: -3.5rem;
}

.-top-10 {
  top: -2.5rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.right-12 {
  right: 3rem;
}

.right-8 {
  right: 2rem;
}

.top-8 {
  top: 2rem;
}

.-top-1\/4 {
  top: -25%;
}

.bottom-\[17\%\] {
  bottom: 17%;
}

.right-1\/3 {
  right: 33.333333%;
}

.top-1\/4 {
  top: 25%;
}

.-right-2 {
  right: -0.5rem;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.z-20 {
  z-index: 20;
}

.z-10 {
  z-index: 10;
}

.-z-10 {
  z-index: -10;
}

.order-3 {
  order: 3;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-full {
  grid-column: 1/-1;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-start-7 {
  grid-column-start: 7;
}

.my-5 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-1 {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.my-3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.\!my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.my-12 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.\!my-10 {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}

.ml-12 {
  margin-left: 3rem;
}

.mr-8 {
  margin-right: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mb-px {
  margin-bottom: 1px;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.-mt-px {
  margin-top: -1px;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-\[3px\] {
  margin-bottom: 3px;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.-mb-\[3px\] {
  margin-bottom: -3px;
}

.mt-px {
  margin-top: 1px;
}

.-mb-\[2px\] {
  margin-bottom: -2px;
}

.mb-\[2px\] {
  margin-bottom: 2px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-0 {
  margin-top: 0;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.mr-auto {
  margin-right: auto;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.-mt-\[3\.5rem\] {
  margin-top: -3.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-4 {
  height: 1rem;
}

.h-10 {
  height: 2.5rem;
}

.h-px {
  height: 1px;
}

.h-5 {
  height: 1.25rem;
}

.h-\[1\.125rem\] {
  height: 1.125rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-24 {
  height: 6rem;
}

.h-\[8\.125rem\] {
  height: 8.125rem;
}

.h-\[18\.75rem\] {
  height: 18.75rem;
}

.h-\[\.875rem\] {
  height: 0.875rem;
}

.h-9 {
  height: 2.25rem;
}

.h-80 {
  height: 20rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-\[5\.5rem\] {
  height: 5.5rem;
}

.h-16 {
  height: 4rem;
}

.h-\[430px\] {
  height: 430px;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-3 {
  height: 0.75rem;
}

.h-screen {
  height: 100vh;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0;
}

.h-7 {
  height: 1.75rem;
}

.h-\[4\.25rem\] {
  height: 4.25rem;
}

.h-\[2\.25rem\] {
  height: 2.25rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-72 {
  max-height: 18rem;
}

.w-full {
  width: 100%;
}

.w-12 {
  width: 3rem;
}

.w-4 {
  width: 1rem;
}

.w-10 {
  width: 2.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-\[1\.125rem\] {
  width: 1.125rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-24 {
  width: 6rem;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[8\.125rem\] {
  width: 8.125rem;
}

.w-1\/2 {
  width: 50%;
}

.w-\[\.875rem\] {
  width: 0.875rem;
}

.w-36 {
  width: 9rem;
}

.w-48 {
  width: 12rem;
}

.w-7 {
  width: 1.75rem;
}

.w-\[74\.5\%\] {
  width: 74.5%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-\[2\.625rem\] {
  width: 2.625rem;
}

.w-\[5\.5rem\] {
  width: 5.5rem;
}

.w-28 {
  width: 7rem;
}

.w-16 {
  width: 4rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3 {
  width: 0.75rem;
}

.w-0 {
  width: 0;
}

.w-72 {
  width: 18rem;
}

.w-\[17\%\] {
  width: 17%;
}

.w-\[22\%\] {
  width: 22%;
}

.w-\[4\.25rem\] {
  width: 4.25rem;
}

.w-\[2\.25rem\] {
  width: 2.25rem;
}

.w-\[28\%\] {
  width: 28%;
}

.w-\[12\%\] {
  width: 12%;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[14rem\] {
  min-width: 14rem;
}

.min-w-\[220px\] {
  min-width: 220px;
}

.min-w-\[252px\] {
  min-width: 252px;
}

.min-w-\[12rem\] {
  min-width: 12rem;
}

.min-w-fit {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-\[9rem\] {
  min-width: 9rem;
}

.min-w-\[736px\] {
  min-width: 736px;
}

.min-w-\[280px\] {
  min-width: 280px;
}

.max-w-\[10rem\] {
  max-width: 10rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-\[7\.5rem\] {
  max-width: 7.5rem;
}

.max-w-\[48\.125rem\] {
  max-width: 48.125rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-\[35rem\] {
  max-width: 35rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-\[91rem\] {
  max-width: 91rem;
}

.max-w-\[13\.125rem\] {
  max-width: 13.125rem;
}

.max-w-\[90rem\] {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[50\%\] {
  max-width: 50%;
}

.max-w-\[90\.375rem\] {
  max-width: 90.375rem;
}

.max-w-\[25\.625rem\] {
  max-width: 25.625rem;
}

.max-w-\[9\.625rem\] {
  max-width: 9.625rem;
}

.max-w-\[53\.125rem\] {
  max-width: 53.125rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[3\] {
  flex: 3;
}

.flex-\[3_3_0\%\] {
  flex: 3 3 0%;
}

.flex-shrink-0,
.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.basis-3\/12 {
  flex-basis: 25%;
}

.basis-8\/12 {
  flex-basis: 66.666667%;
}

.basis-4\/12 {
  flex-basis: 33.333333%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-x-1\/2,
.-translate-y-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
}

.-translate-y-2\/4,
.-translate-y-4 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.rotate-\[8deg\] {
  --tw-rotate: 8deg;
}

.rotate-\[8deg\],
.scale-150 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.-scale-y-100 {
  --tw-scale-y: -1;
}

.-scale-y-100,
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* stuff ends bro  */

/* grids */

.sm\:col-span-3 {
  grid-column: span 3 / span 3;
}
.sm\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* NEW BODY MOWA PICHI */
/* mission and vision  */
.mnv {
  margin: 2em auto;
  /* height: 80vh; */
}
.vision-sec {
  height: 100vh;
}

.abt-invest {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #f1f1f1;
}
.investors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.investors p {
  margin: 1em auto;
}
.abt-invest p,
h1,
h2,
span {
  color: #f1f1f1;
}
.rounded-full {
  border-radius: 9999px;
}
.invest-content {
  display: flex;
  flex-direction: row;
  margin: 0 2em;
}
.inv-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1 auto;
}
.abt-fluid {
  border-radius: 0px;
  height: auto;
  justify-content: space-between;
}
.img-fluid-vision img {
  border-radius: 12px;
}

/* core values */

.cv {
  height: auto;
  margin: 3em auto;
}
.cv-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  /* width: 10vw;
  height: 10vw; */
  border-radius: 50%;
}


.img-fluid-vision img {
  border-radius: 12px;
}

.nakkap img {
  border-radius: 20px;
}
/* displaying image */
.v-img-t{
display:block;


}
.v-img-b{
  display: none;
}
@media (max-width: 990px){
  
    .v-img-t{
      display:none;
      
      
      }
      .v-img-b{
        display: block;
      }
     
  
}
.footer-h6 {
  
  margin-bottom: 10px;
}
/* about us page */
.vis{
  border: 1px solid #522085;
    padding: 20px;
    text-align: justify;
}
.mis{
  border: 1px solid #522085;
    padding: 32px;
    text-align: justify;
}

ul li{
  color:#79808a
}

/* ul */
.ul{
  list-style-type: disc;
  padding: 5px 15px;
}