
/*
Theme Name: Charite
Theme URI: https://webtend.com/demo/html/charite/
Author: WebTend
Author URI: https://webtend.com/demo/html/charite/
Description: Charite - Charity & Donation Html Template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Variables
    ## Mixins
    ## Extents
    ## Global
    ## Common
    ## Animate

# Sections
    ## Nav Bar
    ## Section Title
    ## Hero
    ## Banner
    ## Search
    ## Causes
    ## About
    ## Counters
    ## Why Choose
    ## Features
    ## Volunteers
    ## Events
    ## Testimonials
    ## Blog
    ## FAQs
    ## CTA
    ## Client Logo
    ## Videos
    ## Portfolio
    ## Contact
    ## Shapes
    ## Widgets
    ## Footer

--------------------------------------------------------------*/
/*-----------------
    # Variables
-----------------*/
@import url("css2.css");

/*-----------------
    # Mixins
-----------------*/
/*-----------------
    # Extents
-----------------*/
.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h1 {
  line-height: 1.11;
  font-size: 90px;
}

h2 {
  line-height: 1.3;
  font-size: 50px;
}

h3 {
  line-height: 1.32;
  font-size: 40px;
}

h4 {
  line-height: 1.3;
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  line-height: 1.3;
  font-size: 16px;
}

/*---------------------------------------
    ## Global
---------------------------------------*/
:root {
  --base-color: #727272;
  --primary-color: #F84D42;
  --heading-color: #343434;
  --black-color: #1E1E1E;
  --green-color: #20B86D;
  --yellow-color: #FFB840;
  --lighter-color: #F2F2F2;
  --base-font: 'DM Sans', sans-serif;
  --heading-font: 'Nunito', sans-serif;
  --script-font: 'Pacifico', cursive;
  scroll-behavior: inherit;
}

body {
  color: var(--base-color);
  font-family: var(--base-font);
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

a:hover {
  color: var(--main-color);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter>[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

code {
  color: #faa603;
}

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

.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}

.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'fontawesome';
  content: "\f105";
  color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous>a,
.posts-navigation .nav-previous>a,
.post-navigation .nav-previous>a,
.comment-navigation .nav-next>a,
.posts-navigation .nav-next>a,
.post-navigation .nav-next>a {
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.comment-navigation .nav-previous:hover>a,
.posts-navigation .nav-previous:hover>a,
.post-navigation .nav-previous:hover>a,
.comment-navigation .nav-next:hover>a,
.posts-navigation .nav-next:hover>a,
.post-navigation .nav-next:hover>a {
  color: var(--main-color);
}

.comment-list li {
  list-style: none;
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 0;
}

dl li,
ol li,
ul li {
  list-style: none;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.50rem !important;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.custom-gutters-10>.col,
.custom-gutters-10>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 1400px) {
  .gap-100 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .gap-100>div {
    padding-left: 50px;
    padding-right: 50px;
  }

  .gap-80 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .gap-80>div {
    padding-left: 40px;
    padding-right: 40px;
  }

  .gap-60 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .gap-60>div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gap-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gap-40>div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 1200px) {
  .container-1370 {
    max-width: 1400px;
  }

  .no-lg-gutters>.col,
  .no-lg-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }

  .container-1170 {
    max-width: 1200px;
  }

  .container-1090 {
    max-width: 1120px;
  }
}

.item--green {
  --primary-color: var(--green-color);
}

.item--yellow {
  --primary-color: var(--yellow-color);
}

/*---------------------------------------
    ## Common
---------------------------------------*/
.btn {
  position: relative;
  border-radius: 5px;
  padding: 14px 25px;
  border: 0;
  z-index: 1;
  color: white;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--heading-font);
  background: var(--primary-color);
}

@media (max-width: 575px) {
  .btn {
    font-weight: 600;
    padding: 12px 20px;
  }
}

.btn:after {
  content: '';
  height: 100%;
  width: 100%;
  left: -5px;
  bottom: -5px;
  z-index: -1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  border-radius: 5px;
  border: 1px dashed var(--primary-color);
}

.btn:focus,
.btn:hover {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus:after,
.btn:hover:after {
  left: 0;
  bottom: 0;
}

.btn:active {
  color: white;
}

.btn.btn--yellow {
  background: var(--yellow-color);
}

.btn.btn--yellow:after {
  border-color: var(--yellow-color);
}

.btn.btn--green {
  background: var(--green-color);
}

.btn.btn--green:after {
  border-color: var(--green-color);
}

.btn.btn--style-two:after {
  left: 0;
  bottom: 0;
}

.btn.btn--style-two:focus:after,
.btn.btn--style-two:hover:after {
  left: -5px;
  bottom: -5px;
}

.btn.ml-5 {
  margin-left: 5px;
}

/* White text */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: white;
}

/* Read More */
.read-more {
  font-size: 15px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

.read-more:after {
  content: '';
  margin-left: 7px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: var(--primary-color);
}

.read-more-two {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.read-more-two:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  color: white;
  background-color: var(--primary-color);
  text-align: center;
  line-height: 44px;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
  animation: backto-top-bounce 4s infinite ease-in-out;
}

@-webkit-keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}

@keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}

/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
  position: fixed;
  content: '';
  -webkit-transform: translate(-100%, -240%);
  -ms-transform: translate(-100%, -240%);
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: #030724;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.preloader-inner .cancel-preloader a {
  background-color: white;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.preloader-inner .cancel-preloader a:hover {
  background-color: var(--heading-color);
  color: white;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--primary-color);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*-----------------------------------------
    Input & textarea
------------------------------------------*/
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: var(--heading-font);
}

.form-group .form-control {
  padding: 14px 18px;
  border-radius: 10px;
  background-color: transparent;
}

.form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*-----------------------------------------
    Social meda
------------------------------------------*/
.social-style-one {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 -7.5px -10px;
}

.social-style-one a {
  color: #555555;
  margin: 0 7.5px 10px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
}

.social-style-one a:hover {
  color: white;
  background: var(--primary-color);
}

/*-----------------------------------------
    ## List Styles
------------------------------------------*/
.list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-style-one li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  content: '';
  border-radius: 50%;
  margin-right: 17px;
  width: 10px;
  height: 10px;
  background: var(--primary-color);
}

.list-style-two li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-style-two li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  content: "\f14a";
  margin-right: 10px;
  color: var(--primary-color);
  font-family: "Font Awesome 5 Free";
}

/*-----------------------------------------
    ## ratting
------------------------------------------*/
.ratting i {
  font-size: 20px;
  margin-right: 5px;
  color: var(--yellow-color);
}

/*-----------------------------------------
    ## background
------------------------------------------*/
.bgc-gray {
  background: var(--heading-color);
}

.bgc-black {
  background: var(--black-color);
}

.bgc-lighter {
  background: var(--lighter-color);
}

.bgs-cover {
  background-size: cover;
  background-position: center;
}

/*-----------------------------------------
    ## Overlay 
------------------------------------------*/
.overlay {
  z-index: 1;
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.77;
  background-color: black;
}

/*-----------------------------------------
    ## pagination 
------------------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px;
}

.pagination .page-numbers {
  margin-top: 10px;
  line-height: 58px;
  font-size: 25px;
  font-weight: 500;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: var(--heading-color);
  margin-left: 7px;
  margin-right: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination .page-numbers .fa {
  font-size: 0.9em;
}

.pagination .page-numbers.current {
  color: white;
  background: var(--primary-color);
}

@media (max-width: 991px) {
  .pagination .page-numbers {
    font-size: 22px;
    line-height: 48px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 575px) {
  .pagination .page-numbers {
    font-size: 16px;
    line-height: 40px;
    width: 42px;
    height: 42px;
  }
}

.pagination a.page-numbers:hover {
  color: white;
  background: var(--primary-color);
}

/* Slider Arrow */
.slider-arrow button {
  width: 48px;
  height: 48px;
  font-size: 22px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 46px;
  text-align: center;
  border-radius: 3px;
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.slider-arrow button:hover,
.slider-arrow button:focus {
  color: white;
  background: var(--primary-color);
}

.slider-arrow button:not(:last-child) {
  margin-right: 12px;
}

/* Slick Dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -8px;
  margin-right: -8px;
}

.slick-dots li {
  margin-left: 8px;
  margin-right: 8px;
}

.slick-dots li button {
  border: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 50%;
  text-indent: 100px;
  width: 18px;
  height: 18px;
  background: #F2F2F2;
}

.slick-dots li.slick-active button {
  background: var(--primary-color);
}

/* positioning */
.rel {
  position: relative;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary-color);
}

.error-page-area .section-title p {
  font-size: 20px;
  line-height: 1.5;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------------
    ## Animate
---------------------------------------*/
/************ animate style ************/
.top_image_bounce {
  -webkit-animation: top-image-bounce 5s infinite ease-in-out;
  animation: top-image-bounce 5s infinite ease-in-out;
}

.left_image_bounce {
  -webkit-animation: left-image-bounce 5s infinite ease-in-out;
  animation: left-image-bounce 5s infinite ease-in-out;
}

.right_image_bounce {
  -webkit-animation: right-image-bounce 5s infinite ease-in-out;
  animation: right-image-bounce 5s infinite ease-in-out;
}

.rotated {
  -webkit-animation: spin 5s infinite ease-in-out;
  animation: spin 5s infinite ease-in-out;
}

@-webkit-keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes left-image-bounce {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@keyframes left-image-bounce {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@-webkit-keyframes right-image-bounce {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@keyframes right-image-bounce {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}

@-webkit-keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-top .navtop-inner,
.navbar-top .navtop-inner ul,
.navbar-top .navtop-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-top .navtop-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: var(--heading-font);
}

@media (max-width: 767px) {
  .navbar-top .navtop-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.navbar-top .navtop-inner ul {
  margin-bottom: 5px;
}

.navbar-top .navtop-inner ul li {
  color: white;
}

.navbar-top .navtop-inner ul li:not(:last-child) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}

.navbar-top .navtop-inner ul li:not(:last-child):after {
  position: absolute;
  content: '';
  height: 15px;
  right: 0;
  top: 50%;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 479px) {
  .navbar-top .navtop-inner ul.topbar-left {
    display: none;
  }
}

.navbar-top .navtop-inner ul.topbar-left li i,
.navbar-top .navtop-inner ul.topbar-left li span {
  margin-right: 5px;
  color: var(--primary-color);
}

.navbar-top .navtop-inner ul .social-area a {
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.23);
}

.navbar-top .navtop-inner ul .social-area a:hover {
  color: var(--primary-color);
}

.navbar-area {
  position: relative;
  width: 100%;
  z-index: 99;
}

@media (max-width: 1399px) {
  .navbar-area {
    padding: 10px 0;
  }
}

.navbar-area .nav-container {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
}

.navbar-area .nav-container.navbar-bg {
  position: relative;
}

.navbar-area .nav-container.navbar-bg:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  height: 100%;
  z-index: -1;
  background: #fff;
  width: calc(100% - 24px);
}

.navbar-area .nav-container .logo a {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.navbar-area .nav-container .btn-transparent {
  font-size: 13px;
  font-weight: 700;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: left;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-weight: 500;
  line-height: 60px;
  text-transform: capitalize;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 18px;
  font-family: var(--heading-font);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--primary-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
  margin-left: 17px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 16px;
  height: 10px;
  width: 2px;
  background: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: 0;
  z-index: -1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 20px;
  height: 2px;
  width: 10px;
  background: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after,
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    display: none;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #050a30;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: var(--heading-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #fff;
  padding-left: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '\f105';
  font-family: 'fontawesome';
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
  left: 100%;
  top: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: white;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li {
  margin-right: 12px;
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sticky-active {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
  padding: 10px 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
  box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
  border-bottom: 0;
  background: #fff;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

/**************** nav-right-part *************/
.nav-right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-right-part .search-bar-btn {
  font-size: 30px;
  color: var(--heading-color);
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 1199px) {
  .nav-right-part .search-bar-btn {
    margin-left: 0;
  }
}

.nav-right-part .dropdown {
  line-height: 1;
  margin-left: 22px;
}

.nav-right-part .dropdown .dropdown-toggle {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-right-part .dropdown .dropdown-toggle:after {
  content: none;
  border: none;
  font-size: 20px;
  margin: -3px 0 0 0;
  font-family: "Flaticon";
  color: var(--heading-color);
}

.nav-right-part .dropdown .dropdown-toggle i {
  color: #000
}

.nav-right-part .dropdown .dropdown-item {
  padding: 10px 20px;
}

.nav-right-part .dropdown:before {
  content: '';
  left: -22px;
  top: 50%;
  position: absolute;
  width: 1px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(37, 41, 47, 0.27);
}

.nav-right-part .btn {
  margin-left: 55px;
}

@media (max-width: 1199px) {
  .nav-right-part .btn {
    display: none;
  }
}

.nav-right-part-desktop {
  margin-left: 20px;
}

.nav-right-part-mobile {
  display: none;
}

@media (min-width: 1200px) {

  .navtop--one .container,
  .navtop--three .container {
    max-width: 1700px;
  }
}

@media (min-width: 1200px) {

  .navbar--one .container,
  .navbar--three .container {
    max-width: 1700px;
  }
}

.navtop--two {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}

.navtop--two .navtop-inner .topbar-left li:first-child {
  z-index: 1;
  padding-right: 80px;
}

.navtop--two .navtop-inner .topbar-left li:first-child:after {
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  background: var(--primary-color);
}

@media (max-width: 991px) {
  .navtop--two .navtop-inner .topbar-left li:last-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .navtop--two .navtop-inner .topbar-left {
    display: none;
  }
}

.navtop--two .navtop-inner ul {
  margin-bottom: 0;
}

.navtop--two .navtop-inner ul li {
  padding: 11px 30px;
}

.navtop--two .navtop-inner ul .social-area a:not(:hover) {
  color: white;
}

.navbar--two {
  position: absolute;
  top: 80px;
  padding: 0;
}

@media (max-width: 991px) {
  .navbar--two {
    top: 60px;
  }
}

.navbar--two .logo {
  max-width: 145px;
}

.navbar--two .navbar-bg {
  padding: 15px 42px;
}

@media (max-width: 375px) {
  .navbar--two .navbar-bg {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar--two .navbar-bg .search-bar-btn {
    margin-right: 15px;
  }
}

.navbar--two .navbar-bg:after {
  -webkit-box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.1);
  box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.1);
}

.navbar--two.sticky-active {
  top: 0;
  position: fixed;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .navbar--two .nav-container .navbar-collapse .navbar-nav>li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar--two .nav-container .navbar-collapse .navbar-nav>li+li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar--two .nav-right-part-desktop {
    margin-left: 0;
  }

  .navbar--two .nav-right-part-desktop .btn {
    margin-left: 25px;
  }
}

.navbar--three {
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {
  .navbar--three .nav-container .navbar-collapse .navbar-nav {
    padding: 0 15px 15px;
  }
}

@media (min-width: 992px) {
  .navbar--three .nav-container .navbar-collapse .navbar-nav>li>a {
    color: white;
  }
}

.navbar--three .nav-container.navbar-bg:after {
  display: none;
}

.navbar--three .nav-right-part .search-bar-btn {
  color: white;
}

.navbar--three .nav-right-part .dropdown .dropdown-toggle i {
  color: white;
}

.navbar--three .nav-right-part .dropdown .dropdown-toggle:after {
  color: white;
}

.navbar--three .toggle-btn span {
  background-color: white;
}

.navbar--three .toggle-btn span:after,
.navbar--three .toggle-btn span:before {
  background-color: white;
}

.navbar--three.sticky-active {
  position: fixed;
  background: var(--black-color);
}

@media only screen and (max-width: 991px) {
  .nav-right-part {
    margin-right: 30px;
  }

  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }

  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }

  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 6px 0;
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    max-height: 250px;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    border-bottom: none;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107";
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: white;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
    border-top: none;
  }
}

.sopen {
  display: block !important;
}

.toggle-btn {
  left: auto;
  right: 0;
  position: absolute;
  top: 4px;
  width: 30px;
  height: 40px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 0;
  background: transparent;
}

.toggle-btn .icon-left {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: var(--heading-color);
  left: 7px;
}

.toggle-btn .icon-left:before {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--heading-color);
  content: "";
  top: -7px;
  left: 0;
}

.toggle-btn .icon-left:after {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--heading-color);
  content: "";
  top: 7px;
  left: 0;
}

.toggle-btn .icon-left:hover {
  cursor: pointer;
}

.toggle-btn .icon-right {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: var(--heading-color);
  left: 18px;
}

.toggle-btn .icon-right:before {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--heading-color);
  content: "";
  top: -7px;
  left: 0;
}

.toggle-btn .icon-right:after {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--heading-color);
  content: "";
  top: 7px;
  left: 0;
}

.toggle-btn .icon-right:hover {
  cursor: pointer;
}

.toggle-btn.open .icon-left {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}

.toggle-btn.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
  -ms-transform: rotate(45deg) scaleX(1.4) translate(2px, 1px);
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}

.toggle-btn.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
  -ms-transform: rotate(-45deg) scaleX(1.4) translate(2px, -1px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}

.toggle-btn.open .icon-right {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}

.toggle-btn.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
  -ms-transform: rotate(-45deg) scaleX(1.4) translate(-2px, 1px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}

.toggle-btn.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
  -ms-transform: rotate(45deg) scaleX(1.4) translate(-2px, -1px);
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}

.toggle-btn:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-area .logo {
    max-width: 145px;
  }

  .widget ul {
    text-align: left;
  }

  .navbar-collapse {
    background: white;
    margin-top: 0px;
    width: 100%;
  }

  .navbar-area.navbar--one {
    padding: 10px 0;
    background: #fff;
    position: absolute;
  }

  .navbar-area.navbar--one.sticky-active {
    position: fixed;
  }

  .bar1,
  .bar2,
  .bar3 {
    background: #fff;
  }

  .party-box-wrapper {
    padding: 50px 0px;
  }

  .party-box-wrapper .party-box-content h4 {
    font-size: 30px;
    line-height: 45px;
  }

  .footer-area .copyright-area-inner {
    padding: 20px;
  }

  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }

  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    font-size: 14px;
  }

  .nav-right-part-mobile {
    display: block;
    margin-top: 8px;
  }

  .nav-right-part-desktop {
    display: none;
  }
}

/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }

  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }

  .table-responsive {
    display: block !important;
  }

  .btn-custom-default,
  .btn-custom-white {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }

  .navbar-area .logo {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 320px) {
  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}

/*------------------------------------------------
    ## Section Title
------------------------------------------------*/
.section-title {
  margin-top: -5px;
}

.section-title .section-title__subtitle {
  font-size: 24px;
  display: inline-block;
  color: var(--primary-color);
  font-family:'Lobster';
}

.section-title h2,
.section-title h3 {
  margin-bottom: 30px;
  text-transform: capitalize;
}

.section-title h2 span,
.section-title h3 span {
  z-index: 1;
  position: relative;
  display: inline-block;
}

.section-title h2 span:after,
.section-title h3 span:after {
  position: absolute;
  z-index: -1;
  content: '';
  left: 0;
  top: 74%;
  width: 100%;
  height: 55%;
  background-image: url(../image/title-underline.png);
  background-size: 100% 100%;
}

@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 48px;
  }
}

@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 35px;
  }
}

@media (max-width: 375px) {
  .section-title h2 {
    font-size: 30px;
  }
}

.section-title h2 span:after {
  height: 66%;
}

@media (max-width: 575px) {
  .section-title h3 {
    font-size: 35px;
  }
}

@media (max-width: 375px) {
  .section-title h3 {
    font-size: 30px;
  }
}

.section-title p {
  font-size: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-title.for-hide-summary p {
    display: none;
  }
}

/*--------------------------------------------------
    ## Hero
---------------------------------------------------*/
@media (max-width: 1399px) {
  .hero-area {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .hero-area {
    margin-top: 66px;
  }
}

.hero-content h1 {
  margin-bottom: 60px;
  text-transform: capitalize;
}

@media (max-width: 1399px) {
  .hero-content h1 {
    font-size: 75px;
  }
}

@media (max-width: 1199px) {
  .hero-content h1 {
    font-size: 66px;
  }
}

@media (max-width: 991px) {
  .hero-content h1 {
    font-size: 55px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 45px;
    line-height: 1.25;
  }
}

@media (max-width: 575px) {
  .hero-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  .hero-content h1 {
    font-size: 35px;
  }
}

.hero-content h1 span {
  z-index: 1;
  position: relative;
  display: inline-block;
}

.hero-content p {
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .hero-content p {
    font-size: 20px;
    line-height: 30px;
  }
}

.hero-content .hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-content .hero-btns .btn {
  margin: 10px 10px 0;
}

/* Hero area two */
.hero-area-two .hero-content {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.hero-area-two:before {
  opacity: 0.6;
}

.hero-area-two .hero-shape-two {
  position: absolute;
  bottom: 90%;
  right: 100%;
}

/* Hero area three */
.hero-area-three:before {
  opacity: 0.6;
}

/*------------------------------------------------
    ## Banner
------------------------------------------------*/
.page-banner-area:before {
  opacity: 0.7;
}

.breadcrumb-inner .page-title {
  margin-bottom: 5px;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .breadcrumb-inner .page-title {
    font-size: 66px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-inner .page-title {
    font-size: 44px;
  }
}

@media (max-width: 375px) {
  .breadcrumb-inner .page-title {
    font-size: 36px;
  }
}

.breadcrumb-inner .page-list {
  font-size: 23px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .breadcrumb-inner .page-list {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .breadcrumb-inner .page-list {
    font-size: 18px;
  }
}

.breadcrumb-inner .page-list li:not(:last-child):after {
  content: '//';
  letter-spacing: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

/*----------------------------------------
  ## Search
----------------------------------------*/
.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 750px;
  max-width: 90%;
  z-index: 9999;
}

.td-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 90%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.td-search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 75px 0 25px;
  background: #f7f9fb;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.td-search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: var(--primary-color);
}

.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.97;
}

.mfp-zoom-in {
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/************ single-inpur-inner ************/
.single-input-inner {
  margin-bottom: 20px;
}

.single-input-inner input {
  width: 100%;
  height: 48px;
  border: 0 !important;
  padding: 0 18px;
  font-weight: 300;
}

.single-input-inner input::-webkit-input-placeholder {
  color: #adadad;
}

.single-input-inner input:-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner input::-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner input::placeholder {
  color: #adadad;
}

.single-input-inner textarea {
  width: 100%;
  border: 0 !important;
  height: 130px;
  border-radius: 6px;
  padding: 14px 18px;
  font-weight: 300;
}

.single-input-inner textarea::-webkit-input-placeholder {
  color: #adadad;
}

.single-input-inner textarea:-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner textarea::-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner textarea::placeholder {
  color: #adadad;
}

.single-input-inner .single-select {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 0 !important;
  border-radius: 30px;
  padding: 0 18px;
  margin-bottom: 20px;
}

.single-input-inner .single-select .list {
  width: 100%;
}

.single-input-inner.style-border input {
  border: 1px solid rgba(234, 225, 214, 0.7) !important;
}

.single-input-inner.style-border input::-webkit-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border input:-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border input::-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border input::placeholder {
  color: #adadad;
}

.single-input-inner.style-border textarea {
  border: 1px solid rgba(234, 225, 214, 0.7) !important;
  background: transparent;
}

.single-input-inner.style-border textarea::-webkit-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border textarea:-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border textarea::-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border textarea::placeholder {
  color: #adadad;
}

.single-input-inner.style-border .single-select {
  border: 1px solid rgba(234, 225, 214, 0.7) !important;
  color: #adadad;
}

.single-input-inner.style-border-bottom input {
  border-bottom: 1px solid rgba(234, 225, 214, 0.7) !important;
  background: transparent;
  padding: 0;
}

.single-input-inner.style-border-bottom input::-webkit-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom input:-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom input::-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom input::placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom textarea {
  border-bottom: 1px solid rgba(234, 225, 214, 0.7) !important;
}

.single-input-inner.style-border-bottom textarea::-webkit-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom textarea:-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom textarea::-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom textarea::placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom .single-select {
  border-bottom: 1px solid rgba(234, 225, 214, 0.7) !important;
  background: transparent;
  color: #adadad;
}

.single-input-inner.style-bg input {
  background: #F2F7FF;
  border-radius: 5px;
}

.single-input-inner.style-bg input::-webkit-input-placeholder {
  color: #616161;
}

.single-input-inner.style-bg input:-ms-input-placeholder {
  color: #616161;
}

.single-input-inner.style-bg input::-ms-input-placeholder {
  color: #616161;
}

.single-input-inner.style-bg input::placeholder {
  color: #616161;
}

.single-input-inner.style-bg textarea {
  background: #F2F7FF;
}

.single-input-inner.style-bg textarea::-webkit-input-placeholder {
  color: #616161;
  border-radius: 5px;
}

.single-input-inner.style-bg textarea:-ms-input-placeholder {
  color: #616161;
  border-radius: 5px;
}

.single-input-inner.style-bg textarea::-ms-input-placeholder {
  color: #616161;
  border-radius: 5px;
}

.single-input-inner.style-bg textarea::placeholder {
  color: #616161;
  border-radius: 5px;
}

.single-input-inner.style-bg .single-select {
  background: #F2F7FF;
  color: #616161;
  border-radius: 5px;
}

.single-input-inner.style-bg-none input {
  background: transparent;
  color: #fff;
}

.single-input-inner.style-bg-none input::-webkit-input-placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none input:-ms-input-placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none input::-ms-input-placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none input::placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none textarea {
  background: transparent;
  color: #fff;
}

.single-input-inner.style-bg-none textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none textarea:-ms-input-placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none textarea::-ms-input-placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none textarea::placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none .single-select {
  background: transparent;
  color: #fff;
}

.contact-form-inner {
  padding: 0 30px 30px;
  border-radius: 7px;
  overflow: hidden;
  background-size: cover;
}

.contact-form-inner .single-input-inner.style-border-bottom input {
  border-bottom: 1px solid #fff !important;
}

.contact-form-inner .single-input-inner.style-border-bottom input::-webkit-input-placeholder {
  color: #fff;
}

.contact-form-inner .single-input-inner.style-border-bottom input:-ms-input-placeholder {
  color: #fff;
}

.contact-form-inner .single-input-inner.style-border-bottom input::-ms-input-placeholder {
  color: #fff;
}

.contact-form-inner .single-input-inner.style-border-bottom input::placeholder {
  color: #fff;
}

.blog-comment-form textarea {
  background: #FBFBFB;
  border: 1px solid #FBFBFB;
}

/*------------------------------------------------
    ## Causes
------------------------------------------------*/
.urgent-cause-area:before {
  opacity: 0.9;
  background: #FAF6F3;
}

@media (min-width: 768px) {
  .urgent-cause-content .section-title h3 {
    font-size: 37px;
  }
}

.cause-item {
  padding: 20px;
  background: white;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.cause-item .image {
  margin-bottom: 25px;
}

.cause-item .image img {
  width: 100%;
  border-radius: 10px;
}

.cause-item .content h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.cause-item .content p {
  font-size: 15px;
}

.cause-item .content .cause-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-family: var(--heading-font);
}

.cause-item .content .progress {
  height: 8px;
  overflow: initial;
  position: relative;
  border-radius: 5px;
  margin-bottom: 40px;
  background-color: #EEEEEE;
}

.cause-item .content .progress .progress-bar {
  overflow: initial;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 5px 0 0 5px;
  background-color: var(--primary-color);
}

.cause-item .content .progress .progress-bar:after {
  content: '';
  position: absolute;
  top: -3.5px;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  outline: 1px solid white;
  border: 5px solid var(--primary-color);
}

.cause-item .content .progress .progress-bar.progress-bar--yellow {
  background-color: var(--yellow-color);
}

.cause-item .content .progress .progress-bar.progress-bar--yellow:after {
  border-color: var(--yellow-color);
}

.cause-item .content .progress .progress-bar.progress-bar--green {
  background-color: var(--green-color);
}

.cause-item .content .progress .progress-bar.progress-bar--green:after {
  border-color: var(--green-color);
}

.cause-item .content .cause-btn {
  text-align: center;
  margin-bottom: 25px;
}

/* Urgent Causes Two */
.urgent-cause-right-content .cause-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  max-width: 525px;
  margin-bottom: 10px;
  font-family: var(--heading-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 376px) {
  .urgent-cause-right-content .cause-price {
    font-size: 20px;
  }
}

.urgent-cause-right-content .progress {
  height: 12px;
  max-width: 525px;
  overflow: initial;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #F6A29D;
}

.urgent-cause-right-content .progress .progress-bar {
  overflow: initial;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 5px 0 0 5px;
  background-color: var(--primary-color);
}

.urgent-cause-right-content .progress .progress-bar:after {
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  outline: 1px solid white;
  border: 7px solid var(--primary-color);
}

.urgent-cause-right-content .urgent-cause-btn .btn {
  margin-top: 20px;
  margin-left: 5px;
}

.urgent-cause-right-content .urgent-cause-btn .btn:not(:last-child) {
  margin-right: 25px;
}

@media (max-width: 575px) {
  .urgent-cause-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Cause style two */
.cause-two-item {
  margin-bottom: 30px;
}

.cause-two-item .image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}

.cause-two-item .content {
  background: #FAFAFA;
  padding: 0 30px 50px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 375px) {
  .cause-two-item .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cause-two-item .content h4 {
  margin-bottom: 15px;
}

@media (max-width: 1399px) {
  .cause-two-item .content h4 {
    font-size: 27px;
  }
}

@media (max-width: 375px) {
  .cause-two-item .content h4 {
    font-size: 22px;
  }
}

.cause-two-item .content .cause-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--primary-color);
  font-family: var(--heading-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 479px) {
  .cause-two-item .content .cause-price {
    font-size: 16px;
  }
}

.cause-two-item .content p {
  margin-bottom: 25px;
}

.cause-two-item .content .btn {
  margin-left: 5px;
}

.cause-two-item .circle-progress {
  z-index: 1;
  height: 88px;
  line-height: 1;
  background: white;
  position: relative;
  border-radius: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: -50px auto 20px;
}

.cause-two-item .circle-progress b,
.cause-two-item .circle-progress:after,
.cause-two-item .circle-progress:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cause-two-item .circle-progress b {
  font-size: 20px;
  font-weight: 800;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.cause-two-item .circle-progress:before {
  z-index: -2;
  width: 120%;
  height: 120%;
  background: transparent;
  border: 11px solid #FAFAFA;
}

.cause-two-item .circle-progress:after {
  z-index: -1;
  width: 75%;
  height: 75%;
  background: #FEEDEC;
}

.cause-two-item.cause-yellow .cause-price {
  color: var(--yellow-color);
}

.cause-two-item.cause-yellow .circle-progress:after {
  background: #FFF7EB;
}

.cause-two-item.cause-green .cause-price {
  color: var(--green-color);
}

.cause-two-item.cause-green .circle-progress:after {
  background: #E8F7F0;
}

/* Cause style two */
.skillbar {
  height: 10px;
  position: relative;
  background: #FA948D;
}

.skillbar .skill-bar-percent {
  top: -40px;
  line-height: 1;
  font-weight: 600;
  font-size: 15px;
  color: white;
  padding: 5px;
  margin-left: -22px;
  border-radius: 3px;
  position: absolute;
  background: var(--primary-color);
  font-family: var(--heading-font);
}

.skillbar .skill-bar-percent:after {
  position: absolute;
  content: '';
  left: 15px;
  top: 100%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--primary-color);
}

.skillbar .skillbar-bar {
  width: 0;
  height: 10px;
  background-color: var(--primary-color);
}

.cause-three-item {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}

.cause-three-item .image img {
  width: 100%;
}

.cause-three-item .image .skillbar {
  margin-top: -10px;
}

.cause-three-item .content {
  background: white;
  padding: 30px 30px 45px;
}

@media (max-width: 479px) {
  .cause-three-item .content h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.cause-three-item .content .cause-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: var(--heading-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cause-three-item .content .cause-price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cause-three-item .content .cause-price span i {
  font-size: 17px;
  margin-right: 10px;
  color: var(--primary-color);
}

.cause-three-item .content .btn {
  margin-left: 5px;
}

.cause-three-item.item--green .skillbar {
  background: #BCE9D3;
}

.cause-three-item.item--yellow .skillbar {
  background: #FFE2B2;
}

/* Causes page slider */
.course-page-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.course-page-slider .cause-two-item {
  margin-left: 15px;
  margin-right: 15px;
}

.course-page-slider .slick-dots {
  margin-top: 50px;
}

/* Cause details */
@media (max-width: 767px) {
  .cause-details-content .title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .cause-details-content .title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .cause-details-content h4 {
    font-size: 22px;
  }
}

.cause-details-content .cause-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--heading-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cause-details-content .progress {
  height: 12px;
  overflow: initial;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #F6A29D;
}

.cause-details-content .progress .progress-bar {
  overflow: initial;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 5px 0 0 5px;
  background-color: var(--primary-color);
}

.cause-details-content .progress .progress-bar:after {
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  outline: 1px solid white;
  border: 7px solid var(--primary-color);
}

/*------------------------------------------------
    ## About
------------------------------------------------*/
.about-image-part {
  z-index: 1;
  position: relative;
  margin-bottom: -30px;
  padding: 45px 35px 0 0;
}

@media (max-width: 575px) {
  .about-image-part {
    padding-right: 0;
  }
}

.about-image-part .image {
  margin-bottom: 30px;
}

.about-image-part .image img {
  width: 100%;
  border-radius: 20px;
}

.about-image-part .experiences-years {
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 575px) {
  .about-image-part .experiences-years {
    right: 15px;
  }
}

.about-image-part:before {
  position: absolute;
  content: '';
  height: 20%;
  width: 60%;
  left: 22%;
  top: 0;
  z-index: -1;
  border-radius: 20px;
  border: 2px dashed var(--primary-color);
  border-bottom: none;
}

.about-image-part:after {
  width: 147px;
  height: 147px;
  position: absolute;
  border-radius: 50%;
  content: '';
  z-index: -1;
  left: 0;
  bottom: 20%;
  -webkit-transform: translate(-40%);
  -ms-transform: translate(-40%);
  transform: translate(-40%);
  border: 30px solid var(--primary-color);
}

.project-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 22px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.2);
}

@media (min-width: 576px) {
  .project-complete {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 375px) {
  .project-complete {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.project-complete .project-complete__icon {
  margin-right: 20px;
  color: white;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: var(--primary-color);
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
}

.project-complete .project-complete__content h5 {
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 375px) {
  .project-complete .project-complete__content h5 {
    font-size: 18px;
  }
}

.experiences-years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-weight: 800;
  max-width: 185px;
  padding: 15px 20px;
  background: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  font-family: var(--heading-font);
  -webkit-box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.2);
}

.experiences-years .experiences-years__number {
  font-size: 24px;
  padding: 8px;
  color: white;
  margin-right: 10px;
  border-radius: 7px;
  background: var(--primary-color);
}

.about-content-part {
  max-width: 540px;
}

@media (min-width: 1400px) {
  .about-content-part {
    margin-left: 60px;
  }
}

/* About Two */
@media (min-width: 576px) {
  .about-us-content-part p {
    font-size: 18px;
  }
}

.about-us-content-part .list-style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-us-content-part .list-style-one li {
  width: 100%;
}

@media (min-width: 768px) {
  .about-us-content-part .list-style-one li {
    width: 49%;
  }
}

.about-middle-images {
  margin-left: -15px;
  margin-right: -15px;
}

.about-middle-images img {
  margin: 15px;
  border-radius: 4px;
}

.about-us-image-part .experiences-year {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  font-size: 28px;
  max-width: 240px;
  font-weight: 800;
  line-height: 36px;
  background-size: cover;
  padding: 85px 25px 30px;
  border-top: 10px solid white;
  border-right: 10px solid white;
  font-family: var(--heading-font);
}

@media (max-width: 375px) {
  .about-us-image-part .experiences-year {
    font-size: 22px;
    max-width: 180px;
    line-height: 30px;
    padding: 45px 20px 25px;
  }
}

.about-us-image-part .experiences-year .experiences-year__number {
  font-size: 66px;
}

@media (max-width: 375px) {
  .about-us-image-part .experiences-year .experiences-year__number {
    font-size: 45px;
  }
}

/* About Three */
@media (min-width: 576px) {
  .about-us-content-three p {
    font-size: 18px;
  }
}

.about-us-content-three .list-style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-us-content-three .list-style-one li {
  width: 100%;
}

@media (min-width: 768px) {
  .about-us-content-three .list-style-one li {
    width: 50%;
  }
}

.about-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-author .about-author--img {
  margin-top: 15px;
  margin-right: 15px;
}

.about-author .about-author--img img {
  border-radius: 50%;
  width: 66px;
  height: 66px;
}

.about-author .about-author--content {
  margin-top: 15px;
  margin-right: 70px;
  padding-right: 33px;
  border-right: 1px solid #D9D9D9;
}

@media (max-width: 767px) {
  .about-author .about-author--content {
    margin-right: 15px;
    padding-right: 15px;
  }
}

.about-author .about-author--content h5 {
  font-size: 20px;
  margin-bottom: 5px;
}

.about-author .about-author--content span {
  font-size: 15px;
}

.about-author .about-author--signature {
  margin-top: 15px;
}

/*------------------------------------------------
    ## Counters
------------------------------------------------*/
.counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.counter-item .counter-item__icon {
  margin-right: 20px;
  font-size: 35px;
  color: white;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-align: center;
  line-height: 74px;
  width: 72px;
  height: 74px;
  background-size: 100% 100%;
  background-image: url(../image/circle-red.png);
}

.counter-item .counter-item__icon.counter-item__icon--green {
  background-image: url(../image/circle-green.png);
}

.counter-item .counter-item__icon.counter-item__icon--yellow {
  background-image: url(../image/circle-yellow.png);
}

.counter-item .counter-item__content {
  font-weight: 800;
  line-height: 1.3;
  font-family: var(--heading-font);
}

.counter-item .counter-item__content .count-text {
  display: block;
  font-size: 38px;
  color: var(--heading-color);
}

@media (max-width: 375px) {
  .counter-item .counter-item__content .count-text {
    font-size: 30px;
  }
}

.counter-item .counter-item__content h5 {
  margin-bottom: 0;
  font-size: 20px;
}

/* Counter Home_2 */
.counter-area:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-linear-gradient(180.23deg, rgba(255, 255, 255, 0.86) 59.86%, rgba(217, 217, 217, 0) 99.81%);
  background: -o-linear-gradient(180.23deg, rgba(255, 255, 255, 0.86) 59.86%, rgba(217, 217, 217, 0) 99.81%);
  background: linear-gradient(269.77deg, rgba(255, 255, 255, 0.86) 59.86%, rgba(217, 217, 217, 0) 99.81%);
}

@media (max-width: 1199px) {
  .counter-area:before {
    opacity: 0.9;
    background: white;
  }
}

.counter-section-content>i {
  font-size: 25px;
  max-width: 400px;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  font-family: var(--heading-font);
}

@media (max-width: 375px) {
  .counter-section-content>i {
    font-size: 20px;
  }
}

.counter-section-content>i span {
  color: var(--primary-color);
}

.counter-section-content .counter-btns .btn {
  margin-top: 15px;
}

.counter-section-content .counter-btns .btn:not(:last-child) {
  margin-right: 30px;
}

/*------------------------------------------------
    ## Why Choose
------------------------------------------------*/
.why-choose-area {
  z-index: 1;
  position: relative;
  background: #1e1e1e;
}

.why-choose-area:before {
  z-index: -1;
  opacity: 0.02;
  background: url(../image/why-choose-bg.jpg) no-repeat center/cover;
}

.vission-mission-tab {
  max-width: 500px;
}

.vission-mission-tab .nav li {
  margin: 0 10px 10px 0;
}

.vission-mission-tab .nav li button {
  color: white;
  border: none;
  font-weight: 800;
  padding: 7px 20px;
  border-radius: 5px;
  font-family: var(--heading-font);
  background: rgba(255, 255, 255, 0.05);
}

.vission-mission-tab .nav li button.active {
  background: var(--primary-color);
}

.why-choose-video {
  z-index: 1;
  margin-bottom: 15px;
  position: relative;
  padding: 0 30px 12px 0;
}

.why-choose-video:after {
  width: 90%;
  content: '';
  height: 50%;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  border-radius: 20px;
  border: 1px dashed var(--yellow-color);
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
}

.why-choose-video .video img {
  width: 100%;
  border-radius: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.why-choose-video .video-play--one {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.why-choose-video .leaf-shape {
  position: absolute;
  right: 101%;
  bottom: 98%;
}

/*--------------------------------------------------
    ## Features
---------------------------------------------------*/
.feature-left-wrap {
  padding: 55px;
  width: 28%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-left-wrap:before {
  background: var(--heading-color);
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .feature-left-wrap {
    width: 24%;
    padding: 25px;
  }
}

@media (max-width: 1199px) {
  .feature-left-wrap {
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 375px) {
  .feature-left-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.feature-left-slider {
  max-width: 100%;
}

@media (min-width: 768px) {
  .feature-left-slider .section-title h3 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

.feature-left-slider .slick-dots {
  margin-bottom: 0;
  margin-top: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 1199px) {
  .feature-left-slider .slick-dots {
    margin-top: 15px;
  }
}

.feature-left-slider .slick-dots li {
  margin: 0 5px;
  line-height: 1;
  overflow: hidden;
}

.feature-left-slider .slick-dots li button {
  border: none;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  text-indent: 100px;
  border-radius: 10px;
  width: 16px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
}

.feature-left-slider .slick-dots li.slick-active button {
  background: var(--primary-color);
}

.feature-single-slide {
  margin-bottom: 30px;
}

.feature-content {
  padding-top: 120px;
  padding-bottom: 70px;
}

.feature-right-slider {
  margin-left: -20px;
  margin-right: -20px;
}

.feature-right-slider .feature-item {
  margin-left: 20px;
  margin-right: 20px;
}

.feature-item {
  margin-bottom: 30px;
}

.feature-item .feature-item__icon {
  font-size: 35px;
  color: white;
  text-align: center;
  line-height: 74px;
  margin-bottom: 20px;
  width: 72px;
  height: 74px;
  background-size: 100% 100%;
  background-image: url(../image/circle-red.png);
}

.feature-item .feature-item__icon.feature-item__icon--green {
  background-image: url(../image/circle-green.png);
}

.feature-item .feature-item__icon.feature-item__icon--yellow {
  background-image: url(../image/circle-yellow.png);
}

.feature-item h4 {
  margin-bottom: 15px;
}

.feature-item.feature-item--bordered {
  border-radius: 5px;
  padding: 25px 15px 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-item.feature-item--bordered .feature-item__icon {
  font-size: 22px;
  line-height: 47px;
  width: 46px;
  height: 47px;
}

.feature-item.feature-item--bordered h5 {
  font-size: 20px;
}

.feature-item.feature-item--bordered p {
  font-size: 15px;
}

/* Feature Style Two */
.feature-item--two {
  height: 100%;
  padding: 60px 40px;
  text-align: center;
  background-size: cover;
  z-index: 1;
  position: relative;
}

.feature-item--two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-color: var(--primary-color);
}

@media (max-width: 375px) {
  .feature-item--two {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.feature-item--two .feature-item__icon {
  font-size: 35px;
  margin-bottom: 22px;
  display: inline-block;
  color: var(--primary-color);
  width: 74px;
  height: 74px;
  background: white;
  line-height: 74px;
  border-radius: 50%;
  text-align: center;
}

.feature-item--two h4 {
  color: white;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media (max-width: 479px) {
  .feature-item--two h4 {
    font-size: 22px;
  }
}

.feature-item--two p {
  color: white;
  font-size: 18px;
  margin-bottom: 30px;
}

.feature-item--two .feature-item__btn {
  background: white;
  font-weight: 800;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--primary-color);
  font-family: var(--heading-font);
}

.feature-item--two.feature-item--green .feature-item__btn,
.feature-item--two.feature-item--green .feature-item__icon {
  color: var(--green-color);
}

.feature-item--two.feature-item--green:before {
  background: var(--green-color);
}

.feature-item--two.feature-item--yellow .feature-item__btn,
.feature-item--two.feature-item--yellow .feature-item__icon {
  color: var(--yellow-color);
}

.feature-item--two.feature-item--yellow:before {
  background: var(--yellow-color);
}

.feature-item--two.feature-item--radius {
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}

.features-area-two {
  margin-bottom: -200px;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}

/* Feature Area Three */
.feature-item--three {
  border-radius: 5px;
  padding: 30px 35px;
  margin-bottom: 30px;
  background-size: cover;
}

@media (min-width: 480px) {
  .feature-item--three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 375px) {
  .feature-item--three {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.feature-item--three .feature-item__icon {
  color: white;
  line-height: 1;
  font-size: 55px;
  margin: 6px 30px 10px 0;
}

.feature-item--three .feature-item__content h4 {
  color: white;
  text-transform: capitalize;
}

@media (max-width: 375px) {
  .feature-item--three .feature-item__content h4 {
    font-size: 22px;
  }
}

.feature-item--three .feature-item__content p {
  color: white;
  margin-bottom: 0;
}

/* Feature Area Four */
.features-area-four:before {
  opacity: 0.9;
  background: white;
}

/*------------------------------------------------
    ## Volunteers
------------------------------------------------*/
/* Become a volunteer */
.become-volunteer-area {
  background: #1E1E1E;
}

@media (min-width: 1400px) {
  .volunteer-image {
    margin-left: -22%;
  }
}

/* Valunter Style One */
.valunteer-item {
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 30px;
}

.valunteer-item:hover .valunteer-item__img:before {
  height: 100%;
}

.valunteer-item__img {
  position: relative;
  margin-bottom: 22px;
}

.valunteer-item__img img {
  width: 100%;
}

.valunteer-item__img .share {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.valunteer-item__img .share button {
  height: 80px;
  width: 80px;
  color: white;
  border: none;
  font-size: 25px;
  line-height: 80px;
  background: var(--primary-color);
}

.valunteer-item__img .share .share__socials {
  left: 12px;
  opacity: 0;
  bottom: 99%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  position: absolute;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.valunteer-item__img .share:hover .share__socials {
  opacity: 1;
  visibility: visible;
}

.valunteer-item__img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(116.19%, var(--primary-color)));
  background: -webkit-linear-gradient(top, transparent 0%, var(--primary-color) 116.19%);
  background: -o-linear-gradient(top, transparent 0%, var(--primary-color) 116.19%);
  background: linear-gradient(180deg, transparent 0%, var(--primary-color) 116.19%);
}

.share__socials a {
  margin: 5px;
  color: white;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

.share__socials a.twitter {
  background: #57BFE6;
}

.share__socials a.facebook {
  background: #3F7BC7;
}

.valunteer-item__designation {
  padding: 27px 15px;
  text-transform: capitalize;
  background: url(../image/valunteer-des-bg.jpg) no-repeat center/cover;
}

.valunteer-item__designation h5 {
  color: white;
  margin-bottom: 2px;
}

.valunteer-item__designation span {
  color: white;
  font-size: 18px;
  font-family: var(--heading-font);
}

.valunteer-item--green .valunteer-item__img:before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(116.19%, var(--green-color)));
  background: -webkit-linear-gradient(top, transparent 0%, var(--green-color) 116.19%);
  background: -o-linear-gradient(top, transparent 0%, var(--green-color) 116.19%);
  background: linear-gradient(180deg, transparent 0%, var(--green-color) 116.19%);
}

.valunteer-item--green .valunteer-item__img .share button {
  background: var(--green-color);
}

.valunteer-item--green .valunteer-item__designation {
  background-image: url(../image/valunteer-des-bg-green.jpg);
}

.valunteer-item--yellow .valunteer-item__img:before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(116.19%, var(--yellow-color)));
  background: -webkit-linear-gradient(top, transparent 0%, var(--yellow-color) 116.19%);
  background: -o-linear-gradient(top, transparent 0%, var(--yellow-color) 116.19%);
  background: linear-gradient(180deg, transparent 0%, var(--yellow-color) 116.19%);
}

.valunteer-item--yellow .valunteer-item__img .share button {
  background: var(--yellow-color);
}

.valunteer-item--yellow .valunteer-item__designation {
  background-image: url(../image/valunteer-des-bg-yellow.jpg);
}

/* Volunteer Style Two */
.valunteer-two-item {
  margin-bottom: 30px;
}

.valunteer-two-item .valunteer-two-item__img img {
  width: 100%;
  border-radius: 5px;
}

.valunteer-two-item .valunteer-two-item__des {
  margin-left: 9%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: -50px;
  position: relative;
  padding: 25px 25px 20px;
  background: var(--lighter-color);
  border-left: 8.5px solid var(--primary-color);
}

.valunteer-two-item .valunteer-two-item__des h5 {
  font-size: 20px;
  margin-bottom: 5px;
}

.valunteer-two-item .valunteer-two-item__des span {
  font-size: 18px;
  text-transform: capitalize;
}

.valunteer-two-item .valunteer-two-item__des.valunteer-two-item__des--yellow {
  border-color: var(--yellow-color);
}

.valunteer-two-item .valunteer-two-item__des.valunteer-two-item__des--green {
  border-color: var(--green-color);
}

.valunteer-two-item:hover .valunteer-two-item__des {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

/* Volunteer Style Three */
.valunteer-item--three {
  position: relative;
}

.valunteer-item--three .valunteer-item__img {
  margin-bottom: 0;
}

.valunteer-item--three .valunteer-item__img:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.55%, transparent), color-stop(79.89%, var(--green-color)));
  background: -webkit-linear-gradient(top, transparent -19.55%, var(--green-color) 79.89%);
  background: -o-linear-gradient(top, transparent -19.55%, var(--green-color) 79.89%);
  background: linear-gradient(180deg, transparent -19.55%, var(--green-color) 79.89%);
}

.valunteer-item--three .valunteer-item__designation {
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}

.valunteer-item--three .valunteer-item__designation h4 {
  color: white;
  margin-bottom: 5px;
}

@media (max-width: 1399px) {
  .valunteer-item--three .valunteer-item__designation h4 {
    font-size: 25px;
  }
}

.valunteer-item--three .valunteer-item__designation .share__socials {
  margin-top: 15px;
}

.valunteer-item--three:hover .valunteer-item__designation {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* Become Volunteer Three */
.volunteer-left-video {
  padding-left: 10%;
  padding-right: 10%;
}

.volunteer-left-video .video-play--three {
  position: absolute;
  left: 0;
  top: 25%;
}

.volunteer-left-video .small-image {
  position: absolute;
  bottom: 14%;
  right: 0;
  max-width: 60%;
}

.become-volunteer-three .form-style-two .form-control {
  background: #FEF2F1;
}

/* Vecome Volunteer Four */
.volunteer-content.form-style-two:not(.text-white) .form-control {
  background: #FEF2F1;
}

/* Become Volunteer page */
.become-volunteer-video-content .tags a:not(:last-child) {
  margin-right: 5px;
}

.become-volunteer-video-content .tags a:not(:last-child):after {
  content: ',';
}

.become-volunteer-video-content .tags a:hover {
  color: var(--primary-color);
}

.become-volunteer-video-content .list-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.become-volunteer-video-content .list-style-two li {
  width: 100%;
}

@media (min-width: 576px) {
  .become-volunteer-video-content .list-style-two li {
    width: 49%;
  }
}

.become-volunteer-video-content .earning-doner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px -30px 0;
}

.become-volunteer-video-content .earning-doner li {
  line-height: 1.5;
  margin-right: 40px;
  margin-bottom: 30px;
}

.become-volunteer-video-content .earning-doner li b {
  display: block;
  font-weight: 800;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------
    ## Events
---------------------------------------------------*/
.events-active .event-item {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin-bottom: 25px;
}

.events-active .event-item img {
  width: 100%;
}

.events-active .event-item .event-item__hover {
  left: 0;
  top: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: -webkit-linear-gradient(270.02deg, rgba(37, 41, 47, 0.6132) 15.88%, rgba(248, 77, 66, 0.84) 62.28%);
  background: -o-linear-gradient(270.02deg, rgba(37, 41, 47, 0.6132) 15.88%, rgba(248, 77, 66, 0.84) 62.28%);
  background: linear-gradient(179.98deg, rgba(37, 41, 47, 0.6132) 15.88%, rgba(248, 77, 66, 0.84) 62.28%);
}

@media (max-width: 375px) {
  .events-active .event-item .event-item__hover {
    padding: 25px;
  }
}

.events-active .event-item .event-item__hover h4 {
  color: white;
  margin-bottom: 15px;
}

@media (max-width: 375px) {
  .events-active .event-item .event-item__hover h4 {
    font-size: 24px;
  }
}

.events-active .event-item .event-item__hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events-active .event-item .event-item__hover ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

@media (max-width: 375px) {
  .events-active .event-item .event-item__hover ul li {
    font-size: 16px;
  }
}

.events-active .event-item .event-item__hover ul li i {
  font-size: 14px;
  margin-right: 5px;
}

.events-active .event-item .event-item__hover ul li:not(:last-child) {
  margin-right: 8px;
}

.events-active .event-item:hover .event-item__hover {
  opacity: 1;
}

/* Event Two */
.our-event-two:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.43%, #DEDDD9), color-stop(82.66%, rgba(255, 255, 255, 0.73)));
  background: -webkit-linear-gradient(top, #DEDDD9 25.43%, rgba(255, 255, 255, 0.73) 82.66%);
  background: -o-linear-gradient(top, #DEDDD9 25.43%, rgba(255, 255, 255, 0.73) 82.66%);
  background: linear-gradient(180deg, #DEDDD9 25.43%, rgba(255, 255, 255, 0.73) 82.66%);
}

.event-two-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.event-two-item .image {
  width: 24%;
  margin-right: 30px;
}

.event-two-item .content {
  margin-right: 15px;
}

.event-two-item .content h5 {
  font-size: 20px;
}

.event-two-item .content h5 a:hover {
  color: var(--primary-color);
}

.event-two-item .content ul {
  margin: 0;
}

.event-two-item .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.event-two-item .content ul li i {
  margin-right: 6px;
  font-size: 14px;
}

.event-two-item .date {
  color: white;
  padding: 16px;
  font-weight: 800;
  margin-left: auto;
  line-height: 1.14;
  text-align: center;
  text-transform: uppercase;
  width: 86px;
  height: 90px;
  background-size: 100% 100%;
  font-family: var(--heading-font);
  background-image: url(../image/circle-red.png);
}

.event-two-item .date b {
  display: block;
  font-size: 28px;
}

@media (max-width: 479px) {
  .event-two-item {
    display: block;
    text-align: center;
  }

  .event-two-item .image {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .event-two-item .content {
    margin-right: 0;
  }

  .event-two-item .content ul li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .event-two-item .date {
    margin-top: 20px;
    margin-right: auto;
  }
}

.event-two-item.event-two-item--green .content h5 a:hover {
  color: var(--green-color);
}

.event-two-item.event-two-item--green .date {
  background-image: url(../image/circle-green.png);
}

.event-two-item.event-two-item--yellow .content h5 a:hover {
  color: var(--yellow-color);
}

.event-two-item.event-two-item--yellow .date {
  background-image: url(../image/circle-yellow.png);
}

/* Event Three */
.event-area-three:before {
  opacity: 0.9;
  background: white;
}

.event-item-three {
  background: white;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 20px 20px 40px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.event-item-three .image {
  margin-bottom: 22px;
}

.event-item-three .image img {
  width: 100%;
}

@media (max-width: 1199px) {
  .event-item-three .content h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

@media (max-width: 375px) {
  .event-item-three .content h4 {
    font-size: 22px;
  }
}

.event-item-three .content .event-btn {
  margin-top: 20px;
  font-weight: 700;
  overflow: hidden;
  padding: 4px 13px;
  border-radius: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--primary-color);
  z-index: 1;
  position: relative;
}

.event-item-three .content .event-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.15;
  background-color: var(--primary-color);
}

.event-item-three .content .event-btn i {
  margin: 3px 0 0 5px;
}

.event-three-slider {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 992px) {
  .event-three-slider {
    margin-right: -50px;
  }

  .event-three-slider .slick-list {
    padding-right: 300px;
    margin-right: -300px;
  }
}

.event-three-slider .event-item-three {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 15px;
  margin-right: 15px;
}

/* Event Page Slider */
.events-slider-active {
  margin-left: -15px;
  margin-right: -15px;
}

.events-slider-active .event-item-three {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f7f7f7;
  margin-left: 15px;
  margin-right: 15px;
}

.events-slider-active .slick-arrow {
  color: white;
  border: none;
  right: 5px;
  top: 20%;
  z-index: 1;
  font-size: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--heading-color);
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 479px) {
  .events-slider-active .slick-arrow {
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
  }
}

.events-slider-active .slick-arrow.left-arrow {
  left: 5px;
}

.events-slider-active .slick-arrow:hover,
.events-slider-active .slick-arrow:focus {
  background: var(--primary-color);
}

/* Event Details */
.event-details-content .title {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .event-details-content .title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .event-details-content .title {
    font-size: 30px;
  }
}

.event-details-content h5 {
  font-size: 20px;
  margin-bottom: 12px;
}

.event-details-content p {
  margin-bottom: 30px;
}

.event-details-content .list-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event-details-content .list-style-two li {
  width: 100%;
}

@media (min-width: 576px) {
  .event-details-content .list-style-two li {
    width: 49%;
  }
}

.join-us-form.form-style-two .form-control,
.join-us-form.form-style-two .single-select {
  background: #FEF2F1;
}

/*------------------------------------------------
    ## Testimonials
------------------------------------------------*/
.testimonial-content-item .icon {
  line-height: 1;
  font-size: 80px;
  margin-bottom: 45px;
  color: var(--green-color);
}

@media (max-width: 767px) {
  .testimonial-content-item .icon {
    margin-bottom: 0;
  }
}

.testimonial-content-item .text {
  opacity: 0.7;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
  font-style: italic;
  margin-bottom: 55px;
  font-family: var(--heading-font);
}

@media (max-width: 767px) {
  .testimonial-content-item .text {
    font-size: 28px;
    margin-bottom: 35px;
  }
}

@media (max-width: 575px) {
  .testimonial-content-item .text {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (max-width: 375px) {
  .testimonial-content-item .text {
    font-size: 18px;
  }
}

.testimonial-content-item h4 {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .testimonial-content-item h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

.testimonial-content-item .designation {
  font-family: var(--heading-font);
}

@media (min-width: 576px) {
  .testimonial-content-item .designation {
    font-size: 20px;
  }
}

.testimonial-thumb-slider {
  height: 65px;
  max-width: 170px;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .testimonial-thumb-slider {
    margin-top: 30px;
  }
}

.testimonial-thumb-slider .testimonial-thumb-item {
  margin-left: 7px;
  margin-right: 7px;
}

.testimonial-thumb-slider .testimonial-thumb-item img {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}

.testimonial-thumb-slider .testimonial-thumb-item.slick-current img {
  width: 64px;
  height: 64px;
}

.testimonial-thumb-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Testimonial Style Two */
.testimonial-two-image {
  padding-left: 5%;
}

.testimonial-two-image .circle-shape {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 2%;
}

.testimonial-style-two {
  padding-right: 22%;
}

@media (max-width: 767px) {
  .testimonial-style-two {
    padding-right: 60px;
  }
}

.testimonial-style-two .testimonial-content-item .icon {
  margin-bottom: 30px;
}

.testimonial-style-two .testimonial-content-item .text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.71;
  margin-bottom: 40px;
  color: var(--heading-color);
  font-family: var(--base-font);
}

@media (max-width: 575px) {
  .testimonial-style-two .testimonial-content-item .text {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .testimonial-style-two .testimonial-content-item .text {
    font-size: 18px;
  }
}

.testimonial-style-two .testimonial-content-item .ratting {
  margin-bottom: 15px;
}

.testimonial-style-two .testimonial-content-item .designation {
  font-size: 18px;
}

.testimonial-style-two .testimonial-thumb-two {
  position: absolute;
  width: 50px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-33%);
  -ms-transform: translateY(-33%);
  transform: translateY(-33%);
}

@media (max-width: 767px) {
  .testimonial-style-two .testimonial-thumb-two {
    top: 35%;
  }
}

.testimonial-style-two .testimonial-thumb-two .testimonial-thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-style-two .testimonial-thumb-two .testimonial-thumb-item img {
  opacity: 0.65;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.testimonial-style-two .testimonial-thumb-two .testimonial-thumb-item.slick-current img {
  opacity: 1;
  width: 48px;
  height: 48px;
  border: 2px solid var(--primary-color);
}

/* Testimonials Style Three */
.testimonials-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 66%;
}

.testimonial-item-three {
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 80px;
  background: #FFFFFF;
  padding: 0 22px 40px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.testimonial-item-three .author {
  margin-bottom: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial-item-three .author img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 4px solid var(--primary-color);
}

.testimonial-item-three .name {
  margin-bottom: 3px;
}

@media (max-width: 375px) {
  .testimonial-item-three .name {
    font-size: 22px;
  }
}

.testimonial-item-three .designation {
  font-size: 18px;
}

.testimonial-item-three .text {
  margin-top: 10px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.95;
}

@media (min-width: 376px) {
  .testimonial-item-three .text {
    font-size: 18px;
  }
}

.testimonial-item-three:hover {
  -webkit-box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.25);
}

/*------------------------------------------------
    ## Blog
------------------------------------------------*/
.blog-item {
  overflow: hidden;
  background: white;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.blog-item .blog-item__img {
  position: relative;
}

.blog-item .blog-item__img img {
  width: 100%;
}

.blog-item .blog-item__content {
  padding: 30px;
}

@media (max-width: 375px) {
  .blog-item .blog-item__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.blog-item .blog-item__content h4 {
  margin-bottom: 18px;
  text-transform: capitalize;
}

@media (max-width: 375px) {
  .blog-item .blog-item__content h4 {
    font-size: 25px;
  }
}

.blog-item .blog-item__content h4 a:hover {
  color: var(--primary-color);
}

.blog-item.blog-item--clasic {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 40px;
  background: #FAFAFA;
}

@media (max-width: 375px) {
  .blog-item.blog-item--clasic .blog-item__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-item.blog-item--clasic .blog-item__content h4 {
    font-size: 22px;
  }
}

.post-date {
  left: 20px;
  bottom: 20px;
  font-weight: 800;
  background: white;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.post-date b {
  color: white;
  display: block;
  font-size: 24px;
  padding: 7px 15px;
  background: var(--primary-color);
}

.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta li i {
  margin-right: 6px;
  color: var(--primary-color);
}

@media (max-width: 375px) {
  .blog-meta li i {
    display: none;
  }
}

.blog-meta li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.blog-meta li:not(:last-child):after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  width: 1px;
  height: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--base-color);
}

/* Blog Two Area */
.blog-area-two:before {
  opacity: 1;
  height: 61.3%;
}

.blog-item--two .blog-meta {
  margin-bottom: 5px;
}

.blog-item--two .blog-item__content h4 {
  margin-bottom: 10px;
}

.blog-item--two.blog-item--green .post-date-two {
  border-bottom-color: var(--green-color);
}

.blog-item--two.blog-item--green .post-date-two b {
  color: var(--green-color);
}

.blog-item--two.blog-item--green h4 a:hover,
.blog-item--two.blog-item--green .blog-meta li i {
  color: var(--green-color);
}

.blog-item--two.blog-item--green .read-more:after {
  background: var(--green-color);
}

.blog-item--two.blog-item--yellow .post-date-two {
  border-bottom-color: var(--yellow-color);
}

.blog-item--two.blog-item--yellow .post-date-two b {
  color: var(--yellow-color);
}

.blog-item--two.blog-item--yellow h4 a:hover,
.blog-item--two.blog-item--yellow .blog-meta li i {
  color: var(--yellow-color);
}

.blog-item--two.blog-item--yellow .read-more:after {
  background: var(--yellow-color);
}

.post-date-two {
  z-index: 1;
  line-height: 1;
  font-weight: 800;
  background: white;
  text-align: center;
  border-radius: 50%;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -60px auto 15px;
  outline: 10px solid white;
  text-transform: capitalize;
  color: var(--heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid transparent;
  font-family: var(--heading-font);
  border-bottom-color: var(--primary-color);
}

.post-date-two b {
  font-size: 28px;
  color: var(--primary-color);
}

.post-date-two:after,
.post-date-two:before {
  content: '';
  border-radius: 50%;
  position: absolute;
}

.post-date-two:before {
  width: 110%;
  height: 70%;
  left: -5%;
  top: -5%;
  z-index: -2;
  background: white;
}

.post-date-two:after {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  z-index: -1;
  opacity: 0.15;
  background: var(--primary-color);
}

/* Blog Three Area */
.blog-item--three {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}

.blog-item--three .blog-item__img {
  position: relative;
}

.blog-item--three .blog-item__img img {
  width: 100%;
}

.blog-item--three .blog-item__img .post-date {
  left: 10%;
  bottom: -28px;
}

.blog-item--three .blog-item__img .post-date b {
  line-height: 1;
  font-size: 38px;
  padding: 10px 15px;
}

.blog-item--three .blog-item__content {
  background: #F1F1F3;
  padding: 45px 28px 30px;
}

@media (max-width: 375px) {
  .blog-item--three .blog-item__content {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.blog-item--three .blog-item__content h4 {
  margin-bottom: 26px;
  text-transform: capitalize;
}

@media (max-width: 479px) {
  .blog-item--three .blog-item__content h4 {
    font-size: 22px;
  }
}

.blog-item--three .blog-item__content h4 a:hover {
  color: var(--primary-color);
}

.blog-item--three .blog-item__meta {
  margin-bottom: 0;
  padding: 10px 30px;
  background: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

@media (max-width: 375px) {
  .blog-item--three .blog-item__meta {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-item--three .blog-item__meta li {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-item--three .blog-item__meta li i {
  margin-right: 5px;
}

.blog-item--three .blog-item__meta li.line {
  width: 1px;
  height: 10px;
  background: white;
}

/* Blog Slider */
.blog-page-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-page-slider .blog-item {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #FAFAFA;
  margin-left: 15px;
  margin-right: 15px;
}

.blog-page-slider .slick-dots {
  margin-top: 50px;
}

/* Blog Details */
.blog-details-content h1,
.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5,
.blog-details-content h6,
.blog-details-content p {
  margin-bottom: 15px;
}

.blog-details-content h5 {
  font-size: 20px;
}

.blog-details-content blockquote {
  padding: 40px 50px;
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  background: #FAFAFA;
  color: var(--heading-color);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: var(--heading-font);
}

@media (max-width: 575px) {
  .blog-details-content blockquote {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-details-content blockquote br {
    display: none;
  }
}

.blog-details-content blockquote .quote-icon {
  line-height: 1;
  font-size: 35px;
  color: var(--primary-color);
}

.tag-and-share strong {
  font-size: 20px;
  font-weight: 800;
  margin-right: 12px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.tag-and-share .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag-and-share .tags a {
  font-size: 14px;
  padding: 4px 15px;
  margin-right: 10px;
  border-radius: 15px;
  background: #F2F2F2;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tag-and-share .tags a:hover {
  color: white;
  background: var(--primary-color);
}

.tag-and-share .share-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tag-and-share .share-area a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tag-and-share .share-area a:hover {
  color: var(--primary-color);
}

.tag-and-share .share-area a:not(:last-child) {
  margin-right: 10px;
}

.blog-comment-form.form-style-two .form-control {
  background: #FEF2F1;
}

.blog-comment-form.form-style-two label {
  cursor: pointer;
}

.comment-list .comment-body {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .comment-list .comment-body {
    padding-left: 90px;
  }
}

.comment-list .comment-body .comment-meta {
  margin-bottom: 18px;
}

.comment-list .comment-body .comment-meta .fn {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.comment-list .comment-body .avatar {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .comment-list .comment-body .avatar {
    top: 0;
    left: 0;
    position: absolute;
  }
}

.comment-list .comment-body .reply {
  padding-bottom: 15px;
}

@media (min-width: 576px) {
  .comment-list .comment-body .reply {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.comment-list .comment-body .reply a {
  font-size: 14px;
  padding: 4px 20px;
  border-radius: 20px;
  background: #F2F2F2;
  display: inline-block;
}

.comment-list .comment-body .reply a:hover {
  color: white;
  background: var(--primary-color);
}

/*--------------------------------------------------
    ## FAQs
---------------------------------------------------*/
.faq-image-part {
  margin-bottom: -30px;
}

.faq-image-part .image {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
}

.faq-image-part .image img:not(.shape) {
  width: 100%;
}

.faq-image-part .image .shape {
  position: absolute;
  z-index: -1;
}

.faq-image-part .image .shape.one {
  bottom: 95%;
  right: 100%;
}

.faq-image-part .image .shape.two {
  left: 100%;
  top: 95%;
}

.faq-content-part .faq-accordion {
  max-width: 500px;
}

.accordion-item {
  border-left: 0;
  border-right: 0;
  background: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
}

.accordion-item:last-of-type,
.accordion-item:first-of-type {
  border-radius: 0;
}

@media (max-width: 1199px) {
  .accordion-item .accordion-header {
    font-size: 26px;
  }
}

.accordion-item .accordion-header button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  text-transform: capitalize;
  font-family: var(--heading-font);
}

@media (max-width: 375px) {
  .accordion-item .accordion-header button {
    font-size: 20px;
  }
}

.accordion-item .accordion-header button:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  content: "";
  font-size: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  border: 2px solid;
  margin-right: 25px;
  font-family: 'Flaticon';
  color: var(--primary-color);
  width: 42px;
  height: 42px;
  background: transparent;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}

@media (max-width: 375px) {
  .accordion-item .accordion-header button:before {
    line-height: 34px;
    border-width: 1px;
    margin-right: 15px;
    width: 36px;
    height: 36px;
  }
}

.accordion-item .accordion-header button.collapsed:before {
  content: "";
  color: #C4C4C4;
}

.accordion-item .accordion-body {
  padding: 10px 0 0 55px;
}

/* FAQ style two */
.faq-accordion-two .accordion-item {
  border: 0;
  padding: 0;
}

.faq-accordion-two .accordion-item .accordion-header button {
  width: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  border-radius: 3px;
  padding: 15px 18px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--primary-color);
}

@media (max-width: 479px) {
  .faq-accordion-two .accordion-item .accordion-header button {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .faq-accordion-two .accordion-item .accordion-header button {
    font-size: 16px;
  }
}

.faq-accordion-two .accordion-item .accordion-header button:before {
  display: none;
}

.faq-accordion-two .accordion-item .accordion-header button .icon {
  font-size: 0.85em;
}

.faq-accordion-two .accordion-item .accordion-header button .icon.close {
  display: none;
}

.faq-accordion-two .accordion-item .accordion-header button.collapsed {
  color: var(--heading-color);
  background: var(--lighter-color);
}

.faq-accordion-two .accordion-item .accordion-header button.collapsed .icon {
  display: block;
}

.faq-accordion-two .accordion-item .accordion-header button.collapsed .icon.open {
  display: none;
}

.faq-accordion-two .accordion-item .accordion-body {
  margin-top: -5px;
  padding: 0 0 20px;
}

.faq-video-part img {
  width: 100%;
}

.faq-video-part .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* FAQ Area Three */
.faq-three-left-part .experiences-years {
  position: absolute;
  left: 0;
  top: 25%;
}

@media (max-width: 479px) {
  .faq-three-left-part .experiences-years {
    top: 38%;
  }
}

.faq-three-left-part .counter-item {
  top: 15%;
  right: 5%;
  padding: 22px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.2);
}

.faq-three-left-part .counter-item .count-text {
  color: var(--green-color);
}

@media (max-width: 479px) {
  .faq-three-left-part .counter-item {
    top: 0;
    right: 0;
    padding: 15px;
  }

  .faq-three-left-part .counter-item .count-text {
    font-size: 26px;
  }

  .faq-three-left-part .counter-item .counter-title {
    font-size: 16px;
  }
}

.faq-three-left-part .project-complete {
  margin: -85px auto 0;
}

/*--------------------------------------------------
    ## CTA
---------------------------------------------------*/
.cta-area .section-title p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .cta-area .section-title p {
    font-size: 20px;
  }
}

.cta-area:before {
  opacity: 1;
  background: -webkit-linear-gradient(260.84deg, rgba(35, 35, 35, 0.41) -28.68%, #232323 75.27%);
  background: -o-linear-gradient(260.84deg, rgba(35, 35, 35, 0.41) -28.68%, #232323 75.27%);
  background: linear-gradient(189.16deg, rgba(35, 35, 35, 0.41) -28.68%, #232323 75.27%);
}

/*------------------------------------------------
    ## Client Logo
------------------------------------------------*/
.client-logo-wrap {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

.client-logo-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-logo-wrap .client-logo-item {
  margin-left: 15px;
  margin-right: 15px;
}

.client-logo-wrap .client-logo-item img {
  display: inline-block;
}

/*---------------------------------------------------
	## Videos
----------------------------------------------------*/
.video-play--one {
  z-index: 1;
  font-size: 20px;
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  width: 82px;
  height: 82px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 82px;
  border-radius: 50%;
  text-align: center;
}

.video-play--one:after {
  position: absolute;
  content: '';
  left: -5px;
  top: -5px;
  z-index: -1;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 2px solid var(--primary-color);
}

.video-play--one:hover {
  color: var(--primary-color);
}

@media (max-width: 575px) {
  .video-play--one {
    font-size: 16px;
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

.video-play--two {
  z-index: 1;
  color: white;
  font-size: 20px;
  position: relative;
  display: inline-block;
  border: 6px solid white;
  outline: 3px solid var(--primary-color);
  width: 96px;
  height: 96px;
  background: var(--primary-color);
  line-height: 96px;
  border-radius: 50%;
  text-align: center;
  line-height: 86px;
}

.video-play--two:hover {
  background: white;
  outline: 3px solid white;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

@media (max-width: 575px) {
  .video-play--two {
    font-size: 16px;
    line-height: 54px;
    width: 65px;
    height: 65px;
  }
}

.video-play--three {
  color: white;
  font-size: 28px;
  text-align: center;
  line-height: 116px;
  position: relative;
  display: inline-block;
  border: 3px solid white;
  border-radius: 0 5px 5px 0;
  width: 144px;
  height: 124px;
  background: var(--primary-color);
}

@media (max-width: 479px) {
  .video-play--three {
    font-size: 22px;
    line-height: 72px;
    width: 100px;
    height: 80px;
  }
}

.video-play--three:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--heading-color);
}

.video-play--three:focus,
.video-play--three:hover {
  color: white;
}

.video-play--four {
  color: white;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 77px;
  height: 77px;
  background: var(--primary-color);
  line-height: 77px;
  border-radius: 50%;
  text-align: center;
  outline: 13px solid rgba(255, 255, 255, 0.17);
}

@media (max-width: 575px) {
  .video-play--four {
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

.video-play--four:focus,
.video-play--four:hover {
  color: white;
  outline: 8px solid rgba(255, 255, 255, 0.17);
}

/* Charity Video */
.charity-video .charity-area-bg {
  left: 0;
  top: 0;
  z-index: -2;
  opacity: 0.08;
  position: absolute;
  width: 100%;
  height: 100%;
}

.charity-video-part {
  overflow: hidden;
  border-radius: 10px;
}

.charity-video-part .video-play {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.charity-video-part:before {
  z-index: 1;
  opacity: 0.5;
}

.charity-progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .charity-progressbar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.charity-progressbar .progress-bar-wrap {
  width: 100%;
  margin-right: 100px;
}

@media (max-width: 767px) {
  .charity-progressbar .progress-bar-wrap {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.charity-progressbar .progress-bar-wrap .cause-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-family: var(--heading-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.charity-progressbar .progress-bar-wrap .progress {
  height: 12px;
  overflow: initial;
  position: relative;
  border-radius: 5px;
  background-color: #F6A29D;
}

.charity-progressbar .progress-bar-wrap .progress .progress-bar {
  overflow: initial;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 5px 0 0 5px;
  background-color: var(--primary-color);
}

.charity-progressbar .progress-bar-wrap .progress .progress-bar:after {
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  outline: 1px solid white;
  border: 7px solid var(--primary-color);
}

.charity-progressbar .btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

/* Become Volunteer video */
.become-volunteer-video {
  overflow: hidden;
  border-radius: 15px;
}

.become-volunteer-video:before {
  z-index: 1;
  opacity: 0.4;
}

.become-volunteer-video .video-play {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*---------------------------------------------------
	## Portfolio
----------------------------------------------------*/
.portfolio-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}

.portfolio-filter li {
  line-height: 1;
  cursor: pointer;
  font-weight: 800;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding: 12px 20px;
  margin: 0 6px 10px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  border: 1px solid rgba(27, 34, 45, 0.19);
}

@media (max-width: 575px) {
  .portfolio-filter li {
    font-size: 14px;
    padding: 10px 18px;
  }
}

.portfolio-filter li:hover,
.portfolio-filter li.current {
  color: white;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.portfolio-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
}

.portfolio-item img {
  width: 100%;
}

.portfolio-item .portfolio-item__over {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 33px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: rgba(27, 34, 45, 0.62);
}

.portfolio-item .portfolio-item__over h5 {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 4px;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

@media (max-width: 375px) {
  .portfolio-item .portfolio-item__over h5 {
    font-size: 20px;
  }
}

.portfolio-item .portfolio-item__over h5 a {
  color: white;
}

.portfolio-item .portfolio-item__over .category {
  opacity: 0;
  color: white;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.portfolio-item .portfolio-item__over .details-btn {
  position: absolute;
  font-size: 20px;
  color: white;
  right: 30px;
  top: 30px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-25px);
  -ms-transform: translate(-25px);
  transform: translate(-25px);
  width: 47px;
  height: 47px;
  background: var(--primary-color);
  line-height: 47px;
  border-radius: 50%;
  text-align: center;
}

.portfolio-item:hover .portfolio-item__over {
  opacity: 1;
}

.portfolio-item:hover .portfolio-item__over h5,
.portfolio-item:hover .portfolio-item__over .category,
.portfolio-item:hover .portfolio-item__over .details-btn {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.portfolio-item:hover .portfolio-item__over h5 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* Portfolio Details */
@media (max-width: 767px) {
  .portfolio-details-content .title {
    font-size: 35px;
  }
}

@media (max-width: 479px) {
  .portfolio-details-content .title {
    font-size: 30px;
  }
}

.portfolio-details-content blockquote {
  padding: 35px 50px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  border-radius: 10px;
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
  background: var(--lighter-color);
}

@media (max-width: 575px) {
  .portfolio-details-content blockquote {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.portfolio-details-content blockquote .quote-icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--primary-color);
}

/*------------------------------------------------
    ## Contact
------------------------------------------------*/
.form-style-one label {
  cursor: pointer;
}

.form-style-one .form-control {
  color: #777777;
  border-color: #919191;
}

.form-style-one .form-control::-webkit-input-placeholder {
  color: #777777;
}

.form-style-one .form-control:-ms-input-placeholder {
  color: #777777;
}

.form-style-one .form-control::-ms-input-placeholder {
  color: #777777;
}

.form-style-one .form-control::placeholder {
  color: #777777;
}

.form-style-one .form-control::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(0.4);
  filter: invert(0.4);
}

/* Form Style Two */
.form-style-two label {
  cursor: pointer;
}

.form-style-two .form-control,
.form-style-two .single-select {
  border: none;
  width: 100%;
  height: auto;
  color: #727272;
  font-size: 16px;
  line-height: 1.5;
  padding: 18px 30px;
  background: rgba(255, 255, 255, 0.06);
}

.form-style-two .form-control::-webkit-input-placeholder,
.form-style-two .single-select::-webkit-input-placeholder {
  color: #727272;
}

.form-style-two .form-control:-ms-input-placeholder,
.form-style-two .single-select:-ms-input-placeholder {
  color: #727272;
}

.form-style-two .form-control::-ms-input-placeholder,
.form-style-two .single-select::-ms-input-placeholder {
  color: #727272;
}

.form-style-two .form-control::placeholder,
.form-style-two .single-select::placeholder {
  color: #727272;
}

.form-style-two .form-control::-webkit-calendar-picker-indicator,
.form-style-two .single-select::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(0.35);
  filter: invert(0.35);
}

.form-style-two .form-control:focus,
.form-style-two .single-select:focus {
  border: none;
}

.form-style-two .nice-select:after {
  right: 30px;
  margin-top: -6px;
  width: 10px;
  height: 10px;
}

.volunteer-left-image {
  padding-right: 10%;
}

.volunteer-left-image img:not(.shape) {
  border-radius: 50%;
}

.volunteer-left-image .circle {
  right: 0;
  bottom: 6%;
  max-width: 40%;
  position: absolute;
  border: 10px solid var(--black-color);
}

.volunteer-left-image .shape {
  position: absolute;
  right: 100%;
  z-index: -1;
  top: 0;
  max-width: 10%;
}

@media (max-width: 767px) {
  .volunteer-left-image .shape {
    left: -10px;
  }
}

/* Donation Form */
.donation-form {
  padding: 35px 30px;
  background: #FEF2F1;
  border-radius: 10px;
}

@media (max-width: 375px) {
  .donation-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.donation-form h5 {
  font-size: 20px;
  margin-bottom: 11px;
}

.donation-form .form-group>label {
  color: black;
  font-size: 15px;
  cursor: pointer;
}

.donation-form .form-group .form-control {
  border: none;
  background: white;
  padding: 18px 30px;
}

.donation-form .form-group .form-control:focus {
  border: none;
}

.donation-form .custom-radio-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.donation-form .custom-radio-price .radio-item {
  position: relative;
  margin-bottom: 10px;
}

.donation-form .custom-radio-price .radio-item label {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  margin-right: 13px;
  padding: 10px 20px;
  border-radius: 3px;
  background: #FFFFFF;
  color: var(--heading-color);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .donation-form .custom-radio-price .radio-item label {
    padding: 5px 15px;
  }
}

.donation-form .custom-radio-price .radio-item input {
  z-index: -1;
  position: absolute;
}

.donation-form .custom-radio-price .radio-item input:checked~label {
  color: white;
  background: var(--primary-color);
}

.donation-form .custom-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.donation-form .custom-radios .form-check-input {
  margin-top: 7px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 4px solid rgba(0, 0, 0, 0.4);
}

.donation-form .custom-radios .form-check-input:focus,
.donation-form .custom-radios .form-check-input:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary-color);
}

.donation-form .custom-radios .radio-item {
  margin-bottom: 5px;
  margin-right: 18px;
}

.donation-form .custom-radios label {
  cursor: pointer;
  font-size: 18px;
}

.donation-form .total-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donation-form .total-price .price {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary-color);
  font-family: var(--heading-font);
}

.donation-form .total-price .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Contact Page */
.contact-page-area .faq-three-left-part {
  margin-left: -100px;
  -webkit-transform: translate(-65px);
  -ms-transform: translate(-65px);
  transform: translate(-65px);
}

@media (max-width: 1599px) {
  .contact-page-area .faq-three-left-part {
    margin-left: 65px;
  }
}

@media (max-width: 991px) {
  .contact-page-area .faq-three-left-part {
    margin-left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.contact-page-form {
  position: relative;
  z-index: 1;
}

.contact-page-form:before {
  content: '';
  top: 0;
  left: -65px;
  z-index: -1;
  position: absolute;
  background: #FEF2F1;
  width: calc(50vw + 65px);
  height: 100%;
}

@media (max-width: 991px) {
  .contact-page-form:before {
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: calc(100vw + 130px);
  }
}

.contact-page-form .form-control {
  background: white;
}

.contact-info-item {
  text-align: center;
  margin-bottom: 30px;
}

.contact-info-item .contact-info__icon {
  font-size: 30px;
  line-height: 70px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  background: #F8FBFF;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #F2F2F2;
  color: var(--primary-color);
}

.contact-info-item h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-info-item.contact-info-item--green {
  --primary-color: var(--green-color);
}

.contact-info-item.contact-info-item--yellow {
  --primary-color: var(--yellow-color);
}

.our-location {
  margin-bottom: -10px;
}

.our-location iframe {
  height: 645px;
}

@media (max-width: 991px) {
  .our-location iframe {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .our-location iframe {
    height: 350px;
  }
}

/*---------------------------------------------------
	## Shapes
----------------------------------------------------*/
.urgent-cause-shapes img {
  position: absolute;
  z-index: -1;
}

.urgent-cause-shapes img.one {
  left: 0;
  top: 15%;
}

.urgent-cause-shapes img.two {
  left: 5%;
  bottom: 20%;
}

.urgent-cause-shapes img.three {
  right: 4%;
  top: 15%;
}

/* our cause shapes */
.our-cause-shapes .one {
  position: absolute;
  z-index: -1;
  left: 10%;
  top: 26%;
}

/* CTA Area Shapes */
.cta-area-shapes img {
  position: absolute;
  z-index: -1;
  max-width: 35%;
  max-height: 80%;
}

.cta-area-shapes img.one {
  left: 3%;
  top: 10%;
}

.cta-area-shapes img.two {
  right: 0;
  bottom: 5%;
}

/* Blog Area Shapes */
.blog-shape-one {
  z-index: -1;
  left:-3%;
  top: 30%;
  position: absolute;
}

/* Feature Shapes */
.feature-shapes .one {
  position: absolute;
  bottom: 8%;
  right: 4%;
  z-index: -1;
}

/* become volunteer Shapes */
.become-volunteer-shapes img {
  z-index: -1;
  max-width: 45%;
  position: absolute;
}

.become-volunteer-shapes img.one {
  left: 0;
  top: 7%;
}

.become-volunteer-shapes img.two {
  right: 0;
  bottom: -20%;
}

/* volunteer Shapes */
.valunteet-shapres img {
  z-index: -1;
  max-width: 10%;
  position: absolute;
}

.valunteet-shapres img.one {
  left: 0;
  top: 25%;
}

.valunteet-shapres img.two {
  left: 5%;
  bottom: 22%;
}

.valunteet-shapres img.three {
  right: 5%;
  top: 28%;
}

.valunteet-shapres img.four {
  right: 2%;
  bottom: 24%;
}

/*---------------------------------------------------
	## Widgets
----------------------------------------------------*/
.main-sidebar .widget-title {
  font-size: 20px;
  padding-left: 15px;
  margin-bottom: 40px;
  border-left: 4px solid var(--primary-color);
}

.main-sidebar .widget:not(:last-child) {
  margin-bottom: 60px;
}

.widget_search .search-form {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.widget_search .search-form .form-group {
  margin-bottom: 0;
}

.widget_search .search-form input {
  width: 100%;
  border: 0;
  height: 50px;
  background: #F2F2F2;
  padding: 0 55px 0 22px;
}

.widget_search .search-form input:focus {
  border: 0;
  outline: 0;
}

.widget_search .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  height: 100%;
  color: white;
  padding: 10px;
  font-size: 30px;
  cursor: pointer;
  background: var(--primary-color);
}

.widget_search .search-form button:focus,
.widget_search .search-form button:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget_catagory ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  padding: 11px 17px;
  background: rgba(0, 0, 0, 0.03);
}

@media (min-width: 376px) {
  .widget_catagory ul li a {
    font-size: 18px;
  }
}

.widget_catagory ul li a:before {
  font-size: 0.9em;
  content: "\f14a";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 12px;
  color: var(--primary-color);
  font-family: 'Font Awesome 5 Free';
}

.widget_catagory ul li a:hover {
  color: white;
  background: var(--primary-color);
}

.widget_catagory ul li a:hover:before {
  color: white;
}

.widget_catagory ul li:not(:last-child) {
  margin-bottom: 12px;
}

.widget-recent-post>ul .media {
  padding: 11px;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #F2F2F2;
}

.widget-recent-post>ul .media .media-left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33%;
  max-width: 100px;
  margin-right: 14px;
}

.widget-recent-post>ul .media .media-body {
  max-width: 240px;
}

.widget-recent-post>ul .media .media-body .title a:hover {
  color: var(--primary-color);
}

.widget-recent-post>ul .media .media-body .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-recent-post>ul .media .media-body .post-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-recent-post>ul .media .media-body .post-info li i {
  margin-right: 6px;
  color: var(--primary-color);
}

.widget-recent-post>ul .media .media-body .post-info li:not(:last-child) {
  margin-right: 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget-recent-post>ul .media .media-body .post-info {
    font-size: 13px;
  }

  .widget-recent-post>ul .media .media-body .post-info li i {
    display: none;
  }
}

@media (max-width: 375px) {
  .widget-recent-post>ul .media .media-body .post-info {
    font-size: 13px;
  }

  .widget-recent-post>ul .media .media-body .post-info li i {
    display: none;
  }
}

.widget-recent-post>ul>li:not(:last-child) {
  margin-bottom: 25px;
}

.widget-recent-causes li {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #F2F2F2;
}

.widget-recent-causes li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-recent-causes li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33%;
  max-width: 111px;
  margin-right: 20px;
}

.widget-recent-causes li .content h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

.widget-recent-causes li .content h6 a:hover {
  color: var(--primary-color);
}

.widget-recent-causes li .content .cause-price {
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.widget-recent-causes li .content .cause-price span {
  display: block;
}

.widget-recent-causes li .content .cause-price span i {
  margin-right: 6px;
  color: var(--primary-color);
}

.widget-recent-causes li .content .cause-price span:not(:last-child) {
  margin-bottom: 12px;
}

.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -15px 0;
}

.widget_tag_cloud .tagcloud a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 800;
  padding: 7px 16px;
  border-radius: 3px;
  background: #F2F2F2;
  margin: 0 15px 15px 0;
  font-family: var(--heading-font);
}

.widget_tag_cloud .tagcloud a:hover {
  color: white;
  background: var(--primary-color);
}

.widget_cta .cta-widget-inner {
  padding: 50px;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  background-size: cover;
  z-index: 1;
  position: relative;
}

.widget_cta .cta-widget-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-color: black;
}

.widget_cta .cta-widget-inner h5 {
  color: white;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.widget-event-info {
  padding: 25px 30px;
  border-radius: 8px;
  background: var(--lighter-color);
}

@media (max-width: 375px) {
  .widget-event-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.widget-event-info ul {
  margin-bottom: 0;
}

.widget-event-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-event-info ul li .icon {
  margin-top: 6px;
  font-size: 25px;
  margin-right: 20px;
  color: var(--primary-color);
}

.widget-event-info ul li .content h6 {
  margin-bottom: 5px;
}

@media (min-width: 376px) {
  .widget-event-info ul li .content h6 {
    font-size: 20px;
  }
}

.widget-event-info ul li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-upcoming-event>ul>li {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #F2F2F2;
}

.widget-upcoming-event>ul>li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-upcoming-event>ul>li .image {
  width: 30%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100px;
  margin-right: 15px;
}

.widget-upcoming-event>ul>li .content h6 {
  line-height: 1.3;
  margin-bottom: 12px;
}

.widget-upcoming-event>ul>li .content h6 a:hover {
  color: var(--primary-color);
}

@media (min-width: 376px) {
  .widget-upcoming-event>ul>li .content h6 {
    font-size: 18px;
  }
}

.widget-upcoming-event>ul>li .content .blog-meta {
  margin-bottom: 0;
}

.widget-upcoming-event>ul>li .content .blog-meta li {
  font-size: 15px;
}

.widget-upcoming-event>ul>li .content .blog-meta li:not(:last-child) {
  padding-right: 0;
}

.widget-upcoming-event>ul>li .content .blog-meta li:not(:last-child):after {
  display: none;
}

.widget_location iframe {
  width: 100%;
  height: 220px;
}

.event-sidebar .widget:not(:last-child) {
  margin-bottom: 35px;
}

.event-sidebar .widget-title {
  font-size: 25px;
  margin-bottom: 20px;
}

/*--------------------------------------------------
    ## Footer
---------------------------------------------------*/
.footer-area {
  position: relative;
}

.footer-area:before {
  opacity: 0.98;
  background: var(--black-color);
}

.footer-area .widget {
  margin-bottom: 50px;
}

.footer-area .widget-title {
  font-size: 22px;
  margin-bottom: 33px;
}

@media (min-width: 992px) {
  .footer-area .widget_nav_menu {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-area .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.footer-area .widget_nav_menu ul li {
  font-family: var(--heading-font);
}

.footer-area .widget_nav_menu ul li a:hover {
  color: var(--primary-color);
}

.footer-area .widget_nav_menu ul li:not(:last-child) {
  margin-bottom: 16px;
}

.footer-area .gallery-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

.footer-area .gallery-photos a {
  margin: 0 5px 10px;
  width: calc(33.333% - 10px);
}

.footer-area .gallery-photos a img {
  width: 100%;
  border-radius: 3px;
}

.footer-area .widget_subscribe p {
  margin-top: -7px;
}

.footer-area .widget_subscribe form {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  background: white;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area .widget_subscribe form input {
  width: 100%;
  border: none;
  padding-left: 13px;
}

.footer-area .widget_subscribe form button {
  color: white;
  border: none;
  font-size: 20px;
  padding: 4px 15px;
  border-radius: 5px;
  background: var(--primary-color);
}

.footer-area .widget_recent_post ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area .widget_recent_post ul li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 68px;
  margin-right: 20px;
}

.footer-area .widget_recent_post ul li .image img {
  border-radius: 5px;
}

.footer-area .widget_recent_post ul li .content {
  line-height: 1;
}

.footer-area .widget_recent_post ul li .content h6 {
  line-height: 1.3;
}

.footer-area .widget_recent_post ul li .content span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area .widget_recent_post ul li .content span a i {
  margin-right: 5px;
  color: var(--primary-color);
}

.footer-area .widget_recent_post ul li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-area .footer-counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .footer-area .footer-counter-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-area .footer-counter-wrap .counter-item {
  margin-top: 18px;
  margin-bottom: 0;
}

.footer-area .footer-counter-wrap .counter-item .counter-item__icon {
  font-size: 20px;
  line-height: 40px;
  margin-right: 12px;
  width: 41px;
  height: 40px;
}

.footer-area .footer-counter-wrap .counter-item .count-text {
  color: white;
  font-size: 20px;
}

.footer-area .footer-counter-wrap .counter-item .counter-title {
  font-size: 12px;
  text-transform: uppercase;
}

.footer-area .footer-counter-wrap .counter-item:not(:last-child) {
  margin-right: 25px;
}

.footer-top {
  overflow: hidden;
  background: white;
  border-radius: 5px;
  margin-bottom: -95px;
  -webkit-transform: translateY(-95px);
  -ms-transform: translateY(-95px);
  transform: translateY(-95px);
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.2);
}

.footer-top .subscribe-part {
  padding: 40px;
}

@media (max-width: 375px) {
  .footer-top .subscribe-part {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.footer-top .subscribe-part h4 {
  margin-bottom: 20px;
  color: var(--heading-color);
}

@media (max-width: 375px) {
  .footer-top .subscribe-part h4 {
    font-size: 25px;
  }
}

.footer-top .subscribe-part form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .footer-top .subscribe-part form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-top .subscribe-part form input {
  width: 100%;
  padding: 9px 30px;
  margin-right: 20px;
  border-radius: 3px;
  border: 1px solid #F2F2F2;
}

@media (max-width: 479px) {
  .footer-top .subscribe-part form input {
    margin: 0 0 15px;
  }
}

.footer-top .hotline-part {
  height: 100%;
  padding: 60px;
  text-align: center;
}

@media (max-width: 479px) {
  .footer-top .hotline-part {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.footer-top .hotline-part h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-top .hotline-part h4 i {
  line-height: 1;
  margin-right: 10px;
  color: var(--primary-color);
}

.footer-top .hotline-part .h3 {
  font-size: 38px;
  font-weight: 800;
  font-family: var(--heading-font);
}

@media (max-width: 375px) {
  .footer-top .hotline-part .h3 {
    font-size: 30px;
  }
}

.footer-bottom__inner {
  color: white;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  background: #202122;
  padding: 22px 30px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 3px solid var(--primary-color);
  border-right: 3px solid var(--primary-color);
}

@media (max-width: 375px) {
  .footer-bottom__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-bottom__inner .donate-by {
  margin-bottom: 15px;
}

.footer-bottom__inner .donate-by span {
  margin-right: 10px;
}

.footer-bottom__inner .copyright p {
  margin-bottom: 15px;
}

/* Footer Area Two */
.footer-area--two {
  background: #2B2D32;
}

.footer-area--two .widget-title {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 28px;
}

.footer-area--two .widget-title:after {
  height: 1px;
  width: 30px;
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  background: var(--primary-color);
}

.footer-area--two .gallery-photos {
  max-width: 210px;
  margin: 0 -2.5px -5px;
}

.footer-area--two .gallery-photos a {
  margin: 0 2.5px 5px;
  width: calc(33.333% - 5px);
}

@media (max-width: 1199px) {
  .footer-area--two .widget_nav_menu {
    margin-left: 0;
  }
}

.footer-area--two .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-area--two .footer-bottom .footer-bottom__inner {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

/* Footer Area Three */
.footer-area--three .widget-title {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 28px;
}

.footer-area--three .widget-title:after {
  height: 1px;
  width: 30px;
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  background: var(--primary-color);
}

@media (max-width: 1199px) {
  .footer-area--three .widget_nav_menu {
    margin-left: 0;
  }
}

.footer-area--three .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-area--three .footer-bottom .footer-bottom__inner {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.footer-area--three:before {
  opacity: 1;
  background: -webkit-linear-gradient(265deg, rgba(35, 35, 35, 0.41) -55%, #232323 55%);
  background: -o-linear-gradient(265deg, rgba(35, 35, 35, 0.41) -55%, #232323 55%);
  background: linear-gradient(185deg, rgba(35, 35, 35, 0.41) -55%, #232323 55%);
}




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

    Template Name: Eduhut - Education & LMS HTML Template
    Template URI: https://thepixelcurve.com/
    Description: A Library of Responsive Bootstrap5, HTML5, and CSS3 Website Templates
    Author: Pixelcurve
    Author URI: https://thepixelcurve.com/
    Version: 1.0


-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
  
    01. Theme default CSS
    02. Header CSS
    2.1. Header Top CSS
    2.2 Offcanvas Menu CSS
    03. Hero CSS
    04. Category CSS
    05. CTA CSS
    06. Courses CSS
    07. Counter CSS
    08. Testimonial CSS
    09. Brand CSS
    10. Features CSS
    11. Blog CSS
    12. Topic CSS
    13. Language CSS
    14. About CSS
    15. Video CSS
    16. Call CSS
    17. FAQ CSS
    18. Price CSS
    19. Banner CSS
    20. Team CSS
    21. Team Single CSS
    22. Login Register CSS
    23. Courses Grid CSS
    24. Courses Details CSS
    25. Blog List CSS
    26. Blog Details CSS
    27. Contact CSS
    28. Footer CSS
    28.1. Footer Widget CSS
  

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

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

/*  01. Theme default CSS
/*----------------------------------------*/

/*-- Google Font --*/

@import url("css2.css");
/*-- Common Style --*/

*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #676767;
    outline: none;
    visibility: visible;
    overflow-X: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: "";
}
body[dir="rtl"] {
    text-align: right;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Urbanist", sans-serif;
    color: #222222;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
}
h1 {
    font-size: 36px;
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}
h2 {
    font-size: 30px;
}
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
}
h3 {
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    margin-bottom: 0;
}
a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
a, button, img, input {
    transition: all 0.3s linear;
    outline: 0;
}
a:focus, button:focus, img:focus, input:focus {
    outline: 0;
}
a:focus {
    color: none;
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #f4da58;
}
ul, ol {
    padding: 0;
    list-style: none;
    margin: 0;
}
button, input[type="submit"] {
    cursor: pointer;
}
img {
    max-width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
}
/*-- Common Classes --*/

.section, .main-wrapper {
    float: left;
    width: 100%;
}
/*--Tab Content & Pane Fix--*/

.tab-content {
    width: 100%;
}
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}
.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    -webkit-animation: up 0.7s ease-out;
    animation: up 0.7s ease-out;
}
@-webkit-keyframes up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
/*--Section Spacing--*/

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.section-padding-02 {
    padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
    .section-padding-02 {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .section-padding-02 {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .section-padding-02 {
        padding-top: 60px;
    }
}
/*--Section Title--*/

.section-title .title {
    font-size: 60px;
    line-height: 72px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #222222;
}
.section-title .title span {
    position: relative;
    z-index: 1;
}
.section-title .title span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 95%;
    height: 2px;
    background: #f4da58;
    transform: translateX(-50%);
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .section-title .title {
        font-size: 48px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 36px;
        line-height: 48px;
    }
    .section-title .title span::before {
        bottom: 5px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 30px;
        line-height: 40px;
    }
}
.section-title p {
    font-size: 20px;
    line-height: 36px;
    max-width: 535px;
    margin: 0 auto;
    margin-top: 20px;
    color: #676767;
}
.section-title-02 .title {
    font-size: 48px;
    line-height: 60px;
    color: #222222;
}
@media only screen and (max-width: 991px) {
    .section-title-02 .title {
        font-size: 42px;
        line-height: 56px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title-02 .title {
        font-size: 36px;
        line-height: 48px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title-02 .title {
        font-size: 30px;
        line-height: 40px;
    }
}
/*--Swiper Pagination--*/

.swiper-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    background-color: #e1e1e1;
    width: 12px;
    height: 12px;
    transition: all 0.3s linear;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f4da58;
}
/*--  Preloader Styles  --*/

.theme-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0A0A0B;
    z-index: 9999999999;
}
.theme-loader .spinner {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 100px auto;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
.theme-loader .double-bounce1, .theme-loader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f4da58;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.theme-loader .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.theme-loader.theme-loader-02 .double-bounce1, .theme-loader.theme-loader-02 .double-bounce2 {
    background-color: #f4da58;
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
/*----------------------------------------*/

/*  02. Elements CSS
/*----------------------------------------*/

/*--
/*  2.4 - Form CSS
/*----------------------------------------*/

label {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
/*Input Field & Select*/

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea {
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #415674;
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 10px 25px;
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    transition: all 0.3s linear;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus, textarea:focus {
    outline: none;
    border-color: #f4da58;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder, textarea:-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
.form-check label {
    margin-bottom: 0;
}
.form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 0;
}
.form-check-input:focus, .form-check-input:active {
    box-shadow: none;
}
.form-check-input:checked {
    background-color: #f4da58;
    border-color: #f4da58;
}
/*--
/*  2.3 - Button CSS
/*----------------------------------------*/

.btn-margin {
    margin-top: 40px;
}
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.btn-wrap .btn {
    margin: 5px;
}
.btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #f4da58;
    border-color: transparent;
    color: #000000;
    border-radius: 50px;
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    height: 60px;
    line-height: 58px;
    padding: 0px 70px;
    border-width: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.btn:focus, .btn:focus:active {
    box-shadow: none;
}
.btn:hover {
    box-shadow: none;
    background: #171621;
    color: #ffffff;
}
.btn-2 {
    background-color: #f4da58;
}
.btn-round {
    border-radius: 100px;
}
.btn-square {
    border-radius: 0;
}
.btn-primary {
    background-color: #f4da58;
    border-color: #f4da58;
    color: #ffffff;
}
.btn-primary:hover {
    background-color: #f4da58;
    border-color: #f4da58;
}
.btn-secondary {
    background-color: #171621;
    border-color: #171621;
    color: #ffffff;
}
.btn-secondary:hover {
    background-color: #171621;
    border-color: #171621;
}
.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #222222;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.btn-white:hover {
    color: #ffffff;
}
/*----------------------------------------*/

/*  02. Header CSS
/*----------------------------------------*/

/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    transition: all 0.3s linear;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .header {
        padding: 15px 0;
    }
}
.header.sticky {
    background: #121e47;
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
    .header-logo a img {
        width: 130px;
    }
}
.header-menu {
    position: relative;
}
.header-menu::before {
    content: "";
    position: absolute;
    left: -70px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}
.header-menu::after {
    content: "";
    position: absolute;
    right: -70px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}
.header-menu .main-menu {
    display: flex;
}
.header-menu .main-menu>li {
    position: relative;
    padding: 30px 20px;
}
@media only screen and (max-width: 1399px) {
    .header-menu .main-menu>li {
        padding: 30px 10px;
    }
}
.header-menu .main-menu>li a {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
}
.header-menu .main-menu>li .menu-icon::after {
    content: '\f16c';
    font-family: "flaticon";
    font-size: 10px;
    color: #ffffff;
    margin-left: 5px;
    transition: all 0.3s linear;
}
.header-menu .main-menu>li.active-menu>.menu-icon::after {
    color: #f4da58;
}
.header-menu .main-menu>li.active-menu>a {
    color: #f4da58;
}
.header-menu .main-menu>li.active-menu>a::before {
    height: 30px;
    top: 65%;
    bottom: auto;
}
.header-menu .main-menu>li:hover>.menu-icon::after {
    color: #f4da58;
}
.header-menu .main-menu>li:hover>a {
    color: #f4da58;
}
.header-menu .main-menu>li:hover>a::before {
    height: 30px;
    top: 65%;
    bottom: auto;
}
.header-menu .main-menu>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
}
.header-menu .main-menu>li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 270px;
    background: #ffffff;
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    border-top: 3px solid #f4da58;
    opacity: 0;
    z-index: 99;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transform-style: preserve-3d;
    visibility: hidden;
    transition: all 0.3s linear;
}
.header-menu .main-menu>li .sub-menu li {
    padding: 0;
}
.header-menu .main-menu>li .sub-menu li a {
    padding: 5px 25px;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    color: #222222;
    display: block;
    position: relative;
    z-index: 1;
}
.header-menu .main-menu>li .sub-menu li.active>a {
    color: #f4da58;
}
.header-menu .main-menu>li .sub-menu li:hover>a {
    color: #f4da58;
    padding-left: 35px;
}
.header-meta {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.header-search {
    min-width: 250px;
    width: 100%;
    position: relative;
    margin-right: 30px;
    flex-grow: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (max-width: 1399px) {
    .header-search {
        min-width: 310px;
        margin-right: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .header-search {
        min-width: 220px;
        margin-right: 20px;
    }
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    background: rgba(255, 255, 255, 0.2);
    padding: 0 20px;
    height: 46px;
    width: 100%;
    border: 1px solid transparent;
    color: #93a1a2;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    padding-right: 40px;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    outline: none;
    border-color: #f4da58;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.5;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.5;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.5;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.5;
}
.header-search button {
    width: 46px;
    height: 46px;
    line-height: 50px;
    border: 0;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 16px;
}
.header-cart .cart-btn {
    position: relative;
    border: 0;
    background: none;
    padding: 0;
    padding-right: 7px;
    margin-left: 20px;
    padding-left: 20px;
    padding-top: 4px;
}
@media only screen and (max-width: 991px) {
    .header-cart .cart-btn {
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 20px;
        padding-right: 20px;
    }
}
.header-cart .cart-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 1px;
    height: 40px;
    background-color: #dedfe0;
}
@media only screen and (max-width: 991px) {
    .header-cart .cart-btn::before {
        left: auto;
        right: 0;
    }
}
.header-cart .cart-btn i {
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s linear;
}
.header-cart .cart-btn i:hover {
    color: #f4da58;
}
.header-cart .cart-btn .count {
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    background-color: #f4da58;
    display: block;
    font-size: 11px;
    color: #000000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (max-width: 991px) {
    .header-cart .cart-btn .count {
        right: 10px;
    }
}
.header-cart .dropdown-cart {
    min-width: 370px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    border: 0;
    left: 50% !important;
    transform: translateX(-78%) !important;
    top: 57px !important;
}
@media only screen and (max-width: 1199px) {
    .header-cart .dropdown-cart {
        left: 0 !important;
    }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .header-cart .dropdown-cart {
        left: auto !important;
        right: -65px !important;
        transform: translateX(0) !important;
    }
}
.cart-items {
    max-height: 280px;
    overflow-y: auto;
}
.single-cart-item {
    display: flex;
    align-items: center;
    position: relative;
}
.single-cart-item+.single-cart-item {
    margin-top: 30px;
}
.single-cart-item .item-image img {
    border-radius: 50%;
}
.single-cart-item .item-content {
    flex: 1;
    padding-right: 25px;
    padding-left: 20px;
}
.single-cart-item .item-content .title {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    line-height: 1.3;
}
.single-cart-item .item-content .quantity {
    font-size: 14px;
    color: #f4da58;
}
.single-cart-item .btn-close {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    right: 5px;
}
.cart-total {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.cart-total .label {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}
.cart-total .value {
    font-size: 18px;
    font-weight: 700;
    color: #f4da58;
}
.cart-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.cart-btns .btn {
    width: 48%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0px 40px;
}
.header-login .link {
    font-size: 14px;
    font-weight: 500;
    color: #818c91;
    position: relative;
    display: inline-block;
    border: 0;
    padding: 0;
    background: none;
}
.header-login .link i {
    font-size: 18px;
    color: #ffffff;
    margin-right: 3px;
    transition: all 0.3s linear;
}
.header-login .link i:hover {
    color: #f4da58;
}
.header-login .link:hover {
    color: #f4da58;
}
.header-toggle button {
    background: none;
    border: 0;
    padding: 0;
}
.header-toggle button span {
    width: 25px;
    height: 2px;
    background: #f4da58;
    margin: 5px 0;
    display: block;
}
.header-toggle button span:last-child {
    margin-bottom: 0;
}
.header-02.sticky {
    border-bottom: 0;
}
.header-02 .header-menu::before {
    display: none;
}
.header-02 .header-menu::after {
    display: none;
}
.header-02 .header-menu .main-menu>li.active-menu>.menu-icon::after {
    color: #f4da58;
}
.header-02 .header-menu .main-menu>li.active-menu>a {
    color: #f4da58;
}
.header-02 .header-menu .main-menu>li:hover>.menu-icon::after {
    color: #f4da58;
}
.header-02 .header-menu .main-menu>li:hover>a {
    color: #f4da58;
}
.header-02 .header-menu .main-menu>li .sub-menu {
    border-top: 3px solid #f4da58;
}
.header-02 .header-menu .main-menu>li .sub-menu li.active>a {
    color: #f4da58;
}
.header-02 .header-menu .main-menu>li .sub-menu li:hover>a {
    color: #f4da58;
}
.header-02 .header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    border-color: #f4da58;
}
.header-02 .header-cart .cart-btn i:hover {
    color: #f4da58;
}
.header-02 .header-cart .cart-btn .count {
    background-color: #f4da58;
}
.header-02 .single-cart-item .item-content .quantity {
    color: #ff2660;
}
.header-02 .cart-total .value {
    color: #ff2660;
}
.header-02 .header-login .link i:hover {
    color: #f4da58;
}
.header-02 .header-toggle button span {
    background: #f4da58;
}
.header-03 {
    border-bottom: 1px solid #dedfe0;
}
.header-03.sticky {
    background: #ffffff;
    border-bottom: 0;
}
.header-03 .header-menu .main-menu>li a {
    color: #000000;
}
.header-03 .header-menu .main-menu>li .menu-icon::after {
    color: #000000;
}
.header-03 .header-menu .main-menu>li.active-menu>.menu-icon::after {
    color: #000000;
}
.header-03 .header-menu .main-menu>li.active-menu>a {
    color: #000000;
}
.header-03 .header-menu .main-menu>li:hover>.menu-icon::after {
    color: #f4da58;
}
.header-03 .header-menu .main-menu>li:hover>a {
    color: #f4da58;
}
.header-03 .header-menu .main-menu>li .sub-menu {
    border-top: 3px solid #f4da58;
}
.header-03 .header-menu .main-menu>li .sub-menu li.active>a {
    color: #f4da58;
}
.header-03 .header-menu .main-menu>li .sub-menu li:hover>a {
    color: #f4da58;
}
.header-03 .header-cart .cart-btn {
    margin-right: 20px;
    padding-right: 20px;
}
.header-03 .header-cart .cart-btn::before {
    right: 0;
    left: auto;
}
.header-03 .header-cart .cart-btn i {
    color: #000000;
}
.header-03 .header-cart .cart-btn .count {
    right: 10px;
}
.header-03 .header-login .link {
    font-size: 16px;
    line-height: 24px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s linear;
}
.header-03 .header-login .link:hover {
    color: #f4da58;
}
.header-03 .header-login .link-btn {
    font-weight: 600;
    height: 40px;
    line-height: 38px;
    border: 1px solid #000000;
    border-radius: 40px;
    padding: 0 25px;
    margin-left: 10px;
}
.header-04 {
    background: #ffffff;
    border-bottom: 0;
}
.header-04.sticky {
    background: #ffffff;
    border-bottom: 0;
}
.header-04 .header-login .link-btn {
    border: 0px;
    background: #f4da58;
    color: #000000;
}
.header-04 .header-login .link-btn:hover {
    background: #171621;
    color: #ffffff;
}
.header-05 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-05.sticky {
    background: #121e47;
}
.header-05 .header-menu .main-menu>li a {
    color: #ffffff;
}
.header-05 .header-menu .main-menu>li .menu-icon::after {
    color: #ffffff;
}
.header-05 .header-menu .main-menu>li.active-menu>.menu-icon::after {
    color: #f4da58;
}
.header-05 .header-menu .main-menu>li.active-menu>a {
    color: #f4da58;
}
.header-05 .header-menu .main-menu>li:hover>.menu-icon::after {
    color: #f4da58;
}
.header-05 .header-menu .main-menu>li:hover>a {
    color: #f4da58;
}
.header-05 .header-menu .main-menu>li .sub-menu {
    border-top: 3px solid #f4da58;
}
.header-05 .header-menu .main-menu>li .sub-menu li.active>a {
    color: #f4da58;
}
.header-05 .header-menu .main-menu>li .sub-menu li:hover>a {
    color: #f4da58;
}
.header-05 .header-cart .cart-btn i {
    color: #ffffff;
}
.header-05 .header-login .link {
    color: #ffffff;
}
.header-05 .header-login .link:hover {
    color: #f4da58;
}
.header-05 .header-login .link-btn {
    border: 0px;
    background: #f4da58;
    color: #000000;
}
.header-05 .header-login .link-btn:hover {
    background: #171621;
    color: #ffffff;
}
.header-06 {
    border-bottom: 0;
}
.header-06 .header-menu {
    margin-left: auto;
    margin-right: 40px;
}
.header-06 .header-menu::before {
    display: none;
}
.header-06 .header-menu::after {
    display: none;
}
.header-06 .header-menu .main-menu>li.active-menu>.menu-icon::after {
    color: #f4da58;
}
.header-06 .header-menu .main-menu>li.active-menu>a {
    color: #f4da58;
}
.header-06 .header-menu .main-menu>li:hover>.menu-icon::after {
    color: #f4da58;
}
.header-06 .header-menu .main-menu>li:hover>a {
    color: #f4da58;
}
.header-06 .header-menu .main-menu>li .sub-menu {
    border-top: 3px solid #f4da58;
}
.header-06 .header-menu .main-menu>li .sub-menu li.active>a {
    color: #f4da58;
}
.header-06 .header-menu .main-menu>li .sub-menu li:hover>a {
    color: #f4da58;
}
.header-06 .header-cart .cart-btn i:hover {
    color: #f4da58;
}
.header-06 .header-cart .cart-btn .count {
    background-color: #f4da58;
}
.header-06 .single-cart-item .item-content .quantity {
    color: #f4da58;
}
.header-06 .cart-total .value {
    color: #f4da58;
}
.header-06 .header-login .link i:hover {
    color: #f4da58;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
}
@-webkit-keyframes sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
/*--
/*  2.2 - Offcanvas CSS
/*----------------------------------------*/

.offcanvas {
    background: #121f47;
    width: 320px;
}
@media only screen and (max-width: 575px) {
    .offcanvas {
        width: 280px;
    }
}
.offcanvas-header .close-btn {
    background: none;
    border: 0;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s linear;
}
.offcanvas-header .close-btn:hover {
    transform: rotate(90deg);
    color: #f4da58;
}
.offcanvas-logo a img {
    width: 130px;
}
.offcanvas-menu .main-menu li {
    position: relative;
}
.offcanvas-menu .main-menu li a {
    display: block;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    padding: 5px 0px;
    position: relative;
}
.offcanvas-menu .main-menu li .menu-expand {
    position: absolute;
    right: 20px;
    top: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}
.offcanvas-menu .main-menu li .menu-expand::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background-color: #f4da58;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}
.offcanvas-menu .main-menu li .menu-expand::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    background-color: #f4da58;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}
.offcanvas-menu .main-menu li.active>.menu-expand::after {
    height: 0;
}
.offcanvas-menu .main-menu li ul {
    padding-left: 6%;
    display: none;
}
/*----------------------------------------*/

/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/

/*--
/*  03 - Hero CSS
/*----------------------------------------*/

.eduhut-hero-section {
    height: 1050px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.eduhut-hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(127deg, #121e48c9 33%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}
.eduhut-hero-section .shape-svg {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.eduhut-hero-section .shape-svg svg {
    fill: #ffffff;
}
.eduhut-hero-section .hero-content .sub-title {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
.eduhut-hero-section .hero-content .title {
    font-size: 90px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    padding-left: 60px;
    margin-top: 55px;
    position: relative;
    z-index: 1;
}
.eduhut-hero-section .hero-content .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 200px;
    height: 325px;
    background: #ff2660;
    z-index: -1;
}
.eduhut-hero-section .hero-content .title::after {
    content: "";
    position: absolute;
    left: 60px;
    top: 10px;
    width: 180px;
    height: 325px;
    background: rgba(255, 255, 255, 0.1);
    z-index: -2;
}
.eduhut-hero-section .hero-btn .btn {
    height: 68px;
    line-height: 68px;
    padding: 0 85px;
    color: #000000;
    margin-top: 115px;
}
.eduhut-hero-section .hero-btn .btn:hover {
    background: #171621;
    color: #ffffff;
}
@media only screen and (max-width: 1399px) {
    .eduhut-hero-section {
        height: 920px;
    }
    .eduhut-hero-section .hero-content .title {
        font-size: 75px;
    }
    .eduhut-hero-section .hero-content .title::after {
        top: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-hero-section {
        height: 820px;
    }
    .eduhut-hero-section .hero-content .title {
        font-size: 65px;
    }
    .eduhut-hero-section .hero-content .title::before {
        height: 280px;
    }
    .eduhut-hero-section .hero-content .title::after {
        top: 5px;
        height: 280px;
    }
    .eduhut-hero-section .hero-btn .btn {
        height: 65px;
        line-height: 63px;
        padding: 0 95px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-hero-section {
        height: 750px;
    }
    .eduhut-hero-section .hero-content .title {
        font-size: 58px;
    }
    .eduhut-hero-section .hero-content .title::before {
        height: 250px;
    }
    .eduhut-hero-section .hero-content .title::after {
        height: 250px;
    }
    .eduhut-hero-section .hero-btn .btn {
        height: 65px;
        line-height: 63px;
        padding: 0 95px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-hero-section .hero-content .title {
        font-size: 55px;
        padding-left: 50px;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-hero-section .hero-content .sub-title {
        font-size: 18px;
    }
    .eduhut-hero-section .hero-content .title {
        font-size: 46px;
        padding-left: 25px;
    }
    .eduhut-hero-section .hero-btn .btn {
        padding: 0 60px;
    }
}
.eduhut-hero-section-02 {
    height: 1145px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.eduhut-hero-section-02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 59, 59, 0.5);
    z-index: -1;
}
.eduhut-hero-section-02 .shape-svg {
    position: absolute;
    bottom: -72px;
    left: -5px;
    width: 100%;
    z-index: 1;
}
.eduhut-hero-section-02 .shape-svg svg {
    fill: #ffffff;
}
.eduhut-hero-section-02 .shape-svg-02 {
    position: absolute;
    bottom: -70px;
    left: -70px;
    width: 100%;
    z-index: -1;
}
.eduhut-hero-section-02 .shape-svg-02 svg {
    fill: #ffffff;
    opacity: 0.2;
}
.eduhut-hero-section-02 .shape-svg-03 {
    position: absolute;
    bottom: -58px;
    left: 230px;
    width: 100%;
    z-index: -1;
}
.eduhut-hero-section-02 .shape-svg-03 svg {
    fill: #ffffff;
    opacity: 0.2;
}
.eduhut-hero-section-02 .hero-content {
    max-width: 830px;
    margin: 0 auto;
}
.eduhut-hero-section-02 .hero-content .title {
    font-size: 72px;
    line-height: 90px;
    color: #ffffff;
}
.eduhut-hero-section-02 .hero-content p {
    font-size: 22px;
    line-height: 36px;
    padding: 0 105px;
    color: #ffffff;
    margin-top: 30px;
}
.eduhut-hero-section-02 .hero-content .hero-btn .btn {
    height: 80px;
    line-height: 78px;
    padding: 0 130px;
    background: #f4da58;
    color: #000000;
    margin-top: 50px;
}
.eduhut-hero-section-02 .hero-content .hero-btn .btn:hover {
    background: #ffffff;
    color: #f4da58;
}
@media only screen and (max-width: 1199px) {
    .eduhut-hero-section-02 {
        height: 980px;
    }
    .eduhut-hero-section-02 .hero-content .title {
        font-size: 55px;
        line-height: 75px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-hero-section-02 {
        height: 850px;
    }
    .eduhut-hero-section-02 .hero-content p {
        padding: 0 50px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-hero-section-02 {
        height: 720px;
    }
    .eduhut-hero-section-02 .hero-content .title {
        font-size: 45px;
        line-height: 65px;
    }
    .eduhut-hero-section-02 .hero-content p {
        font-size: 18px;
        padding: 0 0;
    }
    .eduhut-hero-section-02 .hero-content .hero-btn .btn {
        height: 65px;
        line-height: 63px;
        padding: 0 90px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-hero-section-02 .hero-content .title {
        font-size: 36px;
        line-height: 55px;
    }
    .eduhut-hero-section-02 .hero-content .hero-btn .btn {
        margin-top: 30px;
    }
}
.eduhut-hero-section-3 {
    padding-top: 160px;
    padding-bottom: 210px;
    background: #f2efe8;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.eduhut-hero-section-3 .shape-1 {
    position: absolute;
    left: 5%;
    top: 15%;
    -webkit-animation: zoom-inout 3s infinite;
    animation: zoom-inout 3s infinite;
    z-index: -1;
}
.eduhut-hero-section-3 .shape-2 {
    position: absolute;
    left: 5%;
    bottom: 20%;
    -webkit-animation: rotate-style 10s linear infinite;
    animation: rotate-style 10s linear infinite;
    z-index: -1;
}
.eduhut-hero-section-3 .shape-3 {
    width: 25px;
    height: 25px;
    border: 1px solid #cccabc;
    border-radius: 50%;
    position: absolute;
    left: 40%;
    top: 15%;
    -webkit-animation: zoom-inout 3s infinite;
    animation: zoom-inout 3s infinite;
    z-index: -1;
}
.eduhut-hero-section-3 .hero-content {
    margin-top: 50px;
}
.eduhut-hero-section-3 .hero-content .title {
    font-size: 72px;
    line-height: 90px;
    color: #000000;
    text-decoration: underline;
    -webkit-text-decoration-color: #000000;
    text-decoration-color: #000000;
}
.eduhut-hero-section-3 .hero-content .title span {
    color: #fbb800;
}
.eduhut-hero-section-3 .hero-content p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 35px;
}
.eduhut-hero-section-3 .hero-content .hero-form {
    position: relative;
    margin-top: 45px;
}
.eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 78px;
    width: 520px;
    border-radius: 50px;
    font-size: 18px;
    padding-right: 95px;
}
.eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #a5a5a5;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
.eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #a5a5a5;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
.eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #a5a5a5;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
.eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #a5a5a5;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
.eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    border-color: #f4da58;
}
.eduhut-hero-section-3 .hero-content .hero-form .search {
    position: absolute;
    right: 0px;
    width: 145px;
    height: 78px;
    line-height: 52px;
    background: #000000;
    color: #ffffff;
    border: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 50%;
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    transform: translateY(-50%);
}
.eduhut-hero-section-3 .hero-image {
    text-align: end;
    position: relative;
}
.eduhut-hero-section-3 .hero-image .shape-4 {
    position: absolute;
    left: 8%;
    top: 20%;
    z-index: -1;
}
.eduhut-hero-section-3 .hero-image .shape-5 {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: -1;
}
.eduhut-hero-section-3 .hero-image .shape-6 {
    position: absolute;
    right: -30%;
    top: 46%;
    z-index: -1;
}
@-webkit-keyframes zoom-inout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom-inout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes rotate-style {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate-style {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 1199px) {
    .eduhut-hero-section-3 {
        padding-top: 130px;
        padding-bottom: 150px;
    }
    .eduhut-hero-section-3 .hero-content .title {
        font-size: 55px;
        line-height: 75px;
    }
    .eduhut-hero-section-3 .hero-image {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-hero-section-3 {
        padding-top: 80px;
        padding-bottom: 130px;
    }
    .eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
        height: 65px;
        width: 100%;
    }
    .eduhut-hero-section-3 .hero-content .hero-form .search {
        height: 64px;
    }
    .eduhut-hero-section-3 .hero-image {
        padding-left: 0px;
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-hero-section-3 .hero-content .title {
        font-size: 42px;
        line-height: 60px;
    }
    .eduhut-hero-section-3 .hero-content p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-hero-section-3 {
        padding-bottom: 110px;
    }
    .eduhut-hero-section-3 .hero-content .title {
        font-size: 36px;
        line-height: 55px;
    }
    .eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
        font-size: 16px;
    }
    .eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
        font-size: 16px;
    }
    .eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
        font-size: 16px;
    }
    .eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
        font-size: 16px;
    }
    .eduhut-hero-section-3 .hero-content .hero-form .search {
        width: 115px;
        font-size: 16px;
    }
}
.eduhut-hero-section-04 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 310px;
    padding-bottom: 360px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.eduhut-hero-section-04::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(47, 45, 31, 0.6) 70%, rgba(23, 42, 73, 0) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.eduhut-hero-section-04 .svg-shape-1 {
    position: absolute;
    bottom: -23%;
    left: -8%;
    width: 100%;
    z-index: 1;
}
.eduhut-hero-section-04 .svg-shape-1 svg {
    fill: #ffffff;
}
.eduhut-hero-section-04 .svg-shape-2 {
    position: absolute;
    bottom: -23%;
    left: -7%;
    width: 100%;
    z-index: 1;
}
.eduhut-hero-section-04 .svg-shape-2 svg {
    fill: #ffffff;
    opacity: 0.3;
}
.eduhut-hero-section-04 .svg-shape-3 {
    position: absolute;
    bottom: -25%;
    left: -15%;
    width: 100%;
    z-index: 1;
}
.eduhut-hero-section-04 .svg-shape-3 svg {
    fill: #ffffff;
    opacity: 0.3;
}
.eduhut-hero-section-04 .hero-content {
    max-width: 845px;
    margin: 0 auto;
}
.eduhut-hero-section-04 .hero-content .title {
    font-size: 60px;
    line-height: 72px;
    color: #ffffff;
}
.eduhut-hero-section-04 .hero-content p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 35px;
    padding: 0 140px;
    color: #ffffff;
}
.eduhut-hero-section-04 .hero-content .hero-form {
    position: relative;
    margin-top: 45px;
}
.eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 78px;
    width: 100%;
    border-radius: 50px;
    font-size: 18px;
    padding-right: 100px;
    padding-left: 35px;
}
.eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 20px;
    color: #848484;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}
.eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 20px;
    color: #848484;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}
.eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 20px;
    color: #848484;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}
.eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 20px;
    color: #848484;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}
.eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    border-color: #f4da58;
}
.eduhut-hero-section-04 .hero-content .hero-form .search {
    position: absolute;
    right: 0px;
    width: 95px;
    height: 78px;
    line-height: 52px;
    background: #f4da58;
    color: #222222;
    border: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
    .eduhut-hero-section-04 {
        padding-top: 240px;
        padding-bottom: 330px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-hero-section-04 {
        padding-top: 180px;
    }
    .eduhut-hero-section-04 .hero-content .title {
        font-size: 48px;
        line-height: 60px;
    }
    .eduhut-hero-section-04 .hero-content p {
        padding: 0 0px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-hero-section-04 {
        padding-top: 150px;
        padding-bottom: 310px;
    }
    .eduhut-hero-section-04 .hero-content p {
        font-size: 18px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
        height: 65px;
        font-size: 16px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
        font-size: 18px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
        font-size: 18px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
        font-size: 18px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
        font-size: 18px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form .search {
        width: 85px;
        height: 65px;
        line-height: 65px;
        font-size: 18px;
        transform: translateY(-51%);
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-hero-section-04 {
        padding-bottom: 150px;
    }
    .eduhut-hero-section-04 .svg-shape-1 {
        display: none;
    }
    .eduhut-hero-section-04 .svg-shape-2 {
        display: none;
    }
    .eduhut-hero-section-04 .svg-shape-3 {
        display: none;
    }
    .eduhut-hero-section-04 .hero-content .title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
        font-size: 15px;
        padding-left: 20px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
        font-size: 15px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
        font-size: 15px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
        font-size: 15px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
        font-size: 15px;
    }
}
.eduhut-hero-section-05 {
    height: 1100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.eduhut-hero-section-05::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(38, 50, 139, 0.748319) 40%, rgba(130, 144, 165, 0) 100%);
    z-index: -1;
}
.eduhut-hero-section-05 .shape-svg {
    position: absolute;
    bottom: -72px;
    left: -5px;
    width: 100%;
    z-index: 1;
}
.eduhut-hero-section-05 .shape-svg svg {
    fill: #ffffff;
}
.eduhut-hero-section-05 .hero-content {
    max-width: 590px;
    margin: 0 auto;
}
.eduhut-hero-section-05 .hero-content .sub-title {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    border: 2px solid #ffffff;
    padding: 0 35px;
    color: #ffffff;
}
.eduhut-hero-section-05 .hero-content .title {
    font-size: 72px;
    line-height: 90px;
    color: #ffffff;
    margin-top: 30px;
}
.eduhut-hero-section-05 .hero-content .hero-btn .btn {
    height: 68px;
    line-height: 68px;
    padding: 0 85px;
    background: #f4da58;
    color: #000000;
    margin-top: 50px;
}
.eduhut-hero-section-05 .hero-content .hero-btn .btn:hover {
    background: #171621;
    color: #ffffff;
}
@media only screen and (max-width: 1199px) {
    .eduhut-hero-section-05 {
        height: 920px;
    }
    .eduhut-hero-section-05 .hero-content .title {
        font-size: 55px;
        line-height: 75px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-hero-section-05 {
        height: 820px;
    }
    .eduhut-hero-section-05 .hero-content .hero-btn .btn {
        height: 65px;
        line-height: 63px;
        padding: 0 100px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-hero-section-05 {
        height: 760px;
    }
    .eduhut-hero-section-05 .hero-content .title {
        font-size: 48px;
        line-height: 65px;
    }
    .eduhut-hero-section-05 .hero-content .hero-btn .btn {
        padding: 0 80px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-hero-section-05 {
        height: 660px;
    }
    .eduhut-hero-section-05 .hero-content .sub-title {
        font-size: 16px;
        padding: 0 30px;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-hero-section-05 .hero-content .title {
        font-size: 38px;
        line-height: 56px;
    }
    .eduhut-hero-section-05 .hero-content .hero-btn .btn {
        padding: 0 70px;
    }
}
.eduhut-hero-section-06 {
    padding-top: 230px;
    padding-bottom: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.eduhut-hero-section-06::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(4, 10, 23, 0.92479) 45%, rgba(146, 152, 197, 0.17409) 85%);
    z-index: -1;
}
.eduhut-hero-section-06 .shape-01 {
    position: absolute;
    width: 100%;
    height: 100px;
    right: 0;
    left: 0px;
    bottom: 0px;
    background: #ffffff;
    transform: skewY(3deg);
    transform-origin: 0;
}
.eduhut-hero-section-06 .svg-shape2 {
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: -1;
}
.eduhut-hero-section-06 .svg-shape2 svg {
    fill: #f4da58;
}
.eduhut-hero-section-06 .svg-shape3 {
    position: absolute;
    top: 9%;
    left: -7%;
    z-index: -1;
}
.eduhut-hero-section-06 .svg-shape3 svg {
    fill: #ffffff;
}
.eduhut-hero-section-06 .svg-shape4 {
    position: absolute;
    bottom: 7%;
    right: -4%;
    z-index: -1;
}
.eduhut-hero-section-06 .svg-shape4 svg {
    fill: #f4da58;
}
.eduhut-hero-section-06 .svg-shape5 {
    position: absolute;
    bottom: -17%;
    right: -10%;
    z-index: -1;
}
.eduhut-hero-section-06 .svg-shape5 svg {
    fill: none;
    stroke-width: 3px;
    stroke: #ffffff;
    stroke-linecap: butt;
    stroke-linejoin: miter;
}
.eduhut-hero-section-06 .hero-content .sub-title {
    font-size: 72px;
    line-height: 90px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    color: #ffffff;
    padding-left: 50px;
}
.eduhut-hero-section-06 .hero-content .title {
    font-size: 200px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}
.eduhut-hero-section-06 .hero-content p {
    font-size: 44px;
    line-height: 90px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}
.eduhut-hero-section-06 .hero-content .hero-btn .btn {
    height: 80px;
    line-height: 78px;
    padding: 0 130px;
    color: #000000;
    margin-top: 50px;
}
.eduhut-hero-section-06 .hero-content .hero-btn .btn:hover {
    background: #ffffff;
    color: #f4da58;
}
@media only screen and (max-width: 1199px) {
    .eduhut-hero-section-06 {
        padding-top: 180px;
        padding-bottom: 310px;
    }
    .eduhut-hero-section-06 .svg-shape2 {
        top: 11%;
        left: 10%;
    }
    .eduhut-hero-section-06 .svg-shape3 {
        top: 6%;
        left: -14%;
    }
    .eduhut-hero-section-06 .svg-shape5 {
        bottom: -28%;
        right: -34%;
    }
    .eduhut-hero-section-06 .hero-content .sub-title {
        font-size: 65px;
        line-height: 85px;
    }
    .eduhut-hero-section-06 .hero-content .title {
        font-size: 165px;
    }
    .eduhut-hero-section-06 .hero-content p {
        font-size: 40px;
        line-height: 80px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-hero-section-06 {
        padding-top: 150px;
        padding-bottom: 280px;
    }
    .eduhut-hero-section-06 .svg-shape3 {
        left: -23%;
    }
    .eduhut-hero-section-06 .svg-shape4 {
        right: -13%;
    }
    .eduhut-hero-section-06 .svg-shape5 {
        bottom: -34%;
        right: -60%;
    }
    .eduhut-hero-section-06 .hero-content .hero-btn .btn {
        height: 65px;
        line-height: 63px;
        font-size: 18px;
        padding: 0 100px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-hero-section-06 {
        padding-top: 110px;
        padding-bottom: 210px;
    }
    .eduhut-hero-section-06 .svg-shape3 {
        left: -34%;
        top: 2%;
    }
    .eduhut-hero-section-06 .svg-shape4 {
        right: -40%;
    }
    .eduhut-hero-section-06 .svg-shape5 {
        bottom: -50%;
        right: -98%;
    }
    .eduhut-hero-section-06 .hero-content .sub-title {
        font-size: 55px;
        line-height: 75px;
    }
    .eduhut-hero-section-06 .hero-content .title {
        font-size: 140px;
    }
    .eduhut-hero-section-06 .hero-content p {
        font-size: 32px;
        line-height: 65px;
    }
    .eduhut-hero-section-06 .hero-content .hero-btn .btn {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-hero-section-06 .shape-01 {
        bottom: -40px;
    }
    .eduhut-hero-section-06 .svg-shape2 {
        display: none;
    }
    .eduhut-hero-section-06 .svg-shape3 {
        display: none;
    }
    .eduhut-hero-section-06 .svg-shape4 {
        display: none;
    }
    .eduhut-hero-section-06 .svg-shape5 {
        display: none;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-hero-section-06 .hero-content .sub-title {
        font-size: 45px;
        line-height: 70px;
        padding-left: 30px;
    }
    .eduhut-hero-section-06 .hero-content .title {
        font-size: 105px;
    }
    .eduhut-hero-section-06 .hero-content p {
        font-size: 24px;
        line-height: 50px;
    }
    .eduhut-hero-section-06 .hero-content .hero-btn .btn {
        padding: 0 50px;
    }
}
/*--
/*  04 - Category CSS
/*----------------------------------------*/

.category-wrap {
    margin-top: -15px;
}
.category-content-wrap {
    padding-top: 30px;
}
@media only screen and (max-width: 767px) {
    .category-content-wrap {
        padding-top: 15px;
    }
}
.category-item {
    background: #ffffff;
    border: 1px solid #565656;
    padding: 35px 0 40px;
    position: relative;
    margin-top: 30px;
    transition: all 0.3s linear;
}
.category-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 93%;
    height: 100%;
    background: #222222;
    transform: translate(25px, 9px);
    transition: all 0.3s linear;
    z-index: -1;
}
.category-item .category-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.category-item .category-content .shape-1 {
    position: absolute;
    left: -22%;
    top: 0;
    z-index: -1;
}
.category-item .category-content .title {
    font-size: 22px;
    line-height: 35px;
    margin-top: 18px;
}
.category-item:hover {
    border: 1px solid #f4da58;
}
.category-item:hover::before {
    background: #f4da58;
}
.eduhut-category-section-02 .category-wrap {
    margin-top: -120px;
    margin-bottom: -30px;
}
.eduhut-category-section-02 .category-item {
    border: none;
    background: #dcf1f6;
    padding: 70px 55px 80px;
    margin-top: 0;
}
@media only screen and (max-width: 1399px) {
    .eduhut-category-section-02 .category-item {
        padding: 70px 35px 80px;
    }
}
.eduhut-category-section-02 .category-item::before {
    display: none;
}
.eduhut-category-section-02 .category-item .title {
    font-size: 26px;
    font-weight: 700;
}
.eduhut-category-section-02 .category-item .title:hover a {
    color: #f4da58;
}
@media only screen and (max-width: 1199px) {
    .eduhut-category-section-02 .category-item {
        padding: 60px 25px 70px;
    }
    .eduhut-category-section-02 .category-item .title {
        font-size: 23px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-category-section-02 .category-item .title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-category-section-02 .category-wrap {
        margin-top: -90px;
    }
}
.category-active .swiper-slide:nth-child(4n+2) .category-item {
    background: #f7f3eb;
}
.category-active .swiper-slide:nth-child(4n+3) .category-item {
    background: #e4ffe7;
}
.category-active .swiper-slide:nth-child(4n+4) .category-item {
    background: #f7f3eb;
}
.category-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.category-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}
.category-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f4da58;
}
.eduhut-category-section-03 .category-content-wrap {
    margin-top: -20px;
}
.eduhut-category-section-03 .category-content-wrap .col {
    padding: 0 30px;
}
.eduhut-category-section-03 .category-content-wrap .category-item {
    margin-top: 50px;
}
.eduhut-category-section-03 .category-content-wrap .category-item::before {
    width: 94%;
}
.eduhut-category-section-04 .category-content-wrap {
    padding-top: 30px;
}
.category-item-02 {
    display: flex;
    align-items: center;
    background: #dcf1f6;
    border-radius: 5px;
    padding: 25px 35px;
    margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .category-item-02 {
        padding: 25px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .category-item-02 {
        padding: 25px 20px;
    }
}
.category-item-02 .category-img img {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.3s linear;
}
.category-item-02 .category-content {
    margin-left: 20px;
}
.category-item-02 .category-content .title {
    font-size: 24px;
    line-height: 28px;
}
@media only screen and (max-width: 767px) {
    .category-item-02 .category-content .title {
        font-size: 20px;
    }
}
.category-item-02:hover .category-img img {
    transform: rotateY(180deg);
}
/*--
/*  05 - CTA CSS
/*----------------------------------------*/

.eduhut-cta-wrap {
    padding: 90px 125px 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .eduhut-cta-wrap {
        padding: 90px 80px 100px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-cta-wrap {
        padding: 80px 55px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-cta-wrap {
        padding: 60px 30px;
    }
}
.eduhut-cta-wrap .cta-content .sub-title {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: #f4da58;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 20px;
}
@media only screen and (max-width: 449px) {
    .eduhut-cta-wrap .cta-content .sub-title {
        font-size: 18px;
    }
}
.eduhut-cta-wrap .cta-content .title {
    margin-top: 10px;
}
.eduhut-cta-wrap .cta-content .btn {
    margin-top: 25px;
}
@media only screen and (max-width: 449px) {
    .eduhut-cta-wrap .cta-content .btn {
        padding: 0 50px;
    }
}
.eduhut-cta-section-02 {
    overflow: hidden;
    padding: 30px 0;
}
.eduhut-cta-wrap-02 {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.eduhut-cta-wrap-02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(98deg, #121e48bf 5%, rgba(255, 255, 255, 0) 100%);
}
.eduhut-cta-wrap-02 .shape-01 {
    width: 535px;
    height: 290px;
    position: absolute;
    left: -35px;
    top: -30px;
    background: #dcf1f6;
    z-index: -1;
}
.eduhut-cta-wrap-02 .shape-02 {
    width: 535px;
    height: 290px;
    position: absolute;
    right: -35px;
    bottom: -30px;
    background: #f7f3eb;
    z-index: -1;
}
.eduhut-cta-wrap-02 .cta-content {
    position: relative;
    z-index: 1;
}
.eduhut-cta-wrap-02 .cta-content .sub-title {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #ff2660;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 20px;
}
.eduhut-cta-wrap-02 .cta-content .title {
    color: #ffffff;
    margin-top: 20px;
}
.eduhut-cta-wrap-02 .cta-content .btn {
    margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-cta-wrap-02 {
        padding: 120px 0;
        margin-bottom: 30px;
    }
    .eduhut-cta-wrap-02 .shape-01 {
        width: 340px;
        height: 210px;
    }
    .eduhut-cta-wrap-02 .shape-02 {
        width: 340px;
        height: 210px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-cta-wrap-02 {
        padding: 100px 0;
    }
}
.eduhut-cta-section-03 {
    padding-top: 160px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1399px) {
    .eduhut-cta-section-03 {
        padding-top: 110px;
        padding-bottom: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-cta-section-03 {
        padding-top: 90px;
        padding-bottom: 120px;
    }
}
.eduhut-cta-section-03::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 59, 59, 0.5);
    z-index: -1;
}
.eduhut-cta-section-03 .cta-content .title {
    color: #ffffff;
}
.eduhut-cta-section-03 .cta-content .btn {
    margin-top: 30px;
}
.eduhut-cta-section-04 .cta-wrap-03 {
    background: #dcf1f6;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    z-index: 1;
}
.eduhut-cta-section-04 .cta-wrap-03 .shape-1 {
    width: 295px;
    height: 295px;
    background: #c4e4eb;
    border-radius: 50%;
    position: absolute;
    left: 19%;
    bottom: -34%;
    z-index: -1;
}
.eduhut-cta-section-04 .cta-wrap-03 .shape-2 {
    position: absolute;
    right: -3%;
    top: 25%;
    z-index: -1;
}
.eduhut-cta-section-04 .cta-wrap-03 .cta-content .title {
    font-size: 30px;
    line-height: 45px;
    color: #222222;
}
.eduhut-cta-section-04 .cta-wrap-03 .cta-content p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 15px;
}
.eduhut-cta-section-04 .cta-wrap-03 .cta-link {
    margin-top: -40px;
    padding-left: 45px;
}
.eduhut-cta-section-04 .cta-wrap-03 .cta-link .price {
    height: 95px;
    width: 95px;
    line-height: 95px;
    border-radius: 50%;
    text-align: center;
    background: #f4da58;
    font-size: 30px;
    color: #222222;
}
.eduhut-cta-section-04 .cta-wrap-03 .cta-link .link-btn {
    font-size: 24px;
    line-height: 45px;
    color: #222222;
}
.eduhut-cta-section-04 .cta-wrap-03 .cta-link .link-btn:hover {
    color: #f4da58;
}
@media only screen and (max-width: 991px) {
    .eduhut-cta-section-04 .cta-wrap-03 {
        text-align: center;
        padding: 50px;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .shape-1 {
        left: -10%;
        bottom: -30%;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .shape-2 {
        right: -10%;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .cta-link {
        margin-top: 40px;
        padding-left: 0px;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .cta-link .price {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-cta-section-04 .cta-wrap-03 {
        padding: 35px;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .shape-1 {
        left: -30%;
        bottom: -30%;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .shape-2 {
        right: -35%;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .cta-content .title {
        font-size: 25px;
        line-height: 40px;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .cta-content p {
        font-size: 18px;
    }
}
/*--
/*  06 - Courses CSS
/*----------------------------------------*/

.eduhut-courses-section {
    background: #dcf1f6;
}
.tab-menu {
    margin-top: 20px;
}
.tab-menu .nav {
    justify-content: center;
}
.tab-menu .nav li {
    margin: 0 15px;
    padding-top: 10px;
}
@media only screen and (max-width: 767px) {
    .tab-menu .nav li {
        margin: 0 10px;
    }
}
.tab-menu .nav li button {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #333333;
    border: 0;
    padding: 0;
    background: none;
    position: relative;
}
.tab-menu .nav li button::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background: #333333;
    width: 0;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.tab-menu .nav li button:hover::before {
    opacity: 1;
    visibility: visible;
    left: 0;
    right: auto;
    width: 100%;
}
.tab-menu .nav li button.active::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.courses-tab-content {
    padding-top: 35px;
}
@media only screen and (max-width: 767px) {
    .courses-tab-content {
        padding-top: 25px;
    }
}
.single-course {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
}
.single-course .courses-image {
    position: relative;
}
.single-course .courses-image a {
    display: block;
}
.single-course .courses-image a img {
    width: 100%;
    transition: all 0.3s linear;
}
.single-course .courses-image .top-meta {
    position: absolute;
    top: 35px;
    left: 50px;
}
.single-course .courses-image .top-meta .price {
    height: 25px;
    line-height: 25px;
    background: #f4da58;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #000000;
    padding: 0 30px;
}
.single-course .courses-image .top-meta .price.color-2 {
    background: #f4da58;
}
.single-course .courses-image .top-meta .price.color-3 {
    background: #ff2660;
}
.single-course .courses-content {
    background: #ffffff;
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: calc(100% - 60px);
    transform: translateX(-50%);
    border-radius: 15px;
    padding: 25px 50px;
}
@media only screen and (max-width: 1199px) {
    .single-course .courses-content {
        padding: 25px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .single-course .courses-content {
        padding: 25px 40px;
    }
}
@media only screen and (max-width: 449px) {
    .single-course .courses-content {
        padding: 25px 33px;
    }
}
.single-course .courses-content .courses-meta span {
    font-size: 13px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    color: #838383;
    position: relative;
}
.single-course .courses-content .courses-meta span:last-child {
    padding-left: 10px;
    margin-left: 3px;
}
.single-course .courses-content .courses-meta span:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #d7d7d7;
    width: 1px;
    height: 15px;
}
.single-course .courses-content .courses-meta span i {
    color: #222222;
}
.single-course .courses-content .title {
    font-size: 24px;
    line-height: 1;
    margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
    .single-course .courses-content .title {
        font-size: 22px;
    }
}
.single-course .courses-content .courses-author {
    margin-top: 10px;
}
.single-course .courses-content .courses-author .name {
    font-size: 14px;
    line-height: 2;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    color: #838383;
}
.single-course .courses-content .courses-author .name a {
    color: #838383;
}
.single-course:hover .courses-image a img {
    transform: scale(1.1);
}
.eduhut-courses-section-02 {
    padding-bottom: 100px;
}
.eduhut-courses-section-02 .single-course {
    border-radius: 0px;
    margin-top: 40px;
}
.eduhut-courses-section-02 .single-course .courses-image .top-meta {
    left: 40px;
}
.eduhut-courses-section-02 .single-course .courses-image .top-meta .price {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #f4da58;
    border-radius: 50%;
    text-align: center;
    padding: 0 0px;
}
.eduhut-courses-section-02 .single-course .courses-image .top-meta .price.color-2 {
    background: #f4da58;
}
.eduhut-courses-section-02 .single-course .courses-image .top-meta .price.color-3 {
    background: #ff2660;
}
.eduhut-courses-section-02 .single-course .courses-content {
    background: #ffffff;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(0);
    border-radius: 0;
    padding: 0px 0px;
    padding-top: 30px;
}
.eduhut-courses-section-02 .single-course .courses-content .title:hover a {
    color: #f4da58;
}
.eduhut-courses-section-03 {
    background: #000000;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.eduhut-courses-section-03 .shape-1 {
    width: 1720px;
    height: 1720px;
    border: 50px solid #f4da58;
    border-radius: 50%;
    position: absolute;
    left: -45%;
    bottom: -113%;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .eduhut-courses-section-03 .shape-1 {
        width: 1050px;
        height: 1050px;
        border: 40px solid #f4da58;
        left: -60%;
        bottom: -65%;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-courses-section-03 .shape-1 {
        left: -70%;
        bottom: -75%;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-courses-section-03 .shape-1 {
        left: -95%;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-courses-section-03 .shape-1 {
        width: 720px;
        height: 720px;
        left: -85%;
        bottom: -45%;
    }
}
.eduhut-courses-section-03 .section-title .title {
    color: #ffffff;
}
.eduhut-courses-section-03 .courses-content-wrap {
    padding-top: 80px;
}
@media only screen and (max-width: 767px) {
    .eduhut-courses-section-03 .courses-content-wrap {
        padding-top: 50px;
    }
}
.eduhut-courses-section-03 .single-course {
    border-radius: 10px;
    margin-top: 0px;
}
.eduhut-courses-section-03 .single-course .courses-content {
    background: #ffffff;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(0);
    border-radius: 0;
    padding: 40px 70px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-courses-section-03 .single-course .courses-content {
        padding: 35px 35px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-courses-section-03 .single-course .courses-content {
        padding: 35px 70px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-courses-section-03 .single-course .courses-content {
        padding: 35px 35px;
    }
}
.eduhut-courses-section-03 .single-course .courses-content .title:hover a {
    color: #f4da58;
}
.eduhut-courses-section-03 .single-course .courses-content .courses-author .name a {
    color: #f4da58;
}
.courses-active .swiper-pagination, .courses-active-02 .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.courses-active .swiper-pagination .swiper-pagination-bullet, .courses-active-02 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}
.courses-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .courses-active-02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f4da58;
}
.eduhut-courses-section-04 {
    padding-top: 170px;
}
.eduhut-courses-section-04 .courses-content-wrap-02 {
    padding-top: 50px;
}
.eduhut-courses-section-04 .single-course {
    margin-top: 0px;
}
.eduhut-courses-section-04 .single-course .courses-image {
    border-radius: 20px;
    overflow: hidden;
}
.eduhut-courses-section-04 .single-course .courses-image .top-meta .price.color-2 {
    background: #f4da58;
}
.eduhut-courses-section-04 .single-course .courses-image .top-meta .price.color-3 {
    background: #ff2660;
}
.eduhut-courses-section-04 .single-course .courses-content {
    padding: 30px 70px 0px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-courses-section-04 .single-course .courses-content {
        padding: 30px 35px 0;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-courses-section-04 .single-course .courses-content {
        padding: 30px 65px 0;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-courses-section-04 .single-course .courses-content {
        padding: 30px 35px 0;
    }
}
.eduhut-courses-section-04 .single-course .courses-content .title:hover a {
    color: #f4da58;
}
.eduhut-courses-section-05 {
    padding-bottom: 0;
}
.eduhut-courses-section-05 .courses-content-wrap-03 {
    padding-top: 60px;
}
.eduhut-courses-section-05 .single-course {
    border-radius: 0px;
    margin-top: 0px;
}
.eduhut-courses-section-05 .single-course .courses-image a {
    position: relative;
}
.eduhut-courses-section-05 .single-course .courses-image a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(4, 4, 5, 0.919188) 30%, rgba(130, 144, 165, 0) 65%);
    z-index: 0;
}
.eduhut-courses-section-05 .single-course .courses-image .top-meta {
    left: 40px;
}
.eduhut-courses-section-05 .single-course .courses-image .top-meta .price {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #f4da58;
    border-radius: 50%;
    text-align: center;
    padding: 0 0px;
}
.eduhut-courses-section-05 .single-course .courses-image .top-meta .price.color-2 {
    background: #1cc1a6;
    color: #ffffff;
}
.eduhut-courses-section-05 .single-course .courses-image .top-meta .price.color-3 {
    background: #ff2660;
    color: #ffffff;
}
.eduhut-courses-section-05 .single-course .courses-content {
    background: transparent;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    transform: translateX(0);
    border-radius: 0;
    padding: 0 0 50px 35px;
}
.eduhut-courses-section-05 .single-course .courses-content .courses-meta span {
    color: #ffffff;
}
.eduhut-courses-section-05 .single-course:hover .courses-content .title {
    color: #f4da58;
}
.eduhut-courses-section-05 .single-course .courses-content .courses-meta span:last-child {
    padding-left: 0px;
    margin-left: 0px;
}
.eduhut-courses-section-05 .single-course .courses-content .courses-meta span:last-child::before {
    display: none;
}
.eduhut-courses-section-05 .single-course .courses-content .courses-meta span i {
    color: #ffffff;
}
.eduhut-courses-section-05 .single-course .courses-content .title {
    color: #ffffff;
}
.eduhut-courses-section-05 .single-course:hover .courses-image a img {
    transform: inherit;
}
.eduhut-courses-section-06 {
    background: #0e0f16;
    position: relative;
    padding-top: 310px;
    z-index: 1;
}
.eduhut-courses-section-06 .shape-01 {
    position: absolute;
    width: 100%;
    height: 140px;
    right: 0;
    left: 0px;
    top: -140px;
    background: #ffffff;
    transform: skewY(4deg);
    transform-origin: 0;
}
.eduhut-courses-section-06 .shape-02 {
    position: absolute;
    left: 8%;
    top: 19%;
    z-index: -1;
}
.eduhut-courses-section-06 .shape-03 {
    width: 55px;
    height: 55px;
    border: 6px solid #3e3f45;
    border-radius: 50%;
    position: absolute;
    right: 9%;
    top: 33%;
    -webkit-animation: zoom-inout 3s infinite;
    animation: zoom-inout 3s infinite;
    z-index: -1;
}
.eduhut-courses-section-06 .section-title .title {
    color: #ffffff;
}
.eduhut-courses-section-06 .courses-btn .btn {
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 45px;
    margin-top: 60px;
}
.eduhut-courses-section-06 .courses-btn .btn:hover {
    background: #ffffff;
    color: #f4da58;
}
.courses-content-wrap-04 {
    padding-top: 50px;
}
.courses-content-wrap-04 .single-course-02 {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
    background-color: #161821;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
}
.courses-content-wrap-04 .single-course-02 .courses-image {
    position: relative;
    overflow: hidden;
}
.courses-content-wrap-04 .single-course-02 .courses-image a {
    display: block;
}
.courses-content-wrap-04 .single-course-02 .courses-image a img {
    width: 100%;
    transition: all 0.3s linear;
}
.courses-content-wrap-04 .single-course-02 .courses-image .top-meta .price {
    position: absolute;
    top: 25px;
    left: 25px;
    max-width: 70%;
}
.courses-content-wrap-04 .single-course-02 .courses-image .top-meta .price .tag {
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    border-radius: 5px;
    padding: 0 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #ffffff;
    white-space: nowrap;
}
.courses-content-wrap-04 .single-course-02 .courses-image .top-meta .price .tag.color-1 {
    background: #1cc1a6;
}
.courses-content-wrap-04 .single-course-02 .courses-image .top-meta .price .tag.color-2 {
    background: #f4da58;
    color: #222222;
}
.courses-content-wrap-04 .single-course-02 .courses-image .top-meta .price .tag.color-3 {
    background: #ff2660;
}
.courses-content-wrap-04 .single-course-02 .courses-content {
    padding: 25px 40px 35px;
    padding-right: 60px;
}
.courses-content-wrap-04 .single-course-02 .courses-content .courses-author .name {
    font-size: 12px;
    line-height: 24px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    color: #f4da58;
}
.courses-content-wrap-04 .single-course-02 .courses-content .courses-author .name span {
    color: #838383;
}
.courses-content-wrap-04 .single-course-02 .courses-content .title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    line-height: 30px;
    color: #ffffff;
}
.courses-content-wrap-04 .single-course-02 .courses-content .title:hover a {
    color: #f4da58;
}
.courses-content-wrap-04 .single-course-02 .courses-content .courses-meta {
    margin-top: 10px;
}
.courses-content-wrap-04 .single-course-02 .courses-content .courses-meta .course-enroll-rating p {
    color: #838383;
    font-size: 14px;
    margin-right: 13px;
}
.courses-content-wrap-04 .single-course-02 .courses-content .courses-meta .course-enroll-rating p i {
    color: #ffffff;
    margin-right: 2px;
}
.courses-content-wrap-04 .single-course-02:hover .courses-image a img {
    transform: scale(1.1);
}
@media only screen and (max-width: 1199px) {
    .courses-content-wrap-04 .single-course-02 .courses-content {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .courses-content-wrap-04 {
        padding-top: 30px;
    }
    .courses-content-wrap-04 .single-course-02 .courses-content {
        padding: 25px 25px 35px;
        padding-right: 25px;
    }
    .courses-content-wrap-04 .single-course-02 .courses-content .title {
        font-size: 21px;
    }
}
/*--
/*  03 - Counter CSS
/*----------------------------------------*/

.eduhut-counter-section .counter-wrap {
    position: relative;
    padding-bottom: 150px;
    z-index: 1;
}
.eduhut-counter-section .counter-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../image/counter-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 60%;
    height: 100%;
    z-index: -1;
}
.eduhut-counter-section .counter-right {
    display: flex;
    justify-content: end;
}
.eduhut-counter-section .counter-item {
    height: 220px;
    width: 220px;
    text-align: center;
    border-radius: 50%;
    border: 10px solid #ffffff;
    background: #f7f3eb;
    display: table;
}
.eduhut-counter-section .counter-item .item-wrap {
    display: table-cell;
    vertical-align: middle;
}
.eduhut-counter-section .counter-item .item-wrap .title {
    font-size: 60px;
    line-height: 36px;
    font-weight: 400;
    color: #000000;
}
.eduhut-counter-section .counter-item .item-wrap p {
    font-size: 14px;
    line-height: 36px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    margin-top: 15px;
}
.eduhut-counter-section .counter-item:nth-child(2) {
    background: #dcf1f6;
    margin-left: -25px;
}
.eduhut-counter-section .counter-item:nth-child(3) {
    background: #e4ffe7;
    margin-left: -25px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-counter-section .counter-wrap {
        padding-bottom: 120px;
    }
    .eduhut-counter-section .counter-item .item-wrap .title {
        font-size: 55px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-counter-section .counter-left .section-title-02 {
        text-align: center;
    }
    .eduhut-counter-section .counter-right {
        justify-content: center;
        margin-top: 30px;
    }
    .eduhut-counter-section .counter-item {
        height: 190px;
        width: 190px;
        border: 8px solid #ffffff;
    }
    .eduhut-counter-section .counter-item .item-wrap .title {
        font-size: 48px;
    }
    .eduhut-counter-section .counter-item .item-wrap p {
        font-size: 13px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-counter-section .counter-wrap {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-counter-section .counter-wrap::before {
        width: 100%;
    }
    .eduhut-counter-section .counter-right {
        flex-direction: column;
        gap: 25px;
    }
    .eduhut-counter-section .counter-item {
        margin: 0 auto;
    }
    .eduhut-counter-section .counter-item:nth-child(2) {
        margin: 0 auto;
    }
    .eduhut-counter-section .counter-item:nth-child(3) {
        margin: 0 auto;
    }
}
.eduhut-counter-section-02 .counter-wrap {
    margin-top: -30px;
    margin-bottom: -320px;
    position: relative;
    z-index: 5;
}
.single-counter {
    background: #dcf1f6;
    padding: 50px 70px 55px;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .single-counter {
        padding: 50px 30px 55px;
    }
}
.single-counter.counter-item-01, .single-counter.counter-item-03 {
    margin-top: 60px;
}
.single-counter.counter-item-03 {
    background: #e4ffe7;
}
.single-counter.counter-item-02, .single-counter.counter-item-04 {
    background: #f7f3eb;
}
.single-counter .counter-content {
    margin-top: 20px;
}
.single-counter .counter-content .title {
    font-size: 60px;
    line-height: 36px;
    font-weight: 800;
    color: #222222;
}
@media only screen and (max-width: 767px) {
    .single-counter .counter-content .title {
        font-size: 50px;
    }
}
.single-counter .counter-content p {
    font-size: 20px;
    line-height: 36px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-counter-section-02 .counter-item {
        padding: 50px 35px 55px;
    }
    .eduhut-counter-section-02 .counter-item .counter-content .title {
        font-size: 50px;
    }
    .eduhut-counter-section-02 .counter-item .counter-content p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-counter-section-02 .counter-item.counter-item-01, .eduhut-counter-section-02 .counter-item.counter-item-03 {
        margin-top: 30px;
    }
}
.eduhut-counter-section-03 .counter-wrap {
    padding-top: 25px;
}
.eduhut-counter-section-03 .single-counter {
    background: none;
    border: 1px solid #222222;
}
/*--
/*  08 - Testimonial CSS
/*----------------------------------------*/

.eduhut-testimonial-wrap {
    margin-top: 70px;
}
@media only screen and (max-width: 767px) {
    .eduhut-testimonial-wrap {
        margin-top: 50px;
    }
}
.single-testimonial {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 1500px) and (max-width: 1720px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (max-width: 1399px) {
    .single-testimonial {
        max-width: 1075px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .single-testimonial {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 20px;
    }
}
.single-testimonial .testimonial-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-right: -100px;
}
@media only screen and (max-width: 767px) {
    .single-testimonial .testimonial-img {
        margin-right: 0px;
    }
}
.single-testimonial .testimonial-content-wrap {
    flex: 1;
    width: 740px;
    height: 400px;
    background: #ffffff;
    border-radius: 5px;
    padding: 50px 50px 75px;
    padding-left: 180px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: -1;
}
@media only screen and (min-width: 1500px) and (max-width: 1720px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (max-width: 1399px) {
    .single-testimonial .testimonial-content-wrap {
        padding-left: 135px;
    }
}
@media only screen and (max-width: 767px) {
    .single-testimonial .testimonial-content-wrap {
        width: 75%;
        padding: 50px 40px 60px;
        padding-left: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .single-testimonial .testimonial-content-wrap {
        width: 100%;
        padding: 50px 40px 60px;
        padding-left: 50px;
    }
}
.single-testimonial .testimonial-content-wrap .shape-1 {
    position: absolute;
    left: -15px;
    top: 50px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .single-testimonial .testimonial-content-wrap .shape-1 {
        display: none;
    }
}
.single-testimonial .testimonial-content-wrap .testimonial-content {
    position: relative;
    z-index: 1;
}
.single-testimonial .testimonial-content-wrap .testimonial-content .text {
    font-size: 24px;
    line-height: 40px;
    margin-top: 15px;
}
@media only screen and (min-width: 1500px) and (max-width: 1720px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (max-width: 1399px) {
    .single-testimonial .testimonial-content-wrap .testimonial-content .text {
        font-size: 22px;
    }
}
.single-testimonial .testimonial-content-wrap .testimonial-content .author-name {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
}
.single-testimonial .testimonial-content-wrap .testimonial-content .designation {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
}
.testimonial-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.testimonial-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}
@media only screen and (max-width: 1399px) {
    .single-testimonial-02 {
        margin: 0 5px;
    }
}
.single-testimonial-02 .svg-shape {
    position: relative;
}
.single-testimonial-02 .svg-shape svg {
    stroke: #222222;
    stroke-width: 2px;
    fill: none;
}
@media only screen and (max-width: 1399px) {
    .single-testimonial-02 .svg-shape {
        display: none;
    }
}
.single-testimonial-02 .testimonial-content {
    max-width: 405px;
    border-radius: 5px;
    padding: 50px 40px 60px;
    position: absolute;
    left: 5px;
    top: 5px;
}
@media only screen and (max-width: 1399px) {
    .single-testimonial-02 .testimonial-content {
        position: relative;
        border: 2px solid #222222;
        padding: 50px 30px 60px;
    }
    .single-testimonial-02 .testimonial-content::before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 20px solid #222222;
        left: 20%;
        bottom: -22px;
        z-index: 1;
    }
}
@media only screen and (max-width: 767px) {
    .single-testimonial-02 .testimonial-content {
        margin: 0 auto;
    }
}
.single-testimonial-02 .testimonial-content .text {
    font-size: 26px;
    line-height: 40px;
    color: #676767;
}
.single-testimonial-02 .testimonial-author-wrap {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-left: 70px;
}
@media only screen and (max-width: 1399px) {
    .single-testimonial-02 .testimonial-author-wrap {
        margin-top: 40px;
        padding-left: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .single-testimonial-02 .testimonial-author-wrap {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .single-testimonial-02 .testimonial-author-wrap {
        padding-left: 80px;
        margin-top: 45px;
    }
}
@media only screen and (max-width: 449px) {
    .single-testimonial-02 .testimonial-author-wrap {
        padding-left: 25px;
    }
}
.single-testimonial-02 .testimonial-author-wrap .author-img img {
    border-radius: 50%;
}
.single-testimonial-02 .testimonial-author-wrap .author-content {
    flex: 1;
    margin-left: 20px;
}
.single-testimonial-02 .testimonial-author-wrap .author-content .name {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}
.single-testimonial-02 .testimonial-author-wrap .author-content .designation {
    font-size: 16px;
    line-height: 24px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #666666;
}
.testimonial-02-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.testimonial-02-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}
.testimonial-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f4da58;
}
.eduhut-testimonial-section-03 {
    background: #f2efe8;
}
.eduhut-testimonial-section-03 .testimonial-02-active .swiper-slide:nth-child(3n+1) .single-testimonial-02 .svg-shape svg {
    fill: #dcf1f6;
}
.eduhut-testimonial-section-03 .testimonial-02-active .swiper-slide:nth-child(3n+2) .single-testimonial-02 .svg-shape svg {
    fill: #ffffff;
}
.eduhut-testimonial-section-03 .testimonial-02-active .swiper-slide:nth-child(3n+3) .single-testimonial-02 .svg-shape svg {
    fill: #e4ffe7;
}
@media only screen and (max-width: 1399px) {
    .eduhut-testimonial-section-03 .testimonial-02-active .swiper-slide:nth-child(3n+1) .single-testimonial-02 .testimonial-content {
        background: #dcf1f6;
    }
    .eduhut-testimonial-section-03 .testimonial-02-active .swiper-slide:nth-child(3n+2) .single-testimonial-02 .testimonial-content {
        background: #ffffff;
    }
    .eduhut-testimonial-section-03 .testimonial-02-active .swiper-slide:nth-child(3n+3) .single-testimonial-02 .testimonial-content {
        background: #e4ffe7;
    }
}
.eduhut-testimonial-section-03 .testimonial-02-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.eduhut-testimonial-section-03 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    background: #222222;
}
.eduhut-testimonial-section-03 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f4da58;
}
.eduhut-testimonial-section-04 {
    background: #f2efe8;
}
.eduhut-testimonial-section-04 .single-testimonial-02 .svg-shape svg {
    stroke: none;
    stroke-width: 0px;
    fill: #ffffff;
}
.eduhut-testimonial-section-04 .single-testimonial-02 .svg-shape-02 {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1;
}
@media only screen and (max-width: 1399px) {
    .eduhut-testimonial-section-04 .single-testimonial-02 .svg-shape-02 {
        display: none;
    }
}
.eduhut-testimonial-section-04 .single-testimonial-02 .svg-shape-02 svg {
    fill: #cbe0e5;
}
.eduhut-testimonial-section-04 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet {
    background: #222222;
}
.eduhut-testimonial-section-04 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f4da58;
}
@media only screen and (max-width: 1399px) {
    .eduhut-testimonial-section-04 .single-testimonial-02 .testimonial-content {
        background: #ffffff;
        position: relative;
        border: 0;
        padding: 50px 30px 60px;
    }
    .eduhut-testimonial-section-04 .single-testimonial-02 .testimonial-content::before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 20px solid #ffffff;
        left: 20%;
        bottom: -18px;
        z-index: 1;
    }
}
.eduhut-testimonial-section-05 {
    padding-top: 140px;
    background: #f7f3eb;
    position: relative;
    z-index: 1;
}
.eduhut-testimonial-section-05 .shape-01 {
    position: absolute;
    width: 100%;
    height: 100px;
    right: 0;
    left: 0px;
    top: -30px;
    background: #ffffff;
    transform: skewY(-2deg);
    transform-origin: 0;
}
.eduhut-testimonial-section-05 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet {
    background: #222222;
}
.eduhut-testimonial-section-05 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f4da58;
}
.eduhut-testimonial-section-06 {
    background: #f2efe8;
}
.eduhut-testimonial-section-06 .testimonial-02-active .swiper-slide .single-testimonial-02 .svg-shape svg {
    fill: #ffffff;
}
.eduhut-testimonial-section-06 .testimonial-02-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.eduhut-testimonial-section-06 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    background: #222222;
}
.eduhut-testimonial-section-06 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f4da58;
}
/*--
/*  09 - Brand CSS
/*----------------------------------------*/

.eduhut-brand-section {
    background: #f7f3eb;
}
.eduhut-brand-section .brand-wrap {
    margin-top: 70px;
}
.eduhut-brand-section-02 {
    border-top: 1px solid #d7d7d7;
}
.eduhut-brand-section-02 .brand-content-wrap {
    padding-left: 30px;
    margin-top: -40px;
}
.eduhut-brand-section-02 .brand-content-wrap .brand-item {
    text-align: right;
    margin-top: 40px;
}
@media only screen and (max-width: 991px) {
    .eduhut-brand-section-02 .section-title {
        text-align: center;
    }
    .eduhut-brand-section-02 .brand-content-wrap {
        padding-left: 0px;
        margin-top: 0px;
    }
    .eduhut-brand-section-02 .brand-content-wrap .brand-item {
        text-align: center;
    }
}
.eduhut-brand-section-03 {
    background: #dcf1f6;
}
.eduhut-brand-section-03 .brand-title .title {
    font-size: 30px;
    line-height: 40px;
}
/*--
/*  10 - Features CSS
/*----------------------------------------*/

.eduhut-features-section {
    background: #dcf1f6;
    position: relative;
    z-index: 1;
}
.eduhut-features-section .shape-1 {
    position: absolute;
    width: 100%;
    height: 110px;
    right: 0;
    left: 0px;
    top: -70px;
    background: #fff;
    transform: skewY(-2deg);
}
.eduhut-features-section .shape-2 {
    width: 60px;
    height: 60px;
    border: 5px solid #96f8e9;
    border-radius: 50%;
    position: absolute;
    top: 22%;
    left: 8%;
    -webkit-animation: zoom-inout 3s infinite;
    animation: zoom-inout 3s infinite;
    z-index: -1;
}
.eduhut-features-section .shape-3 {
    position: absolute;
    right: 9%;
    top: 23%;
    z-index: -1;
}
.eduhut-features-section .features-left .btn-2 {
    margin-top: 35px;
}
.eduhut-features-section .features-right {
    padding-left: 155px;
    margin-top: -30px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-features-section .features-right {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-features-section .features-right {
        padding-left: 0px;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .features-wrap {
        margin-top: 35px;
    }
}
.features-item-wrap-01 {
    padding-top: 60px;
}
@media only screen and (max-width: 575px) {
    .features-item-wrap-01 {
        padding-top: 0px;
    }
}
.features-item {
    background: #ffffff;
    padding: 35px 60px 45px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .features-item {
        padding: 35px 30px 45px;
    }
}
.features-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateY(10px) scaleX(0.93);
    transition: all 0.3s linear;
}
.features-item img {
    transition: all 0.3s linear;
}
.features-item .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
}
.features-item:hover img {
    transform: rotateY(180deg);
}
.features-content-wrap {
    padding-top: 50px;
}
.features-item-02 {
    background: #ffffff;
    padding: 0 30px;
    margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .features-item-02 {
        padding: 0 0;
    }
}
.features-item-02 img {
    height: 70px;
    transition: all 0.3s linear;
}
.features-item-02 .title {
    font-size: 26px;
    line-height: 35px;
    margin-top: 20px;
}
.features-item-02 p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}
.features-item-02:hover::before {
    transform: translateY(0px) scaleX(0.93);
}
.features-item-02:hover img {
    transform: rotateY(180deg);
}
.eduhut-features-section-03 {
    background: #f7f3eb;
}
.eduhut-features-section-03 .features-left {
    padding-right: 90px;
}
.eduhut-features-section-03 .features-left .counter-content-wrap .counter-item {
    margin-top: 25px;
}
.eduhut-features-section-03 .features-left .counter-content-wrap .counter-item .title {
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
}
.eduhut-features-section-03 .features-left .counter-content-wrap .counter-item p {
    font-size: 14px;
    line-height: 36px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #989898;
}
.eduhut-features-section-03 .features-right {
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    padding: 55px 85px 70px 65px;
    max-width: 520px;
    margin-left: auto;
    margin-bottom: -200px;
}
.eduhut-features-section-03 .features-right .title {
    font-size: 30px;
    line-height: 1;
}
.eduhut-features-section-03 .features-right .features-item-wrap {
    padding-top: 10px;
}
.eduhut-features-section-03 .features-right .features-item-wrap .features-item-03 {
    display: flex;
    margin-top: 30px;
}
.eduhut-features-section-03 .features-right .features-item-wrap .features-item-03 .features-icon img {
    width: 40px;
    transition: all 0.3s linear;
}
.eduhut-features-section-03 .features-right .features-item-wrap .features-item-03 .features-content {
    flex: 1;
    margin-left: 20px;
}
.eduhut-features-section-03 .features-right .features-item-wrap .features-item-03 .features-content p {
    font-size: 20px;
    line-height: 32px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
}
.eduhut-features-section-03 .features-right .features-item-wrap .features-item-03 .features-content p span {
    font-weight: 600;
    color: #222222;
}
.eduhut-features-section-03 .features-right .features-item-wrap .features-item-03:hover img {
    transform: rotateY(180deg);
}
@media only screen and (max-width: 1199px) {
    .eduhut-features-section-03 .features-left {
        padding-right: 30px;
    }
    .eduhut-features-section-03 .features-left .counter-content-wrap .counter-item p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-features-section-03 .features-left {
        padding-right: 0px;
        text-align: center;
    }
    .eduhut-features-section-03 .features-left .counter-content-wrap .counter-item p {
        font-size: 12px;
    }
    .eduhut-features-section-03 .features-right {
        margin-right: auto;
        margin-top: 60px;
        margin-bottom: -180px;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-features-section-03 .features-right {
        padding: 50px 25px 60px 25px;
    }
}
.eduhut-features-section-04 {
    overflow: hidden;
}
.eduhut-features-section-04 .features-wrap {
    margin-top: -30px;
}
.eduhut-features-section-04 .single-features {
    background: #dcf1f6;
    max-width: 390px;
    padding: 60px 40px 60px;
    position: relative;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .eduhut-features-section-04 .single-features {
        margin: 0 auto;
        margin-top: 30px;
    }
}
.eduhut-features-section-04 .single-features::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 14px;
    background: #ade0ec;
    width: 100%;
    height: 100%;
    transform: scale(0.86, 1.16) rotate(93deg);
    transition: all 0.3s linear;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .eduhut-features-section-04 .single-features::before {
        display: none;
    }
}
.eduhut-features-section-04 .single-features.features-02 {
    background: #f3f3f8;
}
.eduhut-features-section-04 .single-features.features-02::before {
    background: #e4e4eb;
}
.eduhut-features-section-04 .single-features.features-03 {
    background: #e4ffe7;
}
.eduhut-features-section-04 .single-features.features-03::before {
    background: #c7eacb;
}
.eduhut-features-section-04 .single-features .features-content .title {
    font-size: 26px;
    line-height: 35px;
}
.eduhut-features-section-04 .single-features .features-content p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}
.eduhut-features-section-04 .single-features:hover::before {
    left: 0;
    top: 0;
    transform: scale(0.86, 1.16) rotate(90deg);
}
.eduhut-features-section-05 {
    background: #ffffff;
}
.eduhut-features-section-05 .features-left {
    padding: 0 30px;
}
.eduhut-features-section-05 .features-right {
    padding-left: 0px;
}
.eduhut-features-section-05 .features-right .features-item {
    background: #f3f3f8;
    padding: 35px 60px 45px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .eduhut-features-section-05 .features-right .features-item {
        padding: 35px 30px 45px;
    }
}
.eduhut-features-section-05 .features-right .features-item::before {
    display: none;
}
.eduhut-features-section-05 .features-right .features-item.color-02 {
    background: #dcf1f6;
}
.eduhut-features-section-05 .features-right .features-item.color-03 {
    background: #e4ffe7;
}
.eduhut-features-section-05 .features-right .features-item img {
    transition: all 0.3s linear;
}
.eduhut-features-section-05 .features-right .features-item .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
}
.eduhut-features-section-05 .features-right .features-item:hover img {
    transform: rotateY(180deg);
}
@media only screen and (max-width: 991px) {
    .eduhut-features-section-05 .features-wrap {
        margin-top: 0px;
    }
    .eduhut-features-section-05 .features-right .features-item {
        padding: 35px 45px 45px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-features-section-05 .features-right .features-item {
        padding: 35px 30px 45px;
    }
}
/*--
/*  11 - Blog CSS
/*----------------------------------------*/

.blog-content-wrap {
    padding-top: 20px;
}
.single-blog {
    margin-top: 30px;
}
.single-blog .blog-img {
    overflow: hidden;
}
.single-blog .blog-img a {
    display: block;
}
.single-blog .blog-img a img {
    width: 100%;
    transition: all 0.3s linear;
}
.single-blog .blog-content {
    padding-top: 25px;
}
.single-blog .blog-content .blog-meta .user {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    background: #f4da58;
    display: inline-block;
    border-radius: 40px;
    text-transform: uppercase;
    color: #222222;
    padding: 0 10px;
}
.single-blog .blog-content .blog-meta .date {
    font-size: 13px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #838383;
    margin-left: 10px;
}
.single-blog .blog-content .title {
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    margin-top: 10px;
}
.single-blog .blog-content .title:hover a {
    color: #f4da58;
}
.single-blog .blog-content .read-more {
    font-size: 12px;
    line-height: 1;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #a9a9a9;
    margin-top: 15px;
}
.single-blog .blog-content .read-more i {
    font-size: 16px;
    position: relative;
    top: 2px;
    color: #222222;
    margin-left: 5px;
    transition: all 0.3s linear;
}
.single-blog .blog-content .read-more:hover {
    color: #f4da58;
}
.single-blog .blog-content .read-more:hover i {
    margin-left: 10px;
}
.single-blog:hover a img {
    transform: scale(1.1);
}
.blog-grid-wrap {
    margin-top: -30px;
}
/*--
/*  12 - Topic CSS
/*----------------------------------------*/

.eduhut-hot-topic-section {
    background: #f7f3eb;
    position: relative;
    z-index: 1;
}
.hot-topic-left {
    max-width: 395px;
    margin: 0 auto;
}
.hot-topic-left .section-title {
    margin-top: 30px;
}
.hot-topic-left .topic-btn {
    margin-top: 45px;
}
.hot-topic-right {
    margin-top: -30px;
    position: relative;
    padding-left: 120px;
    padding-right: 80px;
}
@media only screen and (max-width: 1199px) {
    .hot-topic-right {
        padding-left: 50px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .hot-topic-right {
        padding-left: 70px;
        padding-right: 70px;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .hot-topic-right {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.hot-topic-right::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    background: #cccccc;
    border-radius: 10px;
    width: 1px;
    height: 315px;
    transform: translateY(-50%);
    z-index: -1;
}
@media only screen and (max-width: 991px) {
    .hot-topic-right::after {
        display: none;
    }
}
.topic-item {
    margin-top: 30px;
}
.topic-item .topic-icon {
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.11);
    width: 170px;
    height: 170px;
    line-height: 170px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
}
.topic-item .topic-icon::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    background: #d5e9ee;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transform: rotate(95deg);
    transition: all 0.3s linear;
    z-index: -1;
}
.topic-item .topic-icon img {
    transition: all 0.3s linear;
}
.topic-item .title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}
.topic-item .title:hover a {
    color: #f4da58;
}
.topic-item:hover .topic-icon img {
    transform: rotateY(180deg);
}
.topic-item:hover .topic-icon::before {
    transform: rotate(90deg);
}
/*--
/*  13 - Language CSS
/*----------------------------------------*/

.eduhut-language-wrap {
    background: #f3f3f8;
    box-shadow: 0px 0px 122px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 50px 65px;
    margin-top: -130px;
    position: relative;
    z-index: 5;
}
@media only screen and (max-width: 1199px) {
    .eduhut-language-wrap {
        padding: 70px 60px;
        margin-top: -105px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-language-wrap {
        margin-top: 60px;
    }
}
.eduhut-language-wrap .language-item a img {
    width: 120px;
    transition: all 0.3s linear;
}
.eduhut-language-wrap .language-item .title {
    font-size: 24px;
    line-height: 1;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    margin-top: -5px;
    transition: all 0.3s linear;
}
.eduhut-language-wrap .language-item:hover a img {
    opacity: 0.7;
}
.eduhut-language-wrap .language-item:hover a .title {
    color: #f4da58;
}
/*--
/*  14 - About CSS
/*----------------------------------------*/

@media only screen and (max-width: 991px) {
    .about-img {
        text-align: center;
    }
}
.about-content p {
    font-size: 22px;
    line-height: 36px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    padding: 0 55px;
    margin-top: 45px;
}
.about-content p span {
    text-decoration: underline;
    -webkit-text-decoration-color: #f4da58;
    text-decoration-color: #f4da58;
    color: #222222;
}
@media only screen and (max-width: 1199px) {
    .about-content p {
        padding: 0 0px;
    }
}
@media only screen and (max-width: 991px) {
    .about-content {
        margin-top: 70px;
    }
}
.eduhut-about-section-02 .about-img-wrap {
    position: relative;
    z-index: 1;
}
.eduhut-about-section-02 .about-img-wrap .shape-1 {
    position: absolute;
    left: 15%;
    top: -17%;
    z-index: -1;
}
.eduhut-about-section-02 .about-img-wrap .shape-1 svg {
    fill: #f4da58;
}
.eduhut-about-section-02 .about-img-wrap .shape-2 {
    position: absolute;
    left: 12%;
    top: 15%;
}
.eduhut-about-section-02 .about-img-wrap .shape-2 svg {
    fill: none;
    stroke-width: 2px;
    stroke: #ffffff;
    stroke-linecap: butt;
    stroke-linejoin: miter;
}
.eduhut-about-section-02 .about-img-wrap .about-img.about-img-02 {
    margin-top: 105px;
}
.eduhut-about-section-02 .about-content-02 {
    padding-left: 105px;
}
@media only screen and (max-width: 1399px) {
    .eduhut-about-section-02 .about-content-02 {
        padding-left: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-about-section-02 .about-content-02 {
        padding-left: 0;
        margin-top: 50px;
    }
}
.eduhut-about-section-02 .about-content-02 p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 35px;
}
.eduhut-about-section-02 .about-content-02 .about-list-wrap .about-list-item {
    margin-top: 30px;
}
@media only screen and (max-width: 991px) {
    .eduhut-about-section-02 .about-content-02 .about-list-wrap .about-list-item {
        padding: 0 25px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-about-section-02 .about-content-02 .about-list-wrap .about-list-item {
        padding: 0 0px;
    }
}
.eduhut-about-section-02 .about-content-02 .about-list-wrap .about-list-item img {
    height: 55px;
}
.eduhut-about-section-02 .about-content-02 .about-list-wrap .about-list-item .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 15px;
}
@media only screen and (max-width: 575px) {
    .eduhut-about-section-02 .about-img-wrap .shape-1 {
        display: none;
    }
    .eduhut-about-section-02 .about-img-wrap .shape-2 {
        display: none;
    }
    .eduhut-about-section-02 .about-img-wrap .about-img.about-img-02 {
        margin-top: 40px;
    }
}
.eduhut-about-section-03 .about-wrap-03 {
    position: relative;
    z-index: 1;
}
.eduhut-about-section-03 .about-wrap-03::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f3f3f8;
    width: 82%;
    height: 100%;
    z-index: -1;
}
.eduhut-about-section-03 .about-wrap-03 .about-content-wrap {
    padding-left: 75px;
    padding-right: 80px;
}
.eduhut-about-section-03 .about-wrap-03 .about-content-wrap p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.eduhut-about-section-03 .about-wrap-03 .about-content-wrap ul {
    padding-top: 15px;
}
.eduhut-about-section-03 .about-wrap-03 .about-content-wrap ul li {
    font-size: 16px;
    color: #29303b;
    margin-top: 10px;
}
.eduhut-about-section-03 .about-wrap-03 .about-content-wrap ul li i {
    color: #f4da58;
    margin-right: 15px;
}
.eduhut-about-section-03 .about-wrap-03 .about-img-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
}
.eduhut-about-section-03 .about-wrap-03 .about-img-wrap .about-img.about-img-02 {
    margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-about-section-03 .about-wrap-03 .about-content-wrap {
        padding-left: 30px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-about-section-03 .about-wrap-03::before {
        display: none;
    }
    .eduhut-about-section-03 .about-wrap-03 .about-content-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
    .eduhut-about-section-03 .about-wrap-03 .about-img-wrap {
        padding-bottom: 0px;
    }
}
/*--
/*  15 - Video CSS
/*----------------------------------------*/

.eduhut-video-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.eduhut-video-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(39, 49, 139, 0.585854) 40%, rgba(146, 152, 197, 0.347759) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.eduhut-video-section .shape-01 {
    position: absolute;
    width: 100%;
    height: 100px;
    right: 0;
    left: 0px;
    top: 0px;
    background: #fff;
    transform: skewY(-3deg);
    transform-origin: 0;
}
.eduhut-video-section .video-content .section-title .title {
    color: #ffffff;
    text-decoration: underline;
    -webkit-text-decoration-color: #ffffff;
    text-decoration-color: #ffffff;
}
.eduhut-video-section .video-content .play-btn {
    margin-top: 30px;
}
.eduhut-video-section .video-content .play-btn .play-icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
}
.eduhut-video-section .video-content .play-btn .play-icon i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #f4da58;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: #222222;
}
.eduhut-video-section .video-content .play-btn .text {
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #ffffff;
}
.eduhut-video-section .video-form {
    background: #ffffff;
    max-width: 410px;
    border-top: 10px solid #f4da58;
    padding: 40px 25px 50px;
    margin-left: auto;
    margin-top: -130px;
    position: relative;
    z-index: 1;
}
.eduhut-video-section .video-form .video-form-inner .title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 30px;
    padding-bottom: 20px;
}
.eduhut-video-section .video-form .video-form-inner .single-form {
    margin-top: 20px;
}
.eduhut-video-section .video-form .video-form-inner .single-form .nice-select {
    width: 100%;
    height: 60px;
    line-height: 58px;
    background: #f2f2f2;
    color: #222222;
    border: 0;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
}
.eduhut-video-section .video-form .video-form-inner .single-form .nice-select::after {
    border-bottom: 2px solid #222222;
    border-right: 2px solid #222222;
}
.eduhut-video-section .video-form .video-form-inner .single-form .nice-select .list {
    width: 100%;
}
.eduhut-video-section .video-form .video-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 60px;
    line-height: 58px;
    background: #f2f2f2;
    border: 0;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
}
.eduhut-video-section .video-form .video-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}
.eduhut-video-section .video-form .video-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}
.eduhut-video-section .video-form .video-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}
.eduhut-video-section .video-form .video-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}
.eduhut-video-section .video-form .video-form-inner .form-btn {
    margin-top: 30px;
}
.eduhut-video-section .video-form .video-form-inner .form-btn .btn {
    width: 100%;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
}
@media only screen and (max-width: 991px) {
    .eduhut-video-section .shape-01 {
        top: -60px;
    }
    .eduhut-video-section .video-content {
        text-align: center;
    }
    .eduhut-video-section .video-form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-video-section .shape-01 {
        top: -25px;
    }
    .eduhut-video-section .video-content {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-video-section .video-form .video-form-inner .form-btn .btn {
        padding: 0 45px;
    }
}
/*--
/*  16 - Call CSS
/*----------------------------------------*/

.call-content .call-number-wrap {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.call-content .call-number-wrap .call-number {
    text-align: left;
    margin-left: 30px;
}
@media only screen and (max-width: 449px) {
    .call-content .call-number-wrap .call-number {
        margin-left: 20px;
    }
}
.call-content .call-number-wrap .call-number .text {
    font-size: 24px;
    line-height: 30px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
}
@media only screen and (max-width: 449px) {
    .call-content .call-number-wrap .call-number .text {
        font-size: 18px;
    }
}
.call-content .call-number-wrap .call-number .number {
    font-size: 48px;
    line-height: 54px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    color: #0a121e;
}
@media only screen and (max-width: 991px) {
    .call-content .call-number-wrap .call-number .number {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .call-content .call-number-wrap .call-number .number {
        font-size: 35px;
    }
}
@media only screen and (max-width: 449px) {
    .call-content .call-number-wrap .call-number .number {
        font-size: 25px;
        line-height: 40px;
    }
}
/*--
/*  17 - FAQ CSS
/*----------------------------------------*/

.faq-wrap {
    padding-top: 70px;
}
.faq-content-wrap {
    padding-right: 110px;
}
@media only screen and (max-width: 1199px) {
    .faq-content-wrap {
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .faq-accordion {
        margin-top: 50px;
    }
}
.faq-accordion .accordion-item {
    border: 0;
    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.06);
    margin-top: 35px;
    position: relative;
}
.faq-accordion .accordion-item::before {
    content: "";
    position: absolute;
    left: 8px;
    bottom: -8px;
    background: #212121;
    width: 100%;
    height: 95%;
    z-index: -1;
}
.faq-accordion .accordion-item:first-of-type {
    margin-top: 0;
}
.faq-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq-accordion .accordion-item .accordion-button {
    padding: 30px 50px;
    padding-left: 85px;
}
.faq-accordion .accordion-item .accordion-button .title {
    font-size: 20px;
    color: #222222;
    font-family: "Urbanist", sans-serif;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.faq-accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-accordion .accordion-item .accordion-button .faq-button {
    position: absolute;
    left: 35px;
    height: 32px;
    width: 32px;
    background: #f4da58;
    color: #222222;
    border: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(90deg);
    transition: all 0.3s linear;
}
.faq-accordion .accordion-item .accordion-button .faq-button i {
    font-size: 15px;
}
.faq-accordion .accordion-item .accordion-button:hover {
    z-index: 0;
}
.faq-accordion .accordion-item .accordion-body {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding: 30px 50px;
    padding-top: 0;
}
.faq-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) .faq-button {
    transform: rotate(-90deg);
}
.faq-accordion .accordion-item:hover .accordion-button .faq-button {
    transform: rotate(-90deg);
}
.faq-accordion-wrapper {
    display: flex;
    padding-top: 60px;
}
@media only screen and (max-width: 991px) {
    .faq-accordion-wrapper {
        display: block;
    }
}
.faq-accordion-wrapper .faq-col {
    width: 50%;
}
@media only screen and (max-width: 991px) {
    .faq-accordion-wrapper .faq-col {
        width: 100%;
    }
}
.faq-accordion-wrapper .faq-col:first-child {
    padding-right: 25px;
}
@media only screen and (max-width: 991px) {
    .faq-accordion-wrapper .faq-col:first-child {
        padding-right: 0px;
    }
}
.faq-accordion-wrapper .faq-col:last-child {
    padding-left: 25px;
}
@media only screen and (max-width: 991px) {
    .faq-accordion-wrapper .faq-col:last-child {
        padding-left: 0px;
    }
}
.faq-accordion-wrapper .accordion-item {
    border: 0;
    margin-bottom: 10px;
}
.faq-accordion-wrapper .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq-accordion-wrapper .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*--
/*  18 - Price CSS
/*----------------------------------------*/

.eduhut-price-section .price-left {
    padding: 0 45px;
}
.eduhut-price-section .price-left p {
    font-size: 20px;
    line-height: 32px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    margin-top: 25px;
    padding-right: 145px;
}
.eduhut-price-section .price-right {
    display: flex;
}
.eduhut-price-section .price-right .price-discount-wrap {
    background: #dcf1f6;
    max-width: 285px;
    height: 340px;
    padding: 45px 30px;
    border: 8px solid #ffffff;
    position: relative;
    right: -85px;
    top: 30px;
}
.eduhut-price-section .price-right .price-discount-wrap .discount {
    height: 50px;
    line-height: 50px;
    background: #f4da58;
    display: inline-block;
    font-size: 24px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #222222;
    padding: 0 45px;
}
.eduhut-price-section .price-right .price-discount-wrap .year {
    font-size: 72px;
    line-height: 60px;
    margin-top: 30px;
}
.eduhut-price-section .price-right .price-discount-wrap .year span {
    font-size: 24px;
}
.eduhut-price-section .price-right .price-discount-wrap .btn {
    height: 50px;
    line-height: 50px;
    background: #000000;
    font-size: 18px;
    color: #ffffff;
    padding: 0 60px;
    margin-top: 20px;
}
.eduhut-price-section .price-right .price-discount-wrap .btn:hover {
    background: #f4da58;
    color: #222222;
}
.eduhut-price-section .price-right .price-list-wrap {
    background: #e4ffe7;
    display: inline-block;
    padding: 45px 43px 50px 140px;
    max-width: 470px;
    flex: 1;
}
.eduhut-price-section .price-right .price-list-wrap .title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
}
.eduhut-price-section .price-right .price-list-wrap .price-list-item {
    margin-top: 15px;
}
.eduhut-price-section .price-right .price-list-wrap .price-list-item .price-icon {
    color: #f4da58;
}
.eduhut-price-section .price-right .price-list-wrap .price-list-item .price-text {
    font-size: 18px;
    line-height: 32px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    margin-left: 8px;
}
@media only screen and (max-width: 1399px) {
    .eduhut-price-section .price-left {
        padding: 0 30px;
    }
    .eduhut-price-section .price-right .price-discount-wrap {
        right: -55px;
    }
    .eduhut-price-section .price-right .price-list-wrap {
        padding: 45px 35px 50px 95px;
    }
    .eduhut-price-section .price-right .price-list-wrap .price-list-item .price-text {
        margin-left: 6px;
    }
}
@media only screen and (max-width: 1199px) {
    .eduhut-price-section .price-left {
        padding: 0 0px;
        padding-right: 120px;
    }
    .eduhut-price-section .price-right {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-price-section .price-left {
        padding-right: 0;
    }
    .eduhut-price-section .price-left p {
        padding-right: 0px;
        font-size: 18px;
    }
    .eduhut-price-section .price-right {
        flex-direction: column;
        gap: 25px;
    }
    .eduhut-price-section .price-right .price-discount-wrap {
        position: inherit;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-price-section .price-right .price-list-wrap {
        padding: 45px 30px 50px 30px;
    }
    .eduhut-price-section .price-right .price-list-wrap .price-list-item .price-text {
        margin-left: 6px;
    }
}
/*--
/*  19 - Page Banner CSS
/*----------------------------------------*/

.page-banner-section {
    padding-top: 80px;
    min-height: 650px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .page-banner-section {
        min-height: 520px;
    }
}
@media only screen and (max-width: 991px) {
    .page-banner-section {
        min-height: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .page-banner-section {
        min-height: 350px;
    }
}
.page-banner-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #131f47;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.page-banner .title {
    font-size: 60px;
    line-height: 1.25;
    font-family: "Urbanist", sans-serif;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
}
@media only screen and (max-width: 1199px) {
    .page-banner .title {
        font-size: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .page-banner .title {
        font-size: 30px;
    }
}
.page-banner .breadcrumb {
    display: inline-flex;
    background: #ff2660;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 0;
    margin-top: 10px;
}
.page-banner .breadcrumb .breadcrumb-item {
    color: #ffffff;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 8px;
}
.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    font-family: flaticon !important;
    font-size: 16px;
    padding-right: 5px;
    color: #ffffff;
}
/*--
/*  23 - Courses Grid CSS
/*----------------------------------------*/

.course-list-wrapper {
    margin-top: -50px;
}
.course-hover {
    width: 360px;
    z-index: 11;
    padding: 30px 50px;
    position: relative;
}
.course-hover::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    left: -8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.course-hover .top-meta .price {
    display: inline-block;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    padding: 0 25px;
    background: #f4da58;
    color: #000000;
}
.course-hover .title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.course-hover .courses-meta {
    display: flex;
    margin-top: 10px;
    gap: 15px;
}
.course-hover .courses-meta .student {
    font-size: 13px;
    color: #838383;
    margin-top: 5px;
}
.course-hover .courses-meta .student i {
    color: #101213;
}
.course-hover .courses-key-future {
    padding-top: 15px;
}
.course-hover .courses-key-future .title {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}
.course-hover .courses-key-future .future-list {
    padding-top: 5px;
}
.course-hover .courses-key-future .future-list li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}
.course-hover .courses-key-future .future-list li+li {
    margin-top: 10px;
}
.course-hover .courses-key-future .future-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f132";
    font-family: "flaticon";
    color: #3bbca7;
}
.course-hover .courses-btn {
    padding-top: 25px;
}
.course-hover .courses-btn .btn {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    display: block;
    background: #000000;
    color: #ffffff;
}
.course-hover .courses-btn .btn:hover {
    background: #f4da58;
    color: #ffffff;
}
#powerTip {
    background-color: transparent;
    border-color: #ffffff;
    color: inherit;
    white-space: normal;
    box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
}
#course-hover {
    display: none;
}
.course-top-bar {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.course-top-bar .label {
    font-size: 15px;
    font-weight: 400;
    color: #676767;
    white-space: nowrap;
    margin-right: 10px;
}
.course-top-text {
    margin-top: 15px;
}
.course-top-text p {
    color: #838383;
}
.course-top-text p span {
    font-weight: 700;
    color: #222222;
}
.course-top-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.course-top-inner>* {
    margin-right: 30px;
}
.course-top-inner>*:last-child {
    margin-right: 0;
}
.course-top-menu {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.course-top-menu .nav li {
    margin-right: 10px;
}
.course-top-menu .nav li:last-child {
    margin-right: 0;
}
.course-top-menu .nav li button {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #676767;
    font-size: 15px;
}
.course-top-menu .nav li button.active {
    color: #222222;
}
.course-top-action {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #f6f7f9;
    height: 40px;
    line-height: 40px;
}
.course-top-action .nice-select {
    float: none;
    height: auto;
    line-height: 1;
    padding: 0;
    padding-right: 20px;
    border: 0;
    color: #222222;
    font-weight: 700;
    font-size: 15px;
    background: none;
}
.course-top-action .nice-select::after {
    right: 0;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #222222;
    border-right: 1px solid #222222;
    margin-top: -6px;
}
.course-top-action .nice-select .option {
    line-height: 35px;
    padding-left: 15px;
    padding-right: 22px;
    font-size: 14px;
    font-weight: 500;
}
.course-collapse-btn {
    margin-top: 15px;
}
.course-collapse-btn .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    color: #a9a9a9;
}
.course-collapse-btn .btn span {
    color: #222222;
}
.course-collapse-btn .btn i {
    margin: 0 3px;
    transition: all 0.3s linear;
}
.course-collapse-btn .btn i:last-child {
    color: #222222;
}
.course-collapse-btn .btn.collapsed {
    background-color: #ffffff;
}
.course-collapse-btn .btn:hover {
    border: 1px solid #f4da58;
}
.course-collapse-btn .btn:hover i {
    color: #f4da58;
}
.course-collapse {
    background-color: #ffffff;
    box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    margin-top: 50px;
    padding: 35px 40px;
    transition: all 0.3s linear;
}
.course-list-wrapper .sidebar-widget-02 .widget-title {
    font-size: 18px;
}
.course-list-wrapper .courses-content-wrap-04 {
    padding-top: 0;
}
.course-list-wrapper .single-course-02 {
    background: #ffffff;
    border: 1px solid #ebebeb;
}
.course-list-wrapper .single-course-02 .courses-content {
    padding: 25px 25px 35px;
    padding-right: 25px;
}
.course-list-wrapper .single-course-02 .courses-content .courses-author .name {
    color: #222222;
}
.course-list-wrapper .single-course-02 .courses-content .title {
    font-size: 20px;
    line-height: 24px;
    color: #222222;
    margin-bottom: 5px;
}
.course-list-wrapper .single-course-02 .courses-content .title:hover a {
    color: #f4da58;
}
.course-list-wrapper .single-course-02 .courses-content .rating {
    position: relative;
    display: inline-block;
}
.course-list-wrapper .single-course-02 .courses-content .rating::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    color: #dedede;
    font-size: 13px;
    letter-spacing: 2px;
}
.course-list-wrapper .single-course-02 .courses-content .rating .rating-on {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}
.course-list-wrapper .single-course-02 .courses-content .rating .rating-on::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    color: #fda611;
    font-size: 13px;
    letter-spacing: 2px;
}
.course-list-wrapper .single-course-02 .courses-content .courses-meta .course-enroll-rating p {
    font-size: 13px;
}
.course-list-wrapper .single-course-02 .courses-content .courses-meta .course-enroll-rating p i {
    color: #101213;
}
.sidebar-widget-02+.sidebar-widget-02 {
    padding-top: 22px;
}
.widget-checkbox {
    margin-top: 18px;
}
.widget-checkbox .checkbox-list li {
    min-height: auto;
    margin-bottom: 0;
    margin-top: 18px;
}
.widget-checkbox .checkbox-list li label {
    line-height: 1.3;
}
.widget-checkbox .rating {
    position: relative;
    display: inline-block;
}
.widget-checkbox .rating::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    color: #dedede;
    font-size: 14px;
    letter-spacing: 2px;
}
.widget-checkbox .rating .rating-on {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}
.widget-checkbox .rating .rating-on::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    color: #fda000;
    font-size: 14px;
    letter-spacing: 2px;
}
.sidebar-wrap-02 {
    background-color: #ffffff;
    box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 35px 40px;
    margin-top: 50px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
    .sidebar-wrap-02 {
        padding: 35px 25px;
    }
}
.single-course-list {
    display: flex;
    padding: 50px 0;
}
@media only screen and (max-width: 767px) {
    .single-course-list {
        display: block;
        padding: 30px 0;
    }
}
.single-course-list:first-child {
    padding-top: 30px;
}
.single-course-list:last-child {
    padding-bottom: 0;
}
.single-course-list+.single-course-list {
    border-top: 1px solid #ebebeb;
}
.single-course-list .course-image {
    overflow: hidden;
    flex-shrink: 0;
}
.single-course-list .course-image a {
    display: block;
    position: relative;
}
.single-course-list .course-image a img {
    width: 300px;
    border-radius: 5px;
}
@media only screen and (max-width: 767px) {
    .single-course-list .course-image a img {
        width: 100%;
    }
}
.single-course-list .course-content {
    padding-left: 30px;
    flex-grow: 1;
}
@media only screen and (max-width: 767px) {
    .single-course-list .course-content {
        padding-left: 0;
        padding-top: 25px;
    }
}
.single-course-list .course-content .top-meta {
    display: flex;
    flex-wrap: wrap;
}
.single-course-list .course-content .top-meta>* {
    margin-right: 15px;
}
.single-course-list .course-content .top-meta>*:last-child {
    margin-right: 0;
}
.single-course-list .course-content .top-meta .price {
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    border-radius: 5px;
    padding: 0 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #000000;
    white-space: nowrap;
}
.single-course-list .course-content .top-meta .price.color-1 {
    background: #f4da58;
}
.single-course-list .course-content .top-meta .price.color-2 {
    background: #f4da58;
}
.single-course-list .course-content .top-meta .price.color-3 {
    background: #ff2660;
}
.single-course-list .course-content .top-meta .tag {
    font-size: 12px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    border-radius: 5px;
    padding: 0 25px;
    height: 25px;
    line-height: 25px;
    background: #dcf1f6;
    display: inline-block;
    color: #222222;
    white-space: nowrap;
}
.single-course-list .course-content .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 15px;
}
.single-course-list .course-content .courses-author {
    margin-top: 5px;
}
.single-course-list .course-content .courses-author .name {
    font-size: 12px;
    color: #222222;
}
.single-course-list .course-content .courses-author .name span {
    color: #838383;
}
.single-course-list .course-content p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
}
.single-course-list .course-content .bottom-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-course-list .course-content .bottom-meta>* {
    margin-right: 20px;
}
.single-course-list .course-content .bottom-meta>*:last-child {
    margin-right: 0;
}
.single-course-list .course-content .bottom-meta .meta-action {
    font-size: 14px;
    color: #838383;
    margin-top: 5px;
    white-space: nowrap;
}
.single-course-list .course-content .bottom-meta .meta-action i {
    color: #222222;
    margin-right: 2px;
}
.single-course-list .course-content .bottom-meta .rating {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.single-course-list .course-content .bottom-meta .rating .rating-star {
    display: block;
    position: relative;
}
.single-course-list .course-content .bottom-meta .rating .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #b4b4b4;
    letter-spacing: 2px;
}
.single-course-list .course-content .bottom-meta .rating .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.single-course-list .course-content .bottom-meta .rating .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #fda000;
    letter-spacing: 2px;
}
.single-course-list .course-content .bottom-meta .rating span {
    font-size: 13px;
    color: #838383;
}
/*--Page Pagination--*/

.eduhut-pagination {
    margin-top: 60px;
}
.eduhut-pagination .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s linear;
}
.eduhut-pagination .pagination li a.active {
    background-color: #f4da58;
    color: #222222;
}
/*--
/*  24 - Courses Details CSS
/*----------------------------------------*/

.course-details-banner {
    min-height: 580px;
}
.course-details-banner::before {
    opacity: 0.95;
}
.course-details-banner-content {
    max-width: 570px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .course-details-banner-content {
        padding: 50px 0;
    }
}
.course-details-banner-content .rating {
    display: flex;
    align-items: center;
}
.course-details-banner-content .rating .rating-star {
    display: block;
    position: relative;
}
.course-details-banner-content .rating .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #c5c2c2;
    letter-spacing: 4px;
}
.course-details-banner-content .rating .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.course-details-banner-content .rating .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #ffc000;
    letter-spacing: 4px;
}
.course-details-banner-content .rating span {
    font-size: 13px;
    color: #ffffff;
}
.course-details-banner-content .title {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
}
.course-details-banner-content>p {
    margin-top: 15px;
    color: #ffffff;
}
.course-details-banner-content .course-details-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}
.course-details-banner-content .course-details-meta>* {
    padding-left: 40px;
    margin-top: 10px;
    position: relative;
}
@media only screen and (max-width: 575px) {
    .course-details-banner-content .course-details-meta>* {
        padding-left: 20px;
    }
}
.course-details-banner-content .course-details-meta>*::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 25px;
    background-color: #e1e1e1;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
    .course-details-banner-content .course-details-meta>*::before {
        left: 8px;
    }
}
.course-details-banner-content .course-details-meta>*:first-child {
    padding-left: 0;
}
.course-details-banner-content .course-details-meta>*:first-child::before {
    display: none;
}
.course-details-banner-content .course-details-meta .meta-action:first-child {
    display: flex;
    align-items: center;
}
.course-details-banner-content .course-details-meta .meta-action .meta-author {
    margin-right: 15px;
}
.course-details-banner-content .course-details-meta .meta-action .meta-author img {
    width: 50px;
    border-radius: 50%;
    padding: 2px;
    border: 3px solid #e1e1e1;
}
.course-details-banner-content .course-details-meta .meta-action p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
}
@media only screen and (max-width: 1199px) {
    .course-details-wrapper {
        padding-right: 35px;
    }
}
.course-details-wrapper .title {
    font-size: 24px;
    margin-top: -5px;
}
.course-details-wrapper p {
    margin-top: 10px;
}
.course-details-wrapper .lessons-time>* {
    margin-right: 30px;
}
.course-details-wrapper .lessons-time>*:last-child {
    margin-right: 0;
}
.course-details-wrapper .course-learn-list {
    background: #f6f7f9;
    padding: 50px;
    margin-top: 50px;
    border-radius: 5px;
}
@media only screen and (max-width: 575px) {
    .course-details-wrapper .course-learn-list {
        padding: 30px;
    }
}
.course-details-wrapper .course-learn-list ul {
    padding-top: 26px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.course-details-wrapper .course-learn-list ul li {
    font-size: 15px;
    line-height: 2.25;
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .course-details-wrapper .course-learn-list ul li {
        width: 100%;
    }
}
.course-details-wrapper .course-learn-list ul li::before {
    position: absolute;
    top: 0;
    left: 10px;
    content: "\f132";
    font-family: "flaticon";
    font-size: 14px;
    color: #000000;
}
.course-details-wrapper .course-lessons {
    border: 1px solid #e8e9eb;
    border-radius: 5px;
    padding: 50px;
    margin-top: 50px;
}
.course-details-wrapper .lessons-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.course-details-wrapper .lessons-top i {
    color: #29303b;
}
.course-details-wrapper .course-instructor {
    margin-top: 50px;
}
.course-details-wrapper .course-review {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 40px;
    margin-top: 50px;
}
@media only screen and (max-width: 575px) {
    .course-details-wrapper .course-review {
        padding: 30px;
    }
}
.course-accordion .accordion-item {
    border-radius: 0;
    margin-top: 20px;
    border: 0;
}
.course-accordion .accordion-item button {
    font-size: 16px;
    font-weight: 700;
    background: #f6f7f9;
    color: #222222;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border: 0;
    transition: all 0.3s linear;
}
.course-accordion .accordion-item button::before {
    content: '\f170';
    font-family: "flaticon";
    font-size: 13px;
    font-weight: 300;
    margin-right: 10px;
    transition: all 0.3s linear;
}
.course-accordion .accordion-item button.collapsed::before {
    content: '\f111';
}
.course-accordion .accordion-item .accordion-body {
    padding: 0;
}
.course-accordion .accordion-item .accordion-body .lessons-list li {
    padding: 15px 35px 8px 30px;
    border-top: 1px solid #DCE4E6;
}
@media only screen and (max-width: 449px) {
    .course-accordion .accordion-item .accordion-body .lessons-list li {
        padding: 15px 0px 8px 0px;
    }
}
.course-accordion .accordion-item .accordion-body .lessons-list li:first-child {
    border-top: 0;
}
.course-accordion .accordion-item .accordion-body .lessons-list li a {
    font-size: 16px;
    color: #666666;
    display: block;
}
.course-accordion .accordion-item .accordion-body .lessons-list li a:hover {
    color: #f4da58;
}
.course-accordion .accordion-item .accordion-body .lessons-list li a span {
    display: block;
    float: right;
    white-space: nowrap;
}
.course-accordion .accordion-item .accordion-body .lessons-list li a i {
    margin-right: 5px;
    color: #000000;
}
.instructor-profile {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
@media only screen and (max-width: 575px) {
    .instructor-profile {
        flex-direction: column;
    }
}
.instructor-profile .profile-images {
    flex-shrink: 0;
}
.instructor-profile .profile-images img {
    border-radius: 50%;
}
.instructor-profile .profile-content {
    flex-grow: 1;
}
.instructor-profile .profile-content .name {
    font-size: 20px;
    font-weight: 700;
}
.instructor-profile .profile-content .profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-top: 5px;
}
.instructor-profile .profile-content .profile-meta .rating {
    display: flex;
    align-items: center;
}
.instructor-profile .profile-content .profile-meta .rating .rating-star {
    display: block;
    position: relative;
}
.instructor-profile .profile-content .profile-meta .rating .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #c5c2c2;
    letter-spacing: 4px;
}
.instructor-profile .profile-content .profile-meta .rating .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.instructor-profile .profile-content .profile-meta .rating .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #ffc000;
    letter-spacing: 4px;
}
.instructor-profile .profile-content .profile-meta .rating span {
    font-size: 13px;
    font-weight: 700;
    color: #676767;
}
.instructor-profile .profile-content .profile-meta .meta-action {
    font-size: 14px;
    color: #838383;
}
.instructor-profile .profile-content .profile-meta .meta-action i {
    color: #000000;
}
.instructor-profile .profile-content p {
    font-size: 15px;
    line-height: 30px;
}
.review-rating {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}
@media only screen and (max-width: 575px) {
    .review-rating {
        display: block;
    }
}
.review-rating .rating-box {
    text-align: center;
    width: 190px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.08);
    padding: 33px 20px;
    flex-shrink: 0;
}
@media only screen and (max-width: 575px) {
    .review-rating .rating-box {
        margin: 0 auto;
    }
}
.review-rating .rating-box .count {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #222222;
    line-height: 1;
}
.review-rating .rating-box .rating-star {
    display: inline-block;
    position: relative;
}
.review-rating .rating-box .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 18px;
    color: #c5c2c2;
    letter-spacing: 4px;
}
.review-rating .rating-box .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.review-rating .rating-box .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 18px;
    color: #ffc000;
    letter-spacing: 4px;
}
.review-rating .rating-box p {
    margin-top: 0;
}
.review-rating .rating-percentage {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media only screen and (max-width: 575px) {
    .review-rating .rating-percentage {
        margin-top: 30px;
    }
}
.single-rating-percentage {
    display: flex;
    align-items: center;
}
.single-rating-percentage .label {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
    white-space: nowrap;
}
.single-rating-percentage .rating-line {
    width: 100%;
    height: 10px;
    background-color: #ebebeb;
    position: relative;
    margin: 0 20px;
}
.single-rating-percentage .rating-line .line-bar {
    position: absolute;
    height: 100%;
    background-color: #fcca45;
}
.review-items {
    padding-top: 30px;
}
.single-review {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
@media only screen and (max-width: 575px) {
    .single-review {
        flex-direction: column;
    }
}
.single-review .review-author {
    flex-shrink: 0;
}
.single-review .review-author img {
    width: 70px;
    border-radius: 50%;
}
.single-review .review-content {
    flex-grow: 1;
}
.single-review .review-content .review-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: -3px;
}
.single-review .review-content .review-top .name {
    font-size: 18px;
    font-weight: 700;
}
.single-review .review-content .review-top .rating-star {
    display: inline-block;
    position: relative;
    margin-right: auto;
}
.single-review .review-content .review-top .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 14px;
    color: #c5c2c2;
    letter-spacing: 4px;
}
.single-review .review-content .review-top .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.single-review .review-content .review-top .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 14px;
    color: #ffc000;
    letter-spacing: 4px;
}
.sidebar-details-wrap {
    margin-top: -500px;
    position: relative;
    z-index: 1;
    position: sticky;
    top: 100px;
}
@media only screen and (max-width: 1199px) {
    .sidebar-details-wrap {
        margin-top: -420px;
    }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .sidebar-details-wrap {
        margin-top: 50px;
    }
}
.sidebar-details-video-description {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.12);
}
.sidebar-details-video-description .sidebar-video {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.sidebar-details-video-description .sidebar-video::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 40%);
    top: 0;
    left: 0;
}
.sidebar-details-video-description .sidebar-video img {
    width: 100%;
}
.sidebar-details-video-description .sidebar-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: #f4da58;
    border-radius: 50%;
    font-size: 14px;
    color: #29303b;
    text-align: center;
    z-index: 2;
}
.sidebar-details-video-description .sidebar-video .play:hover {
    color: #ffffff;
    background-color: #f4da58;
}
.sidebar-details-video-description .sidebar-description {
    padding: 40px 40px 60px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
    .sidebar-details-video-description .sidebar-description {
        padding: 30px 20px 30px;
    }
}
.sidebar-details-video-description .sidebar-description .price-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-details-video-description .sidebar-description .price-wrap .price {
    margin-top: -5px;
}
.sidebar-details-video-description .sidebar-description .price-wrap .price .sale-price {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}
.sidebar-details-video-description .sidebar-description .price-wrap .price .regular-price {
    font-size: 16px;
    font-weight: 400;
    color: #a2a2a2;
    text-decoration: line-through;
    margin-left: 10px;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link {
    position: relative;
    display: flex;
    align-items: center;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .link-icon {
    font-size: 16px;
    color: #000000;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link:hover .social-share-wrapper {
    opacity: 1;
    visibility: visible;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .social-share-wrapper {
    display: block;
    position: absolute;
    left: 50%;
    bottom: calc(100% + -2px);
    transform: translateX(-65%);
    background-color: #28314b;
    z-index: 2;
    box-shadow: none;
    border-radius: 5px;
    margin: 0;
    padding: 2px;
    line-height: 0;
    white-space: nowrap;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .social-share-wrapper::after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5.5px 0 5.5px;
    border-color: #28314b transparent transparent transparent;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .social-share-wrapper ul li {
    display: inline-block;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .social-share-wrapper ul li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    color: #ffffff;
    border-radius: inherit;
    text-align: center;
    transition: all 0.3s linear;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .social-share-wrapper ul li:hover a {
    background: rgba(255, 255, 255, 0.13);
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .share-btn {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    color: #000000;
    margin-left: 10px;
}
.sidebar-details-video-description .sidebar-description .btn {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
}
.sidebar-details-video-description .sidebar-description .description-list {
    padding-top: 26px;
    padding-bottom: 15px;
}
.sidebar-details-video-description .sidebar-description .description-list li {
    font-weight: 500;
    font-size: 15px;
    color: #676767;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
    .sidebar-details-video-description .sidebar-description .description-list li {
        font-size: 15px;
    }
}
.sidebar-details-video-description .sidebar-description .description-list li:last-child {
    border-bottom: 0;
}
.sidebar-details-video-description .sidebar-description .description-list li i {
    margin: 0 4px 0 0;
}
.sidebar-details-video-description .sidebar-description .description-list li span {
    font-weight: 400;
    float: right;
    display: block;
}
.sidebar-details-course {
    margin-top: 60px;
}
.sidebar-details-title {
    font-size: 22px;
    font-weight: 700;
}
.sidebar-details-courses li {
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
}
.sidebar-details-courses li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.sidebar-course-item {
    display: flex;
    align-items: center;
    gap: 30px;
}
.sidebar-course-item .item-image {
    flex-shrink: 0;
}
.sidebar-course-item .item-image img {
    width: 100px;
    height: 100px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}
.sidebar-course-item .item-content {
    flex-grow: 1;
    max-width: 220px;
}
.sidebar-course-item .item-content .title {
    font-size: 16px;
}
.sidebar-course-item .item-content .price {
    font-size: 14px;
    color: #838383;
    margin-top: 5px;
}
.sidebar-course-item .item-content .price span {
    font-size: 16px;
    font-weight: 700;
    color: #f4da58;
}
/*--
/*  25 - Blog List CSS
/*----------------------------------------*/

.blog-standard-wrap {
    margin-top: -70px;
}
.blog-standard-wrap .blog-post-wrap {
    padding-right: 60px;
}
@media only screen and (max-width: 991px) {
    .blog-standard-wrap .blog-post-wrap {
        padding-right: 0;
    }
}
.single-blog-post {
    margin-top: 70px;
}
.single-blog-post .blog-content {
    margin-top: 50px;
    padding-top: 0;
}
.single-blog-post .blog-content .meta .tag {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    background: #f4da58;
    display: inline-block;
    text-transform: uppercase;
    color: #222222;
    border-radius: 35px;
    padding: 0 10px;
}
@media only screen and (max-width: 575px) {
    .single-blog-post .blog-content .meta .tag {
        margin-right: 10px;
    }
}
.single-blog-post .blog-content .meta .blog-meta {
    font-size: 13px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #838383;
    margin-left: 10px;
}
.single-blog-post .blog-content .title {
    font-size: 30px;
    line-height: 42px;
    padding-right: 110px;
    color: #222222;
    margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
    .single-blog-post .blog-content .title {
        padding-right: 0px;
    }
}
@media only screen and (max-width: 575px) {
    .single-blog-post .blog-content .title {
        font-size: 24px;
        line-height: 36px;
    }
}
.single-blog-post .blog-content .title:hover a {
    color: #f4da58;
}
.single-blog-post .blog-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
.single-blog-post .blog-content .btn {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin-top: 30px;
}
.blog-sidebar {
    margin-top: 70px;
    position: sticky;
    top: 0;
}
.sidebar-widget {
    margin-top: 45px;
}
.sidebar-widget.sidebar-widget-1 {
    margin-top: 0;
}
.sidebar-widget .search-form {
    position: relative;
    margin-top: 10px;
}
.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 1px solid #e1e1e1;
    border-radius: 40px;
    color: #93a1a2;
    font-weight: 500;
    outline: none;
    overflow: hidden;
}
.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #93a1a2;
    font-weight: 400;
}
.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #93a1a2;
    font-weight: 400;
}
.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #93a1a2;
    font-weight: 400;
}
.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #93a1a2;
    font-weight: 400;
}
.sidebar-widget .search-form button {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 5px;
    background: transparent;
    color: #111111;
    border: 0;
    top: 50%;
    font-size: 16px;
    font-weight: 700;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}
.sidebar-widget .search-form button:hover {
    color: #f4da58;
}
.sidebar-widget .widget-title {
    margin-bottom: 20px;
}
.sidebar-widget .widget-title .title {
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    color: #222222;
    position: relative;
    display: inline-block;
}
.sidebar-widget .widget-title .title::before {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: -60px;
    background: #f4da58;
}
.sidebar-widget .recent-posts ul li {
    margin-top: 30px;
}
.sidebar-widget .recent-posts ul li:first-child {
    margin-top: 0;
}
.sidebar-widget .recent-posts ul li .post-link {
    display: flex;
    align-items: center;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb {
    margin-right: 20px;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
    min-width: 70px;
    height: 70px;
    border-radius: 5px;
    image-rendering: crisp-edges;
}
.sidebar-widget .recent-posts ul li .post-link .post-text {
    flex: 1;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .title {
    font-size: 14px;
    line-height: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    transition: all 0.3s linear;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
    font-size: 12px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #838383;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
    margin-right: 5px;
}
.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
    color: #f4da58;
}
.sidebar-widget .category li {
    margin-top: 15px;
}
.sidebar-widget .category li a {
    font-size: 16px;
    color: #29303c;
    line-height: 20px;
}
.sidebar-widget .category li a span {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
    color: #29303c;
    transition: all 0.3s linear;
}
.sidebar-widget .category li a::before {
    content: '\f16e ';
    font-family: flaticon;
    font-size: 10px;
    color: #29303c;
    margin-right: 10px;
}
.sidebar-widget .category li a:hover {
    color: #f4da58;
}
.sidebar-widget .category li a:hover span {
    color: #f4da58;
}
.sidebar-widget .widget-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 60px 30px 70px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.sidebar-widget .widget-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(34, 34, 34, 0.4);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sidebar-widget .widget-banner .banner-content {
    max-width: 220px;
}
.sidebar-widget .widget-banner .banner-content .price {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #ff2660;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}
.sidebar-widget .widget-banner .banner-content .title {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-top: 20px;
}
.sidebar-widget .widget-banner .banner-content .btn {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 25px;
    margin-top: 20px;
}
.sidebar-widget .widget-banner .banner-content .btn:hover {
    background: #ffffff;
    color: #f4da58;
}
/*--
/*  26 - Blog Details CSS
/*----------------------------------------*/

.blog-wrapper-02 {
    margin-top: -70px;
}
.blog-details-wrapper {
    margin-top: 50px;
    padding-right: 60px;
}
.blog-details-wrapper .single-blog-post .blog-img img {
    width: 100%;
}
.blog-details-content {
    padding-top: 25px;
}
.blog-details-content>p {
    margin-top: 0;
}
.blog-details-content .blockquote {
    background: #f3f3f8;
    display: flex;
    padding: 40px;
    padding-top: 30px;
    margin: 40px 0;
}
.blog-details-content .blockquote .blockquote-icon {
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #222222;
    text-align: center;
    border-radius: 50%;
    margin-top: 2px;
}
.blog-details-content .blockquote .blockquote-icon svg {
    fill: #ffffff;
    width: 20px;
}
.blog-details-content .blockquote .blockquote-content {
    flex-grow: 1;
    padding-left: 20px;
}
.blog-details-content .blockquote .blockquote-content p {
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #222222;
    line-height: 1.4;
}
@media only screen and (max-width: 767px) {
    .blog-details-content .blockquote .blockquote-content p {
        font-size: 16px;
        line-height: 1.5;
    }
}
.blog-details-content .btn {
    margin-top: 25px;
}
.blog-tags-social {
    padding-top: 10px;
    border-top: 1px solid rgba(65, 70, 79, 0.14);
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-tags-social .blog-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 30px;
}
.blog-tags-social .blog-tags .label {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #222222;
    padding-right: 6px;
}
.blog-tags-social .blog-tags ul {
    display: flex;
}
.blog-tags-social .blog-tags ul li {
    padding: 0 6px;
}
.blog-tags-social .blog-tags ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    padding: 0 13px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f7f9;
    border-radius: 5px;
}
.blog-tags-social .blog-tags ul li a:hover {
    background-color: #f4da58;
    color: #ffffff;
}
.blog-tags-social .blog-social .social {
    display: flex;
    margin-left: -3px;
    margin-right: -3px;
    padding-top: 30px;
}
.blog-tags-social .blog-social .social li {
    padding: 0 3px;
}
.blog-tags-social .blog-social .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    color: #222222;
}
.blog-tags-social .blog-social .social li a:hover.facebook {
    color: #4867AA;
}
.blog-tags-social .blog-social .social li a:hover.twitter {
    color: #1DA1F2;
}
.blog-tags-social .blog-social .social li a:hover.pinterest {
    color: #BD081B;
}
.blog-details-pagination {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e1e1e1;
    padding: 10px 30px;
    position: relative;
    margin-top: 80px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
    .blog-details-pagination {
        padding: 0px 10px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-details-pagination {
        padding: 0 10px;
    }
}
.blog-details-pagination::before {
    position: absolute;
    content: '';
    width: 1px;
    background-color: #e1e1e1;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .blog-details-pagination::before {
        width: auto;
        height: 1px;
        left: 30px;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
}
.blog-details-pagination .previous-post, .blog-details-pagination .next-post {
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .blog-details-pagination .previous-post, .blog-details-pagination .next-post {
        width: 100%;
    }
}
.blog-details-pagination .blog-details-post {
    display: flex;
    align-items: center;
    padding: 30px 0;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
    .blog-details-pagination .blog-details-post {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 575px) {
    .blog-details-pagination .blog-details-post {
        padding: 20px 0;
    }
}
.blog-details-pagination .blog-details-post .details-post-thumb {
    flex-shrink: 0;
}
.blog-details-pagination .blog-details-post .details-post-thumb a i {
    font-size: 20px;
    color: #222222;
    padding: 0 10px;
}
.blog-details-pagination .blog-details-post .details-post-thumb a img {
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-details-pagination .blog-details-post .details-post-content {
    flex-grow: 1;
    padding: 0 22px;
}
.blog-details-pagination .blog-details-post .details-post-content .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
    .blog-details-pagination .blog-details-post .details-post-content .title {
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-details-pagination .blog-details-post .details-post-content .title {
        font-size: 15px;
    }
}
.blog-details-pagination .blog-details-post .details-post-content .date {
    color: #f4da58;
    font-size: 12px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #838383;
    margin-top: 5px;
    display: block;
}
.comment-box {
    margin-top: 50px;
}
.commtent-reply {
    padding-left: 105px;
}
@media only screen and (max-width: 767px) {
    .commtent-reply {
        padding-left: 0;
    }
}
.single-comment {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 575px) {
    .single-comment {
        display: block;
    }
}
.single-comment .comment-author {
    flex-shrink: 0;
}
.single-comment .comment-author img {
    width: 70px;
    border-radius: 50%;
}
.single-comment .comment-content {
    flex-grow: 1;
    padding-left: 30px;
}
@media only screen and (max-width: 575px) {
    .single-comment .comment-content {
        padding-left: 0;
        padding-top: 25px;
    }
}
.single-comment .comment-content .name {
    font-size: 16px;
    font-weight: 700;
}
.single-comment .comment-content p {
    margin-top: 5px;
}
.single-comment .comment-content .meta {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}
.single-comment .comment-content .meta .date {
    font-size: 12px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    color: #b2b2b2;
}
.single-comment .comment-content .meta>* {
    margin-right: 30px;
}
.single-comment .comment-content .meta>*:last-child {
    margin-right: 0;
}
.single-comment .comment-content .meta a:hover {
    color: #f4da58;
}
.comment-wrap .comment-form {
    margin-top: 75px;
}
.comment-wrap .comment-form .comment-title {
    font-size: 20px;
    line-height: 30px;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    color: #222222;
}
.comment-wrap .comment-form p {
    font-size: 14px;
    line-height: 30px;
    color: #686f7a;
}
.comment-wrap .comment-form .comment-form-wrap {
    padding-top: 10px;
}
.comment-wrap .comment-form .comment-form-wrap .single-form {
    margin-top: 15px;
}
.comment-wrap .comment-form .comment-form-wrap .single-form .form-control {
    height: 50px;
    padding: 10px 25px;
    border: 1px solid transparent;
    font-size: 13px;
    color: #222222;
    background: #f6f7f9;
    border-radius: 0;
}
.comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #222222;
    font-weight: 400;
}
.comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #222222;
    font-weight: 400;
}
.comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #222222;
    font-weight: 400;
}
.comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #222222;
    font-weight: 400;
}
.comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #f4da58;
}
.comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control {
    height: 135px;
    font-size: 13px;
    color: #222222;
    font-weight: 500;
    padding: 10px 25px;
    padding-top: 15px;
    resize: none;
}
.comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}
.comment-wrap .comment-form .comment-form-wrap .form-btn .btn {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 16px;
    padding: 0 40px;
}
/*--
/*  27 - Contact CSS
/*----------------------------------------*/

.contact-info-wrap {
    margin-top: -30px;
}
.single-contact-info {
    background: #f7f3eb;
    text-align: center;
    position: relative;
    padding: 35px 40px 45px;
    margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .single-contact-info {
        padding: 35px 30px 45px;
    }
}
.single-contact-info::before {
    content: "";
    position: absolute;
    left: 8px;
    bottom: -8px;
    background: #212121;
    width: 100%;
    height: 97%;
    z-index: -1;
}
.single-contact-info.contact-info-02 {
    background: #dcf1f6;
}
.single-contact-info.contact-info-03 {
    background: #e4ffe7;
}
.single-contact-info .info-icon i {
    font-size: 50px;
    color: #222222;
}
.single-contact-info .info-content .title {
    font-size: 24px;
    margin-bottom: 5px;
}
.single-contact-info .info-content p {
    font-size: 15px;
}
.contact-form-section .contact-wrap .contact-form-wrap {
    padding-top: 30px;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form {
    margin-top: 20px;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control {
    border: 1px solid transparent;
    height: 50px;
    padding: 10px 25px;
    background: #f6f7f9;
    font-size: 15px;
    color: #787884;
    font-weight: 400;
    border-radius: 0;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 15px;
    color: #787884;
    font-weight: 400;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:-moz-placeholder {
    opacity: 0.95;
    font-size: 15px;
    color: #787884;
    font-weight: 400;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control::-moz-placeholder {
    opacity: 0.95;
    font-size: 15px;
    color: #787884;
    font-weight: 400;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 15px;
    color: #787884;
    font-weight: 400;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #f4da58;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form textarea.form-control {
    height: 135px;
    color: #415674;
    padding: 10px 25px;
    padding-top: 15px;
    resize: none;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}
.contact-form-section .contact-wrap .contact-form-wrap .form-btn .btn {
    margin-top: 35px;
}
.contact-map-section .contact-map-wrap {
    margin-bottom: -10px;
}
.contact-map-section .contact-map-wrap iframe {
    height: 560px;
    width: 100%;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
@media only screen and (max-width: 1199px) {
    .contact-map-section .contact-map-wrap iframe {
        height: 480px;
    }
}
/*--
/*  20 - Team CSS
/*----------------------------------------*/

.team-wrap {
    margin-top: -30px;
}
.single-team {
    background: #ffffff;
    box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 20px 15px 0px;
    margin-top: 30px;
    transition: all 0.3s linear;
}
.single-team .team-img {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.single-team .team-img a {
    display: block;
}
.single-team .team-img a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFF0 38%, #00000082 73%);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.3s linear;
}
.single-team .team-img a img {
    width: 100%;
    transition: all 0.3s linear;
}
.single-team .team-content {
    position: relative;
    padding: 15px 20px 30px;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .single-team .team-content {
        padding: 15px 15px 30px;
    }
}
.single-team .team-content .team-social {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -40px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.single-team .team-content .team-social .social li {
    display: inline-block;
}
.single-team .team-content .team-social .social li+li {
    margin-left: 15px;
}
@media only screen and (max-width: 1399px) {
    .single-team .team-content .team-social .social li+li {
        margin-left: 12px;
    }
}
.single-team .team-content .team-social .social li a {
    font-size: 17px;
    transform: translate3d(0, 0, 0);
    color: #ffffff;
}
.single-team .team-content .team-social .social li:hover a {
    transform: translateY(-5px);
    color: #f4da58;
}
.single-team .team-content .name {
    font-size: 20px;
    line-height: 24px;
}
.single-team .team-content .designation {
    font-size: 14px;
    line-height: 24px;
    color: #868686;
}
.single-team:hover {
    box-shadow: 0px 20px 50px rgba(0, 108, 226, 0.1);
}
.single-team:hover .team-img a::before {
    opacity: 1;
    visibility: visible;
}
.single-team:hover .team-img a img {
    transform: scale(1.1);
}
.single-team:hover .team-content .team-social {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -60px);
}
/*--
/*  21 - Team Single CSS
/*----------------------------------------*/

.eduhut-team-profile-section .team-profile {
    background: #ffffff;
    box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 20px;
}
.eduhut-team-profile-section .team-profile .profile-img img {
    width: 100%;
    border-radius: 4px;
}
.eduhut-team-profile-section .team-profile .profile-content {
    padding-top: 20px;
}
.eduhut-team-profile-section .team-profile .profile-content .name {
    font-size: 20px;
    line-height: 24px;
}
.eduhut-team-profile-section .team-profile .profile-content .designation {
    font-size: 14px;
    line-height: 24px;
    color: #868686;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social {
    border-top: 1px solid #ebebeb;
    padding-top: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social .title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social ul li {
    display: inline-block;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social ul li a {
    display: inline-block;
    font-size: 16px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social ul li a.facebook {
    background: #3452cf;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social ul li a.twitter {
    background: #39adf1;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social ul li a.pinterest {
    background: #d54443;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social ul li+li {
    margin-left: 5px;
}
.eduhut-team-profile-section .team-profile-description-wrap {
    padding-left: 60px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-team-profile-section .team-profile-description-wrap {
        padding-left: 0;
        padding-top: 40px;
    }
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-info {
    max-width: 415px;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info {
    font-size: 14px;
    line-height: 24px;
    color: #676767;
    margin-top: 10px;
    padding-top: 10px;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info+.team-info {
    border-top: 1px solid #ebebeb;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info .title {
    padding-right: 10px;
    display: inline-block;
    width: 115px;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info span {
    color: #222222;
    font-weight: 700;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info p {
    display: inline-block;
    margin-left: 10px;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-description {
    margin-top: 50px;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-description .title {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 15px;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-description p {
    font-size: 15px;
    line-height: 30px;
}
/*--
/*  22 - Login Register CSS
/*----------------------------------------*/

.login-register-section {
    overflow: hidden;
}
.login-register-section .login-register-wrap {
    margin-top: -50px;
}
.login-register-section .login-register-wrap .section-title .title {
    font-size: 36px;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    color: #222222;
    line-height: 1.2;
    margin-top: -8px;
}
.login-register-section .login-register-wrap .login-register-box {
    border: 1px solid #ebebeb;
    padding: 40px;
    border-radius: 10px;
    margin-top: 50px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form {
    margin-top: 20px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control {
    border: 1px solid transparent;
    background: #f6f7f9;
    font-size: 15px;
    color: #787884;
    font-weight: 400;
    border-radius: 0;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 15px;
    font-family: "Urbanist", sans-serif;
    color: #787884;
    font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-moz-placeholder {
    opacity: 0.95;
    font-size: 15px;
    font-family: "Urbanist", sans-serif;
    color: #787884;
    font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-moz-placeholder {
    opacity: 0.95;
    font-size: 15px;
    font-family: "Urbanist", sans-serif;
    color: #787884;
    font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 15px;
    font-family: "Urbanist", sans-serif;
    color: #787884;
    font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:focus {
    outline: none;
    border-color: #f4da58;
    box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input {
    margin-right: 8px;
    margin-top: 3px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input:focus {
    box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-label {
    display: inline;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn {
    margin-top: 30px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn {
    height: 50px;
    line-height: 45px;
}
/*----------------------------------------*/

/*  05. Widget CSS
/*----------------------------------------*/

/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/

.sidebar-wrap {
    border-left: 1px solid #eeeeee;
    height: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .sidebar-wrap {
        border-left: none;
        height: auto;
        padding-top: 0;
    }
}
.widget {
    margin-bottom: 40px;
    color: #676767;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget .widget-title {
    border-bottom: 1px solid #eeeeee;
    padding-left: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .widget .widget-title {
        padding-left: 0;
    }
}
/*--
/*  28.1 - Footer Widget CSS
/*----------------------------------------*/

.footer-widget {
    margin-top: 40px;
}
.footer-widget-title {
    font-size: 20px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #ffffff;
}
.widget-about p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding-right: 60px;
    margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
    .widget-about p {
        padding-right: 0;
    }
}
.footer-social .social {
    margin-top: 30px;
}
.footer-social .social li {
    display: inline-block;
}
.footer-social .social li+li {
    margin-left: 5px;
}
.footer-social .social li a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    background: #2f2e38;
    color: #ffffff;
}
.footer-social .social li a:hover {
    color: #f4da58;
}
.widget-link {
    padding-top: 15px;
}
.widget-link .link li {
    margin-top: 10px;
}
.widget-link .link li a {
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s linear;
}
.widget-link .link li a:hover {
    color: #f4da58;
}
.widget-download {
    padding-top: 17px;
}
.widget-download a {
    display: block;
    margin-top: 15px;
}
.widget-download a img {
    border-radius: 4px;
}
.back-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 50px;
    z-index: 20;
    border-radius: 50%;
    background-color: #f4da58;
    border: 0;
    transition: all 0.3s linear;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    opacity: 0;
    transform: translateX(130%) rotate(90deg);
}
.back-btn:hover {
    background-color: #171621;
    color: #ffffff;
}
.back-btn.active {
    opacity: 1;
    transform: translateY(0) rotate(90deg);
}
/*--
/*  28. Footer CSS
/*----------------------------------------*/

.footer-section {
    background-color: #171621;
    padding-top: 90px;
    padding-bottom: 80px;
}
.footer-section-02 {
    background-color: #0a1111;
}
.footer-section-03 {
    background-color: #000000;
}
.footer-widget-wrap {
    margin-top: -40px;
}
.copyright-text {
    margin-top: 30px;
}
.copyright-text p {
    font-size: 14px;
    color: #ffffff;
}
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(244 218 88 / 44%);
    opacity: 0;
    visibility: hidden;
    transform: translateX(130%);
    z-index: 99;
    transition: all 200ms linear;
}
.progress-wrap::after {
    position: absolute;
    content: "\f108";
    font-family: flaticon !important;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #f4da58;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    transform: rotate(90deg);
    cursor: pointer;
    display: block;
    z-index: 1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #f4da58;
    stroke-width: 4;
    box-sizing: border-box;
}
.progress-wrap.progress-wrap-02 {
    box-shadow: inset 0 0 0 2px rgba(244, 218, 88, 0.3);
}
.progress-wrap.progress-wrap-02::after {
    color: #f4da58;
}
.progress-wrap.progress-wrap-02 svg.progress-circle path {
    stroke: #f4da58;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
/*
    Theme Name: Edube
*/

/* ======= site font family ==========*/
@import url('css2.css');

:root {
    --blackc: #000;
    --whitec: #ffffff;
    --pargc: #333333;
    --titlecolor: #333333;
    --iconc: #ffc107;
    --brcolor: #ffc102;
    --bgcolor: #002e70;
    --lightcolor: #ffc102;

}
html,
body{
    overflow-x: hidden;
}
.teshushezhi-a a{
  font-size:22px;
}
.witr_all_pd0{
    padding: 0;
}
/* custom css */
body{
    font-size: 16px;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
}
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-size: 30px;
    font-weight: 700;
    color: var(--titlecolor);
}
a{
    font-size: 15px;
    color: var(--titlecolor);
    font-weight: 500;
    text-decoration: none;
    transition: 1s;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--pargc);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active{
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;	
}
p.form-messege{
    margin-top: 8px;
    color: var(--brcolor);
}
/* site hightlight */
.highlight{
    color: var(--brcolor);
}
/* golobal btn css */
.ebtn {
    margin-top: 30px;
}
.ebtn a{
    display: inline-block;
    padding: 12px 25px;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 10px;
}
.ebtn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.ebtn a.active{
    background: none;
    border: 1px solid var(--blackc);
    color: var(--titlecolor);
}
.ebtn a.active:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 1px solid transparent;
}
/*=========== header top area start  =============*/
.header_top_area {
    background-color: var(--brcolor);
    padding: 11px 305px;
}
/* header left */
.header_left span{
    font-size: 15px;
    font-weight: 500;
}
.header_left span, .header_left a {
    margin: 0 8px 0 0;
    color: var(--whitec);
}
.header_left span i,
.header_left a i{
    margin-right: 4px;
}
/* header right */
.header_right a{
    margin-left: 12px;
    color: var(--whitec);
}
.header_right a i {
    margin-right: 5px;
}
.header_right a.bar{
    position: relative;
}
.header_right a.bar::before {
    content: "|";
    margin-right: 12px;
}
/*=========== header top area end =============*/

/*======== main menu area start ==========*/
.main_menu_area{
    padding: 0 305px;
    background-color: var(--whitec);
}
/* mobile menu */
.mobile_menu{
    display: none;
}
.mobile_logo_area{
    display: none;
    padding: 20px 0 10px;
}
.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgb(0 0 0 / 70%);
}
.main_menu_area .sticky_logo{
    display: none;
}
.main_menu_area.sticky .main_logo{
    display: none;
}
.main_menu_area.sticky .sticky_logo{
    display: block;
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
    transition: .5s;
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a:hover{
    color: var(--brcolor);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_btn a{
    transition: .5s;
}
.main_menu_area.sticky .main_nav_icons >i, .main_menu_area.sticky .main_nav_icon_right > i{
    color: var(--whitec);
}
/* main nav area css */
.main_nav_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* absolute menu css */
.absolute_menu{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    background: none;
}
.absolute_menu .main_nav_area{
    justify-content: space-between;
}
/* landing menu css */
.landing_menu{
    justify-content: end;
}
.main_menu_all_item{
    align-items: center;
}
/* inner main nav area css */
.inner_main_nav_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_main_nav_area >ul >li {
    display: inline-block;
    position: relative;
}
.inner_main_nav_area >ul >li >a {
    display: inline-block;
    margin: 35px 20px 38px;
    font-size: 20px;
    font-weight: 500;
}
.inner_main_nav_area >ul> li> a:hover{
    color: var(--brcolor);
}
.inner_main_nav_area >ul >li >a i {
    font-size: 14px;
    margin-left: 3px;
    color: var(--blackc);
    font-weight: 700;
}
.absolute_menu .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a:hover{
    color: var(--brcolor);
}
.absolute_menu .inner_main_nav_area >ul >li >a>i{
    color: var(--whitec);
}
/* main nav icons together */
.main_nav_icons_together {
    display: flex;
    align-items: center;
}
/* main nav icons */
.main_nav_icons {
    margin-left: 24px;
}
.main_nav_icons >i{
    font-size: 20px;
    color: var(--blackc);
    cursor: pointer;
}
.main_nav_btn{
    margin-left: 20px;
}
.main_nav_btn >i{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    padding: 9px 25px;
    background-color: var(--bgcolor);
    color: var(--whitec);
    cursor: pointer;
    transition: .5s;
}
.main_nav_btn >i:hover{
    background-color: var(--brcolor);
}
/* drop down menu css */
.inner_main_nav_area ul li .sub_menu{
    position: absolute;
    top: 130%;
    left: 0;
    width: max-content;
    min-width: 205px;
    max-width: 320px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--whitec);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li{
    position: relative;
}
.inner_main_nav_area ul li .sub_menu li a {
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    padding: 6px 17px;
}
.inner_main_nav_area ul li .sub_menu li a:hover{
    color: var(--brcolor);
    margin-left: 5px;
}
.inner_main_nav_area >ul >li:hover .sub_menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.inner_main_nav_area .sub_menu >li > ul.sub_menu{
    top: 130%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li:hover  ul.sub_menu{
    top: 0;
    opacity: 1;
    visibility: visible;
}
/* main nav btn area css */
.main_nav_btn a{
    display: inline-block;
    padding: 11px 25px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px;
    background-color: var(--brcolor);
    color: var(--whitec);
}
.main_nav_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* humbagur menu css */
.humbager_main_nav{
    position: relative;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.humbager_main_nav2{
    left: 0;
    opacity: 1;
    visibility: visible;
}
.humbager_icons i{
    font-size: 40px;
    color: var(--whitec);
    margin-left: 30px;
    cursor: pointer;
}
.humbager_icons i.hide_icon{
    font-size: 40px;
    color: var(--whitec);
    display: none;
    cursor: pointer;
}
.humbagur_item i.show_icon{
    display: none;
    cursor: pointer;
}
.humbagur_item i.hide_icon{
    display: block;
    cursor: pointer;
}
/*======== main menu area end ==========*/

/* =========== slider area start ============ */
.inner_slider_area{
    background-size: cover;
    background-position:  center center;
    background-repeat: no-repeat;
    height: 700px;
    display: flex !important;
    align-items: center;
}
.inner_slider_content {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 84%;
    margin: 0 0 0 auto;
}
.inner_slider_main_text h2{
    font-size: 18px;
    margin: 0;
}
.inner_slider_main_text h3{
    font-size: 70px;
    margin: 0;
}
.inner_slider_main_text p {
    width: 87%;
    margin: 15px 0 0 0;
}
.inner_slider_right_img {
    padding: 0 150px 0 0;
}
/* slider defult arrow */
.slick-prev ,
.slick-next{
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--hoverc2);
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
.slick-prev:hover ,
.slick-next:hover{
    background-color: var(--linkcolor);
}
.slick-prev {
    left: 0;
}
.slick-next{
    right: 0;
}
.slick-prev::before ,
.slick-next::before{
    content: '\eac9';
    font-family: IcoFont;
    font-size: 50px;
    font-weight: 700;
    color: var(--blackc);
    transition: .5s;
}
.slick-next::before{
    content: '\eaca';
}
.slick-prev:hover::before ,
.slick-next:hover::before{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* slick defult dots css */
.slick-dots {
    list-style: none;
    text-align: center;
}
.slick-dots li{
    display: inline;
    margin: 0 6px;
}
.slick-dots li button{
    font-size: 0;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    background-color: var(--brcolor);
}
.slick-dots li.slick-active button{
    background-color: var(--bgcolor);
}
/* home 2 slider area css */
.h2_inner_slider_area .inner_slider_right_img {
    padding: 18px 230px 0 0;
}
.h2_inner_slider_area .inner_slider_main_text .ebtn a{
    background: none;
    color: var(--titlecolor);
    border: 1px solid var(--titlecolor);
}
.h2_inner_slider_area .inner_slider_main_text p{
    width: 80%;
}
.h2_inner_slider_area .inner_slider_main_text .ebtn a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 1px solid transparent;
}
/* home 3 inner slider area css */
.h3_inner_slider{
    height: 900px;
}
.h3_inner_slider .inner_slider_main_text h2{
    color: var(--brcolor);
}
.h3_inner_slider .inner_slider_main_text h3{
    color: var(--whitec);
}
.h3_inner_slider .inner_slider_main_text .ebtn a{
    border-radius: 5px;
}
/* =========== slider area end ============ */

/*======== breadcum area start  ==========*/
.breadcum_area {
    background-size: cover;
    background-position: center center;
}
.inner_breadcum_area {
    padding: 60px 0;
}
.inner_breadcum_area h1{
    font-size: 29px;
    font-weight: 700;
    color: var(--whitec);
    margin: 0;
}
.inner_breadcum_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_breadcum_area ul li{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_breadcum_area ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
    font-size: 18px;
}
/*======= breadcum area end  =====*/

/*======= feature area start  =====*/
.feature_area {
    padding: 80px 0 50px;
}
.inner_feature_area h3 a{
    font-size: 20px;
    font-weight: 700;
}
.inner_feature_area h3 a:hover{
    color: var(--brcolor);
}
.inner_feature_area p {
    width: 85%;
    margin: 0 auto;
}
/* home 2 feature area css */
.h2_feature_area {
    padding: 115px 0 50px;
}
.h2_feature_area .inner_feature_area i {
    display: inline-block;
    font-size: 50px;
    color: #ffc102;
    margin-bottom: 15px;
}
/*======= feature area end  =====*/

/*======= home 3 feature area start  =====*/
.h3_feature_area {
    position: relative;
    margin-top: -70px;
}
/* single page featurea area css */
.single_page_feature {
    margin: 110px 0 0;
}
.h3_inner_feature_area {
    padding: 30px 15px 35px;
    display: flex;
    background-color: var(--whitec);
    box-shadow: 0px 10px 23px 0px #DDDDDD;
}
.h3_inner_feature_content{
    margin-left: 15px;
}
.h3_inner_feature_content >h3 >a{
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.h3_inner_feature_content >h3 >a:hover{
    color: var(--brcolor);
}
.h3_inner_feature_content a{
    font-size: 16px;
    font-weight: 400;
}
/*======= home 3 feature area end  =====*/

/*======= about area start  =====*/
.about_area{
    padding: 65px 0 50px;
    position: relative;
}
.inner_about_left_img{
    position: relative;
}
.inner_about_left_img img{
    width: 100%;
}
.inner_about_left_img a {
    position: absolute;
    bottom: 2%;
    right: 14%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 78px;
    border-radius: 100%;
    text-align: center;
    background-color: var(--brcolor);
    animation: about_play_shadow 1s linear infinite;
}
@keyframes about_play_shadow{
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
   }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
   }
}
/* inner about right area css */
.inner_about_right_area {
    padding-top: 25px;
}
.inner_about_right_area h2{
    font-size: 18px;
    font-weight: 600;
    color: var(--brcolor);
    text-transform: uppercase;
}
.inner_about_right_area h3{
    font-size: 39px;
    text-transform: uppercase;
}
.inner_about_right_area p {
    width: 84%;
}
/* inner about right list area css */
.inner_about_right_list ul {
    list-style: none;
    padding-left: 0;
}
.inner_about_right_list ul li {
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0;
}
.inner_about_right_list ul li i{
    color: var(--brcolor);
    font-size: 20px;
    margin-right: 6px;
}
.inner_about_right_list .ebtn{
    margin-top: 15px;
}
.inner_about_right_item h2{
    font-size: 20px;
    color: var(--titlecolor);
    font-weight: 700;
    text-transform: capitalize;
}
.inner_about_right_item p {
    width: 100%;
    margin-top: 15px;
}
/* inner about right shap css */
.inner_about_right_shap{
    position: absolute;
    top: 0;
    right: 50px;
    animation: about_right_shap 5s linear 1s infinite alternate running;
}
@keyframes about_right_shap {
    0%{
                transform: translateY(0px);
      }
    100%{
                transform: translateY(45px);
      }
}
/*======= about area end  =====*/

/*======= home 2 about area start  =====*/
.h2_about_area {
    padding: 70px 0 50px;
    position: relative;
}
.faq_about{
    padding: 105px 0 80px;
}
.h2_about_area .section_title_area{
    padding-top: 40px;
}
.h2_about_area .section_title_area h3 {
    font-size: 39px;
}
.h2_about_area .section_title_area p{
    margin-top: 10px;
}
/* home 2 inner about list items css */
.h2_inner_about_list_items {
    display: flex;
    justify-content: space-between;
}
.h2_inner_about_items ul{
    list-style: none;
    padding-left: 0;
}
.h2_inner_about_items ul li {
    font-size: 18px;
    padding: 5px 0;
    font-weight: 400;
}
.h2_inner_about_items ul li i{
    color: var(--brcolor);
    margin-right: 6px;
}
.h2_about_area .ebtn {
    margin-top: 0;
}
.h2_about_area .ebtn a{
    font-size: 18px;
    text-transform: capitalize;
    padding: 12px 30px;
}
/* home 2 inner about left shap css */
.h2_inner_about_left_shap{
    position: absolute;
    top: 30px;
    left: 0;
    z-index: -1;
    animation: h2_about_left_shap 5s linear 1s infinite alternate running;
}
@keyframes h2_about_left_shap {
    0%{
                transform: translateY(0px);
      }
    100%{
                transform: translateY(45px);
      }
}
/*======= home 2 about area end  =====*/

/*======= home 3 about area start  =====*/
.h3_about_area {
    padding: 120px 0 45px;
}
.inner_progres_bar {
    margin-top: 5px;
}
/* single progres bar css */
.single_progres_bar{
    margin-bottom: 25px;
}
.single_progres_bar h5{
    font-size: 16px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
/* progres bar thumb css */
.progres_bar_thumb{
    position: relative;
}
.progres_bar_thumb .fill{
    background: #ffc102 !important;
}
.tip{
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--titlecolor);
}
/*======= home 3 about area end  =====*/

/*======= service area start  =====*/
.service_area {
    padding: 155px 0 50px;
}
/* course area css */
.course_service{
    padding: 105px 0 70px;
}
/* single service area css */
.single_service_area {
    background-color: var(--whitec);
    border-radius: 8px;
    transition: .2s;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px 4px rgba(39,57,101,.1);
}
.single_service_area:hover{
    transform: translateY(-5px);
}
.single_service_area img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
/* inner service content */
.inner_service_content {
    padding: 0 0 0 18px;
    border-bottom: 1px solid #cdcfd5;
}
.inner_service_icons {
    margin: 22px 0 5px;
}
.inner_service_icons i{
    font-size: 20px;
    color: var(--brcolor);
}
.inner_service_icons span {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}
.inner_service_content h3 a{
    display: inline-block;
    font-size: 20px;
}
.inner_service_content h3 a:hover{
    color: var(--bgcolor);
}
.inner_service_content p {
    margin: 15px 0 10px;
    font-size: 14px;
    font-weight: 500;
}
.inner_service_content p i{
    margin-right: 5px;
}
/* inner service title css */
.inner_service_gtitle {
    margin-top: 40px;
    display: flex;
    padding-bottom: 10px;
    align-items: baseline;
}
.inner_service_gtitle p{
    font-size: 14px;
    color: var(--brcolor);
}
.inner_service_gtitle a{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #3e64de;
    color: var(--whitec);
    margin-right: 10px;
    border-radius: 100%;
}
/* inner service btn */
.inner_service_btn {
    padding: 18px 20px 10px 18px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.inner_service_btn p{
    font-size: 16px;
    font-weight: 700;
}
.inner_service_btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px 8px;
    border: 1px solid var(--brcolor);
    color: var(--brcolor);
    border-radius: 5px;
}
.inner_service_btn a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_service_btn2 {
    padding: 18px 20px 16px 18px;
}
.inner_service_btn2 a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 13px 10px;
    border: 1px solid var(--brcolor);
    color: var(--brcolor);
    border-radius: 5px;
}
.inner_service_btn2 a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 1px solid transparent;
}
/* home 3 service area css */
.h3_service_area{
    padding: 65px 0 30px;
}
.h3_service_area .section_title_area{
    margin-bottom: 20px;
}
.h3_service_area .single_service_area {
    margin: 10px 15px;
}
/* home 3 service area defult arrow css */
.h3_service_area .slick-prev{
    left: -50px;
}
.h3_service_area .slick-next {
    right: -50px;
}
.h3_service_area .slick-prev::before, .h3_service_area .slick-next::before{
    content: '\eac9';
    font-family: Icofont!important;
    font-size: 30px;
    font-weight: 700;
    color: var(--blackc);
    transition: .5s;
}
.h3_service_area .slick-next::before{
    content: '\eaca';
}
.h3_service_area .slick-prev:hover::before , .h3_service_area .slick-next:hover::before{
    background: none;
    color: var(--blackc);
    padding: 0;
}
/*======= service area end  =====*/

/*======= apply area start =====*/
.apply_area{
    padding: 30px 0 50px;
}
.inner_apply_area {
    padding: 50px 0 68px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner_apply_area h2{
    font-size: 42px;
    color: var(--whitec);
    text-transform: uppercase;
}
.inner_apply_area p {
    width: 70%;
    color: var(--whitec);
    margin: 10px auto 0;
}
.inner_apply_area .ebtn {
    margin-top: 20px;
}
.inner_apply_area .ebtn a{
    font-size: 18px;
    padding: 12px 30px;
}
.inner_apply_area .ebtn a.active{
    color: var(--brcolor);
    border: 2px solid var(--brcolor);
}
/*======= apply area end =====*/

/*======= counter area start  =====*/
.counter_area{
    padding: 70px 0 50px;
}
/* about counter area css */
.about_counter{
    padding: 65px 0 40px;
}
/* service counter area css */
.service_counter{
    padding: 120px 0 65px;
}
.counter_width {
    padding: 40px 0 40px;
    background-image: linear-gradient(90deg, #F5F5F5 0%, #FFC10212 100%);
    border-radius: 10px;
}
/* inner counter area css */
.inner_counter_area {
    padding: 15px 0;
    border-left: 3px solid var(--brcolor);
    border-right: 3px solid var(--brcolor);
}
.border_left_none{
    border-left: none;
}
.border_right_none{
    border-right: none;
}
.inner_counter_cont {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.inner_counter_cont h2{
    font-size: 39px;
    margin-right: 5px;
}
.inner_counter_cont span{
    font-size: 39px;
}
.inner_counter_area h4{
    font-size: 16px;
    font-weight: 500;
}
/*======= counter area end  =====*/

/*======= course area start  =====*/
.course_area{
    padding: 65px 0 50px;
}
.section_title_area{
    margin-bottom: 30px;
}
.section_title_area h2{
    font-size: 18px;
    font-weight: 600;
    color: var(--brcolor);
    text-transform: uppercase;
    margin: 0;
}
.section_title_area h3{
    font-size: 42px;
    text-transform: uppercase;
    margin: 0;
}
.inner_course_left_text h2{
    font-size: 20px;
}
.inner_course_left_text h3{
    font-size: 42px;
    text-transform: uppercase;
}
.inner_course_left_text p{
    width: 80%;
}
.inner_course_left_text .ebtn{
    margin-top: 20px;
}
.inner_course_left_text .ebtn a{
    text-transform: capitalize;
}
.inner_course_left_text .ebtn a i{
    font-size: 20px;
}
/* course bg area css */
.course_bg_area{
    padding: 100px 0 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*======= course area end  =====*/

/*======= team area start  =====*/
.team_area {
    padding: 115px 0 115px;
}
/* single team css */
.single_team{
    padding: 50px 0 100px;
}
.inner_team_area{
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 5%);
    position: relative;
}
.inner_team_img{
    position: relative;
}
.inner_team_img a {
    position: absolute;
    border-radius: 50%;
    top: 25px;
    right: 15px;
    background: var(--brcolor);
    color: var(--whitec);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 20px;
}
/* inner team socail icons css */
.inner_team_socail_icon {
    position: absolute;
    top: 65px;
    right: 25px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_team_socail_icon a{
    border-radius: 50%;
    background: var(--brcolor);
    color: var(--whitec);
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 20px;
    margin-bottom: 5px;
}
.inner_team_socail_icon a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_team_area:hover .inner_team_socail_icon{
    opacity: 1;
    visibility: visible;
}
.inner_team_img img{
    width: 100%;
}
/* inner team content css */
.inner_team_content {
    padding: 22px 0 22px;
    transition: .5s;
    position: relative;
    overflow: hidden;
}
.inner_team_content::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 140%;
    background: var(--blackc);
    bottom: -11px;
    left: 31px;
    z-index: 1;
    transition: .5s;
    transform: rotate(30deg);
    opacity: 0;
}
.inner_team_content::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 140%;
    background: var(--blackc);
    bottom: -11px;
    right: 31px;
    z-index: 1;
    transition: .5s;
    transform: rotate(30deg);
    opacity: 0;
}
.inner_team_area:hover .inner_team_content::before{
    opacity: 1;
}
.inner_team_area:hover .inner_team_content::after{
    opacity: 1;
}
.inner_team_content h2{
    font-size: 20px;
    margin: 0;
}
.inner_team_area:hover .inner_team_content{
    background-color: var(--brcolor);
}
/* home 2 team area css */
.h2_team_area{
    padding: 75px 0 60px;
}
/* about team css */
.about_team{
    padding: 65px 0 100px;
}
.h2_team_area .inner_team_area img {
    width: auto;
}
.h2_team_area .inner_team_content{
    background-color: #EBEBEB;
} 
/*======= team area end  =====*/

/*======= join area start  =====*/
.join_area {
    padding: 80px 0 50px;
    position: relative;
}
.inner_join_area{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.inner_join_area::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #0000005f;
}
/* inner join content css */
.inner_join_content {
    padding: 85px 0 75px;
    width: 44%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 999;
}
.inner_join_content h2{
    font-size: 18px;
    font-weight: 600;
    color: var(--brcolor);
    text-transform: uppercase;
}
.inner_join_content h3{
    font-size: 42px;
    color: var(--whitec);
    text-transform: uppercase;
}
.inner_join_content p {
    width: 82%;
    color: var(--whitec);
}
/* inner join form css */
.inner_join_form {
    position: relative;
    overflow: hidden;
    margin-top: 24px;
}
.inner_join_form input {
    width: 90%;
    color: var(--whitec);
    border: 1px solid var(--whitec);
    height: 51px;
    border-radius: 5px 0 0 5px;
    outline: none;
    background: none;
    padding-left: 20px;
}
.inner_join_form input::placeholder{
    color: var(--whitec);
}
.inner_join_form button {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 58px;
    border: none;
    outline: none;
    padding: 12px 50px;
    background-color: var(--brcolor);
    color: var(--blackc);
    font-size: 18px;
    font-weight: 400;
}
/* join left shap css */
.join_left_shap {
    position: absolute;
    bottom: -290px;
    left: 0;
    z-index: -1;
    animation: join_left_shap 5s linear 1s infinite alternate running;
}
@keyframes join_left_shap {
    0%{
                transform: translateY(0px);
      }
    100%{
                transform: translateY(45px);
      }
}
/*======= join area end  =====*/

/*======= event area start  =====*/
.event_area{
    padding: 55px 0 50px;
}
.event_area .section_title_area{
    margin-bottom: 55px;
}
.inner_event_left_area img {
    width: 100%;
}
.inner_event_right_img img {
    width: 200px ;
    height: 225px;
}
/* inner event right area css */
.inner_event_right_area {
    margin: -15px 0 35px;
    display: flex;
    align-items: center;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFC102;
    box-shadow: 0 0 20px rgb(0 0 0 / 9%);
    border-radius: 10px;
}
.inner_event_right_content{
    margin-left: 25px;
}
.inner_event_right_content h3 a{
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.inner_event_right_content h3 a:hover{
    color: var(--brcolor);
}
.inner_event_list_items ul {
    list-style: none;
    padding-left: 0;
}
.inner_event_list_items ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin: 0 10px 0 0;
}
.inner_event_list_items ul li i{
    margin-right: 5px;
}
/*======= event area end  =====*/

/*======== shop area start  ==========*/
.shop_area {
    padding: 110px 0 90px;
}
.inner_shop_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.inner_shop_title_left p {
    font-weight: 600;
}
.shop_list {
    margin-bottom: 30px;
    padding: 0 0 15px;
    box-shadow: 0 0 10px #c9bdbd5e;
}
/* inner book list img */
.shop_list_img{
    position: relative;
    overflow: hidden;
}
.shop_list_img img{
    width: 100%;
}
.shop_list h2{
    margin-top: 7px;
}
.shop_list h2 a{
    font-size: 20px;
    font-weight: 700;
}
.shop_list h2 a:hover{
    color: var(--brcolor);
}
.book_price span{
    font-size: 16px;
    font-weight: 700;
    color: var(--brcolor);
}
/* book list overlay icons */
.shop_overlay_icon {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    transition: .5s;
}
.shop_overlay_icon i{
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: var(--whitec);
    color: var(--blackc);
    border-radius: 100%;
    cursor: pointer;
    margin: 0 3px;
    transition: 1s;
}
.shop_overlay_icon i:hover{
    background-color: var(--hoverc2);
    color: var(--whitec);
}
.shop_list:hover .shop_overlay_icon{
    bottom: 20px;
}
.shop_list_sp{
    position: absolute;
    top: 15px;
    right: 0;
}
.shop_list_sp span{
    padding: 5px 12px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--headcolor);
    color: var(--whitec);
}
/* select items area css */
.inner_single_course_right_select{
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
}
/* select items css */
.select_items {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.inner_shop_title_right{
    display: flex;
    align-items: center;
}
.inner_shop_right_icon a{
    font-size: 22px;
    margin: 1px 0 0;
    padding: 2px 9px 2px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 5px;
    color: #333;
    border: 1px solid #e8e8e8;
}
.inner_shop_right_icon a.active_shop_icon{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/*======== shop area end  ==========*/

/*======= countdown area start  =====*/
.countdown_area {
    padding: 95px 0 60px;
}
.inner_countdown_area {
    height: 360px;
    background-color: var(--brcolor);
}
.inner_countdown_form_area {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #333333;
    border-radius: 0px 0px 0px 0px;
    padding: 40px 35px 25px 35px;
    background-color: var(--whitec);
    margin: -35px 0 0 25px;
}
.inner_countdown_form_area h3{
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.inner_countdown_form_area input{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #333333;
    padding: 0 10px;
    margin-bottom: 20px;
}
.inner_countdown_form_area textarea{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #333333;
    padding: 0 10px;
    margin-bottom: 20px;
}
.inner_countdown_form_area button{
    display: inline-block;
    width: 100%;
    font-weight: 600;
    padding: 15px 30px;
    outline: none;
    border: none;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: 1s;
}
.inner_countdown_form_area button:hover{
    background-color: var(--bgcolor);
}
.inner_countdown_right_content {
    padding: 80px 0 0 10px;
}
.inner_countdown_right_content h2{
    font-size: 42px;
    text-transform: uppercase;
}
.inner_countdown_right_content h2 span.highlight{
    color: var(--whitec);
}
.inner_countdown_right_content p{
    font-size: 18px;
    font-weight: 600;
}
.inner_main_count p{
    font-size: 50px;
}
.tx_countdown_box {
    display: flex;
}
.tx_single_countdown{
    margin-right: 25px;
}
.witr_digit{
    font-size: 45px;
    margin: 0;
}
.tx_countdown_box p{
    font-size: 19px;
    font-weight: 400;
    color: var(--whitec);
}
.tx_single_countdown{
    padding: 5px 20px 0;
    font-size: 45px;
    font-weight: 400;
    color: var(--whitec);
    background-color: #705d24;
}
/*======= countdown area end  =====*/

/*======= testimonial area start  =====*/
.testimonial_area{
    padding: 50px 0 50px;
}
.testimonial_area .section_title_area{
    margin-bottom: 15px;
}
.inner_testimonial_text {
    position: relative;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    background: var(--whitec);
    border-radius: 5px;
    padding: 50px 13px 50px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
}
.inner_testimonial_text i {
    position: absolute;
    font-size: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255 172 0 / 40%);
}
.inner_testimonial_content {
    margin: 35px 0 0;
}
.inner_testimonial_content h2{
    font-size: 20px;
    margin: 0;
}
.inner_testimonial_content p{
    color: var(--brcolor);
}
/* testimonial defult arrow */
.testimonial_area .slick-prev ,
.testimonial_area .slick-next{
    opacity: 0;
    visibility: hidden;
}
.testimonial_area .slick-prev:hover ,
.testimonial_area .slick-next:hover{
    background-color: var(--linkcolor);
}
.testimonial_area .slick-prev::before ,
.testimonial_area .slick-next::before{
    font-size: 35px;
    border-radius: 100%;
    background-color: var(--titlecolor);
    color: var(--whitec);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.testimonial_area .slick-next::before{
    content: '\eaca';
}
.testimonial_area .slick-prev:hover::before ,
.testimonial_area .slick-next:hover::before{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.testimonial_area:hover .slick-prev ,
.testimonial_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/*======= testimonial area end  =====*/

/*======= home 2 testimonial area start  =====*/
.h2_testimonial_area {
    padding: 55px 0 50px;
}
/* single testimonial css */
.single_testimonial{
    padding: 55px 0 100px;
}
.h2_testimonial_area .section_title_area{
    margin-top: 10px;
}
.h2_inner_testimonial_area {
    box-shadow: 0 5px 10px 0 rgb(240 241 243);
    padding: 30px 15px 18px;
    margin: 10px 20px;
    background-color: var(--whitec);
}
.h2_inner_testimonial_img {
    display: flex;
    align-items: center;
}
.h2_testi_content{
    margin-left: 25px;
}
.h2_testi_content h3{
    font-size: 20px;
    margin: 0;
}
.h2_inner_testimonial_area >p{
    margin-top: 25px;
}
/* home 2 testimonial defult arrow */
.h2_testimonial_area .slick-prev ,
.h2_testimonial_area .slick-next{
    opacity: 0;
    visibility: hidden;
}
.h2_testimonial_area .slick-prev:hover ,
.h2_testimonial_area .slick-next:hover{
    background-color: var(--linkcolor);
}
.h2_testimonial_area .slick-prev::before ,
.h2_testimonial_area .slick-next::before{
    font-size: 35px;
    border-radius: 100%;
    background-color: var(--titlecolor);
    color: var(--whitec);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.h2_testimonial_area .slick-next::before{
    content: '\eaca';
}
.h2_testimonial_area .slick-prev:hover::before ,
.h2_testimonial_area .slick-next:hover::before{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.h2_testimonial_area:hover .slick-prev ,
.h2_testimonial_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/* home 3 testimonial area css */
.h3_testimonial_area {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 105px 0 105px;
}
.h3_testimonial_area .h2_inner_testimonial_area{
    border-left: 5px solid  var(--brcolor);
    padding: 50px 0 45px;
}
.h3_testimonial_area .h2_inner_testimonial_img img{
    margin-left: -15px;
}
.h3_testimonial_area .h2_testi_content p{
    margin: 0;
}
.h3_testimonial_area .h2_testi_content p.color{
    color: var(--brcolor);
}
.h3_test_brand{
    padding: 100px 0 0;
}
/*======= home 2 testimonial area end  =====*/

/*======= video area start  =====*/
.video_area{
    margin: 60px 0 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.inner_video_area {
    padding: 145px 0 125px;
}
.inner_video_area a {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    background-color: var(--brcolor);
    animation: about_play_shadow 1s linear infinite;
}
@keyframes about_play_shadow{
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
   }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
   }
}
.inner_video_area h2 {
    margin-top: 25px;
    font-size: 42px;
    color: var(--whitec);
    text-transform: uppercase;
}
/*======= video area end  =====*/

/*======= call to action start  =====*/
.call_to_action {
    padding: 35px 0 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 0 45px;
}
.inner_call_to_action h3{
    font-size: 42px;
    text-transform: uppercase;
}
.inner_call_to_action .ebtn{
    margin-top: 20px;
}
.inner_call_to_action .ebtn a{
    text-transform: capitalize;
}
.inner_call_to_action .ebtn a i{
    font-size: 18px;
}
/*======= call to action end  =====*/

/*======= banner area start  =====*/
.banner_area {
    margin: 70px 0 0px;
}
/* service banner css */
.service_banner{
    margin: 90px 0 100px;
}
.inner_banner_area {
    display: flex;
    align-items: center;
    background-color: var(--whitec);
    box-shadow: 0px 3px 28px 0px rgba(221, 221, 221, 0.6);
    margin: 80px 0 80px;
}
.inner_banner_img{
    margin-right: 30px;
}
.inner_banner_content a{
    font-size: 30px;
    font-weight: 700;
}
.inner_banner_content a:hover{
    color: var(--brcolor);
}
.inner_banner_content .ebtn a{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.inner_banner_content .ebtn{
    margin-top: 15px;
}
.inner_banner_content .ebtn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/*======= banner area end  =====*/

/*======= blog area start  =====*/
.blog_area{
    padding: 55px 0 50px;
}
.h3_blog_area{
    padding: 0 0 45px;
}
/* inner blog area css */
.inner_blog_area {
    overflow: hidden;
    padding-bottom: 20px;
    box-shadow: 0px 2px 30px 0px #f5f2f2;
    background-color: var(--whitec);
}
/* inner blog thumb css */
.inner_blog_thumb{
    position: relative;
    overflow: hidden;
}
.inner_blog_img img{
    width: 100%;
    transition: .5s;
}
.inner_blog_area:hover .inner_blog_img img{
    transform: scale(1.2);
}
/* blog overlay css */
.blog_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transform: scale(0);
    transition: .5s;
}
.inner_blog_area:hover .blog_overlay{
    transform: scale(1.2);
}
/* inner blog text css */
.inner_blog_text {
    padding: 13px 20px 10px;
}
.inner_blog_text span a{
    font-size: 14px;
    color: var(--titlecolor);
    font-weight: 400;
}
.inner_blog_text span {
    margin-right: 10px;
    font-size: 14px;
    color: var(--titlecolor);
    font-weight: 400;
}
.inner_blog_text span i{
    margin-right: 6px;
    color: var(--brcolor);
    font-size: 14px;
}
/*inner blog content css */
.inner_blog_content {
    padding: 0 20px 5px;
}
.inner_blog_content h2 a {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: var(--titlecolor);
    text-transform: inherit;
    margin: 0;
}
.inner_blog_content h2 a:hover{
    color: var(--brcolor);
}
.inner_blog_content> a{
    font-size: 16px;
    font-weight: 400;
    color: var(--titlecolor);
    border: 1px solid var(--titlecolor);
    display: inline-block;
    border-radius: 0px;
    padding: 10px 25px;
}
.inner_blog_content> a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 1px solid transparent;
}
.h3_blog_area .inner_blog_content> a{
    border: 1px solid transparent;
    padding: 0 0;
}
.h3_blog_area .inner_blog_content> a:hover{
    background: none;
    color: var(--brcolor);
}
.inner_blog_content> a>i{
    font-weight: 700;
    margin-left: 3px;
}
/* single site blog css */
.single_site_blog{
    padding: 135px 0 230px;
}
.single_site_blog_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single_site_blogbtn a{
    display: inline-block;
    border-radius: 0px;
    padding: 10px 25px;
    border: 1px solid var(--brcolor);
    color: var(--brcolor);
    font-size: 16px;
    font-weight: 400;
}
.single_site_blogbtn a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/*======= blog area end  =====*/

/*======= subscribe area start  =====*/
.subscribe_area{
    padding: 90px 0 45px;
    position: relative;
}
/* home 2 subscribe area css */
.h2_subscribe_area{
    padding: 70px 0 50px;
}
.inner_subscribe_left_text {
    padding: 13px 0 10px;
    background-color: var(--brcolor);
}
.inner_subscribe_left_text h2{
    font-size: 36px;
    text-transform: uppercase;
}
/* inner subscibe left shap css */
.inner_subscribe_left_shap {
    position: absolute;
    top: -90px;
    left: 30px;
    z-index: -1;
    animation: subscribe_left_shap 5s linear 1s infinite alternate running;
}
@keyframes subscribe_left_shap {
    0%{
                transform: translateY(0px);
      }
    100%{
                transform: translateY(45px);
      }
}
.inner_subscribe_right_form {
    position: relative;
    padding: 20px 0 0;
}
.inner_subscribe_right_form input{
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    border-radius: 0px;
    border: 2px solid var(--brcolor);
    outline: none;
    padding: 15px 30px;
    height: 70px;
    background: transparent;
}
.inner_subscribe_right_form button {
    position: absolute;
    right: 0;
    border: none;
    outline: none;
    padding: 21px 70px;
    background-color: var(--brcolor);
    font-size: 18px;
    font-weight: 400;
    color: var(--titlecolor);
}
/* inner subscibe right shap css */
.inner_subscribe_right_shap {
    position: absolute;
    bottom: -20px;
    right: 30px;
    z-index: -1;
    animation: subscribe_right_shap 5s linear 1s infinite alternate running;
}
@keyframes subscribe_right_shap {
    0%{
                transform: translateY(0px);
      }
    100%{
                transform: translateY(45px);
      }
}
.h2_subscribe_area .inner_subscribe_right_form{
    padding: 0 0;
}
/*======= subscribe area end  =====*/

/* ====== brand  area start   =========*/
.brand_area{
    padding: 37px 0px 52px;
}
/* home 2 brand area css */
.h2_brand_area{
    padding: 37px 0px 110px;
}
/* service brand area css */
.service_brand{
    padding: 40px 0 110px;
}
.inner_brand_area a img {
    margin: auto;
}
/* testimonial defult arrow */
.brand_area .slick-prev ,
.brand_area .slick-next{
    opacity: 0;
    visibility: hidden;
}
.brand_area .slick-prev:hover ,
.brand_area .slick-next:hover{
    background-color: var(--linkcolor);
}
.brand_area .slick-prev::before ,
.brand_area .slick-next::before{
    font-size: 35px;
    border-radius: 100%;
    background-color: var(--titlecolor);
    color: var(--whitec);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.brand_area .slick-next::before{
    content: '\eaca';
}
.brand_area .slick-prev:hover::before ,
.brand_area .slick-next:hover::before{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.brand_area:hover .slick-prev ,
.brand_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/* ====== brand area end  =========*/

/* ====== address area start  =========*/
.address_area {
    padding: 21px 15px;
    background-color: var(--brcolor);
}
.inner_address_area{
    display: flex;
}
.inner_address_icon {
    margin-right: 15px;
}
.inner_address_icon i{
    font-size: 60px;
}
.inner_address_content h3{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.inner_address_content p{
    font-size: 18px;
    font-weight: 600;
}
/* ====== address area end  =========*/

/* ======== form area css start ====== */
.form_area {
    padding: 54px 0 65px;
}
/* form phone inner css */
.form_phone_inner{
    display: flex;
    align-items: center;
    padding: 15px 0 0;
}
.form_phone_inner i{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    border-radius: 100%;
    background-color: var(--headcolor);
    color: var(--whitec);
    margin-right: 25px;
}
.form_phone_inner h3{
    font-size: 24px;
    font-weight: 600;
    color: var(--headcolor);
}
/* inner form area input css */
.inner_form_area input{
    width: 87%;
    height: 45px;
    border: 1px solid var(--linkcolor);
    outline: none;
    padding: 0 0 0 30px;
    margin-bottom: 22px;
    transition: .5s;
}
.inner_form_area input:hover{
    border-color: var(--headcolor);
}
.inner_form_area textarea{
    width: 87%;
    border: 1px solid var(--linkcolor);
    outline: none;
    padding: 0 0 0 30px;
    transition: .5s;
    margin-bottom: 18px;
}
.inner_form_area textarea:hover{
    border-color: var(--headcolor);
}
/* inner form area button css */
.inner_form_area button{
    width: 87%;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    border-radius: 0;
    background-color: var(--headcolor);
    color: var(--whitec);
    transition: 1s;
}
.inner_form_area button:hover{
    background-color: var(--linkcolor);
    color: var(--whitec);
}
/* ======== form area css end ====== */

/*======== contact area start  ==========*/
.contact_area {
    padding: 120px 0 120px;
}
.inner_contact_area {
    padding: 70px 55px 50px;
    background-color: var(--bgcolor);
}
.inner_contact_content {
    margin-bottom: 20px;
}
.inner_contact_content h2{
    font-size: 19px;
    color: var(--brcolor);
    text-transform: uppercase;
}
.inner_contact_content h3{
    font-size: 48px;
    text-transform: uppercase;
    color: var(--whitec);
}
.inner_contact_content p {
    width: 78%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: var(--whitec);
}
/* inner contact form */
.inner_contact_form input {
    outline: none;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.inner_contact_form textarea {
    width: 100%;
    height: 80px;
    outline: none;
    padding: 20px 20px;
}
.inner_contact_form button {
    margin-top: 20px;
    padding: 18px 50px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    outline: none;
    background-color: var(--brcolor);
    color: var(--whitec);
    border-radius: 5px;
    transition: .5s;
}
.inner_contact_form button:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_contact_map {
    width: 100%;
    height: 100%;
}
.inner_contact_map iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
/*======== contact area end  ==========*/

/*======== faq area start  ==========*/
.faq_area {
    padding: 120px 0 135px;
}
.inner_faq_img img{
    width: 100%;
}
.inner_faq_content{
    padding: 35px 0 0;
}
.inner_faq_content h2{
    font-size: 16px;
    color: var(--hoverbg);
}
.inner_faq_content h3 {
    font-size: 48px;
    width: 80%;
    color: var(--bgcolor);
}
.inner_faq_content p {
    padding: 5px 0 5px;
    width: 70%;
    font-weight: 400;
}
/* inner faq accrodion item css */
.inner_faq_ac_item{
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.inner_faq_ac_item a {
    width: 100%;
    display: inline-block;
    background: var(--whitec);
    color: var(--blackc);
    font-size: 18px;
    padding: 12px 30px 12px 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
}
.inner_faq_ac_item a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_faq_ac_item a i{
    font-size: 20px;
    font-weight: 900;
}
.inner_faq_ac_item a.active{
    background-color: var(--brcolor);
    color: var(--whitec);
    position: relative;
}
.inner_faq_ac_item a.active::before {
    content: "\eacb";
    position: absolute;
    font-family: Icofont!important;
    top: 8px;
    right: 30px;
    font-size: 20px;
    font-weight: 700;
    color: var(--whitec);
}
.inner_faq_ac_item a.active i{
    display: none;
}
/* inner faq text */
.inner_faq_text {
    width: 100%;
    border-radius: 0 0 5px 5px;
    background-color: var(--whitec);
}
.inner_faq_text p {
    margin: 10px 20px 10px;
}
/*======== faq area end  ==========*/

/* ========== home 3 accordion area start ============ */
.h3_accodion_area {
    margin-top: 40px;
    padding: 90px 0 70px;
    background-color: #F9F9F9;
}
.faq_single_area{
    padding: 120px 0 20px;
}
.inner_ac_img img {
    width: 100%;
}
/* inner accordion items */
.inner_ac_items{
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}
.inner_ac_items a {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px 10px 25px;
}
.inner_ac_items a.active{
    color: var(--headcolor);
    position: relative;
}
.inner_ac_items a.active::before {
    content: "\ef9a";
    position: absolute;
    font-family: Icofont!important;
    top: 10px;
    left: 24px;
    font-size: 17px;
    font-weight: 600;
    color: var(--blackc);
}
.inner_ac_items a.active i{
    opacity: 0;
    visibility: hidden;
}
.inner_ac_items a i {
    margin-right: 10px;
    font-size: 17px;
}
.inner_ac_items a:hover{
    color: var(--bgcolor);
}
.inner_ac_cont p {
    display: inline-block;
    margin: 15px 25px 15px 25px;
}
/* ========== home 3 accordion area end ============ */

/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 100px 0 70px;
}
/* portfolio 2 css */
.portfolio_2{
    margin-bottom: 30px;
}
.portfolio_title h2{
    font-size: 18px;
    font-weight: 700;
    color: var(--headcolor);
    text-transform: capitalize;
    margin: 0;
}
.portfolio_title h3{
    font-size: 48px;
    letter-spacing: 2px;
}
.portfolio_title p{
    width: 56%;
    margin: 0 auto;
}
.single_portfolio_area ul{
    list-style: none;
}
.single_portfolio_area ul li{
    display: inline-block;
    border: 1px solid var(--pargc);
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: .5s;
}
.single_portfolio_area ul li:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 1px solid transparent;
}
.single_portfolio_area ul li.current_menu_item{
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 1px solid transparent;
}
/* portfolio 2 sub content css */
.portfolio_2_subc {
    padding: 0px 0 5px 15px;
}
.portfolio_2_subc h2 a{
    font-size: 24px;
    transition: .5s;
    color: #454545;
}
.portfolio_2_subc h2 a:hover{
    color: var(--bgcolor);
}
.portfolio_nav_all {
    padding: 0px 0 35px;
}
/* portfolio items css */
.portfolio_img_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.portfolio_img_area img{
    width: 100%;
    transition: .5s;
}
.inner_portfolio_items:hover .portfolio_img_area img{
    transform: scale(1.2);
}
.portfolio_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffc00249;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_portfolio_items:hover .portfolio_overlay{
    opacity: 1;
    visibility: visible;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffc00249;
    text-align: center;
}
.overlay >a{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    color: var(--whitec);
    margin-right: 6px;
    transition: .5s;
    margin-top: 15%;
}
.overlay a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.overlay >a >i{
    font-size: 22px;
}
.overlay h2 a{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    font-size: 24px;
    color: var(--whitec);
    transition: .5s;
}
.overlay h2 a:hover{
    background: none;
    color: var(--brcolor);
}
.overlay p{
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_portfolio_items:hover .overlay{
    opacity: 1;
    visibility: visible;
}
/* portfolio content css */
.portfolio_overlay_cont {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.portfolio_overlay_cont>a{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    background-color: var(--bgcolor);
    color: var(--whitec);
    margin-right: 6px;
}
.portfolio_overlay_cont >a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.portfolio_overlay_cont >a i{
    font-size: 20px;
}
.portfolio_overlay_cont h2 a {
    margin-top: 10px;
    display: inline-block;
    font-size: 24px;
    color: var(--whitec);
    transition: .5s;
}
.portfolio_overlay_cont h2 a:hover{
    color: var(--hoverc2);
}
.portfolio_overlay_cont p{
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_portfolio_items:hover .portfolio_overlay_cont{
    top: 53%;
    opacity: 1;
    visibility: visible;
}
/* portfolio lower nav area css */
.portfolio_lo_nav_area {
    padding: 30px 0 0;
}
.inner_portfolio_lower_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_portfolio_lower_nav ul li{
    display: inline-block;
}
.inner_portfolio_lower_nav ul li a{
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1;
    margin: 0 5px;
    padding: 15px 24px;
    color: var(--titlecolor);
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}
.inner_portfolio_lower_nav ul li a.current{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a i{
    font-size: 22px;
    font-weight: 900;
}
/*======== portfolio area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
    padding: 100px 0 85px;
}
.inner_project_information_img img{
    width: 100%;
}
/* inner project right content css */
.inner_project_right_content h2{
    font-size: 24px;
}
.inner_project_right_content p span{
    font-size: 16px;
    color: var(--brcolor);
    font-weight: 700;
}
.inner_project_information_img {
    margin-bottom: 20px;
}
/* inner project infomation icons css */
.inner_project_in_icon a{
    width: 48px;
    height: 48px;
    border: 1px solid #dddd;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 30px;
    background-color: var(--bgcolor);
    color: var(--whitec);
    font-size: 20px;
    margin-right: 4px;
}
.inner_project_in_icon a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* inner project text area css */
.inner_project_text_area {
    margin-top: 25px;
}
.inner_project_text_area h2{
    font-size: 24px;
}
.inner_project_information_descrip {
    margin-bottom: 8px;
}
.inner_project_information_descrip h4{
    font-size: 16px;
}
.inner_project_information_descrip p{
    margin: 0;
}
/* inner project information description css */
.inner_project_infor_list{
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.inner_project_infor_list li{
    margin-bottom: 5px;
    font-weight: 400;
}
/*======== project information area end  ==========*/

/*======== single blog page area start  ==========*/
.inner_single_box_area{
    background-color: #f8f9fa;
    padding: 20px 20px 20px;
}
.inner_single_box_area p {
    margin-bottom: 5px;
}
.inner_single_page_content_area p{
    margin-top: 20px;
}
/* inner single page middle text css */
.inner_single_page_middle_text {
    margin: 35px 0 45px;
}
.inner_single_page_middle_text h2{
    font-size: 24px;
}
/* single blog group css */
.single_blog_group {
    margin-top: 125px;
}
.inner_single_blog_group_box {
    background-color: #f8f9fa;
    padding: 10px 20px 30px;
    margin-top: 30px;
}
.inner_single_blog_group_box p{
    font-size: 1.5em;
    font-style: italic;
    margin-bottom: 0;
}
.inner_single_blog_group_box span{
    font-size: 1.125em;
    font-weight: 400;
    color: var(--paracolor);
}
.single_blog_post_area {
    margin: 80px 0 30px;
    padding: 25px 0 25px;
    border-top: 1px solid var(--textcolor);
    border-bottom: 1px solid var(--textcolor);
}
.single_blog_post_area p{
    margin: 0;
}
.single_blog_post_area a{
    color: var(--paracolor);
    font-size: 16px;
    font-weight: 400;
}
.single_blog_post_area a:hover{
    color: var(--hoverbg);
}
/* single comment title css */
.single_comment_title{
    margin: 35px 0 55px;
}
.single_comment_title h3{
    font-size: 20px;
}
.single_post_comment_area input {
    width: 47%;
    outline: none;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 20px;
}
/* inner single post checkbox css */
.inner_single_post_checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.inner_single_post_checkbox input {
    height: 15px;
    width: 12px;
    margin-right: 6px;
}
.single_post_comment_area textarea{
    width: 97%;
    padding: 10px 20px;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.single_post_comment_area button{
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: var(--headcolor);
    color: var(--whitec);
    border: none;
    outline: none;
    transition: .6s;
}
.single_post_comment_area button:hover{
    background-color: var(--bgcolor);
}
/*======== single blog page area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 100px 0 90px;
}
.inner_yblog_form {
    width: 100%;
    padding: 20px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_form input {
    width: 80%;
    outline: none;
    height: 55px;
    border: 1px solid #ddd;
    margin-left: 20px;
    padding-left: 20px;
}
.inner_yblog_form button {
    display: inline-block;
    outline: none;
    border: none;
    padding: 16px 20px 16px;
    margin-left: -5px;
    background-color: #ddd;
    color: var(--blackc);
}
.inner_yblog_form button i{
    font-size: 18px;
}
/* inner left title css */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 30px 30px 20px 30px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_left_title h2 {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}
.inner_yblog_left_title h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 19%;
    border-bottom: 2px solid var(--brcolor);
    z-index: -1;
}
.inner_yblog_left_title a {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
}
.inner_yblog_left_title a.bottom{
    border-bottom: none;
}
.inner_yblog_left_title a:hover{
    color: var(--brcolor);
}
/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 13px 0 12px;
    margin-top: 0;
}
.inner_yblgo_left_style2 a:hover{
    color: var(--hoverc2);
}
.inner_yblgo_left_style2 a i{
    margin-right: 4px;
    font-weight: 900;
}
/* blog left inner css */
.yblog_left_inner {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.yblog_left_inner:hover{
    box-shadow: 0 5px 10px 0 rgb(50 65 141 / 7%);
}
.yblog_left_sub{
    padding: 25px 0 0 15px;
    position: relative;
}
.yblog_left_sub::before{
    content: '';
    border-bottom: none;
}
.yblog_left_sub h2 a{
    font-size: 18px;
}
.yblog_left_text_sub {
    padding: 0px 0 10px;
}
.yblog_left_text_sub span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 10px;
}
.yblog_left_text_sub span i{
    color: var(--brcolor);
    margin-right: 6px;
}
.yblog_left_sub p {
    font-size: 16px;
    width: 97%;
}
.yblog_left_sub >a {
    display: inline-block;
    margin: 7px 0 0;
    padding: 7px 25px;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
    text-transform: capitalize;
    border-radius: 5px;
}
.yblog_left_sub >a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.ycalender_inner h5 {
    background-color: var(--brcolor);
    color: var(--whitec);
    padding: 18px 0 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
}
.ycalender_inner {
    width: 100%;
}
.ycalender_inner th {
    border: 1px solid #ddd;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.ycalender_inner td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
/*======== blog left area end  ==========*/

/*======== footer area start  ==========*/
.footer_area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 999;
}
/* footer logo area css */
.footer_logo_area {
    padding: 70px 0 0;
}
.footer_logo_area p {
    padding: 10px 0 8px;
    color: var(--whitec);
}
/* footer socail icon css */
.footer_socail_icons {
    padding: 10px 0 0;
}
.footer_socail_icons a{
    display: inline-block;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 6px;
    border-radius: 5px;
}
.footer_socail_icons a:hover{
    background-color: var(--bgcolor);
}
/* footer widget */
.footer_widget {
    padding: 70px 0 20px;
}
.footer_widget h4 {
    padding: 0 0 12px;
    font-size: 20px;
    color: var(--whitec);
    position: relative;
}
.footer_widget h4::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    width: 26%;
    border-radius: 50%;
    border-bottom: 2px solid var(--brcolor);
}
/* footer nav css */
.footer_nav {
    margin-top: 20px;
}
.footer_nav ul{
    list-style: none;
    padding-left: 0;
}
.footer_nav ul li {
    padding: 0 0 10px;
}
.footer_nav ul li a{
    color: var(--whitec);
    font-size: 16px;
    font-weight: 400;
}
.footer_nav ul li :hover{
    color: var(--brcolor);
}
/* footer address area css */
.footer_addres_area{
    margin-top: 30px;
}
.footer_addres_area h5{
    color: var(--bgcolor);
    font-size: 16px;
    font-weight: 700;
}
.footer_addres_area p{
    color: var(--whitec);
    font-weight: 400;
}
.footer_addres_area p i{
    margin-right: 6px;
}
/* footer widget sub img */
.inner_footer_widget_img {
    display: flex;
}
.inner_footer_widget_img_area img {
    width: 70px;
    height: 43px;
    margin-right: 10px;
}
.inner_footer_sub_right_con h3{
    margin: 0;
}
.inner_footer_sub_right_con h3 a{
    color: var(--whitec);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
.inner_footer_sub_right_con h3 a:hover{
    color: var(--brcolor);
}
.inner_footer_sub_right_con p{
    color: var(--whitec);
}
/* copy right area css */
.copy_right {
    border-top: 1px solid var(--brcolor);
    padding-top: 13px;
}
.inner_copy_right_area p{
    color: var(--whitec);
}
/*======== footer area end  ==========*/

/* ====== site page scroll =========*/
.scroll_top_btn {
    position: fixed;
    bottom: 100px;
    right: 100px;
    background-color: var(--brcolor);
    color: var(--whitec);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 700;
    z-index: 999;
    display: none;
}

/*
Theme Name: Charite
Theme URI: https://webtend.com/demo/html/charite/
Author: WebTend
Author URI: https://webtend.com/demo/html/charite/
Description: Charite - Charity & Donation Html Template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Variables
    ## Mixins
    ## Extents
    ## Global
    ## Common
    ## Animate

# Sections
    ## Nav Bar
    ## Section Title
    ## Hero
    ## Banner
    ## Search
    ## Causes
    ## About
    ## Counters
    ## Why Choose
    ## Features
    ## Volunteers
    ## Events
    ## Testimonials
    ## Blog
    ## FAQs
    ## CTA
    ## Client Logo
    ## Videos
    ## Portfolio
    ## Contact
    ## Shapes
    ## Widgets
    ## Footer

--------------------------------------------------------------*/
/*-----------------
    # Variables
-----------------*/
@import url("css2.css");

/*-----------------
    # Mixins
-----------------*/
/*-----------------
    # Extents
-----------------*/
.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h1 {
  line-height: 1.11;
  font-size: 90px;
}

h2 {
  line-height: 1.3;
  font-size: 50px;
}

h3 {
  line-height: 1.32;
  font-size: 40px;
}

h4 {
  line-height: 1.3;
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  line-height: 1.3;
  font-size: 16px;
}

/*---------------------------------------
    ## Global
---------------------------------------*/
:root {
  --base-color: #727272;
  --primary-color: #F84D42;
  --heading-color: #343434;
  --black-color: #1E1E1E;
  --green-color: #20B86D;
  --yellow-color: #FFB840;
  --lighter-color: #F2F2F2;
  --base-font: 'DM Sans', sans-serif;
  --heading-font: 'Nunito', sans-serif;
  --script-font: 'Pacifico', cursive;
  scroll-behavior: inherit;
}

body {
  color: var(--base-color);
  font-family: var(--base-font);
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

a:hover {
  color: var(--main-color);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter>[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

code {
  color: #faa603;
}

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

.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}

.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'fontawesome';
  content: "\f105";
  color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous>a,
.posts-navigation .nav-previous>a,
.post-navigation .nav-previous>a,
.comment-navigation .nav-next>a,
.posts-navigation .nav-next>a,
.post-navigation .nav-next>a {
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.comment-navigation .nav-previous:hover>a,
.posts-navigation .nav-previous:hover>a,
.post-navigation .nav-previous:hover>a,
.comment-navigation .nav-next:hover>a,
.posts-navigation .nav-next:hover>a,
.post-navigation .nav-next:hover>a {
  color: var(--main-color);
}

.comment-list li {
  list-style: none;
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 0;
}

dl li,
ol li,
ul li {
  list-style: none;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.50rem !important;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.custom-gutters-10>.col,
.custom-gutters-10>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 1400px) {
  .gap-100 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .gap-100>div {
    padding-left: 50px;
    padding-right: 50px;
  }

  .gap-80 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .gap-80>div {
    padding-left: 40px;
    padding-right: 40px;
  }

  .gap-60 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .gap-60>div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gap-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gap-40>div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 1200px) {
  .container-1370 {
    max-width: 1400px;
  }

  .no-lg-gutters>.col,
  .no-lg-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }

  .container-1170 {
    max-width: 1200px;
  }

  .container-1090 {
    max-width: 1120px;
  }
}

.item--green {
  --primary-color: var(--green-color);
}

.item--yellow {
  --primary-color: var(--yellow-color);
}

/*---------------------------------------
    ## Common
---------------------------------------*/
.btn {
  position: relative;
  border-radius: 5px;
  padding: 14px 25px;
  border: 0;
  z-index: 1;
  color: white;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--heading-font);
  background: var(--primary-color);
}

@media (max-width: 575px) {
  .btn {
    font-weight: 600;
    padding: 12px 20px;
  }
}

.btn:after {
  content: '';
  height: 100%;
  width: 100%;
  left: -5px;
  bottom: -5px;
  z-index: -1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  border-radius: 5px;
  border: 1px dashed var(--primary-color);
}

.btn:focus,
.btn:hover {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus:after,
.btn:hover:after {
  left: 0;
  bottom: 0;
}

.btn:active {
  color: white;
}

.btn.btn--yellow {
  background: var(--yellow-color);
}

.btn.btn--yellow:after {
  border-color: var(--yellow-color);
}

.btn.btn--green {
  background: var(--green-color);
}

.btn.btn--green:after {
  border-color: var(--green-color);
}

.btn.btn--style-two:after {
  left: 0;
  bottom: 0;
}

.btn.btn--style-two:focus:after,
.btn.btn--style-two:hover:after {
  left: -5px;
  bottom: -5px;
}

.btn.ml-5 {
  margin-left: 5px;
}

/* White text */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: white;
}

/* Read More */
.read-more {
  font-size: 15px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

.read-more:after {
  content: '';
  margin-left: 7px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: var(--primary-color);
}

.read-more-two {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.read-more-two:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  color: white;
  background-color: var(--primary-color);
  text-align: center;
  line-height: 44px;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
  animation: backto-top-bounce 4s infinite ease-in-out;
}

@-webkit-keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}

@keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}

/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
  position: fixed;
  content: '';
  -webkit-transform: translate(-100%, -240%);
  -ms-transform: translate(-100%, -240%);
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: #030724;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.preloader-inner .cancel-preloader a {
  background-color: white;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.preloader-inner .cancel-preloader a:hover {
  background-color: var(--heading-color);
  color: white;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--primary-color);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*-----------------------------------------
    Input & textarea
------------------------------------------*/
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: var(--heading-font);
}

.form-group .form-control {
  padding: 14px 18px;
  border-radius: 10px;
  background-color: transparent;
}

.form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*-----------------------------------------
    Social meda
------------------------------------------*/
.social-style-one {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 -7.5px -10px;
}

.social-style-one a {
  color: #555555;
  margin: 0 7.5px 10px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
}

.social-style-one a:hover {
  color: white;
  background: var(--primary-color);
}

/*-----------------------------------------
    ## List Styles
------------------------------------------*/
.list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-style-one li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  content: '';
  border-radius: 50%;
  margin-right: 17px;
  width: 10px;
  height: 10px;
  background: var(--primary-color);
}

.list-style-two li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-style-two li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  content: "\f14a";
  margin-right: 10px;
  color: var(--primary-color);
  font-family: "Font Awesome 5 Free";
}

/*-----------------------------------------
    ## ratting
------------------------------------------*/
.ratting i {
  font-size: 20px;
  margin-right: 5px;
  color: var(--yellow-color);
}

/*-----------------------------------------
    ## background
------------------------------------------*/
.bgc-gray {
  background: var(--heading-color);
}

.bgc-black {
  background: var(--black-color);
}

.bgc-lighter {
  background: var(--lighter-color);
}

.bgs-cover {
  background-size: cover;
  background-position: center;
}

/*-----------------------------------------
    ## Overlay 
------------------------------------------*/
.overlay {
  z-index: 1;
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.77;
  background-color: black;
}

/*-----------------------------------------
    ## pagination 
------------------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px;
}

.pagination .page-numbers {
  margin-top: 10px;
  line-height: 58px;
  font-size: 25px;
  font-weight: 500;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: var(--heading-color);
  margin-left: 7px;
  margin-right: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination .page-numbers .fa {
  font-size: 0.9em;
}

.pagination .page-numbers.current {
  color: white;
  background: var(--primary-color);
}

@media (max-width: 991px) {
  .pagination .page-numbers {
    font-size: 22px;
    line-height: 48px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 575px) {
  .pagination .page-numbers {
    font-size: 16px;
    line-height: 40px;
    width: 42px;
    height: 42px;
  }
}

.pagination a.page-numbers:hover {
  color: white;
  background: var(--primary-color);
}

/* Slider Arrow */
.slider-arrow button {
  width: 48px;
  height: 48px;
  font-size: 22px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 46px;
  text-align: center;
  border-radius: 3px;
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.slider-arrow button:hover,
.slider-arrow button:focus {
  color: white;
  background: var(--primary-color);
}

.slider-arrow button:not(:last-child) {
  margin-right: 12px;
}

/* Slick Dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -8px;
  margin-right: -8px;
}

.slick-dots li {
  margin-left: 8px;
  margin-right: 8px;
}

.slick-dots li button {
  border: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 50%;
  text-indent: 100px;
  width: 18px;
  height: 18px;
  background: #F2F2F2;
}

.slick-dots li.slick-active button {
  background: var(--primary-color);
}

/* positioning */
.rel {
  position: relative;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary-color);
}

.error-page-area .section-title p {
  font-size: 20px;
  line-height: 1.5;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------------
    ## Animate
---------------------------------------*/
/************ animate style ************/
.top_image_bounce {
  -webkit-animation: top-image-bounce 5s infinite ease-in-out;
  animation: top-image-bounce 5s infinite ease-in-out;
}

.left_image_bounce {
  -webkit-animation: left-image-bounce 5s infinite ease-in-out;
  animation: left-image-bounce 5s infinite ease-in-out;
}

.right_image_bounce {
  -webkit-animation: right-image-bounce 5s infinite ease-in-out;
  animation: right-image-bounce 5s infinite ease-in-out;
}

.rotated {
  -webkit-animation: spin 5s infinite ease-in-out;
  animation: spin 5s infinite ease-in-out;
}

@-webkit-keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes left-image-bounce {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@keyframes left-image-bounce {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@-webkit-keyframes right-image-bounce {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@keyframes right-image-bounce {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}

@-webkit-keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-top .navtop-inner,
.navbar-top .navtop-inner ul,
.navbar-top .navtop-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-top .navtop-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: var(--heading-font);
}

@media (max-width: 767px) {
  .navbar-top .navtop-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.navbar-top .navtop-inner ul {
  margin-bottom: 5px;
}

.navbar-top .navtop-inner ul li {
  color: white;
}

.navbar-top .navtop-inner ul li:not(:last-child) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}

.navbar-top .navtop-inner ul li:not(:last-child):after {
  position: absolute;
  content: '';
  height: 15px;
  right: 0;
  top: 50%;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 479px) {
  .navbar-top .navtop-inner ul.topbar-left {
    display: none;
  }
}

.navbar-top .navtop-inner ul.topbar-left li i,
.navbar-top .navtop-inner ul.topbar-left li span {
  margin-right: 5px;
  color: var(--primary-color);
}

.navbar-top .navtop-inner ul .social-area a {
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.23);
}

.navbar-top .navtop-inner ul .social-area a:hover {
  color: var(--primary-color);
}

.navbar-area {
  position: relative;
  width: 100%;
  z-index: 99;
}

@media (max-width: 1399px) {
  .navbar-area {
    padding: 10px 0;
  }
}

.navbar-area .nav-container {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
}

.navbar-area .nav-container.navbar-bg {
  position: relative;
}

.navbar-area .nav-container.navbar-bg:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  height: 100%;
  z-index: -1;
  background: #fff;
  width: calc(100% - 24px);
}

.navbar-area .nav-container .logo a {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.navbar-area .nav-container .btn-transparent {
  font-size: 13px;
  font-weight: 700;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: left;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-weight: 500;
  line-height: 60px;
  text-transform: capitalize;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 18px;
  font-family: var(--heading-font);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--primary-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
  margin-left: 17px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 16px;
  height: 10px;
  width: 2px;
  background: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: 0;
  z-index: -1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 20px;
  height: 2px;
  width: 10px;
  background: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after,
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    display: none;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #050a30;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: var(--heading-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #fff;
  padding-left: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '\f105';
  font-family: 'fontawesome';
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
  left: 100%;
  top: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: white;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li {
  margin-right: 12px;
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sticky-active {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
  padding: 10px 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
  box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
  border-bottom: 0;
  background: #fff;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

/**************** nav-right-part *************/
.nav-right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-right-part .search-bar-btn {
  font-size: 30px;
  color: var(--heading-color);
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 1199px) {
  .nav-right-part .search-bar-btn {
    margin-left: 0;
  }
}

.nav-right-part .dropdown {
  line-height: 1;
  margin-left: 22px;
}

.nav-right-part .dropdown .dropdown-toggle {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-right-part .dropdown .dropdown-toggle:after {
  content: none;
  border: none;
  font-size: 20px;
  margin: -3px 0 0 0;
  font-family: "Flaticon";
  color: var(--heading-color);
}

.nav-right-part .dropdown .dropdown-toggle i {
  color: #000
}

.nav-right-part .dropdown .dropdown-item {
  padding: 10px 20px;
}

.nav-right-part .dropdown:before {
  content: '';
  left: -22px;
  top: 50%;
  position: absolute;
  width: 1px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(37, 41, 47, 0.27);
}

.nav-right-part .btn {
  margin-left: 55px;
}

@media (max-width: 1199px) {
  .nav-right-part .btn {
    display: none;
  }
}

.nav-right-part-desktop {
  margin-left: 20px;
}

.nav-right-part-mobile {
  display: none;
}

@media (min-width: 1200px) {

  .navtop--one .container,
  .navtop--three .container {
    max-width: 1700px;
  }
}

@media (min-width: 1200px) {

  .navbar--one .container,
  .navbar--three .container {
    max-width: 1700px;
  }
}

.navtop--two {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}

.navtop--two .navtop-inner .topbar-left li:first-child {
  z-index: 1;
  padding-right: 80px;
}

.navtop--two .navtop-inner .topbar-left li:first-child:after {
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  background: var(--primary-color);
}

@media (max-width: 991px) {
  .navtop--two .navtop-inner .topbar-left li:last-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .navtop--two .navtop-inner .topbar-left {
    display: none;
  }
}

.navtop--two .navtop-inner ul {
  margin-bottom: 0;
}

.navtop--two .navtop-inner ul li {
  padding: 11px 30px;
}

.navtop--two .navtop-inner ul .social-area a:not(:hover) {
  color: white;
}

.navbar--two {
  position: absolute;
  top: 80px;
  padding: 0;
}

@media (max-width: 991px) {
  .navbar--two {
    top: 60px;
  }
}

.navbar--two .logo {
  max-width: 145px;
}

.navbar--two .navbar-bg {
  padding: 15px 42px;
}

@media (max-width: 375px) {
  .navbar--two .navbar-bg {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar--two .navbar-bg .search-bar-btn {
    margin-right: 15px;
  }
}

.navbar--two .navbar-bg:after {
  -webkit-box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.1);
  box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.1);
}

.navbar--two.sticky-active {
  top: 0;
  position: fixed;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .navbar--two .nav-container .navbar-collapse .navbar-nav>li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar--two .nav-container .navbar-collapse .navbar-nav>li+li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar--two .nav-right-part-desktop {
    margin-left: 0;
  }

  .navbar--two .nav-right-part-desktop .btn {
    margin-left: 25px;
  }
}

.navbar--three {
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {
  .navbar--three .nav-container .navbar-collapse .navbar-nav {
    padding: 0 15px 15px;
  }
}

@media (min-width: 992px) {
  .navbar--three .nav-container .navbar-collapse .navbar-nav>li>a {
    color: white;
  }
}

.navbar--three .nav-container.navbar-bg:after {
  display: none;
}

.navbar--three .nav-right-part .search-bar-btn {
  color: white;
}

.navbar--three .nav-right-part .dropdown .dropdown-toggle i {
  color: white;
}

.navbar--three .nav-right-part .dropdown .dropdown-toggle:after {
  color: white;
}

.navbar--three .toggle-btn span {
  background-color: white;
}

.navbar--three .toggle-btn span:after,
.navbar--three .toggle-btn span:before {
  background-color: white;
}

.navbar--three.sticky-active {
  position: fixed;
  background: var(--black-color);
}

@media only screen and (max-width: 991px) {
  .nav-right-part {
    margin-right: 30px;
  }

  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }

  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }

  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 6px 0;
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    max-height: 250px;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    border-bottom: none;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107";
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: white;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
    border-top: none;
  }
}

.sopen {
  display: block !important;
}

.toggle-btn {
  left: auto;
  right: 0;
  position: absolute;
  top: 4px;
  width: 30px;
  height: 40px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 0;
  background: transparent;
}

.toggle-btn .icon-left {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: var(--heading-color);
  left: 7px;
}

.toggle-btn .icon-left:before {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--heading-color);
  content: "";
  top: -7px;
  left: 0;
}

.toggle-btn .icon-left:after {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--heading-color);
  content: "";
  top: 7px;
  left: 0;
}

.toggle-btn .icon-left:hover {
  cursor: pointer;
}

.toggle-btn .icon-right {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: var(--heading-color);
  left: 18px;
}

.toggle-btn .icon-right:before {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--heading-color);
  content: "";
  top: -7px;
  left: 0;
}

.toggle-btn .icon-right:after {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--heading-color);
  content: "";
  top: 7px;
  left: 0;
}

.toggle-btn .icon-right:hover {
  cursor: pointer;
}

.toggle-btn.open .icon-left {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}

.toggle-btn.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
  -ms-transform: rotate(45deg) scaleX(1.4) translate(2px, 1px);
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}

.toggle-btn.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
  -ms-transform: rotate(-45deg) scaleX(1.4) translate(2px, -1px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}

.toggle-btn.open .icon-right {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}

.toggle-btn.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
  -ms-transform: rotate(-45deg) scaleX(1.4) translate(-2px, 1px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}

.toggle-btn.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
  -ms-transform: rotate(45deg) scaleX(1.4) translate(-2px, -1px);
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}

.toggle-btn:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-area .logo {
    max-width: 145px;
  }

  .widget ul {
    text-align: left;
  }

  .navbar-collapse {
    background: white;
    margin-top: 0px;
    width: 100%;
  }

  .navbar-area.navbar--one {
    padding: 10px 0;
    background: #fff;
    position: absolute;
  }

  .navbar-area.navbar--one.sticky-active {
    position: fixed;
  }

  .bar1,
  .bar2,
  .bar3 {
    background: #fff;
  }

  .party-box-wrapper {
    padding: 50px 0px;
  }

  .party-box-wrapper .party-box-content h4 {
    font-size: 30px;
    line-height: 45px;
  }

  .footer-area .copyright-area-inner {
    padding: 20px;
  }

  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }

  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    font-size: 14px;
  }

  .nav-right-part-mobile {
    display: block;
    margin-top: 8px;
  }

  .nav-right-part-desktop {
    display: none;
  }
}

/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }

  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }

  .table-responsive {
    display: block !important;
  }

  .btn-custom-default,
  .btn-custom-white {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }

  .navbar-area .logo {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 320px) {
  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}

/*------------------------------------------------
    ## Section Title
------------------------------------------------*/
.section-title {
  margin-top: -5px;
}

.section-title .section-title__subtitle {
  font-size: 24px;
  display: inline-block;
  color: var(--primary-color);
  font-family: var(--script-font);
}

.section-title h2,
.section-title h3 {
  margin-bottom: 30px;
  text-transform: capitalize;
}

.section-title h2 span,
.section-title h3 span {
  z-index: 1;
  position: relative;
  display: inline-block;
}

.section-title h2 span:after,
.section-title h3 span:after {
  position: absolute;
  z-index: -1;
  content: '';
  left: 0;
  top: 74%;
  width: 100%;
  height: 55%;
  background-image: url(../image/title-underline.png);
  background-size: 100% 100%;
}

@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 48px;
  }
}

@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 35px;
  }
}

@media (max-width: 375px) {
  .section-title h2 {
    font-size: 30px;
  }
}

.section-title h2 span:after {
  height: 66%;
}

@media (max-width: 575px) {
  .section-title h3 {
    font-size: 35px;
  }
}

@media (max-width: 375px) {
  .section-title h3 {
    font-size: 30px;
  }
}

.section-title p {
  font-size: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-title.for-hide-summary p {
    display: none;
  }
}

/*--------------------------------------------------
    ## Hero
---------------------------------------------------*/
@media (max-width: 1399px) {
  .hero-area {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .hero-area {
    margin-top: 66px;
  }
}

.hero-content h1 {
  margin-bottom: 60px;
  text-transform: capitalize;
}

@media (max-width: 1399px) {
  .hero-content h1 {
    font-size: 75px;
  }
}

@media (max-width: 1199px) {
  .hero-content h1 {
    font-size: 66px;
  }
}

@media (max-width: 991px) {
  .hero-content h1 {
    font-size: 55px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 45px;
    line-height: 1.25;
  }
}

@media (max-width: 575px) {
  .hero-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  .hero-content h1 {
    font-size: 35px;
  }
}

.hero-content h1 span {
  z-index: 1;
  position: relative;
  display: inline-block;
}

.hero-content p {
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .hero-content p {
    font-size: 20px;
    line-height: 30px;
  }
}

.hero-content .hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-content .hero-btns .btn {
  margin: 10px 10px 0;
}

/* Hero area two */
.hero-area-two .hero-content {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.hero-area-two:before {
  opacity: 0.6;
}

.hero-area-two .hero-shape-two {
  position: absolute;
  bottom: 90%;
  right: 100%;
}

/* Hero area three */
.hero-area-three:before {
  opacity: 0.6;
}

/*------------------------------------------------
    ## Banner
------------------------------------------------*/
.page-banner-area:before {
  opacity: 0.7;
}

.breadcrumb-inner .page-title {
  margin-bottom: 5px;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .breadcrumb-inner .page-title {
    font-size: 66px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-inner .page-title {
    font-size: 44px;
  }
}

@media (max-width: 375px) {
  .breadcrumb-inner .page-title {
    font-size: 36px;
  }
}

.breadcrumb-inner .page-list {
  font-size: 23px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .breadcrumb-inner .page-list {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .breadcrumb-inner .page-list {
    font-size: 18px;
  }
}

.breadcrumb-inner .page-list li:not(:last-child):after {
  content: '//';
  letter-spacing: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

/*----------------------------------------
  ## Search
----------------------------------------*/
.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 750px;
  max-width: 90%;
  z-index: 9999;
}

.td-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 90%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.td-search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 75px 0 25px;
  background: #f7f9fb;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.td-search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: var(--primary-color);
}

.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.97;
}

.mfp-zoom-in {
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/************ single-inpur-inner ************/
.single-input-inner {
  margin-bottom: 20px;
}

.single-input-inner input {
  width: 100%;
  height: 48px;
  border: 0 !important;
  padding: 0 18px;
  font-weight: 300;
}

.single-input-inner input::-webkit-input-placeholder {
  color: #adadad;
}

.single-input-inner input:-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner input::-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner input::placeholder {
  color: #adadad;
}

.single-input-inner textarea {
  width: 100%;
  border: 0 !important;
  height: 130px;
  border-radius: 6px;
  padding: 14px 18px;
  font-weight: 300;
}

.single-input-inner textarea::-webkit-input-placeholder {
  color: #adadad;
}

.single-input-inner textarea:-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner textarea::-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner textarea::placeholder {
  color: #adadad;
}

.single-input-inner .single-select {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 0 !important;
  border-radius: 30px;
  padding: 0 18px;
  margin-bottom: 20px;
}

.single-input-inner .single-select .list {
  width: 100%;
}

.single-input-inner.style-border input {
  border: 1px solid rgba(234, 225, 214, 0.7) !important;
}

.single-input-inner.style-border input::-webkit-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border input:-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border input::-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border input::placeholder {
  color: #adadad;
}

.single-input-inner.style-border textarea {
  border: 1px solid rgba(234, 225, 214, 0.7) !important;
  background: transparent;
}

.single-input-inner.style-border textarea::-webkit-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border textarea:-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border textarea::-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border textarea::placeholder {
  color: #adadad;
}

.single-input-inner.style-border .single-select {
  border: 1px solid rgba(234, 225, 214, 0.7) !important;
  color: #adadad;
}

.single-input-inner.style-border-bottom input {
  border-bottom: 1px solid rgba(234, 225, 214, 0.7) !important;
  background: transparent;
  padding: 0;
}

.single-input-inner.style-border-bottom input::-webkit-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom input:-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom input::-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom input::placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom textarea {
  border-bottom: 1px solid rgba(234, 225, 214, 0.7) !important;
}

.single-input-inner.style-border-bottom textarea::-webkit-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom textarea:-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom textarea::-ms-input-placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom textarea::placeholder {
  color: #adadad;
}

.single-input-inner.style-border-bottom .single-select {
  border-bottom: 1px solid rgba(234, 225, 214, 0.7) !important;
  background: transparent;
  color: #adadad;
}

.single-input-inner.style-bg input {
  background: #F2F7FF;
  border-radius: 5px;
}

.single-input-inner.style-bg input::-webkit-input-placeholder {
  color: #616161;
}

.single-input-inner.style-bg input:-ms-input-placeholder {
  color: #616161;
}

.single-input-inner.style-bg input::-ms-input-placeholder {
  color: #616161;
}

.single-input-inner.style-bg input::placeholder {
  color: #616161;
}

.single-input-inner.style-bg textarea {
  background: #F2F7FF;
}

.single-input-inner.style-bg textarea::-webkit-input-placeholder {
  color: #616161;
  border-radius: 5px;
}

.single-input-inner.style-bg textarea:-ms-input-placeholder {
  color: #616161;
  border-radius: 5px;
}

.single-input-inner.style-bg textarea::-ms-input-placeholder {
  color: #616161;
  border-radius: 5px;
}

.single-input-inner.style-bg textarea::placeholder {
  color: #616161;
  border-radius: 5px;
}

.single-input-inner.style-bg .single-select {
  background: #F2F7FF;
  color: #616161;
  border-radius: 5px;
}

.single-input-inner.style-bg-none input {
  background: transparent;
  color: #fff;
}

.single-input-inner.style-bg-none input::-webkit-input-placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none input:-ms-input-placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none input::-ms-input-placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none input::placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none textarea {
  background: transparent;
  color: #fff;
}

.single-input-inner.style-bg-none textarea::-webkit-input-placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none textarea:-ms-input-placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none textarea::-ms-input-placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none textarea::placeholder {
  color: #fff;
}

.single-input-inner.style-bg-none .single-select {
  background: transparent;
  color: #fff;
}

.contact-form-inner {
  padding: 0 30px 30px;
  border-radius: 7px;
  overflow: hidden;
  background-size: cover;
}

.contact-form-inner .single-input-inner.style-border-bottom input {
  border-bottom: 1px solid #fff !important;
}

.contact-form-inner .single-input-inner.style-border-bottom input::-webkit-input-placeholder {
  color: #fff;
}

.contact-form-inner .single-input-inner.style-border-bottom input:-ms-input-placeholder {
  color: #fff;
}

.contact-form-inner .single-input-inner.style-border-bottom input::-ms-input-placeholder {
  color: #fff;
}

.contact-form-inner .single-input-inner.style-border-bottom input::placeholder {
  color: #fff;
}

.blog-comment-form textarea {
  background: #FBFBFB;
  border: 1px solid #FBFBFB;
}

/*------------------------------------------------
    ## Causes
------------------------------------------------*/
.urgent-cause-area:before {
  opacity: 0.9;
  background: #FAF6F3;
}

@media (min-width: 768px) {
  .urgent-cause-content .section-title h3 {
    font-size: 37px;
  }
}

.cause-item {
  padding: 20px;
  background: white;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.cause-item .image {
  margin-bottom: 25px;
}

.cause-item .image img {
  width: 100%;
  border-radius: 10px;
}

.cause-item .content h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.cause-item .content p {
  font-size: 15px;
}

.cause-item .content .cause-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-family: var(--heading-font);
}

.cause-item .content .progress {
  height: 8px;
  overflow: initial;
  position: relative;
  border-radius: 5px;
  margin-bottom: 40px;
  background-color: #EEEEEE;
}

.cause-item .content .progress .progress-bar {
  overflow: initial;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 5px 0 0 5px;
  background-color: var(--primary-color);
}

.cause-item .content .progress .progress-bar:after {
  content: '';
  position: absolute;
  top: -3.5px;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  outline: 1px solid white;
  border: 5px solid var(--primary-color);
}

.cause-item .content .progress .progress-bar.progress-bar--yellow {
  background-color: var(--yellow-color);
}

.cause-item .content .progress .progress-bar.progress-bar--yellow:after {
  border-color: var(--yellow-color);
}

.cause-item .content .progress .progress-bar.progress-bar--green {
  background-color: var(--green-color);
}

.cause-item .content .progress .progress-bar.progress-bar--green:after {
  border-color: var(--green-color);
}

.cause-item .content .cause-btn {
  text-align: center;
  margin-bottom: 25px;
}

/* Urgent Causes Two */
.urgent-cause-right-content .cause-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  max-width: 525px;
  margin-bottom: 10px;
  font-family: var(--heading-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 376px) {
  .urgent-cause-right-content .cause-price {
    font-size: 20px;
  }
}

.urgent-cause-right-content .progress {
  height: 12px;
  max-width: 525px;
  overflow: initial;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #F6A29D;
}

.urgent-cause-right-content .progress .progress-bar {
  overflow: initial;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 5px 0 0 5px;
  background-color: var(--primary-color);
}

.urgent-cause-right-content .progress .progress-bar:after {
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  outline: 1px solid white;
  border: 7px solid var(--primary-color);
}

.urgent-cause-right-content .urgent-cause-btn .btn {
  margin-top: 20px;
  margin-left: 5px;
}

.urgent-cause-right-content .urgent-cause-btn .btn:not(:last-child) {
  margin-right: 25px;
}

@media (max-width: 575px) {
  .urgent-cause-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Cause style two */
.cause-two-item {
  margin-bottom: 30px;
}

.cause-two-item .image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}

.cause-two-item .content {
  background: #FAFAFA;
  padding: 0 30px 50px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 375px) {
  .cause-two-item .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cause-two-item .content h4 {
  margin-bottom: 15px;
}

@media (max-width: 1399px) {
  .cause-two-item .content h4 {
    font-size: 27px;
  }
}

@media (max-width: 375px) {
  .cause-two-item .content h4 {
    font-size: 22px;
  }
}

.cause-two-item .content .cause-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--primary-color);
  font-family: var(--heading-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 479px) {
  .cause-two-item .content .cause-price {
    font-size: 16px;
  }
}

.cause-two-item .content p {
  margin-bottom: 25px;
}

.cause-two-item .content .btn {
  margin-left: 5px;
}

.cause-two-item .circle-progress {
  z-index: 1;
  height: 88px;
  line-height: 1;
  background: white;
  position: relative;
  border-radius: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: -50px auto 20px;
}

.cause-two-item .circle-progress b,
.cause-two-item .circle-progress:after,
.cause-two-item .circle-progress:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cause-two-item .circle-progress b {
  font-size: 20px;
  font-weight: 800;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.cause-two-item .circle-progress:before {
  z-index: -2;
  width: 120%;
  height: 120%;
  background: transparent;
  border: 11px solid #FAFAFA;
}

.cause-two-item .circle-progress:after {
  z-index: -1;
  width: 75%;
  height: 75%;
  background: #FEEDEC;
}

.cause-two-item.cause-yellow .cause-price {
  color: var(--yellow-color);
}

.cause-two-item.cause-yellow .circle-progress:after {
  background: #FFF7EB;
}

.cause-two-item.cause-green .cause-price {
  color: var(--green-color);
}

.cause-two-item.cause-green .circle-progress:after {
  background: #E8F7F0;
}

/* Cause style two */
.skillbar {
  height: 10px;
  position: relative;
  background: #FA948D;
}

.skillbar .skill-bar-percent {
  top: -40px;
  line-height: 1;
  font-weight: 600;
  font-size: 15px;
  color: white;
  padding: 5px;
  margin-left: -22px;
  border-radius: 3px;
  position: absolute;
  background: var(--primary-color);
  font-family: var(--heading-font);
}

.skillbar .skill-bar-percent:after {
  position: absolute;
  content: '';
  left: 15px;
  top: 100%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--primary-color);
}

.skillbar .skillbar-bar {
  width: 0;
  height: 10px;
  background-color: var(--primary-color);
}

.cause-three-item {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}

.cause-three-item .image img {
  width: 100%;
}

.cause-three-item .image .skillbar {
  margin-top: -10px;
}

.cause-three-item .content {
  background: white;
  padding: 30px 30px 45px;
}

@media (max-width: 479px) {
  .cause-three-item .content h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.cause-three-item .content .cause-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: var(--heading-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cause-three-item .content .cause-price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cause-three-item .content .cause-price span i {
  font-size: 17px;
  margin-right: 10px;
  color: var(--primary-color);
}

.cause-three-item .content .btn {
  margin-left: 5px;
}

.cause-three-item.item--green .skillbar {
  background: #BCE9D3;
}

.cause-three-item.item--yellow .skillbar {
  background: #FFE2B2;
}

/* Causes page slider */
.course-page-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.course-page-slider .cause-two-item {
  margin-left: 15px;
  margin-right: 15px;
}

.course-page-slider .slick-dots {
  margin-top: 50px;
}

/* Cause details */
@media (max-width: 767px) {
  .cause-details-content .title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .cause-details-content .title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .cause-details-content h4 {
    font-size: 22px;
  }
}

.cause-details-content .cause-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--heading-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cause-details-content .progress {
  height: 12px;
  overflow: initial;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #F6A29D;
}

.cause-details-content .progress .progress-bar {
  overflow: initial;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 5px 0 0 5px;
  background-color: var(--primary-color);
}

.cause-details-content .progress .progress-bar:after {
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  outline: 1px solid white;
  border: 7px solid var(--primary-color);
}

/*------------------------------------------------
    ## About
------------------------------------------------*/
.about-image-part {
  z-index: 1;
  position: relative;
  margin-bottom: -30px;
  padding: 45px 35px 0 0;
}

@media (max-width: 575px) {
  .about-image-part {
    padding-right: 0;
  }
}

.about-image-part .image {
  margin-bottom: 30px;
}

.about-image-part .image img {
  width: 100%;
  border-radius: 20px;
}

.about-image-part .experiences-years {
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 575px) {
  .about-image-part .experiences-years {
    right: 15px;
  }
}

.about-image-part:before {
  position: absolute;
  content: '';
  height: 20%;
  width: 60%;
  left: 22%;
  top: 0;
  z-index: -1;
  border-radius: 20px;
  border: 2px dashed var(--primary-color);
  border-bottom: none;
}

.about-image-part:after {
  width: 147px;
  height: 147px;
  position: absolute;
  border-radius: 50%;
  content: '';
  z-index: -1;
  left: 0;
  bottom: 20%;
  -webkit-transform: translate(-40%);
  -ms-transform: translate(-40%);
  transform: translate(-40%);
  border: 30px solid var(--primary-color);
}

.project-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 22px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.2);
}

@media (min-width: 576px) {
  .project-complete {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 375px) {
  .project-complete {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.project-complete .project-complete__icon {
  margin-right: 20px;
  color: white;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: var(--primary-color);
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
}

.project-complete .project-complete__content h5 {
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 375px) {
  .project-complete .project-complete__content h5 {
    font-size: 18px;
  }
}

.experiences-years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-weight: 800;
  max-width: 185px;
  padding: 15px 20px;
  background: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  font-family: var(--heading-font);
  -webkit-box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.2);
}

.experiences-years .experiences-years__number {
  font-size: 24px;
  padding: 8px;
  color: white;
  margin-right: 10px;
  border-radius: 7px;
  background: var(--primary-color);
}

.about-content-part {
  max-width: 540px;
}

@media (min-width: 1400px) {
  .about-content-part {
    margin-left: 60px;
  }
}

/* About Two */
@media (min-width: 576px) {
  .about-us-content-part p {
    font-size: 18px;
  }
}

.about-us-content-part .list-style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-us-content-part .list-style-one li {
  width: 100%;
}

@media (min-width: 768px) {
  .about-us-content-part .list-style-one li {
    width: 49%;
  }
}

.about-middle-images {
  margin-left: -15px;
  margin-right: -15px;
}

.about-middle-images img {
  margin: 15px;
  border-radius: 4px;
}

.about-us-image-part .experiences-year {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  font-size: 28px;
  max-width: 240px;
  font-weight: 800;
  line-height: 36px;
  background-size: cover;
  padding: 85px 25px 30px;
  border-top: 10px solid white;
  border-right: 10px solid white;
  font-family: var(--heading-font);
}

@media (max-width: 375px) {
  .about-us-image-part .experiences-year {
    font-size: 22px;
    max-width: 180px;
    line-height: 30px;
    padding: 45px 20px 25px;
  }
}

.about-us-image-part .experiences-year .experiences-year__number {
  font-size: 66px;
}

@media (max-width: 375px) {
  .about-us-image-part .experiences-year .experiences-year__number {
    font-size: 45px;
  }
}

/* About Three */
@media (min-width: 576px) {
  .about-us-content-three p {
    font-size: 18px;
  }
}

.about-us-content-three .list-style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-us-content-three .list-style-one li {
  width: 100%;
}

@media (min-width: 768px) {
  .about-us-content-three .list-style-one li {
    width: 50%;
  }
}

.about-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-author .about-author--img {
  margin-top: 15px;
  margin-right: 15px;
}

.about-author .about-author--img img {
  border-radius: 50%;
  width: 66px;
  height: 66px;
}

.about-author .about-author--content {
  margin-top: 15px;
  margin-right: 70px;
  padding-right: 33px;
  border-right: 1px solid #D9D9D9;
}

@media (max-width: 767px) {
  .about-author .about-author--content {
    margin-right: 15px;
    padding-right: 15px;
  }
}

.about-author .about-author--content h5 {
  font-size: 20px;
  margin-bottom: 5px;
}

.about-author .about-author--content span {
  font-size: 15px;
}

.about-author .about-author--signature {
  margin-top: 15px;
}

/*------------------------------------------------
    ## Counters
------------------------------------------------*/
.counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.counter-item .counter-item__icon {
  margin-right: 20px;
  font-size: 35px;
  color: white;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-align: center;
  line-height: 74px;
  width: 72px;
  height: 74px;
  background-size: 100% 100%;
  background-image: url(../image/circle-red.png);
}

.counter-item .counter-item__icon.counter-item__icon--green {
  background-image: url(../image/circle-green.png);
}

.counter-item .counter-item__icon.counter-item__icon--yellow {
  background-image: url(../image/circle-yellow.png);
}

.counter-item .counter-item__content {
  font-weight: 800;
  line-height: 1.3;
  font-family: var(--heading-font);
}

.counter-item .counter-item__content .count-text {
  display: block;
  font-size: 38px;
  color: var(--heading-color);
}

@media (max-width: 375px) {
  .counter-item .counter-item__content .count-text {
    font-size: 30px;
  }
}

.counter-item .counter-item__content h5 {
  margin-bottom: 0;
  font-size: 20px;
}

/* Counter Home_2 */
.counter-area:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-linear-gradient(180.23deg, rgba(255, 255, 255, 0.86) 59.86%, rgba(217, 217, 217, 0) 99.81%);
  background: -o-linear-gradient(180.23deg, rgba(255, 255, 255, 0.86) 59.86%, rgba(217, 217, 217, 0) 99.81%);
  background: linear-gradient(269.77deg, rgba(255, 255, 255, 0.86) 59.86%, rgba(217, 217, 217, 0) 99.81%);
}

@media (max-width: 1199px) {
  .counter-area:before {
    opacity: 0.9;
    background: white;
  }
}

.counter-section-content>i {
  font-size: 25px;
  max-width: 400px;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  font-family: var(--heading-font);
}

@media (max-width: 375px) {
  .counter-section-content>i {
    font-size: 20px;
  }
}

.counter-section-content>i span {
  color: var(--primary-color);
}

.counter-section-content .counter-btns .btn {
  margin-top: 15px;
}

.counter-section-content .counter-btns .btn:not(:last-child) {
  margin-right: 30px;
}

/*------------------------------------------------
    ## Why Choose
------------------------------------------------*/
.why-choose-area {
  z-index: 1;
  position: relative;
  background: #1e1e1e;
}

.why-choose-area:before {
  z-index: -1;
  opacity: 0.02;
  background: url(../image/why-choose-bg.jpg) no-repeat center/cover;
}

.vission-mission-tab {
  max-width: 500px;
}

.vission-mission-tab .nav li {
  margin: 0 10px 10px 0;
}

.vission-mission-tab .nav li button {
  color: white;
  border: none;
  font-weight: 800;
  padding: 7px 20px;
  border-radius: 5px;
  font-family: var(--heading-font);
  background: rgba(255, 255, 255, 0.05);
}

.vission-mission-tab .nav li button.active {
  background: var(--primary-color);
}

.why-choose-video {
  z-index: 1;
  margin-bottom: 15px;
  position: relative;
  padding: 0 30px 12px 0;
}

.why-choose-video:after {
  width: 90%;
  content: '';
  height: 50%;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  border-radius: 20px;
  border: 1px dashed var(--yellow-color);
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
}

.why-choose-video .video img {
  width: 100%;
  border-radius: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.why-choose-video .video-play--one {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.why-choose-video .leaf-shape {
  position: absolute;
  right: 101%;
  bottom: 98%;
}

/*--------------------------------------------------
    ## Features
---------------------------------------------------*/
.feature-left-wrap {
  padding: 55px;
  width: 28%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-left-wrap:before {
  background: var(--heading-color);
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .feature-left-wrap {
    width: 24%;
    padding: 25px;
  }
}

@media (max-width: 1199px) {
  .feature-left-wrap {
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 375px) {
  .feature-left-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.feature-left-slider {
  max-width: 100%;
}

@media (min-width: 768px) {
  .feature-left-slider .section-title h3 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

.feature-left-slider .slick-dots {
  margin-bottom: 0;
  margin-top: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 1199px) {
  .feature-left-slider .slick-dots {
    margin-top: 15px;
  }
}

.feature-left-slider .slick-dots li {
  margin: 0 5px;
  line-height: 1;
  overflow: hidden;
}

.feature-left-slider .slick-dots li button {
  border: none;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  text-indent: 100px;
  border-radius: 10px;
  width: 16px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
}

.feature-left-slider .slick-dots li.slick-active button {
  background: var(--primary-color);
}

.feature-single-slide {
  margin-bottom: 30px;
}

.feature-content {
  padding-top: 120px;
  padding-bottom: 70px;
}

.feature-right-slider {
  margin-left: -20px;
  margin-right: -20px;
}

.feature-right-slider .feature-item {
  margin-left: 20px;
  margin-right: 20px;
}

.feature-item {
  margin-bottom: 30px;
}

.feature-item .feature-item__icon {
  font-size: 35px;
  color: white;
  text-align: center;
  line-height: 74px;
  margin-bottom: 20px;
  width: 72px;
  height: 74px;
  background-size: 100% 100%;
  background-image: url(../image/circle-red.png);
}

.feature-item .feature-item__icon.feature-item__icon--green {
  background-image: url(../image/circle-green.png);
}

.feature-item .feature-item__icon.feature-item__icon--yellow {
  background-image: url(../image/circle-yellow.png);
}

.feature-item h4 {
  margin-bottom: 15px;
}

.feature-item.feature-item--bordered {
  border-radius: 5px;
  padding: 25px 15px 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-item.feature-item--bordered .feature-item__icon {
  font-size: 22px;
  line-height: 47px;
  width: 46px;
  height: 47px;
}

.feature-item.feature-item--bordered h5 {
  font-size: 20px;
}

.feature-item.feature-item--bordered p {
  font-size: 15px;
}

/* Feature Style Two */
.feature-item--two {
  height: 100%;
  padding: 60px 40px;
  text-align: center;
  background-size: cover;
  z-index: 1;
  position: relative;
}

.feature-item--two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-color: var(--primary-color);
}

@media (max-width: 375px) {
  .feature-item--two {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.feature-item--two .feature-item__icon {
  font-size: 35px;
  margin-bottom: 22px;
  display: inline-block;
  color: var(--primary-color);
  width: 74px;
  height: 74px;
  background: white;
  line-height: 74px;
  border-radius: 50%;
  text-align: center;
}

.feature-item--two h4 {
  color: white;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media (max-width: 479px) {
  .feature-item--two h4 {
    font-size: 22px;
  }
}

.feature-item--two p {
  color: white;
  font-size: 18px;
  margin-bottom: 30px;
}

.feature-item--two .feature-item__btn {
  background: white;
  font-weight: 800;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--primary-color);
  font-family: var(--heading-font);
}

.feature-item--two.feature-item--green .feature-item__btn,
.feature-item--two.feature-item--green .feature-item__icon {
  color: var(--green-color);
}

.feature-item--two.feature-item--green:before {
  background: var(--green-color);
}

.feature-item--two.feature-item--yellow .feature-item__btn,
.feature-item--two.feature-item--yellow .feature-item__icon {
  color: var(--yellow-color);
}

.feature-item--two.feature-item--yellow:before {
  background: var(--yellow-color);
}

.feature-item--two.feature-item--radius {
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}

.features-area-two {
  margin-bottom: -200px;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}

/* Feature Area Three */
.feature-item--three {
  border-radius: 5px;
  padding: 30px 35px;
  margin-bottom: 30px;
  background-size: cover;
}

@media (min-width: 480px) {
  .feature-item--three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 375px) {
  .feature-item--three {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.feature-item--three .feature-item__icon {
  color: white;
  line-height: 1;
  font-size: 55px;
  margin: 6px 30px 10px 0;
}

.feature-item--three .feature-item__content h4 {
  color: white;
  text-transform: capitalize;
}

@media (max-width: 375px) {
  .feature-item--three .feature-item__content h4 {
    font-size: 22px;
  }
}

.feature-item--three .feature-item__content p {
  color: white;
  margin-bottom: 0;
}

/* Feature Area Four */
.features-area-four:before {
  opacity: 0.9;
  background: white;
}

/*------------------------------------------------
    ## Volunteers
------------------------------------------------*/
/* Become a volunteer */
.become-volunteer-area {
  background: #1E1E1E;
}

@media (min-width: 1400px) {
  .volunteer-image {
    margin-left: -22%;
  }
}

/* Valunter Style One */
.valunteer-item {
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 30px;
}

.valunteer-item:hover .valunteer-item__img:before {
  height: 100%;
}

.valunteer-item__img {
  position: relative;
  margin-bottom: 22px;
}

.valunteer-item__img img {
  width: 100%;
}

.valunteer-item__img .share {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.valunteer-item__img .share button {
  height: 80px;
  width: 80px;
  color: white;
  border: none;
  font-size: 25px;
  line-height: 80px;
  background: var(--primary-color);
}

.valunteer-item__img .share .share__socials {
  left: 12px;
  opacity: 0;
  bottom: 99%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  position: absolute;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.valunteer-item__img .share:hover .share__socials {
  opacity: 1;
  visibility: visible;
}

.valunteer-item__img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(116.19%, var(--primary-color)));
  background: -webkit-linear-gradient(top, transparent 0%, var(--primary-color) 116.19%);
  background: -o-linear-gradient(top, transparent 0%, var(--primary-color) 116.19%);
  background: linear-gradient(180deg, transparent 0%, var(--primary-color) 116.19%);
}

.share__socials a {
  margin: 5px;
  color: white;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

.share__socials a.twitter {
  background: #57BFE6;
}

.share__socials a.facebook {
  background: #3F7BC7;
}

.valunteer-item__designation {
  padding: 27px 15px;
  text-transform: capitalize;
  background: url(../image/valunteer-des-bg.jpg) no-repeat center/cover;
}

.valunteer-item__designation h5 {
  color: white;
  margin-bottom: 2px;
}

.valunteer-item__designation span {
  color: white;
  font-size: 18px;
  font-family: var(--heading-font);
}

.valunteer-item--green .valunteer-item__img:before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(116.19%, var(--green-color)));
  background: -webkit-linear-gradient(top, transparent 0%, var(--green-color) 116.19%);
  background: -o-linear-gradient(top, transparent 0%, var(--green-color) 116.19%);
  background: linear-gradient(180deg, transparent 0%, var(--green-color) 116.19%);
}

.valunteer-item--green .valunteer-item__img .share button {
  background: var(--green-color);
}

.valunteer-item--green .valunteer-item__designation {
  background-image: url(../image/valunteer-des-bg-green.jpg);
}

.valunteer-item--yellow .valunteer-item__img:before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(116.19%, var(--yellow-color)));
  background: -webkit-linear-gradient(top, transparent 0%, var(--yellow-color) 116.19%);
  background: -o-linear-gradient(top, transparent 0%, var(--yellow-color) 116.19%);
  background: linear-gradient(180deg, transparent 0%, var(--yellow-color) 116.19%);
}

.valunteer-item--yellow .valunteer-item__img .share button {
  background: var(--yellow-color);
}

.valunteer-item--yellow .valunteer-item__designation {
  background-image: url(../image/valunteer-des-bg-yellow.jpg);
}

/* Volunteer Style Two */
.valunteer-two-item {
  margin-bottom: 30px;
}

.valunteer-two-item .valunteer-two-item__img img {
  width: 100%;
  border-radius: 5px;
}

.valunteer-two-item .valunteer-two-item__des {
  margin-left: 9%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: -50px;
  position: relative;
  padding: 25px 25px 20px;
  background: var(--lighter-color);
  border-left: 8.5px solid var(--primary-color);
}

.valunteer-two-item .valunteer-two-item__des h5 {
  font-size: 20px;
  margin-bottom: 5px;
}

.valunteer-two-item .valunteer-two-item__des span {
  font-size: 18px;
  text-transform: capitalize;
}

.valunteer-two-item .valunteer-two-item__des.valunteer-two-item__des--yellow {
  border-color: var(--yellow-color);
}

.valunteer-two-item .valunteer-two-item__des.valunteer-two-item__des--green {
  border-color: var(--green-color);
}

.valunteer-two-item:hover .valunteer-two-item__des {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

/* Volunteer Style Three */
.valunteer-item--three {
  position: relative;
}

.valunteer-item--three .valunteer-item__img {
  margin-bottom: 0;
}

.valunteer-item--three .valunteer-item__img:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.55%, transparent), color-stop(79.89%, var(--green-color)));
  background: -webkit-linear-gradient(top, transparent -19.55%, var(--green-color) 79.89%);
  background: -o-linear-gradient(top, transparent -19.55%, var(--green-color) 79.89%);
  background: linear-gradient(180deg, transparent -19.55%, var(--green-color) 79.89%);
}

.valunteer-item--three .valunteer-item__designation {
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}

.valunteer-item--three .valunteer-item__designation h4 {
  color: white;
  margin-bottom: 5px;
}

@media (max-width: 1399px) {
  .valunteer-item--three .valunteer-item__designation h4 {
    font-size: 25px;
  }
}

.valunteer-item--three .valunteer-item__designation .share__socials {
  margin-top: 15px;
}

.valunteer-item--three:hover .valunteer-item__designation {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* Become Volunteer Three */
.volunteer-left-video {
  padding-left: 10%;
  padding-right: 10%;
}

.volunteer-left-video .video-play--three {
  position: absolute;
  left: 0;
  top: 25%;
}

.volunteer-left-video .small-image {
  position: absolute;
  bottom: 14%;
  right: 0;
  max-width: 60%;
}

.become-volunteer-three .form-style-two .form-control {
  background: #FEF2F1;
}

/* Vecome Volunteer Four */
.volunteer-content.form-style-two:not(.text-white) .form-control {
  background: #FEF2F1;
}

/* Become Volunteer page */
.become-volunteer-video-content .tags a:not(:last-child) {
  margin-right: 5px;
}

.become-volunteer-video-content .tags a:not(:last-child):after {
  content: ',';
}

.become-volunteer-video-content .tags a:hover {
  color: var(--primary-color);
}

.become-volunteer-video-content .list-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.become-volunteer-video-content .list-style-two li {
  width: 100%;
}

@media (min-width: 576px) {
  .become-volunteer-video-content .list-style-two li {
    width: 49%;
  }
}

.become-volunteer-video-content .earning-doner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px -30px 0;
}

.become-volunteer-video-content .earning-doner li {
  line-height: 1.5;
  margin-right: 40px;
  margin-bottom: 30px;
}

.become-volunteer-video-content .earning-doner li b {
  display: block;
  font-weight: 800;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------
    ## Events
---------------------------------------------------*/
.events-active .event-item {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin-bottom: 25px;
}

.events-active .event-item img {
  width: 100%;
}

.events-active .event-item .event-item__hover {
  left: 0;
  top: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: -webkit-linear-gradient(270.02deg, rgba(37, 41, 47, 0.6132) 15.88%, rgba(248, 77, 66, 0.84) 62.28%);
  background: -o-linear-gradient(270.02deg, rgba(37, 41, 47, 0.6132) 15.88%, rgba(248, 77, 66, 0.84) 62.28%);
  background: linear-gradient(179.98deg, rgba(37, 41, 47, 0.6132) 15.88%, rgba(248, 77, 66, 0.84) 62.28%);
}

@media (max-width: 375px) {
  .events-active .event-item .event-item__hover {
    padding: 25px;
  }
}

.events-active .event-item .event-item__hover h4 {
  color: white;
  margin-bottom: 15px;
}

@media (max-width: 375px) {
  .events-active .event-item .event-item__hover h4 {
    font-size: 24px;
  }
}

.events-active .event-item .event-item__hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events-active .event-item .event-item__hover ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

@media (max-width: 375px) {
  .events-active .event-item .event-item__hover ul li {
    font-size: 16px;
  }
}

.events-active .event-item .event-item__hover ul li i {
  font-size: 14px;
  margin-right: 5px;
}

.events-active .event-item .event-item__hover ul li:not(:last-child) {
  margin-right: 8px;
}

.events-active .event-item:hover .event-item__hover {
  opacity: 1;
}

/* Event Two */
.our-event-two:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.43%, #DEDDD9), color-stop(82.66%, rgba(255, 255, 255, 0.73)));
  background: -webkit-linear-gradient(top, #DEDDD9 25.43%, rgba(255, 255, 255, 0.73) 82.66%);
  background: -o-linear-gradient(top, #DEDDD9 25.43%, rgba(255, 255, 255, 0.73) 82.66%);
  background: linear-gradient(180deg, #DEDDD9 25.43%, rgba(255, 255, 255, 0.73) 82.66%);
}

.event-two-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.event-two-item .image {
  width: 24%;
  margin-right: 30px;
}

.event-two-item .content {
  margin-right: 15px;
}

.event-two-item .content h5 {
  font-size: 20px;
}

.event-two-item .content h5 a:hover {
  color: var(--primary-color);
}

.event-two-item .content ul {
  margin: 0;
}

.event-two-item .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.event-two-item .content ul li i {
  margin-right: 6px;
  font-size: 14px;
}

.event-two-item .date {
  color: white;
  padding: 16px;
  font-weight: 800;
  margin-left: auto;
  line-height: 1.14;
  text-align: center;
  text-transform: uppercase;
  width: 86px;
  height: 90px;
  background-size: 100% 100%;
  font-family: var(--heading-font);
  background-image: url(../image/circle-red.png);
}

.event-two-item .date b {
  display: block;
  font-size: 28px;
}

@media (max-width: 479px) {
  .event-two-item {
    display: block;
    text-align: center;
  }

  .event-two-item .image {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .event-two-item .content {
    margin-right: 0;
  }

  .event-two-item .content ul li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .event-two-item .date {
    margin-top: 20px;
    margin-right: auto;
  }
}

.event-two-item.event-two-item--green .content h5 a:hover {
  color: var(--green-color);
}

.event-two-item.event-two-item--green .date {
  background-image: url(../image/circle-green.png);
}

.event-two-item.event-two-item--yellow .content h5 a:hover {
  color: var(--yellow-color);
}

.event-two-item.event-two-item--yellow .date {
  background-image: url(../image/circle-yellow.png);
}

/* Event Three */
.event-area-three:before {
  opacity: 0.9;
  background: white;
}

.event-item-three {
  background: white;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 20px 20px 40px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.event-item-three .image {
  margin-bottom: 22px;
}

.event-item-three .image img {
  width: 100%;
}

@media (max-width: 1199px) {
  .event-item-three .content h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

@media (max-width: 375px) {
  .event-item-three .content h4 {
    font-size: 22px;
  }
}

.event-item-three .content .event-btn {
  margin-top: 20px;
  font-weight: 700;
  overflow: hidden;
  padding: 4px 13px;
  border-radius: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--primary-color);
  z-index: 1;
  position: relative;
}

.event-item-three .content .event-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.15;
  background-color: var(--primary-color);
}

.event-item-three .content .event-btn i {
  margin: 3px 0 0 5px;
}

.event-three-slider {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 992px) {
  .event-three-slider {
    margin-right: -50px;
  }

  .event-three-slider .slick-list {
    padding-right: 300px;
    margin-right: -300px;
  }
}

.event-three-slider .event-item-three {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 15px;
  margin-right: 15px;
}

/* Event Page Slider */
.events-slider-active {
  margin-left: -15px;
  margin-right: -15px;
}

.events-slider-active .event-item-three {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f7f7f7;
  margin-left: 15px;
  margin-right: 15px;
}

.events-slider-active .slick-arrow {
  color: white;
  border: none;
  right: 5px;
  top: 20%;
  z-index: 1;
  font-size: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--heading-color);
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 479px) {
  .events-slider-active .slick-arrow {
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
  }
}

.events-slider-active .slick-arrow.left-arrow {
  left: 5px;
}

.events-slider-active .slick-arrow:hover,
.events-slider-active .slick-arrow:focus {
  background: var(--primary-color);
}

/* Event Details */
.event-details-content .title {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .event-details-content .title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .event-details-content .title {
    font-size: 30px;
  }
}

.event-details-content h5 {
  font-size: 20px;
  margin-bottom: 12px;
}

.event-details-content p {
  margin-bottom: 30px;
}

.event-details-content .list-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event-details-content .list-style-two li {
  width: 100%;
}

@media (min-width: 576px) {
  .event-details-content .list-style-two li {
    width: 49%;
  }
}

.join-us-form.form-style-two .form-control,
.join-us-form.form-style-two .single-select {
  background: #FEF2F1;
}

/*------------------------------------------------
    ## Testimonials
------------------------------------------------*/
.testimonial-content-item .icon {
  line-height: 1;
  font-size: 80px;
  margin-bottom: 45px;
  color: var(--green-color);
}

@media (max-width: 767px) {
  .testimonial-content-item .icon {
    margin-bottom: 0;
  }
}

.testimonial-content-item .text {
  opacity: 0.7;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
  font-style: italic;
  margin-bottom: 55px;
  font-family: var(--heading-font);
}

@media (max-width: 767px) {
  .testimonial-content-item .text {
    font-size: 28px;
    margin-bottom: 35px;
  }
}

@media (max-width: 575px) {
  .testimonial-content-item .text {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (max-width: 375px) {
  .testimonial-content-item .text {
    font-size: 18px;
  }
}

.testimonial-content-item h4 {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .testimonial-content-item h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

.testimonial-content-item .designation {
  font-family: var(--heading-font);
}

@media (min-width: 576px) {
  .testimonial-content-item .designation {
    font-size: 20px;
  }
}

.testimonial-thumb-slider {
  height: 65px;
  max-width: 170px;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .testimonial-thumb-slider {
    margin-top: 30px;
  }
}

.testimonial-thumb-slider .testimonial-thumb-item {
  margin-left: 7px;
  margin-right: 7px;
}

.testimonial-thumb-slider .testimonial-thumb-item img {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}

.testimonial-thumb-slider .testimonial-thumb-item.slick-current img {
  width: 64px;
  height: 64px;
}

.testimonial-thumb-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Testimonial Style Two */
.testimonial-two-image {
  padding-left: 5%;
}

.testimonial-two-image .circle-shape {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 2%;
}

.testimonial-style-two {
  padding-right: 22%;
}

@media (max-width: 767px) {
  .testimonial-style-two {
    padding-right: 60px;
  }
}

.testimonial-style-two .testimonial-content-item .icon {
  margin-bottom: 30px;
}

.testimonial-style-two .testimonial-content-item .text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.71;
  margin-bottom: 40px;
  color: var(--heading-color);
  font-family: var(--base-font);
}

@media (max-width: 575px) {
  .testimonial-style-two .testimonial-content-item .text {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .testimonial-style-two .testimonial-content-item .text {
    font-size: 18px;
  }
}

.testimonial-style-two .testimonial-content-item .ratting {
  margin-bottom: 15px;
}

.testimonial-style-two .testimonial-content-item .designation {
  font-size: 18px;
}

.testimonial-style-two .testimonial-thumb-two {
  position: absolute;
  width: 50px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-33%);
  -ms-transform: translateY(-33%);
  transform: translateY(-33%);
}

@media (max-width: 767px) {
  .testimonial-style-two .testimonial-thumb-two {
    top: 35%;
  }
}

.testimonial-style-two .testimonial-thumb-two .testimonial-thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-style-two .testimonial-thumb-two .testimonial-thumb-item img {
  opacity: 0.65;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.testimonial-style-two .testimonial-thumb-two .testimonial-thumb-item.slick-current img {
  opacity: 1;
  width: 48px;
  height: 48px;
  border: 2px solid var(--primary-color);
}

/* Testimonials Style Three */
.testimonials-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 66%;
}

.testimonial-item-three {
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 80px;
  background: #FFFFFF;
  padding: 0 22px 40px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.testimonial-item-three .author {
  margin-bottom: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial-item-three .author img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 4px solid var(--primary-color);
}

.testimonial-item-three .name {
  margin-bottom: 3px;
}

@media (max-width: 375px) {
  .testimonial-item-three .name {
    font-size: 22px;
  }
}

.testimonial-item-three .designation {
  font-size: 18px;
}

.testimonial-item-three .text {
  margin-top: 10px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.95;
}

@media (min-width: 376px) {
  .testimonial-item-three .text {
    font-size: 18px;
  }
}

.testimonial-item-three:hover {
  -webkit-box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.25);
}

/*------------------------------------------------
    ## Blog
------------------------------------------------*/
.blog-item {
  overflow: hidden;
  background: white;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.blog-item .blog-item__img {
  position: relative;
}

.blog-item .blog-item__img img {
  width: 100%;
}

.blog-item .blog-item__content {
  padding: 30px;
}

@media (max-width: 375px) {
  .blog-item .blog-item__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.blog-item .blog-item__content h4 {
  margin-bottom: 18px;
  text-transform: capitalize;
}

@media (max-width: 375px) {
  .blog-item .blog-item__content h4 {
    font-size: 25px;
  }
}

.blog-item .blog-item__content h4 a:hover {
  color: var(--primary-color);
}

.blog-item.blog-item--clasic {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 40px;
  background: #FAFAFA;
}

@media (max-width: 375px) {
  .blog-item.blog-item--clasic .blog-item__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-item.blog-item--clasic .blog-item__content h4 {
    font-size: 22px;
  }
}

.post-date {
  left: 20px;
  bottom: 20px;
  font-weight: 800;
  background: white;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.post-date b {
  color: white;
  display: block;
  font-size: 24px;
  padding: 7px 15px;
  background: var(--primary-color);
}

.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta li i {
  margin-right: 6px;
  color: var(--primary-color);
}

@media (max-width: 375px) {
  .blog-meta li i {
    display: none;
  }
}

.blog-meta li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.blog-meta li:not(:last-child):after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  width: 1px;
  height: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--base-color);
}

/* Blog Two Area */
.blog-area-two:before {
  opacity: 1;
  height: 61.3%;
}

.blog-item--two .blog-meta {
  margin-bottom: 5px;
}

.blog-item--two .blog-item__content h4 {
  margin-bottom: 10px;
}

.blog-item--two.blog-item--green .post-date-two {
  border-bottom-color: var(--green-color);
}

.blog-item--two.blog-item--green .post-date-two b {
  color: var(--green-color);
}

.blog-item--two.blog-item--green h4 a:hover,
.blog-item--two.blog-item--green .blog-meta li i {
  color: var(--green-color);
}

.blog-item--two.blog-item--green .read-more:after {
  background: var(--green-color);
}

.blog-item--two.blog-item--yellow .post-date-two {
  border-bottom-color: var(--yellow-color);
}

.blog-item--two.blog-item--yellow .post-date-two b {
  color: var(--yellow-color);
}

.blog-item--two.blog-item--yellow h4 a:hover,
.blog-item--two.blog-item--yellow .blog-meta li i {
  color: var(--yellow-color);
}

.blog-item--two.blog-item--yellow .read-more:after {
  background: var(--yellow-color);
}

.post-date-two {
  z-index: 1;
  line-height: 1;
  font-weight: 800;
  background: white;
  text-align: center;
  border-radius: 50%;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -60px auto 15px;
  outline: 10px solid white;
  text-transform: capitalize;
  color: var(--heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid transparent;
  font-family: var(--heading-font);
  border-bottom-color: var(--primary-color);
}

.post-date-two b {
  font-size: 28px;
  color: var(--primary-color);
}

.post-date-two:after,
.post-date-two:before {
  content: '';
  border-radius: 50%;
  position: absolute;
}

.post-date-two:before {
  width: 110%;
  height: 70%;
  left: -5%;
  top: -5%;
  z-index: -2;
  background: white;
}

.post-date-two:after {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  z-index: -1;
  opacity: 0.15;
  background: var(--primary-color);
}

/* Blog Three Area */
.blog-item--three {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}

.blog-item--three .blog-item__img {
  position: relative;
}

.blog-item--three .blog-item__img img {
  width: 100%;
}

.blog-item--three .blog-item__img .post-date {
  left: 10%;
  bottom: -28px;
}

.blog-item--three .blog-item__img .post-date b {
  line-height: 1;
  font-size: 38px;
  padding: 10px 15px;
}

.blog-item--three .blog-item__content {
  background: #F1F1F3;
  padding: 45px 28px 30px;
}

@media (max-width: 375px) {
  .blog-item--three .blog-item__content {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.blog-item--three .blog-item__content h4 {
  margin-bottom: 26px;
  text-transform: capitalize;
}

@media (max-width: 479px) {
  .blog-item--three .blog-item__content h4 {
    font-size: 22px;
  }
}

.blog-item--three .blog-item__content h4 a:hover {
  color: var(--primary-color);
}

.blog-item--three .blog-item__meta {
  margin-bottom: 0;
  padding: 10px 30px;
  background: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

@media (max-width: 375px) {
  .blog-item--three .blog-item__meta {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-item--three .blog-item__meta li {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-item--three .blog-item__meta li i {
  margin-right: 5px;
}

.blog-item--three .blog-item__meta li.line {
  width: 1px;
  height: 10px;
  background: white;
}

/* Blog Slider */
.blog-page-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-page-slider .blog-item {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #FAFAFA;
  margin-left: 15px;
  margin-right: 15px;
}

.blog-page-slider .slick-dots {
  margin-top: 50px;
}

/* Blog Details */
.blog-details-content h1,
.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5,
.blog-details-content h6,
.blog-details-content p {
  margin-bottom: 15px;
}

.blog-details-content h5 {
  font-size: 20px;
}

.blog-details-content blockquote {
  padding: 40px 50px;
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  background: #FAFAFA;
  color: var(--heading-color);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: var(--heading-font);
}

@media (max-width: 575px) {
  .blog-details-content blockquote {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-details-content blockquote br {
    display: none;
  }
}

.blog-details-content blockquote .quote-icon {
  line-height: 1;
  font-size: 35px;
  color: var(--primary-color);
}

.tag-and-share strong {
  font-size: 20px;
  font-weight: 800;
  margin-right: 12px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.tag-and-share .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag-and-share .tags a {
  font-size: 14px;
  padding: 4px 15px;
  margin-right: 10px;
  border-radius: 15px;
  background: #F2F2F2;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tag-and-share .tags a:hover {
  color: white;
  background: var(--primary-color);
}

.tag-and-share .share-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tag-and-share .share-area a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tag-and-share .share-area a:hover {
  color: var(--primary-color);
}

.tag-and-share .share-area a:not(:last-child) {
  margin-right: 10px;
}

.blog-comment-form.form-style-two .form-control {
  background: #FEF2F1;
}

.blog-comment-form.form-style-two label {
  cursor: pointer;
}

.comment-list .comment-body {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .comment-list .comment-body {
    padding-left: 90px;
  }
}

.comment-list .comment-body .comment-meta {
  margin-bottom: 18px;
}

.comment-list .comment-body .comment-meta .fn {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.comment-list .comment-body .avatar {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .comment-list .comment-body .avatar {
    top: 0;
    left: 0;
    position: absolute;
  }
}

.comment-list .comment-body .reply {
  padding-bottom: 15px;
}

@media (min-width: 576px) {
  .comment-list .comment-body .reply {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.comment-list .comment-body .reply a {
  font-size: 14px;
  padding: 4px 20px;
  border-radius: 20px;
  background: #F2F2F2;
  display: inline-block;
}

.comment-list .comment-body .reply a:hover {
  color: white;
  background: var(--primary-color);
}

/*--------------------------------------------------
    ## FAQs
---------------------------------------------------*/
.faq-image-part {
  margin-bottom: -30px;
}

.faq-image-part .image {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
}

.faq-image-part .image img:not(.shape) {
  width: 100%;
}

.faq-image-part .image .shape {
  position: absolute;
  z-index: -1;
}

.faq-image-part .image .shape.one {
  bottom: 95%;
  right: 100%;
}

.faq-image-part .image .shape.two {
  left: 100%;
  top: 95%;
}

.faq-content-part .faq-accordion {
  max-width: 500px;
}

.accordion-item {
  border-left: 0;
  border-right: 0;
  background: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
}

.accordion-item:last-of-type,
.accordion-item:first-of-type {
  border-radius: 0;
}

@media (max-width: 1199px) {
  .accordion-item .accordion-header {
    font-size: 26px;
  }
}

.accordion-item .accordion-header button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  text-transform: capitalize;
  font-family: var(--heading-font);
}

@media (max-width: 375px) {
  .accordion-item .accordion-header button {
    font-size: 20px;
  }
}

.accordion-item .accordion-header button:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  content: "";
  font-size: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  border: 2px solid;
  margin-right: 25px;
  font-family: 'Flaticon';
  color: var(--primary-color);
  width: 42px;
  height: 42px;
  background: transparent;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}

@media (max-width: 375px) {
  .accordion-item .accordion-header button:before {
    line-height: 34px;
    border-width: 1px;
    margin-right: 15px;
    width: 36px;
    height: 36px;
  }
}

.accordion-item .accordion-header button.collapsed:before {
  content: "";
  color: #C4C4C4;
}

.accordion-item .accordion-body {
  padding: 10px 0 0 55px;
}

/* FAQ style two */
.faq-accordion-two .accordion-item {
  border: 0;
  padding: 0;
}

.faq-accordion-two .accordion-item .accordion-header button {
  width: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  border-radius: 3px;
  padding: 15px 18px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--primary-color);
}

@media (max-width: 479px) {
  .faq-accordion-two .accordion-item .accordion-header button {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .faq-accordion-two .accordion-item .accordion-header button {
    font-size: 16px;
  }
}

.faq-accordion-two .accordion-item .accordion-header button:before {
  display: none;
}

.faq-accordion-two .accordion-item .accordion-header button .icon {
  font-size: 0.85em;
}

.faq-accordion-two .accordion-item .accordion-header button .icon.close {
  display: none;
}

.faq-accordion-two .accordion-item .accordion-header button.collapsed {
  color: var(--heading-color);
  background: var(--lighter-color);
}

.faq-accordion-two .accordion-item .accordion-header button.collapsed .icon {
  display: block;
}

.faq-accordion-two .accordion-item .accordion-header button.collapsed .icon.open {
  display: none;
}

.faq-accordion-two .accordion-item .accordion-body {
  margin-top: -5px;
  padding: 0 0 20px;
}

.faq-video-part img {
  width: 100%;
}

.faq-video-part .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* FAQ Area Three */
.faq-three-left-part .experiences-years {
  position: absolute;
  left: 0;
  top: 25%;
}

@media (max-width: 479px) {
  .faq-three-left-part .experiences-years {
    top: 38%;
  }
}

.faq-three-left-part .counter-item {
  top: 15%;
  right: 5%;
  padding: 22px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.2);
}

.faq-three-left-part .counter-item .count-text {
  color: var(--green-color);
}

@media (max-width: 479px) {
  .faq-three-left-part .counter-item {
    top: 0;
    right: 0;
    padding: 15px;
  }

  .faq-three-left-part .counter-item .count-text {
    font-size: 26px;
  }

  .faq-three-left-part .counter-item .counter-title {
    font-size: 16px;
  }
}

.faq-three-left-part .project-complete {
  margin: -85px auto 0;
}

/*--------------------------------------------------
    ## CTA
---------------------------------------------------*/
.cta-area .section-title p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .cta-area .section-title p {
    font-size: 20px;
  }
}

.cta-area:before {
  opacity: 1;
  background: -webkit-linear-gradient(260.84deg, rgba(35, 35, 35, 0.41) -28.68%, #232323 75.27%);
  background: -o-linear-gradient(260.84deg, rgba(35, 35, 35, 0.41) -28.68%, #232323 75.27%);
  background: linear-gradient(189.16deg, rgba(35, 35, 35, 0.41) -28.68%, #232323 75.27%);
}

/*------------------------------------------------
    ## Client Logo
------------------------------------------------*/
.client-logo-wrap {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

.client-logo-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-logo-wrap .client-logo-item {
  margin-left: 15px;
  margin-right: 15px;
}

.client-logo-wrap .client-logo-item img {
  display: inline-block;
}

/*---------------------------------------------------
	## Videos
----------------------------------------------------*/
.video-play--one {
  z-index: 1;
  font-size: 20px;
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  width: 82px;
  height: 82px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 82px;
  border-radius: 50%;
  text-align: center;
}

.video-play--one:after {
  position: absolute;
  content: '';
  left: -5px;
  top: -5px;
  z-index: -1;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 2px solid var(--primary-color);
}

.video-play--one:hover {
  color: var(--primary-color);
}

@media (max-width: 575px) {
  .video-play--one {
    font-size: 16px;
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

.video-play--two {
  z-index: 1;
  color: white;
  font-size: 20px;
  position: relative;
  display: inline-block;
  border: 6px solid white;
  outline: 3px solid var(--primary-color);
  width: 96px;
  height: 96px;
  background: var(--primary-color);
  line-height: 96px;
  border-radius: 50%;
  text-align: center;
  line-height: 86px;
}

.video-play--two:hover {
  background: white;
  outline: 3px solid white;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

@media (max-width: 575px) {
  .video-play--two {
    font-size: 16px;
    line-height: 54px;
    width: 65px;
    height: 65px;
  }
}

.video-play--three {
  color: white;
  font-size: 28px;
  text-align: center;
  line-height: 116px;
  position: relative;
  display: inline-block;
  border: 3px solid white;
  border-radius: 0 5px 5px 0;
  width: 144px;
  height: 124px;
  background: var(--primary-color);
}

@media (max-width: 479px) {
  .video-play--three {
    font-size: 22px;
    line-height: 72px;
    width: 100px;
    height: 80px;
  }
}

.video-play--three:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--heading-color);
}

.video-play--three:focus,
.video-play--three:hover {
  color: white;
}

.video-play--four {
  color: white;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 77px;
  height: 77px;
  background: var(--primary-color);
  line-height: 77px;
  border-radius: 50%;
  text-align: center;
  outline: 13px solid rgba(255, 255, 255, 0.17);
}

@media (max-width: 575px) {
  .video-play--four {
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

.video-play--four:focus,
.video-play--four:hover {
  color: white;
  outline: 8px solid rgba(255, 255, 255, 0.17);
}

/* Charity Video */
.charity-video .charity-area-bg {
  left: 0;
  top: 0;
  z-index: -2;
  opacity: 0.08;
  position: absolute;
  width: 100%;
  height: 100%;
}

.charity-video-part {
  overflow: hidden;
  border-radius: 10px;
}

.charity-video-part .video-play {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.charity-video-part:before {
  z-index: 1;
  opacity: 0.5;
}

.charity-progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .charity-progressbar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.charity-progressbar .progress-bar-wrap {
  width: 100%;
  margin-right: 100px;
}

@media (max-width: 767px) {
  .charity-progressbar .progress-bar-wrap {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.charity-progressbar .progress-bar-wrap .cause-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-family: var(--heading-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.charity-progressbar .progress-bar-wrap .progress {
  height: 12px;
  overflow: initial;
  position: relative;
  border-radius: 5px;
  background-color: #F6A29D;
}

.charity-progressbar .progress-bar-wrap .progress .progress-bar {
  overflow: initial;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 5px 0 0 5px;
  background-color: var(--primary-color);
}

.charity-progressbar .progress-bar-wrap .progress .progress-bar:after {
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  outline: 1px solid white;
  border: 7px solid var(--primary-color);
}

.charity-progressbar .btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

/* Become Volunteer video */
.become-volunteer-video {
  overflow: hidden;
  border-radius: 15px;
}

.become-volunteer-video:before {
  z-index: 1;
  opacity: 0.4;
}

.become-volunteer-video .video-play {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*---------------------------------------------------
	## Portfolio
----------------------------------------------------*/
.portfolio-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}

.portfolio-filter li {
  line-height: 1;
  cursor: pointer;
  font-weight: 800;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding: 12px 20px;
  margin: 0 6px 10px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  border: 1px solid rgba(27, 34, 45, 0.19);
}

@media (max-width: 575px) {
  .portfolio-filter li {
    font-size: 14px;
    padding: 10px 18px;
  }
}

.portfolio-filter li:hover,
.portfolio-filter li.current {
  color: white;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.portfolio-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
}

.portfolio-item img {
  width: 100%;
}

.portfolio-item .portfolio-item__over {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 33px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: rgba(27, 34, 45, 0.62);
}

.portfolio-item .portfolio-item__over h5 {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 4px;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

@media (max-width: 375px) {
  .portfolio-item .portfolio-item__over h5 {
    font-size: 20px;
  }
}

.portfolio-item .portfolio-item__over h5 a {
  color: white;
}

.portfolio-item .portfolio-item__over .category {
  opacity: 0;
  color: white;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.portfolio-item .portfolio-item__over .details-btn {
  position: absolute;
  font-size: 20px;
  color: white;
  right: 30px;
  top: 30px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-25px);
  -ms-transform: translate(-25px);
  transform: translate(-25px);
  width: 47px;
  height: 47px;
  background: var(--primary-color);
  line-height: 47px;
  border-radius: 50%;
  text-align: center;
}

.portfolio-item:hover .portfolio-item__over {
  opacity: 1;
}

.portfolio-item:hover .portfolio-item__over h5,
.portfolio-item:hover .portfolio-item__over .category,
.portfolio-item:hover .portfolio-item__over .details-btn {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.portfolio-item:hover .portfolio-item__over h5 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* Portfolio Details */
@media (max-width: 767px) {
  .portfolio-details-content .title {
    font-size: 35px;
  }
}

@media (max-width: 479px) {
  .portfolio-details-content .title {
    font-size: 30px;
  }
}

.portfolio-details-content blockquote {
  padding: 35px 50px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  border-radius: 10px;
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
  background: var(--lighter-color);
}

@media (max-width: 575px) {
  .portfolio-details-content blockquote {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.portfolio-details-content blockquote .quote-icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--primary-color);
}

/*------------------------------------------------
    ## Contact
------------------------------------------------*/
.form-style-one label {
  cursor: pointer;
}

.form-style-one .form-control {
  color: #777777;
  border-color: #919191;
}

.form-style-one .form-control::-webkit-input-placeholder {
  color: #777777;
}

.form-style-one .form-control:-ms-input-placeholder {
  color: #777777;
}

.form-style-one .form-control::-ms-input-placeholder {
  color: #777777;
}

.form-style-one .form-control::placeholder {
  color: #777777;
}

.form-style-one .form-control::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(0.4);
  filter: invert(0.4);
}

/* Form Style Two */
.form-style-two label {
  cursor: pointer;
}

.form-style-two .form-control,
.form-style-two .single-select {
  border: none;
  width: 100%;
  height: auto;
  color: #727272;
  font-size: 16px;
  line-height: 1.5;
  padding: 18px 30px;
  background: rgba(255, 255, 255, 0.06);
}

.form-style-two .form-control::-webkit-input-placeholder,
.form-style-two .single-select::-webkit-input-placeholder {
  color: #727272;
}

.form-style-two .form-control:-ms-input-placeholder,
.form-style-two .single-select:-ms-input-placeholder {
  color: #727272;
}

.form-style-two .form-control::-ms-input-placeholder,
.form-style-two .single-select::-ms-input-placeholder {
  color: #727272;
}

.form-style-two .form-control::placeholder,
.form-style-two .single-select::placeholder {
  color: #727272;
}

.form-style-two .form-control::-webkit-calendar-picker-indicator,
.form-style-two .single-select::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(0.35);
  filter: invert(0.35);
}

.form-style-two .form-control:focus,
.form-style-two .single-select:focus {
  border: none;
}

.form-style-two .nice-select:after {
  right: 30px;
  margin-top: -6px;
  width: 10px;
  height: 10px;
}

.volunteer-left-image {
  padding-right: 10%;
}

.volunteer-left-image img:not(.shape) {
  border-radius: 50%;
}

.volunteer-left-image .circle {
  right: 0;
  bottom: 6%;
  max-width: 40%;
  position: absolute;
  border: 10px solid var(--black-color);
}

.volunteer-left-image .shape {
  position: absolute;
  right: 100%;
  z-index: -1;
  top: 0;
  max-width: 10%;
}

@media (max-width: 767px) {
  .volunteer-left-image .shape {
    left: -10px;
  }
}

/* Donation Form */
.donation-form {
  padding: 35px 30px;
  background: #FEF2F1;
  border-radius: 10px;
}

@media (max-width: 375px) {
  .donation-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.donation-form h5 {
  font-size: 20px;
  margin-bottom: 11px;
}

.donation-form .form-group>label {
  color: black;
  font-size: 15px;
  cursor: pointer;
}

.donation-form .form-group .form-control {
  border: none;
  background: white;
  padding: 18px 30px;
}

.donation-form .form-group .form-control:focus {
  border: none;
}

.donation-form .custom-radio-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.donation-form .custom-radio-price .radio-item {
  position: relative;
  margin-bottom: 10px;
}

.donation-form .custom-radio-price .radio-item label {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  margin-right: 13px;
  padding: 10px 20px;
  border-radius: 3px;
  background: #FFFFFF;
  color: var(--heading-color);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .donation-form .custom-radio-price .radio-item label {
    padding: 5px 15px;
  }
}

.donation-form .custom-radio-price .radio-item input {
  z-index: -1;
  position: absolute;
}

.donation-form .custom-radio-price .radio-item input:checked~label {
  color: white;
  background: var(--primary-color);
}

.donation-form .custom-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.donation-form .custom-radios .form-check-input {
  margin-top: 7px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 4px solid rgba(0, 0, 0, 0.4);
}

.donation-form .custom-radios .form-check-input:focus,
.donation-form .custom-radios .form-check-input:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary-color);
}

.donation-form .custom-radios .radio-item {
  margin-bottom: 5px;
  margin-right: 18px;
}

.donation-form .custom-radios label {
  cursor: pointer;
  font-size: 18px;
}

.donation-form .total-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donation-form .total-price .price {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary-color);
  font-family: var(--heading-font);
}

.donation-form .total-price .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Contact Page */
.contact-page-area .faq-three-left-part {
  margin-left: -100px;
  -webkit-transform: translate(-65px);
  -ms-transform: translate(-65px);
  transform: translate(-65px);
}

@media (max-width: 1599px) {
  .contact-page-area .faq-three-left-part {
    margin-left: 65px;
  }
}

@media (max-width: 991px) {
  .contact-page-area .faq-three-left-part {
    margin-left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.contact-page-form {
  position: relative;
  z-index: 1;
}

.contact-page-form:before {
  content: '';
  top: 0;
  left: -65px;
  z-index: -1;
  position: absolute;
  background: #FEF2F1;
  width: calc(50vw + 65px);
  height: 100%;
}

@media (max-width: 991px) {
  .contact-page-form:before {
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: calc(100vw + 130px);
  }
}

.contact-page-form .form-control {
  background: white;
}

.contact-info-item {
  text-align: center;
  margin-bottom: 30px;
}

.contact-info-item .contact-info__icon {
  font-size: 30px;
  line-height: 70px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  background: #F8FBFF;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #F2F2F2;
  color: var(--primary-color);
}

.contact-info-item h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-info-item.contact-info-item--green {
  --primary-color: var(--green-color);
}

.contact-info-item.contact-info-item--yellow {
  --primary-color: var(--yellow-color);
}

.our-location {
  margin-bottom: -10px;
}

.our-location iframe {
  height: 645px;
}

@media (max-width: 991px) {
  .our-location iframe {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .our-location iframe {
    height: 350px;
  }
}

/*---------------------------------------------------
	## Shapes
----------------------------------------------------*/
.urgent-cause-shapes img {
  position: absolute;
  z-index: -1;
}

.urgent-cause-shapes img.one {
  left: 0;
  top: 15%;
}

.urgent-cause-shapes img.two {
  left: 5%;
  bottom: 20%;
}

.urgent-cause-shapes img.three {
  right: 4%;
  top: 15%;
}

/* our cause shapes */
.our-cause-shapes .one {
  position: absolute;
  z-index: -1;
  left: 10%;
  top: 26%;
}

/* CTA Area Shapes */
.cta-area-shapes img {
  position: absolute;
  z-index: -1;
  max-width: 35%;
  max-height: 80%;
}

.cta-area-shapes img.one {
  left: 3%;
  top: 10%;
}

.cta-area-shapes img.two {
  right: 0;
  bottom: 5%;
}


/* Feature Shapes */
.feature-shapes .one {
  position: absolute;
  bottom: 8%;
  right: 4%;
  z-index: -1;
}

/* become volunteer Shapes */
.become-volunteer-shapes img {
  z-index: -1;
  max-width: 45%;
  position: absolute;
}

.become-volunteer-shapes img.one {
  left: 0;
  top: 7%;
}

.become-volunteer-shapes img.two {
  right: 0;
  bottom: -20%;
}

/* volunteer Shapes */
.valunteet-shapres img {
  z-index: -1;
  max-width: 10%;
  position: absolute;
}

.valunteet-shapres img.one {
  left: 0;
  top: 25%;
}

.valunteet-shapres img.two {
  left: 5%;
  bottom: 22%;
}

.valunteet-shapres img.three {
  right: 5%;
  top: 28%;
}

.valunteet-shapres img.four {
  right: 2%;
  bottom: 24%;
}

/*---------------------------------------------------
	## Widgets
----------------------------------------------------*/
.main-sidebar .widget-title {
  font-size: 20px;
  padding-left: 15px;
  margin-bottom: 40px;
  border-left: 4px solid var(--primary-color);
}

.main-sidebar .widget:not(:last-child) {
  margin-bottom: 60px;
}

.widget_search .search-form {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.widget_search .search-form .form-group {
  margin-bottom: 0;
}

.widget_search .search-form input {
  width: 100%;
  border: 0;
  height: 50px;
  background: #F2F2F2;
  padding: 0 55px 0 22px;
}

.widget_search .search-form input:focus {
  border: 0;
  outline: 0;
}

.widget_search .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  height: 100%;
  color: white;
  padding: 10px;
  font-size: 30px;
  cursor: pointer;
  background: var(--primary-color);
}

.widget_search .search-form button:focus,
.widget_search .search-form button:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget_catagory ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  padding: 11px 17px;
  background: rgba(0, 0, 0, 0.03);
}

@media (min-width: 376px) {
  .widget_catagory ul li a {
    font-size: 18px;
  }
}

.widget_catagory ul li a:before {
  font-size: 0.9em;
  content: "\f14a";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 12px;
  color: var(--primary-color);
  font-family: 'Font Awesome 5 Free';
}

.widget_catagory ul li a:hover {
  color: white;
  background: var(--primary-color);
}

.widget_catagory ul li a:hover:before {
  color: white;
}

.widget_catagory ul li:not(:last-child) {
  margin-bottom: 12px;
}

.widget-recent-post>ul .media {
  padding: 11px;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #F2F2F2;
}

.widget-recent-post>ul .media .media-left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33%;
  max-width: 100px;
  margin-right: 14px;
}

.widget-recent-post>ul .media .media-body {
  max-width: 240px;
}

.widget-recent-post>ul .media .media-body .title a:hover {
  color: var(--primary-color);
}

.widget-recent-post>ul .media .media-body .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-recent-post>ul .media .media-body .post-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-recent-post>ul .media .media-body .post-info li i {
  margin-right: 6px;
  color: var(--primary-color);
}

.widget-recent-post>ul .media .media-body .post-info li:not(:last-child) {
  margin-right: 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget-recent-post>ul .media .media-body .post-info {
    font-size: 13px;
  }

  .widget-recent-post>ul .media .media-body .post-info li i {
    display: none;
  }
}

@media (max-width: 375px) {
  .widget-recent-post>ul .media .media-body .post-info {
    font-size: 13px;
  }

  .widget-recent-post>ul .media .media-body .post-info li i {
    display: none;
  }
}

.widget-recent-post>ul>li:not(:last-child) {
  margin-bottom: 25px;
}

.widget-recent-causes li {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #F2F2F2;
}

.widget-recent-causes li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-recent-causes li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33%;
  max-width: 111px;
  margin-right: 20px;
}

.widget-recent-causes li .content h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

.widget-recent-causes li .content h6 a:hover {
  color: var(--primary-color);
}

.widget-recent-causes li .content .cause-price {
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.widget-recent-causes li .content .cause-price span {
  display: block;
}

.widget-recent-causes li .content .cause-price span i {
  margin-right: 6px;
  color: var(--primary-color);
}

.widget-recent-causes li .content .cause-price span:not(:last-child) {
  margin-bottom: 12px;
}

.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -15px 0;
}

.widget_tag_cloud .tagcloud a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 800;
  padding: 7px 16px;
  border-radius: 3px;
  background: #F2F2F2;
  margin: 0 15px 15px 0;
  font-family: var(--heading-font);
}

.widget_tag_cloud .tagcloud a:hover {
  color: white;
  background: var(--primary-color);
}

.widget_cta .cta-widget-inner {
  padding: 50px;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  background-size: cover;
  z-index: 1;
  position: relative;
}

.widget_cta .cta-widget-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-color: black;
}

.widget_cta .cta-widget-inner h5 {
  color: white;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.widget-event-info {
  padding: 25px 30px;
  border-radius: 8px;
  background: var(--lighter-color);
}

@media (max-width: 375px) {
  .widget-event-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.widget-event-info ul {
  margin-bottom: 0;
}

.widget-event-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-event-info ul li .icon {
  margin-top: 6px;
  font-size: 25px;
  margin-right: 20px;
  color: var(--primary-color);
}

.widget-event-info ul li .content h6 {
  margin-bottom: 5px;
}

@media (min-width: 376px) {
  .widget-event-info ul li .content h6 {
    font-size: 20px;
  }
}

.widget-event-info ul li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-upcoming-event>ul>li {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #F2F2F2;
}

.widget-upcoming-event>ul>li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-upcoming-event>ul>li .image {
  width: 30%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100px;
  margin-right: 15px;
}

.widget-upcoming-event>ul>li .content h6 {
  line-height: 1.3;
  margin-bottom: 12px;
}

.widget-upcoming-event>ul>li .content h6 a:hover {
  color: var(--primary-color);
}

@media (min-width: 376px) {
  .widget-upcoming-event>ul>li .content h6 {
    font-size: 18px;
  }
}

.widget-upcoming-event>ul>li .content .blog-meta {
  margin-bottom: 0;
}

.widget-upcoming-event>ul>li .content .blog-meta li {
  font-size: 15px;
}

.widget-upcoming-event>ul>li .content .blog-meta li:not(:last-child) {
  padding-right: 0;
}

.widget-upcoming-event>ul>li .content .blog-meta li:not(:last-child):after {
  display: none;
}

.widget_location iframe {
  width: 100%;
  height: 220px;
}

.event-sidebar .widget:not(:last-child) {
  margin-bottom: 35px;
}

.event-sidebar .widget-title {
  font-size: 25px;
  margin-bottom: 20px;
}

/*--------------------------------------------------
    ## Footer
---------------------------------------------------*/
.footer-area {
  position: relative;
}

.footer-area:before {
  opacity: 0.98;
  background: var(--black-color);
}

.footer-area .widget {
  margin-bottom: 50px;
}

.footer-area .widget-title {
  font-size: 22px;
  margin-bottom: 33px;
}

@media (min-width: 992px) {
  .footer-area .widget_nav_menu {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-area .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.footer-area .widget_nav_menu ul li {
  font-family: var(--heading-font);
}

.footer-area .widget_nav_menu ul li a:hover {
  color: var(--primary-color);
}

.footer-area .widget_nav_menu ul li:not(:last-child) {
  margin-bottom: 16px;
}

.footer-area .gallery-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

.footer-area .gallery-photos a {
  margin: 0 5px 10px;
  width: calc(33.333% - 10px);
}

.footer-area .gallery-photos a img {
  width: 100%;
  border-radius: 3px;
}

.footer-area .widget_subscribe p {
  margin-top: -7px;
}

.footer-area .widget_subscribe form {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  background: white;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area .widget_subscribe form input {
  width: 100%;
  border: none;
  padding-left: 13px;
}

.footer-area .widget_subscribe form button {
  color: white;
  border: none;
  font-size: 20px;
  padding: 4px 15px;
  border-radius: 5px;
  background: var(--primary-color);
}

.footer-area .widget_recent_post ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area .widget_recent_post ul li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 68px;
  margin-right: 20px;
}

.footer-area .widget_recent_post ul li .image img {
  border-radius: 5px;
}

.footer-area .widget_recent_post ul li .content {
  line-height: 1;
}

.footer-area .widget_recent_post ul li .content h6 {
  line-height: 1.3;
}

.footer-area .widget_recent_post ul li .content span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area .widget_recent_post ul li .content span a i {
  margin-right: 5px;
  color: var(--primary-color);
}

.footer-area .widget_recent_post ul li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-area .footer-counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .footer-area .footer-counter-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-area .footer-counter-wrap .counter-item {
  margin-top: 18px;
  margin-bottom: 0;
}

.footer-area .footer-counter-wrap .counter-item .counter-item__icon {
  font-size: 20px;
  line-height: 40px;
  margin-right: 12px;
  width: 41px;
  height: 40px;
}

.footer-area .footer-counter-wrap .counter-item .count-text {
  color: white;
  font-size: 20px;
}

.footer-area .footer-counter-wrap .counter-item .counter-title {
  font-size: 12px;
  text-transform: uppercase;
}

.footer-area .footer-counter-wrap .counter-item:not(:last-child) {
  margin-right: 25px;
}

.footer-top {
  overflow: hidden;
  background: white;
  border-radius: 5px;
  margin-bottom: -95px;
  -webkit-transform: translateY(-95px);
  -ms-transform: translateY(-95px);
  transform: translateY(-95px);
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.2);
}

.footer-top .subscribe-part {
  padding: 40px;
}

@media (max-width: 375px) {
  .footer-top .subscribe-part {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.footer-top .subscribe-part h4 {
  margin-bottom: 20px;
  color: var(--heading-color);
}

@media (max-width: 375px) {
  .footer-top .subscribe-part h4 {
    font-size: 25px;
  }
}

.footer-top .subscribe-part form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .footer-top .subscribe-part form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-top .subscribe-part form input {
  width: 100%;
  padding: 9px 30px;
  margin-right: 20px;
  border-radius: 3px;
  border: 1px solid #F2F2F2;
}

@media (max-width: 479px) {
  .footer-top .subscribe-part form input {
    margin: 0 0 15px;
  }
}

.footer-top .hotline-part {
  height: 100%;
  padding: 60px;
  text-align: center;
}

@media (max-width: 479px) {
  .footer-top .hotline-part {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.footer-top .hotline-part h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-top .hotline-part h4 i {
  line-height: 1;
  margin-right: 10px;
  color: var(--primary-color);
}

.footer-top .hotline-part .h3 {
  font-size: 38px;
  font-weight: 800;
  font-family: var(--heading-font);
}

@media (max-width: 375px) {
  .footer-top .hotline-part .h3 {
    font-size: 30px;
  }
}

.footer-bottom__inner {
  color: white;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  background: #202122;
  padding: 22px 30px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 3px solid var(--primary-color);
  border-right: 3px solid var(--primary-color);
}

@media (max-width: 375px) {
  .footer-bottom__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-bottom__inner .donate-by {
  margin-bottom: 15px;
}

.footer-bottom__inner .donate-by span {
  margin-right: 10px;
}

.footer-bottom__inner .copyright p {
  margin-bottom: 15px;
}

/* Footer Area Two */
.footer-area--two {
  background: #2B2D32;
}

.footer-area--two .widget-title {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 28px;
}

.footer-area--two .widget-title:after {
  height: 1px;
  width: 30px;
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  background: var(--primary-color);
}

.footer-area--two .gallery-photos {
  max-width: 210px;
  margin: 0 -2.5px -5px;
}

.footer-area--two .gallery-photos a {
  margin: 0 2.5px 5px;
  width: calc(33.333% - 5px);
}

@media (max-width: 1199px) {
  .footer-area--two .widget_nav_menu {
    margin-left: 0;
  }
}

.footer-area--two .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-area--two .footer-bottom .footer-bottom__inner {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

/* Footer Area Three */
.footer-area--three .widget-title {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 28px;
}

.footer-area--three .widget-title:after {
  height: 1px;
  width: 30px;
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  background: var(--primary-color);
}

@media (max-width: 1199px) {
  .footer-area--three .widget_nav_menu {
    margin-left: 0;
  }
}

.footer-area--three .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-area--three .footer-bottom .footer-bottom__inner {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.footer-area--three:before {
  opacity: 1;
  background: -webkit-linear-gradient(265deg, rgba(35, 35, 35, 0.41) -55%, #232323 55%);
  background: -o-linear-gradient(265deg, rgba(35, 35, 35, 0.41) -55%, #232323 55%);
  background: linear-gradient(185deg, rgba(35, 35, 35, 0.41) -55%, #232323 55%);
}

@font-face{
  font-family: 'Lobster';
  src : url('../font/Lobster.otf');
}
.Lobster{
  font-family: 'Lobster';
}
@font-face{
  font-family: 'OSWALD-BOLD';
  src : url('../font/OSWALD-BOLD.TTF');
}
.OSWALD-BOLD{
  font-family: 'OSWALD-BOLD';
}