/* ==============
 ========= css documentation =========

 01. abstracts
     1.1 --> mixins
     1.2 --> variables

 02. base
     2.1 --> reset
     2.2 --> typography
     2.3 --> global

 03. components
     3.1 --> buttons
     3.2 --> forms

 04. layout
     4.1 --> header
     4.2 --> hero Section
     4.3 --> banner
     4.4 --> all sections
     4.5 --> footer

     =========================
     01. overview section styles start
     ------------------------------------------------------
     02. organization section styles start
     ------------------------------------------------------
     03. counter styles start
     ------------------------------------------------------
     04. service area section styles start
     ------------------------------------------------------
     05. call now section styles start
     ------------------------------------------------------
     06. campaign section styles start
     ------------------------------------------------------
     07. testimonial section styles start
     ------------------------------------------------------
     08. donor section styles start
     ------------------------------------------------------
     09. appointment section styles start
     ------------------------------------------------------
     10. team section styles start
     ------------------------------------------------------
     11. blog section styles start
     ------------------------------------------------------
     12. cta section styles start
     ------------------------------------------------------
     13. home two overview section styles start
     ------------------------------------------------------
     14. counter two styles start
     ------------------------------------------------------
     15. process section styles start
     ------------------------------------------------------
     16. campaign two section styles start
     ------------------------------------------------------
     17. testimonial two section styles start
     ------------------------------------------------------
     18. gallery section styles start
     ------------------------------------------------------
     19. appointment two section styles start
     ------------------------------------------------------
     20. cta two section styles start
     ------------------------------------------------------
     21. blog two section styles start
     ------------------------------------------------------
     22. home three overview section styles start
     ------------------------------------------------------
     23. donator section styles start
     ------------------------------------------------------
     24. ppointment three section styles start
     ------------------------------------------------------
     25. who area section styles start
     ------------------------------------------------------
     26. campaign details section styles start
     ------------------------------------------------------
     27. service details section styles start
     ------------------------------------------------------
     28. question section styles start
     ------------------------------------------------------
     29. privacy section styles start
     ------------------------------------------------------
     30. error section styles start
     ------------------------------------------------------
     31. donate now section styles start
     ------------------------------------------------------
     32. registration form section styles start
     ------------------------------------------------------
     33. blog default section styles start
     ------------------------------------------------------
     34. blog details section styles start
     ------------------------------------------------------
     35. contact section styles start
     ------------------------------------------------------
     36. user section styles start
     ------------------------------------------------------
     37. google map

     =========================
============== */
/* ==== 
 --------- (1.1) mixins start ---------
 ==== */
/* ==== 
   --------- (1.1) mixins end ---------
 ==== */
/* ==== 
 --------- (1.2) variables start ---------
 ==== */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&amp;display=swap");
/* ==== 
 --------- (1.2) variables end ---------
 ==== */
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
  background-color: #ffffff;
  overflow-x: hidden;
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #01571b;
  border-radius: 5px;
}

::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}

::selection {
  color: #ffffff;
  background-color: #1770c8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}
a img {
  border: 0px;
  outline: 0px;
}
a i {
  transition: inherit;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  border: 0px;
  outline: 0px;
}

button {
  border: 0px;
  outline: 0px;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: 0px 0px 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

/* ==== 
   --------- (2.1) reset styles end ---------
 ==== */
/* ==== 
 --------- (2.2) typography styles start ---------
 ==== */
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
.span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #666666;
  margin-top: -6px;
  margin-bottom: 29px;
}
@media (max-width: 1199px) {
  p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
.span {
    margin-bottom: 25px;
  }
}
p.primary,
th.primary,
td.primary,
li.primary,
input.primary,
textarea.primary,
select.primary,
label.primary,
blockquote.primary,
.span.primary {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: #01571b;
}
p.secondary,
th.secondary,
td.secondary,
li.secondary,
input.secondary,
textarea.secondary,
select.secondary,
label.secondary,
blockquote.secondary,
.span.secondary {
  font-size: 18px;
  line-height: 30px;
  color: #111111;
  margin-top: -7px;
}
@media (max-width: 1199px) {
  p.secondary,
th.secondary,
td.secondary,
li.secondary,
input.secondary,
textarea.secondary,
select.secondary,
label.secondary,
blockquote.secondary,
.span.secondary {
    font-size: 16px;
    line-height: 28px;
  }
}
p.tertiary,
th.tertiary,
td.tertiary,
li.tertiary,
input.tertiary,
textarea.tertiary,
select.tertiary,
label.tertiary,
blockquote.tertiary,
.span.tertiary {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #111111;
  margin-top: -4px;
  margin-bottom: 31px;
}
@media (max-width: 1199px) {
  p.tertiary,
th.tertiary,
td.tertiary,
li.tertiary,
input.tertiary,
textarea.tertiary,
select.tertiary,
label.tertiary,
blockquote.tertiary,
.span.tertiary {
    font-size: 18px;
    line-height: 26px;
    margin-top: -5px;
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  p.tertiary,
th.tertiary,
td.tertiary,
li.tertiary,
input.tertiary,
textarea.tertiary,
select.tertiary,
label.tertiary,
blockquote.tertiary,
.span.tertiary {
    font-size: 16px;
    line-height: 24px;
  }
}
p.neutral-bottom,
th.neutral-bottom,
td.neutral-bottom,
li.neutral-bottom,
input.neutral-bottom,
textarea.neutral-bottom,
select.neutral-bottom,
label.neutral-bottom,
blockquote.neutral-bottom,
.span.neutral-bottom {
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  p.neutral-bottom,
th.neutral-bottom,
td.neutral-bottom,
li.neutral-bottom,
input.neutral-bottom,
textarea.neutral-bottom,
select.neutral-bottom,
label.neutral-bottom,
blockquote.neutral-bottom,
.span.neutral-bottom {
    font-size: 16px;
  }
}
p.neutral-bottom-tertiary,
th.neutral-bottom-tertiary,
td.neutral-bottom-tertiary,
li.neutral-bottom-tertiary,
input.neutral-bottom-tertiary,
textarea.neutral-bottom-tertiary,
select.neutral-bottom-tertiary,
label.neutral-bottom-tertiary,
blockquote.neutral-bottom-tertiary,
.span.neutral-bottom-tertiary {
  margin-bottom: -3px;
}
p.neutral-ascender,
th.neutral-ascender,
td.neutral-ascender,
li.neutral-ascender,
input.neutral-ascender,
textarea.neutral-ascender,
select.neutral-ascender,
label.neutral-ascender,
blockquote.neutral-ascender,
.span.neutral-ascender {
  margin-top: -8px;
}
p.neutral-descender,
th.neutral-descender,
td.neutral-descender,
li.neutral-descender,
input.neutral-descender,
textarea.neutral-descender,
select.neutral-descender,
label.neutral-descender,
blockquote.neutral-descender,
.span.neutral-descender {
  margin-bottom: -9px;
}
p.neutral-ascender-tertiary,
th.neutral-ascender-tertiary,
td.neutral-ascender-tertiary,
li.neutral-ascender-tertiary,
input.neutral-ascender-tertiary,
textarea.neutral-ascender-tertiary,
select.neutral-ascender-tertiary,
label.neutral-ascender-tertiary,
blockquote.neutral-ascender-tertiary,
.span.neutral-ascender-tertiary {
  margin-top: -6px;
}
p.neutral-descender-tertiary,
th.neutral-descender-tertiary,
td.neutral-descender-tertiary,
li.neutral-descender-tertiary,
input.neutral-descender-tertiary,
textarea.neutral-descender-tertiary,
select.neutral-descender-tertiary,
label.neutral-descender-tertiary,
blockquote.neutral-descender-tertiary,
.span.neutral-descender-tertiary {
  margin-bottom: -8px;
}
@media (max-width: 1199px) {
  p.neutral-descender-tertiary,
th.neutral-descender-tertiary,
td.neutral-descender-tertiary,
li.neutral-descender-tertiary,
input.neutral-descender-tertiary,
textarea.neutral-descender-tertiary,
select.neutral-descender-tertiary,
label.neutral-descender-tertiary,
blockquote.neutral-descender-tertiary,
.span.neutral-descender-tertiary {
    margin-bottom: -7px;
  }
}
p.descender,
th.descender,
td.descender,
li.descender,
input.descender,
textarea.descender,
select.descender,
label.descender,
blockquote.descender,
.span.descender {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  p.descender,
th.descender,
td.descender,
li.descender,
input.descender,
textarea.descender,
select.descender,
label.descender,
blockquote.descender,
.span.descender {
    margin-bottom: 21px;
  }
}
p.descender-tertiary,
th.descender-tertiary,
td.descender-tertiary,
li.descender-tertiary,
input.descender-tertiary,
textarea.descender-tertiary,
select.descender-tertiary,
label.descender-tertiary,
blockquote.descender-tertiary,
.span.descender-tertiary {
  margin-bottom: 26px;
}
@media (max-width: 1199px) {
  p.descender-tertiary,
th.descender-tertiary,
td.descender-tertiary,
li.descender-tertiary,
input.descender-tertiary,
textarea.descender-tertiary,
select.descender-tertiary,
label.descender-tertiary,
blockquote.descender-tertiary,
.span.descender-tertiary {
    margin-bottom: 22px;
  }
}

h1,
h1 > a,
h1 > span {
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  color: #111111;
  margin-top: -10px;
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  h1,
h1 > a,
h1 > span {
    font-size: 48px;
    line-height: 66px;
    margin-top: -12px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  h1,
h1 > a,
h1 > span {
    font-size: 36px;
    line-height: 48px;
    margin-top: -8px;
    margin-bottom: 26px;
  }
}
h1.neutral-bottom,
h1 > a.neutral-bottom,
h1 > span.neutral-bottom {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  h1.neutral-bottom,
h1 > a.neutral-bottom,
h1 > span.neutral-bottom {
    margin-bottom: -6px;
  }
}
@media (max-width: 767px) {
  h1.neutral-bottom,
h1 > a.neutral-bottom,
h1 > span.neutral-bottom {
    margin-bottom: -4px;
  }
}
h1.neutral-ascender,
h1 > a.neutral-ascender,
h1 > span.neutral-ascender {
  margin-top: -10px;
}
@media (max-width: 1199px) {
  h1.neutral-ascender,
h1 > a.neutral-ascender,
h1 > span.neutral-ascender {
    margin-top: -13px;
  }
}
@media (max-width: 767px) {
  h1.neutral-ascender,
h1 > a.neutral-ascender,
h1 > span.neutral-ascender {
    margin-top: -10px;
  }
}
h1.neutral-descender,
h1 > a.neutral-descender,
h1 > span.neutral-descender {
  margin-bottom: -15px;
}
@media (max-width: 1199px) {
  h1.neutral-descender,
h1 > a.neutral-descender,
h1 > span.neutral-descender {
    margin-bottom: -16px;
  }
}
@media (max-width: 767px) {
  h1.neutral-descender,
h1 > a.neutral-descender,
h1 > span.neutral-descender {
    margin-bottom: -12px;
  }
}
h1.descender,
h1 > a.descender,
h1 > span.descender {
  margin-bottom: 19px;
}
@media (max-width: 1199px) {
  h1.descender,
h1 > a.descender,
h1 > span.descender {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  h1.descender,
h1 > a.descender,
h1 > span.descender {
    margin-bottom: 18px;
  }
}

h2,
h2 > a,
h2 > span {
  font-size: 48px;
  line-height: 66px;
  font-weight: 700;
  color: #111111;
  margin-top: -12px;
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  h2,
h2 > a,
h2 > span {
    font-size: 36px;
    line-height: 48px;
    margin-top: -8px;
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  h2,
h2 > a,
h2 > span {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 26px;
  }
}
h2.neutral-bottom,
h2 > a.neutral-bottom,
h2 > span.neutral-bottom {
  margin-bottom: -6px;
}
@media (max-width: 1199px) {
  h2.neutral-bottom,
h2 > a.neutral-bottom,
h2 > span.neutral-bottom {
    margin-bottom: -3px;
  }
}
@media (max-width: 767px) {
  h2.neutral-bottom,
h2 > a.neutral-bottom,
h2 > span.neutral-bottom {
    margin-bottom: -4px;
  }
}
h2.neutral-ascender,
h2 > a.neutral-ascender,
h2 > span.neutral-ascender {
  margin-top: -13px;
}
@media (max-width: 1199px) {
  h2.neutral-ascender,
h2 > a.neutral-ascender,
h2 > span.neutral-ascender {
    margin-top: -10px;
  }
}
h2.neutral-descender,
h2 > a.neutral-descender,
h2 > span.neutral-descender {
  margin-bottom: -14px;
}
@media (max-width: 1199px) {
  h2.neutral-descender,
h2 > a.neutral-descender,
h2 > span.neutral-descender {
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  h2.neutral-descender,
h2 > a.neutral-descender,
h2 > span.neutral-descender {
    margin-bottom: -9px;
  }
}
h2.descender,
h2 > a.descender,
h2 > span.descender {
  margin-bottom: 17px;
}
@media (max-width: 1199px) {
  h2.descender,
h2 > a.descender,
h2 > span.descender {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  h2.descender,
h2 > a.descender,
h2 > span.descender {
    margin-bottom: 20px;
  }
}
h2.light,
h2 > a.light,
h2 > span.light {
  font-size: 72px;
  line-height: 82px;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.1490196078);
}
@media (max-width: 1199px) {
  h2.light,
h2 > a.light,
h2 > span.light {
    font-size: 48px;
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  h2.light,
h2 > a.light,
h2 > span.light {
    font-size: 36px;
    line-height: 48px;
  }
}
h2.neutral-ascender-light,
h2 > a.neutral-ascender-light,
h2 > span.neutral-ascender-light {
  margin-top: -10px;
}
@media (max-width: 1199px) {
  h2.neutral-ascender-light,
h2 > a.neutral-ascender-light,
h2 > span.neutral-ascender-light {
    margin-top: -13px;
  }
}
@media (max-width: 767px) {
  h2.neutral-ascender-light,
h2 > a.neutral-ascender-light,
h2 > span.neutral-ascender-light {
    margin-top: -10px;
  }
}
h2.descender-light,
h2 > a.descender-light,
h2 > span.descender-light {
  margin-bottom: 19px;
}
@media (max-width: 1199px) {
  h2.descender-light,
h2 > a.descender-light,
h2 > span.descender-light {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  h2.descender-light,
h2 > a.descender-light,
h2 > span.descender-light {
    margin-bottom: 18px;
  }
}

h3,
h3 > a,
h3 > span {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  color: #01571b;
  margin-top: -8px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  h3,
h3 > a,
h3 > span {
    font-size: 30px;
    line-height: 42px;
    margin-top: -7px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  h3,
h3 > a,
h3 > span {
    font-size: 24px;
    line-height: 32px;
    margin-top: -5px;
    margin-bottom: 28px;
  }
}
h3.neutral-bottom,
h3 > a.neutral-bottom,
h3 > span.neutral-bottom {
  margin-bottom: -4px;
}
@media (max-width: 767px) {
  h3.neutral-bottom,
h3 > a.neutral-bottom,
h3 > span.neutral-bottom {
    margin-bottom: -2px;
  }
}
h3.neutral-ascender,
h3 > a.neutral-ascender,
h3 > span.neutral-ascender {
  margin-top: -11px;
}
@media (max-width: 1199px) {
  h3.neutral-ascender,
h3 > a.neutral-ascender,
h3 > span.neutral-ascender {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  h3.neutral-ascender,
h3 > a.neutral-ascender,
h3 > span.neutral-ascender {
    margin-top: -7px;
  }
}
h3.neutral-descender,
h3 > a.neutral-descender,
h3 > span.neutral-descender {
  margin-bottom: -12px;
}
@media (max-width: 1199px) {
  h3.neutral-descender,
h3 > a.neutral-descender,
h3 > span.neutral-descender {
    margin-bottom: -11px;
  }
}
@media (max-width: 767px) {
  h3.neutral-descender,
h3 > a.neutral-descender,
h3 > span.neutral-descender {
    margin-bottom: -8px;
  }
}
h3.descender,
h3 > a.descender,
h3 > span.descender {
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  h3.descender,
h3 > a.descender,
h3 > span.descender {
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  h3.descender,
h3 > a.descender,
h3 > span.descender {
    margin-bottom: 22px;
  }
}

h4,
h4 > a,
h4 > span {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #111111;
  margin-top: -8px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  h4,
h4 > a,
h4 > span {
    font-size: 24px;
    line-height: 32px;
    margin-top: -6px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  h4,
h4 > a,
h4 > span {
    font-size: 22px;
    line-height: 30px;
  }
}
h4.neutral-bottom,
h4 > a.neutral-bottom,
h4 > span.neutral-bottom {
  margin-bottom: -4px;
}
@media (max-width: 1199px) {
  h4.neutral-bottom,
h4 > a.neutral-bottom,
h4 > span.neutral-bottom {
    margin-bottom: -2px;
  }
}
h4.neutral-ascender,
h4 > a.neutral-ascender,
h4 > span.neutral-ascender {
  margin-top: -9px;
}
@media (max-width: 1199px) {
  h4.neutral-ascender,
h4 > a.neutral-ascender,
h4 > span.neutral-ascender {
    margin-top: -7px;
  }
}
h4.neutral-descender,
h4 > a.neutral-descender,
h4 > span.neutral-descender {
  margin-bottom: -11px;
}
@media (max-width: 1199px) {
  h4.neutral-descender,
h4 > a.neutral-descender,
h4 > span.neutral-descender {
    margin-bottom: -8px;
  }
}
@media (max-width: 767px) {
  h4.neutral-descender,
h4 > a.neutral-descender,
h4 > span.neutral-descender {
    margin-bottom: -7px;
  }
}
h4.descender,
h4 > a.descender,
h4 > span.descender {
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  h4.descender,
h4 > a.descender,
h4 > span.descender {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  h4.descender,
h4 > a.descender,
h4 > span.descender {
    margin-bottom: 23px;
  }
}

h5,
h5 > a,
h5 > span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #111111;
  margin-top: -5px;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  h5,
h5 > a,
h5 > span {
    font-size: 22px;
    line-height: 30px;
    margin-top: -6px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  h5,
h5 > a,
h5 > span {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 26px;
  }
}
h5.neutral-bottom,
h5 > a.neutral-bottom,
h5 > span.neutral-bottom {
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  h5.neutral-bottom,
h5 > a.neutral-bottom,
h5 > span.neutral-bottom {
    margin-bottom: -4px;
  }
}
h5.neutral-ascender,
h5 > a.neutral-ascender,
h5 > span.neutral-ascender {
  margin-top: -7px;
}
@media (max-width: 1199px) {
  h5.neutral-ascender,
h5 > a.neutral-ascender,
h5 > span.neutral-ascender {
    margin-top: -8px;
  }
}
@media (max-width: 767px) {
  h5.neutral-ascender,
h5 > a.neutral-ascender,
h5 > span.neutral-ascender {
    margin-top: -7px;
  }
}
h5.neutral-descender,
h5 > a.neutral-descender,
h5 > span.neutral-descender {
  margin-bottom: -8px;
}
@media (max-width: 1199px) {
  h5.neutral-descender,
h5 > a.neutral-descender,
h5 > span.neutral-descender {
    margin-bottom: -7px;
  }
}
@media (max-width: 767px) {
  h5.neutral-descender,
h5 > a.neutral-descender,
h5 > span.neutral-descender {
    margin-bottom: -9px;
  }
}
h5.descender,
h5 > a.descender,
h5 > span.descender {
  margin-bottom: 27px;
}
@media (max-width: 1199px) {
  h5.descender,
h5 > a.descender,
h5 > span.descender {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  h5.descender,
h5 > a.descender,
h5 > span.descender {
    margin-bottom: 21px;
  }
}

h6,
h6 > a,
h6 > span {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #111111;
  margin-top: -6px;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  h6,
h6 > a,
h6 > span {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  h6,
h6 > a,
h6 > span {
    font-size: 18px;
    line-height: 30px;
    margin-top: -7px;
    margin-bottom: 25px;
  }
}
h6.neutral-bottom,
h6 > a.neutral-bottom,
h6 > span.neutral-bottom {
  margin-bottom: -2px;
}
@media (max-width: 1199px) {
  h6.neutral-bottom,
h6 > a.neutral-bottom,
h6 > span.neutral-bottom {
    margin-bottom: -4px;
  }
}
@media (max-width: 767px) {
  h6.neutral-bottom,
h6 > a.neutral-bottom,
h6 > span.neutral-bottom {
    margin-bottom: -5px;
  }
}
h6.neutral-ascender,
h6 > a.neutral-ascender,
h6 > span.neutral-ascender {
  margin-top: -8px;
}
@media (max-width: 1199px) {
  h6.neutral-ascender,
h6 > a.neutral-ascender,
h6 > span.neutral-ascender {
    margin-top: -8px;
  }
}
h6.neutral-descender,
h6 > a.neutral-descender,
h6 > span.neutral-descender {
  margin-bottom: -7px;
}
@media (max-width: 1199px) {
  h6.neutral-descender,
h6 > a.neutral-descender,
h6 > span.neutral-descender {
    margin-bottom: -9px;
  }
}
h6.descender,
h6 > a.descender,
h6 > span.descender {
  margin-bottom: 27px;
}
@media (max-width: 1199px) {
  h6.descender,
h6 > a.descender,
h6 > span.descender {
    margin-bottom: 21px;
  }
}

a,
button {
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  border: 0px;
  outline: 0px;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  a,
button {
    font-size: 16px;
    line-height: 28px;
  }
}
a:hover,
button:hover {
  text-decoration: none;
  color: #111111;
  border: 0px;
  outline: 0px;
}

/* ==== 
 --------- (2.2) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 30px;
  }
}

.section-space {
  padding: 116px 0px;
}
@media (max-width: 1199px) {
  .section-space {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .section-space {
    padding: 60px 0px;
  }
}
@media (max-width: 991px) {
  .section-space {
    padding: 60px 0px;
  }
}

.section-space-top {
  padding-top: 116px;
}
@media (max-width: 1199px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: 116px;
}
@media (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.section-inner-space {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .section-inner-space {
    margin-bottom: 40px;
  }
}

.cta-btn-space {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .cta-btn-space {
    margin-top: 30px;
  }
}

.group-space {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .group-space {
    margin-bottom: 30px;
  }
}

.neutral-row {
  margin-bottom: -40px;
}
@media (max-width: 991px) {
  .neutral-row {
    margin-bottom: -30px;
  }
}
.neutral-row .row-item {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .neutral-row .row-item {
    margin-bottom: 30px;
  }
}

.section-header p {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #01571b;
}
.section-header h2 {
  text-align: center;
}

.thumb-ltr {
  direction: ltr;
}

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

@media (max-width: 767px) {
  .align-center {
    margin-left: auto;
    margin-right: auto;
  }
}

.thumb-rtl {
  direction: rtl;
}
@media (max-width: 991px) {
  .thumb-rtl {
    direction: ltr;
  }
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
span {
  text-align: left !important;
}

.body-active {
  margin-top: 150px;
}
@media (max-width: 1399px) {
  .body-active {
    margin-top: 140px;
  }
}
@media (max-width: 991px) {
  .body-active {
    margin-top: 190px;
  }
}
@media (max-width: 767px) {
  .body-active {
    margin-top: 180px;
  }
}

.social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.social a {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.social a img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .social a {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
  }
  .social a img {
    max-width: 100%;
    height: auto;
  }
}
.social a i {
  font-size: 16px;
  color: #01571b;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .social a i {
    font-size: 14px;
  }
}
.social a:hover {
  background-color: #111111;
}
.social a:hover i {
  color: #ffffff;
}

.social--secondary a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #01571b;
}
.social--secondary a img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .social--secondary a {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
  }
  .social--secondary a img {
    max-width: 100%;
    height: auto;
  }
}
.social--secondary a i {
  color: #ffffff;
}
.social--secondary a:hover {
  background-color: #ffffff;
}
.social--secondary a:hover i {
  color: #01571b;
}

.social--tertiary a {
  background-color: #111111;
  border-radius: 50%;
}
.social--tertiary a i {
  color: #ffffff;
}
.social--tertiary a:hover {
  background-color: #01571b;
}

.social--quaternary a {
  background-color: #01571b;
}
.social--quaternary a i {
  color: #ffffff;
}
.social--quaternary a:hover {
  background-color: #111111;
}

.breadcrumb {
  justify-content: center;
  margin: 0px;
  row-gap: 10px;
}
.breadcrumb .breadcrumb-item {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 0px;
}
@media (max-width: 1199px) {
  .breadcrumb .breadcrumb-item {
    font-size: 16px;
    line-height: 26px;
    padding-right: 10px;
  }
}
.breadcrumb .breadcrumb-item:nth-last-of-type(1) {
  padding-right: 0px;
}
.breadcrumb .breadcrumb-item::before {
  color: #ffffff;
  padding-right: 16px;
  padding-left: 0px;
}
@media (max-width: 1199px) {
  .breadcrumb .breadcrumb-item::before {
    padding-right: 10px;
  }
}
.breadcrumb .breadcrumb-item a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 16px;
    line-height: 26px;
  }
}
.breadcrumb .breadcrumb-item a:hover {
  color: #01571b;
}
.breadcrumb .active {
  color: #01571b;
}

.video-popup-btn {
  width: 65px;
  min-width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  background-color: rgb(254, 34, 70);
}
.video-popup-btn img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .video-popup-btn {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
  }
  .video-popup-btn img {
    max-width: 100%;
    height: auto;
  }
}
.video-popup-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0px;
  bottom: 0px;
  transform: translate(-50%, -50%);
  width: 55px;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: rgb(234, 6, 43);
  z-index: -2;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}
.video-popup-btn::after img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .video-popup-btn::after {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
  }
  .video-popup-btn::after img {
    max-width: 100%;
    height: auto;
  }
}
.video-popup-btn i {
  color: #ffffff;
  font-size: 20px;
}
@media (max-width: 767px) {
  .video-popup-btn i {
    font-size: 16px;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes pulse-border {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.mfp-container {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media (max-width: 991px) {
  .mfp-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.mfp-bg {
  z-index: 999999;
  background-color: #000000;
  opacity: 0.9;
}

.mfp-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999 !important;
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6%;
}
.slide-btn i {
  font-size: 20px;
  color: #01571b;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #01571b;
  text-align: center;
}
.slide-btn:hover i {
  color: #ffffff;
  background-color: #01571b;
}

.slide-btn-next {
  left: unset;
  right: 6%;
}

@media only screen and (max-width: 1399px) {
  .slide-btn-group {
    display: inline-flex;
    align-items: center;
    gap: 20px;
  }
  .slide-btn {
    position: static;
    transform: translateY(0%);
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    background-color: #01571b;
    margin-top: 30px;
  }
  .slide-btn img {
    max-width: 100%;
    height: auto;
  }
  .slide-btn i {
    color: #ffffff;
    font-size: 16px;
  }
  .slide-btn:hover {
    background-color: #111111;
  }
  .slide-btn:hover i {
    color: #ffffff;
  }
}
.img-effect .poster {
  overflow: hidden;
}
.img-effect .poster img {
  transition: all 0.3s ease-out;
}
.img-effect:hover .poster img {
  transform: scale(1.2);
}

.dark-overlay {
  position: relative;
  z-index: 1;
}
.dark-overlay::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.8); */
  z-index: -1;
}

.dark-overlay--secondary::after {
 /* background-color: rgba(0, 0, 0, 0.7); */
}

.slick-slide {
  margin: 0px 15px;
}

.slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.text-icon-group {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.text-icon-group i {
  color: #01571b;
}

.blog-post-date {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .blog-post-date {
    gap: 15px;
  }
}
.blog-post-date p,
.blog-post-date a {
  margin: 0px;
  color: #01571b;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
}
.blog-post-date p {
  margin-top: -6px;
}
.blog-post-date a:hover {
  color: #111111;
}

.read-more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #111111;
  margin-top: 20px;
  margin-bottom: -8px;
}
@media (max-width: 1199px) {
  .read-more {
    margin-top: 14px;
  }
}
.read-more i {
  font-size: 14px;
}
.read-more:hover {
  color: #01571b;
}

.big-post-date {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #01571b;
}
@media (max-width: 1199px) {
  .big-post-date {
    width: 60px;
    height: 60px;
  }
}
.big-post-date h4 {
  color: #ffffff;
  margin-bottom: 0px;
}
.big-post-date p {
  color: #ffffff;
}

.post-date-small {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.post-date-small i {
  color: #01571b;
}

.faq-wrapper h6 {
  margin-top: 0px;
}
.faq-wrapper .accordion-item {
  margin-bottom: 20px;
  border: 0px solid transparent;
}
.faq-wrapper .accordion-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.faq-wrapper .accordion-button {
  box-shadow: 0px 0px 0px;
  padding: 14px 20px 18px;
  font-size: 18px;
  background-color: #f5f5f5;
  border: none;
  color: #111111;
  padding-left: 45px;
  position: relative;
}
@media (max-width: 1199px) {
  .faq-wrapper .accordion-button {
    padding: 14px 15px 18px;
    padding-left: 40px;
    font-size: 16px;
  }
}
.faq-wrapper .accordion-button::after {
  background-size: 0px 0px;
  content: "\f068";
  position: absolute;
  left: 20px;
  font-size: 16px;
  line-height: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@media (max-width: 1199px) {
  .faq-wrapper .accordion-button::after {
    left: 15px;
  }
}
.faq-wrapper .collapsed::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.faq-wrapper .accordion-body {
  padding: 24px 20px;
  background-color: #f5f5f5;
  position: relative;
}
@media (max-width: 1199px) {
  .faq-wrapper .accordion-body {
    padding: 25px 15px;
  }
}
.faq-wrapper .accordion-body::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: calc(100% - 40px);
  height: 1px;
  transform: translateX(-50%);
  background-color: #cecdcd;
}
@media (max-width: 1199px) {
  .faq-wrapper .accordion-body::before {
    width: calc(100% - 30px);
  }
}
.faq-wrapper .accordion-body p {
  margin-bottom: -6px;
}

.content-group {
  margin-bottom: 36px;
}
@media (max-width: 1199px) {
  .content-group {
    margin-bottom: 28px;
  }
}
.content-group h2 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .content-group h2 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .content-group h2 {
    margin-bottom: 21px;
  }
}
.content-group p {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .content-group p {
    margin-bottom: 20px;
  }
}
.content-group p:nth-last-of-type(1) {
  margin-bottom: -5px;
}

.content-group-list .content-group-list-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 30px;
}
.content-group-list .content-group-list-wrapper ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .content-group-list .content-group-list-wrapper ul li {
    margin-bottom: 10px;
  }
}
.content-group-list .content-group-list-wrapper ul li:nth-last-of-type(1) {
  margin-bottom: -5px;
}
.content-group-list .content-group-list-wrapper ul li i {
  font-size: 14px;
  color: #01571b;
}

.img-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 424px) {
  .img-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.img-group img {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0px;
  width: 100%;
}

.faq-wrapper--secondary h6 {
  margin-top: 0px;
}
.faq-wrapper--secondary .accordion-item {
  margin-bottom: 25px;
  border: 0px solid transparent;
  background-color: #ffffff;
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.15);
}
.faq-wrapper--secondary .accordion-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.faq-wrapper--secondary .accordion-button {
  box-shadow: 0px 0px 0px;
  padding: 14px 20px;
  font-size: 20px;
  padding-right: 40px;
  background-color: #ffffff;
  border: none;
  color: #111111;
  position: relative;
}
@media (max-width: 1199px) {
  .faq-wrapper--secondary .accordion-button {
    padding: 14px 15px;
    font-size: 16px;
  }
}
.faq-wrapper--secondary .accordion-button::after {
  background-size: 0px 0px;
  content: "\f0d8";
  position: absolute;
  left: unset;
  right: 20px;
  font-size: 16px;
  line-height: 16px;
  top: 50%;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@media (max-width: 1199px) {
  .faq-wrapper--secondary .accordion-button::after {
    left: unset;
    right: 15px;
  }
}
.faq-wrapper--secondary .collapsed::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.faq-wrapper--secondary .accordion-body {
  padding: 24px 20px 30px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 1199px) {
  .faq-wrapper--secondary .accordion-body {
    padding: 25px 15px;
  }
}
.faq-wrapper--secondary .accordion-body::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: calc(100% - 40px);
  height: 1px;
  transform: translateX(-50%);
  background-color: #cecdcd;
}
@media (max-width: 1199px) {
  .faq-wrapper--secondary .accordion-body::before {
    width: calc(100% - 30px);
  }
}
.faq-wrapper--secondary .accordion-body p {
  margin-bottom: -6px;
}

.faq-wrapper--tertiary .accordion-item {
  margin-bottom: 25px;
  border: 0px solid transparent;
  background-color: #ffffff;
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.15);
}
.faq-wrapper--tertiary .accordion-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.faq-wrapper--tertiary .accordion-button {
  box-shadow: 0px 0px 0px;
  padding: 14px 25px;
  font-size: 20px;
  padding-right: 40px;
  background-color: #01571b;
  border: none;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1199px) {
  .faq-wrapper--tertiary .accordion-button {
    padding: 14px 15px;
    font-size: 16px;
  }
}
.faq-wrapper--tertiary .accordion-button::after {
  background-size: 0px 0px;
  content: "\f106";
  position: absolute;
  left: unset;
  right: 20px;
  font-size: 16px;
  line-height: 16px;
  top: 50%;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .faq-wrapper--tertiary .accordion-button::after {
    left: unset;
    right: 15px;
  }
}
.faq-wrapper--tertiary .collapsed {
  background-color: #ffffff;
  color: #111111;
}
.faq-wrapper--tertiary .collapsed::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #111111;
}
.faq-wrapper--tertiary .accordion-body {
  padding: 25px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 1199px) {
  .faq-wrapper--tertiary .accordion-body {
    padding: 25px 15px;
  }
}
.faq-wrapper--tertiary .accordion-body::before {
  content: none;
}
.faq-wrapper--tertiary .accordion-body p {
  margin-bottom: 29px;
}
@media (max-width: 1199px) {
  .faq-wrapper--tertiary .accordion-body p {
    margin-bottom: 20px;
  }
}
.faq-wrapper--tertiary .accordion-body p:nth-last-of-type(1) {
  margin-bottom: -6px;
}

.faq-wrapper-alt h2 {
  margin: 0px;
}
.faq-wrapper-alt .accordion-item {
  margin-bottom: 16px;
}

.bg-white {
  background-color: #ffffff;
}

.nice-select {
  z-index: 99;
}

.pagination-wrapper {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .pagination-wrapper {
    margin-top: 40px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.pagination li {
  margin: 0px;
}
.pagination .page-link {
  margin: 0px;
  padding: 0px;
  border: 0px solid transparent;
  border-radius: 0px !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .pagination .page-link {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
}
.pagination .page-link:hover {
  color: #ffffff;
  background-color: #01571b;
}
.pagination .active {
  background-color: #01571b;
  color: #ffffff;
}
.pagination .page-item:first-of-type {
  display: none;
}

.mfp-close:hover {
  color: #ffffff;
}

/* ==== 
   --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (3.1) button styles start ---------
 ==== */
.button {
  padding: 13px 40px 15px;
  background-color: #01571b;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  z-index: 9;
}
@media (max-width: 991px) {
  .button {
    padding: 11px 25px 13px;
  }
}
.button i {
  font-size: inherit;
  color: inherit;
  transition: inherit;
}
.button::before {
  background: #ffffff;
  content: "";
  height: 200px;
  opacity: 0;
  position: absolute;
  top: -50%;
  bottom: 0px;
  transform: rotate(15deg);
  width: 30px;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}
.button::after {
  background: #ffffff;
  content: "";
  height: 200px;
  opacity: 0;
  position: absolute;
  top: -50%;
  transform: rotate(15deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: -2;
}
.button:hover {
  color: #ffffff;
  background-color: #111111;
}

.button--secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111111;
  color: #ffffff;
}
.button--secondary:hover {
  background-color: #01571b;
}

.button--tertiary {
  padding: 13px 30px 15px;
}
@media (max-width: 1199px) {
  .button--tertiary {
    padding: 11px 25px 13px;
  }
}

.button--quaternary {
  color: #111111;
  background-color: #ffffff;
}
.button--quaternary:hover {
  background-color: #111111;
}

.button--quinary {
  background-color: #111111;
  color: #ffffff;
}
.button--quinary:hover {
  background-color: #01571b;
}

.tag-btn {
  font-size: 16px;
  padding: 4px 12px;
  font-weight: 500;
  color: #111111;
  background-color: #f1f1f1;
}
.tag-btn:hover {
  background-color: #01571b;
  color: #ffffff;
}

.button--effect::before {
  left: -50%;
}
.button--effect::after {
  left: -100%;
}
.button--effect:hover::before {
  left: 120%;
  opacity: 0;
}
.button--effect:hover::after {
  left: 200%;
  opacity: 1;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 10%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #01571b;
  color: #ffffff;
  font-size: 18px;
  z-index: 999;
  cursor: pointer;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-out;
  transform: translateY(100%);
}
.scrollToTop img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1399px) {
  .scrollToTop {
    right: 15px;
  }
}
@media (max-width: 1199px) {
  .scrollToTop {
    font-size: 16px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
  }
  .scrollToTop img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .scrollToTop {
    font-size: 14px;
  }
}
.scrollToTop i {
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.scrollToTop:hover {
  background-color: #01571b;
}
.scrollToTop:hover i {
  color: #ffffff;
}
.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}
@media (max-width: 767px) {
  .scrollToTop.active {
    bottom: 15px;
  }
}

/* ==== 
   --------- (3.1) button styles end ---------
 ==== */
/* ==== 
 --------- (3.2) form styles start ---------
 ==== */
.input {
  margin-bottom: 25px;
}
.input input,
.input textarea {
  padding: 14px 20px;
  background-color: #ffffff;
  margin: 0px;
}
@media (max-width: 1199px) {
  .input input,
.input textarea {
    padding: 12px 15px;
  }
}
.input textarea {
  max-height: 180px;
}
@media (max-width: 1199px) {
  .input textarea {
    max-height: 150px;
  }
}

.input-group-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 575px) {
  .input-group-column {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
.input-group-column .input {
  flex-grow: 1;
  flex-basis: 0px;
  min-width: 0px;
}
@media (max-width: 575px) {
  .input-group-column .input {
    width: 100%;
    flex-grow: unset;
    flex-basis: unset;
    min-width: unset;
  }
}

.input-group-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 5px 5px 0px;
  border: 1px solid rgb(109, 109, 109);
}
@media (max-width: 424px) {
  .input-group-btn {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }
}
.input-group-btn input {
  background-color: transparent;
  padding: 14px 20px;
  width: auto;
  flex-grow: 1;
  margin: 0px;
}
@media (max-width: 1199px) {
  .input-group-btn input {
    padding: 12px 15px;
  }
}
@media (max-width: 424px) {
  .input-group-btn input {
    padding: 11px 15px;
    width: 100%;
    border: 1px solid rgb(109, 109, 109);
  }
}
.input-group-btn input::-moz-placeholder {
  color: #676767;
}
.input-group-btn input:-ms-input-placeholder {
  color: #676767;
}
.input-group-btn input::placeholder {
  color: #676767;
}
.input-group-btn .button:hover {
  background-color: #ffffff;
  color: #01571b;
}

.input-group-btn--secondary {
  padding: 0px;
  border: 0px solid transparent;
  background-color: #f9f9f9;
}
@media (max-width: 424px) {
  .input-group-btn--secondary {
    flex-direction: row;
    align-items: center;
  }
}
.input-group-btn--secondary input {
  background-color: #f9f9f9;
}
@media (max-width: 424px) {
  .input-group-btn--secondary input {
    border: 0px solid transparent;
    padding: 9px 15px;
  }
}
.input-group-btn--secondary input::-moz-placeholder {
  color: #666666;
}
.input-group-btn--secondary input:-ms-input-placeholder {
  color: #666666;
}
.input-group-btn--secondary input::placeholder {
  color: #666666;
}
.input-group-btn--secondary .button {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  padding: 0px;
}
.input-group-btn--secondary .button img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .input-group-btn--secondary .button {
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
  }
  .input-group-btn--secondary .button img {
    max-width: 100%;
    height: auto;
  }
}

.input .nice-select {
  width: 100%;
  border: 0px solid transparent;
  border-radius: 0px;
  padding: 14px 20px;
  background-color: #f5f5f5;
  height: auto;
  line-height: 28px;
  margin-bottom: 24px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .input .nice-select {
    padding: 12px 15px;
  }
}
.input .nice-select::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0d7";
  border: 0px solid transparent;
  margin: 0px;
  transform: translateY(-50%) rotate(0deg);
  width: auto;
  height: auto;
  font-size: 16px;
  color: #666666;
  right: 20px;
}
@media (max-width: 1199px) {
  .input .nice-select::after {
    right: 15px;
  }
}
.input .nice-select .list {
  width: 100%;
  background-color: #f5f5f5;
  box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.3);
  min-width: 100px;
  max-height: 300px;
  overflow-y: auto;
}
.input .nice-select .list::-webkit-scrollbar {
  width: 5px;
}
.input .nice-select .list::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .input .nice-select .list::-webkit-scrollbar-track {
    border-radius: 0px;
  }
}
.input .nice-select .list::-webkit-scrollbar-thumb {
  background-color: #111111;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .input .nice-select .list::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}
@media (max-width: 575px) {
  .input .nice-select .list {
    min-width: 100px;
  }
}
.input .nice-select .list:hover .selected {
  color: #111111;
}
.input .nice-select .option {
  background-color: #ffffff;
  color: #111111;
  min-height: auto;
  line-height: 28px;
  padding: 8px 16px;
  text-transform: capitalize;
  text-align: left;
  font-size: 16px;
  margin: 0px;
}
@media (max-width: 575px) {
  .input .nice-select .option {
    font-size: 14px;
    line-height: 20px;
  }
}
.input .nice-select .option:hover {
  background-color: #01571b;
  color: #ffffff;
}
.input .nice-select .selected {
  background-color: #01571b !important;
  color: #ffffff;
}
.input .nice-select .selected:hover {
  color: #ffffff !important;
}

.search {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: none;
}
@media (max-width: 767px) {
  .search {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.search form {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .search form {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.search input {
  margin: 0px;
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  border: 1px solid #c8dbf8;
  outline: none;
  background-color: #f5f5f5;
  color: #111111;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .search input {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .search input {
    width: 80%;
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .search input {
    width: 100%;
  }
}
.search input:focus {
  border: 1px solid #01571b;
}
.search input::-moz-placeholder {
  font-weight: 500;
}
.search input:-ms-input-placeholder {
  font-weight: 500;
}
.search input::placeholder {
  font-weight: 500;
}
.search .button {
  border: none;
  outline: none;
  margin-top: 30px;
  border: 0px solid transparent !important;
}
@media (max-width: 1199px) {
  .search .button {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 25px;
  }
}
.search .button:hover {
  border: 0px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
  color: #ffffff;
}
.search .close {
  position: absolute;
  top: 20%;
  right: 25%;
  color: #111111;
}
.search .close:hover {
  color: #01571b;
}
@media (max-width: 1199px) {
  .search .close {
    top: 20%;
    right: 10%;
  }
}
@media (max-width: 767px) {
  .search .close {
    top: 25%;
    right: 12px;
  }
}
.search .close i {
  font-size: 40px;
}
@media (max-width: 767px) {
  .search .close i {
    font-size: 30px;
  }
}

/* ==== 
 --------- (3.2) form styles end ---------
 ==== */
/*
Preloader Area Style*/
.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 99999;
}
.preloader .content {
  width: 200px;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
}
.preloader .content img {
  border-radius: 100px;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}

/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
.topbar {
  background-color: #009219;
}
@media (max-width: 991px) {
  .topbar {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .topbar .topbar-area__right {
    display: initial;
  }
  .topbar .topbar-area__right::after {
    display: none;
  }
  .topbar .topbar-area__right .neutral-bottom {
    display: none;
  }
  .topbar .topbar-area__right .social {
    display: none;
  }
}
@media (max-width: 767px) {
  .topbar {
    display: none;
  }
}

.topbar-area__left {
  padding: 8px 0px;
}
@media (max-width: 1199px) {
  .topbar-area__left {
    padding: 10px 0px;
  }
}
.topbar-area__left ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.topbar-area__left a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-out;
}
.topbar-area__left a i {
  padding-right: 10px;
  border-right: 1px solid #ffffff;
  line-height: 20px;
  transition: inherit;
}
.topbar-area__left a:hover {
  color: #ffffff;
}

.topbar-area__right {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .topbar-area__right {
    padding: 10px 0px;
  }
}
@media (max-width: 1199px) {
  .topbar-area__right {
    gap: 15px;
  }
}
.topbar-area__right::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 0px;
  bottom: 0px;
  width: 3000px;
  background-color: #01571b;
  z-index: -1;
}
@media (max-width: 1199px) {
  .topbar-area__right::after {
    left: 0px;
  }
}
.topbar-area__right p {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.topbar--secondary .topbar-area__right::after {
  content: none;
}
.topbar--secondary .topbar-area__right .social a:hover {
  background-color: #01571b;
}
.topbar--secondary .topbar-area__right .social a:hover i {
  color: #ffffff;
}

.header {
  z-index: 9999;
}
@media (max-width: 1199px) {
  .header {
    box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
  }
}

.header--secondary .navbar::after {
  content: none;
}

.header-active {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
}

.navbar {
  padding: 0 0px;
  background-color: #ffffff;
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar {
    padding: 15px 0px;
  }
}
@media (max-width: 1199px) {
  .navbar {
    padding: 15px 0px;
  }
}
.navbar li {
  margin: 0px;
}
.navbar::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0%;
  bottom: 0px;
  width: 32%;
  max-height: 100px;
  background-color: #01571b;
  z-index: -1;
}
@media (min-width: 1800px) {
  .navbar::after {
    width: 31%;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .navbar::after {
    width: 27%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar::after {
    width: 23%;
  }
}
@media (max-width: 1399px) {
  .navbar::after {
    max-height: 92px;
  }
}
@media (max-width: 767px) {
  .navbar::after {
    max-height: 80px;
    width: 40%;
  }
}
@media (max-width: 424px) {
  .navbar::after {
    width: 41%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar {
    padding: 0;
  }
}
@media (min-width: 1400px) and (max-width: 1550px) {
  .navbar::after {
    width: 20%;
  }
}
@media only screen and (min-width: 2200px) {
  .navbar::after {
    width: 35%;
  }
}
.navbar-brand {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

.logo {
  max-width: 154px;
}
@media (max-width: 767px) {
  .logo {
    max-width: 85px;
  }
}
@media (max-width: 424px) {
  .logo {
    max-width: 85px;
  }
}
@media (max-width: 991px) {
  .logo {
    max-width: 100px;
  }
}

.navbar-out {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .navbar-out {
    gap: 20px;
  }
}
@media (max-width: 424px) {
  .navbar-out {
    gap: 15px;
    margin: 1px 0px;
  }
}

.navbar-out__group {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .navbar-out__group {
    gap: 20px;
  }
}
@media (max-width: 424px) {
  .navbar-out__group {
    gap: 15px;
  }
}
.navbar-out__group .search-icon {
  color: #111111;
}
.navbar-out__group .nice-select {
  background-color: transparent;
  border: none;
  outline: none;
  height: auto !important;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  padding-left: 0px;
  padding-right: 20px;
  border-radius: 0px;
}
.navbar-out__group .nice-select::after {
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-color: #111111;
  right: 4px;
}
@media (max-width: 575px) {
  .navbar-out__group .nice-select::after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
  }
}
.navbar-out__group .nice-select .current {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
}
.navbar-out__group .nice-select .list {
  position: absolute;
  top: 150%;
  left: unset;
  right: 0px !important;
  background-color: #f5f5f5;
  box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.3);
  min-width: 150px;
  max-height: 300px;
  overflow-y: auto;
}
.navbar-out__group .nice-select .list::-webkit-scrollbar {
  width: 5px;
}
.navbar-out__group .nice-select .list::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .navbar-out__group .nice-select .list::-webkit-scrollbar-track {
    border-radius: 0px;
  }
}
.navbar-out__group .nice-select .list::-webkit-scrollbar-thumb {
  background-color: #111111;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .navbar-out__group .nice-select .list::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}
@media (max-width: 575px) {
  .navbar-out__group .nice-select .list {
    min-width: 100px;
  }
}
.navbar-out__group .nice-select .list:hover .selected {
  color: #111111;
}
.navbar-out__group .nice-select .option {
  background-color: #ffffff;
  color: #111111;
  min-height: auto;
  line-height: 28px;
  padding: 8px 16px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
  font-size: 16px;
}
@media (max-width: 575px) {
  .navbar-out__group .nice-select .option {
    font-size: 14px;
    line-height: 20px;
  }
}
.navbar-out__group .nice-select .option:hover {
  background-color: #01571b;
  color: #ffffff;
}
.navbar-out__group .nice-select .selected {
  background-color: #01571b !important;
  color: #ffffff;
}
.navbar-out__group .nice-select .selected:hover {
  color: #ffffff !important;
}

.navbar-toggler,
.open-sidenav {
  border: none;
  padding: 0px;
  line-height: 0px;
}
@media (max-width: 575px) {
  .navbar-toggler,
.open-sidenav {
    margin: 0px;
  }
}
.navbar-toggler:focus,
.open-sidenav:focus {
  box-shadow: none;
  outline: none;
}
.navbar-toggler span,
.open-sidenav span {
  transform: translateY(0px);
}
.navbar-toggler .icon-bar,
.open-sidenav .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #111111;
  margin: 0px;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .navbar-toggler .icon-bar,
.open-sidenav .icon-bar {
    width: 30px;
  }
}
@media (max-width: 424px) {
  .navbar-toggler .icon-bar,
.open-sidenav .icon-bar {
    width: 25px;
  }
}
.navbar-toggler .middle-bar,
.open-sidenav .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}

.open-sidenav .icon-bar {
  width: 24px;
}

.toggle-active .top-bar {
  transform: rotate(-45deg) translate(-7px, 4px);
  background: #01571b;
}
.toggle-active .middle-bar {
  opacity: 0;
}
.toggle-active .bottom-bar {
  transform: rotate(45deg) translate(-7px, -4px);
  background: #01571b;
}

@media (max-width: 1199px) {
  .navbar-collapse {
    margin-left: 0px;
    margin-top: 28px;
    max-height: 300px;
    overflow-y: auto;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 5px;
  }
  .navbar-collapse::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: #01571b;
    border-radius: 10px;
  }
}

@media (max-width: 1199px) {
  .nav-item {
    margin-bottom: 3px !important;
  }
  .nav-item:nth-last-of-type(1) {
    margin-bottom: 0px !important;
  }
}

.nav-link {
  color: #111111;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  padding: 35px 20px !important;
  transition: all 0.3s ease-in;
}
@media (max-width: 1399px) {
  .nav-link {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .nav-link {
    padding: 12px 16px !important;
    background-color: #f0f8fa;
  }
}
.nav-link:hover {
  color: #01571b;
}
.nav-link.active {
  color: #01571b !important;
}

.dropdown .dropdown-toggle {
  color: #111111 !important;
}
.dropdown .dropdown-toggle:hover {
  color: #01571b !important;
}
.dropdown .dropdown-toggle.active {
  color: #01571b !important;
}
@media (max-width: 1199px) {
  .dropdown .dropdown-toggle {
    position: relative;
  }
}
.dropdown .dropdown-toggle::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  font-size: 14px;
  vertical-align: 0px !important;
}
@media (max-width: 1399px) {
  .dropdown .dropdown-toggle::after {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    margin: 0px;
    border-left: 3px solid #ffffff;
  }
}
.dropdown .show {
  color: #111111 !important;
  transition: all 0.3s ease-out;
}
.dropdown .show::after {
  transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .dropdown .show::after {
    border-right: 3px solid #ffffff;
    border-left: 0px;
  }
}
@media (min-width: 1200px) {
  .dropdown .show {
    color: #111111 !important;
  }
  .dropdown .show::after {
    transform: rotate(0deg);
  }
}
.dropdown .dropdown-menu {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  margin-top: 0px;
  border-top: 5px solid #01571b;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0px;
  transition: all 0.4s ease-in;
  max-height: 500px;
  overflow-y: auto;
  min-width: 14rem;
}
@media (min-width: 1200px) {
  .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.dropdown .dropdown-menu::-webkit-scrollbar-track {
  background-color: #f0f8fa;
  border-radius: 10px;
}
.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #01571b;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .dropdown .dropdown-menu {
    width: 90%;
    margin: 15px auto;
  }
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 10px 15px;
  color: #111111;
  border-bottom: 1px solid #e4e4e4;
  transition: all 0.3s ease-out;
}
@media (max-width: 1399px) {
  .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: 20px;
  }
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #01571b;
  color: #ffffff;
  padding-left: 20px;
}
.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #01571b;
  color: #ffffff;
  padding-left: 20px;
}
.dropdown .dropdown-menu .dropdown-item-active {
  background-color: #f5f5f5;
  color: #ffffff;
  padding-left: 20px;
}
.dropdown .dropdown-menu li:last-of-type .dropdown-item {
  border-bottom: 0px;
}
@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .header--secondary .navbar-collapse {
    margin-top: 25px;
  }
}

.sidenav {
  width: 425px;
  display: block;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: -425px;
  bottom: 0px;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
  padding: 0px;
  z-index: 9999;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .sidenav {
    max-width: 300px;
  }
}

.sidenav-active {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.navbar-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 60px;
  padding: 0px 0px 40px;
  position: relative !important;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .navbar-inner {
    gap: 40px;
    padding: 0px 0px 20px;
  }
}
.navbar-inner .close-sidebar-wrapper {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0px;
  padding: 35px 40px;
  z-index: 99;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-inner .close-sidebar-wrapper {
    padding: 20px 20px 20px;
  }
}
.navbar-inner .close-sidebar {
  color: #01571b !important;
  line-height: 0px;
}
.navbar-inner .close-sidebar i {
  font-size: 30px;
  color: #01571b;
}
.navbar-inner .close-sidebar:hover {
  color: #ffc92e !important;
}
.navbar-inner .close-sidebar-active {
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
}
.navbar-inner .intro {
  width: 100%;
  text-align: center;
  padding: 0px 40px;
}
@media (max-width: 767px) {
  .navbar-inner .intro {
    padding: 0px 20px;
  }
}
.navbar-inner ul {
  width: 100%;
  padding: 0px 40px;
}
@media (max-width: 767px) {
  .navbar-inner ul {
    padding: 0px 20px;
  }
}
.navbar-inner ul li {
  margin-bottom: 10px;
}
.navbar-inner ul li:last-of-type {
  margin-bottom: 0px;
}
.navbar-inner ul a {
  display: inline-flex;
  align-items: center;
  padding: 5px 0px;
  gap: 8px;
  position: relative;
  overflow: hidden;
  color: #111111;
  font-size: 16px;
  font-weight: 600;
}
.navbar-inner ul a i {
  position: absolute;
  left: -10px;
  transition: all 0.3s ease-out;
}
.navbar-inner ul a:hover {
  color: #01571b;
  padding-left: 20px;
}
.navbar-inner ul a:hover i {
  left: 0px;
}
.navbar-inner form {
  width: 100%;
  padding: 0px 40px 40px;
}
@media (max-width: 767px) {
  .navbar-inner form {
    padding: 0px 20px 40px;
  }
}
.navbar-inner form .input-group-btn--secondary {
  border: 1px solid rgba(0, 0, 0, 0.3137254902);
}
.navbar-inner form .button:hover {
  background-color: #111111;
  color: #ffffff;
}

.header--tertiary .nav-item .button {
  background-color: #01571b;
  color: #ffffff;
  width: 100%;
}
.header--tertiary .nav-item .button:hover {
  background-color: #111111;
  color: #ffffff;
}

/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) hero section styles start ---------
 ==== */
.hero-slider-item {
  padding-top: 210px;
  padding-bottom: 300px;
  position: relative;
  z-index: 1;
}
.hero-slider-item.gap-style {
  padding-top: 200px;
  padding-bottom: 200px;
}
.hero-slider-item.gap-style-3 {
  padding-top: 250px;
  padding-bottom: 250px;
}
.hero-slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 480px) {
.hero-slider-content h1 {

  font-size:20px;
  color:#FFFFFF;
  text-shadow: 3px 3px #000000;
}
    
  }
}

@media (max-width: 767px) {
  .hero-slider-item {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero-slider-item.gap-style {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero-slider-item.gap-style-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero-slider-item::before {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
  }
}
@media (max-width: 991px) {
  .hero-slider-item {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero-slider-item.gap-style {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero-slider-item.gap-style-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero-slider-item::before {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  }
}
.hero-slider-item.overly-style-two::before {
  /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); */
}

.hero-slider-content {
  max-width: 100%;
}
.hero-slider-content .intro-video {
  margin-bottom: 40px;
}
.hero-slider-content .intro-video span {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin-left: 10px;
}
.hero-slider-content h1 {

  font-size: 45px;
  color:#FFFFFF;
  text-shadow: 3px 3px #000000;
}
@media (max-width: 1199px) {
  .hero-slider-content h1 {
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .hero-slider-content {
    text-align: center;
  }
  .hero-slider-content .intro-video {
    margin: auto;
    display: table;
    margin-bottom: 30px;
  }
  .hero-slider-content .intro-video span {
    font-size: 16px;
  }
  .hero-slider-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .hero-slider-content h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .hero-slider-content.style-three h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .hero-slider-content {
    text-align: center;
  }
  .hero-slider-content .intro-video {
    margin: auto;
    display: table;
    margin-bottom: 30px;
  }
  .hero-slider-content .intro-video span {
    font-size: 16px;
  }
  .hero-slider-content h4 {
    margin-bottom: 20px !important;
    font-size: 14px;
  }
  .hero-slider-content h3 {
    font-size: 13px;
    margin-bottom: 0px;
	 
  }
  .hero-slider-content h1 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .hero-slider-content.style-three h3 {
    margin-bottom: 15px;
  }
}
.hero-slider-content.style-two {
  text-align: left;
  margin: auto;
}
.hero-slider-content.style-two h4 {
  color: #f5f5f5;
  margin-bottom: 10px;
}
.hero-slider-content.style-two h3 {
  color: #0B9920;
  text-shadow: 3px 3px #000000;
}
.hero-slider-content.style-two h1 {
  color: #FFFFFF;
}
.hero-slider-content.style-two .hero-slider-btn .button {
  margin-right: 30px;
}
.hero-slider-content.style-two .hero-slider-btn .button:last-child {
  margin-right: 0;
}
.hero-slider-content.style-two .hero-slider-btn .button--quaternary {
  /* background-color: #111111; */
  color: #ffffff;
}
.hero-slider-content.style-three {
  max-width: 1070px;
}
.hero-slider-content.style-three h3 {
  font-weight: 400;
  margin-bottom: 30px;
}

.hero-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #01571b;
  color: #01571b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  border-radius: 0;
  font-size: 20px;
}
.hero-slider.owl-theme .owl-nav .owl-prev:hover, .hero-slider.owl-theme .owl-nav .owl-next:hover {
 /* background-color: #01571b; */
  color: #ffffff;
}
.hero-slider.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 100px;
}
.hero-slider .owl-item.active .hero-slider-content {
  overflow: hidden;
}
.hero-slider .owl-item.active .hero-slider-content .intro-video {
  -webkit-animation: 0.3s fadeInDownBig;
          animation: 0.3s fadeInDownBig;
}
.hero-slider .owl-item.active .hero-slider-content h4 {
  -webkit-animation: 0.3s fadeInDownBig;
          animation: 0.3s fadeInDownBig;
}
.hero-slider .owl-item.active .hero-slider-content h3 {
  -webkit-animation: 0.6s fadeInDownBig;
          animation: 0.6s fadeInDownBig;
}
.hero-slider .owl-item.active .hero-slider-content h1 {
  -webkit-animation: 0.9s fadeInDownBig;
          animation: 0.9s fadeInDownBig;
}
.hero-slider .owl-item.active .hero-slider-content .button {
  -webkit-animation: 1s fadeInDownBig;
          animation: 1s fadeInDownBig;
}
.hero-slider .owl-item.active .animation-style-two .intro-video {
  -webkit-animation: 0.9s fadeInLeftBig;
          animation: 0.9s fadeInLeftBig;
}
.hero-slider .owl-item.active .animation-style-two h4 {
  -webkit-animation: 0.3s fadeInLeftBig;
          animation: 0.3s fadeInLeftBig;
}
.hero-slider .owl-item.active .animation-style-two h3 {
  -webkit-animation: 0.6s fadeInLeftBig;
          animation: 0.6s fadeInLeftBig;
}
.hero-slider .owl-item.active .animation-style-two h1 {
  -webkit-animation: 0.9s fadeInLeftBig;
          animation: 0.9s fadeInLeftBig;
}
.hero-slider .owl-item.active .animation-style-two .button {
  -webkit-animation: 1s fadeInLeftBig;
          animation: 1s fadeInLeftBig;
}
.hero-slider .owl-item.active .animation-style-three .intro-video {
  -webkit-animation: 0.3s fadeInUpBig;
          animation: 0.3s fadeInUpBig;
}
.hero-slider .owl-item.active .animation-style-three h4 {
  -webkit-animation: 0.3s fadeInUpBig;
          animation: 0.3s fadeInUpBig;
}
.hero-slider .owl-item.active .animation-style-three h3 {
  -webkit-animation: 0.6s fadeInUpBig;
          animation: 0.6s fadeInUpBig;
}
.hero-slider .owl-item.active .animation-style-three h1 {
  -webkit-animation: 0.9s fadeInUpBig;
          animation: 0.9s fadeInUpBig;
}
.hero-slider .owl-item.active .animation-style-three .button {
  -webkit-animation: 1s fadeInUpBig;
          animation: 1s fadeInUpBig;
}
@media (max-width: 1399px) {
  .hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
    top: auto;
    bottom: 150px;
    transform: unset;
    left: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .hero-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 50px;
  }
}
@media (max-width: 1199px) {
  .hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
    top: auto;
    bottom: 150px;
    transform: unset;
    left: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .hero-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 50px;
  }
}
@media (max-width: 991px) {
  .hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
    top: auto;
    bottom: 0;
    transform: unset;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .hero-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
    top: auto;
    bottom: 0;
    transform: unset;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .hero-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
}

/* ==== 
 --------- (4.2) hero section styles end ---------
 ==== */
/* ==== 
 --------- (4.3) banner styles start ---------
 ==== */
.banner {
  padding: 158px 0px;
}
@media (max-width: 1199px) {
  .banner {
    padding: 100px 0px;
  }
}
@media (max-width: 1199px) {
  .banner {
    padding: 80px 0px;
  }
}
.banner h2 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .banner h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .banner h2 {
    margin-bottom: 16px;
  }
}
.banner .breadcrumb {
  margin-bottom: -5px;
}
.banner .breadcrumb .breadcrumb-item {
  padding-right: 10px;
}
.banner .breadcrumb .breadcrumb-item::before {
  padding-right: 10px;
}

/* ==== 
 --------- (4.3) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.4) all sections styles start ---------
 ==== */
.overview {
  background-color: #f5f5f5;
}

.explore-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: -87px;
  margin-bottom: -87px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .explore-area {
    top: -77px;
    margin-bottom: -77px;
  }
}
@media (max-width: 991px) {
  .explore-area {
    top: 0;
    padding-top: 60px;
    margin-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .explore-area {
    flex-direction: column;
    gap: 20px;
    top: 0;
    padding-top: 60px;
    margin-bottom: 1px;
  }
}

.explore-area__single {
  flex-grow: 1;
  min-width: 0px;
  flex-basis: 0px;
  padding: 35px;
  background-color: #111111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .explore-area__single {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .explore-area__single {
    flex-grow: unset;
    min-width: unset;
    flex-basis: unset;
    width: 100%;
    padding: 30px 15px;
  }
}
@media (max-width: 424px) {
  .explore-area__single {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.explore-area__single .explore-area__single-content {
  max-width: 400px;
}
.explore-area__single h4 {
  margin-bottom: 21px;
}
@media (max-width: 1199px) {
  .explore-area__single h4 {
    margin-bottom: 17px;
  }
}
.explore-area__single h4 a {
  color: #ffffff;
  margin-bottom: 0px;
}
.explore-area__single p {
  color: #ffffff;
}
.explore-area__single a {
  line-height: 1;
}
.explore-area__single a i {
  font-size: 30px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .explore-area__single a i {
    font-size: 24px;
  }
}
.explore-area__single:hover {
  background-color: #01571b;
}

.explore-area__single--secondary {
  background-color: #01571b;
}
.explore-area__single--secondary:hover {
  background-color: #111111;
}

.overview-area__single {
  background-color: #ffffff;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
}
.overview-area__single:hover .icon-box {
  background-color: #01571b;
}
.overview-area__single:hover .button {
  background-color: #01571b;
  color: #ffffff;
}

.overview-area__single-content {
  padding: 15px 15px 35px;
}
@media (max-width: 1199px) {
  .overview-area__single-content {
    padding-bottom: 25px;
  }
}
.overview-area__single-content .poster a {
  width: 100%;
  height: auto;
}
.overview-area__single-content .poster img {
  width: 100%;
}
.overview-area__single-content .icon-box-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .overview-area__single-content .icon-box-wrapper {
    margin-bottom: 23px;
  }
}
.overview-area__single-content .icon-box {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111111;
  position: relative;
  top: -45px;
  margin-bottom: -45px;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .overview-area__single-content .icon-box {
    width: 60px;
    height: 60px;
    top: -30px;
    margin-bottom: -30px;
  }
}
.overview-area__single-content .icon-box img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .overview-area__single-content .icon-box img {
    max-width: 50%;
  }
}
.overview-area__single-content h5 {
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .overview-area__single-content h5 {
    margin-bottom: 21px;
  }
}
.overview-area__single-content h5,
.overview-area__single-content p {
  text-align: center;
}

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

.organization-area__content {
  max-width: 470px;
}
@media (max-width: 991px) {
  .organization-area__content {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .organization-alt .organization-area__content {
    margin-left: 75px;
  }
}
.organization-alt .organization-area__thumb img {
  max-width: unset;
  height: auto;
}
@media (max-width: 1199px) {
  .organization-alt .organization-area__thumb img {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .organization-alt-two .organization-area__content {
    margin-left: 13px;
  }
}

.organization-area__content-points {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  max-width: 400px;
}
@media (max-width: 1199px) {
  .organization-area__content-points {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .organization-area__content-points {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .organization-area__content-points {
    max-width: 400px;
  }
}
.organization-area__content-points li {
  font-weight: 600;
  color: #111111;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
}
.organization-area__content-points li:last-of-type {
  margin-bottom: 0px;
}
.organization-area__content-points li i {
  font-size: 14px;
  color: #01571b;
}

.counter {
  padding: 90px 0px;
}
@media (max-width: 1199px) {
  .counter {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .counter {
    padding: 60px 0px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .mbs {
    margin-bottom: 0;
  }
}
.counter-area {
  gap: 24px;
}
@media (max-width: 767px) {
  .counter-area {
    gap: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .counter-area {
    flex-direction: column;
    align-items: center;
  }
}
.counter-area .odometer-item {
  text-align: center;
}
.counter-area .odometer-item.mb-30 {
  nb: 30px;
}
.counter-area .odometer-item img {
  max-width: 100%;
  height: 50px;
  margin-bottom: 27px;
}
@media (max-width: 1199px) {
  .counter-area .odometer-item img {
    margin-bottom: 22px;
  }
}
.counter-area .odometer-item h2 {
  color: #ffffff;
  margin-bottom: 14px;
}
.counter-area .odometer-item .secondary {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}

.service-area__single-thumb a {
  width: 100%;
}
.service-area__single-thumb img {
  width: 100%;
}

.service-area__single {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .service-area__single {
    margin-bottom: 40px;
  }
}
.service-area__single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .service-area__single-content {
    padding-left: 20px;
  }
}

.service-area__single-alt .service-area__single-content {
  text-align: right;
}
@media (max-width: 991px) {
  .service-area__single-alt .service-area__single-content {
    text-align: left;
  }
}
.service-area__single-alt .service-area__single-content h2,
.service-area__single-alt .service-area__single-content h4,
.service-area__single-alt .service-area__single-content p {
  text-align: right;
}
@media (max-width: 991px) {
  .service-area__single-alt .service-area__single-content h2,
.service-area__single-alt .service-area__single-content h4,
.service-area__single-alt .service-area__single-content p {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .service-area__single-alt .service-area__single-thumb {
    padding-left: 20px;
  }
}

.call {
  padding: 107px 0px 90px;
}
@media (max-width: 1199px) {
  .call {
    padding: 100px 0px 80px;
  }
}
@media (max-width: 767px) {
  .call {
    padding: 80px 0px 60px;
  }
}

.call-area {
  padding: 80px;
  border: 10px solid #01571b;
  text-align: center;
}
@media (max-width: 1199px) {
  .call-area {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .call-area {
    padding: 60px 20px 40px;
    border: 4px solid #01571b;
  }
}
.call-area .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin: 0px auto;
  position: relative;
  top: -126px;
  margin-bottom: -82px;
  transform: rotate(45deg);
  background-color: #01571b;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-out;
}
.call-area .icon-box img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .call-area .icon-box {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    top: -94px;
    margin-bottom: -63px;
  }
  .call-area .icon-box img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .call-area .icon-box {
    top: -92px;
    margin-bottom: -61px;
  }
}
.call-area .icon-box i {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .call-area .icon-box i {
    font-size: 24px;
  }
}
.call-area .icon-box:hover {
  transform: rotate(0deg);
  background-color: #ffffff;
}
.call-area .icon-box:hover i {
  transform: rotate(0deg);
  color: #01571b;
}
.call-area p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
}
.call-area h2 {
  text-align: center;
  color: #ffffff;
}
.call-area .group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: -6px 0px -4px;
}
@media (max-width: 575px) {
  .call-area .group {
    flex-direction: column;
    gap: 12px;
  }
}
.call-area .group a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.call-area .group a i {
  font-size: 14px;
}
.call-area .group a:hover {
  color: #01571b;
}
.call-area:hover .icon-box {
  transform: rotate(0deg);
  background-color: #ffffff;
}
.call-area:hover .icon-box i {
  transform: rotate(0deg);
  color: #01571b;
}
.call-area:hover .group a {
  color: #01571b;
}

.campaign {
  background-color: #f5f5f5;
}

.campaign-area__slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0px;
  padding: 65px 0px 5px;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .campaign-area__slider .slick-dots {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .campaign-area__slider .slick-dots {
    padding-top: 35px;
  }
}
.campaign-area__slider .slick-dots li {
  margin: 0 0.25rem;
}
.campaign-area__slider .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  outline-offset: 4px;
  outline: 1px solid #01571b;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .campaign-area__slider .slick-dots button {
    width: 8px;
    height: 8px;
  }
}
.campaign-area__slider .slick-dots li.slick-active button {
  background-color: #01571b;
}

.campaign-area__single-inner {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  gap: 30px;
}
@media (max-width: 1199px) {
  .campaign-area__single-inner {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .campaign-area__single-inner {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .campaign-area__single-inner {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-align: left;
  }
}
.campaign-area__single-inner .campaign-area__single-inner__item {
  flex-grow: 1;
  flex-basis: 0px;
  min-width: 0px;
}
@media (max-width: 1199px) {
  .campaign-area__single-inner .campaign-area__single-inner__item {
    flex-grow: unset;
    flex-basis: unset;
    min-width: unset;
    width: 100%;
  }
}
.campaign-area__single-inner .poster {
  position: relative;
  overflow: hidden;
}
.campaign-area__single-inner .poster::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-out;
}
.campaign-area__single-inner .poster .read-more {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 1;
  color: #ffffff;
  margin: 0px !important;
}
.campaign-area__single-inner .poster .read-more:hover {
  color: #01571b;
}
.campaign-area__single-inner .poster a {
  width: 100%;
}
.campaign-area__single-inner .poster img {
  width: 100%;
  transition: all 0.3s ease-out;
}
.campaign-area__single-inner .campaign-area__single-inner__content {
  background-color: #ffffff;
  padding: 0px 20px 0px 0px;
}
@media (max-width: 1199px) {
  .campaign-area__single-inner .campaign-area__single-inner__content {
    padding: 30px 0px 10px;
  }
}
.campaign-area__single-inner h6 {
  margin: 13px 0px 18px;
}
@media (max-width: 1199px) {
  .campaign-area__single-inner h6 {
    margin: 10px 0px 10px;
  }
}
.campaign-area__single-inner h6 a {
  margin: 0px;
}
.campaign-area__single-inner .regular {
  margin: 0px;
  margin-bottom: 21px;
}
@media (max-width: 1199px) {
  .campaign-area__single-inner .regular {
    margin-bottom: 15px;
  }
}
.campaign-area__single-inner .group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: -6px;
}
.campaign-area__single-inner:hover .poster::after {
  width: 100%;
  height: 100%;
}
.campaign-area__single-inner:hover .poster .read-more {
  top: 50%;
}
.campaign-area__single-inner:hover .poster img {
  transform: scale(1.2);
}
.campaign-area__single-inner:hover h6 a {
  color: #01571b;
}

.testimonial-area__slider {
  margin-top: -25px;
}
@media (max-width: 1199px) {
  .testimonial-area__slider {
    margin-top: -20px;
  }
}
.testimonial-area__slider .slick-slide {
  padding-top: 20px;
}

.testimonial-area__slider-single__inner-content {
  padding: 35px 20px;
  background-color: #ffffff;
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (max-width: 1199px) {
  .testimonial-area__slider-single__inner-content {
    padding: 30px 15px;
  }
}
.testimonial-area__slider-single__inner-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  border-width: 15px;
  border-style: solid;
  border-color: white transparent transparent white;
}
.testimonial-area__slider-single__inner-content .rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  .testimonial-area__slider-single__inner-content .rating {
    margin-bottom: 25px;
  }
}
.testimonial-area__slider-single__inner-content .rating i {
  font-size: 16px;
  color: #ffc92e;
}

.testimonial-area__slider-single__inner .avatar-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 20px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .testimonial-area__slider-single__inner .avatar-wrapper {
    margin-top: 25px;
  }
}
.testimonial-area__slider-single__inner .avatar-wrapper .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonial-area__slider-single__inner .avatar-wrapper h5 {
  margin: 0px 0px 7px;
}
.testimonial-area__slider-single__inner .avatar-wrapper p {
  color: #666666;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .donor {
    padding-bottom: 100px;
  }
}

.donor-area {
  text-align: center;
}
.donor-area p,
.donor-area h2 {
  text-align: center;
}
.donor-area h2 {
  color: #ffffff;
}
.donor-area .video-btn-two {
  width: 85px;
  min-width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 0px auto;
  border: 1px solid #ffffff;
  border-left-color: transparent;
  transform: rotate(55deg);
}
.donor-area .video-btn-two img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .donor-area .video-btn-two {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .donor-area .video-btn-two img {
    max-width: 100%;
    height: auto;
  }
}
.donor-area .video-btn-two::after {
  width: 65px;
  min-width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.donor-area .video-btn-two::after img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .donor-area .video-btn-two::after {
    width: 55px;
    min-width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .donor-area .video-btn-two::after img {
    max-width: 100%;
    height: auto;
  }
}
.donor-area .video-btn-two i {
  color: #01571b;
  transform: rotate(-55deg);
}
@media (max-width: 1199px) {
  .donor-area .video-btn-two i {
    font-size: 18px;
  }
}
.donor-area .video-btn-alt {
  background-color: rgba(255, 255, 255, 0.251);
  border: 0px;
}

.appointment {
  margin-bottom: -62px;
}
@media (max-width: 1199px) {
  .appointment {
    margin-bottom: -67px;
  }
}

.appointment-area {
  position: relative;
  top: -55px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .appointment-area {
    top: -60px;
  }
}

.appointment-area__single {
  padding: 35px 25px;
  background-color: #ffffff;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
  height: 100%;
}
@media (max-width: 1199px) {
  .appointment-area__single {
    padding: 30px 15px;
  }
}

.appointment-area__content ul {
  margin-top: -6px;
}
.appointment-area__content li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 19px 0px;
  color: #111111;
  border-bottom: 1px solid rgba(17, 17, 17, 0.251);
  margin: 0px;
}
@media (max-width: 1199px) {
  .appointment-area__content li {
    padding: 14px 0px;
  }
}
.appointment-area__content li:first-of-type {
  padding-top: 0px;
}
.appointment-area__content li:last-of-type {
  padding-bottom: 0px;
  border-bottom: 0px solid transparent;
  margin-bottom: -7px;
}
.appointment-area__content li i {
  font-size: 18px;
  color: #01571b;
}
@media (max-width: 1199px) {
  .appointment-area__content li i {
    font-size: 16px;
  }
}

.appointment-area__form input,
.appointment-area__form textarea {
  background-color: #f5f5f5;
}

.team--secondary {
  background-color: #f5f5f5;
}

.team-area__single {
  padding: 25px 25px 34px;
  background-color: #ffffff;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1199px) {
  .team-area__single {
    padding: 15px 15px 25px;
  }
}
@media (max-width: 767px) {
  .team-area__single {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.team-area__single .poster {
  margin-bottom: 34px;
  position: relative;
  overflow: hidden;
}
.team-area__single .poster::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  background-color: rgba(34, 34, 34, 0.651);
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .team-area__single .poster {
    margin-bottom: 25px;
  }
}
.team-area__single .poster img {
  width: 100%;
}
.team-area__single .poster .social--secondary {
  position: absolute;
  top: -50%;
  left: 0px;
  right: 0px;
  width: 100%;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .team-area__single .poster .social--secondary {
    flex-wrap: nowrap;
  }
}
.team-area__single .poster .social--secondary a {
  background-color: #ffffff;
}
.team-area__single .poster .social--secondary a:first-of-type {
  border-radius: 20px 0px 0px 20px;
}
.team-area__single .poster .social--secondary a:last-of-type {
  border-radius: 0px 20px 20px 0px;
}
.team-area__single .poster .social--secondary a i {
  color: #01571b;
}
.team-area__single .poster .social--secondary a:hover {
  background-color: #01571b;
}
.team-area__single .poster .social--secondary a:hover i {
  color: #ffffff;
}
.team-area__single h5 {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1199px) {
  .team-area__single h5 {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .team-area__single h5 {
    margin-bottom: 11px;
  }
}
.team-area__single p {
  text-align: center;
  color: #666666;
}
.team-area__single:hover .poster::after {
  width: 100%;
  height: 100%;
}
.team-area__single:hover .poster .social--secondary {
  top: 50%;
}

.blog {
  background-color: #f5f5f5;
}

.blog-area__single {
  background-color: #ffffff;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .blog-area__single {
    text-align: left;
  }
}
.blog-area__single .poster {
  position: relative;
  overflow: hidden;
}
.blog-area__single .poster::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  background-color: rgba(34, 34, 34, 0.651);
  transition: all 0.3s ease-out;
}
.blog-area__single .poster a {
  width: 100%;
}
.blog-area__single .poster .expand {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 18px;
  z-index: 1;
  transition: all 0.3s ease-out;
  width: auto;
}
.blog-area__single .poster .expand:hover i {
  color: #01571b;
}
.blog-area__single .poster img {
  width: 100%;
}
.blog-area__single .blog-area__single-content {
  padding: 25px;
}
@media (max-width: 1199px) {
  .blog-area__single .blog-area__single-content {
    padding: 25px 15px;
  }
}
.blog-area__single .blog-area__single-content .blog-post-date {
  margin-bottom: 21px;
}
@media (max-width: 1199px) {
  .blog-area__single .blog-area__single-content .blog-post-date {
    margin-bottom: 16px;
  }
}
.blog-area__single .blog-area__single-content h6 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .blog-area__single .blog-area__single-content h6 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .blog-area__single .blog-area__single-content h6 {
    margin-bottom: 14px;
  }
}
.blog-area__single .blog-area__single-content h6 a {
  margin: 0px;
}
.blog-area__single .blog-area__single-content h6 a:hover {
  color: #01571b;
}
.blog-area__single:hover .poster::after {
  width: 100%;
  height: 100%;
}
.blog-area__single:hover .poster .expand {
  top: 50%;
}
.blog-area__single:hover a {
  color: #01571b;
}

.cta {
  padding: 90px 0px;
  background-color: #01571b;
}
@media (max-width: 1199px) {
  .cta {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .cta {
    padding: 60px 0px;
  }
}
.cta h2,
.cta p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cta .cta-area__content {
    margin-bottom: 25px;
  }
}

.overview-area__single--secondary {
  background-color: transparent;
  box-shadow: 0px 0px 0px;
  max-width: 340px;
}
@media (max-width: 991px) {
  .overview-area__single--secondary {
    max-width: 100%;
    padding: 30px 15px;
    background-color: #ffffff;
    box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
  }
}
.overview-area__single--secondary .overview-area__single-content {
  padding: 0px;
  background-color: transparent;
  box-shadow: 0px 0px 0px;
}
.overview-area__single--secondary .overview-area__single-content h2,
.overview-area__single--secondary .overview-area__single-content h5,
.overview-area__single--secondary .overview-area__single-content p {
  text-align: left;
}
@media (max-width: 767px) {
  .overview-area__single--secondary .overview-area__single-content h2,
.overview-area__single--secondary .overview-area__single-content h5,
.overview-area__single--secondary .overview-area__single-content p {
    text-align: center;
  }
}
.overview-area__single--secondary .overview-area__single-content h2 {
  margin-bottom: 3px;
}
@media (max-width: 1199px) {
  .overview-area__single--secondary .overview-area__single-content h2 {
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .overview-area__single--secondary .overview-area__single-content h2 {
    margin-bottom: 10px;
  }
}
.overview-area__single--secondary .overview-area__single-content h5 {
  margin-bottom: 18px;
  padding-left: 90px;
  position: relative;
}
@media (max-width: 1199px) {
  .overview-area__single--secondary .overview-area__single-content h5 {
    margin-bottom: 19px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .overview-area__single--secondary .overview-area__single-content h5 {
    margin-bottom: 17px;
    padding-left: 0px;
    text-align: center;
  }
}
.overview-area__single--secondary .overview-area__single-content h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: rgb(25, 25, 25);
}
@media (max-width: 1199px) {
  .overview-area__single--secondary .overview-area__single-content h5::before {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .overview-area__single--secondary .overview-area__single-content h5::before {
    display: none;
  }
}

.counter--secondary {
  background-color: #01571b;
}
.counter--secondary .counter-area {
  margin-top: -8px;
}
@media (max-width: 1199px) {
  .counter--secondary .counter-area {
    margin-top: -4px;
  }
}
@media (max-width: 767px) {
  .counter--secondary .counter-area {
    margin-top: -2px;
  }
}
.counter--secondary .counter-area .odometer-item h2 {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .counter--secondary .counter-area .odometer-item h2 {
    margin-bottom: -2px;
  }
}
@media (max-width: 767px) {
  .counter--secondary .counter-area .odometer-item h2 {
    margin-bottom: 4px;
  }
}

.process {
  background-color: #ffffff;
}

.process-area__single .process-area__single-item {
  padding: 30px 25px;
  background-color: #ffffff;
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
  margin-bottom: 210px;
}
.process-area__single .process-area__single-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .process-area__single .process-area__single-item {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
.process-area__single .process-area__single-item h5 {
  margin-bottom: 23px;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .process-area__single .process-area__single-item h5 {
    margin-bottom: 17px;
  }
}
.process-area__single .process-area__single-item p {
  transition: all 0.3s ease-out;
}
.process-area__single .process-area__single-item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -95px;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .process-area__single .process-area__single-item .text {
    display: none;
  }
}
.process-area__single .process-area__single-item .text::after {
  content: "";
  width: 1px;
  height: 150px;
  border: 1px dashed #01571b;
  position: absolute;
  top: 87%;
  left: 70px;
  transform: translateX(-50%) rotate(-30deg);
  z-index: -1;
}
.process-area__single .process-area__single-item .text p {
  margin: 0px;
  transition: all 0.3s ease-out;
}
.process-area__single .process-area__single-item .arrow {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  box-shadow: 0px 16px 90px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease-out;
  right: -15px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .process-area__single .process-area__single-item .arrow {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1199px) {
  .process-area__single .process-area__single-item .arrow {
    display: none;
  }
}
.process-area__single .process-area__single-item:hover {
  background-color: #01571b;
  box-shadow: 0px 16px 35px 0px rgba(234, 6, 43, 0.15);
}
.process-area__single .process-area__single-item:hover h5,
.process-area__single .process-area__single-item:hover p {
  color: #ffffff;
}
.process-area__single .process-area__single-item:hover .text {
  background-color: #01571b;
}
.process-area__single .process-area__single-item:hover .arrow {
  background-color: #01571b;
}

.process-area__single--secondary {
  margin-top: 185px;
}
@media (max-width: 1199px) {
  .process-area__single--secondary {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .process-area__single--secondary {
    margin-top: 30px;
  }
}
.process-area__single--secondary .process-area__single-item--secondary .text {
  right: unset;
  left: -95px;
}
.process-area__single--secondary .process-area__single-item--secondary .text::after {
  top: 87%;
  left: unset;
  height: 144px;
  right: 70px;
  transform: translateX(-50%) rotate(30deg);
}
.process-area__single--secondary .process-area__single-item--secondary .text-alt::after {
  content: none;
}
.process-area__single--secondary .process-area__single-item--secondary .arrow {
  right: unset;
  left: -15px;
}

.campaign--secondary .neutral-row {
  margin-bottom: -30px;
}
.campaign--secondary .neutral-row .row-item {
  margin-bottom: 30px;
}
.campaign--secondary .campaign--secondary-single {
  padding: 15px 15px 30px;
  background-color: #ffffff;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
  height: 100%;
}
@media (max-width: 1199px) {
  .campaign--secondary .campaign--secondary-single {
    padding-bottom: 25px;
  }
}
.campaign--secondary .campaign--secondary-single .poster {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .campaign--secondary .campaign--secondary-single .poster {
    margin-bottom: 25px;
  }
}
.campaign--secondary .campaign--secondary-single .poster a {
  width: 100%;
}
.campaign--secondary .campaign--secondary-single .poster img {
  width: 100%;
  height: auto;
  max-height: 275px;
  min-height: 220px;
}
@media (max-width: 1199px) {
  .campaign--secondary .campaign--secondary-single .poster img {
    max-height: 220px;
  }
}
@media (max-width: 991px) {
  .campaign--secondary .campaign--secondary-single .poster img {
    max-height: 320px;
  }
}
.campaign--secondary .campaign--secondary-single .campaign--secondary-single__inner h4,
.campaign--secondary .campaign--secondary-single .campaign--secondary-single__inner h6 {
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 1199px) {
  .campaign--secondary .campaign--secondary-single .campaign--secondary-single__inner h4,
.campaign--secondary .campaign--secondary-single .campaign--secondary-single__inner h6 {
    margin-bottom: 18px;
  }
}
.campaign--secondary .campaign--secondary-single .campaign--secondary-single__inner h4 a,
.campaign--secondary .campaign--secondary-single .campaign--secondary-single__inner h6 a {
  margin-bottom: 0px;
}
.campaign--secondary .campaign--secondary-single .campaign--secondary-single__inner h4 a:hover,
.campaign--secondary .campaign--secondary-single .campaign--secondary-single__inner h6 a:hover {
  color: #01571b;
}
.campaign--secondary .campaign--secondary-single .campaign--secondary-single__inner p {
  text-align: left;
}
.campaign--secondary .campaign--secondary-single:hover h4 a,
.campaign--secondary .campaign--secondary-single:hover h6 a {
  color: #01571b;
}

.campaign--tertiary .poster img {
  min-height: unset !important;
  max-height: unset !important;
}

.testimonial--secondary-area__slider-wrapper {
  background-color: #01571b;
  padding: 60px 20px;
}
@media (max-width: 1199px) {
  .testimonial--secondary-area__slider-wrapper {
    padding: 40px 15px;
  }
}
.testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single .quote {
  font-size: 48px;
  color: #ffffff;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
}
.testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single h4,
.testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single span,
.testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single p,
.testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single h6 {
  text-align: center;
  color: #ffffff;
}
.testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single p {
  font-weight: 500;
}
.testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single span {
  line-height: 30px;
  margin-bottom: 0px;
  margin-top: -3px;
}
.testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single .avatar {
  margin-bottom: -2px;
}
@media (max-width: 1199px) {
  .testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single .avatar {
    margin-bottom: -4px;
  }
}
.testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single .avatar img {
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single .avatar img {
    margin-bottom: 20px;
  }
}
.testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single .avatar .avatar-info {
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single .avatar .avatar-info h6,
.testimonial--secondary-area__slider-wrapper .testimonial--secondary-area__slider-single .avatar .avatar-info p {
  margin-bottom: 0px;
}

.gallery-area__slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0px;
  padding: 65px 0px 5px;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .gallery-area__slider .slick-dots {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .gallery-area__slider .slick-dots {
    padding-top: 35px;
  }
}
.gallery-area__slider .slick-dots li {
  margin: 0 0.25rem;
}
.gallery-area__slider .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  outline-offset: 4px;
  outline: 1px solid #01571b;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .gallery-area__slider .slick-dots button {
    width: 8px;
    height: 8px;
  }
}
.gallery-area__slider .slick-dots li.slick-active button {
  background-color: #01571b;
}

.gallery-single {
  overflow: hidden;
}
.gallery-single a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery-single a {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.gallery-single a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-out;
}
.gallery-single a i {
  width: 40px !important;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 1;
  font-size: 18px;
  color: #01571b;
  background-color: #ffffff;
  border-radius: 50%;
}
.gallery-single a img {
  width: 100%;
  transition: all 0.3s ease-out;
}
.gallery-single:hover a::after {
  width: 100%;
  height: 100%;
}
.gallery-single:hover a i {
  top: 50%;
}
.gallery-single:hover a img {
  transform: scale(1.2);
}

.appointment--secondary {
  margin-bottom: -55px;
}
@media (max-width: 1199px) {
  .appointment--secondary {
    margin-bottom: -60px;
  }
}
@media (max-width: 767px) {
  .appointment--secondary {
    margin-bottom: -60px;
  }
}

.cta--secondary {
  padding: 70px 0px;
}
@media (max-width: 1199px) {
  .cta--secondary {
    padding: 60px 0px;
  }
}

.blog--secondary {
  background-color: #ffffff;
}
.blog--secondary .blog-area__single-content {
  padding: 34px 25px;
}
@media (max-width: 1199px) {
  .blog--secondary .blog-area__single-content {
    padding: 25px 15px;
  }
}
.blog--secondary .blog-area__single-content h6 {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .blog--secondary .blog-area__single-content h6 {
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .blog--secondary .blog-area__single-content h6 {
    margin-bottom: 20px;
  }
}
.blog--secondary .blog-area__single:hover .button {
  color: #ffffff;
}

.overview--tertiary {
  margin-bottom: 87px;
}
@media (max-width: 1199px) {
  .overview--tertiary {
    margin-bottom: 77px;
  }
}
@media (max-width: 991px) {
  .overview--tertiary {
    margin-bottom: 91px;
  }
}
.overview--tertiary .explore-area {
  bottom: -87px;
  top: unset;
  margin-bottom: unset;
  margin-top: -87px;
}
@media (max-width: 1199px) {
  .overview--tertiary .explore-area {
    bottom: -77px;
    margin-top: -77px;
  }
}
@media (max-width: 991px) {
  .overview--tertiary .explore-area {
    bottom: -91px;
    margin-top: -91px;
  }
}

.donator-area__content {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.donator-area__content .primary {
  color: #01571b;
}
.donator-area__content h2,
.donator-area__content p {
  color: #ffffff;
}
.donator-area__content .button:hover {
  background-color: #ffffff;
  color: #01571b;
}

.gallery--secondary {
  background-color: #ffffff;
}

.appointment--tertiary {
  background-color: #f5f5f5;
  margin-bottom: 0px;
}
.appointment--tertiary .appointment-area {
  top: unset;
}
.appointment--tertiary .section-header {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.blog--tertiary {
  background-color: #ffffff;
}

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

.campaign-details-area {
  position: relative;
}
.campaign-details-area .campaign-details-area__content,
.campaign-details-area .campaign-details-area__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.campaign-details-area .campaign-details-area__content h2,
.campaign-details-area .campaign-details-area__sidebar h2 {
  font-size: 40px;
}

.campaign-details-area__content-poster {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .campaign-details-area__content-poster {
    margin-bottom: 30px;
  }
}
.campaign-details-area__content-poster img {
  width: 100%;
}

.content-group-img-slider .slick-slide {
  margin: 0px 15px;
  text-align: center;
}
.content-group-img-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.content-group-img-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0px;
  padding: 40px 0px 0px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .content-group-img-slider .slick-dots {
    padding-top: 30px;
  }
}
.content-group-img-slider .slick-dots li {
  margin: 0 0.25rem;
}
.content-group-img-slider .slick-dots button {
  display: block;
  width: 20px;
  height: 5px;
  padding: 0px;
  border: none;
  border-radius: 20px;
  background-color: #dbcece;
  text-indent: -9999px;
}
.content-group-img-slider .slick-dots li.slick-active button {
  background-color: #01571b;
  width: 30px;
}
.content-group-img-slider .content-group-img-inner__single img {
  width: 100%;
}

.content-group-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.content-group-img img {
  width: 100%;
  height: auto;
  max-height: 300px;
  min-height: 220px;
}

.sidebar-single {
  padding: 30px 20px;
  background-color: #f1f1f1;
  border-bottom: 5px solid #01571b;
  border-radius: 16px;
  margin-bottom: 45px;
}
.sidebar-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .sidebar-single {
    padding: 30px 15px;
    margin-bottom: 35px;
  }
}
.sidebar-single h4 {
  margin-bottom: 26px;
}
@media (max-width: 1199px) {
  .sidebar-single h4 {
    margin-bottom: 23px;
  }
}
.sidebar-single p {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .sidebar-single p {
    margin-bottom: 20px;
  }
}
.sidebar-single .recent-post-single {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 0px;
  border-bottom: 1px solid rgb(202, 200, 200);
}
@media (max-width: 1199px) {
  .sidebar-single .recent-post-single {
    padding: 20px 0px;
    gap: 15px;
  }
}
.sidebar-single .recent-post-single:nth-of-type(1) {
  padding-top: 0px;
}
.sidebar-single .recent-post-single:nth-last-of-type(1) {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.sidebar-single .recent-post-single img {
  width: 75px;
  max-width: 75px;
  height: 75px;
  border-radius: 6px;
}
.sidebar-single .recent-post-single p {
  margin-bottom: 9px;
}
.sidebar-single .recent-post-single p a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
.sidebar-single .recent-post-single p a:hover {
  color: #01571b;
}
.sidebar-single .recent-post-single .post-date {
  margin-bottom: -5px;
  color: #01571b;
}

.sidebar-single-alt {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media (max-width: 1199px) {
  .sidebar-single-alt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sidebar-single-alt h4,
.sidebar-single-alt p {
  text-align: center;
  color: #111111;
}

.categories li {
  margin: 0px;
  padding: 14px 0px;
  border-bottom: 1px solid rgb(202, 200, 200);
  border-left: 0px;
  border-right: 0px;
}
.categories li:nth-of-type(1) {
  padding-top: 0px;
  margin-top: -6px;
}
.categories li:nth-last-of-type(1) {
  padding-bottom: 0px;
  margin-bottom: -6px;
  border-bottom: 0px;
}
.categories li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}
.categories li a i {
  font-size: 14px;
}
.categories li a:hover {
  color: #01571b;
}

@media (max-width: 991px) {
  .campaign-details-area__sidebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }
  .campaign-details-area__sidebar .sidebar-single {
    width: calc(50% - 15px);
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .campaign-details-area__sidebar .sidebar-single {
    width: 100%;
  }
}

.service-details {
  position: relative;
}
.service-details .service-details-area__sidebar,
.service-details .service-details-area__content {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.service-details .service-details-area__sidebar h2,
.service-details .service-details-area__content h2 {
  font-size: 40px;
}
@media (min-width: 1200px) {
  .service-details .service-details-area__content-alt {
    margin-left: 15px;
  }
}

.service-details-area__poster img {
  width: 100%;
}

.group-item-wrapper {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .group-item-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
}
.group-item-wrapper .wrapper {
  width: 180px;
  height: 180px;
  background-color: transparent;
  border-radius: 50%;
  border: 5px solid #111111;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: rotate(40deg);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .group-item-wrapper .wrapper {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .group-item-wrapper .wrapper {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .group-item-wrapper .wrapper {
    width: 100%;
    transform: rotate(0deg);
    border-radius: 0px;
    height: auto;
  }
}
.group-item-wrapper .group-inner__item__inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111111;
  transform: rotate(-40deg);
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .group-item-wrapper .group-inner__item__inner {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .group-item-wrapper .group-inner__item__inner {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .group-item-wrapper .group-inner__item__inner {
    width: 100%;
    transform: rotate(0deg);
    border-radius: 0px;
    height: auto;
    padding: 40px 0px;
  }
}
.group-item-wrapper .group-inner__item__inner img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .group-item-wrapper .group-inner__item__inner img {
    max-width: 45%;
  }
}
.group-item-wrapper h4 {
  text-align: center;
}
@media (max-width: 575px) {
  .group-item-wrapper .group-inner__item {
    width: 100%;
  }
}
.group-item-wrapper .group-inner__item:hover .wrapper {
  border-color: #01571b;
}
.group-item-wrapper .group-inner__item:hover .group-inner__item__inner {
  background-color: #01571b;
}

.sidebar-single--secondary {
  border-radius: 0px;
  border: 0px;
  position: relative;
}
.sidebar-single--secondary::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 70%;
  height: 3px;
  background-color: #01571b;
}
.sidebar-single--secondary .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.categories--secondary li {
  margin-top: 0px;
  margin-bottom: 16px;
}
.categories--secondary li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.categories--secondary li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  background-color: #ffffff;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
  color: #111111;
  padding: 12px 20px;
}
.categories--secondary li a i {
  font-size: 14px;
}
.categories--secondary li a:hover {
  background-color: #01571b;
  color: #ffffff;
}

.excellence {
  background-color: #01571b;
}
.excellence h4,
.excellence h3,
.excellence p {
  color: #ffffff;
}
.excellence h4 {
  margin-bottom: 19px;
}
@media (max-width: 1199px) {
  .excellence h4 {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .excellence h4 {
    margin-bottom: 18px;
  }
}
.excellence h3 {
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .excellence h3 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .excellence h3 {
    margin-bottom: 17px;
  }
}
.excellence p {
  margin-bottom: 21px;
}
@media (max-width: 1199px) {
  .excellence p {
    margin-bottom: 16px;
  }
}
.excellence .button {
  display: inline-flex;
  width: auto;
}
.excellence .button:hover {
  background-color: #ffffff;
  color: #111111;
}

@media (max-width: 991px) {
  .service-details-area__sidebar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .service-details-area__sidebar {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .service-details-area__sidebar .sidebar-single--secondary {
    margin-bottom: 0px;
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .service-details-area__sidebar .sidebar-single--secondary {
    width: 100%;
  }
}

.question {
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .question .input-group-column {
    flex-direction: column;
    gap: 0px;
  }
}
.question .input {
  background-color: #ffffff;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .question .input {
    width: 100%;
  }
}
.question .button {
  width: 100%;
  justify-content: center;
}

.testimonial--tertiary {
  background-color: #ffffff;
}

.privacy-area .group {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .privacy-area .group {
    margin-bottom: 20px;
  }
}
.privacy-area .group:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.privacy-area .group h3 {
  margin-top: -8px;
  margin-bottom: 18px;
  color: #111111;
}
@media (max-width: 1199px) {
  .privacy-area .group h3 {
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .privacy-area .group h3 {
    margin-top: -6px;
  }
}
.privacy-area .group h4 {
  margin-bottom: 26px;
}
@media (max-width: 1199px) {
  .privacy-area .group h4 {
    margin-bottom: 23px;
  }
}
.privacy-area .group p:nth-last-of-type(1) {
  margin-bottom: -6px;
}
.privacy-area .group ul {
  margin-top: 25px;
}
.privacy-area .group li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
.privacy-area .group li:nth-last-of-type(1) {
  margin-bottom: -6px;
}
.privacy-area .group li i {
  color: #01571b;
}
.privacy-area .img-group {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .privacy-area .img-group {
    margin-top: 25px;
  }
}
.privacy-area .poster {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .privacy-area .poster {
    margin-bottom: 25px;
  }
}
.privacy-area .poster img {
  width: 100%;
}

.error-area {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.error-area h1 {
  color: #01571b;
  font-size: 120px;
  line-height: 1.2;
  margin-top: -30px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .error-area h1 {
    font-size: 72px;
    margin-top: -18px;
    margin-bottom: 10px;
  }
}
.error-area h2 {
  color: #111111;
}

.donate form {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
}
.donate .group {
  padding: 30px;
  border: 1px solid rgb(202, 202, 202);
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .donate .group {
    padding: 30px 15px;
  }
}
@media (max-width: 1199px) {
  .donate .group {
    margin-bottom: 40px;
  }
}
.donate .group:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.donate .group .nice-select {
  float: unset;
  margin-bottom: 0px;
  background-color: transparent;
  border: 1px solid #01571b;
}
.donate .group-alt .input {
  border: 1px solid rgb(202, 202, 202);
}

.registration-area__form {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
  border: 1px solid rgb(202, 202, 202);
  padding: 60px 40px;
}
@media (max-width: 1199px) {
  .registration-area__form {
    padding: 40px 15px;
  }
}
.registration-area__form .registration-area__form-single {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .registration-area__form .registration-area__form-single {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.registration-area__form .registration-area__form-single__inner {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .registration-area__form .registration-area__form-single__inner {
    width: 100%;
    margin-bottom: 10px;
  }
}
.registration-area__form .secondary {
  margin-bottom: -5px;
  margin-top: 15px;
  min-width: 160px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .registration-area__form .secondary {
    width: 100%;
    margin-top: -5px;
  }
}
.registration-area__form .input {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .registration-area__form .input {
    margin-bottom: 15px;
  }
}
.registration-area__form .input label {
  margin-bottom: 5px;
  font-size: 14px;
}
.registration-area__form .input input,
.registration-area__form .input textarea,
.registration-area__form .input .nice-select {
  border: 1px solid rgb(202, 202, 202);
  background-color: #ffffff;
  padding: 6px 15px;
  margin: 0px;
}
.registration-area__form .input .nice-select {
  width: 100%;
  min-height: 42px;
  border-radius: 0px;
  z-index: unset;
}
.registration-area__form .input .nice-select .list {
  max-height: 200px;
  background-color: #ffffff;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .registration-area__form .input .nice-select .list {
    min-width: 100%;
  }
}
.registration-area__form .input .nice-select .list .option:first-of-type {
  display: none;
}
.registration-area__form .input .nice-select .list li {
  margin-bottom: 0px;
}
.registration-area__form .input .nice-select .list::-webkit-scrollbar {
  width: 5px;
}
.registration-area__form .input .nice-select .list::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}
.registration-area__form .input .nice-select .list::-webkit-scrollbar-button, .registration-area__form .input .nice-select .list::-webkit-scrollbar-thumb {
  background-color: #01571b;
  border-radius: 5px;
}
.registration-area__form .input .nice-select::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  right: 15px;
}
.registration-area__form .input-group-column--secondary {
  flex-direction: column;
  gap: 0px;
}
.registration-area__form .input-group-column--secondary .input {
  width: 100%;
}
.registration-area__form .input-group-column--secondary .registration-input-button .button {
  z-index: 1;
  padding: 6px 20px 8px;
  width: 100%;
  justify-content: space-between;
}

.blog-default {
  position: relative;
}
.blog-default .blog-default-area__content,
.blog-default .blog-default-area__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

@media (min-width: 1200px) {
  .blog-default-area__content-alt {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .blog-default-area__content-alt-two {
    margin-right: 15px;
  }
}

.blog-area__single-default {
  overflow: hidden;
  margin-bottom: 60px;
}
.blog-area__single-default:nth-last-of-type(1) {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .blog-area__single-default {
    margin-bottom: 40px;
  }
}
.blog-area__single-default .poster img {
  width: 100%;
}
.blog-area__single-default .blog-area__single-content {
  padding: 30px;
}
@media (max-width: 1199px) {
  .blog-area__single-default .blog-area__single-content {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .blog-area__single-default .blog-area__single-content {
    padding: 25px 15px;
  }
}
.blog-area__single-default .blog-area__single-content .blog-post-date {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .blog-area__single-default .blog-area__single-content .blog-post-date {
    margin-bottom: 20px;
  }
}
.blog-area__single-default h2 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .blog-area__single-default h2 {
    margin-bottom: 22px;
  }
}
.blog-area__single-default h2 a {
  margin: 0px;
  font-size: 35px;
}
.blog-area__single-default:hover .poster::after {
  width: 0px;
  height: 0px;
}
.blog-area__single-default:hover .popup-poster {
  width: 100%;
  height: 100%;
}

.blog-area__single-default--alt {
  position: relative;
}
.blog-area__single-default--alt .quote {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 40px;
  height: auto;
}
@media (max-width: 1199px) {
  .blog-area__single-default--alt .quote {
    width: 30px;
    height: auto;
    top: 10px;
  }
}
.blog-area__single-default--alt .blog-area__single-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .blog-area__single-default--alt .blog-area__single-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.poster-slider {
  position: relative;
  overflow: hidden;
}
.poster-slider .post-prev,
.poster-slider .post-next {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.poster-slider .post-prev i,
.poster-slider .post-next i {
  color: #111111;
  font-size: 14px;
}
.poster-slider .post-prev:hover,
.poster-slider .post-next:hover {
  background-color: #01571b;
}
.poster-slider .post-prev:hover i,
.poster-slider .post-next:hover i {
  color: #ffffff;
}
.poster-slider .post-next {
  right: unset;
  left: 20px;
}

.popup-poster {
  position: relative;
}
.popup-poster::after {
  width: 100% !important;
  height: 100% !important;
}
.popup-poster .video-popup-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  min-width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  background-color: rgba(255, 255, 255, 0.249);
}
.popup-poster .video-popup-btn img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .popup-poster .video-popup-btn {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup-poster .video-popup-btn img {
    max-width: 100%;
    height: auto;
  }
}
.popup-poster .video-popup-btn::after {
  background-color: #ffffff;
  border-radius: 50%;
}
.popup-poster .video-popup-btn i {
  color: #01571b;
}

@media (max-width: 991px) {
  .blog-default-area__sidebar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    row-gap: 0px;
    flex-wrap: wrap;
  }
}
.blog-default-area__sidebar .sidebar-single-default {
  border: 0px;
  border-radius: 0px;
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .blog-default-area__sidebar .sidebar-single-default {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .blog-default-area__sidebar .sidebar-single-default {
    margin-bottom: 30px;
  }
}
.blog-default-area__sidebar .sidebar-single-default:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog-default-area__sidebar .sidebar-single-default:nth-of-type(1) {
  padding: 0px;
}
.blog-default-area__sidebar .sidebar-single-default:nth-of-type(1) .button:hover {
  background-color: #111111;
}
.blog-default-area__sidebar .sidebar-single-default:nth-of-type(1) .button:hover i {
  color: #ffffff;
}
.blog-default-area__sidebar .sidebar-single-default .recent-post-single {
  padding: 20px 0px;
}
.blog-default-area__sidebar .sidebar-single-default .recent-post-single:nth-of-type(1) {
  padding-top: 0px;
}
.blog-default-area__sidebar .sidebar-single-default .recent-post-single:nth-last-of-type(1) {
  padding-bottom: 0px;
}
.blog-default-area__sidebar .sidebar-single-default .recent-post-single p {
  margin-bottom: -6px;
}
.blog-default-area__sidebar .sidebar-single-default .recent-post-single p a {
  font-weight: 600;
}
.blog-default-area__sidebar .sidebar-single-default-profile .img-box {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .blog-default-area__sidebar .sidebar-single-default-profile .img-box {
    margin-bottom: 25px;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 100px;
  }
}
.blog-default-area__sidebar .sidebar-single-default-profile .img-box img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .blog-default-area__sidebar .sidebar-single-default-profile .img-box img {
    width: 90px;
    height: 90px;
  }
}
.blog-default-area__sidebar .sidebar-single-default-profile h4 {
  color: #01571b;
  margin-bottom: 19px;
}
@media (max-width: 1199px) {
  .blog-default-area__sidebar .sidebar-single-default-profile h4 {
    margin-bottom: 17px;
  }
}
.blog-default-area__sidebar .sidebar-single-default-profile p {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .blog-default-area__sidebar .sidebar-single-default-profile p {
    margin-bottom: 20px;
  }
}
.blog-default-area__sidebar .sidebar-single-default-profile .social {
  justify-content: center;
}
.blog-default-area__sidebar .sidebar-single-default-alt h4 {
  margin-bottom: 19px;
}
@media (max-width: 1199px) {
  .blog-default-area__sidebar .sidebar-single-default-alt h4 {
    margin-bottom: 17px;
  }
}
.blog-default-area__sidebar .sidebar-single-default-alt .social {
  padding-top: 30px;
  border-top: 1px solid rgba(17, 17, 17, 0.149);
}
@media (max-width: 1199px) {
  .blog-default-area__sidebar .sidebar-single-default-alt .social {
    padding-top: 25px;
  }
}
@media (max-width: 991px) {
  .blog-default-area__sidebar .sidebar-single-default {
    width: calc(50% - 15px);
  }
  .blog-default-area__sidebar .sidebar-single-default:nth-of-type(1) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-default-area__sidebar .sidebar-single-default {
    width: 100%;
  }
}

.details-poster {
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  .details-poster {
    margin-bottom: 25px;
  }
}
.details-poster img {
  width: 100%;
}

.blog-details .blog-post-date {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .blog-details .blog-post-date {
    margin-bottom: 20px;
  }
}
.blog-details .note {
  padding: 34px 30px;
  margin-bottom: 34px;
  background-color: #01571b;
}
@media (max-width: 1199px) {
  .blog-details .note {
    padding: 30px 15px;
    margin-bottom: 25px;
  }
}
.blog-details .note p {
  color: #ffffff;
  font-weight: 500;
}
.blog-details .post__tags {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .blog-details .post__tags {
    margin-top: 40px;
    gap: 15px;
  }
}
.blog-details .post__tags .tags {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.blog-details .post__tags p {
  margin: 0px;
}
.blog-details hr {
  margin: 34px 0px;
}
@media (max-width: 1199px) {
  .blog-details hr {
    margin: 25px 0px;
  }
}
.blog-details .share {
  margin: -6px 0px;
}
.blog-details .share .tags {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-details .share a {
  background-color: transparent !important;
  color: #111111;
  padding: 0px !important;
}
.blog-details .share a:hover {
  color: #01571b;
}
.blog-details .author__info {
  padding: 34px 28px;
  border: 1px solid #01571b;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .blog-details .author__info {
    padding: 30px 15px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .blog-details .author__info {
    flex-direction: column;
  }
}
.blog-details .author__info .avatar img {
  width: 110px;
  max-width: 110px;
  height: 110px;
}
.blog-details .author__info h6 {
  margin-bottom: 13px;
}
@media (max-width: 1199px) {
  .blog-details .author__info h6 {
    margin-bottom: 11px;
  }
}
.blog-details .author__info p {
  margin-bottom: 14px;
}
.blog-details .author__info .social a:hover {
  background-color: #111111;
}
.blog-details .author__info .social a:hover i {
  color: #ffffff;
}
.blog-details .slide__group__btn {
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .blog-details .slide__group__btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .blog-details .slide__group__btn {
    flex-direction: column;
    gap: 20px;
  }
}
.blog-details .slide__group__btn .blog-prev-large,
.blog-details .slide__group__btn .blog-next-large {
  padding: 34px 28px;
  background-color: #111111;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .blog-details .slide__group__btn .blog-prev-large,
.blog-details .slide__group__btn .blog-next-large {
    padding: 30px 15px;
  }
}
.blog-details .slide__group__btn .blog-prev-large a,
.blog-details .slide__group__btn .blog-next-large a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.blog-details .slide__group__btn .blog-prev-large a:hover,
.blog-details .slide__group__btn .blog-next-large a:hover {
  color: #ffffff;
}
.blog-details .slide__group__btn .blog-prev-large a i,
.blog-details .slide__group__btn .blog-next-large a i {
  font-size: 14px;
}
.blog-details .slide__group__btn .blog-prev-large p,
.blog-details .slide__group__btn .blog-next-large p {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .blog-details .slide__group__btn .blog-prev-large p,
.blog-details .slide__group__btn .blog-next-large p {
    margin-top: 10px;
  }
}
.blog-details .slide__group__btn .blog-prev-large {
  background-color: #01571b;
}
.blog-details .slide__group__btn .blog-prev-large:hover {
  background-color: #111111;
}
.blog-details .slide__group__btn .blog-next-large:hover {
  background-color: #01571b;
}
.blog-details .slide__group__btn .blog-next-large a {
  justify-content: flex-end;
}
.blog-details .comment-box {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .blog-details .comment-box {
    margin-bottom: 40px;
  }
}
.blog-details .comment-box .comment-box__single {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px;
  background-color: #ffffff;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 34px;
}
.blog-details .comment-box .comment-box__single*:nth-last-of-type(1) {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .blog-details .comment-box .comment-box__single {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .blog-details .comment-box .comment-box__single {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-details .comment-box .comment-box__single .avatar {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .blog-details .comment-box .comment-box__single .avatar {
    margin-top: 0px;
  }
}
.blog-details .comment-box .comment-box__single .avatar img {
  width: 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
}
.blog-details .comment-box .comment-box__single .author-info__name {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blog-details .comment-box .comment-box__single .author-info__name {
    gap: 10px;
  }
}
.blog-details .comment-box .comment-box__single .author-info__name .time {
  color: #01571b;
}
.blog-details .comment-box .comment-box__single a {
  text-transform: uppercase;
  font-size: 16px;
  color: #01571b;
  margin-bottom: -6px;
}
.blog-details .comment-box .comment-box__single-reply {
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .blog-details .comment-box .comment-box__single-reply {
    margin-left: 40px;
  }
}
.blog-details .comment-box p {
  margin-bottom: 14px;
}
.blog-details .comment-box .reply-form {
  margin-top: 30px;
  display: none;
}
@media (max-width: 1199px) {
  .blog-details .comment-box .reply-form {
    margin-top: 25px;
  }
}
.blog-details .comment-box .reply-form .input {
  background-color: #f5f5f5;
}
.blog-details .comment-box .reply-form .input textarea {
  background-color: #f5f5f5;
  max-height: 130px;
}
.blog-details .comment-box .reply-form .button {
  padding: 8px 25px;
}
.blog-details .comment-box .open-reply {
  margin-top: -6px;
}
.blog-details .reply-box .input {
  background-color: #ffffff;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
}

@media (min-width: 1200px) {
  .contact .container {
    max-width: 1236px;
  }
}
.contact .contact-area__content {
  padding: 60px;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1199px) {
  .contact .contact-area__content {
    padding: 40px 15px;
  }
}
.contact form .input {
  margin-bottom: 20px !important;
}
.contact form .input input,
.contact form .input textarea {
  background-color: #f1f1f1;
  border: 1px solid transparent;
  margin-bottom: 0px !important;
  padding-top: 13px;
  padding-bottom: 13px;
}
.contact form .input input:focus,
.contact form .input textarea:focus {
  background-color: #ffffff;
  border: 1px solid rgba(102, 102, 102, 0.5);
}
.contact form .input textarea {
  max-height: 150px;
}
.contact form .button {
  width: 100%;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.contact .contact-area__sidebar {
  padding: 60px 30px;
  background-color: #01571b;
}
@media (min-width: 1200px) {
  .contact .contact-area__sidebar {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .contact .contact-area__sidebar {
    padding: 40px 15px;
  }
}
.contact .contact-area__sidebar .secondary {
  color: #ffffff;
  margin-bottom: 23px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .contact .contact-area__sidebar .secondary {
    margin-bottom: 19px;
  }
}
.contact .contact-area__sidebar h4 {
  color: #ffffff;
  margin-bottom: 19px;
}
@media (max-width: 1199px) {
  .contact .contact-area__sidebar h4 {
    margin-bottom: 17px;
  }
}
.contact .contact-area__sidebar p {
  color: #ffffff;
}
.contact .contact-area__sidebar .group {
  margin-top: 55px;
}
@media (max-width: 1199px) {
  .contact .contact-area__sidebar .group {
    margin-top: 35px;
  }
}
.contact .contact-area__sidebar .group .secondary {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact .contact-area__sidebar .group .secondary {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.contact .contact-area__sidebar .group .secondary:last-of-type {
  margin-bottom: -7px;
}
.contact .contact-area__sidebar .group .secondary i {
  font-size: 14px;
  width: 14px;
}

.contact-area-single {
  height: 100%;
}

.social-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .social-group .button {
    min-width: 180px;
    justify-content: center;
  }
}

.user-area__thumb img {
  max-width: 30vw;
  height: auto;
}

.user-area__wrapper-top {
  position: relative;
}
.user-area__wrapper-top .btn-group-slider {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1200px) {
  .user-area__wrapper-top .btn-group-slider {
    position: absolute;
    bottom: 25px;
    right: 25px;
  }
}
@media (max-width: 1199px) {
  .user-area__wrapper-top .btn-group-slider {
    margin-top: 15px;
  }
}
.user-area__wrapper-top .btn-group-slider a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #01571b;
}
.user-area__wrapper-top .btn-group-slider a img {
  max-width: 100%;
  height: auto;
}
.user-area__wrapper-top .btn-group-slider a i {
  font-size: 14px;
}
.user-area__wrapper-top .btn-group-slider a:hover {
  background-color: #111111;
  color: #ffffff;
}

.user-area__content {
  max-width: 530px;
}
@media (max-width: 991px) {
  .user-area__content {
    max-width: 100%;
  }
}
.user-area__content h4 {
  margin-bottom: 21px;
}
@media (max-width: 1199px) {
  .user-area__content h4 {
    margin-bottom: 16px;
  }
}
.user-area__content .user-text {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .user-area__content .user-text {
    font-size: 20px;
    line-height: 30px;
  }
}

.user-slider {
  max-width: 500px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .user-slider {
    margin-top: 22px;
  }
}

.user-area__slider-single {
  display: flex;
  align-items: center;
  gap: 20px;
  opacity: 0.5;
}
.user-area__slider-single .avatar {
  width: 90px;
  height: 90px;
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-area__slider-single .avatar a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.user-area__slider-single .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.user-area__slider-single .secondary {
  margin-bottom: 5px;
}
.user-area__slider-single .secondary a {
  font-weight: 700;
  color: #111111;
}
.user-area__slider-single .secondary a:hover {
  color: #01571b;
}

.slick-center .user-area__slider-single {
  opacity: 1;
}
.slick-center .user-area__slider-single .avatar {
  border: 2px solid #01571b;
}

.map__wrapper iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 1199px) {
  .map__wrapper iframe {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .map__wrapper iframe {
    height: 250px;
  }
}

/* ==== 
 --------- (4.4) all sections styles end ---------
 ==== */
/* ==== 
 --------- (4.5) footer styles start ---------
 ==== */
.footer {
  background-color: #111111;
}
.footer .alt-row {
  margin-bottom: -40px;
}
.footer .alt-row .col-md-6 {
  margin-bottom: 40px;
}
.footer hr {
  background-color: rgb(109, 109, 109);
  opacity: 0.7;
  margin: 60px 0px;
}
@media (max-width: 1199px) {
  .footer hr {
    margin: 40px 0px;
  }
}

.footer-area__single h5 {
  color: #ffffff;
  margin-bottom: 52px;
}
@media (max-width: 1199px) {
  .footer-area__single h5 {
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .footer-area__single h5 {
    margin-bottom: 16px;
  }
}
.footer-area__single p {
  color: #ffffff;
}
.footer-area__single .alt {
  max-width: 300px;
}
.footer-area__single .address {
  margin-top: 34px;
}
@media (max-width: 1199px) {
  .footer-area__single .address {
    margin-top: 19px;
  }
}
.footer-area__single .address p:first-of-type {
  margin-bottom: 14px;
}
@media (max-width: 1199px) {
  .footer-area__single .address p:first-of-type {
    margin-bottom: 9px;
  }
}
.footer-area__single ul li {
  margin-bottom: 21px;
}
@media (max-width: 1199px) {
  .footer-area__single ul li {
    margin-bottom: 12px;
  }
}
.footer-area__single ul li:last-of-type {
  margin-bottom: -9px;
}
.footer-area__single ul a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-area__single ul a i {
  font-size: 14px;
  color: #01571b;
}
.footer-area__single ul a:hover {
  color: #01571b;
}

.latest-news__single {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 320px;
  margin-bottom: 20px;
}
.latest-news__single:last-of-type {
  margin-bottom: 0px;
}
.latest-news__single img {
  width: 90px;
  max-width: 90px;
  height: 85px;
}
.latest-news__single p {
  margin-bottom: 10px;
}
.latest-news__single p:nth-last-of-type(1) {
  margin-bottom: -5px;
}
.latest-news__single p a {
  font-weight: 400;
}
.latest-news__single p a:hover {
  color: #01571b;
}
.latest-news__single .post-date {
  font-size: 14px;
  line-height: 26px;
  color: #01571b;
}

.footer-area__bottom-left p {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .footer-area__bottom-left p {
    margin-bottom: 15px;
  }
}
.footer-area__bottom-left input {
  color: #ffffff;
}
.footer-area__bottom-left .input-group-btn {
  max-width: 517px;
  padding: 4px 4px 4px 0px;
}
@media (max-width: 424px) {
  .footer-area__bottom-left .input-group-btn {
    padding: 10px;
  }
  .footer-area__bottom-left .input-group-btn .button {
    width: 100%;
    text-align: center;
    display: block;
  }
}
.footer-area__bottom-left .input-group-btn input {
  padding: 9px 20px;
}
.footer-area__bottom-left .input-group-btn .button {
  padding: 8px 40px 10px;
}
@media (max-width: 991px) {
  .footer-area__bottom-left .input-group-btn {
    max-width: 100%;
  }
}

.footer-area__bottom-right .social {
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .footer-area__bottom-right .social {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footer-area__bottom-right .social {
    justify-content: flex-start;
  }
}
.footer-area__bottom-right .breadcrumb {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .footer-area__bottom-right .breadcrumb {
    justify-content: flex-start;
  }
}

.footer-copy {
  padding: 40px 0px;
  background-color: #0f0f0f;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .footer-copy {
    padding: 25px 0px;
    margin-top: 35px;
  }
}
.footer-copy a {
  font-weight: 400;
  color: #ffffff;
}
.footer-copy a:hover {
  color: #01571b;
}
.footer-copy p {
  color: #ffffff;
  text-align: center;
}

.footer--secondary {
  background-color: #f9f9f9;
}
.footer--secondary hr {
  background-color: rgb(217, 217, 217);
}
.footer--secondary .footer-area__single h5 {
  color: #111111;
}
.footer--secondary .footer-area__single p {
  color: #666666;
}
.footer--secondary .footer-area__single .address strong {
  color: #111111;
}
.footer--secondary .footer-area__single a {
  color: #666666;
}
.footer--secondary .latest-news__single .post-date {
  color: #01571b;
}
.footer--secondary .input-group-btn {
  border-color: rgb(217, 217, 217);
}
@media (max-width: 424px) {
  .footer--secondary .input-group-btn input {
    border-color: rgb(217, 217, 217);
  }
}
.footer--secondary .input-group-btn .button:hover {
  background-color: #111111;
  color: #ffffff;
}
.footer--secondary .footer-area__bottom-left p {
  color: #111111;
  font-weight: 600;
}
.footer--secondary .footer-area__bottom-left input {
  color: #666666;
}
.footer--secondary .social a:hover {
  background-color: #111111;
}
.footer--secondary .social a:hover i {
  color: #ffffff;
}
.footer--secondary .breadcrumb-item a {
  color: #111111;
}
.footer--secondary .breadcrumb-item::before {
  color: #111111;
}

/* ==== 
 --------- (4.5) footer styles end ---------
 ==== *//*# sourceMappingURL=style.css.map */
 
 
 
