/**
* Template Name: Squadfree
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/squadfree-free-bootstrap-template-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

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

a {
  text-decoration: none;
  color: #019c95;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

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

#main {
  margin-top: 90px;
}






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

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

.back-to-top:hover {
  background: #86c0da;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/



#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 12px 0;
  background: rgb(63, 0, 32);
  opacity: 0.9;
}

#header.header-transparent {
  background: rgb(63, 0, 32);
}

#header.header-scrolled {
  background: rgb(63, 0, 32);
  padding: 10px;
}

#header .logo h1 {
  font-size: 37px;
  margin: 0;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 6px;
  /* font-family: "Poppins", sans-serif; */
  font-family: 'Times New Roman', Times, serif;
  /* font-weight: bold; */
  text-transform: capitalize;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #03e0d5;
  text-decoration: none;
  margin-top: -7px;
}

.logo-caption {
  font-size: 8px;
  margin-top: -35px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
  letter-spacing: 2.5px;
  margin-left: 2.5px;
  font-family: 'Times New Roman', Times, serif;
}

.logo-text {
  display: grid;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 43px;
}

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

@media (max-width: 768px) {
  #header.header-scrolled {
    padding: 11px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.sidenav {
  /*overflow-y: auto;*/
  /* height: 100%; */
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 110;
  background: rgba(26, 26, 26, 0.366);
  position: absolute;
  left: 5px;
  bottom: 10%;
  /* opacity: 0.5;*/
  position: fixed;
}


.sidebar .nav-link {
  transition: all 0.3s ease;
}

.sidebar .nav-link .active {
  font-size: 20px;
  /* Adjust size of active link */
}

.sidebar ul {
  margin: 2px;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  align-items: center;
}

.sidebar li {
  position: relative;
}

.sidebar a,
.sidebar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  /* margin-left: 10px; */
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  /* border-bottom: 1px solid white; */
  opacity: 0.5;
}

.sidebar a:hover,
.sidebar .active,
.sidebar .active:focus,
.sidebar li:hover>a {
  position: relative;
  background: rgba(170, 173, 252, 0.375);
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  /* Adjusted padding to make space for pseudo-elements */
  opacity: 1;
}

.sidebar a:hover::before,
.sidebar .active::before,
.sidebar .active:focus::before,
.sidebar li:hover>a::before,
.sidebar a:hover::after,
.sidebar .active::after,
.sidebar .active:focus::after,
.sidebar li:hover>a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  /* Adjusted position to center the borders */
  width: 60px;
  /* Adjusted length of the borders */
  height: 2px;
  background-color: white;
  transform: translateX(-50%);
  color: white;
}

.sidebar a:hover::before,
.sidebar .active::before,
.sidebar .active:focus::before,
.sidebar li:hover>a::before {
  top: 0;
}

.navbar {
  padding: 0;
  position: static;
}

.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: 8px 16px;
  margin-left: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.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 {
  /* background: rgba(255, 255, 255, 0.2); */
  border-bottom: 2px solid white;
  width: fit-content;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 10px;
  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: 15px;
  text-transform: none;
  font-weight: 600;
  color: #2f4d5a;
}

.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: #019c95;
}

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

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin: 0;
  padding: 10px;
  display: block;
  position: absolute;
  top: 130%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  transition: 0.3s;
  border-radius: 4px;
  z-index: 99;
}

.navbar .megamenu ul li {
  flex: 1;
}

.navbar .megamenu ul li strong {
  padding: 10px 0 10px 20px;
  display: block;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  color: rgba(var(--color-white-rgb), 0.5);
  background: none;
  padding: 8px 10px;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: #019c95;
}

.navbar .megamenu: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: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@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(43, 111, 142, 0.9);
  transition: 0.3s;
}

.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 a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2f4d5a;
}

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

.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: #019c95;
}

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

.navbar-mobile .megamenu ul li a,
.navbar-mobile .megamenu ul li:hover>a {
  color: rgba(var(--color-white-rgb), 0.5);
  background: none;
}

.navbar-mobile .megamenu ul li a:hover,
.navbar-mobile .megamenu ul li .active,
.navbar-mobile .megamenu ul li .active:hover {
  color: #019c95;
}


/* .................................... */
/*  Announcemnets*/
/* ......................................... */
/* Sidebar */
/* News Panel */
.news-panel {
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  background: #f9f9f9;
  box-shadow: -4px 0 25px rgba(0,0,0,0.12);
  padding: 20px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 2000;
  font-family: 'Arial', sans-serif;
}

.news-panel.open { transform: translateX(0); }

.news-header {
  display:flex; 
  justify-content:space-between; 
  align-items:center; 
  margin-bottom:20px; 
  border-bottom:1px solid #ddd; 
  padding-bottom:10px;
}

.news-header h3 {
  font-size:20px; 
  font-weight:700; 
  color:#019c95;
}

.news-header button {
  font-size:24px; 
  background:none; 
  border:none; 
  cursor:pointer; 
  color:#555; 
  transition: color 0.3s;
}

.news-header button:hover { color:#019c95; }

/* Individual News Item */
.news-item {
  background: #fff;
  border-left: 6px solid #019c95; /* default news color */
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  padding: 15px 15px 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.news-item.news { border-left-color: #019c95; }
.news-item.announcement { border-left-color: #ffb400; }
.news-item.offer { border-left-color: #ff4b5c; }

.news-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.news-item h4 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.news-item .type {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
}

.news-item.news .type { color: #019c95; }
.news-item.announcement .type { color: #ffb400; }
.news-item.offer .type { color: #ff4b5c; }

.news-item .date {
  font-size: 11px;
  color: #999;
  margin-bottom: 8px;
}

.news-item p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #555;
  line-height: 1.5;
}

/* Action Button */
.action-btn {
  display: inline-block;
  padding: 8px 14px;
  background: #019c95;
  color: #fff;
  border-radius: 25px;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.3s;
  margin-top: 5px;
}

.action-btn:hover { background: #006f67; }

/* Countdown Timer */
.countdown {
  font-size: 12px;
  color: #ff4b5c;
  font-weight: bold;
  margin-top: 5px;
  display: block;
}

/* Floating icon for mobile */
.news-toggle {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
  background: #019c95;
  color: #fff;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
}

#news-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: red;
  color: #fff;
  width: 18px;
  height: 18px;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-item{
  font-size: 16px;
  color: #02746e;
  font-weight: bold;
}

@media (max-width: 768px){
  .news-panel { width: 90%; }
  .news-toggle { display: flex; }
}


/*--------------------------------------------------------------
# first Section
--------------------------------------------------------------*/

/* General slider style */
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slide {
  display: none;
  animation: slideIn 0.8s ease;
}

.slide.active {
  display: block;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Welcome section */
.welcome-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  flex-wrap: wrap;
  padding: 20px;
}

.content h1 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

.content p {
  margin-bottom: 20px;

}

.get-started {
  padding: 10px 20px;
  background: #008f87;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}

/* Image circle with ring */
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-circle {
  border-radius: 50%;
  border: 25px solid #008f87;
  overflow: hidden;
  width: 300px;
  height: 300px;
}

.image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Slider buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #008f87;
  border: none;
  color: white;
  font-size: 2rem;
  padding: 5px 5px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}

.slider-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slider-btn.prev {
  left: 0;
}

.slider-btn.next {
  right: 0;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .welcome-section {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }

  .slider-btn {
    display: none;
  }

  .image-circle {
    width: 210px;
    height: 210px;
    margin-bottom: 15px;
  }

  .content h1 {
    font-size: 1.5rem;
  }

  .content p {
    font-size: 1rem;
  }
}



/* Mobile adjustments */
@media (max-width: 767px) {
  .ai-content {
    max-width: 90%;
    /* slightly narrower on mobile */
  }

  #typing-text {
    font-size: 1rem;
  }
}















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

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

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #2f4d5a;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../img/section-title-bg.png) no-repeat;
  z-index: -1;
}

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f8fbfd;
  min-height: 40px;
}

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

.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;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  /* background: url("../img/about-bg.jpg") center center no-repeat; */
  /* background-size: cover; */
  padding: 60px 0;
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .about-content {
  padding: 30px 30px 30px 0;
}

.about .about-content h3 {
  font-weight: 700;
  font-size: 30px;
  color: #2f4d5a;
  margin-bottom: 30px;
}

.about .about-content p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}

.about .about-content .about-btn {
  display: inline-block;
  background: #019c95;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about .about-content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .about-content .about-btn:hover {
  background: #7bbad7;
}

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

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #019c95;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 18px;
  color: #848484;
  line-height: 25px;

}

@media (max-width: 1200px) {
  .about .about-content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .about-content {
    padding: 15px;
    /* Adjust padding for smaller screens */
  }

  .content {
    padding: 15px;
    /* Adjust padding for smaller screens */
  }

  .about-content h3 {
    font-size: 1.5rem;
    /* Increase size for better visibility on mobile */
  }

  .about-content p {
    font-size: 0.9rem;
    /* Adjust font size if needed */
  }

  .content p {
    font-size: 0.9rem;
    /* Adjust font size if needed */
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/* --- Services Section --- */
.services .icon-box {
  padding: 30px 25px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  display: flex;
  width: 300px;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #019c95, #028a82);
  transition: all 0.4s ease;
  z-index: 0;
}

.services .icon-box:hover::before {
  left: 0;
}

.services .icon {
  margin-bottom: 18px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.services .icon i {
  font-size: 52px;
  color: #019c95;
  transition: all 0.35s ease;
}

.services .icon-box:hover .icon i {
  color: #fff;
  transform: scale(1.15);
}

.services .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.services .title a {
  color: #111;
  text-decoration: none;
  transition: color 0.35s ease;
}

.services .icon-box:hover .title a {
  color: #fff;
}

.services .description,
.services .list {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
  color: #444;
  padding-left: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}

.services .list li {
  margin: 6px 0;
  display: flex;
  align-items: center;
}

.services .list i {
  margin-right: 8px;
  color: #019c95;
  transition: color 0.35s ease;
}

.services .icon-box:hover .list i,
.services .icon-box:hover .list li {
  color: #fff;
}

.service-button {
  margin-top: 18px;
  padding: 10px 20px;
  background: #019c95;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
  align-self: center;
  position: relative;
  z-index: 1;
}

.service-button:hover {
  background: #006f67;
  transform: translateY(-2px);
}

.about-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 28px;
  background: #019c95;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.35s ease;
  text-decoration: none;
}

.about-btn:hover {
  background: #006f67;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .services .title {
    font-size: 18px;
  }

  .services .icon i {
    font-size: 42px;
  }

  .service-button {
    font-size: 13px;
    padding: 8px 16px;
  }
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #019c95;
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2f4d5a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #49788c;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta .cta-btn:hover {
  border-color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
  box-shadow: 0px 0 30px rgba(47, 77, 90, 0.09);

}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f4d5a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #019c95;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(103, 176, 209, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(103, 176, 209, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a+a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #67b0d1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #019c95;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(47, 77, 90, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 10px;
}

/*--------------------------------------------------------------
# other products
--------------------------------------------------------------*/
.contents {
  text-align: left;
  font-size: 12px;
  background: rgb(252, 252, 252);
  padding: 10px;
  width: 100%;
}

.contents p {
  margin-top: -10px;
}

.smal {
  display: flex;
  justify-content: space-between;
}

.btnspace {
  color: orange;
  opacity: 0.8;
}

.strike {
  text-decoration: line-through;
  color: orange;
  ;
}

#price {
  font-size: 17px;

  color: rgb(0, 0, 129);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

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

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

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

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #d5e9f2;
  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 {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.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 #67b0d1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #019c95;
}

.text-center .button {
  padding: 10px;
  background-color: #008f87;
  color: white;
  outline: none;
  border: none;
}

form {
  justify-content: center;
  align-items: center;

}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #2f4d5a;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2f4d5a;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #52869d;
}

.team .member .social a:hover {
  color: #019c95;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 80px;
}

.contact .info-box {
  color: #444444;
  background: #fff;
  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: #019c95;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f0f7fa;
}

.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;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #fff;
  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: #fff;
  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::focus,
.contact .php-email-form textarea::focus {
  background-color: #019c95;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

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

.contact .php-email-form button[type=submit] {
  background: #67b0d1;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/* Footer Styling */
.footer {
  background: #111;
  color: #ddd;
  font-size: 15px;
  padding-top: 40px;
}

.footer .footer-top {
  padding-bottom: 30px;
}

.footer .footer-info h3.logo {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer .footer-info p {
  color: #ccc;
  line-height: 24px;
  font-size: 14px;
}

.footer .footer-links h4,
.footer .footer-newsletter h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}

.footer .footer-links h4::after,
.footer .footer-newsletter h4::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #019c95;
  position: absolute;
  left: 0;
  bottom: 0;
}

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

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

.footer .footer-links ul li i {
  color: #019c95;
  margin-right: 8px;
}

.footer .footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer .footer-links ul li a:hover {
  color: #019c95;
}

.footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #019c95;
  color: #fff;
  line-height: 1;
  padding: 8px;
  margin-right: 6px;
  border-radius: 50%;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background: #006f67;
  color: #fff;
}

.footer .newsletter-form {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.footer .newsletter-form input[type="email"] {
  border: none;
  padding: 10px;
  border-radius: 30px 0 0 30px;
  flex: 1;
  outline: none;
}

.footer .newsletter-form button {
  background: #019c95;
  border: none;
  padding: 10px 18px;
  border-radius: 0 30px 30px 0;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.footer .newsletter-form button:hover {
  background: #006f67;
}

.footer .copyright {
  padding: 15px 0;
  font-size: 14px;
  color: #aaa;
}

.footer .credits {
  font-size: 13px;
  color: #666;
}

.footer .credits a {
  color: #019c95;
  text-decoration: none;
}



/* ................................... 
css for Popup response
 .................................... */

.message {
  z-index: 1000;
  /* opacity: .5; */
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);

}

.alert-message {
  z-index: 9000;
  /* opacity: .5; */
  background-color: rgba(0, 0, 0, 0.1);
  color: rgb(255, 71, 71);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-weight: bold;

}

.sent-message {
  padding: 15px;
  background: #dbdbdb;
  color: #217447;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}