@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap");

/* font-family: "Cinzel", serif; */
/***
====================================================================
	Reset
====================================================================
***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

@font-face {
  font-family: "Lawrence W00 Regular";
  src: url("https://db.onlinewebfonts.com/t/d34add1e23bb969e5eb43cc5a4fab3d0.eot");
  src: url("https://db.onlinewebfonts.com/t/d34add1e23bb969e5eb43cc5a4fab3d0.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/d34add1e23bb969e5eb43cc5a4fab3d0.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/d34add1e23bb969e5eb43cc5a4fab3d0.woff") format("woff"), url("https://db.onlinewebfonts.com/t/d34add1e23bb969e5eb43cc5a4fab3d0.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/d34add1e23bb969e5eb43cc5a4fab3d0.svg#Lawrence W00 Regular") format("svg");
}

.mobile-view {
  display: none;
}

:root {
  --color-default: #292929;
  --color-primary: #da5e7a;
  --color-secondary: #0bb2c2;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

/***
====================================================================
	Desktop Menu
====================================================================
***/
.desktop-nav-toggler {
  margin-top: 30px;
  cursor: pointer;
}

.inner1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #84a852;
  padding: 8px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  overflow: visible;
}

.inner1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(132, 168, 82, 0.5);
  /* same color but transparent */
  animation: ripple 1.6s infinite ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.inner1 img {
  width: 32px;
  filter: brightness(0) invert(1);
}

.inner1 span {
  font-size: 27px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}

.main-menu-visible {
  overflow: hidden;
}

.main-menu-visible .main-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.menu-box-centered {
  position: absolute;
  /* display: flex;  */
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 65px;
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  color: var(--color-default);
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-secondary);
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  color: var(--color-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 600;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol,
li {
  margin: 0;
  padding: 0;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

.page-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -99;
  background-image: url(../gallery/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  top: 0px;
  opacity: 0.1;
}

.page-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -99;
  background-image: url(../gallery/holo-bg.png);
  background-size: auto;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  top: 0px;
  opacity: 0.08;
  filter: grayscale(0.5);
}

.top-wrap {
  position: relative;
  height: 100vh;
}

.top-border {
  width: 60%;
  height: 2px;
  position: relative;
  margin: auto;
  background: var(--color-primary);
}

/**header-main**/
.header-main {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.header-one {
  position: relative;
}

.header-one .container {
  position: relative;
  max-width: 1200px;
}

.header-one .lower-box {
  position: relative;
  height: 100%;
}

.lower-box .logo {
  top: 6px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 150px;
}

.lower-box .nav-outer {
  position: relative;
  display: inline-block;
  text-align: right;
  margin-left: 0;
  width: 100%;
  padding: 0;
  margin-top: 0;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.main-menu {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 64px 0 0;
  top: 0;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  display: block;
  padding: 5px 11px;
  background: #84a852;
  border-radius: 41px;
}

.main-menu .navigation>li {
  position: relative;
  display: inline-table;
}

.main-menu .navigation>li>a:hover {
  color: var(--color-default);
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 30px;
  border-right: 0px;
  padding: 2px 10px;
  opacity: 1;
  color: #fff;
  border-radius: 5px;
}

.main-menu .navigation>li>a i {
  font-size: 14px;
  color: #fff;
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #00424963;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--color-default);
  padding: 50px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li {
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  padding: 16px 25px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  letter-spacing: 0.5px;
}

.mobile-menu .navigation li>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

.mobile-menu .navigation li ul li>a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 0px;
  text-transform: capitalize;
  position: relative;
  color: #fff;
  padding: 11px 16px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 13px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: var(--color-primary);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
  background: #fff;
}

.main-menu .navigation>li>ul.cstmwidth {
  width: 105px;
}

.main-menu .navigation>li>ul.cstmwidth1 {
  width: 285px;
}

.main-menu .navigation>li>ul>li>a:hover {
  padding-left: 30px;
}

.mobile-menu .navigation li>ul {
  display: none;
  background: var(--color-default);
  /* height: 280px; */
  /* overflow-y: auto; */
  position: absolute;
  z-index: 6;
  box-shadow: 0px 0px 16px #7271719e;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  top: 0%;
  visibility: hidden;
  left: 100%;
  width: 300px;
  opacity: 0;
  z-index: 100;
  background: linear-gradient(to bottom, #fff, #f4edfff7);
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation>li.dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f0f0f03d;
}

.main-menu .navigation>li>ul>li>a:hover {
  background: linear-gradient(to right, var(--color-primary), #ffffff00);
  color: #fff;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.fa-right i {
  position: absolute;
  right: 13px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
}

/*
* 4. banner style
*/
.banner-wrapper {
  position: relative;
  /* background: #fff; */
}

.banner-one__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.slide-one {
  background-image: url(../gallery/banner.jpg);
}

/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  background: var(--color-primary);
  display: none;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--color-secondary);
}

.abt-sec {
  margin-top: 80px;
  position: relative;
  margin-bottom: 78px;
}

.abt-sec::before {
  content: " ";
  position: absolute;
  width: 58%;
  height: 95%;
  background: linear-gradient(45deg, #00717b00, #0bb2c208);
  clip-path: polygon(0 0, 80% 0, 100% 50%, 83% 100%, 0 100%);
  right: 0px;
  top: 21px;
  bottom: 0px;
  margin: auto;
  left: 478px;
}

.doc-content {
  position: relative;
  left: -40px;
}

.doc-content::before {
  content: " ";
  position: absolute;
  width: 400px;
  height: 400px;
  background: linear-gradient(45deg, #da5e7a, transparent);
  border-radius: 50%;
  opacity: 0.2;
  right: -76px;
}

.doc-img img {
  transition: all 300ms ease;
}

.doc-img-outer {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}

.doc-img-outer::before {
  content: " ";
  position: absolute;
  width: 500px;
  height: 500px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  left: -25px;
  z-index: 1;
}

.doc-img {
  position: relative;
  text-align: center;
  transition: 0.6s ease-in-out;
  border-radius: 50%;
  overflow: hidden;
  width: fit-content;
  margin: auto;
  left: -30px;
  box-shadow: 0px 0px 18px 0px #0000004f;
}

.doc-img-outer:hover .doc-img img {
  transform: scale(1.1);
}

.abt-sec-head h3 {
  font-size: 19px;
  display: inline-block;
  background: var(--color-primary);
  font-weight: 400;
  color: #fff;
  padding: 4px 10px;
  position: relative;
  margin-bottom: 8px;
}

.abt-sec-head h2 {
  text-transform: uppercase;
  font-size: 70px;
  color: #08717b;
  margin-bottom: 3px;
  font-family: "Lawrence W00 Regular";
  font-weight: 400;
  line-height: 55px;
}

.abt-sec-head {
  color: #000000;
  position: relative;
}

.abt-sec-head h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.abt-sec-head h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.abt-content {
  margin-top: 10px;
  padding-top: 8px;
  position: relative;
}

.abt-content::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000000, #ffffff00);
  left: 0px;
  top: 0px;
}

.abt-content p {
  color: #000000;
  font-size: 15px;
}

.web-btn {
  position: relative;
  margin-top: 24px;
}

.web-btn a {
  background: var(--color-primary);
  padding: 3px 12px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

.numb-sec {
  position: relative;
  margin-bottom: 80px;
}

.numb-img img {
  width: 128px;
  transition: 0.2s ease-in-out;
}

.numb-box p {
  font-size: 20px;
}

.numb-img {
  margin-bottom: 10px;
  position: relative;
}

.numb-icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  height: fit-content;
  margin: auto;
}

.numb-icon img {
  width: 68px !important;
}

.numb-row .col-md-3:nth-child(1):before,
.numb-row .col-md-3:nth-child(2):before,
.numb-row .col-md-3:nth-child(3):before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 58%;
  background: linear-gradient(to top, #ffffff00, var(--color-primary), #ffffff00);
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
}

.numb-box {
  position: relative;
  cursor: pointer;
}

.numb-box:hover img {
  transform: scale(1.05);
}

.sec-head h3 {
  font-size: 19px;
  display: inline-block;
  background: var(--color-primary);
  font-weight: 400;
  color: #fff;
  padding: 4px 10px;
  position: relative;
}

.sec-head h2 {
  font-size: 50px;
  font-weight: 500;
  color: #000;
  padding: 4px 10px;
  position: relative;
}

.sec-head p {
  font-size: 15px;
}

.extra-sec {
  position: relative;
  margin-bottom: 80px;
}

.extra-block {
  position: relative;
}

.extra-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 2px;
}

.extra-icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20%;
  background-color: var(--color-primary);
  z-index: -1;
  top: 0;
  left: 0;
}

.extra-icon::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 20%;
  background-color: var(--color-primary);
  z-index: -1;
  top: 0;
  right: 0;
}

.extra-icon img {
  width: 38px;
  background: #fff;
  padding: 3px;
  box-shadow: 0 0 10px #00000040;
  filter: grayscale(1);
}

.extra-block-matter {
  padding-left: 62px;
}

.extra-points {
  position: relative;
  padding-top: 30px;
}

.extra-block-matter p {
  font-size: 14px !important;
}

.extra-points::before {
  content: "";
  position: absolute;
  height: 93%;
  width: 2px;
  background-color: var(--color-primary);
  top: 12px;
  left: 19px;
}

.extra-points::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 12px;
  left: 15px;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.extra-head {
  margin-bottom: 20px;
}

.extra-head img {
  width: 540px;
}

.extra-matter p {
  font-size: 15px;
  line-height: 30px;
}

.extra-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/fetal-scan-img.png);
  background-repeat: no-repeat;
  right: 0px;
  background-position: right;
  background-size: 55%;
  top: 13px;
  filter: grayscale(1);
}

.serv-sec {
  position: relative;
  margin-bottom: 100px;
  min-height: 75vh;
  padding: 80px 0px 28px;
}

/* .serv-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  top: 0px;
  bottom: 0px;
  margin: auto;
  clip-path: polygon(0% 0%, 100% 13%, 100% 87%, 0 100%);
  left: 0px;
  right: 0px;
} */

/* Section Title Styling */
.serv-sec .sec-head h2,
.serv-sec .sec-head p {
  color: #fff;
}

/* Text Block Styling */
.serv-txt h2 {
  color: #ded7d0;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 5px;
}

.serv-txt p {
  color: #9c7e85;
  display: inline-block;
  background-color: #c59d7a40;
  margin-bottom: 0px;
  padding: 0 5px;
}

.ser-blk {
  display: flex;
  margin-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ser-blk:hover {
  transform: translateY(-5px);
}

/* Row Padding */
.serv-row {
  padding-top: 25px;
}

/* Icon Styling */
.serv-icon {
  width: 75px;
  margin-right: 6px;
  opacity: 0.6;
}

/* Text Alignment */
.serv-txt {
  position: relative;
  padding-left: 10px;
  padding-top: 8px;
}

/* Vertical line animation */
.serv-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 58%;
  border-left: 2px solid #75484b;
  transition: top 0.3s ease;
}

.ser-blk:hover .serv-txt::before {
  top: 20px;
  /* Moves down smoothly */
}
 
.serv-sec::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #ffdfc4;
  z-index: -1;
  margin: auto;
}

.serv-sec::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffdfc4;
  z-index: -1;
  margin: auto;
}

.vmore {
  position: relative;
  font-style: italic;
}

.vmore a {
  color: #ded7d0;
  font-weight: 400;
  font-size: 18px;
}

.main-footer {
  position: relative;
  background: var(--color-secondary);
}

.quicklinks {
  position: relative;
  padding-top: 50px;
  margin-bottom: 15px;
}

.quicklinks h2 {
  color: var(--color-primary);
  font-size: 58px;
  opacity: 0.2;
  line-height: 43px;
  text-align: right;
  display: inline-block;
  text-transform: uppercase;
  left: -68px;
}

.quicklinks h2 span {
  display: block;
  font-weight: 400;
  font-size: 42px;
  text-transform: capitalize;
  position: relative;
  left: 90px;
}

.quicklinks ul li {
  display: inline-block;
  line-height: 35px;
  background: #ffffff1a;
  margin-bottom: 5px;
  border-radius: 6px;
}

.quicklinks ul li a {
  color: #fff0e399;
  font-size: 15px;
  line-height: 19px;
  padding: 0 11px;
}

.bottom-social {
  position: relative;
  right: 0px;
  bottom: 0px;
  margin: 0px auto 12px;
  height: fit-content;
  text-align: center;
}

.bottom-social ol li {
  display: inline-block;
  margin-right: 6px;
}

.bottom-social ol li a {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #ffffff24;
  border-radius: 3px;
  line-height: 30px;
  color: #fff0e399;
}

.num-sec {
  position: relative;

  margin-bottom: 100px;
}

.bottom-footer p {
  margin-bottom: 0px;
  color: #fff0e399;
  font-size: 15px;
  padding-bottom: 10px;
}

.bottom-footer p a {
  color: var(--color-primary);
}

.linkstop {
  margin-top: -30px;
}

.num-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.num-txt p {
  margin-bottom: 0px;
}

.num-txt h2 {
  font-size: 75px;
  line-height: 65px;
  font-weight: 400;
  color: var(--color-primary);
  font-family: "MonteCarlo", cursive;
}

.num-sec .col-md-3:nth-child(2)::before,
.num-sec .col-md-3:nth-child(3)::before,
.num-sec .col-md-3:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 65%;
  bottom: 0;
  margin: auto;
  background: linear-gradient(to top, transparent, var(--color-primary), transparent);
}

.ad-img img {
  transition: 0.2s ease-in-out;
}

.ad-img:hover img {
  transform: scale(1.05);
}

.footer-get-icon p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0px;
}

.footer-get-icon p a {
  color: #fff;
  font-size: 15px;
}

.footer-get-icon i {
  color: #fff;
}

.footer-get-box {
  background: #ffffff1a;
  padding: 25px 0px;
  height: 126px;
  position: relative;
}

.test-sec {
  position: relative;
  margin-bottom: 100px;
}

.test-txt p {
  margin-bottom: 0px;
  font-size: 15px;
}

.num-blk img {
  transition: 0.2s ease-in-out;
}

.num-blk:hover img {
  transform: scale(1.05);
}

.test-txt h2 {
  font-weight: 500;
  font-size: 25px;
  background-color: var(--color-secondary);
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
}

.test-txt .testi-star {
  color: var(--color-secondary);
  padding-left: 10px;
}

.test-txt p {
  padding: 10px 15px;
  border-radius: 25px;
  margin-bottom: 10px;
  background: linear-gradient(to right, #ffe9d5, #48183000);
}

.ttwo .test-txt p {
  padding: 10px 15px;
  border-radius: 25px;
  margin-bottom: 10px;
  background: linear-gradient(to right, #ffe9d5, #48183000);
}

.test-row2 {
  position: absolute;
  top: 0;
}

.test-blk {
  margin-bottom: 25px;
}

.ttwo {
  position: relative;
  left: 50px;
}

.tfour {
  position: relative;
  right: 50px;
}

.tthree,
.tfour {
  text-align: right;
}

.tthree .test-txt p {
  background: linear-gradient(to left, #ffe9d5, #48183000);
}

.tfour .test-txt p {
  background: linear-gradient(to left, #ffe9d5, #48183000);
}

.quicklinks1 {
  position: relative;
  padding-top: 20px;
  margin-bottom: 15px;
}

.quicklinks1 h2 {
  color: var(--color-secondary);
  font-size: 50px;
  opacity: 0.2;
  line-height: 43px;
  text-align: right;
  display: inline-block;
  text-transform: uppercase;
  left: -68px;
}

.quicklinks1 h2 span {
  display: block;
  font-weight: 400;
  font-size: 42px;
  text-transform: capitalize;
  position: relative;
  left: 90px;
}

.serv-section {
  position: relative;
  min-height: 80vh;
  background: linear-gradient(45deg, #000c23, #0bb2c2);
  padding: 75px 0;
  border-top-right-radius: 70px;
}

.serv-btm-img {
  margin-top: -5px;
}

.serv-section .sec-head h2 {
  color: #fff;
}

.serv-section .sec-head p {
  color: #ffff;
}

.serv-section::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/serv-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 0px;
  border-radius: 25px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0.1;
}

.serv-row {
  padding-top: 45px;
}

.serv-blk {
  position: relative;
  margin-bottom: 40px;
  cursor: pointer;
}

.serv-mimg {
  position: absolute;
  width: 180px;
  bottom: 26px;
  left: 0;
}

.serv-mimg img {
  border-radius: 50%;
}

.stwo .serv-mimg {
  left: auto;
  right: 0;
}

.serv-txt2 h2 {
  color: #fff;
  font-weight: 400;
  font-size: 25px;
}

.serv-txt2 {
  position: absolute;
  left: 40%;
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 20px 25px 20px 25px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.serv-txt2 h2 {
  color: #f1e6e6;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 18px;
}

.serv-txt2 p {
  color: #d2bfbf;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0px;
}

.stwo .serv-txt2 {
  left: auto;
  right: 40%;
}

/* Base state */
.serv-txt2 {
  transform: translateY(-50%);
  animation: none;
}

/* Bounce once on hover */
.serv-blk:hover .serv-txt2 {
  animation: bounceOnce 0.6s ease-out 1;
}

/* Keyframes for a single bounce */
@keyframes bounceOnce {
  0% {
    transform: translateY(-50%);
  }

  40% {
    transform: translateY(calc(-50% - 12px));
  }

  100% {
    transform: translateY(-50%);
  }
}

.box {
  background: #fff;
  background: linear-gradient(to right, #087b8e, #ea757a, #da5e7a);
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
}

.box:before,
.box-content {
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
  position: absolute;
  top: 50%;
  left: 150%;
  transition: all 0.6s ease;
}

.box-content {
  color: #fff;
  width: 85%;
  z-index: 2;
}

.serv-blk:hover .box:before,
.serv-blk:hover .box .box-content {
  opacity: 1;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.box img {
  width: 100%;
  height: auto;
  transition: all 0.45s ease-in-out;
}

.serv-blk:hover .box img {
  opacity: 0.3;
  filter: grayscale(100%);
  transform: scale(1.1);
}

.box .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 2px;
}

.box .post {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 12px;
  display: block;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.box .icon li {
  margin: 0 3px;
  display: inline-block;
}

.box .icon li a {
  color: #d0664e;
  background: #fff;
  font-size: 15px;
  line-height: 34px;
  width: 34px;
  height: 34px;
  display: block;
  position: relative;
  transition: all 0.35s;
  border-radius: 50%;
}

.box .icon li a:hover {
  color: #fff;
  background: #4d1d2d;
  border-radius: 50px;
}

.box .icon li a i {
  line-height: inherit;
}

.serv-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.serv-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  border: 3px solid #fff;
  opacity: 1;
  margin: 0px 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: var(--color-secondary);
}

.serv-scroll .owl-dot:hover,
.serv-scroll .owl-dot.active {
  opacity: 1;
  border: 3px solid var(--color-primary);
}

.test-section {
  position: relative;
  margin-bottom: 80px;
  padding-top: 80px;
}

.test-row {
  position: relative;
}

.test-btm {
  text-align: right;
}

.test-img {
  position: relative;
}

.testi-star {
  color: var(--color-primary);
}

.test-iblk p {
  margin-bottom: 0px;
  font-size: 15px;
}

.test-right {
  padding-top: 40px;
}

.test-iblk h2 {
  color: var(--color-secondary);
}

.feedback-g {
  position: absolute;
  width: 421px;
  height: fit-content;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: -15px;
  opacity: 0.07;
}

.apt-section {
  position: relative;
  margin-bottom: 10px;
}

.apt-inner-main {
  position: relative;
  padding-bottom: 80px;
}

.apt-inner-main::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/fetal-development-scan.png);
  background-repeat: no-repeat;
  background-position: center right;
  bottom: 0px;
  background-size: 60%;
  left: 0px;
  right: 0px;
  margin: auto;
  filter: grayscale(1);
  top: 90px;
  opacity: 0.6;
}

.appointment-form {
  padding: 83px 38px 65px;
  position: relative;
  width: 440px;
  margin: auto;
  background: linear-gradient(to top, #000000, var(--color-secondary));
  z-index: 1;
  border-radius: 999px;
}

.appointment-inner-form {
  padding: 0px 30px 0px;
}

.appointment-form h2 {
  font-weight: 500;
  color: #fff;
}

.appointment-form p {
  font-size: 14px;
  color: #ffffffb0;
  margin-top: 8px;
}

.form-group i {
  position: absolute;
  left: 25px;
  top: 15px;
  color: #eeeeeef0;
  font-size: 15px;
}

.appointment-form .form-control {
  color: #eeeeeef0;
  border-bottom: none;
  background: #00000000;
  border-bottom: 1px solid #f5f5f53b;
  border-radius: 0px;
  padding: 11px 35px;
  font-size: 15px;
}

.appointment-form .form-control::placeholder {
  color: #eeeeeef0;
}

.booking-box {
  position: relative;
  z-index: 1;
}

/* .booking-box::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000, var(--color-secondary));
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  border-radius: 8px;
} */

.booking-box::after {
  content: " ";
  position: absolute;
  width: 220px;
  height: 220px;
  background: var(--color-primary);
  top: -18px;
  left: -16px;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.btn-style-one {
  padding: 4px 10px;
  background: #ffffff;
  color: #000;
  text-transform: uppercase;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 18px;
}

.blog-section {
  position: relative;
  /* min-height: 75vh; */
  margin-bottom: 30px;
}

.serv-top-img {
  position: absolute;
  top: 0;
  left: 20px;
}

.test-left {
  position: relative;
}

.test-left img {
  width: 440px;
}

.fetal-devl-head {
  position: relative;
  color: #fff;
}

.fetal-inner::before {
  content: " ";
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, var(--color-secondary), #ffffff00);
  border-radius: 50%;
  right: -95px;
  top: -103px;
  opacity: 0.2;
  transform: rotate(-50deg);
  z-index: -1;
}

.fetal-devl-head h4 {
  margin-top: 0px;
  font-weight: 400;
  line-height: 35px;
  padding-left: 4px;
}

.fetal-devl-head h2 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-weight: 400;
  font-size: 61px;
  font-family: "Lawrence W00 Regular";
  line-height: 44px;
  margin-bottom: 10px;
}

.fetal-inner {
  background: var(--color-primary);
  padding: 23px 15px 15px;
  border-left: 5px solid var(--color-secondary);
}

.fetal-devl-head p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 30px;
}

.fetal-devl-head h3 {
  text-align: right;
  margin-top: 10px;
  color: var(--color-default);
  font-weight: 400;
  position: relative;
}

.fetal-devl-head h3::before {
  content: " ";
  position: absolute;
  width: 64%;
  height: 2px;
  background: linear-gradient(to right, var(--color-secondary), #ffffff00);
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
}

.fetal-devl-head h3::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 25px solid #555;
  border-bottom: 14px solid transparent;
  left: 220px;
  right: 0px;
  margin: auto;
  top: 4px;
}

.blog-content {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-left: 95px;
  padding-top: 48px;
  padding-right: 25px;
}

.blog-content p {
  font-size: 14px;
}

.blog-content p a {
  display: block;
  text-align: right;
  position: relative;
  left: -33px;
}

.blog-content h2 {
  font-size: 20px;
  color: #000;
}

.footer_section {
  position: relative;
  padding-top: 10px;
}

.footer_section .footer_add_row {
  position: relative;
}

/* .footer_section .footer_add_row::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: var(--color-primary);
  z-index: -1;
  border-radius: 15px;
} */
/* .footer_section .footer_add_row::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: var(--color-primary);
  z-index: -1;
} */
.footer_add_row .col-md-4:nth-child(1),
.footer_add_row .col-md-4:nth-child(2) {
  border-right: 1px solid #fff;
}

.address_info_sec {
  position: relative;
  text-align: center;
}

.address_info_sec i {
  position: relative;
  left: 0px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  color: var(--color-primary);
  border-radius: 50%;
  line-height: 40px;
  display: inline-block;
  /*! margin-bottom: 15px; */
  /*! box-shadow: 0px 0px 0px 5px #adadad; */
}

.address_info_sec span {
  display: block;
  color: #000;
  line-height: 24px;
}

.bottom-footer p {
  margin: 0;
  font-size: 15px;
  display: inline-block;
  padding: 4px 0px;
  color: #d1d1d1;
  border-top: 1px solid #ffffff0f;
}

.bottom-footer a {
  font-weight: 600;
  color: #fff;
}

.footer_section .footer_wid .footer_logo {
  width: 300px;
}

.footer_section .footer_top {
  position: relative;
  padding: 15px 10px 10px;
}

.footer_section .footer_top h2 {
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  background-color: var(--color-secondary);
  padding: 2px 10px;
  border-radius: 25px;
  box-shadow: 0px 3px 5px #c1c1c1;
}

.footer_section .footer_wid p {
  font-size: 14px;
  line-height: 25px;
  display: block;
}

.footer_section .footer_wid_text {
  position: relative;
  padding-bottom: 12px;
  margin: 10px 0px;
}

.footer_section .footer_wid_text li {
  font-size: 14px;
}

.social-icon-two {
  position: relative;
  margin: 2px 0px;
}

.social-icon-two li {
  position: relative;
  display: inline-block;
}

.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 24px;
  width: 38px;
  height: 38px;
  line-height: 37px;
  color: var(--color-default);
  border-radius: 50%;
  font-weight: 400;
  margin: 0 1px;
}

.footer_top .footer_wid_text:after,
.footer_top .footer_wid_text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: var(--color-primary);
  border-radius: 3px;
}

.footer_top .footer_wid_text:after {
  left: 44px;
  width: 4px;
  background-color: var(--color-primary);
}

.footer_wid li a {
  color: var(--color-default);
}

.footer-logo img {
  width: 165px;
}

.footer_section .footer_wid ul li::before {
  content: "\f0da";
  position: absolute;
  left: 14px;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: var(--color-primary);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.footer_section .footer_wid ul li {
  padding-left: 20px;
}

.footer-widget__social {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 35px;
}

/* .footer-widget__social::before{
  content: "";
  position: absolute;
  height: 4px;
  width: 70%;
  background: linear-gradient(to left, var(--color-primary),#fff0,var(--color-secondary));
  border-radius: 5px;
  z-index: -1;
} */
.footer-widget__social span {
  color: #06334d;
  font-size: 24px;
  font-weight: 600;
}

.footer-widget__social ul {
  display: flex;
  list-style: none;
  margin: 0 8px 0;
  padding: 0;
}

.footer-widget__social li a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #000;
  /* background: linear-gradient(to top, #5a4834, #fff); */
  background: linear-gradient(to top, #dbbac2, #fff);
  margin: 0 4px;
  font-size: 16px;
}

.block1 {
  padding: 0px 45px;
  margin-bottom: 20px;
}

.footer-widget__social li a:hover {
  color: #ffffff;
  background: var(--color-primary);
}

.footer_add_row .col-md-3:nth-child(1) {
  background: linear-gradient(to right, transparent, #ddd);
}

.footer_add_row .col-md-3:nth-child(2) {
  background: linear-gradient(to right, transparent, #ddd, transparent);
}

.footer_add_row .col-md-3:nth-child(3) {
  background: linear-gradient(to left, transparent, #ddd);
}

.footer_mp iframe {
  border: 5px solid #f5f5f5;
  background: #fff;
  box-shadow: 0px 0px 11px #919191;
}

.as_inner_textad h2 a {
  color: var(--color-default);
  font-weight: 600;
}

.footer_wid .address_info_sec {
  position: relative;
}

.footer_wid .address_info_sec:nth-child(3) {
  border-top: 1px dashed var(--color-default);
  border-bottom: 1px dashed var(--color-default);
}

.footer-about p {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  padding: 0px 0px 25px;
}

.footer-about p a {
  color: var(--color-primary);
}

.footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
  margin-top: 39px;
}

.footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background-color: var(--color-primary);
  /* background: linear-gradient(to right, var(--color-primary),var(--color-secondary)); */
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer_links {
  text-align: center;
}

.footer_links ul {
  display: inline-block;
  padding: 6px 190px 6px;
  margin: 0 0 15px;
}

.footer_links ul li {
  display: inline-block;
  line-height: 35px;
}

.footer_links ul li:last-child a {
  border-right: 0px;
}

.footer_links ul li a {
  color: var(--color-default);
  font-size: 17px;
  line-height: 19px;
  border-right: 1px solid;
  padding: 0 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer_links ul li a:hover {
  color: var(--color-primary);
}

.footer_section .footer-left-sec a {
  color: #000;
  font-size: 15px;
}

.footer_section .f-call i,
.footer_section .f-mail i,
.footer_section .f-ad i {
  font-size: 19px;
  display: inline-block;
  background-color: var(--color-default);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.f-ad p {
  margin-bottom: 0px;
}

.footer_section .f-ad {
  text-align: center;
  padding-top: 6px;
}

.footer_section .f-call {
  position: relative;
}

.footer_section .f-call,
.footer_section .f-mail,
.footer_section .f-ad {
  text-align: center;
  margin-bottom: 10px;
}

.f-ad p {
  font-size: 15px;
  color: var(--color-secondary);
}

.footer_section .footer-btm a {
  color: var(--color-secondary);
  font-size: 15px;
  display: block;
}

.footer_section .shape {
  position: relative;
  width: 70%;
  height: 5px;
  border-radius: 15px;
  background: linear-gradient(to left, var(--color-primary), transparent, var(--color-secondary));
}

.f-reach {
  margin-top: 15px;
}

.footer_links1 {
  text-align: center;
}

.footer_links1 ul {
  display: inline-block;
  /* padding: 0px 80px 6px; */
  margin: 0 0 15px;
}

.footer_links1 ul li {
  display: inline-block;
  line-height: 35px;
}

.footer_links1 ul li:last-child a {
  border-right: 0px;
}

.footer_links1 ul li a {
  color: var(--color-default);
  font-size: 15px;
  line-height: 19px;
  border-right: 1px dashed;
  padding: 0 11px;
}

.footer_links1 ul li a:hover {
  color: var(--color-primary);
}

.subscribe-block {
  position: relative;
  padding: 25px 20px;
  background-color: var(--color-secondary);
  margin: 30px 0px;
  border-radius: 12px;
}

.subscribe-block::before {
  content: "";
  position: absolute;
  height: 120%;
  width: 95%;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: #0a3b5921;
  margin: auto;
  z-index: -1;
}

.sub-title h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 33px;
}

.subscribe-input {
  position: relative;
  margin-top: 8px;
}

.sub-title p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.subscribe-input .form-control {
  height: 58px;
  background-color: white;
  border: 1px solid #e4e4e4;
  color: var(--color-secondary);
}

.subscribe-input .form-control::placeholder {
  color: #6b6b6b;
}

.subscribe-input .btn {
  position: absolute;
  top: 7px;
  right: 8px;
  background: var(--color-primary);
  border: none;
  border-radius: 0;
  padding: 11px 16px;
  color: #fff;
}

.v-text {
  position: relative;
  text-align: center;
}

.footer_section .fd-img img {
  width: 350px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 13px #8c8c8c;
}

.footer-logo {
  position: relative;
  display: inline-block;

  padding: 10px;
  border-radius: 15px;
  margin: auto;
  left: 0;
  right: 0;
}

.footer-txt {
  position: relative;
}

.footer-adr .fad-txt h3 {
  font-size: 20px;
  color: #fff;
  margin: 9px 0px 3px;
}

.f-adr {
  font-weight: 300;
  font-size: 15px;
}

.footer-adr .f-icon {
  width: 35px;
  height: 35px;
  background: var(--color-primary);
  line-height: 35px;
  margin: auto;
}

/* .footer-adr .col-md-4:nth-child(2){
  border-left: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
} */

.footer-add-block {
  position: relative;
  background: #000000;
  padding: 25px 0px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.footer-adr {
  position: relative;
  margin-top: -40px;
  color: #fff;
}

.footer-add-block::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/footer-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  opacity: 0.2;
}

.block1::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 110%;
  border: 1px solid var(--color-primary);
  border-bottom: none;
  top: 38px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  border-radius: 20px 20px 0px 0px;
  z-index: -1;
}

.menu-loc {
  color: #ffffffb8;
  padding: 21px;
  position: relative;
  top: 10px;
}

.menu-loc::before {
  content: " ";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #ffffff69;
  top: 8px;
  left: 0px;
}

.menu-loc::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff69;
  border-radius: 50%;
  top: 3px;
  left: 9px;
  right: 0px;
  margin: auto;
}

.menu-loc h2 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.top-social-links ul li {
  display: inline-block;
  margin-right: 5px;
}

.top-social-links ul li a {
  width: 33px;
  height: 33px;
  display: inline-block;
  background: #ffffff3d;
  border-radius: 50%;
  line-height: 33px;
  text-align: center;
  font-size: 15px;
  color: #ffffffc7;
}

.top-wrap1 {
  position: relative;
}

.inner-section {
  position: relative;
  min-height: 47vh;
  padding: 128px 0;
}

.inner-section1 {
  position: relative;
  padding: 58px 0 38px;
}

.serv-matter p {
  text-align: justify;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}

.serv-matter strong {
  font-weight: 600;
}

.serv-matter h2 {
  color: var(--color-primary);
  font-size: 20px;
  margin: 15px 0px 6px;
  font-weight: 600;
  text-transform: uppercase;
}

.serv-matter h3 {
  color: var(--color-secondary);
  font-size: 18px;
  margin: 22px 0px 8px;
}

.inner-serv-img {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}

.inner-serv-img::before {
  content: " ";
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--color-primary);
  z-index: -1;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

.inner-serv-img::after {
  content: " ";
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--color-secondary);
  z-index: -1;
  top: 0px;
  right: 0px;
  margin: auto;
}

.inner-serv-img img {
  box-shadow: 0px 0px 14px #00000021;
  border-radius: 8px;
  width: 330px;
  margin: auto;
}

.ol_styles {
  padding: 0;
  padding-left: 20px;
}

.ol_styles li {
  position: relative;
  margin-bottom: 5px;
  line-height: 26px;
  font-size: 15px;
  list-style: disc;
}

.breadcrumb {
  position: relative;
  padding: 170px 0 30px;
  margin-bottom: 0;
  z-index: 2;
  display: block;
  background: transparent;
}

.bread-bg {
  padding: 95px 0px;
  position: relative;
  text-align: center;
}

.bread-bg::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #000c23, #0bb2c2);
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.bread-bg::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/breadcrumb.jpg);
  background-size: cover;
  background-position: center;
  left: 0px;
  top: 0px;
  z-index: -1;
  filter: blur(1px);
}

.breadcrumb h1 {
  color: #fff;
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 0px;
  font-family: "Lawrence W00 Regular";
  letter-spacing: 3px;
}

.breadcrumb h1::before {
  content: " ";
  position: absolute;
  width: 32%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  left: 0px;
  right: 0px;
  margin: auto;
  opacity: 0.5;
}

.breadcrumb ul li a {
  font-weight: 500;
  color: #fff;
}

/* .breadcrumb ul li::before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  color: #fff;
} */

.breadcrumb ul li:last-child::before {
  content: none;
}

.breadcrumb ul li {
  font-size: 17px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding: 0 8px;
  margin: 0;
}

.breadcrumb ul {
  padding: 6px 0px;
  position: relative;
  display: inline-block;
}

.breadcrumb ul i {
  font-size: 20px;
  color: #fff;
}

.main-timeline {
  position: relative;
  padding: 25px 0;
}

.main-timeline:before {
  content: "";
  background: linear-gradient(to right, #eee, #bbb, #eee);
  height: 100%;
  width: 30px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}

.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline .timeline {
  width: 50%;
  padding: 0 0 30px 0;
  margin: 0 0 20px;
  float: left;
  position: relative;
  z-index: 1;
}

.main-timeline .timeline-content {
  color: var(--color-default);
  background: #fbf2f4;
  padding: 25px 25px 25px 100px;
  border-radius: 50px 50px 50px;
  display: block;
  position: relative;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
  content: "";
  background: var(--color-secondary);
  height: 80px;
  width: 130px;
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: -1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.main-timeline .timeline-content:before {
  background: transparent;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 2px solid var(--color-default);
  transform: rotateX(30deg);
  bottom: -37px;
  right: -7px;
  clip-path: none;
}

.main-timeline .timeline-icon {
  font-size: 45px;
  font-weight: 600;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 30px;
}

.main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.main-timeline .description {
  font-size: 14px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  float: right;
  margin: 0 0 30px 10px;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 25px 100px 25px 25px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  right: auto;
  left: -7px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  transform: rotateY(180deg);
  right: auto;
  left: 0;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  right: 30px;
  left: auto;
}

@media screen and (max-width: 767px) {
  .main-timeline:before {
    transform: translateX(0);
    left: 0;
  }

  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    margin: 0 0 30px;
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 100px 25px 25px;
  }

  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: -7px;
    right: auto;
  }

  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    transform: rotateY(180deg);
    left: 0;
    right: 0;
  }

  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 30px;
    right: auto;
    top: 20px;
    transform: translateY(0);
  }
}

.contact-loc-box {
  position: relative;
}

.loc-box {
  position: relative;
}

.loc-box li {
  padding: 20px 0px;
  margin-bottom: 4px;
  border-bottom: 1px solid #fff;
}

.loc-box li:last-child {
  border-bottom: 0px;
}

.contact-loc-box {
  text-align: center;
  background: #84a852;
  padding: 38px 40px 8px;
  color: #fff;
  position: relative;
}

.contact-loc-box::before {
  content: " ";
  position: absolute;
  width: 97%;
  height: 97%;
  border: 1px solid #ffffff3b;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

.contact-loc-box h2 {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  border-bottom: 2px solid;
  padding-bottom: 4px;
}

.contact-map iframe {
  width: 100%;
  height: 395px;
  border: 1px solid var(--color-default);
  padding: 8px;
}

._contact-form {
  text-align: center;
  padding: 31px 35px 21px;
  box-shadow: 0 0 13px #ccc;
  margin-top: 36px;
  background: #fff;
  border: 8px solid #f5f5f5;
  border-radius: 28px;
}

._contact-form h3 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid;
  display: inline-block;
  color: var(--color-primary);
}

._contact-form .form-control {
  height: 55px;
  background: #f3f3f300;
  border: none;
  box-shadow: none;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid #000;
  border-radius: 0px;
}

._contact-form textarea.form-control {
  height: 70px;
}

._contact-form .btn {
  width: 200px;
  border-color: transparent;
  padding: 10px 0;
  background: var(--color-secondary);
}


.about-pg {
  position: relative;
}

.about-pg p {
  line-height: 30px;
  font-size: 15px;
  text-align: center;
}

.about-pg-img {
  position: relative;
  margin-top: 10px;
}

.about-pg-img img {
  border: 10px solid #fff;
  box-shadow: 0px 18px 12px -10px #0000006b;
}

.about-pg h5{
  font-size: 20px;
  color: var(--color-primary);
  margin: 10px 0px 5px;
}

.about-doc-content{
  position: relative;
  margin-top: 20px;
}

.about-doc-content h2{
  font-size: 33px;
  color: var(--color-secondary);
  text-transform: uppercase;
}

.about-doc-content h3{
  font-size: 20px;
  font-weight: 400;
}

.about-doc-content h4{
  font-size: 20px;
}


.tag-line{
  position: relative;
  margin-bottom: 40px;
}

.tag-line h1{
  font-weight: 400;
}

.video-blk iframe{
  border: 1px solid var(--color-default);
  padding: 8px;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}