@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Donacion - Fundraising & Charity HTML Template
    Description: Donacion - Fundraising & Charity HTML Template
    Author: Theme_Pure
    Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
===================

01. common
02. Header
03. Navigation
04. Slider
05. Accordion
06. Breadcrumb
07. Contact
08. Mission
09. Cta
10. About
11. Section Title
12. Cause
13. Support
14. Choose Single Card
15. Feature Event
16. Newsfeed
17. Iconbox
18. Eventcount
19. Donation
20. Team
21. Choose
22. Circular Progress
23. Funfact
24. Services
25. Events
26. Testimonial
27. Back-to-top
28. Sidebar
29. Footer
-----------------------------------------------------------------------------------*/
/*
*****
01. common
*************************
*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&family=Roboto:wght@100;200;300;400;500;700;900&display=swap");
/*
*****
1. variables
*************************
*/
/*    Responsive css   */
/* Mixin for Button style*/
/* Mixin for Animated Button*/
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr-body-text-color);
}

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.border_radius10 img {
  border-radius: 10px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button, button {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button {
  border: 0;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: var(--clr-body-heading-color);
  margin-top: 0px;
  font-weight: 700;
  text-transform: normal;
  line-height: 1.16;
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 80px;
  font-weight: 700;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--clr-common-body-text-color);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

hr {
  border-bottom: 1px solid var(--clr-common-hr-border-color);
  border-top: 0 none;
  padding: 0;
  opacity: 1;
}

label {
  color: var(--clr-soft-soft-black-soft);
  cursor: pointer;
  font-size: 14px;
  font-weight: var(--fw-fweight-regular);
}

*::-moz-selection {
  background: var(--clr-common-black);
  color: var(--clr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--clr-common-black);
  color: var(--clr-common-white);
  text-shadow: none;
}

::selection {
  background: var(--clr-common-black);
  color: var(--clr-common-white);
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
input::-webkit-input-placeholder {
  color: var(--clr-common-black);
  font-size: 14px;
  opacity: 1;
  transition: 0.3s;
}
input:-moz-placeholder {
  color: var(--clr-common-black);
  font-size: 14px;
  opacity: 1;
  transition: 0.3s;
}
input::-moz-placeholder {
  color: var(--clr-common-black);
  font-size: 14px;
  opacity: 1;
  transition: 0.3s;
}
input:-ms-input-placeholder {
  color: var(--clr-common-black);
  font-size: 14px;
  opacity: 1;
  transition: 0.3s;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
input:focus:-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
input:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.w-200 {
  width: 200px;
}

.p-rel {
  position: relative;
}

.p-abs {
  position: absolute;
}

.rad-5 {
  border-radius: 5px;
}

.rad-20 {
  border-radius: 20px;
}

.rad-30 {
  border-radius: 30px;
}

.rad-50 {
  border-radius: 50px;
}

.rad-50p {
  border-radius: 50%;
}

.p-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.p-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.p-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.p-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.p-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.pb-385 {
  padding-bottom: 385px;
}

.pb-390 {
  padding-bottom: 390px;
}

.pb-420 {
  padding-bottom: 420px;
}

.pl-165 {
  padding-left: 165px;
}

.cta-bg {
  background-color: var(--clr-common-cta-bg);
}

.grey-bg {
  background-color: var(--clr-common-grey-bg);
}

.about-bg {
  background-color: var(--clr-common-gray-bg);
}

.gray-bg {
  background-color: var(--clr-soft-gray-bg);
}

.blue-bg {
  background-color: var(--clr-theme-7);
}

.white-bg {
  background-color: var(--clr-common-white);
}

.soft-grey-bg {
  background-color: var(--clr-soft-grey-bg);
}

.soft-grey-2 {
  background-color: var(--clr-soft-grey-2);
}

.brand-bg {
  background-color: var(--clr-soft-brand);
}

.text_space {
  margin-bottom: 165px;
}

.w_img > img {
  width: 100%;
}

.mtm-294 {
  margin-top: -294px;
}

.mtm-300 {
  margin-top: -300px;
}

.bg_cover {
  background-size: cover;
}

.gutter_40 {
  --bs-gutter-x: 40px;
}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .gutter_85 {
    --bs-gutter-x: 85px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gutter_85 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sm_mb0 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

:root {
  /**
  @color declaration
  */
  --clr-common-white: #fff;
  --clr-common-black: #000;
  --clr-common-grey: #999;
  --clr-common-grey-bg: #f9f9f9;
  --clr-common-gray-bg: #f8f8f8;
  --clr-common-cta-bg: #2f4158;
  --clr-common-menu-color: #888f9a;
  --clr-common-hr-border-color: #f3f3f3;
  --clr-common-slider-bg-color: #f0edec;
  --clr-common-border-color: #51647c;
  --clr-common-bg-overlay: #ff9731;
  --clr-body-text-color: #777777;
  --clr-body-heading-color: #263b5c;
  --clr-footer-1: #a2aec1;
  --clr-soft-black: #7e7e7e;
  --clr-soft-grey: #ebebeb;
  --clr-soft-grey-2: #f3f3f3;
  --clr-soft-dot: #e3e3e3;
  --clr-soft-gray-bg: #f9f9f9;
  --clr-soft-grey-bg: #f6f6f6;
  --clr-soft-brand: #f9f5f2;
  --clr-theme-1: #f15b43;
  --clr-theme-2: #65c9bb;
  --clr-theme-3: #ff9a39;
  --clr-theme-4: #132642;
  --clr-theme-5: #2984ff;
  --clr-theme-6: #63b55f;
  --clr-theme-7: #142645;
  --clr-theme-8: #5fb35b;
}

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: var(--clr-common-white);
}

[data-overlay=theme]::before {
  background-color: var(--clr-theme-1);
}

[data-overlay=dark]::before {
  background-color: var(--clr-common-black);
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/*      General Style of Buttons       */
.g_btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  min-width: 140px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  z-index: 1;
  color: var(--clr-common-white);
  /* For Styling Button */
  /* To Left Right Style */
  /* To Right Style */
  /* To Left Style */
  /* To Top Style */
  /* To Bottom Style */
  /* To Diagonal Style */
  /* ###################  
  Hover start  
  ###################### */
}
.g_btn:is(.hbtn_1) {
  padding: 0 45px;
  background-color: var(--clr-theme-2);
  color: var(--clr-common-white);
}
.g_btn:is(.theme1_bg) {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-1);
  padding: 0 45px;
}
@media (max-width: 767px) {
  .g_btn:is(.slider_btn) {
    padding: 0 45px;
  }
}
.g_btn:is(.theme2_bg) {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-2);
  padding: 0 45px;
}
.g_btn:is(.heading_bg) {
  color: var(--clr-common-white);
  background-color: var(--clr-body-heading-color);
  padding: 0 45px;
}
.g_btn:is(.cause_btn) {
  background-color: #ff9a39;
  color: #fff;
  padding: 0 50px;
}
.g_btn:is(.cause_btn) i {
  margin-left: 10px;
}
.g_btn:is(.trans_btn) {
  color: var(--clr-body-heading-color);
  border: 2px solid #ececec;
  line-height: 56px;
}
.g_btn:is(.trans_btn):hover {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-1);
  border-color: var(--clr-theme-1);
}
.g_btn:is(.red_bg) {
  color: var(--clr-common-white);
  background-color: #a51d25;
}
.g_btn:is(.donation_btn) {
  height: 56px;
  line-height: 50px;
  background-color: #3d7d3c;
  border-radius: 50px;
  border: 2px solid transparent;
}
.g_btn:is(.donation_btn):hover {
  background-color: transparent;
  border-color: var(--clr-common-white);
}
.g_btn:is(.i_left) i {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(1px);
}
.g_btn:is(.i_right) i {
  margin-left: 10px;
  display: inline;
}
.g_btn span {
  position: absolute;
  z-index: -1;
  transition: 0.5s ease;
}
.g_btn:is(.fbtn_2) {
  background-color: #5fb35b;
}
.g_btn:is(.fca_btn) {
  background-color: var(--clr-theme-2);
  height: 50px;
  line-height: 50px;
  min-width: auto;
}
.g_btn:is(.fca_btn1) {
  background-color: var(--clr-theme-1);
  height: 50px;
  line-height: 50px;
}
.g_btn:is(.to_leftright) {
  border-color: var(--clr-theme-2);
}
.g_btn:is(.to_leftright) span {
  top: 50%;
  left: 50%;
  width: 0;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: var(--clr-theme-2);
}
.g_btn:is(.to_topbottom) {
  border-color: transparent;
}
.g_btn:is(.to_topbottom) span {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  transform: translate(-50%, -50%);
  background-color: var(--clr-theme-3);
}
.g_btn:is(.to_diagonal_lr) {
  border-color: var(--clr-theme-4);
}
.g_btn:is(.to_diagonal_lr) span {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--clr-theme-4);
}
.g_btn:is(.to_diagonal_rl) {
  border-color: var(--clr-theme-1);
}
.g_btn:is(.to_diagonal_rl) span {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--clr-theme-1);
}
.g_btn:is(.to_right1) {
  border-color: var(--clr-theme-1);
}
.g_btn:is(.to_right1) span {
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--clr-theme-1);
}
.g_btn:is(.to_right2) {
  border-color: var(--clr-theme-2);
}
.g_btn:is(.to_right2) span {
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--clr-theme-2);
}
.g_btn:is(.to_right3) {
  border-color: var(--clr-theme-3);
}
.g_btn:is(.to_right3) span {
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--clr-theme-3);
}
.g_btn:is(.to_right4) {
  border-color: var(--clr-theme-4);
}
.g_btn:is(.to_right4) span {
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--clr-theme-4);
}
.g_btn:is(.to_rightheading) {
  border-color: var(--clr-body-heading-color);
}
.g_btn:is(.to_rightheading) span {
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--clr-body-heading-color);
}
.g_btn:is(.to_rightout) {
  border-color: var(--clr-theme-2);
}
.g_btn:is(.to_rightout) span {
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--clr-theme-2);
}
.g_btn:is(.to_rightout_heading) {
  border-color: var(--clr-body-heading-color);
}
.g_btn:is(.to_rightout_heading) span {
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--clr-body-heading-color);
}
.g_btn:is(.to_left) {
  border-color: var(--clr-theme-3);
}
.g_btn:is(.to_left) span {
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--clr-theme-3);
}
.g_btn:is(.to_leftout) {
  border-color: var(--clr-theme-3);
}
.g_btn:is(.to_leftout) span {
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--clr-theme-3);
}
.g_btn:is(.to_top) {
  border-color: var(--clr-theme-4);
}
.g_btn:is(.to_top):is(.trans_btn) {
  border-color: #ececec;
}
.g_btn:is(.to_top) span {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--clr-theme-4);
}
.g_btn:is(.to_topout) {
  border-color: var(--clr-theme-4);
}
.g_btn:is(.to_topout) span {
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--clr-theme-4);
}
.g_btn:is(.to_bottom) {
  border-color: var(--clr-theme-1);
}
.g_btn:is(.to_bottom) span {
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--clr-theme-1);
}
.g_btn:is(.to_bottomout) {
  border-color: var(--clr-theme-1);
}
.g_btn:is(.to_bottomout) span {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--clr-theme-1);
}
.g_btn:is(.to_diagonal) {
  border-color: var(--clr-soft-black);
}
.g_btn:is(.to_diagonal) span {
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: var(--clr-soft-black);
}
.g_btn:is(.to_diagonalout) {
  border-color: var(--clr-soft-black);
}
.g_btn:is(.to_diagonalout) span {
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  background-color: var(--clr-soft-black);
}
.g_btn:hover {
  color: var(--clr-common-white);
  /* To left Right style */
  /* To Right Style Hover */
  /* To Left Style */
  /* To Top Style */
  /* To Bottom Style */
  /* To Diagonal Style */
}
.g_btn:hover:is(.to_leftright) {
  color: var(--clr-body-heading);
}
.g_btn:hover:is(.to_leftright) span {
  width: 100%;
  height: 100%;
}
.g_btn:hover:is(.to_topbottom) {
  color: var(--clr-common-white);
  border-color: transparent;
}
.g_btn:hover:is(.to_topbottom) span {
  width: 100%;
  height: 100%;
}
.g_btn:hover:is(.to_diagonal_lr) {
  color: var(--clr-common-white);
}
.g_btn:hover:is(.to_diagonal_lr) span {
  width: 100%;
  height: 380%;
}
.g_btn:hover:is(.to_diagonal_rl) {
  color: var(--clr-common-white);
}
.g_btn:hover:is(.to_diagonal_rl) span {
  width: 100%;
  height: 380%;
}
.g_btn:hover:is(.to_right1, .to_right2, .to_right3, .to_right4, .to_rightheading) {
  color: var(--clr-common-white);
}
.g_btn:hover:is(.to_right1, .to_right2, .to_right3, .to_right4, .to_rightheading) span {
  width: 100%;
  height: 100%;
}
.g_btn:hover:is(.to_rightout, .to_rightout_heading) {
  color: var(--clr-common-white);
}
.g_btn:hover:is(.to_rightout, .to_rightout_heading) span {
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
.g_btn:hover:is(.to_left) {
  color: var(--clr-common-white);
}
.g_btn:hover:is(.to_left) span {
  width: 100%;
  height: 100%;
}
.g_btn:hover:is(.to_leftout) {
  color: var(--clr-common-white);
}
.g_btn:hover:is(.to_leftout) span {
  left: auto;
  right: 0;
  width: 100%;
  height: 100%;
}
.g_btn:hover:is(.to_top) {
  color: var(--clr-common-white);
}
.g_btn:hover:is(.to_top) span {
  width: 100%;
  height: 100%;
}
.g_btn:hover:is(.to_topout) {
  color: var(--clr-common-white);
}
.g_btn:hover:is(.to_topout) span {
  bottom: 0;
  top: auto;
  width: 100%;
  height: 100%;
}
.g_btn:hover:is(.to_bottom) {
  color: var(--clr-common-white);
}
.g_btn:hover:is(.to_bottom) span {
  width: 100%;
  height: 100%;
}
.g_btn:hover:is(.to_bottomout) {
  color: var(--clr-common-white);
}
.g_btn:hover:is(.to_bottomout) span {
  bottom: auto;
  top: 0;
  width: 100%;
  height: 100%;
}
.g_btn:hover:is(.to_diagonal) {
  color: var(--clr-common-white);
}
.g_btn:hover:is(.to_diagonal) span {
  width: 100%;
  height: 100%;
}
.g_btn:hover:is(.to_diagonalout) {
  color: var(--clr-common-white);
}
.g_btn:hover:is(.to_diagonalout) span {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*
*****
03. Navigation
*************************
*/
.main-menu ul li {
  display: inline-block;
  margin: 0px 20px;
  list-style: none;
  position: relative;
  /* sub-menu here*/
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-menu ul li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin: 0 15px;
  }
}
.main-menu ul li.menu-item-has-children > a::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-left: 3px;
  display: inline-block;
  transform: translateY(1px);
  opacity: 0;
  visibility: hidden;
}
.main-menu ul li.active > a {
  color: var(--clr-body-heading-color);
}
.main-menu ul li a {
  padding: 62px 0;
  display: block;
  text-decoration: none;
  color: var(--clr-common-menu-color);
  font-weight: 700;
  font-size: 16px;
}
.main-menu ul li:hover > a {
  color: var(--clr-body-heading-color);
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu ul li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  border-top: 4px solid var(--clr-theme-1);
  background-color: var(--clr-common-white);
  text-align: start;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 3;
}
.main-menu ul li ul.sub-menu li {
  margin: 0;
  display: block;
  padding: 0 30px;
}
.main-menu ul li ul.sub-menu li:last-child {
  border-bottom: 0;
}
.main-menu ul li ul.sub-menu li a {
  padding: 12px 0;
  text-align: start;
  display: block;
  border-bottom: 1px solid rgba(90, 90, 90, 0.11);
  position: relative;
  color: var(--clr-common-menu-color);
}
.main-menu ul li ul.sub-menu li a:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--clr-theme-1);
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 220ms linear 0ms;
}
.main-menu ul li ul.sub-menu li a:hover {
  padding-left: 18px;
  color: var(--clr-body-heading-color);
}
.main-menu ul li ul.sub-menu li a:hover:after {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.main-menu ul li:hover .sub-menu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.main-menu:is(.menu_2) ul li.menu-item-has-children ul.sub-menu {
  z-index: 3;
}
.main-menu:is(.menu_2) ul li a {
  padding: 43px 0;
}

.main-menu:is(.theme-1) ul li:hover > a {
  color: var(--clr-theme-1);
}
.main-menu:is(.theme-1) ul li .sub-menu li a:hover {
  color: var(--clr-theme-1);
}

/*
*****
02. Header
*************************
*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .res_padd {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .res_padd {
    padding: 15px 0;
  }
}

.logo img {
  min-width: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header_menu_area_2 {
    padding: 15px 0;
  }
}

.header-area:is(.header-transparent) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
}
@media (max-width: 767px) {
  .header-area:is(.header-transparent) {
    position: static;
  }
}

.header-sing {
  height: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .header-sing .hbtn_1 {
    padding: 0 32px;
  }
}

.menu-bar button {
  width: 60px;
  height: 60px;
  background: var(--clr-common-white);
  display: inline-block;
  border: 0;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: var(--clr-body-heading-color);
  font-size: 18px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-bar button {
    border: 1px solid var(--clr-body-heading-color);
  }
}
.menu-bar button:hover {
  background-color: var(--clr-theme-2);
  color: var(--clr-common-white);
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-bar button:hover {
    border: 1px solid var(--clr-theme-2);
  }
}

.header-icon a {
  color: var(--clr-common-white);
}

/* Header top area   */
.header_top_area {
  background-color: var(--clr-body-heading-color);
}
@media (max-width: 767px) {
  .header_top_area {
    padding: 30px 0;
  }
}

.top_social a {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  background-color: #23344f;
  text-align: center;
  font-size: 14px;
  color: #c0c0c0;
}
.top_social a:is(.facebook):hover {
  background-color: #385398;
  color: var(--clr-common-white);
}
.top_social a:is(.twitter):hover {
  background-color: #55acee;
  color: var(--clr-common-white);
}
.top_social a:is(.behance):hover {
  background-color: #0057FF;
  color: var(--clr-common-white);
}
.top_social a:is(.youtube):hover {
  background-color: #C3271A;
  color: var(--clr-common-white);
}
.top_social a:is(.google):hover {
  background-color: #E34133;
  color: var(--clr-common-white);
}
.top_social a:is(.pinterest):hover {
  background-color: #C51F26;
  color: var(--clr-common-white);
}
.top_social a:is(.linkedin):hover {
  background-color: #0073B1;
  color: var(--clr-common-white);
}
.top_social a:is(.instagram):hover {
  background-color: #DC001A;
  color: var(--clr-common-white);
}
.top_social:is(.offset_social) a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--clr-body-heading-color);
  color: #fff;
}

@media (max-width: 767px) {
  .top_mailing {
    margin-bottom: 25px;
  }
}
.top_mailing a {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
  color: #c5c5c5;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_mailing a {
    padding-right: 8px;
    margin-right: 8px;
  }
}
.top_mailing a:after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  transition: translateY(-50%);
  background-color: #3d5170;
  content: "";
  margin-top: -5px;
}
.top_mailing a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.top_mailing a:last-child:after {
  display: none;
}
.top_mailing a:is(.theme-1) i {
  color: var(--clr-theme-1);
}
.top_mailing a:is(.theme-1):hover {
  color: var(--clr-theme-1);
}
.top_mailing a:is(.theme-2) i {
  color: var(--clr-theme-2);
}
.top_mailing a:is(.theme-2):hover {
  color: var(--clr-theme-2);
}
.top_mailing a:is(.theme-3) i {
  color: var(--clr-theme-3);
}
.top_mailing a:is(.theme-3):hover {
  color: var(--clr-theme-3);
}
.top_mailing a i {
  display: inline-block;
  margin-right: 8px;
}

/*  Hero Area 2 */
.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 8s linear 0s;
  -moz-transition: all 8s linear 0s;
  -ms-transition: all 8s linear 0s;
  -o-transition: all 8s linear 0s;
  transition: all 8s linear 0s;
  filter: grayscale(100%);
}

.swiper-slide-active .slide-bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.swiper-slide-active .img_center {
  left: 50%;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.hero_wrapper:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--clr-common-black);
  opacity: 0.5;
  z-index: 1;
}

.hero_single {
  position: relative;
  z-index: 3;
}

.img_center {
  position: absolute;
  left: 40%;
  top: 0;
  margin-left: -25%;
  height: 100%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.img_center img {
  height: 100%;
}
@media (max-width: 767px) {
  .img_center {
    display: none;
  }
}

.hero_height {
  min-height: 750px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_height {
    min-height: 650px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_height {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .hero_height {
    min-height: 500px;
  }
}

.hero_height_3 {
  min-height: 980px;
}

@media (max-width: 767px) {
  .hero_meta {
    margin-bottom: 5px;
  }
}
.hero_meta a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding-right: 20px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero_meta a {
    font-size: 15px;
    padding-right: 10px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_meta a {
    font-size: 16px;
    padding-right: 15px;
    margin-right: 25px;
  }
}
.hero_meta a:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
  width: 1px;
  background-color: #c57163;
  content: "";
  height: 15px;
}
@media (max-width: 767px) {
  .hero_meta a:before {
    height: 10px;
    margin-top: -5px;
    background-color: #eeecec;
  }
}
.hero_meta a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.hero_meta a:last-child:before {
  display: none;
}

.hero_content p {
  font-size: 24px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_content p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hero_content p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_content p {
    font-size: 21px;
  }
}

.hero_title {
  font-size: 80px;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero_title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_title {
    font-size: 50px;
  }
}

.hero_buttons a {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 767px) {
  .hero_buttons a:is(.g_btn) {
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .hero_buttons a:is(.g_btn):last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_buttons a:is(.g_btn) {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

/*   Header style 3  */
.menu_3 {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(-50px);
}
.menu_3:is(.menu_block) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hero_wrapper_3 {
  z-index: 1;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 378px;
  padding-bottom: 354px;
  background-size: cover;
}

.header_area_3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}

.spacial_logo {
  width: 200px;
  height: 200px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.spacial_logo:hover .logo_absicon {
  animation: icon-bounce 0.8s 1;
}

.logo_absicon {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #d13942;
  line-height: 50px;
  color: #fff;
  margin-left: -25px;
  margin-bottom: -25px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}
.logo_absicon i {
  display: block;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.logo_absicon i:is(.fa-minus) {
  transform: translateY(-150%);
  opacity: 0;
  visibility: hidden;
}
.logo_absicon:is(.icon_block) i.fa-minus {
  display: block;
  transform: translateY(-100%);
  opacity: 1;
  visibility: visible;
}
.logo_absicon:is(.icon_block) i.fa-plus {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.sub_content {
  font-size: 24px;
  color: #b38a85;
  margin-bottom: 10px;
  display: block;
}

.hero_title3 {
  font-size: 200px;
  font-weight: 700;
  color: #142645;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero_title3 {
    font-size: 72px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_title3 {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_title3 {
    font-size: 150px;
  }
}

/* Menu Search
-------------------------------------------------------*/
.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

.nav-search:hover {
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .main-search-input {
    padding: 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .search-wrap .main-search-input {
    padding: 0;
    font-size: 20px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  input.main-search-input::-webkit-input-placeholder {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  input.main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

input.main-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  input.main-search-input:-moz-placeholder {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  input.main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  input.main-search-input::-moz-placeholder {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  input.main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  input.main-search-input:-ms-input-placeholder {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  input.main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
  color: #7f7f7f;
  display: block;
}

/*
*****
04. Slider
*************************
*/
.img_topleft {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50%;
}

.img_topright {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
}

.img_bottomleft {
  position: absolute;
  left: -60px;
  bottom: -125px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .img_bottomleft {
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img_bottomleft {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img_bottomleft {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .img_bottomleft {
    max-width: 100%;
  }
}

.img_bottomright {
  position: absolute;
  bottom: 0;
  right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .img_bottomright {
    right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img_bottomright {
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img_bottomright {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .img_bottomright {
    display: none;
  }
}

.slider_area {
  position: relative;
  background-color: var(--clr-common-slider-bg-color);
  overflow: hidden;
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .slider_content:is(.text_space) {
    margin-bottom: 158px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .slider_content:is(.text_space) {
    margin-bottom: 158px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content:is(.text_space) {
    margin-bottom: 158px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content:is(.text_space) {
    margin-bottom: 158px;
  }
}
@media (max-width: 767px) {
  .slider_content:is(.text_space) {
    margin-bottom: 0;
  }
}
.slider_content .slider_button {
  position: absolute;
  right: 70px;
  top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .slider_content .slider_button {
    position: static;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content .slider_button {
    position: static;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content .slider_button {
    position: static;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .slider_content .slider_button {
    position: static;
    margin-top: 20px;
  }
}

.slider_area .slider_text {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_area .slider_text:is(.text_overlay) {
    padding: 30px;
    padding-bottom: 45px;
  }
  .slider_area .slider_text:is(.text_overlay):before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 0.6;
    z-index: -1;
    border-radius: 0 30px 30px 30px;
  }
}
.slider_area .slider_text .slider_title {
  font-size: 152px;
  line-height: 1;
  font-weight: 700;
  color: var(--clr-body-heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .slider_area .slider_text .slider_title {
    font-size: 145px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_area .slider_text .slider_title {
    font-size: 125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_area .slider_text .slider_title {
    font-size: 95px;
  }
}
@media (max-width: 767px) {
  .slider_area .slider_text .slider_title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider_area .slider_text .slider_title {
    font-size: 90px;
  }
}
.slider_area .slider_text .slider_title span {
  font-size: 120px;
  font-weight: 100;
  line-height: 1.12;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .slider_area .slider_text .slider_title span {
    font-size: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_area .slider_text .slider_title span {
    font-size: 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_area .slider_text .slider_title span {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .slider_area .slider_text .slider_title span {
    font-size: 65px;
    display: block;
  }
}

.slider_height {
  min-height: 900px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_height {
    min-height: 800px;
  }
}
@media (max-width: 767px) {
  .slider_height {
    min-height: 570px;
  }
}

.slider_height_2 {
  min-height: 750px;
}

/*
*****
05. Accordion
*************************
*/
.accordion-item:first-of-type .accordion-button:is(.faq_button) {
  border-radius: 10px;
  padding-right: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), (max-width: 767px) {
  .accordion-item:first-of-type .accordion-button:is(.faq_button) {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion-item:first-of-type .accordion-button:is(.faq_button) {
    padding-right: 70px;
  }
}
.accordion-item:last-of-type .accordion-button:is(.faq_button) {
  border-radius: 10px;
}
.accordion-item:last-of-type .accordion-button:is(.faq_button):is(.collapsed) {
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .accordion_wrapper {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .accordion_wrapper {
    margin-right: 0;
  }
}
.accordion_wrapper:is(.padd_80) {
  padding: 80px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion_wrapper:is(.padd_80) {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .accordion_wrapper:is(.padd_80) {
    padding: 70px 50px;
  }
}
@media (max-width: 767px) {
  .accordion_wrapper:is(.padd_80) {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .accordion_wrapper:is(.padd_80) {
    padding: 40px 25px;
  }
}
.accordion_wrapper .accordion-item {
  border: 2px solid #efefef;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
}
.accordion_wrapper .accordion-item:last-of-type {
  border-radius: 10px;
  margin-bottom: 0;
}
.accordion_wrapper .accordion-item:first-of-type {
  border-radius: 10px;
}
.accordion_wrapper .accordion-body {
  padding: 26px;
  padding-right: 28px;
  padding-top: 0;
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.75;
}

.accordion-button:is(.faq_button) {
  padding: 22px 26px;
  font-size: 18px;
  color: var(--clr-body-heading-color);
  border-radius: 10px;
  padding-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), (max-width: 767px) {
  .accordion-button:is(.faq_button) {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion-button:is(.faq_button) {
    padding-right: 50px;
  }
}
.accordion-button:is(.faq_button):after {
  color: #bebebe;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  font-family: "font awesome 5 pro";
  content: "";
  transform: translateY(-50%);
  background-image: none;
  transition: 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), (max-width: 767px) {
  .accordion-button:is(.faq_button):after {
    right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion-button:is(.faq_button):after {
    right: 20px;
  }
}
.accordion-button:is(.faq_button):not(.collapsed) {
  color: var(--clr-body-heading-color);
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:is(.faq_button):not(.collapsed)::after {
  content: "";
  transition: 0.5s ease-in-out;
}
.accordion-button:is(.faq_button):focus {
  border-color: #bebebe;
  box-shadow: none;
}

/*
*****
06. Breadcrumb
*************************
*/
.breadcrumb_area {
  padding-top: 160px;
  padding-bottom: 132px;
}

.breadcrumb_overlay {
  position: relative;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.breadcrumb_overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}

.breadcrumb-list li {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  margin-right: 20px;
}
.breadcrumb-list li:before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 15px;
  content: "";
  background-color: #adadad;
  transform: translateY(-50%);
}
.breadcrumb-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb-list li:last-child a {
  color: var(--clr-theme-1);
}
.breadcrumb-list li:last-child:before {
  display: none;
}
.breadcrumb-list li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.breadcrumb-list li span {
  color: var(--clr-theme-1);
  font-size: 16px;
}
.breadcrumb-list:is(.volunteer_breadcrumb) li span.active {
  color: #ffae00;
}

.breadcrumb_title h2 {
  font-size: 80px;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb_title h2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb_title h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumb_title h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb_title h2 {
    font-size: 50px;
  }
}

/*
*****
07. Contact
*************************
*/
.contact_map {
  height: 700px;
}
.contact_map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .get_intouch_area {
    padding-top: 105px;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_location_section {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact_location_section {
    padding-left: 25px;
  }
}

.contact_section {
  padding: 58px;
  padding-top: 52px;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .contact_section {
    padding: 40px 30px;
    padding-top: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact_section {
    padding: 50px;
    padding-top: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact_section:is(.contact_contact) {
    padding: 50px 40px;
    padding-top: 44px;
  }
}
.contact_section input {
  width: 100%;
  padding-bottom: 13px;
  border: 0;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 23px;
  color: #999;
}
.contact_section input::-webkit-input-placeholder {
  color: #c3c3c3;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.contact_section input:-moz-placeholder {
  color: #c3c3c3;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.contact_section input::-moz-placeholder {
  color: #c3c3c3;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.contact_section input:-ms-input-placeholder {
  color: #c3c3c3;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.contact_section textarea {
  border: 0;
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
  margin-bottom: 25px;
  color: #999;
  font-size: 14px;
  height: 180px;
}
.contact_section textarea::-webkit-input-placeholder {
  color: #c3c3c3;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 1;
}
.contact_section textarea:-moz-placeholder {
  color: #c3c3c3;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 1;
}
.contact_section textarea::-moz-placeholder {
  color: #c3c3c3;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 1;
}
.contact_section textarea:-ms-input-placeholder {
  color: #c3c3c3;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 1;
}
.contact_section textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.contact_section textarea:focus:-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.contact_section textarea:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.contact_section textarea:focus:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .contact_section textarea {
    height: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact_section textarea {
    height: 180px;
  }
}
.contact_section:is(.has_border) {
  border: 2px solid #efefef;
}
.contact_section:is(.bottom_radius0) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#contact_select {
  width: 100%;
  border: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
  color: #999;
  font-size: 14px;
  line-height: 1;
  appearance: none;
  -moz-appearance: none;
}

.contact_btn {
  height: 60px;
  padding: 0 50px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  background-color: #5fb35b;
}
.contact_btn:hover {
  background-color: var(--clr-theme-1);
}

.single_contact_location {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.single_contact_location .icon {
  flex: 0 0 80px;
  height: 80px;
  background-color: #fff;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  margin-right: 30px;
  transition: 0.5s;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_contact_location .icon {
    margin-right: 20px;
    flex: 0 0 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
  }
}
.single_contact_location:is(.theme-1) .icon {
  color: var(--clr-theme-1);
}
.single_contact_location:is(.theme-1) .icon:hover {
  background-color: var(--clr-theme-1);
  color: var(--clr-common-white);
}
.single_contact_location:is(.theme-1) .contact_address_title:hover {
  color: var(--clr-theme-1);
}
.single_contact_location:is(.theme-2) .icon {
  color: var(--clr-theme-2);
}
.single_contact_location:is(.theme-2) .icon:hover {
  background-color: var(--clr-theme-2);
  color: var(--clr-common-white);
}
.single_contact_location:is(.theme-2) .contact_address_title:hover {
  color: var(--clr-theme-2);
}
.single_contact_location:is(.theme-6) .icon {
  color: var(--clr-theme-6);
}
.single_contact_location:is(.theme-6) .icon:hover {
  background-color: var(--clr-theme-6);
  color: var(--clr-common-white);
}
.single_contact_location:is(.theme-6) .contact_address_title {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.single_contact_location:is(.theme-6) .contact_address_title:hover {
  color: var(--clr-theme-6);
}

.contact_location_text span {
  font-size: 16px;
  display: block;
}
@media (max-width: 767px) {
  .contact_location_text span {
    font-size: 14px;
  }
}

.contact_address_title {
  font-size: 24px;
  margin-bottom: 0;
  text-decoration: none;
  color: var(--clr-body-heading-color);
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact_address_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact_address_title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact_address_title {
    font-size: 20px;
  }
}
.contact_address_title:hover {
  color: var(--clr-body-heading-color);
}

/*  Contact nice Select Style   */
.nice-select.contact_select .option:hover, .nice-select.contact_select .option.focus, .nice-select.contact_select .option.selected.focus {
  background-color: #257F26;
}

.nice-select:is(.contact_select) {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d3d3d3;
  padding: 0;
  border-radius: 0;
  height: 39px;
  line-height: 30px;
  margin-bottom: 23px;
}
.nice-select:is(.contact_select) span.current {
  color: #999;
}
.nice-select:is(.contact_select):after {
  right: 0px;
  color: #999;
  font-size: 16px;
  margin-top: -3px;
}
.nice-select:is(.contact_select) .list {
  background-color: #5FB35B;
  color: #fff;
  border: 0;
}
.nice-select:is(.contact_select) .list li:hover {
  background-color: #257F26;
}

/*
*****
08. Mission
*************************
*/
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_wrapper :is(.title_2):is(.no_br) br {
    display: none;
  }
}

.about_signle_video {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.about_signle_video img {
  transition: 0.5s;
}
.about_signle_video:hover img {
  transform: scale(1.1);
}

.video_icon {
  width: 100px;
  height: 100px;
  background-color: var(--clr-theme-1);
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 1;
}
.video_icon i {
  font-size: 16px;
  color: var(--clr-common-white);
  font-weight: 700;
  margin-left: 5px;
  transition: 0.3s;
}
.video_icon:hover {
  background-color: var(--clr-common-white);
}
.video_icon:hover i {
  color: var(--clr-theme-1);
}

.about_subscribe {
  position: relative;
}
.about_subscribe > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(50% - 15px);
  object-fit: cover;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_subscribe > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
}

.about_subscribe {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_subscribe:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.5;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe_mission {
    position: relative;
    color: #fff;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe_mission :is(.title_2):is(.text_white) {
    color: #fff;
  }
}

/*
*****
09. Cta
*************************
*/
.sub_title_2 {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: var(--clr-theme-2);
}

.section_title_2 {
  font-size: 50px;
  line-height: 1;
  color: var(--clr-common-white);
}
@media (max-width: 767px) {
  .section_title_2 {
    font-size: 38px;
  }
}

.donar_input {
  height: 60px;
  background: transparent;
  border-radius: 50px;
  padding: 15px 15px;
  padding-left: 30px;
  line-height: 60px;
  display: inline-block;
  border: 2px solid var(--clr-common-border-color);
  width: 166px;
  color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.donar_input:focus {
  border-color: var(--clr-common-white);
  transition: 0.9s;
}
@media (max-width: 767px) {
  .donar_input:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .donar_input:last-child {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .donar_input {
    width: 135px;
  }
}

.donar_section input::-webkit-input-placeholder {
  color: #758394;
  font-size: 14px;
}
.donar_section input:-moz-placeholder {
  color: #758394;
  font-size: 14px;
}
.donar_section input::-moz-placeholder {
  color: #758394;
  font-size: 14px;
}
.donar_section input:-ms-input-placeholder {
  color: #758394;
  font-size: 14px;
}

.currency {
  min-width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  padding: 0 20px;
  border: 2px solid var(--clr-common-border-color);
  background: #35485f;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.currency:is(.custom_padd) {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .currency:is(.custom_padd) {
    padding: 0 27px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .currency:is(.custom_padd) {
    padding: 0 30px;
  }
}
.currency:is(.funfact) {
  border-color: #f5f5f5;
  background-color: transparent;
  color: #142645;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .currency:is(.funfact) {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 2px;
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .currency:is(.funfact) {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 5px;
  }
}
.currency:is(.funfact):last-child {
  margin-right: 0;
}
.currency:is(.funfact):hover {
  background-color: var(--clr-theme-2);
  color: #fff;
}
.currency:hover {
  background-color: var(--clr-theme-2);
  border-color: var(--clr-theme-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .donation {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .donation {
    width: 300px;
  }
}

/*  cta fluid area   */
.container_spance0 {
  padding-left: 0;
  padding-right: 0;
}

.cta_single {
  padding: 55px 60px;
  height: 100%;
}
@media only screen and (min-width: 1401px) and (max-width: 1600px), (max-width: 767px) {
  .cta_single {
    padding: 55px 30px;
  }
}
.cta_single:is(.cta_color_1) {
  background-color: #d13942;
}
.cta_single:is(.cta_color_2) {
  background-color: #142645;
}
.cta_single p {
  font-size: 30px;
  color: #fff;
  line-height: 1.33;
  margin-bottom: 52px;
}
@media only screen and (min-width: 1401px) and (max-width: 1600px), (max-width: 767px) {
  .cta_single p {
    font-size: 25px;
    margin-bottom: 50px;
  }
}

.cta_sub {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

.video_wrapper_3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-size: cover;
  background-position: center center;
  padding: 140px 0;
}
.video_wrapper_3 .play_btn {
  background-color: #fff;
  color: var(--clr-theme-1);
  transition: 0.5s;
}
.video_wrapper_3 .play_btn:hover {
  background-color: var(--clr-theme-1);
  color: var(--clr-common-white);
}

/*
*****
10. About
*************************
*/
@media (max-width: 767px) {
  .about_area:is(.about_area_2) {
    padding-top: 190px;
  }
}

@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_img_wrapper {
    margin-right: 0;
  }
}

.about_list li {
  list-style: none;
  position: relative;
  padding-left: 37px;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  color: var(--clr-body-heading-color);
  transition: 0.3s;
}
.about_list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  transform: translateY(-50%);
  color: var(--clr-theme-2);
  font-weight: 400;
}
.about_list:is(.about_single_list) li:before {
  font-weight: 300;
  color: var(--clr-theme-1);
}

.about_review {
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 60px 30px;
  width: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_review {
    padding: 50px 10px;
    width: auto;
  }
}
.about_review::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--clr-common-bg-overlay);
  opacity: 0.9;
}
.about_review .author {
  font-size: 14px;
  margin-bottom: 10px;
}
.about_review .review_text {
  line-height: 1.4;
  margin-bottom: 0;
  font-size: 20px;
}

.about_review * {
  position: relative;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .about_wrapper {
    padding-left: 0;
  }
}
.about_wrapper p:is(.n_mb20) {
  margin-bottom: 20px;
}

.about_img {
  position: relative;
  text-align: center;
  z-index: 1;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.about_img:before {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
}
.about_img .about_img_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  z-index: 3;
}
.about_img .about_img_text i {
  font-size: 80px;
  color: #fff;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .about_img .about_img_text i {
    font-size: 60px;
  }
}
.about_img .about_img_text .img_text {
  font-size: 16px;
  color: var(--clr-common-white);
}
.about_img .about_img_text:is(.theme-2) i {
  color: var(--clr-theme-2);
}
.about_img .about_img_text:is(.theme-2) .img_text:hover {
  color: var(--clr-theme-2);
}
.about_img .about_img_text:is(.theme-no1) i {
  color: #fecc00;
}
.about_img .about_img_text:is(.theme-no1) .img_text:hover {
  color: #fecc00;
}
.about_img .about_img_text:is(.theme-no) i {
  color: #ffb974;
}
.about_img .about_img_text:is(.theme-no) .img_text:hover {
  color: #ffb974;
}
.about_img img {
  transform: scale(1);
  transition: 0.5s;
}
.about_img:hover > img {
  transform: scale(1.1);
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about_wrapper_home {
    padding-left: 0;
  }
}

/*   About are  2  */
.about_summary {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_summary {
    margin-bottom: 30px;
  }
}
.about_summary p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0;
  position: relative;
  padding-left: 34px;
  line-height: 1.54;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about_summary p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about_summary p {
    font-size: 16px;
    padding-left: 25px;
  }
}
.about_summary p:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  content: "";
  background-color: #eee;
}
.about_summary p span:is(.theme-1) {
  color: var(--clr-theme-1);
  font-weight: 700;
}
.about_summary p span:is(.theme-2) {
  color: var(--clr-theme-2);
  font-weight: 700;
}
.about_summary p span:is(.theme-4) {
  color: var(--clr-theme-4);
  font-weight: 700;
}

.about_img_wrapper_2 {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_img_wrapper_2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_img_wrapper_2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about_img_wrapper_2 {
    margin-bottom: 40px;
    margin-left: 0;
  }
}

.about_champ_card {
  background-color: #5fb35b;
  color: #fff;
  padding: 40px 25px;
  padding-bottom: 35px;
  text-align: center;
  border: 10px solid #fff;
  border-radius: 5px;
  width: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_champ_card {
    padding: 20px 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_champ_card {
    border-color: #f1f1f1;
  }
}
@media (max-width: 767px) {
  .about_champ_card {
    padding: 20px 15px;
    padding-bottom: 15px;
  }
}
.about_champ_card:is(.about_abs2) {
  position: absolute;
  left: -100px;
  bottom: 51px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_champ_card:is(.about_abs2) {
    left: 51px;
    bottom: -51px;
  }
}
@media (max-width: 767px) {
  .about_champ_card:is(.about_abs2) {
    left: 50%;
    bottom: auto;
    top: -90px;
    margin-left: -90px;
  }
}
.about_champ_card i {
  font-size: 70px;
  line-height: 1;
}
.about_champ_card span {
  font-size: 14px;
}
.about_champ_card:is(.about_abs_single) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  bottom: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about_champ_card:is(.about_abs_single) {
    left: 50%;
    border-color: #f1f1f1;
  }
}

.abs_numb {
  font-size: 60px;
  color: #fff;
  position: relative;
  line-height: 1;
  margin-bottom: 0;
}
.abs_numb span {
  font-size: 18px;
  position: absolute;
  bottom: 10px;
}

/* about single */
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about_features_area {
    padding-top: 105px;
  }
}

.about_wrapper > p {
  line-height: 1.67;
}

.about_white_bg {
  background-color: #fff;
  max-width: 1520px;
  margin: 0 auto;
  padding-bottom: 150px;
  margin-bottom: -100px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about_white_bg {
    margin-bottom: 0;
    padding-bottom: 120px;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_team_img {
    margin-bottom: 40px;
    padding-right: 0;
  }
}

.about_signle_img {
  position: relative;
  display: inline-block;
}
.about_signle_img .small_single {
  position: absolute;
  left: 295px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .about_signle_img .small_single {
    left: 185px;
    display: block;
  }
}
@media (max-width: 767px) {
  .about_signle_img .small_single {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_signle_img .small_single {
    left: 155px;
    display: block;
  }
}

.about_feature_icon {
  position: relative;
  margin-bottom: 35px;
}
.about_feature_icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  line-height: 1;
  background: -webkit-linear-gradient(#999, #fff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.about_feature_wrapper {
  padding: 45px 30px;
  padding-top: 48px;
  background-color: #fff;
  text-align: center;
  border: 2px solid #e9e9e9;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.about_feature_wrapper:hover {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.about_feature_wrapper:hover .feature_number {
  animation: icon-bounce 0.8s 1;
}
.about_feature_wrapper:hover .about_feature_title:is(.theme-1) {
  color: var(--clr-theme-1);
}
.about_feature_wrapper:hover .about_feature_title:is(.theme-2) {
  color: var(--clr-theme-2);
}
.about_feature_wrapper:hover .about_feature_title:is(.theme-3) {
  color: var(--clr-theme-3);
}

.about_feature_title {
  font-size: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.about_feature_text p {
  font-size: 16px;
  margin-bottom: 0;
}

/*
*****
11. Section Title
*************************
*/
.sub_title {
  font-size: 18px;
  color: #f15b43;
  line-height: 2.2;
  font-weight: 400;
}
.sub_title i {
  margin-right: 15px;
  font-size: 17px;
}
.sub_title:is(.sub_title_2) {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 2.7;
  text-decoration: none;
}

.sectiontitle {
  color: var(--clr-body-heading-color);
  font-size: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .sectiontitle {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sectiontitle {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sectiontitle {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .sectiontitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sectiontitle {
    font-size: 40px;
  }
}
.sectiontitle:is(.title_2) {
  font-size: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .sectiontitle:is(.title_2) {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sectiontitle:is(.title_2) {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sectiontitle:is(.title_2) {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sectiontitle:is(.title_2) {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .sectiontitle:is(.title_2) {
    font-size: 23px;
  }
}

.section_title {
  position: relative;
  z-index: 1;
}
.section_title .back_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65px;
  transform: translateY(0);
  font-size: 200px;
  font-weight: 700;
  background: -webkit-linear-gradient(#ffffff, #e3ecef);
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .section_title .back_title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title .back_title {
    font-size: 120px;
    bottom: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title .back_title {
    font-size: 100px;
    bottom: -35px;
  }
}
@media (max-width: 767px) {
  .section_title .back_title {
    bottom: -25px;
    font-size: 75px;
  }
}

.choose_card_title {
  font-size: 20px;
}

.donation_title {
  font-size: 36px;
}
@media (max-width: 767px) {
  .donation_title {
    font-size: 23px;
  }
}

/*
*****
12. Cause
*************************
*/
.donate_progress_wrapper label {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}
.donate_progress_wrapper label span {
  font-size: 28px;
  font-weight: 700;
}
.donate_progress_wrapper label:is(.event_lab) {
  color: #a4b1c4;
}

.progress:is(.cause_progress) {
  background-color: transparent;
  height: 4px;
  border-radius: 0;
  overflow: visible;
  position: relative;
}
.progress:is(.cause_progress):after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--clr-theme-1);
  opacity: 0.2;
}
.progress:is(.cause_progress) .progress-bar {
  background-color: var(--clr-theme-1);
  position: relative;
  overflow: visible;
}
.progress:is(.cause_progress) .progress-bar span {
  position: absolute;
  font-size: 16px;
  background-color: var(--clr-theme-1);
  right: 0;
  font-size: 14px;
  color: var(--clr-common-white);
  top: 0;
  background-color: var(--clr-theme-1);
  width: 42px;
  height: 26px;
  line-height: 26px;
}
.progress:is(.donate_progress) {
  background-color: transparent;
  height: 15px;
  border-radius: 50px;
  overflow: visible;
  position: relative;
}
.progress:is(.donate_progress):after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--clr-common-white);
  opacity: 0.2;
  border-radius: 50px;
}
.progress:is(.donate_progress) .progress-bar {
  background-color: #3d7d3c;
  position: relative;
  overflow: visible;
  border-radius: 50px 0 0 50px;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.progress:is(.donate_progress) .progress-bar:is(.theme-3) {
  background-color: var(--clr-theme-3);
}
.progress:is(.feature_progress) {
  background-color: transparent;
  height: 10px;
  overflow: visible;
  position: relative;
}
.progress:is(.feature_progress):after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff0f1;
}
.progress:is(.feature_progress) .progress-bar {
  background-color: var(--clr-theme-1);
  overflow: visible;
  border-radius: 0;
  position: relative;
  z-index: 1;
  opacity: 1;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.progress:is(.team_progress) {
  margin-top: 15px;
  height: 4px;
  background-color: #f1f1f1;
}
.progress:is(.team_progress) .progress-bar:is(.theme-1) {
  background-color: var(--clr-theme-1);
}
.progress:is(.team_progress) .progress-bar:is(.theme-2) {
  background-color: var(--clr-theme-2);
}
.progress:is(.team_progress) .progress-bar:is(.theme-6) {
  background-color: var(--clr-theme-6);
}

.progress_value {
  float: right;
}
.progress_value:is(.theme-1) {
  color: var(--clr-theme-1);
}
.progress_value:is(.theme-2) {
  color: var(--clr-theme-2);
}
.progress_value:is(.theme-6) {
  color: var(--clr-theme-6);
}

.support_bg {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.04);
}

.single_cause_content {
  padding: 35px 37px;
  padding-top: 27px;
  border: 2px solid;
  border-top: 0;
  border-color: #eeeeee;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  background-color: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_cause_content {
    padding: 30px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_cause_content {
    padding: 30px;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .single_cause_content {
    padding: 25px;
    padding-top: 20px;
  }
}
.single_cause_content:is(.single_cause_content_2) {
  padding: 38px;
  padding-top: 33px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_cause_content:is(.single_cause_content_2) {
    padding: 26px;
    padding-top: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_cause_content:is(.single_cause_content_2) {
    padding: 33px;
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .single_cause_content:is(.single_cause_content_2) {
    padding: 25px;
    padding-top: 20px;
  }
}

.single_cause .sub_title {
  font-size: 18px;
  color: var(--clr-theme-2);
}
.single_cause .sectiontitle {
  font-size: 24px;
  line-height: 1.42;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .single_cause .sectiontitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_cause .sectiontitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_cause .sectiontitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_cause .sectiontitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .single_cause .sectiontitle {
    font-size: 20px;
  }
}
.single_cause .sectiontitle a {
  text-decoration: none;
}
.single_cause .sectiontitle a:hover {
  color: var(--clr-theme-1);
}
.single_cause:hover a:after {
  animation: shine 800ms;
}
.single_cause:hover a img {
  filter: grayscale(90%);
  transform: scale(1.1);
}

.single_cause_img {
  overflow: hidden;
}

.img_effect_white {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.img_effect_white a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.img_effect_white a img {
  transition: 0.5s;
  width: 100%;
}

.support_img_single:hover a:after, .single_nfeed:hover a:after, .single_team:hover a:after, .events_img:hover a:after, .nfeed_single_3:hover a:after, .about_video_image_wrapper:hover a:after {
  animation: shine 0.8s;
}
.support_img_single:hover a img, .single_nfeed:hover a img, .single_team:hover a img, .events_img:hover a img, .nfeed_single_3:hover a img, .about_video_image_wrapper:hover a img {
  filter: grayscale(90%);
  transform: scale(1.1);
}

.events_img {
  border-radius: 10px;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.single_meta {
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .single_meta {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_meta {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_meta {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .single_meta {
    padding-right: 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_meta {
    padding-right: 45px;
  }
}
.single_meta:last-child {
  padding-right: 0;
}
.single_meta .meta_text {
  font-size: 14px;
  color: var(--clr-common-grey);
  display: block;
  line-height: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_meta .meta_text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_meta .meta_text {
    font-size: 14px;
  }
}
.single_meta .meta_text i {
  display: inline-block;
  margin-right: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.single_meta .meta_text:is(.clr_theme1):hover i {
  color: var(--clr-theme-1);
}
.single_meta .meta_text:is(.clr_theme2):hover i {
  color: var(--clr-theme-2);
}
.single_meta .meta_text:is(.clr_theme3):hover i {
  color: var(--clr-theme-3);
}
.single_meta .meta_text:is(.red_clr):hover {
  color: #d13942;
}
.single_meta .meta_price {
  font-size: 18px;
  color: var(--clr-theme-1);
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_meta .meta_price {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_meta .meta_price {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .single_meta .meta_price {
    font-size: 15px;
  }
}
.single_meta .meta_price:is(.clr_theme1) {
  color: var(--clr-theme-1);
}
.single_meta .meta_price:is(.clr_theme2) {
  color: var(--clr-theme-2);
}
.single_meta .meta_price:is(.clr_theme3) {
  color: var(--clr-theme-3);
}
.single_meta .meta_price:is(.red_clr) {
  color: #d13942;
}
.single_meta .meta_price:is(.single_price) {
  font-size: 24px;
}

/* Cause tab button style */
.tab_buttons {
  justify-content: center;
}
.tab_buttons button {
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 0 45px;
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
  border-radius: 30px;
  font-size: 16px;
  color: #777;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .tab_buttons button {
    margin-right: 20px;
    padding: 0 33px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
.tab_buttons button:is(.active) {
  background-color: var(--clr-body-heading-color);
  color: #fff;
}
.tab_buttons button:hover {
  background-color: var(--clr-body-heading-color);
  color: #fff;
}
.tab_buttons button:last-child {
  margin-right: 0;
}
.tab_buttons:is(.feature_buttons) button {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

/*  Feature cause 3  */
.feature_single {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_single {
    flex-direction: column;
    align-items: flex-start;
    padding: 70px;
  }
}
@media (max-width: 767px) {
  .feature_single {
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature_single {
    padding: 50px 40px;
  }
}
.feature_single .feature_single_img {
  flex: 0 0 498px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature_single .feature_single_img {
    flex: 0 0 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feature_single .feature_single_img {
    flex: 0 0 auto;
    margin-bottom: 30px;
  }
}
.feature_single .feature_single_content {
  padding: 70px;
  padding-right: 100px;
  padding-top: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .feature_single .feature_single_content {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature_single .feature_single_content {
    padding: 0 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feature_single .feature_single_content {
    padding: 0;
  }
}
.feature_single .feature_single_content h4 {
  font-size: 35px;
  color: #142645;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature_single .feature_single_content h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .feature_single .feature_single_content h4 {
    font-size: 23px;
  }
}
.feature_single .feature_single_content p {
  font-size: 16px;
}

.feature_cause_wrapper {
  padding: 0 44px;
  margin-top: 25px;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .feature_cause_wrapper {
    padding: 0 1px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature_cause_wrapper {
    padding: 0 25px;
  }
}

.feature_buttons {
  display: flex;
}
.feature_buttons:is(.widget_buttons) {
  justify-content: center;
}
.feature_buttons:is(.widget_buttons) :is(.reply_btn) i {
  transform: rotateY(180deg);
}
.feature_buttons:is(.widget_buttons) .hbtn_1 {
  padding: 0 35px;
}
@media (max-width: 767px) {
  .feature_buttons .reply_btn {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature_buttons .reply_btn {
    display: block;
  }
}

.reply_btn {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-left: 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.reply_btn:is(.theme-2):hover {
  border-color: var(--clr-theme-2);
  background-color: var(--clr-theme-2);
  color: var(--clr-common-white);
}
.reply_btn:hover {
  border-color: var(--clr-theme-1);
  background-color: var(--clr-theme-1);
  color: var(--clr-common-white);
}

.feature_meta:is(.feature_border) {
  padding-right: 110px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .feature_meta:is(.feature_border) {
    padding-right: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature_meta:is(.feature_border) {
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .feature_meta:is(.feature_border) {
    padding-right: 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature_meta:is(.feature_border) {
    padding-right: 25px;
  }
}
.feature_meta:is(.feature_border):after {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #dce8eb;
  width: 60px;
  height: 2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .feature_meta:is(.feature_border):after {
    right: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature_meta:is(.feature_border):after {
    width: 50px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .feature_meta:is(.feature_border):after {
    display: none;
  }
}

/* cause single page css */
.single_details_content {
  border: 2px solid #eeeeee;
  border-top: 0;
  padding: 80px;
  padding-top: 70px;
}
.single_details_content p {
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .single_details_content {
    padding: 60px 40px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .single_details_content {
    padding: 40px 25px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .single_details_content {
    padding: 40px 30px;
    padding-top: 30px;
  }
}

.details_title {
  font-size: 36px;
  line-height: 1.28;
}
@media (max-width: 767px) {
  .details_title {
    font-size: 20px;
  }
}

.sub_title_details {
  font-size: 14px;
  color: var(--clr-theme-1);
  display: block;
  line-height: 2.2;
  margin-bottom: 8px;
  text-decoration: none;
}

.single_border {
  border-bottom: 1px solid #dce8eb;
}

@media (max-width: 767px) {
  .submit_info_wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .submit_info_wrapper {
    flex-wrap: nowrap;
  }
}

.single_person_quote {
  text-align: center;
  border: 2px solid #eeeeee;
  padding: 58px 70px;
  border-radius: 10px;
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .single_person_quote {
    padding: 58px 15px;
    margin-bottom: 45px;
  }
}
.single_person_quote i {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 290px;
  top: 0;
  background-color: transparent;
  color: #eeee;
  z-index: -1;
}
@media (max-width: 767px) {
  .single_person_quote i {
    font-size: 220px;
  }
}
.single_person_quote:hover .person_image img {
  animation: icon-bounce 0.8s 1;
}

.person_image {
  margin-bottom: 30px;
}
.person_image img {
  border-radius: 50%;
}

.person_quote_text p {
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .person_quote_text p {
    font-size: 14px;
  }
}

.person_nam {
  font-size: 18px;
  color: #111c2d;
  line-height: 1.88;
  margin-bottom: 0;
}
.person_nam:is(.f_size24) {
  font-size: 24px;
  line-height: 1.5;
}
.person_nam:hover {
  color: var(--clr-theme-1);
}

.person_surname {
  font-size: 14px;
  color: var(--clr-theme-1);
}

.page_pagination_withimg {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page_pagination_withimg {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page_pagination_withimg {
    flex-wrap: nowrap;
  }
}

.img_pagination {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}
.img_pagination .left_img {
  margin-right: 25px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .img_pagination .left_img {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .img_pagination .left_img {
    margin-bottom: 15px;
  }
}
.img_pagination .right_img {
  margin-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .img_pagination .right_img {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .img_pagination .right_img {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .img_pagination .right_img {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.img_pagination:hover img {
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .img_pagination:is(.img_pagination_left) {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .img_pagination:is(.img_pagination_left) {
    margin-bottom: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .img_pagination:is(.img_pagination_right) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .img_pagination:is(.img_pagination_right) {
    margin-bottom: 0px;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}

.sub_pagination {
  font-size: 14px;
  color: var(--clr-common-grey);
  display: block;
  margin-bottom: 5px;
}

.pagination_title {
  font-size: 24px;
  color: var(--clr-theme-7);
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .pagination_title {
    font-size: 18px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pagination_title {
    font-size: 16px;
  }
}

.widget_person_img {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}

.check_sign {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: var(--clr-theme-8);
  color: var(--clr-common-white);
  font-size: 14px;
  line-height: 28px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 7px;
}

.person_designation:is(.widget_mb25) {
  margin-bottom: 25px;
}

/*
*****
13. Support
*************************
*/
.support_img_single:is(.img_effect_white) {
  border-top-right-radius: 0;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .support_img_single:is(.img_effect_white) {
    border-top-right-radius: 10px;
  }
}

.single-support {
  padding: 0px 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 480px;
  color: var(--clr-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .single-support {
    padding: 0px 33px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .single-support {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .single-support {
    margin-left: 0;
  }
}
.single-support::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--clr-body-heading-color);
  opacity: 0.9;
}
.single-support .support_title {
  line-height: 1;
  color: var(--clr-common-white);
  font-size: 40px;
}
@media (max-width: 767px) {
  .single-support .support_title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-support .support_title {
    font-size: 33px;
  }
}
.single-support p {
  color: var(--clr-common-white);
  font-size: 16px;
}
.single-support .nice-select .current {
  line-height: 60px;
  font-weight: 700;
}

.opacity_6 {
  opacity: 0.6;
}

.support_search_section {
  position: relative;
  z-index: 3;
  color: var(--clr-common-white);
}
.support_search_section #Support {
  width: 100%;
  height: 60px;
  border: 2px solid #69778d;
  border-radius: 30px;
  padding-left: 150px;
  padding-right: 120px;
  background-color: transparent;
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.support_search_section #Support::-webkit-input-placeholder {
  color: var(--clr-common-white);
  font-size: 16px;
}
.support_search_section #Support:-moz-placeholder {
  color: var(--clr-common-white);
  font-size: 16px;
}
.support_search_section #Support::-moz-placeholder {
  color: var(--clr-common-white);
  font-size: 16px;
}
.support_search_section #Support:-ms-input-placeholder {
  color: var(--clr-common-white);
  font-size: 16px;
}
@media (max-width: 767px) {
  .support_search_section #Support {
    padding-left: 105px;
    padding-right: 95px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .support_search_section #Support {
    padding-left: 150px;
    padding-right: 120px;
  }
}
.support_search_section .support_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 112px;
  height: 60px;
  border-radius: 30px;
  background-color: var(--clr-theme-2);
  color: var(--clr-common-white);
  z-index: 1;
  border-color: transparent;
  padding-left: 32px;
  line-height: 60px;
  appearance: none;
  -moz-appearance: none;
}
@media (max-width: 767px) {
  .support_search_section .support_btn {
    width: 90px;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .support_search_section .support_btn {
    width: 112px;
    padding-left: 32px;
  }
}
.support_search_section .amount_btn {
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
  height: 60px;
  border-radius: 30px;
  background-color: var(--clr-theme-4);
  color: var(--clr-common-white);
  z-index: 3;
  font-weight: 700;
}
@media (max-width: 767px) {
  .support_search_section .amount_btn {
    width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .support_search_section .amount_btn {
    width: 120px;
  }
}
.support_search_section .amount_btn:is(.funfact_amount) {
  background-color: transparent;
  color: #142645;
  border: 2px solid #eeeeee;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .support_search_section .amount_btn:is(.funfact_amount) {
    width: 90px;
  }
}
.support_search_section:is(.donate_section) #Support {
  padding-left: 35px;
  border: 2px solid #a4cea3;
}
.support_search_section:is(.donate_section) .support_btn {
  border-color: transparent;
  padding-left: 20px;
  width: 80px;
  background-color: #3d7d3c;
}
.support_search_section:is(.event_single) #Support {
  padding-left: 35px;
  border: 2px solid #334867;
}
.support_search_section:is(.event_single) .support_btn {
  border-color: transparent;
  padding-left: 20px;
  width: 80px;
  background-color: #102442;
}
@media (max-width: 767px) {
  .support_search_section:is(.funfact_input) #Support {
    padding-left: 100px;
    padding-right: 95px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .support_search_section:is(.funfact_input) #Support {
    padding-left: 110px;
    padding-right: 125px;
  }
}

.support_currency .currency {
  background-color: var(--clr-theme-4);
  border: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .support_currency .currency {
    padding: 0 20px;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .support_currency .currency {
    padding: 0 15px;
    min-width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
.support_currency .currency:hover {
  background-color: var(--clr-theme-2);
}
.support_currency .curr_btn {
  background-color: var(--clr-theme-1);
}
.support_currency .curr_btn:hover {
  background-color: var(--clr-theme-4);
}

.support_wrapper {
  padding: 30px 48px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .support_wrapper {
    padding: 0px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .support_wrapper {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .support_wrapper {
    padding: 30px;
    padding-bottom: 35px;
  }
}
.support_wrapper p {
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .support_wrapper p {
    padding-right: 0;
  }
}

.funfact_input #Support {
  border: 2px solid #eeeeee;
  color: #cacaca;
}
.funfact_input #Support::-webkit-input-placeholder {
  color: #cacaca;
}
.funfact_input #Support:-moz-placeholder {
  color: #cacaca;
}
.funfact_input #Support::-moz-placeholder {
  color: #cacaca;
}
.funfact_input #Support:-ms-input-placeholder {
  color: #cacaca;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .funfact_input #Support {
    padding-left: 128px;
  }
}

.dots_style .swiper-pagination-bullets {
  width: 175px;
  height: 50px;
  background-color: var(--clr-body-heading-color);
  bottom: 0;
  left: 50%;
  margin-left: -87.5px;
  border-radius: 30px 30px 0 0;
  position: absolute;
  z-index: 3;
}
.dots_style .swiper-pagination-bullets span.swiper-pagination-bullet {
  display: inline-block;
  margin: 23px 5px;
  background-color: #465874;
  opacity: 1;
  width: 15px;
  height: 4px;
  border-radius: 5px;
}
.dots_style .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-theme-2);
}

.single_brand {
  transition: 0.3s;
  cursor: pointer;
}
.single_brand:hover {
  opacity: 0.7;
}

/*
*****
14. Choose Single Card
*************************
*/
.choose_single_card {
  border: 2px solid #eeeeee;
  padding: 35px 45px;
  padding-top: 15px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .choose_single_card {
    padding: 20px 30px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .choose_single_card {
    padding: 35px 25px;
    padding-top: 15px;
  }
}
.choose_single_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 23px 29px rgba(0, 0, 0, 0.09);
}
.choose_single_card .choose_abs {
  position: absolute;
  right: -77px;
  top: -77px;
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 576px) and (max-width: 767px) {
  .choose_single_card .choose_abs {
    right: -90px;
    top: -90px;
  }
}
.choose_single_card .choose_abs i {
  font-size: 60px;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding-bottom: 25px;
  padding-left: 40px;
  color: var(--clr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 576px) and (max-width: 767px) {
  .choose_single_card .choose_abs i {
    font-size: 45px;
    padding-bottom: 30px;
  }
}
.choose_single_card .choose_abs:is(.theme-2) {
  background-color: var(--clr-theme-2);
}
.choose_single_card .choose_abs:is(.theme-2) i {
  color: var(--clr-common-white);
}
.choose_single_card .choose_abs:is(.theme-3) {
  background-color: var(--clr-theme-3);
}
.choose_single_card .choose_abs:is(.theme-3) i {
  color: var(--clr-common-white);
}
.choose_single_card .choose_abs:is(.theme-4) {
  background-color: var(--clr-theme-5);
}
.choose_single_card .choose_abs:is(.theme-4) i {
  color: var(--clr-common-white);
}
.choose_single_card .choose_abs:is(.theme-5) {
  background-color: var(--clr-theme-8);
}
.choose_single_card .choose_abs:is(.theme-5) i {
  color: var(--clr-common-white);
}
.card_number {
  font-size: 80px;
  font-weight: 700;
  -webkit-text-fill-color: var(--clr-common-white);
  -webkit-text-stroke: 1px var(--clr-theme-2);
  line-height: 1.6;
}
.card_number:is(.clr-theme-3) {
  -webkit-text-stroke: 1px var(--clr-theme-3);
}
.card_number:is(.clr-theme-4) {
  -webkit-text-stroke: 1px var(--clr-theme-5);
}
.card_number:is(.clr-theme-5) {
  -webkit-text-stroke: 1px var(--clr-theme-8);
}
.card_number:is(.feature_number) {
  width: 100px;
  height: 100px;
  background-color: #fff;
  position: relative;
  font-size: 50px;
  display: inline-block;
  line-height: 100px;
  border-radius: 50%;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.card_number:is(.feature_number):is(.theme-1) {
  -webkit-text-stroke: 1px var(--clr-theme-1);
}
.card_number:is(.feature_number):is(.theme-2) {
  -webkit-text-stroke: 1px var(--clr-theme-2);
}
.card_number:is(.feature_number):is(.theme-3) {
  -webkit-text-stroke: 1px var(--clr-theme-3);
}

.choose_single_card .choose_card_content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.choose_single_card:hover :is(.choose_abs) i {
  color: var(--clr-common-white);
  animation: icon-bounce 0.8s infinite;
}

/*
*****
15. Feature Event
*************************
*/
.mb-12 {
  margin-bottom: 12px;
}

.mb-17 {
  margin-bottom: 18px;
}

.event_border {
  border-bottom: 1px solid var(--clr-soft-grey);
}

.f_event_area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--clr-common-white);
  opacity: 0.9;
}

.f_event_area > * {
  position: relative;
  z-index: 2;
}

.fbooking {
  width: 243px;
  padding-left: 60px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .fbooking {
    padding-left: 30px;
    width: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fbooking {
    padding-left: 15px;
    width: 170px;
  }
}

.fdate {
  width: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fdate {
    width: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fdate {
    width: 70px;
  }
}

.fauthor {
  flex: 0.7 0 0%;
  padding-left: 60px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .fauthor {
    padding-left: 30px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fauthor {
    padding-left: 15px;
    flex: 1 0 0%;
  }
}

.fcontent {
  flex: 1 0 0%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .fcontent {
    padding-left: 30px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fcontent {
    padding-left: 15px;
  }
}
.fcontent .sub_title {
  font-size: 18px;
  text-decoration: none;
}
.fcontent .sub_title:is(.theme-1) {
  color: var(--clr-theme-1);
}
.fcontent .sub_title:is(.theme-2) {
  color: var(--clr-theme-2);
}
.fcontent .sub_title:is(.theme-3) {
  color: var(--clr-theme-3);
}
.fcontent .sectiontitle {
  font-size: 28px;
  transition: 0.3s;
}
.fcontent .sectiontitle:is(.theme-1):hover {
  color: var(--clr-theme-1);
}
.fcontent .sectiontitle:is(.theme-2):hover {
  color: var(--clr-theme-2);
}
.fcontent .sectiontitle:is(.theme-3):hover {
  color: var(--clr-theme-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fcontent .sectiontitle {
    font-size: 23px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fcontent .sectiontitle {
    font-size: 16px;
  }
}
.fcontent .sectiontitle:hover {
  color: var(--clr-theme-1);
}

.fevent_heading {
  font-size: 18px;
  padding: 27px 60px;
  color: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .fevent_heading {
    padding: 20px 30px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fevent_heading {
    padding: 20px 25px;
  }
}

.single_fdate {
  width: 140px;
  height: 140px;
  color: var(--clr-common-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_fdate {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .single_fdate {
    width: 70px;
    height: 70px;
  }
}
.single_fdate span {
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .single_fdate span {
    font-size: 12px;
  }
}
.single_fdate .date {
  font-size: 50px;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_fdate .date {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .single_fdate .date {
    font-size: 25px;
  }
}
.single_fdate:is(.theme-1) {
  background-color: var(--clr-theme-1);
}
.single_fdate:is(.theme-2) {
  background-color: var(--clr-theme-2);
}
.single_fdate:is(.theme-3) {
  background-color: var(--clr-theme-3);
}

.booking_btn.g_btn {
  border-color: #eaeaea;
}

.fauthor_address {
  padding-left: 20px;
  font-size: 16px;
  color: var(--clr-body-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .fauthor_address {
    padding-left: 10px;
    font-size: 15px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fauthor_address {
    padding-left: 10px;
    font-size: 15px;
  }
}
.fauthor_address a {
  text-decoration: none;
}
.fauthor_address .fauthor_location {
  padding-left: 15px;
  color: var(--clr-body-text-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .fauthor_address .fauthor_location {
    padding-left: 0px;
    display: block;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fauthor_address .fauthor_location {
    font-size: 13px;
    padding-left: 0px;
    display: block;
  }
}
.fauthor_address .fauthor_location i {
  color: var(--clr-body-heading-color);
  margin-right: 3px;
}

.fdot img {
  max-width: 50px;
  border-radius: 50%;
}

.booking_btn {
  border: 2px solid var(--clr-soft-grey);
  color: var(--clr-body-heading-color);
  text-decoration: none;
  height: 56px;
  font-weight: 700;
  line-height: 52px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .booking_btn {
    font-size: 14px;
  }
}
.booking_btn:is(.theme-1) span {
  background-color: var(--clr-theme-1);
}
.booking_btn:is(.theme-1):hover {
  border-color: var(--clr-theme-1);
  color: var(--clr-common-white);
}
.booking_btn:is(.theme-2) span {
  background-color: var(--clr-theme-2);
}
.booking_btn:is(.theme-2):hover {
  border-color: var(--clr-theme-2);
  color: var(--clr-common-white);
}
.booking_btn:is(.theme-3) span {
  background-color: var(--clr-theme-3);
}
.booking_btn:is(.theme-3):hover {
  border-color: var(--clr-theme-3);
  color: var(--clr-common-white);
}

.single_fevent {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px), (max-width: 767px) {
  .single_fevent {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.single_fevent_wrapper {
  background-color: var(--clr-common-white);
  padding: 20px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .single_fevent_wrapper {
    padding: 0px 30px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single_fevent_wrapper {
    padding: 0px 25px;
  }
}

.fevent_table {
  overflow-x: auto;
}
@media (max-width: 767px) {
  .fevent_table .fevent_wrapper {
    min-width: 770px;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fevent_heading_wrapper {
    font-size: 16px;
  }
}

/*  Single Event page CSS  */
.details_meta_abs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .details_meta_abs {
    box-shadow: none;
    position: static;
  }
}

.details_img_meta {
  display: flex;
  flex-wrap: wrap;
  margin: 0 40px;
  padding: 33px 40px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .details_img_meta {
    margin: 0px;
    padding: 10px 30px;
    padding-top: 40px;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .details_img_meta {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .details_img_meta {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 25px;
    margin: 0;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
  }
}

.donar_post_event_details {
  flex: 0 0 auto;
  margin-right: 25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .donar_post_event_details {
    margin-right: 0;
  }
}

.donar_category {
  flex: 0 0 auto;
  margin-right: 25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .donar_category {
    margin-right: 0;
  }
}

.meta_speaker {
  display: flex;
  flex: 0 0 auto;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .meta_speaker {
    margin-right: 0;
  }
}

.details_meta_button {
  flex: 1 0 0%;
}

.details_meta_button .g_btn {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .details_meta_button .g_btn {
    width: auto;
  }
}

.donar_time {
  font-size: 14px;
  text-decoration: none;
}
.donar_time:is(.theme-8) i {
  color: var(--clr-theme-8);
}
.donar_time:is(.theme-8):hover {
  color: var(--clr-theme-8);
}

.speaker_img {
  margin-right: 12px;
}

.speaker_info .donar_name {
  line-height: 1;
  margin-bottom: 0;
}

/*
*****
16. Newsfeed
*************************
*/
.gutter_85 {
  --bs-gutter-x: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gutter_85 {
    --bs-gutter-x: 30px;
  }
}

.nfeed_title .nsub_title {
  color: var(--clr-theme-1);
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.nfeed_title .nsub_title:is(.nsub_title_2) {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--clr-body-text-color);
}
.nfeed_title .n_title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.nfeed_title .n_title a {
  text-decoration: none;
  color: var(--clr-body-heading-color);
}
.nfeed_title .n_title a:hover {
  color: var(--clr-theme-1);
}
.nfeed_title .n_title:is(.n_title_single) {
  font-size: 30px;
}
@media (max-width: 767px) {
  .nfeed_title .n_title:is(.n_title_single) {
    font-size: 20px;
  }
}
.nfeed_title:is(.nfeed_title_single) .sub_title_2 {
  line-height: 2;
}

.single_button .g_btn {
  padding: 0 50px;
}

.single_nfeed {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border-color: #eeeeee;
  border-width: 2px;
  border-radius: 20px;
}
.single_nfeed:is(.single_nfeed_2):is(.has_before) {
  position: relative;
}
.single_nfeed:is(.single_nfeed_2):is(.has_before):before {
  position: absolute;
  right: -42px;
  top: 50%;
  height: 350px;
  width: 1px;
  background-color: #ececec;
  content: "";
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .single_nfeed:is(.single_nfeed_2):is(.has_before):before {
    display: none;
  }
}
.single_nfeed .nfeed_content {
  padding: 28px;
  padding-top: 24px;
  border: 2px solid #eee;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .single_nfeed .nfeed_content {
    padding: 25px;
    padding-top: 21px;
  }
}
.single_nfeed .nfeed_content:is(.nfeed_content_2) {
  padding: 36px 40px;
}
@media (max-width: 767px) {
  .single_nfeed .nfeed_content:is(.nfeed_content_2) {
    padding: 25px;
    padding-top: 21px;
  }
}
@media (max-width: 767px) {
  .nfeed_meta {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nfeed_meta {
    font-size: 15px;
    margin-bottom: 0px;
  }
}
.nfeed_meta:last-child {
  margin-bottom: 0;
}
.nfeed_meta:is(.nfeed_meta_3) {
  color: #8a9cba;
}
.nfeed_meta .nmeta_icon {
  margin-right: 5px;
  transition: 0.3s;
  text-decoration: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nfeed_meta .nmeta_icon {
    font-size: 14px;
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .nfeed_meta .nmeta_icon {
    font-size: 15px;
  }
}
.nfeed_meta .nmeta_icon:is(.theme-1) {
  color: var(--clr-theme-1);
}
.nfeed_meta .nmeta_icon:is(.theme-2) {
  color: var(--clr-theme-2);
}
.nfeed_meta .nmeta_text {
  text-decoration: none;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nfeed_meta .nmeta_text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .nfeed_meta .nmeta_text {
    font-size: 15px;
  }
}
.nfeed_meta .nmeta_text:is(.theme-1):hover {
  color: var(--clr-theme-1);
}
.nfeed_meta .nmeta_text:is(.theme-2):hover {
  color: var(--clr-theme-2);
}
.nfeed_meta .nmeta_text .nmeta_by {
  color: #d0d0d0;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .nfeed_meta .nmeta_text .nmeta_by {
    font-size: 15px;
  }
}

.newsletter_feed {
  padding: 50px 38px;
  border: 2px solid #eee;
  border-radius: 20px;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .newsletter_feed {
    padding: 40px 25px;
    padding-top: 34px;
  }
}

.newsletter_cta_wrapper {
  display: flex;
  align-items: center;
  padding: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #eeeeee;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: -85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .newsletter_cta_wrapper {
    flex-wrap: wrap;
    padding: 50px 40px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .newsletter_cta_wrapper {
    flex-wrap: wrap;
    padding: 40px 30px;
    padding-top: 30px;
  }
}

.nfeed_title_single {
  flex: 0 0 346px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nfeed_title_single {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .nfeed_title_single {
    flex: 0 0 auto;
  }
}

.newsletter_content input {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  background-color: #f6f6f6;
  color: var(--clr-body-heading-color);
  font-size: 14px;
  border: 0;
}
.newsletter_content input::-webkit-input-placeholder {
  color: #9c9c9c;
}
.newsletter_content input:-moz-placeholder {
  color: #9c9c9c;
}
.newsletter_content input::-moz-placeholder {
  color: #9c9c9c;
}
.newsletter_content input:-ms-input-placeholder {
  color: #9c9c9c;
}
.newsletter_content button {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  text-align: center;
  background-color: var(--clr-theme-2);
  color: var(--clr-common-white);
}
.newsletter_content:is(.newsletter_content_single) {
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .newsletter_content:is(.newsletter_content_single) {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter_content:is(.newsletter_content_single) {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .newsletter_content:is(.newsletter_content_single) {
    flex-wrap: wrap;
  }
}
.newsletter_content:is(.newsletter_content_single) input {
  flex: 0 0 310px;
  margin-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .newsletter_content:is(.newsletter_content_single) input {
    margin-left: 0;
    margin-right: 20px;
    flex: 0 0 calc(50% - 24px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter_content:is(.newsletter_content_single) input {
    margin-left: 0;
    margin-right: 20px;
    flex: 0 0 calc(50% - 24px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter_content:is(.newsletter_content_single) input {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .newsletter_content:is(.newsletter_content_single) input {
    margin-left: 0;
    margin-right: 0px;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter_content:is(.newsletter_content_single) input[type=email] {
    margin-right: 0;
  }
}
.newsletter_content:is(.newsletter_content_single) button {
  flex: 0 0 240px;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .newsletter_content:is(.newsletter_content_single) button {
    flex: 0 0 235px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter_content:is(.newsletter_content_single) button {
    flex: 0 0 auto;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .newsletter_content:is(.newsletter_content_single) button {
    flex: 0 0 auto;
    margin-left: 0;
  }
}
.newsletter_content:is(.newsletter_widget) input:is(.has_border) {
  height: 60px;
  margin-bottom: 16px;
  border: 2px solid #eee;
  background-color: #fff;
  color: #b8b8b8;
  font-size: 14px;
  border-radius: 30px;
}
.newsletter_content:is(.newsletter_widget) input:is(.has_border)::-webkit-input-placeholder {
  color: #b8b8b8;
}
.newsletter_content:is(.newsletter_widget) input:is(.has_border):-moz-placeholder {
  color: #b8b8b8;
}
.newsletter_content:is(.newsletter_widget) input:is(.has_border)::-moz-placeholder {
  color: #b8b8b8;
}
.newsletter_content:is(.newsletter_widget) input:is(.has_border):-ms-input-placeholder {
  color: #b8b8b8;
}
.newsletter_content:is(.newsletter_widget) select:is(.has_border) {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  border: 2px solid #eee;
  margin-bottom: 16px;
  padding: 0 30px;
  color: #b8b8b8;
  appearance: none;
}
.newsletter_content:is(.newsletter_widget) select:focus {
  outline: 0;
}

/* News feed style 3 */
.nfeed_content_wrapper_3 {
  border: 2px solid #f2f2f2;
  border-top: 0;
  padding: 38px;
  padding-top: 32px;
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nfeed_content_wrapper_3 {
    padding: 30px;
    padding-top: 24px;
  }
}

.nfeed_by {
  color: #c4c4c4;
  margin-right: 5px;
}

.nfeed_content_3 p {
  margin-bottom: 0;
  font-size: 16px;
}

.nfeed_admin:is(.sep) {
  position: relative;
  margin-right: 15px;
  padding-right: 20px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nfeed_admin:is(.sep) {
    padding-right: 15px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nfeed_admin:is(.sep) {
    padding-right: 10px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .nfeed_admin:is(.sep) {
    padding-right: 0px;
    margin-right: 0px;
  }
}
.nfeed_admin:is(.sep):before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 15px;
  content: "";
  background-color: #f1f1f1;
  margin-top: -7.5px;
}
@media (max-width: 767px) {
  .nfeed_admin:is(.sep):before {
    display: none;
  }
}
.nfeed_admin:hover {
  color: var(--clr-theme-1);
}

.nfeed_cattext {
  color: var(--clr-theme-1);
}

.nfeed_cat {
  margin-bottom: 8px;
  margin-right: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nfeed_cat {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nfeed_cat {
    margin-right: 85px;
  }
}
.nfeed_cat a {
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 767px) {
  .nfeed_cat a {
    display: block;
  }
}

.nfeed_title {
  font-size: 24px;
  color: #142645;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .nfeed_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .nfeed_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.nfeed_title a {
  text-decoration: none;
}
.nfeed_title:hover a {
  color: var(--clr-theme-1);
}

/*  Blog Page CSS   */
.blog_title {
  font-size: 36px;
  line-height: 1.27;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .blog_title {
    font-size: 27px;
  }
}

.blog_content {
  padding: 50px;
  padding-top: 55px;
  padding-bottom: 43px;
  border: 2px solid #f3f3f3;
  border-top: 0;
}
@media (max-width: 767px) {
  .blog_content {
    padding: 40px 25px;
    padding-top: 45px;
    padding-bottom: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_content {
    padding: 40px 30px;
    padding-top: 45px;
    padding-bottom: 33px;
  }
}
.blog_content p {
  font-size: 16px;
}
.blog_content:is(.noimg_content) {
  border-top: 2px solid #f3f3f3;
}

.blog_image {
  position: relative;
}

.admin_meta {
  margin: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .admin_meta {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .admin_meta {
    margin: 0 25px;
  }
}
.admin_meta:is(.has_abs) {
  position: absolute;
  transform: translateY(50%);
  left: 0;
  right: 0;
  bottom: 0;
}

.blog_cat {
  display: inline-block;
  text-decoration: none;
  background-color: #65c9bb;
  color: #fff;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog_cat {
    font-size: 12px;
    padding: 0 15px;
  }
}
.blog_cat:hover {
  color: #fff;
}
.blog_cat:is(.theme-1) {
  background-color: var(--clr-theme-1);
}

.blog_admin {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.blog_admin a {
  text-decoration: none;
  color: #263b5c;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog_admin a {
    font-size: 14px;
  }
}
.blog_admin a > img {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .blog_admin a > img {
    margin-right: 5px;
    max-width: 30px;
  }
}

.blog_meta:is(.has_border_top) {
  border-top: 1px solid #e7e7e7;
  padding-top: 21px;
  margin-top: 27px;
}
.blog_meta a {
  text-decoration: none;
  font-size: 14px;
}
.blog_meta a:is(.sep) {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .blog_meta a:is(.sep) {
    margin-right: 5px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_meta a:is(.sep) {
    margin-right: 10px;
    padding-right: 15px;
  }
}
.blog_meta a:is(.sep):after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #bdbdbd;
  width: 1px;
  height: 12px;
}
@media (max-width: 767px) {
  .blog_meta a:is(.sep):after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_meta a:is(.sep):after {
    display: block;
  }
}
.blog_meta a i {
  margin-right: 8px;
}
.blog_meta a:is(.eye) i {
  color: #9e4b47;
}
.blog_meta a:is(.eye):hover {
  color: #9e4b47;
}
.blog_meta a:is(.comments) i {
  color: #ffae00;
}
.blog_meta a:is(.comments):hover {
  color: #ffae00;
}
.blog_meta a:is(.calendar) i {
  color: #f15b43;
}
.blog_meta a:is(.calendar):hover {
  color: #f15b43;
}

.video_play {
  height: 80px;
  width: 80px;
  background-color: #fff;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .video_play {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.video_play:is(.has_abs) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video_play i {
  font-weight: 700;
  margin-left: 2px;
  color: #f15b43;
  font-size: 14px;
}
@media (max-width: 767px) {
  .video_play i {
    font-size: 11px;
  }
}
.video_play:hover {
  background-color: var(--clr-theme-1);
}
.video_play:hover i {
  color: var(--clr-common-white);
}

.blog_audio_wrapper .blog_content, .blog_noimg_wrapper .blog_content {
  padding-top: 33px;
}

.blog_audio_img {
  position: relative;
}
.blog_audio_img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.7;
}

.audio_logo_abs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .audio_logo_abs img {
    max-width: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .audio_logo_abs img {
    max-width: 70px;
  }
}

.blog_blockquote_content {
  padding: 68px 50px;
  position: relative;
  padding-bottom: 72px;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog_blockquote_content {
    padding: 30px;
  }
}
.blog_blockquote_content:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--clr-theme-1);
  opacity: 0.9;
  z-index: -1;
}
.blog_blockquote_content i {
  font-size: 90px;
  color: #fff;
  opacity: 0.3;
  top: 50%;
  left: 50px;
  position: absolute;
  transform: translateY(-50%);
  display: inline-block;
}
@media (max-width: 767px) {
  .blog_blockquote_content i {
    font-size: 30px;
    top: 35px;
    left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_blockquote_content i {
    font-size: 35px;
  }
}
.blog_blockquote_content .blog_title {
  color: #fff;
  padding-left: 120px;
  padding-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog_blockquote_content .blog_title {
    padding-left: 30px;
    padding-right: 0;
  }
}

.page_pagination a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #f6f6f6;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  margin: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page_pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.page_pagination a:is(.current) {
  background-color: var(--clr-theme-1);
  color: #fff;
}
.page_pagination a:hover {
  background-color: var(--clr-theme-1);
  color: #fff;
}

.sidebar_widget {
  padding: 40px;
  padding-top: 38px;
}
@media (max-width: 767px) {
  .sidebar_widget {
    padding: 25px;
    padding-top: 23px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .sidebar_widget {
    padding: 30px;
    padding-top: 28px;
  }
}
.sidebar_widget:is(.has_border) {
  border: 2px solid #f3f3f3;
}

/*  News details css */
.blog_details_wrapper {
  padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_details_wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .blog_details_wrapper {
    padding: 25px;
  }
}
.blog_details_wrapper:is(.has_border) {
  border: 2px solid #f3f3f3;
}

.blog_details_content p {
  font-size: 16px;
}

.blog_details_wrapper h5 {
  font-size: 30px;
}
.blog_details_wrapper h5:is(.mb-23) {
  margin-bottom: 23px;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .blog_details_thumb:is(.d-flex) {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.blog_details_thumb:is(.d-flex) .details_thumb {
  flex: 0 0 auto;
  padding-right: 31px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .blog_details_thumb:is(.d-flex) .details_thumb {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .blog_details_img {
    margin-bottom: 20px;
  }
}

.details_list {
  padding-left: 0;
}
.details_list li {
  list-style: none;
  padding-left: 29px;
  position: relative;
}
.details_list li::after {
  position: absolute;
  left: 0;
  font-family: "Font awesome 5 pro";
  top: 50%;
  transform: translateY(-50%);
  content: "";
  font-size: 16px;
  color: var(--clr-theme-1);
}
.details_list li:not(:last-child) {
  margin-bottom: 6px;
}

.details_blockquote {
  background: #f6f6f6;
  padding: 56px 100px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .details_blockquote {
    padding: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .details_blockquote {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details_blockquote {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .details_blockquote {
    padding: 25px;
  }
}
.details_blockquote blockquote {
  margin-bottom: 0;
}
.details_blockquote span {
  color: var(--clr-theme-1);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 767px) {
  .details_blockquote span {
    margin-bottom: 10px;
  }
}
.details_blockquote h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--clr-body-heading-color);
  line-height: 1.35;
}
@media (max-width: 767px) {
  .details_blockquote h3 {
    font-size: 16px;
  }
}
.details_blockquote > i {
  position: absolute;
  right: 68px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 160px;
  color: #fff;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .details_blockquote > i {
    font-size: 100px;
    top: 90px;
    right: auto;
    left: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .details_blockquote > i {
    font-size: 100px;
    top: 70px;
    right: auto;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details_blockquote > i {
    font-size: 120px;
    top: 100px;
    right: auto;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .details_blockquote > i {
    font-size: 40px;
    top: 60px;
    right: auto;
    left: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .details_blockquote > i {
    right: auto;
    left: 30px;
  }
}

h5.details_title {
  font-size: 20px;
}
@media (max-width: 767px) {
  h5.details_title {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .details_tag {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .details_social {
    text-align: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .details_social {
    text-align: end;
  }
}
@media (max-width: 767px) {
  .details_social .details_title {
    text-align: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .details_social .details_title {
    text-align: end;
  }
}
.details_social a.facebook {
  margin-left: 0;
}

.social_share {
  text-align: end;
}
@media (max-width: 767px) {
  .social_share {
    text-align: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .social_share {
    text-align: end;
  }
}
.social_share a {
  margin-left: 26px;
  color: #d3d3d3;
}
@media (max-width: 767px) {
  .social_share a {
    margin-left: 15px;
  }
}
.social_share a i {
  font-size: 18px;
  line-height: 1;
}
.social_share a:is(.facebook):hover {
  color: #385398;
}
.social_share a:is(.twitter):hover {
  color: #55acee;
}
.social_share a:is(.behance):hover {
  color: #0057FF;
}
.social_share a:is(.youtube):hover {
  color: #C3271A;
}
.social_share a:is(.linkedin):hover {
  color: #0A66C2;
}
.social_share a:is(.instagram):hover {
  color: #CD2D86;
}
.social_share a:is(.viber):hover {
  color: #793BAA;
}

.single_post_nav {
  text-decoration: none;
}
@media (max-width: 767px) {
  .single_post_nav {
    display: block;
  }
}
.single_post_nav span {
  font-size: 14px;
  color: #777777;
  display: block;
  padding-bottom: 8px;
}
.single_post_nav h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .single_post_nav h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .single_post_nav h4 {
    font-size: 19px;
    text-align: start;
  }
}
@media (max-width: 767px) {
  .single_post_nav:is(.right_nav) {
    text-align: start;
    margin-top: 30px;
  }
  .single_post_nav:is(.right_nav) span {
    text-align: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_post_nav:is(.right_nav) {
    text-align: end;
    margin-top: 0px;
  }
  .single_post_nav:is(.right_nav) span {
    text-align: end;
  }
  .single_post_nav:is(.right_nav) h4 {
    text-align: end;
  }
}

.details_postnav {
  position: relative;
}
.details_postnav :is(.post-dot-shape) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .details_postnav :is(.post-dot-shape) {
    display: none;
  }
}

.related_post_title {
  font-size: 26px;
}
@media (max-width: 767px) {
  .related_post_title {
    margin-bottom: 25px;
  }
}

.related_title {
  font-size: 22px;
  margin-bottom: 15px;
}
.related_title:is(.theme-1):hover {
  color: var(--clr-theme-1);
}

.related_post_single .details_content {
  padding: 35px 40px;
  box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .related_post_single .details_content {
    padding: 25px;
  }
}
.related_post_single .details_content p {
  margin-bottom: 0;
}

.author_details_name {
  font-size: 25px;
}
@media (max-width: 767px) {
  .author_details_name {
    font-size: 19px;
  }
}

.details_author_box {
  border: 2px solid #f3f3f3;
  padding: 40px;
  margin-bottom: 45px;
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .details_author_box:is(.d-flex) {
    flex-wrap: wrap;
    padding: 25px;
  }
}
.details_author_box:is(.d-flex) .author_thumb {
  padding-right: 40px;
  flex: 0 0 auto;
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .details_author_box:is(.d-flex) .author_thumb {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.details_author_box:is(.d-flex) .details_content {
  margin-top: 6px;
}
.details_author_box:is(.d-flex) .details_content span {
  color: var(--clr-theme-1);
  font-size: 12px;
  font-weight: 700;
}
.details_author_box:is(.d-flex) .details_content h4 {
  font-size: 36px;
  margin-bottom: 15px;
}
.details_author_box:is(.d-flex) .details_content p {
  font-size: 14px;
}

.comments_box:hover .avater_text span {
  opacity: 1;
  visibility: visible;
}
.comments_box:hover .comment_avater img {
  filter: grayscale(100%);
}

.latest_comments > ul > li {
  border-bottom: 1px solid #f3f3f3;
}
.latest_comments ul {
  padding-left: 0;
}
.latest_comments ul li {
  list-style-type: none;
}
.comment_avater {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .comment_avater {
    padding-right: 15px;
    max-width: 70px;
  }
}

.avater_text {
  overflow: hidden;
  padding-left: 2px;
  position: relative;
  margin-bottom: 10px;
}
.avater_text h5 {
  font-size: 18px;
  margin-bottom: 4px;
  display: inline-block;
  position: relative;
}
.avater_text h5 span {
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.avater_text h5 span i {
  font-weight: 700;
  font-size: 12px;
  color: #d6d6d6;
}
.avater_text :is(.replay-btn) {
  position: absolute;
  right: 0;
  top: 0;
}

.replay_btn {
  font-size: 14px;
  padding: 10px 22px;
  line-height: 1;
  display: inline-block;
  border: 2px solid #f3f3f3;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.replay_btn:is(.has_abs) {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .replay_btn:is(.has_abs) {
    position: static;
  }
}
.replay_btn i {
  color: var(--clr-theme-2);
  padding-right: 5px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.replay_btn:hover {
  color: #fff;
  border-color: var(--clr-theme-2);
  background-color: var(--clr-theme-2);
}
.replay_btn:hover i {
  color: #fff;
}

.comment_text {
  overflow: hidden;
  padding-top: 13px;
}
.comment_text p {
  font-size: 14px;
}

.comment_text:is(.has-children) {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 27px;
}

.children {
  padding-left: 130px;
}
@media (max-width: 767px) {
  .children {
    padding-left: 0;
  }
}
.children .comment_text {
  padding-bottom: 27px;
  border: none;
}

.comment_form_details {
  background: #f6f6f6;
  border-radius: 30px;
  padding: 50px;
}
@media (max-width: 767px) {
  .comment_form_details {
    background-color: transparent;
    padding: 0;
  }
}

.comment_form_single {
  position: relative;
  margin-bottom: 20px;
}
.comment_form_single input {
  width: 100%;
  height: 60px;
  border-style: solid;
  border-width: 2px;
  border-color: #e4e4e4;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding: 0 30px;
}
.comment_form_single input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.comment_form_single input:-moz-placeholder {
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.comment_form_single input::-moz-placeholder {
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.comment_form_single input:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.comment_form_single input:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single input:focus:-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single input:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single input:focus:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #999;
  font-size: 14px;
}
.comment_form_single textarea:-moz-placeholder {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #999;
  font-size: 14px;
}
.comment_form_single textarea::-moz-placeholder {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #999;
  font-size: 14px;
}
.comment_form_single textarea:-ms-input-placeholder {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #999;
  font-size: 14px;
}
.comment_form_single textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single textarea:focus:-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single textarea:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single textarea:focus:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.comment_form_single label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 14px;
  color: var(--clr-theme-1);
}

.comment_textarea {
  position: relative;
  height: 150px;
}
.comment_textarea textarea {
  border: 0;
  height: 100%;
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #e4e4e4;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  padding: 24px 30px;
  color: #999999;
}
.comment_textarea label {
  font-size: 14px;
  color: var(--clr-theme-1);
  position: absolute;
  right: 30px;
  top: 35px;
}

.comment_details_btn {
  height: 60px;
  border: 0;
  padding: 0 42px;
  border-radius: 30px;
  color: #fff;
  background: #5fb35b;
  font-size: 14px;
}
.comment_details_btn i {
  padding-right: 4px;
}

.inner_details_title {
  font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner_details_title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .inner_details_title {
    font-size: 25px;
  }
}

/*
*****
17. Iconbox
*************************
*/
.single_iconbox {
  display: block;
  text-decoration: none;
}
.single_iconbox i {
  width: 170px;
  height: 170px;
  display: inline-block;
  line-height: 190px;
  text-align: center;
  background-color: var(--clr-common-white);
  color: var(--clr-body-heading-color);
  margin-bottom: 23px;
  border-radius: 50%;
  font-size: 90px;
  transition: 0.5s;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .single_iconbox i {
    width: 120px;
    height: 120px;
    line-height: 130px;
    font-size: 60px;
  }
}
.single_iconbox:is(.theme-1) i {
  color: var(--clr-theme-1);
}
.single_iconbox:is(.theme-1):hover i {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-1);
}
.single_iconbox:is(.theme-1):hover .icon_title {
  color: var(--clr-theme-1);
}
.single_iconbox:is(.theme-2) i {
  color: var(--clr-theme-2);
}
.single_iconbox:is(.theme-2):hover i {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-2);
}
.single_iconbox:is(.theme-2):hover .icon_title {
  color: var(--clr-theme-2);
}
.single_iconbox:is(.theme-3) i {
  color: var(--clr-theme-3);
}
.single_iconbox:is(.theme-3):hover i {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-3);
}
.single_iconbox:is(.theme-3):hover .icon_title {
  color: var(--clr-theme-3);
}
.single_iconbox:is(.theme-4) i {
  color: var(--clr-theme-4);
}
.single_iconbox:is(.theme-4):hover i {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-4);
}
.single_iconbox:is(.theme-4):hover .icon_title {
  color: var(--clr-theme-4);
}
.single_iconbox:is(.theme-5) i {
  color: var(--clr-theme-5);
}
.single_iconbox:is(.theme-5):hover i {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-5);
}
.single_iconbox:is(.theme-5):hover .icon_title {
  color: var(--clr-theme-5);
}
.single_iconbox:is(.theme-6) i {
  color: var(--clr-theme-6);
}
.single_iconbox:is(.theme-6):hover i {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-6);
}
.single_iconbox:is(.theme-6):hover .icon_title {
  color: var(--clr-theme-6);
}
.single_iconbox:hover i {
  animation: icon-bounce 0.8s 1;
}

.icon_title {
  font-size: 20px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .icon_title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon_title {
    font-size: 14px;
  }
}

/*
*****
18. Eventcount
*************************
*/
.eventcount_area {
  margin-top: -82px;
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .eventcount_area {
    margin-top: -84.5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eventcount_area {
    margin-top: -67.5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eventcount_area {
    margin-top: -56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eventcount_area {
    margin-top: -63px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eventcount_wrapper {
    padding: 25px;
  }
}

.eventcount_img {
  overflow: hidden;
}
.eventcount_img a img {
  width: 100%;
}
.eventcount_img:hover img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .eventcount_text {
    margin-bottom: 30px;
  }
}
.eventcount_text h5 {
  font-size: 24px;
  color: var(--clr-common-white);
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .eventcount_text h5 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .eventcount_text h5 {
    font-size: 20px;
  }
}
.eventcount_text p {
  color: var(--clr-common-white);
  color: #fff;
}
.eventcount_text span {
  color: #777;
}
.eventcount_text span:is(.white_txt) {
  color: #fff;
  opacity: 0.6;
}
.eventcount_text:is(.heading-clr) h5 {
  color: var(--clr-body-heading-color);
}
.eventcount_text:is(.heading-clr) h5:hover {
  color: var(--clr-theme-2);
}
.eventcount_text:is(.heading-clr) span {
  color: var(--clr-body-text-color);
}
.eventcount_text:is(.heading-clr) p {
  color: var(--clr-body-text-color);
}

.count_down_box {
  padding-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .count_down_box {
    padding-right: 0px;
  }
}
.count_down_box:is(.heading-clr) .count_down {
  color: var(--clr-body-heading-color);
}
.count_down_box:is(.heading-clr) .count_down span {
  color: var(--clr-body-text-color);
}
.count_down_box:is(.heading-clr) .count_down:before {
  background-color: #e9ebee;
}
@media (max-width: 767px) {
  .count_down_box:is(.heading-clr) .count_down {
    margin-bottom: 0;
  }
}

.count_down {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  display: inline-block;
  width: 135px;
  text-align: center;
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .count_down {
    font-size: 35px;
    width: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count_down {
    font-size: 35px;
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count_down {
    font-size: 35px;
    width: 87px;
  }
}
@media (max-width: 767px) {
  .count_down {
    font-size: 20px;
    width: 65px;
    margin-bottom: 30px;
  }
  .count_down:first-child:before {
    display: none;
  }
  .count_down:last-child {
    margin-bottom: 0;
  }
}
.count_down:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 55px;
  content: "";
  background-color: #3c8df7;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .count_down:before {
    height: 30px;
  }
}
.count_down span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #777;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .count_down span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .count_down span {
    font-size: 12px;
  }
}

.tab-border {
  border: 2px solid #f2f2f2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tab-border {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .eventcount_img {
    margin-bottom: 25px;
    text-align: center;
  }
}

.white_txt :is(.count_down) span {
  color: #fff;
  opacity: 0.6;
}

/*
*****
19. Donation
*************************
*/
.s_14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .donation_area {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .donation_area {
    padding-top: 120px;
  }
}

.donate_progress_wrapper {
  margin-bottom: 45px;
}
.donate_progress_wrapper span:is(.theme-3) {
  color: var(--clr-theme-3);
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .donate_img_wrapper {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .donate_img_wrapper {
    margin-left: 0px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .donate_img_wrapper:is(.about_img_wrapper) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .donate_img_wrapper:is(.about_img_wrapper) {
    margin-left: 0px;
    margin-bottom: 0;
  }
}

.donate_img_inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .donate_img_inner {
    justify-content: flex-start;
    display: block;
  }
}
.donate_img_inner img {
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .donate_img_inner img:first-child {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .donate_img_inner img {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .donate_img_inner:is(.about_img_inner) img {
    width: 100%;
  }
}
.donate_img_inner:is(.about_img_inner) img:is(.about_block) {
  display: block;
}
.donate_img_inner .abs_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}
@media (max-width: 767px) {
  .donate_img_inner .abs_img {
    right: 0;
    transform: translateX(-50%);
    top: calc(0% - 100px);
    width: 200px;
    left: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .donate_img_inner .abs_img {
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    width: 200px;
    left: calc(100% - 150px);
  }
}
.donate_img_inner .abs_img:is(.event_abs_img) {
  border: 10px solid #fff;
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about_img_inner img.space_t30 {
    display: none;
  }
}

.donate_title {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .donate_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .donate_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .donate_title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .donate_title {
    font-size: 40px;
  }
}

.donation_wrappar {
  margin-top: -3px;
}
.donation_wrappar > span {
  margin-bottom: 25px;
  display: block;
  color: #fff;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .donation_wrappar > span {
    margin-bottom: 15px;
  }
}
.donation_wrappar span.white {
  color: #fff;
  opacity: 1;
}

/* Donation page style CSS */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_donation_img_wrapper {
    padding-right: 15px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single_donation_img_wrapper {
    padding-right: 0;
  }
}

.single_donation_img {
  overflow: hidden;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single_donation_img img {
    width: 100%;
  }
}
.single_donation_img:hover img {
  transform: scale(1.1);
}

.donation_border {
  padding-bottom: 25px;
  margin-bottom: 45px;
  border-bottom: 1px solid #dce8eb;
}

.donation_submit_box {
  width: 160px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  border-style: solid;
  border-width: 2px;
  border-color: #ebebeb;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .donation_submit_box {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .donation_submit_box {
    width: 160px;
  }
}
.donation_submit_box button[type=submit] {
  flex: 1;
  border: 2px solid #ebebeb;
  padding: 0 25px;
  border-radius: 30px;
  color: var(--clr-theme-1);
  background-color: transparent;
  margin-left: -2px;
  height: 60px;
  margin-top: -2px;
  font-weight: 700;
}
.donation_submit_box button[type=submit]:active {
  color: #fff;
  background-color: var(--clr-theme-1);
  border-color: var(--clr-theme-1);
}
.donation_submit_box input[type=text] {
  border: 0;
  width: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 0 10px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .donation_submit_box input[type=text] {
    text-align: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .donation_submit_box input[type=text] {
    text-align: center;
  }
}
.donation_submit_box input[type=text]::-webkit-input-placeholder {
  color: #142645;
}
.donation_submit_box input[type=text]:-moz-placeholder {
  color: #142645;
}
.donation_submit_box input[type=text]::-moz-placeholder {
  color: #142645;
}
.donation_submit_box input[type=text]:-ms-input-placeholder {
  color: #142645;
}
.donation_submit_box:is(.w_208) {
  width: 208px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .donation_submit_box:is(.w_208) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .donation_submit_box:is(.w_208) {
    width: 208px;
    margin-right: 15px;
  }
}

.input_value {
  padding: 0 35px;
  height: 60px;
  border: 2px solid #ebebeb;
  border-radius: 30px;
  background-color: transparent;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .input_value {
    margin-right: 10px;
  }
}
.input_value:last-child {
  margin-right: 0;
}
.input_value:hover {
  background-color: var(--clr-theme-1);
  color: var(--clr-common-white);
  border-color: var(--clr-theme-1);
}

.single_title {
  font-size: 18px;
  color: #142645;
  margin-bottom: 20px;
}

.payment_icons a {
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .payment_icons a {
    margin-right: 15px;
  }
}
.payment_icons a i {
  font-size: 60px;
}
.payment_icons a:hover {
  color: #f5a807;
}

.info_input {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .info_input {
    display: inline-block;
  }
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .info_input {
    display: block;
  }
}
.info_input input {
  height: 60px;
  border-style: solid;
  border-width: 2px;
  border-color: #efefef;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  padding: 0 25px;
  margin-bottom: 20px;
  line-height: 60px;
}
.info_input input::-webkit-input-placeholder {
  color: #999999;
}
.info_input input:-moz-placeholder {
  color: #999999;
}
.info_input input::-moz-placeholder {
  color: #999999;
}
.info_input input:-ms-input-placeholder {
  color: #999999;
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .info_input input {
    width: 100%;
  }
}
.info_input:is(.input_info_name) {
  margin-right: 15px;
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .info_input:is(.input_info_name) {
    margin-right: 0;
  }
}
.info_input i {
  position: absolute;
  left: 30px;
  top: 23px;
  font-size: 14px;
  color: #d0d0d0;
}
.info_input:is(.input_info_name) input {
  padding-left: 50px;
}
.info_input:is(.input_info_email) input {
  padding-left: 50px;
}
.info_input:is(.input_info_email) i {
  top: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .input_info_wrapper .info_input {
    width: calc(50% - 10px);
  }
}

.fs_14 {
  font-size: 14px;
}

/*
*****
20. Team
*************************
*/
.member_social a {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: var(--clr-soft-grey);
  border-radius: 10px 10px 0 0;
  text-align: center;
  line-height: 50px;
  color: var(--clr-body-heading-color);
  margin: 0px 3px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .member_social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
  }
}
.member_social a:is(.facebook):hover {
  background-color: #385398;
  color: var(--clr-common-white);
}
.member_social a:is(.twitter):hover {
  background-color: #55acee;
  color: var(--clr-common-white);
}
.member_social a:is(.behance):hover {
  background-color: #0057FF;
  color: var(--clr-common-white);
}
.member_social a:is(.youtube):hover {
  background-color: #C3271A;
  color: var(--clr-common-white);
}
.member_social a:first-child {
  margin-left: 0;
}
.member_social a:last-child {
  margin-right: 0;
}

.single_team {
  background-color: var(--clr-soft-gray-bg);
  padding: 40px 40px 0 40px;
  border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_team {
    padding: 25px 25px 0 25px;
  }
}
@media (max-width: 767px) {
  .single_team {
    padding: 25px 25px 0 25px;
  }
}
.single_team .designation {
  margin-bottom: 10px;
  display: block;
  color: var(--clr-theme-2);
  font-size: 16px;
}
.single_team .member_name {
  margin-bottom: 25px;
  font-size: 24px;
}
.single_team .member_name:hover {
  color: var(--clr-theme-2);
}

.team_thumb {
  margin-bottom: 25px;
}

/*  Team single page CSS  */
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .team_single_info_wrapper {
    padding-left: 25px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .team_single_info_wrapper {
    padding-left: 0px;
  }
}

.team_person_info a {
  font-size: 18px;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .team_person_info a {
    font-size: 16px;
  }
}
.team_person_info a strong {
  color: var(--clr-body-heading-color);
  transition: 0.3s;
}
.team_person_info a:hover strong {
  color: var(--clr-theme-1);
}

.team_info_social a {
  display: inline-block;
  color: #b9b9b9;
  margin-right: 15px;
}
.team_info_social a:is(.facebook):hover {
  color: #385398;
}
.team_info_social a:is(.twitter):hover {
  color: #55acee;
}
.team_info_social a:is(.google):hover {
  color: #F70000;
}
.team_info_social a:is(.pinterest):hover {
  color: #C51F26;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .team_single_img {
    margin-bottom: 30px;
  }
}

.first_letter {
  display: inline-block;
  font-size: 80px;
  background-color: var(--clr-theme-2);
  flex: 0 0 115px;
  text-align: center;
  height: 115px;
  margin-right: 50px;
  color: var(--clr-common-white);
  transform: translateY(8px);
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .first_letter {
    margin-bottom: 20px;
  }
}

.team_person_description:is(.d_flex) {
  display: flex;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .team_person_description:is(.d_flex) {
    flex-wrap: wrap;
  }
}
.team_person_description p {
  font-size: 18px;
  line-height: 1.77;
}
@media (max-width: 767px) {
  .team_person_description p {
    font-size: 16px;
  }
}

.team_progress_wrapper span {
  font-size: 16px;
  color: var(--clr-body-heading-color);
  font-weight: 700;
}

/*
*****
21. Choose
*************************
*/
.space_r60 {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .space_r60 {
    padding-right: 0;
  }
}

.space_l30 {
  transform: translateX(30px);
}
@media (max-width: 767px) {
  .space_l30 {
    transform: translateX(0px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .chooseus_wrapper {
    margin-bottom: 40px;
  }
}

.play_btn {
  font-size: 14px;
  color: #fff;
  width: 120px;
  height: 120px;
  display: inline-block;
  background-color: var(--clr-theme-1);
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
}
.play_btn:hover {
  color: var(--clr-common-white);
  animation: icon-bounce 0.8s 1;
}
.play_btn:focus {
  color: var(--clr-common-white);
}
.play_btn:is(.focus_theme-1):focus {
  background-color: var(--clr-theme-1);
}

.play_btn, .video_play {
  position: relative;
}
.play_btn:after, .play_btn:before, .video_play:after, .video_play:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.play_btn:before, .video_play:before {
  animation-delay: 0.8s;
}
.play_btn:is(.ab_4), .video_play:is(.ab_4) {
  background-color: var(--clr-common-white);
  color: var(--clr-body-heading-color);
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.play_btn:is(.ab_4):hover, .video_play:is(.ab_4):hover {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-1);
}
.play_btn:is(.ab_4):after, .play_btn:is(.ab_4):before, .video_play:is(.ab_4):after, .video_play:is(.ab_4):before {
  border: 3px solid #fff;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.chooseus_area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .chooseus_area {
    padding-bottom: 120px;
  }
}
.chooseus_area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/bg/bg_trans.png);
  z-index: -1;
  background-size: cover;
  background-position: left bottom;
}

.choose_card_text .card_numb {
  font-size: 60px;
  color: #333;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .choose_card_text .card_numb {
    font-size: 45px;
  }
}
.choose_card_text span {
  font-size: 17px;
  color: #999;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .choose_card_text span {
    font-size: 14px;
  }
}

.choose_card {
  position: relative;
  background-color: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 27px 38px;
  padding-left: 123px;
  transition: 0.4s;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .choose_card {
    padding: 27px 30px;
    padding-left: 118px;
  }
}
.choose_card i {
  font-size: 60px;
  position: absolute;
  left: 38px;
  top: 50%;
  line-height: 1;
  margin-top: -30px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .choose_card i {
    left: 30px;
  }
}
.choose_card:is(.theme-1) i {
  color: var(--clr-theme-1);
}
.choose_card:is(.theme-1):hover {
  border-color: rgba(241, 91, 67, 0.09);
  box-shadow: 0 13px 19px rgba(241, 91, 67, 0.1);
}
.choose_card:is(.theme-2) i {
  color: var(--clr-theme-2);
}
.choose_card:is(.theme-2):hover {
  border-color: rgba(101, 201, 187, 0.09);
  box-shadow: 0 13px 19px rgba(101, 201, 187, 0.1);
}
.choose_card:is(.theme-3) i {
  color: var(--clr-theme-3);
}
.choose_card:is(.theme-3):hover {
  border-color: rgba(255, 154, 57, 0.09);
  box-shadow: 0 13px 19px rgba(255, 154, 57, 0.1);
}
.choose_card:is(.theme-6) i {
  color: var(--clr-theme-6);
}
.choose_card:is(.theme-6):hover {
  border-color: rgba(99, 181, 95, 0.09);
  box-shadow: 0 13px 19px rgba(99, 181, 95, 0.1);
}

/*
*****
22. Circular Progress
*************************
*/
.progress_wrapper {
  width: 100px;
  text-align: center;
  color: #fff;
  padding: 15px;
  border-radius: 50px 50px 0 0;
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress_wrapper {
    left: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress_wrapper {
    left: 33px;
  }
}
@media (max-width: 767px) {
  .progress_wrapper {
    left: 27px;
  }
}
.progress_wrapper:is(.pbar_1) {
  background-color: #5fb35b;
}
.progress_wrapper:is(.pbar_1) .progress_circle:after {
  border-color: #6fbf6b;
}
.progress_wrapper:is(.pbar_2) {
  background-color: #f15b43;
}
.progress_wrapper:is(.pbar_2) .progress_circle:after {
  border-color: #f76c55;
}
.progress_wrapper:is(.pbar_3) {
  background-color: #65c9bb;
}
.progress_wrapper:is(.pbar_3) .progress_circle:after {
  border-color: #83d7cb;
}

.progress_circle {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  margin-bottom: 10px;
}
.progress_circle:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.93);
}
.progress_circle > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress_circle .progress-left {
  left: 1px;
}
.progress_circle .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fff;
}
.progress_circle .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress_circle .progress-right {
  right: 0;
}
.progress_circle .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress_circle .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 1rem;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 300;
}
.progress_circle .progress-value span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.mission_progress_wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .mission_progress_wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.mission_progress_wrapper .mission_progress_single {
  flex: 0 0 33.33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mission_progress_wrapper .mission_progress_single {
    flex: 0 0 20%;
  }
}
@media (max-width: 767px) {
  .mission_progress_wrapper .mission_progress_single {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mission_progress_wrapper .mission_progress_single:last-child {
    margin-bottom: 0;
  }
}
.mission_progress_wrapper .mission_progress_single .progress_circle {
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 0;
}
.mission_progress_wrapper .mission_progress_single .progress_circle .progress-left .progress-bar {
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-width: 10px;
}
.mission_progress_wrapper .mission_progress_single .progress_circle .progress-right .progress-bar {
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-width: 10px;
}
.mission_progress_wrapper .mission_progress_single .progress_circle:is(.theme-1):after {
  border-color: var(--clr-theme-1);
  transform: scale(0.95);
}
.mission_progress_wrapper .mission_progress_single .progress_circle:is(.theme-1) .progress-bar {
  border-color: var(--clr-theme-1);
}
.mission_progress_wrapper .mission_progress_single .progress_circle:is(.theme-1) span {
  color: var(--clr-theme-1);
}
.mission_progress_wrapper .mission_progress_single .progress_circle:is(.theme-2):after {
  border-color: var(--clr-theme-2);
  transform: scale(0.95);
}
.mission_progress_wrapper .mission_progress_single .progress_circle:is(.theme-2) .progress-bar {
  border-color: var(--clr-theme-2);
}
.mission_progress_wrapper .mission_progress_single .progress_circle:is(.theme-2) span {
  color: var(--clr-theme-2);
}
.mission_progress_wrapper .mission_progress_single .progress_circle:is(.theme-3):after {
  border-color: var(--clr-theme-3);
  transform: scale(0.95);
}
.mission_progress_wrapper .mission_progress_single .progress_circle:is(.theme-3) .progress-bar {
  border-color: var(--clr-theme-3);
}
.mission_progress_wrapper .mission_progress_single .progress_circle:is(.theme-3) span {
  color: var(--clr-theme-3);
}

.progress-value .value {
  font-size: 50px;
  font-weight: 700;
  color: #263b5c;
}
.progress-value .value span {
  font-size: 20px;
  display: inline-block;
}

.progress_text {
  padding-left: 18px;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}

/* This for loop creates the necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress_circle[data-percentage="1"] .progress-right .progress-bar {
  animation: loading-1 0.5s linear forwards;
}
.progress_circle[data-percentage="1"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="2"] .progress-right .progress-bar {
  animation: loading-2 0.5s linear forwards;
}
.progress_circle[data-percentage="2"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="3"] .progress-right .progress-bar {
  animation: loading-3 0.5s linear forwards;
}
.progress_circle[data-percentage="3"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="4"] .progress-right .progress-bar {
  animation: loading-4 0.5s linear forwards;
}
.progress_circle[data-percentage="4"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="5"] .progress-right .progress-bar {
  animation: loading-5 0.5s linear forwards;
}
.progress_circle[data-percentage="5"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="6"] .progress-right .progress-bar {
  animation: loading-6 0.5s linear forwards;
}
.progress_circle[data-percentage="6"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="7"] .progress-right .progress-bar {
  animation: loading-7 0.5s linear forwards;
}
.progress_circle[data-percentage="7"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="8"] .progress-right .progress-bar {
  animation: loading-8 0.5s linear forwards;
}
.progress_circle[data-percentage="8"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="9"] .progress-right .progress-bar {
  animation: loading-9 0.5s linear forwards;
}
.progress_circle[data-percentage="9"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-10 0.5s linear forwards;
}
.progress_circle[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="11"] .progress-right .progress-bar {
  animation: loading-11 0.5s linear forwards;
}
.progress_circle[data-percentage="11"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="12"] .progress-right .progress-bar {
  animation: loading-12 0.5s linear forwards;
}
.progress_circle[data-percentage="12"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="13"] .progress-right .progress-bar {
  animation: loading-13 0.5s linear forwards;
}
.progress_circle[data-percentage="13"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="14"] .progress-right .progress-bar {
  animation: loading-14 0.5s linear forwards;
}
.progress_circle[data-percentage="14"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="15"] .progress-right .progress-bar {
  animation: loading-15 0.5s linear forwards;
}
.progress_circle[data-percentage="15"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="16"] .progress-right .progress-bar {
  animation: loading-16 0.5s linear forwards;
}
.progress_circle[data-percentage="16"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="17"] .progress-right .progress-bar {
  animation: loading-17 0.5s linear forwards;
}
.progress_circle[data-percentage="17"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="18"] .progress-right .progress-bar {
  animation: loading-18 0.5s linear forwards;
}
.progress_circle[data-percentage="18"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="19"] .progress-right .progress-bar {
  animation: loading-19 0.5s linear forwards;
}
.progress_circle[data-percentage="19"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-20 0.5s linear forwards;
}
.progress_circle[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="21"] .progress-right .progress-bar {
  animation: loading-21 0.5s linear forwards;
}
.progress_circle[data-percentage="21"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="22"] .progress-right .progress-bar {
  animation: loading-22 0.5s linear forwards;
}
.progress_circle[data-percentage="22"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="23"] .progress-right .progress-bar {
  animation: loading-23 0.5s linear forwards;
}
.progress_circle[data-percentage="23"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="24"] .progress-right .progress-bar {
  animation: loading-24 0.5s linear forwards;
}
.progress_circle[data-percentage="24"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="25"] .progress-right .progress-bar {
  animation: loading-25 0.5s linear forwards;
}
.progress_circle[data-percentage="25"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="26"] .progress-right .progress-bar {
  animation: loading-26 0.5s linear forwards;
}
.progress_circle[data-percentage="26"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="27"] .progress-right .progress-bar {
  animation: loading-27 0.5s linear forwards;
}
.progress_circle[data-percentage="27"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="28"] .progress-right .progress-bar {
  animation: loading-28 0.5s linear forwards;
}
.progress_circle[data-percentage="28"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="29"] .progress-right .progress-bar {
  animation: loading-29 0.5s linear forwards;
}
.progress_circle[data-percentage="29"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-30 0.5s linear forwards;
}
.progress_circle[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="31"] .progress-right .progress-bar {
  animation: loading-31 0.5s linear forwards;
}
.progress_circle[data-percentage="31"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="32"] .progress-right .progress-bar {
  animation: loading-32 0.5s linear forwards;
}
.progress_circle[data-percentage="32"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="33"] .progress-right .progress-bar {
  animation: loading-33 0.5s linear forwards;
}
.progress_circle[data-percentage="33"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="34"] .progress-right .progress-bar {
  animation: loading-34 0.5s linear forwards;
}
.progress_circle[data-percentage="34"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="35"] .progress-right .progress-bar {
  animation: loading-35 0.5s linear forwards;
}
.progress_circle[data-percentage="35"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="36"] .progress-right .progress-bar {
  animation: loading-36 0.5s linear forwards;
}
.progress_circle[data-percentage="36"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="37"] .progress-right .progress-bar {
  animation: loading-37 0.5s linear forwards;
}
.progress_circle[data-percentage="37"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="38"] .progress-right .progress-bar {
  animation: loading-38 0.5s linear forwards;
}
.progress_circle[data-percentage="38"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="39"] .progress-right .progress-bar {
  animation: loading-39 0.5s linear forwards;
}
.progress_circle[data-percentage="39"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-40 0.5s linear forwards;
}
.progress_circle[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="41"] .progress-right .progress-bar {
  animation: loading-41 0.5s linear forwards;
}
.progress_circle[data-percentage="41"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="42"] .progress-right .progress-bar {
  animation: loading-42 0.5s linear forwards;
}
.progress_circle[data-percentage="42"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="43"] .progress-right .progress-bar {
  animation: loading-43 0.5s linear forwards;
}
.progress_circle[data-percentage="43"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="44"] .progress-right .progress-bar {
  animation: loading-44 0.5s linear forwards;
}
.progress_circle[data-percentage="44"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="45"] .progress-right .progress-bar {
  animation: loading-45 0.5s linear forwards;
}
.progress_circle[data-percentage="45"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="46"] .progress-right .progress-bar {
  animation: loading-46 0.5s linear forwards;
}
.progress_circle[data-percentage="46"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="47"] .progress-right .progress-bar {
  animation: loading-47 0.5s linear forwards;
}
.progress_circle[data-percentage="47"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="48"] .progress-right .progress-bar {
  animation: loading-48 0.5s linear forwards;
}
.progress_circle[data-percentage="48"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="49"] .progress-right .progress-bar {
  animation: loading-49 0.5s linear forwards;
}
.progress_circle[data-percentage="49"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress_circle[data-percentage="51"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="51"] .progress-left .progress-bar {
  animation: loading-1 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="52"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="52"] .progress-left .progress-bar {
  animation: loading-2 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="53"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="53"] .progress-left .progress-bar {
  animation: loading-3 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="54"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="54"] .progress-left .progress-bar {
  animation: loading-4 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="55"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="55"] .progress-left .progress-bar {
  animation: loading-5 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="56"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="56"] .progress-left .progress-bar {
  animation: loading-6 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="57"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="57"] .progress-left .progress-bar {
  animation: loading-7 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="58"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="58"] .progress-left .progress-bar {
  animation: loading-8 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="59"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="59"] .progress-left .progress-bar {
  animation: loading-9 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-10 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="61"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="61"] .progress-left .progress-bar {
  animation: loading-11 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="62"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="62"] .progress-left .progress-bar {
  animation: loading-12 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="63"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="63"] .progress-left .progress-bar {
  animation: loading-13 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="64"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="64"] .progress-left .progress-bar {
  animation: loading-14 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="65"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="65"] .progress-left .progress-bar {
  animation: loading-15 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="66"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="66"] .progress-left .progress-bar {
  animation: loading-16 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="67"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="67"] .progress-left .progress-bar {
  animation: loading-17 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="68"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="68"] .progress-left .progress-bar {
  animation: loading-18 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="69"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="69"] .progress-left .progress-bar {
  animation: loading-19 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-20 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="71"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="71"] .progress-left .progress-bar {
  animation: loading-21 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="72"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="72"] .progress-left .progress-bar {
  animation: loading-22 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="73"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="73"] .progress-left .progress-bar {
  animation: loading-23 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="74"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="74"] .progress-left .progress-bar {
  animation: loading-24 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="75"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="75"] .progress-left .progress-bar {
  animation: loading-25 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="76"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="76"] .progress-left .progress-bar {
  animation: loading-26 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="77"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="77"] .progress-left .progress-bar {
  animation: loading-27 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="78"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="78"] .progress-left .progress-bar {
  animation: loading-28 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="79"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="79"] .progress-left .progress-bar {
  animation: loading-29 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-30 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="81"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="81"] .progress-left .progress-bar {
  animation: loading-31 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="82"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="82"] .progress-left .progress-bar {
  animation: loading-32 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="83"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="83"] .progress-left .progress-bar {
  animation: loading-33 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="84"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="84"] .progress-left .progress-bar {
  animation: loading-34 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="85"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="85"] .progress-left .progress-bar {
  animation: loading-35 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="86"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="86"] .progress-left .progress-bar {
  animation: loading-36 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="87"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="87"] .progress-left .progress-bar {
  animation: loading-37 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="88"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="88"] .progress-left .progress-bar {
  animation: loading-38 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="89"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="89"] .progress-left .progress-bar {
  animation: loading-39 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-40 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="91"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="91"] .progress-left .progress-bar {
  animation: loading-41 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="92"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="92"] .progress-left .progress-bar {
  animation: loading-42 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="93"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="93"] .progress-left .progress-bar {
  animation: loading-43 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="94"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="94"] .progress-left .progress-bar {
  animation: loading-44 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="95"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="95"] .progress-left .progress-bar {
  animation: loading-45 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="96"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="96"] .progress-left .progress-bar {
  animation: loading-46 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="97"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="97"] .progress-left .progress-bar {
  animation: loading-47 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="98"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="98"] .progress-left .progress-bar {
  animation: loading-48 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="99"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="99"] .progress-left .progress-bar {
  animation: loading-49 0.5s linear forwards 0.5s;
}

.progress_circle[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress_circle[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-50 0.5s linear forwards 0.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg);
  }
}
@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg);
  }
}
@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg);
  }
}
@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg);
  }
}
@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg);
  }
}
@keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg);
  }
}
@keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg);
  }
}
@keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg);
  }
}
@keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg);
  }
}
@keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg);
  }
}
@keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg);
  }
}
@keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg);
  }
}
@keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg);
  }
}
@keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg);
  }
}
@keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg);
  }
}
@keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg);
  }
}
@keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg);
  }
}
@keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg);
  }
}
@keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg);
  }
}
@keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg);
  }
}
@keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg);
  }
}
@keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg);
  }
}
@keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg);
  }
}
@keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg);
  }
}
@keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg);
  }
}
@keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg);
  }
}
@keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg);
  }
}
@keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg);
  }
}
@keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg);
  }
}
@keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg);
  }
}
@keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg);
  }
}
@keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg);
  }
}
@keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg);
  }
}
@keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg);
  }
}
@keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg);
  }
}
@keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg);
  }
}
@keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg);
  }
}
@keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg);
  }
}
@keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg);
  }
}
@keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg);
  }
}
@keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg);
  }
}
@keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
/*
*****
23. Funfact
*************************
*/
.funfact_wrapper {
  padding: 0 44px;
}
@media (max-width: 767px) {
  .funfact_wrapper {
    padding: 0;
  }
}

.funshape img {
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.shape_topright, .shape_bottomleft {
  width: 135px;
  height: 135px;
  border-radius: 50%;
}

.shape_topleft {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 142px;
  left: 345px;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .shape_topleft {
    left: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape_topleft {
    left: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape_topleft {
    left: 90px;
  }
}
@media (max-width: 767px) {
  .shape_topleft {
    display: none;
  }
}

.shape_topright {
  position: absolute;
  top: 65px;
  right: 204px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape_topright {
    right: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape_topright {
    right: 100px;
  }
}
@media (max-width: 767px) {
  .shape_topright {
    display: none;
  }
}

.shape_bottomleft {
  position: absolute;
  bottom: 136px;
  left: 92px;
  z-index: -1;
}
@media only screen and (min-width: 1401px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .shape_bottomleft {
    display: none;
  }
}

.shape_bottomright {
  width: 105px;
  height: 105px;
  position: absolute;
  bottom: 165px;
  right: 167px;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (min-width: 1401px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .shape_bottomright {
    display: none;
  }
}

.funfact_icon {
  width: 120px;
  height: 120px;
  background-color: #f15b43;
  display: inline-block;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 55px;
}

.funfact_sub {
  font-size: 16px;
  color: #ff5500;
  display: block;
  margin-bottom: 8px;
}

.funfact_title_section h3 {
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact_title_section h3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact_title_section h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .funfact_title_section h3 {
    font-size: 23px;
    line-height: 1.2;
  }
}
.funfact_title_section .funfact_text_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.funfact_title_section .funfact_text_wrapper .funfact_bigtext {
  font-size: 120px;
  color: #f15b43;
  font-weight: 700;
  margin-right: 30px;
  line-height: 1;
}
@media (max-width: 767px) {
  .funfact_title_section .funfact_text_wrapper .funfact_bigtext {
    font-size: 90px;
    margin-right: 15px;
  }
}
.funfact_title_section .funfact_text_wrapper .funfact_righttext {
  font-size: 30px;
  font-weight: 700;
  color: #142645;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 767px) {
  .funfact_title_section .funfact_text_wrapper .funfact_righttext {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .funfact_title_section .funfact_text_wrapper .funfact_righttext span {
    display: block;
  }
}

.funfact_upper {
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact_upper {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .funfact_upper {
    padding-bottom: 40px;
  }
}

.funfact_backtitle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -110px;
  font-size: 280px;
  font-weight: 700;
  z-index: -1;
  background: -webkit-linear-gradient(#ffffff, #dce8eb);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .funfact_backtitle {
    font-size: 250px;
    bottom: -90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact_backtitle {
    font-size: 200px;
    bottom: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact_backtitle {
    font-size: 140px;
    bottom: -45px;
  }
}
@media (max-width: 767px) {
  .funfact_backtitle {
    font-size: 65px;
    bottom: -12px;
  }
}

.funfact_lower {
  box-shadow: 0px 16px 32px 0px rgba(209, 209, 209, 0.3);
  border-radius: 10px;
  background-color: #fff;
  padding: 70px;
  padding-bottom: 35px;
  display: flex;
  margin-top: -15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .funfact_lower {
    padding: 70px 40px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact_lower {
    flex-direction: column;
    padding: 70px 40px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .funfact_lower {
    flex-direction: column;
    padding: 30px 15px;
    padding-bottom: 0;
  }
}
.funfact_lower .support_search_section:is(.funfact_input) {
  flex: 0 0 460px;
  margin-right: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .funfact_lower .support_search_section:is(.funfact_input) {
    flex: 0 0 375px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .funfact_lower .support_search_section:is(.funfact_input) {
    flex: 0 0 auto;
    margin-right: 0;
  }
}

.funfact_button .g_btn {
  margin-left: 28px;
  padding: 0 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact_button .g_btn {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .funfact_button .g_btn {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .funfact_button .g_btn {
    padding: 0 30px;
    margin-bottom: 0;
    margin-left: 28px;
  }
}

/*
*****
24. Services
*************************
*/
.services_single {
  text-align: center;
  border: 2px solid #eeeeee;
  padding: 50px;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .services_single {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services_single {
    padding: 40px;
  }
}
.services_single .services_text p {
  font-size: 16px;
  margin-bottom: 35px;
}
.services_single:hover {
  border-color: transparent;
  box-shadow: 0 23px 49px rgba(0, 0, 0, 0.1);
}
.services_single:hover img {
  transform: scale(0.95);
}

.services_img {
  margin-bottom: 35px;
  height: 192px;
  overflow: hidden;
}
.services_img img {
  height: 100%;
}

.services_title {
  text-transform: capitalize;
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .services_title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services_title {
    font-size: 24px;
  }
}
.services_title:hover a {
  color: var(--clr-theme-1);
}
.services_title a {
  text-decoration: none;
}

.service_btn {
  border: 2px solid #e6e6e6;
  text-align: center;
  padding: 0px 38px;
  font-size: 16px;
  font-weight: 700;
  color: var(--clr-body-heading-color);
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
  height: 56px;
  line-height: 52px;
  background-color: transparent;
}
.service_btn:hover {
  background-color: var(--clr-theme-1);
  color: var(--clr-common-white);
  border-color: var(--clr-theme-1);
}

/*
*****
25. Events
*************************
*/
.events_img img {
  border-radius: 10px;
}

.events_content {
  position: relative;
}
.events_content:hover .events_date {
  animation: icon-bounce 0.8s 1;
}

.events_inner_text:is(.has_abs_card) {
  padding-left: 180px;
  padding-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .events_inner_text:is(.has_abs_card) {
    padding-left: 160px;
  }
}
@media (max-width: 767px) {
  .events_inner_text:is(.has_abs_card) {
    padding-left: 0px;
  }
}
.events_inner_text h4 {
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .events_inner_text h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .events_inner_text h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .events_inner_text h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .events_inner_text h4 {
    font-size: 22px;
  }
}
.events_inner_text h4:hover {
  color: var(--clr-theme-1);
}
.events_inner_text h4 a {
  text-decoration: none;
}

.date_card {
  width: 120px;
  height: 120px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .date_card {
    width: 100px;
    height: 100px;
  }
}
.date_card:is(.feed_card) {
  width: 80px;
  height: 90px;
}
.date_card:is(.feed_card):is(.nhas_abs) {
  position: absolute;
  right: 38px;
  top: -45px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .date_card:is(.feed_card):is(.nhas_abs) {
    right: 30px;
  }
}
.date_card:is(.has_abs) {
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 1;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .date_card:is(.has_abs) {
    position: static;
    margin: 0;
    margin-top: 30px;
  }
}
.date_card .events_date {
  font-size: 60px;
  font-weight: 700;
  color: var(--clr-theme-1);
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .date_card .events_date {
    font-size: 50px;
  }
}
.date_card .events_date:is(.feed_date) {
  font-size: 40px;
}
.date_card .events_month {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  color: #142645;
}

.events_feed_wrapper {
  margin-right: 65px;
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .events_feed_wrapper {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .events_feed_wrapper {
    margin-right: 0px;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .events_feed_wrapper {
    margin: 0;
  }
}

.events_feed_sigle {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #263c60;
}
@media (max-width: 767px) {
  .events_feed_sigle {
    flex-direction: column;
    align-items: flex-start;
  }
}
.events_feed_sigle:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.events_feed_sigle:hover .events_date {
  animation: icon-bounce 0.8s 1;
}

.efeed_card {
  margin-right: 30px;
  background-color: #0c1931;
}
@media (max-width: 767px) {
  .efeed_card {
    margin-bottom: 25px;
  }
}
.efeed_card .events_month {
  color: #6a7a98;
}

.has_abs_card {
  position: relative;
}

.category_name {
  font-size: 14px;
}
.category_name:is(.theme-1) {
  color: var(--clr-theme-1);
}

/*
*****
26. Testimonial
*************************
*/
.space_t30 {
  transform: translateY(30px);
}
@media (max-width: 767px) {
  .space_t30 {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .space_t30 {
    transform: translateY(30px);
  }
}

.testimonial_area {
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial_area {
    padding-bottom: 90px;
  }
}
.testimonial_area:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/bg/bg_trans.png);
  background-size: cover;
  z-index: -1;
}

.testimonial_card {
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  border: 2px solid #eeeeee;
  padding: 38px;
  padding-top: 36px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .testimonial_card {
    padding: 30px;
    padding-top: 28px;
  }
}
.testimonial_card:hover {
  box-shadow: 0 23px 49px rgba(0, 0, 0, 0.1);
}

.testimonial_quote {
  font-size: 18px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .testimonial_quote {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_quote {
    font-size: 16px;
  }
}

.testimonial_author {
  display: flex;
  align-items: center;
}

.author_img {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .author_img {
    margin-right: 15px;
  }
}

.author_img img {
  border-radius: 50%;
}

.review-icon a i {
  font-size: 14px;
  color: #f15b43;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .review-icon a i {
    font-size: 12px;
  }
}

.name_designation h5 {
  font-size: 20px;
  color: #263b5c;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .name_designation h5 {
    font-size: 16px;
  }
}
.name_designation h5:hover {
  color: var(--clr-theme-1);
}

.name_designation h5 span {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .name_designation h5 span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .name_designation h5 span {
    font-size: 13px;
    display: block;
  }
}

/*
*****
27. Back-to-top
*************************
*/
.progress-wrap {
  position: fixed;
  right: -100px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--clr-theme-1);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.progress-wrap::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--clr-theme-2);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--clr-theme-2);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.progress-wrap.active-progress {
  opacity: 1;
  right: 50px;
  visibility: visible;
  transform: translateY(0);
}

/*
*****
28. Sidebar
*************************
*/
.header-icon {
  position: relative;
}
.header-icon a i {
  transition: 0.3s;
}
.header-icon a:hover > i.fa-search {
  color: var(--clr-theme-2);
}

.feed_widget_img img {
  max-width: 80px;
}

.search-button {
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  background-image: linear-gradient(45deg, transparent, var(--clr-theme-1));
}
.search-button i {
  color: #fff;
}

.offset-widget:is(.offset-logo) {
  border-bottom: 1px solid #eeecec;
}

.side-row {
  margin: 0 -7.5px;
}
.side-row .col-4 {
  padding: 0 7.5px;
}

.side-map iframe {
  width: 100%;
  height: 200px;
}

.info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
}

button.side-info-close {
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: var(--clr-theme-1);
  color: #fff;
  border-radius: 50%;
}
button.side-info-close:hover {
  background-color: var(--clr-body-heading-color);
}

.mobile_logo img {
  max-width: 150px;
}

.offset_search_content {
  position: relative;
}
.offset_search_content input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #eeecec;
  padding: 5px 0;
  color: 444;
  font-weight: 300;
}
.offset_search_content input::-webkit-input-placeholder {
  color: #444;
  font-weight: 400;
}
.offset_search_content input:-moz-placeholder {
  color: #444;
  font-weight: 400;
}
.offset_search_content input::-moz-placeholder {
  color: #444;
  font-weight: 400;
}
.offset_search_content input:-ms-input-placeholder {
  color: #444;
  font-weight: 400;
}

.offset_search_button {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  background-color: #eeecec;
  color: #444;
  width: 40px;
  height: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.offset_search_button:hover {
  color: #fff;
  background-color: var(--clr-theme-1);
}

.contact-list > a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  color: var(--clr-theme-4);
}
.contact-list > a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  flex: 0 0 auto;
}
.contact-list > a:is(.theme-1) i {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-1);
}
.contact-list > a:is(.theme-1):hover {
  color: var(--clr-theme-1);
}
.contact-list > a:is(.theme-2) i {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-2);
}
.contact-list > a:is(.theme-2):hover {
  color: var(--clr-theme-2);
}
.contact-list > a:is(.theme-3) i {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-3);
}
.contact-list > a:is(.theme-3):hover {
  color: var(--clr-theme-3);
}
.contact-list:is(.mobile_sm) a {
  font-size: 16px;
}

/*  Single sidebar CSS  */
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_sidebar_wrapper {
    padding-left: 0;
  }
}

.about_person_title {
  font-size: 18px;
}
.about_person_title:hover {
  color: var(--clr-theme-1);
}

.single_widget {
  padding: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .single_widget {
    padding: 48px 30px;
  }
}
@media (max-width: 767px) {
  .single_widget {
    padding: 48px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_widget {
    padding: 48px 30px;
  }
}
.single_widget:is(.has_border) {
  border-style: solid;
  border-width: 2px;
  border-color: #eeeeee;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.widget_title_text {
  font-size: 18px;
  color: #142645;
}
.widget_title_text:is(.has_border) {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.sidebar_title_text {
  font-size: 20px;
}
.sidebar_title_text span {
  padding-right: 5px;
  display: inline-block;
}
.sidebar_title_text span:is(.theme-1) {
  color: var(--clr-theme-1);
}
.sidebar_title_text:is(.has_border) {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}

.single_donor_post {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.single_donor_post:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single_donor_post :is(.donar_date) {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_donor_post :is(.donar_date) {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .single_donor_post :is(.donar_amount):is(.sep) {
    padding-right: 0;
    margin-right: 0;
  }
  .single_donor_post :is(.donar_amount):is(.sep):after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_donor_post :is(.donar_amount):is(.sep) {
    padding-right: 10px;
    margin-right: 10px;
  }
  .single_donor_post :is(.donar_amount):is(.sep):after {
    display: block;
  }
}

.donar_post_img {
  margin-right: 18px;
}

.info-widget p {
  font-size: 16px;
}

.donar_name {
  font-size: 16px;
  color: #142645;
  line-height: 1.6;
  margin-bottom: 0;
}
.donar_name:hover {
  color: var(--clr-theme-1);
}

.donar_amount {
  text-decoration: none;
  font-size: 14px;
}
.donar_amount:is(.sep) {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.donar_amount:is(.sep):after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 12px;
  transform: translateY(-50%);
  background-color: #e1e1e1;
  content: "";
}
.donar_amount:is(.theme-1) {
  color: var(--clr-theme-1);
}

.donar_date {
  text-decoration: none;
  font-size: 14px;
}
.donar_date i {
  margin-right: 5px;
}
.donar_date:is(.theme-2) i {
  color: var(--clr-theme-2);
}
.donar_date:is(.theme-2):hover {
  color: var(--clr-theme-2);
}
.donar_date:is(.sep) {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.donar_date:is(.sep):after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 12px;
  transform: translateY(-50%);
  background-color: #e1e1e1;
  content: "";
}

@media (max-width: 767px) {
  .donar_meta :is(.donar_date):is(.sep) {
    padding-right: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .donar_meta :is(.donar_date):is(.sep) {
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .donar_meta :is(.donar_date):is(.sep):after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .donar_meta :is(.donar_date):is(.sep):after {
    display: block;
  }
}
@media (max-width: 767px) {
  .donar_meta :is(.donar_time) {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .donar_meta :is(.donar_time) {
    display: inline-block;
  }
}

/* ############################
################################################
  Nice select CSS customization
##############################
###############################################   */
.nice-select:is(.widget) {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  margin-bottom: 16px;
  color: #b8b8b8;
  border: 2px solid #eee;
}
.nice-select:is(.widget):focus {
  outline: 0;
  border: 2px solid #eee;
}
.nice-select:is(.widget):after {
  color: #b8b8b8;
  font-size: 14px;
}
.nice-select:is(.widget):is(.open) .list {
  background-color: var(--clr-theme-4);
  color: #fff;
}
.nice-select:is(.widget) .list {
  background-color: var(--clr-theme-4);
  color: #fff;
}
.nice-select:is(.widget) .option:is(.focus) {
  background-color: var(--clr-theme-1);
}
.nice-select:is(.widget) .option:is(.selected):is(.focus) {
  background-color: var(--clr-theme-1);
}
.nice-select:is(.widget) .option:hover {
  background-color: var(--clr-theme-1);
}

.widget_about_img {
  margin-bottom: 18px;
}

.about_widget_content p {
  font-size: 16px;
  line-height: 1.63;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .about_widget_content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_widget_content p {
    font-size: 16px;
  }
}

.widget_social a {
  font-size: 14px;
  margin: 0 10px;
  color: #d4d4d4;
}
.widget_social a:is(.facebook):hover {
  color: #385398;
}
.widget_social a:is(.twitter):hover {
  color: #55acee;
}
.widget_social a:is(.behance):hover {
  color: #0057FF;
}
.widget_social a:is(.youtube):hover {
  color: #C3271A;
}
.widget_social a:is(.linkedin):hover {
  color: #0A66C2;
}

.search_widget_content {
  position: relative;
}
.search_widget_content input {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 0;
  background-color: #f5f5f5;
  border-radius: 30px;
  color: #828282;
  font-size: 12px;
  padding-right: 70px;
}
.search_widget_content input::-webkit-input-placeholder {
  font-size: 12px;
  color: #828282;
}
.search_widget_content input:-moz-placeholder {
  font-size: 12px;
  color: #828282;
}
.search_widget_content input::-moz-placeholder {
  font-size: 12px;
  color: #828282;
}
.search_widget_content input:-ms-input-placeholder {
  font-size: 12px;
  color: #828282;
}
.search_widget_content button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: var(--clr-theme-1);
  text-align: center;
  text-align: center;
  color: #fff;
}

.single_feed_widget {
  display: flex;
  align-items: center;
}
.single_feed_widget:is(.has_border) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}

.feed_widget_img {
  flex: 0 0 auto;
  margin-right: 19px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .feed_widget_img {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .feed_widget_img {
    margin-right: 10px;
    flex: 0 0 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feed_widget_img {
    margin-right: 19px;
    flex: 0 0 auto;
  }
}

.feed_widget_title {
  line-height: 1.37;
  font-size: 16px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .feed_widget_title {
    margin-bottom: 3px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feed_widget_title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.feed_widget_title:is(.theme-1):hover {
  color: var(--clr-theme-1);
}

.feed_widget_date {
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  .feed_widget_date {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feed_widget_date {
    font-size: 13px;
  }
}
.feed_widget_date i {
  display: inline-block;
  margin-right: 6px;
}
.feed_widget_date:is(.theme-1) i {
  color: var(--clr-theme-1);
}
.feed_widget_date:is(.theme-1):hover {
  color: var(--clr-theme-1);
}

/* category widget */
.categories_widget ul li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categories_widget ul li a {
  text-decoration: none;
  position: relative;
  margin-left: 20px;
}
.categories_widget ul li a:after {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  font-family: "font awesome 5 pro";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: var(--clr-theme-1);
}
.categories_widget ul li a:before {
  width: 0;
  right: 0;
  left: auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  bottom: 0;
  height: 1px;
  background-color: var(--clr-theme-1);
  content: "";
  position: absolute;
}
.categories_widget ul li a:hover {
  color: var(--clr-theme-1);
}
.categories_widget ul li a:hover:after {
  padding-left: 5px;
}
.categories_widget ul li a:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.categories_widget ul li:last-child {
  margin-bottom: 0;
}

/* Instagram Widget */
.instagram_widget_img_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.instagram_widget_img_wrapper img {
  width: 100%;
}

/* Tagcloud Widget */
.tagcloud {
  margin-bottom: -10px;
}
.tagcloud a {
  height: 30px;
  padding: 0 20px;
  background-color: #f4f4f4;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
}
.tagcloud a:hover {
  background-color: var(--clr-theme-1);
  color: #fff;
}

/* advertise widget */
.advertise_img {
  position: relative;
}
.advertise_img img {
  width: 100%;
}

.advertise_abs {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 60px;
  background-color: #5fb35b;
  line-height: 60px;
  text-align: center;
  border-top-left-radius: 10px;
}
.advertise_abs span {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

/* ###########                     ###################
##############     datepicker css  #####################
################                   ##################*/
.nice-select.widget {
  float: none;
}

.card-body .form-group .gj-textbox-md {
  border: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 1.29;
  font-weight: 500;
}

.gj-picker.gj-picker-md.datepicker.gj-unselectable {
  color: #222;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.gj-picker.gj-picker-md.datepicker.gj-unselectable table tr td.today div {
  color: #fff;
  border: 1px solid var(--clr-theme-1);
  background-color: var(--clr-theme-1);
  border-radius: 50%;
}
.gj-picker.gj-picker-md.datepicker.gj-unselectable table tr td.today div:hover {
  background: var(--clr-theme-1);
  border-radius: 50%;
  color: #fff;
  border: 1px solid var(--clr-theme-1);
}
.gj-picker.gj-picker-md.datepicker.gj-unselectable table tr td.selected.gj-cursor-pointer div {
  color: #FFF;
  background: var(--clr-theme-1);
  border-radius: 50%;
}

.gj-picker.gj-picker-md div[role=navigator] {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.gj-picker.gj-picker-md div[role=navigator] div[role=period] {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.gj-picker.gj-picker-md div[role=navigator] div i.gj-icon {
  top: 20px;
}
.gj-picker.gj-picker-md table tr td.gj-cursor-pointer div:hover {
  background: var(--clr-theme-1);
  border-radius: 50%;
  color: #fff;
  border: 1px solid var(--clr-theme-1);
}

.gj-picker-md table tr td div {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .gj-picker-md table tr td div {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.gj-picker-md table tr th div {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .gj-picker-md table tr th div {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.gj-picker-md div[role=navigator] div i.material-icons {
  top: 20px;
}

.gj-datepicker-md [role=right-icon] {
  position: absolute;
  right: 35px;
  top: 50%;
  font-size: 14px;
  color: #b8b8b8;
  transform: translateY(-50%);
}

.gj-picker {
  transform: translateY(-15px);
  z-index: 9;
  padding: 15px;
}

.gj-picker.gj-picker-md div[role=navigator] {
  padding: 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .gj-picker.gj-picker-md div[role=navigator] {
    padding: 0 15px;
  }
}
.gj-picker.gj-picker-md div[role=navigator] .fa-angle-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gj-picker.gj-picker-md div[role=navigator] .fa-angle-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*
*****
29. Footer
*************************
*/
.footer_top_area:is(.footer_default_area) {
  padding-top: 165px;
  overflow: hidden;
  clip-path: polygon(0 120px, 50% 0, 100% 120px, 100% 100%, 0 100%);
  background-size: cover;
  background-position: center;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .footer_top_area:is(.footer_default_area) {
    padding-top: 200px;
  }
}
.footer_top_area:is(.footer_default_area):before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #15253d;
  opacity: 0.9;
}
.footer_top_area:is(.footer_default_area) .footer_links ul li {
  float: left;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_top_area:is(.footer_default_area) .footer_links ul li {
    width: 100%;
  }
}
.footer_top_area:is(.footer_default_area) .footer_widget:is(.pl_37) {
  padding-left: 37px;
}
@media (max-width: 767px) {
  .footer_top_area:is(.footer_default_area) .footer_widget:is(.pl_37) {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_top_area:is(.footer_default_area) .footer_widget:is(.pl_37) {
    padding-left: 37px;
  }
}
.footer_top_area:is(.footer_default_area) .footer_widget:is(.pl_17) {
  padding-left: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer_top_area:is(.footer_default_area) .footer_widget:is(.pl_17) {
    padding-left: 0px;
  }
}
.footer_locate_link ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer_locate_link ul li:last-child {
  margin-bottom: 0;
}
.footer_locate_link ul li a {
  font-size: 14px;
  color: #a2aec1;
  text-decoration: none;
}
.footer_locate_link ul li a strong {
  color: #fff;
  margin-right: 5px;
}
.footer_locate_link ul li a i {
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #495360;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}
.footer_locate_link:is(.theme-1) ul li a {
  transition: 0.3s;
}
.footer_locate_link:is(.theme-1) ul li a:hover {
  color: var(--clr-theme-1);
}
.footer_locate_link:is(.theme-1) ul li a i {
  transition: 0.3s;
}
.footer_locate_link:is(.theme-1) ul li a i:hover {
  color: var(--clr-theme-1);
  border-color: var(--clr-common-white);
}

.footer_links ul li {
  list-style: none;
  margin-bottom: 25px;
}
.footer_links ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #a2aec1;
}
.footer_links:is(.theme-1) ul li:hover a {
  color: var(--clr-theme-1);
}
.footer_links:is(.footer_links_2) ul li {
  margin-bottom: 20px;
}
.footer_links:is(.footer_links_2) ul li a {
  font-size: 14px;
  transition: 0.3s;
}
.footer_links:is(.footer_links_2) ul li:hover a {
  color: var(--clr-common-white);
}

.footer_top_area:is(.footer_top_2) {
  padding-top: 90px;
  padding-bottom: 70px;
  background-color: #111c2d;
}
.footer_top_area:is(.footer_top_2) .footer_widget:is(.pl_15) {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .footer_top_area:is(.footer_top_2) .footer_widget:is(.pl_15) {
    padding-left: 0;
  }
}
.footer_top_area:is(.footer_top_2) .footer_widget:is(.pl_25) {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .footer_top_area:is(.footer_top_2) .footer_widget:is(.pl_25) {
    padding-left: 0;
  }
}
.footer_top_area:is(.footer_area_3) {
  background-color: #101e35;
  padding-top: 210px;
  padding-bottom: 30px;
}
.footer_top_area .footer_links:is(.w_half) ul li {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_top_area .footer_links:is(.w_half) ul li {
    width: 100%;
  }
}
.footer_widget {
  color: #a2aec1;
  overflow: hidden;
}
.footer_widget p {
  line-height: 1.7;
  font-size: 16px;
}
.footer_title {
  font-size: 20px;
  color: #fff;
}
.footer_title:is(.footer_title_2) {
  border-bottom: 1px solid #414957;
  padding-bottom: 10px;
  display: inline-block;
}

.fnews_img {
  flex: 0 0 auto;
  max-width: 90px;
  object-fit: cover;
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .fnews_img {
    max-width: 80px;
    margin-right: 15px;
  }
}
.fnews_img a {
  transition: 0.5s;
}
.fnews_img a:hover {
  filter: grayscale(100%);
}

.fnews_meta {
  margin-top: -5px;
}
.fnews_meta .fnews_author {
  font-size: 12px;
  color: #a2aec1;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  text-decoration: none;
}
.fnews_meta .fnews_author:is(.theme-1):hover {
  color: var(--clr-theme-1);
}
.fnews_meta .fnews_author:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 11px;
  background-color: #2c3a50;
  content: "";
  margin-right: -1px;
}
.fnews_meta .fnews_date {
  font-size: 12px;
  color: #a2aec1;
}

.fnews_title {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  .fnews_title {
    font-size: 15px;
  }
}
.fnews_title a {
  text-decoration: none;
}
.fnews_title:is(.theme-1):hover a {
  color: var(--clr-theme-1);
}

.footer_copyright_area {
  padding: 30px 0;
  background: #13233c;
}
.footer_copyright_area p {
  color: #72829c;
  margin-bottom: 0;
}
.footer_copyright_area p strong {
  color: white;
  font-weight: 700;
}
.footer_copyright_area p a {
  text-decoration: none;
}
.footer_copyright_area p a:hover {
  color: var(--clr-theme-1);
}

.footer_social_2 a {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #1c293d;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: var(--clr-common-white);
  margin-right: 10px;
}
.footer_social_2 a:last-child {
  margin-right: 0;
}
.footer_social_2 a:is(.facebook):hover {
  background-color: #385398;
  color: var(--clr-common-white);
}
.footer_social_2 a:is(.twitter):hover {
  background-color: #65c9bb;
  color: var(--clr-common-white);
}
.footer_social_2 a:is(.behance):hover {
  background-color: #0057FF;
  color: var(--clr-common-white);
}
.footer_social_2 a:is(.youtube):hover {
  background-color: #C3271A;
  color: var(--clr-common-white);
}
.footer_social_2 a:is(.instagram):hover {
  background-color: #DC001A;
  color: var(--clr-common-white);
}
.footer_social_2 a:first-child {
  margin-left: 0;
}
.footer_social_2 a:last-child {
  margin-right: 0;
}

.footer_info_content span {
  font-size: 14px;
  transition: 0.3s;
}
.footer_info_content span:hover {
  color: #fff;
}
.footer_info_content span:hover strong {
  color: var(--clr-theme-1);
}
.footer_info_content span strong {
  margin-right: 5px;
  transition: 0.3s;
}
.footer_info_content a {
  text-decoration: none;
}

.fcta_sigle {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-right: 35px;
  padding-left: 140px;
  align-items: center;
}
@media (max-width: 767px) {
  .fcta_sigle {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fcta_sigle {
    display: flex;
    padding-left: 140px;
    padding-right: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fcta_sigle {
    padding-right: 15px;
  }
}
.fcta_sigle:is(.has_bg) {
  background-color: #0b1523;
  border-radius: 10px;
}
.fcta_sigle img {
  position: absolute;
  left: 10px;
  bottom: 0;
}
@media (max-width: 767px) {
  .fcta_sigle img {
    position: static;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fcta_sigle img {
    position: absolute;
    left: 10px;
    bottom: 0;
  }
}
.fcta_sigle h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}
.fcta_sigle span {
  color: #95a7c0;
  font-size: 14px;
}
.fcta_sigle .fcta_text {
  padding: 35px 0;
  padding-right: 10px;
}
.fcta_sigle:is(.pad_170) {
  padding-left: 170px;
}
@media (max-width: 767px) {
  .fcta_sigle:is(.pad_170) {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fcta_sigle:is(.pad_170) {
    padding-left: 170px;
  }
}

.fcta_button {
  height: 50px;
}

.footer_btn {
  height: 60px;
}

.subscribe_area {
  margin-bottom: -112px;
  position: relative;
}

.footer_subscribe_wrapper {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 10px;
  padding: 75px 80px;
  padding-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_subscribe_wrapper {
    padding: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer_subscribe_wrapper {
    padding: 30px;
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_subscribe_wrapper {
    padding: 50px;
    padding-bottom: 20px;
  }
}

.hotline_wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hotline_wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}
.hotline_wrapper img {
  margin-right: 28px;
}
@media (max-width: 767px) {
  .hotline_wrapper img {
    margin-bottom: 25px;
  }
}
.hotline_wrapper:hover a img {
  animation: icon-bounce 0.8s 1;
}

.cell_number {
  font-size: 30px;
  display: block;
  color: #142645;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .cell_number {
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cell_number {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cell_number {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .cell_number {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cell_number {
    font-size: 25px;
  }
}
.cell_number a {
  text-decoration: none;
}
.cell_number a:hover {
  color: var(--clr-theme-1);
}

.subscribe_form {
  position: relative;
}
@media (max-width: 767px) {
  .subscribe_form {
    text-align: start;
  }
}
.subscribe_form input {
  width: 100%;
  height: 56px;
  border-radius: 50px;
  padding-left: 38px;
  border: 2px solid #e8e8e8;
  padding-right: 190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe_form input {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .subscribe_form input {
    padding-right: 0px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe_form input {
    padding-right: 150px;
    margin-bottom: 0px;
  }
}
.subscribe_form input::placeholder {
  color: #c6c6c6;
  font-size: 16px;
}
.subscribe_form:is(.height_70) input {
  height: 70px;
  line-height: 70px;
  padding-right: 225px;
}
@media (max-width: 767px) {
  .subscribe_form:is(.height_70) input {
    padding-right: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe_form:is(.height_70) input {
    padding-right: 220px;
  }
}
.subscribe_form:is(.height_70) .submit_btn {
  height: 70px;
}

.submit_btn {
  height: 56px;
  padding: 0 40px;
  border-radius: 50px;
  background-color: var(--clr-theme-1);
  color: #fff;
  transition: 0.3s;
}
.submit_btn:hover {
  background-color: var(--clr-theme-2);
}
.submit_btn:is(.abs_submit) {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .submit_btn:is(.abs_submit) {
    position: static;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .submit_btn:is(.abs_submit) {
    position: absolute;
  }
}
.submit_btn i:is(.i_left) {
  margin-right: 5px;
}

/*# sourceMappingURL=main.css.map */
