@charset "UTF-8";
/* ------------------------------------------------------
@File: Default Styles
@Author: Themazine.
@Developed By: Emran Khan
@Developer Email: fed.emran@gmail.com
@Developer URL: http://emran-khan.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
------------------------------------------------------- */
/* ======================================================
@Template Name: Gorib 
@Author: Themazine. 
@Default Styles

Table of Content: 
01/ Variables
02/ Prefix
03/ Animat 
04/ Header
05/ Banner
06/ Donation
07/ School
08/ Crypto
08/ Event
09/ Countarup
10/ Causes 
11/ About 
12/ Protfoilo
13/ Blog 
14/ Pricing
15/ Services
16/ From 
17/ Footer 
18/ Responsive    
===================================================== */
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/* Button Style */
@import url(../css/bootstrap.min.css);
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
@import url(../css/font-awesome.min.css);
@import url(../vendors/flat-icon/flaticon.css);
@import url(../vendors/animate-css/animate.css);
@import url(../vendors/magnify-popup/magnific-popup.css);
@import url(../vendors/owl-carousel/owl.carousel.min.css);
@import url(../vendors/lightbox/simpleLightbox.css);
@import url("https://fonts.googleapis.com/css?family=Comfortaa:400,700|Muli:400,600,700,800");
.theme_btn {
  color: #fff;
  text-align: center;
  font: 600 18px/55px "Muli", sans-serif;
  display: inline-block;
  padding: 0 20px;
  background-image: linear-gradient(to right, #fc5862 0%, #fdb065 51%, #fc5862 100%);
  background-size: 200% auto;
  z-index: 1;
}
.theme_btn:hover, .theme_btn:focus {
  color: #fff;
  background-position: right center;
  text-decoration: none;
  box-shadow: 0px 12px 30px 0px rgba(174, 174, 174, 0.35);
}

/* Preloader */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/preloader.svg");
}

/*----------------------------------------------------*/
/*Prefix Styles*/
body {
  font-family: "Muli", sans-serif;
  /*Section Fix*/
  /*Ancore*/
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
}
body p {
  color: rgba(0, 0, 0, 0.702);
  margin: 0;
  font: 400 16px/28px "Muli", sans-serif;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
}
body section.row, body header.row, body footer.row {
  margin: 0;
}
body #success {
  display: none;
}
body #error {
  display: none;
}
body iframe {
  border: none;
}
body i:before {
  margin-left: 0px !important;
}
body a, body .btn, body button {
  outline: none;
  transition: all 300ms linear 0s;
}
body a:before, body a:after, body .btn:before, body .btn:after, body button:before, body button:after {
  transition: all 300ms linear 0s;
}
body a:focus, body a:hover, body .btn:focus, body .btn:hover, body button:focus, body button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

#parallax {
  overflow: hidden;
  display: block;
}

/* post_select */
.post_select {
  position: relative;
  background: #fff;
  border: 0;
  box-shadow: none;
  outline: none;
  font: 400 16px/40px "Muli", sans-serif;
  padding: 0 30px;
  height: auto;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.6);
  min-width: 150px;
  background-color: transparent;
}
.post_select:after {
  display: none;
}
.post_select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 18px/40px FontAwesome;
  color: #6b6b6b;
}
.post_select .list {
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
}
.post_select .list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #272626;
}

/*----------------------------------------------------*/
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }

  25% {
    right: 100px;
    top: 85px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 230px;
    top: 200px;
  }

  100% {
    right: 220px;
    top: 100px;
  }
}
/* Move frame*/
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@-webkit-keyframes pulseBig {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fcd9bf;
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #fcd9bf;
  }

  70% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* Bottom to Top key frame*/
@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
/* DoublePulse */
@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*----------------------------------------------------*/
/* Min header area */
.main_header_area {
  display: block;
  width: 100%;
  z-index: 999;
  position: absolute;
  padding: 75px 160px 0;
}
.main_header_area .navbar {
  padding: 0;
  width: 100%;
  display: inline-block;
}
.main_header_area .navbar .navbar-brand {
  padding: 0;
}
.main_header_area .navbar .navbar-brand a {
  line-height: 57px;
}
.main_header_area .navbar .navbar-brand .number {
  color: #fd7611;
  font: 400 24px "Muli", sans-serif;
  padding-left: 60px;
}
.main_header_area .navbar .navbar_supported {
  float: right;
}
.main_header_area .navbar .navbar_supported ul {
  width: 100%;
}
.main_header_area .navbar .navbar_supported ul li a {
  margin: 0 23px;
  padding: 0;
  color: #2e2e2e;
  font: 600 18px/57px "Muli", sans-serif;
  position: relative;
  display: block;
  z-index: 1;
  text-transform: uppercase;
}
.main_header_area .navbar .navbar_supported ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  background: #fd7611;
  height: 3px;
  bottom: 8px;
  border: 0;
  margin: 0;
}
.main_header_area .navbar .navbar_supported ul li a:hover, .main_header_area .navbar .navbar_supported ul li a:focus, .main_header_area .navbar .navbar_supported ul li a.active {
  color: #fd7611;
}
.main_header_area .navbar .navbar_supported ul li a:hover:after, .main_header_area .navbar .navbar_supported ul li a:focus:after, .main_header_area .navbar .navbar_supported ul li a.active:after {
  width: 100%;
}
.main_header_area .navbar .navbar_supported ul li.dropdown {
  position: relative;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
  margin: 0;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
  /* Sub dropdown */
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu:before {
  content: "\f0d8";
  font: normal normal normal 30px/1 FontAwesome;
  position: absolute;
  top: -17px;
  left: 25px;
  color: #fff;
}
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 240px;
    background-color: #fff;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
  }
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a {
  background-color: transparent;
  font: 600 16px/40px "Muli", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  margin: 0;
  display: block;
  padding: 0 25px;
  position: relative;
  cursor: pointer;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:after {
  display: none;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  border: 0;
  width: 5px;
  height: 5px;
  background: #fd7611;
  border-radius: 50%;
  opacity: 0;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:hover, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:focus, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a.active {
  color: #fd7611;
  padding-left: 30px;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:hover:before, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:focus:before, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a.active:before {
  opacity: 1;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown {
  position: relative;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown a:after {
  border: 0;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:after {
  content: "\f105";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 15px/48px FontAwesome;
  color: #fd7611;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
  display: block;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu:before {
  content: "\f0d9";
  font: normal normal normal 30px/1 FontAwesome;
  color: rgba(0, 0, 0, 0.05);
  top: 7px;
  left: -10px;
}
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
    transform: translateZ(0);
    transform: scaleX(0);
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: 0px;
  }
}
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:hover .dropdown-menu, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:focus .dropdown-menu {
    transform: scale(1, 1);
  }
}
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported ul li.dropdown:hover .dropdown-menu, .main_header_area .navbar .navbar_supported ul li.dropdown:focus .dropdown-menu {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}
.main_header_area .navbar .right_nav {
  float: right;
  padding-left: 12px;
}
.main_header_area .navbar .right_nav li {
  display: inline-block;
  float: left;
}
.main_header_area .navbar .right_nav li a {
  padding: 0;
  margin: 0 14px;
  color: #272626;
  font: 400 18px/57px "Muli", sans-serif;
  position: relative;
  display: block;
}
.main_header_area .navbar .right_nav li a:hover, .main_header_area .navbar .right_nav li a:focus {
  color: #fd7611;
}
.main_header_area .navbar .right_nav li .grid_btn {
  background: #fff7f1;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.main_header_area .navbar .right_nav li .grid_btn:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 28px;
  background: #fd7611;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 20px;
  transition: all 300ms linear 0s;
}
.main_header_area .navbar .right_nav li .grid_btn:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 28px;
  background: #fd7611;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 20px;
  transition: all 300ms linear 0s;
}
.main_header_area .navbar .right_nav li .grid_btn span {
  position: absolute;
  height: 1px;
  width: 22px;
  background: #fd7611;
  margin: 0 auto;
  left: 15px;
  top: 28px;
  transition: all 500ms linear 0s;
}
.main_header_area .navbar .right_nav li .grid_btn:hover, .main_header_area .navbar .right_nav li .grid_btn:focus {
  background: #fd7611;
}
.main_header_area .navbar .right_nav li .grid_btn:hover:before, .main_header_area .navbar .right_nav li .grid_btn:hover:after, .main_header_area .navbar .right_nav li .grid_btn:focus:before, .main_header_area .navbar .right_nav li .grid_btn:focus:after {
  background: #fff;
}
.main_header_area .navbar .right_nav li .grid_btn:hover span, .main_header_area .navbar .right_nav li .grid_btn:focus span {
  left: 21px;
  background: #fff;
}
.main_header_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 180px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
  transform: translateY(70px);
  transition: transform 500ms ease, background 200ms ease;
}
.main_header_area.navbar_fixed .navbar .navbar_supported ul li a.theme_btn {
  margin-top: 2px !important;
}
.main_header_area .searchForm {
  height: 0;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
  overflow: hidden;
  transition: all 300ms linear 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 200px;
  z-index: 999999;
}
.main_header_area .searchForm .input-group-addon {
  border-radius: 0;
  border: none;
  font-size: 24px;
  padding: 0 40px;
  background: transparent;
  color: #272626;
  cursor: pointer;
  line-height: 70px;
}
.main_header_area .searchForm .input-group-addon i:before {
  font-size: 24px;
}
.main_header_area .searchForm .input-group-addon:hover, .main_header_area .searchForm .input-group-addon:focus {
  color: #fd7611;
}
.main_header_area .searchForm .form-control {
  height: auto;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  background: transparent;
  text-align: center;
  font: 400 18px/70px "Muli", sans-serif;
}
.main_header_area .searchForm.show {
  height: 70px;
}

.mh_2 {
  padding: 0;
  padding-top: 60px;
}
.mh_2.navbar_fixed {
  padding: 0;
}

/* toggle_menu */
.toggle_menu {
  position: fixed;
  padding: 70px 30px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 450px;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  background: #fff;
  box-shadow: 0px 0px 36px 0px rgba(251, 184, 184, 0.35);
  z-index: 99999;
  height: 100vh;
  overflow-y: scroll;
}
.toggle_menu .toggle_logo {
  display: block;
  overflow: hidden;
  padding-bottom: 65px;
}
.toggle_menu .toggle_logo .close {
  background: #fdf0f0;
  line-height: 49px;
  width: 52px;
  text-align: center;
  color: #fd7611;
  font-size: 20px;
  border-radius: 10px;
  opacity: 1;
  border: 0;
}
.toggle_menu .headline {
  font: 400 21px/1 "Comfortaa", cursive;
  color: #3c4050;
  display: inline-block;
  position: relative;
  padding-right: 50px;
  padding-bottom: 40px;
}
.toggle_menu .headline:after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  background: #fd7611;
  height: 5px;
  width: 39px;
}
.toggle_menu .widget_area {
  padding-top: 65px;
}
.toggle_menu .widget_area .media {
  margin-bottom: 40px;
}
.toggle_menu .widget_area .media img {
  border-radius: 50%;
}
.toggle_menu .widget_area .media .media-body {
  padding-left: 25px;
}
.toggle_menu .widget_area .media .media-body a {
  font: 700 16px/28px "Comfortaa", cursive;
  color: #3c4050;
}
.toggle_menu .widget_area .media .media-body a:hover, .toggle_menu .widget_area .media .media-body a:focus {
  color: #fd7611;
}
.toggle_menu .widget_area .media .media-body h6 {
  font: 400 14px/1 "Muli", sans-serif;
  color: #fd7611;
  padding-top: 7px;
}
.toggle_menu .address {
  padding-top: 35px;
}
.toggle_menu .address ul li {
  font: 400 16px/28px "Muli", sans-serif;
  color: rgba(60, 64, 80, 0.702);
  padding-left: 40px;
  position: relative;
  padding-bottom: 10px;
}
.toggle_menu .address ul li:last-child {
  margin-top: 10px;
}
.toggle_menu .address ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #fd7611;
  font-size: 20px;
  line-height: 28px;
}
.toggle_menu .address ul li a {
  color: rgba(60, 64, 80, 0.702);
}
.toggle_menu .address ul li a:hover, .toggle_menu .address ul li a:focus {
  color: #fd7611;
}
.toggle_menu .address ul li .call {
  color: #fd7611;
  font-size: 20px;
}
.toggle_menu .toggle_social {
  padding-top: 50px;
}
.toggle_menu .toggle_social li {
  display: inline-block;
  padding-right: 17px;
}
.toggle_menu .toggle_social li:last-child {
  padding: 0;
}
.toggle_menu .toggle_social li a {
  font-size: 18px;
  line-height: 51px;
  width: 51px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #fd7611;
  display: block;
}
.toggle_menu .toggle_social li a:hover, .toggle_menu .toggle_social li a :focus {
  background: #7c6df4;
  box-shadow: 0px 24px 26px 0px rgba(255, 172, 172, 0.35);
}
.toggle_menu.active {
  transform: scaleX(1);
}

/* Header Top Area */
.header_top_area {
  width: 100%;
  display: block;
  background: #3b3b3b;
}
.header_top_area .top_menu {
  padding-top: 25px;
}
.header_top_area .top_menu li {
  display: inline-block;
}
.header_top_area .top_menu li a {
  font: 400 16px/30px "Muli", sans-serif;
  color: rgba(255, 255, 255, 0.702);
  padding-right: 27px;
}
.header_top_area .top_menu li a:hover, .header_top_area .top_menu li a:focus {
  color: #fd7611;
}
.header_top_area .top_menu li .number {
  font: 700 24px/1 "Comfortaa", cursive;
  color: #ff9b50;
  padding-left: 15px;
}
.header_top_area .top_menu li .number:hover, .header_top_area .top_menu li .number:focus {
  color: #fff;
}
.header_top_area .header_social {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.header_top_area .header_social li {
  float: left;
  padding-left: 30px;
}
.header_top_area .header_social li:first-child {
  padding-left: 0;
}
.header_top_area .header_social li a {
  padding: 0;
  color: #888585;
  font: 400 17px/78px "Muli", sans-serif;
  float: left;
}
.header_top_area .header_social li a i {
  padding: 0;
}
.header_top_area .header_social li a i:before {
  speak: none;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-animation: TopToBottom 0.3s forwards;
  -moz-animation: TopToBottom 0.3s forwards;
  animation: TopToBottom 0.3s forwards;
}
.header_top_area .header_social li a:hover, .header_top_area .header_social li a:focus {
  color: #fd7611;
}
.header_top_area .header_social li a:hover i:before, .header_top_area .header_social li a:focus i:before {
  -webkit-animation: BottomToTop 0.3s forwards;
  -moz-animation: BottomToTop 0.3s forwards;
  animation: BottomToTop 0.3s forwards;
}
.header_top_area .header_social li a.active {
  color: #fd7611;
  padding-right: 25px;
}
.header_top_area .header_social li .login {
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
}
.header_top_area .header_social li .theme_btn {
  box-shadow: none;
  font: 600 18px/78px "Muli", sans-serif;
  color: #fff;
  min-width: 200px;
}
.header_top_area .header_social li .theme_btn:hover, .header_top_area .header_social li .theme_btn:focus {
  color: #fff;
}

.hta_2 {
  border-bottom: 1px solid #eeeeee;
  background-color: transparent;
}
.hta_2 .top_menu li a {
  color: rgba(0, 0, 0, 0.702);
}
.hta_2 .top_menu li .number:hover, .hta_2 .top_menu li .number:focus {
  color: #7c6df4;
}
.hta_2 .header_social li .login {
  color: rgba(0, 0, 0, 0.702);
}

/* Header Top Area */
/*----------------------------------------------------*/
.home_banner {
  padding-top: 275px;
  position: relative;
  z-index: 1;
}
.home_banner:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 100px;
  top: 365px;
  background: url("../images/banner-shap.png") no-repeat;
  width: 72px;
  height: 67px;
  animation: heartbeat 0.8s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.home_banner:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 110px;
  bottom: 345px;
  background: url("../images/banner-shap-2.png") no-repeat;
  width: 23px;
  height: 22px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.home_banner .banner_img img {
  max-width: 100%;
}
.home_banner .banner_contant {
  padding-top: 140px;
}
.home_banner .banner_contant h2 {
  font: 700 50px/68px "Comfortaa", cursive;
  color: #2e2e2e;
  padding-bottom: 40px;
}
.home_banner .banner_contant p {
  font-size: 18px;
  padding-bottom: 125px;
}
.home_banner .banner_contant .theme_btn {
  line-height: 70px;
  min-width: 250px;
  text-transform: uppercase;
  box-shadow: 0px 12px 30px 0px rgba(174, 174, 174, 0.35);
}
.home_banner .banner_contant .donet {
  background: #fff7f0;
  color: #fd7611;
  min-width: 142px;
  margin-left: 17px;
  box-shadow: none;
}
.home_banner .banner_contant .donet:hover, .home_banner .banner_contant .donet:focus {
  box-shadow: 0px 12px 30px 0px rgba(174, 174, 174, 0.35);
}

.home_banner_2 {
  padding-top: 380px;
  padding-bottom: 105px;
  background: url("../images/banner-img-2.png") no-repeat top right;
  position: relative;
  overflow: hidden;
}
.home_banner_2 h2 {
  font: 700 50px/68px "Comfortaa", cursive;
  color: #2e2e2e;
  padding-bottom: 20px;
  max-width: 675px;
}
.home_banner_2 p {
  font-size: 18px;
  padding-bottom: 65px;
  max-width: 680px;
}
.home_banner_2 .theme_btn {
  line-height: 70px;
  min-width: 215px;
  text-transform: uppercase;
  box-shadow: 0px 12px 30px 0px rgba(174, 174, 174, 0.35);
}
.home_banner_2 .popup-youtube {
  height: 108px;
  line-height: 108px;
  width: 108px;
  border-radius: 50%;
  text-align: center;
  background: #fcd9bf;
  display: block;
  color: #fff;
  box-shadow: 0px 20px 55px 0px rgba(144, 134, 127, 0.42);
  animation: pulseBig 2s infinite;
  position: absolute;
  bottom: 80px;
  right: 390px;
}
.home_banner_2 .popup-youtube i:before {
  font-size: 30px;
}
.home_banner_2 .layer {
  position: absolute;
  animation: moveShap 25s linear 2s infinite alternate;
}

.hba_2 {
  background: #fff;
  position: relative;
  padding-top: 290px;
}
.hba_2 .banner_slide .banner_contant {
  float: right;
  width: 735px;
  padding-top: 30px;
}
.hba_2 .banner_slide .banner_contant h4 {
  background: #ffeddf;
  font: 400 18px/44px "Muli", sans-serif;
  color: #fd7611;
  padding: 0 20px;
  display: inline-block;
}
.hba_2 .banner_slide .banner_contant h2 {
  max-width: 700px;
  padding-top: 45px;
  padding-bottom: 25px;
}
.hba_2 .banner_slide .carousel-indicators {
  margin-bottom: 70px;
}
.hba_2 .banner_slide .carousel-indicators li {
  height: 12px;
  width: 12px;
  background: #fceae7;
  border-radius: 50%;
  transition: all 300ms linear 0s;
}
.hba_2 .banner_slide .carousel-indicators li:hover, .hba_2 .banner_slide .carousel-indicators li:focus, .hba_2 .banner_slide .carousel-indicators li.active {
  background: #fd7611;
}

.become_volunter {
  display: block;
  overflow: hidden;
  padding: 30px 0;
}
.become_volunter h2 {
  font: 700 30px "Comfortaa", cursive;
  color: #fd7611;
  text-transform: uppercase;
}
.become_volunter p {
  color: rgba(253, 118, 17, 0.8);
  padding-top: 20px;
}
.become_volunter .theme_btn {
  box-shadow: none;
  min-width: 200px;
  margin-top: 15px;
}
.become_volunter .volunter_row {
  z-index: 1;
  padding: 70px 45px 120px;
  position: relative;
}
.become_volunter .volunter_row:after {
  content: "";
  position: absolute;
  top: -40px;
  bottom: 0;
  left: -50px;
  right: -50px;
  background: url("../images/volunter-bg.png") no-repeat;
  z-index: -1;
}

.bv_2 {
  padding-bottom: 0;
  padding-top: 100px;
}

.bv_3 {
  padding: 30px 0 150px;
}

.pages_banner {
  background: url("../images/pages-banner.png") no-repeat;
  padding: 380px 0 200px;
  box-shadow: 0px 18px 50px 0px rgba(213, 213, 213, 0.35);
  position: relative;
  z-index: 2;
}
.pages_banner h2 {
  font: 700 50px/1 "Comfortaa", cursive;
  color: #2e2e2e;
}
.pages_banner p {
  font-size: 18px;
  color: rgba(46, 46, 46, 0.702);
  max-width: 555px;
  padding-top: 35px;
}

.pba_2 {
  background: url("../images/pages-banner-2.jpg") no-repeat;
  padding-bottom: 0;
  padding-top: 450px;
}
.pba_2 h2 {
  font: 700 40px/56px "Comfortaa", cursive;
  max-width: 800px;
}
.pba_2 .countdown {
  display: inline-block;
  padding-top: 170px;
  position: relative;
  top: 60px;
}
.pba_2 .countdown .ds-element {
  display: inline-block;
  box-shadow: 0px 12px 23px 0px rgba(196, 194, 194, 0.35);
  width: 158px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  margin-right: 25px;
  margin-bottom: 20px;
  padding: 35px 0 25px;
}
.pba_2 .countdown .ds-element .ds-element-title {
  font: 600 21px/1 "Muli", sans-serif;
  color: #382c4d;
}
.pba_2 .countdown .ds-element .ds-element-value {
  font: 700 50px/1 "Muli", sans-serif;
  background-image: -moz-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
  background-image: -webkit-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
  background-image: -ms-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 25px;
}

.back_home {
  padding: 200px 0;
}
.back_home .theme_btn {
  line-height: 68px;
  min-width: 220px;
  float: left;
}
.back_home .socail_icon {
  display: inline-block;
  padding-left: 50px;
}
.back_home .socail_icon li {
  display: inline-block;
}
.back_home .socail_icon li a {
  color: #fbc9a6;
  padding-left: 27px;
  font: normal normal normal 17px/68px FontAwesome;
}
.back_home .socail_icon li a:hover, .back_home .socail_icon li a:focus {
  color: #fd7611;
}

/*----------------------------------------------------*/
.donation_area {
  display: block;
  overflow: hidden;
  padding: 100px 0;
}
.donation_area .donation_contant {
  padding-top: 40px;
}
.donation_area .donation_contant .donation_shap {
  animation: rotation 10s linear infinite;
}
.donation_area .donation_contant h4 {
  font: 700 24px/38px "Comfortaa", cursive;
  color: #fd7611;
  padding: 20px 0 15px;
}
.donation_area .donation_contant h2 {
  font: 700 38px/52px "Comfortaa", cursive;
  color: #272626;
  position: relative;
  padding-bottom: 25px;
}
.donation_area .donation_contant h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 58px;
  background: #fd7611;
}
.donation_area .donation_contant p {
  font-size: 18px;
  padding-top: 50px;
  max-width: 620px;
}
.donation_area .donation_img {
  position: relative;
}
.donation_area .donation_img .theme_btn {
  position: absolute;
  bottom: 43px;
  left: 185px;
  min-width: 170px;
}
.donation_area .donation_row {
  padding-top: 100px;
}
.donation_area .donation_row .donation_contant {
  padding-left: 45px;
}
.donation_area .donation_row .donation_img img {
  margin-left: -220px;
}
.donation_area .donation_row .donation_img .theme_btn {
  bottom: 6px;
  left: 25px;
}

.misstion {
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
}
.misstion:before {
  content: "";
  position: absolute;
  left: 150px;
  top: 46%;
  height: 14px;
  width: 14px;
  background: #fbc7ba;
  border-radius: 50%;
  animation: pulseBig 2s infinite;
}
.misstion .donation_contant h2 {
  padding-bottom: 0;
}
.misstion .donation_contant h2:after {
  display: none;
}
.misstion .donation_img {
  padding-left: 0;
  z-index: 1;
}
.misstion .donation_img:before {
  content: "";
  position: absolute;
  top: 55px;
  left: -45px;
  background: url("../images/mission-img-bg.png") no-repeat;
  height: 531px;
  z-index: -1;
  width: 623px;
}
.misstion .donation_img:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -30px;
  background: url("../images/mission-style.png") no-repeat;
  height: 181px;
  z-index: -1;
  width: 453px;
}
.misstion .donation_img img {
  border-radius: 10px;
  border: 12px solid #ffede0;
}
.misstion .donation_img .read_more {
  display: block;
  overflow: hidden;
  width: 100%;
}
.misstion .donation_img .theme_btn {
  bottom: 0;
  position: relative;
  margin-top: 60px;
}
.misstion .donation_row .di_2 {
  margin-left: -190px;
}
.misstion .donation_row .di_2 .read_more {
  padding-left: 160px;
}
.misstion .donation_row .di_2 img {
  margin-left: 0;
}

.people_amazing {
  display: block;
  overflow: hidden;
  padding: 120px 0;
}
.people_amazing .people_content .tittle_shap {
  animation: rotation 10s linear infinite;
}
.people_amazing .people_content h4 {
  font: 700 24px/38px "Comfortaa", cursive;
  color: #fd7611;
  padding: 20px 0 15px;
  max-width: 315px;
}
.people_amazing .people_content h2 {
  font: 700 38px/52px "Comfortaa", cursive;
  color: #272626;
  position: relative;
  padding-bottom: 25px;
}
.people_amazing .people_content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 58px;
  background: #fd7611;
}
.people_amazing .people_content p {
  font-size: 18px;
  padding-top: 50px;
  max-width: 620px;
}
.people_amazing .people_content .video_p p {
  font-size: 16px;
  color: rgba(1, 1, 1, 0.702);
  padding-top: 20px;
  max-width: 400px;
}
.people_amazing .people_content .video_p p:first-child {
  padding-top: 55px;
}
.people_amazing .people_content .video_p .popup-youtube {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  height: 236px;
  width: 236px;
  line-height: 236px;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 35px;
  margin-left: 20px;
  animation: pulseBig 2s infinite;
}
.people_amazing .people_content .video_p .popup-youtube:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(253, 118, 17, 0.82);
  display: block;
  transition: all 300ms linear 0s;
}
.people_amazing .people_content .video_p .popup-youtube img {
  max-width: 100%;
}
.people_amazing .people_content .video_p .popup-youtube i:before {
  color: #fff;
  position: absolute;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
}
.people_amazing .people_content .video_p .popup-youtube:hover:after, .people_amazing .people_content .video_p .popup-youtube:focus:after {
  opacity: 0;
}
.people_amazing .people_img {
  padding-top: 100px;
}

.pa_2 {
  padding: 100px 0;
}

.pa_3 {
  padding-top: 70px;
  padding-bottom: 20px;
}
.pa_3 .people_img img {
  margin-left: -360px;
}
.pa_3 .people_content p {
  padding-left: 70px;
  max-width: 100%;
}
.pa_3 .people_content .video_p p {
  max-width: 470px;
}
.pa_3 .people_content .video_p .popup-youtube {
  float: right;
  margin-left: 0;
}

.automation_aera {
  display: block;
  overflow: hidden;
  padding: 100px 0 170px;
  position: relative;
}
.automation_aera:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 590px;
  height: 513px;
  background: #fff4ec;
  z-index: -1;
}
.automation_aera:after {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/automation-bg.png") no-repeat;
  width: 160px;
  height: 450px;
  z-index: -1;
}
.automation_aera h2 {
  font: 700 38px/52px "Comfortaa", cursive;
  color: #272626;
  max-width: 450px;
  padding-top: 130px;
}
.automation_aera p {
  font-size: 18px;
  max-width: 495px;
  padding: 20px 0 50px;
}
.automation_aera .theme_btn {
  background: #ffeddf;
  color: #fd7611;
  min-width: 250px;
}
.automation_aera .automation_img {
  position: relative;
  padding-bottom: 165px;
}
.automation_aera .automation_img img {
  border-radius: 10px;
  border: 10px solid #dcfeed;
}
.automation_aera .automation_img img + img {
  position: absolute;
  left: 130px;
  top: 233px;
  border: 10px solid #efefef;
}
.automation_aera .automation_shap {
  position: absolute;
  top: 50%;
  animation: moveShap 25s linear 2s infinite alternate;
}

.aa_2:after {
  content: '';
  position: absolute;
  bottom: 165px;
  left: 120px;
  top: auto;
  transform: translateY(-50%);
  background: url("../images/automation_shap.png") no-repeat;
  width: 58px;
  height: 45px;
}

.organisation_area {
  display: block;
  overflow: hidden;
  background-image: -moz-linear-gradient(90deg, #fff7f5 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #fff7f5 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #fff7f5 0%, white 100%);
  padding: 70px 0 110px;
  position: relative;
  z-index: 1;
}
.organisation_area:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 100px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fbc7ba;
  animation: pulseBig 2s infinite;
}
.organisation_area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/organigetion-shap.png") no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.organisation_area .shap_s {
  position: absolute;
  right: 300px;
  top: 20px;
}
.organisation_area h2 {
  font: 700 38px/56px "Comfortaa", cursive;
  color: #272626;
  max-width: 500px;
  padding-bottom: 65px;
}
.organisation_area h4 {
  font: 700 24px/40px "Comfortaa", cursive;
  color: #fd7611;
  max-width: 410px;
}
.organisation_area p {
  line-height: 32px;
  padding-top: 5px;
  max-width: 615px;
  padding-bottom: 70px;
}
.organisation_area .theme_btn {
  background: #ffeddf;
  color: #fd7611;
  min-width: 273px;
}
.organisation_area .fundraising_text {
  padding-top: 160px;
  padding-left: 40px;
}
.organisation_area .fundraising_text h4 {
  font-size: 21px;
  max-width: 100%;
  padding-bottom: 65px;
}
.organisation_area .fundraising_text .fundraising {
  border: 2px solid #efeae9;
  border-radius: 10px;
  padding: 30px;
  padding-top: 45px;
  position: relative;
}
.organisation_area .fundraising_text .fundraising h5 {
  font: 400 14px/1 "Muli", sans-serif;
  color: #272626;
  text-transform: uppercase;
}
.organisation_area .fundraising_text .fundraising h5 b {
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding-top: 10px;
}
.organisation_area .fundraising_text .fundraising h5:nth-child(2) {
  padding-top: 45px;
}
.organisation_area .fundraising_text .fundraising h5:nth-child(2) b {
  color: #81abfd;
}
.organisation_area .fundraising_text .fundraising .pc_style {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.organisation_area .fundraising_text .fundraising .pc_style .pie-value {
  font: 400 14px/1 "Muli", sans-serif;
  color: #fff;
  left: 40px;
}
.organisation_area .fundraising_text .fundraising .pc_style .other_v {
  font: 400 14px/1 "Muli", sans-serif;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 35%;
}

.giving_money_area {
  display: block;
  overflow: hidden;
  padding-top: 180px;
}
.giving_money_area .donet_img img {
  margin-left: -235px;
}
.giving_money_area .donet_content {
  padding-top: 80px;
  padding-left: 30px;
}
.giving_money_area .donet_content .tittle .tittle_shap {
  animation: rotation 10s linear infinite;
}
.giving_money_area .donet_content .tittle h2 {
  font: 700 38px/1 "Comfortaa", cursive;
  color: #272626;
  padding-top: 25px;
  padding-bottom: 35px;
}
.giving_money_area .donet_content .tittle p {
  padding-bottom: 60px;
}
.giving_money_area .donet_content .tittle .media .pc_style {
  transform: rotate(90deg);
}
.giving_money_area .donet_content .tittle .media .pc_style .pie-value {
  transform: rotate(-90deg);
  top: 45px;
  font: 400 30px/1 "Comfortaa", cursive;
  color: #fff;
}
.giving_money_area .donet_content .tittle .media h3 {
  font: 700 34px/45px "Comfortaa", cursive;
  color: #272626;
  padding-top: 30px;
  padding-left: 50px;
}
.giving_money_area .donet_content .tittle .media h3 small {
  font: 400 20px/1 "Muli", sans-serif;
  display: block;
}
.giving_money_area .donet_content .tittle .theme_btn {
  min-width: 205px;
  text-transform: uppercase;
  margin-top: 70px;
}

/*----------------------------------------------------*/
.pie_chart, .pc_style {
  display: inline-block;
  position: relative;
  text-align: center;
}
.pie_chart .pie-value, .pc_style .pie-value {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font: 700 20px/1 "Muli", sans-serif;
  color: #767676;
  text-align: center;
  left: 0;
  right: 0;
}

.donate_crypto_slavery {
  overflow: hidden;
  background-image: -moz-linear-gradient(90deg, #fff5ed 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #fff5ed 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #fff5ed 0%, white 100%);
  position: relative;
  padding-top: 110px;
  z-index: 1;
}
.donate_crypto_slavery:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: url("../images/school-bg.png") no-repeat;
  width: 100%;
  height: 160px;
  z-index: -1;
}
.donate_crypto_slavery .donate_crypto_contant {
  float: right;
  max-width: 570px;
  padding-top: 35px;
}
.donate_crypto_slavery .donate_crypto_contant .tittle_shap {
  animation: rotation 10s linear infinite;
}
.donate_crypto_slavery .donate_crypto_contant h2 {
  font: 700 38px/52px "Comfortaa", cursive;
  color: #272626;
  padding-top: 20px;
}
.donate_crypto_slavery .donate_crypto_contant p {
  font-size: 18px;
  line-height: 32px;
  padding-right: 20px;
  padding: 20px 0 40px;
}
.donate_crypto_slavery .donate_crypto_contant .goal {
  max-width: 387px;
  background-image: -moz-linear-gradient(4deg, white 0%, #fff8f2 100%);
  background-image: -webkit-linear-gradient(4deg, white 0%, #fff8f2 100%);
  background-image: -ms-linear-gradient(4deg, white 0%, #fff8f2 100%);
  padding: 40px 50px;
  position: relative;
}
.donate_crypto_slavery .donate_crypto_contant .goal h3 {
  font: 700 38px/1 "Comfortaa", cursive;
  color: #fd7611;
}
.donate_crypto_slavery .donate_crypto_contant .goal h3 small {
  display: block;
  font: 600 16px/1 "Muli", sans-serif;
  color: #858585;
  padding-bottom: 30px;
}
.donate_crypto_slavery .donate_crypto_contant .goal h3:nth-child(2) {
  color: #b7caff;
  padding-top: 55px;
}
.donate_crypto_slavery .donate_crypto_contant .goal .pie_chart {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.donate_crypto_slavery .donate_crypto_contant .theme_btn {
  margin-top: 90px;
  line-height: 70px;
  min-width: 195px;
}
.donate_crypto_slavery .donate_crypto_right {
  padding-right: 100px;
  padding-left: 60px;
  position: relative;
  z-index: 1;
}
.donate_crypto_slavery .donate_crypto_right:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 40px;
  background: url("../images/school-bg-shap.png") no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.donate_crypto {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 16px 36px 0px rgba(172, 172, 172, 0.35);
  background: #fbfbfb;
  padding: 60px 30px;
  text-align: center;
}
.donate_crypto.donate_crypto_2 .gol_list:after {
  background: #fb7198;
}
.donate_crypto:nth-child(2) .gol_list:after {
  background: #fdaa6c;
}
.donate_crypto .heding {
  font: 700 20px/34px "Comfortaa", cursive;
  color: #000;
  padding-bottom: 25px;
  display: block;
}
.donate_crypto .heding:hover, .donate_crypto .heding:focus {
  color: #fd7611;
}
.donate_crypto h4 {
  font: 700 20px/34px "Comfortaa", cursive;
  color: #000;
  padding-bottom: 25px;
  display: block;
}
.donate_crypto .pie_chart, .donate_crypto .pc_style {
  margin-bottom: 35px;
}
.donate_crypto .gol_list {
  border-top: 1px solid #f2e3e0;
  position: relative;
  display: flex;
  padding-top: 47px;
}
.donate_crypto .gol_list:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  height: 1px;
  width: 75%;
  background: #9dfbd0;
}
.donate_crypto .gol_list li {
  width: 100%;
  font: 600 14px/1 "Muli", sans-serif;
  color: #858585;
}
.donate_crypto .gol_list li span {
  display: block;
  font: 400 16px/1 "Muli", sans-serif;
  color: #fd7611;
  padding-top: 20px;
}

.ss_2 {
  margin-top: 60px !important;
  background: url("../images/school-bg-2.png") no-repeat top;
  background-origin: content-box;
}
.ss_2:after {
  display: none;
}
.ss_2 .donate_crypto_right .sr_2 {
  padding-top: 245px;
}
.ss_2 .donate_crypto_right .donate_crypto_6 .gol_list:after {
  background: #e7c9ff;
}

.feture_area {
  display: block;
  overflow: hidden;
  background: url("../images/feture-bg.png") no-repeat center bottom;
  padding: 75px 0 90px;
}
.feture_area .feture {
  background: #ff8d38;
  text-align: center;
  padding: 35px 30px 55px;
  margin-bottom: 30px;
}
.feture_area .feture i:before {
  display: block;
  color: #fff;
  font-size: 65px;
  line-height: 1;
}
.feture_area .feture a {
  display: block;
  font: 700 25px/35px "Comfortaa", cursive;
  color: #fff;
  padding: 32px 0 20px;
}
.feture_area .feture a:hover, .feture_area .feture a:focus {
  color: #7c6df4;
}
.feture_area .feture p {
  color: #fff;
}
.feture_area .feture.bg {
  background: #5feafb;
}
.feture_area .feture.bg_2 {
  background: #fd2d67;
}
.feture_area .getinfrom {
  padding-top: 60px;
}
.feture_area .getinfrom p {
  text-align: center;
  font: 700 25px/42px "Comfortaa", cursive;
  color: #fff;
  max-width: 870px;
  margin: 0 auto 50px;
}
.feture_area .getinfrom p span {
  color: #fc5f62;
}
.feture_area .getinfrom .theme_btn {
  margin: 0 auto;
  width: 205px;
  display: block;
  background: transparent;
  border: 2px solid #fff;
  box-shadow: none;
}

.causes_area {
  overflow: hidden;
  padding: 170px 160px 210px;
  background-image: -moz-linear-gradient(90deg, #ffebdc 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #ffebdc 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #ffebdc 0%, white 100%);
  position: relative;
  z-index: 1;
}
.causes_area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url("../images/causes-bg.png") no-repeat center bottom;
  height: 100%;
  z-index: -1;
}
.causes_area .tittle {
  padding-bottom: 65px;
  text-align: center;
}
.causes_area .tittle .tittle_shap {
  animation: rotation 10s linear infinite;
}
.causes_area .tittle h2 {
  font: 700 38px/52px "Comfortaa", cursive;
  color: #272626;
  padding-top: 10px;
  padding-bottom: 20px;
}
.causes_area .tittle p {
  font-size: 18px;
  line-height: 32px;
  max-width: 690px;
  margin: 0 auto;
}
.causes_area .donate_crypto {
  padding: 0;
  box-shadow: none;
}
.causes_area .donate_crypto .school_img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.causes_area .donate_crypto .school_img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.502);
  opacity: 0;
  transition: all 300ms linear 0s;
}
.causes_area .donate_crypto .school_img img {
  max-width: 100%;
  transition: all 300ms linear 0s;
}
.causes_area .donate_crypto .school_img .theme_btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 141px;
  border: 1px solid #fd7611;
  color: #fd7611;
  margin: 0 auto;
  background: transparent;
  line-height: 52px;
  font-size: 16px;
  opacity: 0;
}
.causes_area .donate_crypto .school_img .theme_btn:hover, .causes_area .donate_crypto .school_img .theme_btn:focus {
  background: #fd7611;
  color: #fff;
}
.causes_area .donate_crypto .donate_crypto_cont {
  padding: 60px 29px;
}
.causes_area .donate_crypto:hover .school_img img, .causes_area .donate_crypto:focus .school_img img {
  transform: scale3D(1.2, 1.2, 2);
}
.causes_area .donate_crypto:hover .school_img:after, .causes_area .donate_crypto:hover .school_img .theme_btn, .causes_area .donate_crypto:focus .school_img:after, .causes_area .donate_crypto:focus .school_img .theme_btn {
  opacity: 1;
}
.causes_area .donate_crypto.donate_crypto_3 .gol_list:after {
  background: #adc8fd;
}
.causes_area .donate_crypto.donate_crypto_4 .gol_list:after {
  background: #fdaa6c;
}
.causes_area .donate_crypto.donate_crypto_5 .gol_list:after {
  background: #85edfa;
}

.ca_2 {
  padding-top: 150px;
  background-image: -moz-linear-gradient(90deg, #fdf4ed 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #fdf4ed 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #fdf4ed 0%, white 100%);
}
.ca_2:after {
  background: url(../images/causes-bg-2.png) no-repeat center bottom;
}
.ca_2 .donate_crypto {
  transition: all 300ms linear 0s;
  background: transparent;
  border-radius: 185px 185px 0 0;
}
.ca_2 .donate_crypto:hover, .ca_2 .donate_crypto:focus {
  background: #fff;
}
.ca_2 .donate_crypto .donate_crypto_cont {
  padding-bottom: 45px;
}
.ca_2 .donate_crypto .school_img {
  border-radius: 50%;
  width: 100%;
}
.ca_2 .donate_crypto .school_img img {
  max-width: 100%;
}
.ca_2 .donate_crypto .gol_list li span {
  color: #ff6139;
}
.ca_2 .donate_crypto .gol_list:after {
  display: none;
}
.ca_2 .donate_crypto .donation_btn {
  padding-top: 65px;
  display: block;
  overflow: hidden;
}
.ca_2 .donate_crypto .donation_btn .theme_btn {
  width: 49%;
  line-height: 50px;
  box-shadow: none;
}
.ca_2 .donate_crypto .donation_btn .theme_btn:nth-child(2) {
  background: #ffeddf;
  color: #fd7611;
}

.causes_pages {
  padding: 0;
  margin-top: 60px;
  padding-top: 140px;
  padding-bottom: 60px;
  margin-bottom: 30px;
  position: relative;
}
.causes_pages:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  background: url(../images/shap-angle.png) no-repeat;
  width: 28px;
  height: 35px;
  animation: moveShap 20s linear 2s infinite alternate;
}
.causes_pages .donate_crypto {
  box-shadow: 0px 16px 36px 0px rgba(172, 172, 172, 0.35);
}
.causes_pages .donate_crypto_7 .gol_list:after {
  background: #c2fdb7;
}
.causes_pages .donate_crypto_8 .gol_list:after {
  background: #e7c9ff;
}
.causes_pages .theme_btn {
  width: 200px;
  margin: 0 auto;
  display: block;
  margin-top: 100px;
}

.causes_pages_3 {
  background: #fff;
  position: relative;
  padding-bottom: 50px;
}
.causes_pages_3:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  background: url(../images/shap-angle.png) no-repeat;
  width: 28px;
  height: 35px;
  animation: moveShap 20s linear 2s infinite alternate;
}
.causes_pages_3 .donate_crypto_8 .gol_list:after {
  background: #e7c9ff;
}

/* Pagination */
.pagination {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 80px 0;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  font: 700 20px/45px "Comfortaa", cursive;
  color: #000000;
  height: 40px;
  width: 40px;
  border-radius: 10%;
  display: block;
  text-align: center;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a.active {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #fc5e62 0%, #fdab65 100%);
  background-image: -webkit-linear-gradient(0deg, #fc5e62 0%, #fdab65 100%);
  background-image: -ms-linear-gradient(0deg, #fc5e62 0%, #fdab65 100%);
  box-shadow: 0px 14px 20px 0px rgba(252, 121, 123, 0.35);
}

/*----------------------------------------------------*/
.crypto_area {
  background-image: -moz-linear-gradient(90deg, #fff9f5 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #fff9f5 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #fff9f5 0%, white 100%);
  padding-bottom: 160px;
  padding-top: 80px;
  overflow: hidden;
}
.crypto_area .crypto_slid {
  background: url("../images/crypto-bg.png") no-repeat;
  max-width: 645px;
  margin-left: 190px;
  padding-top: 117px;
  padding-bottom: 60px;
  margin-top: 60px;
  background-size: cover;
}
.crypto_area .crypto_slid .media {
  margin-left: 270px;
}
.crypto_area .crypto_slid .media img {
  border-radius: 50%;
  height: 79px;
  width: 79px;
}
.crypto_area .crypto_slid .media .media-body {
  padding-left: 15px;
  padding-top: 15px;
}
.crypto_area .crypto_slid .media .media-body a {
  font: 600 22px/1 "Muli", sans-serif;
  color: #fff;
}
.crypto_area .crypto_slid .media .media-body a:hover, .crypto_area .crypto_slid .media .media-body a:focus {
  color: #7c6df4;
}
.crypto_area .crypto_slid .media .media-body h6 {
  font: 400 16px/1 "Muli", sans-serif;
  color: rgba(255, 255, 255, 0.702);
  padding-top: 4px;
}
.crypto_area .crypto_slid p {
  font: 400 22px/38px "Muli", sans-serif;
  color: rgba(255, 255, 255, 0.702);
  max-width: 430px;
  margin: 0 auto;
  padding: 75px 0 115px;
}
.crypto_area .crypto_slid i:before {
  color: #fff1e7;
  font-size: 25px;
  padding-left: 30%;
  display: block;
}
.crypto_area .indicators {
  background: url("../images/crypto-shap.png") no-repeat;
  width: 688px;
  height: 679px;
  float: right;
  margin-right: 140px;
  position: relative;
}
.crypto_area .indicators li {
  cursor: pointer;
}
.crypto_area .indicators li:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fd8ff9;
}
.crypto_area .indicators li img {
  border-radius: 50%;
}
.crypto_area .indicators li .media-body {
  padding-left: 18px;
}
.crypto_area .indicators li .media-body a {
  font: 600 22px/1 "Muli", sans-serif;
  color: #272626;
}
.crypto_area .indicators li .media-body a:hover, .crypto_area .indicators li .media-body a:focus {
  color: #7c6df4;
}
.crypto_area .indicators li .media-body h6 {
  font: 400 16px/1 "Muli", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  padding-top: 4px;
}
ul.indicators {
    display: flex
;
    flex-direction: column;
    gap: 30px;
}
.crypto_area .indicators li:first-child {
  position: relative;
}
.crypto_area .indicators li:nth-child(2) {
  position: relative;
  
}
.crypto_area .indicators li:nth-child(2):after {
  background: #9cb6ff;
}
.crypto_area .indicators li:nth-child(2) .media-body {
  padding-top: 10px;
}
.crypto_area .indicators li:nth-child(3) {
  position: relative;
 
}
.crypto_area .indicators li:nth-child(3) .media-body {
  padding-top: 15px;
}
.crypto_area .indicators li:nth-child(3):after {
  background: #e99dff;
}
.crypto_area .indicators li:nth-child(4) {
  position: relative;
  
}
.crypto_area .indicators li:nth-child(4) .media-body {
  padding-top: 10px;
}
.crypto_area .indicators li:nth-child(4):after {
  background: #9dfbd0;
}
.crypto_area .indicators li:nth-child(5) {
  position: relative;
  
}
.crypto_area .indicators li:nth-child(5):after {
  background: #fb7198;
}
.crypto_area .indicators li:nth-child(6) {
  position: relative;
 
}
.crypto_area .indicators li:nth-child(6):after {
  background: #fdad65;
}

.client_fed {
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 18px 0px rgba(216, 216, 216, 0.35);
  padding: 135px 0 110px;
}
.client_fed .feedback .media {
  padding-left: 170px;
  padding-bottom: 40px;
}
.client_fed .feedback .media img {
  width: auto;
  border-radius: 50%;
}
.client_fed .feedback .media .media-body {
  padding-left: 15px;
  padding-top: 15px;
}
.client_fed .feedback .media .media-body a {
  display: block;
  font: 600 22px/1 "Muli", sans-serif;
  color: #272626;
}
.client_fed .feedback .media .media-body a:hover {
  color: #fd7611;
}
.client_fed .feedback .media .media-body h6 {
  font: 400 16px/1 "Muli", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  padding-top: 10px;
}
.client_fed .feedback p {
  border: 1px solid #e7e3e3;
  padding: 55px 35px 15px;
  font-size: 18px;
  text-align: center;
  position: relative;
}
.client_fed .feedback p:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 195px;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}
.client_fed .feedback p:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 195px;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #e7e3e3 transparent;
}
.client_fed .feedback p i:before {
  display: block;
  font-size: 26px;
  color: #ffcca6;
  padding-top: 40px;
}

/*----------------------------------------------------*/
.upcoming_event {
  overflow: hidden;
  padding-top: 160px;
}
.upcoming_event .tittle_shap {
  animation: rotation 10s linear infinite;
}
.upcoming_event h2 {
  font: 700 38px/52px "Comfortaa", cursive;
  color: #272626;
  padding-top: 20px;
  padding-bottom: 45px;
}
.upcoming_event .tittle_p {
  font-size: 20px;
  padding-bottom: 90px;
}
.upcoming_event .upcoming_content {
  max-width: 770px;
  float: right;
  margin-right: 120px;
}
.upcoming_event .upcoming_content .media {
  margin-bottom: 10px;
  border: 1px solid #efefef;
  padding: 20px 30px;
  max-width: 570px;
  transition: all 300ms linear 0s;
}
.upcoming_event .upcoming_content .media h3 {
  font: 400 18px/1 "Muli", sans-serif;
  color: #000;
  text-align: center;
  padding-right: 20px;
}
.upcoming_event .upcoming_content .media h3 b {
  display: block;
  font: 700 50px/1 "Comfortaa", cursive;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}
.upcoming_event .upcoming_content .media h3 b:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  width: 58px;
  background: #fd7611;
}
.upcoming_event .upcoming_content .media .media-body {
  border-left: 1px solid #dddada;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  margin-top: 7px;
}
.upcoming_event .upcoming_content .media .media-body h6 {
  font: 400 16px "Muli", sans-serif;
  color: rgba(0, 0, 0, 0.702);
}
.upcoming_event .upcoming_content .media .media-body h6 span {
  float: right;
}
.upcoming_event .upcoming_content .media .media-body a {
  display: block;
  font: 700 22px/1 "Comfortaa", cursive;
  color: #272626;
  padding-top: 20px;
}
.upcoming_event .upcoming_content .media:hover, .upcoming_event .upcoming_content .media:focus {
  background-image: -moz-linear-gradient(0deg, #fc5c62 0%, #fdad65 100%);
  background-image: -webkit-linear-gradient(0deg, #fc5c62 0%, #fdad65 100%);
  background-image: -ms-linear-gradient(0deg, #fc5c62 0%, #fdad65 100%);
}
.upcoming_event .upcoming_content .media:hover h3, .upcoming_event .upcoming_content .media:focus h3 {
  color: #fff;
}
.upcoming_event .upcoming_content .media:hover h3 b:after, .upcoming_event .upcoming_content .media:focus h3 b:after {
  background: #fff;
}
.upcoming_event .upcoming_content .media:hover .media-body h6, .upcoming_event .upcoming_content .media:hover .media-body a, .upcoming_event .upcoming_content .media:focus .media-body h6, .upcoming_event .upcoming_content .media:focus .media-body a {
  color: #fff;
}
.upcoming_event .visit_btn {
  background: #ffeddf;
  color: #fd7611;
  min-width: 273px;
}
.upcoming_event .content_right {
  padding-top: 145px;
}
.upcoming_event .content_right .more_event {
  background: url("../images/event-bg.png") no-repeat;
  max-width: 718px;
  margin-left: -209px;
  margin-top: 95px;
  padding: 145px 85px 120px 157px;
}
.upcoming_event .content_right .more_event h6 {
  font: 400 20px/1 "Comfortaa", cursive;
  color: #fff;
}
.upcoming_event .content_right .more_event h6 b {
  font-weight: 700;
  font-size: 54px;
  padding-right: 15px;
}
.upcoming_event .content_right .more_event .heding {
  color: #fff;
  font: 700 36px/42px "Comfortaa", cursive;
  display: block;
  padding-top: 40px;
  padding-bottom: 25px;
}
.upcoming_event .content_right .more_event .heding:hover, .upcoming_event .content_right .more_event .heding:focus {
  color: #7c6df4;
}
.upcoming_event .content_right .more_event p {
  color: #fff;
}
.upcoming_event .content_right .more_event .theme_btn {
  background: #fffcf9;
  color: #fc6d63;
  line-height: 45px;
  min-width: 180px;
  box-shadow: none;
  margin-top: 50px;
}

.ue_2 {
  padding-top: 0;
  padding-bottom: 140px;
}
.ue_2 .content_right .more_event {
  background: url(../images/event-bg2.png) no-repeat;
}
.ue_2 .content_right .more_event .theme_btn {
  background-image: -moz-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
  background-image: -webkit-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
  background-image: -ms-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
  color: #fff;
}

.ue_3 {
  padding-bottom: 115px;
}
.ue_3 .tittle {
  display: block;
  overflow: hidden;
  padding-bottom: 90px;
}
.ue_3 .tittle h2 {
  padding-bottom: 30px;
}
.ue_3 .tittle p {
  max-width: 770px;
  padding: 0;
  float: left;
}
.ue_3 .tittle .theme_btn {
  float: right;
  margin-top: -20px;
}
.ue_3 .upcoming_content {
  max-width: 100%;
  float: none;
  margin: 0;
}
.ue_3 .content_right {
  padding-top: 0;
}
.ue_3 .content_right .more_event {
  margin-left: -180px;
  margin-top: 0;
  background: url(../images/event-bg3.png) no-repeat;
  padding-top: 110px;
  padding-bottom: 145px;
}

.event_area {
  display: block;
  overflow: hidden;
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/event-bg-2.png") no-repeat left top;
  position: relative;
  z-index: 1;
}
.event_area:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 200px;
  background: url("../images/event-bg-3.png") no-repeat;
  width: 454px;
  height: 545px;
  z-index: -1;
}
.event_area .event_first {
  margin-bottom: 30px;
  background: url("../images/event-1.png") no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 140px 10px 155px;
  z-index: 1;
}
.event_area .event_first:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: rgba(255, 122, 23, 0.761);
  z-index: -1;
}
.event_area .event_first .heding {
  color: #fff;
  font: 700 30px/48px "Comfortaa", cursive;
}
.event_area .event_first .heding:hover, .event_area .event_first .heding:focus {
  color: #7c6df4;
}
.event_area .event_first p {
  font-size: 18px;
  color: #fff;
  padding-top: 15px;
}
.event_area .event_first .theme_btn {
  background: #fff;
  color: #fd7611;
  line-height: 48px;
  min-width: 140px;
  margin-top: 60px;
  box-shadow: none;
}
.event_area .event_item .heding {
  font: 700 18px/30px "Comfortaa", cursive;
  color: #272626;
  display: block;
  padding-bottom: 17px;
}
.event_area .event_item .heding:hover, .event_area .event_item .heding:focus {
  color: #7c6df4;
}
.event_area .event_item p {
  padding-bottom: 28px;
}
.event_area .event_item .event_img {
  display: block;
  overflow: hidden;
}
.event_area .event_item .event_img img {
  max-width: 100%;
  transition: all 300ms linear 0s;
}
.event_area .event_item:hover .event_img img, .event_area .event_item:focus .event_img img {
  transform: scale3D(1.2, 1.2, 2);
}

.ea_2 {
  position: relative;
  background: #fff;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 110px;
}
.ea_2:after {
  background: url("../images/shap.png") no-repeat;
  width: 74px;
  height: 85px;
  right: 100px;
  top: 320px;
}
.ea_2 .automation_shap {
  position: absolute;
  top: 50%;
  animation: moveShap 25s linear 2s infinite alternate;
}
.ea_2 .tittle {
  padding-bottom: 55px;
  text-align: center;
  display: block;
  overflow: hidden;
}
.ea_2 .tittle .tittle_shap {
  animation: rotation 10s linear infinite;
}
.ea_2 .tittle h2 {
  font: 700 38px/52px "Comfortaa", cursive;
  color: #272626;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-bottom: 50px;
  text-transform: uppercase;
}
.ea_2 .tittle p {
  font-size: 18px;
  line-height: 32px;
  max-width: 690px;
  float: left;
  text-align: left;
}
.ea_2 .tittle .theme_btn {
  background: #ffeddf;
  text-transform: uppercase;
  color: #fd7611;
  min-width: 273px;
  float: right;
  margin-right: 10px;
}
.ea_2 .event_item {
  margin-bottom: 30px;
}
.ea_2 .event_item .event_img {
  position: relative;
  z-index: 1;
}
.ea_2 .event_item .event_img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  transition: all 300ms linear 0s;
  background-color: rgba(255, 188, 169, 0.839);
  opacity: 0;
}
.ea_2 .event_item .event_img .theme_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: #fff;
  display: block;
  left: 0;
  right: 0;
  width: 160px;
  margin: 0 auto;
  box-shadow: none;
  line-height: 45px;
  opacity: 0;
}
.ea_2 .event_item .event_img .theme_btn:hover, .ea_2 .event_item .event_img .theme_btn:focus {
  background: #fd7611;
  color: #fff;
}
.ea_2 .event_item:hover .theme_btn, .ea_2 .event_item:focus .theme_btn {
  opacity: 1;
}
.ea_2 .event_item:hover .event_img:after, .ea_2 .event_item:focus .event_img:after {
  opacity: 1;
}

.event_pages {
  position: relative;
}
.event_pages:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  background: url(../images/shap-angle.png) no-repeat;
  width: 28px;
  height: 35px;
  animation: moveShap 20s linear 2s infinite alternate;
}
.event_pages .content_right .more_event {
  margin: 0;
}
.event_pages .content_right .more_event .theme_btn {
  background-image: -moz-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
  background-image: -webkit-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
  background-image: -ms-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
  color: #fff;
}
.event_pages .learn_event {
  padding-top: 95px;
}
.event_pages .learn_event h2 {
  font: 700 36px/42px "Comfortaa", cursive;
  color: #fd7611;
  padding-bottom: 25px;
}
.event_pages .learn_event p {
  padding-bottom: 55px;
}
.event_pages .upcoming_media {
  padding-top: 170px;
}
.event_pages .upcoming_media .media {
  margin-bottom: 30px;
}

.hungry_text {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 70px 15px;
  font: 700 40px/50px "Comfortaa", cursive;
  color: #fff;
  background: url("../images/hungry-bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hungry_text:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-image: -moz-linear-gradient(0deg, #fc5c62 0%, #fdad65 100%);
  background-image: -webkit-linear-gradient(0deg, #fc5c62 0%, #fdad65 100%);
  background-image: -ms-linear-gradient(0deg, #fc5c62 0%, #fdad65 100%);
  opacity: 0.878;
  z-index: -1;
}

.ht_2 {
  margin-top: -70px;
  z-index: -1;
}

.event_single {
  display: block;
  overflow: hidden;
  padding-top: 170px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.event_single:before {
  content: "Event  e";
  font: 700 322px/1 "Comfortaa", cursive;
  color: #fffafd;
  position: absolute;
  top: 220px;
  left: 140px;
  z-index: -1;
}
.event_single:after {
  content: "";
  position: absolute;
  left: 100px;
  top: 530px;
  z-index: -1;
  background: url("../images/event-single-bg.png") no-repeat;
  width: 100%;
  height: 100%;
}
.event_single img {
  max-width: 100%;
}
.event_single .sponsor_text {
  padding-left: 55px;
  padding-bottom: 100px;
}
.event_single .sponsor_text h2 {
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #fc5e62 0%, #fdaa65 100%);
  background-image: -webkit-linear-gradient(90deg, #fc5e62 0%, #fdaa65 100%);
  background-image: -ms-linear-gradient(90deg, #fc5e62 0%, #fdaa65 100%);
  width: 132px;
  height: 132px;
  text-align: center;
  display: block;
  font: 700 36px/36px "Comfortaa", cursive;
  color: #fff;
  padding-top: 30px;
}
.event_single .sponsor_text h2 small {
  font-size: 20px;
  font-family: "Muli", sans-serif;
  display: block;
}
.event_single .sponsor_text h1 {
  font: 700 48px/56px "Comfortaa", cursive;
  color: #272626;
  padding-top: 45px;
  padding-bottom: 15px;
}
.event_single .sponsor_text p {
  padding-top: 15px;
}
.event_single .sponsor_text .free {
  display: block;
  overflow: hidden;
  padding-top: 60px;
}
.event_single .sponsor_text .free .theme_btn {
  min-width: 165px;
  background: #fd7611;
  display: inline-block;
}
.event_single .sponsor_text .free h4 {
  font: 700 18px/36px "Comfortaa", cursive;
  color: #587fff;
  display: inline-block;
  padding-left: 90px;
}
.event_single .venue {
  box-shadow: 0px 3px 45px 0px rgba(197, 197, 197, 0.35);
  padding: 60px 70px 20px;
  min-height: 335px;
  margin-bottom: 30px;
}
.event_single .venue h4 {
  position: relative;
  padding-left: 30px;
  font: 700 18px/1 "Comfortaa", cursive;
  color: #587fff;
  text-transform: uppercase;
}
.event_single .venue h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fd7611;
  width: 16px;
  height: 13px;
  border: 4px solid #ffded8;
}
.event_single .venue .charity {
  display: inline-block;
  padding-top: 30px;
  overflow: hidden;
  float: left;
}
.event_single .venue .charity li {
  display: flex;
  font: 400 16px/45px "Muli", sans-serif;
  color: #7c7981;
}
.event_single .venue .charity li b {
  text-transform: uppercase;
  color: #587fff;
  font: 700 16px/45px "Comfortaa", cursive;
  min-width: 130px;
  display: inline-block;
}
.event_single .venue .charity li span, .event_single .venue .charity li a {
  color: #fd7611;
}
.event_single .venue .charity li small {
  display: inline-block;
  font: 400 16px/28px "Muli", sans-serif;
  color: #7c7981;
  padding-bottom: 15px;
}
.event_single .venue .event_map {
  display: inline-block;
  border-left: 1px solid #f3f3f3;
  padding-left: 100px;
  margin-left: 90px;
}
.event_single .venue .event_map img {
  max-width: 100%;
}

.related_events {
  display: block;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
.related_events:after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 190px;
  background: url("../images/more-event-bg.png") no-repeat;
  width: 432px;
  height: 572px;
  z-index: -12;
}
.related_events h2 {
  text-align: center;
  font: 700 36px/1 "Comfortaa", cursive;
  color: #282828;
  padding-bottom: 90px;
}
.related_events .check_event {
  margin-bottom: 20px;
  background: #fff;
  padding: 40px;
  display: block;
  box-shadow: 0px 15px 60px 0px rgba(222, 222, 222, 0.35);
  transition: all 300ms linear 0s;
}
.related_events .check_event h6 {
  font: 400 16px/48px "Muli", sans-serif;
  color: rgba(255, 138, 115, 0.702);
  display: inline-block;
}
.related_events .check_event h6 span {
  color: #839dff;
  padding: 0 15px;
  border-left: 1px solid #f8f5f5;
  border-right: 1px solid #f8f5f5;
  display: inline-block;
  min-width: 280px;
  margin-left: 40px;
}
.related_events .check_event .heding {
  font: 700 21px/48px "Comfortaa", cursive;
  color: #282828;
  padding: 0 30px;
  display: inline-block;
}
.related_events .check_event .heding:hover, .related_events .check_event .heding:focus {
  color: #fd7611;
}
.related_events .check_event .theme_btn {
  border-radius: 25px;
  background: #fff;
  color: #282828;
  min-width: 182px;
  line-height: 50px;
  box-shadow: 0px 15px 60px 0px rgba(180, 178, 178, 0.35);
  float: right;
}
.related_events .check_event:hover, .related_events .check_event:focus {
  box-shadow: 0px 0px 50px 0px rgba(253, 199, 189, 0.35);
}
.related_events .check_event:hover h6, .related_events .check_event:focus h6 {
  color: #fd7611;
}
.related_events .check_event:hover .theme_btn, .related_events .check_event:focus .theme_btn {
  background-image: -moz-linear-gradient(-168deg, #fda665 0%, #fc6162 100%);
  background-image: -webkit-linear-gradient(-168deg, #fda665 0%, #fc6162 100%);
  background-image: -ms-linear-gradient(-168deg, #fda665 0%, #fc6162 100%);
  box-shadow: 0px 15px 60px 0px rgba(209, 121, 104, 0.35);
  color: #fff;
}

/*----------------------------------------------------*/
.countarup_area {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-image: -moz-linear-gradient(-90deg, #fdf5ee 0%, white 100%);
  background-image: -webkit-linear-gradient(-90deg, #fdf5ee 0%, white 100%);
  background-image: -ms-linear-gradient(-90deg, #fdf5ee 0%, white 100%);
  padding-top: 210px;
  padding-bottom: 65px;
}
.countarup_area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: url("../images/counter-shap.png") no-repeat center top;
  height: 100%;
  z-index: -1;
}
.countarup_area .counter_item {
  text-align: center;
  margin-bottom: 50px;
}
.countarup_area .counter_item i:before {
  font-size: 66px;
  color: #fd7611;
  line-height: 1;
}
.countarup_area .counter_item h4 {
  font: 600 22px/1 "Muli", sans-serif;
  color: #272626;
  text-transform: uppercase;
  padding-top: 30px;
}
.countarup_area .counter_item h2 {
  font: 700 60px/1 "Comfortaa", cursive;
  color: #555252;
  padding-top: 30px;
}
.countarup_area p {
  font: 600 22px/36px "Muli", sans-serif;
  color: #555252;
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 65px;
}
.countarup_area p span {
  color: #fd7611;
}
.countarup_area .wath_video {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.countarup_area .wath_video:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 54px;
  width: 100%;
  height: 1px;
  background: #ffecdd;
  z-index: -1;
}
.countarup_area .wath_video .popup-youtube {
  height: 108px;
  line-height: 108px;
  width: 108px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  background: #fc7163;
  display: block;
  color: #fff;
  box-shadow: 0px 20px 55px 0px rgba(144, 134, 127, 0.42);
  animation: pulseBig 2s infinite;
}
.countarup_area .wath_video .popup-youtube i:before {
  font-size: 30px;
}

.ca_3 .wath_video .popup-youtube {
  background: #fd7611;
}

/*----------------------------------------------------*/
.causes_single {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 170px;
  padding-bottom: 100px;
}
.causes_single:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  background: url(../images/shap-angle.png) no-repeat;
  width: 28px;
  height: 35px;
  animation: moveShap 20s linear 2s infinite alternate;
}
.causes_single .causes_left_sidebar .donations_details {
  border-bottom: 1px solid #fff3e9;
  padding-bottom: 20px;
}
.causes_single .causes_left_sidebar .donations_details .causes_details_img img {
  max-width: 100%;
}
.causes_single .causes_left_sidebar .donations_details .causes_details_img .theme_btn {
  width: 170px;
  margin: 20px auto;
  display: block;
  line-height: 60px;
}
.causes_single .causes_left_sidebar .donations_details .donated_pie {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.causes_single .causes_left_sidebar .donations_details .donated_pie h4 {
  font: 600 18px/32px "Muli", sans-serif;
  color: #272626;
  padding: 0 20px;
}
.causes_single .causes_left_sidebar .donations_details .donated_pie h4 span {
  padding-left: 20px;
}
.causes_single .causes_left_sidebar .donations_details .donated_pie h4 span small {
  color: #fd7611;
  font: 600 18px/32px "Muli", sans-serif;
}
.causes_single .causes_left_sidebar .donations_details .donated_pie .pc_style .pie-value {
  font-size: 16px;
  top: 47%;
}
.causes_single .details {
  padding-top: 42px;
}
.causes_single .details h2 {
  font: 600 28px/40px "Muli", sans-serif;
  color: #272626;
}
.causes_single .details h6 {
  font: 400 14px/32px "Muli", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 20px;
}
.causes_single .details h6 a {
  color: rgba(0, 0, 0, 0.6);
}
.causes_single .details h6 a:hover, .causes_single .details h6 a:focus {
  color: #fd7611;
}
.causes_single .details h6 .post_c {
  padding: 0 15px;
}
.causes_single .details p {
  line-height: 32px;
  padding-top: 30px;
}
.carousel-item h2{
	color:#fff;

}
.crypto_area .crypto_slid p {
    font: 400 22px / 38px "Muli", sans-serif;
    color: rgba(255, 255, 255, 0.702);
    max-width: 430px;
    margin: 0 auto;
    padding: 86px 0 115px;
}
.crypto_area .crypto_slid .media .media-body h6 {
    font: 400 16px / 1 "Muli", sans-serif;
    color: #fff;
    padding-top: 4px;
}
.causes_single .details .details_img_carousel {
  padding-top: 50px;
  padding-bottom: 43px;
}
.causes_single .details .details_img_carousel img {
  max-width: 100%;
}
.crypto_area .crypto_slid {
    background: url(../images/crypto-bg.png) no-repeat;
    max-width: 100%;
    margin-left: 190px;
    padding-top: 117px;
    padding-bottom: 60px;
    margin-top: 60px;
    background-size: cover;
}
.causes_single .details .details_img_carousel .carousel-item {
  position: relative;
  padding-bottom: 45px;
}
.causes_single .details .details_img_carousel .carousel-item .donation_video {
  position: absolute;
  background: #fd7611;
  text-align: center;
  bottom: 0;
  padding: 70px 30px 40px;
  right: 0;
  max-width: 330px;
}
.causes_single .details .details_img_carousel .carousel-item .donation_video h4 {
  color: #fff;
  font: 700 26px/1 "Comfortaa", cursive;
}
.causes_single .details .details_img_carousel .carousel-item .donation_video p {
  font: 400 18px/32px "Muli", sans-serif;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
}
.causes_single .details .details_img_carousel .carousel-item .donation_video .popup-youtube {
  width: 75px;
  line-height: 75px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #ff9241;
  display: block;
  font-size: 20px;
  margin: 0px auto;
}
.causes_single .details .details_img_carousel .carousel-indicators {
  margin: 0;
  padding: 0;
  bottom: 35px;
}
.causes_single .details .details_img_carousel .carousel-indicators li {
  color: transparent;
  height: 12px;
  width: 12px;
  background: #dad6d5;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  cursor: pointer;
}
.causes_single .details .details_img_carousel .carousel-indicators li:hover, .causes_single .details .details_img_carousel .carousel-indicators li:focus, .causes_single .details .details_img_carousel .carousel-indicators li.active {
  background: #fd7611;
}
.causes_single .details .slider_end_p {
  padding-top: 50px;
}
.causes_single .details h3 {
  font: 400 22px/36px "Muli", sans-serif;
  color: #171616;
  padding-top: 50px;
  padding-bottom: 35px;
}
.causes_single .details h5 {
  font: 400 19px/32px "Muli", sans-serif;
  color: rgba(0, 0, 0, 0.902);
  max-width: 770px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.causes_single .details h5 i:before {
  position: absolute;
  right: 20px;
  color: #dedede;
  bottom: 30px;
  font-size: 43px;
  z-index: -1;
}
.causes_single .details .foulkes {
  font: 600 16px/36px "Muli", sans-serif;
  color: #272626;
  padding: 0;
  padding-left: 20px;
  margin-top: 35px;
  border-left: 1px solid #fd7611;
}
.causes_single .details .share_btn {
  padding: 70px 0 90px;
}
.causes_single .details .share_btn .share_text {
  font: 600 20px/1 "Muli", sans-serif;
  color: #272626;
}
.causes_single .details .share_btn li {
  display: inline-block;
}
.causes_single .details .share_btn li a {
  font-size: 18px;
  color: #d7d7d7;
  padding-left: 18px;
}
.causes_single .details .share_btn li a:hover, .causes_single .details .share_btn li a:focus {
  color: #fd7611;
}
.causes_single .details .author {
  box-shadow: 0px 0px 30px 0px rgba(215, 214, 214, 0.35);
  padding: 30px;
}
.causes_single .details .author .media-body {
  padding-left: 20px;
}
.causes_single .details .author .media-body .author_name {
  font: 600 18px/1 "Muli", sans-serif;
  color: #171616;
  display: inline-block;
}
.causes_single .details .author .media-body .author_name:hover, .causes_single .details .author .media-body .author_name:focus {
  color: #272626;
}
.causes_single .details .author .media-body .share_btn {
  padding: 0;
  display: inline-block;
  float: right;
}
.causes_single .details .author .media-body .share_btn li a {
  font-size: 16px;
  color: #ffd4ac;
}
.causes_single .details .author .media-body .share_btn li a:hover, .causes_single .details .author .media-body .share_btn li a:focus {
  color: #272626;
}
.causes_single .details .author .media-body p {
  display: block;
  padding-top: 18px;
  max-width: 520px;
}

.comments_area {
  padding-top: 80px;
  max-width: 770px;
}
.comments_area .comment {
  padding-top: 50px;
}
.comments_area .comment .media-body {
  padding-left: 40px;
}
.comments_area .comment .media-body a {
  font: 700 18px/1 "Comfortaa", cursive;
  color: #272626;
  display: block;
}
.comments_area .comment .media-body a:hover, .comments_area .comment .media-body a:focus {
  color: #fd7611;
}
.comments_area .comment .media-body span {
  display: block;
  color: #a9a4a4;
  font: 400 15px/1 "Muli", sans-serif;
  padding-top: 20px;
}
.comments_area .comment .media-body p {
  line-height: 32px;
  padding-top: 25px;
  padding-bottom: 20px;
}
.comments_area .comment .media-body .theme_btn {
  line-height: 35px;
  border-radius: 15px;
  padding: 0 15px;
  font-size: 14px;
  display: inline-block;
  color: #fd7611;
  background: #fff1e7;
}
.comments_area .comment .media-body .theme_btn:after {
  background: #fd7611;
}
.comments_area .comment .media-body .theme_btn:before {
  background: rgba(255, 179, 7, 0.5);
}
.comments_area .comment .media-body .comment {
  padding-top: 40px;
}

.c_tittle {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.c_tittle:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  border-bottom: 1px solid #fff1e7;
  z-index: -1;
}
.c_tittle h2 {
  font: 700 22px/32px "Comfortaa", cursive !important;
  color: #272626;
  display: inline-block;
  background: #fff;
  z-index: 3;
  padding-right: 20px;
}

.leave_comment {
  padding-top: 80px;
}
.leave_comment .comment_from {
  padding-top: 50px;
}
.leave_comment .comment_from .form-group {
  margin-bottom: 50px;
}
.leave_comment .comment_from .form-group .form-control {
  border-radius: 0;
  border: 1px solid #ebebeb;
  resize: none;
  outline: none;
  box-shadow: none;
  font: 400 14px/48px "Muli", sans-serif;
  padding: 0 24px;
  height: auto;
  color: rgba(0, 0, 0, 0.6);
}
.leave_comment .comment_from .form-group .form-control.placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.leave_comment .comment_from .form-group .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.leave_comment .comment_from .form-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.leave_comment .comment_from .form-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.leave_comment .comment_from .form-group .form-control:focus {
  border-color: #fd7611;
}
.leave_comment .comment_from .form-group .form-control:focus.placeholder {
  color: transparent;
}
.leave_comment .comment_from .form-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.leave_comment .comment_from .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.leave_comment .comment_from .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.leave_comment .comment_from .form-group .comment_box {
  line-height: 32px;
  padding-top: 20px;
  height: 215px;
}
.leave_comment .comment_from .form-group .theme_btn {
  border: 0;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  min-width: 158px;
  cursor: pointer;
}
.leave_comment .comment_from .form-group .theme_btn i {
  font-size: 16px;
  padding-left: 10px;
}

.causes_right_sidebar {
  padding: 39px;
  padding-bottom: 60px;
  box-shadow: 0px 0px 30px 0px rgba(215, 214, 214, 0.35);
}
.causes_right_sidebar .input-group {
  box-shadow: 0px 0px 30px 0px rgba(215, 214, 214, 0.35);
}
.causes_right_sidebar .input-group input {
  box-shadow: none;
  border: 0;
  font: 400 15px/50px "Muli", sans-serif;
  color: rgba(109, 109, 109, 0.502);
  border-radius: 0;
  padding: 0 30px;
  padding-right: 0;
  height: auto;
}
.causes_right_sidebar .input-group input.placeholder {
  color: rgba(109, 109, 109, 0.502);
}
.causes_right_sidebar .input-group input:-moz-placeholder {
  color: rgba(109, 109, 109, 0.502);
}
.causes_right_sidebar .input-group input::-moz-placeholder {
  color: rgba(109, 109, 109, 0.502);
}
.causes_right_sidebar .input-group input::-webkit-input-placeholder {
  color: rgba(109, 109, 109, 0.502);
}
.causes_right_sidebar .input-group input:focus.placeholder {
  color: transparent;
}
.causes_right_sidebar .input-group input:focus:-moz-placeholder {
  color: transparent;
}
.causes_right_sidebar .input-group input:focus::-moz-placeholder {
  color: transparent;
}
.causes_right_sidebar .input-group input:focus::-webkit-input-placeholder {
  color: transparent;
}
.causes_right_sidebar .input-group .input-group-append {
  background: #fff;
  border: 0;
  cursor: pointer;
}
.causes_right_sidebar .input-group .input-group-append span {
  border: 0;
  background-color: transparent;
  padding: 0 20px;
  border-radius: 0;
  color: #fd7611;
}
.causes_right_sidebar .input-group .input-group-append span:hover, .causes_right_sidebar .input-group .input-group-append span:focus {
  background: #fd7611;
  color: #fff;
}
.causes_right_sidebar .input-group .input-group-append i {
  font-size: 16px;
  line-height: 50px;
}
.causes_right_sidebar .widget {
  padding-top: 60px;
}
.causes_right_sidebar .widget h3 {
  position: relative;
  font: 700 20px/1 "Comfortaa", cursive;
  color: #171616;
  padding-bottom: 25px;
}
.causes_right_sidebar .widget h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(0deg, #fd7611 0%, #f3b288 59%, #e9eeff 94%);
  background-image: -webkit-linear-gradient(0deg, #fd7611 0%, #f3b288 59%, #e9eeff 94%);
  background-image: -ms-linear-gradient(0deg, #fd7611 0%, #f3b288 59%, #e9eeff 94%);
  width: 54px;
  height: 2px;
}
.causes_right_sidebar .widget .categories_widget {
  padding-top: 25px;
}
.causes_right_sidebar .widget .categories_widget li a {
  display: block;
  font: 600 16px/45px "Muli", sans-serif;
  color: #171616;
  padding-left: 25px;
  position: relative;
}
.causes_right_sidebar .widget .categories_widget li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #fee7d5;
  font: normal normal normal 11px/45px FontAwesome;
}
.causes_right_sidebar .widget .categories_widget li a:hover, .causes_right_sidebar .widget .categories_widget li a:focus {
  color: #fd7611;
}
.causes_right_sidebar .widget .categories_widget li a:hover:before, .causes_right_sidebar .widget .categories_widget li a:focus:before {
  color: #fd7611;
}
.causes_right_sidebar .widget .media {
  margin-top: 30px;
}
.causes_right_sidebar .widget .media:first-child {
  margin-top: 40px;
}
.causes_right_sidebar .widget .media .media-body {
  padding-left: 20px;
  padding-top: 14px;
}
.causes_right_sidebar .widget .media .media-body a {
  font: 600 16px/22px "Muli", sans-serif;
  color: #171616;
  display: block;
}
.causes_right_sidebar .widget .media .media-body a:hover, .causes_right_sidebar .widget .media .media-body a:focus {
  color: #fd7611;
}
.causes_right_sidebar .widget .media .media-body h6 {
  font: 400 14px/1 "Muli", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 12px;
}
.causes_right_sidebar .widget .media .pt-0 {
  padding-top: 0;
}

/*----------------------------------------------------*/
.about_img_area {
  display: block;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
  padding: 200px 15px 50px;
  position: relative;
}
.about_img_area:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  background: url("../images/shap-angle.png") no-repeat;
  width: 28px;
  height: 35px;
  animation: moveShap 20s linear 2s infinite alternate;
}
.about_img_area .about_img {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.about_img_area .about_img img {
  max-width: 100%;
  transition: all 300ms linear 0s;
}
.about_img_area .about_img:hover img, .about_img_area .about_img:focus img {
  opacity: 0.5;
  transform: scale3D(1.2, 1.2, 2);
}
.about_img_area .ai_2 {
  margin-top: 65px;
}
.about_img_area .first_col {
  padding-top: 60px;
}
.about_img_area .second_col {
  padding-top: 100px;
}
.about_img_area h2 {
  font: 700 38px/52px "Comfortaa", cursive;
  color: #2e2e2e;
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
  padding-top: 110px;
}
.about_img_area p {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  max-width: 985px;
  padding-top: 25px;
}

.team_area {
  display: block;
  overflow: hidden;
  padding: 60px 0;
}
.team_area .team_item {
  padding: 20px;
  border-radius: 10px;
  border: 8px solid #ffede0;
  text-align: center;
  margin-bottom: 30px;
}
.team_area .team_item .team_img {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.team_area .team_item .team_img img {
  max-width: 100%;
  transition: all 300ms linear 0s;
}
.team_area .team_item a {
  display: block;
  font: 700 20px/1 "Comfortaa", cursive;
  color: #000;
}
.team_area .team_item a:hover, .team_area .team_item a:focus {
  color: #fd7611;
}
.team_area .team_item h6 {
  font: 400 18px/1 "Muli", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  padding-top: 10px;
}
.team_area .team_item .socail_icon {
  display: block;
  padding-top: 40px;
  overflow: hidden;
  padding-bottom: 20px;
}
.team_area .team_item .socail_icon li {
  display: inline-block;
  padding-left: 7px;
}
.team_area .team_item .socail_icon li:first-child {
  padding: 0;
}
.team_area .team_item .socail_icon li a {
  font-size: 16px;
  line-height: 39px;
  width: 39px;
  border-radius: 50%;
  color: #fd7611;
  background: #ffeddf;
  text-align: center;
  font-weight: 400;
}
.team_area .team_item .socail_icon li a:hover, .team_area .team_item .socail_icon li a:focus {
  background-image: -moz-linear-gradient(0deg, #fc5662 0%, #fdb065 100%);
  background-image: -webkit-linear-gradient(0deg, #fc5662 0%, #fdb065 100%);
  background-image: -ms-linear-gradient(0deg, #fc5662 0%, #fdb065 100%);
  color: #fff;
}
.team_area .team_item:hover .team_img img, .team_area .team_item:focus .team_img img {
  transform: scale3D(1.2, 1.2, 2);
}
.team_area .media {
  border: 2px solid #fff8f3;
  padding: 30px;
  margin-bottom: 100px;
}
.team_area .media img {
  box-shadow: 0px 0px 18px 0px rgba(186, 186, 186, 0.35);
}
.team_area .media .media-body {
  padding-left: 45px;
  text-align: left;
  padding-top: 90px;
}
.team_area .media .media-body a {
  font-size: 26px;
}
.team_area .media .media-body p {
  font-size: 18px;
  padding-top: 10px;
  max-width: 620px;
}

/*----------------------------------------------------*/
.protfolio_area {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 180px 0 160px;
}
.protfolio_area:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  background: url(../images/shap-angle.png) no-repeat;
  width: 28px;
  height: 35px;
  animation: moveShap 20s linear 2s infinite alternate;
  z-index: -1;
}
.protfolio_area .protfoli_filter {
  text-align: center;
  padding-bottom: 65px;
}
.protfolio_area .protfoli_filter li {
  display: inline-block;
}
.protfolio_area .protfoli_filter li a {
  line-height: 50px;
  font-size: 20px;
  color: #5f4c4c;
  padding: 0 28px;
  border-radius: 20px;
  background: transparent;
}
.protfolio_area .protfoli_filter li:hover a, .protfolio_area .protfoli_filter li:focus a, .protfolio_area .protfoli_filter li.active a {
  background-image: -moz-linear-gradient(-174deg, #fc5d62 0%, #fdac65 100%);
  background-image: -webkit-linear-gradient(-174deg, #fc5d62 0%, #fdac65 100%);
  background-image: -ms-linear-gradient(-174deg, #fc5d62 0%, #fdac65 100%);
  color: #fff;
}
.protfolio_area .protfoli_inner .portfolio_item {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(211, 211, 211, 0.35);
}
.protfolio_area .protfoli_inner .portfolio_item img {
  max-width: 100%;
}
.protfolio_area .protfoli_inner .portfolio_item .hover {
  background-color: rgba(131, 157, 255, 0.749);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  transform: perspective(400px) rotateY(90deg);
  transform-origin: left;
  transition: all 0.5s;
  opacity: 0;
}
.protfolio_area .protfoli_inner .portfolio_item .hover a {
  display: block;
  font: 700 28px "Comfortaa", cursive;
  color: #fff;
  letter-spacing: 1px;
}
.protfolio_area .protfoli_inner .portfolio_item .hover a:hover, .protfolio_area .protfoli_inner .portfolio_item .hover a:focus {
  color: #fd7611;
}
.protfolio_area .protfoli_inner .portfolio_item .hover h6 {
  font: 400 16px/1 "Muli", sans-serif;
  color: #fff;
  letter-spacing: 2px;
  padding-top: 26px;
}
.protfolio_area .protfoli_inner .portfolio_item:hover .hover, .protfolio_area .protfoli_inner .portfolio_item:focus .hover {
  transform: perspective(400px) rotateY(0deg);
  opacity: 1;
}

/*----------------------------------------------------*/
.blog_area {
  display: block;
  overflow: hidden;
  background: url("../images/blog-bg.png") no-repeat top;
  position: relative;
  padding-bottom: 100px;
  margin: 0;
  padding-top: 180px;
}
.blog_area:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  background: url(../images/shap-angle.png) no-repeat;
  width: 28px;
  height: 35px;
  animation: moveShap 20s linear 2s infinite alternate;
}
.blog_area .event_item {
  padding-bottom: 80px;
}
.blog_area .ef_2 {
  background: url("../images/blog-grid-9.jpg") no-repeat;
  padding-left: 17px;
  padding-right: 17px;
}
.blog_area .ef_2:after {
  background-color: rgba(131, 157, 255, 0.761);
}
.blog_area .ef_2 .theme_btn {
  color: #839dff;
}
.blog_area .ef_2 p {
  max-width: 290px;
  margin: 0 auto;
}

.blog_list_area {
  display: block;
  overflow: hidden;
  padding-top: 195px;
  position: relative;
}
.blog_list_area:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  background: url(../images/shap-angle.png) no-repeat;
  width: 28px;
  height: 35px;
  animation: moveShap 20s linear 2s infinite alternate;
}
.blog_list_area .blog_leftsidebar {
  padding-right: 45px;
}
.blog_list_area .blog_leftsidebar .blog_list {
  margin-bottom: 50px;
}
.blog_list_area .blog_leftsidebar .blog_list img {
  max-width: 100%;
}
.blog_list_area .blog_leftsidebar .blog_list .blog_contant {
  box-shadow: 0px 15px 20px 0px rgba(224, 224, 224, 0.35);
  padding: 35px 25px 45px 40px;
}
.blog_list_area .blog_leftsidebar .blog_list .blog_info li {
  display: inline-block;
  padding-right: 17px;
}
.blog_list_area .blog_leftsidebar .blog_list .blog_info li a {
  font: 400 15px/30px "Muli", sans-serif;
  color: rgba(0, 0, 0, 0.702);
}
.blog_list_area .blog_leftsidebar .blog_list .blog_info li a i {
  color: rgba(254, 211, 179, 0.702);
  padding-right: 10px;
}
.blog_list_area .blog_leftsidebar .blog_list .blog_info li a:hover, .blog_list_area .blog_leftsidebar .blog_list .blog_info li a:focus {
  color: #fd7611;
}
.blog_list_area .blog_leftsidebar .blog_list .heding {
  display: block;
  font: 700 36px/50px "Comfortaa", cursive;
  color: #272626;
  padding: 15px 0;
}
.blog_list_area .blog_leftsidebar .blog_list .heding:hover, .blog_list_area .blog_leftsidebar .blog_list .heding:focus {
  color: #fd7611;
}
.blog_list_area .blog_leftsidebar .blog_list p {
  max-width: 700px;
}
.blog_list_area .blog_leftsidebar .blog_list .theme_btn {
  background-image: -moz-linear-gradient(4deg, #fc5d62 0%, #fdab65 100%);
  background-image: -webkit-linear-gradient(4deg, #fc5d62 0%, #fdab65 100%);
  background-image: -ms-linear-gradient(4deg, #fc5d62 0%, #fdab65 100%);
  margin-top: 28px;
  width: 55px;
  height: 55px;
  overflow: hidden;
}
.blog_list_area .blog_leftsidebar .blog_list .theme_btn i {
  font-size: 14px;
  padding-right: 15px;
}
.blog_list_area .blog_leftsidebar .blog_list .theme_btn:after, .blog_list_area .blog_leftsidebar .blog_list .theme_btn:before {
  left: 120%;
}
.blog_list_area .blog_leftsidebar .blog_list .theme_btn:hover, .blog_list_area .blog_leftsidebar .blog_list .theme_btn:focus {
  width: 177px;
}
.blog_list_area .blog_leftsidebar .pagination {
  text-align: left;
  padding-left: 10px;
  padding-top: 40px;
  padding-bottom: 150px;
}
.blog_list_area .blog_leftsidebar .pagination li a {
  border-radius: 50%;
  line-height: 51px;
  height: 46px;
  width: 46px;
}
.blog_list_area .blog_leftsidebar .pagination li a:hover, .blog_list_area .blog_leftsidebar .pagination li a:focus, .blog_list_area .blog_leftsidebar .pagination li a.active {
  box-shadow: 0px 10px 20px 0px rgba(79, 79, 79, 0.35);
  background: #839dff;
}
.blog_list_area .blog_rightsidebar .input-group {
  background-color: white;
  box-shadow: 0px 15px 28px 0px rgba(188, 188, 188, 0.35);
  border-radius: 20px;
}
.blog_list_area .blog_rightsidebar .input-group input {
  box-shadow: none;
  border: 0;
  font: 400 18px/55px "Muli", sans-serif;
  color: #9e9e9e;
  border-radius: 20px;
  padding: 0;
  height: auto;
}
.blog_list_area .blog_rightsidebar .input-group .input-group-text {
  cursor: pointer;
  border-radius: 20px;
  border: 0;
  background: #fff;
  border-left: 0;
  color: #fedfcf;
  cursor: pointer;
  padding: 0 20px;
}
.blog_list_area .blog_rightsidebar .input-group .input-group-text i {
  font-size: 16px;
  line-height: 55px;
}
.blog_list_area .blog_rightsidebar .input-group .input-group-text:hover, .blog_list_area .blog_rightsidebar .input-group .input-group-text:focus {
  color: #7c6df4;
}
.blog_list_area .blog_rightsidebar .widget {
  padding-top: 60px;
}
.blog_list_area .blog_rightsidebar .widget h4 {
  font: 700 22px/1 "Comfortaa", cursive;
  color: #272626;
  position: relative;
  padding-bottom: 12px;
}
.blog_list_area .blog_rightsidebar .widget h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/border.png");
  background-repeat: repeat-x;
  width: 90px;
  height: 2px;
}
.blog_list_area .blog_rightsidebar .widget .categories {
  padding-top: 20px;
}
.blog_list_area .blog_rightsidebar .widget .categories li a {
  font: 600 18px/48px "Muli", sans-serif;
  color: #656565;
  position: relative;
  display: block;
  padding-left: 30px;
}
.blog_list_area .blog_rightsidebar .widget .categories li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #fed3b3;
  font: normal normal normal 13px/48px FontAwesome;
}
.blog_list_area .blog_rightsidebar .widget .categories li a span {
  padding-left: 15px;
  display: inline-block;
}
.blog_list_area .blog_rightsidebar .widget .categories li a:hover, .blog_list_area .blog_rightsidebar .widget .categories li a:focus {
  color: #fd7611;
}
.blog_list_area .blog_rightsidebar .widget .categories li a:hover:after, .blog_list_area .blog_rightsidebar .widget .categories li a:focus:after {
  color: #fd7611;
}
.blog_list_area .blog_rightsidebar .widget .media {
  margin-top: 20px;
}
.blog_list_area .blog_rightsidebar .widget .media.fast_m {
  margin-top: 30px;
}
.blog_list_area .blog_rightsidebar .widget .media img {
  border-radius: 50%;
}
.blog_list_area .blog_rightsidebar .widget .media .media-body {
  padding-left: 20px;
  padding-top: 10px;
}
.blog_list_area .blog_rightsidebar .widget .media .media-body a {
  font: 600 16px/22px "Muli", sans-serif;
  color: #171616;
  display: block;
}
.blog_list_area .blog_rightsidebar .widget .media .media-body a:hover, .blog_list_area .blog_rightsidebar .widget .media .media-body a:focus {
  color: #fd7611;
}
.blog_list_area .blog_rightsidebar .widget .media .media-body h6 {
  font: 400 14px/1 "Muli", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 12px;
}
.blog_list_area .blog_rightsidebar .widget .media .pt-0 {
  padding-top: 0;
}

/* Blog Single */
.blog_single {
  position: relative;
  padding-bottom: 70px;
}
.blog_single img {
  max-width: 100%;
}
.blog_single .blog_img {
  position: relative;
}
.blog_single .blog_img .date {
  position: absolute;
  right: 0;
  bottom: -52px;
}
.blog_single .blog_img .date span {
  font: 700 40px/1 "Comfortaa", cursive;
  color: #839dff;
  width: 142px;
  display: block;
  background: #fff;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 18px 33px 0px rgba(182, 182, 182, 0.35);
  padding: 20px 0;
}
.blog_single .blog_img .date span small {
  display: block;
  font-size: 18px;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  color: #272626;
  padding-top: 5px;
}
.blog_single .blog_info {
  padding-top: 20px;
}
.blog_single .blog_info li {
  display: inline-block;
  padding-right: 17px;
}
.blog_single .blog_info li a {
  font: 400 15px/30px "Muli", sans-serif;
  color: rgba(0, 0, 0, 0.702);
}
.blog_single .blog_info li a i {
  color: rgba(254, 211, 179, 0.702);
  padding-right: 10px;
}
.blog_single .blog_info li a:hover, .blog_single .blog_info li a:focus {
  color: #fd7611;
}
.blog_single h2 {
  font: 700 36px/46px "Comfortaa", cursive;
  color: #272626;
  display: block;
  padding-top: 20px;
  max-width: 750px;
}
.blog_single p {
  padding-top: 15px;
}
.blog_single .quote {
  color: rgba(40, 35, 49, 0.8);
  font: 400 24px/38px "Comfortaa", cursive;
  position: relative;
  box-shadow: 0px 16px 22px 0px rgba(204, 204, 204, 0.35);
  z-index: 1;
  margin: 50px 0 30px;
  padding: 60px 80px 35px 60px;
}
.blog_single .share_row {
  padding: 100px 0;
  display: block;
  overflow: hidden;
  text-align: center;
}
.blog_single .share_row .share li {
  display: inline-block;
  padding-right: 7px;
  font: 500 16px "Muli", sans-serif;
  color: rgba(0, 0, 0, 0.702);
}
.blog_single .share_row .share li:first-child {
  padding-right: 20px;
}
.blog_single .share_row .share li a {
  width: 34px;
  line-height: 34px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  background: #3b5999;
}
.blog_single .share_row .share li a:hover, .blog_single .share_row .share li a:focus {
  background: #fd7611;
}
.blog_single .share_row .share li:nth-child(3) a {
  background: #fc5f70;
}
.blog_single .share_row .share li:nth-child(4) a {
  background: #55acee;
}
.blog_single .share_row .share li:nth-child(5) a {
  background: #dd4b39;
}
.blog_single .np_btn {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
.blog_single .np_btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
}
.blog_single .np_btn .theme_btn {
  background: #fff;
  color: #272626;
  text-transform: capitalize;
  line-height: 45px;
  font-weight: 400;
  padding: 0;
  padding-right: 20px;
  font-family: "Muli", sans-serif;
}
.blog_single .np_btn .theme_btn:after, .blog_single .np_btn .theme_btn:before {
  display: none;
}
.blog_single .np_btn .theme_btn:hover, .blog_single .np_btn .theme_btn:focus {
  color: #fd7611;
}
.blog_single .np_btn .theme_btn i {
  padding-right: 15px;
  font-size: 16px;
}
.blog_single .np_btn .theme_btn.tb_2 {
  float: right;
  padding: 0;
  padding-left: 20px;
}
.blog_single .np_btn .theme_btn.tb_2 i {
  padding: 0;
  padding-left: 15px;
}
.blog_single .np_btn .theme_btn span {
  display: block;
}
.blog_single .np_btn .protecting a {
  font: 700 20px/35px "Comfortaa", cursive;
  color: #6f6f6f;
  float: left;
}
.blog_single .np_btn .protecting a:last-child {
  float: right;
}
.blog_single .comments_area {
  display: block;
  max-width: 100%;
}
.blog_single .comments_area h3 {
  font: 700 25px/1 "Comfortaa", cursive;
  color: #272626;
  padding-bottom: 55px;
}
.blog_single .comments_area .author {
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(226, 226, 226, 0.35);
  padding: 50px 40px;
  margin-bottom: 50px;
}
.blog_single .comments_area .author img {
  border-radius: 50%;
}
.blog_single .comments_area .author .media-body {
  padding-left: 40px;
}
.blog_single .comments_area .author .media-body a {
  font: 700 22px/1 "Comfortaa", cursive;
  color: #000000;
  display: block;
}
.blog_single .comments_area .author .media-body a span {
  font: 400 15px/1 "Muli", sans-serif;
  color: rgba(16, 16, 16, 0.6);
  padding-left: 10px;
  display: inline-block;
}
.blog_single .comments_area .author .media-body a span i {
  padding-right: 5px;
}
.blog_single .comments_area .author .media-body .input-group {
  border-bottom: 1px solid #e9e9e9;
  max-width: 435px;
  margin-top: 20px;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text, .blog_single .comments_area .author .media-body .input-group input {
  border: 0;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.4);
  font: 400 16px/50px "Muli", sans-serif;
  padding: 0;
  background-color: transparent;
  height: auto;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text.placeholder, .blog_single .comments_area .author .media-body .input-group input.placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:-moz-placeholder, .blog_single .comments_area .author .media-body .input-group input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.blog_single .comments_area .author .media-body .input-group .input-group-text::-moz-placeholder, .blog_single .comments_area .author .media-body .input-group input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.blog_single .comments_area .author .media-body .input-group .input-group-text::-webkit-input-placeholder, .blog_single .comments_area .author .media-body .input-group input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:focus.placeholder, .blog_single .comments_area .author .media-body .input-group input:focus.placeholder {
  color: transparent;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:focus:-moz-placeholder, .blog_single .comments_area .author .media-body .input-group input:focus:-moz-placeholder {
  color: transparent;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:focus::-moz-placeholder, .blog_single .comments_area .author .media-body .input-group input:focus::-moz-placeholder {
  color: transparent;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:focus::-webkit-input-placeholder, .blog_single .comments_area .author .media-body .input-group input:focus::-webkit-input-placeholder {
  color: transparent;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text {
  color: #fd7611;
  cursor: pointer;
  position: relative;
  top: 5px;
}
.blog_single .comments_area .author_r {
  margin-left: 80px;
}

.blog_s {
  position: relative;
  z-index: 1;
}
.blog_s:after {
  content: "";
  position: absolute;
  right: 100px;
  top: 6%;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 4px solid #fb1515;
  z-index: -1;
}

/* Blog Single */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* leave_reply Area */
.leave_reply {
  display: block;
  overflow: hidden;
  padding-top: 60px;
}
.leave_reply h2 {
  font: 700 25px/1 "Comfortaa", cursive;
  color: #272626;
  padding-top: 40px;
  padding-bottom: 55px;
}
.leave_reply .form-group {
  margin-bottom: 50px;
}
.leave_reply .form-group .form-control {
  box-shadow: none;
  outline: none;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #f4f4f4;
  font: 400 16px/60px "Muli", sans-serif;
  color: rgba(83, 112, 151, 0.6);
  height: auto;
  padding: 0 30px;
  resize: none;
}
.leave_reply .form-group .form-control.placeholder {
  color: rgba(83, 112, 151, 0.6);
}
.leave_reply .form-group .form-control:-moz-placeholder {
  color: rgba(83, 112, 151, 0.6);
}
.leave_reply .form-group .form-control::-moz-placeholder {
  color: rgba(83, 112, 151, 0.6);
}
.leave_reply .form-group .form-control::-webkit-input-placeholder {
  color: rgba(83, 112, 151, 0.6);
}
.leave_reply .form-group .form-control:hover, .leave_reply .form-group .form-control:focus {
  background-color: white;
  box-shadow: 0px 20px 18px 0px rgba(230, 211, 188, 0.35);
}
.leave_reply .form-group .form-control:hover.placeholder, .leave_reply .form-group .form-control:focus.placeholder {
  color: transparent;
}
.leave_reply .form-group .form-control:hover:-moz-placeholder, .leave_reply .form-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.leave_reply .form-group .form-control:hover::-moz-placeholder, .leave_reply .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.leave_reply .form-group .form-control:hover::-webkit-input-placeholder, .leave_reply .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.leave_reply .form-group textarea {
  height: 210px !important;
  line-height: 30px !important;
  padding-top: 30px !important;
}
.leave_reply .form-group .theme_btn {
  margin: 0;
  width: 160px;
  color: #fff;
  cursor: pointer;
  border: 0;
  line-height: 50px;
  box-shadow: none;
  overflow: hidden;
  font-weight: 400;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.leave_reply .form-group .theme_btn i {
  font-size: 16px;
  padding-left: 10px;
}

/* End leave_reply Area */
.contact_pages {
  display: block;
  overflow: hidden;
  padding-top: 220px;
  position: relative;
  z-index: 1;
}
.contact_pages:before {
  content: "";
  position: absolute;
  left: 110px;
  top: 170px;
  background: url("../images/contact-bg-1.png") no-repeat;
  width: 390px;
  height: 290px;
  display: block;
  z-index: -1;
}
.contact_pages:after {
  content: "";
  position: absolute;
  right: 205px;
  top: 125px;
  background: url("../images/contact-bg-2.png") no-repeat;
  width: 300px;
  height: 224px;
  display: block;
  z-index: -1;
}
.contact_pages .contact_inner {
  box-shadow: 0px 0px 22px 0px rgba(205, 205, 205, 0.35);
  background: #fff;
  padding: 100px 60px;
}
.contact_pages .from_main .form-group {
  margin-bottom: 30px;
}
.contact_pages .from_main .form-group .form-control {
  box-shadow: none;
  outline: none;
  border: 1px solid #f5f0ff;
  background: #fff;
  font: 400 16px/58px "Muli", sans-serif;
  color: rgba(40, 35, 49, 0.6);
  border-radius: 0;
  height: auto;
  padding: 0 25px;
  resize: none;
  min-width: 100%;
}
.contact_pages .from_main .form-group .form-control.placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.contact_pages .from_main .form-group .form-control:-moz-placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.contact_pages .from_main .form-group .form-control::-moz-placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.contact_pages .from_main .form-group .form-control::-webkit-input-placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.contact_pages .from_main .form-group .form-control:focus {
  box-shadow: 0px 14px 28px 0px rgba(247, 223, 205, 0.35);
  border-color: #fff;
}
.contact_pages .from_main .form-group .form-control:focus.placeholder {
  color: transparent;
}
.contact_pages .from_main .form-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.contact_pages .from_main .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact_pages .from_main .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.contact_pages .from_main .form-group textarea {
  line-height: 30px !important;
  height: 190px !important;
  padding-top: 20px !important;
}
.contact_pages .from_main .form-group .theme_btn {
  border: 0;
  box-shadow: none;
  outline: none;
  width: 158px;
  border-radius: 0px;
  margin-top: 20px;
}
.contact_pages .from_main .form-group .theme_btn i {
  font-size: 16px;
  padding-left: 10px;
}
.contact_pages .from_main .form-group.has-error .form-control {
  border-color: red;
}
.contact_pages .quick_find {
  max-width: 360px;
  float: right;
  box-shadow: 0px 0px 37px 0px rgba(191, 191, 191, 0.35);
  padding: 35px 65px 40px 100px;
}
.contact_pages .quick_find li {
  font: 700 18px/34px "Muli", sans-serif;
  color: #272626;
  padding-top: 36px;
}
.contact_pages .quick_find li a, .contact_pages .quick_find li span {
  font-size: 16px;
  font-weight: 400;
  color: #a3a1a1;
  display: block;
}
.contact_pages .donation_info {
  background: url("../images/contact-bg-3.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 20px;
}
.contact_pages .donation_info h2 {
  font: 700 36px/1 "Comfortaa", cursive;
  color: #fff;
}
.contact_pages .donation_info p {
  font: 400 18px/32px "Muli", sans-serif;
  color: #fff;
  max-width: 580px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 70px;
}
.contact_pages .donation_info ul {
  padding-bottom: 30px;
}
.contact_pages .donation_info ul li {
  display: inline-block;
}
.contact_pages .donation_info ul li a {
  font: 600 18px/44px "Muli", sans-serif;
  color: #fdaa65;
  background: #fff;
  min-width: 85px;
  padding: 0 10px;
  display: block;
}
.contact_pages .donation_info ul li a:hover, .contact_pages .donation_info ul li a:focus {
  box-shadow: 0px 20px 36px 0px rgba(32, 50, 118, 0.35);
  background: #fdaa65;
  color: #fff;
}
.contact_pages .donation_info .count_donetion li a {
  background: #8da5ff;
  color: #fff;
}
.contact_pages .donation_info .count_donetion li a:hover, .contact_pages .donation_info .count_donetion li a:focus {
  background: #839dff;
}
.contact_pages .donation_info .enter_amount li {
  font: 600 14px/44px "Muli", sans-serif;
  background: #8da5ff;
  color: #c2cfff;
  display: inline-block;
  min-width: 280px;
}
.contact_pages .donation_info .enter_amount li b {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.contact_pages .donation_info h4 {
  font: 700 20px/1 "Comfortaa", cursive;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 25px;
}
.contact_pages .donation_info .theme_btn {
  background: #8da5ff;
  color: #fff;
  line-height: 45px;
  min-width: 154px;
  margin: 0 5px;
}
.contact_pages .donation_info .theme_btn:hover, .contact_pages .donation_info .theme_btn:focus {
  background: #f4a563;
  box-shadow: 0px 20px 36px 0px rgba(32, 50, 118, 0.35);
}

.map_area {
  overflow: hidden;
  padding-top: 170px;
}
.map_area .map {
  position: relative;
}
.map_area .map:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(28, 2, 69, 0.502);
  transition: all 300ms linear 0s;
}
.map_area .map:before {
  content: "\f3c5";
  position: absolute;
  right: 230px;
  bottom: 70px;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-size: 41px;
  line-height: 120px;
  font-weight: 900;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #847697;
  box-shadow: 0px 20px 32px 0px rgba(146, 123, 181, 0.35);
}
.map_area .map iframe {
  border: 0;
  width: 100%;
  height: 598px;
}
.map_area .map:hover:after, .map_area .map:focus:after {
  opacity: 0;
  z-index: -1;
}
.map_area .socail_icons {
  padding-left: 110px;
  padding-top: 40px;
}
.map_area .socail_icons li {
  display: block;
  padding-bottom: 20px;
}
.map_area .socail_icons li a {
  border-radius: 10px;
  font-size: 24px;
  color: #ffc798;
  background: #fff5ec;
  width: 81px;
  line-height: 86px;
  text-align: center;
  display: block;
  font-family: "Font Awesome 5 Brands";
}
.map_area .socail_icons li a:hover, .map_area .socail_icons li a:focus {
  color: #fff;
  background-image: -moz-linear-gradient(4deg, #fc5e62 0%, #fdab65 100%);
  background-image: -webkit-linear-gradient(4deg, #fc5e62 0%, #fdab65 100%);
  background-image: -ms-linear-gradient(4deg, #fc5e62 0%, #fdab65 100%);
  box-shadow: 0px 26px 36px 0px rgba(251, 209, 194, 0.35);
}

/*----------------------------------------------------*/
.footer_area {
  display: block;
  overflow: hidden;
  background: #fff4ec;
  padding-top: 65px;
  position: relative;
  z-index: 1;
}
.footer_area:after {
  content: "";
  position: absolute;
  top: 195px;
  right: 165px;
  background: url("../images/footer-shap-2.png") no-repeat;
  width: 54px;
  height: 60px;
  animation: rotation 10s linear infinite;
  z-index: -1;
}
.footer_area:before {
  content: "";
  position: absolute;
  bottom: 265px;
  left: 110px;
  background: url("../images/footer-shap-2.png") no-repeat;
  width: 54px;
  height: 60px;
  animation: rotation 10s linear infinite;
  z-index: -1;
}
.footer_area .footer_menu:before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -230px;
  background: url("../images/footer-shap.png") no-repeat;
  width: 70px;
  height: 52px;
  z-index: -1;
}
.footer_area .footer_menu li {
  display: inline-block;
  padding-right: 20px;
}
.footer_area .footer_menu li:last-child {
  padding: 0;
}
.footer_area .footer_menu li a {
  font: 600 16px/55px "Muli", sans-serif;
  color: #272626;
  text-transform: uppercase;
}
.footer_area .footer_menu li a:hover, .footer_area .footer_menu li a:focus {
  color: #fd7611;
}
.footer_area .footer_btn {
  text-align: right;
}
.footer_area .footer_btn .theme_btn {
  min-width: 163px;
}
.footer_area .footer_btn .donation {
  background: #587fff;
  margin-left: 7px;
}
.footer_area .footer_inner {
  padding-top: 95px;
  padding-bottom: 50px;
}
.footer_area .footer_logo {
  padding-right: 0;
}
.footer_area .footer_logo p {
  padding-top: 35px;
}
.footer_area .footer_logo .footer_social {
  padding: 40px 0 65px;
}
.footer_area .footer_logo .footer_social li {
  display: inline-block;
  padding-right: 27px;
}
.footer_area .footer_logo .footer_social li:last-child {
  padding: 0;
}
.footer_area .footer_logo .footer_social li a {
  font-size: 17px;
  color: #fbc9a6;
}
.footer_area .footer_logo .footer_social li a:hover, .footer_area .footer_logo .footer_social li a:focus {
  color: #fd7611;
}
.footer_area .footer_logo .input-group {
  max-width: 370px;
  background: #fff;
}
.footer_area .footer_logo .input-group .form-control {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  font: 400 15px/56px "Muli", sans-serif;
  color: #fbc9a6;
  padding: 0 20px;
  height: auto;
}
.footer_area .footer_logo .input-group .form-control.placeholder {
  color: #fbc9a6;
}
.footer_area .footer_logo .input-group .form-control:-moz-placeholder {
  color: #fbc9a6;
}
.footer_area .footer_logo .input-group .form-control::-moz-placeholder {
  color: #fbc9a6;
}
.footer_area .footer_logo .input-group .form-control::-webkit-input-placeholder {
  color: #fbc9a6;
}
.footer_area .footer_logo .input-group .form-control:focus.placeholder {
  color: transparent;
}
.footer_area .footer_logo .input-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.footer_area .footer_logo .input-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.footer_area .footer_logo .input-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.footer_area .footer_logo .input-group .input-group-text {
  background: #fff;
  border-radius: 0;
  border: 0;
  padding: 0 25px;
  color: #fbc9a6;
  font-size: 22px;
  cursor: pointer;
  transition: all 300ms linear 0s;
}
.footer_area .footer_logo .input-group .input-group-text:hover, .footer_area .footer_logo .input-group .input-group-text:focus {
  background: #fd7611;
  color: #fff;
}
.footer_area .footer_widget {
  padding-left: 55px;
  margin-bottom: 50px;
}
.footer_area .footer_widget h4 {
  font: 700 18px/1 "Comfortaa", cursive;
  color: #272626;
  padding-bottom: 25px;
}
.footer_area .footer_widget .footer_nav li a {
  font: 400 18px/38px "Muli", sans-serif;
  color: #797979;
  display: block;
}
.footer_area .footer_widget .footer_nav li a:hover, .footer_area .footer_widget .footer_nav li a:focus {
  color: #fd7611;
}
.footer_area .footer_widget.fw_2 {
  padding-left: 65px;
}
.footer_area .footer_widget.fw_3 {
  padding-left: 15px;
}
.footer_area .footer_news li a {
  font: 400 18px/28px "Muli", sans-serif;
  color: #787878;
  display: block;
  padding-bottom: 30px;
  padding-top: 22px;
  border-bottom: 1px solid #f9e5d6;
}
.footer_area .footer_news li a:hover, .footer_area .footer_news li a:focus {
  color: #fd7611;
}
.footer_area .footer_news li:first-child a {
  padding-top: 0;
}
.footer_area .footer_news li:last-child a {
  border: 0;
  padding-bottom: 0;
}
.footer_area .copy_right {
  display: block;
  overflow: hidden;
  background: #feede1;
  padding: 20px 0;
  padding-top: 25px;
}
.footer_area .copy_right .call {
  font: 400 20px/35px "Muli", sans-serif;
  display: flex;
  justify-content: flex-end;
  color: #fd7611;
}
.footer_area .copy_right .call i:before {
  font-size: 35px;
  margin-right: 20px;
}
.footer_area .copy_right .call:hover, .footer_area .copy_right .call:focus {
  color: #7c6df4;
}
.footer_area .copy_right p {
  line-height: 41px;
}
.footer_area .copy_right p a {
  color: #fd7611;
}

.footer_2 {
  background: #312d2d;
}
.footer_2:after, .footer_2:before {
  display: none;
}
.footer_2 .footer_menu:before {
  display: none;
}
.footer_2 .footer_menu li a {
  color: #939393;
}
.footer_2 .footer_logo p {
  color: rgba(255, 255, 255, 0.702);
}
.footer_2 .footer_logo .footer_social {
  padding-bottom: 35px;
}
.footer_2 .footer_logo .footer_social li a {
  color: #c9c8c8;
}
.footer_2 .footer_logo .free_quote {
  font: 400 16px/1 "Muli", sans-serif;
  color: #c9c8c8;
  display: block;
  padding-bottom: 60px;
}
.footer_2 .footer_logo .free_quote i {
  font-size: 13px;
  padding-left: 20px;
}
.footer_2 .footer_logo .free_quote:hover, .footer_2 .footer_logo .free_quote:focus {
  color: #fd7611;
}
.footer_2 .footer_logo .input-group {
  background: #3d3a3a;
}
.footer_2 .footer_logo .input-group .form-control {
  background-color: transparent;
  color: #706f6f;
}
.footer_2 .footer_logo .input-group .form-control.placeholder {
  color: #706f6f;
}
.footer_2 .footer_logo .input-group .form-control:-moz-placeholder {
  color: #706f6f;
}
.footer_2 .footer_logo .input-group .form-control::-moz-placeholder {
  color: #706f6f;
}
.footer_2 .footer_logo .input-group .form-control::-webkit-input-placeholder {
  color: #706f6f;
}
.footer_2 .footer_logo .input-group .input-group-text {
  background-color: transparent;
  color: #fff;
}
.footer_2 .footer_widget h4 {
  color: #fff;
}
.footer_2 .footer_widget .footer_nav li a {
  color: #919191;
}
.footer_2 .footer_news li a {
  color: #919191;
  border-color: #4c4a4a;
}
.footer_2 .copy_right {
  background: #3a3636;
}
.footer_2 .copy_right p {
  color: rgba(255, 255, 255, 0.702);
}
.footer_2 .copy_right .call {
  color: #fff;
}
.footer_2 .copy_right .call i:before {
  color: #fd9547;
}

.no-shap:before, .no-shap:after {
  display: none;
}
.no-shap .footer_menu:before {
  display: none;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 15px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: #fd7611;
  border: 0;
  box-shadow: none;
  z-index: 999;
  color: #fff;
  display: none;
}
.scroll-top:hover, .scroll-top:focus {
  background: #7c6df4;
}

/*----------------------------------------------------*/
@media (max-width: 1610px) {
  .main_header_area .navbar .navbar-brand .number {
    display: none;
  }

  .crypto_area .crypto_slid {
    margin: 0;
  }
  .crypto_area .indicators {
    width: 100%;
    float: none;
    margin: 0;
  }

  .causes_area {
    padding: 100px 15px;
  }
}
@media (max-width: 1440px) {
  .main_header_area {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main_header_area.navbar_fixed {
    padding: 10px 30px 0;
  }
  .main_header_area .searchForm {
    padding: 0 20px;
  }

  .donation_area .donation_img img {
    max-width: 100%;
  }
  .donation_area .donation_img .theme_btn {
    width: 170px;
    margin: 0 auto;
    display: block;
    left: 0 !important;
    right: 0;
  }
  .donation_area .donation_row .donation_img img {
    margin: 0;
  }

  .donate_crypto_slavery .donate_crypto_right {
    padding: 0;
  }

  .people_amazing .people_img img {
    max-width: 100%;
  }

  .crypto_area .indicators {
    background-image: none;
    padding-left: 20px;
  }
  .crypto_area .indicators li {
    position: inherit !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    padding-bottom: 40px;
  }

  .giving_money_area .donet_img img {
    margin: 0;
    max-width: 100%;
  }

  .pa_3 .people_img img {
    margin: 0;
  }

  .misstion .donation_row .di_2 {
    margin: 0;
  }
  .misstion .donation_row .di_2 img {
    max-width: 100%;
  }
  .misstion .donation_row .di_2 .read_more {
    padding: 0;
  }
  .misstion .donation_row .donation_contant {
    z-index: 1;
  }

  .donation_area .donation_contant {
    z-index: 9;
  }
}
@media (max-width: 1366px) {
  .home_banner .banner_contant {
    padding-top: 0;
  }
  .home_banner .banner_contant h2 {
    font-size: 40px;
    line-height: 55px;
  }

  .hba_2 .banner_slide .banner_contant {
    padding: 0 30px;
    width: 100%;
    float: none;
  }
}
@media (max-width: 1199px) {
  .footer_area .footer_widget {
    padding-left: 15px;
  }
  .footer_area .footer_widget.fw_2 {
    padding-left: 15px;
  }
  .footer_area .footer_logo {
    padding-right: 15px;
  }

  .main_header_area .navbar .navbar_supported ul li a {
    margin: 0 12px;
  }

  .donate_crypto_slavery {
    padding-top: 0;
  }
  .donate_crypto_slavery .donate_crypto_contant {
    float: none;
  }
  .donate_crypto_slavery .donate_crypto_right {
    max-width: 800px;
    margin: 0 auto;
  }

  .crypto_area {
    padding-top: 0;
    padding-bottom: 100px;
  }
  .crypto_area .crypto_slid {
    background-image: -moz-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
    background-image: -webkit-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
    background-image: -ms-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
    padding: 40px 20px;
  }
  .crypto_area .crypto_slid .media {
    margin-left: 0;
  }
  .crypto_area .crypto_slid p {
    margin: 0;
    padding: 40px 0;
  }

  .upcoming_event .content_right .more_event {
    margin-left: 0;
    background-image: -moz-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
    background-image: -webkit-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
    background-image: -ms-linear-gradient(0deg, #fc5562 0%, #fdb265 100%);
    padding: 40px 20px;
  }

  .event_area .event_first {
    padding: 115px 10px;
  }

  .ca_2 .donate_crypto {
    max-width: 370px;
    margin: 0 auto 30px;
  }

  .pa_3 {
    padding-top: 0;
  }
  .pa_3 .people_img {
    padding: 0;
    padding-bottom: 40px;
  }

  .ue_3 .tittle {
    padding-bottom: 20px;
  }
  .ue_3 .tittle .theme_btn {
    float: none;
    margin-top: 30px;
  }

  .become_volunter {
    padding-bottom: 70px;
  }
  .become_volunter .volunter_row {
    background: #fff;
    box-shadow: 0px 19px 69px 0px rgba(178, 178, 185, 0.35);
    padding: 60px 30px;
  }
  .become_volunter .volunter_row:after {
    display: none;
  }

  .ea_2 .tittle .theme_btn {
    float: left;
    margin-top: 30px;
  }

  .event_pages {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .event_pages .learn_event {
    padding-top: 0;
  }
  .event_pages .learn_event h2 {
    padding-top: 0;
  }
  .event_pages .upcoming_media {
    padding-top: 100px;
  }

  .event_single .venue .event_map {
    margin: 0;
    padding: 0;
    border: 0;
    padding-top: 40px;
  }

  .related_events .check_event {
    overflow: hidden;
    text-align: center;
  }
  .related_events .check_event .heding {
    display: block;
    padding: 15px 0;
  }
  .related_events .check_event h6 {
    line-height: 30px;
  }
  .related_events .check_event h6 span {
    border: 0;
    margin: 0;
  }
  .related_events .check_event .theme_btn {
    float: none;
    margin: 0 auto;
  }

  .causes_single .details .details_img_carousel .carousel-indicators {
    bottom: 10px;
  }

  .protfolio_area .protfoli_inner .portfolio_item .hover a {
    font-size: 18px;
  }

  .blog_list_area {
    padding-top: 100px;
  }
  .blog_list_area .blog_leftsidebar {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .main_header_area {
    padding: 20px 15px 0;
  }
  .main_header_area .navbar .navbar-brand {
    margin: 0;
  }
  .main_header_area .navbar .navbar-toggler {
    font-size: 25px;
    color: #fff;
    background: #fd7611;
    padding: 0 20px;
    margin: 0;
    margin-left: 15px;
    line-height: 50px;
    border: 0;
    float: right;
    border-radius: 0;
  }
  .main_header_area .navbar .navbar_supported {
    float: none;
    width: 100%;
  }
  .main_header_area .navbar .navbar-nav {
    margin: 0;
    max-height: 370px;
    overflow-y: auto;
    background: #fd7611;
    border: 1px dashed #fff;
    padding-left: 0 !important;
  }
  .main_header_area .navbar .navbar-nav li {
    border-bottom: 1px dashed #fff;
  }
  .main_header_area .navbar .navbar-nav li:last-child {
    border: 0;
  }
  .main_header_area .navbar .navbar-nav li a {
    line-height: 45px !important;
    margin: 0 20px !important;
    color: #fff !important;
  }
  .main_header_area .navbar .navbar-nav li a:after {
    display: none !important;
  }
  .main_header_area .navbar .navbar-nav li a:before {
    display: none;
  }
  .main_header_area .navbar .navbar-nav li a.theme_btn {
    background: transparent !important;
    text-align: left !important;
    color: #fff;
    background-image: none;
  }
  .main_header_area .navbar .navbar-nav li.dropdown {
    position: relative;
  }
  .main_header_area .navbar .navbar-nav li.dropdown:after {
    content: "\f103";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 15px/48px FontAwesome;
    color: #fff;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    border-top: 1px dashed #fff;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu:before {
    display: none;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a {
    border: 0;
    color: #fff;
    margin: 0 10px;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:hover, .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:focus, .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a.active {
    color: #fff;
    border: 0;
    padding: 0 20px;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu .dropdown:after {
    display: none;
  }

  .footer_area .footer_menu {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer_area .footer_menu li {
    padding: 0;
  }
  .footer_area .footer_menu li a {
    margin: 0 10px;
    display: block;
    line-height: 30px;
  }
  .footer_area .footer_btn {
    text-align: center;
  }
  .footer_area .copy_right p {
    line-height: 28px;
  }

  .home_banner {
    padding-top: 100px;
  }
  .home_banner .banner_contant p {
    padding-bottom: 60px;
  }

  .donation_area .donation_img {
    text-align: center;
    margin-top: 40px;
  }
  .donation_area .donation_img .theme_btn {
    bottom: 0 !important;
  }
  .donation_area .donation_row {
    padding-top: 0;
  }

  .upcoming_event {
    padding-top: 200px;
  }
  .upcoming_event .upcoming_content {
    float: none;
    margin: 0;
  }
  .upcoming_event .content_right {
    padding-top: 50px;
  }

  .event_area {
    margin: 0;
    padding-top: 100px;
  }

  .automation_aera {
    padding-bottom: 250px;
    padding-top: 0;
  }
  .automation_aera h2 {
    padding-top: 0;
  }
  .automation_aera .automation_img {
    margin-top: 50px;
    padding-bottom: 0;
  }
  .automation_aera .automation_img img {
    max-width: 100%;
  }

  .header_top_area .header_social {
    text-align: center;
    justify-content: center;
  }
  .header_top_area .header_social li a {
    line-height: 45px;
  }
  .header_top_area .header_social li .theme_btn {
    line-height: 45px;
    font-size: 16px;
    min-width: 150px;
  }
  .header_top_area .top_menu {
    text-align: center;
  }
  .header_top_area .top_menu li .number {
    padding: 0;
  }

  .mh_2 {
    padding: 0;
    padding-top: 10px;
  }

  .home_banner_2 {
    z-index: 1;
  }
  .home_banner_2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #fff;
    opacity: 0.5;
    z-index: -1;
  }

  .causes_area .donate_crypto {
    max-width: 370px;
    margin: 0 auto 30px;
  }

  .hba_2 {
    padding-bottom: 0;
  }
  .hba_2 img {
    max-width: 100%;
  }
  .hba_2 .banner_slide .carousel-indicators li {
    background: #7c6df4;
  }
  .hba_2 .banner_slide .banner_contant {
    padding-bottom: 40px;
  }

  .organisation_area .fundraising_text {
    padding: 0 15px;
    padding-top: 40px;
  }

  .giving_money_area {
    padding-top: 100px;
  }

  .ue_3 {
    padding-top: 50px;
  }
  .ue_3 .content_right {
    margin-bottom: 50px;
  }

  .become_volunter {
    text-align: center;
  }

  .hungry_text {
    font-size: 20px;
    padding: 40px 15px;
    line-height: 30px;
  }

  .about_img_area {
    padding-top: 100px;
    text-align: center;
  }
  .about_img_area .first_col, .about_img_area .second_col {
    padding-top: 0;
  }
  .about_img_area .ai_2 {
    margin-top: 0;
  }

  .misstion {
    padding-top: 80px;
  }
  .misstion .donation_img {
    padding-left: 15px;
  }
  .misstion .donation_row .donation_contant {
    padding: 50px 15px;
  }

  .crypto_area .indicators {
    padding-top: 50px;
  }

  .event_single {
    padding-top: 100px;
  }
  .event_single .sponsor_text {
    padding-top: 50px;
    padding-left: 15px;
  }

  .causes_pages {
    margin: 0;
  }

  .team_area .media {
    display: block;
    text-align: center;
  }
  .team_area .media .media-body {
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }

  .blog_list_area {
    padding-bottom: 100px;
  }
  .blog_list_area .blog_leftsidebar .pagination {
    padding-bottom: 80px;
  }

  .contact_pages {
    padding-top: 100px;
  }
  .contact_pages .quick_find {
    float: none;
    margin-top: 50px;
    padding: 30px 20px;
    max-width: 100%;
  }

  .map_area {
    padding: 100px 0 50px;
  }
  .map_area .socail_icons {
    text-align: center;
    padding-left: 15px;
  }
  .map_area .socail_icons li {
    display: inline-block;
    padding-left: 20px;
  }
  .map_area .socail_icons li:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer_area .footer_logo {
    padding-bottom: 60px;
  }
  .footer_area .copy_right p {
    text-align: center;
  }
  .footer_area .copy_right .call {
    justify-content: center;
  }

  .donate_crypto_slavery .donate_crypto_right {
    margin-top: 50px;
  }
  .donate_crypto_slavery .donate_crypto_right .col-md-6 {
    padding: 0;
  }
  .donate_crypto_slavery .donate_crypto_right .donate_crypto {
    max-width: 370px;
    margin: 0 auto 30px;
  }

  .event_area .event_item {
    max-width: 370px;
    margin: 0 auto 30px;
  }

  .home_banner_2 {
    padding-top: 250px;
    padding-bottom: 150px;
  }
  .home_banner_2 h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .home_banner_2 .popup-youtube {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 20px;
  }

  .pa_2, .ue_2 {
    padding: 0;
  }

  .hba_2 {
    padding-bottom: 50px;
  }

  .pa_3 .people_content p {
    padding-left: 0;
  }
  .pa_3 .people_content .video_p .popup-youtube {
    float: none;
  }

  .become_volunter h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .ea_2 .tittle h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    padding-bottom: 20px;
  }

  .pages_banner {
    padding: 200px 0 120px;
  }
  .pages_banner h2 {
    font-size: 25px;
  }
  .pages_banner p {
    padding-top: 20px;
  }

  .event_single .sponsor_text h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .pagination {
    padding-bottom: 30px;
  }

  .causes_single .details .details_img_carousel .carousel-item .donation_video {
    position: relative;
    max-width: 100%;
  }

  .team_area .team_item {
    max-width: 370px;
    margin: 0 auto 30px;
  }

  .protfolio_area {
    padding: 100px 0;
  }
  .protfolio_area .protfoli_filter li a {
    font-size: 16px;
  }

  .pba_2 h2 {
    line-height: 35px;
  }
  .pba_2 .countdown {
    padding-bottom: 0;
    padding-top: 100px;
  }

  .back_home {
    padding: 100px 15px;
  }

  .blog_list_area .blog_leftsidebar .blog_list .heding {
    font-size: 20px;
    line-height: 35px;
  }

  .blog_single .blog_img .date {
    bottom: 0;
  }

  .blog_single .quote {
    padding: 40px 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .blog_single .np_btn .protecting a {
    float: none !important;
    display: block;
    padding-top: 20px;
  }

  .map_area .map:before {
    right: 20px;
    bottom: 20px;
  }
  .map_area .map iframe {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .footer_area .footer_btn .theme_btn {
    min-width: 155px;
  }

  .main_header_area .navbar .right_nav li a {
    line-height: 35px;
  }
  .main_header_area .navbar .navbar-toggler {
    line-height: 35px;
    padding: 0 10px;
    margin-top: 10px;
  }
  .main_header_area .navbar .right_nav {
    padding: 0;
    padding-top: 10px;
  }
  .main_header_area .navbar .right_nav li .grid_btn {
    width: 35px;
    height: 35px;
  }
  .main_header_area .navbar .right_nav li .grid_btn:after {
    width: 18px;
    bottom: 23px;
  }
  .main_header_area .navbar .right_nav li .grid_btn:before {
    top: 17px;
    width: 18px;
  }
  .main_header_area .navbar .right_nav li .grid_btn span {
    left: 8px;
    width: 18px;
    top: 24px;
  }

  .main_header_area.navbar_fixed {
    padding: 0 15px;
  }

  .home_banner .banner_contant h2 {
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 20px;
  }

  .donation_area .donation_contant h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .donation_area .donation_contant h2 {
    font-size: 25px;
    line-height: 45px;
  }

  .donate_crypto_slavery .donate_crypto_contant h2 {
    font-size: 25px;
    line-height: 40px;
  }

  .people_amazing .people_content h4 {
    font-size: 20px;
  }
  .people_amazing .people_content h2 {
    font-size: 25px;
    line-height: 40px;
  }

  .upcoming_event h2 {
    font-size: 25px;
    padding-bottom: 30px;
  }
  .upcoming_event .upcoming_content .media {
    display: block;
    text-align: center;
  }
  .upcoming_event .upcoming_content .media .media-body {
    border: 0;
    padding: 0;
  }
  .upcoming_event .upcoming_content .media .media-body h6 span {
    float: none;
    padding: 0 20px;
    display: inline-block;
  }
  .upcoming_event .upcoming_content .media .media-body a {
    line-height: 35px;
  }
  .upcoming_event .content_right .more_event .heding {
    font-size: 25px;
    line-height: 35px;
  }

  .automation_aera {
    padding-bottom: 100px;
  }
  .automation_aera .automation_img img + img {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
  .automation_aera h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .header_top_area {
    overflow: hidden;
  }
  .header_top_area .header_social li {
    padding-left: 15px;
  }
  .header_top_area .header_social li .login {
    padding: 0;
  }
  .header_top_area .top_menu {
    padding-top: 10px;
  }
  .header_top_area .top_menu li a {
    padding-right: 15px;
    font-size: 14px;
  }
  .header_top_area .top_menu li .number {
    font-size: 16px;
    padding: 0;
  }

  .feture_area .getinfrom p {
    font-size: 16px;
    line-height: 30px;
  }

  .client_fed .feedback .media {
    padding-left: 0;
  }

  .organisation_area h2 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 30px;
  }

  .giving_money_area .donet_content .tittle .media {
    display: block;
  }
  .giving_money_area .donet_content .tittle .media h3 {
    padding-left: 0;
  }
  .giving_money_area .donet_content .tittle h2 {
    font-size: 25px;
    line-height: 40px;
  }

  .about_img_area h2 {
    font-size: 20px;
    line-height: 35px;
    padding-top: 50px;
  }

  .event_single .sponsor_text .free h4 {
    display: block;
    padding-left: 0;
  }
  .event_single .venue {
    min-height: auto;
    padding: 40px 15px;
    display: block;
    overflow: hidden;
  }

  .causes_single .details .author {
    display: block;
    text-align: center;
  }
  .causes_single .details .author .media-body {
    padding-left: 0;
  }
  .causes_single .details .author .media-body .author_name {
    display: block;
    padding: 20px 0;
  }
  .causes_single .details .author .media-body .share_btn {
    float: none;
    text-align: center;
  }

  .comments_area .comment {
    display: block;
    text-align: center;
  }
  .comments_area .comment .media-body {
    padding-left: 0;
    padding-top: 20px;
  }

  .back_home .theme_btn {
    float: none;
  }
  .back_home .socail_icon {
    display: block;
    padding-left: 0;
  }
  .back_home .socail_icon li a {
    padding-left: 0;
    padding-right: 15px;
  }

  .blog_list_area:after {
    display: none;
  }
  .blog_list_area .blog_leftsidebar .blog_list .blog_contant {
    padding: 30px 15px;
  }

  .blog_single h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .blog_single .comments_area .author {
    display: block;
    text-align: center;
    margin: 0 0 30px !important;
  }
  .blog_single .comments_area .author .media-body {
    padding: 0;
    padding-top: 20px;
  }

  .contact_pages .contact_inner {
    padding: 50px 15px;
  }
  .contact_pages .donation_info h2 {
    font-size: 25px;
  }
}
@media (max-width: 450px) {
  .toggle_menu {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .home_banner .banner_contant .theme_btn {
    min-width: 100%;
    margin: 0;
  }

  .causes_area .tittle h2 {
    font-size: 25px;
  }

  .countarup_area p {
    font-size: 16px;
    line-height: 30px;
  }

  .hba_2 .banner_slide .banner_contant h4 {
    line-height: 25px;
    padding: 10px;
  }

  .ca_2 .donate_crypto .donation_btn .theme_btn {
    width: 100%;
  }

  .related_events .check_event .heding {
    line-height: 35px;
    font-size: 20px;
  }

  .causes_single .causes_left_sidebar .donations_details .donated_pie {
    display: block;
    text-align: center;
  }

  .pba_2 .countdown {
    width: 100%;
  }
  .pba_2 .countdown .ds-element {
    width: 100%;
    margin: 0 auto 30px;
    display: block;
  }
}
@media (max-width: 360px) {
  .footer_area .footer_btn .theme_btn {
    min-width: 100%;
    margin: 0 !important;
  }

  .donate_crypto_slavery .donate_crypto_contant .goal .pie_chart, .organisation_area .fundraising_text .fundraising .pc_style {
    position: relative;
    top: 0;
    transform: none;
    margin-top: 50px;
    right: 0;
  }
}
@media (max-width:767px) {
.h5,
h5 {
        font-size: 14px!important;
    font-weight: 700;
    margin-top: 20px !important;
}
.crypto_area .indicators li:after{
display:none;
}
.crypto_area .indicators li .media-body
 {
    padding-left: 0px;
}
.crypto_area .indicators {
        background-image: none;
        padding-left: 0px;
        /* overflow: hidden; */
    }
	.col-lg-6.col-md-8 {
    padding: 0;
}
.crypto_area .indicators {

    height: 100%;

}
.crypto_area .crypto_slid .media .media-body {
    padding-left: 0;
    padding-top: 15px;
}
}
/*----------------------------------------------------*/
/*All CSS call*/
/* Bootstrap CSS */
/* Icon CSS */
/* Extra Plugins CSS */
/* Font family link */

/*# sourceMappingURL=style.css.map */
