/**
* Template Name: Green
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #179dbe;

}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #50dfe9;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #78c48c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #012348;
  font-size: 15px;
  height: 80px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#topbar .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#topbar .logo img {
  height: 80px;
  width: 130px;
  object-fit: contain;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #276c9b;
  transition: all 0.5s;
  z-index: 997;
  height: 40px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #5cb874;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

/* Reset some default styles on the navbar */
.navbar {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  gap: 2px;
}

@media (max-width: 738px) {
  .navbar {
    width: 90%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    gap: 2px;
  }
}

.navbar ul {
 width: 35%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    gap: 1%;
    padding-top: 16px;
    color: #fff;
}


/* Style for each list item */
.navbar li {
  margin: 0 15px; /* Adjust as needed for spacing between menu items */
}

/* Style for the navigation links */
.navbar a,
.navbar a:focus {
  text-decoration: none;
  font-size: 15px;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

/* Style for the icons (if you have any) */
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/* Hover and active styles */
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  font-weight: 900;
  color: #ffffff;
  border-bottom: solid white 1px;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  color: #5cb874;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #5cb874;
  transition: 0.3s;
  font-size: 14px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #5cb874;
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  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;
  text-transform: 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: #5cb874;
}

.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%;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}


#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 10px;
  right: 10px;
}

#hero .container {
  text-align: left;
}

#hero h2 {
  color: #fff;
  margin-top: 355px;
  margin-bottom: 0px;
  padding: 0;
  font-size: 58px;
  font-weight: 700;
}

#hero p {
  font-size: 20px;
  animation-delay: 0.4s;
  margin: 0;
  color: #fff;
}

@media (max-width: 738px) {
  #hero h2 {
    color: #fff;
    margin:0;
    padding: 0;
    font-size: 58px;
    font-weight: 700;
  }
  #hero p {
    font-size: 16px;
    animation-delay: 0.4s;
    margin: 0;
    color: #fff;
  }
}

#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-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5cb874;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #5cb874;
}

#hero .btn-get-started:hover {
  background: #6ec083;
}

@media (max-width: 992px) {
  #hero {
    padding: 0;
    margin: 0;
    height: 40vh;
  }

  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 50vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

section#services-offer.services-offer {
  background-color: #1f1e1e;
  background-size: cover; 
  background-repeat: no-repeat;
  margin: 2% 0 0 0;
  padding: 60px 0px 80px 0px;

}

section#services-offer.services-offer .service-side-content {
 
  padding: 2% 6%;

}

section.services-offer .content h3 {
  
  padding: 0 20%;
}

@media screen and (max-width: 768px) {
  section#services-offer.services-offer .service-side-content {
 
    padding: 5% 5%;
  
  }
  section.services-offer .content h3  {
    padding: 0 4%;
  }

}
.section-bg {
  background-color: #f8fcf9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.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: #5cb874;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 1.9em;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5cb874;
}

.about .content p:last-child {
  margin-bottom: 0;
  font-weight: 600;
}


.about .btn-color {

  background-color: red;
  padding-left:202px;
  height: 25px;
  border: none;
}

@media (max-width: 738px) {

  .about .btn-color {
    background-color: red;
    padding-left:162px;
    height: 25px;
    border: none;
    margin: 0 20px;
  }

}

.about .about-title {
 
  margin: 0 190px 0 0;  
  padding-top:35px;
  padding-bottom:35px;
  font-size: 55px;
  font-weight: 700;
}

.about .about-desc {
  font-size: 17px;
  text-align: justify; 

}
@media (max-width: 738px) {

  .about .about-title {
    margin: 20px 20px;
    padding-top:15px;
    padding-bottom: 10px;
    font-size: 35px;
    font-weight: 700;
  }

  .about .about-desc {
    font-size: 17px;
    text-align: justify;
    margin: 20px 20px;
    
  
  }
  
}


#about .about-img {
  margin-left: 900px;
  width: 450px; /* Set a specific width */
  height: 300px; /* Set a specific height */
  max-width: 100%; /* Ensure it doesn't exceed 100% of the container's width */
  display: block; /* Ensure it behaves as a block-level element */
  margin: 0 auto; /* Center the element horizontally (optional) */
}

@media (max-width: 738px) {

  #about .about-img {

    width: 300px; /* Set a specific width */
    height: 300px; /* Set a specific height */
    max-width: 800%; /* Ensure it doesn't exceed 100% of the container's width */
    display: block; /* Ensure it behaves as a block-level element */
   
  }
}

.about .read-more a {
  color: #47aeff;
}

@media (max-width: 738px) {

  .about .read-more  {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/*--------------------------------------------------------------
# Feedback
--------------------------------------------------------------*/
.feedback .content h3 {
  font-weight: 700;
  font-size: 3.2em;
  color: #012348;
}

.feedback .content ul {
  list-style: none;
  padding: 0;
}

.feedback .content ul li {
  padding-bottom: 10px;
}

.feedback .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5cb874;
}

@media (max-width: 738px) {
  .feedback .content h3 {
    text-align: center;
    font-weight: 700;
    font-size: 2.2em;
    color: #012348;
  }

  
}

.feedback .content p:last-child {
  margin-bottom: 0;
  font-weight: 600;
}


@media (max-width: 738px) {
  .feedback .btn-color {
    background-color: red;
    padding-left: 162px;
    height: 25px;
    border: none;
  }
}

.feedback .feedback-title {
  margin: 0 190px 0 0;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 55px;
  font-weight: 700;
}

.feedback .feedback-desc {
  text-align:justify;
  font-size: 21px;
}

@media (max-width: 738px) {
  .feedback .feedback-title {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 35px;
    font-weight: 700;
  }

  .feedback .feedback-desc {
    text-align: justify;
    font-size: 17px;
    margin: 20px 20px;
  }
}

#feedback .feedback-img {
  padding-top: 30px;
  margin-left: 100px;
  width:900px; /* Set a specific width */
  height: 500px; /* Set a specific height */
  max-width: 100%; /* Ensure it doesn't exceed 100% of the container's width */
  display: block; /* Ensure it behaves as a block-level element */
  margin: 0 auto; /* Center the element horizontally (optional) */
}

@media (max-width: 738px) {
  #feedback .feedback-img {
    width: 300px; /* Set a specific width */
    height: 300px; /* Set a specific height */
    max-width: 800%; /* Ensure it doesn't exceed 100% of the container's width */
    display: block; /* Ensure it behaves as a block-level element */
  }
}

.feedback .read-more a {
  color: #47aeff;
}

@media (max-width: 738px) {
  .feedback .read-more {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*--------------------------------------------------------------
# Services offer
/*--------------------------------------------------------------

/* Additional styles for the right-aligned button in the larger column */
.col-lg-7 {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Align to the right in larger screens */
  align-items: center; /* Align to the right in larger screens */
  width: 100%; /* Ensure the column takes up the full width */
}

.custom-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; /* Align to the right */
  align-items: flex-end; /* Align to the right */
  border: none;
  color: #ffffff;
  background-image: linear-gradient(30deg, #3662f1, #4ce3f7);
  border-radius: 20px;
  background-size: 100% auto;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  padding: 0.6em 3em; /* Adjusted padding */
  min-width: 120px; /* Added min-width for flexibility */
  z-index: 2; /* Set a higher z-index value */
}

.custom-button span {
  text-align: right; /* Align the text within the button to the right */
}

/* Media query for smaller screens */
@media screen and (max-width: 600px) {
  .custom-button {
    flex-direction: column; /* Change flex-direction for smaller screens */
    padding-top: 20px;
    justify-content: flex-start; /* Align to the left in smaller screens */
    align-items: flex-start; /* Align to the left in smaller screens */
  }
  
  /* Reset styles for the larger column in mobile view */
  .col-lg-7 {
    justify-content: center;
    align-items: center;
  }
}
.services-offer .content {
  display: flex;
  justify-content: center;
  align-items: center;

  
  
}


.services-offer .content h3 {
  
  font-weight: 700;
  font-size: 50px;
  margin-top: 40px;
  color: #ffffff;
  text-align: center;
  margin-top:20px;
}


.services-offer .service-desc {
  
  font-weight: 600;
  font-size: 22px;
  margin-top: 40px;
  color: #ffffff;
  text-align: center;
  margin-top:20px;
}
@media screen and (max-width: 567px) {
  .services-offer .content h3 {
  
    font-weight: 700;
    font-size: 20px;
    margin-top: 40px;
    color: #ffffff;
    text-align: center;
    margin-top:20px;
  }
  
  
  .services-offer .service-desc {
    
    font-weight: 600;
    font-size: 17px;
    margin-top: 40px;
    color: #ffffff;
    text-align: center;
    margin-top:20px;
  }

}


@media screen and (max-width: 567px) {
  .custom-button {
    display: block; /* Change display property to block */
    margin: 0 auto; /* Set left and right margins to auto */
    padding: 0.3em 1em;
    min-width: 90px;
  }

  .col-lg-7 {
    justify-content: center;
    align-items: center;
  }

  .services-offer .content h3 {
    font-size: 28px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0; /* Reset margin-top to remove any default spacing */
    text-align:center;
    margin-top:40px;
  }

  .services-offer .content p {
    text-align: justify;
    padding-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0; /* Reset margin-top to remove any default spacing */
    margin-bottom: 10px; /* Adjust margin-bottom to control spacing */
  }

  .services-offer .content ul li:nth-child(3) {
    margin-bottom: 20px;
  }

  .services-offer .content ul li:nth-child(4) {
    margin-top: 20px;
  }

  .services-offer .content ul li {
    font-size: 20px;
    padding-bottom: 1px;
    margin-bottom: 20px;
    display: block;
    color: #012348;
  }

  .services-offer .content ul i {
    font-size: 20px;
    padding-right: 2px;
    color: #5cb874;
  }

  .services-offer .about-img-container img {
    max-width: 100%;
    height: auto;
  }
}


/* Media query for smaller screens */
@media screen and (max-width: 9000px) {
  .services-offer .content ul li {
    font-size: 30px;
    padding-bottom: 1px; /* Adjust padding for smaller screens */
    margin-bottom: 20px; /* Increase margin-bottom for space between paragraphs */
    display: inline; /* Change display property to inline for mobile view */
    text-align: justify; /* Justify text on mobile view */
  }

  .services-offer .content ul i {
    font-size: 15px; /* Adjust font size for smaller screens */
    padding-right: 2px; /* Adjust padding for smaller screens */
  }

  /* Add space after the first set of list items */
  .services-offer .content ul li:nth-child(3) {
    margin-bottom: 20px; /* Increase margin-bottom after the last item in the first set */
  }

  /* Add margin-top for space before the second set of list items */
  .services-offer .content ul li:nth-child(4) {
    margin-top: 20px; /* Increase margin-top before the first item in the second set */
  }
}


.service-side-content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;

}



.services-card {

  position: relative;
  background: linear-gradient(to top left, rgba(128, 129, 129, 0.2), #1eb1eb);
  height: 390px;
  width: 100%;
  margin-right: 2rem;
  overflow: hidden;
  transition: margin-right 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1; /* Set a higher z-index value for the card */
}

.services-card {
  position: relative;
  
}
.service-info {

  text-align: center;
  width: auto; /* Allow flexible width */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px; /* Adjusted margin for better spacing */
}

.desc {
  text-align: justify;
  padding: 0 40px;
  color: #fff;
  margin-bottom: 20px; /* Add some margin to the description */
}

.services-card img {
  width: auto;
  height: 100px;
  margin-top: 1.3rem;
}
.learn-more-link  {
  align-self: flex-end; /* Align to the end (right) of the container */
  margin-right: 40px;
  margin-top: 40px;
  font-weight: 700;
  color: #1eb9e9;

}
.learn-more-link-2  {
  align-self: flex-end; /* Align to the end (right) of the container */
  margin-right: 40px;
  font-weight: 700;
  color: #22b5e2;
  padding-bottom: 30px;

}

/* Rest of your existing CSS */

/* Media query specifically for mobile phones (576px width and below) */
@media screen and (max-width: 606px) {
  .service-side-content {
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .services-card {
    border: 1px solid #75d4e0;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: 450px;
    width: 96%;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    overflow: hidden;
    transition: margin-right 0.5s;
  }

  

  .service-info {

    text-align: center;
    width: auto; /* Allow flexible width */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .title {
    font-size: 29px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px; /* Adjusted margin for better spacing */
  }
  
  .desc {
    font-size: 0.9em;
    padding: 0 10px;
    color: #fff;
    margin-bottom: 20px; /* Add some margin to the description */
  }
  
  .services-card img {
    width: 100%;
    height: 100px;
    margin-top: 1.3rem;
    display: block;
  }
  .learn-more-link  {
    align-self: flex-end; /* Align to the end (right) of the container */
    margin-right: 40px;
    margin-top: 40px;
    font-weight: 700;
    color: #1eb9e9;
  
  }
  .learn-more-link-2  {
    align-self: flex-end; /* Align to the end (right) of the container */
    margin-right: 40px;
    font-weight: 700;
    color: #22b5e2;
    padding-bottom: 30px;
  
  }
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .row {
  overflow: hidden;
}

.why-us .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.why-us .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #6ec083;
}

.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.why-us .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .why-us .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5cb874;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5cb874;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #5cb874;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #5cb874;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5cb874;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  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 img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #6ec083;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# 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 #5cb874;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5cb874;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 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;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #5cb874;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #5cb874;
  border-bottom: 3px solid #5cb874;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #5cb874;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  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: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555555;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #5cb874;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #5cb874;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #5cb874;
  border-bottom: 3px solid #5cb874;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.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;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5cb874;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #5cb874;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #6ec083;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fbfbfb;
  min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  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: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-row{
	display: flex;
	flex-wrap: nowrap;
}

@media (max-width: 739px) {
  .footer-row{
    display: flex;
    flex-wrap: wrap;
  }
}
ul{
	list-style: none;
}
.footer{
	background-color: #102940;
    padding: 70px 0;
}


.footer-col{
   width: 40%;
   padding: 0px;
}
.footer-col h4{
	font-size: 40px;
  font-weight: 900;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col h3{
	font-size: 20px;
  font-weight: 900;
	color: #ffffff;
	text-transform: capitalize;
  margin-top: 10px;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
  margin: 0;
  padding: 0;
	font-size: 19px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #ffffff;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}


#footer__logo {
  font-size: 40px;
  font-weight: 900;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 500;
	position: relative;
  margin: 0;
  padding: 0;
  

}

#footer__logo img {
  width: auto; /* Adjust image width */
  height: 70px; /* Adjust image height */
}
/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}

.footer{
	background-color: #102940;
    padding: 70px 0;
}


.footer-col{
   width: 40%;
   padding: 0px;
}
.footer-col h4{
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 30px;
  font-weight: 900;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col h3{
  display: flex;
  justify-content: start;
  align-items: start;
	font-size: 15px;
  font-weight: 900;
	color: #ffffff;
	text-transform: capitalize;
  margin-top: 10px;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
  margin: 0;
  padding: 0;
	font-size: 15px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #ffffff;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}

.social-links {

  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

#footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 500;
	position: relative;
  margin: 0;
  padding: 0;
  

}

#footer__logo img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto; /* Adjust image width */
  height: 70px; /* Adjust image height */
}




}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #102940;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .contact-info {

  margin-bottom: 30px;
}

#footer .contact-info li {

  list-style-type: none; /* Remove the dot */
}

#footer .contact-info li a {

  color: #fff;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5cb874;
  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: #449d5b;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {

  margin-top: 10px;
}

#footer .copyright li {

  list-style-type: none; /* Remove the dot */
}

#footer .copyright li a {

  color: #fff;
}

