@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body,h1,h2,h3,h4,h5{
  font-family: 'Roboto', sans-serif;
}


p{
  font-size: 15px;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #ffffff !important;
  text-align: left;
  list-style: none;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

p{
  text-align: justify;
}

.former{
  background: #3e94b4;
  color: #fff;
}

#loger{
  height: 153px;
  margin-top: 12px;
}

/********** Template CSS **********/

:root {
  --primary: #00b98e;

  --secondary: #ff6922;

  --light: #effdf5;

  --dark: #0e2e50;
}

.back-to-top {
  position: fixed;

  display: none;

  right: 45px;

  bottom: 45px;

  z-index: 99;
}

/*** Spinner ***/

#spinner {
  opacity: 0;

  visibility: hidden;

  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;

  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;

  visibility: visible;

  opacity: 1;
}

/*** Button ***/

.btn {
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff !important;
}

.btn-square {
  width: 38px;

  height: 38px;
}

.btn-sm-square {
  width: 32px;

  height: 32px;
}

.btn-lg-square {
  width: 48px;

  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: normal;

  border-radius: 50px;
}

/*** Navbar ***/

.nav-bar {
  position: relative;

  z-index: 9999;
}

.nav-bar.sticky-top {
  position: sticky;

  padding: 0;

  z-index: 9999;
}

.navbar {
  /* box-shadow: 0 0 30px rgba(0, 0, 0, .08); */
}

.navbar .dropdown-toggle::after {
  border: none;

  content: "\f107";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  vertical-align: middle;

  margin-left: 5px;

  transition: 0.5s;
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;

  padding: 25px 0;

  color: #ffffff;

  font-size: 15px;

  text-transform: uppercase;

  outline: none;
}

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

@media (max-width: 991.98px) {
  .nav-bar {
    margin: 0;

    padding: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;

    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);

  font-weight: 500;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;

    top: 100%;

    margin-top: 0;

    transform: rotateX(-75deg);

    transform-origin: 0% 0%;

    opacity: 0;

    visibility: hidden;

    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);

    visibility: visible;

    transition: 0.5s;

    opacity: 1;
  }
}

/*** Header ***/

@media (min-width: 992px) {
  .header {
    margin-top: -120px;
  }
}

.header-carousel .owl-nav {
  position: absolute;

  top: 50%;

  left: -25px;

  transform: translateY(-50%);

  display: flex;

  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;

  width: 50px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #ffffff;

  background: #196dab;

  border-radius: 40px;

  font-size: 20px;

  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: #005295;
}

@media (max-width: 768px) {
  .header-carousel .owl-nav {
    left: 25px;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #dddddd;
}

/*** Icon ***/

.icon {
  /* padding: 15px; */

  display: inline-flex;

  align-items: center;

  justify-content: center;

  background: #ffffff !important;

  border-radius: 50px;
}

/*** About ***/

.about-img img {
  position: relative;

  z-index: 2;
}

.about-img::before {
  position: absolute;

  content: "";

  top: 0;

  left: -50%;

  width: 100%;

  height: 100%;

  background: rgb(0, 0, 0);

  transform: skew(20deg);

  z-index: 1;
}

/*** Category ***/

.cat-item div {
  /* background: rgb(0, 0, 0); */
  background: #ffff;
  border: 1px solid rgba(10, 10, 10, 0);
  transition: 0.5s;
}

@media(max-width:768px){
  .cat-item div {
   margin-bottom: 1rem;
  }
}

 

.cat-item:hover div {
  /* background: #000000; */

  border-color: transparent;
}

.cat-item div * {
  transition: 0.5s;
}

.cat-item:hover div * {
  color: #ffffff !important;
}

/*** Property List ***/

.nav-pills .nav-item .btn {
  color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
  color: #ffffff;
}

.property-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  /* border: 7px solid black; */
}

.property-item img {
  transition: 0.5s;
}

.property-item:hover img {
  transform: scale(1.1);
}

.property-item .border-top {
  border-top: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

.property-item .border-end {
  border-right: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

/*** Team ***/

.team-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);

  transition: 0.5s;
}

.team-item .btn {
  color: var(--primary);

  background: #ffffff;

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.team-item .btn:hover {
  color: #ffffff;

  background: var(--primary);
}

.team-item:hover {
  border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
  background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
  color: var(--secondary) !important;
}

/*** Testimonial ***/

.testimonial-carousel {
  padding-left: 1.5rem;

  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .testimonial-carousel {
    padding-left: 4rem;

    padding-right: 4rem;
  }
}

.testimonial-carousel .testimonial-item .border {
  border: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;

  width: 100%;

  height: 40px;

  top: calc(50% - 20px);

  left: 0;

  display: flex;

  justify-content: space-between;

  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;

  width: 40px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #ffffff;

  background: black;

  border-radius: 40px;

  font-size: 20px;

  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

/*** Footer ***/

.footer .btn.btn-social {
  margin-right: 5px;

  width: 35px;

  height: 35px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--light);

  border: 1px solid rgba(255, 255, 255, 0.5);

  border-radius: 35px;

  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);

  border-color: var(--light);
}

.footer .btn.btn-link {
  display: block;

  margin-bottom: 5px;

  padding: 0;

  text-align: left;

  font-size: 15px;

  font-weight: normal;

  text-transform: capitalize;
  color: #fff !important;
  transition: 0.3s;
}

.copyright {
  color: #fff;
}

.footer p {
  color: #fff;
}

.footer .btn.btn-link::before {
  position: relative;

  content: "\f105";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;

  box-shadow: none;
}

.footer .form-control {
  border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
  padding: 25px 0;

  font-size: 15px;

  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;

  padding-right: 15px;

  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;

  padding-right: 0;

  border-right: none;
}

/* team section */

.team {
  margin: 40px;
}

.team-member {
  margin: 15px 0;
  padding: 0;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 9px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  padding: 4px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: rgba(158, 158, 158, 0.9);
  /* Primary color, can be changed via colors.css */
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, 0.97);
}

.team-member figure:hover figcaption ul li a {
  color: #000;
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* team section */







/* navbar css */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  box-shadow: var(--shadow-medium);
  background-color: var(--color-white-100);
  background: #08779fc7;
  padding: 0 4rem;
}

@media(max-width:768px){
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    background: #08779fc7;
    padding: 0 1rem!important;
  }
}
.wrapper {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 2rem;
  width: 100%;
  height: 5rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wrapper {
    display: flex;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    height: 6rem;
    margin: 0 auto;
     
  }
}

@media screen and (max-width: 992px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.5s ease;
  }

  .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
}

.menu-item {
  position: relative;
  display: inline-block;
  margin-left: 1.5rem;
}

.menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

@media(max-width:768px){
  .menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    color: #000000;
    transition: all 0.3s ease-in-out; 
  }
  #bob{
    margin-top: 6rem !important;
  }
}

#bob{
  margin-top: 5rem;
}

.menu-link > i.bx {
  font-size: 1.35rem;
  line-height: 1.5;
  color: inherit;
}

.menu-link:hover {
  outline: none;
  color: #005295;
}

@media only screen and (min-width: 993px) {
  .menu-dropdown:hover > .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 992px) {
  .menu {
    width: 100%;
    position: absolute;
    height: auto;
    padding: 1rem 0;
    top: 1rem;
  }

  .menu-item {
    display: block;
    margin: 0 auto;
  }

  .menu-link {
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
  }
}

.submenu {
  position: absolute;
  top: 2.35rem;
  left: -2rem;
  min-width: 14rem;
  height: auto;
  padding: 0 1rem 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 2px solid #005295;
  box-shadow: var(--shadow-medium);
  background-color: var(--color-white-100);
  transition: all 0.3s ease-in-out;
}

.submenu-item {
  display: block;
  margin-top: 0.75rem;
}

.submenu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  color: var(--color-black-500);
  transition: all 0.35s ease;
}

.submenu-link:hover {
  outline: none;
  color: #005295;
}

@media only screen and (max-width: 992px) {
  .submenu {
    position: relative;
    top: -0.5rem;
    left: 2.5rem;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
  }
}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1.6rem;
  height: 1.15rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.1px;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
  background: var(--color-black-500);
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

@media only screen and (max-width: 992px) {
  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.overlay {
  position: fixed;
  top:  0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 992px) {
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

:root {
  --color-white-100: hsl(206, 5%, 100%);
  --color-white-200: hsl(206, 5%, 90%);
  --color-white-300: hsl(206, 5%, 80%);
  --color-white-400: hsl(206, 5%, 60%);
  --color-white-500: hsl(206, 5%, 50%);
  --color-black-100: hsl(213, 23%, 8%);
  --color-black-200: hsl(214, 21%, 6%);
  --color-black-300: hsl(210, 21%, 6%);
  --color-black-400: hsl(216, 22%, 4%);
  --color-black-500: hsl(220, 18%, 3%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* navbar css */

.float {
  position: fixed;
  width: 52px;
  height: 48px;
  bottom: 110px;
  left: 5px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 6px;
  font-size: 33px;
}

.float1 {
  position: fixed;
  width: 49px;
  height: 48px;
  bottom: 57px;
  left: 5px;
  background-color: #000000;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float2 {
  position: fixed;
  width: 52px;
  height: 48px;
  bottom: 4px;
  left: 5px;
  background-color: #000000;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.none {
  font-size: 22px;
}

#logo {
  width: 100%;
  height: 120px;
}

@media (max-width: 768px) {
  #logo {
    width: 100%;
    height: 120px;
    margin-top: 2rem;
    margin-left: -1rem;
  }
}

/* popup contact form */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  left: 50%; 
  width: 400px; 
  margin-left: -200px;
  top: 17%;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 379px;
  padding: 20px;
  background-color: white;
  border: 2px solid #000;
  border-radius: 19px;
  background: #000000;
  z-index: 1000!important;
 
}

/* Full-width input fields */
.form-container input[type="text"],
.form-container input[type="password"], 
.form-container input[type="email"],
.form-container input[type="number"]

{
  
  width: 100%;
  padding: 8px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  font-size: 12px;
  border-radius: 10px;
}

textarea[type="message"] {
  width: 100%;
  padding: 8px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  font-size: 12px;
  border-radius: 10px;
}

/* When the inputs get focus, do something */
.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus {
  background-color: #ddd;
  outline: none;
}

.form-labels {
  font-size: 12px;
  color: #ffffff;
}


.cross {
  display: flex;
  align-items: center;
  justify-content: end;
}

.cross i {
  border-radius: 5px;
  font-size: 25px;
  border: 1px solid #ffffff;
  color: #fff;
}

.healing h3 {
  text-align: center;
  font-size: 23px;
  color: #fff;
  margin-bottom: 15px;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}
/* popup contact form */

.footer{
	padding:2rem;
}



@media(max-width:768px) {
  .uph {
    margin-top: 6rem;
  }
}


.series-image-list {
  position: relative;
  width: 100vw;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  margin-right: 50px;
}

.series-image-list img {
  width: 35vh;
  height: auto;
  margin: 0;
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: 20px;

  transition: all .2s ease-in-out;
}


.drok{
  padding: 55px !important;
}

@media(max-width:768px){
  .drok{
  padding: 0px !important;
}
}


.doper{
  padding-left: 0px !important;
}



