@charset "UTF-8";
@font-face {
  font-family: "A Jannat LT";
  src: url("../webfonts/ajannatlt.eot");
  src: url("../webfonts/ajannatlt.eot") format("embedded-opentype"), url("../webfonts/ajannatlt.woff2") format("woff2"), url("../webfonts/ajannatlt.woff") format("woff"), url("../webfonts/ajannatlt.ttf") format("truetype"), url("../webfonts/ajannatlt.svg#ajannatlt") format("svg");
}
html {
  scroll-behavior: smooth;
}

/*************************************************/
/* Variables */
/*************************************************/
@media (min-width: 1600px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1440px;
  }
}
.border-bottom {
  border-bottom: 1px solid rgba(234, 234, 234, 0.82) !important;
}

.border-top {
  border-top: 1px solid rgba(234, 234, 234, 0.82) !important;
}

.flipx {
  transform: scalex(-1);
}

.flipy {
  transform: scaley(-1);
}

.text-underline {
  text-decoration: underline !important;
}

.rounded10 {
  border-radius: 10px;
}

.rounded50 {
  border-radius: 50px !important;
}

.text-white {
  color: #fff !important;
}

.text-green-primary {
  color: #0FA19A !important;
}

.text-green-secondary {
  color: #8FBA24 !important;
}

.text-gray {
  color: #253D4D !important;
}

.main-text-color {
  color: #253D4D !important;
}

a.main-text-color {
  color: #253D4D !important;
}
a.main-text-color:hover {
  color: #8FBA24 !important;
}

.fluid-wrapper {
  overflow-x: hidden;
}

.fluid-left {
  margin-left: -100%;
  width: auto;
}

.img-cover {
  object-fit: cover !important;
}

.img-contain {
  object-fit: contain !important;
}

.bg-gray {
  background: #253D4D !important;
}

.bg-light-blue {
  background: #F0F6FF !important;
}

.bg-gray-light {
  background: gray !important;
}

.bg-green-primary {
  background: #0FA19A !important;
}

.bg-green-primary-faded {
  background: #E0FAF9 !important;
}

.bg-green-secondary {
  background: #8FBA24 !important;
}

.fz70 {
  font-size: 70px !important;
}

.fz50 {
  font-size: 50px !important;
}

.fz60 {
  font-size: 60px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz12 {
  font-size: 12px !important;
}

body {
  font-family: "A Jannat LT", sans-seri;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

a {
  transition: all 0.3s;
  text-decoration: none !important;
  font-family: "A Jannat LT", sans-seri;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "A Jannat LT", sans-seri;
}

.btn-green-secondary {
  background: #8FBA24;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 30px;
  font-weight: bold;
  border-radius: 50px 12px;
  transition: all 0.3s;
}
.btn-green-secondary i {
  margin-left: 5px;
}
.btn-green-secondary:hover, .btn-green-secondary:active, .btn-green-secondary:focus {
  background: #0FA19A;
  color: white;
}

.btn-green-primary {
  background: #0FA19A;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 30px;
  font-weight: bold;
  border-radius: 50px 12px;
  transition: all 0.3s;
}
.btn-green-primary i {
  margin-left: 5px;
}
.btn-green-primary:hover, .btn-green-primary:active, .btn-green-primary:focus {
  background: #8FBA24;
  color: white;
}

.btn-gray {
  background: #D9D9D9;
  color: #000000;
  font-size: 16px;
  padding: 5px 30px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  background: #0FA19A;
  color: white;
  box-shadow: inset 0 0 0 2px white;
}

.btn-white {
  color: #0FA19A;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 12px;
  transition: all 0.3s;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background: #253D4D;
  color: white !important;
}

header .languages {
  position: relative;
}
header .languages:before {
  content: "";
  width: 2px;
  height: 20px;
  background: #C8CDDE;
  display: block;
  position: absolute;
  left: -20px;
  top: 2px;
}

.main-header-content {
  top: 0;
  z-index: 999;
  background: #fff;
}

#sticky.fixed {
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 5px 5px 19px 0px rgba(0, 0, 0, 0.5);
}

#sticky.fixed ul li img {
  height: 36px;
}

#sticky.fixed ul li a {
  font-size: 14px;
}

.navbar-light {
  border: none;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #253D4D;
  background: none;
}

.navbar-light .navbar-nav .nav-item.active:hover .nav-link {
  color: #0FA19A;
  background: none;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #253D4D;
  padding: 8px 17px;
  position: relative;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #0FA19A;
  background: none;
}

.navbar-light .dropdown a {
  background: none !important;
}

.navbar-light .dropdown > ul a:hover {
  color: white !important;
  background: #0FA19A !important;
}

.navbar-light .dropdown .dropdown-menu li {
  border: none !important;
  margin-right: 0;
}
.navbar-light .dropdown .dropdown-menu li:first-child {
  border-radius: 8px 8px 0 0;
}
.navbar-light .dropdown .dropdown-menu li:last-child {
  border-radius: 0 0 8px 8px;
}

.navbar-light .dropdown .dropdown-menu li a {
  border: none !important;
  color: #253D4D;
  padding: 10px 15px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 0;
}

.navbar-light .navbar-nav > .open > a,
.navbar-light .navbar-nav > .open > a:focus,
.navbar-light .navbar-nav > .open > a:hover {
  color: #253D4D;
  background: none !important;
}

.navbar-light .navbar-nav > li > a:focus,
.navbar-light .navbar-nav > li > a:hover {
  color: #253D4D;
  background: none !important;
}

.dropdown-menu, .dropdown-menu.submenu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.3s;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
  background: white;
  border: 0;
  border-radius: 8px;
  padding: 0;
}
.dropdown-menu li:first-child a, .dropdown-menu.submenu li:first-child a {
  border-radius: 8px 8px 0 0 !important;
}
.dropdown-menu li:last-child a, .dropdown-menu.submenu li:last-child a {
  border-radius: 0 0 8px 8px !important;
}

.dropdown-menu.show, .dropdown-menu > li:hover > .submenu {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.3s;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.3s;
    position: absolute;
    right: 100%;
    top: -7px;
  }

  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover {
    background-color: #E7F5ED;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
.social-list li {
  margin-left: 0 !important;
}
.social-list li i {
  width: 35px;
  height: 35px;
  color: #fff;
  transition: 0.3s;
  background: #087772;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.social-list li a:hover i {
  background: white;
  color: #0FA19A;
}

.top-nav {
  background: #0FA19A;
  padding: 10px 0;
}
.top-nav ul li {
  color: #fff;
  font-size: 16px;
  margin-left: 30px;
}
.top-nav ul li i {
  width: 35px;
  height: 35px;
  color: #fff;
  transition: 0.3s;
  background: #087772;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 5px;
}
.top-nav ul {
  margin-bottom: 0;
}

.logo img {
  max-height: 70px;
}

.hero-slider {
  overflow: hidden;
}
.hero-slider .single-hero-slide {
  background-size: cover;
  background-position: center center;
  padding: 1em 0;
  height: 550px;
  display: grid;
  align-items: center;
  background-repeat: no-repeat;
}
.hero-slider .slide-caption .titles {
  padding: 2em 3em;
  border-radius: 80px 12px;
  background: rgba(255, 255, 255, 0.71);
  box-shadow: 0px 0px 36px #dedef7;
  display: inline-block;
  margin-bottom: 1em;
}
.hero-slider .slider-description {
  color: #8FBA24;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.hero-slider .slide-title {
  color: #0FA19A;
  font-size: 35px;
  font-weight: bold;
}
.hero-slider .slide-title, .hero-slider .slider-description {
  transition: 0.8s;
  opacity: 0;
  transform: translateY(50px);
  transition-delay: 400ms;
}
.hero-slider .btn {
  transition: 0.8s;
  opacity: 0;
  transform: translateY(-50px);
}
.hero-slider .slider-description {
  transition-delay: 500ms;
}
.hero-slider .slick-current.slick-active .slide-title, .hero-slider .slick-current.slick-active .slider-description, .hero-slider .slick-current.slick-active .btn {
  opacity: 1;
  transform: translateY(0px);
}

.big-title {
  font-size: 60px;
  font-weight: bold;
  color: #253D4D;
}

.section-title {
  font-size: 26px;
  font-weight: bold;
  color: #0FA19A;
}

.section-description {
  color: #626262;
  line-height: 2;
  font-size: 16px;
}

.nice-select span.current {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}

/*************************************************/
/* Main Styles */
/*************************************************/
.about-us {
  margin-top: 4em;
}
.about-us .about-img {
  border-radius: 12px 50px;
}

.working-hrs > .text-center {
  margin-bottom: -25px;
}
.working-hrs ul {
  margin-top: 20px;
}
.working-hrs ul li {
  color: #253D4D;
  font-size: 18px;
  border-bottom: 1px solid #0FA19A;
  padding: 15px 0;
}
.working-hrs ul li:last-child {
  margin: -1px -1.5rem -2.5rem;
  padding: 14px 20px;
}
.working-hrs ul li span:first-child {
  font-weight: bold;
}

.counters {
  padding: 6em 0;
  margin-top:3em;
}

.counters-gallery img {
  height: 270px;
  width: 100%;
  border-radius: 17px;
  object-fit: cover;
}

.single-counter {
  border-radius: 19px;
  background: #fff;
  box-shadow: 0px 0px 13px #e7e7f2;
  padding: 15px 25px;
  margin-bottom: 12px;
}
.single-counter .title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #253D4D;
}
.single-counter .icon {
  width: 70px;
  height: 70px;
  background: #0FA19A;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.single-counter .icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  margin: auto;
}
.single-counter .counter {
  color: #8FBA24;
  font-weight: bold;
  font-size: 50px;
}

.services-center-wrapper {
  padding: 5em 0;
}

.home-page-services .single-service-wrapper {
  box-shadow: none;
}
.home-page-services .single-service-wrapper:after {
  background: #E0FAF9;
}

.single-service-wrapper {
  display: flex;
  position: relative;
  padding: 3em;
  transition: 0.3s;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.03);
  overflow: hidden;
  width: calc(50% - 12px);
  border-radius: 20px;
  background-position: center center !important;
  background-size: 115% !important;
  background-repeat: no-repeat !important;
  background-clip: padding-box !important;
}
.single-service-wrapper:after {
  content: "";
  clip-path: circle(150% at top right);
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
  background: #fff;
  width: 100%;
  height: 100%;
  background-clip: padding-box !important;
}
.single-service-wrapper .section-description {
  transition: 0.3s;
}
.single-service-wrapper .icon {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: 0.3s;
  flex-shrink: 0;
  border: 1px solid #e2e9f5;
  margin-right: 20px;
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.single-service-wrapper .icon img {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  margin: auto;
  object-fit: contain;
}
.single-service-wrapper .service-text {
  text-align: end;
  position: relative;
  z-index: 1;
}
.single-service-wrapper:nth-child(odd) {
  flex-direction: row-reverse;
}
.single-service-wrapper:nth-child(odd):after {
  clip-path: circle(150% at top left);
}
.single-service-wrapper:nth-child(even) .service-text {
  text-align: start;
}
.single-service-wrapper:nth-child(even) .icon {
  margin-right: 0;
  margin-left: 20px;
}
.single-service-wrapper:nth-child(odd):hover:after {
  clip-path: circle(0% at top left);
  transition: 0.5s;
}
.single-service-wrapper:hover {
  background-size: 100% !important;
}
.single-service-wrapper:hover a, .single-service-wrapper:hover .section-description {
  color: white !important;
}
.single-service-wrapper:hover .icon {
  background: #E0FAF9;
}
.single-service-wrapper:hover:after {
  clip-path: circle(0% at top right);
  transition: 0.5s;
}

.team {
  background: #E0FAF9;
}
.team .slick-next, .team .slick-prev {
  margin-left: -50px;
  top: calc(100% + 3em);
  color: #0FA19A;
}
.team .slider-gap {
  margin-bottom: 3em;
  /* the parent */
}
.team .slider-gap .slick-slide {
  margin: 0 15px;
}
.team .slider-gap .slick-list {
  margin: 0 -15px;
}

.single-doctor-wrapper {
  background: #fff;
  border-radius: 50px 12px;
  overflow: hidden;
  text-align: center;
  transition: 0.3s;
}
.single-doctor-wrapper img {
  width: 100%;
  transition: 0.3s;
  height: 250px;
  object-fit: cover;
  border-radius: 50px 12px;
  margin-bottom: 20px;
}
.single-doctor-wrapper .name {
  transition: 0.3s;
}
.single-doctor-wrapper .doctor-social {
  justify-content: center;
  gap: 5px;
  margin: 20px 0;
}
.single-doctor-wrapper .doctor-social i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0FA19A;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.single-doctor-wrapper .doctor-social i:hover {
  background: #253D4D;
}
.single-doctor-wrapper:hover {
  background: #0FA19A;
  box-shadow: 0 3px 22px rgba(15, 161, 154, 0.6);
  transform: scale(0.98);
}
.single-doctor-wrapper:hover img {
  filter: contrast(70%);
}
.single-doctor-wrapper:hover a, .single-doctor-wrapper:hover p, .single-doctor-wrapper:hover .name {
  color: #fff !important;
}

.features-center-wrapper {
  margin-top: 6em;
  margin-bottom: 6em;
}

.single-feature-wrapper {
  box-shadow: rgba(0, 0, 0, 0.03) 1px 0px 12px 4px;
  margin-bottom: 24px;
  background: white;
  padding: 1em;
  align-items: center;
  flex-direction: column-reverse;
  border-radius: 20px;
}
.single-feature-wrapper .icon {
  background: #E0FAF9;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 20px;
  display: inline-flex;
}
.single-feature-wrapper .icon img {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  margin: auto;
  object-fit: contain;
}
.single-feature-wrapper .feature-text {
  text-align: center;
  margin-top: 15px;
}
.single-feature-wrapper:nth-child(1) {
  top: 0;
}
.single-feature-wrapper:nth-child(2) {
  top: 40%;
}
.single-feature-wrapper:nth-child(3) {
  top: 80%;
}
.single-feature-wrapper:nth-child(4) {
  top: 0;
  left: 0;
}
.single-feature-wrapper:nth-child(5) {
  top: 40%;
  left: 0;
}
.single-feature-wrapper:nth-child(6) {
  top: 80%;
  left: 0;
}
.single-feature-wrapper:nth-child(4), .single-feature-wrapper:nth-child(5), .single-feature-wrapper:nth-child(6) {
  flex-direction: row-reverse;
}
.single-feature-wrapper:nth-child(4) .feature-text, .single-feature-wrapper:nth-child(5) .feature-text, .single-feature-wrapper:nth-child(6) .feature-text {
  text-align: start;
}
.single-feature-wrapper:nth-child(4) .icon, .single-feature-wrapper:nth-child(5) .icon, .single-feature-wrapper:nth-child(6) .icon {
  margin-right: 0;
  margin-left: 20px;
}

.blog {
  padding: 6em 0;
}
.blog .slick-next, .blog .slick-prev {
  margin-left: -50px;
  top: calc(100% + 3em);
  color: #0FA19A;
}
.blog .slider-gap {
  margin-bottom: 3em;
  /* the parent */
}
.blog .slider-gap .slick-slide {
  margin: 0 15px;
}
.blog .slider-gap .slick-list {
  margin: 0 -15px;
}

.single-media-wrapper {
  background: #fff;
  border-radius: 50px 12px;
  overflow: hidden;
  transition: 0.3s;
}
.single-media-wrapper .thumbnail {
  position: relative;
}
.single-media-wrapper .thumbnail i {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: white;
  display: block;
  z-index: 9;
}
.single-media-wrapper .thumbnail i:after {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(15, 161, 154, 0.66);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.single-media-wrapper img {
  transition: 0.3s;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 50px 12px;
  margin-bottom: 20px;
}
.single-media-wrapper .post-title {
  color: #0FA19A;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.single-media-wrapper .post-title a {
  color: #0FA19A;
}
.single-media-wrapper:hover i {
  box-shadow: 0 0 0 30px rgba(15, 161, 154, 0.36);
}
.single-media-wrapper:hover img {
  filter: brightness(0.7);
}

.single-blog-wrapper {
  background: #fff;
  border-radius: 50px 12px;
  overflow: hidden;
  transition: 0.3s;
}
.single-blog-wrapper img {
  transition: 0.3s;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 50px 12px;
  margin-bottom: 20px;
}
.single-blog-wrapper .post-title {
  color: #0FA19A;
  font-size: 20px;
  font-weight: bold;
}
.single-blog-wrapper .post-title a {
  color: #0FA19A;
}
.single-blog-wrapper .post-date {
  color: #8FBA24;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
.single-blog-wrapper p {
  transition: 0.3s;
}
.single-blog-wrapper:hover {
  background: #0FA19A;
  box-shadow: 0 3px 22px rgba(15, 161, 154, 0.6);
  transform: scale(0.95);
}
.single-blog-wrapper:hover img {
  filter: brightness(0.7);
}
.single-blog-wrapper:hover a, .single-blog-wrapper:hover p {
  color: #fff;
}

.slider-gap {
  /* the slides */
  /* the parent */
}
.slider-gap .slick-track {
  padding: 2em 0;
}
.slider-gap .slick-slide {
  margin: 0 5px;
}
.slider-gap .slick-list {
  margin: 0 -5px;
}

.slick-next,
.slick-prev {
  border-radius: 0px 12px 30px 0px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 60px !important;
  height: 45px !important;
  color: #8FBA24;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: 0 !important;
  position: absolute;
  z-index: 99;
  top: calc(100% - 80px);
  transition: 0.3s;
}
.slick-next:hover,
.slick-prev:hover {
  background: #8FBA24;
  color: #fff;
}

.slick-prev {
  left: 50px;
  border-radius: 30px 0px 0px 12px;
}

.slick-next {
  left: 115px;
  right: auto;
}

ul.slick-dots {
  display: block;
  list-style-type: none;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
  padding: 0 0 5px;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li button {
  width: 12px;
  margin: 5px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background: white;
  border: 1px solid rgba(157, 157, 157, 0.52);
  text-indent: -9999px;
  outline: 0;
}
ul.slick-dots li.slick-active button {
  background: #8FBA24;
  border-color: #8FBA24;
}

footer {
  padding-top: 3em;
  background: #0FA19A;
  color: #fff;
}
footer h6 {
  font-size: 19px;
  font-weight: 600;
  color: white;
  margin-bottom: 14px;
}
footer .footer-nav li {
  padding: 5px 0;
  text-transform: capitalize;
}
footer .footer-nav li a {
  font-size: 16px;
  color: white;
}
footer .footer-nav li:hover a {
  color: #8FBA24;
}
footer .cp a {
  color: white;
}
footer .subscribe-form {
  position: relative;
  margin: 20px auto 0;
}
footer .subscribe-form .form-control {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  border: 0;
  height: 50px;
}
footer .subscribe-form .btn-submit {
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.copyrights {
  border-top: 1px solid rgba(234, 234, 234, 0.82);
}
.copyrights p {
  margin-bottom: 0;
  padding: 10px 0;
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: rtl;
}

.go-top {
  position: fixed;
  bottom: 2em;
  left: 2em;
  text-decoration: none;
  background: #0FA19A;
  color: white;
  font-size: 12px;
  padding: 1em 1.3em;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  z-index: 999999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.go-top i {
  color: #fff;
}

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-backdrop {
  background: rgba(37, 61, 77, 0.85);
}
.modal-backdrop.show {
  opacity: 1 !important;
}

.modal-content {
  border-radius: 30px;
  border: none;
}
.modal-content .modal-header {
  position: absolute;
  background: none;
  border: 0;
  z-index: 1;
  left: 0;
  top: -50px;
}

.modal-body {
  padding: 0;
  border-radius: 30px;
}
.modal-body iframe {
  width: 100%;
  height: 450px;
  display: block;
  border-radius: 30px;
}

.modal-title {
  font-weight: 600;
}

.white-wrapper {
  background: #fff;
  box-shadow: 0px 0px 26px rgba(176, 193, 211, 0.4);
  border-radius: 8px;
}

.page-head {
  background-size: cover;
  position: relative;
  padding: 3em 0;
}
.page-head:after {
  content: "";
  background: rgba(37, 61, 77, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.page-head .page-title {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  z-index: 1;
}

.nice-select {
  padding-left: 30px;
  padding-right: 12px;
  height: auto;
  border: 0;
  border-radius: 6px 0 0 6px;
}
.nice-select .option {
  padding-right: 18px;
  padding-left: 29px;
  text-align: right;
}
.nice-select:after {
  left: 12px;
  right: auto;
  width: 7px;
  height: 7px;
  border-bottom-color: #0FA19A;
  border-right-color: #0FA19A;
}

.z-index {
  z-index: 4;
}

.choose-branch {
  display: flex;
}
.choose-branch i {
  color: #0FA19A;
  background: #fff;
  border-radius: 0 6px 6px 0;
  padding: 10px 10px 10px 0;
  display: grid;
  place-content: center;
}

.contact-form .form-control {
  background: #fff;
  box-shadow: 0px 3px 20px #e0edfa;
  border-radius: 15px;
  border: none;
  min-height: 60px;
  transition: 0.3s;
}
.contact-form .form-control:focus {
  box-shadow: 0px 3px 3px #e0edfa, inset 0 0 0 1px #0FA19A;
}

.single-branch-info {
  border-radius: 20px;
  padding: 2em;
  box-shadow: 0 3px 12px 0 #0fa19a24;
  background: azure;
}
.single-branch-info ul {
  margin-bottom: 0;
}
.single-branch-info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.single-branch-info ul li i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0FA19A;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
}
.single-branch-info ul li p {
  margin-bottom: 0;
  color: #8FBA24;
}
.single-branch-info ul li strong {
  display: block;
  color: #253D4D;
}

.employer-item {
  margin: 12px 0;
  border-radius: 15px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 25px;
  transition: 0.5s all ease;
  background: #fff;
}
.employer-item:hover {
  transform: translate(0, -5px);
}
.employer-item h3.job-title {
  margin-bottom: 7px;
  font-size: 20px;
  color: #d1384e;
  font-weight: 700;
}
.employer-item .job-description {
  margin-bottom: 18px;
  color: #253D4D;
}

.career-info-list {
  margin: 20px 0;
  padding: 0;
}
.career-info-list li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
  color: #253D4D;
  font-weight: bold;
}
.career-info-list li i {
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-left: 5px;
  color: #8FBA24;
}

.form-control-lg::-webkit-file-upload-button {
  min-height: 60px;
}

/****************************
======== Blog =========
****************************/
.single-blog-post .thumbnail {
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  overflow: hidden;
}

.single-blog-post .thumbnail img {
  height: 350px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.09);
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-blog-post .post-date {
  font-weight: 600;
  color: #8FBA24;
  margin-top: 15px;
  font-size: 14px;
}

.single-blog-post .post-title {
  font-weight: bold;
  font-size: 20px;
  color: #110802;
  margin-top: 12px;
}

.single-blog-post .post-title a {
  color: #110802;
}

.single-blog-post p {
  font-weight: normal;
  color: #828282;
}

.single-blog-post .read-more {
  color: #8FBA24;
  font-weight: 600;
  font-size: 14px;
  margin-top: 14px;
  display: block;
}

.single-blog-post .read-more:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}

.single-blog-post:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.single-blog-post:not(.h-style):hover img {
  filter: none;
}

.single-blog-post:hover a {
  color: #8FBA24;
}

.single-blog-post.h-style {
  display: flex;
  margin-bottom: 30px;
}
.single-blog-post.h-style .post-title {
  font-size: 16px;
  font-weight: normal;
}

.single-blog-post.h-style .thumbnail {
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  overflow: hidden;
  margin-left: 1.5em;
  width: 120px;
  height: 90px;
}

.single-blog-post.h-style .thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.09);
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-blog-post-page .blog-post .thumbnail {
  height: auto;
}

.single-blog-post-page .blog-post .thumbnail img {
  height: auto;
  max-height: 350px;
}

.single-blog-post-page .blog-post .post-content {
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 30px;
}

/****************************
======== Responsive styles =========
****************************/
@media all and (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 8px 13px;
  }

  .section-description {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }

  .btn-green-secondary,.btn-green-primary {
    font-size: 14px;
    padding: 8px 19px;
  }

  .top-nav ul li {
    font-size: 12px;
    margin-left: 20px;
  }

  .hero-slider .slide-title {
    font-size: 25px;
  }
}
@media all and (max-width: 768px) {
  .position-sticky {
    position: static !important;
  }

  header .social-list {
    display: none;
  }

  .logo {
    display: none;
  }

  a.navbar-brand.d-block.d-lg-none img {
    height: 40px;
  }

  nav.navbar.navbar-expand-lg.navbar-light {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    margin-top: 10px;
  }

  .dropdown-menu, .dropdown-menu.submenu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 1px solid #80808030;
    margin-top: 5px;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 10px;
  }

  .hero-slider ul.slick-dots {
    margin-bottom: 0;
  }

  .working-hrs ul li {
    font-size: 15px;
  }

  .single-counter {
    padding: 7px 17px;
  }

  .single-counter .title {
    font-size: 14px;
  }

  .single-counter .counter {
    font-size: 22px;
  }

  .w-50, .w-75 {
    width: auto !important;
  }

  .services-center-wrapper, .features-center-wrapper {
    background: none !important;
    min-height: auto;
    margin-bottom: 0;
  }

  .single-service-wrapper, .single-feature-wrapper {
    width: 100%;
    flex-direction: row !important;
    right: auto;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }
  .single-service-wrapper .service-text {
      text-align: start !important;
  }
  .single-service-wrapper {
      padding:1em;
  }
  .services-center-wrapper {
      padding:2em 0;
  }
  .single-service-wrapper .icon, .single-feature-wrapper .icon {
    margin-left: 20px;
    margin-right: 0;
  }
  .single-service-wrapper.single-feature-wrapper, .single-feature-wrapper.single-feature-wrapper {
    flex-direction: column-reverse !important;
  }

  .slick-next, .slick-prev, .slick-dots {
    display: none !important;
  }
}
@media all and (max-width: 600px) {
    .hero-slider .single-hero-slide {
        align-items: end;
    }
    .hero-slider .slide-title {
    font-size: 16px;
}
.hero-slider .slider-description {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
.hero-slider .slide-caption .titles {
    padding: 1em;
    border-radius: 0;
    background: rgb(255 255 255 / 65%);
    /* box-shadow: 0px 0px 36px #dedef7; */
    display: inline-block;
    margin-bottom: 0;
}
   .single-feature-wrapper .icon {
        margin:0 !important;
    }
    .hero-slider .slide-caption .titles {
        display:block;
    }
  .hero-slider .single-hero-slide {
    height: auto;
    min-height: 260px;
  }

  .header-adv {
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .counters-gallery {
    display: none;
  }

  .blog, .counters {
    padding: 2em 0;
  }

  .slider-gap {
    /* the parent */
  }
  .slider-gap .slick-slide {
    margin: 0 !important;
  }
  .slider-gap .slick-list {
    margin: 0 !important;
  }

  .copyrights {
    text-align: center;
    margin-top: 10px;
  }
  .copyrights img {
    width: auto;
  }

  .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
  }

  a.navbar-brand.d-block.d-lg-none img {
    height: 34px;
  }

  .w-25,
.w-50,
.w-75 {
    width: auto !important;
  }

  .btn-green {
    padding: 5px 10px;
    font-size: 14px;
  }

  .nice-select .option {
    max-width: 90vw;
  }
}

/*# sourceMappingURL=style.css.map */


img.ad-banner.w-75 {
    width: 100% !important;
}