@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
:root {
  --bs-form-valid-bg-icon: ;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  padding-left: 0 !important;
}

li {
  list-style: none;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  color: #001c3a;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
}

.section-title-second {
  color: #001c3a;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
}

.sec-para {
  color: #161616;
  font-size: 19px;
  font-family: "Inter Tight", sans-serif;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background-color: #163563;
  color: #ffffff;
  height: 45px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
#topbar .header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#topbar .header-left ul {
  display: flex;
  margin-bottom: 0px;
}
#topbar .header-left ul li {
  margin-right: 15px;
  color: #fff;
  list-style: none;
}
#topbar .header-left ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  width: 100%;
  background-color: #ffffff;
}

header.scrolled {
  background-color: #ffffff;
  color: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  top: 0;
}
header.scrolled #topbar {
  display: none;
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #555555;
}

#header .logo img {
  max-height: 80px;
  border-radius: 30px;
}

#header .social-contact {
  margin: auto;
  justify-content: center;
  display: flex;
}

#header .social-contact i {
  font-size: 28px !important;
}

#header .social-contact i:hover {
  color: #e83c92;
}

/**
* Desktop Navigation 
*/
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #e83c92 !important;
}

.navbar {
  padding: 0;
  transition: 0.5s;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  transition: 0.5s;
}

.navbar li {
  position: relative;
}
.navbar li .dropdown-menu {
  display: none;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  font-size: 19px !important;
  color: #163563;
  white-space: nowrap;
  transition: 0.5s;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 8px;
  font-family: "Oswald", sans-serif;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e83c92;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover:before,
.navbar li:hover > a:before {
  visibility: visible;
  transform: scaleX(0.7);
}

.navbar a:hover,
.navbar li:hover > a {
  color: #e83c92;
}

.hamburger {
  display: none;
}

.nav-btn {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 22px;
  line-height: 2em;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  border: none;
  border: 1px solid #fff;
}
.nav-btn:hover {
  background-color: #fff !important;
  color: #000000;
}

@media (max-width: 1100px) {
  .navbar a {
    font-size: 14px;
    padding: 8px 12px;
  }
}
@media (max-width: 1023px) {
  .navbar a {
    font-size: 14px !important;
    padding: 8px 12px;
  }
}
@media (max-width: 990px) {
  .hamburger {
    display: block;
    border: 1px solid #ffffff;
    padding: 5px 13px;
  }
  .bar {
    display: block;
    background-color: rgb(0, 0, 0);
    width: 20px;
    height: 2px;
    margin: 6px 0;
    transition: all 0.3s ease-in-out;
  }
  .navbar {
    position: relative;
  }
  .navbar a {
    font-size: 16px;
  }
  .navbar.active {
    width: 30%;
  }
  .navbar ul {
    flex-direction: column;
    text-align: center;
    transition: 0.5s;
    display: none;
    justify-content: center;
    border-radius: 10px;
  }
  .navbar ul li {
    padding: 5px 0;
    margin: 5px 0;
  }
  .navbar ul.active {
    display: block;
    background-color: #db3b8e;
    top: 100%;
    position: absolute;
    transition: 0.5s;
    margin-left: -30px;
    width: 400px;
    right: 0;
    z-index: 20;
  }
  .navbar ul.active .nav-link {
    color: #fff !important;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.sec-subtitle {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  padding: 0px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #e83c92;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 20px;
}

.hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0px;
}
.hero-section::after {
  content: "";
  background: #163563;
  background: linear-gradient(180deg, rgb(8, 38, 82) 0%, rgba(0, 0, 0, 0.158) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: -1;
  opacity: 0.79;
}

.hero-sec-img {
  width: 100%;
  border-radius: 100%;
  animation: rotation 30s infinite linear;
}

.hero-container {
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 10;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.hero-content .hero-subtitle {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 5px 10px;
}
.hero-content h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.hero-content p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}

.hero-btn-container .btn-get-started {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 22px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background-color: #e83c92;
  text-decoration: none;
  border: 2px solid #e83c92;
}
.hero-btn-container .btn-get-started:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #e83c92;
}
.hero-btn-container .hero-btn-outline {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 10px;
  color: #e83c92;
  text-decoration: none;
  border: 2px solid #e83c92;
}
.hero-btn-container .hero-btn-outline:hover {
  background-color: #e83c92;
  color: #fff;
}

.form-control {
  padding: 12px 30px !important;
  cursor: pointer;
}

.form-control option {
  font-size: 18px !important;
}

.search-button {
  position: absolute !important;
  top: 25%;
  left: 60%;
}

.search-button i {
  font-size: 20px;
  color: rgb(0, 0, 0);
  padding: 5px 10px;
}

.searchh .form-group {
  width: 100% !important;
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about-us {
  padding: 3em 0;
}
.about-us img {
  border-radius: 20px;
}

.about-us-list {
  margin-left: 0;
  padding-left: 0;
}
.about-us-list li {
  list-style: none;
  margin: 10px 0;
  color: black;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
.about-us-list li i {
  margin-right: 10px;
  color: #e83c92;
}

@media (max-width: 992px) {
  .about-us .container {
    padding: 10px 10px;
  }
}
.about-us .content .about-us-btn {
  color: white;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: #e83c92;
  text-decoration: none;
  border: 1px solid #e83c92;
}

.about-us .content .about-us-btn:hover {
  background: #ffffff;
  color: black;
}

.about-us .img {
  position: relative;
  height: 100% !important;
}
.about-us .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(5px 5px 15px rgba(155, 155, 155, 0.5));
}

.about-us .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}

/*----------------------------------------------
# mission vision
----------------------------------------------*/
.mission-vision {
  padding: 3em 0;
  background-color: rgb(0, 0, 0);
}
.mission-vision .mission-vision-card {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}
.mission-vision .mission-vision-card img {
  height: 70px;
  margin-bottom: 30px;
}
.mission-vision .mission-vision-card h3 {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.mission-vision .mission-vision-card p {
  color: black;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  text-align: center;
}

/*----------------------------------------------
#  services section
----------------------------------------------*/
.services-sec .services-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-sec .services-card:hover .service-img {
  animation: updown 5s infinite linear;
}
.services-sec .services-card:hover .service-img img {
  border-radius: 100%;
  transition: 2s ease-in-out;
}
.services-sec .services-card:hover .service-img:after {
  animation: updown 2s infinite linear;
  left: -20%;
  top: -20%;
  transition: 1s ease-in-out;
  box-shadow: 1px 1px 20px #008ac9;
}
.services-sec .services-card:hover .service-img::before {
  animation: updown 5s infinite linear;
  left: -5%;
  bottom: -5%;
  transition: 1s ease-in-out;
}
.services-sec .service-img {
  width: 25%;
  position: relative;
  z-index: 1;
}
.services-sec .service-img:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  left: 0;
  top: 0;
  border: 20px solid #008ac9;
  border-radius: 105px;
  transition: 1s ease-in-out;
  z-index: -1;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0);
}
.services-sec .service-img:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  left: 0;
  bottom: 0;
  border: 10px solid #e83c92;
  border-radius: 105px;
  transition: 1s ease-in-out;
  z-index: -1;
}
.services-sec .service-img img {
  width: 100%;
  border-radius: 15px;
  transition: 2s ease-in-out;
}
.services-sec .service-content {
  width: 70%;
}
.services-sec .service-content h3 {
  color: #001c3a;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}
.services-sec .service-content p {
  color: rgba(0, 0, 0, 0.6588235294);
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-align: left;
  padding-bottom: 10px;
}
.services-sec .service-content .btn-get-started {
  background-color: #e83c92;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
}
.services-sec .service-content .btn-get-started:hover {
  background-color: #008ac9;
}
.services-sec .service-content .btn-get-started:after {
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  display: inline-block;
  transform: rotate(55deg);
}

@keyframes updown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.breadcrumb-section {
  padding: 1em 0 0 0;
}
.breadcrumb-section .breadcrumb-item a {
  color: #163563;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
}
.breadcrumb-section .breadcrumb-item a:hover {
  color: #e83c92;
}
.breadcrumb-section .breadcrumb-item.active {
  color: #e83c92;
  font-weight: 600;
  font-size: 17px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.services .our-process-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  box-shadow: 0px 0 25px rgba(158, 158, 158, 0.548);
  z-index: 1;
}
.services .our-process-card:after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #163563 10%, rgba(22, 53, 99, 0) 100%);
}
.services .our-process-card::before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 53, 99, 0.1843137255);
  transition: 0.7s;
}
.services .our-process-card:hover::before {
  content: "";
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 53, 99, 0.1843137255) !important;
  transition: 0.7s;
}
.services .our-process-card:hover img {
  transform: scale(1.1);
  rotate: 3deg;
  transition: 0.7s;
}
.services .our-process-card .arrow-img {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #000;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  border-radius: 0;
  cursor: pointer;
  transition: 0.7s;
}
.services .our-process-card img {
  width: 100%;
  transition: 0.7s;
}
.services .our-process-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 6;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(20px);
}
.services .our-process-card .card-content h3 {
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  text-align: start;
  font-weight: 600;
  margin-bottom: 10px;
}
.services .our-process-card .card-content p {
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-align: start;
  font-weight: 400;
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}

.services .btn-viewmore {
  padding-top: 25px;
}

.services .btn-viewmore a {
  font-size: 18px;
  background-color: #e83c92;
  color: white;
  padding: 10px 28px;
  text-decoration: none;
  border: 1px solid #e83c92;
  border-radius: 5px;
}

.services .btn-viewmore a:hover {
  color: black;
  background-color: white;
}

.col-center {
  margin: 0 auto;
  float: none !important;
}

.faq-section {
  background-color: #163563;
}
.faq-section img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  border-radius: 15px;
}
.faq-section #accordionFlushExample .accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: none;
}
.faq-section #accordionFlushExample .accordion-button:focus {
  box-shadow: none;
}
.faq-section #accordionFlushExample .accordion-item {
  background-color: transparent;
}
.faq-section #accordionFlushExample .accordion-header button {
  margin-bottom: 10px;
  font-size: 23px;
  font-family: "Oswald", sans-serif;
  background: transparent;
  color: #fff;
}
.faq-section #accordionFlushExample .accordion-body {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: #eeeeee;
}

/* Middle section */
.middle-section {
  background-color: #163563;
  background-position: top;
  position: relative;
  z-index: 1;
}
.middle-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -1;
  opacity: 1;
}
.middle-section img {
  border-radius: 20px;
}
.middle-section .middle-section-content-col {
  padding: 30px;
  border-radius: 0px;
}
.middle-section .middle-section-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.middle-section .middle-section-content h3 {
  color: #e83c92;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  text-align: start;
}
.middle-section .middle-section-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  text-align: start;
  font-family: "Inter Tight", sans-serif;
}
.middle-section .image-rotation {
  animation: rotation 20s infinite linear;
  border-radius: 100px 0px 0px 100px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.contact ::-moz-placeholder {
  color: black;
  opacity: 1;
  font-size: 16px;
}
.contact ::placeholder {
  color: black;
  opacity: 1;
  font-size: 16px;
}
.contact .info {
  padding: 40px;
  background-color: #e83c92;
  border-radius: 28px;
  backdrop-filter: blur(15px);
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.contact .info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  transform: rotate(180deg);
  z-index: -1;
}
.contact .info .info-item {
  align-items: center;
  margin-bottom: 20px;
}
.contact .info .info-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.contact .info h3 {
  font-weight: 600;
  font-size: 24px;
  color: #e83c92;
}

.contact .info p {
  color: black;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 600;
}

.contact .info-item i {
  font-size: 24px;
  color: #e83c92;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
  height: 70px;
  width: 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 10px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: #222222;
}

.contact .php-email-form {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
}
.contact .php-email-form h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  margin: 10px 0;
}

.contact .php-email-form .form-group {
  margin-bottom: 8px;
  position: relative;
}
.contact .php-email-form .form-group label {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.contact .php-email-form .form-group i {
  color: #000000;
  font-size: 13px;
  position: absolute;
  top: 37px;
  left: 10px;
}
.contact .php-email-form .form-group ::-moz-placeholder {
  font-size: 14px;
  color: #949494;
}
.contact .php-email-form .form-group ::placeholder {
  font-size: 14px;
  color: #949494;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(15px);
  border: none;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form input[type=tel] {
  height: 40px;
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
  height: 70px;
}

.contact .php-email-form button[type=submit] {
  background: #e83c92;
  border: 0;
  padding: 7px 50px;
  color: white;
  transition: 0.4s;
  border-radius: 8px;
  opacity: 1;
  width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: white;
  font-size: 14px;
  background: rgb(19, 19, 19);
  padding: 3em 0;
}
.footer .footer-content {
  padding: 30px 0;
}
.footer .footer-content .footer-info {
  margin-bottom: 30px;
}
.footer .footer-content .footer-info img {
  border-radius: 20px;
}
.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.footer .footer-content .footer-info h3 span {
  color: #e83c92;
}
.footer .footer-content .footer-info p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
  color: white;
}
.footer .footer-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: white;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.footer .footer-content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #e83c92;
  bottom: 0;
  left: 0;
}
.footer .footer-content .footer-links {
  margin-bottom: 30px;
}
.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-content .footer-links ul i {
  margin-right: 8px;
  color: #db3b8e;
  font-size: 12px;
  line-height: 1;
}
.footer .footer-content .footer-links .footer-address {
  font-size: 16px;
  font-weight: 600;
  color: #dfdfdf;
}
.footer .footer-content .footer-links .footer-address a {
  font-size: 16px;
  font-weight: 600;
  color: #dfdfdf;
  text-decoration: none;
}

.footer .footer-content .footer-links ul a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
}

.footer .footer-content .footer-links ul a:hover {
  color: white;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-bottom: 30px;
  text-align: center;
  font-size: 13px;
}

#footer .credits a {
  padding-top: 10px;
  text-align: center;
  font-size: 16px !important;
  text-decoration: none;
  color: #ffffff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e83c92;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fff;
  color: #e83c92;
  text-decoration: none;
}

@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
/* our clients */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 3500px;
}
.slider .slide {
  height: 100px;
  width: 250px;
}
.slider .slide img {
  filter: grayscale(30%);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.swiper-slide::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(22, 53, 99, 0.631372549) 0%, rgba(22, 53, 99, 0) 100%);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.swiper-button-prev {
  visibility: hidden !important;
}

.swiper-button-next {
  color: #fff !important;
  padding: 30px !important;
}

.benefit-sec {
  background-size: cover;
  background-position: bottom;
  padding: 5em 1em;
  position: relative;
  z-index: 1;
}
.benefit-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #011c42;
  z-index: -1;
}
.benefit-sec .benefit-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(204, 204, 204, 0.4745098039);
  padding: 10px;
  border-radius: 10px;
  backdrop-filter: blur(20px);
  overflow: hidden;
  position: relative;
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.1529411765);
  height: 100%;
}
.benefit-sec .benefit-item:after {
  content: "";
  background: url(../images/shape-1.png);
  background-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  scale: 2.1;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  animation: rotation 50s infinite linear;
  z-index: -1;
  opacity: 0.76;
}
.benefit-sec .benefit-item img {
  width: 30%;
  margin-bottom: 20px;
  background-color: #ffffff;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 15px;
  border-radius: 20px;
}
.benefit-sec .benefit-item h3 {
  color: #e83c92;
  font-weight: 700;
  margin-top: 10px;
  font-size: 21px;
  text-transform: capitalize;
}
.benefit-sec .benefit-item h4 {
  color: #e83c92;
  font-weight: 700;
  margin-top: 10px;
  font-size: 21px;
  text-transform: capitalize;
}
.benefit-sec .benefit-item p {
  color: #fff;
  font-size: 16px;
}

/* inner hero section */
.inner-hero-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1098039216);
  background-size: cover;
  background-position: top;
  padding: 7em 1em;
  position: relative;
  z-index: 1;
}
.inner-hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.inner-hero-section .section-title {
  color: #fff;
}

.conditions-we-treat-row .count-number {
  font-size: 55px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  height: 100px;
  width: 100px;
  background-color: #e83c92;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.conditions-we-treat-row h3 {
  font-size: 45px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #000;
}
.conditions-we-treat-row p {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.conditions-we-treat-row .conditions-we-treat-card {
  background-color: #163563;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.conditions-we-treat-row .conditions-we-treat-card:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/shape-1.png);
}
.conditions-we-treat-row .conditions-we-treat-card .icon-img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
  background-color: #e83c92;
  padding: 15px;
  border-radius: 20px;
}
.conditions-we-treat-row .conditions-we-treat-card h3 {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.conditions-we-treat-row .conditions-we-treat-card h4 {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.conditions-we-treat-row .conditions-we-treat-card p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.conditions-we-treat-row .conditions-we-treat-card p strong {
  color: #e83c92;
}

.conditions-we-treat-row-2 img {
  height: 100%;
  border-radius: 20px;
}
.conditions-we-treat-row-2 .count-number {
  font-size: 55px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  height: 100px;
  width: 100px;
  background-color: #e83c92;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.conditions-we-treat-row-2 h3 {
  font-size: 45px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #000;
}
.conditions-we-treat-row-2 .conditions-we-treat-card {
  background-color: #163563;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  border-radius: 20px;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
.conditions-we-treat-row-2 .conditions-we-treat-card:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/shape-1.png);
}
.conditions-we-treat-row-2 .conditions-we-treat-card .icon-img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
  background-color: #e83c92;
  padding: 15px;
  border-radius: 20px;
}
.conditions-we-treat-row-2 .conditions-we-treat-card h4 {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.conditions-we-treat-row-2 .conditions-we-treat-card p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.how-hypnotherapy-works-sec .how-hypnotherapy-works-card {
  border: 1px solid rgba(22, 53, 99, 0.3098039216);
  padding: 5px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.how-hypnotherapy-works-sec .how-hypnotherapy-works-card .how-hypnotherapy-works-card-img img {
  width: 100%;
  border-radius: 20px;
}
.how-hypnotherapy-works-sec .how-hypnotherapy-works-card .how-hypnotherapy-works-card-content {
  height: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.how-hypnotherapy-works-sec .how-hypnotherapy-works-card .how-hypnotherapy-works-card-content h3 {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #000000;
  width: 100%;
  margin-bottom: 10px;
}
.how-hypnotherapy-works-sec .how-hypnotherapy-works-card .how-hypnotherapy-works-card-content p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  width: 100%;
}

/* Age Regression Transpersonal Therapy page  */
.age-regression-section img {
  border-radius: 20px;
}
.age-regression-section .age-regression-card-container {
  display: flex;
  justify-content: space-between;
}
.age-regression-section .age-regression-card-container .age-regression-card {
  background-color: #163563;
  height: 100%;
  width: 48%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.age-regression-section .age-regression-card-container .age-regression-card h3 {
  color: #e83c92;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  margin: 0;
}
.age-regression-section .age-regression-card-container .age-regression-card h4 {
  color: #e83c92;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  margin: 0;
}
.age-regression-section .age-regression-card-container .age-regression-card span {
  color: #e83c92;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  margin: 0;
}
.age-regression-section .age-regression-card-container .age-regression-card p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: start;
}

.inner-child-healing-section img {
  border-radius: 20px;
  width: 100%;
}
.inner-child-healing-section ul {
  margin-left: 0;
  padding-left: 0;
}
.inner-child-healing-section ul li {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: start;
  list-style: none;
  margin-left: 0;
}
.inner-child-healing-section ul li i {
  color: #e83c92;
  margin-right: 10px;
}

.hypnosis-training-advantage {
  background-color: #163563;
  background-position: top;
  position: relative;
  z-index: 1;
}
.hypnosis-training-advantage img {
  border-radius: 20px;
}
.hypnosis-training-advantage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -1;
  opacity: 1;
}
.hypnosis-training-advantage .middle-section-content-col {
  padding: 30px;
  border-radius: 0px;
}
.hypnosis-training-advantage .middle-section-content {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3098039216);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 20px;
  border-radius: 20px;
  backdrop-filter: blur(20px);
}
.hypnosis-training-advantage .middle-section-content h3 {
  color: #e83c92;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  text-align: start;
}
.hypnosis-training-advantage .middle-section-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  text-align: start;
  font-family: "Inter Tight", sans-serif;
  margin-bottom: 0;
}
.hypnosis-training-advantage .image-rotation {
  animation: rotation 20s infinite linear;
  border-radius: 100px 0px 0px 100px;
}

.horizantal-card {
  display: flex;
  align-items: center;
  background-color: #e83c92;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 5px 10px #b3b3b3;
}
.horizantal-card .horizantal-card-img {
  width: 30%;
}
.horizantal-card .horizantal-card-img img {
  width: 100%;
}
.horizantal-card .horzantal-card-content {
  width: 70%;
  padding: 20px;
}
.horizantal-card .horzantal-card-content h4 {
  color: #ffffff;
  font-weight: 600;
  font-size: 29px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  text-align: start;
}
.horizantal-card .horzantal-card-content p {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  text-align: start;
}

.img-horizantal-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(19, 19, 19, 0.1176470588);
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.137);
  height: 100%;
}
.img-horizantal-card .horizantal-card-img {
  width: 100%;
  height: 250px;
}
.img-horizantal-card .horizantal-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-horizantal-card .horizantal-card-content {
  width: 100%;
  padding: 20px;
}
.img-horizantal-card .horizantal-card-content h4 {
  color: #000;
  font-weight: 600;
  font-size: 29px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  text-align: start;
}
.img-horizantal-card .horizantal-card-content p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-align: start;
  margin-bottom: 0;
}

.benefit-section .middle-section-content {
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
}
.benefit-section .middle-section-content h3 {
  color: #e83c92;
  text-align: center;
  margin: 10px auto;
}
.benefit-section .middle-section-content p {
  color: #000;
  text-align: center;
}

.why-choose-hypnosis {
  background-color: #54002a;
}
.why-choose-hypnosis .middle-section-content {
  border: 1px solid rgba(255, 255, 255, 0.3098039216);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  padding: 20px;
  background-color: #fff;
}
.why-choose-hypnosis .middle-section-content h3 {
  color: #54002a;
  text-align: center;
  margin: 10px auto;
}
.why-choose-hypnosis .middle-section-content p {
  color: #000;
  text-align: center;
}

.relationship-impact .middle-section-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.relationship-impact .middle-section-content h3 {
  color: #e83c92;
  text-align: center;
  width: 100%;
}
.relationship-impact .middle-section-content p {
  color: #000;
  text-align: center;
}

.bg-pink-1 {
  background: #54002a !important;
}

.gradient-background-1 {
  background: #163563;
  background: linear-gradient(117deg, rgb(22, 53, 99) 0%, rgb(56, 111, 194) 100%);
}

.gradient-background-1-2 {
  background: #163563;
  background: linear-gradient(251deg, rgb(22, 53, 99) 0%, rgb(56, 111, 194) 100%);
}

.gradient-background-2 {
  background: #0F2854;
  background: linear-gradient(251deg, rgb(15, 40, 84) 0%, rgb(21, 129, 191) 100%);
}

.gradient-background-3 {
  background: #0C2B4E;
  background: linear-gradient(113deg, rgb(12, 43, 78) 0%, rgb(78, 97, 211) 100%);
}

.gradient-background-4 {
  background: #05339C;
  background: linear-gradient(113deg, rgb(5, 51, 156) 0%, rgb(16, 85, 201) 100%);
}

.footer-number {
  padding: 7px 10px;
  border: 1px solid rgb(255, 255, 255);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}
.footer-number:hover {
  border: 1px solid #e83c92;
}
.footer-number:hover a {
  color: #e83c92;
}
.footer-number a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.footer-number a i {
  margin-right: 6px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #e83c92;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */