@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,400;0,500;0,600;0,700;1,200;1,400;1,500;1,600;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Euphoria+Script&display=swap");

:root {
  --teal: #51ffdc;

  --teal_dark: #41acb4;

  --gray_dark: #525250;

  --teal_light: #f4fdfa;

  --teal2: #9cefd1;

  --gray-light: #f2edf4;

  --cream: #fbe8a3;

  --bluecolor: #1d71d8;
}

/* * {



  outline: 1px solid red;



} */

body {
  font-family: "Jost";

  font-size: 18px;

  line-height: 1.6em;
}

p {
  font-size: 18px;

  line-height: 1.6em;
}

a {
  text-decoration: none;
}

html body {
  font-family: "Jost";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h4 {
  line-height: 1.4em;
}

h5 {
  line-height: 1.8em;
}

section {
  padding-top: 85px;

  padding-bottom: 85px;
}

.list-normal li {
  padding-bottom: 10px;

  line-height: 1.6em;
}

.section-title {
  margin-bottom: 50px;

  padding-right: 300px;

  padding-left: 300px;
}

.left-yellow {
  position: relative;
}

.left-yellow::before {
  content: "";

  width: 35%;

  height: 100%;

  background: var(--teal2);

  position: absolute;

  left: 0;

  top: 0;

  z-index: -1;
}

.teal-bg {
  background-color: var(--teal2);
}

.gray-bg {
  background: var(--gray-light);
}

.euphoria-text {
  font-family: "Euphoria Script";
}

.teal-text {
  color: var(--teal_dark);
}

.text-decoration-line-bottom:before {
  content: "";

  border-bottom: 2px solid;

  left: 0;

  position: absolute;

  top: 90%;

  width: 100%;
}

.text-decoration-line-bottom {
  position: relative;

  white-space: nowrap;
}

.section-text {
  width: 50%;

  margin-top: 30px;

  font-weight: 400;
}

.my-offerings {
  background-color: var(--teal_light);
}

.offering-card {
  padding: 36px 12px;

  font-weight: 400;

  border-radius: 8px;

  border: none;

  box-shadow: 0 0 15px rgb(0 0 0 / 8%);

  overflow: hidden;

  color: black;
}

.offering-card i {
  font-size: 45px;

  margin-bottom: 8px;

  color: var(--teal_dark);

  z-index: 10;

  transition-duration: 0.4s;
}

.offering-card a,
.offering-card h5,
.offering-card p {
  text-decoration: none;

  z-index: 10;

  transition-duration: 0.4s;
}

.card-overlay {
  position: absolute;

  top: 0px;

  left: 0px;

  width: 100%;

  height: 100%;

  opacity: 0;

  background: var(
    --bluecolor
  ); /*linear-gradient(120deg, var(--teal), var(--teal_dark));*/

  transition-duration: 0.4s;
}

.offering-card:hover .card-overlay {
  opacity: 1;
}

.offering-card:hover i,
.offering-card:hover h5 {
  color: white;
}

.offering-card:hover p {
  color: rgba(255, 255, 255, 0.844);
}

.offering-card:hover a,
.offering-card a:hover {
  color: var(--teal2);
}

.quote {
  width: 50%;

  text-align: center;
}

.quote h3 {
  font-size: 35px;

  word-spacing: 1px;
}

.about-me-section h4 {
  font-weight: 400;
}

.about-me-section p {
  font-weight: 400;
}

.about-me-section .row {
  margin-left: 5%;

  margin-right: 5%;
}

.about-me-section .hero-img {
  height: 300px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;
}

.about-me-section .about-me-card {
  background: rgba(255, 255, 255, 0.9);

  padding: 5%;

  align-self: center;

  height: max-content;
}

/* testimonials */

.testimonials .card {
  border: none;

  transition-duration: 0.4s;
}

.testimonial-icon {
  font-size: 30px;

  color: var(--teal_dark);
}

.circle-image {
  height: 120px;

  width: 120px;

  background: gray;

  border-radius: 100%;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.testimonials .card:hover {
  transform: translateY(-30px);
}

/*blog*/

.blog-card {
  border: none;
  margin-top: 50px !important;
}

.blog-card .card-body {
  margin: 5%;
}

.blog-img-wrapper {
  max-height: 250px;

  overflow: hidden;

  position: relative;
}

.blog-img-wrapper img {
  display: block;

  margin: auto;

  width: 100%;

  transition: 0.4s;

  position: relative;
}

.blog-card:hover img {
  transform: scale(1.2);
}

.blog-card .card-body {
  min-height: 150px;

  align-content: space-between;

  justify-content: space-between;
}
.blog-card .event-overlay {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  display: block;
  bottom: 0;
  background: linear-gradient(358deg, black, #0000008c, transparent);
  min-height: 25%;
  justify-content: space-between;
  padding-left: 8%;
  padding-right: 8%;
}
.blog-card .event-overlay span {
  align-self: center;
  color: white !important;
}
.blog-card .play-btn {
  width: 55px;

  height: 55px;

  position: absolute;

  left: 0;

  right: 0;

  top: 35%;

  margin-top: auto !important;

  margin-bottom: auto !important;

  text-align: center;

  background-color: #ffffff;

  border-radius: 100%;

  box-shadow: 0 0 15px rgb(0 0 0 / 15%);

  z-index: 100;

  display: block;

  opacity: 0;

  transition-duration: 0.4s;

  transform: translateY(-200px);
}

.play-btn i {
  position: absolute;

  font-size: 25px;

  /* make the top edge of .inner appear in the vertical center of .outer */

  top: 50%;

  left: 35%;

  /* move .inner up by half of its height so that its middle is in the middle of .outer */

  transform: translateY(-50%);
}

.blog-card:hover .play-btn {
  opacity: 1;

  transform: translateY(0px);
}

.play-btn a {
  color: white;
}

.fa-gradient {
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(hsl(325, 89%, 58%)),
    to(rgb(55, 94, 248))
  );

  background-clip: text;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.card-title {
  line-height: 1.265em !important;
}

/* ===================================







    1. Navbar







====================================== */

.nav-link {
  font-weight: 600;

  text-transform: uppercase;

  font-size: 14px;
}

.navbar-nav .nav-link:hover {
  color: var(--teal_dark) !important;
}

.topbar_icons a {
  color: var(--gray_dark);
}

.topbar_icons a .fa-instagram:hover {
  text-decoration: none;

  color: #8a3ab9;
}

.topbar_icons a .fa-facebook-f:hover {
  text-decoration: none;

  color: #4267b2;
}

.topbar_icons a .fa-linkedin-in:hover {
  text-decoration: none;

  color: #0077b5;
}

.topbar_icons a .fa-twitter:hover {
  text-decoration: none;

  color: #1da1f2;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.dropdown-menu {
  border: none;

  color: var(--gray_dark);

  transition: all 0.5s;
}

.navbar-brand img {
  width: 300px;
}

/* ===================================







    2. Home Page Banner







====================================== */

.banner {
  height: calc(100vh - 88px + 150px);
}

.banner-content {
  display: flex !important;

  flex-direction: column !important;

  justify-content: center !important;

  height: 100% !important;

  z-index: 10;

  margin-top: 40px;
}

.banner-dark {
  position: absolute;

  height: 100%;

  width: 100%;

  opacity: 0.5;

  top: 0;

  left: 0;

  background-color: #2323232c;
}

.white-move .swiper-slide,
.white-move .swiper-wrapper {
  cursor: url("../images/icon-move-light.png"), move;
}

.black-move .swiper-slide,
.black-move .swiper-wrapper {
  cursor: url("../images/icon-move-black.png"), move;
}

.cover-image {
  background-repeat: no-repeat !important;

  background-size: cover !important;

  overflow: hidden;

  position: relative;

  background-position: center center !important;

  min-height: 500px;
}

/* swiper pagination light */

.swiper-light-pagination .swiper-pagination-bullet {
  border: 2px solid #fff;

  opacity: 0.5;
}

.swiper-light-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;

  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  height: 40px !important;

  width: 40px !important;

  line-height: 40px;

  margin: 0;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -webkit-transition-duration: 0.3s;

  -moz-transition-duration: 0.3s;

  -ms-transition-duration: 0.3s;

  -o-transition-duration: 0.3s;

  transition-duration: 0.3s;

  outline: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  -webkit-transition-duration: 0.3s;

  -moz-transition-duration: 0.3s;

  -ms-transition-duration: 0.3s;

  -o-transition-duration: 0.3s;

  transition-duration: 0.3s;
}

.slider-navigation-style-07.swiper-button-next,
.slider-navigation-style-07.swiper-button-prev {
  background-color: rgba(23, 23, 23, 0.5);

  color: #fff;
}

.slider-navigation-style-07.swiper-button-next:hover,
.slider-navigation-style-07.swiper-button-prev:hover {
  background-color: #fff;

  color: #232323;
}

.slider-navigation-style-07.swiper-button-next.light,
.slider-navigation-style-07.swiper-button-prev.light {
  background-color: #fff;

  color: #232323;
}

.slider-navigation-style-07.swiper-button-next.light:hover,
.slider-navigation-style-07.swiper-button-prev.light:hover {
  background-color: #232323;

  color: #fff;
}

.slider-navigation-style-07.swiper-button-next {
  right: 40px;
}

.slider-navigation-style-07.swiper-button-prev {
  left: 40px;
}

/* ===================================







    2. Buttons







====================================== */

.btn {
  display: inline-block;

  border: 2px solid transparent;

  border-radius: 0px;

  text-transform: uppercase;

  font-size: 12px;

  padding: 10px 30px;

  width: auto;

  font-weight: 700;

  transition-duration: 0.2s;
}

.btn-teal {
  background-color: var(--teal);
}

.btn-teal1 {
  background-color: var(--teal_dark);

  border-color: var(--teal_dark);

  color: white;
}

.btn-teal1:hover,
.btn-teal1:focus {
  color: white;
}

.btn-teal:hover,
.btn-teal:focus {
  background: var(--bluecolor);

  color: #fff;
}

.btn-cream {
  background-color: var(--cream) !important;

  border-color: var(--cream) !important;

  display: inline-block;

  position: relative;

  color: #000000 !important;
}

.btn-cream:after {
  content: "";

  position: absolute;

  width: 50%;

  transform: scaleX(0);

  height: 2px;

  bottom: 8px;

  left: 25%;

  background-color: #000000;

  transform-origin: center;

  transition: transform 0.25s ease-out;
}

.testimonial-2 {
  padding: 30px 25px;

  border-radius: 8px;

  margin-bottom: 100px;

  box-shadow: 0px 1px 20px 0px rgb(32 32 32 / 11%);
}

.testimonial-2:last-child {
  margin-bottom: 20px;
}

.btn-cream:hover:after {
  transform: scaleX(1);

  transform-origin: center;
}

.link-btn {
  text-transform: uppercase;

  font-weight: 500;

  font-size: 12px;

  color: #000000c9;

  text-decoration: none;

  display: inline-block;

  position: relative;

  white-space: nowrap;
}

.link-btn:before {
  content: "";

  border-bottom: 1px solid rgba(0, 0, 0, 0.253);

  left: 0;

  position: absolute;

  top: 90%;

  width: 100%;
}

.link-btn:hover:before {
  border-bottom: 1px solid black;
}

.link-btn:hover {
  color: #000000;
}

.form-control {
  border: none;
}

.newsletter-input {
  width: 50% !important;
}

/* .breadcrumbs {



  position: relative;



  padding-bottom: 100px;



  padding-top: 180px;



  z-index: 2;



  text-align: left;



  background: linear-gradient(-45deg, var(--teal_dark), var(--teal));



}



.breadcrumbs .breadcrumbs-content {



  position: relative;



  text-align: center;



}



.breadcrumbs .breadcrumb-nav {



  text-align: center;



  margin-top: 15px;



}



.breadcrumbs ul,



ol {



  margin: 0px;



  padding: 0px;



  list-style-type: none;



}



.breadcrumbs .breadcrumbs-content .page-title {



  font-size: 32px;



  color: #fff;



  font-weight: 700;



  position: relative;



  line-height: 50px;



}



.breadcrumbs .breadcrumb-nav li,



.breadcrumbs .breadcrumb-nav li a {



  color: #fff;



  font-size: 14px;



  font-weight: 500;



}



.breadcrumbs .breadcrumb-nav li {



  display: inline-block;



  position: relative;



  text-transform: capitalize;



}



.breadcrumbs .breadcrumb-nav li:after {



  content: "\ea5c";



  font-family: Simple-Line-Icons;



  font-size: 10px;



  position: absolute;



  top: 4px;



  right: -7px;



} */

.single-info {
  margin-top: 30px;

  position: relative;

  padding: 40px;

  padding-left: 100px;

  border-radius: 8px;

  overflow: hidden;

  box-shadow: 0px 1px 20px 0px rgb(32 32 32 / 11%);

  transition: all 0.3s ease;
}

.single-info:hover * {
  transition: all 0.3s ease;
}

.single-info a,
.single-info p {
  color: gray;
}

.single-info:hover {
  background: #1d71d8;
}

.single-info i {
  font-size: 30px;

  color: var(--teal_dark);

  position: absolute;

  left: 40px;

  top: 40px;

  font-weight: 800;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.single-info:hover * {
  color: #fff;
}

.icon-circle {
  width: 40px;

  height: 40px;

  font-size: 15px;

  border: #cecece 1px solid;

  display: inline-block;

  text-align: center;

  border-radius: 100%;

  justify-content: center;

  margin: 10px;

  color: #000000;
}

.icon-circle:hover {
  border-color: var(--teal_dark);

  background-color: var(--teal_dark);

  color: white;
}

.footer-link {
  display: inline-block;

  color: #464646;

  font-weight: 500;

  font-size: 13px;

  text-transform: uppercase;

  margin: 5px;

  width: max-content;
}

.footer-link:hover {
  color: #000000;
}

.copyright-text {
  color: rgb(160, 160, 160);

  font-size: 12px;
}

.breadcrumbsection {
  padding-top: 150px;

  padding-bottom: 50px;

  background: var(--teal2);
}

.breadcrumbsection h1 {
  font-size: 1.45em;

  font-weight: 600;

  color: black;
}

.breadcrumb li:first-child a:after {
  content: "/" !important;

  margin-left: 10px;

  font-weight: 400 !important;

  color: black;
}

.breadcrumb li a {
  color: black;
}

.breadcrumb li a:hover {
  font-weight: 600;
}

.breadcrumb {
  font-size: 13px;

  font-size: 18px;

  line-height: 22px;
}

.breadcrumb li {
  margin-right: 10px;

  font-size: 18px;

  color: black;
}

.sidebar h3 {
  color: #0077b5;

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 30px;

  margin-top: 20px;
}

.swiper-pagination {
  position: relative !important;
}

.sidebar ul,
ol {
  margin: 0;

  padding: 0;

  list-style-type: none;
}

.sidebar .offerings-widget {
  margin-bottom: 30px;

  position: relative;

  padding: 40px;

  border-radius: 8px;

  overflow: hidden;

  -webkit-box-shadow: 0 1px 20px 0 rgb(32 32 32 / 11%);

  box-shadow: 0 1px 20px 0 rgb(32 32 32 / 11%);
}

.sidebar .offerings-widget li a {
  color: #232323;

  display: block;

  border-radius: 5px;

  font-weight: 500;

  align-self: center;

  transition: all 0.4s;
}

.sidebar .offerings-widget li:hover a {
  color: var(--teal_dark);

  padding-left: 10px;
}

.sidebar .offerings-widget li {
  display: flex;

  padding: 5px 0px;

  border-bottom: 1px solid #eee;
}

.sidebar .offerings-widget i {
  font-size: 35px;

  margin-right: 14px;

  font-weight: 500;

  border-radius: 5px;

  overflow: hidden;

  padding: 8px;

  color: var(--teal_dark);

  transition: all 0.4s;
}

.sidebar .offerings-widget li:hover i {
  background: var(--teal_dark);

  color: white;
}

.my-story-sect {
  background-repeat: no-repeat;

  background-size: cover;

  background-position: bottom;
}

.contact-form-head {
  background: url(../images/contact-bg.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  position: relative;

  z-index: 2;
}

.contact-form-head::before {
  position: absolute;

  content: "";

  left: 0;

  top: 0;

  height: 100%;

  width: 60%;

  background-color: var(--teal2);

  z-index: -1;
}

.contact-form-head .contact-inner-title h2 {
  font-size: 30px;

  font-weight: 700;

  display: block;

  margin-bottom: 10px;
}

.contact-form-head .form-main {
  padding: 40px 40px;

  background-color: #fff;

  -webkit-box-shadow: 0px 1px 30px 0px rgb(32 32 32 / 11%);

  box-shadow: 0px 1px 30px 0px rgb(32 32 32 / 11%);

  border-radius: 8px;
}

.contact-form-head .form-main .form .form-group {
  margin-bottom: 15px;

  display: block;
}

.contact-form-head .form-main .form .form-group input {
  height: 52px;

  line-height: 52px;

  width: 100%;

  border: 1px solid #e6e2f5;

  padding: 0px 20px;

  color: #333;

  font-weight: 400;

  border-radius: 5px;

  background-color: #f9f9f9;
}

.contact-form-head .form-main .form .form-group textarea {
  flex-direction: column;

  cursor: text;

  white-space: pre-wrap;

  overflow-wrap: break-word;

  column-count: initial !important;

  padding: 2px;

  height: 110px;

  width: 100%;

  border: 1px solid #e6e2f5;

  padding: 15px 20px;

  color: #333;

  font-weight: 400;

  border-radius: 5px;

  background-color: #f9f9f9;
}

.contact-form-head .contact-inner-title .question {
  display: block;

  min-height: 70px;

  margin-top: 40px;
}

.contact-form-head .contact-inner-title .question img {
  height: 80px;

  width: 80px;

  border-radius: 70px;

  float: left;

  margin-right: 20px;

  max-width: 100%;

  vertical-align: middle;

  border: white solid 5px;
}

.contact-form-head .contact-inner-title .question h4 span {
  font-size: 13px;

  font-weight: 500;

  display: block;

  margin-bottom: 5px;
}

.contact-form-head .contact-inner-title .question h4 {
  font-size: 20px;

  font-weight: 600;

  padding-top: 15px;
}

.form-main label,
.form-main p {
  color: #232323;
}

@media only screen and (max-width: 991px) {
  section {
    padding-top: 55px;

    padding-bottom: 55px;
  }

  .section-title {
    margin-bottom: 50px;

    padding-right: 20px;

    padding-left: 20px;
  }

  .topbar_icons_toggle {
    display: none;
  }

  .topbar_icons_mobile {
    display: block;

    margin-top: 15px !important;
  }

  .contact-form-head .form-main {
    padding: 35px;

    margin-top: 40px;
  }

  .contact-form-head::before {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-text {
    width: 90%;
  }

  .newsletter-input {
    width: 90% !important;
  }

  .slider-navigation-style-07.swiper-button-next {
    right: 10px;
  }

  .slider-navigation-style-07.swiper-button-prev {
    left: 10px;
  }

  .offering-card {
    margin-left: 5%;

    margin-right: 5%;

    margin-bottom: 20px;
  }

  .quote {
    width: 90%;
  }

  .banner {
    height: 500px;
  }

  .navbar-brand img {
    width: 250px;
  }

  .about-me-section .about-me-card {
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 767px) {
  .about-me-section .about-me-card {
    position: absolute;

    right: 5%;

    align-self: center;

    height: max-content;

    transition-duration: 0.4s;
  }

  .about-me-section .hero-img {
    height: 600px;
  }

  .about-me-section:hover .about-me-card {
    transform: translateX(-35px);
  }
}

@media only screen and (min-width: 991px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;

    padding-top: 16px !important;
  }

  .navbar .nav-item .dropdown-menu:hover {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;

    box-shadow: 0px 1px 20px 0px rgb(32 32 32 / 11%);
  }

  .nav-link {
    margin: 12px;
  }

  .topbar_icons_mobile {
    display: none;
  }

  .topbar_icons_toggle {
    display: block;
  }

  .banner-slider {
    margin-top: 88px;
  }

  .contact-form-head .contact-inner-title p {
    padding-right: 60px !important;

    text-align: justify;
  }
}

@media (max-width: 1199px) {
  .banner {
    height: 720px;
  }
}

@media (max-width: 576px) {
  .cover-image {
    height: 350px;
  }
}

@media all and (min-width: 992px) {
}
