@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Puregiven
@Author: Noxitheme
@Developed By: Ajanta Das
@Developer URL: https://www.fiverr.com/users/ajanta91/
Author E-mail: 

@Default Styles

Table of Content:
01/ Variables
02/ mixins
03/ reset
04/ button
05/ search
06/ scorll
07/ tooltip
08/ header
09/ banner part
10/ fearure part
11/ client list section
12/ contact section
13/ icon box
14/ featured list
15/ popular part
16/ cta part
17/ total impact content
18/ volunteer list
19/ event
20/ gallery slider 
21/ testimonial slider
22/ blog post
23/ logo slider
24/ volunteer application
25/ charety org info 
26/ pricing part
27/ services part 
28/ faq
29/ sermons part
30/ beadcrumb part
31/ causes details
32/ donate form wrapper
33/ event details 
34/ contact part
35/ contact form part
36/ sidebar form part
37/ blog details part
38/ gallery details part
39/ gallery part
40/ surmons details part
41/ product list part
42/ cart list part
43/ checkout part
44/ product details part
45/ team details
46/ modal part
47/ footer section
=====================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&family=Rajdhani:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap");
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes tm-loop-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes tm-loop-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes video-bounce-up {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  50% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes video-bounce-up {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  50% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/**************** common css start ****************/
body {
  font-family: "Barlow", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.78;
  color: #888;
}

input:hover,
input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
  border-color: #d6d9dc;
}

.section_padding {
  padding: 120px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_padding {
    padding: 100px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_padding {
    padding: 70px 0px;
  }
}
@media (max-width: 767.98px) {
  .section_padding {
    padding: 70px 0px;
  }
}

.padding_top {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_top {
    padding-top: 100px;
  }
}

.padding_bottom {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_bottom {
    padding-bottom: 100px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363a57;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}

.heading_color {
  color: #363a57;
}

h2 {
  font-size: 46px;
  line-height: 1.34em;
}
@media (max-width: 991px) {
  h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  h2 {
    font-size: 40px;
  }
}

p {
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 0px;
  color: #636886;
  font-family: "Barlow", sans-serif;
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.border_bottom {
  border-bottom: 1px solid #e5e5e5;
}

.border_top {
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 1650px) {
  .pl_45 {
    padding-left: 45px;
  }

  .pr_45 {
    padding-right: 45px;
  }

  .pl_85 {
    padding-left: 85px;
  }

  .pr_85 {
    padding-right: 85px;
  }
}
.p_20 {
  padding: 20px;
}

.p_15 {
  padding: 20px 20px 15px;
}

.pt_30 {
  padding-top: 30px;
}

.pb_20 {
  padding-bottom: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mt_30 {
    margin-top: 15px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .mt_80 {
    margin-top: 40px;
  }
}

.mt_90 {
  margin-top: 90px;
}

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

.mt_63 {
  margin-top: 62px;
}

.pl_30 {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .pl_30 {
    padding-left: 0;
  }
}

.pr_30 {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .pr_30 {
    padding-left: 0;
  }
}

.mt_10 {
  margin-top: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 20px;
}

.mt_50 {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .mt_50 {
    margin-top: 25px;
  }
}

.pt_100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt_100 {
    padding-top: 50px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb_100 {
    padding-bottom: 50px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .mb_50 {
    margin-bottom: 30px;
  }
}

.mt_25 {
  margin-top: 25px !important;
}
@media (max-width: 991px) {
  .mt_25 {
    margin-top: 15px !important;
  }
}

.mt_20 {
  margin-top: 20px;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mt_40 {
  margin-top: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb_40 {
    margin-bottom: 25px;
  }
}

.mt_60 {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .mt_60 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .mt_60 {
    margin-top: 25px;
  }
}

.pb_65 {
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  .pb_65 {
    padding-bottom: 40px;
  }
}

.pt_65 {
  padding-top: 65px;
}
@media (max-width: 991px) {
  .pt_65 {
    padding-top: 40px;
  }
}

.mb_55 {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .mb_55 {
    margin-bottom: 25px;
  }
}

.mb_110 {
  margin-bottom: 110px !important;
}
@media (max-width: 991px) {
  .mb_110 {
    margin-bottom: 50px !important;
  }
}

.pl_80 {
  padding-left: 80px;
}
@media (max-width: 991px) {
  .pl_80 {
    padding-left: 0;
  }
}

.pt_70 {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .pt_70 {
    padding-top: 40px;
  }
}

.pb_70 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .pb_70 {
    padding-bottom: 40px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .mb_80 {
    margin-bottom: 0;
  }
}

.mb_30 {
  margin-bottom: 30px;
}

.pl_65 {
  padding-left: 65px;
}
@media (max-width: 991px) {
  .pl_65 {
    padding-left: 0;
  }
}

.mt_100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt_100 {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}
@media (min-width: 1360px) {
  .custom_container {
    max-width: 1200px;
  }
}
.niceSelect {
  border: 1px solid #d6d9dc;
  font-size: 16px;
  color: #7c8189;
  display: block;
  width: 100%;
  text-transform: capitalize;
  padding: 0 20px;
  border-radius: 6px;
  float: inherit;
  font-weight: 300;
}
.niceSelect .option:hover,
.niceSelect .option.focus,
.niceSelect .option.selected.focus {
  background-color: transparent;
}
.niceSelect .option.selected {
  font-weight: normal;
  color: #82b29a;
}
.niceSelect:after {
  height: 8px;
  right: 0;
  top: 43%;
  width: 8px;
}
.niceSelect .option {
  line-height: 34px;
  min-height: 34px;
  font-size: 14px;
}
.niceSelect .list {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  color: #636886;
  padding: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .niceSelect .list {
    padding: 5px;
  }
}
.niceSelect .list li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.niceSelect .list li:hover {
  color: #82b29a !important;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .niceSelect .list li {
    line-height: 33px;
    padding: 0 15px;
  }
}

.white_img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.pu_section_title {
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 767.98px) {
  .pu_section_title {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pu_section_title {
    margin-bottom: 45px;
  }
}
.pu_section_title .round_shape_rotation {
  margin-bottom: 45px;
}
.pu_section_title .sub_title {
  margin-bottom: 11px;
  font-size: 20px;
  color: #e07a5e;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.pu_section_title .title {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .pu_section_title .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pu_section_title .title {
    font-size: 36px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_section_title .title {
    font-size: 36px;
    line-height: 38px;
  }
}
.pu_section_title .title.heading_color {
  color: #363a57;
}
.pu_section_title .des {
  margin-top: 30px;
}

.section_title_style_02 {
  text-align: center;
}
.section_title_style_02.mb_72 {
  margin-bottom: 72px;
}
@media (max-width: 991px) {
  .section_title_style_02.mb_72 {
    margin-bottom: 40px;
  }
}
.section_title_style_02 .title {
  font-size: 48px;
  font-family: "Playfair Display", serif;
  color: #272e3b;
  line-height: 1.271;
  text-align: center;
}
@media (max-width: 991px) {
  .section_title_style_02 .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_title_style_02 .title {
    font-size: 30px;
  }
}
.section_title_style_02 .title span {
  color: #d14f42;
  position: relative;
}
.section_title_style_02 .title span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 58%;
  width: 100%;
  height: 1px;
  background-color: #d14f42;
}
.section_title_style_02 .title_shape {
  margin-top: 10px;
}

.slider_pagination .slider_prev_one, .slider_pagination .slider_next_one {
  background-color: transparent;
  width: 57px;
  height: 56px;
  color: #fff;
  line-height: 57px;
  text-align: center;
  border: 1px solid #e9e6e3;
  color: #e9e6e3;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider_pagination .slider_prev_one:hover, .slider_pagination .slider_next_one:hover {
  background-color: #82b29a;
  border: 1px solid #82b29a;
}
.slider_pagination .slider_prev_one:hover i, .slider_pagination .slider_next_one:hover i {
  color: #fff;
}
@media (max-width: 767.98px) {
  .slider_pagination .slider_prev_one, .slider_pagination .slider_next_one {
    display: none;
  }
}

.swiper_paginition {
  text-align: center;
  line-height: 1;
}
.swiper_paginition .swiper-pagination-bullet {
  height: 6px;
  width: 20px;
  margin: 0 5px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.swiper_paginition .swiper-pagination-bullet.wiper-pagination-bullet-active {
  background-color: white;
}
.swiper_paginition.style_02 .swiper-pagination-bullet {
  height: 11px;
  width: 11px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #58555c;
  border: 1px solid #fff;
}
.swiper_paginition.style_02 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d14f42;
  border: 1px solid #d14f42;
}

.position_abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.video_popup {
  background-color: #fff;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_popup img {
  position: relative;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video_popup .polygon_shape {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #82b29a;
  display: block;
  text-align: center;
  margin-left: 6px;
  position: relative;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video_popup:hover {
  background-color: #82b29a;
}
.video_popup:hover .polygon_shape {
  border-left: 18px solid #fff;
}
.video_popup:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.video_popup.play_animation:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.cu_input {
  padding: 13px 20px;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  border-radius: 0;
  color: #7d7d7d;
  font-size: 18px;
  height: auto;
  background-clip: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cu_input:focus {
  border: 1px solid rgba(130, 178, 154, 0.5) !important;
}
.cu_input:focus::placeholder {
  color: #363a57;
}

.link_animate_border {
  position: relative;
  display: inline-block;
}

.link_animate_border:hover:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.link_animate_border:before,
.link_animate_border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e2aeb3;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.link_animate_border:after {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.link_animate_border:hover:before,
.link_animate_border:after {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#success,
#error {
  position: relative;
  top: 10px;
  display: block;
  right: 0;
  left: 0;
  bottom: -15px;
  display: none;
  font-weight: 600;
}

#success {
  color: #b40005;
}

#error {
  color: #82b29a;
}

.zoom_in_effect .zoom_in_img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.zoom_in_effect:hover .zoom_in_img {
  transform: scale(1.1);
}

.zoom_out_effect .zoom_out_img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.zoom_out_effect .zoom_out_img {
  transform: scale(1.1);
}
.zoom_out_effect:hover .zoom_out_img {
  transform: scale(1);
}

.animated_border {
  position: relative;
}
.animated_border:before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
  background-color: #111;
}
.animated_border:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.animated_border.style_2 {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.animated_border.style_2:before {
  background-color: #5758e0;
}
.animated_border.style_2:hover {
  color: #5758e0;
}

.white_img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.font_300 {
  font-weight: 300 !important;
}

.font_400 {
  font-weight: 400 !important;
}

.font_500 {
  font-weight: 500 !important;
}

.font_600 {
  font-weight: 600 !important;
}

.font_700 {
  font-weight: 700 !important;
}

.font_800 {
  font-weight: 800 !important;
}

.overflow_visiable {
  overflow: visible !important;
}

/**************** common css end ****************/
/******** base color css ********/
.cu_btn {
  display: inline-block;
  padding: 17px 26px;
  line-height: 19px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Barlow", sans-serif;
  min-width: 180px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  .cu_btn {
    padding: 17px 20px;
    font-size: 15px;
  }
}
.cu_btn.lg_btn {
  padding: 22px 44px;
}
.cu_btn.sm_btn {
  padding: 14px 26px;
}
.cu_btn.xs_btn {
  padding: 11px 26px;
}
.cu_btn i {
  font-size: 12px;
}
.cu_btn.gradient_text_btn {
  background-color: #363a57;
  border: 2px solid #363a57;
}
.cu_btn .gradient_text {
  background-color: transparent;
  background-image: linear-gradient(90deg, #5758df 0%, #f77991 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cu_btn:hover .gradient_text {
  background-color: transparent;
  background-image: linear-gradient(270deg, #5758df 0%, #f77991 100%);
  color: transparent;
  -webkit-background-clip: text;
}
.cu_btn.gradient_btn {
  background: linear-gradient(90deg, #5758df 0%, #f77991 50%, #5758df 100%, #f77991 110%);
  background-size: 200% 100%;
  color: #fff;
  border: 0px solid transparent !important;
  color: #fff;
  padding: 19px 36px;
}
.cu_btn.gradient_btn:hover {
  background-position: 100% 0;
}
.cu_btn.orange_gradient_btn {
  background-image: radial-gradient(at bottom center, #c21500 0%, #ffc500 100%);
  color: #fff;
  border: 0px solid transparent !important;
  color: #fff;
  padding: 19px 36px;
}
.cu_btn.orange_gradient_btn:hover {
  background-image: radial-gradient(at center center, #c21500 0%, #ffc500 100%);
}
.cu_btn.blue_stock_btn {
  background-color: transparent;
  border: 1px solid #5758e0;
  color: #5758e0;
}
.cu_btn.blue_stock_btn:hover {
  background-color: #5758e0;
  border: 1px solid #5758e0;
  color: #fff;
}
.cu_btn.blue_stock_btn.lg_btn {
  padding: 20px 44px;
}
.cu_btn.blue_stock_btn.sm_btn {
  padding: 15px 26px;
}
.cu_btn.blue_stock_btn.xs_btn {
  padding: 12px 26px;
}
.cu_btn.btn_1 {
  background-color: transparent;
  border: 2px solid #eee;
  color: #111;
}
.cu_btn.btn_1:hover {
  background-color: #82b29a;
  border: 2px solid #82b29a;
  color: #fff;
}
.cu_btn.btn_1.blue_hover:hover {
  background-color: #2a53ff;
  border: 2px solid #2a53ff;
  color: #fff !important;
}
.cu_btn.btn_1.blue_hover:hover {
  background-color: #2a53ff;
  border: 2px solid #2a53ff;
  color: #fff !important;
}
.cu_btn.btn_1.dark_hover:hover {
  background-color: #111;
  border: 2px solid #111;
  color: #fff !important;
}
.cu_btn.btn_2 {
  background-color: transparent;
  border: 1px solid rgba(54, 58, 87, 0.2);
  color: #363a57;
}
.cu_btn.btn_2:hover {
  background-color: #82b29a;
  border: 1px solid #82b29a;
  color: #fff;
}
.cu_btn.btn_border_2 {
  background-color: transparent;
  border: 2px solid #eee;
  color: #363a57;
}
.cu_btn.btn_border_2:hover {
  background-color: #363a57;
  border: 2px solid #363a57;
  color: #fff;
}
.cu_btn.white_btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.cu_btn.white_btn:hover {
  background-color: transparent;
  border: 2px solid #82b29a;
  color: #fff;
  background-color: #82b29a;
}
.cu_btn.base_btn {
  background-color: #e07a5e;
  border: 2px solid #e07a5e;
  color: #fff;
}
.cu_btn.base_btn:hover {
  background-color: #d14f42;
  border: 2px solid #d14f42;
  color: #fff;
}
.cu_btn.org_btn {
  background-color: #f65e4d;
  border: 2px solid #f65e4d;
  color: #fff;
}
.cu_btn.org_btn:hover {
  background-color: transparent;
  border: 2px solid #f65e4d;
  color: #f65e4d;
}
.cu_btn.org_btn.purple_hover:hover {
  background-color: #9e8ad9;
  border: 2px solid #9e8ad9;
  color: #fff;
}
.cu_btn.pink_btn {
  background-color: #f77991;
  border: 2px solid #f77991;
  color: #fff;
}
.cu_btn.pink_btn:hover {
  background-color: #f77991;
  border: 2px solid #f77991;
  color: #fff;
}
.cu_btn.green_btn {
  background-color: #82b29a;
  border: 2px solid #82b29a;
  color: #fff;
}
.cu_btn.green_btn:hover {
  background-color: #111;
  border: 2px solid #111;
  color: #fff;
}
.cu_btn.green_btn.base_hover:hover {
  background-color: #f77991;
  border: 2px solid #f77991;
}
.cu_btn.white_bg {
  background-color: #fff;
  border: 2px solid #fff;
  color: #363a57;
}
.cu_btn.white_bg:hover {
  background-color: transparent;
  border: 2px solid #82b29a;
  color: #fff;
  background-color: #82b29a;
}
.cu_btn.btn_3 {
  background-color: #82b29a;
  border: 2px solid #82b29a;
  color: #fff;
}
.cu_btn.btn_3:hover {
  background-color: transparent;
  border: 2px solid #82b29a;
  color: #82b29a;
}
.cu_btn.btn_4 {
  background-color: #111;
  border: 2px solid #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  padding: 17px 40px;
}
.cu_btn.btn_4:hover {
  background-color: #82b29a;
  border: 2px solid #82b29a;
}
.cu_btn.btn_4.pink_hover:hover {
  background-color: #f77991;
  border: 2px solid #f77991;
  color: #fff;
}
.cu_btn.btn_4.red_damask:hover {
  background-color: #cd744e;
  border: 2px solid #cd744e;
  color: #fff;
}
.cu_btn.btn_4.goldenrod_bg:hover {
  background-color: #c18f4e;
  border: 2px solid #c18f4e;
}
.cu_btn.btn_4.dark_hover:hover {
  background-color: #111;
  border: 2px solid #111;
  color: #fff;
}
.cu_btn.btn_5 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  padding: 17px 40px;
}
.cu_btn.btn_5:hover {
  background-color: #82b29a;
  border: 2px solid #82b29a;
}
.cu_btn.btn_5.hover_white:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #363a57;
}
.cu_btn.social_btn {
  padding: 13px 14px;
  line-height: 20px;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #bebcba;
  font-weight: 700;
  color: #e07a5e;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
}
.cu_btn.social_btn i {
  font-size: 20px;
}
.cu_btn.tag_btn {
  background-color: #f0f2f9;
  border: 2px solid #f0f2f9;
  color: #7d7d7d;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  padding: 11px 20px;
  font-family: "Barlow", sans-serif;
  min-width: auto;
  text-transform: capitalize;
}
.cu_btn.tag_btn:hover {
  background-color: transparent;
  border: 2px solid #82b29a;
  color: #fff;
  background-color: #82b29a;
}
.cu_btn.tag_btn_1 {
  background-color: #37a45d;
  border: 1px solid #37a45d;
  color: #fff;
  border-radius: 50px;
  font-weight: 400;
  font-size: 18px;
  min-width: 120px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  border-radius: 5px;
}
.cu_btn.tag_btn_1:hover {
  background-color: transparent;
  border: 1px solid #82b29a;
  color: #fff;
  background-color: #82b29a;
}
.cu_btn.btn_ct {
  text-transform: capitalize;
  letter-spacing: 1pt;
  width: 180px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cu_btn.animate_btn {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: transparent;
  border: 1px solid #d6d9dc;
  color: #363a57;
}
.cu_btn.animate_btn:after, .cu_btn.animate_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cu_btn.animate_btn:before {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: -1;
}
.cu_btn.animate_btn:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: -1;
  background-color: #82b29a;
}
.cu_btn.animate_btn:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left;
  -webkit-transform-origin: left;
}
.cu_btn.animate_btn:hover:before {
  opacity: 1;
}
.cu_btn.animate_btn:hover {
  border: 1px solid #82b29a;
  color: #fff;
}
.cu_btn.animate_btn_2 {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #82b29a;
  border: 1px solid #82b29a;
  color: #fff;
}
.cu_btn.animate_btn_2:after, .cu_btn.animate_btn_2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cu_btn.animate_btn_2:before {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: -1;
}
.cu_btn.animate_btn_2:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: -1;
  background-color: #fff;
}
.cu_btn.animate_btn_2:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left;
  -webkit-transform-origin: left;
}
.cu_btn.animate_btn_2:hover:before {
  opacity: 1;
}
.cu_btn.animate_btn_2:hover {
  border: 2px solid #82b29a;
  color: #82b29a;
}

.btn_arrow {
  position: relative;
  padding-right: 27px;
  color: #051441;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.btn_arrow img {
  position: absolute;
  right: 0;
  top: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_arrow i {
  font-size: 16px;
  margin-left: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 4px;
}
.btn_arrow:hover i,
.btn_arrow:hover img {
  transform: translateX(5px);
  color: #82b29a;
}

.border_animation {
  position: relative;
  display: inline-block;
}
.border_animation:after,
.border_animation .cu_btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 1px;
  background-color: #363a57;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.border_animation:before,
.border_animation .cu_btn:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background-color: #363a57;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.border_animation .cu_btn {
  padding: 22px 45px;
  border: 2px solid #ebebeb;
}
.border_animation .cu_btn:after {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
.border_animation .cu_btn:before {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
.border_animation .cu_btn:hover {
  background-color: transparent;
  color: #363a57;
  border: 2px solid #ebebeb;
}
.border_animation .cu_btn:hover:after {
  width: 100%;
}
.border_animation .cu_btn:hover:before {
  height: 100%;
}
.border_animation:hover {
  background-color: transparent;
}
.border_animation:hover:after {
  width: 100%;
}
.border_animation:hover:before {
  height: 100%;
}

.btn_border_effect {
  background-color: transparent;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  display: inline-block;
  height: 55px;
  line-height: 55px;
}
.btn_border_effect:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #c85831;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  top: 0;
}
.btn_border_effect:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background-color: #c85831;
  left: 0;
  bottom: 17px;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_border_effect a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.btn_border_effect a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #c85831;
  transition: all 0.3s ease;
  right: 0;
  top: 0;
}
.btn_border_effect a:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #c85831;
  transition: all 0.3s ease;
  left: 0;
  bottom: 0;
}
.btn_border_effect:hover {
  min-width: 150px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.btn_border_effect:hover:before {
  width: 100%;
  transition: all 0.3s ease;
  background-color: #82b29a;
}
.btn_border_effect:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #82b29a;
  right: 0;
  bottom: 0;
}
.btn_border_effect:hover a {
  z-index: 1;
  color: #82b29a !important;
}
.btn_border_effect:hover a:before, .btn_border_effect:hover a:after {
  height: 100%;
  background-color: #82b29a;
}
.btn_border_effect:hover a:after {
  transition: all 0.1s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

button:active {
  outline: none;
  border: none;
}

button:focus {
  outline: 0;
}

.animated_border_btn {
  position: relative;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
.animated_border_btn:before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
  background-color: #111;
}
.animated_border_btn:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.animated_border_btn.style_1 {
  font-size: 18px;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0.9px;
  color: #000;
  border-bottom: 1px solid #ddd;
}
.animated_border_btn.style_2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
  border-bottom: 1px solid #ddd;
}
.animated_border_btn.blue_hover:hover {
  color: #5758df;
}
.animated_border_btn.blue_hover:hover:before {
  background-color: #5758df;
}

.pu_link_btn {
  position: relative;
  padding: 0 0 0 62px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
}
.pu_link_btn:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.pu_link_btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 1px;
  background: white;
}
.pu_link_btn:hover {
  color: #fff;
}
.pu_link_btn:hover:before {
  width: 50px;
}

.round_btn {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #fff;
  color: #111;
  display: inline-block;
  line-height: 55px;
  text-align: center;
}
.round_btn:hover {
  background-color: #f77991;
  border: 2px solid #f77991;
  color: #fff;
}

.popup-close-button {
  position: fixed;
  top: 80px;
  right: 90px;
  z-index: 100000;
  cursor: pointer;
  height: 40px;
  width: 40px;
  color: #111;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.popup-close-button .burger-icon-top,
.popup-close-button .burger-icon-bottom {
  display: block;
  position: absolute;
  top: 19px;
  left: 5px;
  width: 29px;
  height: 3px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.popup-close-button .burger-icon-top:before,
.popup-close-button .burger-icon-top:after,
.popup-close-button .burger-icon-bottom:before,
.popup-close-button .burger-icon-bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: 0.99;
}

.popup-close-button .burger-icon-top:before,
.popup-close-button .burger-icon-bottom:before {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.popup-close-button .burger-icon-top:after,
.popup-close-button .burger-icon-bottom:after {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.popup-close-button .burger-icon-top {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close-button .burger-icon-bottom {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.popup-close-button .burger-icon-bottom:before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.popup-close-button .burger-icon-bottom:after {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.popup-close-button:hover .burger-icon-top:before,
.popup-close-button:hover .burger-icon-bottom:before {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.popup-close-button:hover .burger-icon-top:after,
.popup-close-button:hover .burger-icon-bottom:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.page-popup {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.page-popup.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.page-popup.open .popup-close-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

@media (max-width: 767px) {
  .popup-close-button {
    top: 30px;
    right: 30px;
  }
}
.admin-bar .page-search-popup {
  top: 32px;
  height: calc(100% - 32px);
}

.page-search-popup .page-search-popup-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.page-search-popup .search-form {
  position: relative;
  color: #086ad8;
  width: 1170px;
  max-width: 90%;
  margin: 0 auto;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.5s ease-in-out, opacity 0.5s linear;
  transition: all 0.5s ease-in-out, opacity 0.5s linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

.page-search-popup .search-field {
  font-size: 50px;
  height: 100px;
  background-color: transparent !important;
  border: 0 solid #111;
  border-bottom-width: 3px;
  border-radius: 0;
  padding: 15px 50px 15px 0;
  color: inherit;
}
@media (max-width: 991px) {
  .page-search-popup .search-field {
    font-size: 30px;
    height: 60px;
  }
}

.page-search-popup .search-submit {
  display: none;
}

.page-search-popup.open .search-form {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.page-search-popup {
  background: rgba(255, 255, 255, 0.9);
}

.pu_scorl_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
  display: block;
  z-index: 9999 !important;
}

.slide {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.slide--reset {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: block;
}

.slide--up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.headroom--top {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  display: block;
}

.icon--up:before {
  content: "▲";
}

.sharing__button {
  font-size: 0.8em;
}

.page-scroll-up {
  z-index: 999;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  background-color: #82b29a;
  overflow: hidden;
  cursor: pointer;
}
.page-scroll-up i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 10px;
}
.page-scroll-up .arrow-top {
  transform: translate(-50%, -50%);
}
.page-scroll-up .arrow-bottom {
  transform: translate(-50%, 80px);
}
.page-scroll-up:hover .arrow-top {
  transform: translate(-50%, -80px);
  opacity: 0;
}
.page-scroll-up:hover .arrow-bottom {
  transform: translate(-50%, -50%);
}

[class*=pu_tooltip_] {
  position: relative;
  display: inline-block;
}

[class*=pu_tooltip_]:before,
[class*=pu_tooltip_]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*=pu_tooltip_]:hover:before,
[class*=pu_tooltip_]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=pu_tooltip_]:hover:before,
[class*=pu_tooltip_]:hover:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[class*=pu_tooltip_]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=pu_tooltip_]:after {
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
}

[class*=pu_tooltip_][aria-label]:after {
  content: attr(aria-label);
}

[class*=pu_tooltip_][data-pu_tooltip]:after {
  content: attr(data-pu_tooltip);
}

[aria-label=""]:before,
[aria-label=""]:after,
[data-pu_tooltip=""]:before,
[data-pu_tooltip=""]:after {
  display: none !important;
}

.pu_tooltip_top_left:before {
  border-top-color: #000;
}

.pu_tooltip_top_right:before {
  border-top-color: #000;
}

.pu_tooltip_top:before {
  border-top-color: #000;
}

.pu_tooltip_bottom_left:before {
  border-bottom-color: #000;
}

.pu_tooltip_bottom_right:before {
  border-bottom-color: #000;
}

.pu_tooltip_bottom:before {
  border-bottom-color: #000;
}

.pu_tooltip_left:before {
  border-left-color: #000;
}

.pu_tooltip_right:before {
  border-right-color: #000;
}

.pu_tooltip_top:before {
  margin-bottom: -13px;
}

.pu_tooltip_top:before,
.pu_tooltip_top:after {
  bottom: 100%;
  left: 50%;
}

.pu_tooltip_top:before {
  left: calc(50% - 7px);
}

.pu_tooltip_top:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pu_tooltip_top:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.pu_tooltip_top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.pu_tooltip_bottom:before {
  margin-top: -13px;
}

.pu_tooltip_bottom:before,
.pu_tooltip_bottom:after {
  top: 100%;
  left: 50%;
}

.pu_tooltip_bottom:before {
  left: calc(50% - 7px);
}

.pu_tooltip_bottom:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pu_tooltip_bottom:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.pu_tooltip_bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -ms-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.pu_tooltip_right:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.pu_tooltip_right:after {
  margin-bottom: -15px;
}

.pu_tooltip_right:before,
.pu_tooltip_right:after {
  left: 100%;
  bottom: 50%;
}

.pu_tooltip_right:hover:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

.pu_tooltip_right:hover:after {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

.pu_tooltip_left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.pu_tooltip_left:after {
  margin-bottom: -15px;
}

.pu_tooltip_left:before,
.pu_tooltip_left:after {
  right: 100%;
  bottom: 50%;
}

.pu_tooltip_left:hover:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}

.pu_tooltip_left:hover:after {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}

.pu_tooltip_top_left:before {
  margin-bottom: -13px;
}

.pu_tooltip_top_left:before,
.pu_tooltip_top_left:after {
  bottom: 100%;
  left: 50%;
}

.pu_tooltip_top_left:before {
  left: calc(50% - 7px);
}

.pu_tooltip_top_left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.pu_tooltip_top_left:after {
  margin-left: 14px;
}

.pu_tooltip_top_left:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.pu_tooltip_top_left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -ms-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.pu_tooltip_top_right:before {
  margin-bottom: -13px;
}

.pu_tooltip_top_right:before,
.pu_tooltip_top_right:after {
  bottom: 100%;
  left: 50%;
}

.pu_tooltip_top_right:before {
  left: calc(50% - 7px);
}

.pu_tooltip_top_right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.pu_tooltip_top_right:after {
  margin-left: -14px;
}

.pu_tooltip_top_right:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.pu_tooltip_top_right:hover:after {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.pu_tooltip_bottom_left:before {
  margin-top: -13px;
}

.pu_tooltip_bottom_left:before,
.pu_tooltip_bottom_left:after {
  top: 100%;
  left: 50%;
}

.pu_tooltip_bottom_left:before {
  left: calc(50% - 7px);
}

.pu_tooltip_bottom_left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.pu_tooltip_bottom_left:after {
  margin-left: 14px;
}

.pu_tooltip_bottom_left:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.pu_tooltip_bottom_left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -ms-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.pu_tooltip_bottom_right:before {
  margin-top: -13px;
}

.pu_tooltip_bottom_right:before,
.pu_tooltip_bottom_right:after {
  top: 100%;
  left: 50%;
}

.pu_tooltip_bottom_right:before {
  left: calc(50% - 7px);
}

.pu_tooltip_bottom_right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.pu_tooltip_bottom_right:after {
  margin-left: -14px;
}

.pu_tooltip_bottom_right:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.pu_tooltip_bottom_right:hover:after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

[class*=pu_tooltip_]:after {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.pu_tooltip_white:after {
  color: #111;
  background-color: #fff;
  text-shadow: 0 -1px 0px #bfbfbf;
}

.pu_tooltip_white.pu_tooltip_top_left:before {
  border-top-color: #fff;
}

.pu_tooltip_white.pu_tooltip_top_right:before {
  border-top-color: #fff;
}

.pu_tooltip_white.pu_tooltip_top:before {
  border-top-color: #fff;
}

.pu_tooltip_white.pu_tooltip_bottom_left:before {
  border-bottom-color: #fff;
}

.pu_tooltip_white.pu_tooltip_bottom_right:before {
  border-bottom-color: #fff;
}

.pu_tooltip_white.pu_tooltip_bottom:before {
  border-bottom-color: #fff;
}

.pu_tooltip_white.pu_tooltip_left:before {
  border-left-color: #fff;
}

.pu_tooltip_white.pu_tooltip_right:before {
  border-right-color: #fff;
}

.pu_tooltip_rounded:after {
  border-radius: 4px;
}

.pu_tooltip_no-animate:before,
.pu_tooltip_no-animate:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.pu_tooltip_bounce:before,
.pu_tooltip_bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.pu_tooltip_blue.pu_tooltip_top:before {
  border-top-color: #5758e0;
}
.pu_tooltip_blue:after {
  color: #fff;
  background-color: #5758e0;
  text-shadow: 0 -1px 0px #bfbfbf;
}
.pu_tooltip_blue:hover i {
  color: #5758e0 !important;
}

/******** header css here *********/
.sub_header {
  background-color: #82b29a;
}

.sub_header_login_meta {
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .sub_header_login_meta {
    display: inline-block;
  }
}

.header_part .navbar-toggler {
  padding: 0px;
  border: 0px;
}
.header_part .navbar-brand {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .header_part .menu_list {
    position: static !important;
  }
}
.header_part .menu_list ul.dropdown-menu {
  width: 100%;
  position: absolute;
}
@media (max-width: 991px) {
  .header_part .menu_list ul.dropdown-menu {
    position: relative;
  }
}
.header_part .menu_list .menu_list_inner_content {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px 30px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .header_part .menu_list .menu_list_inner_content {
    padding: 15px 25px 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .header_part .menu_list .menu_list_inner_content {
    justify-content: start;
  }
}
.header_part .menu_list .dropdown-menu .dropdown-item {
  padding: 8px 0 !important;
}
.header_part .menu_list .dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
}
.header_part .navbar-toggler {
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part .navbar-toggler {
    margin-left: 35px;
  }
}
.header_part .navbar-toggler .icon-bar {
  background-color: #fff;
  transition: all 0.3s linear;
  display: block;
  width: 22px;
  height: 2px;
}
.header_part .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}
.header_part .navbar {
  padding: 0;
}
@media (max-width: 991px) {
  .header_part .navbar {
    padding: 14px 0;
  }
  .header_part .navbar .cu_btn {
    margin-right: 20px;
  }
}
.header_part .navbar-toggler .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
  position: relative;
}
.header_part .navbar-toggler .icon-bar:nth-child(2) {
  transform: rotate(-45deg);
}
.header_part .navbar-toggler .icon-bar:nth-child(3) {
  opacity: 0;
}
.header_part .navbar-toggler.collapsed .icon-bar:nth-child(1) {
  transform: rotate(0deg);
  top: 0;
}
.header_part .navbar-toggler.collapsed .icon-bar:nth-child(2) {
  transform: rotate(0deg);
}
.header_part .navbar-toggler.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}
@media (max-width: 991px) {
  .header_part .navbar-brand {
    max-width: 95px;
  }
  .header_part .navbar-brand img {
    width: 100%;
  }
  .header_part .navbar-collapse {
    position: absolute;
    left: 0;
    top: 72px;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 10px #14303a15;
  }
}
@media (max-width: 767.98px) {
  .header_part .navbar-collapse {
    overflow-x: hidden;
    max-height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header_part .navbar-collapse {
    overflow-x: hidden;
    max-height: 500px;
  }
}
.header_part .nav-item {
  text-transform: capitalize;
  color: #fff;
}
.header_part .header_right_option {
  display: flex;
  align-items: center;
}
.header_part .header_right_option .burger_icon {
  position: relative;
  width: 24px;
  height: 13px;
  color: #fff;
}
.header_part .header_right_option .cart_option {
  margin-right: 40px;
  position: relative;
  z-index: 99;
}
@media (min-width: 1200px) {
  .header_part .header_right_option .cart_option {
    padding: 0;
  }
}
.header_part .header_right_option .cart_option .cart_content {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.header_part .header_right_option .cart_option .cart_content .cart_count {
  font-size: 10px;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  right: -9px;
  top: -5px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  color: #111;
  background-color: #fff;
}
.header_part .header_right_option .cart_option .cart_content .cart_count.blue_bg {
  background-color: #5758e0;
  color: #fff;
}
.header_part .header_right_option .cart_option .cart_content .cart_count.red_damask {
  background-color: #cd744e;
  color: #fff;
}
.header_part .header_right_option .cart_option .cart_icon {
  max-width: 30px;
  cursor: pointer;
}
.header_part .header_right_option .cart_option .cart_icon.white_img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .header_part .header_right_option .cart_option {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part .header_right_option .cart_option {
    margin-right: 35px;
  }
}
.header_part .header_right_option .cart_option .cart_item_list {
  position: absolute;
  width: 350px;
  right: -89px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  top: 70px;
}
@media (max-width: 767.98px) {
  .header_part .header_right_option .cart_option .cart_item_list {
    width: 302px;
    right: -112px;
  }
}
.header_part .header_right_option .cart_option .single_cart_product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  align-items: flex-start;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_img {
  flex: 25% 0 0;
  display: inline-block;
}
.header_part .header_right_option .cart_option .single_cart_product i {
  font-size: 16px;
  margin-left: 5px;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_content {
  flex: 65% 0 0;
  padding-left: 15px;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_content h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Barlow", sans-serif;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_content h4 a {
  color: #363a57;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_content h4 a:hover {
  color: #82b29a;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_content p {
  font-size: 16px;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_content i {
  font-size: 10px;
  margin-left: 0;
}
.header_part .header_right_option .cart_option .single_cart_product i {
  flex: 7% 0 0;
  cursor: pointer;
}
.header_part .header_right_option .cart_option .single_cart_product img {
  max-width: 80px;
  -webkit-filter: brightness(1) invert(0) !important;
  filter: brightness(1) invert(0) !important;
}
.header_part .header_right_option .cart_option h5 {
  text-transform: capitalize;
  font-size: 15px;
  color: #363a57;
  margin-bottom: 20px;
  text-align: right;
  border-top: 1px solid #d6d9dc;
  padding-top: 25px;
  margin-top: 10px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
}
.header_part .header_right_option .cart_option h5 span {
  color: #363a57;
  font-weight: 700;
  float: left;
  color: #888;
  font-size: 18px;
}
.header_part .header_right_option .cart_option .cart_option_btn .cu_btn {
  min-width: auto;
  margin-right: 10px;
  padding: 14px 34px;
}
@media (max-width: 767.98px) {
  .header_part .header_right_option .cart_option .cart_option_btn .cu_btn {
    margin-right: 10px;
    padding: 10px 25px;
    font-size: 12px;
  }
}
.header_part .header_right_option .cart_option .cart_option_btn .cu_btn:last-child {
  margin-right: 0;
}
.header_part .header_right_option .cart_option:hover .cart_item_list {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
.header_part .social_icon a {
  color: #fff;
  margin-right: 15px;
}
.header_part .social_icon a:last-child {
  margin-right: 0;
}
.header_part .border_bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .header_part.classic_header {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part.classic_header {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .header_part.classic_header .navbar-nav {
    padding-left: 60px;
  }
}
.header_part.classic_header .navbar {
  padding: 0;
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .navbar-brand img {
    max-width: 100px;
  }
}
.header_part.classic_header .navbar .nav-link {
  display: inline-block;
  padding: 38px 3px;
  margin: 0 20px;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  letter-spacing: auto;
  font-weight: 500;
  position: relative;
  z-index: 1;
  line-height: 14px;
  font-family: "Barlow", sans-serif;
}
.header_part.classic_header .navbar .nav-link:before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #f2cc8e;
}
.header_part.classic_header .navbar .nav-link:hover {
  color: #f2cc8e;
}
.header_part.classic_header .navbar .nav-link:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .nav-link {
    display: block;
    padding: 15px 5px;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part.classic_header .navbar .nav-link {
    padding: 35px 5px;
    margin: 0 6px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .header_part.classic_header .navbar .nav-link {
    padding: 38px 3px;
  }
}
.header_part.classic_header .navbar .dropdown-menu {
  margin: 0;
  padding: 16px 0;
  border: 0px solid transparent;
  box-shadow: 0px 5px 10px #14303a15;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
.header_part.classic_header .navbar .dropdown-menu.blue_border_bottom {
  border-bottom: 4px solid #82b29a;
}
@media (min-width: 991px) {
  .header_part.classic_header .navbar .dropdown-menu {
    display: block;
    transform: scale(1);
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 20px;
  }
  .header_part.classic_header .navbar .dropdown-menu .dropdown-menu {
    left: 100%;
    top: -15px;
  }
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .dropdown-menu {
    padding: 0;
  }
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item {
  padding: 7px 25px;
  text-transform: capitalize;
  font-size: 16px;
  color: #777;
  letter-spacing: 1;
  font-weight: 500;
  display: inline-block;
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item.current {
  color: #f2cc8e;
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item:hover {
  color: #f2cc8e;
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item.disable {
  pointer-events: none;
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item.disable span {
  font-size: 10px;
  color: #e07a5e;
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item:focus, .header_part.classic_header .navbar .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.header_part.classic_header .navbar .dropdown:hover .nav-link {
  color: #f2cc8e;
}
.header_part.classic_header .navbar .dropdown:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
.header_part.classic_header .navbar .dropdown:hover > .dropdown-item {
  color: #111;
}
@media (min-width: 991px) {
  .header_part.classic_header .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
  }
}
.header_part.classic_header .navbar .dropdown .dropdown-toggle::after {
  display: none;
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.header_part.classic_header .navbar .dropdown .dropdown .dropdown-toggle::after {
  display: inline-block;
  content: "";
  border-top: transparent;
  font-family: "themify";
  vertical-align: middle;
  float: right;
  font-size: 12px;
  color: #363a57;
  border: 0 solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .dropdown .dropdown .dropdown-toggle::after {
    display: inline-block;
    transform: rotate(0);
  }
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .dropdown .dropdown-toggle.active_icon::after {
    transform: rotate(180deg) !important;
  }
}
.header_part.classic_header.border_style {
  border-bottom: 2px solid rgba(250, 247, 227, 0.2);
}
.header_part.classic_header.border_style .pu_logo_area {
  border-right: 2px solid rgba(250, 247, 227, 0.2);
}
.header_part.classic_header.border_style .header_right_btn {
  border-left: 2px solid rgba(250, 247, 227, 0.2);
}
@media (max-width: 991px) {
  .header_part.classic_header.border_style .pu_logo_area {
    border-right: 0px solid transparent;
  }
  .header_part.classic_header.border_style .header_right_btn {
    border-left: 0px solid transparent;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part.classic_header.border_style .pu_logo_area {
    border-right: 0px solid transparent;
  }
  .header_part.classic_header.border_style .header_right_btn {
    border-left: 0px solid transparent;
  }
}
.header_part.classic_header .navbar-nav {
  margin-right: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .header_part.classic_header .navbar-nav {
    margin-right: 20px;
  }
}
.header_part .pu_logo_area {
  flex: 15% 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}
@media (max-width: 991px) {
  .header_part .pu_logo_area {
    min-height: auto;
    flex: 30% 0 0;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part .pu_logo_area {
    min-height: auto;
  }
}
.header_part .main_nav {
  flex: 70% 0 0;
}
.header_part .header_right_btn {
  flex: 15% 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}
@media (max-width: 991px) {
  .header_part .header_right_btn {
    min-height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part .header_right_btn {
    min-height: auto;
  }
}
.header_part .header_right_btn .header_btn {
  font-size: 18px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.889;
}
.header_part .sticky_logo {
  display: none;
}
.header_part .main_nav {
  padding: 0 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .header_part .main_nav {
    padding: 0 10px;
  }
}
.header_part.menu_fixed {
  background-color: #fff;
  box-shadow: 0 9px 35px rgba(0, 0, 0, 0.05);
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  border-bottom: 0 solid transparent;
  top: 0;
}
.header_part.menu_fixed .header_right_option .burger_icon {
  color: #111;
}
.header_part.menu_fixed .navbar .nav-link {
  color: #363a57;
}
.header_part.menu_fixed .header_right_option img {
  -webkit-filter: brightness(1) invert(1) !important;
  filter: brightness(1) invert(1) !important;
}
.header_part.menu_fixed .header_right_btn .header_btn {
  color: #363a57;
}
.header_part.menu_fixed.position_abs {
  margin-top: 0;
}
.header_part.menu_fixed .menu-trigger.style_2 .dot_icon .dot {
  background: #363a57;
}
.header_part.menu_fixed .sticky_logo {
  display: block;
}
.header_part.menu_fixed .main_logo {
  display: none;
}
.header_part.menu_fixed .navbar .dropdown .dropdown-toggle::after {
  color: #363a57;
}
.header_part.menu_fixed .cart_icon {
  color: #363a57;
}
.header_part.menu_fixed .header_right_option .cart_option .cart_content .cart_count {
  background-color: #363a57;
  color: #fff;
}
.header_part.menu_fixed .search_icon i {
  color: #363a57;
  font-weight: 700;
}
.header_part.menu_fixed .navbar-toggler .icon-bar {
  background-color: #363a57;
}
.header_part.menu_fixed .menu-trigger.style_1 .dot_icon .dot {
  background: #363a57;
}
.header_part.menu_fixed .social_icon a {
  color: #363a57;
}
.header_part.menu_fixed .white_color .burger_icon_top:before, .header_part.menu_fixed .white_color .burger_icon_top:after, .header_part.menu_fixed .white_color .burger_icon_bottom:before, .header_part.menu_fixed .white_color .burger_icon_bottom:after {
  background: #111 !important;
}
.header_part.menu_fixed .white_color .text-white {
  color: #111 !important;
}
.header_part .search_icon {
  line-height: 1;
  cursor: pointer;
}
.header_part .search_icon i {
  color: #fff;
}
.header_part .cart_icon {
  color: #fff;
  font-size: 20px;
}
.header_part.classic_header_style_02 .navbar-brand {
  max-width: 121px;
}
.header_part.classic_header_style_02 .navbar .nav-link {
  padding: 33px 5px;
  color: #4c5a74;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .header_part.classic_header_style_02 .navbar .nav-link {
    padding: 33px 10px;
    font-size: 14px;
    margin-right: 4px;
    margin-left: 4px;
  }
}
.header_part.classic_header_style_02 .navbar .nav-link:before {
  color: #4c5a74;
}
.header_part.classic_header_style_02 .navbar .nav-link.dropdown-toggle::after {
  display: inline-block;
  content: "";
  border-top: transparent;
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  float: right;
  font-size: 10px;
  color: #fff;
  border: 0 solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 7px;
  font-weight: 700;
}
.header_part.classic_header_style_02 .navbar .dropdown .dropdown-toggle::after {
  color: #4c5a74;
}
.header_part.classic_header_style_02 .header_meta {
  font-size: 12px;
  line-height: 1.78;
  color: #4c5a74;
  margin-right: 20px;
}
.header_part.classic_header_style_02 .header_meta:last-child {
  margin-right: 0;
}
.header_part.classic_header_style_02 .header_meta i {
  margin-right: 7px;
  color: #bebcba;
}
.header_part.classic_header_style_02 .header_meta:hover {
  color: #e07a5e;
}
.header_part.classic_header_style_02 .header_meta:hover i {
  color: #e07a5e;
}
@media (min-width: 1200px) {
  .header_part.classic_header_style_02 .pu_logo_area {
    flex: 15% 0 0;
    min-height: 80px;
    border-right: 1px solid #e3e8f1;
  }
  .header_part.classic_header_style_02 .main_nav {
    flex: 65% 0 0;
  }
  .header_part.classic_header_style_02 .header_right_btn {
    flex: 20% 0 0;
    min-height: 80px;
    justify-content: flex-end;
  }
  .header_part.classic_header_style_02 .search_icon {
    padding-left: 30px;
  }
  .header_part.classic_header_style_02 .header_right_option .cart_option {
    margin-right: auto;
    padding-left: 30px;
    border-left: 1px solid #e3e8f1;
  }
}
@media (max-width: 991px) {
  .header_part.classic_header_style_02 .navbar {
    padding: 0 20px;
  }
  .header_part.classic_header_style_02 .pu_collaps_menu_icon .burger_icon {
    margin-right: 0;
  }
}
.header_part.classic_header_style_02 .search_icon i {
  color: #bebcba;
}
.header_part.classic_header_style_02 .header_btn {
  background-color: #d14f42;
  text-transform: uppercase;
  color: #fff;
  padding: 23px 56px;
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .header_part.classic_header_style_02 .header_btn {
    padding: 27px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  .header_part.classic_header_style_02 .header_btn {
    padding: 23px 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .header_part.classic_header_style_02 .navbar-nav {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  .header_part.classic_header_style_02 .navbar-nav {
    padding-left: 20px;
    margin-right: 30px;
  }
  .header_part.classic_header_style_02 .main_nav {
    padding: 0 20px 0;
  }
  .header_part.classic_header_style_02 .navbar .nav-link {
    padding: 33px 0px;
    margin: 0 10px;
  }
}
.header_part.classic_header_style_02 .header_right_option .burger_icon {
  color: #363a57;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #363a57;
  text-decoration: none;
  background-color: transparent;
}

/******** header css end *********/
/******** off canvus menu css *********/
.close_icon {
  cursor: pointer;
  position: relative;
  opacity: 1;
  visibility: visible;
  top: 0;
  right: 0;
}

.off_canvus_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 360px;
  min-height: 100vh;
  z-index: 9;
}
.off_canvus_menu .off_canvus_menu_iner_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px 0 30px;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.off_canvus_menu .off_canvus_logo {
  max-width: 95px;
}
.off_canvus_menu .navbar {
  padding: 20px 30px 100px;
  align-items: start;
}
.off_canvus_menu .nav-link {
  color: #fff;
  padding: 15px 0;
  font-size: 16px;
  text-transform: capitalize;
}
.off_canvus_menu .navbar-nav {
  width: 100%;
}
.off_canvus_menu .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Barlow", sans-serif;
}
.off_canvus_menu .nav-item:last-child {
  border-bottom: 0px solid transparent;
}
.off_canvus_menu .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}
.off_canvus_menu .dropdown-menu .dropdown-item {
  padding: 10px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  font-family: "Barlow", sans-serif;
}
.off_canvus_menu .dropdown-menu .dropdown-item.disable {
  color: rgba(255, 255, 255, 0.1);
}
.off_canvus_menu .single_menu_list {
  margin-top: 30px;
}
.off_canvus_menu .single_menu_list:first-child {
  margin-top: 0;
}
.off_canvus_menu .single_menu_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.off_canvus_menu .single_menu_list h5 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.off_canvus_menu .dropdown-toggle::after {
  display: inline-block;
  content: "";
  font-family: "themify";
  font-size: 8px;
  color: #fff;
  border: 0 solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 7px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  top: 12px;
  position: absolute;
  right: 0;
}
.off_canvus_menu .dropdown-item:focus,
.off_canvus_menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  background-color: transparent;
}
.off_canvus_menu .show > .dropdown-toggle::after {
  content: "";
}
.off_canvus_menu .active_icon::after {
  content: "";
}

/******** off canvus menu css end *********/
.canvus_menu_padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .canvus_menu_padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.offcanvas_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 58, 87, 0.7);
  z-index: 9;
  opacity: 1;
  visibility: hidden;
  cursor: url("../img/light-close.png") 16 16, pointer;
}

.active_off_canvus {
  overflow: hidden;
}
.active_off_canvus .offcanvas_overlay {
  opacity: 1;
  visibility: visible;
}

.off_canvus_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 360px;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 576px) {
  .off_canvus_menu {
    width: 90%;
  }
}
.off_canvus_menu .off_canvus_menu_iner {
  transform: translateX(100%);
  position: relative;
  height: 100%;
  text-align: left;
  padding-top: 80px;
  cursor: default;
  background-color: #111;
}
.off_canvus_menu .dropdown-menu {
  border: 1px solid transparent;
}

.off_canvus_menu_iner_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 0 15px 0 30px;
  height: 80px;
  align-items: center;
}

.off_canvus_menu_iner_content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  height: calc(100vh - 80px);
}

.active_off_canvus .off_canvus_menu {
  visibility: visible;
  opacity: 1;
}

.active_off_canvus .off_canvus_menu > .off_canvus_menu_iner {
  transform: translateX(0);
}

.active_off_canvus .pu_site_page {
  transform: translateX(-345px);
}

.white_color .burger_icon_top:before,
.white_color .burger_icon_top:after,
.white_color .burger_icon_bottom:before,
.white_color .burger_icon_bottom:after {
  background: #fff !important;
}
.white_color .text-white {
  color: #fff !important;
}

.pu_collaps_menu_icon {
  cursor: pointer;
}
.pu_collaps_menu_icon .burger_icon {
  position: relative;
  width: 29px;
  height: 10px;
  margin-right: 15px;
}
.pu_collaps_menu_icon.blue_hover:hover .burger_icon_top:before,
.pu_collaps_menu_icon.blue_hover:hover .burger_icon_top:after,
.pu_collaps_menu_icon.blue_hover:hover .burger_icon_bottom:before,
.pu_collaps_menu_icon.blue_hover:hover .burger_icon_bottom:after {
  background: #5758e0 !important;
}
.pu_collaps_menu_icon.blue_hover:hover .text-white {
  color: #5758e0 !important;
}

.pu_collaps_menu_icon .burger_icon_top,
.pu_collaps_menu_icon .burger_icon_bottom {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pu_collaps_menu_icon .burger_icon_top:before,
.pu_collaps_menu_icon .burger_icon_top:after,
.pu_collaps_menu_icon .burger_icon_bottom:before,
.pu_collaps_menu_icon .burger_icon_bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: 0.99;
}

.pu_collaps_menu_icon .burger_icon_top:before,
.pu_collaps_menu_icon .burger_icon_bottom:before {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.pu_collaps_menu_icon .burger_icon_top:after,
.pu_collaps_menu_icon .burger_icon_bottom:after {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pu_collaps_menu_icon .burger_icon_top {
  top: 0;
}

.pu_collaps_menu_icon .burger_icon_bottom {
  bottom: 0;
}

.pu_collaps_menu_icon .burger_icon_bottom:before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.pu_collaps_menu_icon .burger_icon_bottom:after {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.pu_collaps_menu_icon:hover .burger_icon_top:before,
.pu_collaps_menu_icon:hover .burger_icon_bottom:before {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pu_collaps_menu_icon:hover .burger_icon_top:after,
.pu_collaps_menu_icon:hover .burger_icon_bottom:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.sub_header + .position_abs {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .sub_header + .position_abs {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .sub_header + .position_abs {
    margin-top: 111px;
  }
}

.sub_header {
  padding-top: 14px;
  padding-bottom: 14px;
}
.sub_header .description,
.sub_header .header_meta {
  font-size: 12px;
  line-height: 1.78;
  color: #faf7e3;
}
.sub_header .description i,
.sub_header .header_meta i {
  margin-right: 10px;
}
.sub_header .header_meta {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .sub_header .header_meta {
    margin-right: 20px;
  }
}
.sub_header .header_meta:last-child {
  margin-right: 0;
}
.sub_header .header_meta_btn {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(250, 247, 227, 0.2);
  padding: 7px 22px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  margin-right: 67px;
}
.sub_header .sub_header_menu {
  margin-left: 15px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .sub_header .sub_header_menu {
    margin-left: 0;
  }
}
.sub_header .sub_header_menu a {
  color: #faf7e3;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  border-right: 1px solid #faf7e3;
  line-height: 1.78;
}
.sub_header .sub_header_menu a:last-child {
  border-right: 0px solid transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .sub_header_left_content {
    margin: 10px 0;
  }
}

.header_part .header_right_option .cart_option .cart_item_list {
  top: 44px;
}

.pu_banner_part {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pu_banner_part .slider_pagination {
  position: absolute;
  right: 100px;
  bottom: 45px;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .pu_banner_part .slider_pagination {
    display: none;
  }
}
.pu_banner_part .slider_pagination .slider_prev_one, .pu_banner_part .slider_pagination .slider_next_one {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0px solid transparent;
  color: #363a57;
}
.pu_banner_part .slider_pagination .slider_prev_one:hover, .pu_banner_part .slider_pagination .slider_next_one:hover {
  background-color: #fff;
}
.pu_banner_part .slider_pagination .slider_prev_one:hover i, .pu_banner_part .slider_pagination .slider_next_one:hover i {
  color: #363a57;
}
.pu_banner_part .pu_banner_slider .pu_banner_patten {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.pu_banner_part .pu_banner_slider .pu_banner_patten:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/banner_overlay_01.png);
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pu_banner_part .pu_banner_slider .pu_banner_bg {
  width: 100%;
  height: 100%;
  transition: transform 11s cubic-bezier(0.1, 0.2, 0.7, 1);
  backface-visibility: hidden;
  transform: scale(1.2);
  position: absolute;
  left: 0;
  top: 0;
}
.pu_banner_part .pu_banner_slider .swiper-slide-active .pu_banner_bg {
  transform: scale(1);
}
.pu_banner_part .pu_banner_slider .swiper-slide {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .pu_banner_part .pu_banner_slider .swiper-slide {
    min-height: 600px;
    max-height: 100vh;
  }
}
.pu_banner_part .pu_banner_content {
  position: relative;
  z-index: 1;
}
.pu_banner_part .pu_banner_content .sub_title {
  font-size: 40px;
  font-weight: 700;
  color: #363a57;
  text-transform: uppercase;
  background-color: #f2cc8e;
  padding: 12px 28px 8px;
  margin-bottom: 18px;
  display: inline-block;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .pu_banner_part .pu_banner_content .sub_title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_banner_part .pu_banner_content .sub_title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .pu_banner_part .pu_banner_content .sub_title {
    font-size: 20px;
  }
}
.pu_banner_part .pu_banner_content .pu_banner_content_shape {
  padding-left: 35px;
  position: relative;
  z-index: 1;
  border-left: 8px solid #f2cc8e;
  opacity: 0;
  visibility: hidden;
}
.pu_banner_part .pu_banner_content .title {
  font-size: 90px;
  color: #faf7e3;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.889;
  text-shadow: 3.536px 3.536px 5px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .pu_banner_part .pu_banner_content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pu_banner_part .pu_banner_content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_banner_part .pu_banner_content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .pu_banner_part .pu_banner_content .title {
    font-size: 60px;
  }
}
.pu_banner_part .pu_banner_content .cu_btn {
  margin-top: 37px;
  opacity: 0;
  visibility: hidden;
}
.pu_banner_part .swiper-slide-active .pu_banner_content_shape {
  animation: fadeInRight 0.6s both 0.8s;
  opacity: 1;
  visibility: visible;
}
.pu_banner_part .swiper-slide-active .sub_title {
  animation: fadeInRight 0.8s both 1s;
  opacity: 1;
  visibility: visible;
}
.pu_banner_part .swiper-slide-active .title {
  animation: fadeInRight 1s both 1.2s;
  opacity: 1;
  visibility: visible;
}
.pu_banner_part .swiper-slide-active .cu_btn {
  animation: fadeInRight 1.2s both 1.4s;
  opacity: 1;
  visibility: visible;
}

.pu_classic_banner_part {
  min-height: 1050px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}
@media (max-width: 991px) {
  .pu_classic_banner_part {
    min-height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_classic_banner_part {
    min-height: 800px;
  }
}

.classic_banner_wrapper .video_popup_area {
  border-radius: 50%;
  background-color: #02c2a9;
  box-shadow: 0px 3px 15px 0px rgba(2, 194, 169, 0.5);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  background-image: url("../img/video_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.classic_banner_wrapper .sub_title {
  font-size: 17px;
  font-family: "Barlow", sans-serif;
  color: white;
  text-transform: uppercase;
  line-height: 1.176;
  letter-spacing: 3px;
  margin-top: 27px;
}
.classic_banner_wrapper .title {
  font-size: 96px;
  font-family: "Playfair Display", serif;
  color: white;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .classic_banner_wrapper .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .classic_banner_wrapper .title {
    font-size: 50px;
  }
}
.classic_banner_wrapper .title span {
  font-size: 60%;
  display: block;
}
.classic_banner_wrapper .banner_desc {
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  line-height: 1.8;
  margin-top: 17px;
  margin-bottom: 41px;
}
.classic_banner_wrapper .cu_btn {
  margin: 0 8px;
}
@media (max-width: 991px) {
  .classic_banner_wrapper .cu_btn {
    margin: 8px;
  }
}
.classic_banner_wrapper .base_btn {
  background-color: #d14f42;
  border: 2px solid #d14f42;
}
.classic_banner_wrapper .base_btn:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #363a57;
}
.classic_banner_wrapper .white_btn:hover {
  background-color: #d14f42;
  border: 2px solid #d14f42;
}

.pu_classic_banner_part.banner_bg_01 .banner_main_addrs, .pu_classic_banner_part.banner_bg_01 .banner_social_icon {
  position: absolute;
  left: -73px;
  transform: rotate(-90deg) translateX(-50%);
  top: 50%;
}
@media (max-width: 767.98px) {
  .pu_classic_banner_part.banner_bg_01 .banner_main_addrs, .pu_classic_banner_part.banner_bg_01 .banner_social_icon {
    display: none;
  }
}
.pu_classic_banner_part.banner_bg_01 .banner_main_addrs a, .pu_classic_banner_part.banner_bg_01 .banner_social_icon a {
  font-size: 16px;
  margin: 0 15px;
  color: rgba(255, 255, 255, 0.4);
}
.pu_classic_banner_part.banner_bg_01 .banner_main_addrs a:hover, .pu_classic_banner_part.banner_bg_01 .banner_social_icon a:hover {
  color: white;
}
.pu_classic_banner_part.banner_bg_01 .banner_main_addrs {
  right: -73px;
  left: auto;
}

.pu_feature_inner_part {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pu_feature_inner_part {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_feature_inner_part {
    margin-bottom: 30px;
  }
}
.pu_feature_inner_part .feature_part_thumb {
  display: inline-block;
  border: 10px solid #fff;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(74, 75, 97, 0.32);
  position: relative;
  z-index: 1;
}
.pu_feature_inner_part .feature_part_thumb:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #61937a;
  mix-blend-mode: multiply;
}
.pu_feature_inner_part .feature_part_thumb.overlay_01:after {
  background-color: #61937a;
}
.pu_feature_inner_part .feature_part_thumb.overlay_02:after {
  background-color: #dd795d;
}
.pu_feature_inner_part .feature_part_thumb.overlay_03:after {
  background-color: #2a69a9;
}
.pu_feature_inner_part .feature_part_thumb img {
  width: 100%;
}
.pu_feature_inner_part .feature_part_content {
  padding: 60px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -74px;
  text-align: center;
  z-index: 6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pu_feature_inner_part .feature_part_content {
    padding: 30px;
  }
}
.pu_feature_inner_part .feature_part_content .title {
  font-size: 36px;
  color: #faf7e3;
  font-weight: bold;
  line-height: 1.056;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .pu_feature_inner_part .feature_part_content .title {
    font-size: 24px;
  }
}
.pu_feature_inner_part .feature_part_content .title a {
  color: #faf7e3;
}
.pu_feature_inner_part .feature_part_content .cu_btn {
  opacity: 0;
  visibility: hidden;
}
.pu_feature_inner_part:hover .feature_part_content {
  bottom: 0;
}
.pu_feature_inner_part:hover .feature_part_content .cu_btn {
  opacity: 1;
  visibility: visible;
}
.pu_feature_inner_part.feature_style_02 .feature_part_thumb {
  border: 0px solid transparent;
}
.pu_feature_inner_part.feature_style_02 .overlay_01 {
  border-bottom: 10px solid #82b29a;
}
.pu_feature_inner_part.feature_style_02 .overlay_02 {
  border-bottom: 10px solid #dd795d;
}
.pu_feature_inner_part.feature_style_02 .overlay_03 {
  border-bottom: 10px solid #2a69a9;
}

.fearure_part {
  position: absolute;
  width: 100%;
  margin-top: -130px;
}
@media (max-width: 991px) {
  .fearure_part {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.fearure_part_style_2.sec_padding {
  padding: 380px 0 120px;
}

.about_part {
  position: relative;
}
.about_part.sec_padding {
  padding: 350px 0 220px;
}
@media (max-width: 991px) {
  .about_part.sec_padding {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about_part.sec_padding {
    padding: 250px 0 100px;
  }
}
.about_part .about_shape_1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about_part .mt_less_150 {
  margin-top: -150px;
}

.about_part_style_02 {
  position: relative;
  margin-top: -130px;
}
@media (max-width: 991px) {
  .about_part_style_02 {
    position: relative;
    margin-top: 70px;
    margin-bottom: 0;
  }
}

.about_part_inner_style {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  background-color: white;
  box-shadow: 0px 10px 46px 0px rgba(62, 64, 106, 0.08);
  z-index: 4;
}
@media (max-width: 991px) {
  .about_part_inner_style {
    padding: 50px 30px;
  }
}

.about_section_img {
  position: relative;
}
.about_section_img .about_img_2 {
  position: absolute;
  top: 242px;
  left: 173px;
  border: 10px solid #fff;
  box-shadow: 0px 8px 16px 0px rgba(7, 28, 31, 0.04);
}
@media (max-width: 767.98px) {
  .about_section_img .about_img_2 {
    left: 0;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_section_img .about_img_2 {
    left: 150px;
    max-width: 39%;
    top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about_section_img .about_img_2 {
    top: 204px;
    left: 51px;
  }
}
.about_section_img .about_shape_2 {
  margin-top: 94px;
  margin-left: 29px;
}
.about_section_img .about_img_3 {
  margin-left: 45px;
}
.about_section_img.img_style_02 {
  position: relative;
}
.about_section_img.img_style_02:after {
  position: absolute;
  content: "";
  right: -7px;
  top: 74px;
  height: 15px;
  width: 15px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  background-color: #fff;
}
.about_section_img.img_style_02 .video_popup_area {
  border-radius: 4px;
  background-color: #e07a5e;
  box-shadow: 0px 5px 30px 0px rgba(224, 122, 94, 0.3);
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 991px) {
  .pu_about_part_content {
    margin-top: 40px;
  }
}
.pu_about_part_content .sub_title {
  font-size: 16px;
  color: #e07a5e;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.75;
  letter-spacing: 4px;
  margin-bottom: 2px;
}
.pu_about_part_content .title {
  font-size: 60px;
  font-family: "Rajdhani";
  color: #363a57;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .pu_about_part_content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_about_part_content .title {
    font-size: 40px;
  }
}
.pu_about_part_content .content {
  font-size: 24px;
  color: #636886;
  font-weight: bold;
  line-height: 1.417;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .pu_about_part_content .content {
    font-size: 20px;
  }
}
.pu_about_part_content .founder_info {
  display: flex;
  align-items: center;
  margin-top: 38px;
}
.pu_about_part_content .founder_info .founder_info_inner {
  margin-left: 20px;
}
.pu_about_part_content .founder_info .name {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.933;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .pu_about_part_content .founder_info .name {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_about_part_content .founder_info .name {
    font-size: 24px;
  }
}
.pu_about_part_content .founder_info .position {
  font-size: 16px;
  color: #e07a5e;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.75;
  letter-spacing: 4px;
}
.pu_about_part_content.content_style_02 {
  position: relative;
}
.pu_about_part_content.content_style_02 .sub_title {
  letter-spacing: inherit;
}
.pu_about_part_content.content_style_02 .title {
  font-size: 36px;
}
.pu_about_part_content.content_style_02 .cu_btn {
  margin-top: 20px;
}

.video_part_wrapper {
  position: relative;
  z-index: 2;
}
.video_part_wrapper .video_part_content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 145px 115px;
}
@media (max-width: 767.98px) {
  .video_part_wrapper .video_part_content {
    padding: 30px 0;
    position: relative;
    left: auto;
    top: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .video_part_wrapper .video_part_content {
    padding: 30px;
  }
}
.video_part_wrapper .title span {
  background-color: #02c2a9;
  line-height: 1;
  color: #fff;
  font-size: 48px;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .video_part_wrapper .title span {
    font-size: 25px;
    padding: 10px 15px;
  }
}
.video_part_wrapper .video_popup_area {
  border-radius: 8px;
  background-image: url(../img/video_bg_1.png);
  box-shadow: 0px 3px 15px 0px rgba(209, 79, 66, 0.25);
  height: 170px;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 100px;
  bottom: -40px;
}
@media (max-width: 767.98px) {
  .video_part_wrapper .video_popup_area {
    position: relative;
    bottom: auto;
    right: 0;
  }
}
.video_part_wrapper .video_popup_area img {
  max-width: 42px;
}

.pu_about_content_style_03 {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .pu_about_content_style_03 {
    margin-top: 50px;
  }
}
.pu_about_content_style_03 .sub_title {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  color: #cd493d;
  font-weight: 700;
  margin-bottom: 20px;
}
.pu_about_content_style_03 .title {
  font-size: 36px;
  font-family: "Playfair Display", serif;
  color: white;
  font-weight: bold;
  line-height: 1.222;
  margin-bottom: 25px;
}
.pu_about_content_style_03 .description {
  font-size: 16px;
  color: #817f84;
  line-height: 1.75;
}
.pu_about_content_style_03 .cu_btn {
  margin-top: 38px;
}

.about_dot_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 145px;
}

.popular_causes_part {
  background-size: 100% 55% !important;
  background-position: top !important;
  background-color: #f0eeec !important;
}

@media (max-width: 991px) {
  .popular_causes_list_wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popular_causes_list_wrapper {
    margin-bottom: 30px;
  }
}
.popular_causes_list_wrapper .popular_causes_list_thumb {
  position: relative;
}
.popular_causes_list_wrapper .popular_causes_list_thumb img {
  width: 100%;
}
.popular_causes_list_wrapper .causes_thumb_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .popular_causes_list_wrapper .causes_thumb_meta a {
    margin: 7px 0;
  }
}
.popular_causes_list_wrapper .causes_thumb_meta .tag {
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 5px 17px;
}
.popular_causes_list_wrapper .causes_thumb_meta .tag:hover {
  background-color: #e07a5e;
  color: #fff;
  border: 2px solid #e07a5e;
}
.popular_causes_list_wrapper .causes_meta_list a {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 8px 10px;
  color: #fff;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.popular_causes_list_wrapper .causes_meta_list a img, .popular_causes_list_wrapper .causes_meta_list a i {
  margin-right: 5px;
}

.load_more_btn {
  text-align: center;
  margin-top: 40px;
}
.load_more_btn .animated_border_btn {
  color: #d14f42;
  font-size: 18px;
  border-bottom: 1px solid #d14f42;
  text-transform: capitalize;
}
.load_more_btn .animated_border_btn:before {
  background-color: #f0eeec;
}

.popular_causes_description {
  padding: 37px 40px 38px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .popular_causes_description {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .popular_causes_description {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popular_causes_description {
    padding: 30px 20px;
  }
}
.popular_causes_description .title {
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popular_causes_description .title {
    font-size: 24px;
  }
}
.popular_causes_description .title a {
  color: #363a57;
}
.popular_causes_description .title a:hover {
  color: #e07a5e;
}
.popular_causes_description .amount {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
}
.popular_causes_description .desc {
  font-size: 12px;
  color: #7b7f85;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
.popular_causes_description .cu_btn {
  min-width: auto;
  padding: 14px 33px;
  border-style: solid;
  border-width: 2px;
  border-color: #bebcba;
  font-weight: 700;
  color: #7b7f85;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 20px;
  margin-right: 7px;
}
.popular_causes_description .cu_btn:last-child {
  margin-right: 0;
}
.popular_causes_description .cu_btn:hover {
  border-width: 2px;
  border-color: #e07a5e;
  background-color: #e07a5e;
  color: white;
}
.popular_causes_description .cu_btn:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.popular_causes_description .share_btn {
  padding: 13px 14px;
  line-height: 20px;
}
.popular_causes_description .social_tooltip_wrapper {
  background-color: #fff;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -85px;
  transform: translateY(15px);
  left: 0;
  border: 1px solid #d9d9d8;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .popular_causes_description .social_tooltip_wrapper {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popular_causes_description .social_tooltip_wrapper {
    left: auto;
    right: 0;
  }
}
.popular_causes_description .social_tooltip_wrapper:after {
  position: absolute;
  content: "";
  left: 18px;
  top: -8px;
  height: 15px;
  width: 15px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  border: solid #d9d9d8;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  background-color: #fff;
}
@media (max-width: 991px) {
  .popular_causes_description .social_tooltip_wrapper:after {
    left: auto;
    right: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popular_causes_description .social_tooltip_wrapper:after {
    left: auto;
    right: 18px;
  }
}
.popular_causes_description .social_tooltip_wrapper p {
  margin-right: 15px;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  color: #363a57;
}
.popular_causes_description .social_tooltip {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .popular_causes_description .social_tooltip {
    margin-top: 15px;
  }
}
.popular_causes_description .social_tooltip:hover .social_tooltip_wrapper {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.popular_causes_description .social_icon {
  display: flex;
}
.popular_causes_description .social_icon a {
  width: 27px;
  height: 27px;
  background-color: #3b5998;
  border-radius: 50%;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 4px;
}
.popular_causes_description .social_icon a:last-child {
  margin-right: 0;
}
.popular_causes_description .social_icon a[href*=facebook] {
  background-color: #3b5998;
}
.popular_causes_description .social_icon a[href*=twitter] {
  background-color: #26a6d1;
}
.popular_causes_description .social_icon a[href*=google] {
  background-color: #dd4b39;
}
.popular_causes_description .social_icon a[href*=linkedin] {
  background-color: #0e76a8;
}

.popular_causes_list_wrapper {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.07);
}

.progress_bar {
  margin-top: 20px;
  margin-bottom: 18px;
}
.progress_bar .progressbar {
  background-color: #e6e9f1;
}
.progress_bar .proggress {
  background-color: #111;
  height: 15px;
  background-image: url(../img/progress_bar_bg.png);
  width: 10px;
  background-color: #02c2a9;
  box-shadow: 0px 3px 15px 0px rgba(2, 194, 169, 0.5);
}
.progress_bar .progressbar {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative;
}
.progress_bar .percentCount {
  float: right;
  font-weight: 700;
  font-size: 14px;
  color: #363a57;
  margin-top: 10px;
  font-family: "Rajdhani", sans-serif;
}

.popular_causes_style_02 {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 53px 60px;
  margin-bottom: 57px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .popular_causes_style_02 {
    padding: 25px 20px;
    margin-bottom: 0;
  }
}
.popular_causes_style_02 .popular_causes_description {
  flex: 50% 0 0;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 991px) {
  .popular_causes_style_02 .popular_causes_description {
    flex: 100% 0 0;
  }
}
.popular_causes_style_02 .popular_causes_description .sub_title {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  color: #d14f42;
  margin-bottom: 12px;
}
.popular_causes_style_02 .popular_causes_description .title {
  font-size: 42px;
  font-family: "Playfair Display", serif;
  color: #272e3b;
  line-height: 1.238;
  margin-bottom: 19px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .popular_causes_style_02 .popular_causes_description .title {
    font-size: 30px;
  }
}
.popular_causes_style_02 .progress_bar {
  margin-top: 25px;
  margin-bottom: 33px;
}
.popular_causes_style_02 .popular_causes_list_thumb {
  position: absolute;
  right: 60px;
  top: 60px;
}
@media (max-width: 991px) {
  .popular_causes_style_02 .popular_causes_list_thumb {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popular_causes_style_02 .popular_causes_list_thumb {
    max-width: 40%;
  }
}
.popular_causes_style_02 .popular_causes_list_thumb img {
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .popular_causes_style_02 .cu_btn {
    margin-bottom: 20px;
    display: inline-block;
    padding: 14px 25px;
  }
}
.popular_causes_style_02 .base_btn {
  border: 2px solid #e07a5e;
  color: #fff;
}
.popular_causes_style_02 .base_btn:hover {
  background-color: #5758e0;
  border: 2px solid #5758e0;
}

.popular_causes_style_03 {
  position: relative;
  z-index: 1;
}
.popular_causes_style_03:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/causes/img_shape.png);
  background-size: contain;
  background-position: bottom;
}
.popular_causes_style_03 img {
  width: 100%;
}
.popular_causes_style_03 .popular_causes_info {
  padding: 40px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.popular_causes_style_03 .location {
  font-family: "Rajdhani", sans-serif;
  color: #faf7e3;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.popular_causes_style_03 .location i {
  font-size: 12px;
  margin-right: 6px;
}
.popular_causes_style_03 .title {
  font-size: 20px;
  color: #faf7e3;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 23px;
  font-weight: 600;
}
.popular_causes_style_03 .title a {
  color: #faf7e3;
}
.popular_causes_style_03 .title a:hover {
  color: #e07a5e;
}
.popular_causes_style_03 .cu_btn {
  border: 2px solid #6c6c7a;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 6px 18px;
  min-width: auto;
  letter-spacing: auto;
}
.popular_causes_style_03 .cu_btn:hover {
  border-color: #e07a5e;
  background-color: #e07a5e;
}

.popular_cases_title, .client_list_slider_title {
  margin-bottom: 32px;
}
.popular_cases_title .title, .client_list_slider_title .title {
  font-size: 42px;
  font-family: "Playfair Display", serif;
  color: #272e3b;
  line-height: 1.238;
  position: relative;
}
@media (max-width: 991px) {
  .popular_cases_title .title, .client_list_slider_title .title {
    font-size: 30px;
  }
}
.popular_cases_title .title:after, .client_list_slider_title .title:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background-color: #d14f42;
  left: 0;
  bottom: -12px;
}
.popular_cases_title .slider_pagination .slider_prev_one,
.popular_cases_title .slider_pagination .slider_next_one, .client_list_slider_title .slider_pagination .slider_prev_one,
.client_list_slider_title .slider_pagination .slider_next_one {
  width: 40px;
  height: 40px;
  line-height: 36px;
  background-color: #3e3945;
  border: 1px solid #3e3945;
  border-radius: 3px;
}
@media (max-width: 767.98px) {
  .popular_cases_title .slider_pagination .slider_prev_one,
.popular_cases_title .slider_pagination .slider_next_one, .client_list_slider_title .slider_pagination .slider_prev_one,
.client_list_slider_title .slider_pagination .slider_next_one {
    display: none;
  }
}
.popular_cases_title .slider_pagination .slider_prev_one i,
.popular_cases_title .slider_pagination .slider_next_one i, .client_list_slider_title .slider_pagination .slider_prev_one i,
.client_list_slider_title .slider_pagination .slider_next_one i {
  font-size: 12px;
  color: #78757d;
}
.popular_cases_title .slider_pagination .slider_prev_one.white_bg,
.popular_cases_title .slider_pagination .slider_next_one.white_bg, .client_list_slider_title .slider_pagination .slider_prev_one.white_bg,
.client_list_slider_title .slider_pagination .slider_next_one.white_bg {
  background-color: transparent;
  border: 1px solid #dbd5d0;
  color: #939393;
}
.popular_cases_title .slider_pagination .slider_prev_one:hover,
.popular_cases_title .slider_pagination .slider_next_one:hover, .client_list_slider_title .slider_pagination .slider_prev_one:hover,
.client_list_slider_title .slider_pagination .slider_next_one:hover {
  background-color: #d14f42;
  border: 1px solid #d14f42;
}
.popular_cases_title .slider_pagination .slider_prev_one:hover i,
.popular_cases_title .slider_pagination .slider_next_one:hover i, .client_list_slider_title .slider_pagination .slider_prev_one:hover i,
.client_list_slider_title .slider_pagination .slider_next_one:hover i {
  color: #fff;
}

.popular_cases_title_style_02 {
  margin-bottom: 50px;
}
.popular_cases_title_style_02 .section_title_content {
  position: relative;
  padding-left: 55px;
}
.popular_cases_title_style_02 .section_title_content .support_icon {
  padding: 5px;
  height: 50px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e07a5e;
  position: absolute;
  left: 0;
  border-radius: 5px;
}
.popular_cases_title_style_02 .section_title_content .sub_title {
  font-size: 20px;
  color: #e07a5e;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}
.popular_cases_title_style_02 .section_title_content .title {
  font-size: 36px;
  color: #363a57;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.056;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .popular_cases_title_style_02 .section_title_content .title {
    font-size: 25px;
  }
}
.popular_cases_title_style_02 .slider_pagination .slider_prev_one,
.popular_cases_title_style_02 .slider_pagination .slider_next_one {
  border: 1px solid #e3dfdb;
  color: #e3dfdb;
}
@media (max-width: 767.98px) {
  .popular_cases_title_style_02 .slider_pagination .slider_prev_one,
.popular_cases_title_style_02 .slider_pagination .slider_next_one {
    display: none;
  }
}

.popular_causes_part {
  position: relative;
  z-index: 5;
}
.popular_causes_part .popular_causes_shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .popular_causes_part .popular_causes_shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popular_causes_part .popular_causes_shape {
    max-width: 56%;
  }
}

@media (max-width: 991px) {
  .home_page_02_eventlist_padding.section_padding {
    padding-bottom: 0;
  }
}

@media (min-width: 991px) {
  .pu_cta_part_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.pu_cta_part_wrapper .title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .pu_cta_part_wrapper .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.cta_part {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .cta_part {
    padding: 70px 0;
  }
}

.pu_dark_cta_part.sec_padding {
  padding: 125px 0 275px;
}
@media (max-width: 991px) {
  .pu_dark_cta_part.sec_padding {
    padding: 70px 0 275px;
  }
}
.pu_dark_cta_part.index_02_cta_bg {
  background-image: url(../img/dark_cta_bg.jpg);
}

.pu_dark_cta_part_content {
  text-align: center;
}
.pu_dark_cta_part_content .title {
  font-size: 60px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .pu_dark_cta_part_content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_dark_cta_part_content .title {
    font-size: 45px;
  }
}
.pu_dark_cta_part_content .title a {
  color: #d1b842;
}
.pu_dark_cta_part_content .description {
  font-size: 20px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.pu_dark_cta_part_content .description a {
  color: #fff;
  text-decoration: underline;
}

.pu_subscribe_form {
  text-align: center;
  background-color: #d14f42;
  padding: 73px 0 80px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -385px;
}
@media (max-width: 991px) {
  .pu_subscribe_form {
    max-width: 90%;
    padding: 70px 20px 80px;
  }
}
.pu_subscribe_form .title {
  font-size: 28px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  margin-bottom: 33px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .pu_subscribe_form .title {
    font-size: 20px;
  }
}
.pu_subscribe_form .form-control {
  height: 50px;
  line-height: 50px;
  padding: 8px 40px;
  font-size: 14px;
  color: #7c7a71;
  font-family: #d14f42;
  border-radius: 5px 0 0 5px;
  border: 0px solid transparent;
}
.pu_subscribe_form .form-control:hover {
  color: #363a57;
}
@media (max-width: 767.98px) {
  .pu_subscribe_form .input-group {
    display: block;
  }
}
.pu_subscribe_form .input-group-text {
  background-color: #02bda3;
  text-transform: uppercase;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 38px;
  border-radius: 0 5px 5px 0;
  border: 0px solid transparent;
}
@media (max-width: 767.98px) {
  .pu_subscribe_form .input-group-text {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 15px 38px;
    font-size: 15px;
  }
}

.pu_total_impact_content .sub_title {
  font-size: 30px;
  color: #e07a5e;
  font-weight: bold;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .pu_total_impact_content .sub_title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .pu_total_impact_content .sub_title {
    font-size: 25px;
  }
}
.pu_total_impact_content .title {
  font-size: 44px;
  color: #363a57;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .pu_total_impact_content .title {
    font-size: 30px;
  }
}
.pu_total_impact_content .desc {
  margin-bottom: 17px;
}
.pu_total_impact_content .btn_list {
  display: flex;
  align-items: center;
  margin-top: 31px;
}
@media (max-width: 991px) {
  .pu_total_impact_content .btn_list {
    flex-wrap: wrap;
  }
  .pu_total_impact_content .btn_list .tel_number {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_total_impact_content .btn_list {
    flex-wrap: wrap;
  }
  .pu_total_impact_content .btn_list .tel_number {
    margin: 20px 0;
  }
}
.pu_total_impact_content .btn_list a {
  margin-right: 10px;
}
.pu_total_impact_content .cu_btn.social_btn {
  padding: 21px 21px;
}
.pu_total_impact_content .tel_number {
  font-size: 24px;
  color: #363a57;
  font-weight: bold;
  line-height: 1.25;
}

.pu_impact_counter_wrapper {
  padding: 58px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .pu_impact_counter_wrapper {
    padding: 10px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_impact_counter_wrapper {
    margin-top: 50px;
  }
}
.pu_impact_counter_wrapper .pu_impact_counter_wrapper_border {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #e8ebef;
  border-bottom: 1px solid #e8ebef;
}
.pu_impact_counter_wrapper .pu_impact_counter_wrapper_border .pu_impact_counter_inner {
  border-left: 1px solid #e8ebef;
  border-top: 1px solid #e8ebef;
}
.pu_impact_counter_wrapper .pu_impact_counter_inner {
  flex: 50% 0 0;
  padding: 55px 20px 30px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pu_impact_counter_wrapper .pu_impact_counter_inner img {
  margin-bottom: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pu_impact_counter_wrapper .pu_impact_counter_inner .count_number {
  font-size: 36px;
  font-weight: 700;
  color: #363a57;
  margin-bottom: 12px;
  line-height: 1;
  margin-bottom: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pu_impact_counter_wrapper .pu_impact_counter_inner .desc {
  font-size: 12px;
  color: #4c5a74;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pu_impact_counter_wrapper .pu_impact_counter_inner:hover {
  background-color: #e07a5e;
}
.pu_impact_counter_wrapper .pu_impact_counter_inner:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pu_impact_counter_wrapper .pu_impact_counter_inner:hover .count_number {
  color: #fff;
}
.pu_impact_counter_wrapper .pu_impact_counter_inner:hover .desc {
  color: #fff;
}

.total_impact_part {
  background-color: #f0eeec;
  background-image: url(../img/impact_bd.png);
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .total_impact_part {
    background-image: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .total_impact_part {
    background-size: 40% 100%;
  }
}

.pu_volunteer_list_wrapper {
  overflow: hidden;
}
.pu_volunteer_list_wrapper .volunteer_list_thumb {
  position: relative;
  z-index: 1;
}
.pu_volunteer_list_wrapper .volunteer_list_thumb img {
  width: 100%;
  filter: grayscale(100%);
}
.pu_volunteer_list_wrapper .social_icon {
  background-color: #fff;
  padding: 18px 13px;
  display: grid;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: -50px;
  opacity: 0;
  visibility: hidden;
  border-left: 1px solid transparent;
}
.pu_volunteer_list_wrapper .social_icon a {
  width: 27px;
  height: 27px;
  background-color: #3b5998;
  border-radius: 50%;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}
.pu_volunteer_list_wrapper .social_icon a:last-child {
  margin-bottom: 0;
}
.pu_volunteer_list_wrapper .social_icon a[href*=facebook] {
  background-color: #3b5998;
}
.pu_volunteer_list_wrapper .social_icon a[href*=twitter] {
  background-color: #26a6d1;
}
.pu_volunteer_list_wrapper .social_icon a[href*=google] {
  background-color: #dd4b39;
}
.pu_volunteer_list_wrapper .social_icon a[href*=linkedin] {
  background-color: #0e76a8;
}
.pu_volunteer_list_wrapper .volunteer_info {
  border: 1px solid #ededed;
  border-top: 0px solid transparent;
  padding: 35px 35px 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pu_volunteer_list_wrapper .volunteer_info {
    padding: 20px;
  }
}
.pu_volunteer_list_wrapper .name {
  font-size: 20px;
  color: #363a57;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}
.pu_volunteer_list_wrapper .name a {
  color: #363a57;
}
.pu_volunteer_list_wrapper .name a:hover {
  color: #e07a5e;
}
.pu_volunteer_list_wrapper .position {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  color: #636886;
}
.pu_volunteer_list_wrapper:hover .social_icon {
  left: 0;
  opacity: 1;
  visibility: visible;
  border-left: 1px solid #ededed;
}

.pu_volunteer_list_slider {
  margin: 0 -70% 0 0;
}
@media (max-width: 991px) {
  .pu_volunteer_list_slider {
    margin: 0;
    margin-top: 40px;
  }
}

.pu_volunteer_part_title .sub_title {
  font-size: 20px;
  color: #e07a5e;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pu_volunteer_part_title .title {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 991px) {
  .pu_volunteer_part_title .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_volunteer_part_title .title {
    font-size: 40px;
  }
}
.pu_volunteer_part_title .desc {
  font-size: 15px;
}
.pu_volunteer_part_title .slider_pagination {
  margin-top: 30px;
}
.pu_volunteer_part_title .slider_pagination .slider_prev_one, .pu_volunteer_part_title .slider_pagination .slider_next_one {
  background-color: transparent;
  width: 57px;
  height: 56px;
  color: #fff;
  line-height: 57px;
  text-align: center;
  border: 1px solid #e9e6e3;
  color: #e9e6e3;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pu_volunteer_part_title .slider_pagination .slider_prev_one:hover, .pu_volunteer_part_title .slider_pagination .slider_next_one:hover {
  background-color: #82b29a;
  border: 1px solid #82b29a;
}
.pu_volunteer_part_title .slider_pagination .slider_prev_one:hover i, .pu_volunteer_part_title .slider_pagination .slider_next_one:hover i {
  color: #fff;
}

.pu_upcoming_event_description {
  padding: 40px 50px 50px;
}
@media (max-width: 991px) {
  .pu_upcoming_event_description {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_upcoming_event_description {
    padding: 20px;
  }
}
.pu_upcoming_event_description .date {
  font-size: 14px;
  color: #363a57;
  background-color: #f0eeec;
  padding: 4px 10px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 23px;
}
.pu_upcoming_event_description .date img {
  margin-right: 8px;
}
.pu_upcoming_event_description .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.071;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .pu_upcoming_event_description .title {
    font-size: 24px;
  }
}
.pu_upcoming_event_description .title a {
  color: #363a57;
}
.pu_upcoming_event_description .title a:hover {
  color: #e07a5e;
}
.pu_upcoming_event_description .author_info {
  display: flex;
  align-items: center;
}
.pu_upcoming_event_description .author_info img {
  border-radius: 50%;
  max-width: 34px;
}
.pu_upcoming_event_description .author_info .name {
  font-size: 10px;
  color: #7c7a71;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 12px;
}
.pu_upcoming_event_description .author_info .name span {
  font-size: 14px;
  color: #363a57;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-top: 5px;
}
.pu_upcoming_event_description .btn_list {
  display: flex;
  margin-top: 25px;
  align-items: center;
  flex-wrap: wrap;
}
.pu_upcoming_event_description .btn_1 {
  padding: 13px 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pu_upcoming_event_description .btn_1 {
    padding: 13px 12px;
  }
}
.pu_upcoming_event_description .cu_btn {
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #bebcba;
  font-weight: 700;
  color: #7b7f85;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 20px;
  margin-right: 7px;
}
.pu_upcoming_event_description .social_tooltip_wrapper {
  background-color: #fff;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -85px;
  transform: translateY(15px);
  left: 0;
  border: 1px solid #d9d9d8;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .pu_upcoming_event_description .social_tooltip_wrapper {
    left: auto;
    right: 0;
  }
}
.pu_upcoming_event_description .social_tooltip_wrapper:after {
  position: absolute;
  content: "";
  left: 18px;
  top: -8px;
  height: 15px;
  width: 15px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  border: solid #d9d9d8;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  background-color: #fff;
}
.pu_upcoming_event_description .social_tooltip_wrapper p {
  margin-right: 15px;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  color: #363a57;
}
.pu_upcoming_event_description .social_tooltip {
  position: relative;
  display: inline-block;
}
.pu_upcoming_event_description .social_tooltip:hover .social_tooltip_wrapper {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.pu_upcoming_event_description .social_icon {
  display: flex;
}
.pu_upcoming_event_description .social_icon a {
  width: 27px;
  height: 27px;
  background-color: #3b5998;
  border-radius: 50%;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 4px;
}
.pu_upcoming_event_description .social_icon a:last-child {
  margin-right: 0;
}
.pu_upcoming_event_description .social_icon a[href*=facebook] {
  background-color: #3b5998;
}
.pu_upcoming_event_description .social_icon a[href*=twitter] {
  background-color: #26a6d1;
}
.pu_upcoming_event_description .social_icon a[href*=google] {
  background-color: #dd4b39;
}
.pu_upcoming_event_description .social_icon a[href*=linkedin] {
  background-color: #0e76a8;
}

.pu_upcoming_event_wrapper {
  background-color: #fff;
}
@media (max-width: 991px) {
  .pu_upcoming_event_wrapper {
    margin-bottom: 30px;
  }
  .pu_upcoming_event_wrapper .upcoming_event_thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_upcoming_event_wrapper {
    margin-bottom: 30px;
  }
}
.pu_upcoming_event_wrapper.event_style_02 {
  display: flex;
  padding: 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .pu_upcoming_event_wrapper.event_style_02 {
    display: block;
  }
}
.pu_upcoming_event_wrapper.event_style_02 .upcoming_event_date {
  padding: 80px 20px;
  height: 100%;
  background-color: #f4f4f4;
  flex: 40% 0 0;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pu_upcoming_event_wrapper.event_style_02 .event_date {
  font-size: 80px;
  color: #c0bfbf;
  line-height: 50px;
  margin-bottom: 15px;
  font-family: "Barlow", sans-serif;
}
.pu_upcoming_event_wrapper.event_style_02 span {
  font-size: 18px;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  width: 100%;
}
.pu_upcoming_event_wrapper.event_style_02 .pu_upcoming_event_description {
  padding: 10px;
  margin-top: 30px;
  position: relative;
}
.pu_upcoming_event_wrapper.event_style_02 .event_time_wrapper {
  font-size: 14px;
}
.pu_upcoming_event_wrapper.event_style_02 .event_time_wrapper .evet_date {
  border: 1px solid #e07a5e;
  padding: 5px 10px;
  background-color: #e07a5e;
  color: #fff;
  margin-right: -3px;
}
@media (max-width: 991px) {
  .pu_upcoming_event_wrapper.event_style_02 .event_time_wrapper .evet_date {
    display: block;
    width: 100%;
  }
}
.pu_upcoming_event_wrapper.event_style_02 .event_time_wrapper .evet_time {
  border: 1px solid #e07a5e;
  padding: 5px 10px;
}
@media (max-width: 991px) {
  .pu_upcoming_event_wrapper.event_style_02 .event_time_wrapper .evet_time {
    display: block;
    width: 100%;
  }
}
.pu_upcoming_event_wrapper.event_style_02 .event_time_wrapper {
  position: absolute;
  bottom: 25px;
  left: -125px;
}
@media (max-width: 991px) {
  .pu_upcoming_event_wrapper.event_style_02 .event_time_wrapper {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_upcoming_event_wrapper.event_style_02 .event_time_wrapper {
    position: absolute;
    bottom: 0;
    left: -126px;
  }
}
.pu_upcoming_event_wrapper.event_style_02 .title {
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.pu_upcoming_event_wrapper.event_style_02 .desc i {
  color: #e07a5e;
  margin-right: 8px;
}

.pu_event_list_wrapper {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pu_event_list_wrapper {
    display: flex;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_event_list_wrapper {
    display: flex;
  }
}
.pu_event_list_wrapper .event_img {
  border: 5px solid #fff;
}
@media (max-width: 767.98px) {
  .pu_event_list_wrapper .event_img {
    width: 100%;
  }
}
.pu_event_list_wrapper .pu_event_list_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #fff;
  padding: 30px;
  width: 80%;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .pu_event_list_wrapper .pu_event_list_inner {
    position: relative;
    transform: translateY(0);
    top: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_event_list_wrapper .pu_event_list_inner {
    position: relative;
    transform: translateY(0);
    top: auto;
    width: 100%;
  }
}
.pu_event_list_wrapper .pu_event_list_inner .event_date {
  background-color: #d14f42;
  font-size: 29px;
  font-family: "Barlow", sans-serif;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  width: 70px;
  height: 90px;
  position: relative;
  text-align: center;
  padding-top: 5px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .pu_event_list_wrapper .pu_event_list_inner .event_date {
    font-size: 20px;
    margin-right: 0;
  }
}
.pu_event_list_wrapper .pu_event_list_inner .event_date span {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 2px 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #c24033;
}
.pu_event_list_wrapper .pu_event_list_inner .event_content {
  margin-top: 12px;
}
.pu_event_list_wrapper .pu_event_list_inner .event_content .event_location {
  color: #7b7f85;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.pu_event_list_wrapper .pu_event_list_inner .event_content .event_location i {
  color: #d14f42;
  margin-right: 8px;
}
.pu_event_list_wrapper .pu_event_list_inner .event_content .event_title {
  font-size: 32px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin-bottom: 0;
  margin-top: 5px;
}
.pu_event_list_wrapper .pu_event_list_inner .event_content .event_title a {
  color: #363a57;
}
.pu_event_list_wrapper .pu_event_list_inner .event_content .event_title a:hover {
  color: #d14f42;
}
@media (max-width: 991px) {
  .pu_event_list_wrapper .pu_event_list_inner .event_content .event_title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pu_event_list_wrapper .pu_event_list_inner .event_content .event_title {
    font-size: 28px;
  }
}
.pu_event_list_wrapper .pu_event_list_inner .event_date_line {
  border: 1px solid #d14f42;
  font-size: 18px;
  color: #d14f42;
  padding: 2px 12px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  right: 30px;
  top: 30px;
}
@media (max-width: 767.98px) {
  .pu_event_list_wrapper .pu_event_list_inner .event_date_line {
    font-size: 16px;
  }
}

.pu_gallery_slider .swiper-wrapper {
  margin-bottom: 100px;
}

.pu_gallery_slider_wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pu_gallery_slider_wrapper .gallery_slider_thumb img {
  width: 100%;
}
.pu_gallery_slider_wrapper .tag {
  font-size: 14px;
  color: #e07a5e;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}
.pu_gallery_slider_wrapper .title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.933;
}
.pu_gallery_slider_wrapper .title a {
  color: #363a57;
}
.pu_gallery_slider_wrapper .title a:hover {
  color: #e07a5e;
}
.pu_gallery_slider_wrapper .read_more_btn {
  background-color: #e07a5e;
  width: 57px;
  height: 56px;
  color: #fff;
  line-height: 57px;
  text-align: center;
  border: 1px solid #e07a5e;
  color: #e9e6e3;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: -35px;
}
.pu_gallery_slider_wrapper .gallery_slider_desc {
  position: absolute;
  bottom: -40px;
  background-color: #fff;
  width: 80%;
  padding: 24px 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0px 8px 16px 0px rgba(7, 28, 31, 0.04);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .pu_gallery_slider_wrapper .gallery_slider_desc {
    width: 95%;
    padding: 20px;
  }
}
.pu_gallery_slider_wrapper:hover .gallery_slider_desc {
  bottom: -50px;
  opacity: 1;
  visibility: visible;
}
.pu_gallery_slider_wrapper.gallery_style_02 .gallery_slider_thumb img {
  border-radius: 10px;
}
.pu_gallery_slider_wrapper.gallery_style_02 .gallery_slider_desc {
  width: 90%;
  border-radius: 10px;
}
.pu_gallery_slider_wrapper.gallery_style_02 .gallery_slider_desc .tag {
  color: #363a57;
}
.pu_gallery_slider_wrapper.gallery_style_02 .gallery_slider_desc .title {
  font-size: 20px;
  font-weight: 600;
}
.pu_gallery_slider_wrapper.gallery_style_02:hover .gallery_slider_desc {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

.swiper-slide-active .pu_gallery_slider_wrapper .gallery_slider_desc {
  bottom: -50px;
  opacity: 1;
  visibility: visible;
}
.swiper-slide-active .gallery_style_02 .gallery_slider_desc {
  bottom: 20px;
}

.testimonial_slider_wrapper {
  background-color: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  margin: 57px 40px 95px 40px;
  padding: 100px 150px 50px;
  text-align: center;
}
.testimonial_slider_wrapper:after {
  position: absolute;
  content: "";
  bottom: -25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/testimonial_shape.png);
}
@media (max-width: 767.98px) {
  .testimonial_slider_wrapper {
    margin: 57px 15px 15px;
    padding: 34px 15px 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_slider_wrapper {
    margin: 55px;
    padding: 34px 15px 39px;
  }
}
.testimonial_slider_wrapper .client_img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -57px;
  max-width: 120px;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .testimonial_slider_wrapper .client_img {
    max-width: 85px;
  }
}
.testimonial_slider_wrapper .description {
  font-size: 24px;
  color: #636886;
  line-height: 1.417;
  font-family: "Rajdhani", sans-serif;
}
.testimonial_slider_wrapper .name {
  margin-top: 38px;
}
@media (max-width: 991px) {
  .testimonial_slider_wrapper .name {
    margin-top: 25px;
  }
}
.testimonial_slider_wrapper .name {
  font-size: 18px;
  color: #e07a5e;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.testimonial_slider_wrapper .name a {
  color: #e07a5e;
}
.testimonial_slider_wrapper .company_name {
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  color: #636886;
  text-transform: uppercase;
  line-height: 1.625;
  font-weight: 400;
}

.pu_testimonial_style_02 {
  text-align: center;
}
.pu_testimonial_style_02 .quote_img {
  margin-bottom: 51px;
}
.pu_testimonial_style_02 .description {
  font-size: 39px;
  font-family: "Playfair Display", serif;
  color: white;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .pu_testimonial_style_02 .description {
    font-size: 25px;
    line-height: 35px;
  }
}
.pu_testimonial_style_02 .name {
  font-size: 22px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin-bottom: 32px;
  color: #d1b842;
}
.pu_testimonial_style_02 .name a {
  color: #e07a5e;
}
.pu_testimonial_style_02 .client_img {
  max-width: 55px;
}

.upcoming_event_part {
  position: relative;
}

.testimonial_slider_pagination .slider_prev_one, .testimonial_slider_pagination .slider_next_one {
  border-radius: 50%;
  border: 2px solid #39373e;
  height: 66px;
  width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .testimonial_slider_pagination .slider_prev_one, .testimonial_slider_pagination .slider_next_one {
    display: none;
  }
}
.testimonial_slider_pagination .slider_prev_one:hover, .testimonial_slider_pagination .slider_next_one:hover {
  background-color: #d14f42;
  border: 2px solid #d14f42;
}
.testimonial_slider_pagination .slider_prev_one:hover i, .testimonial_slider_pagination .slider_next_one:hover i {
  color: #fff;
}
.testimonial_slider_pagination .slider_prev_one:hover img, .testimonial_slider_pagination .slider_next_one:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.testimonial_slider_pagination .slider_next_one {
  left: auto;
  right: -15%;
}

@media (max-width: 991px) {
  .pu_blog_post_wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_blog_post_wrapper {
    margin-bottom: 30px;
  }
}
.pu_blog_post_wrapper .blog_post_thumb {
  position: relative;
}
.pu_blog_post_wrapper .blog_post_thumb .tag {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 5px 17px;
}
.pu_blog_post_wrapper .blog_post_thumb .tag:hover {
  background-color: #e07a5e;
  color: #fff;
  border: 2px solid #e07a5e;
}
.pu_blog_post_wrapper .blog_post_thumb img {
  width: 100%;
}
.pu_blog_post_wrapper .blog_post_thumb .blog_post_img {
  overflow: hidden;
  display: block;
  width: 100%;
}
.pu_blog_post_wrapper .blog_post_thumb .blog_post_img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.pu_blog_post_wrapper .blog_post_thumb:hover .blog_post_img img {
  transform: scale(1.1);
}
.pu_blog_post_wrapper .video_popup_area {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.pu_blog_post_wrapper .video_popup_area .video_popup_btn {
  max-width: 20px;
}
.pu_blog_post_wrapper .blog_post_description {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dbd5d0;
  border-top: 0px solid transparent;
  padding: 37px 22px;
}
@media (max-width: 991px) {
  .pu_blog_post_wrapper .blog_post_description {
    padding: 20px;
  }
}
.pu_blog_post_wrapper .blog_post_description .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 4px;
}
.pu_blog_post_wrapper .blog_post_description .title a {
  color: #363a57;
}
.pu_blog_post_wrapper .blog_post_description .title a:hover {
  color: #e07a5e;
}
.pu_blog_post_wrapper .blog_post_description .date {
  display: inline-block;
  font-size: 14px;
  color: #e07a5e;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 1.6px;
}

.blog_part {
  position: relative;
  z-index: 1;
}

.background_shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52%;
  background-color: #f0eeec;
  z-index: -1;
}

.pu_single_blog_post {
  margin-bottom: 40px;
}
.pu_single_blog_post .blog_post_thumb {
  position: relative;
  display: inline-block;
}
.pu_single_blog_post .video_popup {
  border-radius: 4px;
  background-color: #e07a5e;
  box-shadow: 0px 5px 30px 0px rgba(224, 122, 94, 0.3);
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: -40px;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .pu_single_blog_post .video_popup {
    width: 60px;
    height: 60px;
    right: 20px;
  }
  .pu_single_blog_post .video_popup img {
    max-width: 20px;
  }
}
.pu_single_blog_post .blog_post_content {
  padding: 50px 50px 35px;
  border: 2px solid #ededed;
}
@media (max-width: 991px) {
  .pu_single_blog_post .blog_post_content {
    padding: 30px 20px;
  }
}
.pu_single_blog_post .blog_post_content.border_none {
  border: 0px solid transparent;
}
.pu_single_blog_post .pu_blog_tag {
  background-color: #e07a5e;
  padding: 6px 25px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-bottom: 25px;
}
.pu_single_blog_post .post_title {
  font-size: 36px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.278;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .pu_single_blog_post .post_title {
    font-size: 28px;
  }
}
.pu_single_blog_post .post_title a {
  color: #363a57;
}
.pu_single_blog_post .post_title a:hover {
  color: #e07a5e;
}
.pu_single_blog_post .blog_post_meta {
  margin-bottom: 12px;
}
.pu_single_blog_post .blog_post_meta a {
  color: #636886;
  font-size: 14px;
  margin-right: 30px;
}
.pu_single_blog_post .blog_post_meta a i {
  margin-right: 8px;
}
.pu_single_blog_post .desription {
  margin-bottom: 41px;
}
@media (max-width: 767.98px) {
  .pu_single_blog_post .pu_post_author {
    margin-bottom: 10px;
  }
}
.pu_single_blog_post .pu_post_author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pu_single_blog_post .pu_post_author a {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  color: #363a57;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 15px;
}
.pu_single_blog_post .cu_btn i {
  margin-left: 6px;
}
.pu_single_blog_post.quote_post {
  position: relative;
  padding: 43px 40px 43px 160px;
}
@media (max-width: 767.98px) {
  .pu_single_blog_post.quote_post {
    padding: 80px 20px 20px;
  }
}
.pu_single_blog_post.quote_post .quote_icon {
  position: absolute;
  left: 50px;
}
@media (max-width: 767.98px) {
  .pu_single_blog_post.quote_post .quote_icon {
    top: 15px;
    left: 20px;
  }
}
.pu_single_blog_post.quote_post .post_title {
  font-size: 38px;
}
.pu_single_blog_post.quote_post .post_title a {
  color: #fff;
}
.pu_single_blog_post.quote_post .blog_post_meta a {
  color: #fff;
}

.pu_client_logo_slider {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .pu_client_logo_slider {
    margin-top: 60px;
  }
}
.pu_client_logo_slider .client_logo {
  padding: 10px;
  width: 100%;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
}
.pu_client_logo_slider .client_logo img {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pu_client_logo_slider .client_logo:hover img {
  opacity: 1;
}

.volunteer_application_form {
  background-color: #e07a5e;
}

.pu_volunteer_application_content {
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  .pu_volunteer_application_content {
    padding-left: 0;
    margin-bottom: 45px;
  }
}
.pu_volunteer_application_content .title {
  font-size: 42px;
  font-family: "Rajdhani", sans-serif;
  color: #faf7e3;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.143;
  margin-bottom: 21px;
}
@media (max-width: 991px) {
  .pu_volunteer_application_content .title {
    font-size: 30px;
  }
}
.pu_volunteer_application_content .desc {
  color: #faf7e3;
}

.volunteer_application_form_inner .cu_input {
  background-color: #fff;
  border: 1px solid #fff;
  color: #a2a2b1;
  font-size: 16px;
  padding: 15px 25px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .volunteer_application_form_inner .cu_input {
    margin-bottom: 15px;
  }
}
.volunteer_application_form_inner .form-group {
  margin-bottom: 0;
}
.volunteer_application_form_inner .cu_btn {
  display: block;
  width: 100%;
  text-align: center;
}
.volunteer_application_form_inner .cu_btn:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #e07a5e;
}

.pu_charety_org_info {
  background-color: #f0eeec;
}

.pu_charety_org_info_wrapper {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 991px) {
  .pu_charety_org_info_wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_charety_org_info_wrapper {
    margin-bottom: 30px;
  }
}
.pu_charety_org_info_wrapper .pu_icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pu_charety_org_info_wrapper .info_inner {
  font-size: 18px;
  color: #636886;
}
.pu_charety_org_info_wrapper h5, .pu_charety_org_info_wrapper a {
  font-size: 24px;
  font-family: "Rajdhani", sans-serif;
  color: #363a57;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .pu_charety_org_info_wrapper h5, .pu_charety_org_info_wrapper a {
    font-size: 16px;
  }
}

.pricing_part {
  position: relative;
  z-index: 1;
}
.pricing_part:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #292937;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}

.pu_pricing_plan {
  padding: 50px 50px 60px;
  position: relative;
  border-style: solid;
  border-width: 2px;
  background-color: rgba(29, 33, 34, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .pu_pricing_plan {
    margin-bottom: 30px;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_pricing_plan {
    padding: 30px 20px;
  }
}
.pu_pricing_plan .pu_top_pricing_plan {
  text-align: center;
  padding: 8px 0 0px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.pu_pricing_plan .title {
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
  color: #faf7e3;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.pu_pricing_plan .price {
  color: #82b29a;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 120px;
  font-weight: 700;
  line-height: 80px;
}
.pu_pricing_plan .price .pu_currancy {
  color: #fff;
  font-size: 14px;
  margin-right: 8px;
}
.pu_pricing_plan .pricing_list {
  margin: 0;
  padding: 0;
  margin-top: 35px;
}
.pu_pricing_plan .pricing_list li {
  list-style: none;
  font-weight: 500;
  margin: 20px 0;
  color: #fff;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  color: #faf7e3;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.pu_pricing_plan .pricing_list i {
  margin-right: 20px;
  color: #e07a5e;
}
.pu_pricing_plan .cu_btn {
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: 16px;
}
.pu_pricing_plan .cu_btn i {
  margin-right: 10px;
}
.pu_pricing_plan:hover {
  border: 2px solid #82b29a;
}
.pu_pricing_plan:hover .pu_top_pricing_plan {
  border-bottom: 2px solid white;
}
.pu_pricing_plan:hover .cu_btn {
  background-color: #e07a5e;
  border: 2px solid #e07a5e;
}

.pu_services_line {
  border-top: 2px solid #e6e6e6;
  padding-top: 69px;
}
@media (max-width: 767.98px) {
  .pu_services_line {
    border-top: 0px solid transparent;
    padding-top: 0;
  }
}
.pu_services_line .pu_services_wrapper {
  position: relative;
}
.pu_services_line .pu_services_wrapper:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 40px;
  background-color: #e6e6e6;
  left: 0;
  right: 0;
  top: -70px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pu_services_line .pu_services_wrapper:after {
    display: none;
  }
}

.pu_services_wrapper {
  text-align: center;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(74, 75, 97, 0.32);
}
@media (max-width: 991px) {
  .pu_services_wrapper {
    margin-bottom: 30px;
  }
}
.pu_services_wrapper img {
  width: 100%;
}
.pu_services_wrapper .title {
  font-size: 24px;
  color: white;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  background-color: #d14f42;
  padding: 20px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .pu_services_wrapper .title {
    font-size: 20px;
  }
}

.our_services_part {
  position: relative;
  z-index: 1;
}
.our_services_part.sec_padding {
  padding: 120px 0 250px;
}
.our_services_part.services_bg {
  background-image: url(../img/about_bg_1.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.our_services_part [class*=serveices_shape_] {
  position: absolute;
  z-index: -1;
  max-width: 100%;
}
.our_services_part .serveices_shape_1 {
  left: 0;
  bottom: 0;
}
.our_services_part .serveices_shape_2 {
  right: 0;
  bottom: 0;
}
.our_services_part .serveices_shape_3 {
  left: 0;
  top: -17%;
}
.our_services_part .serveices_shape_4 {
  position: absolute;
  left: 25%;
  top: 5%;
}
@media (max-width: 991px) {
  .our_services_part .serveices_shape_4 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .our_services_part .serveices_shape_4 {
    display: none;
  }
}

.pu_accordion_item {
  padding: 30px;
  border-bottom: 0px solid transparent;
  background-color: rgba(255, 255, 255, 0.03);
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.pu_accordion_item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 3px;
  height: 0%;
  background-color: #d14f42;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pu_accordion_item .pu_accordion_icon {
  position: absolute;
  left: -42px;
  top: -4px;
}
.pu_accordion_item .pu_accordion_item_title {
  position: relative;
}
.pu_accordion_item .pu_accordion_thumb {
  max-width: 100%;
}
@media (max-width: 991px) {
  .pu_accordion_item .pu_accordion_thumb {
    margin-top: 30px;
  }
}
@media (min-width: 991px) {
  .pu_accordion_item .pu_accordion_thumb {
    position: absolute;
    right: -100%;
    top: 0;
  }
}
.pu_accordion_item .pu_accordion_title {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  color: #807e83;
  text-transform: uppercase;
}
.pu_accordion_item .pu_accordion_title::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  font-family: "Font Awesome 5 Free";
  transition: transform 0.2s ease-out;
  right: 6px;
  top: 14%;
  position: absolute;
}
.pu_accordion_item .pu_accordion_panel {
  display: none;
  padding-top: 20px;
}
.pu_accordion_item .pu_desc {
  color: #807e83;
}
.pu_accordion_item.is-active {
  background-color: transparent;
}
.pu_accordion_item.is-active:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #d14f42;
}
.pu_accordion_item.is-active .pu_accordion_title {
  color: #ffffff;
}
.pu_accordion_item.is-active .pu_accordion_title::before {
  content: "";
}

.pu_sermons_part_wrapper {
  border: 1px solid #e0dcdc;
  padding: 37px 40px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .pu_sermons_part_wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_sermons_part_wrapper {
    margin-bottom: 30px;
  }
}
.pu_sermons_part_wrapper:after {
  position: absolute;
  height: 3px;
  width: 0%;
  background-color: #d14f42;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .pu_sermons_part_wrapper {
    padding: 40px 20px;
  }
}
.pu_sermons_part_wrapper .sermons_img {
  border-radius: 50%;
  border: 2px solid #e0dcdc;
  padding: 10px;
  background-color: #f4f4f4;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .pu_sermons_part_wrapper .sermons_img {
    max-width: 90%;
  }
}
.pu_sermons_part_wrapper p {
  font-size: 13px;
  font-family: "Barlow", sans-serif;
  color: #7b7f85;
}
.pu_sermons_part_wrapper .name {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: #272e3b;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  margin-bottom: 38px;
}
.pu_sermons_part_wrapper .name:after {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100px;
  height: 2px;
  content: "";
  right: 0;
  margin: 0 auto;
  background-color: #d14f42;
}
.pu_sermons_part_wrapper .title {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  color: #272e3b;
  font-weight: bold;
  line-height: 1.167;
}
.pu_sermons_part_wrapper .title a {
  color: #272e3b;
}
.pu_sermons_part_wrapper .title a:hover {
  color: #d14f42;
}
.pu_sermons_part_wrapper .sermons_meta_list {
  margin-top: 23px;
}
.pu_sermons_part_wrapper .sermons_meta_list a {
  display: inline-block;
  margin: 0 11px;
}
.pu_sermons_part_wrapper .pu_date {
  background-color: #2f2a37;
  position: absolute;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  left: 15px;
  top: 15px;
  font-size: 14px;
  padding: 2px 10px;
}
.pu_sermons_part_wrapper:hover:after {
  width: 100%;
}
.pu_sermons_part_wrapper:hover .pu_date {
  background-color: #c94438;
  box-shadow: 0px 3px 15px 0px rgba(201, 68, 56, 0.25);
  color: #fff;
}

.our_sermons_part {
  position: relative;
  z-index: 1;
}
.our_sermons_part .shape_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
}
.our_sermons_part .shape_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 100%;
}

.pu_beadcrumb_part {
  position: relative;
  z-index: 1;
}
.pu_beadcrumb_part:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.3;
  background-image: url(../img/breadcrumb_overlay.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.pu_beadcrumb_part .pu_beadcrumb_shape {
  width: 1335px;
  height: 185px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
@media (max-width: 991px) {
  .pu_beadcrumb_part .pu_beadcrumb_shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_beadcrumb_part .pu_beadcrumb_shape {
    width: 960px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .pu_beadcrumb_part .pu_beadcrumb_shape {
    width: 1200px;
  }
}

.pu_breadcrumb_inner_content {
  position: relative;
  z-index: 3;
  padding: 222px 0 300px;
}
@media (max-width: 991px) {
  .pu_breadcrumb_inner_content {
    padding: 200px 0 150px;
  }
}
.pu_breadcrumb_inner_content .sub_title {
  font-size: 18px;
  color: #f2cc8e;
  font-weight: bold;
  text-transform: uppercase;
}
.pu_breadcrumb_inner_content .title {
  font-size: 120px;
  color: #faf7e3;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .pu_breadcrumb_inner_content .title {
    font-size: 40px;
  }
}
.pu_breadcrumb_inner_content .pu_breadcrumb_nav {
  margin: 0;
  background-color: #fff;
  padding: 14px 44px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 185px;
}
@media (max-width: 991px) {
  .pu_breadcrumb_inner_content .pu_breadcrumb_nav {
    position: relative;
    bottom: auto;
    margin-top: 25px;
  }
}
.pu_breadcrumb_inner_content .pu_breadcrumb_nav .breadcrumb-item {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #d14f42;
}
.pu_breadcrumb_inner_content .pu_breadcrumb_nav .breadcrumb-item a {
  color: #363a57;
}
.pu_breadcrumb_inner_content .breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
  content: "।";
}

.pu_single_page_wrapper {
  margin-top: -85px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .pu_single_page_wrapper {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_single_page_wrapper {
    margin-top: -160px;
  }
}

.pu_causes_details_thumb {
  position: relative;
}
.pu_causes_details_thumb .causes_details_title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 55px 80px;
}
@media (max-width: 991px) {
  .pu_causes_details_thumb .causes_details_title {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .pu_causes_details_thumb .causes_details_title {
    padding: 15px;
    position: relative;
  }
}
.pu_causes_details_thumb .sub_title {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  padding: 0 28px 0 0;
  font-size: 14px;
  font-weight: 700;
}
.pu_causes_details_thumb .sub_title img {
  padding-right: 15px;
}
.pu_causes_details_thumb .title {
  font-size: 60px;
  color: #faf7e3;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.967;
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .pu_causes_details_thumb .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .pu_causes_details_thumb .title {
    color: #363a57;
  }
}

.pu_causes_details_content {
  padding: 50px;
  border: 1px solid #dadde2;
  border-top: 0px solid transparent;
}
@media (max-width: 767.98px) {
  .pu_causes_details_content {
    padding: 0;
    border: 0px solid transparent;
  }
}
.pu_causes_details_content .progress_bar {
  padding: 50px;
  background-color: #e9eaef;
}
@media (max-width: 767.98px) {
  .pu_causes_details_content .progress_bar {
    padding: 20px;
  }
}
.pu_causes_details_content .progress_bar .amount {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
}
.pu_causes_details_content .progress_bar .desc {
  font-size: 12px;
  color: #7b7f85;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
.pu_causes_details_content .progress_bar .percentCount {
  font-weight: 700;
  font-size: 14px;
  color: #363a57;
  font-family: "Rajdhani", sans-serif;
  position: absolute;
  top: -36px;
  right: 0;
  margin-top: 0;
}
.pu_causes_details_content .progress_bar .progressbar {
  background-color: #fff;
}
.pu_causes_details_content .pu_donate_form {
  margin-top: 28px;
}
.pu_causes_details_content .pu_donate_form .form-control {
  border: 0px solid transparent;
  height: 50px;
  line-height: 50px;
}
.pu_causes_details_content .pu_donate_form .input-group {
  border: 2px solid #f0eeec;
}
.pu_causes_details_content .pu_donate_form .pu_form_row {
  margin-bottom: 20px;
}
.pu_causes_details_content .pu_donate_form .input-group-text {
  border: 0px solid transparent;
  border-right: 2px solid #f0eeec;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  width: 47px;
  background-color: #fbfafa;
  border-radius: 0px;
}
.pu_causes_details_content .pu_donate_form .btn_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pu_causes_details_content .pu_donate_form .btn_list .donate_btn {
  margin-right: 10px;
  border: 2px solid #f0eeec;
  height: 46px;
  width: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #4c5a74;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 991px) {
  .pu_causes_details_content .pu_donate_form .btn_list .donate_btn {
    margin-bottom: 10px;
  }
}
.pu_causes_details_content .img_list {
  margin-top: 50px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  orphans: 1;
  widows: 1;
}
@media (max-width: 576px) {
  .pu_causes_details_content .img_list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pu_causes_details_content .img_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.pu_causes_details_content .img_list img {
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .pu_causes_details_content .img_list img {
    margin-bottom: 30px;
  }
}
.pu_causes_details_content .img_list + p {
  margin-top: 30px;
}
.pu_causes_details_content .img_list + p + p {
  margin-top: 30px;
}

.popular_causes_list_section .popular_causes_list_wrapper {
  margin-bottom: 30px;
}

.pu_donate_form_wrapper {
  background-color: #f0eeec;
  padding: 54px 50px;
}
@media (max-width: 991px) {
  .pu_donate_form_wrapper {
    padding: 30px 20px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_donate_form_wrapper {
    padding: 30px 20px;
  }
}
.pu_donate_form_wrapper .donate_form_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 4px;
}
.pu_donate_form_wrapper .form-row > .col, .pu_donate_form_wrapper .form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.pu_donate_form_wrapper .donate_amount_btn {
  height: 90px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  line-height: 90px;
  text-align: center;
  font-size: 24px;
  font-family: "Rajdhani", sans-serif;
  color: #757575;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .pu_donate_form_wrapper .donate_amount_btn {
    height: 50px;
    line-height: 50px;
    padding: 2px 10px;
  }
}
.pu_donate_form_wrapper input.donate_amount_btn {
  text-align: left;
  padding: 10px 80px;
}
.pu_donate_form_wrapper .niceSelect, .pu_donate_form_wrapper .cu_input {
  height: 70px;
  line-height: 70px;
  padding: 10px 45px;
  font-size: 16px;
  font-weight: 600;
  color: #757575;
  margin-top: 20px;
  border-radius: 0;
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  .pu_donate_form_wrapper .niceSelect, .pu_donate_form_wrapper .cu_input {
    padding: 10px 20px;
  }
}
.pu_donate_form_wrapper .niceSelect {
  line-height: 42px;
}
.pu_donate_form_wrapper .niceSelect:after {
  height: 8px;
  right: 30px;
  top: 43%;
  width: 8px;
}

.pu_event_details_thumb {
  position: relative;
}
.pu_event_details_thumb .event_thumb_inner {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 55px 80px;
}
@media (max-width: 991px) {
  .pu_event_details_thumb .event_thumb_inner {
    padding: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_event_details_thumb .event_thumb_inner {
    bottom: 200px;
  }
}
@media (max-width: 767.98px) {
  .pu_event_details_thumb .event_thumb_inner {
    padding: 15px;
    position: relative;
  }
}
.pu_event_details_thumb .title {
  font-size: 60px;
  color: #faf7e3;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.967;
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .pu_event_details_thumb .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .pu_event_details_thumb .title {
    color: #363a57;
  }
}
.pu_event_details_thumb .event_date {
  background-color: #d14f42;
  font-size: 29px;
  font-family: "Barlow", sans-serif;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  width: 70px;
  height: 90px;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  padding-top: 5px;
  margin-right: 30px;
}
.pu_event_details_thumb .event_date span {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 2px 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #c24033;
}
.pu_event_details_thumb .pu_countdown_content {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .pu_event_details_thumb .pu_countdown_content {
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_event_details_thumb .pu_countdown_content {
    position: relative;
  }
}
.pu_event_details_thumb .pu_countdown_running {
  background-color: #82b29a;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  orphans: 1;
  widows: 1;
  padding: 30px;
}
@media (max-width: 767.98px) {
  .pu_event_details_thumb .pu_countdown_running {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.pu_event_details_thumb .pu_countdown_running .pu_countdown_inner {
  text-align: center;
  background-color: #fff;
  padding: 20px 17px;
}
@media (max-width: 576px) {
  .pu_event_details_thumb .pu_countdown_running .pu_countdown_inner {
    margin-bottom: 5px;
  }
}
.pu_event_details_thumb .pu_countdown_running .pu_countdown_inner span {
  font-size: 30px;
  font-weight: 700;
  color: #363a57;
  margin-bottom: 6px;
  line-height: 1;
}
.pu_event_details_thumb .pu_countdown_running .pu_countdown_inner .pu_desc {
  font-size: 11px;
  font-weight: 500;
  color: #636886;
  text-transform: uppercase;
}

.pu_event_details_content .title {
  margin-top: 65px;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .pu_event_details_content .title {
    font-size: 30px;
  }
}
.pu_event_details_content .desc {
  margin-bottom: 40px;
}
.pu_event_details_content .img_list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  orphans: 1;
  widows: 1;
}
.pu_event_details_content .img_list img {
  border-radius: 5px;
  width: 100%;
}

.pu_event_sidebar_wrapper {
  background-color: #f0eeec;
  padding: 40px;
}
@media (max-width: 991px) {
  .pu_event_sidebar_wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_event_sidebar_wrapper {
    padding: 20px;
  }
}
.pu_event_sidebar_wrapper .pu_sidebar_title {
  margin-bottom: 35px;
  padding: 16px 20px;
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.pu_event_sidebar_wrapper .event_list_meta {
  margin: 0;
  padding: 0;
}
.pu_event_sidebar_wrapper .event_list_meta li {
  list-style: none;
  margin-top: 24px;
  position: relative;
  padding-left: 50%;
  font-size: 16px;
}
.pu_event_sidebar_wrapper .event_list_meta li span {
  font-weight: 700;
  color: #363a57;
  position: absolute;
  left: 0;
  text-transform: uppercase;
}

.pu_event_sidebar_map .map {
  height: 330px;
}

.pu_event_slider .pu_upcoming_event_description .social_tooltip_wrapper {
  padding: 5px 20px;
  bottom: -45px;
  left: auto;
  right: 0;
  border: 0px solid transparent;
  background-color: transparent;
}
.pu_event_slider .pu_upcoming_event_description .social_tooltip_wrapper p {
  display: none;
}
.pu_event_slider .pu_upcoming_event_description .social_tooltip_wrapper:after {
  display: none;
}

.map {
  height: 500px;
  width: 100%;
}

.pu_contacr_wrapper {
  border: 2px solid #ebedf4;
}

.contact_form_title {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .contact_form_title {
    margin-bottom: 20px;
  }
}
.contact_form_title .sub_title {
  font-size: 20px;
  color: #e07a5e;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}
.contact_form_title .title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .contact_form_title .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .contact_form_title .title {
    font-size: 35px;
  }
}

.pu_contact_form_wrapper {
  background-color: #f0eeec;
  padding: 80px;
  height: 100%;
}
@media (max-width: 991px) {
  .pu_contact_form_wrapper {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_contact_form_wrapper {
    padding: 50px 30px;
  }
}
.pu_contact_form_wrapper .cu_input {
  border: 1px solid #fff;
  font-size: 16px;
  color: #757575;
  padding: 21px 46px;
}
.pu_contact_form_wrapper .form-group {
  margin-bottom: 20px;
}
.pu_contact_form_wrapper textarea.cu_input {
  width: 100%;
  min-height: 180px;
}

.pu_contact_info_wrapper {
  padding: 80px 40px;
}
@media (max-width: 991px) {
  .pu_contact_info_wrapper {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_contact_info_wrapper {
    padding: 50px 20px;
  }
}
.pu_contact_info_wrapper .social_icon {
  margin-top: 15px;
}
.pu_contact_info_wrapper .social_icon a {
  font-size: 16px;
  color: #1b1f2e;
  display: inline-block;
  margin-right: 8px;
  padding: 11px 18px;
  background-color: #f0eeec;
  transition: 0.3s;
}
.pu_contact_info_wrapper .social_icon a:hover {
  background-color: #d14f42;
  color: #fff;
}
@media (max-width: 991px) {
  .pu_contact_info_wrapper .social_icon a {
    margin-right: 4px;
  }
}
.pu_contact_info_wrapper .contact_page_info {
  text-align: center;
  margin-bottom: 37px;
}
.pu_contact_info_wrapper .contact_page_info:last-child {
  margin-bottom: 0;
}
.pu_contact_info_wrapper .info_title {
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.single_sidebar_wrapper {
  border: 2px solid #ededed;
  padding: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .single_sidebar_wrapper {
    padding: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single_sidebar_wrapper {
    padding: 25px;
  }
}
.single_sidebar_wrapper:last-child {
  margin-bottom: 0;
}
.single_sidebar_wrapper .pu_sidebar_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 50px;
  margin-bottom: 0;
  margin-bottom: 36px;
}
.single_sidebar_wrapper .pu_sidebar_title:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d14f42;
  height: 4px;
  width: 18px;
  border-radius: 3px;
}
.single_sidebar_wrapper .pu_sidebar_title:before {
  position: absolute;
  content: "";
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d14f42;
  height: 4px;
  width: 4px;
  border-radius: 3px;
}
.single_sidebar_wrapper.pu_admin_info {
  text-align: center;
}
.single_sidebar_wrapper.pu_admin_info .pu_sidebar_title {
  text-align: left;
}
.single_sidebar_wrapper.pu_admin_info .client_img {
  margin-bottom: 26px;
}
.single_sidebar_wrapper.pu_admin_info .author_name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}
.single_sidebar_wrapper.pu_admin_info .author_details {
  font-size: 14px;
  line-height: 26px;
}
.single_sidebar_wrapper.pu_admin_info .social_icon {
  margin-top: 16px;
}
.single_sidebar_wrapper.pu_admin_info .social_icon a {
  color: #636886;
  margin: 0 9px;
}
.single_sidebar_wrapper.pu_sidebar_search .pu_sidebar_search_form {
  display: flex;
  align-items: center;
}
.single_sidebar_wrapper.pu_sidebar_search .search_icon {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #82b29a;
  border: 1px solid #82b29a;
}
.single_sidebar_wrapper.pu_sidebar_search .search_icon i {
  color: #fff;
}
.single_sidebar_wrapper.pu_sidebar_search input {
  color: #251e5e;
  font-size: 12px;
  background-color: #f0f4f7;
  padding: 19px 30px;
  border: 1px solid #f0f4f7;
  line-height: 20px;
  width: 100%;
}
.single_sidebar_wrapper.pu_sidebar_search input::placeholder {
  color: #251e5e;
}
.single_sidebar_wrapper.pu_sidebar_feed .popular_post_inner {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e6ff;
  display: flex;
  align-items: center;
}
.single_sidebar_wrapper.pu_sidebar_feed .popular_post_inner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid transparent;
}
.single_sidebar_wrapper.pu_sidebar_feed .pu_title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.single_sidebar_wrapper.pu_sidebar_feed .pu_title a {
  color: #363a57;
}
.single_sidebar_wrapper.pu_sidebar_feed .pu_title a:hover {
  color: #d14f42;
}
.single_sidebar_wrapper.pu_sidebar_feed .popular_feed_thumb {
  max-width: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
.single_sidebar_wrapper.pu_sidebar_feed .pu_date {
  font-size: 14px;
  color: #1d2122;
}
.single_sidebar_wrapper.pu_sidebar_feed .pu_date i {
  margin-right: 5px;
}
.single_sidebar_wrapper.pu_category_list .category_tag {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single_sidebar_wrapper.pu_category_list .category_tag li {
  font-size: 14px;
  font-weight: 700;
  padding: 13px 30px;
  background-color: #363a57;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.single_sidebar_wrapper.pu_category_list .category_tag li a {
  color: #faf7e3;
  display: block;
}
.single_sidebar_wrapper.pu_category_list .category_tag li:last-child {
  margin-bottom: 0;
}
.single_sidebar_wrapper.pu_category_list .category_tag li span {
  background-color: #292c44;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_sidebar_wrapper.pu_category_list .category_tag li:hover {
  background-color: #e07a5e;
}
.single_sidebar_wrapper.pu_category_list .category_tag li:hover span {
  background-color: #d57156;
}
.single_sidebar_wrapper.pu_social_list .social_icon a {
  font-size: 14px;
  color: #091222;
  display: inline-block;
  margin-right: 8px;
  padding: 8px 14px;
  background-color: #ededed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_sidebar_wrapper.pu_social_list .social_icon a:hover {
  background-color: #d14f42;
  color: #fff;
}
.single_sidebar_wrapper.pu_twitter_feed .twitter_feed_inner {
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e6ff;
}
.single_sidebar_wrapper.pu_twitter_feed .twitter_feed_inner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid transparent;
}
.single_sidebar_wrapper.pu_twitter_feed .twitter_feed_inner i {
  color: #82b29a;
  position: absolute;
  left: 0;
  top: 5px;
}
.single_sidebar_wrapper.pu_twitter_feed .twitter_feed_inner .pu_desc {
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}
.single_sidebar_wrapper.pu_twitter_feed .twitter_feed_inner .pu_date {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
}
.single_sidebar_wrapper.pu_tag_list a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #f4f4f4;
  color: #363a57;
  display: inline-block;
  padding: 4px 21px;
  line-height: 22px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.single_sidebar_wrapper.pu_tag_list a:hover {
  background-color: #d14f42;
  color: #fff;
}
.single_sidebar_wrapper.pu_ads {
  position: relative;
  border: 0px solid transparent;
}
.single_sidebar_wrapper.pu_ads img {
  width: 100%;
}
.single_sidebar_wrapper.pu_ads .ads_desc {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 215px;
}
.single_sidebar_wrapper.pu_ads h5 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #e07a5e;
  padding: 25px;
}
.single_sidebar_wrapper.pu_ads h5 span {
  font-size: 16px;
  display: block;
}

.blog_paginition {
  margin-top: 10px;
}
.blog_paginition .page-link {
  position: relative;
  display: block;
  padding: 10px;
  line-height: 1.25;
  color: #1d2122;
  background-color: transparent;
  border: 2px solid #ededed;
  margin: 0 5px;
  font-size: 14px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
}
.blog_paginition .page-link:hover {
  background-color: #e07a5e;
  border: 2px solid #e07a5e;
  color: #fff;
}

.pu_blog_post_details {
  padding: 50px;
  border: 2px solid #ededed;
}
@media (max-width: 991px) {
  .pu_blog_post_details {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_blog_post_details {
    padding: 25px;
  }
}
.pu_blog_post_details .pu_blog_tag {
  background-color: #e07a5e;
  padding: 6px 25px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-bottom: 25px;
}
.pu_blog_post_details .post_title {
  font-size: 36px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.278;
  margin-bottom: 7px;
}
.pu_blog_post_details .post_title a {
  color: #363a57;
}
.pu_blog_post_details .blog_post_meta {
  margin-bottom: 12px;
}
.pu_blog_post_details .blog_post_meta a {
  color: #636886;
  font-size: 14px;
  margin-right: 30px;
}
.pu_blog_post_details .blog_post_meta a:hover {
  color: #e07a5e;
}
.pu_blog_post_details .blog_post_meta a i {
  margin-right: 8px;
}
.pu_blog_post_details .description {
  margin-bottom: 40px;
}
.pu_blog_post_details .blog_desc_img {
  margin-bottom: 40px;
}
.pu_blog_post_details .blog_desc_title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.pu_blog_post_details .blog_desc_title + .description {
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e6ff;
}
.pu_blog_post_details .blog_details_list {
  padding: 0;
  margin: 0;
}
.pu_blog_post_details .blog_details_list li {
  list-style: none;
  margin-left: 22px;
}
.pu_blog_post_details .blog_details_list li img, .pu_blog_post_details .blog_details_list li i {
  margin-right: 8px;
  color: #d14f42;
}
.pu_blog_post_details .quote_post_details {
  background-color: #ededed;
  padding: 56px 60px 53px;
  text-align: center;
  margin: 40px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .pu_blog_post_details .quote_post_details {
    padding: 20px;
  }
}
.pu_blog_post_details .quote_post_details .pu_name {
  font-size: 14px;
  color: #e07a5e;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.pu_blog_post_details .quote_post_details .quote_title {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 0;
}
.pu_blog_post_details .quote_post_details .quote_img {
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: -1;
}
.pu_blog_post_details .blog_desc_sm_img {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 40px;
  float: left;
}
.pu_blog_post_details .related_blog_post {
  margin-bottom: 50px;
}
.pu_blog_post_details .related_blog_post .title {
  font-size: 26px;
  color: #363a57;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.pu_blog_post_details .related_blog_post .blog_post_description .title {
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .pu_blog_post_details .related_blog_post .blog_post_description .title {
    font-size: 18px;
    line-height: 1.4;
  }
}

.blog_post_author {
  border: 2px solid #ededed;
  padding: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .blog_post_author {
    display: block;
    padding: 20px;
    margin-top: 40px;
  }
}
.blog_post_author .blog_post_author_desc {
  margin-left: 42px;
}
@media (max-width: 991px) {
  .blog_post_author .blog_post_author_desc {
    margin-left: 0;
    margin-top: 30px;
  }
}
.blog_post_author .blog_post_author_desc h5 {
  font-size: 12px;
  color: #e07a5e;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.blog_post_author .blog_post_author_desc .author_name {
  font-size: 36px;
  color: #363a57;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .blog_post_author .blog_post_author_desc .author_name {
    font-size: 25px;
  }
}
.blog_post_author .blog_post_author_desc .pu_desc {
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 991px) {
  .related_tag_list, .social_share_list {
    margin-bottom: 30px;
  }
}
.related_tag_list .title, .social_share_list .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .related_tag_list .title, .social_share_list .title {
    margin-bottom: 10px;
  }
}
.related_tag_list .post_tag a, .social_share_list .post_tag a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #f4f4f4;
  color: #363a57;
  display: inline-block;
  padding: 4px 21px;
  line-height: 22px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.related_tag_list .post_tag a:hover, .social_share_list .post_tag a:hover {
  background-color: #e07a5e;
  color: #fff;
}
.related_tag_list .social_icon a, .social_share_list .social_icon a {
  color: #b5becc;
  margin-right: 27px;
}
.related_tag_list .social_icon a:hover, .social_share_list .social_icon a:hover {
  color: #e07a5e;
}
.related_tag_list .social_icon a:last-child, .social_share_list .social_icon a:last-child {
  margin-right: 0;
}

.blog_details_meta {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e6ff;
}

@media (max-width: 576px) {
  .post_navigation .prev_post_nav, .post_navigation .next_post_nav {
    text-align: center;
    margin: 0 auto;
  }
}
.post_navigation .prev_post_nav h5, .post_navigation .next_post_nav h5 {
  font-size: 14px;
  color: #e07a5e;
  font-weight: 700;
  text-transform: uppercase;
}
.post_navigation .prev_post_nav .title, .post_navigation .next_post_nav .title {
  font-size: 28px;
  color: #363a57;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .post_navigation .prev_post_nav .title, .post_navigation .next_post_nav .title {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .post_navigation .prev_post_nav .title, .post_navigation .next_post_nav .title {
    font-size: 20px;
  }
}
.post_navigation .prev_post_nav:hover .title, .post_navigation .next_post_nav:hover .title {
  color: #e07a5e;
}
@media (max-width: 576px) {
  .post_navigation a {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .post_navigation a img {
    margin: 20px 0;
  }
}

.pu_comment_part h4 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 50px;
  line-height: 1;
}
.pu_comment_part img {
  max-width: 100px;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .pu_comment_part img {
    max-width: 50px;
  }
}
.pu_comment_part .media-body {
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  .pu_comment_part .media-body {
    padding-left: 20px;
  }
}
.pu_comment_part p {
  margin-top: 7px;
}
.pu_comment_part .comment_tittle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .pu_comment_part .comment_tittle {
    display: block;
  }
}
.pu_comment_part .comment_tittle h5 {
  font-weight: 700;
  font-size: 18px;
}
.pu_comment_part .comment_tittle h5 span {
  margin-top: 12px;
  color: #e07a5e;
  font-size: 12px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4;
}
.pu_comment_part .comment_tittle a {
  color: #363a57;
  font-size: 18px;
  font-weight: 600;
}
.pu_comment_part .comment_tittle a:hover {
  color: #82b29a;
}
.pu_comment_part .media {
  margin: 40px 0;
  border-bottom: 1px solid #e8ebf4;
}
.pu_comment_part .media p {
  color: #636886;
  font-size: 14px;
  line-height: 24px;
  margin-top: 13px;
}
.pu_comment_part .media .media {
  margin: 40px 0 40px 0;
  padding-top: 40px;
  border-top: 1px solid #e8ebf4;
}
@media (max-width: 767.98px) {
  .pu_comment_part .media .media {
    margin: 40px 0 25px 0;
  }
}
.pu_comment_part .media:last-child {
  border-bottom: 0 solid transparent;
}
.pu_comment_part .btn_arrow {
  border: 2px solid #f4f4ff;
  border-radius: 50px;
  color: #d14f42 !important;
  padding: 9px 18px;
  line-height: 1;
}
.pu_comment_part .btn_arrow i {
  margin-right: 5px;
  color: #e07a5e;
  position: relative;
  top: 0;
  margin-left: 0;
}
.pu_comment_part .btn_arrow:hover i, .pu_comment_part .btn_arrow:hover img {
  transform: translateX(-5px);
}

.pu_comment_form {
  margin-top: 47px;
  padding-top: 46px;
  border-top: 1px solid #eff2ff;
}
.pu_comment_form .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.pu_comment_form form {
  background-color: #f0eeec;
  padding: 50px;
  height: 100%;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .pu_comment_form form {
    padding: 50px 20px;
  }
}
.pu_comment_form textarea, .pu_comment_form input {
  width: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 5px 30px;
  color: #92908d;
  font-size: 14px;
}
.pu_comment_form textarea {
  height: 150px;
  top: 20px;
}
.pu_comment_form i {
  color: #dad0c5;
}
.pu_comment_form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.pu_comment_form .form-group i {
  position: absolute;
  right: 30px;
  top: 20px;
}
.pu_comment_form .cu_btn {
  margin-top: 10px;
  padding: 17px 70px;
}
@media (max-width: 991px) {
  .pu_comment_form .cu_btn {
    padding: 17px 40px;
  }
}
.pu_comment_form .cu_btn i {
  color: #fff;
  margin-right: 5px;
}

.pu_volunteer_form_thumb {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .pu_volunteer_form_thumb {
    margin-bottom: 40px;
  }
}
.pu_volunteer_form_thumb .pu_volunteer_form_title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 100px 70px;
}
@media (max-width: 991px) {
  .pu_volunteer_form_thumb .pu_volunteer_form_title {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .pu_volunteer_form_thumb .pu_volunteer_form_title {
    padding: 30px 0;
    position: relative;
  }
}
.pu_volunteer_form_thumb .sub_title {
  background-color: #e07a5e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 30px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .pu_volunteer_form_thumb .sub_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.pu_volunteer_form_thumb .title {
  font-size: 100px;
  color: #faf7e3;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.967;
  margin-bottom: 0;
  margin-top: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pu_volunteer_form_thumb .title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .pu_volunteer_form_thumb .title {
    font-size: 30px;
    color: #363a57;
  }
}

.pu_volunteer_form_requirment {
  padding: 55px 40px 60px 25px;
}
@media (max-width: 991px) {
  .pu_volunteer_form_requirment {
    padding: 30px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_volunteer_form_requirment {
    padding: 30px 20px;
  }
}
.pu_volunteer_form_requirment .title {
  font-size: 30px;
  color: #363a57;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 26px;
}
.pu_volunteer_form_requirment .description {
  margin-bottom: 29px;
  font-size: 16px;
  color: #818181;
}
.pu_volunteer_form_requirment ul {
  margin: 0;
  padding: 0;
  margin-bottom: 44px;
}
.pu_volunteer_form_requirment ul li {
  list-style: none;
  font-size: 16px;
  color: #818181;
  margin-bottom: 8px;
}
.pu_volunteer_form_requirment ul li i {
  color: #e07a5e;
  margin-right: 7px;
}
.pu_volunteer_form_requirment .pu_charety_org_info_wrapper {
  border: 2px solid #f0eeec;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.pu_volunteer_form_requirment .pu_charety_org_info_wrapper .pu_icon {
  padding: 28px 20px;
  height: 100%;
  position: relative;
  left: auto;
  top: auto;
  transform: translateY(0);
  border-right: 2px solid #f0eeec;
}
.pu_volunteer_form_requirment .pu_charety_org_info_wrapper .pu_icon img {
  max-width: 55px;
}
.pu_volunteer_form_requirment .pu_charety_org_info_wrapper .pu_charety_org_info_inner {
  padding: 20px;
}
.pu_volunteer_form_requirment .social_icon {
  margin-top: 30px;
}
.pu_volunteer_form_requirment .social_icon a {
  font-size: 16px;
  color: #1b1f2e;
  display: inline-block;
  margin-right: 8px;
  padding: 11px 18px;
  background-color: #f0eeec;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pu_volunteer_form_requirment .social_icon a:hover {
  background-color: #e07a5e;
  color: #fff;
}

.pu_gallery_details_thumb img {
  margin-bottom: 30px;
}
.pu_gallery_details_thumb img:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .pu_gallery_details_info {
    margin-top: 60px;
  }
}
.pu_gallery_details_info .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 18px;
}
.pu_gallery_details_info .description {
  margin-bottom: 30px;
}
.pu_gallery_details_info .pu_details_info {
  margin-top: 10px;
}
.pu_gallery_details_info .pu_details_info h5 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

.portfolio_gallery_nav {
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
  padding: 53px 0;
}

.pu_prev_portfolio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pu_prev_portfolio .portfolio_nav_item {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  color: #363a57;
  display: flex;
  align-items: center;
}
.pu_prev_portfolio .portfolio_nav_item i {
  font-size: 16px;
  margin-right: 18px;
}
.pu_prev_portfolio .portfolio_nav_item:last-child i {
  margin-right: auto;
  margin-left: 18px;
}

.pu_filter_button_group {
  text-align: center;
  margin-bottom: 73px;
}
.pu_filter_button_group .button {
  padding: 0;
  background-color: transparent;
  border: 0px solid transparent;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 20px;
  position: relative;
  line-height: 1;
  font-weight: 700;
  color: #636886;
}
.pu_filter_button_group .button:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 100%;
  background-color: #e07a5e;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pu_filter_button_group .button .filter-count {
  position: absolute;
  top: -10px;
  right: -19px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pu_filter_button_group .button.is-checked {
  color: #363a57;
}
.pu_filter_button_group .button.is-checked .filter-count {
  opacity: 1;
  visibility: visible;
}
.pu_filter_button_group .button.is-checked:after {
  bottom: -8px;
  opacity: 1;
}

@media (max-width: 991px) {
  .pu_gallery_filter {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pu_gallery_filter {
    padding-top: 50px;
  }
}
.pu_gallery_filter .pu_gallery_inner {
  margin-bottom: 30px;
}
.pu_gallery_filter .load_btn_wrapper {
  text-align: center;
  margin-top: 30px;
}

.pu_surmons_details_thumb {
  position: relative;
}
.pu_surmons_details_thumb .pu_surmons_thumb_content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 60px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pu_surmons_details_thumb .pu_surmons_thumb_content {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .pu_surmons_details_thumb .pu_surmons_thumb_content {
    padding: 15px;
    position: relative;
  }
}
.pu_surmons_details_thumb .title {
  font-size: 60px;
  color: #faf7e3;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.967;
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .pu_surmons_details_thumb .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pu_surmons_details_thumb .title {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .pu_surmons_details_thumb .title {
    color: #363a57;
  }
}
.pu_surmons_details_thumb .event_date {
  background-color: #d14f42;
  font-size: 29px;
  font-family: "Barlow", sans-serif;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  width: 70px;
  height: 90px;
  position: relative;
  text-align: center;
  margin-right: 30px;
  transform: translateY(-11px);
}
@media (max-width: 767.98px) {
  .pu_surmons_details_thumb .event_date {
    flex: 28% 0 0;
    margin-right: 10px;
  }
}
.pu_surmons_details_thumb .event_date span {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 2px 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #c24033;
}

.pu_sermons_details .pu_sermons_meta {
  padding: 30px 0;
  border-bottom: 1px solid #e0dcdc;
}
.pu_sermons_details .sermons_post_meta a {
  color: #636886;
  font-size: 14px;
  margin-right: 30px;
  font-weight: 600;
}
.pu_sermons_details .sermons_post_meta a span {
  color: #abadba;
}
.pu_sermons_details .sermons_post_meta a i {
  margin-right: 8px;
}
.pu_sermons_details .sermons_post_meta.meta_style_02 a {
  border: 1px solid #e0dcdc;
  padding: 8px 20px;
  color: #7b7f85;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .pu_sermons_details .sermons_post_meta.meta_style_02 a {
    margin: 5px 10px 5px 0;
  }
}
.pu_sermons_details .sermons_post_meta.meta_style_02 a i {
  margin-right: 10px;
  font-size: 27px;
}
.pu_sermons_details .sermons_post_meta.meta_style_02 a:hover i {
  color: #d14f42;
}
.pu_sermons_details .quote_post_details {
  background-color: #ededed;
  padding: 56px 60px 53px;
  text-align: center;
  margin: 40px 0 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .pu_sermons_details .quote_post_details {
    padding: 20px;
  }
}
.pu_sermons_details .quote_post_details .pu_name {
  font-size: 14px;
  color: #e07a5e;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.pu_sermons_details .quote_post_details .quote_title {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 0;
}
.pu_sermons_details .quote_post_details .quote_img {
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: -1;
}

.pu_sermons_details_content {
  margin-top: 26px;
}
.pu_sermons_details_content .title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .pu_sermons_details_content .title {
    font-size: 30px;
  }
}
.pu_sermons_details_content .description {
  margin-bottom: 20px;
}
.pu_sermons_details_content img {
  margin-top: 28px;
}
.pu_sermons_details_content .surmons_details_list {
  margin-top: 53px;
}
.pu_sermons_details_content .surmons_details_list .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .pu_sermons_details_content .surmons_details_list .title {
    font-size: 25px;
  }
}
.pu_sermons_details_content .surmons_details_list ul {
  margin: 0;
  padding: 0;
}
.pu_sermons_details_content .surmons_details_list ul li {
  list-style: none;
  font-size: 16px;
  position: relative;
  padding-left: 27px;
  margin-bottom: 5px;
}
.pu_sermons_details_content .surmons_details_list ul li img, .pu_sermons_details_content .surmons_details_list ul li i {
  left: 0;
  position: absolute;
  top: 5px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .pu_product_list {
    display: block;
    margin-bottom: 40px;
  }
  .pu_product_list .product_number {
    margin-bottom: 20px;
  }
}

.product_list_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .product_list_title {
    display: block;
    margin-bottom: 40px;
  }
}
.product_list_title .product_number {
  color: #a2a2b1;
  font-size: 16px;
}
.product_list_title .product_number span {
  color: #28282c;
}
.product_list_title .nc_select {
  border: 2px solid #f3f4f6;
  padding: 0 28px;
  color: #a2a2b1;
  font-size: 16px;
  min-width: 270px;
  border-radius: 3px;
  height: 55px;
  line-height: 50px;
}
.product_list_title .nc_select:after {
  display: none;
}
.product_list_title .nc_select:before {
  position: absolute;
  content: "";
  background-color: #f3f4f6;
  height: 55px;
  width: 55px;
  right: -2px;
  top: -2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #68686f;
  font-size: 16px;
  border-radius: 0 3px 3px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pu_product_list_wrapper {
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .pu_product_list_wrapper {
    margin-top: 20px;
  }
}
.pu_product_list_wrapper .product_thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.pu_product_list_wrapper .product_thumb img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.pu_product_list_wrapper .product_thumb .tricker {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 12px;
  font-family: "Rajdhani", sans-serif;
  color: #363a57;
  text-transform: uppercase;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: 20px;
  width: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pu_product_list_wrapper .cart_meta {
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 35%;
  max-width: 180px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.pu_product_list_wrapper .cart_meta a {
  display: inline-block;
  padding: 12px 19px;
  color: #7e7e7e;
  border-right: 1px solid #e5e5e5;
}
.pu_product_list_wrapper .cart_meta a:hover {
  color: #d14f42;
}
.pu_product_list_wrapper .cart_meta a:last-child {
  border-right: 0px solid;
}
.pu_product_list_wrapper:hover .cart_meta {
  opacity: 1;
  visibility: visible;
  bottom: 33%;
}
.pu_product_list_wrapper:hover .product_thumb img {
  transform: scale(1.1);
}
.pu_product_list_wrapper .product_info {
  margin-top: 15px;
}
.pu_product_list_wrapper .product_info .product_title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pu_product_list_wrapper .product_info .product_title a {
  display: inline-block;
  color: #363a57;
}
.pu_product_list_wrapper .product_info .product_title a:hover {
  color: #e07a5e;
}
.pu_product_list_wrapper .product_info .price {
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  color: #e07a5e;
  font-weight: 500;
}
.pu_product_list_wrapper .product_info .price span {
  margin-left: 12px;
  color: #999999;
  text-decoration: line-through;
}

.all_product_wrapper .load_more_btn {
  margin: 0 auto;
  margin-top: 40px;
  font-weight: 500;
  display: block;
}
@media (max-width: 991px) {
  .all_product_wrapper .load_more_btn {
    width: 100%;
    margin: 0 15px;
    margin-top: 40px;
  }
}

.cart_page_content .product_name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.cart_page_content .product_name span {
  font-size: 14px;
  font-weight: 400;
  color: #c2c2cc;
  display: block;
  margin-top: 4px;
  text-transform: capitalize;
  font-family: "Rajdhani", sans-serif;
}
.cart_page_content .product_name span span {
  color: #28282c;
  display: inline-block;
}
.cart_page_content table {
  border-collapse: collapse;
  width: 100%;
}
.cart_page_content table th {
  background-color: #f0eeec;
  color: #363a57;
  font-weight: 600;
  font-size: 18px;
}
.cart_page_content table td {
  border-bottom: 1px solid #e6e8eb;
}
.cart_page_content table td {
  color: #7d7d7d;
}
.cart_page_content table th {
  padding: 17px 30px;
  font-size: 18px;
  line-height: 26px;
}
.cart_page_content table td {
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .cart_page_content table table {
    width: 100%;
  }
  .cart_page_content table table,
.cart_page_content table thead,
.cart_page_content table tbody,
.cart_page_content table th,
.cart_page_content table td,
.cart_page_content table tr {
    display: block;
    border-bottom: 1px solid #eee;
  }
  .cart_page_content table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .cart_page_content table td {
    border-bottom: 1px solid #e6e8eb;
  }
  .cart_page_content table td {
    border: none;
    position: relative;
    padding-left: 50%;
  }
  .cart_page_content table td:before {
    position: absolute;
    top: 20px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    font-weight: bold;
  }
}
.cart_page_content .product_list h2 {
  text-align: center;
  margin-bottom: 110px;
  text-align: center;
}
@media (max-width: 991px) {
  .cart_page_content .product_list h2 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cart_page_content .product_list h2 {
    margin-bottom: 60px;
  }
}
.cart_page_content .product_list .Product {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cart_page_content .product_list .Product {
    display: block;
  }
}
.cart_page_content .product_list .Product i {
  color: #ed1c24;
  font-size: 18px;
  cursor: pointer;
}
.cart_page_content .product_list .Product img {
  margin: 0 25px 0 30px;
}
@media (max-width: 991px) {
  .cart_page_content .product_list .Product img {
    margin: 10px 5px;
  }
}
.cart_page_content .copun_text {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .cart_page_content .copun_text .cu_btn {
    margin-top: 20px;
  }
}
.cart_page_content .copun_text input {
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 12px 25px;
  height: auto;
}
.cart_page_content .copun_text .input-group-text {
  border-radius: 0;
  background-color: #82b29a;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  border: 1px solid #82b29a;
  margin-left: 30px;
}
.cart_page_content .copun_text .input-group-text i {
  font-size: 12px;
  margin-left: 7px;
}
.cart_page_content .copun_text ::placeholder {
  color: #7d7d7d;
  font-size: 16px;
}

.subtotal_sontent {
  margin-top: 10px;
  padding: 42px;
  border: 1px solid #f3f4f6;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .subtotal_sontent {
    padding: 15px;
  }
}
.subtotal_sontent .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 21px;
}
.subtotal_sontent .shiping_cancel {
  display: block;
  font-size: 16px;
  color: #e07a5e;
  margin-top: 10px;
}
.subtotal_sontent .nc_select {
  border: 1px solid transparent;
  padding: 0 28px;
  color: #a2a2b1;
  font-size: 16px;
  min-width: 270px;
  border-radius: 3px;
  height: 55px;
  line-height: 50px;
}
@media (max-width: 767.98px) {
  .subtotal_sontent .nc_select {
    min-width: 170px;
  }
}
.subtotal_sontent .nc_select:after {
  display: none;
}
.subtotal_sontent .nc_select:before {
  position: absolute;
  content: "";
  background-color: #f3f4f6;
  height: 55px;
  width: 55px;
  right: -2px;
  top: -2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #68686f;
  font-size: 16px;
  border-radius: 0 3px 3px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subtotal_sontent .single_subtotal_content {
  justify-content: space-between;
  padding: 22px 0 20px;
  border-bottom: 1px solid #d9d9d9;
}
.subtotal_sontent .single_subtotal_content h5 {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.subtotal_sontent .single_subtotal_content h5 span {
  color: #ff0000;
}
.subtotal_sontent .single_subtotal_content p {
  font-size: 14px;
  font-weight: 500;
  color: #87878d;
  line-height: 26px;
}
.subtotal_sontent .single_subtotal_content p span {
  font-weight: 700;
  font-size: 16px;
}
.subtotal_sontent .shiping_add {
  position: relative;
  padding-left: 30%;
}
.subtotal_sontent .shiping_add h5 {
  position: absolute;
  left: 0;
  margin-top: 5px;
}
.subtotal_sontent .form_style {
  background-color: #f0eeec;
  padding: 40px;
}
@media (max-width: 767.98px) {
  .subtotal_sontent .form_style {
    padding: 15px;
  }
}
.subtotal_sontent .form_style .nc_select, .subtotal_sontent .form_style .cu_input {
  margin-bottom: 10px;
  width: 100%;
}
.subtotal_sontent .form_style .cu_btn {
  text-transform: capitalize;
  max-width: auto;
}
.subtotal_sontent .cu_input {
  font-size: 16px;
  color: #7d7d7d;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
}
.subtotal_sontent ::placeholder {
  color: #7d7d7d;
  font-weight: 400;
}
.subtotal_sontent .full_width_btn {
  width: 100%;
  margin-top: 30px;
  display: block;
}

.product_count {
  width: 125px;
  position: relative;
}
.product_count input {
  border: 2px solid #f0eeec;
  padding: 14px 30px;
  line-height: 24px;
  width: 100%;
}
.product_count .product_quentity {
  background-color: #f0eeec;
  height: 55px;
  width: 55px;
  right: 0;
  top: 0;
  position: absolute;
}
.product_count ::placeholder {
  color: #7d7d7d;
}
.product_count .button-container {
  position: absolute;
}
.product_count .cart-qty-plus {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #7d7d7d;
  position: absolute;
  top: 19px;
  right: 21px;
  cursor: pointer;
}
.product_count .cart-qty-minus {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #7d7d7d;
  position: absolute;
  bottom: 19px;
  right: 21px;
  cursor: pointer;
}

.return_customer_btn, .coupon_toggle_btn {
  padding: 28px 25px;
  background-color: #fff;
  color: #87878d;
  border: 2px solid #f3f4f6;
  font-size: 16px;
  font-weight: 500;
}
.return_customer_btn i, .coupon_toggle_btn i {
  margin-right: 25px;
}
.return_customer_btn .troggle_btn, .coupon_toggle_btn .troggle_btn {
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0;
  margin: 0;
  color: #82b29a;
}

.coupon_toggle_btn {
  margin-top: 20px;
}

.coupon_code_toggle_box .submit_cupon_code, .coupon_code_toggle_box .return_customer_form {
  padding: 40px;
  background-color: #f0eeec;
}
@media (max-width: 767.98px) {
  .coupon_code_toggle_box .submit_cupon_code, .coupon_code_toggle_box .return_customer_form {
    padding: 20px;
  }
}
.coupon_code_toggle_box p {
  margin-bottom: 15px;
  font-size: 14px;
}
.coupon_code_toggle_box .cu_input {
  border: 1px solid #fff;
  background-color: #fff;
  color: #a2a2b1;
  font-size: 16px;
  border-radius: 5px;
  padding: 15px 30px;
}
@media (max-width: 767.98px) {
  .coupon_code_toggle_box .cu_input {
    margin-bottom: 10px;
  }
}
.coupon_code_toggle_box .reset_pass {
  font-size: 14px;
  color: #363a57;
}

.return_customer_form .form-check {
  padding-left: 54px;
}
@media (max-width: 767.98px) {
  .return_customer_form .form-check {
    padding-left: 20px;
  }
}
.return_customer_form .form-check-input {
  margin-top: 10px;
}
.return_customer_form .form-check-label {
  line-height: 1;
}
.return_customer_form .cu_btn {
  min-width: 130px;
}
.return_customer_form .cu_btn i {
  margin-left: 5px;
}

.pu_billing_form {
  margin-top: 54px;
}
.pu_billing_form .form-group {
  margin-bottom: 22px;
}
.pu_billing_form .title {
  margin-bottom: 35px;
  font-size: 24px;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.pu_billing_form label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #363a57;
  margin-bottom: 13px;
}
.pu_billing_form label span {
  color: #d14f42;
}
.pu_billing_form .cu_input {
  border: 2px solid #f3f4f6;
  font-size: 16px;
  padding: 14px 30px;
}
.pu_billing_form .cu_input:focus {
  border: 2px solid #82b29a !important;
  font-weight: 600;
}
.pu_billing_form .cu_input + .cu_input {
  margin-top: 12px;
}
.pu_billing_form #shiping_address {
  display: inline-block;
  float: left;
}

.order_details .title {
  margin-bottom: 40px;
  font-size: 24px;
  margin-top: 55px;
}
.order_details tbody td {
  font-size: 18px;
}
.order_details tbody td span {
  color: #363a57;
  font-size: 14px;
}

.dalevery_process {
  padding: 17px 20px;
  border-radius: 4px;
  background: #ededed;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 760px) {
  .order_details tr {
    margin-bottom: 20px;
  }
  .order_details tbody td {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.pu_billing_form .nc_select {
  border: 1px solid #ddd;
  padding: 0 28px;
  color: #a2a2b1;
  font-size: 16px;
  min-width: 270px;
  border-radius: 3px;
  height: 55px;
  line-height: 50px;
  width: 100%;
}
.pu_billing_form .nc_select:after {
  display: none;
}
.pu_billing_form .nc_select:before {
  position: absolute;
  content: "";
  background-color: #f3f4f6;
  height: 55px;
  width: 55px;
  right: -1px;
  top: -1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #68686f;
  font-size: 16px;
  border-radius: 0 3px 3px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order_details .title {
  font-size: 32px;
  font-weight: 600;
}
.order_details table th {
  padding: 17px 40px;
}
.order_details table td {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 40px;
}
.order_details table h5 {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.order_details table h5 span {
  font-weight: 700;
}
.order_details table p {
  font-size: 18px;
  font-weight: 700;
}
.order_details table p span {
  color: #d14f42;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
}

.woo_account_create {
  cursor: pointer;
  margin-top: 30px;
}
.woo_account_create i {
  margin-right: 10px;
  font-size: 8px;
  border: 4px solid #82b29a;
  border-radius: 50%;
  color: #fff;
  transform: translateY(-3px);
}
.woo_account_create .woo_account_wrapper {
  background-color: #f0eeec;
  padding: 20px 35px;
  margin-top: 16px;
  position: relative;
}
.woo_account_create .woo_account_wrapper:after {
  position: absolute;
  top: -15px;
  left: 25px;
  width: 34px;
  height: 15px;
  content: "";
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background-color: #f0eeec;
}
.woo_account_create .woo_account_wrapper p {
  font-size: 16px;
}

.woo_payment_mathord {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #87878d;
  margin-top: 35px;
}
@media (max-width: 767.98px) {
  .woo_payment_mathord {
    display: block;
  }
}
.woo_payment_mathord i, .woo_payment_mathord p, .woo_payment_mathord img {
  margin-right: 30px;
}
.woo_payment_mathord a {
  color: #82b29a;
}

.woo_btn {
  text-transform: capitalize;
  margin-top: 60px;
  font-size: 16px;
  letter-spacing: auto;
  letter-spacing: 0;
}
.woo_btn i {
  margin-left: 5px;
}

.wishlist_part table {
  width: 100%;
}
.wishlist_part table .product_img {
  max-width: 80px;
}
.wishlist_part table span.fas {
  cursor: pointer;
}
.wishlist_part table td {
  padding: 10px 5px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.wishlist_part table td:first-child {
  padding: 10px 30px;
  border-left: 1px solid #ddd;
}
@media (max-width: 991px) {
  .wishlist_part table td:first-child {
    border-left: 1px solid transparent;
  }
}
@media (max-width: 991px) {
  .wishlist_part table td {
    border-top: 1px solid transparent;
  }
}
.wishlist_part table td h4 {
  font-size: 18px;
}
.wishlist_part table td h4 a {
  font-weight: 700;
  color: #363a57;
}
.wishlist_part table td h5 {
  font-size: 15px;
}
.wishlist_part table td .cu_btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .wishlist_part table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
}
.wishlist_part table tr {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wishlist_part table tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .wishlist_part table tr {
    display: grid;
  }
}

.wishlist_footer {
  margin-top: 30px;
}
.wishlist_footer .wishlist_tag {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .wishlist_footer .wishlist_tag {
    margin-bottom: 20px;
  }
}
.wishlist_footer .wishlist_tag .wishlist_tag_list a {
  display: inline-block;
  margin-left: 10px;
  color: #111;
}
.wishlist_footer .copy_wishlist p {
  white-space: nowrap;
  margin-right: 15px;
}
.wishlist_footer .copy_wishlist .cu_input {
  border: 1px solid #ddd;
}
.wishlist_footer .copy_wishlist .cu_input:focus {
  border: 1px solid #5758e0;
}
.wishlist_footer .copy_wishlist .cu_btn {
  padding: 17px 34px;
  min-width: auto;
}

.product_thumb {
  position: relative;
}
.product_thumb img {
  width: 100%;
}
.product_thumb .tag_tricker {
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 20px;
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #363a57;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .product_details_content {
    margin-top: 30px;
  }
}
.product_details_content .product_name {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .product_details_content .product_name {
    font-size: 25px;
  }
}
.product_details_content .product_rating {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .product_details_content .product_rating {
    display: block;
  }
}
.product_details_content .product_rating ul {
  margin: 0;
  padding: 0;
}
.product_details_content .product_rating ul li {
  list-style: none;
  display: inline-block;
  color: #ff9700;
}
.product_details_content .product_rating span {
  margin-left: 14px;
  color: #87878d;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .product_details_content .product_rating span {
    margin-left: 0;
    margin-top: 10px;
  }
}
.product_details_content .desription {
  margin-bottom: 35px;
  font-size: 16px;
  color: #87878d;
}
@media (max-width: 991px) {
  .product_details_content .desription {
    margin-bottom: 20px;
  }
}
.product_details_content .product_price {
  font-size: 24px;
  font-weight: 700;
  color: #e07a5e;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .product_details_content .product_price {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
.product_details_content .product_price span {
  font-size: 18px;
  color: #c6c6d0;
  margin-right: 20px;
  text-decoration: line-through;
}
.product_details_content .cart_product {
  display: flex;
  align-items: start;
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .product_details_content .cart_product {
    display: inline-block;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product_details_content .cart_product {
    margin-bottom: 25px;
  }
}
.product_details_content .cart_product .cu_btn {
  text-transform: uppercase;
}
.product_details_content .cart_product .btn_3 {
  margin: 0 0 0 30px;
  letter-spacing: 1px;
  border-radius: 3px;
}
@media (max-width: 767.98px) {
  .product_details_content .cart_product .btn_3 {
    margin: 10px 10px 0 0;
  }
}
.product_details_content .cart_product .product_count input {
  border-radius: 3px;
}
.product_details_content .cart_product .product_count .product_quentity {
  border-radius: 0 3px 3px 0;
}
.product_details_content .cart_product .heart_btn {
  min-width: auto;
}
.product_details_content .cart_product .heart_btn i {
  margin-left: 0;
}
.product_details_content .category, .product_details_content .tag {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
  color: #c2c2cc;
  font-family: "Barlow", sans-serif;
}
.product_details_content .category a, .product_details_content .category span, .product_details_content .tag a, .product_details_content .tag span {
  color: #28282c;
  display: inline-block;
  font-family: "Barlow", sans-serif;
}

.product_details_description .tab_menu_item {
  padding: 40px 60px;
  border-top: 2px solid #eee;
  border-right: 2px solid #eee;
  border-left: 2px solid #eee;
}
@media (max-width: 767.98px) {
  .product_details_description .tab_menu_item {
    padding: 20px 30px;
  }
}
.product_details_description .tab_menu_item .nav-link {
  padding: 0;
  color: #363a57;
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 55px;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}
@media (max-width: 767.98px) {
  .product_details_description .tab_menu_item .nav-link {
    margin-right: 20px;
  }
}
.product_details_description .tab_menu_item .nav-link.active {
  color: #e07a5e;
  border-bottom: 3px solid #e07a5e;
}
.product_details_description .product_details_inner {
  padding: 0 60px 40px;
  border-bottom: 2px solid #eee;
  border-right: 2px solid #eee;
  border-left: 2px solid #eee;
}
@media (max-width: 767.98px) {
  .product_details_description .product_details_inner {
    padding: 0 20px 30px;
  }
}
.product_details_description .product_details_inner p {
  font-size: 16px;
  margin-bottom: 32px;
}
.product_details_description .product_details_inner .description_list {
  margin: 0;
  padding: 0;
}
.product_details_description .product_details_inner .description_list li {
  list-style: none;
  position: relative;
  padding-left: 90px;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .product_details_description .product_details_inner .description_list li {
    padding-left: 25px;
  }
}
.product_details_description .product_details_inner .description_list li:after {
  position: absolute;
  content: "";
  left: 60px;
  top: 5px;
  width: 7px;
  height: 7px;
  background-color: #e07a5e;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .product_details_description .product_details_inner .description_list li:after {
    left: 5px;
    top: 7px;
  }
}
.product_details_description .product_details_inner .description_list li .desc_title {
  font-size: 16px;
  color: #363a57;
  margin-bottom: 8px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}
.product_details_description .product_details_inner .description_list li .desc_content {
  font-size: 16px;
}

.product_review_wrapper {
  padding: 0 60px 40px;
  border-bottom: 2px solid #eee;
  border-right: 2px solid #eee;
  border-left: 2px solid #eee;
}
@media (max-width: 767.98px) {
  .product_review_wrapper {
    padding: 0 20px 15px;
  }
}
.product_review_wrapper .client_list_inner {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f3f4f6;
}
@media (max-width: 767.98px) {
  .product_review_wrapper .client_list_inner {
    display: block;
  }
}
.product_review_wrapper .client_list_inner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 1px solid transparent;
}
.product_review_wrapper .client_img {
  flex: 100px 0 0;
}
.product_review_wrapper .client_spece {
  margin-left: 23px;
}
@media (max-width: 767.98px) {
  .product_review_wrapper .client_spece {
    margin-left: 0;
    margin-top: 10px;
  }
}
.product_review_wrapper .client_spece_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}
@media (max-width: 767.98px) {
  .product_review_wrapper .client_spece_title {
    display: block;
  }
}
.product_review_wrapper .client_spece_title .client_name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.product_review_wrapper .client_spece_title .client_name span {
  font-size: 12px;
  color: #ccccd4;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  margin-left: 30px;
}
.product_review_wrapper .client_spece_title ul {
  padding: 0;
  margin: 0;
}
.product_review_wrapper .client_spece_title ul li {
  display: inline-block;
  font-size: 12px;
  color: #ff9700;
}
.product_review_wrapper .description {
  font-size: 16px;
  line-height: 24px;
}

.review_form_iner {
  padding: 40px;
  background-color: #eeeeee;
}
@media (max-width: 767.98px) {
  .review_form_iner {
    padding: 30px 20px;
  }
}
.review_form_iner .title {
  font-size: 32px;
  color: #28282c;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.review_form_iner .desc {
  font-size: 16px;
}
.review_form_iner .cu_input {
  background-color: #fff;
  border: 2px solid #fff;
  margin-bottom: 20px;
}
.review_form_iner .cu_input:focus {
  border: 2px solid #82b29a !important;
  color: #363a57;
}
.review_form_iner .base_btn {
  min-width: 0;
  text-transform: capitalize;
  padding: 17px 32px;
  border-radius: 3px;
}
.review_form_iner .base_btn i {
  margin-left: 7px;
}
.review_form_iner .pu_rating_part {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.review_form_iner .pu_rating_part p {
  font-size: 16px;
}
.review_form_iner .pu_rating_part p span {
  color: #d14f42;
}
.review_form_iner .pu_rating_part .pu_rating {
  margin-left: 22px;
}
.review_form_iner .pu_rating_part .pu_rating i {
  color: #d3d3da;
  font-size: 14px;
}

.related_product_title {
  text-align: center;
  margin-bottom: 45px;
}
.related_product_title .title {
  font-size: 42px;
  color: #28282c;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .related_product_title .title {
    font-size: 30px;
  }
}

.related_product_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.related_product_pagination i {
  color: #dbdbde;
  font-size: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.related_product_pagination i:hover {
  color: #d14f42;
}
.related_product_pagination .nav_product_list {
  margin: 0 50px;
}

@media (max-width: 991px) {
  .team_details_content {
    margin-top: 40px;
  }
}
.team_details_content .team_details_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .team_details_content .team_details_title {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .team_details_content .team_details_title {
    display: block;
  }
}
.team_details_content .team_details_title .name {
  text-transform: uppercase;
  font-weight: 700;
  color: #363a57;
  font-size: 32px;
  margin-bottom: 0;
}
.team_details_content .team_details_title .name span {
  color: #e07a5e;
  font-size: 16px;
  display: block;
  line-height: 1;
}
@media (max-width: 991px) {
  .team_details_content .team_details_title .social_icon {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .team_details_content .team_details_title .social_icon {
    margin-top: 10px;
  }
}
.team_details_content .team_details_title .social_icon a {
  font-size: 16px;
  color: #1b1f2e;
  display: inline-block;
  margin-right: 8px;
  padding: 11px 18px;
  background-color: #ddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .team_details_content .team_details_title .social_icon a {
    margin-bottom: 8px;
  }
}
.team_details_content .team_details_title .social_icon a:last-child {
  margin-right: 0;
}
.team_details_content .team_details_title .social_icon a:hover {
  background-color: #e07a5e;
  color: #fff;
}
.team_details_content .description {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 26px;
}
.team_details_content .team_member_info p {
  position: relative;
  padding-left: 20%;
  margin-bottom: 6px;
  font-size: 16px;
}
.team_details_content .team_member_info p span {
  color: #363a57;
  font-weight: 700;
  left: 0;
  position: absolute;
}
.team_details_content .team_member_info p a {
  color: #636886;
}

.team_member_img img {
  width: 100%;
}

.team_member_skil {
  margin-bottom: 80px;
}
.team_member_skil .progress_bar {
  margin-top: 25px;
}
.team_member_skil .percentCount {
  position: absolute;
  right: 0;
  top: -39px;
}
.team_member_skil .amount {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #363a57;
}
.team_member_skil .title {
  margin-top: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
}

.pu_custom_modal_content .modal_style_close_btn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  z-index: 999;
}
.pu_custom_modal_content .modal-dialog {
  max-width: 560px;
}
.pu_custom_modal_content .modal-content {
  padding: 60px;
}
@media (max-width: 991px) {
  .pu_custom_modal_content .modal-content {
    padding: 20px;
  }
}
.pu_custom_modal_content .modal-body {
  padding: 0;
}
.pu_custom_modal_content h2 {
  font-size: 30px;
  font-family: "Barlow", sans-serif;
  color: #262626;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .pu_custom_modal_content h2 {
    font-size: 25px;
  }
}
.pu_custom_modal_content h2 span {
  font-size: 18px;
  color: #7c7a71;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .pu_custom_modal_content h2 span {
    display: block;
    margin-left: 0;
  }
}
.pu_custom_modal_content p {
  font-size: 18px;
}
.pu_custom_modal_content .share_icon_list .social_btn {
  flex: 50% 0 0;
  padding: 13px 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3b5998;
  color: #fff;
}
@media (max-width: 991px) {
  .pu_custom_modal_content .share_icon_list .social_btn {
    margin-bottom: 10px;
  }
}
.pu_custom_modal_content .share_icon_list .social_btn i {
  font-size: 16px;
  color: #fff;
}
.pu_custom_modal_content .share_icon_list .social_btn p {
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
  line-height: 20px;
}
.pu_custom_modal_content .share_icon_list .social_btn p span {
  font-size: 12px;
  line-height: 1;
  display: block;
}
.pu_custom_modal_content .share_icon_list .social_btn:first-child {
  border-radius: 6px 0 0 6px;
}
@media (max-width: 991px) {
  .pu_custom_modal_content .share_icon_list .social_btn:first-child {
    border-radius: 0;
  }
}
.pu_custom_modal_content .share_icon_list .social_btn:last-child {
  border-radius: 0 6px 6px 0;
}
@media (max-width: 991px) {
  .pu_custom_modal_content .share_icon_list .social_btn:last-child {
    border-radius: 0;
  }
}
.pu_custom_modal_content .share_icon_list .social_icon {
  height: 33px;
  width: 33px;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 30px #112b62;
  padding: 17px;
}
.pu_custom_modal_content .share_icon_list .twitter {
  background-color: #26a6d1;
}
.pu_custom_modal_content #res_pass_btn {
  background-color: transparent;
  border: 0px solid transparent;
  margin-bottom: 10px;
}
.pu_custom_modal_content .popup_form {
  margin-top: 40px;
  border: 25px solid transparent;
  border-radius: 5px;
  border-image: url(../img/frame.png) 30 round;
  padding: 19px;
}
@media (max-width: 767.98px) {
  .pu_custom_modal_content .popup_form {
    border: 0 solid transparent;
    padding: 0;
  }
}
.pu_custom_modal_content .popup_form .form-group {
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .pu_custom_modal_content .popup_form .form-group {
    margin-bottom: 20px;
  }
}
.pu_custom_modal_content .popup_form .form-group label {
  font-size: 14px;
  color: #262626;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin-bottom: 14px;
  display: block;
}
.pu_custom_modal_content .popup_form .form-group .modal_btn_1 {
  border: 0px solid transparent;
  background-color: transparent;
  font-family: "Barlow", sans-serif;
  color: #e07a5e;
  text-align: right;
  float: right;
  margin-bottom: 14px;
}
.pu_custom_modal_content .popup_form .form-group .cu_input {
  border: 1px solid #eeede7;
  background-color: #eeede7;
  height: 50px;
  line-height: 50px;
  padding: 8px 30px;
  color: #7c7a71;
  font-size: 14px;
  border-radius: 5px;
}
.pu_custom_modal_content .popup_form .form-group .cu_input:focus {
  box-shadow: 0px 10px 40px 0px rgba(34, 34, 34, 0.1) !important;
  border: 1px solid #fff !important;
  background-color: #fff;
  color: #262626;
}
.pu_custom_modal_content .popup_form .cu_btn {
  min-width: 160px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .pu_custom_modal_content .popup_form .cu_btn {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.pu_custom_modal_content .popup_form .Remember_pass {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .pu_custom_modal_content .popup_form .Remember_pass {
    margin-left: 0;
    margin-top: 10px;
  }
}
.pu_custom_modal_content .popup_form .Remember_pass label {
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #7c7a71;
}

.singup_modal_style .modal-dialog {
  max-width: 960px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .singup_modal_style .modal-dialog {
    max-width: 80%;
  }
}
@media (max-width: 767.98px) {
  .singup_modal_style .modal-dialog {
    max-width: 90%;
  }
}
.singup_modal_style h5 {
  font-size: 14px;
  color: #262626;
  font-weight: 700;
  line-height: 2.857;
  margin-right: 30px;
  font-family: "Barlow", sans-serif;
}
.singup_modal_style .share_icon_list .social_btn {
  padding: 13px 25px;
}
.singup_modal_style .popup_form {
  padding: 10px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .single_footer_widget {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single_footer_widget {
    margin: 0 0 45px;
  }
}
.single_footer_widget .footer_logo {
  display: inline-block;
}
.single_footer_widget .footer_logo img {
  max-width: 150px;
}
.single_footer_widget .desc {
  color: #d9d9da;
}
.single_footer_widget .footer_logo + .desc {
  margin-top: 30px;
}
.single_footer_widget .read_more_btn {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
}
.single_footer_widget .read_more_btn i {
  color: #e07a5e;
  margin-left: 6px;
  font-size: 12px;
}
.single_footer_widget .social_icon {
  margin-top: 40px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
}
@media (max-width: 991px) {
  .single_footer_widget .social_icon {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single_footer_widget .social_icon {
    margin-top: 20px;
  }
}
.single_footer_widget .social_icon a {
  font-size: 16px;
  color: #1b1f2e;
  display: inline-block;
  margin-right: 8px;
  padding: 11px 18px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_footer_widget .social_icon a:hover {
  background-color: #e07a5e;
  color: #fff;
}
.single_footer_widget .widget_tittle {
  font-size: 32px;
  line-height: 1.34em;
  margin: 0 0 20px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 991px) {
  .single_footer_widget .widget_tittle {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single_footer_widget .widget_tittle {
    margin: 0 0 15px;
  }
}
.single_footer_widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single_footer_widget ul li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #d9d9da;
}
.single_footer_widget ul li a {
  color: #d9d9da;
}
.single_footer_widget ul li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-left: 5px;
}
.single_footer_widget #mc_embed_signup {
  margin-top: 30px;
}
.single_footer_widget .input-group {
  margin-bottom: 30px;
}
.single_footer_widget .input-group .form-control {
  height: 50px;
  border-radius: 0;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 8px 25px;
}
.single_footer_widget .input-group .input-group-text {
  border-radius: 0;
  border-color: #82b29a;
  background-color: #82b29a;
  width: 50px;
  text-align: center;
  justify-content: center;
  margin-left: -5px;
  z-index: 9;
}
.single_footer_widget .input-group .input-group-text.bg_color_1 {
  background-color: #02bda3;
}
.single_footer_widget .input-group .input-group-text i {
  color: #fff;
}

.copyright_part {
  border-top: 1px solid rgba(147, 147, 147, 0.12);
  padding: 30px 0;
  text-align: center;
}
.copyright_part .copyright_desc {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  color: #d9d9da;
  line-height: 1.857;
}
.copyright_part.copyright_style_02 {
  background-color: #2b2733;
  padding: 27px 49px;
  box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.34);
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0px solid transparent;
}
@media (max-width: 991px) {
  .copyright_part.copyright_style_02 {
    display: block;
    margin-bottom: 50px;
  }
}
.copyright_part.copyright_style_02 .copyright_desc, .copyright_part.copyright_style_02 .pu_footer_scorl_top {
  color: #939393;
  font-size: 14px;
}
@media (max-width: 991px) {
  .copyright_part.copyright_style_02 .pu_footer_scorl_top {
    margin-top: 15px;
  }
}
.copyright_part.copyright_style_02 .pu_footer_scorl_top i {
  margin-left: 8px;
}

.footer_content.sec_padding {
  padding-top: 200px;
}

/*# sourceMappingURL=style.css.map */