/**
=============================================================
[Main Stylesheet]

Template:     KarmaHub
Version:      1.0
Created:      03.04.2019
Primary use:  Hub HTML5 Template

@Author: hasancmscoder@gmail.com

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
=============================================================



====================[Table of contents]======================

* Importing Styles
* Common Css Styles
* Main Header style
* Home Slider Styles
* Welcome Section
* About Section
* Process Section
* Appointment Form Styles
* Widget Styles
* Social Icons Styles
* Service Section
* Feature Styles
* Gallery Styles
* Team Member Styles
* Blog Styles
* Footer Styles
* Accordion Styles
* Pricing Table
* Testimonials Styles
* Funfact Styles
* Inner Page Styles
* Contact Styles
* Map Styles
* Scroll To Top

=============================================================
**/

/*
-----------------------------------------------------------------------
    Importing Styles
-----------------------------------------------------------------------
*/

@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,600i,700,700i,800);
@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600i,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300i,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);

@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(themify-icons.css);
@import url(flaticon.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(jPushMenu.css);
@import url(jquery.fancybox.css);
@import url(animate.min.css);
@import url(../js/jquery-ui-1.11.4/jquery-ui.css);

/*
-----------------------------------------------------------------------
    Common Css Styles
-----------------------------------------------------------------------
*/

body {
  color: #454545;
  font-family: "Lato", sans-serif;
  line-height: 1.857;
  overflow-x: hidden;
}

.wrapper {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: #8e8e8e;
  font-family: "Muli", sans-serif;
  line-height: 1.857;
}

a {
  color: #000000;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
/*
ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
} */

img {
  max-width: 100%;
}

.width-full {
  width: 100%;
}

.bdr-box {
  border: 1px solid #f9edba;
  padding: 5px 7px 5px 30px;
  border-radius: 2px;
  padding-left: 30px !important;
}
.padding-left-0 {
  padding-left: 0px !important;
}
.bdr-gray {
  border-color: #d4d4d4 !important;
}

.color-theme {
  color: #f55f0d !important;
}

.color-theme2 {
  color: #dd290f !important;
}

.color-theme3 {
  color: #c500ee !important;
}

.color-theme4 {
  color: #ef3c7c !important;
}

.color-black {
  color: #1c1c1c !important;
}

.color-white {
  color: #fff !important;
}

.color-gray {
  color: #989898 !important;
}

.color-gray-white {
  color: #a7a7a7 !important;
}

.bgcolor-black {
  background-color: #1c1c1c !important;
}

.bgcolor-theme {
  background-color: #f55f0d !important;
}

.bgcolor-theme2 {
  background-color: #dd290f !important;
}

.bgcolor-theme3 {
  background-color: #c500ee !important;
}

.bgcolor-theme4 {
  background-color: #ef3c7c !important;
}

.bgcolor-gray {
  background-color: #989898 !important;
}

.bgcolor-gray-white {
  background-color: #a7a7a7 !important;
}

/*--- Theme Overlay Style ---*/

.theme-overlay {
  background-image: url(../images/photos/parallax-1.jpg);
  position: relative;
}

.theme-overlay:before {
  content: "";
  position: absolute;
  background-color: rgba(245, 95, 13, 0.85);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.theme-overlay.overlay-black:before {
  background-color: rgba(0, 0, 0, 0.85);
}

.theme-overlay.overlay-black-light:before {
  background-color: rgba(0, 0, 0, 0.25);
}

.theme-overlay.overlay-black-6:before {
  background-color: rgba(0, 0, 0, 0.6);
}

.theme-overlay.overlay-white:before {
  background-color: rgba(255, 255, 255, 0.75);
}

.theme-overlay.overlay-white-deep:before {
  background-color: rgba(255, 255, 255, 0.95);
}

.theme-overlay.overlay-theme:before {
  background-color: rgba(245, 95, 13, 0.96);
}

.theme-overlay.overlay-deep:before {
  background-color: rgba(245, 95, 13, 0.96);
}

.theme-overlay.overlay-gradient:before {
  background-color: #1dabf2;
  background-image: linear-gradient(135deg, #17cadd 0%, #4a45da 100%);
  opacity: 0.9;
}

.theme-overlay.overlay-gradient.gradient-two:before {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(21, 86, 232) 0%,
    rgb(88, 83, 244) 39%,
    rgb(154, 79, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(21, 86, 232) 0%,
    rgb(88, 83, 244) 39%,
    rgb(154, 79, 255) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(21, 86, 232) 0%,
    rgb(88, 83, 244) 39%,
    rgb(154, 79, 255) 100%
  );
  opacity: 0.9;
}

.theme-overlay h1,
.theme-overlay h2,
.theme-overlay h3,
.theme-overlay h4,
.theme-overlay h5,
.theme-overlay h6 {
  color: #fff;
}

.theme-overlay p {
  color: #eee;
}

.theme-overlay.overlay-white h1,
.theme-overlay.overlay-white h2,
.theme-overlay.overlay-white h3,
.theme-overlay.overlay-white h4,
.theme-overlay.overlay-white h5,
.theme-overlay.overlay-white h6 {
  color: #1c1c1c;
}

.theme-overlay.overlay-white p {
  color: #a4a4a4;
}

.layer-overlay {
  position: relative;
  z-index: 1;
}

.layer-overlay:before {
  background-color: rgba(245, 95, 13, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-img {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.img-2 {
  background-image: url(../images/photos/parallax-2.jpg);
}

.img-3 {
  background-image: url(../images/photos/parallax-3.jpg);
}

.img-4 {
  background-image: url(../images/photos/parallax-4.jpg);
}

.img-5 {
  background-image: url(../images/photos/parallax-5.jpg);
}

.lh-2 {
  line-height: 2 !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lts-0 {
  letter-spacing: 0;
}

.lts-1 {
  letter-spacing: 1px;
}

.lts-2 {
  letter-spacing: 2px;
}

.ttu {
  text-transform: uppercase;
}

.ttc {
  text-transform: capitalize !important;
}

.ttl {
  text-transform: lowercase;
}

.zi-1 {
  z-index: 1;
  position: relative;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-b {
  font-weight: 700 !important;
}

.fw-xb {
  font-weight: 900 !important;
}

.fs-italic {
  font-style: italic;
}

.ff-lato {
  font-family: "Lato", sans-serif !important;
}

.ff-roboto {
  font-family: "Roboto", sans-serif !important;
}

.ff-rcondensed {
  font-family: "Roboto Condensed", sans-serif !important;
}

.ff-montserrat {
  font-family: "Montserrat", sans-serif !important;
}

.ff-raleway {
  font-family: "Raleway", sans-serif !important;
}

.ff-muli {
  font-family: "Muli", sans-serif !important;
}

.ff-nunito {
  font-family: "Nunito", sans-serif !important;
}

.pagination-style {
}

.pagination-style li {
}

.pagination-style li a {
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 50% !important;
  margin: 0 6px;
}

.pagination-style li a span {
  font-size: 12px;
}

.pagination-style > li > a,
.pagination-style > li > span {
  color: #a9a9a9;
}

.pagination-style > li > a:hover {
  color: #fff;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(29, 171, 242) 0%,
    rgb(127, 92, 249) 39%,
    rgb(154, 79, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(29, 171, 242) 0%,
    rgb(127, 92, 249) 39%,
    rgb(154, 79, 255) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(29, 171, 242) 0%,
    rgb(127, 92, 249) 39%,
    rgb(154, 79, 255) 100%
  );
  border-color: transparent;
}

.pagination-style > .active > a,
.pagination-style > .active > a:focus,
.pagination-style > .active > a:hover,
.pagination-style > .active > span,
.pagination-style > .active > span:focus,
.pagination-style > .active > span:hover {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(29, 171, 242) 0%,
    rgb(127, 92, 249) 39%,
    rgb(154, 79, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(29, 171, 242) 0%,
    rgb(127, 92, 249) 39%,
    rgb(154, 79, 255) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(29, 171, 242) 0%,
    rgb(127, 92, 249) 39%,
    rgb(154, 79, 255) 100%
  );
  border-color: transparent;
  color: #fff;
}

.pagination-top {
  float: right;
  margin: 5px 0 0;
}
.pagination-style.pagination-top li a {
  border-radius: 3px !important;
  padding: 3px 9px;
}

/*--- Section Title Styles ---*/

.section-title {
  margin-bottom: 60px;
}

.section-title .icon {
  color: #f55f0d;
  font-size: 44px;
  margin-bottom: 30px;
}

.section-title .title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
}

.section-title .title span {
  color: #f55f0d;
}

.section-title .sub-title {
  color: #989898;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 26px;
}

.sub-title.sub-title-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}

.section-title .sub-title {
  color: #989898;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 26px;
}

.top-title {
  color: #1dabf2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.inner-title .title {
  color: #111;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}

.inner-title .title span {
  color: #f55f0d;
}

.inner-title .title.small-title {
  font-size: 18px;
}

/* .spanner{
    position:absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display:block;
    text-align:center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
  }



  .loader,
  .loader:before,
  .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  .loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .loader:before,
  .loader:after {
    content: '';
    position: absolute;
    top: 0;
  }
  .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loader:after {
    left: 3.5em;
  }
  @-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  @keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }


  .spanner, .overlay{
      opacity: 0.5;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
  } */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.loading {
  margin: 3em 0;
  position: relative;
  top: 30%;
  text-align: center;
}

.loading-dots {
  text-align: center;
  font-size: 3em;
  color: rgba(255, 2555, 255, 0);
  animation-name: loading-dots-animation;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes loading-dots-animation {
  0% {
    text-shadow: -1em 0 0 rgba(255, 2555, 255, 0.6),
      0em 0 0 rgba(255, 2555, 255, 0.2), 1em 0 0 rgba(255, 2555, 255, 0.2);
  }
  20% {
    text-shadow: -1em 0 0 rgba(255, 2555, 255, 1),
      0em 0 0 rgba(255, 2555, 255, 0.6), 1em 0 0 rgba(255, 2555, 255, 0.2);
  }
  40% {
    text-shadow: -1em 0 0 rgba(255, 2555, 255, 0.6),
      0em 0 0 rgba(255, 2555, 255, 1), 1em 0 0 rgba(255, 2555, 255, 0.6);
  }
  60% {
    text-shadow: -1em 0 0 rgba(255, 2555, 255, 0.2),
      0em 0 0 rgba(255, 2555, 255, 0.6), 1em 0 0 rgba(255, 2555, 255, 1);
  }
  80% {
    text-shadow: -1em 0 0 rgba(255, 2555, 255, 0.2),
      0em 0 0 rgba(255, 2555, 255, 0.2), 1em 0 0 rgba(255, 2555, 255, 0.6);
  }
  100% {
    text-shadow: -1em 0 0 rgba(255, 2555, 255, 0.6),
      0em 0 0 rgba(255, 2555, 255, 0.2), 1em 0 0 rgba(255, 2555, 255, 0.2);
  }
}

.loading-text {
  font-weight: bold;
  color: #fff;
  margin: 0.3em 0;
  font-size: 2rem;
}

/* .loader {
    background-color:black;
    background-position:center center;
    background-repeat:no-repeat;
    left:-15px;
    position:fixed;
    top:0px;
    width:100%; height:100%;
    z-index:999999;
    opacity: 0.5;
  }

  .show-text {
    left:45%;
    position:fixed;
    top:52%;
    font-size: 16px;
  }


.m-page-loader.m-page-loader--base.m-page-loader--non-block {
    background: 0 0;
}

.m-page-loader.m-page-loader--base.m-page-loader--non-block {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
}
.m-page-loader.m-page-loader--base {
    background: #fff;
}
.m-page-loader.m-page-loader--base {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: none;
}
.m-blockui {
    background: #fff;
    -webkit-box-shadow: 0 1px 15px 1px rgba(69,65,78,.1);
    -moz-box-shadow: 0 1px 15px 1px rgba(69,65,78,.1);
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.1);
}

.m-blockui {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: table;
    table-layout: fixed;
}
.m-blockui>span {
    color: #6f727d;
}

.m-blockui>span {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 15px;
    font-size: 1.5rem;
    font-weight: 400;
}
.m-blockui>span>.m-loader, .m-blockui>span>.m-spinner {
    margin-right: 10px;
}

.m-loader {
    position: relative;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}

.m-loader.m-loader--brand:before {
    border-top-color: #716aca;
}

.m-loader:before {
    border-top-color: #dfe2ea;
}
.m-loader:before {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -.7rem;
    margin-left: -.7rem;
    border-top-width: 2px;
    border-right-width: 2px;
}
.m-loader:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: m-loader-rotate .6s linear infinite;
    -moz-animation: m-loader-rotate .6s linear infinite;
    -ms-animation: m-loader-rotate .6s linear infinite;
    -o-animation: m-loader-rotate .6s linear infinite;
    animation: m-loader-rotate .6s linear infinite;
} */
/* .preloader{
    background-color:#000;
    background-image:url(../images/photos/preloader.GIF);
    background-position:center center;
    background-repeat:no-repeat;
    left:0px;
    position:fixed;
    opacity: 0.5;
    top:0px;
    width:100%; height:100%;
    z-index:999999;
} */

.preloader {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

/*--- Line Styles ---*/

.line-bottom {
  position: relative;
}

.line-bottom:before {
  background-color: #f55f0d;
  bottom: -15px;
  content: "";
  height: 2px;
  position: absolute;
  width: 80px;
}

.line-bottom:after {
  background-color: #fff;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 3px;
  position: absolute;
  width: 5px;
}

.line-center {
  position: relative;
}

.line-center:before {
  background-color: #f55f0d;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  max-width: 80px;
  position: absolute;
  right: 0;
  width: 100%;
}

.line-center:after {
  background-color: #e65000;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  max-width: 80px;
  position: absolute;
  right: 0;
  width: calc(100% - 99%);
}

.line-icon {
  margin-bottom: 40px;
  padding-bottom: 15px;
  position: relative;
}

.line-icon:before {
  background-color: #02e6b8;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  max-width: 100px;
  position: absolute;
  right: 0;
  width: 100%;
}

.line-icon:after {
  bottom: -3px;
  color: #02e6b8;
  font-family: "FontAwesome";
  content: "\f004";
  font-size: 20px;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

/*--- Flaticon Reset Styles ---*/

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}

[class^="flaticon-"],
[class*=" flaticon-"] {
  line-height: 1.19;
}

/*--- Btn Styles ---*/

.btn-theme {
  background-color: #f55f0d;
  border: 1px solid #f55f0d;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.67;
  padding: 15px 42px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-theme .icon {
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-theme:hover,
.btn-theme.btn-black {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
}

.btn-theme.btn-black:hover {
  background-color: #f55f0d;
  border: 1px solid #f55f0d;
  color: #fff;
}

.btn-theme.btn-theme2 {
  background-color: #e65000;
  border: 1px solid #e65000;
  color: #fff;
}

.btn-theme.btn-theme2:hover {
  background-color: #f55f0d;
  border: 1px solid #f55f0d;
  color: #fff;
}
.btn-theme.btn-theme3 {
  background-color: #ef3c7c !important;
  border: 1px solid #ef3c7c !important;
  color: #fff;
}

.btn-theme.btn-theme3:hover {
  background-color: #1dabf2 !important;
  border: 1px solid #1dabf2 !important;
  color: #fff;
}
.btn-theme.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #f55f0d;
}

.btn-theme.btn-white:hover {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
}

.btn-theme.btn-gray {
  background-color: #c6c7c7;
  border: 1px solid #c6c7c7;
  color: #fff;
}

.btn-theme.btn-gray:hover {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
}

.btn-theme.btn-gray.btn-bdr {
  background-color: transparent;
  border: 1px solid #c6c7c7;
  color: #c6c7c7;
}

.btn-theme.btn-gray.btn-bdr:hover {
  background-color: #c6c7c7;
  border: 1px solid #c6c7c7;
  color: #111;
}

.btn-theme.btn-bdr {
  background-color: transparent;
  border: 1px solid #f55f0d;
  color: #f55f0d;
}

.btn-theme.btn-bdr:hover {
  background-color: #f55f0d;
  color: #fff;
}

.btn-black.btn-bdr {
  background-color: transparent;
  border: 1px solid #111;
  color: #111;
}

.btn-black.btn-bdr:hover {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
}

.btn-theme.btn-white.btn-bdr {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-theme.btn-white.btn-bdr:hover {
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-gray.btn-bdr {
  background-color: transparent;
  border: 1px solid #c6c7c7;
  color: #a4a4a4;
}

.btn-gray.btn-bdr:hover {
  background-color: #c6c7c7;
  border: 1px solid #c6c7c7;
  color: #fff;
}

.btn-theme.btn-white-rgb {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
}

.btn-theme.btn-white-rgb:hover {
  background-color: #fff;
  border-color: transparent;
}

.btn-theme.btn-gradient {
  background-color: #1dabf2;
  background-image: linear-gradient(0deg, #15b8fd 0%, #4169fe 100%);
  border: none;
  color: #fff;
}

.btn-theme.btn-gradient:hover {
  background-color: #1dabf2;
  background-image: linear-gradient(0deg, #4169fe 0%, #15b8fd 100%);
}

.btn-theme.btn-gradient2 {
  background-color: #1dabf2;
  background-image: linear-gradient(0deg, #4169fe 0%, #15b8fd 100%);
  border: none;
  color: #fff;
}

.btn-theme.btn-gradient2:hover {
  background-color: #1dabf2;
  background-image: linear-gradient(0deg, #15b8fd 0%, #4169fe 100%);
}

.btn-sm {
  padding: 9px 25px;
}

.btn-xs {
  font-size: 11px;
  padding: 5px 15px;
}

.btn-radius {
  border-radius: 5px;
}

.btn-round {
  border-radius: 25px;
}

.btn-theme.pull-left,
.btn-theme.pull-right {
  display: inline-block;
  line-height: 1.4;
}

.btn-social-group {
  margin-bottom: -18px;
  margin-top: 15px;
}

.btn-social-group.align-right {
  display: inline;
  float: right;
  margin: 0;
}

.btn-social-group .text {
  color: #a9a9a9;
  font-family: "Muli", sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-top: 0;
}

.btn-social {
  margin-left: 5px;
}

.btn-social .icon {
  font-size: 20px;
  padding: 8px 2px;
}

.btn-social .icon:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.btn-social .icon.fa-facebook-official {
  color: #264689;
}

.btn-social .icon.fa-twitter-square {
  color: #25a3d0;
}

.btn-social .icon.fa-whatsapp {
  color: #329a23;
}

/*--- Owl Carousel Styles ---*/

.owl-theme .owl-controls {
  margin-top: 15px;
  position: static;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  background: rgba(240, 240, 240, 0.85);
  border-radius: 0px;
  display: inline-block;
  margin: 0;
  padding: 4px 14px;
  text-align: center;
}

.owl-carousel .owl-controls .owl-prev {
  margin-right: 2px;
}

.owl-carousel .owl-controls .owl-next {
  margin-left: 2px;
}

/*--- Owl Column Styles ---*/

.owl-carousel.owl-column .owl-controls {
  display: none;
}

.owl-carousel.owl-column.owlnav-true .owl-controls {
  display: inline;
}

.owl-carousel.owl-column.owldots-true .owl-controls {
  display: inline;
}

.owl-carousel.owl-column .owl-controls .owl-nav,
.owl-carousel.owl-column .owl-controls .owl-dots {
  display: none !important;
}

.owl-carousel.owl-column.owlnav-true .owl-controls .owl-nav {
  display: block !important;
}

.owl-carousel.owl-column.owldots-true .owl-controls .owl-dots {
  display: block !important;
}

/*--- Owl Nav Style One ---*/

.owl-carousel.owlnav-true .owl-controls .owl-prev,
.owl-carousel.owlnav-true .owl-controls .owl-next {
  background: rgba(240, 240, 240, 0.85);
  border-radius: 0px;
  display: inline-block;
  margin: 0;
  padding: 4px 14px;
  text-align: center;
}

.owl-carousel.owlnav-true .owl-controls .owl-prev {
  margin-right: 2px;
}

.owl-carousel.owlnav-true .owl-controls .owl-next {
  margin-left: 2px;
}

/*--- Owl Nav Style Two ---*/

.owl-carousel.owlnav-true.owl-nav2 .owl-controls {
  display: inline;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next {
  background: rgba(240, 240, 240, 0.85);
  border-radius: 0px;
  margin: 0;
  margin-top: -22px;
  padding: 10px 12px;
  position: absolute;
  text-align: center;
  top: 50%;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev i,
.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next i {
  color: #666;
  font-size: 20px;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next {
  right: 0;
}

/*--- Owl Nav Style Three ---*/

.owl-carousel.owlnav-true.owl-nav3 .owl-controls {
  display: inline;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next {
  background: rgba(240, 240, 240, 0.85);
  border-radius: 0px;
  margin: 0;
  margin-top: -22px;
  opacity: 0;
  padding: 10px 12px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev i,
.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next i {
  color: #666;
  font-size: 20px;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next {
  right: 0;
}

.owl-carousel.owlnav-true.owl-nav3:hover .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav3:hover .owl-nav .owl-next {
  opacity: 1;
}

/*--- Owl Nav Style Four ---*/

.owl-carousel.owlnav-true.owl-nav4 .owl-controls {
  display: inline;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next {
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  left: auto;
  padding: 0 10px;
  position: absolute;
  top: -60px;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev {
  right: 30px;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next {
  right: 0;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev i,
.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next i {
  font-size: 14px;
  color: #000;
}

.owl-carousel.owlnav-true.owl-nav4.owlnav-top-title .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav4.owlnav-top-title .owl-nav .owl-next {
  top: -85px;
}

/*--- Owl Dots Style ---*/

.owl-carousel .owl-controls .owl-dots {
  text-align: center;
  display: inline-block;
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 5px;
}

.owl-carousel .owl-controls .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.owl-carousel .owl-controls .owl-dots .owl-dot span {
  background-color: #fff;
  border: 5px solid #f55f0d;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  width: 16px;
}

.owl-carousel .owl-controls .owl-dots .owl-dot:hover span,
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  background-color: #fff;
  border-color: #1c1c1c;
}

/*--- Blockquote Style ---*/

.blockquote-style {
  border-left: 3px solid #c9c9c9;
  margin: 20px 0;
  padding: 30px;
}

.blockquote-style p {
  font-size: 16px;
  font-style: italic;
}

.blockquote-style1 {
  background-color: #f9f9f9;
  border-left: 5px solid #f2f2f2;
  margin: 20px 0;
  padding: 30px;
}

.blockquote-style1 p {
  font-size: 16px;
  font-style: italic;
}

/*--- Thumb Overlay effect ---*/

.thumb-caption {
  position: relative;
  overflow: hidden;
  height: 307px;
  width: 358px;
}

.overlay-effect {
  background-color: rgba(245, 95, 13, 0.75);
  color: #fff;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  width: 100%;
}

.box-area:hover .overlay-effect {
  background-color: rgba(245, 95, 13, 0.9);
}

.box-effect-white .box-area:hover .overlay-effect {
  background-color: rgba(255, 255, 255, 0.75);
}

.box-area .overlay-effect.overlay-effect2 {
  opacity: 0;
}

.box-area:hover .overlay-effect.overlay-effect2 {
  opacity: 1;
}

.box-area .overlay-effect.overlay-effect3 {
  border-radius: 0 30px 30px 0;
  bottom: 0;
  height: auto;
  margin: 10px 0;
  opacity: 1;
  text-align: left;
  top: auto;
  width: auto;
}

.overlay-effect h1,
.overlay-effect h2,
.overlay-effect h3,
.overlay-effect h4,
.overlay-effect h5,
.overlay-effect h6,
.overlay-effect p {
  color: #fff;
  margin: 0;
}

/*--- Gallery Style ---*/

.isotopeContainer .isotope-item {
  width: 25%;
}

.isotopeContainer .isotope-item img {
  max-width: 100%;
  width: 100%;
}

/* Isotop Filter Style */

.isotopeFilter {
  margin-bottom: 30px;
  text-align: center;
}

.isotopeFilter.filter-left {
  text-align: left;
}

.isotopeFilter.filter-right {
  text-align: right;
}

.isotopeFilter a {
  background-color: #f9f8f7;
  border-radius: 3px;
  color: #e65000;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  padding: 7px 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.isotopeFilter ul,
.isotopeFilter li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.isotopeFilter a:hover,
.isotopeFilter a.current {
  background-color: #e65000;
  color: #fff;
}
.isotopeFilter li {
  background-color: #f9f8f7;
  border: none;
  border-radius: 3px;
  color: #e65000;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  padding: 7px 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.isotopeFilter li:focus,
.isotopeFilter li:active,
.isotopeFilter li:hover,
.isotopeFilter li.current {
  background-color: #e65000;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
}

/* Isotop Colunm Style */

.isotopeContainer.isotop-colunm .isotope-item {
  width: 100%;
}

.isotopeContainer.isotop-colunm2 .isotope-item {
  width: 50%;
}

.isotopeContainer.isotop-colunm3 .isotope-item {
  width: 33.33%;
}

.isotopeContainer.isotop-colunm4 .isotope-item {
  width: 25%;
}

.isotopeContainer.isotop-colunm5 .isotope-item {
  width: 20%;
}

.isotopeContainer.isotop-colunm6 .isotope-item {
  width: 16.66%;
}

.isotopeContainer.isotop-colunm7 .isotope-item {
  width: 14.28%;
}

.isotopeContainer.isotop-colunm8 .isotope-item {
  width: 12.5%;
}

.isotopeContainer.isotop-colunm9 .isotope-item {
  width: 11.11%;
}

.isotopeContainer.isotop-colunm10 .isotope-item {
  width: 10%;
}

.isotopeContainer.isotop-colunm11 .isotope-item {
  width: 9.09%;
}

.isotopeContainer.isotop-colunm12 .isotope-item {
  width: 8.33%;
}

.isotopeContainer .isotope-item.w2-isotope {
  width: 50%;
}

/* Isotop Tiles Style */

.isotopeContainer.isotop-masonry.isotop-colunm3 .isotope-item.isotope-wide {
  width: 66.66%;
}

.isotopeContainer.isotop-masonry.isotop-colunm4 .isotope-item.isotope-wide {
  width: 50%;
}

/* Isotop Gutter Style */

.isotopeContainer.isotop-gutter {
  margin: -5px -5px 0;
}

.isotopeContainer.isotop-gutter .isotope-item {
  padding: 5px;
}

.isotopeContainer.isotop-gutter-sm {
  margin: -2px -2px 0;
}

.isotopeContainer.isotop-gutter-sm .isotope-item {
  padding: 2px;
}

.isotopeContainer.isotop-gutter-lg {
  margin: -10px -10px 0;
}

.isotopeContainer.isotop-gutter-lg .isotope-item {
  padding: 10px;
}

/* Isotop Item Style */

.isotope-item .isotop-thumb {
  position: relative;
}

.isotope-item .isotop-thumb .isotop-overlay {
  background-color: rgba(255, 255, 255, 0.75);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  width: 100%;
}

.isotope-item:hover .isotop-thumb .isotop-overlay {
  opacity: 1;
}

.isotope-item .isotop-thumb .isotop-overlay .isotop-icons {
  position: absolute;
  text-align: center;
  top: calc(50% - 17px);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  width: 100%;
}

.isotope-item:hover .isotop-thumb .isotop-overlay .isotop-icons {
  transform: scale(1);
}

.isotope-item .isotop-thumb .isotop-overlay .isotop-icons a {
  background-color: rgba(245, 95, 13, 0.85);
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 #ddd;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  width: 35px;
}

.isotope-item .isotop-thumb .isotop-overlay .isotop-icons a:nth-child(n + 2) {
  margin-left: 10px;
}

.isotope-item .isotop-thumb .isotop-overlay .isotop-icons a:hover {
  background-color: #e65000;
  color: #fff;
}

/* Isotop Item Hover Style */

.isotopeContainer.isotope-hover .isotope-item .isotop-thumb {
  overflow: hidden;
}

.isotopeContainer.isotope-hover .isotope-item .isotop-thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.isotopeContainer.isotope-hover .isotope-item:hover .isotop-thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  -moz-transform: scale(1.15);
}

/* Isotop Item Hover Style 2 */

.isotopeContainer.isotope-hover2 .isotope-item .isotop-thumb {
  overflow: hidden;
}

.isotopeContainer.isotope-hover2 .isotope-item .isotop-thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.isotopeContainer.isotope-hover2 .isotope-item:hover .isotop-thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  -moz-transform: scale(1.15);
}

.isotopeContainer.isotope-hover2 .isotope-item .isotop-thumb .isotop-overlay {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  width: auto;
  height: auto;
}

/* Responsive Style */
@media only screen and (max-width: 991px) {
  .isotopeContainer.isotop-colunm .isotope-item {
    width: 50%;
  }

  .isotopeContainer.isotop-colunm2 .isotope-item {
    width: 50%;
  }

  .isotopeContainer.isotop-colunm3 .isotope-item {
    width: 50%;
  }

  .isotopeContainer.isotop-colunm4 .isotope-item {
    width: 50%;
  }

  .isotopeContainer.isotop-colunm5 .isotope-item {
    width: 50%;
  }

  .isotopeContainer.isotop-colunm6 .isotope-item {
    width: 50%;
  }

  .isotopeContainer.isotop-colunm7 .isotope-item {
    width: 50%;
  }

  .isotopeContainer.isotop-colunm8 .isotope-item {
    width: 50%;
  }

  .isotopeContainer.isotop-colunm9 .isotope-item {
    width: 50%;
  }

  .isotopeContainer.isotop-colunm10 .isotope-item {
    width: 50%;
  }

  .isotopeContainer.isotop-colunm11 .isotope-item {
    width: 50%;
  }

  .isotopeContainer.isotop-colunm12 .isotope-item {
    width: 50%;
  }

  .isotopeContainer .isotope-item.w2-isotope {
    width: 50%;
  }
}
@media only screen and (max-width: 520px) {
  .isotopeContainer.isotop-colunm .isotope-item {
    width: 100%;
  }

  .isotopeContainer.isotop-colunm2 .isotope-item {
    width: 100%;
  }

  .isotopeContainer.isotop-colunm3 .isotope-item {
    width: 100%;
  }

  .isotopeContainer.isotop-colunm4 .isotope-item {
    width: 100%;
  }

  .isotopeContainer.isotop-colunm5 .isotope-item {
    width: 100%;
  }

  .isotopeContainer.isotop-colunm6 .isotope-item {
    width: 100%;
  }

  .isotopeContainer.isotop-colunm7 .isotope-item {
    width: 100%;
  }

  .isotopeContainer.isotop-colunm8 .isotope-item {
    width: 100%;
  }

  .isotopeContainer.isotop-colunm9 .isotope-item {
    width: 100%;
  }

  .isotopeContainer.isotop-colunm10 .isotope-item {
    width: 100%;
  }

  .isotopeContainer.isotop-colunm11 .isotope-item {
    width: 100%;
  }

  .isotopeContainer.isotop-colunm12 .isotope-item {
    width: 100%;
  }

  .isotopeContainer .isotope-item.w2-isotope {
    width: 100%;
  }

  .isotopeContainer.isotop-masonry.isotop-colunm4 .isotope-item.isotope-wide {
    width: 100%;
  }
}

/*--- Progress Bar Style ---*/

.progress-item {
  background-color: #eee;
  border-radius: 3px;
  display: block;
  height: 20px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

.progress-item .progress-title {
  background-color: #e65000;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  z-index: 1;
}

.progress-item .progress-title span {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
  min-width: 60px;
  padding: 0 15px;
  text-align: center;
}

.progress-item .bar-progress {
  background-color: #f55d0a !important;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  height: 20px;
  overflow: visible !important;
  width: 0;
}

.progress-item .progress-percent {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
}

.progress-two .progress-item .bar-progress {
  position: relative;
}

.progress-two .progress-item .progress-percent {
  color: #fff;
}

.progress-three .progress-item .bar-progress {
  position: relative;
}

.progress-three .progress-item .progress-percent {
  background-color: #e65000 !important;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  right: -20px;
  text-align: center;
  top: -7px;
  width: 32px;
  z-index: 1;
}

.pgbtitle-top {
  margin-top: 30px;
}

.pgbtitle-top .progress-item {
  margin-bottom: 45px;
}

.pgbtitle-top .progress-item .progress-title {
  background-color: transparent;
  top: -30px;
}

.pgbtitle-top .progress-item .progress-title span {
  color: #000;
  line-height: 20px;
  min-width: auto;
  padding: 0;
}

.pgbpercent-top {
  margin-top: 30px;
}

.pgbpercent-top .progress-item {
  margin-bottom: 45px;
}

.pgbpercent-top .progress-item .progress-percent {
  color: #000;
  font-size: 13px;
  line-height: 20px;
  right: 10px;
  top: -30px;
}

.pgb-large .progress-item {
  height: 35px;
}

.pgb-large .progress-item .progress-title span {
  font-size: 13px;
  line-height: 35px;
}

.pgbtitle-top.pgb-large .progress-item .progress-title span {
  line-height: 20px;
}

.pgb-large .progress-item .bar-progress {
  height: 35px;
}

.pgb-large .progress-item .progress-percent {
  font-size: 13px;
  line-height: 35px;
}

.pgb-large.pgbpercent-top .progress-item .progress-percent {
  font-size: 13px;
  line-height: 20px;
}

.progress-three.pgb-large .progress-item .progress-percent {
  background-color: #e65000;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  right: -20px;
  text-align: center;
  top: -7px;
  width: 45px;
  z-index: 1;
}

.pgb-small .progress-item {
  height: 13px;
}

.pgb-small .progress-item .progress-title span {
  font-size: 10px;
  line-height: 13px;
  min-width: 45px;
}

.pgbtitle-top.pgb-small .progress-item .progress-title span {
  font-size: 13px;
  line-height: 13px;
  min-width: auto;
}

.pgb-small .progress-item .bar-progress {
  height: 13px;
}

.pgb-small .progress-item .progress-percent {
  font-size: 10px;
  line-height: 13px;
}

.pgb-small.pgbpercent-top .progress-item .progress-percent {
  font-size: 13px;
}

.progress-three.pgb-small .progress-item .progress-percent {
  background-color: #e65000;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  height: 25px;
  line-height: 25px;
  right: -20px;
  text-align: center;
  top: -7px;
  width: 25px;
  z-index: 1;
}

/*--- Content Vmiddle Style ---*/

.verticle-wrp {
  display: table;
  height: 100%;
}

.verticle-middle {
  display: table-cell;
  vertical-align: middle;
}

/*--- Boxed Layout Style ---*/

.boxed-layout-style {
  background-color: #aeaeae;
}

.boxed-layout-style .wrapper {
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  max-width: 1200px;
}

.boxed-layout-style .container {
  padding: 0 15px;
}

.boxed-layout-style .mega-header {
  margin: 0 auto;
  max-width: 1200px;
}

.boxed-layout-style .mega-header .header-main.header-fixedtop {
  left: 0 !important;
  margin: 0 auto !important;
  max-width: 1200px;
  right: 0;
}

.wide-layout-style .mega-header .header-main.header-fixedtop {
  left: 0 !important;
  right: 0;
  width: 100% !important;
}

.boxed-layout-style .home-slider.ui-resizable {
  max-width: 100% !important;
}

.boxed-layout-style .tp-banner-container {
  max-width: 100% !important;
  left: 0 !important;
  right: 0;
}

.boxed-layout-style .tp-banner-container .tp-leftarrow {
  left: 0 !important;
}

.boxed-layout-style .tp-banner-container .tp-rightarrow {
  right: 0 !important;
}

.boxed-layout-style .tp-banner-container .tp-bullets {
  margin-left: 0 !important;
}
.wide-layout-style .home-slider.ui-resizable {
  max-width: 100% !important;
}
.wide-layout-style .tp-banner-container {
  max-width: auto;
  left: 0 !important;
  right: 0;
}

.home-slider.ui-resizable .ui-icon,
.home-slider.ui-resizable .ui-widget-content .ui-icon {
  background-image: none;
}

/*
-----------------------------------------------------------------------
    Switcher Menu style
-----------------------------------------------------------------------
*/

.menu-switcher {
  background-color: rgba(1, 1, 1, 0.95);
  left: -250px;
  padding: 15px 15px 40px;
  position: fixed;
  top: 30%;
  width: 250px;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-switcher.switcher-show {
  left: 0;
}

.switcher-btn {
  background-color: rgba(2, 2, 2, 0.85);
  border: 1px solid #222;
  border-radius: 0 50% 50% 0;
  color: #eee;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  padding: 8px 15px 8px 13px;
  position: absolute;
  right: -47px;
}

a.switcher-btn:hover,
a.switcher-btn:active,
a.switcher-btn:focus {
  color: #fff;
}

.switcher-title {
  border-bottom: 1px solid #151515;
  color: #eee;
  margin-bottom: 25px;
  margin-right: 10px;
  padding-bottom: 12px;
  position: relative;
  text-align: right;
}

.switcher-title:after {
  border-bottom: 1px solid #111;
  bottom: -2px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.menu-switcher .title {
  border-bottom: 1px solid #151515;
  color: #555;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
}

.menu-switcher .title:after {
  border-bottom: 1px solid #111;
  bottom: -2px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.switcher-laout-boxed-wide {
  margin-bottom: 15px;
}

.menu-switcher ul {
  color: #fff;
  display: inline-block;
  text-align: center;
}

.menu-switcher ul li {
  color: #fff;
  display: inline-block;
}

.menu-switcher ul li a {
  color: #fff;
  cursor: pointer;
}

/* Switcher Color */

.switcher-color li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  text-align: left;
  width: 20%;
}

.switcher-color li:last-child {
  margin-right: 0;
}

.switcher-color li:nth-child(4) {
  margin-right: 0 !important;
}

.switcher-color li a {
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.switcher-color li a.scr-color1 {
  background-color: #1dabf2;
}

.switcher-color li a.scr-color2 {
  background-color: #ff6d00;
}

.switcher-color li a.scr-color3 {
  background-color: #f28b3d;
}

.switcher-color li a.scr-color4 {
  background-color: #af8e0b;
}

.switcher-color li a.scr-color5 {
  background-color: #b70244;
}

.switcher-color li a.scr-color6 {
  background-color: #42b7d3;
}

.switcher-color li a.scr-color7 {
  background-color: #0b4575;
}

.switcher-color li a.scr-color8 {
  background-color: #546e7a;
}

.switcher-color li a.scr-color9 {
  background-color: #19abdd;
}

.switcher-color li a.scr-color10 {
  background-color: #1aa6d8;
}

.switcher-color li a.scr-color11 {
  background-color: #08a1de;
}

.switcher-color li a.scr-color12 {
  background-color: #1196cc;
}

.switcher-color li a:hover,
.switcher-color li a:active,
.switcher-color li a:focus {
  color: #fff;
}

/* Switcher Laout Boxed & Wide */

.switcher-laout-boxed-wide li {
  float: left;
  margin-right: 10px;
}

.switcher-laout-boxed-wide li:last-child {
  margin-right: 0;
}

.switcher-laout-boxed-wide li a {
  background-color: #353535;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  padding: 5px 15px;
  text-align: center;
}

/* Switcher Laout Bg Image */

.switcher-layout-bgimg li {
  color: #fff;
  line-height: 1;
  margin-right: 3px;
}

.switcher-layout-bgimg li:nth-child(6n + 6) {
  margin-right: 0;
}

.switcher-layout-bgimg li a {
  display: inline-block;
  margin-bottom: 2px;
  width: 30px;
}

.switcher-layout-bgimg li a img {
  height: 20px;
  width: 30px;
}

.switcher-layout-bgimg li a.switcher-bgi-pattern {
  background-color: #eee;
  color: #f55f0d;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 30px;
}

.solid-bgi-body {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.pattern-bgi-body {
  background-attachment: fixed;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

/*
-----------------------------------------------------------------------
    Side Toggle  Menu style
-----------------------------------------------------------------------
*/

.side-toggle-menu .cbp-spmenu {
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  overflow-y: scroll;
}

.side-toggle-menu .side-menu-btn {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50% 0 0 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  height: 42px;
  left: auto;
  line-height: 42px;
  padding-left: 9px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 30%;
  width: 42px;
  z-index: 999;
}

.side-toggle-menu .side-menu-btn:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

.sidemenu-dropdown {
  cursor: pointer;
}

.sidemenu-dropdown-active {
  display: none;
}

.side-toggle-menu .cbp-spmenu a {
  color: #000;
  border-bottom: 1px dotted #d9d9d9;
  font-weight: 500;
}

.side-toggle-menu .cbp-spmenu a:hover {
  color: #fff;
}

.side-toggle-menu .cbp-spmenu a.logo {
  background-color: #101010;
  border: none !important;
}

.side-toggle-menu .cbp-spmenu a.logo:hover {
  background-color: #101010;
}

.side-toggle-menu .cbp-spmenu a i {
  color: #fff;
}

.side-toggle-menu .cbp-spmenu:hover a.side-menu-btn-close {
  cursor: pointer;
}

.side-toggle-menu .cbp-spmenu a.side-menu-btn-close {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  display: inline-block;
  margin-top: 5px;
  padding: 0 7px;
  position: absolute;
  right: 0;
}

.side-toggle-menu .cbp-spmenu a.side-menu-btn-close:hover {
  background-color: rgba(0, 0, 0, 0.55);
}

.side-toggle-menu .copy-right-sidemenu {
  border-top: 1px dotted #d3d3d3;
  bottom: 30px;
  color: #aeaeae;
  font-size: 12px;
  left: 0;
  margin: 0;
  padding-top: 30px;
  position: absolute;
  right: 0;
  text-align: center;
}

.side-toggle-menu .copy-right-sidemenu a {
  border: none !important;
  display: inline-block;
  font-size: 13px;
  padding: 0;
  text-decoration: none;
}

.side-toggle-menu .copy-right-sidemenu a:hover {
  background-color: transparent !important;
}

/*
-----------------------------------------------------------------------
    Main Header style
-----------------------------------------------------------------------
*/

.mega-header {
  background: #fff;
  left: 0px;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.mega-header .header-bar {
  background-color: #f7f7f7;
  padding: 7px 0 8px;
}

.mega-header .header-bar .social-icons {
  float: right;
  text-align: right;
}

.mega-header .header-bar .social-icons li {
  margin-right: 7px;
}

.mega-header .header-bar .social-icons li a {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  height: 32px;
  width: 32px;
}

.mega-header .header-bar .social-icons li:hover a,
.mega-header .header-bar .social-icons li a:hover {
  background-color: #f55f0d;
  border-color: #f55f0d;
}

.mega-header .header-bar .social-icons li a i {
  color: #afafaf;
  line-height: 30px;
}

.mega-header .header-bar .social-icons li a:hover i {
  color: #fff;
}

.mega-header .header-bar .side-toggle-menu {
  float: right;
  margin-left: 20px;
  position: relative;
}

.mega-header .header-bar .side-toggle-menu:before {
  background-color: #ecebeb;
  content: "";
  height: 52px;
  left: -12px;
  position: absolute;
  top: -7px;
  width: 1px;
}

.mega-header .header-bar .side-toggle-menu:after {
  background-color: #f7f7f7;
  content: "";
  height: 52px;
  left: -11px;
  position: absolute;
  top: -7px;
  width: 1px;
}

.mega-header .header-bar .side-toggle-menu .side-menu-btn {
  background-color: transparent;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  color: #afafaf;
  height: 32px;
  line-height: 30px;
  padding-left: 0;
  position: inherit;
  text-align: center;
  top: 0;
  width: 32px;
}

.mega-header .header-bar .side-toggle-menu .side-menu-btn:hover {
  background-color: #f55f0d;
  color: #fff;
}

.mega-header .header-top {
  position: relative;
  padding: 20px 0px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.header-fixedtop {
  position: fixed !important;
  top: 0;
  width: 100%;
}

.header-fixedtop .header-top {
  display: none;
  opacity: 0;
  padding: 0px 0px;
}

.mega-header .logo {
  margin-left: -15px;
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.mega-header .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.mega-header .header-top .search-form .form {
  position: relative;
  margin-top: 25px;
  padding-left: 30px;
}

.mega-header .header-top .form input[type="text"],
.mega-header .header-top .form input[type="password"] {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 24px;
  font-size: 13px;
  padding: 7px 50px 7px 15px;
  border: 1px solid #cccccc;
  background: #ffffff;
}

.mega-header .header-top .form select {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 24px;
  font-size: 13px;
  padding: 7px 15px;
  border: 1px solid #cccccc;
  border-right: none;
  color: #888888;
  background: #ffffff url(../images/icons/icon-down.png) center right no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
}

.mega-header .header-top .form-group {
  position: relative;
  float: left;
  margin-bottom: 10px;
}

.mega-header .header-top .medium {
  width: 150px;
}

.mega-header .header-top .form button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #000000;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
}

.mega-header .header-top .form button:hover {
  background: #e65000;
}

.mega-header .header-top .large {
  width: 320px;
}

.mega-header .header-top .user-links {
  position: relative;
  margin-top: 25px;
}

.mega-header .header-top .user-links a {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 30px;
  padding: 5px 0px;
  display: inline-block;
  margin: 0px 5px;
  color: #565656;
}

.mega-header .header-top .user-links a:hover,
.mega-header .header-top .user-links a.active {
  color: #e65000;
}

/*--- Header Top Infos Styles ---*/

.header-top-infos > ul {
  display: inline-block;
  float: right;
}
.header-top-infos > ul > li {
  border-right: 1px solid #d3d3d3;
  float: left !important;
  display: inline-block;
  padding: 0 30px;
}
.header-top-infos > ul > li:last-child {
  border: none;
  padding-right: 5px;
}
.header-top-infos > ul > li:last-child {
  border: none;
}
.header-top-infos {
  font-size: 14px;
  line-height: 20px;
  color: #36404b;
  margin-top: 15px;
}
.header-top-infos p {
  margin-bottom: 5px;
}
.header-top-infos li div {
  display: inline-block;
}
.header-top-infos li div img {
  float: left !important;
  margin-right: 10px;
  margin-top: 5px;
}
.header-top-infos li div p {
  float: left;
}

/*--- Main Menu Styles Start ---*/

.mega-header .header-main {
  background: #f55f0d;
  left: 0 !important;
  padding: 0;
  position: relative;
  right: 0 !important;
  width: 100% !important;
}

.mega-menu {
  position: relative;
  z-index: 5;
}

.toggleMenu {
  display: none;
  padding: 20px 18px 0 0;
}
.mainmenu {
  list-style: none;
  *zoom: 1;
}
.mainmenu:before,
.mainmenu:after {
  content: " ";
}
.mainmenu:after {
  clear: both;
}
.mainmenu ul {
  list-style: none;
  min-width: 180px;
}
.mainmenu li a {
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 16px 15px;
  outline: 0 none;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.mainmenu li.dropdown a {
  padding: 16px 40px 16px 15px;
}
.mainmenu li a:hover {
  color: #fff;
  background-color: #e65000;
}
.mainmenu li.dropdown-toggle a {
  color: #fff;
  background-color: #e65000;
}
.mainmenu > li {
  float: left;
}
.mainmenu > li.dropdown .parent:after {
  color: #fff;
  font-family: "FontAwesome";
  content: "\f107";
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 33%;
  width: 10px;
  z-index: 5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.mainmenu > li.dropdown li .parent:after {
  display: block;
  top: 22%;
}
.mainmenu > li.dropdown li.dropdown-toggle .parent:after {
  transform: rotate(-90deg);
}
.mainmenu > li > a {
  display: block;
}
.mainmenu li ul {
  position: absolute;
  left: -9999px;
}
.mainmenu > li.dropdown-toggle > ul {
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.05);
  left: auto;
  right: auto;
}
.mainmenu > li.dropdown-toggle > ul > li > ul {
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.05);
}
.mainmenu li li.dropdown-toggle {
  position: relative;
}
.mainmenu li li.dropdown-toggle ul {
  left: 100%;
  top: 0;
}
.mainmenu li li a {
  background-color: #e65000;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  display: block;
  padding: 7px 15px;
  position: relative;
  text-transform: capitalize;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.mainmenu li.dropdown li a {
  padding: 7px 15px;
}
.mainmenu li.dropdown li a:hover {
  color: #fff;
  padding: 7px 14px 7px 18px;
}
.mainmenu li li a:hover {
  background-color: #f55f0d;
}
.mainmenu li.dropdown-toggle li li a {
  background-color: #f55f0d;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  z-index: 200;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.mainmenu li.dropdown-toggle li li a:hover {
  background-color: #e65000;
}
.mainmenu li.dropdown-toggle li.dropdown-toggle a {
  background-color: #f55f0d;
}

.mainmenu > li.mega-grid {
  position: static;
}

.mainmenu > li.dropdown-toggle > .menu-grid {
  background-color: #fff;
  left: 0;
  padding: 30px;
  right: 0;
}

.mainmenu .menu-grid {
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.05);
}

.mainmenu .menu-grid .col-grid {
}

.mainmenu .menu-grid .col-grid li.col-title {
  border-right: none;
  color: #ff7777;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.mainmenu .menu-grid .col-grid:hover li.col-title {
  color: #ff7777;
}

.mainmenu .menu-grid .col-grid li a {
  background-color: #fff;
  color: #79858c;
}

.mainmenu .menu-grid .col-grid li:hover a {
  background-color: #1dabf2;
  color: #fff;
}

.mainmenu .menu-grid .menu-content .col-grid li {
  float: left;
  margin-bottom: 15px;
  min-height: 80px;
  padding: 0 7px;
  width: 50%;
}

.mainmenu .menu-grid .menu-content .col-grid li:nth-child(n + 4) {
  margin-bottom: 0;
}

.mainmenu .menu-grid .menu-content .col-grid li.col-title {
  min-height: auto;
  padding-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
}

.mainmenu .menu-grid .menu-content .col-grid .menuitem-note {
  color: #79858c;
  display: inline-block;
  margin-top: 12px;
  padding: 0 15px;
  width: 100%;
}

.mainmenu .menu-grid .menu-content .col-grid .menuitem-note span {
  color: #ff7777;
}

.mainmenu .menu-grid .menu-content .col-grid li a .p-text {
  color: #79858c;
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.mainmenu .menu-grid .menu-content .col-grid .shop-product a {
  background-color: transparent;
  border: none;
  color: #000;
  font-weight: 500;
  padding: 0;
}

.mainmenu .menu-grid .menu-content .col-grid .shop-product a:hover {
  background-color: transparent;
  color: #ef3c7c;
}

.header-main.header-fixedtop
  .mainmenu
  .menu-grid
  .menu-content
  .col-grid
  .shop-product
  a {
  color: #000;
  padding: 0;
}

.header-main.header-fixedtop
  .mainmenu
  .menu-grid
  .menu-content
  .col-grid
  .shop-product
  a:hover {
  color: #ef3c7c;
}

.mainmenu .menu-grid .menu-content .col-grid .shop-product .shop-item {
  margin-bottom: 0;
}

.mainmenu
  .menu-grid
  .menu-content
  .col-grid
  .shop-product
  .shop-item
  .thumb-caption
  .shop-meta {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu li.dropdown a {
    padding: 16px 16px 16px 15px;
  }
  .mainmenu > li.dropdown .parent:after {
    display: none;
  }
  .btnValidate {
    margin-top: 10px;
  }
  .ckToolTip {
    max-width: 300px !important;
    width: 300px !important;
  }
  #mcTooltipWrapper {
    left: 0 !important;
  }
  .mcTooltipInner {
    width: 300px !important;
  }
  #dmhd {
    height: 200px !important;
  }

  .country-code {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .active {
    display: block;
  }
  .mainmenu {
    background-color: #fff;
  }
  .mainmenu > li {
    float: none;
  }
  .mainmenu li a {
    color: #777;
    border-top: 1px solid #f0f0f0;
  }
  .mainmenu li.dropdown a {
    padding: 10px 30px 10px 15px;
  }
  .mainmenu > li.dropdown .parent:after {
    color: #f55f0d;
  }
  .mainmenu > li.dropdown:hover .parent:after {
    color: #fff;
  }
  .mainmenu > li.dropdown.dropdown-toggle .parent:after {
    color: #fff;
    top: 12%;
  }
  .mainmenu > li.dropdown a:hover:after {
    color: #fff;
  }
  .mainmenu ul {
    display: block;
    width: 100%;
  }
  .mainmenu > li.dropdown-toggle > ul,
  .mainmenu li li.dropdown-toggle ul {
    position: static;
  }
  .toggleMenu {
    float: right;
    height: 56px;
    width: 60px;
  }
  .toggleMenu em {
    background-color: #fff;
    float: right;
    height: 3px;
    margin: 0 0 4px;
    width: 25px;
  }

  .btnValidate {
    margin-top: 10px;
  }
  .ckToolTip {
    max-width: 300px !important;
    width: 300px !important;
  }
  #mcTooltipWrapper {
    left: 0 !important;
  }
  .mcTooltipInner {
    width: 300px !important;
  }
  #dmhd {
    height: 400px !important;
  }

  .country-code {
    padding-top: 30px;
  }
}

.mainmenu.nav:after {
  display: inline;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

.header-main .appoint-inner {
  text-align: right !important;
}

.header-main .appoint-btn a {
  background-color: #e65000;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 56px;
  padding: 0 35px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.header-main .appoint-btn a:hover {
  background: #f5a135;
}

/*--- Header Transparent Styles ---*/

.mega-header.hdr-pos {
  background-color: transparent;
  position: absolute;
  top: 0;
}

.mega-header.hdr-pos .header-bar {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mega-header.hdr-pos .header-bar .widget-tags a {
  border: none;
  color: #fff;
}

.mega-header.hdr-pos .header-bar .widget-tags a:before {
  background-color: rgba(255, 255, 255, 0.1);
  height: 46px;
}

.mega-header.hdr-pos .header-bar .widget-tags a:last-child:after {
  background-color: rgba(255, 255, 255, 0.1);
  height: 46px;
}

.mega-header.hdr-pos .header-bar .social-icons {
  float: left;
  text-align: left;
}

.mega-header.hdr-pos .header-bar .social-icons li {
  margin-right: 1px;
}

.mega-header.hdr-pos .header-bar .social-icons li a {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.mega-header.hdr-pos .header-bar .social-icons li a i {
  color: #fff;
}

.mega-header.hdr-pos .header-bar .social-icons li:hover a,
.mega-header.hdr-pos .header-bar .social-icons li a:hover {
  background-color: #1dabf2;
  border-color: #0399e4;
}

.mega-header.hdr-pos .header-bar .social-icons.icon-right {
  float: right;
  text-align: right;
}

.mega-header.hdr-pos .header-top {
  background-color: transparent;
  border-bottom: 1px solid rgba(241, 241, 241, 0.1);
  padding: 5px 0;
}

.mega-header.hdr-pos .header-main {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  padding-bottom: 15px;
}

.hdr-pos .iconbox-widget .box-contenet .sub-title a {
  color: #fff;
}

.mega-header.hdr-pos .logo img {
  margin-left: -5px;
  margin-top: 0;
  width: 233px;
}

.hdr-pos .mainmenu li.dropdown a {
  padding: 16px 12px;
}

.hdr-pos .mainmenu li.dropdown li a {
  background-color: #fff;
  color: #79858c;
  padding: 7px 15px;
}

.hdr-pos .mainmenu li.dropdown li.dropdown-toggle a {
  color: #fff;
}

.hdr-pos .mainmenu li.dropdown li.dropdown-toggle li a {
  background-color: #fff;
  color: #79858c;
}

.hdr-pos .mainmenu li.dropdown li li.dropdown-toggle a {
  background-color: #1dabf2;
  color: #fff;
}

.hdr-pos .mainmenu > li.active > a {
  background-color: transparent !important;
  color: #00f1ff;
}
.hdr-pos .mainmenu > li.dropdown .parent:after {
  display: none;
}
.hdr-pos .mainmenu > li.dropdown li .parent:after {
  display: block;
  top: 22%;
  color: #79858c;
}
.hdr-pos .mainmenu > li.dropdown li:hover .parent:after {
  color: #fff;
}

.mega-header.hdr-pos .header-main.header-fixedtop {
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
  box-shadow: 0 1px 6px 0 rgba(117, 117, 117, 0.25);
  margin-top: 0;
  padding: 12px 0;
}

.mega-header.hdr-pos .header-main.header-fixedtop .icon-cart .icon-box .icon {
  border-left-color: #79858c;
  color: #79858c;
  margin-top: 6px;
}

.hdr-pos .header-fixedtop .mainmenu > li.active > a {
  background-color: #0399e4 !important;
  color: #fff;
}

.mega-header.hdr-pos .header-main.header-fixedtop .logo img {
  padding-top: 10px;
}

/*--- Header Transparent Color Styles ---*/

.mega-header.hdr-pos.bgc-two .header-main.header-fixedtop {
  background-color: #02e6b8;
  background-image: none;
}

.hdr-pos.bgc-two .header-fixedtop .mainmenu > li > a {
  color: #6e758c;
  font-weight: 600;
}

.mega-header.hdr-pos .header-fixedtop .mainmenu li.dropdown a {
  color: #79858c;
  padding: 20px 12px;
}

.mega-header.hdr-pos .header-fixedtop .mainmenu li.dropdown.active a {
  color: #fff;
}

.mega-header.hdr-pos .header-fixedtop .mainmenu li.dropdown:hover a {
  color: #fff;
}

.mega-header.hdr-pos .header-fixedtop .mainmenu li.dropdown.dropdown-toggle a {
  color: #fff;
}

.mega-header.hdr-pos .header-fixedtop .mainmenu li.dropdown li a {
  background-color: #fff;
}

.mega-header.hdr-pos
  .header-fixedtop
  .mainmenu
  li.dropdown.dropdown-toggle
  li
  a {
  background-color: #fff;
  border-bottom: 1px solid #f7f7f7;
  color: #79858c;
}

.mega-header.hdr-pos
  .header-fixedtop
  .mainmenu
  li.dropdown.dropdown-toggle
  li:hover
  a {
  background-color: #1dabf2;
  border-bottom-color: #1dabf2;
  color: #fff;
}

.mega-header.hdr-pos
  .header-fixedtop
  .mainmenu
  li.dropdown.dropdown-toggle
  li:hover
  li
  a {
  background-color: #fff;
  border-bottom-color: #f7f7f7;
  color: #79858c;
}

.mega-header.hdr-pos
  .header-fixedtop
  .mainmenu
  li.dropdown.dropdown-toggle
  li:hover
  li:hover
  a {
  background-color: #1dabf2;
  border-bottom-color: #1dabf2;
  color: #fff;
}

.mega-header.hdr-pos .header-fixedtop .mainmenu li.dropdown li a {
  color: #fff;
  padding: 7px 15px;
}

.mega-header.hdr-pos .header-fixedtop .mainmenu li.dropdown .menu-grid li a {
  color: #79858c;
  border-bottom: 1px solid #f7f7f7;
}

.mega-header.hdr-pos
  .header-fixedtop
  .mainmenu
  li.dropdown
  .menu-grid
  li:last-child
  a {
  border-bottom: none;
}

.mega-header.hdr-pos
  .header-fixedtop
  .mainmenu
  li.dropdown
  .menu-grid
  li:hover
  a {
  color: #fff;
}

.hdr-pos.bgc-two .header-fixedtop .mainmenu > li.active > a {
  background-color: #0bcca5 !important;
  color: #fff;
}

.mega-header.hdr-pos .mainmenu li.dropdown .menu-grid .menu-content li a {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
  color: #444;
  font-size: 17px;
  padding: 0 0 15px;
}

.mega-header.hdr-pos
  .mainmenu
  li.dropdown
  .menu-grid
  .menu-content
  li
  a
  .menu-title {
  border-bottom: 1px solid #f7f7f7;
  color: #1dabf2;
  display: inline-block;
  margin-top: -1px;
  padding: 8px 15px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.mega-header.hdr-pos
  .mainmenu
  li.dropdown-toggle
  .menu-grid
  .menu-content
  li
  a:hover
  .menu-title {
  color: #fff;
}

.mega-header.hdr-pos
  .mainmenu
  li.dropdown
  .menu-grid
  .menu-content
  li
  a
  .p-text {
  font-size: 14px;
  padding: 5px 15px;
}

.mega-header.hdr-pos
  .mainmenu
  li.dropdown
  .menu-grid
  .menu-content
  li.dropdown-toggle:hover
  a {
  background-color: #fff;
  color: #79858c;
}

.mega-header.hdr-pos
  .mainmenu
  li.dropdown
  .menu-grid
  .menu-content
  li.dropdown-toggle
  a:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.09);
}

.mega-header.hdr-pos
  .mainmenu
  li.dropdown
  .menu-grid
  .menu-content
  li
  a:hover
  .menu-title {
  background-color: #1dabf2;
}

.mega-header.hdr-pos
  .header-fixedtop
  .mainmenu
  li.dropdown
  .menu-grid
  .menu-content
  li
  a {
  border-bottom: none;
}

.mega-header.hdr-pos.bgc-three .header-main.header-fixedtop {
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.5);
}

.hdr-pos.bgc-three .header-fixedtop .mainmenu > li > a {
  color: #6e758c;
  font-weight: 600;
}

.hdr-pos.bgc-three .header-fixedtop .mainmenu > li.active > a {
  background-color: #6e758c !important;
  color: #fff;
}

.hdr-pos.bgc-three .header-fixedtop .icon-cart .icon-box .icon {
  border-left: 1px solid #6e758c;
  color: #6e758c;
}

/*--- Header Menu Right Styles ---*/

.menu-right .logo {
  float: left;
  margin-left: 0;
}

.menu-right .mainmenu {
  float: right;
}

.icon-cart {
  float: right;
  padding: 15px 18px 15px 5px;
}

.icon-cart .icon-box {
  position: relative;
}

.icon-cart .icon-box .icon {
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 3px 0 3px 20px;
}

.icon-cart .icon-box .cart-item-count {
  background-color: #ff7777;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  line-height: 19px;
  position: absolute;
  right: -18px;
  text-align: center;
  top: -5px;
  width: 20px;
}

/*
-----------------------------------------------------------------------
    Home Slider Styles
-----------------------------------------------------------------------
*/

.home-section {
  background-image: url(../images/home/1.jpg);
}

.home-section .home-content {
  height: 100%;
  min-height: 600px;
  padding-top: 12%;
  text-align: center;
  width: 50%;
}

.home-section .home-content .title {
  color: #fff;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
}

.home-section .home-content span {
  color: #111;
}

.home-slider {
  position: relative;
  background: none;
  color: #1c1c1c;
}

.home-slider h1 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.8em;
  font-size: 52px;
}

.home-slider h2 {
  color: #f55f0d;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.4em;
  font-size: 48px;
}

.home-slider h3 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 2em;
  font-size: 32px;
}

.home-slider .slide-text {
  font-size: 20px;
  font-style: italic;
}

.home-slider .slide-text p {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 600;
}

.home-slider .slide-bg-theme {
  background-color: #f55f0d;
  border-radius: 35px;
  color: #fff;
  font-size: 32px;
  padding: 6px 25px;
  text-transform: uppercase;
}

.home-slider .slide-bg-theme.slide-bg-black {
  background-color: #1c1c1c;
}

.home-slider .slide-psm {
  font-size: 28px;
  padding: 6px 22px;
}

.home-slider .btn-theme {
  font-size: 14px;
}

.home-slider .btn-theme,
.home-slider .btn-theme.btn-black:hover {
  background-color: #f55f0d;
  border: 1px solid #f55f0d;
  color: #fff;
}

.home-slider .btn-theme:hover,
.home-slider .btn-theme.btn-black {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
}

.tp-bullets.preview4 .bullet {
  background: #f55f0d !important;
  border-color: #202020 !important;
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
  border-color: #f55f0d !important;
}

.home-slider .tp-bullets.preview4 .bullet {
  background: rgba(255, 255, 255, 1) !important;
  border: 5px solid rgba(245, 95, 13, 1) !important;
  box-shadow: none;
  height: 6px !important;
  width: 6px !important;
}

.home-slider .tp-bullets.preview4 .bullet:hover,
.home-slider .tp-bullets.preview4 .bullet.selected {
  background: rgba(255, 255, 255, 1) !important;
  border: 5px solid rgba(0, 0, 0, 1) !important;
}

/*--- home-type-slider ---*/

.home-banner {
  min-height: 780px;
  position: relative;
}

.home-banner .thumb {
  background-image: url(../images/home-slider/5.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 780px;
}

.home-banner .thumb img {
}

.home-banner .overlay-pattern {
  background-image: url("../images/photos/overlay-pattern.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  min-height: 820px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.home-banner .thumb-overlay {
  background-color: #1dabf2;
  background-image: linear-gradient(135deg, #17cadd 0%, #4a45da 100%);
  bottom: 0;
  left: 0;
  opacity: 0.92;
  position: absolute;
  top: 0;
  right: 0;
}

.home-banner .content {
  left: 50%;
  max-width: 820px;
  position: absolute;
  text-align: center;
  top: calc(50% + 50px);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.home-banner .content h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1.2;
  margin-bottom: 28px;
  margin-top: 0;
  text-transform: uppercase;
}

.home-banner .content h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.home-banner .content h2 span {
  color: #ff7777;
}

.hm-src-btn {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(29, 171, 242) 0%,
    rgb(127, 92, 249) 39%,
    rgb(154, 79, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(29, 171, 242) 0%,
    rgb(127, 92, 249) 39%,
    rgb(154, 79, 255) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(29, 171, 242) 0%,
    rgb(127, 92, 249) 39%,
    rgb(154, 79, 255) 100%
  );
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 17px;
  cursor: pointer;
  display: inline-block;
  height: 65px;
  position: relative;
  top: 88px;
  width: 34px;
}

.hm-src-btn .icon {
  color: #fff;
  font-size: 14px;
  line-height: 65px;
}

/*
-----------------------------------------------------------------------
    Welcome Section
-----------------------------------------------------------------------
*/

.welcome-content {
  position: relative;
}

.welcome-content .title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.welcome-content p {
  color: #989898;
  font-size: 14px;
}

.welcome-content .feature-list {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.welcome-content .feature-list a {
  color: #f55f0d;
}

.welcome-content .feature-list a:hover {
  color: #1c1c1c;
}

.welcome-content .feature-list a i {
  margin-right: 15px;
}

.welcome-content .welcome-feature {
  background-image: url(../images/welcome/1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 30px;
  min-height: 205px;
  padding: 35px 20px 40px 30px;
  position: relative;
}

.welcome-content .welcome-feature.img-2 {
  background-image: url(../images/welcome/2.jpg);
}

.welcome-content .welcome-feature::before {
  background-color: rgba(245, 95, 13, 0.95);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.welcome-content .welcome-feature .icon {
  bottom: -30px;
  position: absolute;
  right: -25px;
  z-index: 0;
}

.welcome-content .welcome-feature .icon i {
  color: #fff;
  font-size: 100px;
}

.welcome-content .welcome-feature .content {
  border-left: 1px solid #cb835f;
  min-height: 115px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

.welcome-content .welcome-feature .content .title {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.welcome-content .welcome-feature .content .title span {
  color: #111;
}

.welcome-content .welcome-feature .content ul li {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.welcome-content .welcome-feature .content ul li em {
  font-family: "Raleway", sans-serif;
}

/*--- welcome-content-style2 ---*/

.welcome-content.style-two {
  margin-top: -125px;
  position: relative;
  z-index: 99;
}

.welcome-content.style-two .welcome-feature {
  padding: 30px 20px 40px 30px;
}

.welcome-content.style-two .welcome-feature .content .title {
  font-size: 20px;
  margin-bottom: 13px;
}

.welcome-content .welcome-feature .content ul li:first-child {
  margin-bottom: 13px;
}

/*--- urgent-causes-style ---*/

.urgent-causes .thumb {
  position: relative;
}

.urgent-causes .thumb img {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
}

.urgent-causes .causes-info {
  background-color: rgba(245, 95, 13, 0.96);
  border-radius: 0 30px 30px 0;
  bottom: 20px;
  padding: 13px 30px;
  position: absolute;
}

.urgent-causes .causes-info .m-title {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
}

.urgent-causes .causes-info .sub-title {
  color: #dd290f;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
}

.urgent-causes .causes-info a {
  background-color: #e65000;
  border-radius: 6px;
  color: #fff;
  float: right;
  font-size: 10px;
  font-weight: 600;
  line-height: 22px;
  padding: 2px 10px;
  position: relative;
  text-transform: uppercase;
  top: -2px;
}

.urgent-causes .causes-info a:hover {
  background-color: #000;
}

/*--- become-volunteer-style ---*/

.become-volunteer .thumb {
  position: relative;
}

.become-volunteer .thumb img {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
}

.become-volunteer .membar-info {
  background-color: rgba(245, 95, 13, 0.96);
  border-radius: 0 30px 30px 0;
  bottom: 20px;
  padding: 13px 30px;
  position: absolute;
}

.become-volunteer .membar-info .m-title {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
}

.become-volunteer .membar-info .sub-title {
  color: #dd290f;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
}

.become-volunteer .membar-info a {
  background-color: #e65000;
  border-radius: 6px;
  color: #fff;
  float: right;
  font-size: 10px;
  font-weight: 600;
  line-height: 22px;
  padding: 2px 10px;
  position: relative;
  text-transform: uppercase;
  top: -2px;
}

.become-volunteer .membar-info a:hover {
  background-color: #000;
}

/*
-----------------------------------------------------------------------
    About Section
-----------------------------------------------------------------------
*/
.about-section {
  position: relative;
}

.about-content h6 {
  color: #1dabf2;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.about-content h4 {
  color: #333d47;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.about-content p {
  color: #6e758c;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 30px;
}

.about-content ul li {
  color: #555;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 15px;
  padding-bottom: 5px;
  position: relative;
}

.about-content ul li .icon {
  background-color: #1dabf2;
  background-image: linear-gradient(135deg, #17cadd 0%, #4a45da 100%);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

.about-section .thumb img {
  position: relative;
  top: -20px;
}

/*
-----------------------------------------------------------------------
    WHY-USE-CharityKarma Section Style
-----------------------------------------------------------------------
*/

.tab-featured {
  text-align: center;
}

.tab-featured .nav {
  border: none;
  display: inline-block;
  margin-bottom: 70px;
}

.tab-featured .nav li a {
  background-color: #02e6b8;
  border: 2px solid #02e6b8;
  border-radius: 4px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-right: 15px;
  padding: 10px 50px;
}

.tab-featured .nav li.active a,
.tab-featured .nav li a:hover {
  background-color: #3088fe;
  border: 2px solid #3088fe;
  color: #fff;
}

/*
-----------------------------------------------------------------------
    Process Section
-----------------------------------------------------------------------
*/
.process-item {
  position: relative;
  text-align: center;
  z-index: 4;
}
.process-item img {
  position: absolute;
  width: 70%;
  right: -40%;
  top: 15px;
  opacity: 0.5;
}
.process-item img.tobotm {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.process-item.odd {
  margin-top: 50px;
}
.process-item .cont {
  padding: 50px 35px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(5, 20, 65, 0.05);
  box-shadow: 0px 10px 30px rgba(5, 20, 65, 0.05);
  border-radius: 10px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.process-item .cont:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(5, 20, 65, 0.1);
  box-shadow: 0px 10px 40px rgba(5, 20, 65, 0.1);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.process-item .icon {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 35px;
  height: 80px;
  line-height: 85px;
  margin-bottom: 30px;
  width: 80px;
}
.process-item .icon.bgc-1 {
  background-color: #c500ee;
}
.process-item .icon.bgc-2 {
  background-color: #ff8c00;
}
.process-item .icon.bgc-3 {
  background-color: #02e6b8;
}
.process-item .icon.bgc-4 {
  background-color: #885bfe;
}
.process-item h3 {
  font-size: 80px;
  font-weight: 800;
  left: 0;
  margin-top: 0;
  opacity: 0.05;
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: -1;
}
.process-item h6 {
  color: #222;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
.process-item p {
  color: #999;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}

/*
-----------------------------------------------------------------------
    Card Section
-----------------------------------------------------------------------
*/
.card-item {
  background-color: #fdfeff;
  border: 1px solid rgba(238, 238, 238, 0.83);
  border-radius: 5px;
  box-shadow: 0px 14px 31px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  position: relative;
}

.card-item .thumb-caption {
  position: relative;
  overflow: visible;
}

.card-item .thumb-caption img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.card-item .thumb-caption .ribbon {
  background-color: rgba(2, 230, 184, 0.45);
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 11px;
  font-weight: 700;
  left: 25px;
  letter-spacing: 0.2px;
  line-height: 1;
  min-width: 80px;
  padding: 6px 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 25px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.card-item .thumb-caption .ribbon:hover {
  background-color: #02e6b8;
}

.card-item .thumb-caption .ribbon.align-right {
  left: auto;
  right: 25px;
}

.card-item .thumb-caption .ribbon.align-bottom {
  top: auto;
  bottom: 25px;
}
.card-item .thumb-caption .ribbon.color-2 {
  background-color: rgba(197, 0, 238, 0.45);
}

.card-item .thumb-caption .ribbon.color-2:hover {
  background-color: #c500ee;
}

.card-item .thumb-caption .ribbon.color-3 {
  background-color: rgba(255, 140, 0, 0.45);
}

.card-item .thumb-caption .ribbon.color-3:hover {
  background-color: #ff8c00;
}

.card-item .thumb-caption .ribbon-curv {
  background-color: #1dabf2;
  border-radius: 0 7px 0 0;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 2;
  min-width: 125px;
  padding: 6px 28px;
  position: absolute;
  right: -3px;
  text-transform: uppercase;
  top: -12px;
  z-index: 1;
}

.card-item .thumb-caption .ribbon-curv:before {
  border-color: #1dabf2 transparent;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  content: "";
  height: 100%;
  left: -18px;
  position: absolute;
  top: 0;
}

.card-item .thumb-caption .ribbon-curv:after {
  border-color: transparent #1dabf2 transparent transparent;
  border-style: solid;
  border-width: 7px 15px 7px 7px;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 0;
}

.card-item .thumb-caption .ribbon-line {
  background-color: #2f8998;
  border-radius: 0 0 6px;
  content: "";
  height: 37px;
  position: absolute;
  right: -3px;
  top: 0;
  width: 4px;
  z-index: 0;
}

.card-item .content {
  padding: 22px 20px 30px;
}

.card-item .content .title {
  color: #212529;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-bottom: 7px;
  margin-top: 2px;
}

.card-item .content .meta {
  border-bottom: 1px solid #eeeeee;
  display: inline-block;
  width: 100%;
  padding-bottom: 12px;
}

.card-item .content .meta li {
  color: #a9a9a9;
  float: left;
  font-family: "Muli", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-right: 15px;
}

.card-item .content .meta li:last-child {
  margin-right: 0;
}

.card-item .content .meta li .icon {
  margin-right: 2px;
}

.card-item .content .p-details {
  border-bottom: 1px solid #dedede;
  color: #757373;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  padding-bottom: 12px;
  padding-top: 5px;
}

.card-item .content h6 {
  color: #a9a9a9;
  font-family: "Muli", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 0;
}

.card-item .content h6 i {
  color: #d2cfcf;
}

.card-item .content .btn-theme {
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  line-height: 24px;
  padding: 7px 14px;
  font-weight: 700;
  letter-spacing: 0;
  min-width: 122px;
  text-align: center;
}

.card-item .content .btn-theme.btn-gray {
  border-color: #d8d8d8;
  color: #8b91a2;
  margin-left: 10px;
  padding: 6px 14px;
}

.card-item .content .btn-theme.btn-gray:hover {
  background-color: #1dabf2;
  background-image: linear-gradient(0deg, #15b8fd 0%, #4169fe 100%);
  border-color: #1dabf2 !important;
  color: #fff;
}

.card-item .content .btn-theme .icon {
  margin-right: 5px;
  color: #1dabf2;
  color: linear-gradient(0deg, #15b8fd 0%, #4169fe 100%);
}

.card-item .content .btn-theme.btn-gray:hover .icon {
  color: #fff;
}

.card-item .content .btn-theme.btn-round:hover {
  background-color: #111;
  border-color: #111;
  color: #fff;
}

.card-social {
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 0px;
}

.card-social li {
  display: inline-block;
  font-size: 13px;
  margin-left: 7px;
}

.card-social li:first-child {
  color: #a9a9a9;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 0;
  margin-right: 5px;
}
.card-social.icon-round li a {
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  line-height: 20px;
  text-align: center;
  width: 22px;
}
.card-social.social-color li a.color-facebook {
  border: 1px solid #264689;
  color: #264689;
}
.card-social.social-color li a.color-twitter {
  border: 1px solid #25a3d0;
  color: #25a3d0;
}
.card-social.social-color li a.color-whatsapp {
  border: 1px solid #329a23;
  color: #329a23;
}
.card-social.social-color li a.color-facebook:hover {
  border-color: #264689;
  background-color: #264689;
  color: #fff;
}
.card-social.social-color li a.color-twitter:hover {
  border-color: #25a3d0;
  background-color: #25a3d0;
  color: #fff;
}
.card-social.social-color li a.color-whatsapp:hover {
  border-color: #329a23;
  background-color: #329a23;
  color: #fff;
}
.card-social li a {
  color: #c9c9c9;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.card-social li a:hover {
  background-color: #1dabf2;
  color: #fff;
}

.card-social.icon-round li a {
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  line-height: 20px;
  text-align: center;
  width: 22px;
}

.card-social.icon-round li a:hover {
  border-color: #1dabf2;
}

/*--- Causes Card Style ---*/

.causes-count {
  background-color: #f55e0c !important;
  bottom: 0;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 400;
  left: 0;
  letter-spacing: 0.2px;
  line-height: 2;
  padding-left: 73px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}

.causes-count .cs-progress {
  background-color: #f55e0c !important;
  border-radius: 50%;
  height: 64px;
  left: 3px;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: -13px;
  width: 64px;
}

.causes-count .cs-progress .cs-percent {
  background-color: #e45405 !important;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0;
  line-height: 48px;
  width: 100%;
}

.causes-count .cs-progress .cs-percent span {
  font-size: 12px;
}

.causes-count .cs-raised {
  background-color: #dd290e !important;
  font-weight: 700;
  float: left;
  padding: 6px 5px;
  width: 50%;
  font-size: 12px;
}
.causes-count .cs-goal {
  background-color: #f55e0c;
  font-weight: 700;
  float: left;
  padding: 6px 5px;
  width: 50%;
  font-size: 12px;
}

/*--- Volunteer Card Style ---*/

.volunteer-event {
  background-color: #f55c0a !important;
  bottom: 0;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 400;
  left: 0;
  letter-spacing: 0.2px;
  line-height: 2;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}

.volunteer-event .vl-length {
  background-color: #f55b08 !important;
  border-radius: 50%;
  box-shadow: 0 0 2.97px 0.03px rgba(0, 0, 0, 0.08);
  font-size: 18px;
  height: 64px;
  left: 50%;
  line-height: 48px;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: -13px;
  transform: translate(-50%);
  width: 64px;
}

.volunteer-event .vl-length .icon {
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.3);
  font-size: 55px;
  height: 100%;
  letter-spacing: 0;
  line-height: 48px;
  width: 100%;
}

.volunteer-event .vl-time-start {
  font-weight: 700;
  float: left;
  padding: 6px 5px;
  width: 40%;
}

.volunteer-event .vl-time-end {
  font-weight: 700;
  float: right;
  padding: 6px 5px;
  width: 40%;
}

/*--- Crowdraiser Card Style ---*/

.card-item .content.crowdraiser-content {
  padding: 22px 20px 30px;
}

.crowdraiser-event {
  display: inline-flex;
  float: right;
  margin-bottom: 2px;
}

.crowdraiser-event .event-name {
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.crowdraiser-event .icon {
  color: #6e758c;
  font-size: 17px;
  margin: 0 12px;
  position: relative;
  top: 5px;
}

.crowdraiser-event a:hover .icon {
  color: #1dabf2;
}

.crowdraiser-event .ngo-name {
  border: 1px solid rgba(0, 0, 0, 0.02);
}

/*--- Event Card Style ---*/

.event-count {
  background-color: #1dabf2;
  bottom: 0;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 400;
  left: 0;
  letter-spacing: 0.2px;
  line-height: 2;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}

.event-count .vl-length {
  background-color: #1dabf2;
  border-radius: 50%;
  box-shadow: 0 0 2.97px 0.03px rgba(0, 0, 0, 0.08);
  font-size: 18px;
  height: 64px;
  left: 50%;
  line-height: 48px;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: -13px;
  transform: translate(-50%);
  width: 64px;
}

.event-count .vl-length .icon {
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.3);
  font-size: 55px;
  height: 100%;
  letter-spacing: 0;
  line-height: 48px;
  width: 100%;
}

.event-count .vl-date-start {
  font-weight: 700;
  float: left;
  padding: 6px 5px;
  width: 40%;
}

.event-count .vl-time-start {
  font-weight: 700;
  float: right;
  padding: 6px 5px;
  width: 40%;
}

/*--- Ngo Card Style ---*/

.ngo-overlay {
  background-color: #3088fe;
  bottom: 0;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 400;
  left: 0;
  letter-spacing: 0.2px;
  line-height: 2;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.ngo-overlay .thumb-ngo {
  background-color: #3088fe;
  border-radius: 50%;
  display: inline-block;
  float: left;
  height: 80px;
  left: 14px;
  padding: 3px;
  position: absolute;
  top: -95px;
  width: 80px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.card-item:hover .ngo-overlay .thumb-ngo {
  border-radius: 0;
  padding: 2px;
}

.ngo-overlay .ngo-logo {
  border-radius: 50% !important;
  height: 100% !important;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.card-item:hover .ngo-overlay .thumb-ngo .ngo-logo {
  border-radius: 0 !important;
}

.ngo-overlay .ngo-name {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-left: 25px;
}

.certificates-area {
  bottom: 28%;
  position: absolute;
  right: 15px;
}

.certificates-area .certificates-item {
  background-color: rgba(29, 171, 242, 0.85);
  border: 1px solid rgba(48, 136, 254, 0.25);
  border-radius: 4px;
  color: #fff;
  float: left;
  font-size: 13px;
  font-weight: 600;
  margin-right: 4px;
  padding: 0 7px;
  cursor: context-menu;
}

.certificates-area .certificates-item span {
  background-color: #000;
  display: none;
  font-size: 14px;
  height: auto;
  padding: 10px 12px;
  position: absolute;
  top: 25px;
  width: 260px;
  z-index: 999;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.certificates-area .certificates-item span:before {
  background-color: #000;
  content: "";
  height: 18px;
  position: absolute;
  top: -9px;
  transform: rotate(-45deg);
  width: 18px;
}

.certificates-area .certificates-item:hover span {
  display: block;
  top: 36px;
  opacity: 1;
}

/*--- Ngo Details Style ---*/

.ngo-about {
  margin-top: -150px;
}
.ngo-about .col-left {
  padding-right: 7px;
}
.ngo-about .col-right {
  padding-left: 7px;
}
.ngo-about-card {
  background-color: #008eee;
  min-height: 295px;
  padding: 30px 25px;
}
.ngo-about-card .thumb-ngo {
  margin-top: -60px;
  position: relative;
}
.ngo-about-card .thumb-ngo .logo-img {
  border: 1px solid #f0f0f0;
  height: 120px;
  width: 120px;
}
.ngo-about-card .ngo-tag {
  font-size: 16px;
  font-weight: 700;
  color: #f6f4f4;
  text-transform: uppercase;
}
.ngo-about-card .ngo-location {
  color: #f1f1f1;
  font-weight: 600;
  margin-top: 15px;
}
.ngo-about-card .certificates-area {
  bottom: 0;
  left: 165px;
}
.ngo-about-card .certificates-area .certificates-item {
  margin-right: 8px;
}
.ngo-about-card .title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: uppercase;
}
.ngo-about-card .ngo-tag {
  color: #f6f4f4;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.ngo-about-card.style-two .thumb-ngo {
  float: right;
  margin-top: 20px;
}
.ngo-about-card.style-two .title {
  margin-top: 10px;
}
.ngo-about-card.style-two .ngo-location {
  margin-bottom: 35px;
}
.ngo-about-card.style-two .certificates-area {
  position: static;
  margin-top: 20px;
}
.ngo-about-card.style-two .certificates-area .certificates-item {
  position: relative;
}

.ngo-amount-card {
  background-color: #008eee;
  min-height: 295px;
  padding: 30px 25px;
}
.ngo-amount-card .raised {
}
.ngo-amount-card .raised .title {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.ngo-amount-card .raised .amount {
  color: #02e6b8;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.ngo-amount-card .raised .amount i {
  font-size: 36px;
}
.ngo-amount-card .supporters {
  float: left;
}
.ngo-amount-card .supporters .title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.ngo-amount-card .supporters .amount {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 5px;
  text-transform: uppercase;
}
.ngo-amount-card .campaigns {
  float: right;
}
.ngo-amount-card .campaigns .title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.ngo-amount-card .campaigns .amount {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 5px;
  text-align: right;
  text-transform: uppercase;
}
.supporters-campaigns {
  clear: both;
  display: inline-block;
  width: 100%;
}
.ngo-amount-card .btn-wrp {
  margin-top: -22px;
  text-align: center;
}
.ngo-amount-card .btn-wrp .btn-theme {
  background-color: #ef3c7c;
  border: 1px solid #ef3c7c;
  border-radius: 35px;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  padding: 10px 32px;
}

.bgcard-light .ngo-about-card {
  background-color: #fff;
  border: 15px solid #ededed;
  box-shadow: 0 1px 6px 0 rgba(117, 117, 117, 0.25);
  min-height: 316px;
}
.bgcard-light .certificates-area .certificates-item {
  background-color: #23527c;
}
.bgcard-light .ngo-about-card .title {
  color: #1dabf2;
}
.bgcard-light .ngo-about-card .ngo-tag {
  color: #444;
}
.bgcard-light .ngo-about-card .ngo-location {
  color: #79858c;
}

.bgcard-light .ngo-amount-card {
  background-color: #fff;
  border: 15px solid #ededed;
  box-shadow: 0 1px 6px 0 rgba(117, 117, 117, 0.25);
  min-height: 316px;
}
.bgcard-light .ngo-amount-card .raised .title {
  color: #23527c;
  font-size: 20px;
  text-align: center;
}
.bgcard-light .ngo-amount-card .raised .amount {
  color: #1dabf2;
}
.bgcard-light .ngo-amount-card .supporters .title {
  color: #444;
}
.bgcard-light .ngo-amount-card .supporters .amount {
  color: #ff7777;
}
.bgcard-light .ngo-amount-card .campaigns .title {
  color: #444;
}
.bgcard-light .ngo-amount-card .campaigns .amount {
  color: #ff7777;
}
.bgcard-light .ngo-amount-card .btn-wrp .btn-theme {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  box-shadow: 0 1px 6px 0 rgba(117, 117, 117, 0.25);
  color: #23527c;
}

.tab-ngodetails {
  margin-top: 25px;
}

.tab-ngodetails .nav {
  margin-bottom: 30px;
}

.tab-ngodetails .nav.nav-tabs {
  border: none;
}

.tab-ngodetails .nav li {
  width: 20%;
}

.tab-ngodetails .nav li a.active {
  background-color: #f55d0a !important;
  border: 1px solid #f55d0a !important;
  color: #fff;
  position: relative;
}

.tab-ngodetails .nav li a {
  background-color: #111 !important;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tab-ngodetails .nav li.active a,
.tab-ngodetails .nav li a:hover {
  background-color: #1dabf2;
  border: 1px solid #1dabf2;
  color: #fff;
  position: relative;
}
.tab-ngodetails .nav li a.active:after {
  border-color: transparent transparent #f55d0a #f55d0a !important;
  border-style: solid;
  border-width: 0 0 15px 15px;
  bottom: -9px;
  content: "";
  height: 15px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
  width: 15px;
  z-index: -1;
}
.tab-ngodetails .nav li a.active,
.tab-ngodetails .nav li a:hover {
  background-color: #f55d0a !important;
  border: 1px solid #f55d0a !important;
  color: #fff;
  position: relative;
}

.tab-ngodetails .nav li.active a:after {
  border-color: transparent transparent #1dabf2 #1dabf2;
  border-style: solid;
  border-width: 0 0 15px 15px;
  bottom: -9px;
  content: "";
  height: 15px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
  width: 15px;
  z-index: -1;
}

.tab-ngodetails .tab-content {
}
.tab-ngodetails .nav.tab-col-3 li {
  width: 33.33%;
}

.tab-ngodetails .tab-content .tab-pane {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-bottom: 3px solid #1682b8;
  border-top: 3px solid #f9f9f9;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.tab-ngodetails .tab-content .tab-pane.active {
}

.tab-ngodetails .tab-content .tab-pane .item-content {
  padding: 25px 30px;
}

.tab-ngodetails .tab-content .tab-pane .item-content .title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
  position: relative;
}

.tab-ngodetails .tab-content .tab-pane .item-content .title:after {
  background-color: #1682b8;
  bottom: -12px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 28px;
}

.tab-ngodetails .tab-content .tab-pane .item-content .p-text {
  color: #79858c;
  font-size: 18px;
  line-height: 30px;
}

.tab-ngodetails .tab-content .tab-pane .item-content .text-link {
  color: #1dabf2;
  display: inline-block;
  font-size: 16px;
  margin: 2px 0;
  width: 100%;
}

.tab-ngodetails .tab-content .tab-pane .item-content .text-link i {
  color: #1dabf2;
  font-size: 15px;
  margin-right: 5px;
}

.tab-ngodetails
  .tab-content
  .tab-pane
  .item-content
  .isotopeContainer
  .isotope-item {
  float: left;
}

.tab-ngodetails .tab-content .tab-pane .campaigns-items {
  padding: 25px 30px;
}

.tab-ngodetails .tab-content .tab-pane .ngoinfo-items {
  padding: 25px 30px;
}

.tab-ngodetails .tab-content .tab-pane.tab-whatwedo {
}

.tab-ngodetails .tab-content .tab-pane.tab-activity {
}

.cause-details .cause-thumb img {
  width: 100%;
  height: auto;
  /* width:auto; */
}

/*--- Campaigner-About Card Style ---*/

.campaigner-about-card {
  background-color: #f7f7f7;
  border-bottom: 3px solid #f1f1f1;
  display: inline-block;
  padding: 30px 25px;
  width: 100%;
}

.campaigner-about-card .title {
  color: #1dabf2;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}

.campaigner-about-card .logo-img {
  float: left;
  width: 75px;
}

.campaigner-about-card .content {
  float: left;
  margin-left: 30px;
  margin-top: 5px;
}

.campaigner-about-card .content .campaigner-name {
  color: #ef3c7c;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 9px;
  margin-top: 0;
  text-transform: uppercase;
}

.campaigner-about-card .content .campaigner-location {
  color: #919191;
  font-size: 12px;
  font-weight: 600;
  margin-top: 0;
}

/*--- Causes Category Card Style ---*/

.card-item.category {
  box-shadow: 0 2px 24px 0 rgba(229, 229, 229, 0.5);
  display: inline-block;
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
}

.card-item.category .thumb-caption {
  position: relative;
}

.card-item.category .thumb-caption:before {
  background-color: rgba(3, 153, 228, 0.35);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.card-item.category:hover .thumb-caption:before {
  background-color: rgba(3, 153, 228, 0.55);
}

.category-overlay {
  bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  left: 0;
  letter-spacing: 0.2px;
  line-height: 2;
  padding: 25px;
  position: absolute;
  right: 0;
}

.category-overlay .category-name {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.44;
  margin: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.card-item.category a:hover .category-overlay .category-name {
  color: #ef3c7c;
}

.category-overlay h3 {
  color: #250010;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: uppercase;
}

.col-md-2 .card-item.category .thumb-caption .ribbon {
  background-color: rgba(197, 0, 238, 0.65);
  font-size: 10px;
  min-width: auto;
  padding: 3px 6px;
  right: 12px;
  top: 12px;
}

.col-md-2 .category-overlay {
  padding: 12px 10px;
}

.col-md-2 .category-overlay .category-name {
  font-size: 15px;
}

.col-md-2 .category-overlay h3 {
  margin-top: 7px;
}

/*--- Category List Count Style ---*/

.category-list-count {
  margin-left: 5px;
  margin-right: 15px;
}

.category-list-count li {
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.category-list-count li:after {
  font-family: "FontAwesome";
  content: "\f111";
  color: #9a4fff;
  display: block;
  font-size: 17px;
  font-weight: 400;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 5px;
  transition: all 0.2s ease-in-out 0s;
  width: 10px;
  z-index: 5;
}

.category-list-count li:hover:after {
  color: #797988;
}

.category-list-count li a {
  color: #9a4fff;
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.category-list-count li:hover a {
  color: #797988;
}

.category-list-count li a span {
  background-color: #1dabf2;
  background-image: linear-gradient(0deg, #15b8fd 0%, #4169fe 100%);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}

/*--- Content Less and More Style ---*/
/*#btn-more {display: none;}
#btn-lessmore {
    color: #1dabf2;
    font-size: 12px;
    cursor: pointer;
}*/
.color-111 {
  color: #111 !important;
}
.tab-ngodetails .tab-content {
  position: relative;
}

.tab-ngodetails .tab-content .tab-pane {
  height: 650px;
  overflow: hidden;
}

.tab-ngodetails .tab-content .tab-pane.height-auto {
  height: auto;
  overflow: visible;
}

.tab-more-content {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.01) 0,
    rgba(255, 255, 255, 0.16) 4%,
    rgba(255, 255, 255, 0.33) 7%,
    rgba(255, 255, 255, 0.54) 20%,
    rgba(255, 255, 255, 0.68) 32%,
    rgba(255, 255, 255, 0.79) 46%,
    rgba(255, 255, 255, 0.88) 63%,
    rgba(255, 255, 255, 0.96) 83%,
    #fff 100%
  );
  bottom: 3px;
  left: 0;
  padding: 80px 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.read-more-tabBtn {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  color: #1dabf2;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  left: 50%;
  line-height: 45px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
}

.dis-n {
  display: none !important;
}

.dis-ib {
  display: inline-block !important;
}

/*--- Search Menu Style ---*/

.search-filter {
  background-color: rgb(255, 255, 255);
  border: 0.1rem solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(233, 233, 233, 0.7);
  margin-bottom: 40px;
  padding: 30px 30px 3px;
}

.search-form input[type="text"] {
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  height: 48px;
  padding-left: 20px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out 0s;
  width: 100%;
}

.search-form input::-webkit-input-placeholder {
  color: #919191;
}

.search-form input:-ms-input-placeholder {
  color: #919191;
}

.search-form input::placeholder {
  color: #919191;
}

.search-btn {
  background-color: #1dabf2;
  background-image: linear-gradient(135deg, #17cadd 0%, #4a45da 100%);
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  width: 100%;
}

.btn-search-toggle {
  background-color: transparent;
  border: medium none;
  box-shadow: none;
  color: #1dabf2;
  font-family: "Nunito", sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 22px 0 8px;
  text-transform: uppercase;
}

.btn-search-toggle.collapsed {
  padding: 8px 0 3px;
}

.btn-search-toggle:hover,
.btn-search-toggle:active,
.btn-search-toggle:focus {
  outline: none;
}

.content-search-toggle {
  border: 1px solid #fcfcfc;
  margin-bottom: 15px;
}

.content-search-toggle .checkbox-item {
  color: #919191;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  margin-left: 40px;
  padding-left: 38px;
  line-height: 22px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content-search-toggle .checkbox-item:first-child {
  margin-left: 0;
}

.content-search-toggle .checkbox-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.content-search-toggle .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
}

.checkbox-item:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-item input:checked ~ .checkmark {
  background-color: #1dabf2;
  background-image: linear-gradient(135deg, #17cadd 0%, #4a45da 100%);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-item input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-item .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--- Filter Category Style ---*/

.filter-Category {
}

.filter-Category select {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
  border: 1px solid #eee;
  color: #919191;
  background: #ffffff url(../images/icons/icon-down.png) no-repeat;
  background-position: calc(50% + 45%);
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
}

.filter-Category select.form-control option {
  color: #919191;
  padding: 10px 15px inset;
}

/*--- Dialog Content Fixed Style ---*/

.dialog-bar {
  background-color: #fff;
  padding: 20px 0;
}

.dialog-bar.header-fixedtop {
  border-top: 1px solid #ededed;
  top: auto;
}

.dialog-bar .btn-theme {
  background-color: #ef3c7c;
  border-color: #ef3c7c;
  padding: 12px 42px;
}

/*--- Shop Category Card Style ---*/

.shop-item {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.shop-item:hover {
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}

.shop-item .thumb-caption {
  border-bottom: 3px solid #1dabf2;
  position: relative;
  min-height: 183px;
  text-align: center;
}

.shop-item .thumb-caption .price {
  background-color: #1dabf2 !important;
  border-radius: 0 25px 0 0 !important;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  padding: 2px 18px 2px 15px;
  position: absolute;
}

.shop-item .thumb-caption .price .font-icon {
  color: #fff;
  font-size: 14px;
}

.shop-item .thumb-caption .offer {
  border-radius: 0 25px 0 0;
  bottom: 12px;
  color: #1dabf2;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  left: 0;
  position: absolute;
  right: 0;
}

.shop-item .thumb-caption .shop-meta {
  background: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0.21) 0%,
    rgba(0, 0, 0, 0.09) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  display: none;
  left: 0;
  padding: 7px 0;
  position: absolute;
  right: 0;
  top: 0;
}

.shop-item:hover .thumb-caption .shop-meta {
  background: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0.31) 0%,
    rgba(0, 0, 0, 0.39) 60%,
    rgba(0, 0, 0, 0.05) 100%
  );
  display: block;
}

.shop-item .thumb-caption .shop-meta li {
  float: left;
  text-align: center;
  width: 33%;
}

.shop-item .thumb-caption .shop-meta li a {
  position: relative;
}

.shop-item .thumb-caption .shop-meta li a .font-icon {
  color: #fff;
  font-size: 18px;
}
.shop-item .thumb-caption {
  position: relative;
  overflow: hidden;
  height: auto;
  width: auto;
}
.shop-item .thumb-caption .shop-meta li a:hover .font-icon {
  color: #ef3c7c;
}

.shop-item .thumb-caption .shop-meta li:first-child a:hover .font-icon {
  color: #1dabf2;
}

.shop-item .thumb-caption .shop-meta li:last-child a:hover .font-icon {
  color: #1dabf2;
}

.shop-item .thumb-caption .shop-meta li a span {
  background-color: #fff;
  border-radius: 4px;
  bottom: -35px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  left: 0;
  min-width: 160px;
  padding: 2px 3px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  display: none;
}

/* .shop-item .thumb-caption .shop-meta li:nth-child(2) a span {
  left: -72px;
  right: auto;
  text-transform: uppercase;
}

.shop-item .thumb-caption .shop-meta li:last-child a span {
  left: -145px;
  right: auto;
} */

.shop-item .thumb-caption .shop-meta li a:hover span {
  display: inline-block;
}

.shop-item .content {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 97px;
  padding: 12px 10px 18px;
  position: relative;
  overflow: hidden;
}

.shop-item .content .title {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.44;
}
.shop-item .content .title a {
  color: #000;
}

.shop-item .content .title a:hover {
  color: #ef3c7c;
  text-decoration: none;
}

.shop-item .btn-shop-now {
  background-color: #1dabf2;
  bottom: -100%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  padding: 4px 13px 5px;
  position: absolute;
  right: 0;
  width: 105px;
}

.shop-item:hover .btn-shop-now {
  bottom: 0;
}

.shop-details .shop-title {
  font-size: 24px;
  color: #1dabf2;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.shop-details .price {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
}

.shop-details .price .font-icon {
  font-size: 25px;
  margin-right: 4px;
  position: relative;
  top: -7px;
}

.shop-details .shop-cart-box {
  margin-top: 30px;
}

.shop-details .shop-cart-box input[type="number"] {
  border: 1px solid #ef3c7c;
  border-radius: 25px;
  color: #ef3c7c;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 22px;
  margin-top: 2px;
  padding: 9px 12px 9px 21px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 85px;
}

.shop-details .shop-cart-box input:focus {
  outline: none;
}

.shop-details .shop-cart-box .buy-btn {
  background-color: #ef3c7c;
  border-radius: 25px;
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: 700;
  margin-left: 25px;
  padding: 9px 40px;
  text-transform: uppercase;
  border: 0px solid transparent;
}

.shop-details .shop-cart-box .buy-btn:hover {
  box-shadow: 0 9px 20px -5px rgba(82, 104, 219, 0.57);
}

.shop-brand .shop-item:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.shop-brand .shop-item .thumb-caption {
  border-bottom: none;
}

.shop-brand .shop-item .content {
  text-align: center;
}

.shop-brand .shop-item:hover .title a {
  color: #ef3c7c;
}

.shop-brand .shop-item:hover .shop-meta {
  display: none;
}

.shop-brand-details .shop-item {
  margin-top: -220px;
  text-align: center;
  box-shadow: none;
}

.shop-brand-details .shop-item:hover {
  box-shadow: none;
}

.shop-brand-details .shop-item .thumb-caption {
  min-height: auto;
}

.shop-brand-details .shop-item .thumb-caption img {
  background-color: #fff;
  padding: 0 15px;
}

.shop-brand-details .shop-item .offer {
  color: #1dabf2;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 22px;
}

.shop-brand-details .shop-item .offer span {
  font-size: 36px;
  line-height: 48px;
}

.shop-brand-details .shop-details .shop-cart-box {
  text-align: center;
}

.shop-brand-details .shop-details .shop-cart-box .buy-btn {
  float: none;
}

.brand-shop-popupmodal .modal-title {
  color: #fff;
  font-size: 28px;
}

.brand-shop-popupmodal .modal-dialog {
  margin: 50px auto;
  max-width: 700px !important;
  width: 100%;
}

.brand-shop-popupmodal .modal-body {
  padding: 15px 50px;
}

.brand-shop-popupmodal .modal-body p {
  color: #333;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  text-align: center;
}

.brand-shop-popupmodal .modal-body .btn-theme {
  padding: 15px 35px;
  margin: 20px 5px;
}

.brand-shop-popupmodal .modal-body .btn-link {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.brand-shop-popupmodal .modal-body .btn-link span {
  color: #ef3c7c;
  display: inline-block;
  width: 100%;
}

.brand-shop-popupmodal .modal-body .btn-link:hover {
  text-decoration: underline;
}

.shop-product .shop-item .thumb-caption img {
  width: 100%;
}

.shop-ngo .tab-featured {
  text-align: left;
}

.shop-ngo .tab-featured .nav {
  margin-bottom: 0;
}

.shop-ngo .tab-featured .nav li a {
  padding: 3px 40px;
  font-size: 18px;
}

/*--- Statistics Details Style ---*/

.statistics-details {
}

.statistics-details .accordion-style .accordion-box {
  background-color: transparent;
  border: none;
  padding: 0;
}

.statistics-details .accordion-style .accordion-box .acc-title {
  background-color: #1dabf2;
  background-image: linear-gradient(0deg, #4169fe 0%, #15b8fd 100%);
  border: none;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  padding: 15px 30px;
}

.statistics-details .accordion-style .accordion-box .acc-title.active {
  color: #fff;
}

.statistics-details .accordion-style .accordion-box .icon-outer .icon {
  border: 1px solid #ccc;
  border-radius: 20px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  line-height: 28px;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: 25px;
  width: 66px;
}

.statistics-details .accordion-style .accordion-box .icon-outer .icon-minus {
  opacity: 0;
}

.statistics-details
  .accordion-style
  .accordion-box
  .active
  .icon-outer
  .icon-minus {
  opacity: 1;
}

.statistics-details .accordion-style .accordion-box .acc-content {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 25px;
  padding: 15px 30px;
}

.statistics-details .accordion-style .accordion-box .content {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.statistics-chart {
  padding-left: 15px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.statistics-chart .thumb {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.statistics-table {
  padding: 18px 0;
}

.statistics-table li {
  margin-bottom: 5px;
  padding: 3px 18px;
}

.statistics-table li .title {
  background-color: #eee;
  display: inline-block;
  font-size: 16px;
  padding: 0 15px;
  width: 40%;
}

.statistics-table li .details {
  background-color: #eee;
  display: inline-block;
  font-size: 16px;
  padding-left: 30px;
  width: 59%;
}

.statistics-table li span {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.statistics-table li:hover span {
  background-color: #1dabf2;
  color: #fff;
}

.statistics-table li:first-child span {
  background-color: #1dabf2;
  color: #fff;
}

.statistics-table li:first-child span .icon {
  color: #fff;
}

.statistics-table li span .icon {
  color: #919191;
  font-size: 13px;
  margin-right: 3px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.statistics-table li:hover span .icon {
  color: #eee;
}

.sustain-list {
  list-style-type: unset;
  padding-left: 45px;
  margin-bottom: 30px;
}

.sustain-list li {
  color: #989898;
  font-family: "Muli", sans-serif;
  line-height: 1.857;
  list-style-type: unset;
}

.sustain-list li ul {
  padding-left: 30px;
}

.sustain-list li ul li {
  list-style-type: circle;
}

.sustain-list li span {
  color: #1dabf2;
}

.sustain-list li .inner-list {
  padding-left: 0;
}

.sustain-list li .inner-list li {
  list-style-type: none;
}

.sustain-items .card-item.category .thumb-caption::before {
  opacity: 0;
}

.sustain-items .card-item.category .category-overlay {
  display: none;
}

/*--- iFrame Page Style ---*/

.iframe-page {
}
.card-footer {
  padding: 0;
  background-color: transparent;
  border-top: none;
}
.card-footer ul {
  display: inline-block;
  line-height: 22px;
  margin-top: 30px;
  width: 100%;
  list-style: none;
  padding: 0px !important;
}

.card-footer .card-payment-img {
  float: left;
}

.card-footer .card-payment-img img {
  width: auto;
}

.card-footer .card-copyright {
  float: right;
  font-size: 16px;
}

.card-footer .card-copyright .icon {
  color: #919191;
  font-size: 10px;
}

.card-footer .card-copyright a {
  color: #626262;
  font-weight: 700;
}

.card-footer .card-copyright a:hover {
  color: #1dabf2;
}

.card-copyright{
  max-width: 110px;
}

/*
-----------------------------------------------------------------------
    Event Section
-----------------------------------------------------------------------
*/
.event-post {
  position: relative;
  margin-bottom: 11px;
}

.event-post .thumb-caption {
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 15px;
}

.event-post .content {
  display: inline-block;
  margin-left: 90px;
}

.event-post .content p {
  color: #f55f0d;
  margin-bottom: 0;
}

.event-post .content .title {
  font-size: 15px;
  letter-spacing: 0px;
  color: #0a0a0a;
  margin-top: 0px;
  margin-bottom: 0;
}

.event-post .event-info {
  margin-top: 5px;
}

.event-post .event-info p {
  color: #989898;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.event-info p:first-child {
  margin-bottom: 5px;
}

.event-post .event-joined {
  position: absolute;
  right: 0;
  top: 0;
}

.event-post .event-joined {
  display: inline-block;
}

.event-post .event-joined h5 {
  color: #dd290f;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 0;
}

.event-post .event-joined p {
  color: #989898;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
  margin-bottom: -3px;
  margin-top: 6px;
}

.event-post .event-joined p span {
  float: right;
}

.event-post .event-joined a.btn-theme {
  border-radius: 0;
  font-size: 9px;
  outline: 2px solid #dd891d;
  outline-offset: 1px;
  padding: 3px 5px;
}

/*--- Event Theme Style ---*/

.event-thmstyle .event-post {
  background-color: #f7f7f7;
  border: 10px solid #eee;
  margin-top: 18px;
  padding: 12px 8px;
}

.event-thmstyle .event-post .thumb-caption {
  left: 10px;
  margin-right: 15px;
  top: 15px;
}

.event-thmstyle .event-post .thumb-caption img {
  width: auto;
}

.event-thmstyle .event-post .content {
  margin-left: 95px;
}

.event-thmstyle .event-post .content .title {
  font-size: 20px;
  font-weight: 600;
}

.event-thmstyle .event-post .event-info {
  margin-top: 5px;
}

.event-thmstyle .event-post .event-info p {
  font-size: 11px;
}

.event-thmstyle .event-post .event-info p i {
  color: #f55f0d;
  display: inline-block;
  margin-right: 0;
  width: 16px;
}

.event-thmstyle .event-post .event-joined {
  background-color: #0a0a0a;
  padding: 20px 38px;
  right: -12px;
  top: -24px;
  z-index: 3;
}

.event-thmstyle .event-post .event-joined .event-held .event-date {
  color: #f55f0d;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0;
}

.event-thmstyle .event-post .event-joined .event-held .event-month {
  color: #b6b6b6;
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  margin-top: 0;
}

.event-thmstyle .event-joined-shade:before {
  background-color: #0a0a0a;
  content: "";
  height: 100%;
  left: -25px;
  position: absolute;
  top: 0;
  transform: skewX(19deg);
  width: 50px;
  z-index: -1;
}

/*--- Event List Style Two ---*/

.event-list-style2 .event-post {
  background-color: #f7f7f7;
  border: 10px solid #eee;
  padding: 12px 8px;
}

.event-list-style2 .event-post .content .title {
  font-size: 16px;
}

.event-list-style2 .event-post .event-info {
  margin-top: 5px;
}

.event-list-style2 .event-post .event-info p {
  font-size: 11px;
}

.event-list-style2 .event-post .event-joined {
  padding-left: 0;
}

.event-post .event-item {
  display: inline-block;
}

.event-post .event-item {
  left: 0;
  margin-left: 250px;
  position: absolute;
  top: 0;
}

/*--- Event Page List Style ---*/

.inner-listevent {
  padding-right: 30px;
}

.inner-listevent .event-post {
  margin-bottom: 30px;
}

.inner-listevent .event-post .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.inner-listevent .event-post .content p {
  font-size: 16px;
}

.inner-listevent .event-post .content .event-info p {
  font-size: 11px;
}

/*--- Event Page Grid Style ---*/

.inner-gridevent .event-post {
  margin-bottom: 30px;
}

/*
-----------------------------------------------------------------------
    Causes Section
-----------------------------------------------------------------------
*/

.causes-style {
  background-color: #eee;
  margin-bottom: 40px;
}

.causes-style .overlay-effect {
  left: 0;
}

.causes-style .overlay-effect.overlay-effect3 {
  background-color: transparent;
  border-radius: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 0;
  margin-left: 55px;
  right: 0;
}

.causes-style .overlay-effect .progress-goal {
  background-color: #dd290f;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 600;
  padding: 9px 5px;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}

.causes-style .overlay-effect .progress-raised {
  background-color: #f55f0d;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 600;
  padding: 9px 5px;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}

.causes-style .donator-count {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.causes-style .donator-count a {
  background-color: #dd891d;
  border-radius: 30px 30px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  letter-spacing: -1px;
  line-height: 60px;
  text-align: center;
  top: 15px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 64px;
}

.causes-style .donator-count a i {
  display: inline;
  font-size: 22px;
  line-height: 64px;
  margin-right: 0px;
  font-weight: 500;
}

.causes-style .content {
  padding: 15px 15px 20px;
}

.causes-style .content .title {
  color: #f55f0d;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.causes-style.box-area .thumb-caption img {
  width: 100%;
}

/*
-----------------------------------------------------------------------
    Donate Form Styles
-----------------------------------------------------------------------
*/

.donation-form {
  background-color: #f7f7f7;
}

.donation-form.style-one {
  margin-top: -25px;
}

.donation-form .form-title {
  background-color: #f55f0d;
  border-radius: 0 0 33px 34px;
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  padding: 30px 20px;
  text-transform: uppercase;
}

.donation-form .form-title i {
  font-size: 20px;
  margin-right: 20px;
}

.donation-form form {
  padding: 20px;
}

.donation-form form .form-group {
  margin-bottom: 0;
}

.donation-form form input {
  border: 1px solid #e9e9e9;
  color: #555;
  font-size: 15px;
  height: 38px;
  margin-bottom: 15px;
  padding: 0 15px 2px;
  width: 100%;
}

.donation-form .form-group select {
  border: 1px solid #e9e9e9;
  color: #999999;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 12px;
  width: 100%;
  -moz-appearance: none;
}

.donation-form .form-group select option {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding: 9px 12px;
}

.donation-form .form-group select option:first-child {
  color: #454545;
  cursor: auto;
  border-bottom: 1px solid #ddd;
}

.donation-form form textarea {
  border: 1px solid #e9e9e9;
  color: #555;
  font-size: 15px;
  height: 100px;
  margin-bottom: 20px;
  padding: 0 15px 2px;
  width: 100%;
}

.donation-form form .btn {
  background-color: #f55f0d;
  border-radius: 18px 18px 0 0;
  color: #fff;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 1px;
  padding: 9px 0;
}

.ui-widget-header {
  background: #f55f0d;
  border: 1px solid #f55f0d;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #f55f0d;
  border: 1px solid #f55f0d;
  color: #fff;
}

/*
-----------------------------------------------------------------------
    Widget Styles
-----------------------------------------------------------------------
*/

.iconbox-widget {
  position: relative;
}

.iconbox-widget .icon {
  left: 0;
  position: absolute;
  top: 4px;
}

.iconbox-widget .icon i {
  color: #f55f0d;
  font-size: 44px;
  line-height: 36px;
}

.iconbox-widget .box-contenet {
  padding-left: 56px;
}

.iconbox-widget .box-contenet .title {
  margin-bottom: 8px;
  margin-top: 0;
}

.iconbox-widget .box-contenet .title a {
  color: #f55f0d;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.iconbox-widget .box-contenet .sub-title {
  color: #989898;
}

.iconbox-widget .box-contenet .sub-title a {
  color: #989898;
}

.header-top-widget {
  margin-top: 15px;
}

.header-top-widget .header-widget {
  float: right;
}

.header-top-widget .header-widget .iconbox-widget {
  display: inline-block;
  margin-right: 55px;
}

.header-top-widget .header-widget .iconbox-widget:last-child {
  margin-right: 0;
}

.header-top-widget .header-widget .iconbox-widget .box-contenet .title {
  font-family: "Lato", sans-serif;
  margin-bottom: 8px;
  font-weight: 700;
}

.header-top-widget.headerwidget-style2
  .header-widget
  .iconbox-widget
  .box-contenet
  .title {
  border-bottom: 1px dashed #ccc;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 2px;
  padding-bottom: 8px;
}

.header-widget .widget-search {
  text-align: center;
}

.header-widget .widget-search input {
  height: 32px;
  padding-top: 0;
}

.header-widget .widget-search button {
  background-color: #ecebeb;
  border-color: #eee;
  font-size: 14px;
  height: 31px;
  width: 42px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.header-widget .widget-search button:hover {
  background-color: #f55f0d;
  border-color: #f55f0d;
}

.header-bar .widget-tags {
  margin-top: 0;
}

.header-bar .widget-tags a {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 7px;
  text-transform: uppercase;
}

.header-bar .widget-tags a:before {
  background-color: #ecebeb;
  content: "";
  height: 52px;
  left: -7px;
  position: absolute;
  top: -7px;
  width: 1px;
}

.header-bar .widget-tags a:last-child:after {
  background-color: #ecebeb;
  content: "";
  height: 52px;
  right: -6px;
  position: absolute;
  top: -7px;
  width: 1px;
}

/*--- Widget Sidebar ---*/

.widget {
  margin-bottom: 30px;
}

.widget .widget-title {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 36px;
  margin-bottom: 25px;
  position: relative;
  text-transform: uppercase;
}

.widget .widget-title:before {
  background-color: #f7f7f7;
  bottom: -12px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 70px;
}

.widget .widget-title:after {
  background-color: #f55f0d;
  bottom: -12px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 35px;
}

.widget-search input {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  height: 48px;
  outline: medium none;
  padding-left: 20px;
  padding-top: 3px;
  width: calc(100% - 58px);
}

.widget-search button {
  background-color: #f55f0d;
  border: 1px solid #f55f0d;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
  font-size: 17px;
  height: 48px;
  line-height: 18px;
  margin-left: -5px;
  outline: none;
  padding: 0;
  text-align: center;
  width: 58px;
}

.widget-select {
}

.widget-select form {
}

.widget-select form .form-control {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 15px;
  border: 1px solid #eee;
  color: #1dabf2;
  background: #ffffff url(../images/icons/icon-down.png) no-repeat;
  background-position: calc(50% + 45%);
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
}

.widget-category {
}

.widget-category .accordion-style {
}

.widget-category .accordion-style .accordion-box {
  background-color: transparent;
  border: 1px solid #eee;
}

.widget-category .accordion-style .accordion-box .acc-title {
  color: #333 !important;
  font-family: "Nunito", ​ sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.widget-category .accordion-style .accordion-box .acc-title.active {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.widget-category .accordion-style .accordion-box .acc-content {
}

.widget-category .accordion-style .accordion-box .acc-content .content {
}

.widget-category .accordion-style .accordion-box .acc-content .content a {
  color: #1dabf2;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  margin-bottom: 7px;
  text-decoration: underline;
  width: 100%;
}

.widget-category .accordion-style .accordion-box .acc-content .content a:hover {
  padding-left: 7px;
}

.widget-category .accordion-style.bgc-color .accordion-box {
  background-color: #1dabf2;
  border: none;
}

.widget-category .accordion-style.bgc-color .accordion-box .acc-title {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.53);
}

.widget-category
  .accordion-style.bgc-color
  .accordion-box
  .acc-content
  .content
  a {
  color: #fff;
}

.widget-category
  .accordion-style.bgc-color
  .accordion-box
  .acc-content
  .content
  a:hover {
  color: #333;
}

.accordion-style.bgc-color .accordion-box .icon-outer .icon {
  color: #fff;
}

.widget-links li a {
  color: #a5a6a7;
  font-size: 14px;
  line-height: 40px;
  padding-left: 15px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.widget-links li:hover a {
  color: #f55f0d;
}

.widget-links li a:before {
  color: #f55f0d;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 15px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.widget-news .widget-news-post {
  display: inline-block;
  margin-bottom: 12px;
  margin-top: 10px;
  padding-bottom: 7px;
  position: relative;
  width: 100%;
}

.widget-news .widget-news-post:last-child {
  margin-bottom: 10px;
}

.widget-news .widget-news-post .thumb {
  left: 0;
  position: absolute;
  top: 0;
}

.widget-news .widget-news-post .content {
  padding-left: 85px;
}

.widget-news .widget-news-post .content .title {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -10px;
}

.widget-news .widget-news-post .content .title a {
  color: #a5a6a7;
}

.widget-news .widget-news-post .content .meta-date {
  color: #f55f0d;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
}

.widget-gallery {
  display: inline-block;
  margin-top: 15px;
}

.widget-gallery .widget-gallery-item {
  float: left;
  padding: 0 10px 10px 0;
  position: relative;
  width: 33.333%;
}

.widget-gallery .widget-gallery-item img {
  display: block;
  position: relative;
  width: 100%;
}

.widget-tags {
  display: inline-block;
  margin-top: 12px;
}

.widget-tags a {
  border: 1px solid #f2f2f2;
  color: #989898;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 3px 10px 0;
  padding: 4px 10px 5px;
  position: relative;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.widget-tags a:hover {
  background-color: #f55f0d;
  color: #fff;
}

.widget-appointment {
  display: inline-block;
  margin-top: 15px;
}

.widget-subscribe input {
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 9px 10px 9px 25px;
  width: 100%;
}

.widget-subscribe .btn-theme {
  background-color: #02e6b8;
  border: medium none;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(5, 20, 65, 0.1);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  padding: 12px 30px;
  text-align: center;
  width: 100%;
}

.widget-subscribe .btn-theme:hover {
  box-shadow: 0 9px 20px -5px rgba(82, 104, 219, 0.57);
}

.widget-progress {
  background-color: #f9f9f9;
  border-bottom: 3px solid #f1f1f1;
  margin-bottom: 30px;
  padding: 15px 20px;
  position: relative;
}

.widget-donation .widget-dcount .content h5 span:first-child {
  color: #111;
}
.widget-progress:after {
  border-color: transparent transparent #f1f1f1 #f1f1f1;
  border-style: solid;
  border-width: 0 0 25px 25px;
  bottom: -12px;
  content: "";
  height: 25px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
  width: 25px;
  z-index: -1;
}

.widget-btn-donate {
  background-color: #ef3c7c !important;
  border-color: #ef3c7c !important;
  text-align: center;
  width: 100%;
}

.widget-donation .widget-title {
  background-color: #f9f9f9;
  border-bottom: 3px solid #f1f1f1;
  color: #1dabf2;
  margin-bottom: 30px;
  padding: 15px 20px 15px 40px;
  position: relative;
}
.widget-donation .widget-title:after {
  border-color: transparent transparent #f1f1f1 #f1f1f1;
  border-style: solid;
  border-width: 0 0 25px 25px;
  bottom: -12px;
  content: "";
  height: 25px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
  width: 25px;
  z-index: -1;
}

.widget-donation .widget-title:before {
  display: none;
}

.widget-donationcount-slider {
  border: 1px solid #eee;
  padding: 9px 15px;
}

.widget-donation .widget-dcount {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 25px;
  position: relative;
}

.widget-donation .widget-dcount .avatar {
  background-color: #f1f1f1;
  border-radius: 50%;
  color: #ff8c00;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 70px;
  left: 0;
  line-height: 70px;
  position: absolute;
  text-align: center;
  width: 70px;
}

.widget-donation .widget-dcount .content {
  margin-left: 85px;
}

.widget-donation .widget-dcount .content h5 {
  font-size: 17px;
  margin-top: 25px;
}

.widget-donation .widget-dcount .content h5 span {
  color: #1dabf2;
}

.widget-donation .widget-dcount .content p {
  font-family: "Lato", sans-serif;
}

.widget-donation .widget-dcount .content p a {
  color: #1dabf2;
}

.widget-donation .widget-dcount .content p a.share-social {
  color: #919191;
  float: right;
  font-size: 13px;
  margin-right: 12px;
}

.widget-donation .widget-dcount .content p a.share-social .icon {
  color: #1dabf2;
  margin-right: 2px;
}

.widget-donation .widget-dcount .content p a.share-social:hover {
  color: #1dabf2;
}

.widget-donationcount-slider.owlnav-true.owl-nav4 .owl-nav .owl-prev,
.widget-donationcount-slider.owlnav-true.owl-nav4 .owl-nav .owl-next {
  top: -80px;
}

.widget-donationcount-slider.owlnav-true.owl-nav4 .owl-nav .owl-prev {
  right: 48px;
}

.widget-donationcount-slider.owlnav-true.owl-nav4 .owl-nav .owl-next {
  right: 20px;
}

.widget-donation .form-login-social-acc .btn-theme {
  font-size: 14px;
  line-height: 24px;
  margin-right: 3px;
  padding: 3px 10px 3px 0;
}

.widget-donation .form-login-social-acc .btn-theme:last-child {
  margin-right: 0;
}

.widget-donation .form-login-social-acc .btn-theme:before {
  left: 28px;
}

.widget-donation .form-login-social-acc .btn-theme:hover {
  box-shadow: 0 10px 30px rgba(5, 20, 65, 0.1);
}

.widget-donation .form-login-social-acc .btn-theme .font-icon {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-right: 6px;
  width: 30px;
}

.widget-ngoinfo {
}

.widget-ngoinfo .ngo-about-card {
  min-height: auto;
}

.widget-ngoinfo .ngo-about-card .thumb-ngo {
  margin-top: 0;
  margin-bottom: 20px;
}

.widget-ngoinfo .ngo-about-card.style-two .thumb-ngo {
  float: left;
}

.widget-ngoinfo .ngo-about-card .thumb-ngo .logo-img {
  height: auto;
  width: 75px;
}

.widget-ngoinfo .ngo-about-card .thumb-ngo .certificates-area {
  bottom: 50%;
  left: auto;
  right: 0;
}

.widget-ngoinfo
  .ngo-about-card
  .thumb-ngo
  .certificates-area
  .certificates-item {
}

.widget-ngoinfo
  .ngo-about-card
  .thumb-ngo
  .certificates-area
  .certificates-item
  span {
}

.widget-ngoinfo .ngo-about-card .title {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.widget-ngoinfo .ngo-about-card .content {
  position: relative;
}

.widget-ngoinfo .ngo-about-card .ngo-tag {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 0;
}

.widget-ngoinfo .ngo-about-card .ngo-location {
  font-size: 12px;
  margin-top: 0;
}

.widget-ngoinfo .ngo-about-card .btn-details {
  bottom: 0;
  display: none;
  font-size: 10px;
  position: absolute;
  right: 0;
}

.widget-ngoinfo .ngo-about-card:hover .btn-details {
  display: block;
}

.widget-ngoinfo .ngo-about-card.style-two .thumb-ngo {
  margin-bottom: 25px;
}

.widget-ngoinfo .ngo-about-card.style-two .thumb-ngo .certificates-area {
  bottom: 0;
  left: 0;
  position: relative;
  top: 0;
}

.widget-ngoinfo .ngo-about-card.style-two .ngo-location {
  margin-bottom: 0;
}

.widget-ngoinfo .ngo-about-card.style-two .btn-details {
  bottom: -18px;
}

.widget-donation .widget-tags a {
  background-color: #f7f7f7;
  color: #919191;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.widget-donation .widget-tags a:hover {
  color: #fff;
}

.widget-event-form {
}

.event-form-card {
  background-color: #f9f9f9 !important;
  border-bottom: 3px solid #f1f1f1;
  display: inline-block;
  margin-bottom: -3px;
  padding: 30px 25px;
  width: 100%;
  list-style: none;
}

.event-form-card li {
  color: #848484;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
  min-height: 30px;
  padding: 12px 0;
}

.event-form-card li:nth-child(3n) {
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  margin: 15px 0;
}

.event-form-card li:nth-child(5n) {
  border-top: 1px solid #eee;
  font-size: 18px;
  margin-top: 15px;
  padding-top: 20px;
}

.event-form-card li span {
  float: right;
}

.event-form-card li span.value {
  color: #212529;
}

.event-form-card li span.value select.form-control {
  border-radius: 2px;
  height: 30px;
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 2px 22px;
  border: 1px solid #cccccc;
  /*border-right:none;*/
  color: #212529;
  background: #ffffff url(../images/icon-down.png) no-repeat;
  background-position: 55px center;
  cursor: pointer;
  height: 26px;
  width: 75px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
}

.event-form-card li span.value input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  color: #727272;
  font-size: 13px;
  font-weight: 400;
  height: 25px;
  padding: 0 7px;
  width: 75px;
}

/*
-----------------------------------------------------------------------
    Social Icons Styles
-----------------------------------------------------------------------
*/

.social-icons li {
  display: inline-block;
  margin-right: 20px;
}

.social-icons li:last-child {
  margin-right: 0;
}

.social-icons li a {
  border: 2px solid #fff;
  display: inline-block;
  height: 38px;
  text-align: center;
  width: 38px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.social-icons li a:hover {
  border: 2px solid #f55f0d;
}

.social-icons li a i {
  color: #fff;
  font-size: 17px;
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.social-icons li a:hover i {
  color: #f55f0d;
}

/*--- Social Icons Theme Color ---*/

.social-icons.icons-theme li {
  margin-right: 2px;
}

.social-icons.icons-theme li a {
  background-color: #f55f0d;
  border-color: #f55f0d;
  border-radius: 4px;
  height: 34px;
  width: 34px;
}

.social-icons.icons-theme li a:hover {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}

.social-icons.icons-theme li a i {
  color: #fff;
  line-height: 31px;
}

.social-icons.icons-theme li a:hover i {
  color: #fff;
}

/*--- Social Icons Border Style ---*/

.social-icons.icons-bdr li a {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #333d47;
  height: 40px;
  line-height: 40px;
  width: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.social-icons.icons-bdr li a:hover {
  border-color: #fff;
  background-color: #1dabf2;
  background-image: linear-gradient(135deg, #17cadd 0%, #4a45da 100%);
  color: #fff;
}

.social-icons.icons-bdr li a i {
  color: #fff;
  line-height: 31px;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
}

.social-icons.icons-bdr li a:hover i {
  color: #fff;
}

/*
-----------------------------------------------------------------------
    Service Section
-----------------------------------------------------------------------
*/

.service-thumb img {
  float: left;
  max-width: none;
}

.service-post {
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
  border-bottom: 3px solid #e9e9e9;
  margin-bottom: 30px;
  position: relative;
}

.service-post:after {
  border-bottom: 3px solid #f55f0d;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.service-post:hover:after {
  width: 100%;
}

.service-post .thumb {
  margin-bottom: 25px;
}

.service-post .thumb img {
  width: 100%;
}

.service-post .content {
  padding: 0 40px 25px 105px;
}

.service-post .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}

.service-post .content .btn-link {
  color: #f55f0d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

.service-post .content .btn-link:hover {
  color: #111;
}

.service-post .icon-box {
  background-color: #f55f0d;
  border: 2px solid #f55f0d;
  border-radius: 50%;
  font-size: 35px;
  height: 70px;
  left: 20px;
  position: absolute;
  text-align: center;
  width: 70px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.service-post:hover .icon-box {
  background-color: #fff;
}

.service-post .icon-box .icon {
  color: #fff;
  line-height: 64px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.service-post:hover .icon-box .icon {
  color: #f55f0d;
}

/*--- Services Style Two ---*/

.services-style2 .service-post .icon-box {
  display: none;
}

.services-style2 .service-post .content {
  padding: 0 30px 25px;
}

/*--- Services Style Three ---*/

.services-style3 .service-post .thumb {
  display: none;
}

.services-style3 .service-post .content {
  padding: 25px 40px 25px 105px;
}

.services-style3 .service-post .icon-box {
  top: 27px;
}

/*--- Services Style Four ---*/

.services-style4 .service-post {
  text-align: center;
}

.services-style4 .service-post .thumb {
  margin-bottom: 0;
}

.services-style4 .service-post .icon-box {
  display: none;
}

.services-style4 .service-post .content {
  padding: 25px 40px 25px 40px;
}

.services-style4 .service-post .content .title {
  font-size: 20px;
  margin-bottom: 15px;
}

.services-style4 .service-post .content p {
  margin-bottom: 15px;
}

/*--- Services Style Five ---*/

.services-style5 .service-post {
  background-color: #fff;
  border: none;
  padding: 60px 30px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-style5 .service-post:after {
  display: none;
}

.services-style5 .service-post .thumb {
  display: none;
}

.services-style5 .service-post .content {
  padding: 25px 25px;
  text-align: center;
}

.services-style5 .service-post .icon-box {
  border: none;
  width: 85px;
  height: 85px;
  line-height: 90px;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.services-style5 .service-post .icon-box:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.services-style5 .service-post .icon-box.bgc-1 {
  background-color: #02e6b8;
}

.services-style5 .service-post .icon-box.bgc-2 {
  background-color: #885bfe;
}

.services-style5 .service-post .icon-box.bgc-3 {
  background-color: #c500ee;
}

.services-style5 .service-post .icon-box.bgc-4 {
  background-color: #3088fe;
}

.services-style5 .service-post .content .title {
  color: #333d47;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.services-style5 .service-post:hover .content .title {
  color: #fff;
}

.services-style5 .service-post .content p {
  color: #6e758c;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
}

.services-style5 .service-post:hover {
  background-color: #1dabf2;
  background-image: linear-gradient(135deg, #17cadd 0%, #4a45da 100%);
  color: #fff;
}

.services-style5 .service-post:hover .icon-box {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.services-style5 .service-post:hover .icon-box .icon {
  color: #fff;
}

.services-style5 .service-post:hover .icon-box:before {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  border-color: #f8f8f8;
}

.services-style5 .service-post:hover p {
  color: #eee;
}

/*--- Service Post Details ---*/

.service-post-details .service-post .content .title-details {
  font-size: 28px;
}

.service-post-details .service-post.post-details {
  margin-bottom: 50px;
}

.service-post-details .service-post.post-details:hover:after {
  width: 0;
}

/*
-----------------------------------------------------------------------
    Feature Styles
-----------------------------------------------------------------------
*/

.feature-box {
  border: 1px solid #f1f1f1;
  margin-top: 20px;
  padding: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.feature-box:hover {
  background-color: #f55f0d;
}

.feature-box .content {
  padding-left: 100px;
}

.feature-box .content .title {
  color: #f55f0d;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .content .title {
  color: #fff;
}

.feature-box .content p {
  color: #989898;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .content p {
  color: #eee;
}

.feature-box .content .btn-link {
  color: #f55f0d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .content .btn-link {
  color: #fff;
}

.feature-box .content .btn-link:hover {
  color: #111;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.feature-box .icon-box {
  background-color: #f55f0d;
  border: 2px solid #f55f0d;
  border-radius: 50%;
  font-size: 35px;
  height: 70px;
  position: absolute;
  text-align: center;
  width: 70px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .icon-box {
  background-color: #fff;
  border-color: #fff;
}

.feature-box .icon-box .icon {
  color: #fff;
  line-height: 64px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .icon-box .icon {
  color: #f55f0d;
}

/*--- Features Style Two ---*/

.features-style2 .feature-box {
  background-color: #f7f7f7;
  border: none;
  padding: 20px 18px;
  margin-bottom: 30px;
  margin-top: 0;
}

.features-style2 .feature-box:hover {
  background-color: #f55f0d;
}

.features-style2 .feature-box .icon-box {
  display: inline-block;
  font-size: 30px;
  height: 54px;
  width: 54px;
}

.features-style2 .feature-box .icon-box .icon {
  line-height: 54px;
  position: relative;
  top: -3px;
}

.features-style2 .feature-box .content {
  padding-left: 67px;
}

.features-style2 .feature-box .content .title {
  font-size: 15px;
}

.features-style2 .feature-box .content p {
  margin-bottom: 5px;
}

/*--- Features Style Three ---*/

.features-style3 .feature-box {
  padding: 25px 20px;
}

.features-style3 .feature-box .icon-box {
  border-radius: 50%;
  font-size: 35px;
  height: 70px;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 70px;
}

.features-style3 .feature-box .content {
  padding-left: 0;
  text-align: center;
}

/*--- Features Style Four ---*/

.features-style4 .feature-box {
  background-color: #fff;
  border: 10px solid rgba(250, 250, 250, 0.5);
  padding: 25px 20px;
}

.features-style4 .feature-box:hover {
  background-color: #f55f0d;
}

.features-style4 .feature-box .icon-box {
  border-radius: 50%;
  font-size: 35px;
  height: 70px;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 70px;
}

.features-style4 .feature-box .content {
  padding-left: 0;
  text-align: center;
}

/*
-----------------------------------------------------------------------
    Gallery Styles
-----------------------------------------------------------------------
*/

.gallery-section .gallery-wrapper .gallery-post {
  padding: 0;
}

.gallery-section .gallery-wrapper .gallery-post .thumb {
  position: relative;
  overflow: hidden;
}

.gallery-wrapper .gallery-post .thumb .overlay {
  outline: 1px solid #fff;
  outline-offset: -15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.gallery-wrapper .gallery-post .thumb:hover .overlay {
  background-color: rgba(245, 95, 13, 0.5);
  transform: scale(1);
  -webkit-transform: scale(1);
}

.gallery-wrapper .gallery-post .overlay .icon {
  color: #fff;
  font-size: 30px;
  margin-left: 47%;
  margin-top: 35%;
  position: absolute;
  text-align: center;
}

/*--- Gallery Slider Style ---*/

.gallery-section .container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.gallery-carousel .owl-stage-outer {
  overflow: visible;
}

/*
-----------------------------------------------------------------------
    Team Member Styles
-----------------------------------------------------------------------
*/

.team-post {
  background-color: #f9f9f9;
  margin-bottom: 30px;
}

.team-post .thumb {
  position: relative;
  overflow: hidden;
}

.team-post .thumb img {
  width: 100%;
}

.team-post .thumb .overlay {
  background-color: rgba(245, 95, 13, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.team-post:hover .thumb .overlay {
  top: 0;
}

.team-post .thumb .overlay a {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 48%;
  padding: 4px 10px;
  position: absolute;
  top: 45%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.team-post .thumb .overlay a:hover {
  background-color: #f55f0d;
  border-color: #f55f0d;
}

.team-post .thumb .overlay a i {
  color: #f55f0d;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.team-post .thumb .overlay a:hover i {
  color: #fff;
}

.team-post .content {
  padding: 25px;
}

.team-post .content .title {
  color: #f55f0d;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 10px;
}

.team-post .content .sub-title {
  color: #777;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.team-post .content p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}

.team-post .profile {
  background-color: #f55f0d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.team-post .profile:hover {
  background-color: #1c1c1c;
  color: #fff;
}

.team-post .profile .icon {
  margin-left: 5px;
  position: relative;
  top: 0;
}

.team-post .content .member-skill {
  float: right;
  text-align: center;
}

.team-post .content .member-skill ul li {
  padding: 0;
}

.team-post .content .member-skill ul li a {
  background-color: #f55f0d;
  display: inline-block;
  height: 31px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 34px;
}

.team-post .content .member-skill ul li a:hover {
  background-color: #1c1c1c;
}

.team-post .content .member-skill ul li a .icon {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

/*--- Team Style Two ---*/

.team-style2 .team-post .profile {
  font-size: 12px;
  padding: 2px 7px;
}

.team-style2 .team-post .profile .icon {
  display: none;
}

.team-style2 .team-post .content .member-skill ul li a {
  border-radius: 3px;
  height: 28px;
  width: 28px;
}

.team-style2 .team-post .content .member-skill ul li a .icon {
  font-size: 14px;
  line-height: 30px;
}

.team-style2.inner-style2 .team-post.team-post2 .content {
  margin-top: -22px;
}

.team-style2 .team-post .thumb .overlay a {
  left: 45%;
}

/*--- Team Style Three ---*/

.team-style3 .team-post .content {
  display: inline-block;
}

.team-style3 .team-post .profile {
  float: right;
}

.team-style3 .team-post .content .member-skill {
  float: left;
  text-align: center;
}

.team-style3 .team-post .profile .icon {
  display: none;
}

/*--- Team Style Four ---*/

.team-style4 .team-post .content {
  display: inline-block;
}

.team-style4 .team-post .content .title {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 0;
  text-transform: uppercase;
}

.team-style4 .team-post .content .sub-title {
  color: #f55f0d;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  font-style: italic;
  text-align: right;
}

.team-style4 .team-post .content p {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  padding-top: 15px;
}

.team-style4 .team-post .profile {
  float: right;
  letter-spacing: 2px;
}

.team-style4 .team-post .content .member-skill {
  float: left;
  text-align: center;
}

.team-style4 .team-post .profile .icon {
  display: none;
}

/*--- Team Profile PopupModal ---*/

.team-post .thumb .overlay a {
  display: none;
}

.team-popupmodal .modal-content .modal-header {
  border-radius: 4px 4px 0 0;
  text-align: center;
}

.team-popupmodal .modal-content .modal-title {
  color: #fff;
}

.team-popupmodal .modal-content .modal-body {
  display: flex;
  padding: 30px 46px;
  position: relative;
  text-align: justify;
}

.team-popupmodal .modal-content .modal-body img {
  float: left;
  margin-bottom: 15px;
  margin-right: 45px;
  margin-top: 10px;
}

.team-popupmodal .modal-content .modal-body p {
  border: none;
  padding: 0;
}

.team-popupmodal .modal-content .modal-footer {
  clear: both;
}

/*--- Team Member Dtails ---*/

.team-member-details .content .name {
  color: #f55f0d;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}

.team-member-details .content .occupation {
  color: #777;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.team-member-infos {
  margin-bottom: 30px;
  margin-top: 20px;
}

.team-member-infos li {
  border-bottom: 1px dotted #f7f7f7;
  padding: 4px 0;
}

.team-member-infos li span {
  color: #000;
  font-weight: 600;
}

.team-member-infos li span:first-child {
  color: #f55f0d;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  min-width: 100px;
  text-transform: uppercase;
}

/*
-----------------------------------------------------------------------
    Blog Styles
-----------------------------------------------------------------------
*/

.blog-post {
  background-color: #f9f9f9;
  margin-bottom: 30px;
}
.blog-post .blog-post-authore {
  color: #c9c9c9;
  display: inline-block;
  font-size: 14px;
}

.blog-post .meta-tag {
  display: inline-block;
}

.blog-post .meta-tag a {
  color: #c9c9c9;
  font-size: 14px;
  margin-right: 8px;
}

.blog-post .meta-tag .icon {
  color: #f55f0d;
  font-size: 18px;
  margin-right: 10px;
}

.blog-post .thumb {
  position: relative;
  margin-bottom: 30px;
}

.blog-post .thumb img {
  width: 100%;
}

.blog-post .thumb .overlay {
  text-align: center;
}

.blog-post .thumb .overlay {
  background-color: rgba(245, 95, 13, 0.7);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.blog-post:hover .thumb .overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.blog-post .thumb .overlay .icon {
  color: #fff;
  font-size: 32px;
  left: 0;
  position: absolute;
  right: 0;
  top: 42%;
}

.blog-post .thumb .blog-post-date {
  background-color: rgba(245, 95, 13, 0.85);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  left: 0;
  padding: 0 12px;
  position: absolute;
  text-transform: uppercase;
}

.blog-post .content {
  display: inline-block;
  padding: 0 15px 15px;
}

.blog-post .content .title {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0;
  text-transform: uppercase;
}

.blog-post .content p {
  color: #989898;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 10px;
}

.blog-post .content .btn-link {
  color: #f55f0d;
  float: left;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

/*--- Blog Details Style ---*/

.tag-category {
  display: inline-block;
  float: left;
}

.tag-category li {
  display: inline-block;
  font-size: 13px;
}

.tag-category li:first-child {
  color: #c9c9c9;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-right: 5px;
}

.tag-category li a {
  color: #f55f0d;
}

.blog-social-share {
  display: inline-block;
  float: right;
}

.blog-social-share li {
  display: inline-block;
  font-size: 13px;
  margin-left: 7px;
}

.blog-social-share li:first-child {
  color: #f55f0d;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-left: 0;
  margin-right: 5px;
}

.blog-social-share li a {
  color: #c9c9c9;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.blog-social-share li a:hover {
  color: #a9a9a9;
}

.blog-social-share.icon-round li a {
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  line-height: 23px;
  text-align: center;
  width: 25px;
}

.blog-authore-box {
  background-color: #f9f9f9;
  border: 1px solid #f5f5f5;
  padding: 7px 7px 13px;
  position: relative;
}

.blog-authore-box .thumb {
  left: 7px;
  position: absolute;
  top: 7px;
}

.blog-authore-box .content {
  padding-left: 105px;
}

.blog-authore-box .content .name {
  color: #000;
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 5px;
}

.blog-authore-box .content p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
}

.blog-authore-box .authore-meta {
  margin-bottom: 0;
}

.blog-authore-box .authore-meta li {
  display: inline-block;
  font-size: 13px;
  margin-right: 3px;
}

.blog-authore-box .authore-meta li a {
  color: #c9c9c9;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.blog-authore-box .authore-meta li:first-child a {
  color: #f55f0d;
}

.blog-authore-box .authore-meta li a:hover {
  color: #f55f0d;
}

.comment-box {
  margin-bottom: 30px;
  position: relative;
}

.comment-box .thumb {
  left: 0;
  position: absolute;
  top: 8px;
}

.comment-box .thumb img {
  border: 1px solid #f2f2f2;
  border-radius: 2px;
}

.comment-box .content {
  padding-left: 95px;
}

.comment-box .content .comment-info .name {
  color: #000;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-top: 3px;
}

.comment-box .content .comment-info .comment-time {
  color: #c9c9c9;
  float: right;
  font-size: 12px;
  margin-right: 50px;
  position: relative;
}

.comment-box .content .comment-info .comment-time:before {
  background-color: #d9d9d9;
  bottom: 8px;
  content: "";
  height: 2px;
  left: -20px;
  position: absolute;
  width: 15px;
}

.comment-box .content p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: -3px;
}

.comment-box .content .reply-btn {
  color: #f55f0d;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

.comment-box .content .comment-like {
  color: #c9c9c9;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 8px;
}

.comment-box .content .comment-like a {
  color: #c9c9c9;
}

.comment-box .content .comment-like i {
  color: #c9c9c9;
}

.replybox-comment {
  margin-left: 100px;
}

/*
-----------------------------------------------------------------------
    Footer Styles
-----------------------------------------------------------------------
*/

.footer-section {
  background-color: #36404b;
}

.footer-widget .footer-widget-title .widget-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 36px;
  margin-bottom: 35px;
  position: relative;
  text-transform: uppercase;
}

.footer-widget .footer-widget-title .widget-title:after {
  background-color: #f55f0d;
  bottom: -12px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 35px;
}

.footer-widget .footer-logo img {
  margin-bottom: 12px;
  margin-top: 10px;
}

.footer-widget .social-icons {
  margin-top: 20px;
}

.footer-widget .social-icons li {
  margin-right: 8px;
}

.footer-widget .social-icons li a {
  background-color: #f55f0d;
  border: 1px solid #f55f0d;
  border-radius: 4px;
  height: 24px;
  line-height: 24px;
  width: 26px;
}

.footer-widget .social-icons li a:hover {
  background-color: #fff;
  border-color: #fff;
}

.footer-widget .social-icons li a i {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  top: -2px;
}

.footer-widget .social-icons li a:hover i {
  color: #a7a7a7;
}

.footer-widget .widget-links li {
  border-bottom: 1px dotted #474e56;
}

.footer-widget .widget-links li a {
  color: #eee;
  font-size: 14px;
  line-height: 40px;
  padding-left: 15px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.footer-widget .widget-links li:hover a {
  color: #f55f0d;
}

.footer-widget .widget-links li a:before {
  color: #f55f0d;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 15px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.footer-widget .widget-contact {
  margin-top: 15px;
}

.footer-widget .widget-contact p {
  border-bottom: 1px dotted #474e56;
  color: #eee;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.footer-widget .widget-contact p {
  border-bottom: 1px solid #474e56;
  color: #eee;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.footer-widget .widget-contact p i {
  color: #eee;
  margin-right: 8px;
}

.footer-widget .widget-contact p span {
  color: #f55f0d;
}

.footer-widget .widget-news .widget-news-post {
  border-bottom: 1px dotted #474e56;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 7px;
  position: relative;
}

.footer-widget .widget-news .widget-news-post .thumb {
  left: 0;
  position: absolute;
  top: 0;
}

.footer-widget .widget-news .widget-news-post .content {
  padding-left: 85px;
}

.footer-widget .widget-news .widget-news-post .content .title {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -10px;
}

.footer-widget .widget-news .widget-news-post .content .title a {
  color: #eee;
}

.footer-widget .widget-news .widget-news-post .content .meta-date {
  color: #f55f0d;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
}

.footer-copyright {
  background-color: #2c343d;
}

.copy-right {
  color: #eee;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 18px;
  margin-top: 18px;
}

.copy-right a {
  color: #f55f0d;
}

/*--- Footer One Style ---*/

/*.footer-section.footer-one {
    background-color: #3088fe;
}*/

.footer-section.footer-one {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(21, 86, 232) 0%,
    rgb(88, 83, 244) 39%,
    rgb(154, 79, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(21, 86, 232) 0%,
    rgb(88, 83, 244) 39%,
    rgb(154, 79, 255) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(21, 86, 232) 0%,
    rgb(88, 83, 244) 39%,
    rgb(154, 79, 255) 100%
  );
}

.footer-section.footer-one .inner-area {
  padding: 85px 15px;
}

.footer-one .footer-widget .footer-widget-title .widget-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 22px;
}

.footer-one .footer-widget .footer-widget-title .widget-title:after {
  display: none;
}

.footer-one .footer-widget .widget-links li {
  border: none;
}

.footer-one .footer-widget .widget-links li a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 0;
  font-family: "Nunito", sans-serif;
  padding: 7px 0;
}

.footer-one .footer-widget .widget-links li a:before {
  display: none;
}

.footer-one .footer-widget .widget-about {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  margin-right: 25px;
}

.footer-one .footer-widget .footer-logo img {
  margin-bottom: 12px;
  margin-top: 0;
}

.footer-one .footer-copyright {
  background-color: #1470ed;
  padding: 30px 0;
}

.footer-one .copy-right {
  color: #fff;
  font-family: "Muli", sans-serif;
  font-size: 12px;
  font-weight: 400;
  float: left;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0;
  text-transform: uppercase;
}

.footer-one .footer-copyright .social-icons {
  float: right;
}

/*--- Footer One Color Style ---*/

.footer-section.footer-one.bgc-two {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(11, 204, 165) 0%,
    rgb(7, 217, 175) 39%,
    rgb(2, 230, 184) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(11, 204, 165) 0%,
    rgb(7, 217, 175) 39%,
    rgb(2, 230, 184) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(11, 204, 165) 0%,
    rgb(7, 217, 175) 39%,
    rgb(2, 230, 184) 100%
  );
}

.footer-one.bgc-two .footer-widget .footer-widget-title .widget-title {
  color: #6e758c;
}

.footer-one.bgc-two .footer-widget .widget-links li a {
  color: #6e758c;
}

.footer-one.bgc-two .footer-widget .widget-about {
  color: #6e758c;
}

.footer-one.bgc-two .footer-copyright {
  background-color: #0bcca5;
}

.footer-one.bgc-two .social-icons.icons-bdr li a {
  border: 1px solid #6e758c;
}

.footer-one.bgc-two .social-icons.icons-bdr li a i {
  color: #6e758c;
}

.footer-one.bgc-two .copy-right {
  color: #6e758c;
}

.footer-section.footer-one.bgc-three {
  background-color: #232f3e;
  background-image: none;
}

.footer-one.bgc-three .footer-widget .footer-logo {
  display: inline-block;
  margin-bottom: 10px;
}

.footer-one.bgc-three .footer-widget .footer-widget-title .widget-title {
  color: #fff;
}

.footer-one.bgc-three .footer-widget .widget-links li a {
  color: #ddd;
}

.footer-one.bgc-three .footer-widget .widget-links li a:hover {
  color: #1dabf2;
}

.footer-one.bgc-three .footer-widget .widget-about {
  color: #fff;
}

.footer-one.bgc-three .footer-copyright {
  background-color: transparent;
  border: 1px solid #3a4553;
}

.footer-one.bgc-three .social-icons.icons-bdr li a {
  border: 1px solid rgba(221, 221, 221, 0.3);
}

.footer-one.bgc-three .social-icons.icons-bdr li a i {
  color: #ddd;
}

.footer-one.bgc-three .copy-right {
  color: #ddd;
}

.footer-section.footer-one.bgc-four {
  background-color: #fafaff;
  background-image: none;
}

.footer-one.bgc-four .footer-widget .footer-widget-title .widget-title {
  color: #79858c;
}

.footer-one.bgc-four .footer-widget .widget-links li a {
  color: #79858c;
}

.footer-one.bgc-four .footer-widget .widget-links li a:hover {
  color: #1470ed;
}

.footer-one.bgc-four .footer-widget .widget-about {
  color: #79858c;
}

.footer-one.bgc-four .footer-copyright {
  background-color: #1dabf2;
}

.footer-one.bgc-four .social-icons.icons-bdr li a {
  border: 1px solid #fff;
}

.footer-one.bgc-four .social-icons.icons-bdr li a i {
  color: #fff;
}

.footer-one.bgc-four .copy-right {
  color: #fff;
}

/*
-----------------------------------------------------------------------
    Accordion Styles
-----------------------------------------------------------------------
*/

.accordion-style {
  position: relative;
}

.accordion-style .accordion-box {
  background-color: #f8f8f8;
  border-bottom: 2px solid #ddd;
  margin-bottom: 25px;
  padding: 12px;
  position: relative;
}

.accordion-style .accordion-box .acc-title {
  color: #1c1c1c;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  position: relative;
}

.accordion-style .accordion-box .acc-title.active {
  border-bottom: 1px dotted #f55f0d;
  color: #f55f0d;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.accordion-style .accordion-box .icon-outer {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: -10px;
}

.accordion-style .accordion-box .icon-outer .icon {
  color: #a9a9a9;
  line-height: 38px;
  position: absolute;
  top: 10px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-style .accordion-box .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-style .accordion-box .icon-outer .icon-plus {
  opacity: 1;
}

.accordion-style .accordion-box .active .icon-outer .icon-minus {
  opacity: 1;
}

.accordion-style .accordion-box .active .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-style .accordion-box .acc-content {
  position: relative;
  display: none;
}

.accordion-style .accordion-box .acc-content.current {
  display: block;
}

.accordion-style .accordion-box .content {
  position: relative;
  font-size: 13px;
}

/*--- Accordion Style Two ---*/

.accordion-style.style-two .accordion-box .acc-title {
  font-size: 20px;
}

.accordion-style.style-two .accordion-box .content {
  font-size: 16px;
}

.accordion-style.style-two .accordion-box .acc-title.active {
  border-bottom-color: #a9a9a9;
}

/*
-----------------------------------------------------------------------
    Pricing Table
-----------------------------------------------------------------------
*/

.pricing-table {
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.pricing-table .thumb {
}

.pricing-table .pricing-content {
}

.pricing-table .pricing-content .pricing-list-content {
}

.pricing-table .pricing-content .pricing-list-content .pricing-list {
  background-color: #f55f0d;
  padding: 15px 20px;
  position: relative;
}

.pricing-table
  .pricing-content
  .pricing-list-content
  .pricing-list:nth-child(2n + 2) {
  background-color: #e65000;
}

.pricing-table .pricing-content .pricing-list-content .pricing-list .icon {
  color: #eee;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  position: absolute;
  right: 20px;
  top: 28px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.pricing-table
  .pricing-content
  .pricing-list-content
  .pricing-list:hover
  .icon {
  color: #fff;
}

.pricing-table
  .pricing-content
  .pricing-list-content
  .pricing-list
  .pricing-value {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 0;
}

.pricing-table
  .pricing-content
  .pricing-list-content
  .pricing-list
  .pricing-list-title {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}

/*--- Services-Pricing Style ---*/

.service-pricing {
  border: 1px solid #f5f5f5;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.service-pricing .content {
  background-color: rgba(245, 95, 13, 0.96);
  padding: 10px 0 10px 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.service-pricing .content .title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.service-pricing .content .price-value {
  background-color: #eee;
  bottom: 0;
  color: #f55f0d;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  padding: 10px 7px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  min-width: 80px;
}

.service-pricing a:hover .content {
  background-color: rgba(245, 95, 13, 0.99);
}

.service-pricing a .thumb img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.service-pricing a:hover .thumb img {
  transform: scale(1.15);
}

/*
-----------------------------------------------------------------------
    Testimonials Styles
-----------------------------------------------------------------------
*/

.testimonial-post {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 35px;
  margin-bottom: 30px;
  margin-top: 50px;
  padding: 0 25px 25px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.testimonial-post:hover {
  border-color: #f55f0d;
}

.testimonial-post .thumb {
  margin-bottom: 20px;
  margin-top: -50px;
}

.testimonial-post .thumb img {
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.testimonial-post:hover .thumb img {
  border-color: #f55f0d;
}

.testimonial-post p {
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.testimonial-post .testimonial-name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.testimonial-post .sub-title {
  color: #989898 !important;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: oblique;
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial-post ul li {
  display: inline-block;
}

.testimonial-post ul li .icon {
  color: #f55f0d;
  font-size: 13px;
}

/*--- Testimonial Style 2 ---*/

.testimonial-item {
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  padding: 40px 35px;
  position: relative;
}

.testimonial-item .client-area {
  margin-bottom: 35px;
  overflow: hidden;
}

.testimonial-item .client-area .thumb {
  float: left;
  margin-right: 20px;
}

.testimonial-item .client-area .thumb img {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 80px;
}

.testimonial-item .client-area .about-area {
  margin-top: 22px;
}

.testimonial-item .client-area .about-area h4 {
  color: #333d47;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.testimonial-item .client-area .about-area h6 {
  color: #1dabf2;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}

.testimonial-item p {
  color: #6e758c;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 2;
}

.testimonial-item .icon {
  color: #fafaff;
  font-size: 108px;
  position: absolute;
  right: 45px;
  top: 35px;
  transform: rotate(30deg);
}

.testimonial-slider2 .testimonial-item {
  margin: 15px;
  margin-bottom: 30px;
}

.testimonial-slider2.owl-theme .owl-dots {
  margin-top: 20px;
}

.testimonial-slider2.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(200, 200, 200, 0.4);
  border: none;
  height: 10px;
  width: 10px;
}

.testimonial-slider2.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #1baaf2;
  border: none;
  height: 10px;
  width: 10px;
}

.testimonial-slider2.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1baaf2;
}

/*
-----------------------------------------------------------------------
    Funfact Styles
-----------------------------------------------------------------------
*/

.funfact-post {
  margin: 0 20px;
  position: relative;
}

.funfact-post .icon {
  color: #eee;
  font-size: 54px;
  line-height: 54px;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.funfact-post:hover .icon {
  margin-top: -10px;
  margin-bottom: 20px;
}

.funfact-post .fact-count {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 19px;
  margin-top: 0;
  position: relative;
}

.funfact-post .fact-count:after {
  border-bottom: 2px dotted #e1e1e1;
  bottom: -10px;
  content: "";
  left: 0;
  position: absolute;
  width: 50px;
}

.funfact-post .title {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}

/*--- Funfact Style Two ---*/

.funfact-style2 .funfact-post .icon {
  font-size: 44px;
  line-height: 78px;
  top: 0;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
}

/*--- Funfact Style Three ---*/
.funfact-style3 .funfact-post {
  text-align: center;
}

.funfact-style3 .funfact-post .icon {
  color: rgba(255, 255, 255, 0.15);
  font-size: 120px;
  left: 0;
  line-height: 1;
  right: 0;
  top: auto;
  bottom: -10px;
}

.funfact-style3 .funfact-post .fact-count:after {
  display: none;
}

.funfact-style3 .funfact-post .fact-count {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 14px;
}

.funfact-style3 .funfact-post .title {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
}

/*
-----------------------------------------------------------------------
    Inner Page Styles
-----------------------------------------------------------------------
*/

.page-title {
  background-image: url("../images/photos/parallax-11.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 185px 0 45px;
  position: relative;
}

.page-title2 {
  background-image: url(../images/photos/innerpage-title2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

.page-title:before {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  opacity: 1;
  top: 0;
}

.page-title-content {
  text-align: center;
}

.page-title-content .title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}

.page-title-content .bread-crumb {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.page-title-content .bread-crumb li {
  display: inline-block;
  margin-right: 0;
  position: relative;
}

.page-title-content .bread-crumb li:after {
  color: #eee;
  content: "\f10c";
  font-family: "FontAwesome";
  font-size: 11px;
  left: -5px;
  position: absolute;
  top: 5px;
}

.page-title-content .bread-crumb li:first-child:after {
  display: none;
}

.page-title-content .bread-crumb li a {
  color: #eee;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.page-title-content .bread-crumb li.active a {
  color: #d4d4d4;
}

.page-title-content .bread-crumb li a:hover {
  color: #000;
}

.page-title-content .sub-title {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.44;
  margin-bottom: 0;
}

.page-title-content p {
  display: block;
}

.page-title-content p .hm-src-btn {
  height: 55px;
  top: 22px;
  width: 32px;
  cursor: pointer;
}

.page-title-content p .hm-src-btn .icon {
  color: #fff;
  font-size: 14px;
  line-height: 55px;
}

/*
-----------------------------------------------------------------------
    Payment Form Styles
-----------------------------------------------------------------------
*/

.form-payment-wrp {
  background-color: #f6f6f6;
  padding: 50px 50px 70px;
}

.form-payment .title {
  font-size: 28px;
  font-weight: 700;
}

.form-payment .title.title-bottom {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
  padding-bottom: 25px;
}

.form-amount .form-frequency-tab .nav.nav-tabs {
  background-color: #eee;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin-bottom: 30px;
}

.form-amount .form-frequency-tab .nav.nav-tabs li {
  margin-right: 3px;
}

.form-amount .form-frequency-tab .nav.nav-tabs > li a {
  background-color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  min-width: 254px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.form-amount .form-frequency-tab .nav-tabs > li > a:hover {
  border-color: transparent;
}

.form-amount .form-frequency-tab .nav-tabs > li > a:focus,
.form-amount .form-frequency-tab .nav-tabs > li > a:hover {
  color: #fff;
}

.form-amount .form-frequency-tab .nav-tabs > li.active > a,
.form-amount .form-frequency-tab .nav-tabs > li.active > a:focus,
.form-amount .form-frequency-tab .nav-tabs > li.active > a:hover {
  color: #fff;
}

.form-amount .form-amount-level .nav.nav-tabs {
  border: none;
  display: inline-block;
  margin-bottom: 30px;
}

.form-amount .form-amount-level .nav.nav-tabs li {
  margin-bottom: 15px;
  margin-right: 15px;
}

.form-amount .form-amount-level .nav.nav-tabs li:last-child {
  margin-right: 0;
}

.form-amount .form-amount-level .nav.nav-tabs > li a {
  background-color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  min-width: 75px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.form-amount .form-amount-level .nav.nav-tabs > li a {
  background-color: #878787;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 24px;
  font-weight: 800;
  height: 56px;
  padding: 9px 13px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.form-amount .form-amount-level .nav.nav-tabs > li a .font-icon {
  font-size: 20px;
  margin-right: 2px;
}

.form-amount .form-amount-level .nav-tabs > li > a:hover {
  border-color: transparent;
}

.form-amount .form-amount-level .nav-tabs > li > a:focus,
.form-amount .form-amount-level .nav-tabs > li > a:hover {
  color: #fff;
}

.form-amount .form-amount-level .nav-tabs > li.active > a,
.form-amount .form-amount-level .nav-tabs > li.active > a:focus,
.form-amount .form-amount-level .nav-tabs > li.active > a:hover {
  color: #fff;
}

.form-amount .form-amount-level .form-group .input-group .input-group-addon,
.form-amount .form-amount-level .form-group .input-group .form-control {
  height: 64px;
}

.form-amount
  .form-amount-level
  .form-group
  .input-group
  .input-group-addon
  .font-icon {
  color: #fff;
}
.form-amount .form-amount-level .form-group .input-group .input-group-addon {
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #1dabf2;
  border: 1px solid #1dabf2;
  border-radius: 0.25rem;
}
.form-amount
  .form-amount-level
  .form-group
  .input-group
  .input-group-addon
  .input-group-text {
  background-color: #1dabf2;
  border: 1px solid #1dabf2;
}

.form-amount .form-amount-level .form-amount-category {
  margin-top: 20px;
}

.form-amount .form-amount-level .form-amount-category h4 {
  font-weight: 600;
}

.form-amount .form-amount-level .form-amount-category h4 i {
  font-size: 16px;
  margin-left: 3px;
  margin-right: 2px;
}

.form-amount .btn-payment {
  bottom: 15px;
  color: #fff;
  display: inline-block;
  padding: 12px 42px;
  position: absolute;
  right: 15px;
}

.form-amount .btn-payment:focus {
  color: #fff;
}

.form-thank-note {
  border-top: 1px solid #ddd;
  margin-top: 45px;
  padding-top: 45px;
  text-align: center;
}

.form-thank-note-inner {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 35px;
}

.form-thank-note .title {
  color: #878787;
  margin: 0;
}

.processing-fee-modal {
  color: #878787;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
}

.processing-fee-modal .modal-btn {
  cursor: pointer;
}

.processing-fee-modal .modal-dialog {
  background-color: #ddd;
  border-radius: 4px;
  padding: 60px;
}

.processing-fee-modal .modal-content {
  border: 1px solid #dedede;
  box-shadow: none;
}

.processing-fee-modal .modal-content .modal-header {
  background-color: #aeaeae;
  border-radius: 6px 6px 0 0;
}

.processing-fee-modal .modal-content .modal-header .modal-title {
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
  padding: 7px 0;
}

.processing-fee-modal .modal-body {
  padding: 15px 30px;
}

.processing-fee-modal .modal-body form p {
  line-height: 30px;
  margin-bottom: 30px;
}

.processing-fee-modal .modal-body form .form-control {
  color: #656565;
  font-size: 18px;
  height: 48px;
  padding: 6px 25px;
}

.processing-fee-modal .modal-footer {
  margin-top: 30px;
  padding: 30px;
}

body.modal-open {
  transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -webkit-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
}

body.push-body {
  transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -webkit-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
}

.modal-dialog {
  z-index: 9999;
}

.form-tribute-donation .tribute-btn {
  color: #989898;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 0;
  margin-top: 20px;
  position: relative;
}

.form-tribute-donation .tribute-btn:before {
  border: 1px solid #878787;
  border-radius: 3px;
  content: "";
  left: -24px;
  padding: 7px;
  position: absolute;
  top: 8px;
}

.form-tribute-donation .tribute-btn:after {
  content: none;
  font-family: "FontAwesome";
  font-size: 10px;
  left: -22px;
  line-height: 20px;
  position: absolute;
  top: 6px;
}

.form-tribute-donation .tribute-btn:active:after {
  content: "\f00c";
}

.modal-open .form-tribute-donation .tribute-btn:after {
  content: "\f00c";
}

.form-tribute-donation {
  font-family: "Montserrat", sans-serif;
}

.form-tribute-donation .modal-dialog {
  background-color: #ddd;
  border-radius: 4px;
  padding: 60px;
}

.form-tribute-donation .modal-content {
  border: 1px solid #dedede;
  box-shadow: none;
}

.form-tribute-donation .modal-content .modal-header {
  background-color: #aeaeae;
  border-radius: 6px 6px 0 0;
}

.form-tribute-donation .modal-content .modal-header .modal-title {
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
  padding: 7px 0;
}

.form-tribute-donation .modal-body {
  margin-top: 25px;
  padding: 15px 30px;
}

.form-tribute-donation .modal-body form p {
  line-height: 30px;
  margin-bottom: 30px;
}

.form-tribute-donation .modal-body form .form-control {
  color: #656565;
  font-size: 18px;
  height: 48px;
  padding: 6px 25px;
}

.form-tribute-donation .modal-footer {
  margin-top: 30px;
  padding: 30px;
}

.form-ecard-btn {
  cursor: pointer;
  display: block;
  margin-top: 8px;
}

.form-ecard-btn input {
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 7px;
}

.form-ecard-content {
  border-top: 1px solid #ddd;
  display: none;
  margin-top: 30px;
  padding-top: 30px;
}

.form-ecard-content .checkbox label {
  line-height: 18px;
}

.modal-footer .form-ecard-content {
  text-align: left;
}

.ecard-preview {
  background-color: #f7f7f7;
  padding: 15px;
}

.ecard-preview img {
  border-radius: 3px 3px 0 0;
}

.ecard-preview .ecard-preview-content {
  border: 1px solid #eee;
  border-radius: 0 0 3px 3px;
  padding: 0 10px 5px;
  text-align: center;
}

.ecard-preview .ecard-preview-content h3 {
  margin-bottom: 20px;
  margin-top: 15px;
}

.ecard-preview .ecard-preview-content h4 {
  margin-bottom: 0;
  margin-top: 18px;
}

.ecard-preview .ecard-preview-content h5 {
  line-height: 22px;
  margin-bottom: 4px;
  margin-top: 15px;
}

.ecard-preview .ecard-preview-content p {
  color: #848484;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 0;
}

.ecard-preview .ecard-preview-content p strong {
  color: #545454;
  font-weight: 700;
}

.form-user-guest-tab .nav.nav-tabs {
  background-color: #eee;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin-bottom: 30px;
}

.form-user-guest-tab .nav.nav-tabs li {
  margin-right: 3px;
}

.form-user-guest-tab .nav.nav-tabs > li a {
  background-color: #111;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  min-width: 254px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.form-user-guest-tab .nav-tabs > li > a:hover {
  border-color: transparent;
}

.form-user-guest-tab .nav-tabs > li > a:focus,
.form-user-guest-tab .nav-tabs > li > a:hover {
  color: #fff;
}

.form-user-guest-tab .nav-tabs > li.active > a,
.form-user-guest-tab .nav-tabs > li.active > a:focus,
.form-user-guest-tab .nav-tabs > li.active > a:hover {
  color: #fff;
}

.form-login-register-info .nav.nav-tabs {
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}

.form-login-register-info .nav.nav-tabs li {
  margin-right: 3px;
}

.form-login-register-info .nav.nav-tabs > li a {
  background-color: #eee;
  color: #252525;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  min-width: 110px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.form-login-register-info .nav-tabs > li > a:focus,
.form-login-register-info .nav-tabs > li > a:hover {
  background-color: #fff;
  border-color: transparent;
  color: #000;
}

.form-login-register-info .nav-tabs > li.active > a,
.form-login-register-info .nav-tabs > li.active > a:focus,
.form-login-register-info .nav-tabs > li.active > a:hover {
  background-color: #fff;
  color: #000;
}

.form-login-register-info .tab-content {
  background-color: #fff;
  padding: 45px;
}

.form-login-register-info .tab-content input {
  border-radius: 3px;
  height: 44px;
}

.form-login-register-info .tab-content .checkbox input {
  height: auto;
}

.form-login-social-acc {
  margin-top: 40px;
}

.form-login-social-acc .btn-theme {
  border-radius: 3px;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 15px 25px;
  position: relative;
  text-align: center;
  text-transform: none;
}

.form-login-social-acc .btn-theme:before {
  background-color: #878787;
  content: "";
  height: 100%;
  left: 70px;
  position: absolute;
  top: 0;
  width: 1px;
}

.form-login-social-acc .btn-facebook-acc {
  background-color: #3b5998;
  border-color: #3b5a98;
}

.form-login-social-acc .btn-theme.btn-facebook-acc:before {
  background-color: #264689;
}

.form-login-social-acc .btn-google-acc {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.form-login-social-acc .btn-theme.btn-google-acc:before {
  background-color: #b44744;
}

.form-login-social-acc .btn-twitter-acc {
  background-color: #1ab2e8;
  border-color: #0faae1;
}

.form-login-social-acc .btn-theme.btn-twitter-acc:before {
  background-color: #25a3d0;
}

.form-login-social-acc .btn-whatsapp-acc {
  background-color: #34af22;
  border-color: #2ca919;
}

.form-login-social-acc .btn-theme.btn-whatsapp-acc:before {
  background-color: #329a23;
}

.form-login-social-acc .btn-theme .font-icon {
  float: left;
  font-size: 32px;
}

.form-guest-info {
  background-color: #fff;
  border-radius: 3px;
  padding: 50px;
}

.form-guest-info input {
  border-radius: 3px;
  height: 46px;
}

.form-payment-process {
  background-color: #fff;
  padding: 40px;
}

.form-payment-process .form-payment-review {
}

.form-payment-process .form-payment-info {
}

.review-summery ul {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.review-summery ul li {
  color: #919191;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 7px;
}

.review-summery ul li span {
  float: right;
}

.review-summery ul li span .font-icon {
  font-size: 15px;
  margin-right: 2px;
}

.review-summery .review-summery-levelTwo li:first-child {
  font-size: 14px;
  line-height: 20px;
}

.review-summery .review-summery-levelTwo li:first-child span {
  font-size: 16px;
}

.review-summery .review-summery-levelThree {
  border-bottom: none;
}

.review-summery .review-summery-levelThree li {
  background-color: #ddd;
  border-radius: 1px;
  color: #595959;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 7px;
}

.review-summery .review-summery-levelThree li span {
  font-size: 16px;
}

.payment-process-form {
  background-color: #f9f9f9;
  border-radius: 1px;
  padding: 22px 25px 30px;
}

.payment-process-form .form-group {
  margin-bottom: 22px;
}

.form-payment-info .form-group label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}

.form-payment-info .form-group input,
.form-payment-info .form-group select {
  border-radius: 1px;
  height: 40px;
  margin-top: 5px;
}
.payment-process-form .checkbox {
  padding-left: 0px !important;
}

.form-payment-process .form-thank-note-inner {
  padding: 40px 30px;
}

.form-payment-process .form-thank-note-inner .processing-fee-modal {
  font-size: 15px;
}

.form-payment-process
  .form-thank-note-inner
  .form-tribute-donation
  .tribute-btn {
  font-size: 12px;
  margin-left: 25px;
}

.payment-receipt-wrp {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 50px 35px 70px;
}

.payment-receipt .receipt-logo {
  text-align: right;
}

.payment-receipt .ngo-info .ngo-name {
  font-weight: 600;
  margin-top: 0;
}

.payment-receipt .ngo-info ul li {
  color: #919191;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.payment-receipt .donation-token .donation-token-gov {
  display: inline-block;
}

.payment-receipt .donation-token .donation-token-gov li:first-child {
  color: #000;
  font-size: 18px;
}

.payment-receipt .donation-token .donation-token-gov li:first-child span {
  color: #919191;
  float: right;
}

.payment-receipt .donation-token .donation-token-gov li:last-child {
  color: #fff;
  font-size: 60px;
  line-height: 1.1;
  padding: 5px 15px;
  text-align: center;
}

.donor-personal-info {
  text-align: right;
}

.donor-personal-info .donor-title {
  color: #919191;
  font-weight: 300;
  margin-top: 5px;
  text-transform: uppercase;
}

.donor-personal-info .donor-name {
  color: #000;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}

.donor-personal-info ul li {
  color: #454545;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.donation-detail-info .donation-table-ref {
  margin-bottom: 45px;
}

.donation-detail-info .donation-table-ref li {
  font-family: "Montserrat", sans-serif;
}

.donation-detail-info .donation-table-ref li span {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  text-transform: uppercase;
}

.donation-table-receipt {
  margin-bottom: 50px;
}

.donation-table-receipt thead {
  background-color: #aeaeae;
}

.donation-table-receipt tr th,
.donation-table-receipt tr td {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
}

.donation-table-receipt tr th {
  color: #fff;
  text-transform: uppercase;
}

.donation-table-receipt tr th:first-child,
.donation-table-receipt tr td:first-child {
  text-align: left;
}

.donation-table-receipt tr th:first-child {
  padding-left: 45px;
}

.donation-table-receipt tr:last-child {
  border-bottom: 1px solid #ddd;
}

.donation-table-receipt tr td {
  padding: 12px 8px !important;
}

.donation-table-receipt tr td .font-icon {
  font-size: 14px;
  margin-right: 3px;
}

.donation-table-receipt tr td:first-child span {
  display: inline-block;
  margin-right: 10px;
  min-width: 25px;
}

.donation-table-receipt-sum {
  display: inline-block;
  float: right;
  margin-bottom: 80px;
  text-align: right;
}

.donation-table-receipt-sum li {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
}

.donation-table-receipt-sum li .amount-title {
}

.donation-table-receipt-sum li.tablesum-due {
  font-weight: 600;
}

.donation-table-receipt-sum li .amount-number {
  display: inline-block;
  min-width: 90px;
}

.donation-table-receipt-sum li .amount-number .font-icon {
  font-size: 14px;
  margin-right: 3px;
}

.donation-table-receipt-sum .tablesum-preview {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  padding: 0 10px 0 51px;
}

.donation-table-receipt-sum .tablesum-preview .font-icon {
  font-size: 32px;
  margin-right: 5px;
}

.payment-receipt .receipt-note {
  margin-bottom: 40px;
}

.payment-receipt .receipt-note .title {
  font-weight: 600;
  text-transform: uppercase;
}

.payment-receipt .receipt-note p {
  color: #353535;
  font-size: 16px;
  line-height: 26px;
}

.payment-receipt .receipt-payment-acc .title {
  color: #a9a9a9;
  font-weight: 600;
  text-transform: uppercase;
}

.payment-receipt .receipt-payment-acc ul li {
  color: #919191;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.payment-thankyou-wrp {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 50px 35px 70px;
}

.payment-thankyou {
  text-align: center;
}

.form-create-acc-btn {
}

.form-create-acc-content {
  display: none;
}

.form-one-page .form-payment {
  background-color: #fff;
}

.form-one-page .form-guest-info {
  border-right: 1px solid #f7dddd;
}

.form-one-page .form-login-register-info .tab-content {
  padding: 45px 45px 45px 25px;
}

/*---Donation One Page Style Css---*/

.donation-one-page .form-group .font-icon {
  background-color: #f6f6f6;
  border-radius: 0 3px 3px 0;
  color: #264689;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  margin: 1px;
  z-index: 1;
}
.donation-one-page
  .donation-amount-info
  .form-login-register-info
  .form-group
  .font-icon {
  background-color: #f6f6f6;
}

.donation-one-page .form-group .font-icon.icon-google {
  color: #b44744;
}

.donation-one-page .payment-process-form {
  background-color: transparent;
  padding: 0;
}

.donation-one-page .donate-bybankaccount {
  background-color: #f9f9f9;
  margin-bottom: 15px;
}

.donation-one-page .donate-bybankaccount .title {
  background-color: #1dabf2;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 20px 22px;
}

.donation-one-page .donate-bybankaccount .title:hover {
  background-color: #f9f9f9;
  color: #111;
}

.donation-one-page .donate-bybankaccount .title i {
  margin-right: 8px;
}

.donate-bybankaccount .group-bybankaccount {
  padding: 0 25px 25px;
  background-color: white !important;
}
/*
.group-bybankaccount {
    display: none;
} */

.donation-one-page .donate-bycardaccount {
  background-color: #f9f9f9;
}

.donation-one-page .donate-bycardaccount .title {
  background-color: #1dabf2;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 20px 22px;
}

.donation-one-page .donate-bycardaccount .title:hover {
  background-color: #f9f9f9;
  color: #111;
}

.donation-one-page .donate-bycardaccount .title i {
  margin-right: 8px;
}

.donate-bycardaccount .group-bycardaccount {
  padding: 0 25px 25px;
  background-color: white !important;
}

/* .group-bycardaccount {
    display: none;
}  */

/* .group-bycardaccount {
    width: 500px;
  } */

.donation-one-page
  .form-payment
  .title.title-bottom
  span
  input[type="checkbox"] {
  -moz-appearance: none;
  height: 12px;
  margin-left: 12px;
  margin-right: 5px;
}

.donation-one-page .form-login-register-info .tab-content .checkbox input {
  height: 20px;
}

.donation-one-page .donation-submit-btn span {
  font-size: 15px;
  font-family: "Roboto", sans-serif !important;
}

.donation-amount-info {
  padding: 45px 45px 45px 45px;
}

.donation-amount-info .input-currency {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  height: 34px;
  padding: 0 8px;
  width: 34%;
  display: inline !important;
}

.donation-one-page .form-amount .form-amount-level .nav.nav-tabs {
  margin-bottom: 0;
}

.donation-one-page
  .donation-amount-info
  .form-group
  .input-group
  input[type="text"] {
  font-size: 32px;
  font-weight: 600;
  height: 64px;
}

.donation-one-page .donation-amount-info .form-group .font-icon {
  background-color: transparent;
}

.donation-amount-info .checkbox label {
  color: #656565;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 12px;
}

.donation-amount-info .checkbox label input[type="checkbox"] {
  -moz-appearance: none;
  border: 1px solid #111;
  box-shadow: none;
  height: 14px;
}

.donation-amount-info .form-amount-level .form-amount-category {
  margin-top: 32px;
}

.donation-amount-info .donation-project-name {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 0;
}

.donation-amount-info .donation-project-name .thumb-project {
  background-color: #f7f7f7;
  border-radius: 50%;
  display: inline-block;
  float: left;
  height: 70px;
  margin-right: 20px;
  margin-top: -5px;
  width: 70px;
}

.donation-amount-info .donation-project-name .thumb-project img {
  border: 2px solid #f7f7f7;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.donation-amount-info .donation-project-name .title-project {
  font-weight: 700;
  margin-top: 5px;
}

.donation-one-page .col-right {
  padding-right: 0;
}

.donation-one-page .form-login-register-info {
  padding-left: 20px;
}

.donation-one-page .donation-amount-info .form-login-register-info {
  padding-left: 0;
}

.donation-one-page
  .donation-amount-info
  .form-login-register-info
  .tab-content {
  padding: 0;
}

.donation-amount-info .form-login-social-acc span {
  font-size: 16px;
  font-weight: 600;
  margin-right: 7px;
}

.donation-amount-info .form-login-social-acc .btn-theme {
  font-size: 14px;
  padding: 0 7px;
}

.donation-amount-info .form-login-social-acc .btn-theme.btn-google-acc {
  margin-right: 7px;
}

.donation-amount-info .form-login-social-acc .btn-theme:before {
  left: 22px;
}

.donation-amount-info .form-login-social-acc .btn-theme .font-icon {
  font-size: 14px;
  line-height: 24px;
  margin-right: 8px;
}

.donation-amount-info
  .form-login-social-acc
  .btn-theme.btn-facebook-acc
  .font-icon {
  margin-right: 15px;
}

.donation-amount-info
  .form-login-social-acc
  .btn-theme.btn-google-acc
  .font-icon {
  margin-right: 12px;
}

.bdr-left-line {
  border-left: 1px solid #f7dddd;
}

.bdr-right-line {
  border-right: 1px solid #f7dddd;
}

.donation-amount-info .form-frequency-tab .nav.nav-tabs {
  background-color: transparent;
  margin-top: 15px;
}

.donation-amount-info .form-frequency-tab .nav.nav-tabs li {
  margin-right: 10px;
}

.donation-amount-info .form-frequency-tab .nav.nav-tabs li a {
  border: 1px solid #aeaeae;
  background-color: #f6f6f6;
  color: #878787;
  font-size: 14px;
  height: 36px;
  padding: 7px 11px;
}

.donation-amount-info .form-frequency-tab .nav.nav-tabs li.active a,
.donation-amount-info .form-frequency-tab .nav.nav-tabs li a:hover {
  color: #fff;
  border-color: #1dabf2;
}

.donation-one-page .donation-termnpolicy {
  bottom: 0px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.donation-one-page .donation-termnpolicy p {
  margin-bottom: 0;
}

.donation-one-page .donation-termnpolicy a {
  color: #777;
}

.donation-one-page .donation-termnpolicy .card-footer {
  padding: 0 65px;
}
.donation-one-page .donation-termnpolicy .card-footer ul {
  list-style: none !important;
  padding-left: 0px !important;
}

.donation-one-page .donation-termnpolicy .card-footer .card-payment-img img {
  width: auto;
}

.donation-one-page .donation-termnpolicy .card-footer .card-copyright {
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
}

.form-donor-type {
  padding: 45px 45px 45px 45px;
}

.form-donor-type .indian-donor-type {
  margin-right: 12px;
}

.form-donor-type .international-donor-type {
}

.form-donor-type .nav.nav-tabs {
  border: none;
  margin-bottom: 40px;
}

.form-donor-type .nav.nav-tabs li {
}

.form-donor-type .nav.nav-tabs li a {
  border: 1px solid #aeaeae;
  border-radius: 4px;
  background-color: #f6f6f6;
  color: #878787;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  float: left;
  padding: 10px 11px;
  min-width: 125px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.form-donor-type .nav.nav-tabs li.active a {
  border: 1px solid #1dabf2;
  background-color: #1dabf2;
  color: #fff;
}

.donation-one-page .form-donor-type .form-login-register-info {
  padding-left: 0;
}

.form-one-page .form-donor-type .form-login-register-info .tab-content {
  padding: 20px 0 15px 0;
}

.form-donor-type .form-login-register-info .checkbox {
  margin-top: 0;
}

.form-donor-type .form-login-register-info .checkbox input[type="checkbox"] {
  -moz-appearance: none;
  height: 13px;
  margin-top: 8px;
}

.store-payment-acc {
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  display: inline-block;
  margin-top: 20px;
  padding: 8px 30px 4px 12px;
  width: 100%;
}

.store-payment-acc .thumb {
  float: left;
}

.store-payment-acc .thumb img {
  border-radius: 20px;
  width: 90px;
}

.store-payment-acc .acc-content {
  float: right;
}

.store-payment-acc .acc-content p {
  color: #545454;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 10px;
  margin-bottom: 2px;
  text-align: right;
  letter-spacing: 0.8px;
}

.store-payment-acc .acc-content p span {
  font-size: 14px;
}

.store-payment-acc .acc-content .btn-theme.btn-xs {
  /* font-size: 9px;
  padding: 1px 11px; */

  font-size: 9px;
  padding: 1px 6px 0;
  line-height: 12px;
  border-radius: 2px;
}

.store-payment-acc .acc-content1 {
  float: left;
}

.store-payment-acc .acc-content1 p {
  color: #545454;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 10px;
  margin-bottom: 2px;
  text-align: right;
  letter-spacing: 0.8px;
}

.store-payment-acc .acc-content1 p span {
  font-size: 14px;
}

.store-payment-acc .acc-content1 .btn-theme.btn-xs {
  font-size: 11px;
  padding: 1px 11px;
}
.store-payment-acc .acc-content1 {
  float: left;
}

.store-payment-acc .acc-content1 p {
  color: #545454;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 10px;
  margin-bottom: 2px;
  text-align: right;
  letter-spacing: 0.8px;
}

.store-payment-acc .acc-content1 p span {
  font-size: 14px;
}

.store-payment-acc .acc-content1 .btn-theme.btn-xs {
  font-size: 11px;
  padding: 1px 11px;
}

.store-payment-acc .acc-content2 {
  float: left;
  /* text-align: center; */
}

.store-payment-acc .acc-content2 p {
  color: #1dabf2;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 10px;
  margin-bottom: 2px;
  /* text-align: left; */
  letter-spacing: 0.8px;
  margin-left: 50px;
}

.store-payment-acc .acc-content2 p span {
  font-size: 11px;
  /* margin-left: 50px; */
  margin-bottom: 20px;
}

.store-payment-acc .acc-content2 .btn-theme.btn-xs {
  font-size: 11px;
  padding: 1px 11px;
}

/*
-----------------------------------------------------------------------
    Contact Styles
-----------------------------------------------------------------------
*/

.contact-section {
  position: relative;
}

.contact-section .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-section .form-group-inner {
  position: relative;
  display: table;
  width: 100%;
  border: 1px solid #d0d0d0;
  overflow: hidden;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.contact-section .form-group .icon-box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.contact-section .form-group .icon-box label {
  position: relative;
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #3d3d3d;
  margin: 0px;
  background: #ffffff;
  border-right: 1px solid #d0d0d0;
}

.contact-section .form-group label.error {
  display: none !important;
}

.contact-section .form-group .field-outer {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.contact-section .form-group-inner input[type="text"],
.contact-section .form-group-inner input[type="password"],
.contact-section .form-group-inner input[type="tel"],
.contact-section .form-group-inner input[type="email"],
.contact-section .form-group-inner select {
  border: none;
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 9px 15px;
  color: #222222;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.contact-section .form-group input[type="text"].error,
.contact-section .form-group input[type="password"].error,
.contact-section .form-group input[type="tel"].error,
.contact-section .form-group input[type="email"].error,
.contact-section .form-group select.error,
.contact-section .form-group textarea.error {
  background: rgba(255, 0, 0, 0.2);
}

.contact-section .form-group textarea {
  border: none;
  color: #222222;
  display: block;
  height: 102px;
  line-height: 22px;
  padding: 8px 15px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
}

.contact-section button {
  background: transparent;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  color: #989898;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 30px;
  position: relative;
  width: 100%;
}

.contact-section button {
  background: transparent;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  color: #989898;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  padding: 8px 30px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
}

.contact-section button:hover {
  background: #1c1c1c;
  border: 1px solid #c9c9c9;
  color: #fff;
}

.contact-section button:after {
  background-color: #1c1c1c;
  bottom: -6px;
  content: "";
  height: 20px;
  position: absolute;
  right: -12px;
  transform: rotate(-38deg);
  -webkit-transform: rotate(-38deg);
  width: 40px;
}

/*--- Form Style 2 ---*/

.contact-section .form-one {
  margin-bottom: 80px;
}

.contact-section .form-one .form-group {
  margin-bottom: 25px;
}

.contact-section .form-one .form-group-inner {
  border: 1px solid #eee;
}

.contact-section .form-one .form-group-inner input[type="text"],
.contact-section .form-one .form-group-inner input[type="password"],
.contact-section .form-one .form-group-inner input[type="tel"],
.contact-section .form-one .form-group-inner input[type="email"],
.contact-section .form-one .form-group-inner select,
.contact-section .form-one .form-group-inner textarea {
  color: #333d47;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 14px 15px;
}

.contact-section .form-one .form-group textarea {
  height: 160px;
}

.contact-section .form-one button {
  background-color: #02e6b8;
  border: none;
  box-shadow: 0 10px 30px rgba(5, 20, 65, 0.1);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  width: auto;
  padding: 12px 30px;
  margin-top: 0px;
}

.contact-section .form-one button:hover {
  box-shadow: 0 9px 20px -5px rgba(82, 104, 219, 0.57);
}

.contact-section .form-one button:after {
  display: none;
}

/*--- Contact Info Style ---*/

.services-style5.contact-info-box .service-post {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  padding: 45px 30px 25px;
}

.services-style5.contact-info-box .service-post .content {
  padding-top: 20px;
}

.services-style5.contact-info-box .service-post .content .title {
  margin-bottom: 10px;
}

.services-style5.contact-info-box .service-post .content p {
  color: #8e919c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.85;
}

.services-style5.contact-info-box .service-post:hover p {
  color: #eee;
}

/*--- Form Send Alert ---*/

form #success .alert button {
  border: medium none;
  color: #000;
  font-weight: 700;
  padding: 0;
  width: auto;
}

form #success .alert button:hover {
  background-color: transparent;
  color: #000;
}

form #success .alert button:after {
  display: none;
}

/*
-----------------------------------------------------------------------
    Map Styles
-----------------------------------------------------------------------
*/

.map-section {
  position: relative;
  padding: 0;
  border: none;
}

.map-section .map-container {
  position: relative;
  width: 100%;
  height: 350px;
}

/*
-----------------------------------------------------------------------
    Scroll To Top
-----------------------------------------------------------------------
*/

.scroll-to-top {
  background: #f55f0d;
  border: none;
  border-radius: 50%;
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 14px;
  height: 38px;
  line-height: 36px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 38px;
  z-index: 100;
}
.scroll-to-top:hover {
  background: #fff;
  box-shadow: 0 0 5px 0 #f55f0d;
  color: #f55f0d;
}

a.tf-buy-now {
  color: #475564;
  margin-left: 10px;
}

a.tf-buy-now:hover {
  color: #c13e0a;
}
.card-item .thumb-caption {
  height: 315px;
  width: 100%;
}
.card-item .thumb-caption img {
  height: calc(315px - 36px);
  width: 100%;
}
.cause-details .thumb.ao_mb img {
  width: 100%;
  height: 350px;
}

/*--- Shop Category Card Style ---*/

.shop-item {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.shop-item:hover {
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}

.shop-item .thumb-caption {
  border-bottom: 3px solid #1dabf2;
  position: relative;
  min-height: 183px;
  text-align: center;
}

.shop-item .thumb-caption .price {
  background-color: #1dabf2;
  border-radius: 0 25px 0 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  padding: 2px 18px 2px 15px;
  position: absolute;
}

.shop-item .thumb-caption .price .font-icon {
  color: #fff;
  font-size: 14px;
}

.shop-item .thumb-caption .offer {
  border-radius: 0 25px 0 0;
  bottom: 12px;
  color: #1dabf2;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  left: 0;
  position: absolute;
  right: 0;
}

.shop-item .thumb-caption .shop-meta {
  background: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0.21) 0%,
    rgba(0, 0, 0, 0.09) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  display: none;
  left: 0;
  padding: 7px 0;
  position: absolute;
  right: 0;
  top: 0;
}

.shop-item:hover .thumb-caption .shop-meta {
  background: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0.31) 0%,
    rgba(0, 0, 0, 0.39) 60%,
    rgba(0, 0, 0, 0.05) 100%
  );
  display: block;
}

.shop-item .thumb-caption .shop-meta li {
  float: left;
  text-align: center;
  width: 33%;
}

.shop-item .thumb-caption .shop-meta li a {
  position: relative;
}

.shop-item .thumb-caption .shop-meta li a .font-icon {
  color: #fff;
  font-size: 18px;
}

.shop-item .thumb-caption .shop-meta li a:hover .font-icon {
  color: #ef3c7c;
}

.shop-item .thumb-caption .shop-meta li:first-child a:hover .font-icon {
  color: #1dabf2;
}

.shop-item .thumb-caption .shop-meta li:last-child a:hover .font-icon {
  color: #1dabf2;
}

.shop-item .thumb-caption .shop-meta li a span {
  background-color: #fff;
  border-radius: 4px;
  bottom: -35px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  left: 0;
  min-width: 160px;
  padding: 2px 3px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  display: none;
}
.shop-meta li a span {
  color: #007bff !important;
}

/* .shop-item .thumb-caption .shop-meta li:nth-child(2) a span {
  left: -72px;
  right: auto;
  text-transform: uppercase;
}

.shop-item .thumb-caption .shop-meta li:last-child a span {
  left: -145px;
  right: auto;
} */

.shop-item .thumb-caption .shop-meta li a:hover span {
  display: inline-block;
}

.shop-item .content {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 97px;
  padding: 12px 10px 18px;
  position: relative;
  overflow: hidden;
}

.shop-item .content .title {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.44;
}

.shop-item .content .title a:hover {
  color: #ef3c7c;
}

.shop-item .btn-shop-now {
  background-color: #1dabf2;
  bottom: -100%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  padding: 4px 13px 5px;
  position: absolute;
  right: 0;
  width: 105px;
}

.shop-item:hover .btn-shop-now {
  bottom: 0;
}

.shop-details {
  background-color: #fff;
  border: 1px solid rgba(222, 222, 222, 0.25);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.03);
  padding: 20px;
}

.shop-details .shop-title {
  font-size: 24px;
  color: #111 !important;
  font-weight: 700;
  margin-bottom: 20px;
}

.shop-details .price {
  color: #1dabf2;
  font-size: 36px;
}

.shop-details .price .font-icon {
  font-size: 25px;
  margin-right: 4px;
  position: relative;
  top: -7px;
}

.shop-details .price span {
  color: #dedede;
  font-size: 24px;
  text-decoration: line-through;
}

.shop-details .price span .font-icon {
  font-size: 18px;
  top: -5px;
}

.shop-details .shop-cart-box {
  margin-top: 30px;
}

.shop-details .shop-cart-box input[type="number"] {
  border: 1px solid #dedede;
  border-radius: 25px;
  color: #1dabf2;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 22px;
  margin-top: 2px;
  padding: 9px 12px 9px 21px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 85px;
}

.shop-details .shop-cart-box input:focus {
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
.shop-details .shop-cart-box input::-webkit-outer-spin-button,
.shop-details .shop-cart-box input::-webkit-inner-spin-button {
  opacity: 1;
  padding: 1px;
}

.shop-details .shop-cart-box .buy-btn {
  background-color: #ef3c7c;
  border-radius: 25px;
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: 700;
  margin-left: 25px;
  padding: 9px 40px;
  text-transform: uppercase;
}

.shop-details .shop-cart-box .buy-btn:hover {
  box-shadow: 0 9px 20px -5px rgba(82, 104, 219, 0.57);
}

.shop-description .nav-tabs {
  border-bottom: 1px solid #1dabf2;
  margin-bottom: 30px;
}

.shop-description .nav-tabs .nav-item {
  margin-right: 3px;
}

.shop-description .nav-tabs .nav-item .nav-link {
  background-color: #f7f7f7;
  border-bottom: 1px solid #1dabf2;
  color: #1dabf2;
  font-size: 16px;
  font-weight: 600;
}

.shop-description .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid #dedede;
  background-color: #1dabf2;
  color: #fff;
}

.shop-brand .shop-item:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.shop-brand .shop-item .thumb-caption {
  border-bottom: none;
}

.shop-brand .shop-item .content {
  text-align: center;
}

.shop-brand .shop-item:hover .title a {
  color: #ef3c7c;
}

.shop-brand .shop-item:hover .shop-meta {
  display: none;
}

.shop-brand-details .shop-item {
  margin-top: -220px;
  text-align: center;
  box-shadow: none;
}

.shop-brand-details .shop-item:hover {
  box-shadow: none;
}

.shop-brand-details .shop-item .thumb-caption {
  min-height: auto;
}

.shop-brand-details .shop-item .thumb-caption img {
  background-color: #fff;
  padding: 0 15px;
}

.shop-brand-details .shop-item .offer {
  color: #1dabf2;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 22px;
}

.shop-brand-details .shop-item .offer span {
  font-size: 36px;
  line-height: 48px;
}

.shop-brand-details .shop-details .shop-cart-box {
  text-align: center;
}

.shop-brand-details .shop-details .shop-cart-box .buy-btn {
  float: none;
}

.brand-shop-popupmodal .modal-content {
  text-align: center;
}

.brand-shop-popupmodal .modal-title {
  color: #fff;
  font-size: 28px;
}

.brand-shop-popupmodal .modal-dialog {
  margin: 50px auto;
  max-width: 700px;
  width: 100%;
}

.brand-shop-popupmodal .modal-body {
  padding: 15px 50px;
}

.brand-shop-popupmodal .modal-body p {
  color: #333;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.brand-shop-popupmodal .modal-body .btn-theme {
  padding: 15px 35px;
  margin: 20px 5px;
}

.brand-shop-popupmodal .modal-body .btn-link {
  color: #333;
  font-size: 16px;
}

.brand-shop-popupmodal .modal-body .btn-link span {
  color: #ef3c7c;
  display: inline-block;
  width: 100%;
}

.brand-shop-popupmodal .modal-body .btn-link:hover {
  text-decoration: underline;
}

.shop-product .shop-item .thumb-caption img {
  width: 100%;
}

.shop-ngo .tab-featured {
  text-align: left;
}

.shop-ngo .tab-featured .nav {
  margin-bottom: 0;
}

.shop-ngo .tab-featured .nav li a {
  padding: 3px 40px;
  font-size: 18px;
}

.shop-category .inner-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding-top: 5px;
  width: 100%;
}

.shop-category .title {
  float: left;
}

.shop-category .isotopeFilter {
  float: left;
  margin-left: 35px;
}

.shop-category .isotopeFilter li {
  color: #333;
  margin-bottom: 7px;
  padding: 4px 15px;
}

.shop-category .isotopeFilter li:focus,
.shop-category .isotopeFilter li:active,
.shop-category .isotopeFilter li:hover,
.shop-category .isotopeFilter li.current {
  background-color: #1dabf2;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
}

.shop-category .pagination {
  float: right;
  margin: 0px !important;
}

.shop-category .pagination .first-item {
  display: none !important;
}
.shop-category .pagination .last-item {
  display: none !important;
}

.shop-category .shop-item .content {
  padding: 10px;
  min-height: 100px;
  max-height: 100px;
}
.pagination > li > a,
.pagination > li > span {
  border: 0px !important;
  cursor: pointer;
}
.shop-category .shop-item .thumb-caption img {
  width: 100%;
}

.shopping-cart {
  background-color: #fff;
  border: 1px solid rgba(222, 222, 222, 0.25);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.03);
  display: inline-block;
  padding: 20px;
  width: 100%;
}

.shopping-cart ul.cart-heading {
  padding-bottom: 30px;
}

.shopping-cart ul {
  border-bottom: 1px solid rgba(222, 222, 222, 0.51);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 15px 0;
}

.shopping-cart ul li {
  float: left;
  padding-right: 30px;
  width: 13%;
}

.shopping-cart ul li:first-child {
  width: 11%;
}

.shopping-cart ul li:nth-child(2) {
  width: 28%;
}

.shopping-cart ul li:nth-child(3) {
  width: 15%;
}

.shopping-cart ul.cart-heading li {
  font-size: 16px;
  font-weight: 600;
}

.shopping-cart ul.cart-item li.thumb {
}

.shopping-cart ul.cart-item li.cart-item-des {
}

.shopping-cart ul.cart-item li.cart-item-des h5 {
  font-weight: 700;
  line-height: 1.5;
}

.shopping-cart ul.cart-item li.cart-item-des h5 a {
  color: #ef3c7c;
}

.shopping-cart ul.cart-item li.cart-item-des h5 a:hover {
  color: #1dabf2;
}

.shopping-cart ul.cart-item li.cart-item-des p {
  margin-bottom: 0;
}

.shopping-cart ul.cart-item li.cart-item-quantity {
  color: #1dabf2;
}

.shopping-cart ul.cart-item li.cart-item-quantity span {
  color: #545454;
  font-size: 24px;
  padding: 5px 12px;
}

.shopping-cart ul.cart-item li.cart-item-quantity input[type="number"] {
  background-color: rgba(222, 222, 222, 0.18);
  border: 1px solid rgba(222, 222, 222, 0.35);
  color: #545454;
  font-size: 24px;
  opacity: 1;
  padding: 3px 7px 3px 12px;
  width: 85px;
}

/* Chrome, Safari, Edge, Opera */
.shopping-cart
  ul.cart-item
  li.cart-item-quantity
  input::-webkit-outer-spin-button,
.shopping-cart
  ul.cart-item
  li.cart-item-quantity
  input::-webkit-inner-spin-button {
  opacity: 1;
  padding: 1px;
}

.shopping-cart ul.cart-item li.cart-item-quantity input:focus {
  outline: none;
}

.shopping-cart ul.cart-item li.cart-item-price {
  color: #686f77;
  font-size: 24px;
  font-weight: 600;
  padding-top: 3px;
}

.shopping-cart ul.cart-item li.cart-item-price.item-price-total {
  color: #1dabf2;
}

.shopping-cart ul.cart-item li.cart-item-close {
  justify-content: flex-end;
  display: flex;
  padding-right: 15px;
  padding-top: 10px;
  width: 7%;
}

.shopping-cart ul.cart-item li.cart-item-close .icon {
  background-color: rgba(222, 222, 222, 0.4);
  border-radius: 50%;
  display: block;
  height: 30px;
  line-height: 33px;
  text-align: center;
  width: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.shopping-cart ul.cart-item li.cart-item-close i {
  color: #dedcdc;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.shopping-cart ul.cart-item li.cart-item-close .icon:hover {
  background-color: #1dabf2;
}

.shopping-cart ul.cart-item li.cart-item-close .icon:hover i {
  color: #fff;
}

.shopping-cart .subtotal-price {
  background-color: #fff;
  border: 1px solid rgba(222, 222, 222, 0.47);
  border-radius: 25px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.03);
  color: #232f3e;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  float: right;
  margin-right: 25px;
  margin-top: 35px;
  padding: 6px 20px;
  text-align: right;
  text-transform: uppercase;
}

.shopping-cart .subtotal-price .price {
  color: #ef3c7c;
  margin-left: 15px;
  font-size: 26px;
  line-height: 1.1;
}

/*--- Statistics Details Style ---*/

.statistics-details {
}

.statistics-details .accordion-style .accordion-box {
  background-color: transparent;
  border: none;
  padding: 0;
}

.statistics-details .accordion-style .accordion-box .acc-title {
  background-color: #1dabf2;
  background-image: linear-gradient(0deg, #4169fe 0%, #15b8fd 100%);
  border: none;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  padding: 15px 30px;
}

.statistics-details .accordion-style .accordion-box .acc-title.active {
  color: #fff;
}

.statistics-details .accordion-style .accordion-box .icon-outer .icon {
  border: 1px solid #ccc;
  border-radius: 20px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  line-height: 28px;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: 25px;
  width: 66px;
}

.statistics-details .accordion-style .accordion-box .icon-outer .icon-minus {
  opacity: 0;
}

.statistics-details
  .accordion-style
  .accordion-box
  .active
  .icon-outer
  .icon-minus {
  opacity: 1;
}

.statistics-details .accordion-style .accordion-box .acc-content {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 25px;
  padding: 15px 30px;
}

.statistics-details .accordion-style .accordion-box .content {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.statistics-chart {
  padding-left: 15px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.statistics-chart .thumb {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.statistics-table {
  padding: 18px 0;
}

.statistics-table li {
  margin-bottom: 5px;
  padding: 3px 18px;
}

.statistics-table li .title {
  background-color: #eee;
  display: inline-block;
  font-size: 16px;
  padding: 0 15px;
  width: 40%;
}

.statistics-table li .details {
  background-color: #eee;
  display: inline-block;
  font-size: 16px;
  padding-left: 30px;
  width: 59%;
}

.statistics-table li span {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.statistics-table li:hover span {
  background-color: #1dabf2;
  color: #fff;
}

.statistics-table li:first-child span {
  background-color: #1dabf2;
  color: #fff;
}

.statistics-table li:first-child span .icon {
  color: #fff;
}

.statistics-table li span .icon {
  color: #919191;
  font-size: 13px;
  margin-right: 3px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.statistics-table li:hover span .icon {
  color: #eee;
}

.sustain-list {
  list-style-type: unset;
  padding-left: 45px;
  margin-bottom: 30px;
}

.sustain-list li {
  color: #989898;
  font-family: "Muli", sans-serif;
  line-height: 1.857;
  list-style-type: unset;
}

.sustain-list li ul {
  padding-left: 30px;
}

.sustain-list li ul li {
  list-style-type: circle;
}

.sustain-list li span {
  color: #1dabf2;
}

.sustain-list li .inner-list {
  padding-left: 0;
}

.sustain-list li .inner-list li {
  list-style-type: none;
}

.sustain-items .card-item.category .thumb-caption::before {
  opacity: 0;
}

.sustain-items .card-item.category .category-overlay {
  display: none;
}

/* pre loader css*/

/*--- Preloader Causes Card Css Styles ---*/

.preloader {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.preloader-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1110px;
}

.preloader-loading-card {
  background-color: #fdfeff;
  border: 1px solid rgba(238, 238, 238, 0.83);
  border-radius: 5px;
  box-shadow: 0px 14px 31px 0px rgba(0, 0, 0, 0.04);
  display: block;
  height: 515px;
  width: 31.532%;
  padding: 0;
  margin-right: 30px;
  float: left;
}

.preloader-loading-card:last-child {
  margin-right: 0;
}

/* Preloader Loading - First Box */
.preloader-loading-card > div:nth-child(1) {
  width: 100%;
  height: 30px;
}

/* Preloader Loading - Image Box */
.preloader-loading-card > div > div:nth-child(1) {
  position: relative;
  left: 0;
  background-color: #ccc;
  height: 200px;
  width: 100%;
  animation-name: shine;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Preloader Loading - First Row */
.preloader-loading-card > div > div:nth-child(2),
/* Preloader Loading - Second Row */
.preloader-loading-card > div > div:nth-child(3),
.preloader-loading-card > div > div:nth-child(4),
/* Preloader Loading - Third Row */
.preloader-loading-card > div:nth-child(2),
/* Preloader Loading - Fourth Row */
.preloader-loading-card > div:nth-child(3),
/* Preloader Loading - Fifth Row */
.preloader-loading-card > div:nth-child(4),
.preloader-loading-card > div:nth-child(5),
.preloader-loading-card > div:nth-child(6) {
  position: relative;
  background-color: #ccc;
  height: 6px;
  animation-name: shine;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes shine {
  from {
    transition: none;
  }
  to {
    background-color: #f6f7f8;
    transition: all 0.3s ease-out;
  }
}

/* Preloader Loading - First Row */
.preloader-loading-card > div > div:nth-child(2) {
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #bfbdbd;
  height: 40px;
  top: -25px;
}

/* Preloader Loading - Second Row */
.preloader-loading-card > div > div:nth-child(3) {
  left: 5px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  bottom: 78px;
  z-index: 2;
  background-color: #b3b3b3;
}

/* Preloader Loading - Second Row */
.preloader-loading-card > div > div:nth-child(4) {
  left: 80px;
  width: 130px;
  height: 40px;
  bottom: 130px;
  z-index: 2;
  background-color: #b3b3b3;
}

/* Preloader Loading - Third Row */
.preloader-loading-card > div:nth-child(2) {
  left: 20px;
  top: 280px;
  width: 70%;
  height: 9px;
}

/* Preloader Loading - Fourth Row */
.preloader-loading-card > div:nth-child(3) {
  left: 20px;
  top: 316px;
  width: 82%;
}

/* Preloader Loading - Fifth Row */
.preloader-loading-card > div:nth-child(4) {
  left: 20px;
  top: 335px;
  width: 50%;
}

.preloader-loading-card > div:nth-child(5) {
  left: 20px;
  top: 397px;
  width: 122px;
  height: 38px;
  border-radius: 25px;
  float: left;
}

.preloader-loading-card > div:nth-child(6) {
  left: 155px;
  top: 397px;
  width: 122px;
  height: 38px;
  border-radius: 25px;
}

/*--- Preloader Causes Card Details Css Styles ---*/

.preloader-wrapper.details-style {
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translate(-50%, 0);
  width: 1110px;
}

.preloader-loading-card-details {
  display: block;
  width: 66%;
  padding: 0;
  margin-right: 30px;
  float: left;
}

/* Preloader Loading - First Box */
.preloader-loading-card-details > div:nth-child(1) {
  width: 100%;
}

/* Preloader Loading - Image Box */
.preloader-loading-card-details > div > div:nth-child(1) {
  position: relative;
  left: 0;
  background-color: #ccc;
  height: 10px;
  width: 100%;
  animation-name: shine;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Preloader Loading - First Row */
.preloader-loading-card-details > div > div:nth-child(2),
/* Preloader Loading - Second Row */
.preloader-loading-card-details > div > div:nth-child(3),
.preloader-loading-card-details > div > div:nth-child(4),
/* Preloader Loading - Third Row */
.preloader-loading-card-details > div:nth-child(2),
/* Preloader Loading - Fourth Row */
.preloader-loading-card-details > div:nth-child(3),
/* Preloader Loading - Fifth Row */
.preloader-loading-card-details > div:nth-child(4),
.preloader-loading-card-details > div:nth-child(5),
.preloader-loading-card-details > div:nth-child(6) {
  position: relative;
  background-color: #ccc;
  height: 6px;
  animation-name: shine;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes shine {
  from {
    transition: none;
  }
  to {
    background-color: #f6f7f8;
    transition: all 0.3s ease-out;
  }
}

/* Preloader Loading - First Row */
.preloader-loading-card-details > div > div:nth-child(2) {
  left: 0;
  width: 65%;
  background-color: #ccc;
  height: 10px;
  top: 15px;
}

/* Preloader Loading - Second Row */
.preloader-loading-card-details > div > div:nth-child(3) {
  left: 0;
  width: 100%;
  height: 350px;
  top: 65px;
  background-color: #b3b3b3;
}

/* Preloader Loading - Second Row */
.preloader-loading-card-details > div > div:nth-child(4) {
  left: 0;
  width: 100%;
  height: 40px;
  bottom: -95px;
  background-color: #ccc;
  border-radius: 5px;
}

/* Preloader Loading - Third Row */
.preloader-loading-card-details > div:nth-child(2) {
  left: 0;
  top: 130px;
  width: 100%;
  height: 250px;
  background: #ccc;
}

.sidebar-preloader {
  display: block;
  width: 31.29%;
  padding: 0;
  margin-right: 0;
  float: left;
}

.sidebar-preloader > div:nth-child(1),
.sidebar-preloader > div:nth-child(2),
.sidebar-preloader > div:nth-child(3),
.sidebar-preloader > div:nth-child(4) {
  position: relative;
  background-color: #ccc;
  animation-name: shine;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.sidebar-preloader > div:nth-child(1) {
  left: 0;
  width: 100%;
  height: 130px;
  top: 0;
  background-color: #ccc;
}

.sidebar-preloader > div:nth-child(2) {
  left: 0;
  width: 100%;
  height: 50px;
  top: 35px;
  background-color: #ccc;
  border-radius: 25px;
}

.sidebar-preloader > div:nth-child(3) {
  left: 0;
  width: 100%;
  height: 70px;
  top: 65px;
  background-color: #ccc;
}

.sidebar-preloader > div:nth-child(4) {
  left: 0;
  width: 100%;
  height: 440px;
  top: 95px;
  background-color: #ccc;
}

/*--- Preloader Donate Form Css Styles ---*/

.preloader-wrapper.donate-form-style {
  position: absolute;
  left: 50%;
  top: 13.2%;
  transform: translate(-50%, 0);
  width: 628px;
}

.donate-form-style .preloader-loading-card {
  background-color: #fff;
  height: 835px;
  outline: 50px solid #f6f6f6;
  padding: 45px 45px 60px;
  width: 100%;
}

.donate-form-style .preloader-loading-card > div:nth-child(1) {
  width: 100%;
  height: auto;
}

.donate-form-style .preloader-loading-card > div > div:nth-child(1) {
  height: 10px;
  top: -10px;
  width: 40%;
}

.donate-form-style .preloader-loading-card > div > div:nth-child(2) {
  background-color: transparent;
  border: 1px solid #ccc;
  float: right;
  width: 25%;
  height: 25px;
  border-radius: 5px;
}

.donate-form-style .preloader-loading-card > div > div:nth-child(3) {
  width: 100%;
  border-radius: 0;
  height: 1px;
  top: 25px;
}

.donate-form-style .preloader-loading-card > div > div:nth-child(4) {
  width: 85%;
  left: 0;
  height: 7px;
  top: 55px;
  bottom: auto;
}

.donate-form-style .preloader-loading-card > div:nth-child(2) {
  background-color: transparent;
  width: 75%;
  top: 100px;
  left: 0;
  height: 1px;
}

.donate-form-style .preloader-loading-card > div.row-2 > div:nth-child(1),
.donate-form-style .preloader-loading-card > div.row-2 > div:nth-child(2),
.donate-form-style .preloader-loading-card > div.row-2 > div:nth-child(3),
.donate-form-style .preloader-loading-card > div.row-2 > div:nth-child(4) {
  border: none;
  border-radius: 5px;
  left: 0;
  top: 0;
  float: left;
  height: 55px;
  margin-right: 15px;
  width: 22%;
}

.donate-form-style .preloader-loading-card > div.row-2 > div:nth-child(4) {
  margin-right: 0;
}

.donate-form-style .preloader-loading-card > div:nth-child(3) {
  left: 0;
  top: 200px;
  width: 42%;
  height: 44px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-left: 40px solid #ccc;
}

.donate-form-style .preloader-loading-card > div:nth-child(4) {
  border-radius: 0;
  width: 55%;
  left: 0;
  height: 8px;
  top: 300px;
}

.donate-form-style .preloader-loading-card > div:nth-child(5) {
  border-radius: 0;
  width: 100%;
  left: 0;
  height: 1px;
  top: 330px;
}

.donate-form-style .preloader-loading-card > div:nth-child(6) {
  border-radius: 0;
  width: 100%;
  left: 0;
  height: auto;
  top: 370px;
}

.donate-form-style .preloader-loading-card > div.row-6 > div:nth-child(1),
.donate-form-style .preloader-loading-card > div.row-6 > div:nth-child(2),
.donate-form-style .preloader-loading-card > div.row-6 > div:nth-child(3),
.donate-form-style .preloader-loading-card > div.row-6 > div:nth-child(4),
.donate-form-style .preloader-loading-card > div.row-6 > div:nth-child(5),
.donate-form-style .preloader-loading-card > div.row-6 > div:nth-child(6) {
  border-radius: 25px;
  border: none;
  top: 0;
  width: 45%;
  margin-right: 25px;
  float: left;
  height: 44px;
  left: 0;
  margin-bottom: 30px;
  position: relative;
  background-color: #ccc;
}

.donate-form-style .preloader-loading-card > div:nth-child(7) {
  top: 610px;
  width: 22%;
  left: 70%;
  height: 44px !important;
  border-radius: 3px;
  background-color: #ccc;
  position: relative;
}

/* Preloader Loading - First Row */
.preloader-loading-card > div > div:nth-child(2),
/* Preloader Loading - Third Row */
.donate-form-style .preloader-loading-card > .row-2 > div:nth-child(1),
.donate-form-style .preloader-loading-card > .row-2 > div:nth-child(2),
.donate-form-style .preloader-loading-card > .row-2 > div:nth-child(3),
.donate-form-style .preloader-loading-card > .row-2 > div:nth-child(4),

.donate-form-style .preloader-loading-card > .row-6 > div:nth-child(1),
.donate-form-style .preloader-loading-card > .row-6 > div:nth-child(2),
.donate-form-style .preloader-loading-card > .row-6 > div:nth-child(3),
.donate-form-style .preloader-loading-card > .row-6 > div:nth-child(4),
.donate-form-style .preloader-loading-card > .row-6 > div:nth-child(5),
.donate-form-style .preloader-loading-card > .row-6 > div:nth-child(6),
.donate-form-style .preloader-loading-card > div:nth-child(7) {
  position: relative;
  background-color: #ccc;
  height: 6px;
  animation-name: shine;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.store-payment-acc .acc-info .acc-name {
  color: #1dabf2;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 3px;
  letter-spacing: 0.8px;
}

.store-payment-acc .acc-info .acc-exp {
  color: #686868;
  font-family: "Roboto", sans-serif !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 0;
}

.shop-category .pagination {
  float: left;
  padding-left: 30px;
}
.pagination-top {
  float: left;
}
