@charset "UTF-8";
/*===================================================================
[Table Of Content]

    * Typography CSS
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Home Slider CSS
    * About CSS
    * Causes CSS
    * Donate CSS
    * Team CSS
    * Brand Logo CSS
    * Form CSS
    * Blog CSS
    * Contact CSS
    * Footer CSS

=====================================================================*/
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #595959;
  font-size: 0.9375rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #001d23;
  font-family: "Yeseva One", cursive;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #fc6539;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a:hover, a:active, a:focus {
  box-shadow: none;
  color: #e53603;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.btn:focus {
  box-shadow: none;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  box-shadow: none;
  outline: none !important;
}

::selection {
  background: #fc6539;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #fc6539;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #fc6539;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: none;
}

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

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}

/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.section-title {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1399px) {
  .section-title {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 90px;
  }
}
.section-title .subtitle {
  color: #fc6539;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 12px;
  padding-left: 64px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-title .subtitle {
    font-size: 16px;
  }
}
.section-title .subtitle:after {
  background-color: #001d23;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: calc(50% - 1.5px);
  width: 43px;
}
.section-title .subtitle.line-theme-color:after {
  background-color: #fc6539;
}
.section-title .subtitle.line-white-color:after {
  background-color: #fff;
}
.section-title .title {
  font-size: 60px;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1399px) {
  .section-title .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 30px;
  }
}
@media (max-width: 399.98px) {
  .section-title .title {
    font-size: 26px;
  }
}
.section-title .title span {
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title .title.title-style {
  margin-top: 39px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .section-title .title.title-style {
    margin-top: 30px;
  }
}
.section-title .title.title-style .img-shape {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1399px) {
  .section-title .title.title-style .img-shape {
    width: 185px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title .title.title-style .img-shape {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title.title-style .img-shape {
    width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title.title-style .img-shape {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .desc p br {
    display: none;
  }
}
.section-title .separator-line {
  display: block;
  line-height: 1;
  margin-top: 35px;
}
.section-title .separator-line img {
  margin-right: 17px;
}
@media only screen and (max-width: 767px) {
  .section-title .separator-line img {
    margin-right: 7px;
  }
}
.section-title .separator-line img:last-child {
  margin-right: 0;
}
.section-title .list-style li {
  color: #595959;
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 29px;
  position: relative;
}
.section-title .list-style li i {
  color: #fc6539;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 5px;
}
.section-title .list-style li:last-child {
  margin-bottom: 0;
}
.section-title.section-light h5 {
  color: #fff;
}
.section-title.section-light .title {
  color: #fff;
}
.section-title.section-light .desc p {
  color: #fff;
}

.bg-img {
  background: no-repeat center center;
  background-size: cover;
}
.bg-img.bg-img-top {
  background-position: top center;
}

.bg-img-cover {
  background-size: cover;
}

.site-wrapper-reveal {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.niceselect {
  float: inherit;
}
.niceselect .list {
  border-radius: 0;
  width: 100%;
}

.line-hr {
  border-bottom: 1px solid #e2e2e2;
}

.lh-1 {
  line-height: 1;
}

.no-border {
  border: none !important;
}

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

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

.content-items-center {
  align-items: center;
  display: flex;
}

.justify-items-center {
  display: flex;
  justify-content: center;
}

.form-message.alert {
  margin-top: 10px;
}

.row-gutter-0 [class*=col-] {
  margin: 0;
  padding: 0;
}

.row-gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.row-gutter-10 [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (min-width: 1200px) {
  .row-gutter-20 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row-gutter-20 [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row-gutter-45 {
  margin-right: -22.5px;
  margin-left: -22.5px;
}
.row-gutter-45 [class*=col-] {
  margin: 0;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

@media only screen and (min-width: 1200px) {
  .row-gutter-60 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row-gutter-60 [class*=col-] {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row-gutter-70 {
  margin-right: -35px;
  margin-left: -35px;
}
.row-gutter-70 [class*=col-] {
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
}

.wrapper {
  overflow-x: hidden;
}

/*-------- Button Style Css --------*/
.btn-theme {
  background-color: #fc6539;
  border-color: #fc6539;
  border-radius: 32.5px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.375;
  min-width: 200px;
  padding: 21px 37px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme .icon {
  font-size: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme .icon.icon-img {
  max-width: none;
  width: auto;
}
.btn-theme:hover, .btn-theme:focus {
  background-color: #fea444;
  border-color: #fea444;
  color: #fff;
}
.btn-theme:hover .icon, .btn-theme:focus .icon {
  right: 40px;
}
.btn-theme.btn-theme-color2 {
  background-color: #fea444;
  border-color: #fea444;
}
.btn-theme.btn-theme-color2:hover, .btn-theme.btn-theme-color2:focus {
  background-color: #fc6539;
  border-color: #fc6539;
}
.btn-theme.btn-black {
  background-color: #000;
  border-color: #000;
}
.btn-theme.btn-black:hover {
  background-color: #fc6539;
  border-color: #fc6539;
  color: #fff;
}
.btn-theme.btn-black.btn-border {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.btn-theme.btn-black.btn-border:hover {
  background-color: #fc6539;
  border-color: #fc6539;
  color: #fff;
}
.btn-theme.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #0e0e0e;
}
.btn-theme.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-theme.btn-white.btn-border {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-theme.btn-white.btn-border:hover {
  background-color: #fff;
  border-color: #fff;
  color: #fc6539;
}
.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #0e0e0e;
}
.btn-theme.btn-gray:hover {
  background-color: #fc6539;
  border-color: #fc6539;
  color: #fff;
}
.btn-theme.btn-border {
  background-color: transparent;
  border: 2px solid #fc6539;
  color: #fc6539;
  padding: 19px 37px;
}
.btn-theme.btn-border:hover {
  background-color: #fc6539;
  border-color: #fc6539;
  color: #fff;
}
.btn-theme.btn-border.btn-theme-color2 {
  background-color: transparent;
  border-color: #fea444;
  color: #fea444;
}
.btn-theme.btn-border.btn-theme-color2:hover {
  background-color: #fea444;
  border-color: #fea444;
  color: #fff;
}
.btn-theme.btn-border.btn-gray {
  background-color: transparent;
  border-color: #e8e8e8;
  color: #001d23;
}
.btn-theme.btn-border.btn-gray:hover {
  background-color: #fc6539;
  border-color: #fc6539;
  color: #fff;
}
.btn-theme.btn-border.btn-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-theme.btn-border.btn-white:hover {
  background-color: #fc6539;
  border-color: #fc6539;
  color: #fff;
}
.btn-theme.btn-round {
  border-radius: 25px;
}
.btn-theme.btn-round.btn-slide:before {
  border-radius: 25px;
}
.btn-theme.btn-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn-theme.btn-slide:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: -40px;
  content: "";
  height: 65px;
  left: -27px;
  position: absolute;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-theme.btn-slide:after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 65px;
  position: absolute;
  right: -27px;
  top: -40px;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-theme.btn-slide .icon.icon-img {
  right: 42px;
}
.btn-theme.btn-slide:hover:before {
  border-radius: 32.5px;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
}
.btn-theme.btn-slide:hover:after {
  border-radius: 32.5px;
  height: 100%;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.btn-theme.btn-gradient {
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
.btn-theme.btn-gradient.btn-border {
  background-color: transparent;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-theme.btn-border-gradient {
  padding: 2px !important;
  z-index: 1;
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
}
.btn-theme.btn-border-gradient:before {
  background-color: #f7f7f7;
  content: "";
  display: block;
  height: calc(100% - 4px);
  left: 2px;
  position: absolute;
  top: 2px;
  width: calc(100% - 4px);
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme.btn-border-gradient span {
  display: block;
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme.btn-border-gradient.gray-border {
  background: none;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}
.btn-theme.btn-border-gradient.gray-border:after {
  border: 2px solid #d7d7d7;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}
.btn-theme.btn-border-gradient.gray-border:hover {
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
}
.btn-theme.btn-border-gradient.gray-border:hover:after {
  border-width: 0;
}
.btn-theme.btn-border-gradient.btn-size-xs:before {
  border-radius: 19px;
}
.btn-theme.btn-border-gradient.btn-size-xs span {
  border-radius: 19px;
  padding: 6px 15px;
}
.btn-theme.btn-border-gradient.btn-size-xs:hover .icon {
  right: 18px;
}
.btn-theme.btn-border-gradient.btn-size-md:before {
  border-radius: 32.5px;
}
.btn-theme.btn-border-gradient.btn-size-md:after {
  border-radius: 32.5px;
}
.btn-theme.btn-border-gradient.btn-size-md span {
  border-radius: 32.5px;
  padding: 10.3px 22px;
}
.btn-theme.btn-border-gradient.btn-size-md span .icon {
  right: 25px;
}
.btn-theme.btn-size-xs {
  border-radius: 19px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 38px;
  min-width: 105px;
  padding: 8px 17px;
}
.btn-theme.btn-size-xs .icon {
  right: 20px;
}
.btn-theme.btn-size-xs.btn-border {
  padding: 7px 18px;
}
.btn-theme.btn-size-sm {
  border-radius: 22.5px;
  font-size: 15px;
  min-height: 45px;
  min-width: 130px;
  padding: 12px 22px;
}
.btn-theme.btn-size-sm .icon {
  right: 22px;
}
.btn-theme.btn-size-sm.btn-border {
  padding: 10px 20px;
}
.btn-theme.btn-size-md {
  font-size: 15px;
  min-height: 45px;
  min-width: 150px;
  padding: 12px 22px;
}
.btn-theme.btn-size-md .icon {
  right: 22px;
}
.btn-theme.btn-size-md.btn-border {
  padding: 10px 20px;
}
.btn-theme.btn-size-lg {
  height: 50px;
  min-width: 180px;
  text-align: center;
}
.btn-theme.btn-size-xl {
  height: 50px;
  min-width: 220px;
  text-align: center;
}
.btn-theme.btn-size-xxl {
  height: 52px;
  min-width: 270px;
  text-align: center;
}

/*-------- Page Title Style Css --------*/
.page-title-area {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 35px 0;
  position: relative;
  z-index: 1;
}
.page-title-area .page-title-content {
  letter-spacing: 0;
  padding: 77px 0;
}
@media only screen and (max-width: 1399px) {
  .page-title-area .page-title-content {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content {
    padding: 10px 0;
  }
}
.page-title-area .page-title-content .title {
  color: #000;
  font-size: 58px;
  line-height: 1.414;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1399px) {
  .page-title-area .page-title-content .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content .title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.page-title-area .page-title-content .title span {
  font-weight: 400;
}
.page-title-area .page-title-content .bread-crumbs {
  color: #fea444;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1399px) {
  .page-title-area .page-title-content .bread-crumbs {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content .bread-crumbs {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .bread-crumbs {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.page-title-area .page-title-content .bread-crumbs .line-shape {
  margin-right: 19px;
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content .bread-crumbs .line-shape {
    margin-right: 12px;
  }
}
.page-title-area .page-title-content .bread-crumbs a {
  color: #fff;
}
.page-title-area .page-title-content .bread-crumbs a:hover {
  color: #fff;
}
.page-title-area .page-title-content .bread-crumbs span.active {
  color: #fc6539;
}
.page-title-area .page-title-content .bread-crumbs .breadcrumb-sep {
  color: #fff;
  padding: 11px;
}
.bread-crumbs {
  color: #595959;
  font-size: 16px;
}
.bread-crumbs a {
  color: #595959;
}
.bread-crumbs a:hover {
  color: #fc6539;
}

/*-------- Pagination Style Css --------*/
.pagination-area {
  padding: 38px 0 0;
}
@media only screen and (max-width: 991px) {
  .pagination-area {
    padding: 62px 0 0;
  }
}
.pagination-area nav .page-numbers {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: inline-flex;
  margin-bottom: 0;
}
.pagination-area nav .page-numbers li {
  background-color: #ececec;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  margin-right: 10px;
  padding: 2px;
  width: 50px;
}
.pagination-area nav .page-numbers li .page-number {
  background-color: #fff;
  color: #001d23;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}
.pagination-area nav .page-numbers li .page-number.current {
  color: #fc6539;
  font-weight: 700;
}
.pagination-area nav .page-numbers li .page-number.prev {
  border-radius: 0;
  color: #999999;
  font-size: 14px;
}
.pagination-area nav .page-numbers li .page-number.prev:hover {
  color: #fc6539;
}
.pagination-area nav .page-numbers li .page-number.next img {
  position: relative;
  top: -2px;
}
.pagination-area nav .page-numbers li:hover {
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
}
.pagination-area nav .page-numbers li:last-child {
  margin-right: 0;
}
.pagination-area nav .page-numbers.page-numbers-style {
  box-shadow: 0px 10px 50px 0px rgba(171, 181, 189, 0.35);
}

/*-------- Blockquote Style Css --------*/
.blockquote-area {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 165px 0 140px;
}
@media only screen and (max-width: 767px) {
  .blockquote-area {
    padding: 122px 0 94px;
  }
}
.blockquote-area p {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .blockquote-area p {
    font-size: 24px;
  }
}
.blockquote-area cite .name {
  color: #fc6539;
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.blockquote-area cite .job {
  color: #9192a4;
  font-size: 14px;
}

/*-------- Progress Bar Style Css --------*/
.progress-item {
  margin-bottom: 30px;
}
.progress-item .progress-info {
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-item .progress-info .title {
  display: inline-block;
}
.progress-item .progress-info .percent {
  margin-right: -20px;
}
.progress-item .progress-line {
  background-color: #000;
  border-radius: 2.5px;
  height: 5px;
  position: relative;
}
.progress-item .progress-line .progress-bar-line {
  background-color: #fc6539;
  border-radius: 2.5px;
  height: 100%;
  width: 0;
}

/*-------- Preloader Style Css --------*/
.preloader-deactive .preloader-wrap {
  display: none;
}

.preloader-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}
.preloader-wrap .preloader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -50px;
}
.preloader-wrap .preloader .dot {
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  animation: la-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fc6539;
}
@keyframes la-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*-------- Custom Font Style Css --------*/
.font-family2 {
  font-family: "Yeseva One", cursive !important;
}

/*-------- Custom Color Style Css --------*/
.bgcolor-theme2 {
  background-color: #fea444 !important;
}

.bgcolor-theme3 {
  background-color: #001d23 !important;
}

.text-theme-color {
  color: #fc6539 !important;
}

/*-------- Custom Margin Padding Style Css --------*/
.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

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

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

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

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

.mt-60 {
  margin-top: 60px !important;
}

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

.mt-80 {
  margin-top: 80px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-n8 {
  margin-top: -8px !important;
}

@media only screen and (max-width: 1399px) {
  .mt-xl-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mt-0 {
    margin-top: 0 !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-mt-0 {
    margin-top: 0 !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0px;
  }

  .mt-xs-30 {
    margin-top: 30px !important;
  }
}
.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-80 {
  margin-right: 80px;
}

.mr--100 {
  margin-right: -100px;
}

@media only screen and (max-width: 1199px) {
  .lg-mr-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mr-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .mr-xs-0 {
    margin-right: 0;
  }

  .mr-xs-15 {
    margin-right: 15;
  }
}
.mb-7 {
  margin-bottom: 7px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

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

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-438 {
  margin-bottom: 438px !important;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.mb-471 {
  margin-bottom: 471px !important;
}

@media only screen and (max-width: 1199px) {
  .lg-mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-448 {
    margin-bottom: 448px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mb-0, .md-mb-0 {
    margin-bottom: 0px !important;
  }

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

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mb-md-150 {
    margin-bottom: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-sm-0, .sm-mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-10 {
    margin-bottom: 10px !important;
  }

  .mb-xs-30 {
    margin-bottom: 30px !important;
  }

  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxs-30 {
    margin-bottom: 30px !important;
  }
}
.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px !important;
}

@media only screen and (max-width: 991px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }

  .md-ml-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .ml-xxs-5 {
    margin-left: 5px !important;
  }
}
.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

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

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

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

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

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pb-md-120 {
    padding-bottom: 120px !important;
  }

  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-10 {
    padding-bottom: 10px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }

  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
}
.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-130 {
  padding-left: 130px !important;
}

@media only screen and (max-width: 1199px) {
  .pl-lg-15 {
    padding-left: 15px !important;
  }

  .pl-lg-30 {
    padding-left: 30px !important;
  }

  .pl-lg-50 {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pl-0 {
    padding-left: 0 !important;
  }

  .md-pl-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pl-0 {
    padding-left: 0 !important;
  }

  .pl-sm-5 {
    padding-left: 5px !important;
  }

  .sm-pl-15, .pl-sm-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pl-xs-0 {
    padding-left: 0 !important;
  }

  .pl-xs-15 {
    padding-left: 15px !important;
  }

  .pl-xs-30 {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .pl-xxs-0 {
    padding-left: 0 !important;
  }

  .pl-xxs-30 {
    padding-left: 30px !important;
  }
}
.pt-10 {
  padding-top: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

@media only screen and (max-width: 1199px) {
  .lg-pt-0 {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pt-0 {
    padding-top: 0 !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pt-md-120 {
    padding-top: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pt-xs-40 {
    padding-top: 40px !important;
  }
}
.pr-0 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

@media only screen and (max-width: 1199px) {
  .lg-pr-0 {
    padding-right: 0 !important;
  }

  .pr-lg-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pr-0 {
    padding-right: 0 !important;
  }

  .pr-sm-5 {
    padding-right: 5px !important;
  }

  .sm-pr-15, .pr-sm-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pr-15 {
    padding-right: 15px;
  }

  .md-pl-15 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .xs-pr-15, .pr-xs-15 {
    padding-right: 15px;
  }
}
.d-contents {
  display: contents;
}

/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
  align-content: center;
  font-family: "Roboto", sans-serif;
}
.main-menu > li {
  margin-right: 14px;
  padding: 3px 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  color: #001d23;
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  padding: 7px 25px;
  position: relative;
}
.main-menu > li:hover > a, .main-menu > li.active > a {
  color: #fc6539;
}
.main-menu.menu-capitalize > li > a {
  font-size: 16px;
  text-transform: capitalize;
}

.has-submenu {
  padding-right: 10px;
  position: relative;
}
.has-submenu > a {
  position: relative;
}
.has-submenu > a:before {
  content: "";
  color: #fea444;
  font-size: 14px;
  line-height: 30px;
  font-family: "FontAwesome";
  position: absolute;
  right: 11px;
  top: 7px;
}
.has-submenu:hover > .submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu:hover .menu-content .menu-content-inner h4, .has-submenu:hover .menu-content .menu-content-inner .btn-brand {
  transform: none !important;
}
.has-submenu .submenu-nav {
  background-color: #111;
  border: none;
  border-bottom: none;
  padding: 15px 0 15px;
  position: absolute;
  left: -25px;
  top: 100%;
  transform: translateY(50px);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 250px;
  margin-top: 42px;
  z-index: 9999;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav {
    min-width: 210px;
  }
}
.has-submenu .submenu-nav:before {
  content: "";
  position: absolute;
  height: 56px;
  width: 100%;
  left: 0;
  bottom: 100%;
}
.has-submenu .submenu-nav > li {
  padding: 9px 25px;
}
.has-submenu .submenu-nav > li a {
  color: #aaa;
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: inherit;
  text-transform: capitalize;
}
.has-submenu .submenu-nav > li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover > a {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover:after {
  color: #fff !important;
}
.has-submenu .submenu-nav > li.has-submenu {
  position: relative;
}
.has-submenu .submenu-nav > li.has-submenu a:before {
  display: none;
}
.has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu .submenu-nav > li.has-submenu:after {
  content: "";
  color: #595959;
  font-size: 15px;
  line-height: 1.2;
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 12px;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
  margin-top: -15px;
}
.has-submenu .submenu-nav-mega {
  display: flex;
  padding: 40px 50px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav-mega {
    width: 830px;
  }
}
.has-submenu .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 25%;
}
.has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  border-right: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a {
  color: #fff !important;
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a.srmenu-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-left: 25px;
  padding: 10px 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a.srmenu-title.srmenu-style-hide {
  display: none;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li {
  position: relative;
  padding: 10px 25px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  color: #fc6539;
  right: -20px;
  top: 1px;
  font-size: 12px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a:after {
  background-color: #fc6539;
  content: "New";
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: -38px;
  line-height: 1;
  padding: 2px 3px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
  padding: 0 !important;
  margin: -1px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4, .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  color: #fff;
  transition: 0.4s;
  transition-delay: 0.3s;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
  transform: translateY(-80%);
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
  color: #fc6539;
  font-style: italic;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  margin-top: 30px;
  font-weight: 700;
  transform: translateY(80%);
}
.has-submenu.full-width {
  position: static;
}
.has-submenu.colunm-two {
  position: relative;
}
.has-submenu.colunm-two .submenu-nav-mega {
  left: -35px;
  width: 600px;
}
.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 50%;
}

/* Responsive Mobile Menu */
.res-mobile-menu {
  margin: 0 -10px;
}
.res-mobile-menu .slicknav_btn {
  display: none;
}
.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
.res-mobile-menu .slicknav_nav {
  display: block !important;
}
.res-mobile-menu .slicknav_nav li {
  border-bottom: none;
  margin-bottom: 1px;
  position: relative;
}
.res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0;
}
.res-mobile-menu .slicknav_nav li a {
  color: #999999;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 30px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: transparent;
  color: #878b93;
  font-size: 17px;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 48%;
  transform: translateY(-50%);
  height: 35px;
  line-height: 35px;
}
.res-mobile-menu .slicknav_nav li a a {
  padding: 0;
}
.res-mobile-menu .slicknav_nav li a:hover {
  color: #fc6539;
  background-color: transparent;
}
.res-mobile-menu .slicknav_nav li img {
  display: none;
}
.res-mobile-menu .slicknav_nav li div {
  display: none;
}
.res-mobile-menu .slicknav_nav li ul {
  margin: 0;
  padding-left: 10px;
}
.res-mobile-menu .slicknav_nav li ul li {
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li {
    padding-left: 15px;
  }
}
.res-mobile-menu .slicknav_nav li ul li a {
  color: #999999;
  font-size: 24px;
  padding: 12px 30px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li a {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #fc6539;
}
.res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 16px;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
  position: relative;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
  color: #fc6539;
}

/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area {
  padding: 50px 0;
}
.header-area.header-default {
  background-color: #fff;
  box-shadow: 0px 15px 35px 0px rgba(0, 29, 35, 0.02);
  border: 0 !important;
  padding: 15px 0;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .header-area.header-default .container {
    max-width: 1397px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-area.header-default .header-logo-area {
  top: 0;
}
@media only screen and (max-width: 991px) {
  .header-area.header-default .header-logo-area {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-logo-area {
    padding-right: 10px;
  }
}
.header-area.header-default .header-align {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .header-area.header-default .header-align {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-align .header-navigation-area {
    display: none;
  }
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li {
  margin-right: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li:first-child.active > a:before {
  left: 30%;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li:first-child > a {
  padding-left: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li:last-child {
  margin-right: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li:last-child.active > a:before {
  left: 65%;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li:last-child > a {
  padding-right: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.active > a {
  color: #fff;
  position: relative;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.active > a:before {
  background-image: url("../images/menu-shape.png");
  background-repeat: no-repeat;
  background-position: 45% 15%;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  min-width: 118px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.active.has-submenu > a:before {
  display: block;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li > a {
  padding: 7px 34px;
}
@media only screen and (max-width: 1399px) {
  .header-area.header-default .header-align .header-navigation-area .main-menu > li > a {
    padding: 7px 31px;
  }
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu > a:before {
  display: none;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav {
  background-color: #fff;
  border: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 20px 80px 0px rgba(171, 181, 189, 0.35);
  left: -10px;
  margin-top: 25px;
  min-width: 195px;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav:before {
  height: 40px;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav > li a {
  color: #0e0e0e;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav > li a:hover {
  color: #fc6539;
}
.header-area.header-default .header-align .header-action-area {
  margin-left: 91px;
  position: relative;
  top: -0.5px;
}
@media (max-width: 1699px) {
  .header-area.header-default .header-align .header-action-area {
    margin-left: 50px;
  }
}
@media (max-width: 1599px) {
  .header-area.header-default .header-align .header-action-area {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 1399px) {
  .header-area.header-default .header-align .header-action-area {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-area.header-default .header-align .header-action-area {
    margin-left: 0;
  }
}
.header-area.header-default .header-align .header-action-area button.btn-theme, .header-area.header-default .header-align .header-action-area a.btn-theme {
  margin-left: 15px;
}
@media (max-width: 1599px) {
  .header-area.header-default .header-align .header-action-area button.btn-theme, .header-area.header-default .header-align .header-action-area a.btn-theme {
    min-width: 175px;
    padding: 17px 27px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-align .header-action-area button.btn-theme, .header-area.header-default .header-align .header-action-area a.btn-theme {
    padding: 15px 27px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-align .header-action-area button.btn-theme, .header-area.header-default .header-align .header-action-area a.btn-theme {
    font-size: 14px;
    min-width: 130px;
    padding: 11px 16px;
  }
}
@media (max-width: 384px) {
  .header-area.header-default .header-align .header-action-area button.btn-theme, .header-area.header-default .header-align .header-action-area a.btn-theme {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-align .header-action-area button.btn-theme:before, .header-area.header-default .header-align .header-action-area a.btn-theme:before {
    bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-align .header-action-area button.btn-theme:after, .header-area.header-default .header-align .header-action-area a.btn-theme:after {
    top: -50px;
  }
}
.header-area.header-default .header-align .header-action-area button.btn-theme.btn-slide .icon.icon-img, .header-area.header-default .header-align .header-action-area a.btn-theme.btn-slide .icon.icon-img {
  right: 28px;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-align .header-action-area button.btn-theme.btn-slide .icon.icon-img, .header-area.header-default .header-align .header-action-area a.btn-theme.btn-slide .icon.icon-img {
    right: 15px;
    width: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-align .header-action-area button.btn-theme.btn-slide:hover:before, .header-area.header-default .header-align .header-action-area a.btn-theme.btn-slide:hover:before {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-align .header-action-area button.btn-theme.btn-slide:hover:after, .header-area.header-default .header-align .header-action-area a.btn-theme.btn-slide:hover:after {
    top: 0;
  }
}
.header-area.header-default.sticky-header.sticky {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  padding: 15px 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default.sticky-header.sticky {
    padding: 10px 0;
  }
}
.header-area.header-default.sticky-header.sticky .header-logo-area .logo-main {
  display: none;
}
.header-area.header-default.sticky-header.sticky .header-logo-area .logo-light {
  display: block;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li:after {
  top: 63px;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li > a {
  color: #001d23;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li > a:hover {
  background-color: transparent;
  color: #fc6539;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li:hover a {
  background-color: transparent;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li:hover a:after {
  display: none;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li.active > a {
  color: #fff;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li.has-submenu > .submenu-nav {
  margin-top: 26px;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li.has-submenu > .submenu-nav:before {
  height: 44px;
}
.header-area.header-default.sticky-header.sticky .header-align .header-action-area button.btn-search, .header-area.header-default.sticky-header.sticky .header-align .header-action-area a.btn-search {
  color: #0e0e0e;
}
.header-area.header-default.sticky-header.sticky .header-align .header-action-area button.btn-search:hover, .header-area.header-default.sticky-header.sticky .header-align .header-action-area a.btn-search:hover {
  background-color: transparent;
  color: #0e0e0e;
}
.header-area.header-default.sticky-header.sticky .header-align .header-action-area button.btn-menu span, .header-area.header-default.sticky-header.sticky .header-align .header-action-area a.btn-menu span {
  background-color: #0e0e0e;
}

.btn-menu-slide-close {
  background-color: rgba(33, 35, 49, 0.8);
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: -50%;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close {
  color: #fff;
  font-size: 32px;
  position: absolute;
  right: 360px;
  top: 45px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close:hover {
  color: #fc6539;
  cursor: pointer;
}
.btn-menu-slide-close.active {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.btn-menu-slide-close.active .icon-menu-slide-close {
  transition-delay: 0.3s;
}

.header-logo-area {
  max-width: 213px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 575px) {
  .header-logo-area {
    max-width: 130px;
  }
}
.header-logo-area .logo-light {
  display: none;
}

.header-action-area button, .header-action-area a {
  vertical-align: middle;
}
.header-action-area button.btn-search, .header-action-area a.btn-search {
  background-color: transparent;
  border: none;
  color: #0e0e0e;
  font-size: 20px;
  padding: 0;
}
.header-action-area button.btn-search .icon, .header-action-area a.btn-search .icon {
  height: 35px;
  line-height: 38px;
  width: 35px;
}
.header-action-area button.btn-menu, .header-action-area a.btn-menu {
  background-color: transparent;
  border: none;
  box-shadow: none;
  height: 18px;
  margin-left: 16px;
  margin-top: 0;
  position: relative;
  width: 35px;
}
.header-action-area button.btn-menu span, .header-action-area a.btn-menu span {
  background-color: #fea444;
  border-radius: 2px;
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  transition: 0.4s;
  width: 100%;
}
.header-action-area button.btn-menu span:first-child, .header-action-area a.btn-menu span:first-child {
  top: 0;
  width: 30px;
}
.header-action-area button.btn-menu span:nth-child(2), .header-action-area a.btn-menu span:nth-child(2) {
  top: calc(50% - .3px);
  transform: translateY(-50%);
  width: 100%;
}
.header-action-area button.btn-menu span:last-child, .header-action-area a.btn-menu span:last-child {
  bottom: 0;
  width: 25px;
}
.header-action-area button.btn-menu:hover span, .header-action-area a.btn-menu:hover span {
  background-color: #fc6539;
}
.header-action-area button.btn-menu:hover span:first-child, .header-action-area button.btn-menu:hover span:last-child, .header-action-area a.btn-menu:hover span:first-child, .header-action-area a.btn-menu:hover span:last-child {
  width: 100%;
}
.btn-search .icon-search {
  display: block;
}
.btn-search .icon-search-close {
  display: none;
}
.btn-search.show .icon-search {
  display: none;
}
.btn-search.show .icon-search-close {
  display: block;
}

.off-canvas-wrapper {
  position: fixed;
  right: -100%;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  right: 0;
}
.off-canvas-wrapper.active .off-canvas-inner {
  transform: none;
}
.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
  transform: none;
  transition-delay: 0.3s;
}
.off-canvas-wrapper.active .btn-close {
  display: block;
}
.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.off-canvas-wrapper .off-canvas-header {
  display: flex;
  justify-content: right;
  padding: 30px 0;
}
.off-canvas-wrapper .off-canvas-header .logo-area {
  display: none;
  max-width: 100px;
}
.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.off-canvas-wrapper .btn-close {
  background: none;
  border: none;
  color: #999999;
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .btn-close {
    font-size: 20px;
  }
}
.off-canvas-wrapper .btn-close:active, .off-canvas-wrapper .btn-close:focus {
  border: none;
  box-shadow: none;
}
.off-canvas-wrapper .btn-close i {
  line-height: 1;
}
.off-canvas-wrapper .btn-close:hover {
  color: #0e0e0e;
}
.off-canvas-wrapper .off-canvas-inner {
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transform: translateX(0);
  transition: 0.3s;
  height: 100vh;
  width: 100%;
  z-index: 3;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  background-color: #fff;
  height: 100%;
  padding: 0 50px;
  position: relative;
  overflow-y: auto;
  transition: 0.4s;
  transition-duration: 0.4s;
  transform: translateX(100%);
  width: 545px;
  z-index: 9;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    width: 310px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
  margin-bottom: 30px;
  margin-top: 20px;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
  margin-bottom: 0;
}
.off-canvas-wrapper.aside-menu .off-canvas-inner {
  background-color: transparent;
  transform: none;
}
.off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content {
  background-color: #182141;
  position: relative;
  width: 320px;
  transform: translateX(-100%);
  transition: 0.4s;
  transition-duration: 0.6s;
  z-index: 3;
}
@media only screen and (max-width: 479.98px) {
  .off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content {
    width: 310px;
  }
}
.off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content .close-action .btn-close {
  color: #fff;
}
.off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content .close-action .btn-close:hover {
  color: #fc6539;
}
.off-canvas-wrapper.aside-menu.active .off-canvas-inner .off-canvas-content {
  transform: none;
  transition-delay: 0.5s;
}
.off-canvas-wrapper .off-canvas-footer .side-footer {
  display: inline-block;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons {
  display: block;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a {
  border: none;
  color: #000;
  font-size: 16px;
  float: left;
  margin-right: 40px;
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a {
    font-size: 13px;
    margin-right: 22px;
  }
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color {
  color: #185381;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-twitter {
  color: #429cd6;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-instagram {
  color: #521313;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-googleplus {
  color: #d62d20;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright {
  display: block;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright {
    display: inline-block;
    margin-top: 12px;
  }
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright p {
  line-height: 1.7;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright p {
    font-size: 15px;
  }
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content {
  background-color: #fff;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .off-canvas-header {
  padding: 30px 0;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .off-canvas-header .close-action button {
  position: absolute;
  right: 30px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav {
  padding-left: 10px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li a {
  font-size: 16px;
  color: #333;
  padding-bottom: 16.5px;
  padding-top: 16.5px;
  text-transform: uppercase;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  color: #999999;
  display: block;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li a:hover {
  color: #0e0e0e;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li a {
  color: #fc6539;
  padding-bottom: 13px;
  padding-top: 13px;
  text-transform: capitalize;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #333;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li ul li a {
  color: #595959;
  font-size: 15px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li ul li a:hover {
  color: #fc6539;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .off-canvas-item {
  margin-bottom: 0;
  margin-top: 20px;
  height: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info {
  margin-bottom: 0;
  padding: 0 31px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li {
  align-items: baseline;
  color: #595959;
  display: flex;
  margin-bottom: 10px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li:first-child i {
  width: 35px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li:last-child {
  margin-bottom: 0;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li i {
  color: #595959;
  font-size: 14px;
  width: 27px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li span {
  color: #595959;
  font-size: 14px;
  line-height: 24px;
}

/*
-----------------------------------------------------------------------
	Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area.slider-default {
  position: relative;
}
.home-slider-area.slider-default .home-slider-content .home-slider-item {
  height: 900px;
}
@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 800px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 680px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 360px;
  }
}
.home-slider-area.slider-default .slider-content-area {
  align-items: center;
  display: flex;
  height: 100%;
  padding-top: 124px;
  position: relative;
}
@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area {
    padding-top: 58px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .container {
    max-width: 1397px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-slider-area.slider-default .slider-content-area .content {
  margin-top: 27px;
}
@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .content {
    margin-top: 15px;
    padding-right: 135px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .content {
    margin-top: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content {
    margin: 0 auto;
    max-width: 450px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .subtitle-content {
  margin-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .subtitle-content {
    margin-bottom: 20px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .subtitle-content img {
  margin-right: 14px;
  position: relative;
  top: -9px;
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .subtitle-content img {
    top: -4px;
    width: 30px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .subtitle-content h6 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .subtitle-content h6 {
    font-size: 18px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .tittle-wrp {
  margin-bottom: 30px;
}
.home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
  font-size: 75px;
  line-height: 1.0934;
}
@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.home-slider-area.slider-default .slider-content-area .content .tittle-wrp h3 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 span:before {
  background-image: url("../images/banner-title-shape.png");
  background-repeat: no-repeat;
  background-position: 13px 9px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  min-width: 334px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.home-slider-area.slider-default .slider-content-area .content .tittle-wrp h3 span:before {
  background-image: url("../images/banner-title-shape.png");
  background-repeat: no-repeat;
  background-position: 9px 5px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  min-width: 234px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 span:before {
    background-position: 0 5px;
    background-size: cover;
    min-width: auto;
    width: 105%;
  }
}
.home-slider-area.slider-default .slider-content-area .content .btn-wrp {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp {
    justify-content: center;
    text-align: left;
  }
}
.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme {
  margin-right: 21px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme {
    margin-right: 10px;
    min-width: 155px;
    padding: 15px 27px;
  }
}
@media only screen and (max-width: 359.98px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme {
    font-size: 14px;
    margin-right: 7px;
    min-width: 130px;
    padding: 12px 18px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-slide .icon.icon-img {
    right: 26px;
    width: 12px;
  }
}
@media only screen and (max-width: 359.98px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-slide .icon.icon-img {
    right: 24px;
    width: 11px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme:last-child {
  margin-right: 0;
}
.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border {
  border: 1px solid #d7d7d7;
  color: #001d23;
  padding: 20px 36px;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border {
    min-width: 160px;
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 359.98px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border {
    min-width: 135px;
    padding: 11px 18px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border .icon {
  right: 38px;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border .icon {
    right: 20px;
    width: 12px;
  }
}
@media only screen and (max-width: 359.98px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border .icon {
    right: 17px;
    width: 11px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border:hover {
  border-color: #fea444;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: -40px;
  content: "";
  height: 65px;
  left: -27px;
  position: absolute;
  width: 65px;
  z-index: -1;
}
.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border:hover:after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 65px;
  position: absolute;
  right: -27px;
  top: -40px;
  width: 65px;
  z-index: -1;
}
.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border:hover img {
  filter: invert(1) brightness(100);
  right: 38px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border:hover img {
    right: 20px;
  }
}
@media only screen and (max-width: 359.98px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border:hover img {
    right: 17px;
  }
}
.home-slider-area.slider-default .slider-content-area .layer-style {
  margin-top: 54px;
  position: relative;
  right: -86px;
}
@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .layer-style {
    margin-top: 0;
    right: 30px;
    top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style {
    right: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .layer-style {
    right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .layer-style {
    display: none;
  }
}
.home-slider-area.slider-default .slider-content-area .layer-style .thumb {
  border-radius: 50%;
}
.home-slider-area.slider-default .slider-content-area .layer-style .thumb img {
  border-radius: 50%;
  max-width: none;
}
@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb img {
    max-width: 100%;
  }
}
.home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle {
  border-radius: 50%;
  height: 100%;
  left: 15px;
  position: absolute;
  top: -86px;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle {
    top: -70px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle {
    top: -50px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle {
    top: -35px;
  }
}
.home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle .circle-img {
  position: absolute;
  right: -170px;
  top: 109px;
}
@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle .circle-img {
    right: -12px;
  }
}
@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle .circle-img {
    right: -21px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle .circle-img {
    right: 3px;
    top: 70px;
    width: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle .circle-img {
    right: -10px;
    width: 40px;
  }
}
.home-slider-area.slider-default .slider-content-area .layer-style .shape-style1 {
  position: absolute;
  right: -105px;
  top: -159px;
}
@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .shape-style1 {
    right: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .shape-style1 {
    right: 5px;
    top: -110px;
  }
  .home-slider-area.slider-default .slider-content-area .layer-style .shape-style1 img {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .shape-style1 {
    right: -20px;
    top: -85px;
  }
  .home-slider-area.slider-default .slider-content-area .layer-style .shape-style1 img {
    width: 45%;
  }
}
.home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp {
  bottom: -39px;
  border-radius: 50%;
  height: 340px;
  left: -169px;
  padding: 43px;
  position: absolute;
  width: 340px;
  background: #FEA444;
  background-image: -ms-linear-gradient(-30deg, #fc6539 0%, #fea444 100%);
  background: linear-gradient(-30deg, #fc6539 0%, #fea444 100%);
}
@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp {
    bottom: -90px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp {
    bottom: -75px;
    height: 170px;
    left: -55px;
    padding: 10px;
    width: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp {
    bottom: -110px;
  }
}
.home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .pie-chart-circle .skill-percent {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .pie-chart-circle canvas {
    height: 150px;
    width: 150px;
  }
}
.home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content {
  border-radius: 50%;
  color: #fff;
  left: 50%;
  text-align: center;
  position: absolute;
  top: calc(50% + 2px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content .raised-amount {
  font-family: "Yeseva One", cursive;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content .raised-amount {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content .line-shape-img {
  margin-bottom: 13px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content .line-shape-img {
    width: 55px;
    margin-bottom: 10px;
  }
}
.home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content .donate-title {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content .donate-title {
    font-size: 13px;
  }
}
.home-slider-area.slider-default .slider-content-area .slider-shape .shape-style1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.home-slider-area.slider-default .slider-content-area .slider-shape .shape-style2 {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style2 {
    left: -500px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style2 {
    left: -800px;
    top: -100px;
  }
}
.home-slider-area.slider-default .slider-content-area .slider-shape .shape-style3 {
  position: absolute;
  right: calc(72% + 14px);
  top: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style3 {
    display: none;
  }
}
.home-slider-area.slider-default .slider-content-area .slider-shape .shape-style4 {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style4 {
    top: -130px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style4 {
    top: -150px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style4 {
    top: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style4 {
    display: none;
  }
}

/*
-----------------------------------------------------------------------
	About CSS
-----------------------------------------------------------------------
*/
.about-area.about-default-area {
  padding: 146px 0 15px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-area.about-default-area {
    padding: 15px 0;
  }
}
.about-area.about-default-area:before {
  background-color: #f7f7f7;
  bottom: 0;
  content: "";
  height: calc(100% + 225px);
  left: 0;
  position: absolute;
  width: calc(50% - 126px);
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .about-area.about-default-area:before {
    bottom: auto;
    height: 50%;
    top: -65px;
  }
}
.about-area.about-default-area .section-title {
  margin-bottom: 24px;
}
@media only screen and (max-width: 479.98px) {
  .about-area.about-default-area .section-title {
    text-align: center;
  }
}
.about-area .layer-style {
  margin-top: 52px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-area .layer-style {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
.about-area .layer-style:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 546px;
  left: -201px;
  position: absolute;
  top: -331px;
  width: 546px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .about-area .layer-style:before {
    top: -300px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area .layer-style:before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .about-area .layer-style .thumb img {
    padding-right: 23px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-area .layer-style .thumb img {
    padding-right: 17px;
  }
}
.about-area .layer-style .thumb img.img-two {
  margin-left: -23px;
}
@media only screen and (max-width: 1199px) {
  .about-area .layer-style .thumb img.img-two {
    margin-left: 0;
    width: 93%;
  }
}
@media only screen and (max-width: 991px) {
  .about-area .layer-style .thumb img.img-two {
    padding-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-area .about-content {
    margin-left: 29px;
  }
}
.about-area .about-content .text-style {
  color: #464444;
  font-family: "Yeseva One", cursive;
  font-size: 22px;
  line-height: 1.364;
  margin-bottom: 26px;
  margin-right: -10px;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .about-area .about-content .text-style {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .about-area .about-content .text-style {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.about-area .about-content .text-style:before {
  background-color: #fc6539;
  content: "";
  height: 75px;
  left: -29px;
  position: absolute;
  top: 7px;
  width: 4px;
}
.about-area .about-content p {
  margin-bottom: 24px;
}
@media only screen and (max-width: 479.98px) {
  .about-area .about-content p {
    margin-bottom: 15px;
  }
}
.about-area .about-content p:last-child {
  margin-bottom: 0;
}
.about-area .about-content .list-icon-style {
  align-items: center;
  display: flex;
  color: #001d23;
  font-size: 15px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 25px;
  margin-bottom: 42px;
  margin-top: 29px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-area .about-content .list-icon-style {
    max-width: 500px;
  }
}
@media only screen and (max-width: 479.98px) {
  .about-area .about-content .list-icon-style {
    display: block;
    margin-bottom: 25px;
  }
}
.about-area .about-content .list-icon-style li {
  align-items: flex-start;
  display: flex;
}
@media only screen and (max-width: 479.98px) {
  .about-area .about-content .list-icon-style li {
    margin-bottom: 15px;
  }
}
.about-area .about-content .list-icon-style li.line-center {
  background-color: #fc6539;
  height: 43px;
  position: relative;
  top: -2px;
  width: 4px;
}
@media only screen and (max-width: 479.98px) {
  .about-area .about-content .list-icon-style li.line-center {
    display: none;
  }
}
.about-area .about-content .list-icon-style .icon-img {
  margin-right: 20px;
  max-width: none;
  position: relative;
  top: 6px;
}

.about-page-wrapper .about-area {
  padding: 146px 0 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .about-page-wrapper .about-area {
    padding: 95px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-page-wrapper .about-area {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-page-wrapper .about-area {
    padding: 70px 0 0;
  }
}
.about-page-wrapper .about-area:before {
  background-color: #f7f7f7;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: calc(50% - 315px);
  z-index: -1;
}
.about-page-wrapper .about-area .section-title {
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  .about-page-wrapper .about-area .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 399.98px) {
  .about-page-wrapper .about-area .section-title {
    text-align: center;
  }
  .about-page-wrapper .about-area .section-title .title {
    font-size: 23px;
  }
}
.about-page-wrapper .about-area .thumb.thumb-style {
  margin-top: 64px;
}
@media only screen and (max-width: 991px) {
  .about-page-wrapper .about-area .thumb.thumb-style {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
.about-page-wrapper .about-area .about-content {
  padding-left: 70px;
}
@media only screen and (max-width: 991px) {
  .about-page-wrapper .about-area .about-content {
    padding-left: 0;
  }
}
.about-page-wrapper .about-area .about-content .text-style {
  color: #001d23;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .about-page-wrapper .about-area .about-content .text-style {
    font-size: 18px;
  }
}
.about-page-wrapper .about-area .content-box-wrp {
  margin-top: 44px;
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .about-page-wrapper .about-area .content-box-wrp {
    padding-left: 0;
  }
}

.content-box-item {
  background-color: #fc6539;
  padding: 62px 35px 48px 43px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 479.98px) {
  .content-box-item {
    padding: 62px 25px 48px;
  }
}
.content-box-item .title {
  color: #fff;
  font-size: 38px;
  margin-bottom: 59px;
  padding-left: 28px;
  position: relative;
}
.content-box-item .title:before {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
  height: 82.5px;
  left: -1px;
  position: absolute;
  top: 50%;
  width: 82.5px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.content-box-item .img-line-shape {
  margin-bottom: 34px;
}
.content-box-item p {
  color: #fff;
  margin-bottom: 14px;
}
.content-box-item .bg-line-shape {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*
-----------------------------------------------------------------------
	Service CSS
-----------------------------------------------------------------------
*/
.service-area.service-default-area {
  padding: 135px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1799px) {
  .service-area.service-default-area {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .service-area.service-default-area {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .service-area.service-default-area {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 991px) {
  .service-area.service-default-area {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-area.service-default-area {
    padding: 55px 0;
  }
}

/*
-----------------------------------------------------------------------
	Team CSS
-----------------------------------------------------------------------
*/
.team-area.team-default-area {
  padding: 325px 0 120px;
}
.team-area.team-default-area .section-title {
  margin-bottom: 94px;
}
.team-area.team-fluid-area {
  padding: 150px 0 118px;
}
@media only screen and (max-width: 1199px) {
  .team-area.team-fluid-area {
    padding: 95px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .team-area.team-fluid-area {
    padding: 85px 0 60px;
  }
}
.team-area.team-fluid-area .container {
  max-width: 1676px;
  padding-left: 15px;
  padding-right: 15px;
}
.team-area.team-fluid-area .section-title {
  margin-bottom: 0;
  margin-top: 38px;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .team-area.team-fluid-area .section-title {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area.team-fluid-area .section-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .team-area.team-fluid-area .section-title {
    margin-bottom: 70px;
    text-align: center;
  }
}
.team-area.team-fluid-area .section-title .desc {
  margin-top: 70px;
}
@media only screen and (max-width: 1199px) {
  .team-area.team-fluid-area .section-title .desc {
    display: none;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .team-area.team-fluid-area .section-title .title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-area.team-fluid-area .section-title .title {
    font-size: 46px;
  }
}
.team-area.team-fluid-area .team-member-items {
  padding-left: 37.3px;
}
@media only screen and (max-width: 1199px) {
  .team-area.team-fluid-area .team-member-items {
    padding-left: 0;
  }
}

.team-member {
  margin-bottom: 30px;
}
.team-member .thumb {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.team-member .thumb:after {
  bottom: -100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  background-image: linear-gradient(360deg, rgba(246, 103, 57, 0.67843) 0%, rgba(0, 0, 0, 0) 35%);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.team-member .thumb img {
  width: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.team-member .thumb .social-icons {
  bottom: -45px;
  left: 50%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.team-member .thumb .social-icons a {
  background-color: #fff;
  border-radius: 50%;
  color: #001d23;
  display: inline-block;
  font-size: 17px;
  height: 45px;
  line-height: 47px;
  margin-right: 6px;
  text-align: center;
  width: 45px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.team-member .thumb .social-icons a:last-child {
  margin-right: 0;
}
.team-member .thumb .social-icons a:hover {
  color: #fff;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
.team-member .content .member-info {
  text-align: center;
}
.team-member .content .member-info .separator-line {
  line-height: 1;
  margin-bottom: 23px;
}
.team-member .content .member-info .separator-line img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.team-member .content .member-info .name {
  font-size: 27px;
  margin-bottom: 23px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 1399px) {
  .team-member .content .member-info .name {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.team-member .content .member-info .name a {
  color: #001d23;
}
.team-member .content .member-info .name a:hover {
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-member .content .member-info .designation {
  color: #909090;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.team-member:hover .thumb:after {
  bottom: 0;
}
.team-member:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.team-member:hover .social-icons {
  bottom: 30px;
}

.volunteer-page-wrapper .team-area {
  padding: 145px 0 91px;
}
@media only screen and (max-width: 1199px) {
  .volunteer-page-wrapper .team-area {
    padding: 100px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .volunteer-page-wrapper .team-area {
    padding: 85px 0 25px;
  }
}
.volunteer-page-wrapper .team-area .section-title {
  margin-bottom: 129px;
}
@media only screen and (max-width: 1199px) {
  .volunteer-page-wrapper .team-area .section-title {
    margin-bottom: 70px;
  }
}
.volunteer-page-wrapper .team-member {
  margin-bottom: 57px;
}

/*
-----------------------------------------------------------------------
    Causes CSS
-----------------------------------------------------------------------
*/
.causes-area.causes-default-area {
  padding: 148px 0 152px;
}
@media only screen and (max-width: 1199px) {
  .causes-area.causes-default-area {
    padding: 95px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .causes-area.causes-default-area {
    padding: 70px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .causes-area.causes-default-area {
    padding: 60px 0 80px;
  }
}
.causes-area.causes-default-area .section-title {
  margin-bottom: 123px;
}
@media only screen and (max-width: 1199px) {
  .causes-area.causes-default-area .section-title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .causes-area.causes-default-area .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .causes-area.causes-default-area .section-title .subtitle {
    margin-bottom: 0;
  }
}

.causes-item .thumb {
  overflow: hidden;
}
.causes-item .thumb img {
  width: 100%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.causes-item .content {
  background-color: #f7f7f7;
  padding: 31px 25px 10px;
}
@media only screen and (max-width: 1199px) {
  .causes-item .content {
    padding: 32px 20px 10px;
  }
}
.causes-item .content .donate-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1199px) {
  .causes-item .content .donate-info {
    margin-bottom: 20px;
  }
}
.causes-item .content .donate-info .info-item {
  background-color: #fff;
  font-family: "Yeseva One", cursive;
  min-width: 100px;
  padding: 7px 13px 6px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .causes-item .content .donate-info .info-item {
    min-width: auto;
    padding: 9px 13px 8px;
  }
}
@media only screen and (max-width: 991px) {
  .causes-item .content .donate-info .info-item {
    min-width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .causes-item .content .donate-info .info-item {
    min-width: 145px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .causes-item .content .donate-info .info-item {
    min-width: 135px;
  }
}
@media only screen and (max-width: 479.98px) {
  .causes-item .content .donate-info .info-item {
    min-width: 95px;
  }
}
@media only screen and (max-width: 359.98px) {
  .causes-item .content .donate-info .info-item {
    min-width: 82px;
  }
}
.causes-item .content .donate-info .info-item .info-title, .causes-item .content .donate-info .info-item .amount {
  display: block;
  line-height: 1;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.causes-item .content .donate-info .info-item .info-title {
  color: #001d23;
  font-size: 14px;
  margin-bottom: 8px;
}
.causes-item .content .donate-info .info-item .amount {
  color: #fc6539;
  font-size: 20px;
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .causes-item .content .donate-info .info-item .amount {
    font-size: 15px;
  }
}
.causes-item .content .donate-info .info-item:hover {
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
}
.causes-item .content .donate-info .info-item:hover .info-title, .causes-item .content .donate-info .info-item:hover .amount {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.causes-item .content .title {
  font-size: 22px;
  line-height: 1.455;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .causes-item .content .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .causes-item .content .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .causes-item .content .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479.98px) {
  .causes-item .content .title {
    font-size: 18px;
  }
}
.causes-item .content .title a {
  color: #001d23;
  display: block;
}
.causes-item .content .title a:hover {
  color: #fc6539;
}
@media only screen and (max-width: 1199px) {
  .causes-item .admin {
    margin-bottom: 20px;
  }
}
.causes-item .admin h5 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
.causes-item .admin a {
  color: #001d23;
  display: flex;
  align-items: center;
}
.causes-item .admin a:hover {
  color: #fc6539;
}
.causes-item .admin .icon-img {
  box-shadow: 0px 3px 7px 0px rgba(252, 102, 57, 0.08);
  height: 40px;
  line-height: 35px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  min-width: 40px;
  margin-right: 11px;
  width: 40px;
}
.causes-item .causes-footer {
  align-items: center;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  padding: 15px 25px 33px;
}
@media only screen and (max-width: 1199px) {
  .causes-item .causes-footer {
    display: block;
  }
}
.causes-item:hover .thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.causes-page-wrapper .causes-area.causes-default-area {
  padding: 148px 0 152px;
}
@media only screen and (max-width: 1199px) {
  .causes-page-wrapper .causes-area.causes-default-area {
    padding: 95px 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .causes-page-wrapper .causes-area.causes-default-area {
    padding: 90px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .causes-page-wrapper .causes-area.causes-default-area {
    padding: 80px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .causes-page-wrapper .causes-area.causes-default-area {
    padding: 70px 0 40px;
  }
}

.causes-details-area {
  padding: 150px 0 391px;
}
@media only screen and (max-width: 1199px) {
  .causes-details-area {
    padding: 100px 0 230px;
  }
}
@media only screen and (max-width: 767px) {
  .causes-details-area {
    padding: 70px 0 170px;
  }
}
.causes-details-area .causes-details-column {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .causes-details-area .causes-details-column {
    display: block;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.causes-details-area .causes-details-column .causes-details-content {
  max-width: 700px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .causes-details-area .causes-details-column .causes-details-content {
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
.causes-details-area .causes-details-column .sidebar-area {
  max-width: 400px;
  width: 100%;
}

.causes-details h3 {
  font-size: 30px;
  line-height: 1.334;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .causes-details h3 {
    font-size: 22px;
  }
  .causes-details h3 br {
    display: none;
  }
}
.causes-details p {
  margin-bottom: 15px;
}
.causes-details .cause-title {
  margin-bottom: 30px;
  margin-top: 32px;
}
.causes-details .donate-info-wrp {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  margin-bottom: 34px;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .causes-details .donate-info-wrp {
    border-bottom: none;
  }
}
.causes-details .donate-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-right: 3px;
}
@media only screen and (max-width: 767px) {
  .causes-details .donate-info {
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
}
.causes-details .donate-info .info-item {
  background-color: #f7f7f7;
  font-family: "Yeseva One", cursive;
  min-width: 100px;
  padding: 7px 13px 6px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.causes-details .donate-info .info-item .info-title, .causes-details .donate-info .info-item .amount {
  display: block;
  line-height: 1;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.causes-details .donate-info .info-item .info-title {
  color: #001d23;
  font-size: 14px;
  margin-bottom: 8px;
}
.causes-details .donate-info .info-item .amount {
  color: #fc6539;
  font-size: 20px;
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 359.98px) {
  .causes-details .donate-info .info-item .amount {
    font-size: 18px;
  }
}
.causes-details .donate-info .info-item:hover {
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
}
.causes-details .donate-info .info-item:hover .info-title, .causes-details .donate-info .info-item:hover .amount {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.causes-details .progress-item {
  margin-bottom: 0;
  margin-top: 38px;
  padding-left: 5px;
}
.causes-details .progress-item .progress-line {
  background-color: #f7f7f7;
  border-radius: 0;
  height: 7px;
}
.causes-details .progress-item .progress-line .progress-bar-line {
  background-color: #fea444;
  border-radius: 0;
  overflow: visible !important;
  position: relative;
}
.causes-details .progress-item .progress-line .progress-bar-line:after {
  background-color: #fea444;
  border-radius: 50%;
  content: "";
  height: 15px;
  position: absolute;
  right: -3px;
  top: 50%;
  width: 15px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.causes-details .progress-item .progress-line .progress-bar-line span {
  color: #fc6539;
  font-family: "Yeseva One", cursive;
  font-size: 20px;
  position: absolute;
  right: -15px;
  top: -42px;
}
.causes-details .document-item {
  align-items: center;
  background-color: #fc6539;
  display: flex;
  height: 75px;
  justify-content: space-between;
  margin-bottom: 23px;
  margin-top: 10px;
  padding: 15px 30px;
  width: 100%;
}
.causes-details .document-item:hover {
  cursor: pointer;
}
.causes-details .document-item h4 {
  color: #fff;
  font-family: "Yeseva One", cursive;
  font-size: 20px;
  line-height: 1;
  margin: 0;
}

.causes-details-content .donners-info {
  margin-bottom: 30px;
  padding: 21px 0 0;
}
.causes-details-content .donners-info h3 {
  color: #001d23;
  margin-bottom: 33px;
}
.causes-details-content .donners-info .donners-item {
  display: block;
}
.causes-details-content .donners-info .donners-item .donner-item {
  background-color: transparent;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
}
.causes-details-content .donners-info .donners-item .donner-item.donner-number {
  line-height: 82px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  .causes-details-content .donners-info .donners-item .donner-item.donner-number {
    top: 4px;
  }
}
@media only screen and (max-width: 575px) {
  .causes-details-content .donners-info .donners-item .donner-item.donner-number {
    top: 3px;
  }
}
@media only screen and (max-width: 479.98px) {
  .causes-details-content .donners-info .donners-item .donner-item.donner-number {
    line-height: 60px;
    top: 1px;
  }
}

/*
-----------------------------------------------------------------------
	Events CSS
-----------------------------------------------------------------------
*/
.events-area.events-default-area {
  padding: 145px 0 120px;
}
@media only screen and (max-width: 1199px) {
  .events-area.events-default-area {
    padding: 98px 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .events-area.events-default-area {
    padding: 98px 0 187px;
  }
}
@media only screen and (max-width: 767px) {
  .events-area.events-default-area {
    padding: 78px 0 157px;
  }
}
@media only screen and (max-width: 479.98px) {
  .events-area.events-default-area {
    padding: 78px 0 50px;
  }
}
.events-area.events-default-area .section-title {
  margin-bottom: 99px;
}
@media only screen and (max-width: 1199px) {
  .events-area.events-default-area .section-title {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .events-area.events-default-area .section-title {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 479.98px) {
  .events-area.events-default-area .section-title {
    text-align: center;
  }
}
.events-area.events-default-area .section-title .title.title-style .img-shape {
  transform: translate(-82.5%, -50%);
  -webkit-transform: translate(-82.5%, -50%);
  -moz-transform: translate(-82.5%, -50%);
  -ms-transform: translate(-82.5%, -50%);
  -o-transform: translate(-82.5%, -50%);
}
@media only screen and (max-width: 1199px) {
  .events-area.events-default-area .section-title .title.title-style .img-shape {
    transform: translate(-130%, -50%);
    -webkit-transform: translate(-130%, -50%);
    -moz-transform: translate(-130%, -50%);
    -ms-transform: translate(-130%, -50%);
    -o-transform: translate(-130%, -50%);
  }
}
@media only screen and (max-width: 479.98px) {
  .events-area.events-default-area .section-title .title.title-style .img-shape {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
.events-area.events-default-area .events-content {
  padding-right: 170px;
}
@media only screen and (max-width: 1199px) {
  .events-area.events-default-area .events-content {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .events-area.events-default-area .events-content {
    padding-right: 0;
  }
}
.events-area.events-default-area .layer-style {
  margin-top: 150px;
  position: relative;
}
@media (max-width: 1699px) {
  .events-area.events-default-area .layer-style {
    left: -100px;
    margin-top: 165px;
  }
}
@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style {
    left: -40px;
    margin-top: 290px;
  }
}
@media only screen and (max-width: 991px) {
  .events-area.events-default-area .layer-style {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 479.98px) {
  .events-area.events-default-area .layer-style {
    display: none;
  }
}
.events-area.events-default-area .layer-style .thumb {
  position: relative;
}
.events-area.events-default-area .layer-style .thumb img {
  max-width: none;
}
@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style .thumb img {
    max-width: 100%;
  }
}
.events-area.events-default-area .layer-style .thumb .play-video-btn {
  left: 65%;
  position: absolute;
  top: 40.5%;
}
@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style .thumb .play-video-btn {
    left: 38%;
    top: 36%;
  }
}
.events-area.events-default-area .layer-style .shape-style1,
.events-area.events-default-area .layer-style .shape-style2,
.events-area.events-default-area .layer-style .shape-style3,
.events-area.events-default-area .layer-style .shape-style4 {
  position: absolute;
  z-index: -1;
}
.events-area.events-default-area .layer-style .shape-style1 img,
.events-area.events-default-area .layer-style .shape-style2 img,
.events-area.events-default-area .layer-style .shape-style3 img,
.events-area.events-default-area .layer-style .shape-style4 img {
  max-width: none;
}
@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style .shape-style1 img,
.events-area.events-default-area .layer-style .shape-style2 img,
.events-area.events-default-area .layer-style .shape-style3 img,
.events-area.events-default-area .layer-style .shape-style4 img {
    max-width: 100%;
  }
}
.events-area.events-default-area .layer-style .shape-style1 {
  left: 40px;
  top: -122px;
}
@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style .shape-style1 {
    top: -70px;
  }
}
.events-area.events-default-area .layer-style .shape-style2 {
  left: -59px;
  top: 0;
}
@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style .shape-style2 {
    left: -15px;
    top: 55px;
    width: 90%;
  }
}
.events-area.events-default-area .layer-style .shape-style3 {
  left: 21px;
  top: -136px;
}
@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style .shape-style3 {
    top: -80px;
  }
}
.events-area.events-default-area .layer-style .shape-style4 {
  left: -34px;
  top: 4px;
}
@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style .shape-style4 {
    left: -15px;
    top: 55px;
    width: 90%;
  }
}

.event-item {
  margin-bottom: 30px;
}
.event-item .thumb {
  min-width: 240px;
  overflow: hidden;
  position: relative;
}
.event-item .thumb .thumb-img {
  width: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.event-item .thumb .btn-theme {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.event-item .thumb .btn-theme img {
  min-width: auto;
}
.event-item .content {
  background-color: #f7f7f7;
  padding: 30px;
}
.event-item .content .event-info {
  color: #001d23;
  font-weight: 700;
  margin-bottom: 8px;
}
.event-item .content .event-info span {
  color: #fc6539;
}
.event-item .content .event-name {
  font-size: 24px;
  line-height: 1.334;
}
@media only screen and (max-width: 1199px) {
  .event-item .content .event-name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .event-item .content .event-name {
    font-size: 18px;
  }
}
.event-item .content .event-name a {
  color: #001d23;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.event-item .content .event-name a:hover {
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.event-item:hover .thumb .thumb-img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.event-item:hover .thumb .btn-theme {
  opacity: 1;
  visibility: visible;
}

.events-list .event-item {
  display: flex;
}
@media only screen and (max-width: 479.98px) {
  .events-list .event-item {
    display: block;
  }
}
.events-list .event-item .thumb img {
  min-width: 240px;
}
@media only screen and (max-width: 575px) {
  .events-list .event-item .thumb img {
    height: 100%;
  }
}
.events-list .event-item .thumb .btn-theme img {
  min-width: auto;
}
@media only screen and (max-width: 575px) {
  .events-list .event-item .thumb .btn-theme img {
    height: auto;
  }
}
.events-list .event-item .content {
  padding: 21px 30px 16px 44px;
}
@media only screen and (max-width: 1199px) {
  .events-list .event-item .content {
    padding: 25px 30px 15px 30px;
  }
}
@media only screen and (max-width: 479.98px) {
  .events-list .event-item .content {
    padding: 25px 30px 25px;
  }
}

.event-details-area {
  padding: 150px 0 390px;
}
@media only screen and (max-width: 1199px) {
  .event-details-area {
    padding: 100px 0 230px;
  }
}
@media only screen and (max-width: 767px) {
  .event-details-area {
    padding: 70px 0 210px;
  }
}
.event-details-area .event-details-column {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .event-details-area .event-details-column {
    display: block;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.event-details-area .event-details-column .event-details-content {
  max-width: 700px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .event-details-area .event-details-column .event-details-content {
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
.event-details-area .event-details-column .sidebar-area {
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 479.98px) {
  .event-details-area .brand-logo-content {
    margin: 15px 0 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.event-details h3 {
  font-size: 30px;
  line-height: 1.334;
  margin-bottom: 16px;
}
@media only screen and (max-width: 479.98px) {
  .event-details h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 359.98px) {
  .event-details h3 {
    font-size: 18px;
  }
}
.event-details p {
  margin-bottom: 15px;
}
.event-details .event-title {
  margin-bottom: 18px;
  margin-top: 32px;
}
.event-details .event-time-info {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 479.98px) {
  .event-details .event-time-info {
    display: block;
  }
}
.event-details .event-time-info .info-item {
  background-color: #f7f7f7;
  border-radius: 75px;
  display: inline-block;
  height: 200px;
  min-width: 200px;
  padding: 40px 15px 35px;
  text-align: center;
  width: 200px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .event-details .event-time-info .info-item {
    border-radius: 15px;
    height: 130px;
    min-width: 148px;
    padding: 15px 15px 35px;
    width: 148px;
  }
}
@media only screen and (max-width: 479.98px) {
  .event-details .event-time-info .info-item {
    height: auto;
    margin-bottom: 10px;
    min-width: auto;
    padding: 25px 15px;
    width: 100%;
  }
}
.event-details .event-time-info .info-item .icon {
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .event-details .event-time-info .info-item .icon {
    margin-bottom: 18px;
  }
}
.event-details .event-time-info .info-item .icon img {
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .event-details .event-time-info .info-item .icon img {
    width: 32px;
  }
}
.event-details .event-time-info .info-item h4 {
  font-size: 22px;
  margin-bottom: 0;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
@media only screen and (max-width: 767px) {
  .event-details .event-time-info .info-item h4 {
    font-size: 16px;
  }
}
.event-details .event-time-info .info-item.event-location .icon {
  margin-bottom: 21px;
}
.event-details .event-time-info .info-item:hover {
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
.event-details .event-time-info .info-item:hover .icon img {
  filter: invert(0) brightness(100);
}
.event-details .event-time-info .info-item:hover h4 {
  background: none;
  -webkit-text-fill-color: white;
}
.event-details .event-category {
  background-color: #fc6539;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  min-width: 105px;
  text-align: center;
  padding: 7.5px 3px;
  text-transform: uppercase;
}
.event-details .event-author {
  color: #595959;
  font-size: 16px;
  font-weight: 700;
}
.event-details .event-author span {
  color: #fc6539;
  font-size: 13px;
  font-weight: 400;
}
.event-details .event-category-post {
  align-items: center;
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 479.98px) {
  .event-details .event-category-post {
    display: block;
  }
}
.event-details .event-category-post .event-category {
  margin-right: 30px;
}
@media only screen and (max-width: 479.98px) {
  .event-details .event-category-post .event-category {
    margin-bottom: 13px;
  }
}
.event-details .map-content {
  height: 400px;
  margin-bottom: 32px;
  width: 100%;
}
.event-details .map-content iframe {
  height: 100%;
  width: 100%;
}
.event-details .btn-wrp {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .event-details .btn-wrp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .event-details .btn-wrp .btn-theme {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 575px) {
  .event-details .btn-wrp .btn-theme {
    margin-bottom: 10px;
  }
}
.event-details .btn-wrp .btn-theme.btn-border {
  border-color: #e6e6e6;
  color: #001d23;
  font-size: 18px;
  font-weight: 700;
  margin-left: 30px;
  padding: 18.38px 46.32px;
}
@media only screen and (max-width: 767px) {
  .event-details .btn-wrp .btn-theme.btn-border {
    margin-left: 0;
    padding: 18px 25px;
  }
}
.event-details .btn-wrp .btn-theme.btn-border .icon.icon-style {
  margin-right: 20px;
  position: relative;
  transform: none;
  right: auto;
  top: auto;
}
@media only screen and (max-width: 767px) {
  .event-details .btn-wrp .btn-theme.btn-border .icon.icon-style {
    margin-right: 12px;
  }
}
.event-details .btn-wrp .btn-theme.btn-border:hover {
  background-color: transparent;
  border-color: #001d23;
}

.btn-play {
  display: inline-block;
}
.btn-play .icon {
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
.btn-play.wave-btn {
  position: relative;
}
.btn-play.wave-btn span {
  background: #f6dec9;
  border-radius: 50%;
  height: 200px;
  left: -50px;
  position: absolute;
  top: -50px;
  width: 200px;
}
.btn-play.wave-btn span:nth-child(1) {
  background: #fc6539;
  animation: wave-button 2s infinite 0.1s linear backwards;
}
.btn-play.wave-btn span:nth-child(2) {
  background: #fea444;
  animation: wave-button 3s infinite 0.5s linear backwards;
}
.btn-play.wave-btn span:nth-child(3) {
  animation: wave-button 4s infinite 1s linear backwards;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

@keyframes wave-button {
  0% {
    opacity: 1;
    transform: scale(0.3);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.6);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/*
-----------------------------------------------------------------------
	Gallery CSS
-----------------------------------------------------------------------
*/
.gallery-item .thumb {
  position: relative;
}
.gallery-item .thumb img {
  width: 100%;
}
.gallery-item .thumb .overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.gallery-item .thumb .overlay i {
  color: #fff;
  font-size: 36px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.gallery-item:hover .thumb .overlay {
  opacity: 1;
  visibility: visible;
}

/*
-----------------------------------------------------------------------
	Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-area.testimonial-default-area {
  padding: 150px 0 148px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-default-area {
    padding: 100px 0 98px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-default-area {
    padding: 80px 0 78px;
  }
}
.testimonial-area.testimonial-default-area .title-wrp {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  left: 0;
  min-height: 530px;
  padding-left: 70px;
  padding-right: 7%;
  position: absolute;
  width: calc(50% - 185px);
}
@media (max-width: 1599px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    padding-right: 4%;
    width: calc(50% - 155px);
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    padding-left: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    left: calc(0% - 30px);
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    justify-content: flex-start;
    left: auto;
    margin-bottom: 70px;
    min-height: auto;
    padding: 40px 0 5px 35px;
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 479.98px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    text-align: center;
  }
}
.testimonial-area.testimonial-default-area .title-wrp:after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.602;
  position: absolute;
  top: 0;
  width: 100%;
  background: #FEA444;
  background-image: -ms-linear-gradient(-30deg, #fc6539 0%, #fea444 100%);
  background: linear-gradient(-30deg, #fc6539 0%, #fea444 100%);
}
.testimonial-area.testimonial-default-area .title-wrp .section-title {
  margin-bottom: 33px;
  max-width: 505px;
  position: relative;
  z-index: 1;
}
.testimonial-area.testimonial-default-area .title-wrp .section-title .title {
  margin-bottom: 0;
  text-shadow: 3px 3px 0 rgba(0, 29, 35, 0.45);
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-default-area .title-wrp .section-title .title.title-style {
    margin-top: 10px;
  }
}
.testimonial-area.testimonial-default-area .title-wrp .section-title .title.title-style .img-shape {
  transform: translate(-21.5%, -50%);
  -webkit-transform: translate(-21.5%, -50%);
  -moz-transform: translate(-21.5%, -50%);
  -ms-transform: translate(-21.5%, -50%);
  -o-transform: translate(-21.5%, -50%);
}
@media only screen and (max-width: 1399px) {
  .testimonial-area.testimonial-default-area .title-wrp .section-title .title.title-style .img-shape {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
.testimonial-area.testimonial-default-area .testimonial-content {
  padding-right: 70px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-default-area .testimonial-content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 479.98px) {
  .testimonial-single {
    text-align: center;
  }
}
.testimonial-single .client-thumb-wrp {
  margin-bottom: 39px;
  position: relative;
  z-index: 1;
}
.testimonial-single .client-thumb-wrp .quote-icon {
  font-size: 280px;
  font-family: "Yeseva One", cursive;
  left: 98px;
  line-height: 212px;
  position: absolute;
  top: 24px;
  z-index: -1;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-thumb-wrp .quote-icon {
    left: auto;
    right: 80px;
  }
}
.testimonial-single .client-thumb {
  background-color: #13373e;
  border-radius: 50%;
  height: 129px;
  padding: 4px;
  width: 129px;
}
@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-thumb {
    margin: 0 auto;
  }
}
.testimonial-single .client-thumb img {
  border-radius: 50%;
}
.testimonial-single .client-content {
  margin-bottom: 38px;
  position: relative;
}
.testimonial-single .client-content p {
  color: #c2c2c2;
  font-size: 20px;
  font-family: "Yeseva One", cursive;
  line-height: 1.6;
}
@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-content p {
    font-size: 20px;
  }
}
.testimonial-single .client-content .quote-icon {
  position: absolute;
  right: 111px;
  top: 18px;
}
.testimonial-single .client-info .shape-line-img {
  margin-bottom: 31px;
  width: auto;
}
.testimonial-single .client-info .name {
  color: #fff;
  font-size: 27px;
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  .testimonial-single .client-info .name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-info .name {
    margin-bottom: 15px;
  }
}
.testimonial-single .client-info .designation {
  color: #fc6539;
  font-family: "Yeseva One", cursive;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.testimonial-slider-container {
  overflow: visible;
}
.testimonial-slider-container .navigation-wrp {
  background-color: #192a2d;
  height: 135px;
  left: calc(121% + 1px);
  padding-left: 52px;
  position: absolute;
  top: calc(50% - 69px);
  width: 4000px;
}
@media (max-width: 1599px) {
  .testimonial-slider-container .navigation-wrp {
    left: calc(109% + 1px);
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-slider-container .navigation-wrp {
    bottom: 2px;
    left: calc(65% + 1px);
    top: auto;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-slider-container .navigation-wrp {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-slider-container .navigation-wrp {
    height: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-slider-container .navigation-wrp {
    left: calc(48% + 1px);
  }
}
@media only screen and (max-width: 479.98px) {
  .testimonial-slider-container .navigation-wrp {
    display: none;
  }
}
.testimonial-slider-container .swiper-button-next,
.testimonial-slider-container .swiper-button-prev {
  border: 2px solid #283e42;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  height: 60px;
  left: auto;
  line-height: 52px;
  position: relative;
  right: auto;
  text-align: center;
  top: calc(50% - 8px);
  width: 60px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.testimonial-slider-container .swiper-button-next:after,
.testimonial-slider-container .swiper-button-prev:after {
  display: none;
}
.testimonial-slider-container .swiper-button-next:hover,
.testimonial-slider-container .swiper-button-prev:hover {
  background-color: #283e42;
}
.testimonial-slider-container .swiper-button-next .icon-img,
.testimonial-slider-container .swiper-button-prev .icon-img {
  max-width: none;
  width: auto;
}
.testimonial-slider-container .swiper-button-next {
  margin-left: 17px;
}

/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-area.brand-logo-default-area {
  padding: 109px 0 339px;
}
@media only screen and (max-width: 1199px) {
  .brand-logo-area.brand-logo-default-area {
    padding: 100px 0 185px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-default-area {
    padding: 75px 15px 167px;
  }
}
.brand-logo-area.brand-logo-default-area .section-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-default-area .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-logo-area.brand-logo-default-area .section-title {
    margin: 0 auto 60px;
    max-width: 260px;
  }
}
.brand-logo-area.brand-logo-default-area .section-title .title.title-style .img-shape {
  transform: translate(-60%, -47%);
  -webkit-transform: translate(-60%, -47%);
  -moz-transform: translate(-60%, -47%);
  -ms-transform: translate(-60%, -47%);
  -o-transform: translate(-60%, -47%);
}
@media only screen and (max-width: 991px) {
  .brand-logo-area.brand-logo-default-area .section-title .title.title-style .img-shape {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
.brand-logo-area.brand-logo-default-area .section-title .btn-theme.btn-border {
  padding: 19.5px 60px 19.5px 36px;
}
@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-default-area .section-title .btn-theme.btn-border {
    padding: 13px 50px 13px 20px;
  }
}
.brand-logo-area.brand-logo-default-area .section-title .btn-theme.btn-border .icon {
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-default-area .section-title .btn-theme.btn-border .icon {
    right: 20px;
  }
}
.brand-logo-area.brand-logo-default-area .brand-logo-content {
  margin: 16px -27px 0;
}
.brand-logo-area.brand-logo-default-area .brand-logo-content .brand-logo-item {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 49px;
  min-height: 79px;
  text-align: center;
}

.brand-logo-item img {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.brand-logo-item:hover img {
  opacity: 0.7;
}

.brand-logo-slider-container {
  padding-left: 20px;
}
.brand-logo-slider-container .brand-logo-slider .brand-logo-item {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 96px;
}

/*
-----------------------------------------------------------------------
    Funfact CSS
-----------------------------------------------------------------------
*/
.funfact-area.funfact-default-area {
  background-color: #f7f7f7;
}
.funfact-area.funfact-default-area .container {
  max-width: 1310px;
}

.funfact-items-style1 .funfact-item {
  border-left: 1px solid #eaecec;
  padding: 140px 0 143px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .funfact-items-style1 .funfact-item {
    padding: 100px 0 95px;
  }
}
@media only screen and (max-width: 991px) {
  .funfact-items-style1 .funfact-item {
    padding: 90px 0 93px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-items-style1 .funfact-item {
    border-bottom: 1px solid #eaecec;
    padding: 60px 0 63px;
  }
}
@media only screen and (max-width: 575px) {
  .funfact-items-style1 .funfact-item {
    border-left: none;
    border-bottom: 1px solid #eaecec;
  }
}
.funfact-items-style1 .funfact-item .inner-content {
  display: flex;
  padding-left: 110px;
}
@media only screen and (max-width: 1399px) {
  .funfact-items-style1 .funfact-item .inner-content {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .funfact-items-style1 .funfact-item .inner-content {
    padding-left: 0;
    justify-content: center;
  }
}
.funfact-items-style1 .funfact-item .icon-box {
  margin: 39px 44px 0 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .funfact-items-style1 .funfact-item .icon-box {
    margin: 34px 35px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-items-style1 .funfact-item .icon-box {
    margin: 24px 55px 0 0;
  }
}
.funfact-items-style1 .funfact-item .icon-box .icon {
  max-width: none;
  min-width: 66px;
}
@media only screen and (max-width: 991px) {
  .funfact-items-style1 .funfact-item .icon-box .icon {
    min-width: auto;
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-items-style1 .funfact-item .icon-box .icon {
    width: 45px;
  }
}
.funfact-items-style1 .funfact-item .icon-box .shape-img {
  left: -38px;
  max-width: none;
  position: absolute;
  top: -48px;
}
@media only screen and (max-width: 991px) {
  .funfact-items-style1 .funfact-item .icon-box .shape-img {
    left: 0;
    top: -30px;
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-items-style1 .funfact-item .icon-box .shape-img {
    top: -36px;
    width: 80px;
  }
}
.funfact-items-style1 .funfact-item .number h2 {
  font-size: 55px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1399px) {
  .funfact-items-style1 .funfact-item .number h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1199px) {
  .funfact-items-style1 .funfact-item .number h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-items-style1 .funfact-item .number h2 {
    font-size: 30px;
  }
}
.funfact-items-style1 .funfact-item .line-shape {
  margin-bottom: 16px;
  margin-left: 2px;
}
.funfact-items-style1 .funfact-item .title {
  color: #969696;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-left: 2px;
  text-transform: uppercase;
}
.funfact-items-style1 .funfact-item:last-child {
  border-right: 1px solid #eaecec;
}

/*
-----------------------------------------------------------------------
    Donate CSS
-----------------------------------------------------------------------
*/
.donate-area.donate-default-area {
  overflow: hidden;
  padding: 105px 0 104px;
}
@media only screen and (max-width: 1199px) {
  .donate-area.donate-default-area {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .donate-area.donate-default-area {
    padding: 80px 0;
  }
}
.donate-area.donate-default-area .section-title {
  margin-bottom: 90px;
  margin-top: 73px;
}
@media only screen and (max-width: 991px) {
  .donate-area.donate-default-area .section-title {
    margin-bottom: 70px;
    margin-top: 0;
    text-align: center;
  }
}
.donate-area.donate-default-area .section-title .title.title-style .img-shape {
  transform: translate(-60%, -47%);
  -webkit-transform: translate(-60%, -47%);
  -moz-transform: translate(-60%, -47%);
  -ms-transform: translate(-60%, -47%);
  -o-transform: translate(-60%, -47%);
}
@media only screen and (max-width: 1199px) {
  .donate-area.donate-default-area .section-title .title.title-style .img-shape {
    transform: translate(-80%, -50%);
    -webkit-transform: translate(-80%, -50%);
    -moz-transform: translate(-80%, -50%);
    -ms-transform: translate(-80%, -50%);
    -o-transform: translate(-80%, -50%);
  }
}
@media only screen and (max-width: 991px) {
  .donate-area.donate-default-area .section-title .title.title-style .img-shape {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
.donate-area.donate-default-area .donate-form {
  position: relative;
  z-index: 0;
}
.donate-area.donate-default-area .donate-form:before {
  background-color: #08242a;
  border-radius: 50%;
  content: "";
  height: 724px;
  left: -512px;
  position: absolute;
  top: -236px;
  width: 724px;
  z-index: -1;
}

.donate-form form .amount-info {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .donate-form form .amount-info {
    justify-content: center;
  }
}
@media only screen and (max-width: 479.98px) {
  .donate-form form .amount-info {
    display: block;
  }
}
.donate-form form .amount-info .donate-amount {
  border: 2px solid #203438;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 58px;
  line-height: 58px;
  margin-right: 20px;
  min-width: 95px;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .donate-form form .amount-info .donate-amount {
    min-width: 80px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 479.98px) {
  .donate-form form .amount-info .donate-amount {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.donate-form form .amount-info .donate-amount:hover, .donate-form form .amount-info .donate-amount.active {
  border-color: #fc6539;
  cursor: pointer;
}
.donate-form form .amount-info .donate-amount.donate-custom-amount {
  max-width: 180px;
  min-width: 180px;
  margin-right: 0;
}
@media only screen and (max-width: 479.98px) {
  .donate-form form .amount-info .donate-amount.donate-custom-amount {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
}
.donate-form form .amount-info .donate-amount.donate-custom-amount .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 58px;
  padding: 2px 0px;
  text-align: center;
}
.donate-form form .amount-info .donate-amount.donate-custom-amount .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.donate-form form .amount-info .donate-amount.donate-custom-amount .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.donate-form form .amount-info .donate-amount.donate-custom-amount .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.donate-form form .amount-info .donate-amount.donate-custom-amount .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.donate-form form .btn-gradient.btn-border {
  border-color: #203438;
}
.donate-form form .btn-gradient.btn-border:after {
  border: 1px solid #203438;
  border-radius: 32.5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.donate-form form .btn-gradient.btn-border:hover {
  border-color: #fea444;
}
.donate-form form .btn-gradient.btn-border:hover:after {
  border: none;
}
.donate-form form .btn-wrp {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .donate-form form .btn-wrp {
    justify-content: center;
  }
}
@media only screen and (max-width: 479.98px) {
  .donate-form form .btn-wrp {
    display: block;
    text-align: center;
  }
}
.donate-form form .btn-wrp .btn-theme {
  margin-left: 20px;
}
@media only screen and (max-width: 479.98px) {
  .donate-form form .btn-wrp .btn-theme {
    margin-left: 0;
    text-align: left;
    vertical-align: middle;
  }
}
.donate-form form .btn-wrp .btn-theme:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 479.98px) {
  .donate-form form .btn-wrp .btn-theme:first-child {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 443.98px) {
  .donate-form form .btn-wrp .btn-theme:first-child {
    margin-bottom: 15px;
  }
}

.donners-content .thumb-bg-layer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 336px;
  position: absolute;
  right: 0;
  width: calc(50% - 215px);
}
@media only screen and (max-width: 1399px) {
  .donners-content .thumb-bg-layer {
    min-height: 300px;
    width: calc(50% - 115px);
  }
}
@media only screen and (max-width: 1199px) {
  .donners-content .thumb-bg-layer {
    min-height: 240px;
    width: calc(50% - 96px);
  }
}
@media only screen and (max-width: 991px) {
  .donners-content .thumb-bg-layer {
    margin-top: 70px;
    min-height: 300px;
    position: relative;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .donners-content .thumb-bg-layer {
    min-height: 240px;
  }
}
.donners-content .donners-info {
  padding-top: 400px;
}
@media only screen and (max-width: 1399px) {
  .donners-content .donners-info {
    padding-top: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .donners-content .donners-info {
    padding-top: 290px;
  }
}
@media only screen and (max-width: 991px) {
  .donners-content .donners-info {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .donners-info {
    text-align: center;
  }
}
.donners-info h3 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991px) {
  .donners-info h3 {
    font-size: 30px;
  }
}
.donners-info p {
  color: #838383;
  margin-bottom: 32px;
  margin-right: -125px;
}
@media (max-width: 1499px) {
  .donners-info p {
    margin-right: 0;
  }
}
.donners-info .donners-item {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .donners-info .donners-item {
    justify-content: center;
  }
}
.donners-info .donners-item .donner-item {
  background-color: #13373e;
  border-radius: 50%;
  height: 80px;
  margin-right: 16px;
  padding: 4px;
  width: 80px;
}
@media only screen and (max-width: 479.98px) {
  .donners-info .donners-item .donner-item {
    width: 60px;
    height: 60px;
  }
}
.donners-info .donners-item .donner-item:last-child {
  margin-right: 0;
}
.donners-info .donners-item .donner-item img {
  border-radius: 50%;
}
.donners-info .donners-item .donner-item.donner-number {
  color: #fff;
  font-size: 20px;
  font-family: "Yeseva One", cursive;
  line-height: 74px;
  text-align: center;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
@media only screen and (max-width: 479.98px) {
  .donners-info .donners-item .donner-item.donner-number {
    line-height: 55px;
    font-size: 14px;
  }
}

/*
-----------------------------------------------------------------------
  Icon Box CSS
-----------------------------------------------------------------------
*/
.icon-box-style1 .icon-box-item {
  background-color: #fc6539;
  padding: 52px 47px 44px 58px;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item {
    padding: 45px 25px;
  }
}
.icon-box-style1 .icon-box-item .icon-box-top {
  display: flex;
  margin-bottom: 33px;
  padding-left: 22px;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item .icon-box-top {
    margin-bottom: 5px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 359.98px) {
  .icon-box-style1 .icon-box-item .icon-box-top {
    padding-right: 0;
  }
}
.icon-box-style1 .icon-box-item .icon-box {
  margin-right: 11px;
  min-height: 89px;
  min-width: 87px;
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item .icon-box {
    margin-right: 10px;
    min-height: 78px;
    min-width: 50px;
  }
}
.icon-box-style1 .icon-box-item .icon-box:after {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
  height: 83px;
  left: -27px;
  position: absolute;
  top: -15px;
  width: 83px;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item .icon-box:after {
    height: 58px;
    left: -22px;
    width: 58px;
  }
}
.icon-box-style1 .icon-box-item .icon-box .icon-img {
  min-width: 76px;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item .icon-box .icon-img {
    min-width: auto;
    width: 40px;
  }
}
.icon-box-style1 .icon-box-item .title {
  color: #fff;
  font-size: 38px;
  line-height: 1.185;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .icon-box-style1 .icon-box-item .title {
    padding-top: 6px;
  }
}
.icon-box-style1 .icon-box-item .content .separator-line {
  margin-bottom: 27px;
}
.icon-box-style1 .icon-box-item .content .separator-line img {
  max-width: none;
}
.icon-box-style1 .icon-box-item .content p {
  color: #feece7;
  line-height: 1.667;
  margin-bottom: 32px;
}
.icon-box-style1 .icon-box-item .content .btn-theme.btn-white {
  background-color: transparent;
  border-color: #fff;
}
.icon-box-style1 .icon-box-item .content .btn-theme.btn-white:hover {
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
.icon-box-style1 .icon-box-item.item-two {
  background-color: #001d23;
}
.icon-box-style1 .icon-box-item.item-two .icon-box-top {
  left: -7px;
  position: relative;
}
.icon-box-style1 .icon-box-item.item-two .icon-box {
  margin-right: 18px;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item.item-two .icon-box {
    margin-right: 10px;
  }
}
.icon-box-style1 .icon-box-item.item-two .icon-box .icon-img {
  min-width: 87px;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item.item-two .icon-box .icon-img {
    min-width: auto;
    width: 45px;
  }
}
.icon-box-style1 .icon-box-item.item-three {
  background-color: #fea444;
}
.icon-box-style1 .icon-box-item.item-three .icon-box-top {
  left: -6px;
  position: relative;
}
.icon-box-style1 .icon-box-item.item-three .icon-box {
  margin-right: 17px;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item.item-three .icon-box {
    margin-right: 10px;
  }
}
.icon-box-style1 .icon-box-item.item-three .icon-box .icon-img {
  min-width: 83px;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item.item-three .icon-box .icon-img {
    min-width: auto;
    width: 45px;
  }
}

/*
-----------------------------------------------------------------------
	Form CSS
-----------------------------------------------------------------------
*/
.donation-form {
  padding: 75px 85px 78px 86px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .donation-form {
    padding: 55px 35px 58px;
  }
}
@media only screen and (max-width: 479.98px) {
  .donation-form {
    padding: 55px 15px 50px;
  }
}
.donation-form .section-title {
  margin-bottom: 40px;
}
.donation-form .section-title .title {
  font-size: 50px;
}
@media only screen and (max-width: 575px) {
  .donation-form .section-title .title {
    font-size: 30px;
  }
}
.donation-form .section-title .line-shape {
  margin-top: 16px;
}
.donation-form form .amount-info {
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .donation-form form .amount-info {
    display: block;
  }
}
.donation-form form .amount-info .donate-amount {
  background-color: #001d23;
  border: 2px solid #203438;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 58px;
  line-height: 58px;
  margin-right: 20px;
  min-width: 95px;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .donation-form form .amount-info .donate-amount {
    min-width: 68px;
  }
}
@media only screen and (max-width: 575px) {
  .donation-form form .amount-info .donate-amount {
    margin-bottom: 7px;
    min-width: auto;
    width: 100%;
  }
}
.donation-form form .amount-info .donate-amount:hover, .donation-form form .amount-info .donate-amount.active {
  border-color: #fc6539;
  cursor: pointer;
}
.donation-form form .amount-info .donate-amount.donate-custom-amount {
  max-width: 180px;
  min-width: 180px;
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .donation-form form .amount-info .donate-amount.donate-custom-amount {
    min-width: auto;
    max-width: none;
  }
}
.donation-form form .amount-info .donate-amount.donate-custom-amount .form-control {
  background-color: #001d23;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
  padding: 2px 0px;
  text-align: center;
}
.donation-form form .amount-info .donate-amount.donate-custom-amount .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.donation-form form .amount-info .donate-amount.donate-custom-amount .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.donation-form form .amount-info .donate-amount.donate-custom-amount .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.donation-form form .amount-info .donate-amount.donate-custom-amount .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.donation-form form .payment-method-wrp {
  margin-bottom: 38px;
}
.donation-form form .payment-method-wrp h4 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 21px;
}
.donation-form form .payment-method-wrp .payment-method {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .donation-form form .payment-method-wrp .payment-method {
    display: block;
  }
}
.donation-form form .payment-method-wrp .payment-method .payment-type {
  min-width: 223px;
}
.donation-form form .payment-method-wrp .payment-method .payment-type .form-check {
  margin-right: 27px;
}
@media only screen and (max-width: 767px) {
  .donation-form form .payment-method-wrp .payment-method .payment-type .form-check {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.donation-form form .payment-method-wrp .payment-method .payment-type .form-check .form-check-input {
  background-color: #fff;
  border: 6px solid #06323b;
  box-shadow: none;
  border-radius: 50%;
  height: 21px;
  margin-right: 12px;
  width: 21px;
  position: relative;
}
.donation-form form .payment-method-wrp .payment-method .payment-type .form-check .form-check-input:checked[type=radio] {
  background-image: none;
  background-color: #fc6539;
}
.donation-form form .payment-method-wrp .payment-method .payment-type .form-check .form-check-label {
  color: #8a8d8e;
  font-size: 16px;
}
.donation-form form .payment-method-wrp .payment-method .payment-type .form-check .form-check-label:hover {
  cursor: pointer;
}
.donation-form form .payment-method-wrp .payment-method .payment-type .form-check:last-child {
  margin-right: 0;
}
.donation-form form .personal-info {
  margin-bottom: 40px;
}
.donation-form form .personal-info h4 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
}
.donation-form form .personal-info .form-group {
  margin-bottom: 20px;
}
.donation-form form .personal-info .form-group .form-control {
  background-color: #001d23;
  border: 2px solid #203438;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 55px;
  padding: 15px 20px;
}
.donation-form form .personal-info .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #737f82;
  font-size: 15px;
  font-weight: 400;
}
.donation-form form .personal-info .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #737f82;
  font-size: 15px;
  font-weight: 400;
}
.donation-form form .personal-info .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #737f82;
  font-size: 15px;
  font-weight: 400;
}
.donation-form form .personal-info .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #737f82;
  font-size: 15px;
  font-weight: 400;
}
.donation-form form .personal-info .form-group .form-control.textarea {
  min-height: 140px;
}
.donation-form form .btn-gradient.btn-border {
  border-color: #203438;
  font-size: 18px;
  font-weight: 700;
  min-width: 300px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .donation-form form .btn-gradient.btn-border {
    font-size: 17px;
    min-width: 230px;
  }
}
@media only screen and (max-width: 575px) {
  .donation-form form .btn-gradient.btn-border {
    font-size: 14px;
    min-width: 150px;
    padding: 17px 25px;
  }
}
.donation-form form .btn-gradient.btn-border:hover {
  border-color: #fea444;
}
.donation-form form .btn-wrp {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .donation-form form .btn-wrp {
    display: block;
  }
}
.donation-form form .btn-wrp .btn-theme {
  margin-left: 20px;
}
@media only screen and (max-width: 575px) {
  .donation-form form .btn-wrp .btn-theme {
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 479.98px) {
  .donation-form form .btn-wrp .btn-theme {
    margin-bottom: 8px;
  }
}
.donation-form form .btn-wrp .btn-theme:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .donation-form form .btn-wrp .btn-theme:first-child {
    min-width: 150px;
    padding: 17px 25px;
    text-align: center;
  }
  .donation-form form .btn-wrp .btn-theme:first-child img {
    display: none;
  }
}
.donation-form .layer-style .layer-style1 {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}
.donation-form .layer-style .layer-style2 {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: -1;
}

.volunteer-form {
  background-color: #f7f7f7;
  padding: 146px 100px 150px;
}
@media only screen and (max-width: 1199px) {
  .volunteer-form {
    padding: 95px 50px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .volunteer-form {
    padding: 70px 25px;
  }
}
@media only screen and (max-width: 479.98px) {
  .volunteer-form {
    padding: 70px 15px;
  }
}
.volunteer-form .section-title {
  margin-bottom: 44px;
}
.volunteer-form .section-title .title {
  margin-bottom: 17px;
  padding-right: 110px;
}
@media only screen and (max-width: 991px) {
  .volunteer-form .section-title .title {
    padding-right: 0;
  }
}
.volunteer-form .section-title .title span {
  background: none;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #939697;
  -webkit-text-fill-color: unset;
}
.volunteer-form .volunteer-form-wrapper .form-group {
  margin-bottom: 20px;
}
.volunteer-form .volunteer-form-wrapper .form-group .form-control {
  background-color: transparent;
  border: 2px solid #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  color: #001d23;
  height: 55px;
  padding: 20px 20px;
}
.volunteer-form .volunteer-form-wrapper .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #737f82;
}
.volunteer-form .volunteer-form-wrapper .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #737f82;
}
.volunteer-form .volunteer-form-wrapper .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #737f82;
}
.volunteer-form .volunteer-form-wrapper .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #737f82;
}
.volunteer-form .volunteer-form-wrapper .form-group .form-control:focus {
  border-color: #001d23;
}
.volunteer-form .volunteer-form-wrapper .form-group .form-control.textarea {
  margin-bottom: 39px;
  min-height: 215px;
}

.contact-form .contact-form-wrapper .form-group {
  margin-bottom: 20px;
}
.contact-form .contact-form-wrapper .form-group .form-control {
  background-color: transparent;
  border: 2px solid #d7d7d7;
  border-radius: 0;
  color: #001d23;
  font-size: 15px;
  height: 55px;
  padding: 14px 20px;
}
.contact-form .contact-form-wrapper .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #737f82;
  font-size: 15px;
}
.contact-form .contact-form-wrapper .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #737f82;
  font-size: 15px;
}
.contact-form .contact-form-wrapper .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #737f82;
  font-size: 15px;
}
.contact-form .contact-form-wrapper .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #737f82;
  font-size: 15px;
}
.contact-form .contact-form-wrapper .form-group .form-control:focus {
  border-color: #001d23;
  box-shadow: none;
  outline: none;
}
.contact-form .contact-form-wrapper .form-group .form-control.textarea {
  min-height: 215px;
}
.contact-form .contact-form-wrapper .form-group .btn-theme {
  margin-top: 39px;
}

.comment-form .comment-form-content .form-group {
  margin-bottom: 21px;
  position: relative;
  z-index: 1;
}
.comment-form .comment-form-content .form-group .form-control {
  background-color: transparent;
  border: 2px solid #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  color: #001d23;
  font-size: 15px;
  height: 55px;
  padding: 10px 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.comment-form .comment-form-content .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #737f82;
  font-size: 15px;
}
.comment-form .comment-form-content .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #737f82;
  font-size: 15px;
}
.comment-form .comment-form-content .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #737f82;
  font-size: 15px;
}
.comment-form .comment-form-content .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #737f82;
  font-size: 15px;
}
.comment-form .comment-form-content .form-group .form-control:focus {
  border-bottom-color: #fc6539;
}
.comment-form .comment-form-content .form-group .form-control.textarea {
  height: 215px;
}

.form-message {
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.form-message button.btn-close {
  border: none;
  box-shadow: none;
  background-color: transparent;
  float: right;
  font-size: 14px;
  margin-top: 0;
  text-indent: 1000px;
}

.form-control:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
  opacity: 0;
}
.form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
  opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
  opacity: 0;
}
.form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
  opacity: 0;
}

/*
-----------------------------------------------------------------------
	Blog CSS
-----------------------------------------------------------------------
*/
.blog-area.blog-default-area {
  padding: 145px 0 120px;
}
@media only screen and (max-width: 1199px) {
  .blog-area.blog-default-area {
    padding: 97px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area.blog-default-area {
    padding: 85px 0 70px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-area.blog-default-area {
    padding: 75px 0 70px;
  }
}
.blog-area.blog-default-area .section-title {
  margin-bottom: 123px;
}
@media only screen and (max-width: 1399px) {
  .blog-area.blog-default-area .section-title {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area.blog-default-area .section-title {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-area.blog-default-area .section-title {
    max-width: 400px;
    margin: 0 auto 65px;
  }
}

.post-item {
  margin-bottom: 30px;
  position: relative;
}
.post-item .thumb {
  overflow: hidden;
  position: relative;
}
.post-item .thumb > a {
  display: block;
  position: relative;
}
.post-item .thumb img {
  width: 100%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.post-item .thumb .meta-date {
  align-items: center;
  background-color: #fc6539;
  display: flex;
  height: 92px;
  justify-content: center;
  left: 35px;
  padding-top: 8px;
  line-height: 23px;
  position: absolute;
  text-align: center;
  top: 25px;
  width: 92px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .post-item .thumb .meta-date {
    left: 15px;
    top: 15px;
  }
}
.post-item .thumb .meta-date a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: block;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.post-item .thumb .meta-date a span {
  display: block;
  font-family: "Yeseva One", cursive;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 3px;
}
.post-item .thumb .shape-line {
  border: 2px solid #fff;
  height: 92px;
  left: 45px;
  position: absolute;
  top: 35px;
  width: 92px;
}
@media only screen and (max-width: 1199px) {
  .post-item .thumb .shape-line {
    left: 25px;
    top: 25px;
  }
}
.post-item .thumb .btn-play.play-video-popup {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.post-item .thumb .btn-play.play-video-popup .icon {
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
@media only screen and (max-width: 479.98px) {
  .post-item .thumb .btn-play.play-video-popup .icon {
    height: 45px;
    line-height: 45px;
    width: 45px;
  }
}
.post-item .thumb .btn-play.play-video-popup .icon img {
  max-width: none;
  transform: none;
  width: auto;
}
.post-item .thumb .btn-play.play-video-popup .icon:after {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  content: "";
  height: 140px;
  left: -20px;
  position: absolute;
  top: -20px;
  width: 140px;
  z-index: -1;
}
@media only screen and (max-width: 479.98px) {
  .post-item .thumb .btn-play.play-video-popup .icon:after {
    display: none;
  }
}
.post-item .content {
  background-color: #f7f7f7;

  left: 35px;
  overflow: hidden;
  padding-bottom: 1px;
  position: absolute;
  right: 35px;
  z-index: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .post-item .content {
    left: 15px;
    right: 15px;
  }
}
.post-item .content .inner-content {
  background-color: #f7f7f7;
  padding: 29px 34px 24px;
}
@media only screen and (max-width: 1199px) {
  .post-item .content .inner-content {
    padding: 22px 20px 25px;
  }
}
.post-item .content .meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.post-item .content .meta .post-category {
  background-color: #e6e6e6;
  color: #fc6539;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  min-width: 105px;
  padding: 2.5px 11px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.post-item .content .meta .post-category:hover {
  background-color: #fc6539;
  color: #fff;
}
.post-item .content .meta .post-share {
  font-size: 18px;
  position: relative;
}
.post-item .content .meta .post-share .icon-share {
  color: #aba5a5;
}
.post-item .content .meta .post-share .icon-share img {
  filter: contrast(0.01);
  max-width: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.post-item .content .meta .post-share ul {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
  display: flex;
  margin: 0;
  opacity: 0;
  padding: 8px 3px 8px 17px;
  position: absolute;
  right: 0;
  top: 35px;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.post-item .content .meta .post-share ul:before {
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
  top: -33px;
  z-index: -1;
}
.post-item .content .meta .post-share ul:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 9px;
  box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
  content: "";
  position: absolute;
  right: 6px;
  top: -8px;
  transform: rotate(45deg);
}
.post-item .content .meta .post-share ul li {
  margin-right: 13px;
  line-height: 1;
}
.post-item .content .meta .post-share ul li a {
  color: #000;
  font-size: 12px;
}
.post-item .content .meta .post-share ul li a.color-facebook {
  color: #425a99;
}
.post-item .content .meta .post-share ul li a.color-twitter {
  color: #67acec;
}
.post-item .content .meta .post-share ul li a.color-dribbble {
  color: #e93b88;
}
.post-item .content .meta .post-share ul li a.color-pinterest {
  color: #b51122;
}
.post-item .content .meta .post-share:hover .icon-share img {
  filter: contrast(1);
}
.post-item .content .meta .post-share:hover ul {
  opacity: 1;
  visibility: visible;
}
.post-item .content .title {
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .post-item .content .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .post-item .content .title {
    font-size: 22px;
  }
}
.post-item .content .title a {
  color: #001d23;
}
.post-item .content .title a:hover {
  color: #fc6539;
}
.post-item .content p {
  margin: 5px 0 0;
}
@media only screen and (max-width: 1199px) {
  .post-item .content p {
    font-size: 13px;
  }
  .post-item .content p br {
    display: none;
  }
}
.post-item .content .post-footer {
  align-items: center;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  margin-bottom: -71px;
  opacity: 1;
  padding: 1px 34px 32px;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .post-item .content .post-footer {
    padding: 1px 20px 25px;
  }
}
.post-item .content .post-author {
  color: #001d23;
  font-weight: 700;
}
.post-item:hover .thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.post-item:hover .content .post-footer {
  margin-bottom: 0;
  opacity: 1;
  padding-top: 0;
  visibility: visible;
}

.post-items-style2 .post-item {
  background-color: #f7f7f7;
  margin-bottom: 50px;
}
.post-items-style2 .post-item .thumb img {
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.post-items-style2 .post-item .thumb .meta-date {
  bottom: 40px;
  left: 40px;
  top: auto;
}
@media only screen and (max-width: 479.98px) {
  .post-items-style2 .post-item .thumb .meta-date {
    left: 15px;
  }
}
.post-items-style2 .post-item .thumb .shape-line {
  bottom: 30px;
  left: 50px;
  top: auto;
}
@media only screen and (max-width: 479.98px) {
  .post-items-style2 .post-item .thumb .shape-line {
    left: 25px;
  }
}
.post-items-style2 .post-item .content {
  background-color: #f7f7f7;
  bottom: auto;
  left: auto;
  padding: 0;
  position: relative;
  right: auto;
  top: auto;
}
.post-items-style2 .post-item .content .inner-content {
  padding: 44px 40px 43px;
}
@media only screen and (max-width: 479.98px) {
  .post-items-style2 .post-item .content .inner-content {
    padding: 40px 15px;
  }
}
.post-items-style2 .post-item .content .meta {
  justify-content: start;
  margin-bottom: 21px;
}
@media only screen and (max-width: 479.98px) {
  .post-items-style2 .post-item .content .meta {
    display: block;
  }
}
.post-items-style2 .post-item .content .meta .post-category {
  background-color: #fc6539;
  color: #fff;
  margin-right: 28px;
}
@media only screen and (max-width: 479.98px) {
  .post-items-style2 .post-item .content .meta .post-category {
    display: inline-block;
    margin-bottom: 13px;
  }
}
.post-items-style2 .post-item .content .meta .post-category:hover {
  background-color: #fea444;
}
.post-items-style2 .post-item .content .meta .post-author {
  color: #595959;
  display: inline-block;
  font-weight: 500;
}
.post-items-style2 .post-item .content .meta .post-author .icon {
  background-color: #e6e6e6;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  min-width: 28px;
  text-align: center;
  width: 28px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.post-items-style2 .post-item .content .meta .post-author .icon .icon-img {
  max-width: none;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.post-items-style2 .post-item .content .meta .post-author:hover .icon {
  background-color: #fc6539;
}
.post-items-style2 .post-item .content .meta .post-author:hover .icon .icon-img {
  filter: invert(0) brightness(100);
}
.post-items-style2 .post-item .content .title {
  font-size: 30px;
  line-height: 1.334;
  margin-bottom: 13px;
}
@media only screen and (max-width: 575px) {
  .post-items-style2 .post-item .content .title {
    font-size: 20px;
  }
}
.post-items-style2 .post-item .content p {
  margin: 0 0 22px;
}
.post-items-style2 .post-item .content .btn-theme.btn-border-gradient.btn-size-md:hover span .icon {
  right: 24px;
}

.blog-page-wrapper .blog-grid-area {
  padding: 150px 0 390px;
}
@media only screen and (max-width: 1199px) {
  .blog-page-wrapper .blog-grid-area {
    padding: 100px 0 230px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-page-wrapper .blog-grid-area {
    padding: 70px 0 210px;
  }
}
.blog-page-wrapper .blog-content-column {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .blog-page-wrapper .blog-content-column {
    display: block;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-page-wrapper .blog-content-column .blog-content-area {
  max-width: 700px;
  width: 100%;
}
.blog-page-wrapper .blog-content-column .sidebar-area {
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .blog-page-wrapper .sidebar-area {
    margin-top: 70px;
  }
}
.blog-page-wrapper .sidebar-area .widget {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .blog-page-wrapper .sidebar-area .widget {
    margin-bottom: 40px;
  }
}

.blog-sidebar .blog-sidebar-content {
  float: left;
  max-width: 800px;
}
@media only screen and (max-width: 1199px) {
  .blog-sidebar .blog-sidebar-content {
    max-width: 596px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-sidebar .blog-sidebar-content {
    max-width: none;
  }
}
.blog-sidebar .blog-sidebar-content.sidebar-content-style {
  max-width: 770px;
}
@media only screen and (max-width: 1199px) {
  .blog-sidebar .blog-sidebar-content.sidebar-content-style {
    max-width: 596px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-sidebar .blog-sidebar-content.sidebar-content-style {
    max-width: 100%;
  }
}
.blog-sidebar .blog-sidebar-widget {
  float: right;
  max-width: 300px;
}
@media only screen and (max-width: 991px) {
  .blog-sidebar .blog-sidebar-widget {
    margin-top: 50px;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .blog-sidebar .blog-sidebar-widget {
    margin-top: 30px;
  }
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style {
  background-color: #fff;
  border-radius: 5px;
  padding: 53px 30px 36px;
}
@media only screen and (max-width: 991px) {
  .blog-sidebar .blog-sidebar-widget.sidebar-widget-style {
    max-width: 100%;
  }
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-item {
  margin-bottom: 0;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-search-box {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 52px;
  margin-bottom: 46px;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-search-box .form-input-item input {
  background-color: #f0f2f4;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-categories {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 17px;
  margin-bottom: 45px;
  margin-top: 32px;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-categories ul li {
  border-bottom: 1px solid #eaecee;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-categories ul li a {
  font-size: 14px;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-categories ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 29px;
  margin-bottom: 47px;
  margin-top: 31px;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li {
  border-bottom: 1px solid #eaecee;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 23px;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li .thumb {
  margin-right: 19px;
  min-width: 70px;
  position: relative;
  top: 0;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li .content {
  padding-left: 0;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li .content a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: -5px;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-tags {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 17px;
  margin-bottom: 36px;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-tags ul li {
  margin-bottom: 11px;
  margin-right: 6px;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-tags ul li a {
  background-color: #f0f2f4;
  border-radius: 3px;
  font-size: 14px;
  padding: 6px 11px;
}
.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-tags ul li a:hover {
  background-color: #fc6539;
}
.blog-sidebar .post-item {
  margin-bottom: 40px;
}
.blog-sidebar .post-item .content .title a:hover {
  border-bottom-color: transparent;
}

.blog-details-area {
  padding: 150px 0 390px;
}
@media only screen and (max-width: 1199px) {
  .blog-details-area {
    padding: 90px 0 220px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-area {
    padding: 70px 0 210px;
  }
}
.blog-details-area .blog-details-column {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .blog-details-area .blog-details-column {
    display: block;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-details-area .blog-details-column .post-details-content {
  max-width: 700px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .blog-details-area .blog-details-column .post-details-content {
    margin-bottom: 70px;
  }
}
.blog-details-area .blog-details-column .sidebar-area {
  max-width: 400px;
  width: 100%;
}

.post-details-content .post-details-body .thumb {
  margin-bottom: 43px;
}
.post-details-content .post-details-body .content .title {
  font-size: 30px;
  line-height: 1.334;
  margin-bottom: 12px;
  padding-right: 100px;
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .title {
    font-size: 22px;
    padding-right: 0;
  }
}
.post-details-content .post-details-body .content .meta {
  justify-content: start;
  margin-bottom: 31px;
}
.post-details-content .post-details-body .content .meta .post-category {
  background-color: #fc6539;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-right: 25px;
  min-width: 105px;
  padding: 3px 11px 2px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 359.98px) {
  .post-details-content .post-details-body .content .meta .post-category {
    margin-bottom: 13px;
  }
}
.post-details-content .post-details-body .content .meta .post-category:hover {
  background-color: #fea444;
}
.post-details-content .post-details-body .content .meta .post-author {
  color: #595959;
  display: inline-block;
  font-weight: 500;
}
.post-details-content .post-details-body .content .meta .post-author .icon {
  background-color: #e6e6e6;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  min-width: 28px;
  text-align: center;
  width: 28px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.post-details-content .post-details-body .content .meta .post-author .icon .icon-img {
  max-width: none;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.post-details-content .post-details-body .content .meta .post-author:hover .icon {
  background-color: #fc6539;
}
.post-details-content .post-details-body .content .meta .post-author:hover .icon .icon-img {
  filter: invert(0) brightness(100);
}
.post-details-content .post-details-body .content p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content p {
    font-size: 14px;
  }
}
.post-details-content .post-details-body .content .blockquote-area {
  background-color: #f7f7f7;
  border-radius: 0;
  margin: 34px 0 35px;
  padding: 38px 50px 41px 50px;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .blockquote-area {
    padding: 30px 15px;
  }
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style {
  border: none;
  margin: 0;
  position: relative;
  z-index: 1;
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
  color: #001d23;
  font-family: "Yeseva One", cursive;
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 0;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
    font-size: 18px;
  }
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style .icon {
  color: transparent;
  font-family: "Yeseva One", cursive;
  font-size: 401.76px;
  font-weight: 400;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: -33px;
  z-index: -1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 29, 35, 0.25);
  -webkit-text-fill-color: unset;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .blockquote-area .blockquote-style .icon {
    font-size: 284px;
    top: -20px;
  }
}
.post-details-content .post-details-body .content .category-social-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 41px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .category-social-content {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .category-items {
    margin-top: 20px;
  }
}
.post-details-content .post-details-body .category-items span {
  color: #001d23;
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
}
.post-details-content .post-details-body .category-items a {
  color: #fc6539;
  margin-right: 1px;
}
.post-details-content .post-details-body .category-items a:last-child {
  margin-right: 0;
}
.post-details-content .post-details-body .social-items a {
  background-color: #f7f7f7;
  border-radius: 50%;
  color: #001d23;
  display: inline-block;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  margin-right: 6px;
  min-width: 45px;
  text-align: center;
  width: 45px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.post-details-content .post-details-body .social-items a:last-child {
  margin-right: 0;
}
.post-details-content .post-details-body .social-items a:hover {
  color: #fff;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
.post-details-content .post-details-body .page-navigation {
  margin: 30px 0 70px;
}
.post-details-content .post-details-body .page-navigation .nav-item .content {
  padding-top: 7px;
}
.post-details-content .post-details-body .page-navigation .nav-item .content .line-shape {
  margin-bottom: 13px;
}
.post-details-content .post-details-body .page-navigation .nav-item .content h4 {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 2px;
}
.post-details-content .post-details-body .author-info {
  background-color: #f6f7fc;
  border-radius: 20px;
  margin-bottom: 66px;
  padding: 32px 40px 30px;
  position: relative;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .author-info {
    padding: 45px 35px;
  }
}
.post-details-content .post-details-body .author-info .thumb {
  left: 40px;
  position: absolute;
  top: 35px;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .author-info .thumb {
    left: auto;
    margin-bottom: 30px;
    position: relative;
    top: auto;
  }
}
.post-details-content .post-details-body .author-info .thumb img {
  border-radius: 15px;
  width: auto;
}
.post-details-content .post-details-body .author-info .author-details {
  padding-left: 156px;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .author-info .author-details {
    padding-left: 0;
  }
}
.post-details-content .post-details-body .author-info .author-details .title {
  font-size: 22px;
  margin-bottom: 10px;
}
.post-details-content .post-details-body .author-info .author-details .line-shape {
  margin-bottom: 9px;
}
.post-details-content .post-details-body .author-info .author-details p {
  display: block;
  margin-bottom: 0;
}
.post-details-content .post-details-body .author-info .author-details .social-icons {
  margin-top: 17px;
}
.post-details-content .post-details-body .author-info .author-details .social-icons a {
  background-color: #fff;
  border-radius: 22.5px;
  color: #595959;
  display: inline-block;
  height: 45px;
  line-height: 46px;
  margin-right: 7px;
  text-align: center;
  width: 45px;
}
.post-details-content .post-details-body .author-info .author-details .social-icons a:hover {
  background-color: #fc6539;
  color: #fff;
}
.post-details-content .post-details-body .author-info .author-details .social-icons a:last-child {
  margin-right: 0;
}

.comment-area {
  padding-top: 54px;
}
.comment-area .title {
  font-size: 30px;
  line-height: 1.334;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .comment-area .title {
    font-size: 22px;
  }
}
.comment-area .comment-content {
  margin-bottom: 37px;
}
.comment-area .comment-content .single-comment {
  margin-bottom: 1px;
}
.comment-area .comment-content .single-comment .author-info {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0 0 34px 0;
  position: relative;
}
.comment-area .comment-content .single-comment .author-info .thumb {
  left: 0;
  position: absolute;
  top: 5px;
}
@media only screen and (max-width: 479.98px) {
  .comment-area .comment-content .single-comment .author-info .thumb {
    position: relative;
    margin-bottom: 30px;
  }
}
.comment-area .comment-content .single-comment .author-info .thumb img {
  border-radius: 50px;
  width: auto;
}
.comment-area .comment-content .single-comment .author-info .author-details {
  padding-left: 170px;
}
@media only screen and (max-width: 479.98px) {
  .comment-area .comment-content .single-comment .author-info .author-details {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }
}
.comment-area .comment-content .single-comment .author-info .author-details .name {
  font-size: 27px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .comment-area .comment-content .single-comment .author-info .author-details .name {
    font-size: 18px;
  }
}
.comment-area .comment-content .single-comment .author-info .author-details .comment-date {
  color: #909090;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.comment-area .comment-content .single-comment .author-info .author-details p {
  display: block;
  margin-bottom: 21px;
}
.comment-area .comment-content .single-comment .author-info .author-details .btn-reply.btn-size-md {
  min-height: 40px;
  min-width: 110px;
}
.comment-area .comment-content .single-comment .author-info .author-details .btn-reply.btn-size-md:before {
  background-color: #fff;
}
.comment-area .comment-content .single-comment .author-info .author-details .btn-reply.btn-size-md span {
  padding: 8px 22.5px;
}
.comment-area .comment-content .single-comment.last-child {
  margin-bottom: 0;
}
.comment-area .comment-form {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.comment-area .comment-form .title {
  font-size: 30px;
  line-height: 1.334;
  margin-bottom: 46px;
}
@media only screen and (max-width: 767px) {
  .comment-area .comment-form .title {
    font-size: 22px;
  }
}
.comment-area .comment-form .comment-form-content .form-group {
  margin-bottom: 20px;
}
.comment-area .comment-form .comment-form-content .form-group .form-control:focus {
  border-color: #001d23;
}
.comment-area .comment-form .comment-form-content .form-group .btn-theme {
  margin-top: 39px;
}

.widget-item {
  margin-bottom: 62px;
}
.widget-item .widget-title {
  font-size: 24px;
  margin-bottom: 38px;
}

.widget-search-box .form-input-item {
  position: relative;
}
.widget-search-box .form-input-item input {
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #001d23;
  font-size: 15px;
  font-weight: 500;
  height: 55px;
  padding: 9px 60px 9px 24px;
  width: 100%;
}
.widget-search-box .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #595959;
  font-size: 15px;
  font-weight: 500;
}
.widget-search-box .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #595959;
  font-size: 15px;
  font-weight: 500;
}
.widget-search-box .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #595959;
  font-size: 15px;
  font-weight: 500;
}
.widget-search-box .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #595959;
  font-size: 15px;
  font-weight: 500;
}
.widget-search-box .form-input-item .btn-src {
  border: none;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 5px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  width: 50px;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.widget-tags ul li {
  color: #0e0e0e;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1.4;
}
.widget-tags ul li a {
  background-color: #fff;
  color: #595959;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  min-width: 115px;
  padding: 10.5px 12px;
  text-align: center;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.widget-tags ul li a:hover {
  color: #fff;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
.widget-tags ul li a.style2 {
  min-width: 125px;
}

.widget-causes-item {
  margin-bottom: -10px;
  padding-top: 10px;
}
.widget-causes-item .thumb {
  overflow: hidden;
}
.widget-causes-item .thumb img {
  width: 100%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.widget-causes-item .content {
  background-color: #f7f7f7;
  padding: 20px 0 0;
}
.widget-causes-item .content .title {
  font-size: 22px;
  line-height: 1.591;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479.98px) {
  .widget-causes-item .content .title {
    font-size: 17px;
  }
}
.widget-causes-item .content .title a {
  color: #001d23;
  display: block;
}
.widget-causes-item .content .title a:hover {
  color: #fc6539;
}
.widget-causes-item .content .donate-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.widget-causes-item .content .donate-info .info-item {
  background-color: #fff;
  font-family: "Yeseva One", cursive;
  margin-right: 15px;
  min-width: 100px;
  padding: 7px 20px 6px 32px;
  width: calc(50% - 7.5px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.widget-causes-item .content .donate-info .info-item .info-title, .widget-causes-item .content .donate-info .info-item .amount {
  display: block;
  line-height: 1;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.widget-causes-item .content .donate-info .info-item .info-title {
  color: #001d23;
  font-size: 14px;
  margin-bottom: 8px;
}
.widget-causes-item .content .donate-info .info-item .amount {
  color: #fc6539;
  font-size: 20px;
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 479.98px) {
  .widget-causes-item .content .donate-info .info-item .amount {
    font-size: 17px;
  }
}
.widget-causes-item .content .donate-info .info-item:hover {
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
}
.widget-causes-item .content .donate-info .info-item:hover .info-title, .widget-causes-item .content .donate-info .info-item:hover .amount {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.widget-causes-item .content .donate-info .info-item:last-child {
  margin-right: 0;
}
.widget-causes-item .content .progress-item {
  margin-bottom: 42px;
}
.widget-causes-item .content .progress-item .progress-line {
  background-color: #fff;
  border-radius: 0;
  height: 5px;
}
.widget-causes-item .content .progress-item .progress-line .progress-bar-line {
  border-radius: 0;
  overflow: visible !important;
  position: relative;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
.widget-causes-item .content .progress-item .progress-line .progress-bar-line:after {
  background-color: #fc6539;
  border-radius: 50%;
  content: "";
  height: 12px;
  position: absolute;
  right: -3px;
  top: 50%;
  width: 12px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.widget-causes-item .content .progress-item .progress-line .progress-bar-line .percent {
  color: #fc6539;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  right: -15px;
  top: 10px;
}
.widget-causes-item .content .amount-info {
  margin-bottom: 30px;
}
.widget-causes-item .content .amount-info .donate-amount {
  border: 1px solid #dadada;
  color: #001d23;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-bottom: 13px;
  margin-right: 11px;
  min-width: 60px;
  text-align: center;
}
@media only screen and (max-width: 479.98px) {
  .widget-causes-item .content .amount-info .donate-amount {
    margin-right: 2px;
  }
}
.widget-causes-item .content .amount-info .donate-amount.active, .widget-causes-item .content .amount-info .donate-amount:hover {
  border-color: #fea444;
  color: #fff;
  cursor: pointer;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount {
  display: block;
  font-size: 15px;
  height: 45px;
  text-align: left;
  width: 100%;
}
.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount:hover, .widget-causes-item .content .amount-info .donate-amount.donate-custom-amount.active {
  background: none;
}
.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #001d23;
  font-size: 15px;
  font-weight: 400;
  height: 100%;
}
.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #656565;
}
.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #656565;
}
.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #656565;
}
.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #656565;
}
.widget-causes-item:hover .thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.sidebar-area .widget {
  background-color: #f7f7f7;
  padding: 47px 57.5px 51px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 479.98px) {
  .sidebar-area .widget {
    margin-bottom: 40px;
    padding: 35px 15px 33px;
  }
}
.sidebar-area .widget .widget-title {
  font-size: 28px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 479.98px) {
  .sidebar-area .widget .widget-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.sidebar-area .widget .separator-line {
  margin-bottom: 27px;
}
.sidebar-area .widget .widget-category {
  position: relative;
  z-index: 1;
}
.sidebar-area .widget .widget-category a {
  background-color: #fff;
  color: #595959;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 13px 20px 10px;
  position: relative;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.sidebar-area .widget .widget-category a:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 6px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.sidebar-area .widget .widget-category a span {
  float: right;
}
.sidebar-area .widget .widget-category a:hover {
  color: #fff;
  padding-left: 38px;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
.sidebar-area .widget .widget-category a:hover:after {
  opacity: 1;
}
.sidebar-area .widget .widget-video {
  position: relative;
}
.sidebar-area .widget .widget-video .thumb {
  border-radius: 25px;
  overflow: hidden;
}
.sidebar-area .widget .widget-video .thumb img {
  border-radius: 25px;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.sidebar-area .widget .widget-video .btn-play {
  color: #fc6539;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sidebar-area .widget .widget-video .btn-play .icon {
  background-color: #fc6539;
  border-radius: 50%;
  display: inline-block;
  height: 73px;
  line-height: 73px;
  position: relative;
  text-align: center;
  width: 73px;
  z-index: 3;
}
.sidebar-area .widget .widget-video .btn-play:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  animation: animation-scale 1.8s infinite;
  -webkit-animation: animation-scale 1.8s infinite;
}
.sidebar-area .widget .widget-video:hover .thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.sidebar-area .widget .widget-social {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.sidebar-area .widget .widget-social .social-item {
  color: #3485f3;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.sidebar-area .widget .widget-social .social-item a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sidebar-area .widget .widget-social .social-item .icon {
  background-color: #fff;
  border-radius: 15px;
  height: 93px;
  line-height: 95px;
  margin-bottom: 9px;
  text-align: center;
  width: 93px;
}
@media only screen and (max-width: 359.98px) {
  .sidebar-area .widget .widget-social .social-item .icon {
    height: 75px;
    line-height: 75px;
    width: 75px;
  }
}
.sidebar-area .widget .widget-social .social-item .icon span {
  background-color: #3485f3;
  border-radius: 22.5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 45px;
  line-height: 46px;
  text-align: center;
  width: 45px;
}
.sidebar-area .widget .widget-social .social-item.social-skype {
  color: #00ace7;
}
.sidebar-area .widget .widget-social .social-item.social-skype .icon span {
  background-color: #00ace7;
}
.sidebar-area .widget .widget-social .social-item.social-instagram {
  color: #ee1802;
}
.sidebar-area .widget .widget-social .social-item.social-instagram .icon span {
  background-color: #ee1802;
}

/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
  padding: 117px 0 220px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .contact-area {
    padding: 80px 0 150px;
  }
}

.contact-page-wrapper .contact-area {
  padding: 150px 0 390px;
}
@media only screen and (max-width: 1199px) {
  .contact-page-wrapper .contact-area {
    padding: 100px 0 240px;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-page-wrapper .contact-area {
    padding: 70px 0 220px;
  }
}

.contact-colunm {
  display: flex;
  padding-left: 183px;
}
@media only screen and (max-width: 1399px) {
  .contact-colunm {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-colunm {
    display: block;
    padding: 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-colunm {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-colunm {
    padding: 0;
  }
}
.contact-colunm .contact-map-area {
  height: auto;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .contact-colunm .contact-map-area {
    height: 900px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-colunm .contact-map-area {
    height: auto;
  }
}
.contact-colunm .contact-map-area .contact-info-content {
  left: 0;
  min-width: 500px;
  padding: 53px 70px 49px 70px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background: #FEA444;
  background-image: -ms-linear-gradient(-30deg, #fc6539 0%, #fea444 100%);
  background: linear-gradient(-30deg, #fc6539 0%, #fea444 100%);
}
@media only screen and (max-width: 575px) {
  .contact-colunm .contact-map-area .contact-info-content {
    margin-bottom: 70px;
    min-width: auto;
    padding: 53px 20px 49px;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .contact-colunm .contact-map-area .contact-info-content {
    padding: 53px 15px 49px 0;
  }
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 28px;
  padding-bottom: 25px;
  position: relative;
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon {
  left: 30px;
  position: absolute;
  top: 29px;
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 75px;
  left: -30px;
  position: absolute;
  top: -27px;
  width: 75px;
  z-index: -1;
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon .icon-img {
  width: auto;
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon.icon-mail {
  top: 33px;
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon.icon-mail:before {
  top: -31px;
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon.icon-mail .icon-img {
  left: -3px;
  position: relative;
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon.icon-location .icon-img {
  left: 6px;
  position: relative;
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content {
  padding-left: 128px;
}
@media only screen and (max-width: 479.98px) {
  .contact-colunm .contact-map-area .contact-info-content .contact-info-item .content {
    padding-left: 108px;
  }
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content h4 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 479.98px) {
  .contact-colunm .contact-map-area .contact-info-content .contact-info-item .content h4 {
    font-size: 22px;
  }
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content .line-icon {
  margin-bottom: 12px;
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content p, .contact-colunm .contact-map-area .contact-info-content .contact-info-item .content a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.723;
}
@media only screen and (max-width: 479.98px) {
  .contact-colunm .contact-map-area .contact-info-content .contact-info-item .content p, .contact-colunm .contact-map-area .contact-info-content .contact-info-item .content a {
    font-size: 16px;
  }
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content p {
  color: #fff;
  margin-bottom: 0;
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content a {
  color: #fff;
  display: block;
  margin-bottom: 1px;
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content a:last-child {
  margin-bottom: 0;
}
.contact-colunm .contact-map-area .contact-info-content .contact-info-item:last-child {
  border: none;
}
.contact-colunm .contact-form {
  background-color: #f7f7f7;
  max-width: 662px;
  min-width: 662px;
  padding: 145px 100px 151px 132px;
  width: 100%;
}
@media only screen and (max-width: 1399px) {
  .contact-colunm .contact-form {
    max-width: 550px;
    min-width: 550px;
    padding: 145px 65px 151px 85px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-colunm .contact-form {
    max-width: none;
    margin-bottom: 90px;
    min-width: auto;
    padding: 95px 65px 100px 85px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .contact-colunm .contact-form {
    padding: 95px 25px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-colunm .contact-form {
    padding: 65px 30px 70px;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-colunm .contact-form {
    margin-bottom: 60px;
    padding: 60px 15px 65px;
  }
}
.contact-colunm .contact-form .section-title {
  margin-bottom: 54px;
}
@media only screen and (max-width: 479.98px) {
  .contact-colunm .contact-form .section-title {
    margin-bottom: 40px;
  }
}
.contact-colunm .contact-form .section-title .title {
  font-size: 60px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1199px) {
  .contact-colunm .contact-form .section-title .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-colunm .contact-form .section-title .title {
    font-size: 30px;
  }
}
.contact-colunm .contact-form .section-title p {
  margin-bottom: 0;
}

.contact-map-area {
  height: 700px;
}
@media only screen and (max-width: 767px) {
  .contact-map-area {
    height: 400px;
  }
}
.contact-map-area iframe {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .contact-map-area iframe {
    height: 300px;
  }
}

/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
  background-color: #001d23;
  padding: 0 15px 33px;
  position: relative;
}
.footer-area .shape-layer {
  bottom: 0;
  left: 48%;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
}
.footer-area .shape-layer img {
  max-width: none;
}
.footer-area .footer-main {
  background-color: #f7f7f7;
  margin: 0px auto -175px;
  max-width: 1555px;
  padding: 152px 0 80px;
  position: relative;
  z-index: 1;
  transform: translate(0, -240px);
  -webkit-transform: translate(0, -240px);
  -moz-transform: translate(0, -240px);
  -ms-transform: translate(0, -240px);
  -o-transform: translate(0, -240px);
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-main {
    margin: 0px auto -70px;
    padding: 70px 0 25px;
    transform: translate(0, -135px);
    -webkit-transform: translate(0, -135px);
    -moz-transform: translate(0, -135px);
    -ms-transform: translate(0, -135px);
    -o-transform: translate(0, -135px);
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-main {
    padding: 70px 0 55px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-area .footer-main {
    padding: 55px 0 50px;
  }
}
@media only screen and (max-width: 479.98px) {
  .footer-area .footer-main {
    padding: 50px 0 40px;
  }
}
.footer-area .footer-main .scroll-to-top {
  bottom: -32px;
  border-radius: 50%;
  cursor: pointer;
  height: 64px;
  left: calc(50% - 32px);
  line-height: 62px;
  position: absolute;
  text-align: center;
  width: 64px;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
.footer-area .footer-main .scroll-to-top img {
  max-width: none;
  width: auto;
}
.footer-area .widget-item {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-item {
    margin-bottom: 40px;
  }
}
.footer-area .widget-title {
  color: #001d23;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 54px;
  margin-top: 17px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .widget-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-title {
    margin-bottom: 45px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer-area .widget-title {
    margin-bottom: 30px;
  }
}
.footer-area .widget-title.line-style {
  padding-left: 75px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .footer-area .widget-title.line-style {
    padding-left: 40px;
  }
}
.footer-area .widget-title.line-style:before {
  background-color: #fc6539;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 55px;
}
@media only screen and (max-width: 575px) {
  .footer-area .widget-title.line-style:before {
    width: 25px;
  }
}
.footer-area .widget-title + .line-shape {
  margin-bottom: 35px;
}
.footer-area .about-widget {
  padding-right: 70px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .about-widget {
    padding-right: 12px;
  }
}
.footer-area .about-widget .footer-logo {
  display: block;
  margin-bottom: 36px;
}
.footer-area .about-widget p {
  margin-bottom: 25px;
}
.footer-area .widget-total-raised .raised-title {
  font-size: 25px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .widget-total-raised .raised-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.footer-area .widget-total-raised .raised-amount {
  font-family: "Yeseva One", cursive;
  font-size: 60px;
  line-height: 1;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .footer-area .widget-total-raised .raised-amount {
    font-size: 40px;
  }
}
.footer-area .widget-gallery {
  padding-left: 5px;
  padding-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .widget-gallery {
    padding-right: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .widget-gallery {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-gallery {
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer-area .widget-gallery {
    max-width: 370px;
  }
}
.footer-area .widget-gallery .gallery-item {
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-gallery .gallery-item img {
    width: 100%;
  }
}
.footer-area .widget-gallery .gallery-item .icon {
  color: #fff;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer-area .widget-gallery .gallery-item .icon i {
  font-size: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer-area .widget-gallery .gallery-item:hover .icon {
  opacity: 0.9;
}
.footer-area .widget-menu-wrap .nav-menu {
  display: flex;
  flex-direction: column;
}
.footer-area .widget-menu-wrap .nav-menu li {
  margin-bottom: 8px;
  position: relative;
}
.footer-area .widget-menu-wrap .nav-menu li a {
  color: #001d23;
  font-size: 17px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer-area .widget-menu-wrap .nav-menu li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-menu-wrap .nav-menu li a {
    font-size: 14px;
  }
}
.footer-area .widget-menu-wrap .nav-menu li a:after {
  background-color: #fc6539;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.footer-area .widget-menu-wrap .nav-menu li a:hover {
  color: #fc6539;
}
.footer-area .widget-menu-wrap .nav-menu li a:hover:before {
  color: #fc6539;
}
.footer-area .widget-menu-wrap .nav-menu li a:hover:after {
  left: 0;
  width: 100%;
}
.footer-area .widget-menu-wrap .nav-menu li:last-child {
  margin-right: 0;
}
.footer-area .menu-wrap-column {
  padding-left: 21px;
}
@media only screen and (max-width: 1399px) {
  .footer-area .menu-wrap-column {
    padding-left: 0;
  }
}
.footer-area .menu-wrap-two-column {
  padding-left: 37px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .menu-wrap-two-column {
    padding-left: 0;
  }
}
.footer-area .menu-wrap-two-column .widget-title {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .footer-area .menu-wrap-two-column .widget-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .menu-wrap-two-column .widget-title {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-area .menu-wrap-two-column .widget-title {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-area .menu-wrap-two-column .widget-menu-wrap .nav-menu.align-right {
    padding-left: 12px;
  }
}
.footer-area .widget-contact-info {
  padding-top: 3px;
}
.footer-area .widget-contact-info li {
  font-size: 16px;
  margin-bottom: 8px;
}
.footer-area .widget-contact-info li.info-mail {
  display: inline-block;
  position: relative;
}
.footer-area .widget-contact-info li.info-mail:after {
  background-color: #595959;
  bottom: 4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer-area .widget-contact-info li.info-mail:hover:after {
  background-color: #fc6539;
}
.footer-area .widget-contact-info li a {
  color: #595959;
}
.footer-area .widget-contact-info li a:hover {
  color: #fc6539;
}
.footer-area .widget-social-icons {
  margin-bottom: 0;
}
.footer-area .widget-social-icons a {
  color: #aba5a5;
  font-size: 16px;
  margin-right: 18px;
}
.footer-area .widget-social-icons a:last-child {
  margin-right: 0;
}
.footer-area .widget-social-icons a:hover {
  color: #fc6539;
}
.footer-area .widget-newsletter form .form-control {
  background-color: transparent;
  border: 1px solid #e8e8e8;
  border-radius: 27.5px;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  height: 55px;
  margin-bottom: 20px;
  padding: 10px 30px;
}
.footer-area .widget-newsletter form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 15px;
}
.footer-area .widget-newsletter form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 15px;
}
.footer-area .widget-newsletter form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 15px;
}
.footer-area .widget-newsletter form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 15px;
}
.footer-area .widget-newsletter form .btn.btn-theme {
  border-radius: 27.5px;
  font-size: 15px;
  font-weight: 500;
  padding: 16.5px 58.891px 16.5px 38px;
}
.footer-area .widget-newsletter form .btn.btn-theme .icon {
  font-size: 20px;
  right: 33px;
}
.footer-area .widget-newsletter form .btn.btn-theme:hover .icon {
  right: 31px;
}
.footer-area .footer-bottom .widget-copyright p {
  color: #999999;
}
@media only screen and (max-width: 479.98px) {
  .footer-area .footer-bottom .widget-copyright p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 359.98px) {
  .footer-area .footer-bottom .widget-copyright p {
    font-size: 12px;
  }
}
.footer-area .footer-bottom .widget-copyright p span {
  color: #fc6539;
}
.footer-area .footer-bottom .widget-copyright p a {
  color: #fc6539;
}
.footer-area .footer-bottom .widget-copyright p i {
  color: #f53400;
  padding: 0 5px;
}
.footer-area .footer-bottom .widget-social-icons {
  text-align: center;
}
.footer-area .footer-bottom .widget-social-icons a {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 22.5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 45px;
  line-height: 46px;
  margin-right: 10px;
  text-align: center;
  width: 45px;
}
.footer-area .footer-bottom .widget-social-icons a:last-child {
  margin-right: 0;
}
.footer-area .footer-bottom .widget-social-icons a:hover {
  background-color: #fff;
  color: #fc6539;
}

.reveal-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .reveal-footer {
    position: relative;
  }
}

.site-wrapper-reveal {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .site-wrapper-reveal {
    margin-bottom: 0 !important;
  }
}