@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: 'Segoe Print';
  src: url('../fonts/SegoePrint-Bold.eot');
  src: url('../fonts/SegoePrint-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoePrint-Bold.woff2') format('woff2'),
    url('../fonts/SegoePrint-Bold.woff') format('woff'),
    url('../fonts/SegoePrint-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-SemiboldItalic.eot');
  src: url('../fonts/SFProDisplay-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
    url('../fonts/SFProDisplay-SemiboldItalic.woff') format('woff'),
    url('../fonts/SFProDisplay-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Regular.eot');
  src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Regular.woff') format('woff'),
    url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Bold.eot');
  src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Bold.woff') format('woff'),
    url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Medium.eot');
  src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Medium.woff') format('woff'),
    url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


/* acuminfont css end  */

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.pd_left_0 {
  padding-left: 0;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.btn.btn_green {
  width: 250px;
  height: 60px;
  border-radius: 40px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #4e8e40;
  background: #4e8e40;
  font-weight: 500;
  margin: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.btn_green:focus,
.btn.btn_green:hover {
  border: 1px solid #4e8e40;
  color: #4e8e40;
  background: transparent;
}

.btn.btn_green i {
  margin-left: 20px;
}

img.pull-left,
.imgOverlay.pull-left {
  margin: 0 30px 20px 0;
}

img.pull-right {
  margin: 0 0 20px 30px;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #000;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #000;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  line-height: 29px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
  text-transform: uppercase;
}

h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
  margin: 0 0 22px;
}

input[type="text"],
input[type="password"],
select,
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  border: 1px solid #ececec;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 15px;
  border-radius: 0;
}

textarea {
  padding: 10px;
  height: 167px;
}

input[type="submit"] {
  color: #fff;
  background-color: #33458d;
  height: 55px;
  padding: 0px 65px;
  font-size: 12px;
  line-height: 20px;
  border: 2px solid #33458d;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

input[type="submit"]:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  background-color: #fff;
  color: #33458d;
  border-color: #33458d;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 20px 0;
}

::-webkit-input-placeholder {
  color: #313131;
}

::-moz-placeholder {
  color: #313131;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #313131;
}

:-moz-placeholder {
  color: #313131;
  opacity: 1;
}


/*header css start */

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */
.banner_bg {
  position: relative;
}

.banner_bg:after {
  position: absolute;
  content: '';
  background: url(../images/head.png) no-repeat;
  width: 100%;
  height: 100%;
  background-position: top;
  top: 0%;
  bottom: 0;
  align-items: center;
  z-index: -1;
  background-size: 100%;
  margin: 0 auto;
}

.banner_bg .container-fluid {
  padding: 0 50px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}


.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}


.carousel-indicators {
  bottom: 0;
  left: inherit;
  z-index: 2;
  display: flex;
  padding: 0;
  margin-right: -46px;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  position: absolute;
  right: 0;
  gap: 10px;
  top: 0;
  flex-direction: column;
  justify-content: center;
  align-items: anchor-center;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: inherit;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: 0;
  cursor: pointer;
  background-color: #b6bcc2;
  background-clip: padding-box;
  border: 0;
  border-top: 0;
  border-bottom: 0;
  opacity: 1;
  transition: opacity 0.6s ease;
  border-radius: 50px;
}


.carousel-indicators .active {
  opacity: 1;
  background: #2293a9;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-indicators [data-bs-target]:nth-child(1) {
  background: #6cd4ad;
}

.carousel-indicators [data-bs-target]:nth-child(2) {
  background: #629b57;
}

.carousel-indicators [data-bs-target]:nth-child(3) {
  background: #bfe8d8;
}

.carousel-indicators [data-bs-target]:nth-child(4) {
  background: #b6bdc2;
}

span.cont {
  color: #fff;
  font-size: 16px;
  display: none;
  font-weight: 400;
  align-items: center;
  justify-content: center;
}

.carousel-indicators .active span {
  display: flex;
}

.banner_text h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 33px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.banner_text h1 {
  font-size: 92px;
  line-height: 80px;
  color: #fff;
  font-weight: bold;
  margin: 10px 0 20px;
  font-family: 'Segoe Print';
}


.banner_text h3 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  font-weight: 300;
  margin: 0 0 28px;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 10px;
}

.banner_text p {
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  width: 83%;
  margin: 0 0 30px;
}

.banner_text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  position: relative;
}


.banner_text a {
  width: 210px;
  height: 60px;
  border-radius: 40px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #4e8e40;
  background: #4e8e40;
  font-weight: 500;
  margin: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.banner_text a:hover {
  color: #ffffff;
  border: 1px solid #4e8e40;
  background: transparent;
}


.banner_text a i {
  margin-left: 20px;
}

.main_slider {
  position: relative;
}


.social_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -37px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 5;
}


.social_icon ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}

.social_icon ul li {}

.social_icon ul li a {
  font-size: 25px;
  color: #0c183361;
}

.social_icon ul li a:hover {

  color: #3ab54a;

  border-color: #518e43;
}

.social_icon ul li a i {
  transform: rotate(0deg);
}


.social_icon ul li a {
  transform: rotate(-90deg);
  display: flex;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
  color: #0c183361;
  text-transform: uppercase;
  width: 122px;
  height: 38px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
}

.scrollto {
  position: absolute;
  bottom: 70px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  z-index: 5;
}

.scrollto a {
  visibility: visible;
  animation-duration: 2s;
  animation-delay: 300ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}


/*banner css end*/

/* about us css start */

.about_sec {
  padding: 5% 0;
}

.about_img {
  position: relative;


}

.about_img:after {
  position: absolute;
  content: '';
  top: 50%;
  left: -72px;
  width: 62px;
  height: 100px;
  background: url(../images/dots.png) no-repeat;
}


.about_img:before {
  position: absolute;
  content: '';
  top: 4%;
  right: 0px;
  width: 108px;
  height: 100px;
  background: url(../images/dots.png) no-repeat;
  z-index: -1;
}

.about_img img.stickyy {


  position: absolute;

  bottom: -120px;

  left: -60px;
  width: auto;
}

.about_img img {
  border-radius: 20px;
  width: 90%;
  display: block;
}

.about_text h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #313131;
  font-weight: 500;
  margin: 0 0 20px;
}


.about_text h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 70px;
  line-height: 64px;
  color: #4e8e40;
  font-weight: 600;
  margin: 0 0 28px;
}

.about_text p {
  color: #313131;
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 30px;
}

.dual_btn {
  display: flex;
  gap: 20px;
}

.call_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

a.call_btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2293a9;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 30px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.dual_btn a:hover i {
  transform: rotate(360deg);
}

.text_call {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.text_call small {
  font-size: 24px;
  font-weight: 700;
  color: #0496ab;
}

.text_call span {
  color: #1d1c1c;
  font-size: 20px;
  font-weight: 400;
}


/*support sec css start*/
.support_sec {
  padding: 5% 0;
  position: relative;
}

.sp_box {
  width: 411px;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 210px;
  padding: 20px;
  background-color: rgb(255, 255, 255);
  transition: all 0.5s ease-in-out;
  margin: 10% 0;
}

.sp_box:hover {
  box-shadow: 0px 0px 60px #508f4385;
}

.sp_text {
  padding: 10% 0;
}

.sp_text h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 35px;
  color: #1a1717;
  font-weight: 500;
  margin: 0 0 0px;
}

.sp_text p {
  color: #313131;
  font-size: 16px;
  line-height: 27px;
  margin: 20px 0;
}

.sp_text a {
  font-size: 30px;
  color: #000;
  transition: all 0.5s ease-in-out;
  margin: 0;
}

.sp_text a:hover {
  margin: 0 0 0 10px;
  color: #508f43;
}


.blog_slide .slick-slide,
.blog_slide .slick-active {
  opacity: 1;
}

.blog_slide .slick-slide {
  /*margin: 0 10px;*/
}

.blog_slide .slick-slide.slick-current.slick-active .sp_box {

  box-shadow: 2.407px 3.195px 28.8px 3.2px rgba(0, 0, 0, 0.16);
}


.blog_slide .slick-prev {
  left: inherit;
  right: 17%;
}

.blog_slide .slick-next {
  right: 11%;
}

.blog_slide .slick-prev:before {
  content: '';
  background: url(../images/angel-l.png) no-repeat;
  background-size: 27%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 50px;
}

.blog_slide .slick-next:before {
  content: '';
  background: url(../images/angel-r.png) no-repeat;
  background-size: 27%;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 50px;
}

.blog_slide .slick-prev:before,
.blog_slide .slick-next:before {
  font-family: '';
  font-size: 0px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog_slide .slick-prev,
.blog_slide .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -10%;
  display: block;
  width: 77px;
  height: 77px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #00000040;
  z-index: 5;
  border-radius: 50px;
}


.blog_slide .slick-prev:hover,
.blog_slide .slick-prev:focus,
.blog_slide .slick-next:hover,
.blog_slide .slick-next:focus {
  color: transparent;
  outline: none;
  background: #0496ab;
}

.support_sec h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 80px;
  line-height: 85px;
  color: #4e8e40;
  font-weight: 600;
  margin: 0 0 30px;
  text-align: center;
}

.support_sec:after {
  position: absolute;
  content: '';
  background: url(../images/sp_bg.png) no-repeat;
  width: 100%;
  height: 140%;
  background-position: top center;
  top: -58%;
  bottom: 0;
  align-items: center;
  z-index: -1;
  background-size: cover;
  margin: 0 auto;
}

.support_sec .container-fluid {
  position: relative;
  z-index: 6;
}

.single_btn a.btn.btn_green {
  margin: 0 auto;
}

/*support bg css end*/

/*resource sec css start */

.resourece_sec {
  background: url(../images/re_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6% 0;
  position: relative;
  background-attachment: fixed;
}

.resourece_sec .container {
  position: relative;
  z-index: 5;
}

.resourece_sec:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #4e8e40c9;
  top: 0;
  left: 0;
}

.resourece_sec h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 30px;
  text-align: center;
}


.re_text h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  line-height: 29px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
  text-transform: uppercase;
}

.re_text p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  margin: 20px 0 20px;
}


.re_text a {
  font-size: 30px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  margin: 0;
}

.re_text a:hover {
  margin: 0 0 0 10px;
  color: #000;
}


.re_text {
  padding: 5% 0 0px;
}


.blue_ .btn.btn_green {
  width: 250px;
  height: 60px;
  border-radius: 40px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #0496ab;
  background: #0496ab;
  font-weight: 500;
  margin: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue_ .btn.btn_green:focus,
.blue_ .btn.btn_green:hover {
  border: 1px solid #0496ab;
  color: #fff;
  background: transparent;
}

.re_box {
  margin: 0 0 5%;
}

/*feutre_sec css start*/

.feutre_sec {
  padding: 15% 0 12%;
  position: relative;
}

.cont_bg {
  background: #edf5f5;
  max-height: 600px;
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px;
  height: 600px;
}

.book_img {}

.book_img img {
  position: absolute;
  top: -24%;
  right: -23%;
  left: inherit;
  width: 80%;
}

.fet_text h2 {
  font-size: 70px;
  line-height: 75px;
  color: #4e8e40;
  font-weight: 600;
  letter-spacing: 5px;
  font-family: 'SF Pro Display';
}

.fet_text p {
  color: #313131;
  font-size: 18px;
  line-height: 27px;
  margin: 20px 0 20px;
  padding: 0 30px 0 0;
}

.fet_text span {
  color: #ab2938;
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin: 0 0 30px;
}


/*promotion_sec css start */


.promotion_sec {

  background: url(../images/prom_bg.png) no-repeat;

  background-size: cover;

  background-position: center;

  padding: 9% 0;

  position: relative;
}


.promotion_sec:after {
  position: absolute;
  content: '';
  background: url(../images/type.png) no-repeat;
  width: 280px;
  height: 440px;
  top: -230px;
  z-index: 1;
  background-size: cover;
  right: 0;
}

.promotion_sec h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 33px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.promotion_sec h2 {
  font-size: 92px;
  line-height: 80px;
  color: #fff;
  font-weight: bold;
  margin: 10px 0 20px;
  font-family: 'SF Pro Display';

}


.promotion_sec h3 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  font-weight: 300;
  margin: 0 0 28px;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 10px;
}

.promotion_sec p {
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  width: 83%;
  margin: 0 0 30px;
}

/*.promotion_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  position: relative;
}*/


.promotion_sec a {
  width: 210px;
  height: 60px;
  border-radius: 40px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #4e8e40;
  background: #4e8e40;
  font-weight: 500;
  margin: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.promotion_sec a:hover {
  color: #ffffff;
  border: 1px solid #4e8e40;
  background: transparent;
}


.book_2 {}

.book_2 img {

  position: relative;
  animation: topToBottom 2s ease-in-out infinite alternate;

}

.promotion_sec .girl {
  position: absolute;
  left: -20px;
  width: 30%;
  top: -5%;
}

/*blog sec start */


.blog_sec {
  padding: 5% 0;
}


.blog_sec h2 {
  font-size: 70px;
  line-height: 75px;
  color: #4e8e40;
  font-weight: 600;
  letter-spacing: 5px;
  font-family: 'SF Pro Display';
  text-align: center;
}


.blog_text a {
  font-size: 30px;
  color: #313131;
  transition: all 0.5s ease-in-out;
  margin: 0;
}

.blog_text a:hover {
  margin: 0 0 0 10px;
  color: #508f43;
}


.blog_img {
  position: relative;
}

.blog_img img {
  border-radius: 20px 20px 0px 0px;
}

span.cale {
  display: flex;
  width: 76px;
  height: 77px;
  background: #4e8e40;
  border: 2px solid #fff;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: -40px;
  left: 10px;
}

.blog_text {
  padding: 10% 1% 5% 5%;
}

.blog_text h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
  font-weight: 300;
  margin: 0 0 0px;
  text-transform: capitalize;
}

.blog_text p {
  color: #313131;
  font-size: 16px;
  line-height: 24px;
}


.blog_box {
  background: #fff;
  box-shadow: 0px 0px 10px #00000026;
  border-radius: 20px 20px 20px 20px;
  margin: 0 0 20%;
}


/* contact sec css :start */


.contact_sec {
  padding: 6% 0 16%;
  background: url(../images/con_bg.png) no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 2;
  margin: 0 0 -10%;
}

.contact_sec.container {
  position: relative;
  z-index: 5;
}


.contact_sec h2 {
  font-size: 70px;
  line-height: 75px;
  color: #4e8e40;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  font-family: 'SF Pro Display';
}


.contact_sec textarea {
  padding: 20px;
  height: 241px;
  border-radius: 20px;
}


.contact_sec input[type="text"],
.contact_sec input[type="number"],
.contact_sec input[type="password"],
select,
.contact_sec input[type="email"],
.contact_sec input[type="url"],
.contact_sec input[type="number"],
textarea,
.contact_sec input[type="tel"] {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  color: #313131;
  height: 67px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 15px;
  border-radius: 45px;
  resize: none;
  box-shadow: 0px 0px 10px #00000014;
}


/* Chrome, Safari, Edge, Opera */
.contact_sec input::-webkit-outer-spin-button,
.contact_sec input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.contact_sec input[type=number] {
  -moz-appearance: textfield;
}


/* footer css start */

.footerSec {
  padding: 10% 0 0;
  background: url(../images/foot_bg.png) no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 5;
}

.con_det {}

.con_det h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 30px;
}

.con_det a {
  color: #fff;
  font-size: 16px;
  margin: 0 0 30px;
  display: inline-flex;
  gap: 18px;
  transition: all 0.5s ease-in-out;
  align-items: center;
  font-weight: 400;
  letter-spacing: 2px;
}

.con_det a:hover {
  color: #43b64e;
}

.tel_div {
  display: flex;
  gap: 40px;
}


.f_logo img {
  width: 70%;
  margin: 0 0 38px;
}

.f_menu a {
  font-size: 17px;
  font-weight: 500;
  color: #ffff;
  transition: all 0.5s ease-in-out;
  letter-spacing: 3px;
}

.f_menu a:hover {
  color: #518e43;
}

.f_menu {
  display: flex;
  gap: 18px;
  justify-content: flex-start;
  border-top: 2px solid #58524d;
  padding: 20px 0;
  margin: 0 0 40px;
}


.social_icon2 {

  display: inline-flex;

  align-items: center;

  justify-content: flex-start;

  z-index: 5;
}


.social_icon2 ul {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin: 0;
}

.social_icon2 ul li {}

.social_icon2 ul li a {
  font-size: 20px;
  color: #fff;
  display: flex;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}

.social_icon2 ul li a:hover {

  color: #3ab54a;
  border-color: #3ab54a;
}

.social_icon2 ul li a i {
  transition: all 0.5s ease-in-out;
  transform: rotate(0deg);
}

.social_icon2 ul li a:hover i {
  transform: rotate(360deg);
}

.copy_right {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9f1ee;
  height: 100px;
  margin: 3% 0 0;
}


.copy_right p {
  color: #000000;
  font-size: 19px;
  line-height: 27px;
  margin: 0;
}


.main_map iframe {
  width: 395px;
  height: 344px;
  display: block;
  border-radius: 10px;
}

img.img-fluid.w-100.img_1 {
  width: 80% !important;
}

.ser_box {
  margin: 0 0 5%;
}

.re_img img {
  border-radius: 30px;
}


/*eventes page css start */

.inner_banner {
    padding: 13% 0;
    background: url(../images/eve_bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100%;
    position: relative;
}

.inner_banner  .social_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -87px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 5;
}
.inner_banner h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    line-height: 85px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 30px;
    text-align: center;
}

.blog_sec.eve {
    padding: 5% 0 0;
}




/*resources psage start*/



.resources_page .inner_banner {
    padding: 13% 0;
    background: url(../images/reben.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100%;
}



.repeg_sec{padding: 5% 0 0;}

.repeg_sec .re_text h4 ,
.repeg_sec .re_text p{

    color: #231f1e;
}
.repeg_sec .re_text a {
    color: #508f42;
}

.repeg_sec .re_text a:hover {
    color: #000;
}



/*about us page css start */


.about_page .inner_banner {
    padding: 13% 0;
    background: url(../images/ab_bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100%;
}


.video_sec .video-container {
  position: relative;
  margin: 20px auto;
}

.video_sec video {
  width: 100%;
  display: block;
  border-radius: 0;
}

.video_sec .play-pause-btn {

  background: #ffffff40;
  width: 135px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 80px;

}


.video_sec .play-pause-btn i {
  color: white;
  background: #ed1b24;
  border-radius: 50%;
  width: 108px;
  height: 108px;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  user-select: none;
  display: none;
  padding: 17px;
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_sec .video-container.paused .play-pause-btn {
  display: flex;
}


.video_sec .play_bg {
  position: absolute;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
}

.video_sec {
  padding: 5% 0;
}


.why_text h3 {
  font-family: 'SF Pro Display';    font-size: 80px;
    line-height: 75px;
    color: #4e8e40;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.why_text p {
    color: #828282;
    font-size: 18px;
    line-height: 27px;
}


.why_sec {
    padding: 5% 0;
}







.inner_banner.contact {
  padding: 14% 0;
  background: url(../images/contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}


.phone_div {
  margin: 0 0 40%;
}

.phone_div a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.phone_div a span {
  display: flex;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  background: #3ab54a;
  border-radius: 100px;
  margin: 0 0 30px;
  transition: all 0.5s ease-in-out;
}

.phone_div a:hover span {
  transform: rotate(360deg);
}

.phone_div a img {}

.phone_div a h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  font-weight: 500;
  margin: 0 0 20px;
}

.phone_div a p {
  text-align: center;
  line-height: 47px;
  color: #2a2323;
}


.map_sec {
  padding: 5% 0;
  background: url(../images/map.png) no-repeat;
  background-size: 70%;
  background-position: center top;
  position: relative;
  margin: 8% 0 0;
}


.contact_img img {
    border-radius: 20px;
}
.cont_map .main_map iframe {
  width: 600px;
  height: 500px;
  display: block;
  border-radius: 5px;
  border-radius: 30px;
  margin: -3px 0 0 60px;
}

.phone_div.light a span {
    background: #0393aa;
}

/*caregiver_page css start*/


.caregiver_page{  }

.caregiver_page .inner_banner {
  padding: 14% 0;
  background: url(../images/cs_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.caregiver_page .re_text h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    line-height: 29px;
    color: #313131;
    font-weight: 600;
    margin: 0 0 0px;
    text-transform: uppercase;
}


.caregiver_page .re_text p {
    color: #313131;
    font-size: 17px;
    line-height: 27px;
    margin: 20px 0 20px;
}
.caregiver_page .re_box {
    margin: 0 0 15%;
}




/* client-section Css  */

.client-section {
  padding: 5% 0 0%;
}

.client-section::before {
  content: "";
  position: absolute;
  background-image: url(../images/testi-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1895px;
  height: 2157px;
  top: 0;
  z-index: 0;
}

.client-section::after {
  content: "";
  position: absolute;
  background-image: url(../images/testi-right-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 510px;
  height: 710px;
  top: 0px;
  right: 0;
  z-index: -1;
  border-radius: 10px;

}

.testi-img-wrapper figure img {
  border-radius: 10px;
}

.client-img-wrap .reviews-wrap .review-li {
  font-size: 12px;
}

.client-slider .slick-dots {
  bottom: 30px;
  left: 0;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  top: unset;
  right: 0;
  row-gap: 0;
  gap: 10px;
  margin: auto;
  max-width: fit-content;
}

.client-slider p {
  color: #000;
}

.client-slider .slick-dots li {
  background: #fff;
  border: 0;
  height: 5px;
  width: 60px;
  margin: 0 6px;
  transition: 0.4s ease;
  border-radius: 0;
}

.client-slider .slick-dots li.slick-active {
  background: #3ab54a;
  border-color: transparent;
  width: 90px;
}

.client-slider .slick-list.draggable {
  padding-top: 40px;
}

.testi-left-img {
  bottom: -235px;
  right: -18rem;
  z-index: -1;
}

.testi-right-img {
  left: -250px;
}

.testi-commas {
  margin-top: -40px;
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 20px;
}

.img-icon-span {
  background: #0097a7;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.review_img {
  bottom: -50px;
  right: -90px;
  z-index: 9;
}

.extra-bg-2 {
  background: #fff;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px #ccc;
  margin: 1% 0;
  padding: 30px 20px;
}


.slick-slide img {
  display: block;
  width: auto;
}


.client-slide {
  border-radius: 20px;
  position: relative;
}

h2.level-3-lg.heading-font.primary-color {
    font-family: 'SF Pro Display';
    font-size: 70px;
    line-height: 75px;
    color: #4e8e40;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
}

h5.level-5.primary-semibold-font.extra-color-10 {
  color: #313131;
  margin: 0 0 4px;
  font-weight: 600;
  font-size: 22px;
}

h6.level-6.primary-regular-font.extra-color-9 {
  color: #75787e;
}

h5.level-6.primary-regular-font.extra-color-9.mb-0 {
  color: #75787e;
}


/* client-section Css  */

.client-slider .profile_main {
    display: flex;
    gap: 20px;
    align-items: center;
}


.review-img img {
    border-radius: 110px;
}


.client-slider .slick-slide img {
    display: block;
    width: 80px;
}

.client-slider .slick-active {
    opacity: 1;
}
.client-slider  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.client-slider  .slick-dots li.slick-active button:before {
    opacity: 0;
    color: black;
}

 .client-slider .slick-dots li {
    background: #00000026;
    border: 0;
    height: 5px;
    width: 20px;
    margin: 0 6px;
    transition: 0.4s ease;
    border-radius: 10px;
}















