/*Charitify NGO/Charity/Fundraising Template By DynamicLayers*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Slider Section
    4.0 Promo Section
    5.0 Causes Section
    6.0 About Section
    7.0 Campaigns Section
    8.0 Team Section
    9.0 Counter Section
    10.0 Event Section
    11.0 Testimonial Section
    12.0 Sponsor Section
    13.0 Widget Section
    14.0 Hero Section
    15.0 Page Header Section
    16.0 CTA Section
    17.0 Gallery Section
    18.0 Blog Section
	19.0 Sidebar Section
	20.0 Contact Section
	21.0 Footer Section
	22.0 Scroll To Top
    
    ==========================================================================
    DynamicLayers
    ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&amp;display=swap");

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*  ==========================================================================
    1.0 Common Styles
    ========================================================================== */
* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #f2f2f2;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 27px;
  color: #555;
  letter-spacing: -0.2px;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #282828;
}
h1 {
  font-size: 70px;
  line-height: 1;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  font-weight: bold;
}
h2 {
  font-size: 24px;
  color: #282828;
  margin: 0 0 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}
h3,
h4 {
  margin: 0 0 10px;
  font-weight: 600;
  line-height: 1.4;
  color: #282828;
  letter-spacing: -0.04em;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 15px;
}
h5,
h6 {
  font-size: 14px;
  margin: 0 0 10px;
}
img {
  border: none;
  outline: none;
}
ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  font-size: 15px;
  margin-bottom: 15px;
  font-family: "Poppins";
  font-weight: 300;
  color: #111111;
}
a {
  font-family: "Jost", sans-serif;
}
a,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #888 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #888 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888 !important;
}
button {
  border: none;
  background: none;
}
/* Helper Class */
.padding {
  padding: 80px 0;
}
.no-padding {
  padding: 0;
}
.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;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mt-15 {
  margin-left: 15px;
}
.mt-15 {
  margin-left: 15px;
}
.padding-15 {
  padding: 15px;
}

.display-block {
  display: block;
}
.text-black {
  color: #282828;
}
.text-white {
  color: #ffffff;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.fl-right {
  float: right;
}
.fl-left {
  float: left;
}
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.overlay {
  width: 100%;
  position: relative;
  z-index: 1;
}
.overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.bg-grey {
  background-color: #f2f2f2;
}
.bd-bottom {
  border-bottom: 1px solid #eaeaea;
}
.bg-dark {
  background-color: #232323;
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
  opacity: 0;
  visibility: hidden;
}
.site-preloader-wrap {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: #272c30;
  top: 0;
  left: 0;
}

.site-preloader-wrap .spinner {
  background-color: #ffd83f;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.spinner {
  width: 40px;
  height: 40px;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* Button Style */
.btn_group {
}
.btn_group a {
  margin: 5px;
}
.default-btn {
  background-color: #3d8500;
  color: #fff;
  line-height: 35px;
  display: inline-block;
  padding: 0 25px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}
.default-btn:hover {
  background-color: #67d40b;
  color: #fff;
}
.default-btn.btn_sm {
  line-height: 40px;
  padding: 0 15px;
}

/*Section Heading Style*/
.section-heading .heading-border {
  border-top: 5px solid #3d8500;
  width: 50px;
  display: inline-block;
  margin-top: 0;
}
.section-heading h2 {
  font-size: 38px;
  margin-bottom: 0;
}

/* Transition Effect */
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Shape and Circle */
.circle,
.shape {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.circle:before {
  background-color: #3d8500;
  content: "";
  height: 800px;
  width: 800px;
  position: absolute;
  top: -400px;
  left: -350px;
  border-radius: 100%;
  opacity: 0.2;
  z-index: -1;
}
.shape:after {
  background-color: #3d8500;
  content: "";
  width: 50%;
  height: 680px;
  position: absolute;
  top: 330px;
  right: -150px;
  border-radius: 100%;
  -webkit-transform: skew(3deg, 30deg);
  -ms-transform: skew(3deg, 30deg);
  transform: skew(5deg, 10deg);
  opacity: 0.3;
  z-index: -1;
}

/* ==========================================================================
   2.0 Header Section
   ========================================================================== */
.header-section {
  position: absolute;
  box-shadow: 5px -5px 5px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
header .btn-outline-success {
  font-size: 13px;
}
.header-section.navbar-fixed-top {
  position: fixed;
}
.header-section.navbar-fixed-top .top-header {
  display: none;
}
.header-height {
  width: 100%;
  height: 7.2rem !important;
}
/*Top Header*/
.top-header {
  background-color: #3d8500;
  padding: 10px 0;
}
.top-content-wrap ul li {
  margin-right: 15px;
  display: inline-block;
}
.top-content-wrap ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.top-content-wrap ul li i {
  color: #fff;
  margin-right: 10px;
}
.top-content-wrap .right-info {
  text-align: right;
}
.top-content-wrap .right-info i {
  margin-right: -5px;
  color: #fff;
  line-height: 25px;
  display: block;
  font-size: 18px;
}
.top-content-wrap .right-info li:last-child {
  margin-right: 0;
}
/*Bottom Header */
.bottom-header {
  background-color: #fff;
  position: relative;
}
.bottom-content-wrap {
  display: flex;
  align-items: center;
}
#mainmenu {
  display: inline-block;
  /* margin-right: 20px; */
}
#mainmenu li {
  position: relative;
  padding-left: 11px;
  display: inline-block;
  text-align: left;
}
#mainmenu li a {
  color: #282828;
  font-weight: 500;
  padding: 20px 0;
  display: inline-block;
  font-size: 15px;
  /* text-transform: uppercase; */
}
#mainmenu li a:hover {
  color: #3d8500;
}
/*Dropdown */
#mainmenu li ul {
  background-color: #fff;
  width: 200px;
  height: auto;
  position: absolute;
  left: 0;
  top: 140%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 999;
}
#mainmenu li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 100%;
}
#mainmenu li ul li {
  border-bottom: 1px solid #eaeaea;
  display: block;
  position: relative;
}
#mainmenu li ul li:last-child {
  border: none;
}
#mainmenu li ul li a {
  line-height: 45px;
  display: block;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #555;
  -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
  transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a {
  color: #3d8500;
}
#mainmenu li > ul ul {
  background-color: #fff;
  left: 200px;
}
#mainmenu li > ul li:hover > ul li a {
  color: #555;
}
#mainmenu li ul li:hover > ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover {
  background-color: transparent;
  color: #fff;
}
#mainmenu li ul li li a:hover {
  color: #ffca3f !important;
}

/*Mobile Menu */
.slicknav_menu {
  background: none;
  padding: 4px 0;
  display: none;
  z-index: 999;
}
.slicknav_nav {
  background-color: #fff;
  margin-top: 4rem;
}
.js .slicknav_menu {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.slicknav_btn {
  background-color: #3d8500;
  margin: 15px -7px 9px 0px;
  width: 50px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 10px 15px;
  margin: 0;
  color: #555;
}
.slicknav_nav a .caret {
  display: none;
}
.slicknav_nav ul {
  margin: 0;
}
.slicknav_nav ul li a {
  padding-left: 30px;
  font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
  background-color: transparent;
  color: #282828;
}

/* ==========================================================================
   3.0 Slider Section
   ========================================================================== */
.slider-section {
}
.slider-text {
  width: 100%;
  text-align: center;
}
.slider-text h1 {
  font-size: 62px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.slider-text h5 {
  font-weight: 600;
  color: #ddd;
}
.nivo-caption a {
  display: inline-block !important;
}
.slider-text p {
  color: #f7f7f7;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500 !important;
}
.slider-wrapper {
  position: relative;
}
.nivo-caption {
  height: 100%;
  opacity: 1;
  background: transparent;
  overflow: visible;
}

/* nivo directionNav css */
.nivo-directionNav a {
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff !important;
  top: calc(50% - 20px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.nivo-directionNav a.nivo-prevNav {
  left: 25px;
}
.nivo-directionNav a.nivo-nextNav {
  right: 25px;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-prevNav {
  left: 15px;
  opacity: 0.7;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-nextNav {
  right: 15px;
  opacity: 0.7;
}
.nivo-directionNav a:hover {
  opacity: 1 !important;
}

/* nivo controlNav css */
.nivo-controlNav {
  padding: 0;
  position: absolute;
  z-index: 12;
  bottom: 30px;
  width: 100%;
}
.nivo-controlNav a {
  background-color: transparent;
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  margin: 0 5px;
  transition: all 0.3s linear;
  line-height: 12px;
}
.nivo-controlNav a.active {
  background-color: #2caee2;
}

/* ==========================================================================
   4.0 Promo Section
   ========================================================================== */
.promo-section {
  position: relative;
  display: block;
  margin-top: -80px;
  min-height: 360px;
}
.promo-wrap {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.promo-wrap .row {
  background-color: #fff;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
   
}
.promo-wrap .row .col-md-4:last-child > .promo-content {
  border: none;
}
.promo-content {
  padding: 20px 20px;
  border-right: 1px dashed #ddd;
}
.promo-content h3 {
  font-size: 22px;
  letter-spacing: -1px;
}
.promo-content img {
  margin-bottom: 15px;
  width: 50px;
}
.promo-content a {
  color: #555;
  font-size: 14px;
  font-weight: 600;
}
.promo-content a:hover {
  text-decoration: underline;
  color: #3d8500;
}
.promo-section-2 .promo-content {
  padding: 0 30px;
}
.promo-section-2 .row .col-md-4:last-child > .promo-content {
  border: none;
}

/* ==========================================================================
   5.0 Causes Section
   ========================================================================== */
.causes-section {
  position: relative;
  z-index: 1;
}
.causes-section .causes-content {
  box-shadow: 0px 5px 20px -5px gray;
  border-radius: 5px;
  border-bottom: 2px solid #3d8500;
}

.causes-content {
  overflow: hidden;
}
.causes-content img {
  width: 100%;
  border-radius: 5px;
  transition: 2s;
}
.causes-section .causes-content:hover img {
  scale: 1.1;
}
.causes-thumb {
  position: relative;
}
.causes-thumb img:hover {
  opacity: 0.8;
}
.causes-thumb .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-radius: 0;
  background-color: transparent;
  overflow: inherit;
}
.causes-thumb .progress .progress-bar {
  background-color: #3d8500;
  position: relative;
}
.causes-thumb .progress .progress-bar span {
  position: absolute;
  display: block;
  background-color: #3d8500;
  right: -2px;
  top: -10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 12px;
}
.causes-thumb .progress .progress-bar span:before {
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  border: 10px solid rgb(169 225 121 / 69%);
}
.causes-details {
  padding: 20px 20px;
  padding-top: 25px;
}
.causes-details h3 {
  font-size: 24px;
  line-height: 30px;
}
.causes-content .donate-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #3d8500;
  color: #fff;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.causes-content .donate-btn i {
  margin-left: 5px;
  font-size: 12px;
}
.causes-content .donate-btn:hover {
  background-color: #67d40b;
  transition: all 0.2s ease-in-out;
}
.donation-box p {
  display: inline-block;
  margin-right: 10px;
}
.donation-box i {
  color: #3d8500;
  margin-right: 5px;
}
.causes-content .read-more {
  color: #999;
}
.causes-content .read-more:hover {
  color: #3d8500;
  text-decoration: underline;
}
.about-page-team-section .team-wrapper img{
  width: 20%;
}

.about-section-custom{
  padding-top: 0 !important;
}

.about-section-custom img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 5px 20px -7px gray;
}


.about-section-custom h4 {
  font-size: 2rem;
}
.about-section-custom h6 {
  text-transform: uppercase;
}

.about-section-custom .innerRow > div > div {
  background-color: white;
  /* box-shadow: 0px 5px 20px -7px gray; */
  padding: 1rem;
  border-radius: 5px;
  height: 18rem;
  border-bottom: 2px solid #3d8500;
}
.about-section-custom .innerRow > div > div h5 {
  font-size: 1.2rem;
}
.about-section-custom .innerRow > div > div svg {
  color: #3d8500;
}
.about-section-custom .innerRow > div > div p {
  font-size: 1rem;
}

.about-section-custom .row a {
    font-size: 1.2rem;
}
.about-section-custom ul li{
    /* list-style:disc; */
    margin: 1rem 0;
}


/* 
===================================================================================
AROEP
=================================================================================== */
.AROEP{
  margin: 3rem 0;
}
.AROEP .row{
  justify-content: center;
}
.AROEP .row h4{
  font-size: 1.5rem;
}

.AROEP .imageDiv img{
  margin: 1rem 0;
  border-radius: 5px;
}












/* ==========================================================================
   6.0 About Section
   ========================================================================== */
.about-section {
  position: relative;
  background-color: red;
}
.about-wrap {
  display: flex;
  /* align-items: center; */
}
.about-wrap img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0px 10px 20px -5px gray;
}
.about-wrap img:hover {
  opacity: 0.8;
}
.profile-wrap {
  background-color: #fafafa;
  text-align: center;
  padding: 30px;
  border: 2px dashed #ddd;
}
.profile-wrap h3 {
  font-size: 22px;
}
.profile-wrap .profile {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.profile-wrap span {
  display: block;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  color: #999;
  margin-top: 5px;
}

.about-image img {
  width: 100%;
  border-radius: 5px;
}
.about-content h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

/* ==========================================================================
   7.0 Campaigns Section
   ========================================================================== */
.campaigns-section {
  background-image: url(../img/custom/bg-2.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0;
}
.campaigns-section form {
  background-color: white;
  padding: 25px 25px 50px 25px;
  border-radius: 5px;
  border-bottom: 2px solid #3d8500;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}
.campaigns-section form input,
.campaigns-section form textarea {
  border: none;
  border-bottom: 2px solid gray;
  border-radius: 5px;
  outline: none;
  box-shadow: unset !important;
}

.campaigns-wrap h4 {
  background-color: rgb(61 133 0);
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.campaigns-section h2 {
  color: rgb(61 133 0);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.campaigns-wrap p {
  color: #ddd;
  margin-bottom: 30px;
}
.campaigns-wrap .progress {
  width: 100%;
  height: 10px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: inherit;
  margin-bottom: 40px;
}
.campaigns-wrap .progress .progress-bar {
  background-color: #3d8500;
  position: relative;
  border-radius: 30px;
}
.campaigns-wrap .progress .progress-bar span {
  position: absolute;
  display: block;
  background-color: #3d8500;
  right: -2px;
  top: -10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 12px;
}
.campaigns-wrap .progress .progress-bar span:before {
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  border: 10px solid rgb(169 225 121 / 69%);
}

.campaigns-wrap .donation-box h3 {
  display: inline-block;
  color: #fff;
  margin-right: 30px;
  font-weight: 500;
  font-size: 18px;
}
.campaigns-wrap .donation-box {
  margin-bottom: 25px;
}

/*Video Style*/
.video-wrap {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.video-wrap img {
  width: 100%;
}
.video-wrap .play {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.video-wrap .play a {
  color: #fff;
  display: inline-block;
  background-color: transparent;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 2px solid #ddd;
  border-radius: 50%;
  text-align: center;
}
.video-wrap .play:hover {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   8.0 Team Section
   ========================================================================== */
.team-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0px 20px 20px -10px gray;
  padding-bottom: 6rem;
  border: none;
}
.team-section img {
  width: 101%;
}
.team-section p {
  font-size: 14px;
  margin: 0;
  color: #000000;
}
.team-wrapper >div{
  padding: 0;
}
.team-wrapper >div >div{
  border-bottom: 3px solid #3d8500;
  background-color: rgb(255 255 255 / 64%); 
  margin: 0.5rem;
  padding: 20px 10px 10px 20px;
  border-radius: 5px;
  backdrop-filter: blur(5px);
  height: 21rem;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
.team-wrap {
  padding: 0 10px;
}
.team-wrap .col-md-6 {
  padding: 5px;
}
.team-wrapper {
  display: flex;
  align-items: center;
}
.team-details img {
  width: 100%;
}
.team-details h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
}
.team-details h3 span {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
.team-details .hover h3 span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  color: #fff;
}
.team-details {
  overflow: hidden;
  position: relative;
}
.team-details .hover {
  background: black; /* For browsers that do not support gradients */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 4));
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 70px 0 15px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.team-details:hover .hover {
  visibility: visible;
  opacity: 1;
}
.team-details:hover img {
  transform: scale(1.1);
}

/*Check List Style*/
.check-list {
  margin: 20px 0 40px;
}
.check-list li {
  font-family: "Jost", sans-serif;
  line-height: 35px;
}
.check-list i {
  color: #3d8500;
  margin-right: 10px;
}

/* ==========================================================================
   9.0 Counter Section
   ========================================================================== */
.whyChoose-section {
  padding: 50px 0 100px 0;
  box-shadow: 0px 10px 20px 0px white
}

.whyChoose-section li > div h3 {
  color: #3d8500;
}

.whyChoose-section li > div {
  background-color: white;
  padding: 10px 20px;
  height: 13rem;
  border-radius: 5px;
  border-bottom: 2px solid #3d8500;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}

.whyChoose-section .row:last-child {
  margin-top: 2rem;
}
.counter-section {
}

.counter-section .row {
  background-image: url(../img/custom/2150830592.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  z-index: 10;
  border-radius: 5px;
  margin: -3.5rem 0px 3rem 0px;
  overflow: hidden;
}

.counter-section .row::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.546);
  z-index: -1;
}

.counters {
}
.counters .counter-content {
  display: block;
  text-align: center;
  color: #fff;
}
.counters .counter-content i {
  font-size: 36px;
}
.counters .counter-content h3 {
  font-size: 48px;
  margin: 10px 0;
  color: #f2a91d;
  font-weight: 600;
}
.counters .counter-content h4 {
  font-size: 18px;
  margin: 0;
}
/* ==========================================================================
   10.0 Event Section
   ========================================================================== */
.event-section {
}
.events-item {
  padding-left: 300px;
  position: relative;
}
.events-item .event-thumb {
  width: 300px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.event-details {
  background-color: #fafafa;
  padding: 30px 15px;
  border: 1px dashed #ddd;
}
.event-info i {
  color: #3d8500;
  margin-right: 10px;
}
.event-info p {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
}
.event-info {
  margin-bottom: 10px;
}

/*Owl Navigation*/
.owl-nav {
}
.owl-nav div {
  background-color: #3d8500;
  color: #fff;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: -40px;
  top: calc(50% - 25px);
  transition: all 0.5s ease-in-out;
}
.owl-nav div:hover {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.owl-nav div.owl-next {
  left: auto;
  right: -40px;
}
/* ==========================================================================
   11.0 Testimonial Section
   ========================================================================== */
.testimonial-section {
}
.testimonial-item {
  background-color: #fafafa;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.testi-footer img {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
}
.testi-footer span {
  display: block;
  font-family: "Jost", sans-serif;
  color: #999;
  font-size: 14px;
}
.testi-footer h4 {
  font-size: 18px;
  padding-left: 10px;
}
.testi-footer {
  display: flex;
  align-items: center;
}
/*Owl Carousel Dots*/
.testimonial-carousel .owl-dots {
  display: block;
  text-align: center;
}
.testimonial-carousel .owl-dots .owl-dot {
  background-color: #ddd;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  transition: all 0.5s ease-in-out;
}
.testimonial-carousel .owl-dots .owl-dot.active {
  background-color: #3d8500;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   12.0 Sponsor Section
   ========================================================================== */
.sponsor-section {
  padding: 30px 0;
}
.sponsor-section .sponsor-item img {
  width: 100%;
  padding: 20px;
  opacity: 0.8;
}
.sponsor-section .sponsor-items li img:hover {
  opacity: 1;
}

/* ==========================================================================
   13.0 Widget Section
   ========================================================================== */
.widget-section {
  background-color: #222;
  background-image: url(../img/map.png);
  background-position: right 150px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.widget-content iframe {
  width: 100%;
  height: 16rem;
}

.widget-content img {
  margin-bottom: 15px;
}
.widget-content p {
  color: #f2ebeb;
}
.widget-content h3 {
  color: #f2ebeb;
}
.widget-content .social-icon li {
  display: inline-block;
  margin-right: 15px;
}
.widget-content .social-icon li a {
  display: inline-block;
  color: #3d8500;
}
.widget-content .social-icon li a:hover {
  color: #fff;
}
.widget-content .widget-link li a {
  color: #f2ebeb;
  margin-bottom: 6px;
  display: block;
}
.widget-content .widget-link li a:hover {
  color: #f2a91d;
  text-decoration: underline;
}
.widget-content .address li {
  margin-bottom: 16px;
  display: block;
  font-family: "Jost", sans-serif;
  color: #f2ebeb;
}
.widget-content .address li i {
  color: #f2a91d;
  margin-right: 10px;
}
/* ==========================================================================
   14.0 Hero Section
   ========================================================================== */
.hero-section {
  background-image: url(../img/hero-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 530px;
  display: flex;
  align-items: center;
}
.hero-content h1 {
  font-size: 52px;
  color: #fff;
  display: inline-block;
}
.hero-content h4 {
  color: #3d8500;
}
.hero-content p {
  color: #ddd;
}
/* ==========================================================================
   15.0 Page Header Section
   ========================================================================== */
.pager-header {
  background-image: url(../img/custom/ES498848.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
header .btn{
  background-color: #f2a91d !important;
  color: white !important;
  border: none;
  transition: 0.3s;
  padding: 0.4rem 1.5rem;
}
header .btn:hover{
  background-color: #f2a71dc1 !important;
}

.pager-header::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0000007e;
  z-index: -1;
}

.pager-header h2 {
  color: #fff;
  font-size: 42px;
}
.pager-header p {
  color: #ddd;
}

/*Breadcrumb */
.breadcrumb {
  background-color: transparent;
  padding: 0;
}
.breadcrumb li {
}
.breadcrumb li a {
  font-weight: 600;
  color: #ddd;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb .active {
  color: #f2a91d;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

/*404 Error Section*/
.error-section {
}
.error-content h2 {
  font-size: 120px;
}

/* ==========================================================================
   16.0 CTA Section
   ========================================================================== */
.cta-section {
  background-image: url(../img/cta-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 300px;
}
.cta-section .cta-content h2 {
  color: #fff;
  font-size: 42px;
}
.cta-section .cta-content p {
  color: #ddd;
}
/* ==========================================================================
   17.0 Gallery Section
   ========================================================================== */
.gallery-items .col-lg-4 {
  padding: 15px;
}
.gallery-filter {
  width: 100%;
}
.gallery-filter li {
  margin-right: 10px;
  display: inline-block;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  background-color: #f7f7f7;
  border: 1px dashed #ddd;
  padding: 10px 20px;
  border-radius: 2px;
  cursor: pointer;
}
.gallery-filter li.active {
  background-color: #3d8500;
  color: #fff;
}
.gallery-wrap {
  position: relative;
  overflow: hidden;
}
.gallery-wrap img {
  width: 100%;
}
.gallery-wrap .hover {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}
.gallery-wrap .hover a {
  background-color: #3d8500;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.gallery-wrap:hover .hover {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   18.0 Blog Section
   ========================================================================== */
.blog-section {
}
.blog-items {
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.left-sidebar .blog-items {
  border-right: none;
  border-left: 1px solid #ddd;
  padding-right: 0;
  padding-left: 10px;
}
.blog-post {
  transition: all 0.3s ease;
}
.blog-post img {
  width: 100%;
}
.blog-post:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}
.blog-content {
  background-color: #fff;
  padding: 40px 30px;
}
.blog-post .blog-content h3 {
  font-weight: 600;
  font-size: 22px;
}
.blog-post .blog-content a {
  color: #282828;
}
.blog-post .blog-content a:hover {
  opacity: 0.8;
}
span.date {
  font-family: "Jost", sans-serif;
  color: #999;
  font-weight: 500;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.blog-post .blog-content .post-meta {
  font-weight: 500;
  font-size: 14px;
  color: #282828;
  letter-spacing: -0.2px;
}
.blog-post .blog-content .post-meta:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/*Blog List*/
.list-items .blog-post {
  border: 1px solid #eee;
  margin: 0;
  margin-bottom: 15px;
}
.list-items .blog-post img {
  margin-bottom: 0;
}
.list-items .blog-post .col-md-6:first-child {
  padding-left: 0;
}
.list-items .blog-post .blog-content {
  padding: 34px 0;
}

/*Single Post Style*/
.single-post {
}
.single-post img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}
.single-post h2 {
  font-weight: 600;
  font-size: 38px;
}
.single-post .meta-info {
  margin-bottom: 25px;
}
.single-post .meta-info span {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 15px;
}
.single-post .meta-info a {
  font-weight: 800;
  color: #555;
}
.single-post .meta-info i {
  color: #555;
}

/*Social Share*/
.share-wrap {
  margin-top: 25px;
  margin-bottom: 50px;
  width: 100%;
}
.share-wrap h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}
.share-icon {
  display: inline-block;
}
.share-icon li {
  display: inline-block;
  margin-right: 10px;
}
.share-icon i {
  margin-right: 5px;
}
.share-icon li:nth-child(1) a {
  background-color: #3b5998;
}
.share-icon li:nth-child(2) a {
  background-color: #1dcaff;
}
.share-icon li:nth-child(3) a {
  background-color: #db4a39;
}
.share-icon li:nth-child(4) a {
  background-color: #e4405f;
}
.share-icon li:nth-child(5) a {
  background-color: #0077b5;
}
.share-icon li a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: 600;
}
.share-icon li a:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}

/*Comments Style*/
.comments-wrapper {
  width: 100%;
}
.comments-wrapper h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

.comments-list {
  margin-top: 30px;
  position: relative;
  margin-bottom: 50px;
}

/*Lines Details*/
.comments-list:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #eee;
  position: absolute;
  left: 32px;
  top: 0;
}

.comments-list:after {
  content: "";
  position: absolute;
  background: #eee;
  bottom: 0;
  left: 29px;
  width: 7px;
  height: 7px;
  border: 3px solid #dee1e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reply-list:before,
.reply-list:after {
  display: none;
}
.reply-list li:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #eee;
  position: absolute;
  top: 25px;
  left: -55px;
}

.comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.comments-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
}
/*Avatar*/
.comments-list .comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: left;
  border: 3px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-right: 10px;
}

.comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}

.reply-list .comment-avatar {
  width: 50px;
  height: 50px;
}

.comment-main-level:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

/*Comment List*/
.comments-list .comment-box {
  width: 740px;
  float: right;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.comments-list .comment-box:before,
.comments-list .comment-box:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #fcfcfc;
  top: 8px;
  left: -11px;
}

.comments-list .comment-box:before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, 0.05);
  left: -12px;
}

.reply-list .comment-box {
  width: 665px;
}
.comment-box .comment-head {
  background: #fcfcfc;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
  float: right;
  margin-left: 14px;
  position: relative;
  top: 2px;
  color: #a6a6a6;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
  color: #03658c;
}

.comment-box .comment-name {
  color: #283035;
  font-size: 14px;
  font-weight: 600;
  float: left;
  margin-right: 10px;
}

.comment-box .comment-name a {
  color: #283035;
}

.comment-box .comment-head span {
  float: left;
  color: #999;
  font-size: 13px;
  position: relative;
  top: 1px;
}

.comment-box .comment-content {
  background: #fff;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
  color: #03658c;
}
.comment-box .comment-name.by-author:after {
  content: "autor";
  background: #03658c;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 600;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*Comment Form*/
.comment-form h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.comment-form .form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  height: 45px;
  background-color: transparent;
}
.comment-form .form-control.message {
  height: 150px;
}
#form-messages {
  display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success {
  display: block;
}

/* ==========================================================================
   19.0 Sidebar Section
   ========================================================================== */
.sidebar-wrap {
  padding-left: 10px;
}
.left-sidebar .sidebar-wrap {
  padding-right: 10px;
  padding-left: 0;
}
.sidebar-widget h4 {
  font-weight: 500;
  font-size: 22px;
  color: #282828;
  margin-bottom: 25px;
}
.search-form {
  position: relative;
  margin-left: -2px;
}
.search-form .form-control {
  background-color: transparent;
  box-shadow: none;
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  clear: #282828;
  height: auto;
  padding: 10px 20px;
  border-radius: 3px;
  padding-right: 60px;
}
.search-form .search-btn {
  background-color: transparent;
  font-size: 24px;
  color: #888;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px 0;
  opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover {
  opacity: 1;
}
.search-form input::-webkit-input-placeholder {
  color: #888 !important;
}
.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #888 !important;
}
.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #888 !important;
}
.search-form input:-ms-input-placeholder {
  color: #888 !important;
}

/*Category List*/
.cat-list {
  margin-top: -10px;
}
.cat-list li a {
  font-weight: 500;
  font-size: 15px;
  color: #282828;
  letter-spacing: -0.4px;
  line-height: 36px;
  font-style: normal;
}
.cat-list li span {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #bbb;
  margin-left: 5px;
  font-size: 10px;
}

/*Recent Posts*/
.recent-posts {
}
.recent-posts li {
  position: relative;
  padding-left: 90px;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin-bottom: 15px;
}
.recent-posts li a {
  color: #555;
}
.recent-posts li a:hover {
  opacity: 0.8;
}
.recent-posts li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
}
.recent-posts li img:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}
.recent-posts li h4 {
  text-transform: inherit;
  margin-bottom: 0;
  display: block;
  font-size: 15px;
}

/*Tags*/
.tags {
  margin: -3px 0;
}
.tags li {
  display: inline-block;
  float: left;
  margin: 3px;
}
.tags li a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #555;
  background-color: #ddd;
  padding: 5px 15px;
  border-radius: 3px;
}
.tags li a:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}

/* Pagination 
=============== */
.pagination_wrap {
}
.pagination_wrap li {
  display: inline-block;
  margin: 0 5px;
}
.pagination_wrap li a {
  border: 1px solid #ddd;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #555;
  font-weight: 600;
}
.pagination_wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}
.pagination_wrap li a.active {
  background-color: #3d8500;
  border: 1px solid #3d8500;
  color: #fff;
}

/* ==========================================================================
   20.0 Contact Section
   ========================================================================== */
.contact-section {
  position: relative;
  z-index: 1;
}
.contact-wrap {
  background-color: #ffff;
  padding: 80px 50px;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
  margin-top: 0px;
  border-radius: 5px;
}
.contact-section form {
  box-shadow: 0px 0px 20px -10px gray;
  padding: 1.5rem 2rem 2rem 2rem;
  border-radius: 5px;
}
.contact-section form input,
.contact-section form textarea {
  box-shadow: unset !important;
  border: none !important;
  border-bottom: 2px solid gray !important;
  border-radius: 5px !important;
  background-color: white !important;
}
.contact-section h3 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
}
.contact-info ul li {
  line-height: 40px;
  display: flex;
  align-items: center;
}
.contact-info ul li i {
  margin-right: 10px;
  color: #3d8500;
  font-size: 40px;
}

.contact-info ul li p {
  margin: 0;
}
.contact-info ul li {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 17px;
  background: #f0f0f0;
  margin: 20px 0;
  padding: 14px;
  border-radius: 5px;
}

/*Contact Form*/
.contact-form .form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  height: 45px;
  background-color: #fff;
}
.contact-form .form-control.message {
  height: 150px;
}
#form-messages {
  display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success {
  display: block;
}
/*Google Map*/
#google_map {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/* ==========================================================================
   21.0 Footer Section
   ========================================================================== */
.footer-section {
  display: block;
  background-color: #dedede;
  border-top: 1px solid #333;
  padding: 20px 0;
}
.footer-section .copyright {
  font-size: 1.2rem;
  color: #000000;
}
.footer-social {
  display: block;
  text-align: right;
}
.footer-social li {
  display: inline-block;
}
.footer-social li a {
  color: #ddd;
  font-size: 15px;
  margin-left: 20px;
}
.footer-social li a:hover {
  color: white;
}
.footer_menu_bg a i {
  color: #f2a91d;
  transition: 0.4s;
}
.footer_menu_bg a i:hover {
  color: #ffffff;
  scale: 1.4;
}

/* ==========================================================================
   22.0 Scroll To Top
   ========================================================================== */
#scroll-to-top {
  background-color: #f2a91d;
  display: none;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 14px;
  line-height: 45px;
  border-radius: 50%;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 2rem;
  z-index: 999;
}
#scroll-to-top:hover {
  background-color: #67d40b;
  color: #fff;
}

.main_logo {
  width: 85px;
}

.footer_menu_bg {
  background-image: url(../img/custom/2151441196.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 100px 0 50px 0;  
  position: relative;
  z-index: 10;
}
.footer_menu_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.slicknav_menu .slicknav_icon-bar {
  width: 30px;
}
.govt-policy-page{
  padding: 5rem 0;
}
.govt-policy-page .row >div {
   margin-top: 2rem;
}
.govt-policy-page .row >div>div{
  background-color: white;
  padding: 2rem;
  border-radius: 5px;
}

.govt-policy-page p{
  line-height: 1.6;
}
.services-page{
  background-color: rgb(246, 245, 245);
  padding:3rem 0;
  
}
.services-page-cta{
  text-align: center;
  margin: 0 0 2rem 0;
  background-color: #f6f5f5;
}
.services-page-cta .container{
  box-shadow: 0px 0px 20px -5px gray;
  border-radius: 5px;
  background-color: white;
}
.services-page-cta .container .row{
  align-items: center;
  padding: 2rem 0;
}
.services-page-cta h4{
  font-size:1.6rem;
  width: 80%;
}
.services-page .container{
  background-image: url(../img/custom/2151252092.webp);
  padding: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  border-radius: 5px;
  overflow-x: hidden;
}
.services-page .container::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000086;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.services-page h3{
  color: #f2a91d;
}
.services-page h5{
  color: #71f700;
}
.services-page p{
  color: white;
  line-height: 1.4;
  font-size: 0.85rem;
}
.services-page .row >div>div{
  background-color: rgba(255, 255, 255, 0.258);
  height:18rem;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 5px;
  backdrop-filter: blur(15px);
  padding: 1rem;
}
.services-page .services-heading{
  text-align: center;
  padding: 20px 0px;
}
.services-page .services-heading h2{
  color: white;
}

.whatsapp-float-btn{  
  position: fixed;
  bottom: 4.5rem;
  right: 2rem;
  z-index: 50;
  width: 50px;
}
.whatsapp-float-btn img{
  width: 100%;
}
.contact-under-banner p{
  line-height: 1;
}

.promo-section .row >div{
  padding: 0;
}

.heading-border-new {
  border-top: 5px solid #3d8500;
  width: 50px;
  display: inline-block;
  margin-top: 0;
}

.causes_content_container {
  height: 359px;
  border-bottom: 3px solid #3d8500 !important; 
  border-radius: 20px 0px 20px 0px !important;
  background-color: #fff !important;
}

.board_member {
  /* border-bottom: 3px solid #3d8500; */
  background-color: rgb(255 255 255 / 64%);
  margin: 0.5rem;
  /* padding: 20px 10px 10px 20px; */
  border-radius: 5px;
  backdrop-filter: blur(5px);
  /* height: 21rem; */
  /* box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3); */  
}

.bg-white {
  background-color: #fff;
}
.float_header_marqee {
  margin-top: 1.2rem;
}
.headlinetitle {
  background: #3d8500;
  color: #fff;
  padding: 5px 31px;
}
.float_header_marqee_para {
  padding-top: 5px;
}
.border-bottom-blue {
  border-bottom: solid 1px #032a63;
}
.pk-3 {
  padding-right: 1rem !important;
  width: 100% !important;
}
.fk-13 {
  color: chocolate !important;
}
.rotate-img {
  overflow: hidden;
}
.rotate-img img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}


.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.position-relative {
  position: relative !important;
}
.content-wrapper .banner-content {
  position: absolute;
  padding: 40px 60px;
  left: 0px;
  bottom: 0px;
  color: #ffffff;
}
.fk-12 {
  font-size: 12px;
  background-color: #dc3545 !important;
  display: inline-block;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.mk-0 {
  margin-bottom: 0 !important;
}
.news_banner_floating_img {
  width: 100%;
  height: 450px;
  /* border-radius: 5px; */
  object-fit: cover;
}
.mk-2 {
  margin-bottom: 0.5rem !important;
  background-color: black !important;
  opacity: 0.8;
  color: #fff;
  font-size: 2rem;
  font-weight: unset;
  padding: 15px;
}
 .banner-content {
  position: absolute;
  padding: 40px 60px;
  left: 0px;
  bottom: 0px;
  color: #ffffff;
}
.card {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  border: none;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.news_title {
  text-align: center;color: #e8ece8;
  font-size: 2rem;
  font-weight: 400;
}

.slider_btn_news {
  background: #fff;
}
.slider_btn_news:hover {
  background: #097140;
  border: 1px solid #fff;

}
ul.mega_menu_section {
  width: 79rem !important;
  margin-left: -701px;
  /* margin-top: 1rem; */
  padding: 2rem !important;
  margin-top: 4px;
  background-color: #f3f3f3 !important;
}
h4.menu_title {
  font-size: 1rem;
}
a.meta_menu_label {
  font-size: 0.9rem !important;
  padding: 2px 0px !important;
}

.mega_inner_ata {
  display: inline-grid;
}
.product_style {
  box-shadow: none !important;
}

/* //tabs style  */

/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  /* background-color: #f1f1f1; */
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #3d8500;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}
.tabclass1 {
  display: block ;
}

.pro_para {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 27px;
  color: #555;
  letter-spacing: -0.2px;
  font-weight: 400;
}
.pro_ul_li {
  margin-left: 30px;
}

.green {
  color: #3d8500;
}

strong {
  color: green;
}
.rwd-table {
  background: green;
  color: #fff;
  border-radius: .4em;
  overflow: hidden;
  width: 100%;
}
.rwd-table {
  th, td:before {
      color: #dd5;
  }
}
.th_para_padd {
  padding: 0.5rem;
}



.tab a.active {
  background-color: #3d8500;
  color: #fff;
}
a.tablinks:hover {
  border-bottom: 1px solid #dedede;
  background-color: #3d8500;
  color: #fff;
}
a.tablinks {
  border-bottom: 1px solid #dedede;
}
.tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: #000;
}
.nav_heading_content {
  padding: 15px 5px 5px 5px;
  font-weight: 500;
}



.display_mobile_only {
  display: none;
}

#btn_show_in_phone_only {
  display: none;
}
.bottom-content-wrap .col-sm-7  a {
  display:none;
  }

  .blog_second_title {
    font-size: 17px;
  }




@media screen and (min-device-width: 320px) and (max-device-width: 768px) {




  .bottom-content-wrap .col-sm-7  a {
    display:block;
    font-size: 12px !important;
    width: 67px;
    margin-left: 3.5rem !important;
    margin-top: -10px;
    }
  #btn_show_in_phone_only {
    display: block;
  }
  .display_desktop_only {
    display: none;
  }
.display_mobile_only {
  display: block;
}
  header .btn {
    padding: 0.4rem 0.5rem;
}
.nav_heading_content {
  padding: 17px 12px 12px 6px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1rem;
}
.slicknav_btn {
  background-color: #3d8500;
  margin: 15px -35px 9px 0px;
  width: 50px;
}
  .pro_ul_li {
    margin-left: 15px;
  }
  
  .mega_menu_inner_section_padding {
    margin-bottom: 2rem;
  }
  ul.mega_menu_section {
    height: 300px;
    overflow-y: scroll
  }
  h4.menu_title {
    font-size: 0.8rem;
}
  ul.mega_menu_section {
    /* margin-top: 1rem; */
    padding: 1rem !important;
    margin-top: 0px;
}

  ul.mega_menu_section {
    width: 100% !important;
    margin-left: 0px;
    /* margin-top: 1rem; */
    padding-top: 1rem;
  }
  section.campaigns-section.bd-bottom {
    padding-top: 20px !important;
}
  .news_title {
    font-size: 1.5rem;
  }
  
  .mk-2 {
    font-size: 1rem;
  }
  .news_banner_floating_img {
    width: 100%;
    height: 250px;
  }
  .float_header_marqee {
    margin-top: 0rem;
}
  .causes_content_container {
    height: 330px;
  }
  
  .gov_h2 {
    line-height: 25px;
  }
  .about-section-custom .innerRow > div > div {
    height: 14rem;
}
  .whatsapp-float-btn{  
    bottom: 13.5rem;
    right: 1.5rem;
    width: 50px;
  }
  .header-height {
    height: 6.5rem !important;
}
  .contact-wrap{
    padding: 0;
  }
  .promo-section .row > div > div {
    padding: 20px;
    border: none;
  }
  .promo-section .row {
    box-shadow: unset;
    padding: 0 15px;
  }
  .promo-section .row > div > div img {
    width: 50px;
  }
  .counter-section, .campaigns-section {
    padding: 20px 0;
}

  .promo-section .row > div {
    margin: 1rem 0 0 0;
    box-shadow: 0px 5px 20px -5px gray;
    border-radius: 5px;
  }

  .about-section-custom .innerRow > div {
    margin: 1rem 0;
  }
  .whyChoose-section .row:last-child {
    margin-top: 0rem;
  }
  .whyChoose-section .row li>div{
    padding: 30px 15px;
  }
  .campaigns-section > .container > .row {
    flex-direction: column-reverse !important;
  }
  .whyChoose-section li > div h3 {
    font-size: 1.3rem;
}
.counter-section, .campaigns-section{
  padding: 0 !important;
}
  .main_logo {
    width: 60px;
  }
  .top-content-wrap ul li a {
    display: inline-block;
    color: #fff;
    font-size: 11px;
  }
  .info_mob_menu {
    text-align: center;
    padding: 5px 5px;
  }
  .top-header{
    padding: 0;
  }
  .counter-section .row li {
    width: 50%;
  }
  .whyChoose-section li > div {
    height: auto !important;
  }
  .bottom-content-wrap >div:first-child{
    width: 70%;
    padding: 0 0 0 5px;
    
  }
  .bottom-content-wrap >div:last-child{
    width: 30%;
    padding: 0 10px 0 0px;
  }
  .slicknav_menu ul{
    width: 100vw;
    box-shadow: 0px 20px 20px -15px gray;
  }
  
  .AROEP{
    margin: 0;
  }
  .about-section-custom a{
      font-size:1rem !important;
  }

}


button:focus{
    border:none !important;
    outline:none !important;
}


