@font-face {
  font-family: "Inter-Bold";
  src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: "Inter-Light";
  src: url(../fonts/Inter-Light.ttf);
}
@font-face {
  font-family: "Inter-Medium";
  src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
  font-family: "Inter-Regular";
  src: url(../fonts/Inter-Regular.ttf);
}

dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
title {
  text-transform: capitalize;
}
html {
  scroll-behavior: smooth;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none !important;
}
body {
  font-family: "Inter-Regular";
  line-height: unset;
}
header {
  padding: 5px 15px 0;
  box-shadow: 0 4px 14px rgb(0 0 0 / 6%);
}
p {
  font-size: 17px !important;
  line-height: 27px !important;
}
.logo img {
  max-width: 35px;
}
.navigation ul li {
  margin-right: 75px;
}
.navigation ul li a {
  font-size: 17px;
  color: #4a5568;
}
.navigation .contact {
  background: linear-gradient(225deg, #66b848 0%, #07391c 100%);
  padding: 10px 25px;
  border-radius: 5px;
}
.navigation .contact a {
  color: #fff;
}
.banner h1 {
  font-size: 40px;
  line-height: 50px;
  text-align: left;
}
.banner h1 span {
  font-family: "Inter-Bold";
  font-size: 40px;
  line-height: 50px;
  text-align: left;
}
.banner p {
  font-size: 18px;
  line-height: 36px;
  padding: 15px 0 50px 0;
}
.banner a {
  padding: 19px 30px 19px 30px;
  border-radius: 5px;
  background: #07391c;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-bottom: 50px;
}

.services {
  background: #eefff6;
  padding: 50px;
}
.services h2 {
  font-family: "Inter-Medium";
  font-size: 35px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
}
.services .block {
  background: #fff;
  border-radius: 5px;
  padding: 25px;
}
.services h3 {
  font-family: "Inter-Medium";
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 0;
}
.services p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.68px;
}
.services .show-more {
  background: #428837;
  padding: 8px 18px 8px 18px;
  gap: 10px;
  border-radius: 8px;
  border: 1px 0px 0px 0px;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  color: #fff;
  display: block;
  max-width: 100px;
}

.services .block {
  margin: 15px;
  min-height: 375px;
}

.about {
  padding: 100px 0;
}
.about h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 55px;
  position: relative;
}
.about h2:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  background: linear-gradient(225deg, #66b848 0%, #07391c 100%);
  width: 100px;
  height: 5px;
}

.about h2 span {
  font-family: "Inter-Bold";
}

.about p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px !important;
  color: #718096;
  padding-bottom: 35px;
  max-width: 600px;
}
.about p span {
  font-family: "Inter-Bold";
}
.about a {
  padding: 19px 30px 19px 30px;
  border-radius: 5px;
  background: #07391c;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.meet-zeha {
  padding: 25px 0 0 0;
  position: relative;
}
.meet-zeha h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 55px;
  position: relative;
  text-align: center;
}
.meet-zeha h2 span {
  font-family: "Inter-Bold";
  display: block;
}
.meet-zeha h2:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(225deg, #66b848 0%, #07391c 100%);
  width: 100px;
  height: 5px;
}
.meet-people {
  margin: 75px 0 0 0;
}

.meet-people {
  /* border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;*/
  padding: 52px 0;
  background: #fff;
  max-width: 900px;
  margin: auto;
}
.meet-zeha:after {
  content: "";
  position: absolute;
  right: 40%;
  top: 175px;
  width: 75px;
  height: 50px;
  background-image: url(../img/clips.png);
  background-repeat: no-repeat !important;
}
.meet-people .block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 225px;
  width: 300px;
  padding: 25px;
}
.meet-people img {
  max-width: 100%;
  width: auto !important;
}

.meet-people .owl-nav {
  position: absolute;
  z-index: 99;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.meet-people.owl-theme .owl-nav .owl-prev {
  background: url(../img/prev.png) !important;
  height: 40px;
  width: 40px;
  display: inherit;
  text-indent: -9999px;
  white-space: nowrap;
  position: relative;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.meet-people.owl-theme .owl-nav .owl-next {
  background: url(../img/next.png) !important;
  height: 40px;
  width: 40px;
  display: inherit;
  text-indent: -9999px;
  white-space: nowrap;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.features {
  padding: 75px 0;
  background: #f0fff7;
}
.feature-image {
  width: 300px;
  height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
}
.image-block-feature {
  position: relative;
  width: 300px;
  height: 500px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  margin-right: 75px;
}
.image-block-feature:before {
  content: "";
  position: absolute;
  width: 0;
  border: 300px solid #f2f2f2;
  border-right: 0;
  background: #ccc;
  z-index: 0;
  right: -50px;
  top: -50px;
}
.features h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 55px;
  position: relative;
  margin-bottom: 50px;
}
.features h2:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  background: linear-gradient(225deg, #66b848 0%, #07391c 100%);
  width: 100px;
  height: 5px;
}
.features h3 {
  font-family: "Inter-Medium";
  font-size: 20px;
  line-height: 27.3px;
}
.features p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.68px;
}
.features p span {
  font-family: "Inter-Medium";
}
.features .block {
  display: flex;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 15px;
  position: relative;
}
.features .block:after {
  content: "";
  position: absolute;
  left: -42px;
  z-index: 1;
  top: 45%;
  background: linear-gradient(225deg, #66b848 0%, #07391c 100%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.features .block .image {
  margin-right: 15px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 100px;
}
.features .block .image img {
  max-width: 60px;
}
.features .content {
  position: relative;
}
.features .content:after {
  content: "";
  position: absolute;
  left: -35px;
  top: 75px;
  bottom: 0;
  width: 1px;
  height: ;
  background-image: linear-gradient(
      1800deg,
      transparent,
      transparent 50%,
      #fff 50%,
      #fff 100%
    ),
    linear-gradient(180deg, #999, #999, #999, #999, #999);
  background-size: 3px 20px, 100% 20px;
  border: none;
}
.features .show-more {
  background: #428837;
  padding: 8px 18px 8px 18px;
  gap: 10px;
  border-radius: 8px;
  border: 1px 0px 0px 0px;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  color: #fff;
  display: block;
  max-width: 100px;
}
.cta-block {
  padding: 25px 75px;
  background: linear-gradient(225deg, #eefff6 0%, #9cf8c7 100%);
  border-radius: 15px;
  margin: 50px;
}
.cta-block h2 {
  color: #29272e;
  font-size: 35px;
  line-height: 55px;
  font-family: "Inter-Medium";
}
.testimonial {
  padding: 75px 0;
}

.testimonial h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 55px;
  position: relative;
  text-align: center;
}
.testimonial h2:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 45%;
  background: linear-gradient(225deg, #66b848 0%, #07391c 100%);
  width: 100px;
  height: 5px;
}

.testimonial h2 span {
  font-family: "Inter-Bold";
}

.testimonial .nav-tabs {
  border: 0 !important;
}
.testimonial .nav-tabs .nav-link {
  border: 0 !important;
  margin: 0 25px;
  padding: 0;
}
.testimonial p {
  max-width: 600px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  padding: 25px 0 75px 0;
  position: relative;
}
.testimonial p:after {
  content: "";
  position: absolute;
  left: -75px;
  top: 0;
  background: url(../img/testi2.png);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  width: 15px;
  height: 24px;
}
.testimonial p:before {
  content: "";
  position: absolute;
  right: -75px;
  bottom: 75px;
  background: url(../img/testi1.png);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  width: 15px;
  height: 24px;
}
.testimonial h3 {
  color: #4e8f35;
  font-family: "Inter-Medium";
  font-size: 18px;
}
.testimonial h4 {
  font-size: 14px;
  color: #000;
}
.testimonial .star {
  margin: 10px 0;
  display: block;
}
.testimonial .image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testimonial-info {
  text-align: center;
}
.case-studies {
  background: #eefff6;
  padding: 75px 0;
}

.case-studies h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 55px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.case-studies h2:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 45%;
  background: linear-gradient(225deg, #66b848 0%, #07391c 100%);
  width: 100px;
  height: 5px;
}

.case-studies h2 span {
  font-family: "Inter-Bold";
}
.case-study-block {
  border-radius: 15px;
  margin-bottom: 25px;
  border: 1px solid #ddd;
}
.case-study-block .image {
  border-radius: 15px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 100%;
}
.case-study-block .content {
  padding: 50px;
}
.case-study-block .content h3 {
  font-family: "Inter-Medium";
  font-size: 30px;
  margin-bottom: 25px;
}
.case-study-block p {
  font-size: 14px;
  line-height: 25px;
  color: #555;
  margin-bottom: 10px;
}
.case-study-block p span {
  font-family: "Inter-Bold";
}
footer {
  padding: 25px 0 50px 0;
}
.f-button a {
  background: linear-gradient(225deg, #66b848 0%, #07391c 100%);
  padding: 10px 25px;
  border-radius: 5px;
  color: #fff;
  font-family: "Inter-Medium";
}
.f-logo img {
  max-width: 200px;
}
.f-nav li {
  margin-bottom: 15px;
}
.f-nav li a {
  color: #555;
  font-size: 15px;
}
footer h2 {
  font-family: "Inter-Medium";
  font-size: 19px;
  margin-bottom: 15px;
}
footer .info a {
  color: #555 !important;
  font-size: 15px;
}
footer .info li {
  margin-bottom: 15px;
}
.f-social ul {
  display: flex;
}
.f-social ul li {
  width: 25px;
  height: 25px;
  margin-left: 15px;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs1 {
  position: relative;
}
.cs1:after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: 25%;
  background: url(../img/cs1.png);
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 75px;
  height: 75px;
}
.cs2 {
  position: relative;
}
.cs2:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -35px;
  background: url(../img/cs2.png);
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 75px;
  height: 75px;
}
.cs3 {
  position: relative;
}
.cs3:after {
  content: "";
  position: absolute;
  right: 35%;
  bottom: -45px;
  background: url(../img/cs1.png);
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 75px;
  height: 75px;
}
.inner-banner {
  background-size: cover !important;
  background-repeat: repeat !important;
  background-position: center !important;
  position: relative;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-banner h1 {
  font-family: "Inter-Medium";
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
}
.about-page {
  padding: 75px 0;
}
.about-page p {
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.about-page p span {
  font-family: "Inter-Medium";
}
.directors-sec {
  width: 100%;
}

.directors-sec h2 {
  font-family: "Inter-Medium";
  font-size: 35px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  margin-bottom: 25px;
}

.directors-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.directors-sec ul li {
  width: 33%;
  float: left;
  padding: 0 16px;
  margin-bottom: 20px;
}

.directors-sec ul li .board-sec {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #e7e7e7;
  box-shadow: 0px 0px 10px #e7e7e7;
}

.directors-sec ul li .board-sec .pic {
  width: 100%;
  overflow: hidden;
}

.directors-sec ul li .board-sec .pic img {
  width: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.directors-sec ul li .board-sec:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.directors-sec ul li .board-sec .director-details {
  width: 100%;
  padding: 15px 12px;
  text-align: center;
  position: relative;
}

.directors-sec ul li .board-sec .director-details::before {
  content: "";
  width: 22px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -16px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.directors-sec ul li .board-sec .director-details h5 {
  font-family: "Inter-Medium";
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

.directors-sec ul li .board-sec .director-details p {
  text-align: center;
  font-size: 16px;
  padding: 10px 0 15px 0;
}

.directors-sec ul li .board-sec .director-details a {
  margin: auto;
  padding: 10px 31px;
  border: 1px solid green;
  color: #54075b;
  font-size: 16px;
  border-radius: 25px;
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.directors-sec ul li .board-sec .director-details a:hover {
  background: linear-gradient(225deg, #66b848 0%, #07391c 100%);
  color: #fff;
}

.directors-sec .comitee-link {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.directors-sec .comitee-link a {
  display: inline-block;
  padding: 10px 31px;
  border: 1px solid #54075b;
  color: #54075b;
  font-size: 16px;
  border-radius: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.directors-sec .comitee-link a i {
  font-size: 20px;
  margin-right: 10px;
  color: #ff5656;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-info-block {
  padding: 100px;
}
.contact-sec h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 25px;
  font-family: "Inter-Bold";
}
.contact-sec img {
  max-width: 40px;
  margin-right: 25px;
}
.contact-sec a {
  font-size: 19px;
  color: #333;
}
.contact-sec p {
  font-size: 17px;
  color: #444;
}
.contact-sec .contact-info {
  position: relative;
  border-bottom: 2px solid #e4e4e4;
  padding: 20px 0;
  margin-right: 75px;
}
.contact-sec .contact-info:before {
  content: "";
  height: 2px;
  width: 50px;
  background-color: #9aca40;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 9;
}

.contact-sec h4 {
  font-family: "Inter-Medium";
  font-size: 19px;
  margin-bottom: 10px;
  color: #444;
}
.enquiry {
  padding: 100px;
  background: #fafafa;
}
.enquiry h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 25px;
  font-family: "Inter-Bold";
  text-align: center;
}
.request .form-control {
  color: #888;
}
.request .form-control {
  border-radius: 0;
  border-color: #888;
  background: transparent;
}
.request label {
  font-size: 12px;
  padding-bottom: 5px;
  color: #777;
}

.request .block {
  margin: 7px;
}

.request {
  padding: 25px;
  background-size: cover !important;
  background-position: bottom !important;
}
.appointment-btn input {
  background: #9aca40;
  padding: 10px 35px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  border: 0;
  margin-top: 50px;
}

.services-sec {
  padding: 100px 0 0 0;
}

.services-sec h2 {
  font-size: 25px;
  border-bottom: 1px solid #9aca40;
  padding: 5px;
  margin-bottom: 25px;
  display: inline-block;
  font-family: "Inter-Medium";
  color: #444;
}
.services-sec .info {
  max-width: 1000px;
  margin: auto;
}

.services-sec p {
  font-size: 13px;
  color: #686666;
  line-height: 23px;
  text-align: justify;
}
.services-sec .image-block {
  max-width: 400px;
}
.services-sec .info {
  margin-bottom: 100px;
}

.services-sec ul li {
  position: relative;
  display: block;
  padding-left: 18px;
  color: #333;
  font-size: 13px;
  margin-bottom: 15px;
}
.services-sec ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -3px;
  width: 7px;
  height: 7px;
  transform: rotate(225deg);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(225deg);
  border-right: 1px solid #2d3194;
  border-bottom: 1px solid #2d3194;
  background: transparent;
}
.service-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-img img {
  max-width: 35px;
}
.testimonial-mobile {
  display: none !important;
}

.hamburger-menu {
  position: fixed;
  top: 25px;
  right: 50px;
  width: 35px;
  height: 50px;
  display: none;
  z-index: 999999;
}
.hamburger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 3px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
  top: 14px;
}

.hamburger-menu span:nth-child(4) {
  top: 25px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
.meet-zeha .owl-carousel .owl-item img {
  height: 125px !important;
  object-fit: contain;
}
