/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- 
import Fonts -
--------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css");
/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
}

.container {
  max-width: 1170px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #1f1f1f;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: hidden;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1a1f16;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

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

p {
  margin: 0px;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #1a1f16;
}

a {
  color: #1a1f16;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

:focus {
  outline: 0;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #f2f4f3;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

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

.container-topnav {
  padding: 0 0px;
  margin: 0 auto;
  display: block;
  clear: both;
  width: 100%;
  max-width: 1380px;
  padding-top: 5px;
}

ul.social_icon-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.social_icon-header li {
  display: inline-block;
  margin: 0 5px;
}

ul.social_icon-header li a i {
  font-size: 16px;
  color: #034712;
  transition: ease-in all 0.5s;
  background: #dde2dc;
  width: 30px;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
}

cont-social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

ul.cont-social li a i {
  font-size: 20px;
  color: #034712;
  line-height: 30px;
}

ul.cont-social li {
  font-size: 16px;
  margin: 5px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

ul.cont-social li span {
  margin: 0px 20px;
}

ul.cont-social li span:hover {
  color: #034712;
  font-weight: 600;
  transition: ease-in all 0.1s;
}

.follow-top h3 {
  display: flex;
  font-weight: 500;
  color: #fff;
  padding-top: 2px;
  padding-right: 10px;
  justify-content: center;
}

ul.social_icon-header li a i:hover {
  color: #fff;
  transition: ease-in all 0.5s;
  background: #2c2c2c;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.titlepage {
  padding-bottom: 40px;
}

.titlepage h2 {
  font-size: 45px;
  color: #2d2d2d;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  display: inline-block;
}

.titlepage p {
  padding-top: 0px;
}

.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-self: flex-end;
}

.row_d_flex {
  display: flex;
  align-items: center;       /* Vertically center items */
  justify-content: center;   /* Horizontally center items */
  flex-wrap: wrap;
}


.read_more {
  font-size: 16px;
  background: #f2f4f3;
  max-width: 204px;
  width: 100%;
  transition: ease-in all 0.5s;
  color: #345830;
  display: block;
  height: 61px;
  line-height: 61px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.read_more:hover {
  background: #1e3f20;
  color: #fff;
}

.text_align_left {
  text-align: left;
}

.text_align_right {
  text-align: right;
}

.text_align_center {
  text-align: center;
}

.img_responsive {
  max-width: 100%;
}

/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #7dbc26;
  width: 100%;
  height: 100%;
}

.loader {
  text-align: center;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.loader img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(154, 221, 171, 0.993);
  border-radius: 100px;
  opacity: 0;
}

.loader:before {
  transform: scale(1);
  animation: pulse 2s infinite linear;
}

.loader:after {
  animation: pulse 2s 1s infinite linear;
}

@keyframes pulse {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  33% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/*-- header --*/

.header-area {
  border-top: #345830 solid 0px;
  border-bottom: #345830 solid 0px;
  background-color: #faf9f6;
  position: fixed;
  width: 100%;
  z-index: 9999;
  filter: drop-shadow(4px 2px 2px #0d03034f);
}

.header-area.is-hidden {
  -webkit-transform: translate(0, -120px);
  transform: translate(0, -120px);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.header-area.is-visible {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.header-2 {
  background-color: #345830;
  height: 40px;
}

.logo a {
  color: #363636;
  font-size: 30px;
  font-weight: 600;
}

.logo img {
  display: flex;
  height: 50px;
  justify-content: center;
}

.site-navbar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 80px;
}

.site-navbar ul {
  display: flex;
  list-style: none;
}

.site-navbar ul li {
  width: 150px;
  height: 80px;
}

.site-navbar ul li a {
  display: flex;
  color: #345830;
  font-size: 18px;
  height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  align-items: center;
  justify-content: center;
}

.site-navbar ul li:last-child {
  padding-right: 0;
}

.site-navbar ul li a.active {
  font-weight: 600;
  color: #f2f4f3;
  background-color: #345830;
}

.site-navbar ul li a:hover {
  font-weight: 800;
  scale: 1.2;
}

/* navbar regular css end */

/* nav-toggler css start */

.nav-toggler {
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
  z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #363636;
  display: block;
  transition: 0.3s;
}

.nav-toggler span:before {
  content: "";
  transform: translateY(-9px);
}

.nav-toggler span:after {
  content: "";
  transform: translateY(6px);
}

.nav-toggler.toggler-open span {
  background-color: transparent;
}

.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}

/* nav-toggler css start */

/* intro-area css start */

.intro-area {
  height: calc(100vh - 61px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}

/* intro-area css end */

/** end header **/

/** banner section **/

.full_bg-a {
  background: url(../images/banner-a.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.full_bg-b {
  background: url(../images/banner-b..png);
  height: 120vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.full_bg-c {
  background: url(../images/banner-a.png);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.full_bg-d {
  background: url(../images/banner-a.png);
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider_main {
  padding: 200px 0;
}

.relative {
  position: inherit;
  left: 0;
  right: 0;
  text-align: center;
  position: inherit;
}

.carousel-item {
  height: 400px;
}

.creative {
  text-align: left;
  width: 400px;
}

.creative h1 {
  font-size: 80px;
  line-height: 80px;
  color: #101010;
  font-weight: bold;
}

.extra-text {
  padding-top: 40px;
  text-align: center;
}
.extra-text span {
  font-size: 48px;
  line-height: 80px;
  color: #034e16;
  font-weight: bold;
  filter: drop-shadow(4px 2px 2px #0d03034f);
}

.extra-text p {
  font-size: 24px;
  line-height: 48px;
  color: #034e16;
  font-weight: bold;
}

.contact-text {
  display: flex;
  text-align: left;
  flex-direction: column;
  padding: 30px;
}

.contact-text .title {
  font-size: 24px;
  font-weight: 600;
}

.contact-cont {
  padding-top: 20px;
}

.creative p {
  color: #101010;
  padding: 30px 0 55px 0;
  line-height: 30px;
  width: 500px;
}

.creative .read_more {
  display: inline-block;
  margin-right: 5px;
}

col-md-7-a {
  display: flex;
  justify-content: flex-end;
}

.agency img {
  display: flex;
}

.agency figure img {
  filter: drop-shadow(4px 6px 5px #0d03034f);
}

.play_icon {
  padding-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.play-btn {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto;
}

.play-btn img {
  z-index: 99;
}

/* pulse wave */

.play-btn::before {
  content: "";
  position: absolute;
  width: 145%;
  height: 145%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation-iteration-count: 1;
  animation: pulsate1 2s;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  top: -29%;
  left: -23%;
  background: rgb(255, 254, 254);
}

.slider_main .carousel-indicators {
  display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
  width: 48px;
  height: 48px;
  background-color: #fff;
  color: #000;
  font-size: 32px;
  opacity: 1;
  top: 109%;
  box-shadow: 0 0 10px rgba(13, 3, 3, 0.38);
  z-index: 999;
  border-radius: 50px;
}

#banner1 .carousel-control-prev {
  left: 72.7%;
}

#banner1 .carousel-control-next {
  right: 20.7%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
  color: #fff;
  background: #345830;
}

/** end banner section **/

/** appointment  **/

.appointment {
  padding-top: 350px;
  padding-bottom: 100px;
}

.appointment .titlepage p {
  display: flex;
  padding-top: 10px;
}

.main_form .form_control {
  padding: 0 25px;
  margin-bottom: 20px;
  width: 100%;
  height: 55px;
  background: #f2f2f2;
  color: #055811;
  font-size: 15px;
  font-weight: normal;
  border: inherit;
  border-radius: 40px;
}

.main_form .textarea {
  margin-bottom: 40px;
  width: 100%;
  background: #f2f2f2;
  color: #055811 !important;
  font-size: 15px;
  font-weight: normal;
  padding: 30px 25px 15px 25px;
  border: inherit;
  height: 200px;
  border-radius: 40px;
}

.main_form .send_btn {
  font-size: 16px;
  transition: ease-in all 0.5s;
  background-color: #f0e8e8;
  text-transform: uppercase;
  color: #028028;
  max-width: 204px;
  width: 100%;
  display: block;
  font-weight: bold;
  height: 61px;
  line-height: 61px;
  margin: 0 auto;
  border-radius: 40px;
}

.main_form .send_btn:hover {
  background-color: #089114;
  transition: ease-in all 0.5s;
  box-shadow: 0 0 16px 3px #635d5d38;
  color: #fff;
}

#request *::placeholder {
  color: #888886;
  opacity: 1;
}

.datepicker-days {
  padding: 20px;
}

/** end appointment  **/

/** services section **/

.services {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.services .titlepage {
  padding-bottom: 10px;
}

.services_box {
  position: relative;
  width: 100%;
  opacity: 0; /* Initially hidden */
  transform: translateY(50px); /* Initially moved down */
  transition: opacity 1s, transform 0.8s;
  margin-top: 30px auto;
}

.services_box figure {
  margin: 0;
}

.services_box figure img {
  transition: ease-in all 0.5s;
}

.services_box h3 {
  color: #101010;
  font-size: 24px;
  line-height: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 30px;
  height: 90px;
}

.services_box p {
  line-height: 30px;
  padding-top: 23px;
  padding-bottom: 30px;
}

#ho_shad:hover.services_box figure img {
  transition: ease-in all 0.5s;
  cursor: pointer;
  scale: 1.05;
  box-shadow: 10px 10px 69px rgba(13, 3, 3, 0.2);
}

#ho_shad:hover .read_more {
  background: #fdc001;
  transition: ease-in all 0.5s;
  color: #fff;
}

/** end services section **/

/** priceing section **/

.priceing {
  background: #2d2d2d;
  padding-bottom: 60px;
  padding-top: 90px;
  margin-top: 90px;
}

.priceing .titlepage h2 {
  color: #fff;
}

.priceing .titlepage p {
  color: #fff;
  padding-top: 10px;
}

.our_priceing {
  padding: 0 30px;
  position: relative;
  margin-bottom: 30px;
}

.our_priceing::before {
  position: absolute;
  content: "";
  padding: 0 30px;
  background: #fff;
  width: 100%;
  height: 86%;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 30px;
  z-index: 1;
}

.our_pri {
  background: #fdc001;
  padding: 30px 20px 45px 20px;
  position: relative;
  z-index: 99;
  margin-bottom: 23px;
}

.our_pri h3 {
  color: #2d2d2d;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  padding-bottom: 35px;
}

.our_pri span {
  color: #fff;
  font-size: 26px;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 25px;
}

.our_pri span strong {
  color: #fff;
  font-size: 68px;
  line-height: 68px;
  font-weight: bold;
}

.our_pri p {
  line-height: 30px;
  padding-top: 23px;
  padding-bottom: 30px;
  color: #fff;
}

.our_priceing .read_more {
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 99;
}

/** end priceing section **/

/** blog section **/

.blog {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 60px;
}

.latest {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 69px rgba(13, 3, 3, 0.06);
  margin-bottom: 55px;
}

.latest figure {
  margin: 0;
}

.latest span {
  display: block;
  background: #121212;
  width: 98px;
  height: 43px;
  margin: 0 auto;
  text-align: center;
  z-index: 999999;
  line-height: 43px;
  color: #fff;
  margin-top: -43px;
  position: relative;
}

.yellow {
  background: #fdc001 !important;
}

.nostrud {
  padding: 20px 20px 0 20px;
}

.nostrud h3 {
  color: #333333;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.nostrud p {
  padding: 10px 0 40px 0;
  color: #272727;
}

.nostrud .read_more {
  margin: 0 auto;
  display: block;
  margin-bottom: -35px;
}

/** end blog section **/

/** schedule section **/

/** about section **/

.about-banner {
  padding-top: 250px;
  padding-bottom: 0px;
}

.about {
  padding-top: 400px;
  padding-bottom: 90px;
}

.about-profile {
  padding-top: 350px;
  padding-bottom: 90px;
  height: 100vh;
}

.about-genman {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}

.about-staffcont {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.about-mission .member-list {
  width: 750px;
  height: 150px;
}

.al-left {
  display: flex;
  justify-content: flex-end;
}

p span.m-light {
  font-weight: normal;
  font-size: 24px;
  line-height: 48px;
  filter: none;
}

.al-right {
  display: flex;
  justify-content: flex-start;
}

.al-center {
  display: flex;
  justify-content: center;
}

.frame-border {
  height: 500px;
  width: 430px;
  display: grid;
  border: 0.1rem solid;
  padding: 1rem;
  overflow: hidden;
}

.frame-border-full {
  height: 600px;
  min-height: 100%;
  width: 100%;
  display: grid;
  border: 0.1rem solid;
  padding: 1rem;
  overflow: hidden;
}

.full-frame {
  border-image: linear-gradient(
      30deg,
      rgb(2, 109, 47),
      rgb(245, 165, 46),
      rgb(13, 133, 3)
    )
    1;
}

.img-about {
  padding: 0px;
  outline: solid 0.1rem #03330d;
  outline-offset: -0.1rem;
  border-radius: 30px 0 30px 0;
  filter: drop-shadow(4px 2px 2px #0d03034f);
}

.about-staff {
  padding-top: 90px;
  padding-bottom: 90px;
  height: 100vh;
}

.gen-title-img {
  padding-top: 2rem;
}

.gen-title-img h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 0.8rem;
}

.about-mission {
  padding-top: 90px;
  padding-bottom: 90px;
}

.container-about {
  padding: 0 0px;
  margin: 0 auto;
  display: block;
  clear: both;
  width: 100%;
  padding: 30px;
}

.about-mvc {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.about-mvc2 {
  display: flex;
  flex-wrap: nowrap;
}
#mvc-cards {
  height: 60vh;
  width: 40vw;
  padding-top: 30px;
}

#mvc-cards > div {
  display: flex;
  flex-direction: column;

  background-image: linear-gradient(
    150deg,
    rgba(255 255 255 / 40%) 0%,
    rgba(4, 90, 15, 0.1) 100%
  );
  border-radius: 40px;
  border: 1px solid rgba(1, 54, 36, 0.18);
  box-shadow: -0rem 0 3rem -2rem #000;
  backdrop-filter: blur(15px);
  height: 100%;
  left: 50%;
  position: absolute;
  transition: all 0.7s;
  width: 60%;
  padding: 30px;
}

.mvc-card-con {
  width: 100%;
  opacity: 1;
  color: #003d29;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.6rem;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

.mvc-card-con .mvc-title {
  font-size: 2.2rem;
  line-height: 2rem;
}

.mvc-card-con p {
  font-size: 1rem;

  line-height: 1.6rem;
}

hr.about-hr {
  border-top: 1px solid #16912b;
  width: 80%;
  margin-bottom: 2rem;
}

.container_width {
  padding: 0 15px;
  margin: 0 auto;

  display: block;
  clear: both;
  width: 100%;
  max-width: 1380px;
}

.about_imgmain {
  margin: 0;
  overflow: hidden;
}

.about_index {
  width: 80%;
}

.about_img {
  height: 500px;
  width: 430px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.about_img::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #03742e;
  position: absolute;
  left: 27rem;
  bottom: -1.4rem;
  z-index: 5;
  transform-origin: top left;
  transform: rotate(45deg);
}

.about .titlepage {
  padding-bottom: 0;
  max-width: 550px;
  width: 100%;
  float: left;
}

.about .titlepage p {
  padding-top: 20px;
}

.about .read_more {
  margin-top: 35px;
}

.about .read_more:hover {
  box-shadow: 0 0 16px 3px #635d5d38;
}

.about-members {
  padding-top: 50px;
  padding-bottom: 90px;
}

.extra-text .about-paragraph {
  padding-top: 30px;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
}

.d_none {
  visibility: hidden;
  display: none !important;
}

/** end about section **/

/** customers **/

.customers {
  display: none;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 110px;
}

.clients_banner .relative {
  position: inherit;
  bottom: 0;
  padding: 0;
}

.pro_file i img {
  border-radius: 50%;
}

.pro_file h4 {
  margin-top: 10px;
  color: #2d2d2d;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.pro_file span {
  display: block;
  line-height: 20px;
  font-size: 15px;
  color: #fdc001;
}

.test_box p {
  color: #2d2d2d;
  font-size: 17px;
  line-height: 30px;
  border: #bcbcbb solid 1px;
  padding: 60px 30px;
  border-radius: 10px;
}

#myCarousel .carousel-indicators {
  display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
  width: 48px;
  height: 48px;
  background-color: #fff;
  color: #000;
  font-size: 32px;
  opacity: 1;
  top: 119%;
  box-shadow: 0 0 10px rgba(13, 3, 3, 0.38);
  z-index: 999;
  border-radius: 50px;
  bottom: 0%;
}

#myCarousel .carousel-control-prev {
  left: 72.7%;
}

#myCarousel .carousel-control-next {
  right: 20.7%;
}

#myCarousel .carousel-control-next:focus,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-prev:hover {
  color: #fcfafa;
  background: #345830;
}

/** end clients **/

/** footer **/

.footer {
  padding-top: 90px;
  background: #7dbc26;
  text-align: center;
}

.logo_footer {
  color: #fff !important;
  font-size: 30px;
  padding-bottom: 20px;
  display: block;
  line-height: 23px;
  font-weight: bold;
  text-align: left;
}

.hedingh3 h3 {
  color: #1a1919;
  font-size: 23px;
  padding-bottom: 20px;
  line-height: 23px;
  font-weight: bold;
  text-align: left;
}

.footer .footer-logo {
  padding-bottom: 20px;
}

.footer .footer-logo img {
  filter: drop-shadow(4px 2px 2px #0d03034f);
  width: 150px;
}

.footer .right-footer {
  width: 500px;
}

.hedingh3 p {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
}

ul.menu_footer {
  text-align: left;

  margin-bottom: 15px;
}

ul.menu_footer li a {
  color: #1a1f16;
  font-size: 17px;
  line-height: 18px;
  padding-left: 15px;
  padding-bottom: 10px;
  display: block;
}

ul.menu_footer li a:hover {
  color: #f2f4f3;
}

.newsl {
  width: 100%;
  height: 51px;
  background: #fafafa;
  color: #033d0c;
  font-size: 17px;
  font-weight: normal;
  box-shadow: inherit;
  padding: 0 15px;
  border: #fff solid 2px;
  margin-bottom: 20px;
  border-radius: 40px;
}

.subsci_btn {
  border-radius: 40px;
  display: block;
  font-size: 16px;
  transition: ease-in all 0.5s;
  background-color: #f0e8e8;
  text-transform: uppercase;
  color: #028028;
  max-width: 191px;
  width: 100%;
  font-weight: bold;
  height: 61px;
  line-height: 61px;
  border-radius: 40px;
}

.subsci_btn:hover {
  background-color: #089114;
  transition: ease-in all 0.5s;
  box-shadow: 0 0 16px 3px #635d5d38;
  color: #fff;
}

#colof *::placeholder {
  color: #c9c7c7;
  opacity: 1;
}

ul.top_infomation {
  padding-top: 20px;
}

ul.top_infomation li {
  padding-bottom: 4px;
  display: block;
  font-size: 16px;
  color: #1a1f16;
}

ul.top_infomation li i {
  margin-right: 5px;
  color: #1a1f16;
  text-align: center;
}

ul.top_infomation li a {
  color: #1a1f16;
}

ul.top_infomation li a:hover {
  color: #fefefd;
}

.copyright {
  margin-top: 90px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #345830;
}

.follow h3 {
  color: #345830;
  font-size: 23px;
  padding-bottom: 20px;
  line-height: 23px;
  font-weight: bold;
}

ul.social_icon li {
  display: inline-block;
  margin: 0 2px;
}

ul.social_icon li a i {
  font-size: 20px;
  color: #034712;
  transition: ease-in all 0.5s;
  background: #dde2dc;
  width: 30px;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
}

ul.social_icon li a i:hover {
  color: #fff;
  transition: ease-in all 0.5s;
  background: #2c2c2c;
}

.copyright p {
  color: #f7f3f3;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  padding-top: 35px;
  font-weight: normal;
}

.copyright a {
  color: #f7f3f3;
}

.copyright a:hover {
  color: #fdc001;
}

/** end footer **/

/**  inner page css **/

.blog_page .footer {
  margin-top: 0px;
}
.inner_page .full_bg {
  height: 100%;
}
.inner_page .about {
  margin-top: 90px;
}
.inner_page .appointment {
  margin-top: 90px;
}

.portfolio_page .footer {
  margin-top: 60px;
}

.scroll-to-top {
  position: fixed;
  bottom: 2%;
  right: 8rem;
  z-index: 20;
  width: 3rem;
  height: 3rem;
  border-radius: 0.4rem;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  background-color: #2e8624;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}

.scroll-to-top:hover {
  background-color: #1a2e18;
  filter: drop-shadow(4px 2px 2px #0d03034f);
}

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

.scroll-to-top i {
  font-size: 2rem;
  color: #ffffff;
}

.google-map {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}

.google-map-cont {
  z-index: 3;
  height: 600px;
  width: 100%;
  padding: 0px;
  border-width: 0px;
  margin: 0px;
  left: 0px;
  top: 0px;
  touch-action: pan-x pan-y;
}

/* Cards */

.container-services {
  padding: 0 0px;
  margin: 0 auto;
  display: block;
  clear: both;
  width: 100%;
  max-width: 1380px;
  padding: 30px;
}

#service-cards {
  height: 70vh;
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80vw;
  padding-top: 30px;
}

#service-cards > div {
  display: flex;
  flex-direction: column;

  background-image: linear-gradient(
    150deg,
    rgba(255 255 255 / 40%) 0%,
    rgba(4, 90, 15, 0.1) 100%
  );
  border-radius: 40px;
  border: 1px solid rgba(1, 54, 36, 0.18);
  box-shadow: -0rem 0 3rem -2rem #000;
  backdrop-filter: blur(15px);
  height: 100%;
  left: 50%;
  position: absolute;
  transition: all 0.7s;
  width: 75%;
  padding: 20px;
}

.main-card {
  width: 100%;
  opacity: 1;
  color: #003d29;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.6rem;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
  cursor: grab;
}

.next-card,
.previous-card {
  color: #003d29;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.7;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.next-card {
  overflow: hidden;
  transform: translateX(-35%) scale(0.9);
}

.previous-card {
  overflow: hidden;
  transform: translateX(-65%) scale(0.9);
}

.hidden-card {
  overflow: hidden;
  opacity: 0;
  transform: translateX(-50%) scale(0.9);
}

.main-card .image-hold {
  display: block;
  overflow: hidden;
}

.image-hold .f1image {
  display: block;
  height: auto;
  padding-top: 40px;
}
.main-card .image-hold .f1image-title {
  height: 50px;
  display: relative;
  text-align: center;
  font-size: 1.3rem;
}

.main-card .image-hold p {
  display: relative;
  line-height: 1.2rem;
  text-align: left;
  font-size: 0.8rem;
  height: 150px;
}

.card-title {
  margin-bottom: 10px;
}

#service-cards p {
  line-height: 1rem;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 10px;
}

.read-more,
.read-less {
  border-radius: 40px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  transition: ease-in all 0.3s;
  background-color: #f0e8e8;
  text-transform: uppercase;
  color: #028028;
  max-width: 191px;
  width: 100%;
  font-weight: bold;
  height: 61px;
  line-height: 61px;
  border-radius: 40px;
  margin-top: 24px;
}

.read-more:hover,
.read-less:hover {
  background-color: #089114;
  transition: ease-in all 0.5s;
  box-shadow: 0 0 16px 3px #635d5d38;
  color: #fff;
}


.chat_plug_container{
  position: fixed;
  height: 100px;
  z-index: 100;
  width: 100%;
  bottom: 10%;
 
}

.chat_plug{
  position: fixed;
  bottom: 5%;
  right: 7rem;
  z-index: 20;
  width: 3rem;
  height: 3rem;
  border-radius: 0.4rem;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  background-color: #2e8624;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}

.chat_plug:hover {
  background-color: #1a2e18;
  filter: drop-shadow(4px 2px 2px #0d03034f);
}

.chat_plug.active {
  opacity: 1;
  visibility: visible;
}

.chat_plug i {
  font-size: 2rem;
  color: #ffffff;
}



.container_plug{
  display: fixed;
  bottom: 0;
  background-color: red;
  height: 200px;
  width: 100%;
  z-index: 50;
}

.x_space{
  padding: 0 10px;
}
