/**
* Template Name: Eterna - v4.8.1
* Template URL: https://bootstrapmade.com/eterna-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #e1121b;
  text-decoration: none;
}

a:hover {
  color: #b01b19;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

h1 { font-weight: 600;  color: #328090; margin-bottom: 20px;}
h1 span{ color: #d10010;}
p{ text-align: justify; line-height: 28px;}
p:last-child {  margin-bottom: 0;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {  position: fixed;  visibility: hidden;  opacity: 0;  right: 15px;  bottom: 15px;  z-index: 996;  background: #e96b56;  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: #ee8b7a;  color: #fff;}
.back-to-top.active {  visibility: visible;  opacity: 1;}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {  background: #328090; padding: 10px 0;  font-size: 16px;}
#topbar .share-translate{ display: block;}
#topbar .share-translate ul{padding: 0; margin: 0; text-align: center;}
#topbar .share-translate ul li{ float: right; text-align: center; list-style: none; line-height: 18px; height: 26px; margin-left: 20px;}

#topbar .top-contact ul{ padding: 0; margin: 0; text-align: center;}
#topbar .top-contact ul li{ float: right; text-align: center; list-style: none; line-height: 18px; height: 26px; color: #fff; margin-left: 20px;}
#topbar .top-contact ul li a{color: #fff;}
#topbar .top-contact ul li a:hover{color: #ff0000;}
#topbar .top-contact a {  color: #fff; }
#topbar .top-contact a:hover {  color: #ff0000;}

@media (max-width: 768px) {
#topbar .share-translate{ display: none;}
#topbar .top-contact ul{ text-align: center;}
#topbar .top-contact ul li{ float:none; width: 100%; display: block; overflow: hidden; text-align: center; padding: 15px; margin-bottom: 3px; background: #3d9db0;  margin-left: 0px;} 
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {   transition: all 0.5s;  z-index: 997;  transition: all 0.5s;  background: #fff;  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);}
#header .logo img {  padding: 0;  margin: 0; }
.scrolled-offset {  margin-top: 70px;}

/*--------------------------------------------------------------
# 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 a,
.navbar a:focus {  display: flex;  align-items: center;  justify-content: space-between;  padding: 0px 16px 0px 16px;  font-family: "Poppins", sans-serif;  font-size: 16px;  color: #545454;  white-space: nowrap;  transition: 0.3s; line-height: 30px;}
.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: #b01b19;}
.navbar .getstarted,
.navbar .getstarted:focus {  background: #b01b19;  padding: 8px 20px;  margin-left: 30px;  border-radius: 4px;  color: #fff;}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {  color: #fff;  background: #b01b19;}
.navbar .dropdown ul {  display: block;  position: absolute;  left: 24px;  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;  text-transform: none;  color: #545454;}
.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: #e96b56;}
.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: #545454;  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(59, 59, 59, 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; padding: 15px;}
.navbar-mobile a,
.navbar-mobile a:focus {  padding: 10px 20px;  font-size: 15px;  color: #545454; margin-bottom: 2px; background: #c3c3c3; }
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {  color: #fff; background: #328090; }
.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: #e96b56;}
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {  width: 100%;   background:#e2e8e9;  overflow: hidden;  padding: 0;   position: relative;  z-index: 1;}
#hero .carousel-item {  width: 100%;   background-size: cover;  background-position: center;  background-repeat: no-repeat;  background-position: center center;}
#hero .carousel-item img{ width: 100%;} 
  
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {  background: none;  font-size: 48px;  line-height: 1;  width: auto;  height: auto;  color: #545454;}
#hero .carousel-indicators li {  cursor: pointer;  background: #e96b56;  overflow: hidden;  border: 0;  width: 12px;  height: 12px;  border-radius: 50px;  margin-bottom: 20px;  opacity: 0.2;}
#hero .carousel-indicators li.active {  opacity: 1;}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 110px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #e96b56;
  background: #e96b56;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #e96b56;
  text-decoration: none;
}

@media (max-height: 768px),
(max-width: 1200px) {
  #hero {
    
  }

  #hero .carousel-container {
    padding-bottom: 0;
  }

  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #hero {
    
  }

  #hero .carousel-item {
    
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0 80px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}
 

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.home img{  text-align: center; float:right; width: 50%; margin-left: 20px;  border: 1px solid #ededed;  padding: 20px 20px; margin-bottom: 20px;} 
.home  ul {  list-style: none;  padding: 0;}
.home  ul li {  padding-bottom: 10px;}
.home  ul i {  font-size:16px;  padding-right: 4px;  color: #e96b56;}

.about img{   border: 1px solid #ededed;  padding: 20px 20px;  margin-bottom: 20px;} 
.about  ul {  list-style: none;  padding: 0;}
.about  ul li {  padding-bottom: 10px;}
.about  ul i {  font-size:16px;  padding-right: 4px;  color: #e96b56;}

.specialities img{   border: 1px solid #ededed;  padding: 20px 20px;  margin-bottom: 20px;} 
.specialities  ul {  list-style: none;  padding: 0;}
.specialities  ul li {  padding-bottom: 10px;}
.specialities  ul i {  font-size:16px;  padding-right: 4px;  color: #e96b56;}

.doctors img{  border: 1px solid #ededed;  padding: 20px 20px;  margin-bottom: 20px;} 
.doctors  ul {  list-style: none;  padding: 0;}
.doctors  ul li {  padding-bottom: 10px;}
.doctors  ul i {  font-size:16px;  padding-right: 4px;  color: #e96b56;}

.facilities img{  border: 1px solid #ededed;  padding: 20px 20px;  margin-bottom: 20px;} 
.facilities  ul {  list-style: none;  padding: 0;}
.facilities  ul li {  padding-bottom: 10px;}
.facilities  ul i {  font-size:16px;  padding-right: 4px;  color: #e96b56;}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services{ background: #f6f7f9;}
.services .icon-box {background: #ffff;
  text-align: center;
  border: 1px solid #ededed;
  padding: 20px 20px;
  transition: all ease-in-out 0.3s;
}
.services h2{font-weight: 600;  color: #328090; text-align: center;}
 
.services .icon-box h4 {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #545454;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #e96b56;
  border-color: #e96b56;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #e96b56;
}

.services .icon-box:hover .icon::before {
  background: #ef9383;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}
 
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #e96b56;
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #545454;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}
  

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #e96b56;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(84, 84, 84, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(84, 84, 84, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #e96b56;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}
 
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #e96b56;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0; text-align: center;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.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;
  -webkit-animation: animate-loading 1s linear infinite;
  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:focus,
.contact .php-email-form textarea:focus {
  border-color: #e96b56;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #e96b56;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e6573f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} 

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #328090;
  padding: 30px 0 30px 0;
  color: #fff;
  font-size: 13px;
}
  
#footer .copyright {
  text-align: center;
} 

#footer div{ margin-top: 5px; margin-bottom: 5px;}