/*-----------------------------------------------------------------------------------

    CSS De Groene Transformator
    Version: 1.0

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

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

    01 - Helpers (Variables & Mixins)
    02 - Basic (Typography, Common Classes)
        01.01 - Typrography
        01.02 - Common Classes
    03 - Layout (Header, Footer, Section, Main Container/Wrapper and Page Header Styles)
        02.01 - Header
        02.02 - Footer
        02.03 - Main Content Wrapper, Sections & Section Heading
    04 - Modules (Template Design Elements as Modules and Third party Plugins Custom Styles)
        04.01 - Main Banner
        04.02 - Feature
        04.03 - Campaign
        04.04 - Team
        04.05 - Donation
        04.06 - Event
        04.07 - Testimonial
        04.08 - Blog
        04.09 - About
        04.10 - Sidebar
        04.11 - Not Found
        04.12 - Account
        04.13 - Contact

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Mixin CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */
*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.883;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #383e38;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  color: #131b13;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit;
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  line-height: inherit;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a:hover, a:active, a:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

a, button, img, input {
  transition: all 0.5s ease 0s;
}

*:focus {
  outline: none;
}

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

a:hover {
  text-decoration: none;
  color: #cb914f;
}

button, input[type=submit] {
  cursor: pointer;
}

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

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 0.1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

ul {
  margin: 0;
  padding: 0;
}
ul:last-child {
  margin-bottom: 0;
}
ul li {
  list-style: none;
}

hr {
  border-top-width: 2px;
}

/*----------------------------------------*/
/*  Template Classes CSS
/*----------------------------------------*/
.bg-img {
  background: no-repeat center center;
  background-size: cover;
}

.wrapper {
  overflow: hidden;
}

.section {
  position: relative;
  z-index: 1;
}
.section-padding {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-padding-t {
  padding-top: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-padding-t {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-t {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-t {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-t {
    padding-top: 60px;
  }
}
.section-padding-b {
  padding-bottom: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-padding-b {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-b {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-b {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-b {
    padding-bottom: 60px;
  }
}
.section-margin {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-margin {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.section-margin-t {
  margin-top: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-margin-t {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-t {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-t {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-t {
    margin-top: 60px;
  }
}
.section-margin-b {
  margin-bottom: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-margin-b {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-b {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-b {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-b {
    margin-bottom: 60px;
  }
}

.row-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-gutter-20 .col,
.row-gutter-20 [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .row-gutter-40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row-gutter-40 .col,
.row-gutter-40 [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .row-gutter-40 .col,
.row-gutter-40 [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row-gutter-45 {
  margin-right: -22.5px;
  margin-left: -22.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .row-gutter-45 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row-gutter-45 .col,
.row-gutter-45 [class*=col-] {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .row-gutter-45 .col,
.row-gutter-45 [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row-gutter-60 {
  margin-right: -30px;
  margin-left: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .row-gutter-60 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row-gutter-60 .col,
.row-gutter-60 [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .row-gutter-60 .col,
.row-gutter-60 [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .mb-xl-n60 {
    margin-bottom: -60px !important;
  }
}

.bg-grey {
  background-color: #f7f4ef !important;
}

.table > :not(:first-child) {
  border-top: none;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #e7d9c8);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px) !important;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: var(--swiper-pagination-color, #cb914f) !important;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
.header-container-fluid {
  max-width: 1650px;
  padding-left: var(--bs-gutter-x, 30px);
  padding-right: var(--bs-gutter-x, 30px);
}
@media only screen and (max-width: 767px) {
  .header-container-fluid {
    padding-left: var(--bs-gutter-x, 20px);
    padding-right: var(--bs-gutter-x, 20px);
  }
}

.header-top {
  padding: 10px 0;
  background-color: #f7f4ef;
}

.header-top-info-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top-info-list li {
  display: flex;
  flex-wrap: wrap;
  margin-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-info-list li {
    margin-right: 25px;
  }
}
.header-top-info-list li:last-child {
  margin-right: 0;
}
.header-top-info-list li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #cb914f;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-info-list li .icon {
    width: 32px;
    height: 32px;
  }
}
.header-top-info-list li .icon i {
  font-size: 14px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-info-list li .icon i {
    font-size: 13px;
  }
}
.header-top-info-list li .text {
  font-size: 15px;
  font-weight: 500;
  align-self: center;
  padding-left: 12px;
  text-decoration: none;
  color: #131b13;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-info-list li .text {
    padding-left: 8px;
    font-size: 14px;
  }
}
.header-top-info-list li a:hover {
  color: #cb914f;
}

.header-donate-btn {
  padding: 13px 39px 12px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-donate-btn {
    padding: 11px 22px 10px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-donate-btn {
    padding: 8px 20px 7px !important;
  }
}
@media only screen and (max-width: 575px) {
  .header-donate-btn {
    display: none;
  }
}

.header-bottom {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06);  
}

.header-navigation {
  position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-navigation {
    display: none;
  }
}

.main-nav {
  display: flex;
}
.main-nav > li {
  position: relative;
  margin: 0 11px;
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .main-nav > li {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 1092px) and (max-width: 1299px) {
  .main-nav > li {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 1091px) {
  .main-nav > li {
    margin: 0 0px;
  }
}

.main-nav > li:first-child {
  margin-left: 0;
}
.main-nav > li:first-child > a {
  padding-left: 0;
}
.main-nav > li:last-child {
  margin-right: 0;
}
.main-nav > li:last-child > a {
  padding-right: 0;
}
.main-nav > li > a {
  color: #131b13;
  font-size: 18px;
  font-weight: 500;
  height: 90px;
  padding: 0 12px;
  display: inline-block;
  line-height: 92px;
  letter-spacing: 0;
  position: relative;
/*  
  text-transform: capitalize;
*/
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav > li > a {
    font-size: 15px;
    height: 80px;
    line-height: 82px;
  }
}
.main-nav > li > a:hover {
  color: #cb914f;
}
.main-nav .has-submenu:hover a {
  color: #cb914f;
}
.main-nav .has-submenu:hover .submenu-nav {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.main-nav .has-submenu .submenu-nav {
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
  background-color: #FFFFFF;
  border-radius: 0 0 4px 4px;
  color: #131b13;
  left: -15px;
  opacity: 0;
  margin-top: 30px;
  min-width: 230px;
  padding: 0 0;
  position: absolute;
  pointer-events: none;
  top: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  visibility: hidden;
  width: 230px;
  z-index: 9999;
}
.main-nav .has-submenu .submenu-nav > li {
  border-bottom: 1px solid rgba(173, 181, 189, 0.15);
  padding: 0;
  margin-bottom: 0;
}
.main-nav .has-submenu .submenu-nav > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.main-nav .has-submenu .submenu-nav > li.active:after {
  color: #cb914f;
}
.main-nav .has-submenu .submenu-nav > li a {
  color: #131b13;
  display: block;
  font-size: 15px;
  padding: 11px 25px 10px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav .has-submenu .submenu-nav > li a {
    font-size: 14px;
  }
}
.main-nav .has-submenu .submenu-nav > li a:hover {
  color: #cb914f;
  background-color: rgba(173, 181, 189, 0.15);
}
.main-nav .has-submenu .submenu-nav .has-submenu {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav .has-submenu .submenu-nav .has-submenu a {
    padding: 11px 10px 10px 32px;
  }
}
.main-nav .has-submenu .submenu-nav .has-submenu a:before {
  content: "\eaa0";
  font-family: "IcoFont";
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav .has-submenu .submenu-nav .has-submenu a:before {
    left: 15px;
    right: auto;
    content: "\ea9d";
  }
}
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav {
  border-radius: 0 4px 4px 4px;
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.05);
  left: 100%;
  right: auto;
  top: 8px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav {
    left: auto;
    right: 100%;
  }
}
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav a {
  padding: 11px 25px 10px;
}
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav a:before {
  display: none;
}
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav a:hover {
  color: #cb914f;
}
.main-nav .has-submenu .submenu-nav .has-submenu:hover a {
  color: #cb914f;
}
.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav a {
  color: #131b13;
}
.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav a:hover {
  color: #cb914f;
}
.main-nav li.active a {
  color: #cb914f;
}
.main-nav li.active ul li.active a {
  color: #cb914f;
}
.main-nav li.active ul li.active ul li.active a {
  color: #cb914f !important;
}
.topmenu-active {
  color: #cb914f !important;	
}


.sticky-header {
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.sticky-header.sticky-show {
  -webkit-animation-name: slideDown !important;
  animation-name: slideDown !important;
}
.sticky-header.sticky {
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.06);
  position: fixed;
  left: 0;
  top: 0 !important;
  width: 100%;
  z-index: 99;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.sticky-header.sticky .header-logo-area .logo-main {
  display: block;
}
.sticky-header.sticky .header-logo-area .logo-light {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-logo {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-logo img {
    width: 146px;
  }
}
@media only screen and (max-width: 479px) {
  .header-logo img {
    width: 124px;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
/*----------------------------------------*/
/*  Footer CSS
/*----------------------------------------*/
.footer-widget-title {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-title {
    display: none;
  }
}

.collapsed-title {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.04);
  font-size: 18px;
  padding: 18px 20px 18px;
  display: none;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 767px) {
  .collapsed-title {
    display: block;
  }
}
.collapsed-title:after {
  font-family: "IcoFont";
  content: "\eaa1";
  font-size: 16px;
  margin-top: 1px;
  color: #fff;
  right: 17px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transition: all 0.5s ease 0s;
}
.collapsed-title.collapsed:after {
  content: "\ea99";
}

@media (min-width: 768px) {
  .widget-collapse-body {
    display: block !important;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .widget-collapse-body {
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-top: none;
  }
}

.footer-widget-logo {
  display: block;
  margin-bottom: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-logo {
    display: block;
    margin-bottom: 30px;
    width: 138px;
  }
}

.footer-widget-desc {
  color: #d8dadf;
  font-size: 16px;
  line-height: 1.7;
  max-width: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-desc {
    font-size: 16px;
  }
}

.footer-widget-donars {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-donars {
    margin-top: 25px;
  }
}
.footer-widget-donars .donars-title {
  color: #cb914f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-donars .donars-title {
    font-size: 14px;
  }
}
.footer-widget-donars .donars-number {
  color: #cb914f;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-donars .donars-number {
    font-size: 35px;
  }
}

.footer-widget-nav-wrap {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 84px 0 57px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-nav-wrap {
    padding: 54px 0 38px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-nav-wrap {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-widget-nav-wrap {
    padding: 15px;
  }
}

.footer-widget-nav1 {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-nav1 {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-nav1 {
    padding-left: 15px;
  }
}

.footer-widget-nav2 {
  padding-left: 55px;
}

.footersocial {
	display:inline-block;
	width:30px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-nav2 {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-nav2 {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget-nav {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-widget-nav {
    padding: 15px;
  }
}
.footer-widget-nav > li > a {
  color: #d8dadf;
  font-size: 16px;
  line-height: 2.66;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-nav > li > a {
    font-size: 16px;
    line-height: 2.5;
  }
}
@media only screen and (max-width: 575px) {
  .footer-widget-nav > li > a {
    font-size: 14px;
    line-height: 2.2;
  }
}
.footer-widget-nav > li > a:hover {
  color: #cb914f;
}

@media only screen and (max-width: 767px) {
  .footer-widget-info {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-widget-info {
    padding: 15px;
  }
}
.footer-widget-info > li {
  position: relative;
  padding-left: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-info > li {
    padding-left: 42px;
  }
}
.footer-widget-info > li > i {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: #cb914f;
  font-size: 14px;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-info > li > i {
    font-size: 11px;
    height: 32px;
    width: 32px;
    line-height: 32px;
  }
}
.footer-widget-info > li > a, .footer-widget-info > li p {
  color: #FFFFFF;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-info > li > a, .footer-widget-info > li p {
    font-size: 15px;
  }
}
.footer-widget-info > li > a:hover {
  color: #cb914f;
}
.footer-widget-info > li > p {
  max-width: 186px;
  line-height: 2.22;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-info > li > p {
    line-height: 2;
  }
}
.footer-widget-info > li + li {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .footer-widget-info > li + li {
    margin-top: 18px;
  }
}

.footer-bottom {
  background-color: #1c251c;
  padding: 28px 0 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-bottom {
    padding: 23px 0 23px;
  }
}

.footer-copyright {
  color: #FFFFFF;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-copyright {
    font-size: 14px;
  }
}
.footer-copyright > i {
  color: #cb914f;
  margin: 0 2px;
}
.footer-copyright > a {
  color: #cb914f;
}

.footer-payment-info {
  color: #cb914f;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-payment-info {
    font-size: 14px;
  }
}
.footer-payment-info img {
  margin-left: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-payment-info img {
    margin-left: 4px;
  }
}

/*----------------------------------------*/
/*  Wrapper CSS
/*----------------------------------------*/
.divider-donation {
  padding: 90px 0 84px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .divider-donation {
    padding: 60px 0 64px;
  }
}

.divider-content .sub-title {
  font-size: 15px;
  margin: 0;
  color: #cb914f;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .divider-content .sub-title {
    font-size: 14px;
  }
}
.divider-content .sub-title + .title {
  margin-top: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .divider-content .sub-title + .title {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .divider-content .sub-title + .title {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-content .sub-title + .title {
    margin-top: 6px;
  }
}
.divider-content .title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .divider-content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .divider-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-content .title {
    font-size: 32px;
  }
}
.divider-content .title + p {
  margin-top: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .divider-content .title + p {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .divider-content .title + p {
    margin-top: 8px;
  }
}
.divider-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.945;
  margin-bottom: 0;
  max-width: 490px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .divider-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .divider-content p {
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.7;
  }
}

.btn {
  background-color: #cb914f;
  border-color: transparent;
  box-shadow: none;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 18px;
  position: relative;
  font-weight: 500;
  padding: 18px 38px 17px;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn {
    font-size: 16px;
    padding: 10px 22px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn {
    font-size: 15px;
    padding: 11px 22px 10px;
  }
}
.btn.btn-primary {
  background-color: #cb914f;
  border-color: transparent;
}
.btn.btn-primary:before {
  background-color: #b27835;
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.btn.btn-light {
  color: #131b13;
  background-color: #e9dbcd;
}
.btn.btn-light:before {
  background-color: #d9c2aa;
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.btn.btn-dark {
  color: #FFFFFF;
  background-color: #131b13;
}
.btn.btn-dark:before {
  background-color: black;
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.btn.btn-icon-right .icon {
  font-size: 19px;
  position: relative;
  margin-left: 9px;
  top: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn.btn-icon-right .icon {
    font-size: 17px;
    margin-left: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn.btn-icon-right .icon {
    font-size: 15px;
    margin-left: 0px;
  }
}
.btn.btn-icon-left .icon {
  font-size: 19px;
  position: relative;
  margin-right: 9px;
  top: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn.btn-icon-left .icon {
    font-size: 17px;
    margin-right: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn.btn-icon-left .icon {
    font-size: 15px;
    margin-right: 0px;
  }
}
.btn.btn-lg {
  padding: 15px 24px 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn.btn-lg {
    padding: 10px 22px 9px;
    font-size: 14px;
  }
}
.btn:hover {
  color: #FFFFFF;
}
.btn:hover.btn-primary:before {
  opacity: 1;
  width: 100%;
}
.btn:hover.btn-light {
  color: #131b13;
}
.btn:hover.btn-light:before {
  opacity: 1;
  width: 100%;
}
.btn:hover.btn-dark:before {
  opacity: 1;
  width: 100%;
}
.btn:active, .btn:focus {
  box-shadow: none;
}

.btn-link {
  background-image: url("../images/icons/btn-link-line.png");
  color: #cb914f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  background-repeat: repeat-x;
  background-size: 170px;
  background-position: bottom;
  padding-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn-link {
    font-size: 16px;
    padding-bottom: 16px;
    background-size: 154px;
  }
}
.btn-link .icon {
  font-size: 19px;
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.btn-link:hover {
  color: #131b13;
}

.section-bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  z-index: -1;
}
.section-bg-img-style1 {
  width: calc(50% + 9px);
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-bg-img-style1 {
    width: calc(50% + 60px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-bg-img-style1 {
    position: relative;
    width: 100%;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .section-bg-img-style1 {
    height: 400px;
  }
}
.section-bg-img-style2 {
  width: calc(50% + 16px);
  right: 0;
  background-position: bottom left;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-bg-img-style2 {
    display: none;
  }
}

.section-bg-color-shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section-bg-color-shape-style1 {
  right: 0;
}
@media only screen and (min-width: 1550px) {
  .section-bg-color-shape-style1 {
    right: 8.85%;
  }
}
.section-bg-color-shape-style2 {
  background-color: #f3eee8;
  right: 0;
  width: calc(50% - 400px);
  height: calc(50% + 205px);
  top: -150px;
  bottom: auto;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-bg-color-shape-style2 {
    height: calc(50% + 166px);
    top: -120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-bg-color-shape-style2 {
    height: calc(50% + 136px);
    top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-bg-color-shape-style2 {
    display: none;
  }
}
.section-bg-color-shape-style3 {
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: calc(50% - 350px);
  height: 290px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-bg-color-shape-style3 {
    display: none;
  }
}

.section-pattern-img {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-pattern-img {
    display: none;
  }
}
.section-pattern-img-style1 {
  right: 15px;
  top: -60px;
  z-index: -1;
}
@media only screen and (min-width: 1869px) {
  .section-pattern-img-style1 {
    right: 317px;
    top: 100px;
    z-index: 1;
  }
}
.section-pattern-img-style2 {
  top: -90px;
  left: 30px;
  width: 110px;
}
@media only screen and (min-width: 1760px) {
  .section-pattern-img-style2 {
    left: 152px;
    top: 0;
    width: auto;
  }
}
.section-pattern-img-style3 {
  bottom: 130px;
  right: 150px;
}
.section-pattern-img-style4 {
  top: 0;
  left: 0;
}
.section-pattern-img-style5 {
  bottom: 0;
  right: 0;
}
.section-pattern-img-style6 {
  top: 50%;
  transform: translate(50%, -50%);
  left: 50%;
  margin-left: 25px;
}
.section-pattern-img-style7 {
  right: 226px;
  top: 64px;
}

.pattern-img-zoom {
  -webkit-animation-name: patternZoom;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-name: patternZoom;
  -moz-animation-duration: 2.5s;
  -moz-animation-iteration-count: infinite;
}

.pattern-img-move {
  -webkit-animation-name: patternMove;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-name: patternMove;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
}

.page-link {
  background-color: #fbf9f6;
  border-radius: 5px;
  display: flex;
  color: #131b13;
  font-size: 16px;
  font-weight: 600;
  height: 58px;
  width: 58px;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-link {
    font-size: 14px;
    height: 48px;
    width: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .page-link {
    height: 44px;
    width: 44px;
    font-size: 13px;
  }
}
.page-link span {
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-link span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .page-link span {
    font-size: 16px;
  }
}
.page-link.active {
  background-color: #cb914f;
  color: #FFFFFF;
}
.page-link:hover {
  background-color: #cb914f;
  color: #FFFFFF;
}

.page-item + .page-item .page-link {
  margin-left: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-item + .page-item .page-link {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .page-item + .page-item .page-link {
    margin-left: 12px;
  }
}

.fancybox__content {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: url("../images/icons/cancel-white.png"), auto;
}

.offcanvas-backdrop,
.modal-backdrop {
  background-color: rgba(43, 43, 43, 0.92);
  cursor: url("../images/icons/cancel-white.png"), auto;
}
.offcanvas-backdrop.show,
.modal-backdrop.show {
  opacity: 1;
}

.scroll-to-top {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  bottom: -60px;
  background-color: #cb914f;
  color: #FFFFFF;
  position: fixed;
  right: 30px;
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .scroll-to-top {
    width: 30px;
    height: 30px;
    right: 10px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .scroll-to-top {
    display: none;
  }
}
.scroll-to-top:hover {
  background-color: #cb914f;
}
.scroll-to-top.show {
  visibility: visible;
  opacity: 0.8;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .scroll-to-top.show {
    bottom: 10px;
  }
}
.scroll-to-top.show:hover {
  opacity: 1;
}

@keyframes patternZoom {
  from {
    -webkit-transform: scale(0.6);
  }
  65% {
    -webkit-transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(0.6);
  }
}
@-webkit-keyframes patternZoom {
  from {
    -webkit-transform: scale(0.6);
  }
  65% {
    -webkit-transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(0.6);
  }
}
@keyframes patternMove {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes patternMove {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*----------------------------------------*/
/*  Section CSS
/*----------------------------------------*/
.section-title {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-title {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 50px;
  }
}
.section-title .sub-title {
  font-size: 15px;
  margin: 0;
  color: #cb914f;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.section-title .sub-title + .title {
  margin-top: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-title .sub-title + .title {
    margin-top: 8px;
  }
}
.section-title .title {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title .title {
    font-size: 28px;
  }
}
.section-title .title + p {
  margin-top: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-title .title + p {
    margin-top: 12px;
  }
}
.section-title p {
  max-width: 515px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title p {
    font-size: 16px;
  }
}
.section-title p + .shape {
  margin-top: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p + .shape {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title p + .shape {
    margin-top: 16px;
  }
}
.section-title .shape {
  line-height: 7px;
  display: block;
}
.section-title.center {
  text-align: center;
}
.section-title.center p {
  margin-right: auto;
  margin-left: auto;
}

.section-title-2 {
  max-width: 530px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-title-2 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-2 {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-2 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 50px;
  }
}
.section-title-2 .sub-title {
  font-size: 15px;
  margin: 0;
  color: #cb914f;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.section-title-2 .sub-title + .title {
  margin-top: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-title-2 .sub-title + .title {
    margin-top: 16px;
  }
}
.section-title-2 .title {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-2 .title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-2 .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-2 .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title-2 .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title-2 .title {
    font-size: 28px;
  }
}
.section-title-2 .title + p {
  margin-top: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-title-2 .title + p {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-2 .title + p {
    margin-top: 15px;
  }
}
.section-title-2 .title + .shape {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-title-2 .title + .shape {
    margin-top: 14px;
  }
}
.section-title-2 p {
  font-size: 18px;
  margin-top: 16px;
  line-height: 1.78;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-title-2 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title-2 p {
    font-size: 15px;
  }
}
.section-title-2 p + .shape {
  margin-top: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-2 p + .shape {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-2 p + .shape {
    margin-top: 18px;
  }
}
.section-title-2 p + a {
  margin-top: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-title-2 p + a {
    margin-top: 28px;
  }
}
.section-title-2 .shape {
  line-height: 7px;
  display: block;
}
.section-title-2 .shape + p {
  margin-top: 41px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-title-2 .shape + p {
    margin-top: 20px;
  }
}
.section-title-2.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/*----------------------------------------*/
/*  Page Header CSS
/*----------------------------------------*/
.page-header-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 150px 0 146px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header-area {
    padding: 120px 0 116px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header-area {
    padding: 110px 0 106px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-area {
    padding: 90px 0 86px;
  }
}
@media only screen and (max-width: 575px) {
  .page-header-area {
    padding: 80px 0 76px;
  }
}

.page-header-title {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .page-header-title {
    font-size: 25px;
  }
}

.breadcrumb-item {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .breadcrumb-item {
    font-size: 15px;
  }
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item a:hover {
  color: #cb914f;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 13px;
  }
}
.breadcrumb-item + .breadcrumb-item:before {
  content: var(--bs-breadcrumb-divider, "//");
  color: #ffffff;
  padding-right: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 12px;
  }
}

/*----------------------------------------*/
/*  Offcanvas Header Css
/*----------------------------------------*/
.off-canvas-wrapper.offcanvas {
  background-color: #fff;
  width: 310px;
  z-index: 999;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .off-canvas-wrapper.offcanvas {
    width: 310px;
  }
}
.off-canvas-wrapper .offcanvas-header {
  padding: 0;
}
.off-canvas-wrapper .offcanvas-body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  padding: 0;
  scrollbar-width: auto;
  scrollbar-color: #1f1f1f #292929;
  /* Chrome, Edge, and Safari */
}
.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar {
  width: 2px;
}
.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar-track {
  background: #292929;
}
.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #1f1f1f;
  border-radius: 2px;
  border: 2px solid #1f1f1f;
}
.off-canvas-wrapper .mobile-menu-action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 20px;
}
.off-canvas-wrapper .header-social-icons {
  padding: 20px;
}
.off-canvas-wrapper .header-social-icons a + a {
  margin-left: 14px;
}
.off-canvas-wrapper .header-social-icons img {
  filter: brightness(0.2);
  opacity: 0.7;
  width: 24px;
}
.off-canvas-wrapper .header-social-icons img:hover {
  opacity: 1;
}
.off-canvas-wrapper .btn-menu-close {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #cb914f;
  opacity: 1;
  border-radius: 0;
  color: #FFFFFF;
  background-image: none;
  padding: 0 20px;
  line-height: 62px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  border: none;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.off-canvas-wrapper .btn-menu-close i {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translate(0%, -50%);
}
.off-canvas-wrapper .btn-menu-close:hover {
  color: #FFFFFF;
  background-color: #2f2f2f;
}

.mobile-menu-items {
  padding: 0;
}
.mobile-menu-items ul {
  border-top: 1px solid rgba(10, 77, 60, 0.15);
}
.mobile-menu-items ul li {
  position: relative;
}
.mobile-menu-items ul li a {
  display: block;
  width: 100%;
  background: none;
  text-align: left;
  padding: 10px 20px;
  border: 0;
  border-bottom: 1px solid rgba(10, 77, 60, 0.15);
  font-size: 15px;
  font-weight: 600;
  font-family: #000000;
  color: #000000;
}
.mobile-menu-items ul li a:hover {
  color: #cb914f;
}
.mobile-menu-items ul li .mobile-menu-expand {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.mobile-menu-items ul li .mobile-menu-expand::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu-items ul li .mobile-menu-expand::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000000;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.mobile-menu-items ul li.active-expand > .mobile-menu-expand::before {
  background-color: #cb914f;
}
.mobile-menu-items ul li.active-expand > .mobile-menu-expand::after {
  background-color: #cb914f;
  height: 0;
}
.mobile-menu-items ul li.active-expand a {
  color: #cb914f;
}
.mobile-menu-items ul li.active-expand ul li a {
  color: #272a33;
}
.mobile-menu-items ul li ul {
  border-top: 0;
}
.mobile-menu-items ul li ul li a {
  padding-left: 12%;
}
.mobile-menu-items ul li ul li a:hover {
  color: #cb914f;
}
.mobile-menu-items ul li ul li ul li a {
  padding-left: 18%;
}

.btn-menu {
  background: none;
  border: none;
  height: auto;
  line-height: 1;
  padding: 0;
  position: relative;
  margin: 0;
  gap: 8px;
  display: flex;
  width: 30px;
  flex-direction: column;
}
.btn-menu span {
  display: inline-block;
  background-color: #cb914f;
  width: 100%;
  height: 2px;
}

.mobile-menu-info-list {
  margin-bottom: 0;
}
.mobile-menu-info-list li {
  padding: 6px 20px;
}
.mobile-menu-info-list li .icon {
  color: #cb914f;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.mobile-menu-info-list li a, .mobile-menu-info-list li span {
  color: #131b13;
  font-size: 14px;
  font-weight: 400;
}
.mobile-menu-info-list li a:hover {
  color: #cb914f;
}
.mobile-menu-info-list li:last-child {
  border-bottom: none;
}

.mobail-header-donate-btn {
  padding: 9px 17px 8px !important;
  width: 100%;
}

/*----------------------------------------*/
/*  Home Slider CSS
/*----------------------------------------*/
.hero-slide-item {
  align-items: center;
  display: flex;
  height: 792px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-slide-item {
    height: 655px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-item {
    height: 545px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-item {
    height: 470px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-item {
    height: 420px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-item {
    height: auto;
    flex-direction: column;
  }
}
.hero-slide-item .container-fluid {
  max-width: 1650px;
  padding-left: var(--bs-gutter-x, 30px);
  padding-right: var(--bs-gutter-x, 30px);
}
@media only screen and (max-width: 767px) {
  .hero-slide-item .container-fluid {
    padding-left: var(--bs-gutter-x, 20px);
    padding-right: var(--bs-gutter-x, 20px);
  }
}

.hero-slide-thumb {
  position: absolute;
  width: calc(50% + 106px);
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-thumb {
    width: calc(50% + 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-thumb {
    width: 100%;
    position: relative;
    z-index: -1;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-thumb {
    height: 400px;
  }
}
.hero-slide-thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-thumb img {
    -o-object-position: center;
    object-position: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content {
    padding: 50px 0 50px;
  }
}
.hero-slide-content .hero-slide-sub-title {
  color: #cb914f;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-sub-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.hero-slide-content .hero-slide-title {
  font-size: 75px;
  font-weight: 700;
  line-height: 1.14;
  max-width: 545px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-slide-content .hero-slide-title {
    font-size: 64px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .hero-slide-title {
    font-size: 42px;
    margin-bottom: 12px;
    max-width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-title {
    font-size: 34px;
    margin-bottom: 12px;
    max-width: 375px;
  }
}
.hero-slide-content .hero-slide-desc {
  font-size: 23px;
  line-height: 1.83;
  max-width: 535px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-slide-content .hero-slide-desc {
    font-size: 22px;
    line-height: 1.7;
    max-width: 495px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .hero-slide-desc {
    font-size: 18px;
    line-height: 1.7;
    max-width: 405px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-desc {
    font-size: 17px;
    line-height: 1.7;
    max-width: 405px;
    margin-bottom: 24px;
  }
}

.hero-slide-shape-one {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: calc(50% - 106px);
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-shape-one {
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-shape-one {
    width: 100%;
  }
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-sub-title {
  webkit-animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title {
  webkit-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-desc {
  webkit-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .btn {
  webkit-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-video-popup {
  bottom: 60px;
  right: calc(100% + 60px);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  color: #cb914f;
  border: 2px solid #cb914f;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-video-popup {
    bottom: 32px;
    right: calc(100% + 32px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-video-popup {
    bottom: 18px;
    right: calc(100% + 18px);
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-video-popup {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    right: auto;
    width: 60px;
    height: 60px;
    z-index: 1;
    color: #FFFFFF;
    border-color: #FFFFFF;
  }
}
.hero-video-popup:before {
  content: "";
  background-color: rgba(203, 145, 79, 0.15);
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  z-index: -1;
  top: -80px;
  left: -80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-video-popup:before {
    width: 200px;
    height: 200px;
    top: auto;
    left: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-video-popup:before {
    width: 150px;
    height: 150px;
    top: auto;
    left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-video-popup:before {
    width: 120px;
    height: 120px;
    top: auto;
    left: auto;
    background-color: rgba(203, 145, 79, 0.77);
    z-index: -1;
  }
}
.hero-video-popup:after {
  border: 1px solid #cb914f;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin-left: -1px;
  margin-top: -1px;
  border-radius: 50%;
  opacity: 0.5;
  z-index: -2;
  animation: popup-overlay 1.4s linear infinite;
  -webkit-animation: popup-overlay 1.4s linear infinite;
  -moz-animation: popup-overlay 1.4s linear infinite;
  -ms-animation: popup-overlay 1.4s linear infinite;
  -o-animation: popup-overlay 1.4s linear infinite;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-video-popup:after {
    border-color: #FFFFFF;
  }
}
.hero-video-popup:hover {
  transform: scale(1.1);
  color: #FFFFFF;
  background-color: #cb914f;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-video-popup:hover {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
  }
}
.hero-video-popup i {
  font-size: 12px;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes popup-overlay {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes popup-overlay {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    opacity: 0;
  }
}
/*----------------------------------------*/
/*  Feature CSS
/*----------------------------------------*/
.feature-item {
  position: relative;
  padding: 50px 42px;
  text-align: center;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-item {
    padding: 30px 22px;
  }
}
.feature-item:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 120px;
  height: 4px;
  content: "";
  transform: translate(-50%, 0%) scale(0);
  -webkit-transform: translate(-50%, 0%) scale(0);
  -moz-transform: translate(-50%, 0%) scale(0);
  -ms-transform: translate(-50%, 0%) scale(0);
  -o-transform: translate(-50%, 0%) scale(0);
  transition: all 0.5s ease 0s;
  border-radius: 0 0 4px 4px;
  background-color: #cb914f;
}
.feature-item .icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  transition: all 0.5s ease 0s;
  color: #cb914f;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-item .icon {
    width: 115px;
    height: 115px;
    margin-bottom: 30px;
  }
}
.feature-item .icon img,
.feature-item .icon svg {
  width: 63px;
  height: 56px;
  color: currentColor;
}
.feature-item .icon img.bg,
.feature-item .icon svg.bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #f3ece6;
}
.feature-item .icon img.bg path,
.feature-item .icon svg.bg path {
  transition: all 0.5s ease 0s;
}
.feature-item .title {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-item .title {
    font-size: 24px;
    margin-bottom: 11px;
  }
}
.feature-item .desc {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-item .desc {
    line-height: 1.8;
  }
}
.feature-item:hover:after {
  transform: translate(-50%, 0%) scale(1);
  -webkit-transform: translate(-50%, 0%) scale(1);
  -moz-transform: translate(-50%, 0%) scale(1);
  -ms-transform: translate(-50%, 0%) scale(1);
  -o-transform: translate(-50%, 0%) scale(1);
}
.feature-item:hover .icon {
  color: #FFFFFF;
}
.feature-item:hover .icon .bg {
  color: #cb914f;
}

/*----------------------------------------*/
/*  Campaign CSS
/*----------------------------------------*/
.campaign-item {
  transition: all 0.5s ease 0s;
  background-color: #FFFFFF;
}
.campaign-item .image {
  display: block;
  overflow: hidden;
  position: relative;
}
.campaign-item .image img {
  width: 100%;
  transition: all 0.5s ease 0s;
}
.campaign-item .content {
  padding: 38px 43px 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .campaign-item .content {
    padding: 25px 30px 25px;
  }
}
.campaign-item .content .title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .campaign-item .content .title {
    font-size: 22px;
  }
}
.campaign-item .content .title a {
  text-decoration: none;
  color: #131b13;
}
.campaign-item .content .title a:hover {
  color: #cb914f;
}
.campaign-item .content .campaign-progress {
  margin-bottom: 22px;
}
.campaign-item .content .campaign-progress .progress-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.campaign-item .content .campaign-progress .progress-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: #131b13;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .campaign-item .content .campaign-progress .progress-info p {
    font-size: 15px;
  }
}
.campaign-item .content .campaign-progress .progress-info p span {
  color: #cb914f;
}
.campaign-item .content .campaign-progress .progress-bar {
  display: block;
  width: 100%;
  transition: all 0.5s ease 0s;
  background-color: #F0EDE8;
}
.campaign-item .content .campaign-progress .progress-bar .bar {
  display: block;
  height: 5px;
  background-color: #cb914f;
}
.campaign-item .content p {
  margin-bottom: 0;
  line-height: 1.65;
}
.campaign-item:hover {
  background-color: #F3EEE8;
}
.campaign-item:hover .image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.campaign-item:hover .content .campaign-progress .progress-bar {
  background-color: #FFFFFF;
}

.campaign2-item-style {
  background-color: #fbf9f6;
}

.campaign-details-image + .campaign-details-content {
  margin-top: 40px;
}

.campaign-details-content p {
  margin-bottom: 24px;
}

.campaign-details-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 575px) {
  .campaign-details-title {
    font-size: 20px;
  }
}
.campaign-details-title + .campaign-details-progress {
  margin-top: 34px;
}

.campaign-details-progress .progress-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .campaign-details-progress .progress-info {
    flex-direction: column;
  }
}
.campaign-details-progress .progress-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: #131b13;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .campaign-details-progress .progress-info p {
    font-size: 15px;
  }
}
.campaign-details-progress .progress-info p span {
  color: #cb914f;
}
.campaign-details-progress .progress-bar {
  display: block;
  width: 100%;
  transition: all 0.5s ease 0s;
  background-color: #F0EDE8;
}
.campaign-details-progress .progress-bar .bar {
  display: block;
  height: 5px;
  background-color: #cb914f;
}
.campaign-details-progress + p {
  margin-top: 34px;
}

.campaign-details-list {
  padding-left: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .campaign-details-list {
    padding-left: 0;
  }
}
.campaign-details-list > .campaign-details-list-item {
  color: #131b13;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.8;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .campaign-details-list > .campaign-details-list-item {
    font-size: 15px;
  }
}
.campaign-details-list > .campaign-details-list-item > .icon {
  color: #cb914f;
  font-size: 19px;
  margin-right: 6px;
  margin-left: 6px;
  padding-top: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .campaign-details-list > .campaign-details-list-item > .icon {
    margin-right: 10px;
    font-size: 16px;
    padding-top: 5px;
  }
}
.campaign-details-list > .campaign-details-list-item + .campaign-details-list-item {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .campaign-details-list > .campaign-details-list-item + .campaign-details-list-item {
    margin-top: 15px;
  }
}

/*----------------------------------------*/
/*  Team CSS
/*----------------------------------------*/
.team-container-fluid {
  max-width: 1577px;
}

.team-item-wrap {
  padding-right: 174px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .team-item-wrap {
    padding-right: 56px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-item-wrap {
    padding-right: 46px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-item-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.team-content-wrap {
  padding-left: 114px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .team-content-wrap {
    padding-left: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-content-wrap {
    padding-left: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-content-wrap {
    padding: 60px 30px 0;
  }
}

.team-item {
  position: relative;
}
.team-item .image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
}
.team-item .image::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s ease 0s;
  opacity: 0;
  background-color: rgba(203, 145, 79, 0.94);
}
.team-item .image img {
  width: 100%;
  transition: all 0.5s ease 0s;
}
.team-item .content {
  position: absolute;
  z-index: 3;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
}
.team-item .content .name {
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 19px;
  transition: all 0.5s ease 0s;
  transform: translateY(-6px);
/*
  text-transform: capitalize;
*/
  opacity: 0;
  color: #FFFFFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .team-item .content .name {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.team-item .content .title {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin: 0;
  transition: all 0.5s ease 0s;
  transform: translateY(6px);
  opacity: 0;
  color: #FFFFFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .team-item .content .title {
    font-size: 13px;
  }
}
.team-item:hover .image::after {
  opacity: 1;
}
.team-item:hover .image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.team-item:hover .content .name {
  transform: translateY(0);
  opacity: 1;
}
.team-item:hover .content .title {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------------------*/
/*  Donation Form CSS
/*----------------------------------------*/
.donation-form-wrap {
  background-color: #f7f4ef;
  padding: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .donation-form-wrap {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .donation-form-wrap {
    padding: 34px;
  }
}

.donation-form-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .donation-form-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .donation-form-title {
    font-size: 18px;
  }
}

.donation-form-select input[type=radio] + label {
  background-color: #fbf9f6;
  font-size: 22px;
  font-weight: 500;
  display: block;
  color: #383e38;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-align: center;
  text-transform: capitalize;
  border: 2px solid #DEDEDE;
  width: 135px;
  height: 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 48px;
  padding: 5px 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .donation-form-select input[type=radio] + label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .donation-form-select input[type=radio] + label {
    width: 126px;
  }
}
.donation-form-select input[type=radio] + label:hover {
  color: #cb914f;
  border-color: #cb914f;
}
.donation-form-select input[type=radio]:checked + label {
  color: #cb914f;
  border-color: #cb914f;
}
.donation-form-select .custom-input {
  background-color: #fbf9f6;
  font-size: 22px;
  font-weight: 500;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-align: center;
  text-transform: capitalize;
  border: 2px solid #DEDEDE;
  height: 60px;
  line-height: 48px;
  padding: 5px 5px;
  width: 210px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .donation-form-select .custom-input {
    font-size: 18px;
    width: 135px;
  }
}
@media only screen and (max-width: 479px) {
  .donation-form-select .custom-input {
    width: 126px;
  }
}
.donation-form-select .custom-input::-webkit-input-placeholder {
  color: #383e38;
}
.donation-form-select .custom-input:-moz-placeholder {
  color: #383e38;
}
.donation-form-select .custom-input::-moz-placeholder {
  color: #383e38;
}
.donation-form-select .custom-input:-ms-input-placeholder {
  color: #383e38;
}
.donation-form-select .custom-input:hover {
  color: #cb914f;
  border-color: #cb914f;
}
.donation-form-select .btn {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .donation-form-select .btn {
    margin-top: 20px;
  }
}
.donation-form-select + .donation-form-payment {
  margin-top: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .donation-form-select + .donation-form-payment {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .donation2-form-select label, .donation2-form-select .custom-input {
    width: 102px !important;
  }
}
@media only screen and (max-width: 479px) {
  .donation2-form-select label, .donation2-form-select .custom-input {
    width: 100px !important;
  }
}
.donation2-form-select input[type=radio] + label {
  border: 1px solid #dedede;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  width: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .donation2-form-select input[type=radio] + label {
    height: 55px;
    font-size: 18px;
    width: 140px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .donation2-form-select input[type=radio] + label {
    height: 50px;
    font-size: 14px;
    width: 70px;
    line-height: 38px;
  }
}
.donation2-form-select .custom-input {
  border: 1px solid #dedede;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  width: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .donation2-form-select .custom-input {
    height: 55px;
    font-size: 16px;
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .donation2-form-select .custom-input {
    height: 50px;
    font-size: 14px;
    width: 80px;
  }
}

.donation-form-payment {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .donation-form-payment {
    flex-direction: column;
    align-items: inherit;
  }
}
.donation-form-payment + .donation-form {
  margin-top: 46px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .donation-form-payment + .donation-form {
    margin-top: 35px;
  }
}

.donation-form-payment-card {
  display: flex;
}
.donation-form-payment-card > .donation-form-payment-card-item {
  display: inline-block;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 767px) {
  .donation-form-payment-card > .donation-form-payment-card-item {
    margin-right: 5px;
  }
}
.donation-form-payment-card > .donation-form-payment-card-item + .donation-form-payment-card-item {
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .donation-form-payment-card > .donation-form-payment-card-item + .donation-form-payment-card-item {
    margin-left: 0;
  }
}
.donation-form-payment-card > .donation-form-payment-card-item:hover {
  opacity: 0.8;
}

.donation-form .form-control {
  background-color: #fbf9f6;
  border: 1px solid #dedede;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  color: #131b13;
  font-size: 16px;
  height: 58px;
  padding: 10px 20px 10px;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .donation-form .form-control {
    font-size: 14px;
    height: 55px;
  }
}
.donation-form .form-control::-webkit-input-placeholder {
  color: #131b13;
  opacity: 0.3;
}
.donation-form .form-control:-moz-placeholder {
  color: #131b13;
  opacity: 0.3;
}
.donation-form .form-control::-moz-placeholder {
  color: #131b13;
  opacity: 0.3;
}
.donation-form .form-control:-ms-input-placeholder {
  color: #131b13;
  opacity: 0.3;
}
.donation-form .form-control:hover, .donation-form .form-control:active, .donation-form .form-control:focus {
  border-color: #cb914f;
}
.donation-form textarea.form-control {
  padding-top: 19px;
  height: 220px;
  resize: none;
  line-height: 1.3;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .donation-form textarea.form-control {
    height: 150px;
  }
}
.donation-form [type=number] {
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.donation-form-btn {
  padding: 19px 38px 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .donation-form-btn {
    padding: 13px 28px 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .donation-form-btn {
    padding: 10px 18px 10px;
  }
}

/*----------------------------------------*/
/*  Event CSS
/*----------------------------------------*/
.event-item {
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f4ef;
}
.event-item.alt {
  flex-direction: row-reverse;
}
.event-item .image {
  overflow: hidden;
  width: 350px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-item .image {
    width: 273px;
  }
}
@media only screen and (max-width: 767px) {
  .event-item .image {
    width: 100%;
  }
}
.event-item .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: center center;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.event-item .content {
  display: flex;
  align-items: center;
  flex: 1 0;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 58px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-item .content {
    padding: 36px 38px 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .event-item .content {
    padding: 31px 33px 33px;
  }
}
@media only screen and (max-width: 479px) {
  .event-item .content {
    padding: 29px 30px 31px;
  }
}
.event-item .content .details {
  width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-item .content .details {
    width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .event-item .content .details {
    width: 100%;
  }
}
.event-item .content .details .location, .event-item .content .details .date {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 18px;
  color: #131b13;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .event-item .content .details .location, .event-item .content .details .date {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.event-item .content .details .location span, .event-item .content .details .date span {
  color: #cb914f;
}
.event-item .content .details .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .event-item .content .details .title {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .event-item .content .details .title {
    font-size: 22px;
  }
}
.event-item .content .details .title a {
  text-decoration: none;
  color: #131b13;
}
.event-item .content .details .title a:hover {
  color: #cb914f;
}
.event-item .content .details p {
  line-height: 1.77;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .event-item .content .details p {
    margin-bottom: 10px;
  }
}
.event-item .content .details .date {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .event-item .content .details .date {
    margin-bottom: 10px;
  }
}
.event-item:hover .image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.event2-item-style .content {
  padding: 20px 20px 20px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event2-item-style .content {
    padding: 20px 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .event2-item-style .content {
    padding: 30px;
  }
}
.event2-item-style .content .details {
  width: 358px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event2-item-style .content .details {
    width: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .event2-item-style .content .details {
    width: 100%;
  }
}
.event2-item-style .content .button {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .event2-item-style .content .button {
    display: inline-block;
  }
}

.events-details-image img {
  width: 100%;
}
.events-details-image + .events-details-content {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .events-details-image + .events-details-content {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .events-details-image + .events-details-content {
    margin-top: 35px;
  }
}

.events-details-content .title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .events-details-content .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .events-details-content .title {
    font-size: 24px;
  }
}
.events-details-content .title + p {
  margin-top: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .events-details-content .title + p {
    margin-top: 16px;
  }
}
.events-details-content p {
  font-size: 16px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .events-details-content p {
    font-size: 15px;
  }
}

.events-details-team-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 39px;
  margin-top: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .events-details-team-title {
    font-size: 18px;
    margin-top: 10px;
  }
}

.events-details-info-wrap {
  background-color: #fbf9f6;
  padding: 70px;
  margin: 90px 0 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .events-details-info-wrap {
    padding: 30px;
    margin: 60px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .events-details-info-wrap {
    padding: 15px 15px 0;
    margin: 60px 0 60px;
  }
}

.events-details-info-item {
  background-color: #fff;
  padding: 64px 69px 57px;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .events-details-info-item {
    padding: 30px 35px 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .events-details-info-item {
    padding: 25px 28px 23px;
    border-bottom: 15px solid #fbf9f6;
  }
}
.events-details-info-item .title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .events-details-info-item .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .events-details-info-table {
    display: block;
    width: 100%;
    overflow: scroll;
  }
}
.events-details-info-table tr .table-name {
  color: #cb914f;
  padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .events-details-info-table tr .table-name {
    padding-right: 15px;
  }
}
.events-details-info-table tr .table-velu {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .events-details-info-table tr .table-velu {
    padding-left: 15px;
  }
}
.events-details-info-table tr:last-child td {
  padding-bottom: 0;
}
.events-details-info-table td {
  padding: 0 0 6px;
  border: none;
  box-shadow: none;
  font-size: 15px;
  font-weight: 500;
  color: #131b13;
  line-height: 2.4;
  vertical-align: initial;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .events-details-info-table td {
    font-size: 14px;
  }
}

.events-map-wrap iframe {
  height: 490px;
  width: 100%;
}

/*----------------------------------------*/
/*  Testimonial CSS
/*----------------------------------------*/
.testimonial-item {
  padding: 130px 90px 94px;
  position: relative;
  text-align: center;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-item {
    padding: 76px 40px 44px;
  }
}
.testimonial-item .inner {
  position: relative;
  z-index: 1;
}
.testimonial-item .icon {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-item .icon {
    width: 90px;
  }
}
.testimonial-item p {
  color: #464646;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 29px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-item p {
    font-size: 19px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-item p {
    font-size: 16px;
  }
}
.testimonial-item .name {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-item .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.testimonial-item .title {
  font-size: 16px;
  line-height: 1;
  display: block;
  color: #cb914f;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-item .title {
    font-size: 12px;
  }
}

.testimonial-slider-container {
  border-bottom: 10px solid #cb914f;
  background-color: #FFFFFF;
}
.testimonial-slider-container .swiper-wrapper {
  z-index: 2;
}

.testi-border {
  position: relative;
}
.testi-border:before {
  position: absolute;
  background-color: #e8eaec;
  content: "";
  width: 4px;
  height: 282px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testi-border:before {
    width: 3px;
    height: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .testi-border:before {
    display: none;
  }
}

/*----------------------------------------*/
/*  Blog Post CSS
/*----------------------------------------*/
.blog-related-section {
  padding: 70px 0;
}

.post-item {
/*  
  border: 2px solid #f7f4ef;
*/
}
.post-item .image {
  display: block;
  overflow: hidden;
/*  
  margin: 38px;
*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item .image {
/*  
    margin: 8px;
*/
  }
}
.post-item .image img {
  transition: all 0.5s ease 0s;
  width: 100%;
}
.post-item .content {
  background-color: #f7f4ef;
  padding: 51px 58px 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-item .content {
    padding: 26px 32px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .post-item .content {
    padding: 20px 27px 25px;
  }
}
.post-item .content .title {
  font-size: 28px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .post-item .content .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .post-item .content .title {
    font-size: 20px;
  }
}
.post-item .content .title + p {
  margin-top: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item .content .title + p {
    margin-top: 12px;
  }
}
.post-item .content p {
  line-height: 1.77;
}
.post-item:hover .image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.post-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-meta .post-date {
  padding-right: 8px;
}
.post-meta li {
  color: #131b13;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-meta li {
    font-size: 14px;
  }
}
.post-meta li span {
  color: #cb914f;
}
.post-meta + .title {
  margin-top: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-meta + .title {
    margin-top: 10px;
  }
}

.post2-meta {
  border-bottom: 1px solid #ede9e3;
  padding-bottom: 19px;
}
.post2-meta + .title {
  margin-top: 21px;
}

.post2-item-style {
  border: none;
}
.post2-item-style .image {
  display: block;
  margin: 0;
}
.post2-item-style .content {
  padding: 42px 50px 41px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .post2-item-style .content {
    padding: 19px 25px 21px;
  }
}

.post3-meta {
  border-bottom: 1px solid #ede9e3;
  padding-bottom: 16px;
}
.post3-meta li {
  font-size: 14px;
}
.post3-meta + .title {
  margin-top: 18px;
}

.post3-item-style {
  border: none;
}
.post3-item-style .image {
  display: block;
  margin: 0;
}
.post3-item-style .content {
  padding: 33px 35px 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .post3-item-style .content {
    padding: 19px 25px 21px;
  }
}
.post3-item-style .content .title {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .post3-item-style .content .title {
    font-size: 20px;
  }
}
.post3-item-style .content p {
  font-size: 15px;
  line-height: 1.7;
}

.post4-meta {
  justify-content: inherit;
}
.post4-meta > li + li {
  padding-left: 10px;
}
.post4-meta .post-date {
  padding-right: 0;
}
.post4-meta .post-dot {
  position: relative;
  margin: 0;
}
.post4-meta .post-dot:before {
  border-radius: 50%;
  background-color: #0f034a;
  content: "";
  display: inline-block;
  position: relative;
  height: 4px;
  width: 4px;
  top: -2px;
}

.post4-item-style {
  border: none;
}
.post4-item-style .image {
  display: block;
  margin: 0;
}
.post4-item-style .image + .content {
  margin-top: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post4-item-style .image + .content {
    margin-top: 25px;
  }
}
.post4-item-style .post-author {
  color: #9b9ea1;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post4-item-style .post-author {
    font-size: 14px;
  }
}
.post4-item-style .post-author > span {
  margin-right: 4px;
}
.post4-item-style .post-author > a {
  color: #131b13;
}
.post4-item-style .post-author > a:hover {
  color: #cb914f;
}
.post4-item-style .content {
  padding: 0;
}
.post4-item-style .content .title {
  color: #10253b;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.59;
  margin: 10px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .post4-item-style .content .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .post4-item-style .content .title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post4-item-style .content .title br {
    display: none;
  }
}

.post-details-info {
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-details-info {
    margin-bottom: 50px;
  }
}
.post-details-info .meta {
  color: #383e38;
  font-size: 15px;
  margin-bottom: 34px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-details-info .meta {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .post-details-info .meta {
    font-size: 13px;
  }
}
.post-details-info .meta .author a {
  color: #131b13;
  font-weight: 500;
}
.post-details-info .meta .author a:hover {
  color: #cb914f;
}
.post-details-info .meta .dots {
  margin: 0 14px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 479px) {
  .post-details-info .meta .dots {
    display: none;
  }
}
.post-details-info .meta .dots:before {
  background-color: #0f034a;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
}
@media only screen and (max-width: 479px) {
  .post-details-info .meta span + span {
    margin-left: 8px;
  }
}
.post-details-info .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.309;
  margin-bottom: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-details-info .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-details-info .title {
    font-size: 30px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .post-details-info .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .post-details-info .title {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-details-info .title br {
    display: none;
  }
}
.post-details-info .widget-tags ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-details-info .widget-tags ul {
    flex-wrap: wrap;
  }
}
.post-details-info .widget-tags ul li {
  display: inline-block;
}
.post-details-info .widget-tags ul li a {
  background-color: #f7f4ef;
  border-radius: 0;
  color: #131b13;
  display: inline-block;
  font-size: 15px;
  padding: 6px 42px 6px;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .post-details-info .widget-tags ul li a {
    padding: 6px 15px 6px;
  }
}
@media only screen and (max-width: 767px) {
  .post-details-info .widget-tags ul li a {
    font-size: 13px;
    padding: 2px 12px 3px;
  }
}
.post-details-info .widget-tags ul li a:hover {
  background-color: #cb914f;
  color: #FFFFFF;
}
.post-details-info .widget-tags ul li + li {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-details-info .widget-tags ul li + li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .post-details-info .widget-tags ul li + li {
    margin-left: 5px;
  }
}

.post-details-content {
  margin-top: 52px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .post-details-content {
    margin-top: 35px;
  }
}
.post-details-content p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .post-details-content p {
    font-size: 14px;
  }
}
.post-details-content .title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 1.48148;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .post-details-content .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .post-details-content .title {
    font-size: 20px;
  }
}

.post-details-content-list {
  margin-top: 32px;
  margin-bottom: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-details-content-list {
    margin-bottom: 22px;
  }
}
.post-details-content-list .title {
  font-size: 26px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-details-content-list .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-details-content-list .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .post-details-content-list .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.post-details-content-list .list-style li a {
  border: 1px solid #eee;
  border-radius: 5px;
  color: #cb914f;
  display: block;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 27px 14px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-details-content-list .list-style li a {
    font-size: 14px;
    padding: 13px 16px 11px;
  }
}
@media only screen and (max-width: 767px) {
  .post-details-content-list .list-style li a {
    display: block;
  }
}
.post-details-content-list .list-style li a:hover {
  background-color: #efefef;
  border-color: #efefef;
}
.post-details-content-list .list-style li a i {
  margin-right: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-details-content-list .list-style li a i {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .post-details-content-list .list-style li a i {
    margin-right: 5px;
    display: block;
  }
}
.post-details-content-list .list-style li + li {
  margin-top: 10px;
}

.blockquote-item {
  background-color: #cb914f;
  border-radius: 0;
  padding: 71px 20px 64px;
  margin-top: 45px;
  text-align: center;
  margin-bottom: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blockquote-item {
    padding: 30px 30px 27px;
  }
}
@media only screen and (max-width: 767px) {
  .blockquote-item {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .blockquote-item {
    padding: 40px 15px;
  }
}
.blockquote-item p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.545454;
  max-width: 665px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blockquote-item p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blockquote-item p {
    font-size: 20px;
  }
}
.blockquote-item p span {
  font-weight: 700;
}

.post-details-footer {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  margin: 48px 0 0;
}

.post-details-social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 69px 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-details-social-icons {
    padding: 18px 0;
  }
}
@media only screen and (max-width: 479px) {
  .post-details-social-icons {
    padding: 10px 0;
  }
}
.post-details-social-icons span {
  color: #272a33;
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  margin-top: -3px;
}
@media only screen and (max-width: 479px) {
  .post-details-social-icons span {
    font-size: 16px;
  }
}
.post-details-social-icons .social-icons {
  display: flex;
}
.post-details-social-icons .social-icons a + a {
  margin-left: 17px;
}
@media only screen and (max-width: 479px) {
  .post-details-social-icons .social-icons a + a {
    margin-left: 6px;
  }
}
.post-details-social-icons a {
  background-color: #f4f4f4;
  border-radius: 10px;
  color: #22262a;
  display: inline-block;
  font-size: 14px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .post-details-social-icons a {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .post-details-social-icons a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 12px;
  }
}
.post-details-social-icons a:hover {
  background-color: #cb914f;
  color: #FFFFFF;
}

.related-post-title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 43px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .related-post-title-wrap {
    margin-bottom: 15px;
  }
}
.related-post-title-wrap .title {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .related-post-title-wrap .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .related-post-title-wrap .title {
    font-size: 22px;
    margin-top: 7px;
  }
}

.related-post-swiper-btn-wrap {
  display: flex;
}
.related-post-swiper-btn-wrap .related-post-swiper-btn-prev,
.related-post-swiper-btn-wrap .related-post-swiper-btn-next {
  background-color: #fff;
  border: 2px solid #d9e7df;
  border-radius: 10px;
  color: #0f034a;
  font-size: 25px;
  height: 52px;
  padding-top: 1px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .related-post-swiper-btn-wrap .related-post-swiper-btn-prev,
.related-post-swiper-btn-wrap .related-post-swiper-btn-next {
    font-size: 20px;
    height: 42px;
    width: 42px;
  }
}
.related-post-swiper-btn-wrap .related-post-swiper-btn-prev:hover,
.related-post-swiper-btn-wrap .related-post-swiper-btn-next:hover {
  background-color: #cb914f;
  border-color: #cb914f;
  color: #FFFFFF;
}
.related-post-swiper-btn-wrap .related-post-swiper-btn-next {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .related-post-swiper-btn-wrap .related-post-swiper-btn-next {
    margin-left: 8px;
  }
}

.blog-comment-section {
  padding: 78px 0 82px;
}
.blog-comment-section .main-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-comment-section .main-title {
    font-size: 26px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-comment-section .main-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.single-comment {
  position: relative;
  border: 1px solid #dedede;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 44px 36px 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-comment {
    padding: 40px 25px 25px;
  }
}
.single-comment .author-info {
  position: relative;
}
.single-comment .author-info .thumb {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  min-width: 90px;
  min-height: 90px;
  justify-content: center;
  position: absolute;
  top: -15px;
}
@media only screen and (max-width: 767px) {
  .single-comment .author-info .thumb {
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .single-comment .author-info .thumb {
    display: inline-flex;
    margin-bottom: 20px;
    position: relative;
  }
}
.single-comment .author-info .author-details {
  margin-bottom: 31px;
  padding-left: 125px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-comment .author-info .author-details {
    padding-left: 100px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-comment .author-info .author-details {
    padding-left: 100px;
    margin-bottom: 30px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-comment .author-info .author-details {
    padding-left: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }
}
.single-comment .author-info .author-details .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-comment .author-info .author-details .title {
    font-size: 20px;
    margin-bottom: 4px;
  }
}
.single-comment .author-info .author-details ul {
  margin-bottom: 0;
}
.single-comment .author-info .author-details ul li {
  color: #656565;
  font-size: 15px;
}
.single-comment .author-info .author-details ul li span {
  color: #cb914f;
  margin-left: 0;
}
@media only screen and (max-width: 479px) {
  .single-comment .author-info .author-details ul li span {
    display: block;
  }
}
.single-comment .desc {
  color: #656565;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.66666;
  padding-left: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .single-comment .desc {
    font-size: 14px;
    padding-left: 0;
  }
}
.single-comment .btn-reply {
  background-color: #f7f4ef;
  position: absolute;
  top: 50px;
  right: 40px;
  font-weight: 600;
  font-size: 14px;
  width: 111px;
  height: 45px;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
}
@media only screen and (max-width: 767px) {
  .single-comment .btn-reply {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: inline-block;
    margin-top: 20px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 575px) {
  .single-comment .btn-reply {
    margin-left: 0;
  }
}
.single-comment .btn-reply:hover {
  background-color: #cb914f;
  color: #FFFFFF;
}
.single-comment .btn-reply i {
  margin-right: 11px;
}

.comment-reply {
  margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-reply {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-reply {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-reply {
    margin-left: 15px;
  }
}

.comment-form .form-control {
  background-color: #fbf9f6;
  border: 1px solid #fbf9f6;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  color: #52565b;
  font-size: 15px;
  height: 58px;
  padding: 10px 30px 10px;
  transition: all 0.5s ease 0s;
}
.comment-form .form-control::-webkit-input-placeholder {
  color: #52565b;
}
.comment-form .form-control:-moz-placeholder {
  color: #52565b;
}
.comment-form .form-control::-moz-placeholder {
  color: #52565b;
}
.comment-form .form-control:-ms-input-placeholder {
  color: #52565b;
}
.comment-form .form-control:hover, .comment-form .form-control:active, .comment-form .form-control:focus {
  background-color: #FFFFFF;
  border-color: #cb914f;
}
.comment-form textarea.form-control {
  padding-top: 19px;
  height: 250px;
  resize: none;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comment-form textarea.form-control {
    height: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-form textarea.form-control {
    height: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-form textarea.form-control {
    height: 150px;
  }
}
.comment-form [type=number] {
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

/*----------------------------------------*/
/*  About CSS
/*----------------------------------------*/
.about-content {
  margin-top: 18px;
}
@media only screen and (min-width: 1550px) {
  .about-content {
    margin-right: -20px;
  }
}
.about-content .sub-title {
  font-size: 15px;
  margin: 0;
  color: #cb914f;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-content .sub-title {
    font-size: 14px;
  }
}
.about-content .sub-title + .title {
  margin-top: 29px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-content .sub-title + .title {
    margin-top: 8px;
  }
}
.about-content .title {
  font-size: 63px;
  font-weight: 700;
  line-height: 1.19;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content .title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .about-content .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .about-content .title {
    font-size: 28px;
  }
}
.about-content .title + p {
  margin-top: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-content .title + p {
    margin-top: 18px;
  }
}
.about-content p {
  font-size: 18px;
  line-height: 1.73;
  margin-bottom: 0;
}
@media only screen and (min-width: 1550px) {
  .about-content p {
    margin-right: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-content p {
    font-size: 15px;
  }
}
.about-content p + p {
  margin-top: 20px;
}

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

/*----------------------------------------*/
/*  Sidebar CSS
/*----------------------------------------*/
.sidebar-search-widget {
  margin-bottom: 58px;
}
@media only screen and (max-width: 767px) {
  .sidebar-search-widget {
    margin-bottom: 38px;
  }
}
.sidebar-search-widget form {
  position: relative;
}
.sidebar-search-widget form .form-control {
  border: 1px solid #f6f3ee;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  line-height: 65px;
  color: #383e38;
  font-size: 16px;
  height: 60px;
  padding: 5px 60px 5px 28px;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.sidebar-search-widget form .form-control:active, .sidebar-search-widget form .form-control:focus {
  border-color: #cb914f;
}
.sidebar-search-widget form button {
  background-color: #cb914f;
  position: absolute;
  width: 48px;
  height: 48px;
  font-size: 15px;
  display: inline-block;
  color: #FFFFFF;
  border: none;
  top: 50%;
  transform: translate(0px, -50%);
  right: 6px;
}
.sidebar-search-widget form button:hover {
  background-color: #131b13;
}

.sidebar-widget {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget {
    margin-bottom: 38px;
  }
}

.sidebar-widget-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.sidebar-widget-body {
  background-color: #fbf9f6;
  padding: 45px 35px 45px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget-body {
    padding: 35px 25px 35px;
  }
}

.sidebar-category-list li a {
  background-color: #fff;
  color: #383e38;
  display: flex;
  font-size: 16px;
  padding: 11px 24px 9px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sidebar-category-list li a {
    font-size: 14px;
  }
}
.sidebar-category-list li a:hover {
  background-color: #cb914f;
  color: #fff;
}
.sidebar-category-list li + li {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .sidebar-category-list li + li {
    margin-top: 10px;
  }
}

.sidebar-causes-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.sidebar-causes-list .image {
  overflow: hidden;
  display: block;
  width: 70px;
}
.sidebar-causes-list .image img {
  transition: all 0.5s ease 0s;
}
.sidebar-causes-list .content {
  flex: 1 0;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .sidebar-causes-list .content {
    padding-left: 18px;
  }
}
.sidebar-causes-list .content .title {
  color: #131b13;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 11px;
}
@media only screen and (max-width: 767px) {
  .sidebar-causes-list .content .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.sidebar-causes-list .content .title a {
  color: #131b13;
}
.sidebar-causes-list .content .title a:hover {
  color: #cb914f;
}
.sidebar-causes-list .content .causes-goal {
  color: #cb914f;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar-causes-list .content .causes-goal {
    font-size: 12px;
  }
}
.sidebar-causes-list + .sidebar-causes-list {
  border-top: 1px solid #f1ede7;
  margin-top: 20px;
  padding-top: 20px;
}
.sidebar-causes-list:hover .image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.sidebar-widget-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px !important;
}
.sidebar-widget-tags li {
  margin-right: 6px;
  margin-bottom: 6px;
}
.sidebar-widget-tags li a {
  background-color: #fff;
  color: #2c241b;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  padding: 7px 20px 5px;
}
@media only screen and (max-width: 479px) {
  .sidebar-widget-tags li a {
    font-size: 13px;
    padding: 6px 16px 4px;
  }
}
.sidebar-widget-tags li a:hover {
  background-color: #cb914f;
  color: #FFFFFF;
}

.widget-social-icons {
  display: flex;
  flex-wrap: wrap;
}
.widget-social-icons a {
  border-radius: 50%;
  border: 1px solid #f2efe9;
  color: #2c241b;
  font-size: 14px;
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .widget-social-icons a {
    font-size: 12px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.widget-social-icons a + a {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .widget-social-icons a + a {
    margin-left: 10px;
  }
}
.widget-social-icons a:hover {
  background-color: #cb914f;
  border-color: #cb914f;
  color: #FFFFFF;
}

/*----------------------------------------*/
/*  Not Found CSS
/*----------------------------------------*/
.page-not-found-area {
  background-color: #fffdfa;
}

.page-not-found-content {
  padding-left: 98px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-not-found-content {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-not-found-content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-not-found-content {
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
  }
}

.not-found-text {
  color: #cb914f;
  font-size: 190px;
  font-weight: 900;
  line-height: 0.75;
  margin: 0 0 44px;
  text-shadow: 5px 5px 0px rgba(19, 27, 19, 0.16);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .not-found-text {
    font-size: 150px;
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .not-found-text {
    font-size: 120px;
    margin: 0 0 18px;
  }
}
@media only screen and (max-width: 767px) {
  .not-found-text {
    font-size: 100px;
    margin: 0 0 18px;
  }
}

.not-found-title {
  font-size: 35px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .not-found-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .not-found-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .not-found-title {
    font-size: 20px;
  }
}

.not-found-shape {
  margin: 12px 0 10px;
  display: block;
}

.not-found-desc {
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .not-found-desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .not-found-desc {
    font-size: 14px;
    margin-bottom: 22px;
  }
}

.not-found-btn {
  padding: 15px 34px 15px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .not-found-btn {
    font-size: 14px !important;
    padding: 12px 16px 11px !important;
  }
}

/*----------------------------------------*/
/*  Account CSS
/*----------------------------------------*/
.account-form-wrap {
  background-color: #f7f4ef;
  padding: 70px 70px 65px;
}
@media only screen and (max-width: 767px) {
  .account-form-wrap {
    padding: 40px 40px 35px;
  }
}
@media only screen and (max-width: 575px) {
  .account-form-wrap {
    padding: 30px 20px;
  }
}
.account-form-wrap .account-info-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.account-form-wrap .form-check-input {
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #ddd;
  margin: 0px 8px 0 0;
  box-shadow: none;
  width: 18px;
  height: 18px;
}
.account-form-wrap .form-check-label {
  margin: 1px 0 0;
  color: #353535;
  cursor: pointer;
}
.account-form-wrap .register-now {
  color: #131b13;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .account-form-wrap .register-now {
    font-size: 14px;
  }
}
.account-form-wrap .register-now > a {
  color: #cb914f;
  margin-left: 5px;
}

.account-form-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 28px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .account-form-title {
    font-size: 20px;
    margin-bottom: 17px;
  }
}

#account-form .form-control {
  background-color: #FFFFFF;
  border: 1px solid #eaeaea;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  color: #131b13;
  font-size: 16px;
  height: 58px;
  padding: 10px 30px 10px;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #account-form .form-control {
    font-size: 14px;
    height: 54px;
    padding: 6px 15px 5px;
  }
}
#account-form .form-control::-webkit-input-placeholder {
  color: #131b13;
}
#account-form .form-control:-moz-placeholder {
  color: #131b13;
}
#account-form .form-control::-moz-placeholder {
  color: #131b13;
}
#account-form .form-control:-ms-input-placeholder {
  color: #131b13;
}
#account-form .form-control:hover, #account-form .form-control:active, #account-form .form-control:focus {
  border-color: #cb914f;
}
#account-form [type=number] {
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.myaccount-tab-menu {
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .myaccount-tab-menu {
    margin-bottom: 40px;
  }
}
.myaccount-tab-menu.nav-tabs .nav-link {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  display: block;
  padding: 10px 15px;
  text-align: left;
  text-transform: capitalize;
}
.myaccount-tab-menu.nav-tabs .nav-link:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.myaccount-tab-menu.nav-tabs .nav-link.active {
  background-color: #cb914f;
}
.myaccount-tab-menu.nav-tabs .nav-link:hover, .myaccount-tab-menu.nav-tabs .nav-link.active {
  background-color: #cb914f;
  border-color: #cb914f;
  color: #FFFFFF;
}

.myaccount-content {
  border: 1px solid #eeeeee;
  padding: 30px 30px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .myaccount-content {
    padding: 25px 25px 10px;
  }
}
.myaccount-content form {
  margin-top: -20px;
}
.myaccount-content h3 {
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .myaccount-content h3 {
    font-size: 18px;
  }
}
.myaccount-content .welcome a:hover {
  color: #cb914f;
}
.myaccount-content .welcome strong {
  font-weight: 500;
  color: #cb914f;
}
.myaccount-content p {
  line-height: 28px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .myaccount-content p {
    font-size: 15px;
  }
}
.myaccount-content fieldset {
  margin-top: 20px;
}
.myaccount-content fieldset legend {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .myaccount-content fieldset legend {
    font-size: 15px;
  }
}
.myaccount-content .account-details-form {
  margin-top: 50px;
}
.myaccount-content .account-details-form .single-input-item {
  margin-bottom: 20px;
}
.myaccount-content .account-details-form .single-input-item label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.myaccount-content .account-details-form .single-input-item input {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 50px;
  background-color: transparent;
  padding: 2px 20px;
  color: #1f2226;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item input:focus {
  border: 1px solid #343538;
}
.myaccount-content .account-details-form .single-input-item button {
  border: none;
  background-color: #cb914f;
  text-transform: uppercase;
  font-weight: 500;
  padding: 20px 40px;
  line-height: 1;
  color: #fff;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item button:hover {
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 500;
  background-color: #f8f8f8;
  border-color: #ccc;
  border-bottom: 0;
  color: #1f2226;
}
.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #ccc;
}
.myaccount-table table td a,
.myaccount-table .table td a {
  font-size: 14px;
  color: #000000;
}

/*----------------------------------------*/
/*  Contact CSS
/*----------------------------------------*/
.contact-section {
  background-color: #fbf9f6;
}

.contact-section-title {
  margin-bottom: 80px;
}

.contact-form-btn {
  padding: 19px 38px 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-btn {
    padding: 13px 28px 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-form-btn {
    padding: 10px 26px 9px;
    font-size: 14px;
  }
}

#contact-form .form-control {
  background-color: #FFFFFF;
  border: 1px solid #eaeaea;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  color: #131b13;
  font-size: 16px;
  height: 58px;
  padding: 10px 30px 10px;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #contact-form .form-control {
    font-size: 14px;
    height: 54px;
    padding: 6px 15px 5px;
  }
}
#contact-form .form-control::-webkit-input-placeholder {
  color: #131b13;
}
#contact-form .form-control:-moz-placeholder {
  color: #131b13;
}
#contact-form .form-control::-moz-placeholder {
  color: #131b13;
}
#contact-form .form-control:-ms-input-placeholder {
  color: #131b13;
}
#contact-form .form-control:hover, #contact-form .form-control:active, #contact-form .form-control:focus {
  border-color: #cb914f;
}
#contact-form textarea.form-control {
  padding-top: 19px;
  height: 250px;
  resize: none;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contact-form textarea.form-control {
    padding-top: 15px;
    height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contact-form textarea.form-control {
    height: 150px;
    padding-top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #contact-form textarea.form-control {
    height: 150px;
    padding-top: 14px;
  }
}
#contact-form [type=number] {
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.contact-form-map {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50% - 87px);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .contact-form-map {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-map {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-form-map {
    position: relative;
    width: 100%;
    height: 380px;
    margin-top: 40px;
  }
}
.contact-form-map iframe {
  height: 100%;
  width: 100%;
}

.contact-details-info-wrap {
  background-color: #f3eee8;
  padding: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-details-info-wrap {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-details-info-wrap {
    padding: 15px;
  }
}

.contact-details-info-item {
  background-color: #fff;
  padding: 64px 89px 57px;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-details-info-item {
    padding: 30px 30px 32px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-details-info-item {
    padding: 26px;
  }
}
.contact-details-info-item .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-details-info-item .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.contact-details-branch {
  background-color: #cb914f;
}
.contact-details-branch .title {
  color: #FFFFFF;
}
.contact-details-branch .contact-details-info > li > i {
  background-color: #FFFFFF;
}
.contact-details-branch .contact-details-info > li > a, .contact-details-branch .contact-details-info > li p {
  color: #FFFFFF;
}
.contact-details-branch .contact-details-info > li > a:hover {
  color: #000000;
}

.contact-details-info > li {
  position: relative;
  padding-left: 55px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-details-info > li {
    padding-left: 38px;
  }
}
.contact-details-info > li > i {
  background-color: rgba(203, 145, 79, 0.08);
  border-radius: 50%;
  color: #cb914f;
  font-size: 14px;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-details-info > li > i {
    font-size: 11px;
    height: 28px;
    width: 28px;
    line-height: 28px;
  }
}
.contact-details-info > li > a, .contact-details-info > li p {
  color: #131b13;
  font-size: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-details-info > li > a, .contact-details-info > li p {
    font-size: 15px;
  }
}
.contact-details-info > li > a:hover {
  color: #cb914f;
}
.contact-details-info > li > p {
/* ltlc 15-07-2022
  max-width: 200px;
*/
  line-height: 2.1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-details-info > li > p {
    line-height: 1.4;
  }
}
.contact-details-info > li + li {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .contact-details-info > li + li {
    margin-top: 18px;
  }
}

.alert {
  margin-bottom: 0;
  margin-top: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/*----------------------------------------*/
/*  Extra CSS
/*----------------------------------------*/



.datumtijd
{
	margin-bottom: 15px;
	width: 100% !important;
}
.datumtijd_header
{
	background-color: #415a39;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.datumtijd_content
{
	text-align: center;
	font-size: 30px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-top: 1px solid #ededed;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.datumtijd_footer
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #222;
	font-size: 10px;
}
.datumtijd_sub
{
	background-color: $fff;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}


.over-ul {
	text-indent: 20px;
	list-style-type: " - ";
	list-style-position: outside;
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */  
	margin-left: 1em;
}
.agenda-item-h {
	background-color: #b27835;
	width:100%;
	text-align: center;
	color: #fff;
}

.vacature ul  {
	margin: 20px;
	padding: initial;
}
.vacature ul li  {
	list-style-type: initial !important;
	margin: initial;
	padding: initial;
	margin-left: 20px;
}

@media only screen and (max-width: 1091px) {
  .topbar {
    margin-bottom: 10px;
	width:100%;
	text-align: center;
  }
  .topbar ul {
	text-align: center;
  }
}

.engraved {
	font-family: "Roboto", sans-serif;	
	text-transform: uppercase;
	font-size: 40px;
	color: rgba(255, 255, 255, 0.7);
  	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.attentie {
  background-color: #556f4a !important;
  color: #fff;
}




/* [1] The container */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
}



.alinea > ul > li {
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
	margin-left: 20px;
}
.alinea > ul  {
	margin-bottom: 20px;
}


.blinking {

    animation: heartbeat 1s ease-in-out infinite;
    opacity: 1;
}

@keyframes heartbeat {
	0% {
    transform: scale(1)
	  }
	10% {
    transform: scale(1.25)
	  }
  100% {
      transform: scale(1)
  }
}