@charset "UTF-8";
/*
Theme Name: Bausins
Theme URI: 
Author: 
Author URI: 
Description: Bausins is a business website template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Info Bar
    ## Header
    ## Header Bottom Area
    ## Footer Area
    ## Error 404 Area
    ## Why us Area
    ## Highly Skilled Area
    ## Call TO Action Area
    ## Testimonial Area
    ## Top Lawyer Style 02
    ## Counterup Area
    ## Case Category Area
    ## Legal Support Area
    ## Practice Details Area
    ## Attorney Details Area

# Elements
    ## Back Top
    ## Preloader
    ## Video Popup
    ## Button
    ## Blog
    ## Accordion
    ## contact Info Item
    ## Quote block with sign
    ## Counterup Item
    ## Video With Image
    ## Video Play Button
    ## Why Us Item
    ## Section Title
    ## What we cover item
    ## Icon Box Item
    ## Testimonial Item
    ## Case Categories Item
    ## Quote With Image
    ## Price Plan Item

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&amp;family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&amp;display=swap");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --main-color-one: #fcb11a;
  --main-color-two: #1a191f;
  --secondary-color: #00bdc0;
  --heading-color: #2b2a35;
  --paragraph-color: #616161;
  --heading-font: "Open Sans Condensed", sans-serif;
  --body-font: "Roboto", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: 14px;
}

h1 {
  font-size: 48px;
  line-height: 1.0833333333;
}

h2 {
  font-size: 36px;
  line-height: 1.4444444444;
}

h3 {
  font-size: 24px;
  line-height: 1.0833333333;
}

h4 {
  font-size: 20px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
  line-height: 24px;     font-family: poppins;
}

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
}

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

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

/*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;
  box-shadow: none;
  border: 1px solid #ddd;
}

code {
  color: #faa603;
}

.dark-bg {
  background-color: #111d5c;
}

.section-bg-1 {
  background-color: #f4f7fc;
}

.check-list-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list-02 li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list-02 li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "";
  color: var(--main-color-one);
}

.error {
  color: #dc3545;
}

.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: "";
  color: var(--main-color-one);
}

.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 {
  transition: 0.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-one);
}

/*--------------------------------------------------------------
# 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;
  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: 14px;
  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;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-left: 0;
}

.gray-bg {
  background-color: #f5f5f5;
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-65 {
  padding-top: 65px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-75 {
  padding-top: 75px;
}

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

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

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

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-top-190 {
  padding-top: 190px;
}

.padding-top-210 {
  padding-top: 210px;
}

.padding-top-260 {
  padding-top: 260px;
}

.padding-top-300 {
  padding-top: 300px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-75 {
  padding-bottom: 75px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-125 {
  padding-bottom: 125px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-280 {
  padding-bottom: 280px;
}

.padding-bottom-285 {
  padding-bottom: 285px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-bottom-160 {
  padding-bottom: 160px;
}

.padding-bottom-165 {
  padding-bottom: 165px;
}

.padding-bottom-170 {
  padding-bottom: 170px;
}

.padding-bottom-180 {
  padding-bottom: 180px;
}

.padding-bottom-215 {
  padding-bottom: 215px;
}

.padding-bottom-300 {
  padding-bottom: 300px;
}

.padding-bottom-460 {
  padding-bottom: 460px;
}

.margin-top-minus-90 {
  margin-top: -90px;
}

.margin-top-minus-100 {
  margin-top: -100px;
}

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

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-160 {
  margin-top: 160px;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

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

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

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

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

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

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

.margin-bottom-35 {
  margin-bottom: 35px;
}

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

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

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

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

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-top-100 {
  margin-bottom: 100px;
}

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

.min-height-600 {
  min-height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

/*--------------------------------------------------------------
# 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;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination {
  display: block;
  width: 100%;
}

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  padding: 3px 25px;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  transition: 0.3s ease-in;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  transition: 0.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-one);
  color: #fff;
  border-color: var(--main-color-one);
}

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

dl,
ol,
ul {
  padding-left: 15px;
}

.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-one);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

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

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

/*--------------------------------------------------------------
# Gutenberg	Default Style
--------------------------------------------------------------*/
.single-post-details-item .entry-content > .alignwide {
  max-width: 1100px;
}

.single-post-details-item .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding-left: 1em;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

/*---------------------
    ## Breadcumb 
----------------------*/
.breadcrumb-area {
  background: url(../img/breadcrumb/01.html);
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.breadcrumb-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(117, 0, 98, 0.8) 0%, rgba(238, 11, 82, 0.8) 100%);
  z-index: -1;
}
.breadcrumb-area.extra {
  padding-bottom: 138px;
}
.breadcrumb-area .breadcrumb-inner {
  padding: 228px 0 155px 0;
  text-align: center;
}
.breadcrumb-area .page-title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.breadcrumb-area p {
  font-size: 14px;
  line-height: 26px;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
}
.breadcrumb-area .page-list li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}
.breadcrumb-area .page-list li:first-child a {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 7px;
  top: 0;
  font-weight: 700;
  content: "/";
  font-family: "fontawesome";
}
.breadcrumb-area .page-list li a {
  color: var(--main-color-one);
  transition: all 0.3s ease-in;
}
.breadcrumb-area .page-list li a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comment-form-wrap {
  background-color: #f3f0ea;
  padding: 50px 95px 55px;
}

.comments-area .comments-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 38px;
}

.comments-area .comment-list .comment-respond {
  margin-bottom: 30px;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  margin-bottom: 20px;
}

.comment-form .btn-wrapper .boxed-btn {
  text-transform: capitalize;
}

.comments-area .comment-list li {
  margin-bottom: 30px;
}

.comments-area .comment-list li:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.comments-area .comment-list li ul {
  list-style: none;
}

.comments-area .comment-list li ul.children li {
  margin-left: 50px;
  list-style-type: none;
  list-style: none;
}

.comments-area .comment-list li .single-comment-wrap {
  display: flex;
  align-self: flex-start;
}

.comments-area .comment-list li .single-comment-wrap .thumb {
  margin-right: 20px;
  min-width: 80px;
  border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
  margin-bottom: 10px;
  border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-list li .single-comment-wrap .content {
  flex: 1;
  position: relative;
}

.comments-area .comment-list .has-children {
  padding-left: 80px;
}

.comments-area .comment-list li .single-comment-wrap .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
  max-width: 620px;
}

.comments-area .comment-list li .single-comment-wrap .content p {
  font-size: 14px;
  line-height: 24px;
  word-break: break-word;
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
  color: var(--main-color-one);
}

.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
  color: var(--secondary-color);
}

.comments-area .reply-title,
.comments-area .comment-reply-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

.comments-area .form-submit {
  margin-bottom: 0;
}

.comment-form .form-group.textarea .form-control {
  min-height: 90px;
  resize: none;
  line-height: 26px;
}

.comment-form .form-group.textarea .form-control:focus {
  outline: none;
  box-shadow: none;
}

.comment-form .form-group .form-control {
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  border: 1px solid #f2f2f3;
  background-color: #fff;
}

.comment-form .submit-btn {
  height: 50px;
  width: auto;
  border-radius: 5px;
  font-weight: 400;
  background-color: var(--main-color-one);
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
  color: #fff;
}

.comment-form .submit-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.comment-respond {
  /*margin-top: 20px;*/
}

.comments-area .comment-list .children li:last-child {
  margin-bottom: 30px;
}

.comments-area .comment-list li ul.children {
  margin-top: 30px;
}

.comment-form-cookies-consent input[type=checkbox] {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 30px;
}
.widget.style-01 {
  border: 1px solid #ebebeb;
}

.widget select {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
}

.widget .widget-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  font-family: var(--heading-font);
}
.widget .widget-title.style-01 {
  font-size: 24px;
  background-color: #f3f0ea;
  padding: 20px 45px;
}
.widget .widget-title.style-02 {
  font-size: 24px;
  background-color: transparent;
  padding: 20px 45px;
}

.widget .widget-para {
  padding-left: 45px;
  padding-right: 45px;
}

.widget.widget_calendar {
  padding-right: 24px;
  padding-left: 24px;
}

.widget:last-child {
  margin-bottom: 0px;
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
  display: none;
}

.widget.footer-widget .subscribe-form {
  position: relative;
  z-index: 0;
}
.widget.footer-widget .subscribe-form .form-group .form-control {
  background-color: #fff;
  color: var(--paragraph-color);
  padding: 10px 60px 10px 20px;
}
.widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #616161;
}
.widget.footer-widget .subscribe-form .form-group .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #616161;
}
.widget.footer-widget .subscribe-form .form-group .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #616161;
}
.widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #616161;
}
.widget.footer-widget .subscribe-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  color: #fff;
  border: none;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  background-color: var(--main-color-one);
}
.widget.footer-widget .subscribe-form .submit-btn:hover {
  background-color: #fff;
  color: var(--main-color-one);
}
.widget.footer-widget .subscribe-form .submit-btn:focus {
  border: none;
}

.widget.footer-widget {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 30px;
}

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

.widget ul li ul {
  margin-left: 20px;
}

.widget ul li {
  display: block;
  margin: 10px 0;
  -ms-word-wrap: break-word;
  word-break: break-word;
}

.widget ul li:first-child {
  margin-top: 0px;
}

.widget ul li:last-child {
  margin-bottom: 0px;
}

.widget ul li a {
  color: inherit;
  transition: all 0.3s ease-in;
}

.widget ul li a:hover {
  color: var(--main-color-one);
}

.widget_subscribe {
  display: flex;
  align-items: center;
}
.widget_subscribe .widget-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  margin-right: 15px;
}
.widget_subscribe .subscribe-form .form-group {
  margin-bottom: 0;
}
.widget_subscribe .subscribe-form .form-group .form-control {
  min-width: 320px;
}

.widget_search .search-form {
  position: relative;
}

.widget_search .search-form .form-group {
  margin-bottom: 0;
}

.widget_search .search-form .form-group .form-control {
  height: 50px;
  border: none;
  border-radius: 0;
  border-left: 2px solid var(--main-color-one);
  padding: 0 70px 0 15px;
}

.widget_search .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 18px;
  background-color: transparent;
  color: #333;
  transition: 0.3s ease-in;
  border: none;
  cursor: pointer;
}

.widget_search .search-form .submit-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.widget_author_meta {
  text-align: center;
}

.widget_author_meta .thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.widget_author_meta .thumb img {
  border-radius: 50%;
}

.widget_author_meta .content .name {
  font-size: 21px;
  font-weight: 700;
}

.widget_author_meta .content p {
  font-size: 16px;
  line-height: 26px;
}

.widget_author_meta .content ul {
  margin-top: 25px;
}

.widget_author_meta .content ul li {
  display: inline-block;
  margin: 0 5px;
}

.widget_author_meta .content ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease-in;
}

.widget_author_meta .content ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.widget_tag_cloud .tagcloud {
  padding: 0 45px 20px;
}

.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: inherit;
  transition: all 0.3s ease-in;
  text-decoration: underline;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px !important;
}

.widget_tag_cloud .tagcloud a:hover {
  color: #333;
}

.widget.widget_author_meta {
  padding: 30px 50px;
}
.widget.widget_author_meta.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.widget.widget_author_meta.bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(146, 56, 164, 0.6);
  z-index: -1;
}
.widget.widget_author_meta .content .icon {
  font-size: 60px;
  line-height: 70px;
  color: var(--main-color-one);
  margin-bottom: 15px;
}
.widget.widget_author_meta .content .name {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
}
.widget.widget_author_meta .content p {
  color: #fff;
}

.widget ul li ul.sub-menu {
  position: initial;
}

.widget ul li ul.sub-menu {
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  border-top: none;
  box-shadow: none;
  margin-top: 10px;
}

.widget ul li ul.sub-menu li a {
  padding: 0 0 0px 10px;
}

.widget ul li ul.sub-menu li a:hover {
  background-color: transparent;
}

.widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget.widget_nav_menu ul li {
  margin: 10px 0;
}

.widget.widget_event ul {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 30px;
}

.widget.widget_event ul li:first-child {
  padding-top: 0;
}

.widget.widget_event ul li {
  padding: 10px 0;
  font-weight: 700;
}

.widget.widget_event ul li + li {
  border-top: 1px solid #ebebeb;
}

.widget.widget_event ul li:last-child {
  border-bottom: none;
}

.widget.widget_event ul li a span {
  float: right;
  font-weight: 500;
}

.widget.widget_archive ul {
  padding-left: 45px;
  padding-bottom: 25px;
}

.widget.widget_archive ul li:first-child {
  padding-top: 0;
}

.widget.widget_archive ul li:last-child {
  border-bottom: none;
}

.widget.widget_archive ul li a span {
  margin-left: 10px;
}

.widget.widget_archive ul li a i {
  color: var(--secondary-color);
}

.widget.widget_map .contact_map-02 {
  padding: 15px 45px 45px 45px;
}

.widget.widget_nav_menu ul li:first-child {
  margin-top: 0;
}

.widget.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_nav_menu ul li a {
  border: none;
}

.widget.widget_nav_menu ul li > ul {
  margin-left: 15px;
}

.widget.footer-widget.widget_calendar table {
  margin-bottom: 0;
}

.widget.footer-widget.widget_calendar caption {
  padding-bottom: 0;
}

.widget.footer-widget .widget-title {
  color: rgba(255, 255, 255, 0.9);
}

.widget.footer-widget p,
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar th,
.widget.footer-widget.widget_calendar td {
  color: #a8a8a8;
  font-size: 14px;
}

.widget.footer-widget.style-01 p,
.widget.footer-widget.style-01 ul li,
.widget.footer-widget.style-01 ul li a {
  color: #54606c;
}

.widget.footer-widget.style-01 ul li a:hover {
  color: var(--main-color-one);
}

.widget.footer-widget ul li a,
.widget.footer-widget ul li {
  color: #a8a8a8;
  font-size: 14px;
}

.widget.footer-widget ul li a:hover {
  color: var(--main-color-one);
}

.widget .social_share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
.widget .social_share li {
  width: calc(100% / 3);
  margin: 0;
  display: block;
  padding: 20px 0 12px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}
.widget .social_share li i {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.widget .social_share li.facebook {
  background-color: #3b5999;
}
.widget .social_share li.twitter {
  background-color: #55acee;
}
.widget .social_share li.instagram {
  background-color: #e4405f;
}
.widget .social_share li a:hover {
  color: #fff;
}
.widget .social_share li + li {
  margin-left: 10px;
}

.widget .recent_post_item {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 45px;
  padding-bottom: 30px;
  padding-right: 10px;
}
.widget .recent_post_item li {
  display: block;
}
.widget .recent_post_item li + li {
  margin-top: 20px;
}
.widget .recent_post_item li.single-recent-post-item {
  display: flex;
  align-self: flex-start;
}
.widget .recent_post_item li.single-recent-post-item .thumb {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.widget .recent_post_item li.single-recent-post-item .content {
  flex: 1;
}
.widget .recent_post_item li.single-recent-post-item .content .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #2b2a35;
}
.widget .recent_post_item li.single-recent-post-item .content .time {
  font-size: 12px;
  font-weight: 500;
  color: #959ba0;
}
.widget .recent_post_item li.single-recent-post-item .content .time i {
  color: var(--secondary-color);
  padding-right: 5px;
}
.widget .recent_post_item li.single-recent-post-item .content .time span {
  color: var(--secondary-color);
  padding-right: 5px;
}

.contact_info_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_info_list li {
  display: block;
}
.contact_info_list li.single-info-item {
  margin-bottom: 35px;
}
.contact_info_list li.single-info-item.style-01 .title {
  color: #2b2a35;
}
.contact_info_list li.single-info-item.style-01 .details {
  color: #54606c;
}
.contact_info_list li.single-info-item .title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: var(--heading-font);
}
.contact_info_list li.single-info-item .details {
  color: #a8a8a8;
}
.contact_info_list li.single-info-item-02 {
  margin-left: 40px;
  position: relative;
  display: flex;
}
.contact_info_list li.single-info-item-02.style-01 .details {
  color: #2b2a35;
}
.contact_info_list li.single-info-item-02 .icon {
  margin-right: 15px;
  font-size: 25px;
  color: var(--main-color-one);
}
.contact_info_list li.single-info-item-02 .details {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.about_us_widget .footer-logo {
  margin-bottom: 20px;
  display: block;
}

.copyright-area {
padding: 20px 0;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.widget-testimonial .icon {
  font-size: 70px;
  line-height: 60px;
  color: var(--main-color-one);
  margin-bottom: 16px;
}
.widget-testimonial p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.widget-testimonial .author-meta {
  display: flex;
  align-self: flex-start;
  margin-top: 24px;
}
.widget-testimonial .author-meta .thumb {
  margin-right: 20px;
}
.widget-testimonial .author-meta .thumb img {
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
}
.widget-testimonial .author-meta .content {
  flex: 1;
  margin-top: 15px;
}
.widget-testimonial .author-meta .content .name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.widget-testimonial .author-meta .content .designation {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.practice-sidebar .widget.widget_categories,
.case-sidebar .widget.widget_categories {
  padding: 0px;
  background-color: transparent;
}
.practice-sidebar .widget.widget_categories .widget-title,
.case-sidebar .widget.widget_categories .widget-title {
  background-color: #e1e1e1;
  padding: 15px 30px;
  margin-bottom: 0px;
}
.practice-sidebar .widget.widget_categories ul li,
.case-sidebar .widget.widget_categories ul li {
  position: relative;
  z-index: 0;
  background-color: #f5f5f5;
  padding: 13px 30px;
  margin-bottom: 0;
}
.practice-sidebar .widget.widget_categories ul li + li,
.case-sidebar .widget.widget_categories ul li + li {
  margin-top: 2px;
}
.practice-sidebar .widget.widget_categories ul li:after,
.case-sidebar .widget.widget_categories ul li:after {
  position: absolute;
  left: 15px;
  top: 12px;
  content: "";
  font-family: "fontawesome";
  font-weight: 900;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none !important;
  }
}
.navbar-area {
  padding: 0;
}
.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 1;
}
.navbar-area.nav-style-02 {
  background-color: #fff;
 
  left: 0;
  top: 0;
  width: 100%;
margin: 0px;
  z-index: 2;
}
.navbar-area.nav-style-02.has-topbar {
  top:0px
}
.navbar-area.nav-style-02.has-topbar-02 {
  top: 122px;
}
.navbar-area.nav-style-02.has-topbar-03 {
  top: 70px;
}
.navbar-area.nav-style-02.charity-nav-02 {
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container {
  padding: 0 0 0 20px;
  background-color: var(--main-color-one);
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .logo-wrapper {
  -webkit-clip-path: initial;
          clip-path: initial;
  border-left: none;
  padding: 30px 70px;
  top: -45px;
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .logo-wrapper .mobile-logo {
  display: none;
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .nav-right-content {
  margin-left: 0;
  -webkit-clip-path: initial;
          clip-path: initial;
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .nav-right-content::after {
  display: none;
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--heading-color);
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item::before {
  color: var(--heading-color);
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--heading-color);
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .navbar-collapse .navbar-nav li a {
  color: #fff;
}
.navbar-area.nav-style-02.charity-nav-03 {
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container {
  padding: 0 0 0 20px;
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .logo-wrapper {
  position: initial;
  -webkit-clip-path: initial;
          clip-path: initial;
  border: none;
  padding: 0;
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .nav-right-content {
  margin-left: 0;
  -webkit-clip-path: initial;
          clip-path: initial;
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .nav-right-content::after {
  display: none;
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .navbar-collapse .navbar-nav li.current-menu-item::before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .navbar-collapse .navbar-nav li a {
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;}
.navbar-area.nav-style-02 .nav-container .logo-wrapper {
  
}
.logo img{width: 200px; padding:5px 0px}
.navbar-area.nav-style-02 .nav-container .nav-right-content {
  display: flex; 
  align-items: center;
  position: relative;
  z-index: 0;
  margin-left: 30px;
  
  background-color:#ef8e01; border-radius: 5px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li + li {
  margin-left: 5px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
  text-align: right;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: #ef8e01;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
  color: #ef8e01
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  z-index: initial;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  background-color: #fff;
  color: var(--paragraph-color);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: #ef8e01;
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
     transition: all 0.3s ease-in;
    color: var(--main-color-two);
    font-weight: 400;
    font-size: 15px;
    font-family: poppins;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
  color: #ef8e01;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover a {
  color:#ef8e01;
}
.navbar-area.nav-style-01 {
  background-color: var(--main-color-two);
}
.navbar-area.nav-style-01 .nav-container {
  background-color: var(--main-color-two);
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}
.navbar-area.nav-style-01 .nav-container .nav-right-content ul li {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
  text-align: right;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
  line-height: 110px;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  z-index: initial;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  background-color: #fff;
  color: var(--paragraph-color);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  transition: all 0.3s ease-in;
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--main-color-one);
}
.navbar-area .nav-container {
  background-color: #fff;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 30px;
}
.navbar-area .nav-container .nav-right-content .btn-wrapper {
  margin-left: 40px;
}
.navbar-area .nav-container .nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0px;
}
.navbar-area .nav-container .nav-right-content ul li {
  display: inline-block;
  margin: 0 15px;
  color: #6a7795;
}
.navbar-area .nav-container .nav-right-content ul li:last-child {
  margin-right: 0; margin: 0px;
}
.navbar-area .nav-container .nav-right-content ul li a {
  color: #6a7795;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li a:hover {
  color: var(--secondary-color);
}
.navbar-area .nav-container .nav-right-content ul li.search {
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li.search:hover {
  color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
  background-color: var(--secondary-color);
}
.navbar-area .nav-container .navbar-brand .site-title {
  font-weight: 700;
  font-size: 30px;
  font-family: var(--heading-font);
  line-height: 90px;
  color: var(--heading-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: right;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 14px;
  font-family: var(--body-font);
  text-transform: capitalize;
  font-weight: 600;
  line-height: 70px;    float: initial;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 15px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  font-weight: 700;
  font-family: "fontawesome";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.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 {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  border-bottom: 4px solid #ef8e01;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 14px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 30px;
  background-color: #fff;
  white-space: nowrap;
  color: var(--paragraph-color);
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.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 > .sub-menu {
  left: 100%;
  top: 0px;
}
.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: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color:#ef8e01
}

@media only screen and (max-width: 991px) {
  .navbar-area.nav-style-02 .nav-container {
    padding: 20px 0px;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-toggler {
    background-color: #fff;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    background-color: var(--secondary-color);
    padding: 0 20px;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01 .nav-container {
    padding: 20px 0px;
  }
  .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
    background-image: none;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: left;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 30px;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: transparent;
    color: var(--paragraph-color);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #656565;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    transition: all 0.3s ease-in;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 80px;
  }
  .navbar-area .nav-container .responsive-mobile-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    right: 20px;
    top: 50%;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.8);
  }
  .navbar-area .nav-container .navbar-brand {
    display: block;
  }
  .navbar-area .nav-container .navbar-brand .navbar-toggler {
    position: absolute;
    right: 10px;
    border: 1px solid #e2e2e2;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .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:before {
    top: 25px;
    right: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
    padding-bottom: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
    padding-top: 10px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    transition: height 500ms;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "";
  }
  .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 {
    color: #fff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0 15px;
  }
}
/*----------------------------
    Info Bar
----------------------------*/
.info-bar-bottom {
  background-color: transparent;
}
.info-bar-bottom.style-01 {
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 25px 0;
}

.info-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-items li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  transition: all 0.3s ease-in;
}
.info-items li + li {
  margin-left: 20px;
}
.info-items li:hover {
  color: var(--main-color-one);
}
.info-items li i {
  margin-right: 3px;
  color: var(--main-color-one);
}

.info-bar-item {
  display: flex;
  padding:10px 11px; border-radius: 60px;
}
.info-bar-item.style-01 {
  background-color: #1a191f;
}
.info-bar-item.style-01 .icon {
  color: var(--main-color-one);
}
.info-bar-item.style-02 {
  padding: 0 30px;
  background-color: var(--main-color-one);
}
.info-bar-item.style-02 .icon {
  color: #fff;
}
.info-bar-item .icon {
  font-size: 15px;
  color: #fff;
  margin-right: 5px;
}
.info-bar-item .content .title {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  color: #fff;
}
.info-bar-item .content .details {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  color: #fff;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-weight: 700;
}

.info-items-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-items-02 li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.info-items-02 li.volunteer {
  font-weight: 700;
  font-size: 14px;
  margin-left: 10px;
}
.info-items-02 li i {
  margin-right: 10px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  display: inline-block;
  color: #fff;
  background-color: var(--main-color-one);
}

.info-items-03 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-items-03 li {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #616161;
  transition: all 0.3s ease-in;
}
.info-items-03 li + li {
  margin-top: 10px;
}
.info-items-03 li:hover {
  color: var(--main-color-one);
}
.info-items-03 li i {
  margin-right: 3px;
  color: #00bdc0;
}

.info-items-icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-items-icon li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.3s ease-in;
}
.info-items-icon li + li {
  margin-left: 20px;
}
.info-items-icon li:hover {
  color: var(--secondary-color);
}

/*----------------------------
    Top Bar
----------------------------*/
.topbar-area {
  background-color:#393185;
}
.topbar-area.style-01 {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 5;
}
.topbar-area.style-02 {
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 5;
}
.topbar-area.style-02 .topbar-inner {
  margin-left: 0;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  margin-left: 300px;
}
.topbar-inner.style-01 {
  padding: 0;
}
.topbar-inner.style-01 .right-contnet .social-link {
  padding-left: 40px;
}
.topbar-inner.style-01 .right-contnet .social-link ul li .info-bar-item {
  margin-left: 30px;
}
.topbar-inner .right-contnet {
  display: flex;
  align-items: center;
}
.topbar-inner .right-contnet .volunteer-right {
  margin-left: 50px;
}

/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
.header-style-04.has-top-bar .navbar-area {
  top: 75px;
}
.header-style-04.has-top-bar .header-area {
  padding-top: 352px;
  padding-bottom: 300px;
}

.header-style-03 .header-area {
  padding-top: 295px;
}

.header-area-wrapper,
.header-style-02,
.header-style-03 {
  position: relative;
  z-index: 0;
}

.header-style-02 .header-area {
  padding-top: 295px;
  padding-bottom: 290px;
}

.header-slider-one .owl-item.active .title {
  animation: slideInLeft 2s 0s both;
}
.header-slider-one .owl-item.active p {
  animation: slideInLeft 2s 1s both;
}
.header-slider-one .owl-item.active span {
  animation: slideInRight 2s 1s both;
}
.header-slider-one .owl-item.active .author-sign {
  animation: flipInX 2s 1s both;
}
.header-slider-one .owl-item.active .icon {
  animation: flipInY 2s 2s both;
}
.header-slider-one .owl-item.active .btn-wrapper {
  animation: flipInX 2s 1s both;
}
.header-slider-one .owl-item.active .animate-style {
  animation: flipInX 2s 1s both;
}
.header-slider-one .owl-item.active .animate-style-02 {
  animation: flipInX 2s 1s both;
}
.header-slider-one:hover .owl-nav div {
  visibility: visible;
  opacity: 1;
}
.header-slider-one .owl-nav div {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
}
.header-slider-one .owl-nav div:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.header-slider-one .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.header-area {
  padding:150px 0 175px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.header-area.style-01 {
  padding: 255px 0 295px;
}
.header-area.style-02 {
  padding: 235px 0 295px;
}
.header-area.header-bg {
  background-color: #000;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.header-area.header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(117, 0, 98, 0.6) 0%, rgba(238, 11, 82, 0.6) 100%);
  z-index: -1;
}
.header-area.header-bg-02 {
  background-color: #000;
  background-position: center;
  background-size: cover;
  position: relative;
}
.header-area.header-bg-02::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 198, 178, 0.6);
  z-index: -1;
}
.header-area.header-bg-03 {
  background-color: #000;
  background-position: center;
  background-size: cover;
  position: relative;
}
.header-area.header-bg-03::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 42, 53, 0.5);
  z-index: -1;
}
.header-area .header-inner {
  overflow: hidden;
}
.header-area .header-inner-02 {
  overflow: hidden;
}
.header-area .header-inner-02 .paragraph-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 40px;
  display: inline-block;
}
.header-area .header-inner-02 .title {
  text-transform: initial;
}
.header-area .icon {
  width: 80px;
  height: 80px;
}
.header-area .title {
  font-size: 90px;
  line-height: 90px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.header-area p {
  font-size: 24px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.8);
}
.header-area span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  display: block;
}

/*----------------------------
    Header Bottom Area
-----------------------------*/
.header-bottom-wrapper .right-content {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-bottom-area {
  position: relative;
  z-index: 0;
}
.header-bottom-area.bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.header-bottom-area.m-bottom {
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
}
.header-bottom-area.m-top {
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.header-bottom-area .bg-img {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

/*-------------------------
    Footer Area
-------------------------*/
.footer-top {
  border-bottom: 1px solid rgba(114, 108, 148, 0.2);
}
.footer-top .footer-top-border {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(114, 108, 148, 0.2);
}
.footer-top.style-01 {
  border-bottom: 1px solid #f3f0ea;
  background-color: #f3f0ea;
}
.footer-top.style-01 .widget .widget-title {
  color: #2b2a35;
}
.footer-top.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.copyright-area {
  background-color: #131217;
}
.copyright-area .copyright-area-inner {
  color: #fff;
}
.copyright-area.style-01 {
  background-color: #f0ece3;
}
.copyright-area.style-01 .copyright-area-inner {
  color: #54606c;
}

/*-----------------------
    Error 404 Page
-----------------------*/
.error-404 {
  text-align: center;
}
.error-404 .title {
  font-size: 200px;
  line-height: 160px;
  font-weight: 700;
  margin-bottom: 45px;
  color: var(--main-color-one);
}
.error-404 .subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.error-404 .search-form {
  position: relative;
  z-index: 0;
  margin-top: 36px;
}
.error-404 .search-form .form-control {
  height: 54px;
  padding: 0 20px;
}
.error-404 .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  text-align: center;
  padding: 0;
  height: 55px;
}

/*-----------------------------
    Call To Action Area
-----------------------------*/
.call-to-action-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 310px;
}
.call-to-action-inner.bg-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.call-to-action-inner.bg-image::after {
  content: "";
  position: absolute;
  background-image: url(../img/call-to-action/01.html);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding: 140px 0;
  position: absolute;
  left: 0;
}
.call-to-action-inner.style-02 .title {
  font-size: 60px;
  line-height: 70px;
}
.call-to-action-inner .icon {
  font-size: 120px;
  color: var(--secondary-color);
}
.call-to-action-inner .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}
.call-to-action-inner .subtitle {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
}

/*-------------------------
    Testimonial Area
--------------------------*/
.testimonial-area {
  position: relative;
  z-index: 0;
}
.testimonial-area.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial-area.bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.testimonial-area-02 {
  position: relative;
  z-index: 0;
}
.testimonial-area-02.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.work-towards-area.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.work-towards-area.bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.work-towards-area .left-content .inner-section-title.bg-image {
  background-size: contain;
  background-repeat: no-repeat;
}
.work-towards-area .left-content .inner-section-title .title {
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  color: #fff;
}
.work-towards-area .right-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.work-towards-area .right-content.style-01 {
  height: inherit;
  margin-top: 60px;
}
.work-towards-area .right-content.style-02 {
  height: inherit;
  margin-top: 60px;
  justify-content: left;
}
.work-towards-area .right-content .vdo-btn:hover a i::after {
  left: 0;
  top: 0;
}
.work-towards-area .right-content .vdo-btn a {
  color: #fff;
}
.work-towards-area .right-content .vdo-btn a i {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  font-size: 16px;
  background-color: var(--main-color-one);
  border-radius: 50%;
}
.work-towards-area .right-content .vdo-btn a i::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.5s ease;
  border: 2px solid #000;
}

.help-and-support-left .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.help-and-support-left .content ul li a i {
  margin-right: 10px;
  color: var(--main-color-one);
}

.help-and-support-right {
  position: relative;
  z-index: 0;
}
.help-and-support-right.style-01 {
  display: flex;
  align-items: center;
  height: 100%;
}
.help-and-support-right .support-img {
  position: relative;
  z-index: 0;
}
.help-and-support-right .support-img.bg-image {
  min-height: 400px;
  height: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
 
.help-and-support-right .support-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 66%;
  left: -20%;
  transform: translateY(-50%);
  background-image: url(../img/support/bg.png);     opacity: .4;
} 
.help-and-support-right .donation-content {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 50%;
  left: -60px;
  padding-top: 35px;
  transform: translateY(-50%);
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.help-and-support-right .donation-content .price {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  color: var(--main-color-one);
}
.help-and-support-right .support-img-02 {
  position: relative;
  z-index: 0;
}
.help-and-support-right .support-img-02.bg-image {
  min-height: 450px;
  height: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.volunteer-area.m-top {
  position: relative;
  z-index: 1;
  margin-top: -150px;
}
.volunteer-area.m-top-02 {
  position: relative;
  z-index: 1;
  margin-top: -25px;
}
.volunteer-area.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}
.volunteer-area .volunteer-title-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.volunteer-area .volunteer-title-content .section-title {
  width: calc(100% / 2);
}
.volunteer-area .volunteer-title-content .section-paragraph {
  width: 50%;
  padding-right: 80px;
}

.volunteer-single-item-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.volunteer-single-item-lists li {
  width: calc(100% / 3);
}

.problem-area {
  position: relative;
  z-index: 0;
}
.problem-area .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  width: 55%;
  z-index: -2;
  height: 100%;
  background-repeat: no-repeat;
}
.problem-area .problem-area-wrapper {
  padding: 75px 100px 45px;
  background-color: #f3f0ea;
}

.about-area .about-title-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-area .about-title-content .section-title {
  width: calc(100% / 2);
}
.about-area .about-title-content .section-paragraph {
  width: 50%;
}
.about-area .about-title-content .section-paragraph span {
  font-size: 60px;
  line-height: 60px;
}

.about-content-area {
  position: relative;
  z-index: 0;
}
.about-content-area .bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
}

.about-content {
  background-color: #f3f0ea;
  padding: 60px 100px 60px 95px;
}
.about-content .section-title .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}
.about-content .content {
  padding-top: 20px;
}
.about-content .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.about-content .content ul li {
  color: #333;
  margin-bottom: 10px;
}
.about-content .content ul li a i {
  margin-right: 10px;
  color: var(--main-color-one);
}

.contact-inner-area .content-area-wrapper {
  position: relative;
  z-index: 0;
}
.contact-inner-area .content-area-wrapper.bg-image {
  min-height: 400px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-inner-area .content-area-wrapper .content-area {
  position: absolute;
  right: 0;
  display: inline-block;
  padding: 20px 40px;
  background-color: rgba(26, 25, 31, 0.9);
}

.blog-area.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.attend-events-area.m-top {
  position: relative;
  margin-top: -25px;
  z-index: 0;
}
.attend-events-area.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.attend-events-area .attend-title-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.attend-events-area .attend-title-content .section-title {
  width: calc(100% / 2);
}
.attend-events-area .attend-title-content .section-paragraph {
  width: 50%;
  padding-right: 80px;
}

/*---------------------------
    Request Form Quote
---------------------------*/
.request-page-form .form-group textarea {
  max-height: 90px;
  width: 100%;
  resize: none;
  padding: 15px 30px 15px 30px;
  border: 1px solid #ebebeb;
}
.request-page-form .form-group textarea::placeholder {
  color: rgba(43, 42, 53, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.request-page-form .form-group .form-control {
  border: 1px solid #ebebeb;
  padding: 15px 30px 15px 30px;
  color: var(--heading-color);
  background-color: transparent;
}
.request-page-form .form-group .form-control::placeholder {
  color: rgba(43, 42, 53, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.request-page-form .submit-btn {
  background-color: var(--main-color-one);
  width: 100%;
  padding: 19px 40px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--main-color-one);
}
.request-page-form .submit-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
  border: 1px solid var(--secondary-color);
}

/*--------------------------
    Counterup Area
--------------------------*/
.counterup-area {
  position: relative;
  z-index: 0;
}
.counterup-area.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.counterup-area.bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.counterup-area-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px 0 30px;
}

/*-----------------------------
    Case Category
-----------------------------*/
.case-categories-area {
  position: relative;
}
.case-categories-area.bg-image {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.case-categories-area.bg-image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  opacity: 0.8;
  z-index: -1;
  content: "";
}

.our-latest-area.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-inner .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  animation: rotateAnim 2s infinite ease;
  -webkit-animation: rotateAnim 2s infinite ease;
}
.preloader-inner .loader div {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #019e43;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: translateAnim 2s infinite ease;
  -webkit-animation: translateAnim 2s infinite ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.preloader-inner .loader div:nth-child(1) {
  top: -25px;
  animation-name: translateAnimTop;
  -webkit-animation-name: translateAnimTop;
}
.preloader-inner .loader div:nth-child(2) {
  left: 25px;
  animation-name: translateAnimRight;
  -webkit-animation-name: translateAnimRight;
}
.preloader-inner .loader div:nth-child(3) {
  top: 25px;
  animation-name: translateAnimBottom;
  -webkit-animation-name: translateAnimBottom;
}
.preloader-inner .loader div:nth-child(4) {
  left: -25px;
  animation-name: translateAnimLeft;
  -webkit-animation-name: translateAnimLeft;
}
@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes translateAnimTop {
  0% {
    transform: translateY(0px);
    background: #019e43;
  }
  25% {
    transform: translateY(0px);
    background: #019e43;
  }
  50% {
    transform: translateY(-20px);
    background: none;
  }
  75% {
    transform: translateY(-20px);
    background: none;
  }
  100% {
    transform: translateY(0px);
    background: #019e43;
  }
}
@keyframes translateAnimBottom {
  0% {
    transform: translateY(0px);
    background: #019e43;
  }
  25% {
    transform: translateY(0px);
    background: #019e43;
  }
  50% {
    transform: translateY(20px);
    background: none;
  }
  75% {
    transform: translateY(20px);
    background: none;
  }
  100% {
    transform: translateY(0px);
    background: #019e43;
  }
}
@keyframes translateAnimLeft {
  0% {
    transform: translateX(0px);
    background: #019e43;
  }
  25% {
    transform: translateX(0px);
    background: #019e43;
  }
  50% {
    transform: translateX(-20px);
    background: none;
  }
  75% {
    transform: translateX(-20px);
    background: none;
  }
  100% {
    transform: translateX(0px);
    background: #019e43;
  }
}
@keyframes translateAnimRight {
  0% {
    transform: translateX(0px);
    background: #019e43;
  }
  25% {
    transform: translateX(0px);
    background: #019e43;
  }
  50% {
    transform: translateX(20px);
    background: none;
  }
  75% {
    transform: translateX(20px);
    background: none;
  }
  100% {
    transform: translateX(0px);
    background: #019e43;
  }
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-wrapper {
  display: block;
}
.btn-wrapper .boxed-btn {
  background-color: #fff;
  color: #333;
  display: inline-block;
  padding: 13px 40px;
  border-radius: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
  font-weight: 600;
}
.btn-wrapper .boxed-btn.white:hover {
  background-color: #fff;
  color: var(--main-color-one);
}
.btn-wrapper .boxed-btn.outer-btn {
  border: 1px solid transparent;
}
.btn-wrapper .boxed-btn.outer-btn:hover {
  background-color: transparent;
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}
.btn-wrapper .boxed-btn.blank {
  background-color: transparent;
  border: 1px solid #fff;
}
.btn-wrapper .boxed-btn.blank.reverse-color {
  background-color: transparent;
  border: 2px solid var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .boxed-btn.blank.reverse-color:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.btn-wrapper .boxed-btn.blank:hover {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--main-color-one);
}
.btn-wrapper .boxed-btn:hover {
  color: #fff;
  background-color: var(--main-color-one);
}
.btn-wrapper .boxed-btn.btn-rounded {
  border-radius: 30px;
}
.btn-wrapper .boxed-btn.reverse-color {
  color: #fff;
  background-color: var(--main-color-one);
}
.btn-wrapper .boxed-btn.reverse-color:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
.btn-wrapper .read-btn {
  color: var(--main-color-one);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  right: -15px;
  top: -20px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-color: var(--main-color-one);
  background-color: var(--main-color-one);
  transition: all 0.3s ease-in;
  padding: 0;
  text-align: center;
}

.desktop-center {
  text-align: center;
}

.desktop-left {
  text-align: left;
}

.desktop-right {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .tablet-center {
    text-align: center;
  }

  .tablet-left {
    text-align: left;
  }

  .tablet-right {
    text-align: right;
  }
}
@media only screen and (max-width: 414px) {
  .mobile-center {
    text-align: center;
  }

  .mobile-left {
    text-align: left;
  }

  .mobile-right {
    text-align: right;
  }
}
/*-----------------------
    Blog Grid Item
-----------------------*/
.blog-classic-item-01 {
  position: relative;
}
.blog-classic-item-01 .content-wrapper {
  display: flex;
  padding: 40px 0;
}
.blog-classic-item-01 .content-wrapper .news-date {
  text-align: center;
  font-weight: 600;
  margin-right: 30px;
}
.blog-classic-item-01 .content-wrapper .news-date .title {
  background-color: var(--secondary-color);
  margin-bottom: 0;
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  font-weight: 600;
}
.blog-classic-item-01 .content-wrapper .news-date span {
  background-color: var(--main-color-one);
  display: block;
  color: #fff;
  padding: 6px 0;
}
.blog-classic-item-01 .content-wrapper .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-classic-item-01 .content-wrapper .post-meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}
.blog-classic-item-01 .content-wrapper .post-meta li:hover a {
  color: var(--main-color-one);
}
.blog-classic-item-01 .content-wrapper .post-meta li + li {
  margin-left: 20px;
}
.blog-classic-item-01 .content-wrapper .post-meta li a {
  transition: all 500ms;
}
.blog-classic-item-01 .content-wrapper .post-meta li a span {
  color: var(--main-color-one);
}
.blog-classic-item-01 .content-wrapper .title {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  transition: all 500ms;
}
.blog-classic-item-01 .content-wrapper .title:hover {
  color: var(--main-color-two);
}
.blog-classic-item-01 .blog-bottom .btn-wrapper .boxed-btn {
  padding: 8px 15px;
  margin-top: 20px;
  text-transform: capitalize;
}
.blog-classic-item-01 .thumbnail {
  margin-bottom: 25px;
  display: block;
}
.blog-classic-item-01.is-sticky {
  position: relative;
  z-index: 0;
}
.blog-classic-item-01.is-sticky:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  font-family: "fontawesome";
  font-size: 30px;
  line-height: 30px;
  color: var(--main-color-one);
}
.blog-classic-item-01.format-video .thumbnail {
  position: relative;
  z-index: 0;
}
.blog-classic-item-01.format-video .thumbnail .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog-classic-item-01.format-quote .quote-post-type {
  background-color: #f5f5f5;
  padding: 25px 30px 25px 80px;
  border-radius: 2px;
  position: relative;
  z-index: 0;
}
.blog-classic-item-01.format-quote .quote-post-type:after {
  position: absolute;
  left: 30px;
  top: 20px;
  content: "";
  font-family: "fontawesome";
  font-size: 30px;
  color: var(--main-color-one);
}
.blog-classic-item-01.format-quote .quote-post-type p {
  line-height: 26px;
}
.blog-classic-item-01.format-quote .quote-post-type .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}

.blog-details-item {
  position: relative;
  z-index: 0;
}
.blog-details-item .content-wrapper {
  display: flex;
  padding: 40px 0;
}
.blog-details-item .content-wrapper .news-date {
  text-align: center;
  font-weight: 600;
  margin-right: 30px;
}
.blog-details-item .content-wrapper .news-date .title {
  background-color: var(--secondary-color);
  margin-bottom: 0;
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  font-weight: 600;
}
.blog-details-item .content-wrapper .news-date span {
  background-color: var(--main-color-one);
  display: block;
  color: #fff;
  padding: 6px 0;
}
.blog-details-item .content-wrapper .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-item .content-wrapper .post-meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}
.blog-details-item .content-wrapper .post-meta li:hover a {
  color: var(--main-color-one);
}
.blog-details-item .content-wrapper .post-meta li + li {
  margin-left: 20px;
}
.blog-details-item .content-wrapper .post-meta li a {
  transition: all 500ms;
}
.blog-details-item .content-wrapper .post-meta li a span {
  color: var(--main-color-one);
}
.blog-details-item .blog-details-item-header {
  display: flex;
}
.blog-details-item .blog-details-item-header .social-link {
  margin-left: 50px;
}
.blog-details-item .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-details-item .sub-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 40px;
}
.blog-details-item p {
  line-height: 24px;
}
.blog-details-item blockquote:not([class]) {
  margin-top: 40px;
  padding-left: 25px;
  border-left: 2px solid var(--main-color-one);
}
.blog-details-item blockquote:not([class]) p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #2b2a35;
}
.blog-details-item .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.blog-details-item .post-meta li {
  display: inline-block;
  font-size: 14px;
}
.blog-details-item .post-meta li i {
  color: var(--secondary-color);
}
.blog-details-item .post-meta li + li {
  margin-left: 10px;
}
.blog-details-item .post-meta li a {
  transition: all 0.3s ease-in;
}
.blog-details-item .post-meta li a:hover {
  color: var(--main-color-one);
}
.blog-details-item .post-meta .date a {
  color: var(--secondary-color);
}

.blog-details-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  border-top: 1px solid #f5f5f5;
  padding-top: 25px;
}
.blog-details-footer .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
}
.blog-details-footer .left .tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-footer .left .tags li {
  display: inline-block;
}
.blog-details-footer .left .tags li i {
  padding-right: 5px;
  color: var(--secondary-color);
}
.blog-details-footer .left .tags li a {
  display: inline-block;
  margin: 5px;
  color: inherit;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  font-size: 14px !important;
  transition: all 0.3s ease-in;
}
.blog-details-footer .left .tags li a:hover {
  color: var(--secondary-color);
}
.blog-details-footer .right .social-share {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-footer .right .social-share li {
  font-weight: 700;
  font-family: var(--heading-font);
  display: inline-block;
  transition: all 0.3s ease-in;
}
.blog-details-footer .right .social-share li + li {
  margin-left: 10px;
}
.blog-details-footer .right .social-share li i {
  margin-right: 5px;
  color: var(--main-color-one);
}
.blog-details-footer .right .social-share li:hover {
  color: var(--heading-color);
}

.donation-details-item .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.donation-details-item .content-wrapper .progress-content {
  width: 60%;
  margin-right: 30px;
}
.donation-details-item .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.donation-details-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
}
.donation-details-item ul li + li {
  margin-top: 10px;
}
.donation-details-item ul li a i {
  margin-right: 15px;
  color: var(--main-color-one);
}

.events-details-item .thumb {
  position: relative;
  z-index: 0;
}
.events-details-item .thumb .post-time {
  position: absolute;
  left: 50px;
  bottom: 50px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding-top: 18px;
  text-align: center;
  background-color: var(--main-color-one);
}
.events-details-item .thumb .post-time .title {
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}
.events-details-item .thumb .post-time span {
  color: #fff;
}
.events-details-item .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.events-details-item .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.events-details-item .post-meta li {
  display: inline-block;
  font-size: 14px;
}
.events-details-item .post-meta li i {
  margin-right: 5px;
  color: var(--secondary-color);
}
.events-details-item .post-meta li + li {
  margin-left: 20px;
}
.events-details-item .post-meta li a {
  transition: all 0.3s ease-in;
}
.events-details-item .post-meta li a:hover {
  color: var(--main-color-one);
}
.events-details-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
}
.events-details-item ul li + li {
  margin-top: 10px;
}
.events-details-item ul li a i {
  margin-right: 15px;
  color: var(--main-color-one);
}

/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-wrapper .card {
  border: none;
  background-color: transparent;
}
.accordion-wrapper .card + .card {
  margin-top: 20px;
}
.accordion-wrapper .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}
.accordion-wrapper .card .card-header a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  background-color: #f5f5f5;
  padding: 14px 30px;
  cursor: pointer;
  position: relative;
}
.accordion-wrapper .card .card-header a:after {
  position: absolute;
  right: 30px;
  top: 15px;
  content: "";
  font-family: "fontawesome";
}
.accordion-wrapper .card .card-header a[aria-expanded=false]:after {
  content: "";
}
.accordion-wrapper .card .card-body {
  background-color: #fff;
  padding: 20px 30px 0;
}

/*-------------------------
    Contact Info Item
-------------------------*/
.single-contact-item {
  display: flex;
  align-self: flex-start;
  background-color: var(--bg-color-two);
  padding: 15px 0px;
}
.single-contact-item .icon {
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
  font-size: 45px;
  color: var(--main-color-one);
  transition: all 0.3s ease-in;
}
.single-contact-item .content {
  flex: 1;
}
.single-contact-item .content .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
  color: #fff;
}
.single-contact-item .content .details {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.contact_info_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_info_list .single-info-item-03 {
  display: flex;
  align-self: flex-start;
}
.contact_info_list .single-info-item-03 + .single-info-item-03 {
  margin-top: 10px;
}
.contact_info_list .single-info-item-03 .icon {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  color: var(--main-color-one);
  transition: all 0.3s ease-in;
}
.contact_info_list .single-info-item-03 .content {
  flex: 1;
}
.contact_info_list .single-info-item-03 .content .details {
  display: block;
}

.contact_map {
  height: 100%;
  min-height: 500px;
}

.contact_map-02 {
  height: 100%;
  min-height: 140px;
}

.map {
  min-height: 500px;
  height: 100%;
  background-color: #ddd;
}

.contact-page-form .form-group textarea {
  max-height: 160px;
  resize: none;
  width: 100%;
  border: none;
  background-color: #f1f1f1;
  padding: 22px 30px 22px 20px;
  border-radius: 5px;
}
.contact-page-form .form-group textarea::placeholder {
  color: #b4b4b4;
}
.contact-page-form .form-group .form-control {
  border-radius: 0;
  border-right: 1px solid #e1e1e1;
  color: var(--heading-color);
  background-clip: border-box;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 22px 30px 22px 20px;
  margin-bottom: 25px;
}
.contact-page-form .form-group .form-control::placeholder {
  color: #b4b4b4;
}
.contact-page-form .form-group .form-control.brrtb {
  border-radius: 5px 0px 0px 5px;
}
.contact-page-form .form-group .form-control.brnone {
  border-radius: 0px;
}
.contact-page-form .form-group .form-control.brltb {
  border-radius: 0px 5px 5px 0px;
}
.contact-page-form.style-01 .form-group .form-control {
  padding: 15px;
  border: none;
}

/*----------------------------
    Quote Block With Sign
----------------------------*/
.quote-block-with-sign {
  position: relative;
  z-index: 0;
  background-color: var(--secondary-color);
  padding: 50px 40px 60px 40px;
}
.quote-block-with-sign.radius-right {
  border-bottom-right-radius: 60px;
}
.quote-block-with-sign:after {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 100px;
  line-height: 100px;
  color: #706d5f;
  font-weight: 900;
  font-family: "fontawesome";
  content: "";
  z-index: -1;
}
.quote-block-with-sign p {
  font-size: 28px;
  line-height: 43px;
  font-style: italic;
  font-family: var(--heading-font);
  color: #fff;
}
.quote-block-with-sign .sign {
  margin-top: 26px;
}

/*----------------------------
    Counterup Item
----------------------------*/
.single-counterup-01 {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.single-counterup-01 .icon {
  margin-right: 15px;
  font-size: 70px;
  line-height: 80px;
  color: var(--main-color-one);
}
.single-counterup-01 .content .title {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-family: var(--body-font);
}
.single-counterup-01 .content .count-wrap {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
  font-family: var(--heading-font);
}

/*-------------------------
    Video With Image
-------------------------*/
.video-with-image .img-wrapper {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.video-with-image .img-wrapper img {
  width: 100%;
}
.video-with-image .img-wrapper .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*--------------------------
    Video Play Button
--------------------------*/
.video-play-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--main-color-one);
}
.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.video-play-btn:hover,
.video-play-btn:focus {
  color: var(--main-color-one);
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
/*-------------------------
    Section Title
-------------------------*/
.section-title-inner.white .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-title-inner.white .title {
  color: #fff;
}
.section-title-inner.white p {
  color: rgba(255, 255, 255, 0.7);
}
.section-title-inner .title {
  font-size: 40px;
  line-height: 42px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: var(--heading-font);
  margin-bottom: 18px;
}
.section-title-inner .title span {
  color: var(--main-color-one);
}
.section-title-inner .subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 0;
  padding-left: 80px;
  margin-bottom: 8px;
}
.section-title-inner .subtitle:after {
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  width: 60px;
  background-color: var(--main-color-one);
  content: "";
}
.section-title.white .title {
  color: #fff;
}
.section-title.white p {
  color: rgba(255, 255, 255, 0.7);
}
.section-title.white .section-para {
  color: rgba(255, 255, 255, 0.7);
}
.section-title .title {
    font-size: 32px;
    line-height: 38px;
  font-weight: 700;
  font-family: var(--heading-font);
  margin-bottom: 14px;
  margin-top: 15px;
}
.section-title .title span {
 }
.section-title .subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 0;
  margin-bottom: 8px;
  color: var(--main-color-one);
}
.section-title span {
  font-weight: 600;
  font-family: var(--body-font);
}
.section-title p {
    font-weight: 400;
    font-size: 15px;  
}
.section-title .section-para {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.bg-litered {
  background-color: var(--main-color-one);
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: var(--main-color-two);
}

/*-------------------------
    Icon Box Item
-------------------------*/
.single-icon-box-01 {
  background-color: #fff;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.single-icon-box-01:after, .single-icon-box-01:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  content: "";
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.single-icon-box-01:after {
  transform: translate(-100%, -100%);
  transition: all 1s;
}
.single-icon-box-01:before {
  transform: translate(100%, 100%);
}
.single-icon-box-01:hover .content .title {
  color: var(--main-color-one);
}
.single-icon-box-01:hover .content p {
  color: rgba(255, 255, 255, 0.8);
}
.single-icon-box-01:hover:after {
  transform: translate(100%, 100%);
  visibility: visible;
  opacity: 1;
}
.single-icon-box-01:hover:before {
  transform: translate(0%, 0%);
  visibility: visible;
  opacity: 1;
}
.single-icon-box-01 .icon {
  font-size: 60px;
  line-height: 70px;
  color: var(--main-color-one);
  margin-bottom: 18px;
}
.single-icon-box-01 .content .title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
}
.single-icon-box-01 .content p {
  transition: all 0.5s;
}

.single-icon-box-02 {
  display: flex;
  align-self: flex-start;
  background-color: #fff;
  padding: 20px 20px 20px 20px;
}
.single-icon-box-02:hover .icon i {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotateY(360deg);
}
.single-icon-box-02:hover .content .title {
  color: var(--main-color-one);
}
.single-icon-box-02 .icon {
  margin-right: 20px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 40px;
  transition: all 500ms;
}
.single-icon-box-02 .icon i {
  transition: all 500ms;
  display: inline-block;
}
.single-icon-box-02 .content {
  flex: 1;
  padding-top: 5px;
}
.single-icon-box-02 .content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  transition: all 500ms;
}
.social-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.social-link ul li {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  transition: all 0.3s ease-in;
}
.social-link ul li + li {
  margin-left: 5px;
}
.social-link ul li:hover {
  color: var(--secondary-color);
}
.social-link.style-01 ul li {
  display: block;
}
.social-link.style-01 ul li + li {
  margin-left: 0;
}
.social-link.style-01 ul li:hover {
  color: var(--main-color-one);
}
.social-link.style-02 ul li {
  font-size: 20px;
  display: inline-block;
}
.social-link.style-02 ul li + li {
  margin-left: 5px;
}
.social-link.style-02 ul li i.facebook {
  color: #3b5999;
}
.social-link.style-02 ul li i.twitter {
  color: #55acee;
}
.social-link.style-02 ul li i.g-plus {
  color: #dd4b39;
}
.social-link.style-02 ul li i.instagram {
  color: #e4405f;
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
}

.search-popup .search-form {
  min-width: 415px;
  /* position: absolute; */
  position: fixed;
  top: 40px;
  right: calc(8% + -6px);
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}

.search-popup .search-form .form-group .form-control {
  border: none;
  border-radius: 0px;
  height: 45px;
  padding: 0 100px 0 30px;
}

.search-popup .search-form .submit-btn {
  position: absolute;
  right: -15px;
  top: -20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-color: var(--hover-color);
  background-color: var(--hover-color);
  transition: all 0.3s ease-in;
  padding: 0;
  text-align: center;
}
.search-popup .search-form .submit-btn span {
  color: #fff;
  font-size: 20px;
}

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

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

.click-mobile-search {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 20px;
  background: #fff;
}

/*--------------------------------
    Case Study 
--------------------------------*/
.recent-case-study-filter-nav {
  text-align: center;
}
.recent-case-study-filter-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 28px;
}
.recent-case-study-filter-nav ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.recent-case-study-filter-nav ul li.active {
  color: var(--main-color-one);
}
.recent-case-study-filter-nav ul li + li {
  margin-left: 20px;
}

.single-recent-case-study-01:hover .img-wrapper .hover .title {
  color: var(--main-color-one);
}
.single-recent-case-study-01 .img-wrapper {
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}
.single-recent-case-study-01 .img-wrapper img {
  width: 100%;
}
.single-recent-case-study-01 .img-wrapper .hover {
  background-color: #fff;
  text-align: center;
  position: absolute;
  left: 5%;
  bottom: -30px;
  width: 90%;
  padding: 25px 30px 28px 30px;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.single-recent-case-study-01 .img-wrapper .hover .title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  transition: all 500ms;
}
.single-recent-case-study-01 .img-wrapper .hover .read-more {
  font-size: 14px;
  font-weight: 600;
  transition: all 500ms;
}
.single-recent-case-study-01 .img-wrapper .hover .read-more:hover {
  color: var(--main-color-one);
}
.single-recent-case-study-01 .img-wrapper .hover .read-more:hover i {
  visibility: visible;
  opacity: 1;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateX(0px);
}
.single-recent-case-study-01 .img-wrapper .hover .read-more i {
  visibility: hidden;
  opacity: 0;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateX(-50px);
  transition: all 500ms;
}

.recent-case-filter-03 {
  margin-bottom: 25px;
}

.recent-case-filter-02 .recent-case-filter-menu,
.recent-case-filter-03 .recent-case-filter-menu {
  text-align: center;
}
.recent-case-filter-02 .recent-case-filter-menu ul,
.recent-case-filter-03 .recent-case-filter-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 28px;
}
.recent-case-filter-02 .recent-case-filter-menu ul li,
.recent-case-filter-03 .recent-case-filter-menu ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.recent-case-filter-02 .recent-case-filter-menu ul li.active,
.recent-case-filter-03 .recent-case-filter-menu ul li.active {
  color: var(--main-color-one);
}
.recent-case-filter-02 .recent-case-filter-menu ul li + li,
.recent-case-filter-03 .recent-case-filter-menu ul li + li {
  margin-left: 20px;
}

.single-case-item-02 {
  display: block;
}
.single-case-item-02:hover .thumb .hover {
  visibility: visible;
  opacity: 1;
}
.single-case-item-02 .thumb {
  position: relative;
  z-index: 0;
}
.single-case-item-02 .thumb img {
  width: 100%;
}
.single-case-item-02 .thumb .hover {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  background-color: #fff;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms;
}
.single-case-item-02 .thumb .hover .title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  transition: all 500ms;
}
.single-case-item-02 .thumb .hover .title:hover {
  color: var(--main-color-one);
}
.single-case-item-02 .thumb .hover .cats a {
  transition: all 500ms;
}
.single-case-item-02 .thumb .hover .cats a:hover {
  color: var(--main-color-one);
}

.case-masonry {
  width: 20%;
}

.case-masonry-03 {
  margin-bottom: 30px;
}

/*------------------------------
    Testimonial Item
-----------------------------*/
.testimonial-carousel .slick-slide.slick-center .icon {
  opacity: 1;
}

.content-carousel .slick-slide.slick-center .content {
  opacity: 1;
}

.single-testimonial-item .thumb {
  position: relative;
  z-index: 0;
}
.single-testimonial-item .thumb.bg-image {
  width: 80px;
  height: 80px;
  text-align: center;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-testimonial-item .thumb .icon {
  position: absolute;
  top: -20px;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0;
  text-align: center;
  margin-top: 20px;
  background-color: var(--main-color-one);
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.single-testimonial-item .content {
  text-align: center;
  opacity: 0;
}
.single-testimonial-item .content.style-01 .author-details .author-meta .title {
  color: #616161;
}
.single-testimonial-item .content.style-01 .description {
  color: #616161;
}
.single-testimonial-item .content .description {
  font-size: 18px;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  font-weight: 400;
}
.single-testimonial-item .content .author-details {
  display: flex;
  align-self: flex-start;
}
.single-testimonial-item .content .author-details .author-meta {
  flex: 1;
  margin-top: 15px;
}
.single-testimonial-item .content .author-details .author-meta .title {
  font-size: 18px;
  font-family: var(--body-font);
  color: #fff;
  font-weight: 600;
}
.single-testimonial-item .content .author-details .author-meta .designation {
  font-size: 14px;
  color: var(--secondary-color);
}

/*----------------------------
    Blog Grid Item
-----------------------------*/
.blog-grid-carousel .owl-nav div {
  position: absolute;
  left: -60px;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--secondary-color);
  color: #fff;
  transition: all 0.3s ease-in;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.blog-grid-carousel .owl-nav div:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.blog-grid-carousel .owl-nav div.owl-next {
  left: auto;
  right: -60px;
}

.single-blog-grid-01 {
  position: relative;
  z-index: 0;
}
.single-blog-grid-01 .thumb {
  position: relative;
}
.single-blog-grid-01 .thumb img {
  width: 100%;
}
.single-blog-grid-01 .content-wrapper {
  display: flex;
  padding: 40px 0;
}
.single-blog-grid-01 .content-wrapper .news-date {
  text-align: center;
  font-weight: 600;
  margin-right: 30px;
}
.single-blog-grid-01 .content-wrapper .news-date .title {
  background-color: var(--secondary-color);
  margin-bottom: 0;
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  font-weight: 600;
}
.single-blog-grid-01 .content-wrapper .news-date span {
  background-color: var(--main-color-one);
  display: block;
  color: #fff;
  padding: 6px 0;
}
.single-blog-grid-01 .content-wrapper .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-blog-grid-01 .content-wrapper .post-meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}
.single-blog-grid-01 .content-wrapper .post-meta li:hover a {
  color: var(--main-color-one);
}
.single-blog-grid-01 .content-wrapper .post-meta li + li {
  margin-left: 20px;
}
.single-blog-grid-01 .content-wrapper .post-meta li a {
  transition: all 500ms;
}
.single-blog-grid-01 .content-wrapper .post-meta li a span {
  color: var(--main-color-one);
}
.single-blog-grid-01 .content-wrapper .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  transition: all 500ms;
}
.single-blog-grid-01 .content-wrapper .title:hover {
  color: var(--main-color-one);
}

/*------------------------------
    Case Category Item
------------------------------*/
.case-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.case-category-list.white .single-case-item + .single-case-item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.case-category-list.white .single-case-item .content .title {
  color: #fff;
}
.case-category-list .single-case-item {
  width: calc(100% / 5);
  padding: 115px 0 115px 0;
  text-align: center;
}
.case-category-list .single-case-item + .single-case-item {
  border-left: 1px solid #e2e2e2;
}
.case-category-list .single-case-item .icon {
  font-size: 60px;
  line-height: 70px;
  color: var(--main-color-one);
  margin-bottom: 18px;
}
.case-category-list .single-case-item .content .title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 0px;
}

.single-catagory-item {
  padding: 72px 40px;
  background-color: var(--main-color-one);
  text-align: center;
}
.single-catagory-item.style-01 {
  background-color: #00c99f;
}
.single-catagory-item.style-02 {
  background-color: #16327a;
}
.single-catagory-item.style-03 {
  background-color: #14b3e4;
}
.single-catagory-item:hover {
  cursor: pointer;
}
.single-catagory-item:hover .icon {
  transform: rotateY(360deg);
}
.single-catagory-item .icon {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  transition: all 500ms;
  margin-bottom: 15px;
}
.single-catagory-item .title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

/*-------------------------------
    Quote With Image
-------------------------------*/
.quote-with-image-02 {
  margin-bottom: 40px;
}
.quote-with-image-02 .img-wrapper {
  position: relative;
  z-index: 0;
}
.quote-with-image-02 .img-wrapper .hover {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 80%;
}
.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign {
  padding: 50px 60px 60px 60px;
}
.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign:after {
  left: 40px;
  top: 30px;
}

.events-single-item {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 10px;
  transition: all 0.3s ease-in;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.events-single-item.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}
.events-single-item .thumb {
  width: 100%;
  min-height: 280px;
  max-width: 255px;
  position: relative;
  z-index: 0;
}
.events-single-item .thumb .bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.events-single-item .thumb .bg-image .post-time {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 7px;
  text-align: center;
  background-color: #fff;
}
.events-single-item .thumb .bg-image .post-time .title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
}
.events-single-item .content-wrapper {
  display: flex;
  align-items: center;
}
.events-single-item .content {
  padding: 20px;
}
.events-single-item .content .title {
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 20px;
  font-size: 24px;
  display: block;
  transition: all 0.5s;
}
.events-single-item .content .title:hover {
  color: var(--main-color-one);
}
.events-single-item .content .events-btn-wrapper {
  margin-top: 20px;
}
.events-single-item .content .events-btn-wrapper .book-btn {
  font-weight: 700;
  font-family: var(--heading-font);
  background-color: var(--main-color-one);
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  transition: all 0.5s;
}
.events-single-item .content .events-btn-wrapper .book-btn:hover {
  background-color: var(--secondary-color);
}
.events-single-item .content .events-btn-wrapper .free-btn {
  font-weight: 700;
  font-family: var(--heading-font);
  margin-left: 10px;
  transition: all 0.5s;
}
.events-single-item .content .events-btn-wrapper .free-btn:hover {
  color: var(--main-color-one);
}

/*--------------------------
// Team Area
--------------------------*/
.team-single-item {
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  border-radius: 50px;
}
.team-single-item .thumb img {
  border-radius: 50px;
  width: 100%;
}
.team-single-item .content {
  background-color: rgba(146, 56, 164, 0.9);
  position: absolute;
  border-radius: 0 0 50px 50px;
  left: 0;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-single-item .content.style-01 {
  background-color: rgba(252, 177, 26, 0.9);
}
.team-single-item .content.style-02 {
  background-color: rgba(0, 189, 192, 0.9);
}
.team-single-item .content.style-03 {
  background-color: rgba(248, 96, 72, 0.9);
}
.team-single-item .content .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 150px;
}
.team-single-item .social-link ul {
  margin: 0;
  padding: 0;
}
.team-single-item .social-link ul li {
  height: 35px;
  width: 55px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 35px;
  list-style-type: none;
  background-color: transparent;
  color: #fff;
}
.team-single-item .social-link ul li:hover {
  color: #fff;
  border: 1px solid var(--main-color-one);
  transition: all 0.3s ease-in;
  background-color: var(--main-color-one);
}

.problem-single-item {
  text-align: center;
  transition: all 0.3s ease-out;
}
.problem-single-item.style-01 {
  text-align: left;
}
.problem-single-item.style-01 .icon::after {
  left: 0;
  transform: inherit;
}
.problem-single-item:hover .icon {
  transform: scale(1.2);
}
.problem-single-item:hover .icon::after {
  transform: rotate(180deg);
  left: 0;
}
.problem-single-item .icon {
  font-size: 55px;
  color: #9238a4;
  transition: all 500ms;
  position: relative;
  display: inline-block;
  z-index: 0;
}
.problem-single-item .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  transition: all 500ms;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 51%, 8% 0, 0 100%);
          clip-path: polygon(100% 51%, 8% 0, 0 100%);
  width: 50px;
  height: 55px;
  background-color: rgba(146, 56, 164, 0.2);
  z-index: -1;
}
.problem-single-item .icon.style-01 {
  color: var(--main-color-one);
}
.problem-single-item .icon.style-01::after {
  background-color: rgba(252, 177, 26, 0.2);
}
.problem-single-item .icon.style-02 {
  color: #00bdc0;
}
.problem-single-item .icon.style-02::after {
  background-color: rgba(0, 189, 192, 0.2);
}
.problem-single-item .icon.style-03 {
  color: #f86048;
}
.problem-single-item .icon.style-03::after {
  background-color: rgba(248, 96, 72, 0.2);
}
.problem-single-item .content {
  flex: 1;
}
.problem-single-item .content .title {
  font-size: 18px;
  line-height: 34px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
  transition: all 500ms;
}
.problem-single-item .content p {
  font-size: 14px;
  line-height: 24px;
  max-width: 265px;
  margin: auto;
}

.contribute-single-item {
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.contribute-single-item:hover::after {
  transform: scale(1.2);
}
.contribute-single-item:hover::before {
  transform: scale(1.2);
}
 
.contribute-single-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 88px;
  right: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color:rgb(235 235 235 / 30%);
  transition: all 0.3s ease-in-out;
}
.contribute-single-item .thumb {
  padding: 15px;
  position: relative;
  z-index: 0;
  width: 100%;
}
.contribute-single-item .thumb img {
  width: 100%;
}
.contribute-single-item .content {
  padding: 15px; padding-top: 0px; text-align: center;
}
.contribute-single-item .content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom:5px; text-transform: uppercase;
}
.contribute-single-item .content p {
  margin-bottom: 15px;
}
.contribute-single-item .content .btn-wrapper .boxed-btn {
 color: #fff;
    text-transform: capitalize;
    background-color: #ef8e01;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 19px;
}
.contribute-single-item .content .btn-wrapper .boxed-btn:hover {
  background-color: var(--secondary-color);
}

.progress-content .goal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 10px;
}
.progress-content .goal .raised {
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--body-font);
}

.progress-item .single-progressbar.style-01 .progressbar {
  margin-bottom: 30px;
}
.progress-item .single-progressbar.style-01 .progressbar .percentCount {
  background-color: var(--main-color-one);
}
.progress-item .single-progressbar.style-01 .progressbar .percentCount::after {
  border-top: 10px solid var(--main-color-one);
}
.progress-item .single-progressbar .progressbar {
  width: 100%;
  position: relative;
  background-color: #f4f4f4;
}
.progress-item .single-progressbar .progressbar .proggress {
  height: 5px;
  width: 10px;
}
.progress-item .single-progressbar .progressbar .percentCount {
  position: absolute;
  color: white;
  left: 0%;
  top: -30px;
  background-color: #14b3e4;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 500;
}
.progress-item .single-progressbar .progressbar .percentCount::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  border-top: 10px solid var(--secondary-color);
  border-right: 10px solid transparent;
}

.volunteer-single-item {
  text-align: center;
  transition: all 0.3s ease-out;
  background-color: #393185;
  border-radius: 50px;
  padding: 40px 60px 70px;
  position: relative;
  z-index: 0;
}
.volunteer-single-item::after {
  content: "";
  position: absolute;
  left: 4%;
  transform: skewY(4deg);
  top: -30px;
  background-color: transparent;
  width: 320px;
  height: 410px;
  border: 2px solid #000;
  border-radius: 50px;
}
.volunteer-single-item.no-border::after {
  display: none;
}
.volunteer-single-item.no-border-radius {
  border-radius: 0;
}
.volunteer-single-item.no-border-radius::after {
  display: none;
}
.volunteer-single-item.style-01 {
  background-color: #ef8e01;
}
.volunteer-single-item.style-02 {
  background-color: #00bdc0;
}
.volunteer-single-item:hover .icon::after {
  transform: rotate(130deg);
}
.volunteer-single-item:hover .content .title {
  color: #fff;
}
.volunteer-single-item:hover .content p {
  color: #fff;
}
.volunteer-single-item .icon {
  font-size: 80px;
  color: #fff;
  transition: all 500ms;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
.volunteer-single-item .icon::after {
  content: "";
  position: absolute;
  left: 40%;
  transform: rotate(40deg);
  width: 45px;
  height: 130px;
  border-radius: 50px;
  transition: all 500ms;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.volunteer-single-item .content {
  flex: 1;
}
.volunteer-single-item .content .title {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 700;
  transition: all 500ms;
}
.volunteer-single-item .content p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: auto;
}

.volunteer-details-item .content .sub-title {
  font-size: 24px;
  font-weight: 700;
}
.volunteer-details-item .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
}
.volunteer-details-item .content ul li + li {
  margin-top: 10px;
}
.volunteer-details-item .content ul li a i {
  margin-right: 15px;
  color: var(--main-color-one);
}

.support-single-item {
  display: inline-flex;
  align-items: center;
  background-color: #f3f0ea;
  border-radius: 5px;
  padding: 20px 25px;
  margin-bottom: 30px;
}
.support-single-item .icon {
  font-size: 55px;
  color: var(--main-color-one);
  margin-right: 10px;
}
.support-single-item .content .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
}
.support-single-item .content p {
  margin-bottom: 0;
}

.donation_wrapper {
  padding: 55px 45px 60px;
  background: var(--secondary-color);
}
.donation_wrapper .header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.donation_wrapper .header-content .icon {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin-right: 10px;
}
.donation_wrapper .title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  margin-bottom: 0;
  color: #fff;
}
.donation_wrapper .single_amount_wrapper {
  display: flex;
  align-items: center;
}
.donation_wrapper .single_amount_wrapper .single_amount {
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 5px;
  color: #fff;
  background: var(--main-color-one);
  margin-bottom: 20px;
  cursor: pointer;
}
.donation_wrapper .single_amount_wrapper .single_amount:hover {
  background: var(--main-color-two);
}
.donation_wrapper .amount_wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.donation_wrapper .amount_wrapper input,
.donation_wrapper .amount_wrapper .suffix {
  padding: 8px;
  border: 0;
  background-color: #fff;
  width: 100%;
}
.donation_wrapper .amount_wrapper input {
  border-radius: 0 8px 8px 0;
  border-right: 0;
  outline: none;
}
.donation_wrapper .amount_wrapper .suffix {
  border-radius: 5px 0 0 5px;
  width: 10%;
}
.donation_wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 15px 25px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 0 rgba(0, 0, 0, 0) inset;
  background: var(--main-color-one);
  transition: all 0.3s;
}
.donation_wrapper a:hover {
  background: var(--main-color-two);
}
.donation_wrapper a:active {
  box-shadow: 0 -2px 2px 0 rgba(255, 255, 255, 0.2) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.5) inset;
}
.aboutli li {padding-bottom: 10px;  font-size: 16px;}
.aboutli li  a{ }
.btnread { 
    font-size: 17px;
    font-size: 16px;
    font-weight: 600;
color: #fff;
    text-transform: capitalize;
    background-color: #ef8e01;
    padding: 8px 20px;
    border-radius: 5px; display: inline-block;
    font-size: 16px;
    margin-bottom: 19px; margin-top: 10px;}
.btnread:hover{color: #fff;}

.focuss{    margin-top: 40px;
    background: #f5f5f5;
    padding-top: 50px;}
.headd{text-align: center;}
.headd h3{ font-weight: 600; font-size: 40px;}
.headd h4{   font-weight: 500;
    font-size: 38px;
    display: inline-block;
    background: #ef8e01;
    color: #fff;
    padding: 0px 7px 4px;
    font-family: robot;
    margin-top: 8px;}
.focuss .col-xl-3{padding: 0px 8px}
.gal_boxx {box-shadow: 0px 0px 15px #ccc;}
 .gal_boxx .item img{ border-radius: 13px; box-shadow: 0px 0px 15px #ccc;width: 100%}
.nnnn .contribute-single-item {    background: #f3f3f3;}
.nnnn .contribute-single-item .thumb {     padding: 11px;}
.nnnn .contribute-single-item .content {  padding: 11px; }

.focus-area {
	position:relative;
	margin:2rem 0
}
.focus-area ul {
	display:flex
}
.focus-area ul li {
	display:inline-block;
	padding:1rem;
	width:33%
}
.focus-area ul li::nth-child(odd) {
margin-top:0
}

.focus-area ul li .focus-thum {
	position:relative;
transition:all .6s ease
}
.focus-content h3 {
	font-family:'Fira Sans Condensed', sans-serif;
	font-size:1.6rem
}
.focus-area ul li .focus-thum {
	border:6px solid #ccc
}
.focus-area ul li .focus-thum img {
transition:.5s
}
.focus-area ul li .focus-thum img:hover {
	transform:scale(1.2)
}
.focus-area ul li:hover .widget-title {
	background:#ef8e01d1;
	height:26%;
	bottom:0
}
.focus-area ul li .widget-title {
	color:#fff!important;
	text-transform:initial!important;
	position:absolute;
	line-height:25px;
	cursor:pointer;
	padding:6%;
	width:100%
}
.focus-area ul li:hover .widget-title {
transition:all .6s ease
}
.focus-area ul li:hover .widget-title .pre_text {
	margin-bottom:1rem
}
.focus-area ul li:hover .widget-title h4 {
	font-size:26px;
	margin-top:0;
	padding-top:0; text-align: center; color:#fff; font-weight: 600;
}
.focus-area ul li:hover .widget-title h4 span:first-child {
	font-size:18px
}
.focus-area ul li:hover .widget-title h4 span:last-child {
	font-size:16px;
	font-weight:100
}
.focus-area ul li:hover .widget-title h4 span {
	display:block
}
.focus-area ul li:hover .widget-title p {
	text-align:center;
	color:#000!important
}
.focus-area ul li .focus-thum:hover {
	border:6px solid #ef8e01d1
}
.focus-area ul li .focus-thum:hover .focus-content h3 {
	display:none
}
.focus-area ul li .focus-thum .focus-content {
	position:absolute;
	top:0;
transition:.5s;
	width:100%;
	height:100%;
	transform:translateY(0);
	background-color:rgba(0, 0, 0, .3)
}
.focus-area ul li:hover .focus-thum .focus-content {
	position:absolute;
	top:0;
transition:.5s;
	width:100%;
	height:100%;
	transform:translateY(0);
	background-color:rgba(0, 0, 0, 0)
}
.focus-area ul li .focus-thum .focus-content h3 {
	background:0 0;
	padding-top:1rem;
	display:flex;
	text-align:center;
	width:100%;
	justify-content:center;
	font-size:25px; color: #fff; font-weight: 600; text-transform: uppercase; font-family: var(--heading-font); padding-top: 20px;
}
.focus-area .focus-thum:hover img {
	filter:brightness(1)
}
.redBoxes {
    width: 100%;
}
.redBoxes .voiceBox, .redBoxes .invisibleBox, .redBoxes .vissionBox, .redBoxes .misinBox {
    display: flex;
}
.redBoxes .voiceBox .voiceCont, .redBoxes .invisibleBox .invisibleCont, .redBoxes .vissionBox .vissionCont, .redBoxes .misinBox .misinCont {
    background: #ef8e01 url(https://www.savethechildren.in/wp-content/themes/ngo/images/voiceContImg.png) -35% 0 no-repeat;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0;
}
.redBoxes .voiceBox .voiceCont::before, .redBoxes .vissionBox .vissionCont::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #ea1514;
    position: absolute;
    top: 100px;
    right: -30px;
}
.redBoxes .voiceBox .voiceCont .voiceContCopy, .redBoxes .invisibleBox .invisibleCont .invisibleCopy {
    width: 90%;
}
.voiceBtn {
    background: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 20px;
 padding: 13px 30px;
 
    text-align: center;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    margin-top: 30px;
}

.redBoxes .invisibleBox .invisibleCont, .redBoxes .misinBox .misinCont {
    order: 2;
    background: #ea1514 url(https://www.savethechildren.in/wp-content/themes/ngo/images/invisibleImg.png) 128% 90% no-repeat;
    padding: 0;
}
.voiceContCopy {text-align: center;}
.voiceContCopy h2{color: #fff; font-weight: 700;}
.voiceContCopy p{color: #fff;  font-size: 16px;}
.invisibleCont {text-align: center}
.invisibleCont h2{color: #fff; font-weight: 700;     line-height: 40px;}
.invisibleCont p{color: #fff;  font-size: 16px;}
.footer-area {text-align: center;}
.footer-social li {list-style: none; display: inline-block;}
.footer-social li  a {color: #fff; padding: 0px 15px; font-size: 19px}
.footer-main  li {list-style: none; display: inline-block;}
.footer-main  li a{padding: 0px 15px; color: #fff; border-right: 1px solid #fff; font-size: 16px; line-height: 0px;}

.rs-team .team-item {
	position:relative;
	overflow:hidden;
	margin-bottom:30px
}
.rs-team .team-item:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index:1
}
.rs-team .team-item .team-img {
	position:relative
}
.rs-team .team-item .team-img .normal-text {
	position:absolute;
	text-align:center;
	height:50px;
	bottom:21px;
	padding:10px 0;
	width:100%;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
 
transition:.3s ease all;
	z-index:10
}
.rs-team .team-item .team-img .normal-text .team-name {
	color:#fff;
	font-size:30px;
	font-weight:700;
	margin:0;
	display:block;
	text-transform:uppercase;
	padding:0 0 3px
}
.rs-team .team-item .team-img .normal-text .subtitle {
	color:#fff;
	margin:0;
	display:block
}
.rs-team .team-item .team-img img {
	width:100%
}
.rs-team .team-item .team-content {
	position:absolute;
	width:100%;
	height:100%;
	top:10%;
	left:0;
	text-align:center;
	z-index:1;
	padding:50px;
	opacity:0;
-webkit-transition:.3s all ease-out;
transition:.3s all ease-out;
	visibility:hidden
}
.rs-team .team-item .team-content:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background-color:rgb(186 30 32 / 81%);
	z-index:-1
}
.team-details p{color: #fff;font-size: 16px;}
.rs-team .team-item .team-name {
    margin-bottom: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}
.rs-team .team-item .team-name a {
	margin-bottom:6px;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	z-index:1
}
.rs-team .team-item .team-name a:hover {
	color:#fff
}
.rs-team .team-item .postion {
	position:relative;
	z-index:1;
	color:#fff
}
.rs-team .team-item .share-icons {
	position:relative;
	max-width:255px;
	margin:0 auto 15px;
	opacity:0;
	visibility:hidden
}
.rs-team .team-item .share-icons .border {
	content:'';
	position:absolute;
	background:#fff;
	z-index:1;
	opacity:1;
	display:none
}
.rs-team .team-item .team-social {
	position:relative
}
.rs-team .team-item .team-social.icons-1:after, .rs-team .team-item .team-social.icons-1:before {
	content:'';
	position:absolute;
	z-index:1;
	opacity:1
}
.rs-team .team-item .team-social.icons-1:after {
	top:0;
	left:50%;
	height:95px;
	width:1px
}
.rs-team .team-item .team-social.icons-1:before {
	bottom:0;
	left:10px;
	height:1px;
	width:100px
}
.rs-team .team-item .team-social.icons-2:after, .rs-team .team-item .team-social.icons-2:before {
	content:'';
	position:absolute;
	background:#fff;
	z-index:1;
	opacity:1
}
.rs-team .team-item .team-social.icons-2:after {
	bottom:0;
	left:50%;
	height:95px;
	width:1px
}
.rs-team .team-item .team-social.icons-2:before {
	top:0;
	right:10px;
	height:1px;
	width:100px
}
.rs-team .team-item .team-social li {
	display:inline-block;
	position:relative;
transition:all .3s ease-in-out 0s;
	padding:5px
}
.rs-team .team-item .team-social li a {
	display:block;
	color:#fff;
	font-size:20px
}
.rs-team .team-item .team-social li a:hover {
	color:#fff
}
.rs-team .team-item:hover .team-content {
	top:0
}
.rs-team .team-item:hover .share-icons, .rs-team .team-item:hover .team-content, .rs-team .team-item:hover .team-social {
	opacity:1;
	visibility:visible
}
.rs-team .team-item:hover .normal-text {
	opacity:0;
	visibility:hidden
}
.rs-team.fullwidth-team .col-lg-3 {
	padding:0
}
.rs-team.fullwidth-team .col-lg-3 .team-item {
	margin-bottom:0
}
.rs-team.fullwidth-team .col-lg-3 .team-item .team-img .normal-text {
	text-align:left;
	background:0 0;
	padding-left:15px
}
.rs-team.rs-team2 .normal-text {
	clip-path:polygon(100% 100%, 0 100%, 50% -95%)
}
.rs-team#rs-team3 .share-icons {
	max-width:230px
}
.rs-team#rs-team3.bg4, .rs-team#rs-team3.bg6 {
	position:relative
}
.rs-team#rs-team3.bg4:after, .rs-team#rs-team3.bg6:after {
	content:"";
	background-position:top center;
	height:460px;
	width:100%;
	position:absolute;
	top:0;
	z-index:0
}
.rs-team#rs-team3 .container-fullwidth {
	position:relative;
	z-index:1
}
.rs-team#rs-team3 .team-item {
	margin-bottom:30px
}
.rs-team#rs-team3 .team-item .team-img .normal-text {
	height:205px;
	bottom:-23%;
	padding:30px 0;
	width:86%;
	border-radius:50%;
	clip-path:none
}
.rs-team#rs-team3 .team-item .team-social li {
	padding:20px
}
.rs-team#rs-team3 .team-item .team-social.icons-1:before, .rs-team#rs-team3 .team-item .team-social.icons-2:before {
	width:80px
}
.rs-team#rs-team3 .team-item .team-social.icons-1:after, .rs-team#rs-team3 .team-item .team-social.icons-2:after {
	height:70px
}
.headd h5{padding-top: 10px;     font-weight: 600;  font-size: 40px;}
.focus-area ul li .widget-title {display: none}
.focus-thum:hover .widget-title {display: block}
.focus-content h3 {color: #fff;}

.diffrence {
	position:relative
}
.diffrence ul {
	position:relative;
	width:70%;
	margin:0 auto
}
.diffrence ul li {
	text-align:center;
	list-style-type:none
}
.diffrence ul li .thumb-icon {
	       width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    padding: 25px;
    margin: 0 auto 1rem;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0px 0px 10px #ccc;
}
.diffrence ul li a {
	color:#333;
	font-size:2rem
}
.diffrence ul li h5 {
    color: #333;
    font-size: 2rem;
    padding-top: 5px;
    font-size: 25px;
    font-weight: 600;
}
.diffrence ul li a:hover .thumb-icon {
	background:#ef8e01;
	border:2px solid #dad9d8
}
.diffrence ul li a:hover .thumb-icon img {
	filter:brightness(0) invert(1)
}
.progress {
	width:150px;
	height:150px;
	line-height:150px;
	background:0 0;
	margin:0 auto;
	box-shadow:none;
	position:relative
}
.progress:after {
	content:"";
	width:100%;
	height:100%;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0
}
.progress>span {
	width:50%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	z-index:1
}
.progress .progress-left {
	left:0
}
.progress .progress-bar {
	width:100%;
	height:100%;
	background:0 0;
	position:absolute;
	top:0
}
.progress .progress-left .progress-bar {
	left:100%;
	border-top-right-radius:80px;
	border-bottom-right-radius:80px;
	border-left:0;
	-webkit-transform-origin:center left;
	transform-origin:center left
}
.progress .progress-right {
	right:0
}
.progress .progress-right .progress-bar {
	left:-100%;
	border-top-left-radius:80px;
	border-bottom-left-radius:80px;
	border-right:0;
	-webkit-transform-origin:center right;
	transform-origin:center right;
	animation:loading-1 1.8s linear forwards
}
.progress .progress-value {
	width:100%;
	height:100%;
	font-size:24px;
	color:#faf5f5;
	text-align:center;
	position:absolute;
	z-index:1;
	padding-top:20px
}
.progress.blue .progress-bar {
	background:#e4701d
}
.progress.blue .progress-left .progress-bar {
	animation:loading-2 1.5s linear forwards 1.8s
}
.progress.yellow .progress-bar {
	border-color:#fdc426
}
.progress.yellow .progress-left .progress-bar {
	animation:loading-3 1s linear forwards 1.8s
}
.progress.pink .progress-bar {
	border-color:#f83754
}
.progress.pink .progress-left .progress-bar {
animation:loading-4 .4s linear forwards 1.8s
}
.progress.green .progress-bar {
	border-color:#1abc9c
}
.progress.green .progress-left .progress-bar {
	animation:loading-5 1.2s linear forwards 1.8s
}
@keyframes loading-1 {
0% {
-webkit-transform:rotate(12deg);
transform:rotate(12deg)
}
100% {
-webkit-transform:rotate(180deg);
transform:rotate(180deg)
}
}
@keyframes loading-2 {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(144deg);
transform:rotate(144deg)
}
}
@keyframes loading-3 {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(90deg);
transform:rotate(90deg)
}
}
@keyframes loading-4 {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(36deg);
transform:rotate(36deg)
}
}
@keyframes loading-5 {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(126deg);
transform:rotate(126deg)
}
}
@media only screen and (max-width:990px) {
.progress {
margin-bottom:20px
}
}
.percent-box {
    position: relative;
    height: 140px;
    border: 2px solid #999;
    width: 57%;
    margin: 0 auto;
    border-top: 0;
}
.mychart {
    margin-top: -70px;
    position: relative;
}
.mychart::before {
    position: absolute;
    left: 50%;
    height: 40px;
    width: 2px;
    background: #999;
    content: '';
    top: -50px;
}


.testim {
	background: url(../img/header-slider/sbf112.jpg); background-repeat: no-repeat; background-size: cover; background-position: center;
		 
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size:25px; color: #fff; font-weight: 700;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}
.page-title {
    position: relative;
    padding: 120px 0px 100px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page-title h1 {
    font-size: 54px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.page-title .bread-crumb {
    position: relative;
    color: #ffffff;
}
.page-title .bread-crumb li {
    position: relative;
    color: #fc2c62;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.aboutt h3{font-weight: 600; font-size: 25px; padding-bottom:5px; padding-top: 15px;}
.aboutt p{text-align: justify;}
.aboutt p b{color: #000;}
.sidee{
    background-color: #f49b0d; padding: 40px;
}
.sidee h4{font-size: 36px; color: #fff; margin-bottom: 20px;}
.sidee p{color:#fff; font-size: 16px;}
.bordd {    border-bottom: 4px solid #f49b0d;
    width: 60px;
    margin-bottom: 10px;}
.aboutt table th{font-family: poppins; font-size: 15px;}
.aboutt table td{font-family: poppins; font-size: 15px;}
.listtt li{font-family: poppins; padding-bottom: 15px; font-size: 15px;}







.footer-main li:last-child a{border-right: 0px;}
.percentageee { text-align: center; font-weight: 700; padding-top: 20px; font-size: 30px;}
.pre_text h4{font-size: 20px;  font-size: 22px !important; }
@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}