@charset "UTF-8";
/*!
Template Name: lonelypro
Template URI: https://Teamplate.net/user/codexcoder
Author: codexcoder.com
Author URI: https://Teamplate.net/user/codexcoder
Description: Description
Version: 1.0.0
Text Domain: lonelypro
Tags: Causes, charity, charity hub, donate, donations, foundation, fundraising, ngo, non profit, non-profit, nonprofit, organization

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Global CSS
# Header CSS
# Page Header
# Banner
# About
# Features
# Volunteer
# Counter
# Blog
# Blog Widget
# Sponsor
# FAQ
# Contact Us
# Fore Zero Page
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"); /*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face {
  font-family: Doran;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/woff/Doran-Regular.woff") format("woff"),
    url("../fonts/woff2/Doran-Regular.woff2") format("woff2");
}

.fi {
  font-family: "Segoe UI", "Tahoma";
}

.fid {
  font-family: Doran, "Segoe UI", "Tahoma";
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

/*
* Hide visually and from screen readers, but maintain layout
*/

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  pre {
    white-space: pre-wrap !important;
  }

  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.theme-two {
  color: #f15d5a !important;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #707070;
  line-height: 28px;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  background: #fffaf7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  color: #3b6367;
  font-family: "Open Sans", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #3b6367;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f15d5a;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
  margin-top: -9px;
}

h3 {
  font-size: 26px;
  margin-top: -8px;
}

h4 {
  font-size: 20px;
  margin-top: -5px;
}

h5 {
  font-size: 20px;
  margin-top: -4px;
}

h6 {
  font-size: 16px;
  margin-top: -3px;
}

p:last-child {
  margin-bottom: -7px !important;
}

@media (min-width: 576px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
    margin-top: -11px;
  }

  h3 {
    font-size: 30px;
    margin-top: -9px;
  }

  h4 {
    font-size: 24px;
    margin-top: -7px;
  }

  h5 {
    font-size: 22px;
    margin-top: -5px;
  }

  h6 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  h2 {
    font-size: 70px;
    line-height: 87px;
    margin-top: -18px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 40px;
    margin-top: -9px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
    margin-top: -8px;
  }
}
@media (min-width: 768px) {
  h5 {
    font-size: 20px;
    margin-top: -7px;
  }
}
@media (min-width: 768px) {
  h6 {
    font-size: 16px;
  }
}
a {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding: 5px 0;
}

select,
input,
textarea,
button {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  outline: none;
}

textarea {
  height: 200px;
  resize: none;
  padding: 10px;
}

input,
button,
select {
  height: 50px;
  color: #707070;
}

label,
button,
select {
  cursor: pointer;
}

input {
  background: #f4f4f4;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
}
input:focus {
  border: 1px solid #8240a3;
}
input[type="submit"] {
  cursor: pointer;
  background-color: #0a3d62;
  color: #fff;
  font-weight: 700;
  padding: 0;
}

.bg_img {
  background-size: cover !important;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
  background-position-x: 86% !important;
}
@media (min-width: 576px) {
  .bg_img {
    background-position: bottom center !important;
  }
}

@media (min-width: 576px) {
  .-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.custom-button span,
.custom-button,
.project-item.style-2 .project-inner .project-thumb,
.project-item .project-inner,
.clients-item.style-2 .clients-inner .clients-review,
.clients-item .clients-inner .clients-review .cr-top,
.clients-section.style-2,
.clients-section .section-wrapper .clents-right .cr-head,
.clients-section .section-wrapper .clents-right,
.clients-section .section-wrapper .clents-left .cl-content-area,
.helps-item,
.video-area,
.counter-item .counter-thumb img,
header.header-1,
.footer-top,
.section-header.style-2 .sh-top {
  position: relative;
}

.project-item .project-inner::before,
.abs-clients-thumb,
.clients-item .clients-inner .clients-review .cr-top .crt-head .crth-left,
.clients-section .section-wrapper .clents-right .cr-head .clients-prev,
.clients-section .section-wrapper .clents-right .cr-head .clients-next,
.helps-item .helps-inner::after,
.helps-item .helps-inner::before,
.video-area::before,
header.header-1::after,
header.header-1::before,
.footer-top::after,
.section-header.style-2 .sh-top::after,
.section-header.style-2 .sh-top::before {
  position: absolute;
  content: "";
}

.clients-item .clients-inner .clients-review .cr-bottom,
.clients-item .clients-inner .clients-review .cr-top .crt-head,
.clients-section .section-wrapper,
.feature-item .feature-inner,
.filter,
.counter-item .counter-header,
.menu,
.header-wrapper .menu-area,
.header-wrapper,
.ft-top .ftt-item .ftt-inner {
  display: flex;
  flex-wrap: wrap;
}

.project-item.style-2 .project-inner .project-thumb::after,
.abs-clients-thumb::after,
.clients-section.style-2::after,
.video-area .video-button,
.counter-item .counter-thumb .count-bg-shap {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

.project-item .project-inner .project-thumb,
.abs-clients-thumb,
.clients-item .clients-inner .clients-review .cr-bottom .client-thumb,
.clients-section .section-wrapper .clents-right .cr-body,
.clients-section,
.sponsor-section,
.feature-section,
.volunteer-item-2 .volunteer-thumb .thumb {
  overflow: hidden;
}

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

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

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

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

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

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

@media (min-width: 992px) {
  .padding-top {
    padding-top: 120px;
  }

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

.section-header {
  text-align: center;
  margin-bottom: 30px;
}
.section-header .cate {
  color: #f15d5a;
  font-size: 18px;
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.section-header .title {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.section-header .title:last-child {
  margin-bottom: 0 !important;
}
.section-header p {
  margin-top: 0;
}
@media (min-width: 576px) {
  .section-header {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .section-header .cate {
    font-size: 18px;
    margin-top: -9px;
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 50px;
  }
  .section-header .cate {
    margin-bottom: 17px;
  }
}
.section-header p {
  max-width: 780px;
  margin: 0 auto 0;
}
.section-header p:last-child {
  margin-bottom: 0 !important;
}
.section-header.style-2 .sh-top {
  padding-left: 25px;
  border-left: 2px solid #3b6367;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-header.style-2 .sh-top {
    border-color: #fff;
  }
}
.section-header.style-2 .sh-top::after,
.section-header.style-2 .sh-top::before {
  width: 6px;
  height: 6px;
  left: -4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #3b6367;
}
@media (min-width: 992px) {
  .section-header.style-2 .sh-top::after,
  .section-header.style-2 .sh-top::before {
    background: #fff;
  }
}
.section-header.style-2 .sh-top::after {
  bottom: 0;
}
.section-header.style-2 .sh-top::before {
  top: 0;
}
@media (min-width: 992px) {
  .section-header.style-2 .sh-top .cate {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .section-header.style-2 .sh-top .title {
    font-size: 34px;
    color: #fff;
  }
}
.section-header.style-2 .sh-bottom p {
  margin-bottom: 20px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .section-header.style-2 .sh-bottom p {
    color: #fff;
  }
}

.section-header.style-2 .sh-bottom .custom-button .orangeLogo {
  display: none;
}
@media (min-width: 992px) {
  .section-header.style-2 .sh-bottom .custom-button {
    background: #fff;
    color: #f15d5a;
  }
  .section-header.style-2 .sh-bottom .custom-button .whiteLogo {
    display: none;
  }
  .section-header.style-2 .sh-bottom .custom-button .orangeLogo {
    display: block;
  }
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.pos-rel {
  position: relative;
}
.pos-rel .container {
  position: relative;
  z-index: 1;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}
.overlay.active {
  display: block;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
}

.oh {
  overflow: hidden;
}

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

/*Footer Section Starts Here*/

.footer-top {
  background: #34929a;
}
.footer-top * {
  z-index: 1;
}

@media (max-width: 991px) {
  footer {
    position: relative;
  }
  footer::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(146, 39, 143, 0.9);
  }
  footer .footer-top {
    position: relative;
    z-index: 1;
  }
  footer .footer-top {
    color: rgba(255, 255, 255, 0.9);
  }
  footer .footer-top .title {
    color: #fff;
  }
  footer .footer-top ul li a {
    color: rgba(255, 255, 255, 0.9) !important;
  }
  footer .footer-top ul li a:hover {
    color: #fdbd56 !important;
  }
}

@media (max-width: 1199px) {
  .ft-top {
    padding: 40px 0;
  }
  .ft-top .container {
    padding: 0;
  }
}
.ft-top .ftt-item {
  border: 2px solid #34c7d4;
  border-radius: 10px;
  margin: 15px;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft-top .ftt-item .ftt-inner .ftt-thumb {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.ft-top .ftt-item .ftt-inner .ftt-thumb img {
  display: block;
  margin: 0 auto;
}
.ft-top .ftt-item .ftt-inner .ftt-content {
  text-align: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .ft-top .ftt-item .ftt-inner {
    justify-content: center;
  }
  .ft-top .ftt-item .ftt-inner .ftt-thumb {
    width: 100%;
    text-align: center;
    margin-right: 0 !important;
  }
}
.ft-top .ftt-item .ftt-inner {
  align-items: center;
}
.ft-top .ftt-item .ftt-inner .ftt-content p {
  color: #fff;
}

.ftt-item .hr {
  background: #34c7d4;
  height: 2px;
  width: 100%;
  margin: 26px 0;
}

/*Teacher Single Section Starts Here*/

/*Header Section Starts Here*/
header {
  position: relative;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
header.header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  animation: fadeInDown 0.5s;
  -webkit-animation: fadeInDown 0.5s;
  -moz-animation: fadeInDown 0.5s;
  box-shadow: 0 0 10px rgba(14, 44, 83, 0.1);
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
  header.header-fixed {
    top: -46px;
  }
}
@media (min-width: 1200px) {
  header.header-fixed {
    top: -50px;
  }
}
header.header-1 {
  background: #fff;
  border-bottom: none;
}
@media (min-width: 992px) {
  header.header-1 {
    background: #f15d5a;
  }
}
@media (min-width: 992px) {
  header.header-1 * {
    position: relative;
    z-index: 1;
  }
}
header.header-1::after,
header.header-1::before {
  top: 0;
  background: #fff;
  display: none;
}
@media (min-width: 1200px) {
  header.header-1::after,
  header.header-1::before {
    display: block;
  }
}
header.header-1::after {
  width: 34%;
  height: 100%;
  left: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.header-1::after {
    width: 20%;
  }
}
header.header-1::before {
  width: 200px;
  height: 138px;
  left: calc(34% + -130px);
  -webkit-transform: skew(35deg);
  -ms-transform: skew(35deg);
  transform: skew(35deg);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.header-1::before {
    left: calc(20% + -130px);
  }
}
header.header-1.header-fixed {
  top: 0;
}
header.header-1.header-fixed::before {
  height: 88px;
}
header.header-1 .logo a img {
  width: 100%;
}
header.header-1 .header-bottom {
  background: #fdbd56;
  margin: 0 0 20px;
}
header.header-1 {
  border-bottom: none;
}
header.header-1::after,
header.header-1::before {
  display: none;
}
header.header-1 .header-bottom {
  margin-bottom: 0;
  padding: 5px 0;
  background: #fff;
}
@media (max-width: 1199px) {
  header.header-1 .header-bottom .header-wrapper .menu-area {
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  header.header-1 .header-bottom .header-wrapper .menu-area .menu > li > a {
    color: #f15d5a;
  }
}
header.header-1 .header-bottom .header-wrapper .menu-area .header-bar span {
  background-color: #f15d5a;
}

.header-bottom {
  background: #fff;
  position: relative;
}

.container2 {
  max-width: 1720px;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 576px) {
  .header-wrapper {
    position: relative;
  }
}
.header-wrapper .logo a {
  display: block;
}
.header-wrapper .logo a img {
  max-width: 100%;
}
@media (max-width: 575px) {
  .header-wrapper .logo {
    width: 160px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-wrapper .logo {
    width: 200px;
  }
}
.header-wrapper .menu-area {
  align-items: center;
}
@media (max-width: 575px) {
  .header-wrapper .menu-area {
    padding: 15px 0;
  }
}

.menu > li > a {
  color: #3b6367;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 22px;
  text-transform: uppercase;
}
.menu > li > a i {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .menu li {
    position: relative;
  }
  .menu li .submenu {
    position: absolute;
    top: calc(100%);
    left: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 9;
    background: #ffffff;
    width: 220px;
    padding: 0;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  }
  .menu li .submenu li {
    padding: 0;
  }
  .menu li .submenu li a {
    padding: 10px 20px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #3b6367;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
  }
  .menu li .submenu li a:hover,
  .menu li .submenu li a.active {
    background: #f15d5a;
    padding-left: 22px;
    color: #fff;
  }
  .menu li .submenu li:last-child a {
    border-bottom: none;
  }
  .menu li .submenu li .submenu {
    left: 100%;
    top: 0;
  }
  .menu li:hover > .submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu li a {
    padding: 10px 12px;
  }
}
@media (max-width: 991px) {
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    overflow: auto;
    max-height: 400px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    overflow-y: scroll;
    height: 250px;
  }
  .menu li {
    width: 100%;
    padding: 0;
  }
  .menu li a {
    display: block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border-top: 1px solid #e5e5e5;
    color: #3b6367;
  }
  .menu li a:hover {
    background: #fffaf7;
  }
  .menu li .submenu {
    padding-left: 20px;
    display: none;
  }
  .menu li .submenu li {
    width: 100%;
  }
  .menu li .submenu li a {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .menu li .submenu li a.active {
    background: #f15d5a;
    color: #fff;
  }
  .menu.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.header-bar {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 20px;
}
.header-bar span {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #3b6367;
  left: 0;
}
.header-bar span:first-child {
  top: 0;
}
.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}
.header-bar span:last-child {
  bottom: 0;
}
.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}
.header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}
@media (max-width: 575px) {
  .header-bar {
    width: 15px;
    height: 16px;
  }
  .header-bar span {
    height: 2px;
    width: 20px;
  }
  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
    -ms-transform: rotate(-45deg) translate(4px, -6px);
    transform: rotate(-45deg) translate(4px, -6px);
  }
}

.menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  margin-left: 3px;
}

/*Banner Section Starts Here*/
.banner-content {
  border: 4px solid #fff;
  background: #f15d5a;
  padding: 50px 50px 55px;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 70px 15px;
  -moz-border-radius: 70px 15px;
  border-radius: 70px 15px;
}
.banner-content .cate {
  font-weight: 600;
  margin: 0;
  margin-bottom: 6px;
}
.banner-content .title {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.banner-content p {
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #192e41;
}
.banner-content .custom-button::before {
  background: #8240a3;
}
.banner-content .custom-button::after {
  background: #92b92b;
}
@media (max-width: 767px) {
  .banner-content {
    padding: 50px 30px;
  }
  .banner-content .cate {
    font-size: 24px;
  }
  .banner-content .title {
    font-size: 10vw;
  }
  .banner-content p {
    font-size: 3vw;
  }
}
@media (max-width: 575px) {
  .banner-content {
    padding: 40px 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  .banner-content .cate {
    font-size: 20px;
  }
}
.banner-content.style-2 {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
  z-index: 1;
}
.banner-content.style-2 .title {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .banner-content.style-2 .title {
    font-size: 72px;
  }
}
.banner-content.style-2 .title span {
  text-transform: uppercase;
}

.banner-section {
  padding: 180px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-section {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .banner-section {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .banner-section {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .banner-section {
    padding: 80px 0 90px;
  }
}
.banner-section.style-2 {
  padding: 236px 0 245px;
  background-attachment: fixed;
}
@media (max-width: 1199px) {
  .banner-section.style-2 {
    padding: 180px 0;
  }
}
@media (max-width: 991px) {
  .banner-section.style-2 {
    padding: 170px 0;
  }
}
@media (max-width: 767px) {
  .banner-section.style-2 {
    padding: 150px 0;
    background-color: #fdbd56 !important;
  }
}
@media (max-width: 575px) {
  .banner-section.style-2 {
    padding: 120px 0 130px;
  }
}

/*Sidebar CSS Starts Here*/
.widget {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 30px;
}
.widget:last-child {
  margin-bottom: 0;
}

/*Gallery Section Starts Here*/

/*Gallery Masonary 1 Starts Here*/

/*Gallery Section Three Starts Here*/

/*Facilities Section Starts Here*/

/*Counter Section Starts Here*/
.counter-section {
  background-blend-mode: overlay;
  background: rgba(6, 22, 58, 0.7);
}

.counter-item {
  text-align: center;
  padding: 35px 15px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .counter-item {
    padding-bottom: 0;
  }
}
.counter-item .counter-thumb {
  margin-bottom: 60px;
}
.counter-item .counter-thumb img {
  max-height: 100%;
  z-index: 1;
}
.counter-item .counter-header {
  align-items: center;
  justify-content: center;
}
.counter-item .counter-header .title {
  margin: 0;
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
}
@media (min-width: 992px) {
  .counter-item .counter-header .title {
    font-size: 46px;
  }
}
.counter-item .cate {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 2;
}

.video-area {
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .video-area {
    height: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .video-area {
    height: 100%;
  }
  .video-area img {
    height: 100%;
  }
}
.video-area::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(146, 39, 143, 0.4);
}
.video-area img {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .video-area img {
    height: 100%;
  }
}

.filter {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
  justify-content: center;
  margin-bottom: 30px;
  padding: 15px 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .filter {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.filter li {
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f15d5a;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 6px 15px;
  flex-grow: 1;
  cursor: pointer;
}
.filter li:nth-of-type(6n + 2) {
  color: #92278f;
}
.filter li:nth-of-type(6n + 3) {
  color: #6abcbe;
}
.filter li:nth-of-type(6n + 4) {
  color: #fdbd56;
}
.filter li:nth-of-type(6n + 5) {
  color: #92b92b;
}
.filter li:nth-of-type(6n + 6) {
  color: #c44057;
}
.filter li.active {
  color: #f15d5a;
}
@media (max-width: 575px) {
  .filter li {
    padding: 3px 10px;
  }
}

/*About Section Starts Here*/

/*volunteer Section Starts Here*/

/*Schedule Section Starts Here*/

/*Cart Area Sidebar Starts*/

.overlay {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
    progress;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}

/*volunteer Section Two Starts Here*/
.volunteer-item-2 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
.volunteer-item-2:hover .volunteer-thumb .thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.volunteer-item-2 .volunteer-thumb {
  padding: 15px;
}
.volunteer-item-2 .volunteer-thumb .thumb {
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  margin: 0 auto 35px;
}
.volunteer-item-2 .volunteer-thumb .thumb a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
}
.volunteer-item-2 .volunteer-thumb .thumb img {
  width: 100%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.volunteer-item-2 .volunteer-thumb .content {
  padding: 0 15px 10px;
}
.volunteer-item-2 .volunteer-thumb .content .title {
  font-size: 20px;
  text-transform: capitalize;
}
@media (min-width: 576px) {
  .volunteer-item-2 .volunteer-thumb .content .title {
    font-size: 24px;
  }
}

/*Call In Action Section Stars Here*/

/*Feature Section Starts Here*/
.feature-section {
  background: #b13a80;
}
.feature-section.style-2 {
  background: transparent;
}
@media (min-width: 992px) {
  .feature-section.style-2 .section-header .sh-top .title {
    font-size: 40px;
  }
}

.feature-item {
  margin-bottom: 30px;
}
.feature-item .feature-inner {
  flex-direction: row-reverse;
}

.feature-item .feature-inner:hover .feture-icon img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-item .feature-inner .feture-icon img {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.feature-item .feature-inner .feature-content {
  padding: 40px 25px;
  background: #fff;
}
@media (min-width: 1200px) {
  .feature-item .feature-inner .feature-content {
    width: 50%;
  }
}
.feature-item .feature-inner .feature-content .title {
  margin-bottom: 10px;
}
.feature-item .feature-inner .feature-content .cate {
  display: block;
  margin-bottom: 10px;
  color: #fdbd56;
  text-transform: uppercase;
}
.feature-item .feature-inner .feature-content p {
  line-height: 24px;
}
.feature-item.style-2 .feature-inner .feature-content {
  padding: 10px 20px;
  width: 100%;
  background: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-item.style-2 .feature-inner .feature-content {
    padding: 10px 15px;
  }
}

div[class*="col"]:nth-of-type(4n + 2)
  .feature-item
  .feature-inner
  .feature-content
  .cate {
  color: #6abcbe;
}
div[class*="col"]:nth-of-type(4n + 3)
  .feature-item
  .feature-inner
  .feature-content
  .cate {
  color: #92278f;
}
div[class*="col"]:nth-of-type(4n + 4)
  .feature-item
  .feature-inner
  .feature-content
  .cate {
  color: #f15d5a;
}

.helps-item {
  background: #3b6367;
  padding: 90px 0px;
  border-radius: 17px !important;
}
@media (max-width: 575px) {
  .helps-item {
    text-align: center;
    padding: 20px 0px;
  }
}
.helps-item .helps-inner {
  padding: 20px;
}
@media (min-width: 576px) {
  .helps-item .helps-inner {
    border-right: 1px solid #fff;
    position: relative;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .helps-item .helps-inner {
    padding: 0 15px 0 30px;
  }
}
.helps-item .helps-inner::after,
.helps-item .helps-inner::before {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  right: -3px;
  z-index: 1;
}
.helps-item .helps-inner::after {
  bottom: -3px;
  display: none;
}
.helps-item .helps-inner::before {
  bottom: -3px;
  left: -3px;
  display: none;
}
@media (min-width: 576px) {
  .helps-item .helps-inner::after {
    display: block;
  }
  .helps-item .helps-inner::before {
    top: 0;
    bottom: auto;
    left: auto;
    right: -3px;
    display: block;
  }
}
.helps-item .helps-inner:hover .helps-icon img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.helps-item .helps-inner .helps-icon img {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  height: 150px;
  width: 235px;
}
.helps-item .helps-inner .helps-content h3 {
  margin-bottom: 15px;
  color: #ffff;
}
.helps-item .helps-inner .helps-content .title {
  color: #fff;
  margin-bottom: 15px;
}
.helps-item .helps-inner .helps-content p {
  color: #fff;
}

div[class*="col"]:last-child .helps-item {
  border-bottom: none;
}
div[class*="col"]:last-child .helps-item .helps-inner {
  border-right: none;
}
div[class*="col"]:last-child .helps-item .helps-inner::after,
div[class*="col"]:last-child .helps-item .helps-inner::before {
  display: none;
}

/*Contact Section Starts Here*/

/*Faq Section Starts Here*/

/*Page Header Starts Here*/

/*Events Section Starts Here*/

/*Single Countdown Starts Here*/

/*Account Section Starts Here*/

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    -ms-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
/*Shop Section Starts Here*/

/*Shop Suru hoiche EKhane*/

.modal {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.modal.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  z-index: 99999999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
  overflow-y: scroll;
  background: #060000b0;
}
.modal .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 2px;
  background: transparent;
  z-index: 9;
  color: #0071f0;
  text-shadow: none;
  opacity: 1;
}
.modal .close:hover {
  color: #92278f;
}

.slick-next::before,
.slick-prev::before {
  font-weight: 700;
}

/*Error Section Starts Here*/

/*Coming Soon Section Starts Here*/

/* causes section start here*/

/* causes single section start here*/

/* Sponsor Section start here*/
.sponsor-section .section-wrapper {
  margin-bottom: 120px;
}
.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb {
  outline: none;
}
.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb img {
  margin: 0 auto;
}

/* Clients Section start here*/
.clients-section {
  margin-top: -120px;
}
.clients-section .section-wrapper .clents-left {
  background: #f15d5a;
  padding: 30px;
  width: 100%;
}
@media (min-width: 1200px) {
  .clients-section .section-wrapper .clents-left {
    width: 33%;
  }
}
.clients-section .section-wrapper .clents-left .cl-content-area {
  z-index: 1;
}
.clients-section .section-wrapper .clents-left .cl-content-area .cl-content h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.clients-section .section-wrapper .clents-left .cl-content-area .cl-content h3 {
  margin: 10px 0 15px;
  color: #fff;
}
.clients-section .section-wrapper .clents-left .cl-content-area .cl-content p {
  color: #fff;
}
.clients-section
  .section-wrapper
  .clents-left
  .cl-content-area
  .cl-content
  .custom-button {
  background: #fff;
  color: #f15d5a;
}
.clients-section .section-wrapper .clents-right {
  background: #fffaf7;
  width: 100%;
}
@media (min-width: 1200px) {
  .clients-section .section-wrapper .clents-right {
    width: 67%;
    padding-left: 30px;
  }
  .clients-section .section-wrapper .clents-right::after {
    position: absolute;
    content: "";
    top: 0;
    left: calc(100% + 0%);
    width: 100%;
    height: 75%;
    background: #fffaf7;
  }
  .clients-section .section-wrapper .clents-right::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: calc(100% + 50%);
    height: 25%;
    background: #fff;
  }
}
.clients-section .section-wrapper .clents-right .cr-head {
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .clients-section .section-wrapper .clents-right .cr-head {
    padding: 30px 15px;
  }
}
.clients-section .section-wrapper .clents-right .cr-head p {
  font-size: 18px;
  margin-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
}
@media (min-width: 992px) {
  .clients-section .section-wrapper .clents-right .cr-head p {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .clients-section .section-wrapper .clents-right .cr-head p {
    margin-left: 25px;
  }
}
.clients-section .section-wrapper .clents-right .cr-head .clients-prev,
.clients-section .section-wrapper .clents-right .cr-head .clients-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #3b6367;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .clients-section .section-wrapper .clents-right .cr-head {
    display: none;
  }
}
.clients-section .section-wrapper .clents-right .cr-head .clients-prev:hover,
.clients-section .section-wrapper .clents-right .cr-head .clients-next:hover {
  background: #f15d5a;
}
.clients-section
  .section-wrapper
  .clents-right
  .cr-head
  .clients-prev.active:hover,
.clients-section
  .section-wrapper
  .clents-right
  .cr-head
  .clients-next.active:hover {
  background: #f15d5a;
}
.clients-section .section-wrapper .clents-right .cr-head .clients-prev {
  right: 60px;
}
@media (min-width: 1200px) {
  .clients-section
    .section-wrapper
    .clents-right
    .cr-body
    .clients-slider
    .slick-list {
    right: -10px;
  }
}
.clients-section.style-2 * {
  z-index: 1;
}
.clients-section.style-2 .section-header.style-2 .sh-top {
  border-color: #fff;
}
.clients-section.style-2 .section-header.style-2 .sh-top::after,
.clients-section.style-2 .section-header.style-2 .sh-top::before {
  background: #fff;
}
.clients-section.style-2 .section-header.style-2 .sh-top .cate {
  color: #fdbd56;
}
.clients-section.style-2 .section-header.style-2 .title {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 992px) {
  .clients-section.style-2 .section-header.style-2 .title {
    font-size: 40px;
  }
}
.clients-section.style-2 .clients-slider2 {
  margin-bottom: 160px;
}
.clients-section.volunteer .abs-clients-thumb::after {
  display: none;
}
.clients-section.volunteer .section-wrapper .clents-left {
  background: transparent;
  padding: 0;
}
@media (max-width: 1199px) {
  .clients-section.volunteer .section-wrapper .clents-left {
    margin-bottom: 30px;
  }
}
.clients-section.volunteer
  .section-wrapper
  .clents-left
  .cl-content-area
  .cl-content
  .cate,
.clients-section.volunteer
  .section-wrapper
  .clents-left
  .cl-content-area
  .cl-content
  .title {
  text-transform: uppercase;
}
.clients-section.volunteer
  .section-wrapper
  .clents-left
  .cl-content-area
  .cl-content
  .cate {
  color: #f15d5a;
}
.clients-section.volunteer
  .section-wrapper
  .clents-left
  .cl-content-area
  .cl-content
  .title {
  color: #3b6367;
}
.clients-section.volunteer
  .section-wrapper
  .clents-left
  .cl-content-area
  .cl-content
  p {
  color: #707070;
  max-width: 350px;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .clients-section.volunteer
    .section-wrapper
    .clents-left
    .cl-content-area
    .cl-content
    p {
    max-width: 500px;
  }
}
.clients-section.volunteer
  .section-wrapper
  .clents-left
  .cl-content-area
  .cl-content
  .custom-button {
  color: #fff;
  background: #f15d5a;
}
.clients-section.volunteer .section-wrapper .clents-right {
  background: transparent;
}
.clients-section.volunteer .section-wrapper .clents-right::before,
.clients-section.volunteer .section-wrapper .clents-right::after {
  display: none;
}
.clients-section.volunteer .section-wrapper .clents-right .cr-head {
  height: auto;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .clients-section.volunteer .section-wrapper .clents-right .cr-head {
    position: absolute;
    right: 0;
    top: -150px;
  }
}
@media (min-width: 1200px) {
  .clients-section.volunteer .section-wrapper .clents-right .cr-head {
    height: 50px;
  }
}
.clients-section.volunteer .section-wrapper .clents-right .clients-slider {
  margin: 0 -5px;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .clients-section.volunteer .section-wrapper .clents-right .clients-slider {
    margin: 0 0 0 -15px;
  }
}

.clients-slider2 .slick-dots {
  bottom: -15px;
  text-align: center;
  width: 98%;
}
@media (min-width: 992px) {
  .clients-slider2 .slick-dots {
    text-align: right;
    bottom: 0;
  }
}
.clients-slider2 .slick-dots li {
  margin: 0 2px;
  width: 12px;
  height: 12px;
}
.clients-slider2 .slick-dots li.slick-active button {
  background: #fdbd56;
}
.clients-slider2 .slick-dots li button {
  background: #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}
.clients-slider2 .slick-dots li button::before {
  display: none;
}

.clients-item {
  outline: none;
}
.clients-item .clients-inner {
  margin: 15px;
}
@media (min-width: 576px) {
  .clients-item .clients-inner {
    margin: 15px 15px 3px;
  }
}
.clients-item .clients-inner .clients-review .cr-top {
  padding: 30px;
  background: #f15d5a;
}
.clients-item .clients-inner .clients-review .cr-top .crt-head {
  justify-content: flex-end;
  margin-bottom: 45px;
}
.clients-item .clients-inner .clients-review .cr-top .crt-head .crth-left {
  width: 70px;
  height: 70px;
  line-height: 105px;
  font-weight: 700;
  font-size: 100px;
  background: #fdbd56;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
}
.clients-item .clients-inner.rtl .clients-review .cr-top .crt-head .crth-left {
  right: 0;
  left: auto;
}
.clients-item .clients-inner .clients-review .cr-top .crt-body .title {
  color: #fff;
  font-weight: 500;
}
@media (min-width: 576px) {
  .clients-item .clients-inner .clients-review .cr-top .crt-body .title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .clients-item .clients-inner .clients-review .cr-top .crt-body .title {
    font-size: 18px;
  }
}
.clients-item .clients-inner .clients-review .cr-bottom {
  align-items: center;
  padding: 30px;
  background: #fff;
  flex-wrap: nowrap;
}
.clients-item .clients-inner .clients-review .cr-bottom .client-thumb {
  width: 60px;
  max-height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.clients-item .clients-inner .clients-review .cr-bottom .client-thumb img {
  width: 100%;
}
.clients-item .clients-inner .clients-review .cr-bottom .client-info {
  padding-left: 15px;
}
.clients-item .clients-inner.rtl .clients-review .cr-bottom .client-info {
  padding-right: 15px;
  padding-left: 0;
}
.clients-item.style-2 .clients-inner .clients-review {
  padding-top: 70px;
}
@media (min-width: 576px) {
  .clients-item.style-2 .clients-inner .clients-review {
    padding-left: 90px;
    padding-top: 0;
  }
  .clients-item.style-2 .clients-inner.rtl .clients-review {
    padding-left: 0;
    padding-right: 90px;
  }
}
.clients-item.style-2 .clients-inner .clients-review .cr-top {
  background: transparent;
  position: static;
  padding: 0;
  margin-bottom: 30px;
}
.clients-item.style-2 .clients-inner .clients-review .cr-top .crt-head {
  margin: 0;
}
.clients-item.style-2
  .clients-inner
  .clients-review
  .cr-top
  .crt-head
  .crth-left {
  background: transparent;
  color: #fdbd56;
  width: 0px;
  height: 0px;
  line-height: 85px;
  font-size: 150px;
}
.clients-item.style-2 .clients-inner .clients-review .cr-top .crt-body .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.clients-item.style-2
  .clients-inner.rtl
  .clients-review
  .cr-top
  .crt-body
  .title {
  font-family: inherit;
}
.clients-item.style-2 .clients-inner .clients-review .cr-bottom {
  background: transparent;
  padding: 0;
}
.clients-item.style-2 .clients-inner .clients-review .cr-bottom .client-thumb {
  border: 2px solid #fdbd56;
}
.clients-item.style-2
  .clients-inner
  .clients-review
  .cr-bottom
  .client-info
  .title,
.clients-item.style-2
  .clients-inner
  .clients-review
  .cr-bottom
  .client-info
  span {
  color: #fff;
}
.clients-item.style-2
  .clients-inner
  .clients-review
  .cr-bottom
  .client-info
  h4
  span {
  font-size: 15px;
  font-weight: 300;
}
.clients-item.style-2
  .clients-inner.rtl
  .clients-review
  .cr-bottom
  .client-info
  h4 {
  font-family: inherit;
}

.abs-clients-thumb {
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .abs-clients-thumb {
    height: 100%;
  }
}
.abs-clients-thumb img {
  width: 100%;
  height: 100%;
}
.abs-clients-thumb::after {
  width: 100%;
  height: calc(100% + 2px);
  background: rgba(241, 174, 68, 0.9);
}

/* Project Section start here */
.project-section {
  background: #3b6367;
}
.project-section .section-header h3,
.project-section .section-header span {
  color: #fff;
}
.project-section.style-2 {
  background: transparent;
  margin-top: -160px;
}

.project-item .project-inner {
  margin-bottom: 30px;
}

.project-item .project-inner:hover .project-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.project-item .project-inner .project-thumb img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.project-item.style-2 .project-inner .project-thumb img {
  width: 100%;
}

/*Animation Starts Here*/
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
/* inner ripple */
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@keyframes banner-imgskew {
  from {
    transform: translateY(-30px);
    opacity: 1;
    transition: all 0.3s ease;
  }
  to {
    transform: translateY(0px);
    opacity: 0;
  }
}
/*Blog Section Starts Here*/

.slick-next,
.slick-prev {
  background: transparent;
  border: none;
  outline: none;
}
.slick-next::before,
.slick-prev::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  z-index: 99;
  padding: 0;
  background: #fff;
  display: block;
  position: absolute;
  text-align: center;
  color: #3b6367;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 576px) {
  .slick-next::before,
  .slick-prev::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.slick-next:hover::before,
.slick-prev:hover::before {
  color: #fff;
  background: #92278f;
}

.video-button {
  display: block;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  background: #fff;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  color: #f15d5a;
}
.video-button:hover {
  color: #92278f;
}

@media (min-width: 576px) {
  .video-button {
    width: 92px;
    height: 92px;
    line-height: 88px;
    font-size: 30px;
    border: 2px solid #cfd0fe;
  }
}
.video-button::before,
.video-button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.15;
  z-index: -10;
}

.video-button::before {
  z-index: -10;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
  z-index: -10;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}

.overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: #f15d5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.overlayer .loader {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 3;
  border: 4px solid #fff;
  top: 50%;
  -webkit-animation: loader 2.5s infinite ease;
  animation: loader 2.5s infinite ease;
}
.overlayer .loader .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  -webkit-animation: loader-inner 2.5s infinite ease-in;
  animation: loader-inner 2.5s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  z-index: 999;
  bottom: 3px;
  right: 3px;
  position: fixed;
  border-radius: 5px;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  background: #f15d5a;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 576px) {
  .scrollToTop {
    bottom: 30px;
    right: 30px;
  }
}

.scrollToTop.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
  width: 100%;
}

.custom-button {
  color: #fff;
  border-radius: 4px;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
  background: #f15d5a;
  box-shadow: 0px 10px 10px 0px rgba(206, 72, 61, 0.1);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  outline: none;
}
.custom-button span {
  z-index: 4;
  display: block;
  line-height: 38px;
  padding: 0 30px;
}
@media (max-width: 575px) {
  .custom-button span {
    line-height: 1.3;
  }
}
.custom-button:hover {
  color: #fff;
  box-shadow: none !important;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.custom-button:hover::after {
  bottom: 0;
}

.pie {
  box-shadow: 0px 2px 10px 0px rgba(136, 136, 136, 0.3) !important;
}

.theme-two {
  color: #f15d5a !important;
}

.theme-four {
  color: #fdbd56 !important;
}

.theme-grode {
  color: #111 !important;
}

.theme-two-bg {
  background: #f15d5a !important;
}

.theme-four-bg {
  background: #fdbd56 !important;
}

.title-color-bg {
  background: #3b6367 !important;
}

.banner-sectionx {
  padding: 0 0 40px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-sectionx {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 991px) {
  .banner-sectionx {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .banner-sectionx {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 575px) {
  .banner-sectionx {
    padding: 0 0 20px;
  }
}

.banner-content.style-2 .title {
  color: #3b6367;
}
.banner-content.style-2 p {
  color: #000;
  margin-bottom: 12px;
}
.banner-content.style-2 .title {
  font-weight: 700;
}

.hbtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  padding: 6px 12px;
}

.hbtn > span {
  line-height: 1.3;
  padding: 10px 12px 10px 16px;
}

.hbtn .icon {
  margin-right: 48px;
  font-size: 36px;
}

.hbtn .en {
  padding: 0;
  font-size: 30px;
}

.hbtn .fa {
  padding: 0;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 440px) {
  .hbtn .icon {
    margin-right: 32px;
    font-size: 28px;
  }

  .hbtn .en {
    font-size: 26px;
  }

  .hbtn .fa {
    font-size: 20px;
  }
}

@media (max-width: 380px) {
  .hbtn .icon {
    margin-right: 16px;
    font-size: 22px;
  }

  .hbtn .en {
    font-size: 20px;
  }

  .hbtn .fa {
    font-size: 16px;
  }
}

.video-sectionx {
  align-self: center;
}

.video-sectionx .video-area:before {
  display: none;
}

.section3-x {
  border-radius: 20px;
  overflow: hidden;
}

.arrow-x .clients-prev {
  right: 50px !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.arrow-x .clients-next {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.theme-ten-bg {
  background: #f89c58 !important;
}

.sponsor-thumb img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .remove-md-bg {
    background: none !important;
  }
}

.overlayx {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlayx a.closebtn {
  color: #fff;
}

.overlay a:focus,
.overlay a:hover {
  color: #f1f1f1;
}

.overlayx .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 80%;
  margin-top: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 94%;
}

.nav li .fest-nav li {
  padding: 0 !important;
}

.fest-nav {
  display: flex;
  flex-direction: row;
  color: #fff;
  text-align: left !important;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #333333;
}

.fest-nav {
  display: flex;
  flex-direction: row;
  color: #fff;
  text-align: left !important;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #333333;
}

.fest-nav > span {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-right: 50px;
}

.fest-nav > span:last-child {
  margin-right: 0;
}

.fest-nav a {
  color: #fff !important;
  padding: 0 !important;
}

.fest-nav h3 {
  color: #fff !important;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 2px solid #999;
  font-size: 22px;
}

.fest-nav > span > ol {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}

@media screen and (max-height: 450px) {
  .overlayx a {
    font-size: 20px;
  }
  .overlayx .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media (max-width: 980px) {
  .overlayx {
    z-index: 9999999 !important;
  }
  .fest-nav {
    flex-direction: column !important;
    border-bottom: none !important;
  }
  .fest-nav span {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    margin-right: 0px !important;
  }
  .overlay-content {
    top: 10% !important;
  }
  .fn-row-1 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

.hblargerx {
  font-size: 3.8vw !important;
  font-weight: 700 !important;
}

@media (min-width: 600px) {
  .hblargerx {
    font-size: 21px !important;
  }
}

@media (min-width: 1200px) {
  .hblargerx {
    font-size: 26px !important;
  }
}

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

.video-area-contx {
  margin: -3rem auto !important ;
}

.iframeEmbed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  display: none;
}

.iframeEmbedClose {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b0b0b;
  opacity: 0.8;
}

.iframeEmbedBody {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.iframeEmbedContent {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background-color: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  top: 50%;
  transform: translateY(-50%);
}

.iframeEmbedContent:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.iframeEmbedContent iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.iframeEmbed .closeb {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  height: 40px;
  text-align: right;
  color: #fff;
  opacity: 0.65;
  line-height: 40px;
  padding-right: 5px;
  font-size: 24px;
  cursor: pointer;
}

.iframeEmbed .closeb:hover {
  opacity: 1;
}

.feture-icon {
  height: 168px;
}

.project-thumb {
  position: relative;
}

.project-thumb:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.project-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.counter-thumb img {
  position: absolute !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(30%);
}

.count-bg-shap {
  position: relative !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
}

@media (min-width: 992px) {
  .count-bg-shap {
    margin: -35px -42.5px;
  }
}

.count-bg-shap:before {
  content: "";
  display: block;
  padding-bottom: 88.925%;
}

.count-bg-shap img {
  position: absolute !important;
  transform: none !important;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.volunteer-item-2 .volunteer-thumb .thumb {
  position: relative;
}

.volunteer-item-2 .volunteer-thumb .thumb {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.volunteer-item-2 .volunteer-thumb .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-gradiant {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.en-more-header-btn {
  animation: header-button 1s ease-in-out infinite alternate;
}

@keyframes header-button {
  0% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(30%);
  }
}

#video-donate {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.helps-inner {
  border: 0 !important;
}

.helps-item a {
  text-decoration: underline;
}

.helps-inner:before,
.helps-inner:after {
  display: none !important;
}

.clients-slider2 .arrow-x {
  float: right;
  display: flex;
  margin: -18px 0 0 0;
}

@media (min-width: 992px) {
  .clients-slider2 .arrow-x {
    margin: 10px 28px 0 0;
  }
}

.arrowx-item {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  text-align: center;
  color: #3b6367;
  cursor: pointer;
  transition: all 0.2s ease;
  opacity: 0.85;
}

.arrowx-item:hover {
  opacity: 1;
}

.youtubeEmbed {
  display: block;
}

.donateEmbed .iframeEmbedContent {
  max-width: 450px;
}

.donateEmbed .iframeEmbedContent:before {
  padding-bottom: 166.67%;
}

@media (max-width: 450px) or (max-height: 750px) {
  .donateEmbed .iframeEmbedContent {
    height: 100%;
  }

  .donateEmbed .iframeEmbedContent:before {
    height: 100%;
  }

  .donateEmbed .iframeEmbedContent .closeb {
    top: 0;
    z-index: 1;
    color: #111;
    text-align: left;
    padding: 10px;
  }
}

.donateBtn {
  box-shadow: 0 0 10px rgba(241, 93, 90, 0.9);
  padding: 3px 16px 2px !important;
  margin: 0 0 0 16px;
}

.donateBtn > span {
  padding: 0 !important;
}

.donateBtn span {
  line-height: 28px !important;
}

.donateBtn span .fa {
  font-size: 14px;
  font-weight: normal;
}

.perkBtn {
  box-shadow: 0 0 10px rgba(50, 143, 150, 0.9);
  background: rgb(50, 143, 150);
  margin: 0 14px 0;
}

.header-instagram {
  font-size: 28px;
  margin: 2px 14px 0;
  line-height: 0;
}

/*Faq Section Starts Here*/
.faqs-single-section {
  overflow: hidden;
}

.faqs-single-section .video-area:before {
  display: none;
}

@media (max-width: 991px) {
  .faqs-single-section {
    padding: 80px 0 0;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .faqs-single-section {
    padding: 80px 0 0;
  }
}
.faqs-single-section .abs-clients-thumb::after {
  display: none;
}

.right-icon {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f15d5a;
  position: relative;
}
.right-icon::after,
.right-icon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.right-icon::after {
  height: 12px;
  width: 2px;
}
.right-icon::before {
  width: 12px;
  height: 2px;
}

.section-header .faq-header {
  line-height: 1.7;
}

.faq-item {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  padding: 25px;
  margin-bottom: 10px;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item .faq-title {
  cursor: pointer;
  align-items: center;
  display: flex;
}
.faq-item .faq-title .title {
  width: calc(100% - 36px);
  padding-right: 15px;
  font-size: 18px;
  font-family: inherit;
  line-height: 1.4;
  margin: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faq-item .faq-content {
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: none;
}
.faq-item .title {
  color: #ee463b;
}
.faq-item.open .right-icon::after {
  height: 2px;
}
.faq-item.active .faq-content {
  display: block;
}
.faq-item:nth-child(5n + 2) .right-icon {
  background: #f89c58;
}
.faq-item:nth-child(5n + 2) .title {
  color: #f89c58;
}
.faq-item:nth-child(5n + 3) .right-icon {
  background: #fdbd56;
}
.faq-item:nth-child(5n + 3) .title {
  color: #fdbd56;
}
.faq-item:nth-child(5n + 4) .right-icon {
  background: #3b6367;
}
.faq-item:nth-child(5n + 4) .title {
  color: #3b6367;
}
.faq-item:nth-child(5n + 5) .right-icon {
  background: #34929a;
}
.faq-item:nth-child(5n + 5) .title {
  color: #34929a;
}
@media screen and (max-width: 499px) {
  .faq-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-item .faq-content {
    padding-top: 10px;
  }
  .faq-item .faq-title .title {
    font-size: 16px;
    width: calc(100% - 26px);
  }
  .faq-item .faq-title .right-icon {
    width: 26px;
    height: 26px;
  }
}

.posts-slider .slick-list {
  border-radius: 20px;
}

.posts-slider .slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  visibility: visible;
  opacity: 1;
}

.posts-slider .slick-arrow:before {
  width: 50px;
  height: 50px;
  line-height: 46px;
  font-size: 16px;
  opacity: 1;
  border-radius: 25%;
  transform: translateY(-70%);
  border: 2px solid #3b6367;
}

.posts-slider .slick-next:hover:before,
.posts-slider .slick-prev:hover:before {
  background: #3b6367;
}

.helps-content p {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
}

@media (max-width: 992px) {
  .helps-content p {
    font-size: 16px;
    font-weight: normal;
  }

  .fid {
    letter-spacing: -1px;
  }
}

.donationReceived .title {
  color: #3c6368;
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

.givingBox {
  font-size: 40px;
  position: relative;
  height: 1em;
  background-color: #e4e4e4;
  border-radius: 0.4em;
  text-align: center;
}

.givingBox .givingProgress {
  background-color: #f15d5b;
  border-radius: 0.4em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  line-height: 1em;
}

.givingProgress span {
  color: #fff;
  font-size: 0.4em;
  vertical-align: super;
  padding: 0 10px;
  font-weight: bold;
}

.givingBox .needDonate {
  background-color: #fffaf7;
  border: 0.05em solid #34929a;
  border-radius: 0.4em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 0.04em;
  line-height: 0.38em;
}

.givingBox .needDonate span {
  vertical-align: super;
  font-size: 0.3em;
  color: #3b6267;
  font-weight: bold;
  padding: 0 10px;
}

.header-wrapper .givingBox {
  width: 246px;
  font-size: 33px;
}

.entry-content table {
  width: 100%;
  margin: 0 0 50px 0;
  border: 1px solid #eee;
  text-align: left;
}

.entry-content tr th,
.entry-content thead th {
  padding: 9px 24px;
  color: #555;
  font-weight: bold;
}

.entry-content tr td {
  padding: 6px 24px;
  border-top: 1px solid #eee;
}

#donorlvl-101 {
  border-left: 7px solid #50c878;
}

#donorlvl-102 {
  border-left: 7px solid #9b111e;
}

#donorlvl-103 {
  border-left: 7px solid #aa6c39;
}

#donorlvl-104 {
  border-left: 7px solid #eae0c8;
}

#donorlvl-105 {
  border-left: 7px solid #a0d6cf;
}

#donorlvl-106 {
  border-left: 7px solid #ccc7bc;
}

#donorlvl-107 {
  border-left: 7px solid #ffc0cb;
}

#donorlvl-108 {
  border-left: 7px solid #333333;
}

.keeplight {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  overflow-y: auto;
}

.keeplight h3 {
  margin: 20px 0;
  text-align: center;
  position: relative;
}

.keeplight h3 .head {
  color: transparent;
  background: rgb(55, 145, 154);
  background: -moz-linear-gradient(
    90deg,
    rgba(55, 145, 154, 1) 0%,
    rgba(241, 94, 87, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(55, 145, 154, 1) 0%,
    rgba(241, 94, 87, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(55, 145, 154, 1) 0%,
    rgba(241, 94, 87, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.keeplight .video-area:before {
  display: none;
}

.keeplight .backBtn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 100%;
  background-color: #fafafa;
  cursor: pointer;
}

.keeplight .backBtn:hover {
  background-color: #eee;
}

.keeplight .backBtn i {
  transform: scale(0.75);
}

.keeplight p {
  text-align: center;
  font-weight: bold;
}

.keeplightImage {
  position: relative;
  max-width: 300px;
  margin: -18px auto 10px auto;
}

.keeplightImage:before {
  content: "";
  display: block;
  padding-bottom: 31.546%;
}

.keeplightImage img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
}

.keeplight .video-box {
  max-width: 800px;
  margin: 0 auto;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.thankyou {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto;
  display: none;
}

.tkMain {
  position: relative;
  margin: 10px auto;
  max-width: 460px;
}

.tyLogo img {
  width: 54.35%;
  display: block;
  margin: 0 auto;
}

.tyContent {
  margin: 0 25px 25px;
  padding: 12px 12px 22px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.tyContent div,
.tyContent p {
  direction: rtl;
  color: #000;
}

.tytitle {
  font-weight: bold;
  font-size: 26px;
  border-bottom: 1px solid #111;
  line-height: 1.9235;
  padding-bottom: 4px;
  margin-bottom: 6px;
}

.tyContent p {
  font-size: 22px;
  line-height: 1.6;
}

.tyContent .tyTitleSmall {
  font-size: 20px;
}

.tyContent p span {
  font-weight: bold;
}

.tyContent .hbtn {
  display: none;
  margin: 20px 0 10px;
}

.tyContent .hbtn .en {
  font-size: 20px;
}

.tyContent .hbtn img {
  width: 30px;
}

.tyContent .custom-button.hbtn > span {
  padding: 0px 10px 0px 0px;
}

.tyMessage {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
}

.tyShare {
  margin: 0 25px 10px;
}

.tyShare .row {
  text-align: center;
  font-size: 50px;
  line-height: 1.5;
}

.tyShare .row a {
  color: #fff;
  animation: shake 0.82s 0.5s ease;
  animation-play-state: paused;
}

.tyClose {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 30px;
  cursor: pointer;
}

.tyClose:hover {
  color: #ddd;
}

@media (max-width: 575px) {
  .tyContent .custom-button.hbtn span {
    line-height: 1.9;
  }
}

@media (max-width: 460px) {
  .tytitle {
    font-size: 5.6vw;
  }

  .tyContent p {
    font-size: 4.7vw;
  }

  .tyContent .tyTitleSmall {
    font-size: 4.34782vw;
  }

  .tyContent .hbtn .en {
    font-size: 4.4vw;
  }

  .tyMessage {
    font-size: 6.1vw;
  }

  .tyShare .row {
    font-size: 11vw;
  }
}

.instagramEmbed {
  margin: 0 auto;
  max-width: 600px;
}

.instagramEmbed blockquote,
.instagramEmbed iframe {
  max-width: 100% !important;
  margin: 10px auto 0 auto !important;
}

.headerdescription {
  font-weight: 500;
  color: #111;
}

/* 450x720 */
/*# xsourceMappingURL=main.css.map */
