@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  src: local('Rajdhani Regular'), local('Rajdhani-Regular'),
  url('../webfonts/rajdhani-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../webfonts/rajdhani-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  src: local('Rajdhani SemiBold'), local('Rajdhani-SemiBold'),
  url('../webfonts/rajdhani-v7-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../webfonts/rajdhani-v7-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
  url('../webfonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../webfonts/roboto-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
  url('../webfonts/roboto-v18-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../webfonts/roboto-v18-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
  url('../webfonts/roboto-v18-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../webfonts/roboto-v18-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  line-height: 24px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #777777;
}

h1,
h2,
h3,
h4 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  color: #8252fa;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  color: #a16af7;
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.primary_btn {
  border-style: solid !important;
}

.section_gap_bottom {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .section_gap_bottom {
    padding-bottom: 30px;
  }
}

.main_title {
  text-align: center;
  margin-bottom: 75px;
}

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

.main_title h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 36px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

.main_title p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  color: #777777;
  margin: auto;
}

.main_title .top_title {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.primary_btn {
  display: inline-block;
  color: #22195e;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 47px;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border: double 2px transparent;
  border-radius: 5px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -webkit-linear-gradient(white, white), -webkit-radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -moz-linear-gradient(white, white), -moz-radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -ms-linear-gradient(white, white), -ms-radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -o-linear-gradient(white, white), -o-radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-transition: none;
  transition: none;
}

.primary_btn span {
  padding: 0 35px;
}

.primary_btn:hover {
  background-image: linear-gradient(to right, #8252fa 0%, #eca2f1 100%), radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -webkit-linear-gradient(to right, #8252fa 0%, #eca2f1 100%), -webkit-radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -moz-linear-gradient(to right, #8252fa 0%, #eca2f1 100%), -moz-radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -ms-linear-gradient(to right, #8252fa 0%, #eca2f1 100%), -ms-radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -o-linear-gradient(to right, #8252fa 0%, #eca2f1 100%), -o-radial-gradient(circle at top left, #8252fa, #eca2f1);
  color: #fff;
  border: 2px solid transparent;
}

.header_area {
  position: relative;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
}

.header_area .navbar-brand {
  margin-right: 30px;
}

.header_area .navbar-brand img {
  height: 50px;
}

.header_area .menu_nav {
  width: 100%;
}

.header_area .navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  width: 100%;
}

.header_area .navbar .nav .nav-item {
  margin-right: 45px;
}

.header_area .navbar .nav .nav-item .nav-link {
  font: 500 12px/100px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #000000;
  padding: 0px;
  display: inline-block;
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
  color: #8252fa;
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #ffffff;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}

@media (min-width: 992px) {
  .header_area.white_menu .navbar .navbar-brand img {
    display: none;
  }

  .header_area.white_menu .navbar .navbar-brand img + img {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .header_area.white_menu .navbar .navbar-brand img {
    display: inline-block;
  }

  .header_area.white_menu .navbar .navbar-brand img + img {
    display: none;
  }
}

.header_area.white_menu .navbar .nav .nav-item .nav-link {
  color: #fff;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
  display: inline-block;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img + img {
  display: none;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
  color: #222222;
}

.home_banner_area {
  z-index: 1;
  background: url(../img/header-bg.png) no-repeat right center;
  background-size: cover;
}

.home_banner_area .banner_inner {
  width: 100%;
}

.home_banner_area .banner_inner .home_right_img {
  padding-top: 260px;
  padding-bottom: 142px;
}

.home_banner_area .banner_inner .col-lg-5 {
  vertical-align: middle;
  align-self: center;
}

.home_banner_area .banner_inner .banner_content {
  text-align: left;
  color: #fff;
}

.home_banner_area .banner_inner .banner_content h2 {
  margin-top: 0px;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 20px;
}

.home_banner_area .banner_inner .banner_content p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.home_banner_area .banner_inner .banner_content .primary_btn {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-right: 30px;
}

.home_banner_area .banner_inner .banner_content .primary_btn:hover {
  background: #fff;
  color: #222222;
}

.home_banner_area .banner_inner .banner_content .watch_video {
  margin: 0 30px;
  font-size: 12px;
  text-transform: uppercase;
}

.causes_slider .owl-dots {
  text-align: center;
}

.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.causes_slider .owl-dots .owl-dot.active {
  background: #8252fa;
}

.causes_item {
  background: #fff;
}

.causes_item .causes_img {
  position: relative;
}

.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  background: #8252fa;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  background: #8252fa;
  color: #fff;
  padding: 0px 5px;
}

.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

.causes_item .causes_text h4 {
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

.causes_item .causes_text h4:hover {
  color: #8252fa;
}

.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  font-weight: 300;
  margin-bottom: 0px;
}

.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid #8252fa;
  text-align: center;
  float: left;
  line-height: 50px;
  background: #8252fa;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
  color: #222222;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.features_area .main_title .primary_btn {
  margin-top: 30px !important;
}

.single_feature {
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
}

.single_feature:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 991px) {
  .single_feature.mobile-border {
    border-bottom: 1px solid #eeeeee;
  }
}

.single_feature .feature_head {
  position: relative;
  margin-bottom: 15px;
}

.single_feature .feature_head span.lnr {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 30px;
  color: #222222;
}

.single_feature .feature_head h4 {
  font-size: 20px;
  color: #222222;
}

.single_feature .feature_content p {
  margin: 0;
}

.recent_update_area {
  background-image: url(../img/tab-bg.jpg);
  background-size: cover;
  padding: 290px 0;
}

.recent_update_area.made_white {
  background: #fff;
}

.recent_update_inner .nav.nav-tabs {
  border: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #eda2f0;
  padding-bottom: 1px;
}

.recent_update_inner .nav.nav-tabs li {
  flex: 0 0 25%;
  max-width: 195px;
  padding: 0px 15px;
}

.recent_update_inner .nav.nav-tabs li a {
  border: none;
  padding: 25px 0px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}

.recent_update_inner .nav.nav-tabs li a span.lnr {
  font-size: 30px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.recent_update_inner .nav.nav-tabs li a.active, .recent_update_inner .nav.nav-tabs li a:hover {
  color: #fff;
}

.recent_update_inner .nav.nav-tabs li a.active span.lnr, .recent_update_inner .nav.nav-tabs li a:hover span.lnr {
  background: -webkit-linear-gradient(90deg, #fff, #fff);
  background: -moz-linear-gradient(90deg, #fff, #fff);
  background: -o-linear-gradient(90deg, #fff, #fff);
  background: linear-gradient(90deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recent_update_inner .nav.nav-tabs li h6 {
  letter-spacing: 1px;
  margin-top: -10px;
  margin-bottom: 0;
}

.recent_update_inner .tab-content .tab-pane {
  border: none;
}

.recent_update_text .col-lg-5 {
  vertical-align: middle;
  align-self: center;
}

.recent_update_text h3 {
  color: #222222;
  line-height: 45px;
  font-size: 36px;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .recent_update_text h3 {
    line-height: 26px;
    font-size: 26px;
  }
}

.recent_update_text h6 {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.recent_update_text p {
  margin-bottom: 0px;
}

.recent_update_text .primary_btn {
  margin-top: 35px;
}

.common_style .line {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.common_style .line:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50px;
  content: "";
  background: -webkit-linear-gradient(90deg, #8252fa 0%, #eca2f1 100%);
  background: -moz-linear-gradient(90deg, #8252fa 0%, #eca2f1 100%);
  background: -o-linear-gradient(90deg, #8252fa 0%, #eca2f1 100%);
  background: linear-gradient(90deg, #8252fa 0%, #eca2f1 100%);
}

.common_style h3 {
  font-size: 36px;
  color: #222222;
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .common_style h3 {
    font-size: 26px;
  }
}

.common_style p {
  margin: 0;
}

.common_style .primary_btn {
  margin-top: 35px;
}

.big_features .common_style p {
  padding-right: 20px;
}

.features_content {
  position: relative;
}

.features_content .border-line {
  position: absolute;
  left: 50%;
  height: 100%;
  border: 1px dashed #dbdade;
}

.features_content .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -43px;
  margin-left: -17px;
}

.features_content .shape2 {
  position: absolute;
  left: 48%;
  top: 47%;
  margin-left: -15px;
}

.features_content .shape3 {
  position: absolute;
  left: 50%;
  top: 65%;
  margin-left: -9px;
}

.bottom-features {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .bottom-features {
    margin-top: 30px;
  }
}

.bottom-features .shape3 {
  top: 64%;
}

.features_page.testimonial_area {
  padding-top: 320px;
}

.testimonial_area .active_testimonial .owl-dots {
  height: 105px;
  width: 25px;
  position: absolute;
  right: -52%;
  top: 37%;
  border-radius: 50px;
  background-image: linear-gradient(to right, #8252fa 0%, #eca2f1 100%), radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -webkit-linear-gradient(to right, #8252fa 0%, #eca2f1 100%), -webkit-radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -moz-linear-gradient(to right, #8252fa 0%, #eca2f1 100%), -moz-radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -ms-linear-gradient(to right, #8252fa 0%, #eca2f1 100%), -ms-radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -o-linear-gradient(to right, #8252fa 0%, #eca2f1 100%), -o-radial-gradient(circle at top left, #8252fa, #eca2f1);
}

.testimonial_area .active_testimonial .owl-dots button {
  display: block;
  height: 15px;
  width: 15px;
  background: #cda2f8;
  margin: 8px auto 0 auto;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .testimonial_area .active_testimonial .owl-dots button {
    display: inline-block;
    position: relative;
    top: -4px;
  }

  .testimonial_area .active_testimonial .owl-dots button:not(:last-child) {
    margin-right: 8px;
  }
}

.testimonial_area .active_testimonial .owl-dots button.active {
  background: #ffffff;
}

.single_testimonial .testimonial_head {
  text-align: center;
}

.single_testimonial .testimonial_head img {
  margin: 0 auto 10px;
  width: auto;
}

.single_testimonial .testimonial_head h4 {
  margin-bottom: 10px;
  color: #000;
}

.single_testimonial .testimonial_head .review i.fa {
  color: #ffc000;
}

.single_testimonial .testimonial_content {
  margin-top: 30px;
}

.single_testimonial .testimonial_content p {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 40px;
}

.impress_area {
  background-image: url(../img/impress-bg.png);
  background-size: cover;
  padding: 290px 0 320px;
  margin-bottom: -200px;
}

.impress_area .impress_inner {
  text-align: center;
  max-width: 780px;
  margin: auto;
}

.impress_area .impress_inner h2 {
  color: #fff;
  font-size: 36px;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  margin-bottom: 18px;
}

.impress_area .impress_inner p {
  color: #fff;
  margin-bottom: 35px;
}

.impress_area .impress_inner .primary_btn {
  background: #fff;
  width: auto;
  font-size: 14px;
  box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}

.impress_area .impress_inner .primary_btn:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.impress_area .impress_inner .primary_btn:hover:after {
  border-image: -webkit-linear-gradient(0deg, #fff, #fff);
  border-image: -moz-linear-gradient(0deg, #fff, #fff);
  border-image: -o-linear-gradient(0deg, #fff, #fff);
  border-image: linear-gradient(0deg, #fff, #fff);
}

@media (max-width: 1199px) {
  .header_area .navbar .nav .nav-item {
    margin-right: 28px;
  }

  .home_banner_area .banner_inner {
    padding: 100px 0px;
  }

  .home_banner_area .banner_inner .banner_content h2 br {
    display: none;
    font-size: 36px;
  }

  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 36px;
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    border: none;
    border-radius: 0;
    cursor: pointer;
    padding: 27px 0 23px 0;
  }

  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1;
  }

  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px;
  }

  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative;
  }

  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #000;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
  }

  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav {
    padding: 0px 0px;
  }

  .header_area + section, .header_area + row, .header_area + div {
    margin-top: 117px;
  }

  .header_top .nav {
    padding: 0px;
  }

  .header_area .navbar .nav .nav-item .nav-link {
    line-height: 40px;
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #ededed33;
    border-radius: 0px;
    color: #000;
  }

  .header_area .navbar .search {
    margin-left: 0px;
  }

  .header_area .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 15px;
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 0px;
  }

  .header_area + section, .header_area + row, .header_area + div {
    margin-top: 0px;
  }

  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px;
    color: #fff;
  }

  .header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px;
    color: #fff;
  }

  .header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #222;
  }

  .home_banner_area {
    margin-top: 0;
  }

  .home_right_img {
    display: none;
  }

  .recent_update_area {
    padding: 30px 0;
    background-image: none;
    background-color: #fcf8ff;
  }

  .recent_update_inner li a {
    min-width: 110px;
  }

  .recent_update_inner .recent_update_text .chart_img img {
    margin-top: 50px;
  }

  .big_features .features_content .big_f_left {
    text-align: center;
  }

  .big_features .features_content .big_f_left img {
    max-width: 350px;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .big_features .features_content p {
    max-width: 500px;
  }

  .big_features .features_content .border-line, .big_features .features_content .shape {
    display: none;
  }

  .big_features .features_content .bottom-features .common_style .primary_btn {
    margin-bottom: 50px;
  }

  .big_features .features_content .bottom-features .big_f_left img {
    margin-bottom: 0px;
  }

  .big_features .features_content .bottom-features .border-line, .big_features .features_content .bottom-features .shape {
    display: none;
  }

  .big_features .features_content .common_style p {
    max-width: 600px;
  }

  .features_page.testimonial_area {
    padding-top: 80px;
  }

  .testimonial_area .active_testimonial .owl-dots {
    position: relative;
    top: 0;
    left: 50%;
    height: 25px;
    width: 100px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .testimonial_area .active_testimonial .owl-dots div {
    display: inline-block;
    margin-top: 5px;
  }

  .impress_area {
    padding: 80px 0;
    background-image: none;
    background-color: #a16af7;
    margin-bottom: 0;
  }

  .footer_area {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    background-image: none !important;
    background-color: #fcf8ff;
  }

  .home_banner_area .donation_inner {
    margin-bottom: -30px;
  }

  .home_banner_area .dontation_item {
    max-width: 350px;
    margin: auto;
  }

  .footer_area .col-sm-6 {
    margin-bottom: 30px;
  }

  .footer_area .footer_inner {
    margin-bottom: -30px;
  }

  .home_banner_area .banner_inner .home_left_img {
    display: none;
  }

  .home_banner_area .banner_inner {
    padding: 70px 0px 100px 0px;
  }

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

@media (max-width: 767px) {
  .home_banner_area {
    min-height: 300px;
  }

  .home_banner_area .banner_inner {
    min-height: 300px;
  }

  .home_banner_area .banner_inner .banner_content {
    margin-top: 0;
  }

  .home_banner_area .banner_inner .banner_content .primary_btn {
    display: none;
  }

  .features_area .left_features {
    display: none;
  }

  .recent_update_inner li a {
    min-width: 110px;
  }

  .recent_update_inner .recent_update_text .chart_img img {
    margin-top: 50px;
  }

  .big_features .features_content .big_f_left img {
    max-width: 250px;
  }

  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 30px;
  }

  .home_banner_area .banner_inner .banner_content p br {
    display: none;
  }

  .home_banner_area .banner_inner .banner_content h3 span {
    line-height: 45px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .footer_area .f_title {
    margin-bottom: 20px;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .footer-social {
    text-align: center;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .header_area + section, .header_area + row, .header_area + div {
    margin-top: 0;
  }

  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .home_banner_area {
    min-height: 450px;
  }

  .home_banner_area .banner_inner {
    min-height: 450px;
  }

  .home_banner_area .banner_inner .banner_content img {
    display: none;
  }

  .home_banner_area .banner_inner .banner_content h5 {
    margin-top: 0;
  }

  .main_title h2 {
    font-size: 25px;
  }

  .recent_update_inner li h6 {
    font-size: 12px;
  }

  .footer-area {
    padding: 70px 0px;
  }
}

@media (max-width: 480px) {
  .header_area .navbar-collapse {
    max-height: 250px;
  }

  .home_banner_area .banner_inner .banner_content {
    padding: 30px 15px;
    margin-top: 0px;
  }

  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 24px;
  }

  .banner_area .banner_inner .banner_content h2 {
    font-size: 32px;
  }
}

@media (max-width: 420px) {
  .recent_update_inner li:last-child {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_content .primary_btn {
    margin-right: 15px !important;
  }

  .banner_content .primary_btn span {
    padding: 0 15px;
  }

  .features_area .left_features img {
    max-width: 500px;
  }

  .big_features .shape2 {
    left: 48%;
    margin-left: -19px;
  }
}

.footer_area {
  background-image: url(../img/footer-bg.png);
  background-size: cover;
  padding-top: 255px;
  padding-bottom: 120px;
}

.f_title {
  margin-bottom: 35px;
}

.f_title h3 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 0px;
}

.ab_widget p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  margin-bottom: 30px;
}

.ab_widget p a {
  color: #8252fa;
}

.ab_widget p + p {
  margin-bottom: 0px;
}

.social_widget {
  margin-bottom: 30px;
}

.social_widget p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

.social_widget .list li {
  margin-right: 17px;
  display: inline-block;
}

.social_widget .list li a {
  color: #cccccc;
  font-size: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.social_widget .list li:last-child {
  margin-right: 0px;
}

.social_widget .list li:hover a {
  color: #8252fa;
}

.anchor-el {
  padding-top: 100px;
}

#merkmale, #aktuelle-erweiterungen, #spende, #user-feedback {
  margin-top: -100px;
}

@media screen and (max-width: 991px) {
  #merkmale, #aktuelle-erweiterungen, #spende, #user-feedback {
    margin-top: -50px;
  }
}

.hidden {
  display: none;
}

.single_feature i {
  float: left;
  margin-right: 10px;
  font-size: 24px;
  vertical-align: top;
}
