* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
}
.container {
  width: 100%;
  max-width: calc(100% - 60px);
}
.green-text {
  color: #0fc482;
}
p {
  line-height: 30px;
}
nav ul {
  margin-left: auto;
}
nav ul li {
  margin-left: 50px;
  padding: 15px 0px;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.nav-link {
  color: #000000;
  font-weight: 500;
}

footer {
  background-color: #164343;
}
.logo {
  padding: 30px;
  border-bottom: 1px solid #306060;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
h5 {
  margin-top: 20px;
  color: white;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 0;
}

.footer-sec .footer-hr {
  margin-bottom: 0;
  margin-top: 40px;
  border: 1px solid hsla(0, 0%, 100%, 0.6);
}

.footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li a {
  text-decoration: none;
}

.footer-widget {
  color: white;
  margin-bottom: 40px;
}
address p {
  font-size: 15px;
  color: white;
  transition: all 0.1s linear;
}
address p:hover {
  color: #0fc482;
}
.group-company-logo {
  display: inline-block;
}
.footer-widget .footer-widget-logo {
  margin-bottom: 30px;
}
.footer-widget h4.footer-widget-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 650;

  color: #16a571;
  display: block;
}
.footer-widget .footer-widget-content .footer-social-icon {
  margin-top: 30px;
}
.footer-widget .footer-widget-content .footer-social-icon a {
  height: 42px;
  width: 42px;
  border: 1px solid var(--thm-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  color: var(--thm-white);
  transition: all 0.1s linear;
}

.footer-widget .footer-widget-content .footer-social-icon a:last-child {
  margin-right: 0;
}
.footer-widget .footer-widget-content .footer-links ul li {
  margin-bottom: 12px;
}
.footer-widget .footer-widget-content .footer-links ul li a {
  color: var(--thm-white);
  transition: all 0.2s linear;
}
.footer-widget .footer-widget-content .footer-links ul li a:hover {
  color: #0fc482;
}

.mail-url a {
  text-decoration: none;
  color: #f3fffb;
  font-size: 16px;
}

.mail-url a:hover {
  color: #0fc482;
}

.phone a {
  text-decoration: none;
  color: #f3fffb;
  font-size: 16px;
}
.phone a:hover {
  color: #0fc482;
}

.group-company h4 {
  color: white;
  margin: 20px 0;
}

.second-footer {
  background-color: #204949;
  margin-top: 30px;
}

.second-footer p {
  color: white;
  margin: 0;
  padding: 10px;
  font-size: 12px;
}
.green-text {
  color: #0fc482;
}

.hero-section {
  padding: 80px 0;
  background-color: #164343;
}
h1 {
  font-size: 45px;
  color: #f3fffb;
  font-weight: 600;
  line-height: 60px;
}
.green-text {
  color: #16a571;
}
.hero-text p {
  margin-top: 20px;
  width: 75%;
  color: #f3fffb;
}
.hero-buttons {
  margin-top: 50px;
}
.hero-buttons a {
  text-decoration: none;
  color: white;
  border: 2px solid #16a571;
  padding: 15px 25px;
  border-radius: 10px;
  display: inline-block;
  transition: 0.3s all ease;
}

.hero-buttons a:hover {
  background-color: #16a571;
}

.hero-image {
  position: relative;
  z-index: 0;
}
.hero-image img {
  border-radius: 0 180px;
  z-index: 1;
}
.hero-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #f3fffb;
  border-radius: 0 180px;
  z-index: -1;
  left: 20px;
  top: -20px;
}
.icon {
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #164343;
}
.idea {
  padding: 80px 0;
}
.idea-image {
  position: relative;
}
.idea-image img {
  border-radius: 200px;
}
.img-flote {
  position: absolute;
  right: 80px;
  bottom: 20px;
  border: 10px solid white;
}

h2 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 650;
}
.idea-text p {
  margin-top: 20px;
  color: #000000;
}
.idea-buttons {
  margin-top: 50px;
}
.idea-buttons a {
  text-decoration: none;
  color: #e4fff6;
  background-color: #16a571;
  padding: 15px 25px;
  border-radius: 10px;
  display: inline-block;
  transition: 0.3s all ease;
}

.idea-buttons a:hover {
  background-color: black;
  color: white;
}
.services {
  padding: 80px 0;
  background-color: #f3fffb;
}

.services p {
  line-height: 20px;
}
.services a {
  text-decoration: none;
  color: #164343;
  transition: 0.3s all ease;
}

.services a:hover {
  color: #0fc482;
}

.services-content {
  width: 100%;
  max-width: 85%;
}
.services-text p {
  color: #000000;
}

.item {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.item:last-child {
  margin-bottom: 0px;
}
.item-content {
  padding-left: 30px;
}
.item-content p {
  margin-bottom: 0px;
  color: black;
  font-size: 12px;
}
h3 {
  font-size: 20px;
  font-weight: bold;
}

.our-projects {
  padding: 80px 0;
}

.branding {
  padding: 80px 0;
  background-color: #f3fffb;
}
.branding-content {
  width: 100%;
  max-width: 85%;
}

.branding-buttons {
  margin-top: 50px;
}
.branding-buttons a {
  text-decoration: none;
  color: white;
  background-color: #16a571;
  padding: 15px 25px;
  border-radius: 4px;
}
.journey .container {
  padding: 80px;
  background-color: #164343;
  border-radius: 10px;
}
.journey h2,
p {
  color: #000000;
}
.journey-button {
  margin-top: 50px;
}
.journey-button a {
  text-decoration: none;
  color: white;
  background-color: #16a571;
  padding: 15px 25px;
  border-radius: 4px;
}

/* Confused content */
.confused-content {
  padding: 50px;
  background-color: #164343;
}

/* TESTIMONIAL */
.testimonial-sec {
  padding: 80px 0;
}
.single-testimonial {
  position: relative;
  border-radius: 10px;
  background: #f3fffb;
  overflow: hidden;
}
.single-testimonial .feedback {
  padding: 30px 30px 42px;
}
.single-testimonial .feedback .rating {
  margin-top: 20px;
  margin-bottom: 40px;
}
.single-testimonial .feedback .rating i {
  color: #0fc482;
  font-size: 18px;
}
.single-testimonial .customar-info {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  background: #16a571;
}
.single-testimonial .customar-info .customar-img {
  padding: 15px;
  margin-right: 16px;
  background-color: #f3fffb;
  border-radius: 50%;
}
.single-testimonial .customar-info .customar-title h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 2px;
  color: white;
  margin-top: 0px;
  text-align: left;
}
.single-testimonial .customar-info .customar-title span.title {
  color: white;
}
.single-testimonial .com-logo {
  position: absolute;
  top: 30px;
  right: 30px;
}
.single-testimonial .com-logo i {
  font-size: 60px;
  color: rgba(22, 165, 113, 0.3);
}

/* service spage css */
.hero-section-services {
  text-align: center;
  padding: 80px;
  background-image: url("/images/services-hero-section.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-section-about-us {
  text-align: center;
  padding: 80px;
  background-image: url("/images/about-us-section.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.what-we-do {
  text-align: center;
  padding: 80px 0;
}

.what-we-do p {
  font-size: 20px;
  font-weight: 600;
}

.what-we-do h1 {
  color: black;
  font-weight: bold;
}
.box {
  box-shadow: 0 10px 50px 0 rgba(22, 165, 113, 0.15);
  border-radius: 10px;
  position: relative;
}
.box a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; 
}

.img-box img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.img-box {
  position: relative;
}
.img-box::before {
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, white, transparent);
  position: absolute;
  bottom: 0;
}
.content-box {
  display: flex;
  padding: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: start;
}

.content-box a {
  text-decoration: none;
  color: #306060;
}

/* .content-box a:hover {
  color: #16a571;
} */

.content {
  text-align: start;
  position: relative;
}

.content a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.content p {
  font-size: 15px;
  font-weight: normal;
  position: relative;
}
.content-button a {
  color: #306060;
  font-weight: 800;
  font-size: 23px;
}

/* new */
* {
  box-sizing: border-box;
}
.hero-section-our-service {
  text-align: center;
  padding: 80px;
  background-image: url("/images/services-hero-section.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.our-service {
  padding: 80px 0;
}
.our-service img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.blog-list {
  padding: 30px;
  border: 1px solid rgb(201, 201, 201);
  border-radius: 10px;
}

.blog-list h2 {
  margin-top: 5px;
}

.blog-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.our-service-list {
  padding: 30px;
  border: 1px solid rgb(201, 201, 201);
  border-radius: 10px;
}

.our-service-list h2 {
  margin-top: 5px;
}

.our-service-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.our-service-list ul li a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  padding: 15px;
  border: 1px solid rgb(201, 201, 201);
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  transition: 0.3s all ease;
}

.our-service-list ul li a:hover {
  background-color: #16a571;
  color: white;
  border: 1px solid #16a571;
}
.service-list ul{
  list-style-type:none;
}


.recent-blog-box {
  background-color: rgb(252, 255, 250);
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(22, 165, 113, 0.1);
  position: relative;
}
.recent-blog-box a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}


.recent-blog-box img {
  border-radius: 3px;
}
.recent-blog-box h3 {
  font-size: 16px;
}

.recent-blog-box p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
.our-clients{
  padding-top: 80px;
}

.our-clients .green-card{
  padding: 40px;
  background-color: #f3fffb;
}

.green-card p{
  margin: 0;
  line-height: 25px;
}
.our-clients .white-card{
  padding: 40px;
  background-color: #fbfffb;
}

.white-card p{
  margin: 0;
  line-height: 25px;
}

@media (min-width: 1340px) {
  .wrapper {
    width: 1340px;
    max-width: calc(100% - 150px);
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
  .hero-section p {
    width: 100%;
  }
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .hero-image {
    margin-top: 80px;
  }
  .idea-text h2 {
    margin-top: 80px;
  }
  .services-list {
    margin-top: 30px;
  }
}
