/**
* Template Name: JS Constructions
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://.com/JS Constructions-free-medical-bootstrap-theme/
* Author: .com
* License: https://.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #1977cc;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1977cc;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #298ce5;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

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

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #437099;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 0;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

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

#header .logo img {
  max-height: 60px;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

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

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #144361;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1977cc;
  border-color: #1977cc;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #144361;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #144361;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1977cc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.main-slider .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: #fff;
}
#hero {
  width: 100%;
/*  height: 90vh;*/
/*  background: url("../img/header-bg.png") top center;*/
  background-size: cover;
  text-align: center;
  overflow: hidden;
  margin-top: 85px;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #144361;
  margin-top: 80px;
}

#hero p {
  margin: 10px 0 0 0;
  font-size: 16px;
  width: 60%;
  margin: auto;
}

@media (max-width:900px){
  #hero p {
    width: 100%;
  }
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

#hero .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
 

  #hero .container {
    padding-bottom: 63px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 70px 0;
/*  overflow: hidden;*/
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 36px;
  font-weight: 500;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #144361;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #1977cc;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #333;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #144361;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #1977cc;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #1977cc;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background-size: cover;
  min-height: 500px;
}

.icon-boxes a{
  display: block;
  padding: 10px 0;
  border-radius: 10px;
  background: #144361;
  color: #fff;
  width: 150px;
  text-align: center;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #1977cc;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

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

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #144361;
  padding:50px 0;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
}


.counts .count-box span {
  font-size: 64px;
  display: block;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #fff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
  padding-top: 0px;
}
.services .icon-box {
  text-align: center;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1977cc;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}


.services .icon-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  margin-top: 20px;
  color: #333;
}

.services .icon-box h4 a {
  color: #144361;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials{
  padding-top: 0px;
}
.testimonials .testimonial-wrap {
  padding-left: 50px;
  display: flex;
  justify-content: center;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  width: 352px;
border-radius: 10px;
border: 1px solid var(--Grey-Grey-600, #D0D0D0);
 
  box-sizing: content-box;
  padding: 30px ;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
 width: 90px;
 height: 90px;
 object-fit: cover;
  border-radius: 50%;
  border: 6px solid #fff;
  position: relative;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: -66px auto 0px auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 5px 0;
  color: #111;
  text-align: center;

}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
  text-align: center;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
 
  margin: 15px auto 15px auto;
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1977cc;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1977cc;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #144361;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1977cc;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

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

.contact .php-email-form button[type=submit] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #071B34;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  color: #444444;
  background: #071B34;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 500;
  color: #86B2CB;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
 font-size: 16px;
  font-weight: 500;
  color: #86B2CB;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter  ul {
   list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-newsletter  ul li {
    padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-newsletter ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}
#footer .footer-newsletter h3 {
 font-size: 22px;
  font-weight: 500;
  color: #86B2CB;
  position: relative;
  padding-bottom: 12px;
  margin-top: 22px;
}
#footer .footer-newsletter span{
  font-size: 16px;
  font-weight: 500;
  color: #86B2CB;
  position: relative;
  padding-bottom: 8px;
  color: ;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  text-align: left;
  border: 1px solid #bfdcf7;
}


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

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1977cc;
  color: #fff;
  transition: 0.3s;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links {
  margin-bottom: 20px;
  margin-top: -10px;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

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



.video-container {
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(black, 0.4);
  height: 400px;

  .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
  #circle-play-b {
    cursor: pointer;
    pointer-events: auto;

    svg {
      width: 100px;
      height: 100px;
      fill: #fff;
      stroke: #fff;
      cursor: pointer;
      background-color: rgba(black, 0.2);
      border-radius: 50%;
      opacity: 0.9;
    }
  }
}
.home-bg{
  width: 100%;
  height: 480px;
/*  background: url("../img/home-bg.png") top center;*/
  background-size: cover;
  text-align: center;

}


/*About css */
.about-header{
  width: 100%;
  background-size: cover !important;
  text-align: center;
  padding: 0px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:85px;

}
.about-text h3{
  display: flex;
  justify-content: left;
  align-items: center;
}
.about-us{
  padding-top: 30px;
  padding-bottom: 0px;
}
.about-us .icon-boxes p {
 color: #414141;
text-align: center;
/* Body_big */
width: 900px;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 32px;
}
.about-us.icon-boxes a{
  display: block;
  padding: 10px 0;
  border-radius: 10px;
  background: #144361;
  color: #fff;
  width: 150px;
  text-align: center;
}

/*owner css*/
.owner-info{
border-radius: 15px;
background: var(--Gradient, linear-gradient(135deg, #E2F0F3 0%, #6298BC 181.57%));
  color: #fff;
}
.constructions p{
  text-align: center;
  width: 500px;
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.constructions h3{
  color: #000;
text-align: center;

font-size: 20px;
font-style: normal;
font-weight: 600;
margin-top: 20px;
line-height: 24px; /* 120% */
}
.constructions h4{
  color: #000;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 100% */
}
.owner-img img{
  margin-top: -120px;
}

/*Property css*/


  .property-header{
  width: 100%;
  background-size: cover;
  text-align: center;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 85px;

}

.property-address{
  border-radius: 15px;
  color: #000;
}
.property-address h1{
  color:#144361;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 100% */
}
.property-address h3{
  color: #86B2CB;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.property-address ul{
   list-style: none;
  padding: 0;
  margin:15px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 2px #D9D9D9;
}
.property-address ul li{
   padding: 0px 0;
}
.property-address ul li a{
  color:  #A0A0A0;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
letter-spacing: 0.28px;
padding: 15px 0px;
display: inline-block;
}
.property-address ul li a:hover{
border-bottom: solid 2px #144361;
  
}
.property-address ul li a.active {
border-bottom: solid 2px #144361;
  
}
.property-address h2{
  margin: 20px 0px;
  color:#144361;

/* H4 */
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 100% */
letter-spacing: 0.4px;
}
.property-address p{
  color:  #717171;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 175% */
}
.request-call{
  border-radius: 10px;
background:  #E2F0F3;
text-align: center;
padding: 20px 0px;
}
.request-call h2{
  margin-top: 50px;
  color:  #144361;
text-align: center;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.request-call form{
  
  position: relative;
  text-align: center;
  
}
.request-call form input{
   margin-top: 30px;
  background: #fff;
  padding: 15px 10px;
  position: relative;
  text-align: left;
  border: 1px solid #bfdcf7;
  width: 90%;
}
.button{
width: 250px;
padding: 10px 40px;
margin-top: 20px;
border-radius: 4px;
background:  #144361;
gap: 10px;
color: #fff;
border: none;
text-transform: uppercase;

}
.request-call p{
  color:  #717171;
text-align: center;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 16px; /* 133.333% */
margin-top: 20px;
}
.detail{
  padding: 20px 0px;
 
}
.detail h2{
  color: #144361;
  margin-bottom: 40px;

/* H4 */
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 100% */
letter-spacing: 0.4px;
}
.detail{
    border-bottom:solid 2px gray ;
}
.detaill{
  padding: 20px 0px;
 
}
.detaill h2{
  color: #144361;
  margin-bottom: 30px;

/* H4 */
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 100% */
letter-spacing: 0.4px;
}
.detaill{
    border-bottom:solid 2px gray ;
}
.property-detaill ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.property-detaill ul li{
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.gol{
  display: flex;
  align-items: center;
}
.gol img{
  margin-right: 10px;
}

/*.swiper-pagination-bullet {
  padding: 1px 25px;
  width: 66px;
  height: 1px;
  color: #000
}
*/.amenities-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px ;
}
.amenities-info h3{
  color: #414141;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
flex: 0 0 33%;
}
.flour-str{
  width: 100%;
/*  height: 344px;*/
  border-radius: 10px;
background:  #F6F6F6;
display: flex;
justify-content: center;
align-items: center;
img{
  width: 100%;
}
}
.property-video img{
  width: 100%;
}
.intrested{
border-radius: 15px;
background: var(--Gradient, linear-gradient(135deg, #E2F0F3 0%, #6298BC 181.57%));
  color: #fff;
}
.booking-site h3{
  color:  #144361;
text-align: center;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 142.857% */
letter-spacing: -0.56px;
margin-bottom: 20px;
}
.booking-site a{
  display: flex;
padding: 16px 48px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 30px;
background:  #144361;
color: #fff;
}
.site-img img{
  margin-top: 0px;
}

/*Contact css*/
.contact-us{
  padding: 175px 0px;
  background-color: #fff;
}
.contact-info{
border-radius: 15px;
background: var(--Gradient, linear-gradient(135deg, #E2F0F3 0%, #6298BC 181.57%));
  color: #fff;
  margin: 70px 0px;
}
.contact p{
  text-align: center;
  width: 500px;
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.contact h3{
  color: #000;
text-align: center;

font-size: 20px;
font-style: normal;
font-weight: 600;
margin-top: 20px;
line-height: 24px; /* 120% */
}
.contact h4{
  color: #000;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 100% */
}
.contact-img img{
  margin-top: -50px;
  margin-left: 45px;
}

.contact form{
  
  position: relative;
  text-align: center;
  
}
.contact form input{
   margin-top: 24px;
  background: #fff;
  padding: 15px 10px;
  position: relative;
  text-align: left;
  border: 1px solid #bfdcf7;
  width: 100%;
  border-radius: 10px;
}
.button-contact{
width: 490px;
padding: 10px 40px;
margin-top: 20px;
border-radius: 7px;
background:  #000;
gap: 10px;
color: #fff;
border: none;
text-transform: uppercase;

}
.rich-out{
  padding: 0px 0px 40px 0px !important;
}
.out p{
  color:  #144361;
text-align: center;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 87.5% */
letter-spacing: 0.16px;
}
.out p span{
 color:  #3A393A;
text-align: center;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 87.5% */
letter-spacing: 0.16px;
margin-left: 10px;
}
.contact-banner{
  border-radius: 30px;
background: var(--Gradient, linear-gradient(135deg, #E2F0F3 0%, #6298BC 181.57%));
}

@media (max-width:640px){
  .contact{
    width: 100%;
  }
  .button-contact{
    width: 100%;
  }
  .contact-img img{
    margin-left: 0px !important;
  }
  .amenities-info{
    display: block !important;
  }
  .amenities-info h3{
    font-size: 20px;
  }
  .services{
    padding: 0px;
  }
  .testimonials{
    padding: 20px 0px;
  }
  .colling{
    padding: 30px 0px;
  }
  
.property-address h1{
  font-size: 30px;

}

.about-us .icon-boxes p{
    font-size: 16px;
  width: 100%;
  line-height: 28px;
}
.constructions p{
  width: 88%;
    margin: auto;
}

.owner-img img{
  margin: 0px;
}
.about-us{
  padding: 0px;
  margin: 0px;
}
.owener{
  padding-top: 0px;
}
.about{
  padding-bottom: 0px;
}
.about .video-box{
  min-height: 0px;
}
.project{
  padding: 40px 0px;
}
.icon-box{
  text-align: center;
}
.icon-box h4 {
  margin-top: 15px !important;

}
.projects h4{
  margin-top: 20px !important;
}
.out p {
  font-size: 15px;
}
.out p span{
  font-size: 15px;
}

.contact-us{
  padding-bottom: 20px;

}

.rich-out{
  padding: 17px !important;

}
}


.icon-box {
  text-align: center;
}
.icon-box h4 a{
  color: #144361;
  margin-top: 20px;
  font-size: 20px;
}

.owener {
  padding-top: 120px;
}

.q-sec{
  position: relative;
  padding: 0 0px 0 50px;
}
.qone{
  position: absolute;
  left: 0px;
  top: 0px;
}

.qtwo{
  position: absolute;
  right: 0px;
  bottom: 40px;
  transform: rotate(-180deg);
}


@media (max-width:900px){
  #header .logo a {
  color: #144361;
  font-size: 16px;
}
.counts {
  background: #144361;
  padding: 30px 0;
}
#counts .mt-5 {
  margin: 0px !important;
}
.owener {
  padding-top: 0;
}
.q-sec img {
  max-width: 40px;
}
.q-sec {
  position: relative;
  padding: 0 20px;
}
.property-address ul{
  overflow: auto;
}
.property-address ul li {
  padding: 0px 0;
  margin-right: 20px;
  flex: 0 0 110px;
}
.property-detaill ul li {
  flex: 0 0 100%;
}
.amenities-info h3 {
    font-size: 16px;
    margin-left: ;
  }
  .amenities-info img {
    margin-right:10px ;
  }
}

.hs-responsive-embed-youtube {
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
padding-top: 25px;
margin-bottom: 30px;
}
.hs-responsive-embed-youtube iframe {
position: absolute;
width: 100%!important;
height: 100%!important;
}


.sti {
  position: sticky;
  top: 20px;
}

.ongoing-project img{
  width: 100%;
}
.ongoing-project .icon-box h4 {
  font-size: 30px;
  font-weight: 500;
  color: #333;
}


.team-area{
  padding: 0px;
  padding-bottom: 60px;
}

.team-area img{
  max-height: 330px;
  object-fit: cover;
  width: 100%;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}

/**/
.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
  color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}



.info{
  margin-top: 20px;
}

.info h4{
  margin: 0px;
}


.testimonial-item img{
  max-width: 96%;
}
.footer-links p{
  color: #fff;
}



.youtube-sec{
  padding-top: 0px;
}
#services
{
  padding-bottom: 30px;
}
@media (max-width:900px){
  .contact-img img{
    display: none;
  }

  .home-bg{
    padding: 0px !important;
  }
  .home-bg
{
  width: 100%;
  height: inherit;
}
.pad{
  padding-bottom: 30px;
}
.youtube-sec{
  padding: 0px 0 50px;
}
.youtube-sec  .section-title{
    margin: 0px !important;
    padding: 0px;
    h2{
      margin: 0px !important;

    }
  }
  .pm-0{
    padding: 0px;
  }
  .owener{
    padding: 0px;
  }
}