html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: #212121;
  font: 400 1rem/1.6 "Poppins", sans-serif;
}

a {
  text-decoration: none;
  color: var(--bs-dark);
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

h1 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #242424;
  line-height: 1.2;
}

h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #242424;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #00923f;
  font-weight: 800;
}

h3 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #242424;
}

h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #242424;
}

h5 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #242424;
}

h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #242424;
}

p {
  font: 400 1rem/1.6 "Poppins", sans-serif;
  margin-bottom: 1.5625rem;
  color: #212121;
}

.btn {
  font: 500 15px/1.2 "Poppins", sans-serif;
  letter-spacing: 1px;
  padding: 12px 30px;
  border-radius: 0px;
  text-transform: uppercase;
  color: #000;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #00923f;
  color: #fff;
  border-color: #00923f;
}

.btn-primary:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  background-color: #fff;
  color: #00923f;
  border-color: #00923f;
}

.info-btn-primary {
  background-color: transparent;
  border-color: #00923f;
  color: #00923f;
}

.info-btn-primary:active + .info-btn-primary, .info-btn-check:checked + .info-btn-primary, .btn-primary.active, .info-btn-primary:active, .show > .info-btn-primary.dropdown-toggle, .info-btn-primary:hover {
  background-color: #00923f;
  color: #fff;
}

body [data-aos] {
  transition-duration: 0.8s !important;
}

.wrapper {
  overflow: hidden;
}

.fullwidth {
  position: relative;
  margin-left: 50%;
  width: 100vw;
  max-width: 100vw;
  clear: both;
}

button {
  border: 0;
  background: none;
}
button:focus {
  border-color: none;
  box-shadow: none;
}

ul.list {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 16px;
}

ul {
  padding: 0;
  margin: 0 0 0px;
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 5px;
  font-size: 16px;
}

ul.tab-list {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

ul.tab-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  font-size: 16px;
}

ul.tab-list li:before {
  content: "\f00c";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 1px;
}

ul.list2 {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

ul.list2 li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  font-size: 16px;
}

ul.list2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 10px;
  background: url(../images/f-arrow.png) center center no-repeat;
  background-size: contain;
}

.section-padding {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section-padding-top {
  padding-top: 6.25rem;
}

.section-padding-bottom {
  padding-bottom: 6.25rem;
}

img.border-radius {
  border-radius: 15px;
  overflow: hidden;
}

.card {
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
}
.card .card-header, .card .card-body {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

input:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Owl Carousel */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  outline: none !important;
  margin: 0;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0%;
  background: url(../images/next.png) center center no-repeat !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0%;
  background: url(../images/prev.png) center center no-repeat !important;
}

.owl-carousel .owl-dots {
  display: flex;
  align-items: start;
  margin-left: 10px;
}
.owl-carousel .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.9529411765);
  margin: 4px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #00923f;
}

.tab-pane {
  transition: opacity 0.4s ease-in;
}

.star-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.star-rating li {
  display: inline-block;
}
.star-rating li i {
  font-size: 14px;
  color: #fff;
}

.main-meading-area {
  margin: 0 0 20px;
}
.main-meading-area h6 {
  font-size: 14px;
  margin: 0 0 5px;
  color: #00923f;
  text-transform: uppercase;
}
.main-meading-area h2 {
  font-size: 30px;
  margin: 0;
  color: #111;
  font-weight: 500;
}

/*	------ HEADER PART ------  */
header {
  position: relative;
  padding: 0px 0 10px;
}
header .logo-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
header .header-top {
  background-color: #00923f;
  padding: 12px 15px;
  text-align: end;
  margin-left: 10%;
  position: relative;
}
header .header-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: url(../images/hdr-shape.png) center center;
  background-size: 100% 100%;
  z-index: 2;
}
header .header-top p {
  margin: 0;
  color: #fff;
  font-weight: 600;
}
header .header-top::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  background: #00923f;
  z-index: -1;
}
header .header-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: center;
  padding: 10px 0;
  gap: 15px;
}
header .header-nav .navbar-nav {
  gap: 25px;
}
header .header-nav .navbar-nav li a {
  color: #000;
  font-weight: 500;
}
header .header-nav .navbar-nav li a.active {
  color: #00923f;
  font-weight: 700;
}
header .header-nav > .btn {
  border-radius: 25px;
  text-transform: capitalize !important;
}

.banner-section {
  position: relative;
  padding: 0rem;
  display: flex;
  align-items: center;
}
.banner-section .image-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-section .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .banner-content {
  max-width: 750px;
  text-align: center;
  margin: 3rem auto;
  padding: 4.5rem 0 6.5rem;
  position: relative;
  z-index: 2;
}
.banner-section .banner-content h2 {
  font-size: 3.6rem;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
}
.banner-section .banner-content p {
  color: #fff;
}

.info-section {
  background-color: #002f47;
  padding: 15px 0;
}
.info-section .info-area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex: 1 0 0%;
}
.info-section .info-area .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.info-section .info-area .item i {
  font-size: 24px;
  color: #fff;
}
.info-section .info-area .item h6 {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.info-section .info-area .item p {
  color: #bcecc3;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.info-section .info-area .item p a {
  color: #bcecc3;
  text-decoration: none;
}
.info-section .social-area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.info-section .social-area h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.info-section .social-area ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-left: 15px;
}
.info-section .social-area ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.info-section .social-area ul li a {
  display: inline-block;
}
.info-section .social-area ul li i {
  font-size: 16px;
  color: #fff;
}

.about-section {
  position: relative;
}
.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 300px;
  background: url(../images/sport-stock.png) center center no-repeat;
  background-size: contain;
  opacity: 1;
  z-index: 1;
  margin: auto;
  z-index: -1;
}
.about-section .about-item {
  border: 1px solid #00923f;
  padding: 0px 25px 25px 25px;
  background: #fff;
  border-radius: 20px;
  margin-top: 50px;
  box-shadow: 2px 2px 0px 2px #00923f;
}
.about-section .about-item .icon-area {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002f47;
  border-radius: 50%;
  margin-bottom: 25px;
  margin-top: -50px;
  box-shadow: 2px 2px 0px 2px #00923f;
}
.about-section .about-item .icon-area i {
  font-size: 36px;
  color: #00923f;
}
.about-section .about-item h4 {
  color: #00923f;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.about-section .about-item p {
  color: #535353;
}

.form-section {
  padding: 0 40px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
.form-section .form-wrapper {
  border-top: 6px solid #00923f;
  box-shadow: 0 16px 15px rgba(202, 217, 236, 0.75);
  background-color: #fff;
}
.form-section .form-wrapper .heading-area h3 {
  background-color: #00923f;
  display: inline-block;
  font-size: 20px;
  margin: 0;
  padding: 5px 30px;
  padding-right: 55px;
  position: relative;
  color: #fff;
}
.form-section .form-wrapper .heading-area h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 25px;
  height: 100%;
  background: url(../images/shape1.png) center center no-repeat;
  background-size: auto 100%;
  top: 0;
  left: inherit;
  right: -23px;
}
.form-section .form-wrapper .form-area {
  padding: 20px 20px;
}
.form-section .form-wrapper .form-area .first-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.form-section .form-wrapper .form-area .first-row input {
  flex: 1 0 0%;
}
.form-section .form-wrapper .form-area .first-row input:focus {
  border-color: #00923f;
}
.form-section .form-wrapper .form-area .form-control {
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
  color: #616c78;
  background-color: #f8f8fa;
  padding: 12px 15px;
  height: 52px;
}
.form-section .form-wrapper .form-area textarea.form-control {
  height: 80px;
  resize: none;
  width: 100%;
}
.form-section .form-wrapper .form-area .btn {
  height: 80px;
  text-transform: uppercase;
  padding: 15px 45px;
}

.we-provide-section {
  margin-top: 70px;
}
.we-provide-section .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.we-provide-section .card {
  background-color: #f8f8fa;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
}
.we-provide-section .card h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #222;
  margin: 15px 0 0;
}

.about-section .content-area p {
  color: #3a3a3a;
  margin: 0;
  line-height: 1.8;
}
.about-section .content-area p + p {
  margin-top: 25px;
}
.about-section .content-area p + a {
  margin-top: 30px;
  display: inline-block;
}

.process-section {
  background: url(../images/process-bg.jpg) center center no-repeat;
  background-size: cover;
}
.process-section .main-meading-area h6 {
  color: #fff;
}
.process-section .main-meading-area h2 {
  color: #fff;
}
.process-section .process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  position: relative;
}
.process-section .process-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}
.process-section .process-grid > div {
  position: relative;
  z-index: 2;
}
.process-section .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.process-section .item > * {
  flex: 0 0 100%;
}
.process-section .item .icon-area {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
.process-section .item .icon-area img {
  max-width: 100px;
  max-height: 80px;
}
.process-section .item .circle {
  width: 100%;
  margin: 25px 0;
}
.process-section .item .circle span {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-section .item .circle span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
}
.process-section .item .content-area {
  height: 170px;
  text-align: center;
}
.process-section .item .content-area h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
.process-section .item .content-area p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.process-section .process-grid .item:nth-child(odd) .icon-area {
  align-items: end;
}
.process-section .process-grid .item:nth-child(even) .icon-area {
  order: 3;
  align-items: start;
}
.process-section .process-grid .item:nth-child(even) .content-area {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  width: 100%;
  flex: 0 0 100%;
}
.process-section .process-grid .item:nth-child(even) .circle {
  order: 2;
}

.service-section .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.service-section .grid .service-card {
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(202, 217, 236, 0.75);
}
.service-section .grid .service-card .content-area {
  padding: 20px;
}
.service-section .grid .service-card .content-area h4 {
  font-size: 18px;
  font-weight: 600;
}
.service-section .grid .service-card .content-area p {
  margin: 0;
  font-size: 15px;
}
.service-section .grid .service-card .content-area a {
  display: inline-block;
  margin-top: 5px;
  color: #00923f;
  font-weight: 400;
  text-transform: uppercase;
}

.testimonials-section {
  background-color: #f1f2f2;
}
.testimonials-section .items {
  padding-bottom: 15px;
}
.testimonials-section .testimonial-card {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(202, 217, 236, 0.75);
}
.testimonials-section .testimonial-card .t-header {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.testimonials-section .testimonial-card .t-header .image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
.testimonials-section .testimonial-card .t-header .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-section .testimonial-card .t-header .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 35px;
  height: 35px;
  background: url(../images/testi-quote.png) center center no-repeat;
  background-size: contain;
  top: inherit;
  left: inherit;
  bottom: -10px;
  right: -10px;
  z-index: 2;
}
.testimonials-section .testimonial-card .t-header .text {
  flex: 1 0 0%;
}
.testimonials-section .testimonial-card .t-header .text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
  margin: 0 0 5px;
}
.testimonials-section .testimonial-card .t-header .text h5 {
  font-size: 14px;
  margin: 0;
  color: #5c5c5c;
  font-weight: 500;
}
.testimonials-section .testimonial-card p {
  font-size: 15px;
  color: #555555;
  margin: 15px 0 0;
  line-height: 1.8;
}

.client-section .client-slider .items {
  padding: 5px 5px 15px;
}
.client-section .client-slider .items .image-area {
  padding: 15px;
  box-shadow: 0 6px 15px rgba(202, 217, 236, 0.75);
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.client-section .client-slider .items .image-area img {
  width: auto;
  max-width: 110px;
  max-height: 60px;
}

.contactus-section {
  background: #f1f2f2;
}
.contactus-section .contact-from-wrap {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(202, 217, 236, 0.75);
  padding: 30px;
}
.contactus-section .contact-from-wrap .form-control {
  border: 0px;
  background-color: #f8f8fa;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 16px;
  color: #414141;
  margin-bottom: 12px;
  height: 60px;
}
.contactus-section .contact-from-wrap textarea.form-control {
  height: 150px;
}
.contactus-section .contact-from-wrap .btn {
  height: 60px;
}

footer {
  padding: 5.5rem 0 0;
  background: url(../images/footer-bg.jpg) center right no-repeat;
  background-size: cover;
  position: relative;
}
footer h3 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #fff;
}
footer p {
  font-size: 16px;
  color: #fff;
}
footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
footer ul li {
  font-size: 16px;
}
footer ul li a {
  color: #fff;
}
footer ul li:hover a {
  color: #fff;
}
footer .location-widget ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: start;
  gap: 8px;
}
footer .location-widget ul li i {
  font-size: 20px;
  color: #00E676;
  margin-top: 4px;
}
footer .location-widget ul li p {
  margin: 0;
  color: #fff;
  flex: 1 0 0%;
}
footer .follow-area {
  margin: 40px 0 0;
}
footer .follow-area h4 {
  font-size: 26px;
  font-weight: 500;
}
footer .follow-area ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
footer .follow-area ul li {
  display: inline-flex;
}
footer .follow-area ul li a {
  display: inline-block;
}
footer .follow-area ul li i {
  font-size: 18px;
  color: #fff;
}
footer .top-part {
  padding-bottom: 2rem;
}
footer .top-part .ftr-video img {
  border-radius: 12px;
  border: 2px solid #fff;
}
footer .copyright-area {
  background-color: #040418;
  padding: 1.8rem 0;
  margin-top: 4rem;
}
footer .copyright-area p {
  color: #B0B0B0;
  margin: 0;
  font-size: 13px;
}
footer .copyright-area ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
  justify-content: end;
}
footer .copyright-area ul li {
  display: inline-block;
  font-size: 13px;
}

/* ===================================== Inner Pages ============================================== */
.inner-banner-section {
  position: relative;
}
.inner-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 47, 71, 0.5);
  z-index: 1;
}
.inner-banner-section .image-area {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.inner-banner-section .image-area img {
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner-section .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  margin: auto;
}
.inner-banner-section .content-area h1 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}
.inner-banner-section .content-area p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.inner-banner-section .content-area p a {
  color: #fff;
  text-decoration: none;
}

.services-item-section .grid {
  grid-template-columns: repeat(4, 2fr);
  display: grid;
  gap: 40px 20px;
}
.services-item-section .service-item-card {
  text-align: center;
}
.services-item-section .service-item-card img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 6px solid transparent;
}
.services-item-section .service-item-card h6 {
  font-size: 18px;
  font-weight: 600;
  color: #002f47;
  margin: 20px 0 0;
}
.services-item-section .service-item-card.active .image-area {
  position: relative;
}
.services-item-section .service-item-card.active .image-area img {
  border: 6px solid #002f47;
  position: relative;
  z-index: 2;
}
.services-item-section .service-item-card.active .image-area::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: 1;
  background: url(../images/triangle.png) center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  transform: translateX(-50%);
}

.service-details-section {
  background-color: #f1f2f2;
}
.service-details-section .container > .row {
  max-width: 1350px;
  margin: auto;
}
.service-details-section .image-area img {
  width: 100%;
  box-shadow: 7px 0 30px rgba(18, 20, 49, 0.4);
  border-radius: 12px;
}
.service-details-section .content-area h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #002f47;
}
.service-details-section .content-area h5 {
  font-weight: 500;
  color: #00923f;
  margin: 0 0 20px;
}
.service-details-section .content-area h6 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
}
.service-details-section .content-area p {
  line-height: 2rem;
  margin-bottom: 0;
}
.service-details-section .content-area ul {
  padding: 0;
  margin: 15px 0 10px;
  list-style: none;
}
.service-details-section .content-area ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  font-size: 16px;
  display: block;
  font-weight: 600;
}
.service-details-section .content-area ul li:before {
  content: "\f111";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 7px;
  color: #000;
  font-size: 7px;
}

/* ============ RESPONSIVE CSS ============ */
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1650px;
  }
  html {
    font-size: 16px;
  }
  .banner-section .content-area h2 {
    font-size: 3.2rem;
  }
  .banner-section .content-area p {
    font-size: 1.25rem;
  }
}
/* =========== MAX WIDTH =============== */
@media only screen and (max-width: 1599px) {
  header .logo-area img {
    max-width: 130px;
  }
  header .logo-area .logo-tag {
    max-width: 280px;
  }
  footer p {
    font-size: 15px;
  }
  footer ul.list2 li {
    font-size: 15px;
  }
}
@media screen and (min-device-width: 1400px) and (max-device-width: 1599px) {
  .container {
    max-width: 1400px;
  }
}
@media all and (max-width: 991px) {
  .info-section .container {
    width: 100%;
    max-width: 100%;
  }
  .info-section .info-area {
    gap: 20px;
  }
  .about-section .content-area {
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  header {
    padding: 5px 0;
  }
  header .container {
    width: 100%;
    max-width: 100%;
  }
  header .container > .row {
    align-items: center;
  }
  header .header-top {
    display: none;
  }
  header .header-nav > .btn {
    order: 1;
    font-size: 14px;
    border-radius: 4px;
  }
  header .header-nav nav.navbar {
    order: 2;
    justify-content: end;
  }
  header .header-nav nav.navbar #navbarText {
    position: absolute;
    z-index: 9999;
    width: 100vw;
    background: #0d2c14;
    right: -12px;
    padding: 0px;
    box-shadow: 0 0px 8px rgba(202, 217, 236, 0.75);
  }
  header .header-nav nav.navbar #navbarText ul {
    gap: 0;
    margin: 0 !important;
  }
  header .header-nav nav.navbar #navbarText ul li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .header-nav nav.navbar #navbarText ul li a {
    text-align: center;
    padding: 20px;
    color: #fff;
  }
  header .header-nav nav.navbar #navbarText ul li a.active {
    background-color: #fff;
    font-weight: 700;
    color: #00923f;
  }
  .info-section .container {
    width: 100%;
    max-width: 100%;
  }
  .info-section .info-area {
    gap: 20px;
  }
  .info-section .social-area {
    display: none;
  }
  .banner-section {
    min-height: 450px;
    padding: 2rem 0;
  }
  .banner-section .banner-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .form-section {
    margin-top: 0px;
    padding: 30px 40px;
  }
  .form-section .form-wrapper .form-area .first-row {
    justify-content: space-between;
  }
  .form-section .form-wrapper .form-area .first-row input {
    flex: 0 0 48%;
  }
  .we-provide-section .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  header .container > .row > * {
    flex: 0 0 100%;
    text-align: center;
  }
  header .container > .row .header-nav {
    justify-content: center;
    position: relative;
  }
  header .container > .row .header-nav nav.navbar {
    position: unset;
  }
  .section-padding {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .main-meading-area {
    text-align: center;
  }
  .main-meading-area h2 {
    font-size: 24px;
  }
  .about-section .content-area {
    text-align: center;
  }
  .form-section {
    padding: 30px 0px;
  }
  .form-section .form-wrapper .heading-area h3 {
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding: 20px;
    width: 100%;
  }
  .form-section .form-wrapper .heading-area h3::after {
    display: none;
  }
  .form-section .form-area .row > * {
    flex: 0 0 100%;
  }
  .form-section .form-area .btn {
    width: 100%;
    margin-top: 15px;
    height: 50px !important;
  }
  .we-provide-section .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-section .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-section .process-grid::before {
    display: none;
  }
  .process-section .process-grid .item .icon-area {
    height: 70px;
    align-items: center !important;
    justify-content: center;
  }
  .process-section .process-grid .item .icon-area img {
    max-width: 80px;
    max-height: 60px;
  }
  .process-section .process-grid .item .content-area {
    height: auto;
    align-items: start;
    justify-content: start;
  }
  .process-section .process-grid .item:nth-child(even) .icon-area {
    order: 1;
  }
  .process-section .process-grid .item:nth-child(even) .circle {
    order: 2;
    margin: 10px 0;
  }
  .process-section .process-grid .item:nth-child(even) .content-area {
    order: 3;
  }
  .service-section .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-section .grid .service-card .content-area {
    text-align: center;
  }
  .contactus-section .contact-from-wrap {
    padding: 20px 15px;
  }
  .contactus-section .contact-from-wrap .btn {
    height: 50px;
    width: 100%;
  }
  .contactus-section .map-area {
    margin-top: 35px;
  }
  footer {
    padding: 3.5rem 0 0;
    text-align: center;
  }
  footer h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  footer ul {
    flex-direction: column;
    gap: 10px;
    margin-left: 0 !important;
    justify-content: center;
  }
  footer ul li {
    padding-left: 0 !important;
  }
  footer ul li::before {
    display: none;
  }
  footer .footer-widget.ftr-nav {
    margin-top: 35px;
  }
  footer .footer-widget.ftr-nav h3.blank {
    display: none;
  }
  footer .footer-widget.ftr-nav h3.blank + * {
    margin-top: -35px;
  }
  footer .col-lg-9.col-xll-8 > .row > div:nth-child(2) ul.list2 {
    margin-bottom: 0px;
  }
  footer .copyright-area {
    margin-top: 20px;
    padding: 15px 0;
  }
  footer .copyright-area ul {
    justify-content: center;
    margin-top: 0px;
  }
  .services-item-section .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }
  .services-item-section .service-item-card h6 {
    font-size: 15px;
  }
  .inner-banner-section .image-area {
    min-height: 250px;
  }
  .inner-banner-section .image-area img {
    height: 250px;
    min-height: auto;
  }
  .inner-banner-section .content-wrapper .content-area {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */