/*
THEME: Small Apps | Bootstrap App Landing Template
VERSION: 1.0.0
AUTHOR: Themefisher

HOMEPAGE: https://themefisher.com/products/small-apps-free-app-landing-page-template/
DEMO: https://demo.themefisher.com/small-apps/
GITHUB: https://github.com/themefisher/Small-Apps-Bootstrap-App-Landing-Template

Get HUGO Version : https://themefisher.com/products/small-apps-hugo-app-landing-theme/

WEBSITE: https://themefisher.com
TWITTER: https://twitter.com/themefisher
FACEBOOK: https://www.facebook.com/themefisher
*/
/*=== MEDIA QUERY ===*/
@import url("//fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:300,400,600,700,800");
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 300;
}

h1 {
  font-size: 45px;
  line-height: 61px;
}

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

h3 {
  font-size: 20px;
  line-height: 30px;
}

p, li, blockquote, label {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  color: #808080;
  margin-bottom: 0;
}

cite {
  font-size: 14px;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif;
  font-style: italic;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
  line-height: 25px;
  font-size: 16px;
}

ul.app-badge {
  margin-bottom: 60px;
}

ul.app-badge li a img {
  width: 150px;
  height: auto;
}

@media (max-width: 400px) {
  ul.app-badge li {
    margin-bottom: 10px;
  }
}

ul.post-tag {
  margin-bottom: 20px;
}

ul.post-tag li {
  font-size: 14px;
}

ul.post-tag li img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-right: 5px;
}

ul.post-tag li a {
  font-size: 14px;
}

ul.post-tag li:last-child {
  margin-left: 25px;
}

ul.social-links {
  margin-bottom: 0;
}

ul.social-links li:first-child a {
  padding-left: 0;
}

ul.social-links li a {
  padding: 0 15px;
  display: block;
}

ul.social-links li a i {
  font-size: 20px;
  color: #000;
}

body {
  overflow-x: hidden;
}

.shadow, .service .service-box, .founder img, .team-sm .image img, .job-list .block, .privacy .block, .user-login .block .image img, .coming-soon .block .count-down .syotimer-cell {
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.08);
}

.overlay:before {
  content: '';
  background: rgba(105, 140, 230, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a {
  font-size: inherit;
  color: inherit;
}

a:focus,
a:hover {
  color: #2e7eed;
  text-decoration: none;
}

.bg-gray {
  background: #fafafa;
}

.bg-blue {
  background: #2e7eed;
}

.bg-1 {
  background: url(http://oneclicktestsolution.com/images/background/imgpsh_fullsize.jpg) fixed no-repeat;
  background-size: cover;
}

.bg-coming-soon {
  background: url(http://oneclicktestsolution.com/images/background/comming-soon.jpg) fixed no-repeat;
  background-size: cover;
  background-position: bottom;
}

.section {
  padding: 100px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}

.section-title h2 {
  font-size: 35px;
  margin-bottom: 13px;
}

.section-title p {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .section-title p {
    width: 100%;
  }
}

.page-title {
  text-align: center;
}

.video {
  position: relative;
}

.video:before {
  border-radius: 3px;
}

.video img {
  width: 100%;
  border-radius: 8px;
}

.video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.video .video-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video .video-box a i {
  height: 125px;
  width: 125px;
  font-size: 40px;
  background: #2e7eed;
  border-radius: 100%;
  color: #fff;
  line-height: 125px;
  text-align: center;
}

@media (max-width: 992px) {
  .video .video-box a i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 22px;
  }
}

.video .video-box a iframe {
  width: 100%;
  height: 100%;
}

.form-control.main {
  background: #fff;
  padding: 15px 20px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  font-size: 14px;
}

.form-control.main:focus {
  border: 1px solid #2e7eed;
  box-shadow: none;
}

textarea.form-control.main {
  height: initial;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
  font-size: 14px;
}

.left {
  overflow: hidden;
}

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

@media (max-width: 768px) {
  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.right {
  overflow: hidden;
}

.right img {
  margin-left: 40px;
}

@media (max-width: 768px) {
  .right img {
    margin-left: 0;
  }
}

.hide-overflow, .service {
  overflow: hidden;
}

.nav-up {
  top: -70px;
}

button:focus,
.slick-slide:focus {
  outline: 0;
}

.btn {
  text-transform: uppercase;
}

.btn-download {
  padding: 20px 35px;
  font-size: 14px;
  background: #fff;
  color: #2e7eed;
}

.btn-download span {
  margin-left: 5px;
  font-size: 20px;
}

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
}

.btn-main:hover {
  color: #fff;
}

.btn-main:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-md {
  padding: 17px 38px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
}

.btn-main-md:hover {
  color: #fff;
}

.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-sm {
  padding: 15px 35px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
  font-size: 14px;
}

.btn-main-sm:hover {
  color: #fff;
}

.btn-main-sm:focus {
  color: #fff;
  box-shadow: none;
}

.btn-white {
  background: white;
  color: #2e7eed;
}

.btn-rounded-icon {
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 50px;
}

.main-nav {
  background: #fff;
  z-index: 1;
}


/* .navbar-brand img{
	height:90px;
	width:100%;
} */

.main-nav .navbar-brand {
  padding: 0;
}

.main-nav .navbar-nav .nav-item {
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 80px;
}

.Click-here{
    line-height: 20px !important;
}

@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    line-height: 25px;
  }
}

.main-nav .navbar-nav .nav-item .nav-link span i {
  font-size: 11px;
}

.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #da251c;
}

.main-nav .navbar-nav .nav-item.active .nav-link:before {
  content: '';
  background: #da251c;
  width: 60%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 20%;
}

@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item.active .nav-link:before {
    display: none;
  }
}

.main-nav .dropdown {
  position: relative;
}

.main-nav .dropdown .open > a,
.main-nav .dropdown .open > a:focus,
.main-nav .dropdown .open > a:hover {
  background: transparent;
}

.main-nav .dropdown.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}

@media (max-width: 992px) {
  .main-nav .dropdown {
    -webkit-transform: none;
            transform: none;
    left: auto;
    position: relative;
    text-align: center;
  }
}

.main-nav .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  display: none;
  margin-top: 0;
}

.main-nav .dropdown .dropdown-menu.show {
  display: block;
}

@media (max-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}

.main-nav .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 3px 22px;
  transition: .3s ease;
}

.main-nav .dropdown .dropdown-menu .dropdown-item.active, .main-nav .dropdown .dropdown-menu .dropdown-item.focus, .main-nav .dropdown .dropdown-menu .dropdown-item:focus, .main-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #2e7eed;
}

.main-nav .dropdown .dropdown-menu li:first-child {
  margin-top: 10px;
}

.main-nav .dropdown .dropdown-menu li:last-child {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    transition: visibility 0.2s, opacity 0.2s, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99), -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }
  .main-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    color: #777;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.dropdown-submenu.active > a,
.dropdown-submenu:hover > a {
  color: #2e7eed;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "themify";
  border: 0;
  font-size: 8px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\e64a";
  margin-right: 5px;
}

.dropright .dropdown-toggle::after {
  content: "\e649";
  margin-left: 5px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}

.footer-main {
  padding: 92px 0;
  background: #1a1b1f;
}



@media (max-width: 768px) {
  .footer-main {
    padding: 50px 0;
  }
}

.footer-main .block img {
  margin-bottom: 20px;
}

.footer-main .block img #small-Apps {
  fill: red;
}

.footer-main .block ul.social-icon li a {
  text-decoration: none;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #3f3f43;
  color: #fff;
  text-align: center;
  line-height: 38px;
}

@media (max-width: 768px) {
  .footer-main .block {
    margin-bottom: 40px;
  }
}

.footer-main .block-2 h6 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}

.footer-main .block-2 ul {
  padding: 0;
}

.footer-main .block-2 ul li {
  margin-bottom: 10px;
  list-style: none;
}

.footer-main .block-2 ul li a {
  font-size: 14px;
  color: #ffffff;
  transition: .2s ease;
}

.footer-main .block-2 ul li a:hover {
  color: #fff;
}

.footer-classic {
  background: #fafafa;
  text-align: center;
  padding: 110px 0;
}

.footer-classic ul.social-icons {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .footer-classic ul.social-icons li {
    margin-bottom: 10px;
  }
}

.footer-classic ul.social-icons li a {
  padding: 0 20px;
  display: block;
}

.footer-classic ul.social-icons li a i {
  font-size: 25px;
  color: #000;
}

.footer-classic ul.footer-links li a {
  padding: 0 10px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}

.text-secondary{
	color:#ffffff !important;
}

.scroll-top-to {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #C53236;
  color: #fff;
  transition: 0.3s;
  z-index: 999556;
  cursor: pointer;
  display: none;
}

.scroll-top-to:hover {
  background: #333;
}

@media (max-width: 768px) {
  .scroll-top-to {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.call-to-action-app {
  text-align: center;
}

.call-to-action-app h2,
.call-to-action-app p,
.call-to-action-app a {
  color: #fff !important;
}

.call-to-action-app p {
  margin-bottom: 60px;
}

.call-to-action-app ul li {
  margin: 10px;
}

@media (max-width: 480px) {
  .call-to-action-app ul li {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.call-to-action-app ul li:first-child {
  margin-left: 0;
}

.call-to-action-app ul li a i {
  font-size: 20px;
  margin-right: 5px;
}

.cta-hire {
  background: #FAFAFA;
}

.cta-hire p {
  width: 65%;
  margin: 0 auto;
}

.cta-hire h2,
.cta-hire p {
  margin-bottom: 20px;
}

.cta-community {
  margin-bottom: 50px;
  padding: 40px 100px;
}

@media (max-width: 992px) {
  .cta-community {
    padding: 40px;
  }
}

.jd-modal .modal-content {
  padding: 25px;
  text-align: left;
  background: #fafafa;
}

.jd-modal .modal-content .modal-header .modal-title {
  color: #000;
}

.jd-modal .modal-content .modal-body .block-2 {
  display: flex;
  margin-bottom: 70px;
}

.jd-modal .modal-content .modal-body .block-2 .title {
  width: 30%;
}

.jd-modal .modal-content .modal-body .block-2 .title p {
  color: #000;
}

.jd-modal .modal-content .modal-body .block-2 .details {
  width: 70%;
}

.jd-modal .modal-content .modal-body .block-2 .details ul {
  padding-left: 0;
  margin: 0;
}

.jd-modal .modal-content .modal-body .block-2 .details ul li {
  list-style: none;
  margin-bottom: 5px;
}

.jd-modal .modal-content .modal-body .block-2 .details ul li span {
  padding-right: 5px;
  color: #000;
}

.jd-modal .modal-content .modal-body .form-title {
  margin-bottom: 30px;
}

.banner {
  padding: 100px 0;
}

.banner .block h1 {
  margin-bottom: 13px;
}

.banner .block p {
  font-size: 20px;
  margin-bottom: 30px;
}

.banner .block .video {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .banner .block .video {
    width: 100%;
  }
}

.banner .block ul.clients-logo {
  margin-top: 30px;
}

.banner .block ul.clients-logo li {
  margin-left: 30px;
}

@media (max-width: 480px) {
  .banner .block ul.clients-logo li {
    margin-bottom: 20px;
  }
}

.banner .block ul.clients-logo li:first-child {
  margin-left: 0;
}

.slider {
  padding: 180px 0 300px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.slider .block {
  position: relative;
}

.slider .block h1,
.slider .block h3 {
  color: #fff;
}

.slider .block .download {
  margin-top: 20px;
}

.slider .block .image-content {
  text-align: center;
}

.slider .block .image-content img {
  margin-top: 100px;
  margin-bottom: -200px;
}

.slider:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 290px solid #fff;
  border-left: 2000px solid transparent;
  width: 0;
}

.services .service-block {
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.services .service-block:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .services .service-block:last-child {
    margin-bottom: 30px;
  }
}

.services .service-block h3 {
  line-height: 30px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.services .service-block i {
  font-size: 30px;
  color: #2e7eed;
  margin-bottom: 15px;
  display: inline-block;
}

.services .service-block p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.services .app-preview {
  display: flex;
  justify-content: center !important;
}

.services .app-preview img {
  height: 500px;
  width: auto;
}

@media (max-width: 992px) {
  .services .col-lg-4.m-auto {
    display: none;
  }
}

@media (max-width: 768px) {
  .service .service-thumb {
    width: 80%;
    margin: 0 auto;
  }
}

.service .service-box {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .service .service-box {
    width: 80%;
    margin: 0 auto;
  }
}

.service .service-box .service-item {
  text-align: center;
  padding: 10px;
  margin: 20px 0;
}

.service .service-box .service-item i {
  font-size: 25px;
  color: #2e7eed;
  display: inline-block;
  margin-bottom: 10px;
}

.service .service-box .service-item p {
  font-size: 14px;
}

.service .service-box .service-item h2 {
  font-size: 22px !important;
  font-weight:bold;
}


.feature .feature-content h2,
.feature .feature-content p {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .feature .feature-content h2,
  .feature .feature-content p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .feature .testimonial {
    text-align: center;
  }
}

.feature .testimonial p {
  font-family: "Lora", serif;
  margin-bottom: 10px;
  font-style: italic;
  color: #242424;
}

.feature .testimonial ul.meta li {
  font-size: 12px;
  margin-right: 10px;
}

.feature .testimonial ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

@media (max-width: 480px) {
  .app-features .app-feature {
    margin-bottom: 30px;
  }
}

.app-features .app-explore {
  display: flex;
  justify-content: center !important;
  margin-bottom: 40px;
}

.banner-full .image {
  display: flex;
  justify-content: center;
}

.banner-full .image img {
  height: 625px;
}

@media (max-width: 768px) {
  .banner-full .image {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .banner-full .block {
    text-align: center;
  }
}

.banner-full .block .logo {
  margin-bottom: 40px;
}

.banner-full .block h1 {
  margin-bottom: 40px;
}

.banner-full .block p {
  font-size: 20px;
  margin-bottom: 50px;
}

.banner-full .block .app {
  margin-bottom: 20px;
}

.video-promo {
  padding: 150px 0;
}

.video-promo .content-block {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.video-promo .content-block h2 {
  font-size: 30px;
  color: #fff;
}

.video-promo .content-block p {
  margin-bottom: 30px;
}

.video-promo .content-block a i.video {
  height: 125px;
  width: 125px;
  background: #2e7eed;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 125px;
  border-radius: 100%;
}

.video-promo .content-block a:focus {
  outline: 0;
}

.testimonial .testimonial-slider .item {
  padding-bottom: 10px;
}

.testimonial .testimonial-slider .item .block {
  padding: 40px;
  text-align: center;
  margin: 10px;
  border-radius: 5px;
}

.testimonial .testimonial-slider .item .block .image {
  margin-top: 30px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .testimonial .testimonial-slider .item .block .image {
    flex-grow: 1;
  }
}

.testimonial .testimonial-slider .item .block .image img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.testimonial .testimonial-slider .item .block p {
  font-family: "Lora", serif;
  font-style: italic;
  color: #888888;
}

.testimonial .testimonial-slider .item .block cite {
  font-style: normal;
  font-size: 14px;
  color: #161616;
}

.testimonial .testimonial-slider .owl-dots .owl-dot:hover span {
  background: #2e7eed;
}

.testimonial .testimonial-slider .owl-dots .owl-dot.active span {
  background: #2e7eed;
}

/* homepage 3 */
.gradient-banner {
  padding: 100px 0 170px;
  position: relative;
  overflow: hidden;
}

.gradient-banner::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #009EC5 0%, #2e7eed 20%, #02225B 50%);
}

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

.shapes-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shapes-container .shape {
  position: absolute;
}

.shapes-container .shape::before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  position: absolute;
  border-radius: 50px;
}

.shapes-container .shape:nth-child(1) {
  top: 2%;
  left: 11%;
  width: 400px;
  height: 70px;
}

.shapes-container .shape:nth-child(2) {
  top: 14%;
  left: 18%;
  width: 200px;
  height: 15px;
}

.shapes-container .shape:nth-child(3) {
  top: 80%;
  left: 4%;
  width: 300px;
  height: 60px;
}

.shapes-container .shape:nth-child(4) {
  top: 85%;
  left: 15%;
  width: 100px;
  height: 10px;
}

.shapes-container .shape:nth-child(5) {
  top: 5%;
  left: 50%;
  width: 300px;
  height: 25px;
}

.shapes-container .shape:nth-child(6) {
  top: 4%;
  left: 52%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(7) {
  top: 80%;
  left: 70%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(8) {
  top: 55%;
  left: 95%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(9) {
  top: 50%;
  left: 90%;
  width: 300px;
  height: 50px;
}

.shapes-container .shape:nth-child(10) {
  top: 30%;
  left: 60%;
  width: 500px;
  height: 55px;
}

.shapes-container .shape:nth-child(11) {
  top: 60%;
  left: 60%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(12) {
  top: 35%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(13) {
  top: 90%;
  left: 40%;
  width: 300px;
  height: 45px;
}

.shapes-container .shape:nth-child(14) {
  top: 54%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(15) {
  top: 50%;
  left: 90%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(16) {
  top: 50%;
  left: 81%;
  width: 100px;
  height: 5px;
}

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

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #2e7eed;
  margin: 1em 0;
  padding: 0;
}

.icon-box {
  height: 80px;
  width: 80px;
  text-align: center;
  background: #2e7eed;
}

.icon-box i {
  line-height: 80px;
  font-size: 30px;
}

.founder {
  margin-bottom: 30px;
}

.founder img {
  border-radius: 5px;
  margin-bottom: 25px;
}

.founder h2 {
  font-size: 30px;
  line-height: 30px;
}

.founder cite {
  font-size: 14px;
  font-style: normal;
}

.founder p {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

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

.team-sm .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-sm .image img {
  border-radius: 5px;
}

.team-sm .image .social-links {
  position: absolute;
  background: #2e7eed;
  left: 0;
  right: 0;
  text-align: center;
  width: calc(100% - 80px);
  margin: 0 40px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  transition: 0.3s;
  bottom: 20px;
}

.team-sm .image .social-links ul {
  margin-bottom: 0;
}

.team-sm .image .social-links ul li a {
  display: block;
  padding: 15px;
}

.team-sm .image .social-links ul li a i {
  font-size: 20px;
  color: #fff;
}

.team-sm .image:hover .social-links {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.team-sm h3 {
  margin-bottom: 0;
}

.team-sm cite {
  font-size: 14px;
  font-style: normal;
}

.team-sm p {
  margin-top: 15px;
}

.featured-article {
  padding: 0 0 50px 0;
}

.featured-article article.featured {
  display: flex;
}

@media (max-width: 768px) {
  .featured-article article.featured {
    flex-wrap: wrap;
  }
}

.featured-article article.featured .image {
  flex-basis: 100%;
  padding: 20px;
}

.featured-article article.featured .image img {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .featured-article article.featured .image {
    margin-bottom: 20px;
  }
}

.featured-article article.featured .content {
  margin-left: 30px;
  flex-basis: 100%;
  align-self: center;
}

@media (max-width: 768px) {
  .featured-article article.featured .content {
    text-align: center;
  }
}

.featured-article article.featured .content h2 {
  margin-bottom: 20px;
}

.featured-article article.featured .content h2 a {
  font-size: 30px;
  color: #000;
  display: inline-block;
}

.featured-article article.featured .content h2 a:hover {
  color: #2e7eed;
}

.featured-article article.featured .content p {
  margin-bottom: 25px;
}

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

.post-sm .post-thumb {
  margin-bottom: 15px;
  overflow: hidden;
}

.post-sm .post-thumb img {
  transition: .3s ease;
}

.post-sm .post-title {
  margin-bottom: 15px;
}

.post-sm .post-title h3 a {
  color: #000;
  font-size: 20px;
}

.post-sm .post-title h3 a:hover {
  color: #2e7eed;
}

.post-sm:hover .post-thumb img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.blog-single .single-post {
  padding-bottom: 70px;
}

.blog-single .single-post .post-body .feature-image {
  margin-bottom: 30px;
}

.blog-single .single-post .post-body .feature-image img {
  width: 100%;
}

.blog-single .single-post .post-body p {
  margin-bottom: 20px;
}

.blog-single .single-post .post-body .quote {
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .blog-single .single-post .post-body .quote {
    width: 80%;
  }
}

.blog-single .single-post .post-body .quote blockquote {
  color: #000;
  padding: 10px 0 10px 30px;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  border-left: 6px solid #666666;
}

.blog-single .single-post .post-body .post-image {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.blog-single .about-author h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  font-size: 30px;
}

@media (max-width: 480px) {
  .blog-single .about-author h2 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .blog-single .about-author .media {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .blog-single .about-author .media .image {
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.blog-single .about-author .media .image img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.blog-single .about-author .media .media-body {
  margin-left: 40px;
}

@media (max-width: 480px) {
  .blog-single .about-author .media .media-body {
    flex-grow: 1;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
  }
}

.blog-single .about-author .media .media-body p {
  margin-bottom: 15px;
}

.related-articles .title {
  margin-bottom: 20px;
}

.related-articles .title h2 {
  font-size: 30px;
}

.pagination-nav {
  display: flex;
  justify-content: center;
}

.pagination-nav ul.pagination {
  padding-top: 30px;
}

.pagination-nav ul.pagination li {
  margin-right: 10px;
}

.pagination-nav ul.pagination li a {
  border-radius: 3px;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #808080;
  transition: .3s ease-in;
}

.pagination-nav ul.pagination li a:hover {
  background-color: #2e7eed;
  color: #fff;
  border-color: transparent;
}

.pagination-nav ul.pagination .active a {
  background-color: #2e7eed;
  color: #fff;
  border-color: transparent;
}

@media (max-width: 480px) {
  .about .content {
    text-align: center;
  }
}

.about .content h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
}

.about .about-slider .item {
  padding: 20px;
}

.about .about-slider .owl-dots .owl-dot:hover span {
  background: #2e7eed;
}

.about .about-slider .owl-dots .owl-dot.active span {
  background: #2e7eed;
}

.create-stories .block img {
  width: 100%;
  margin-bottom: 20px;
}

.create-stories .block h3 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .create-stories .block {
    margin-bottom: 30px;
  }
}

.quotes .quote-slider h2 {
  font-size: 50px;
}

.quotes .quote-slider cite {
  margin-left: 150px;
  font-style: normal;
}

.clients {
  padding: 50px 0;
}

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

.clients .client-slider .slick-track {
  display: flex;
  align-items: center;
}

.clients .client-slider img {
  max-width: 80%;
}

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

.investors .block .image {
  margin-bottom: 20px;
}

.investors .block .image img {
  width: 100%;
  border-radius: 8px;
}

.investors .block h3 {
  margin-bottom: 0;
  line-height: 1;
}

.investors .block p {
  font-size: 14px;
}

.hover-zoom {
  overflow: hidden;
  border-radius: 8px;
}

.hover-zoom img {
  transition: .3s ease;
}

.hover-zoom:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.error-page {
  position: fixed;
  height: 100%;
  width: 100%;
}

.error-page .center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-page .center .block h1 {
  font-size: 200px;
  font-weight: 400;
  line-height: 266px;
  font-family: "Lora", serif;
}

.error-page .center .block p {
  margin-bottom: 50px;
}

.career-featured .block {
  display: flex;
}

@media (max-width: 768px) {
  .career-featured .block {
    flex-wrap: wrap;
  }
}

.career-featured .block .content {
  flex-basis: 100%;
  align-self: center;
}

@media (max-width: 768px) {
  .career-featured .block .content {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.career-featured .block .content h2 {
  margin-bottom: 30px;
}

.career-featured .block .video {
  justify-content: center;
  align-self: center;
  flex-basis: 100%;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .career-featured .block .video {
    flex-grow: 1;
    width: 100%;
  }
}

.company-fun-facts h2 {
  margin-bottom: 60px;
}

.company-fun-facts .fun-fact {
  margin-bottom: 20px;
  text-align: center;
}

.company-fun-facts .fun-fact i {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  border: 1px solid #000;
  border-radius: 100%;
}

.gallery .image {
  cursor: pointer;
}

.job-list .block {
  padding: 50px 80px;
  background: #fff;
}

.job-list .block h2 {
  margin-bottom: 40px;
  font-size: 30px;
}

.job-list .block .job {
  padding: 50px 10px;
  display: flex;
}

@media (max-width: 768px) {
  .job-list .block .job {
    display: block;
    text-align: center;
  }
}

.job-list .block .job:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

@media (max-width: 480px) {
  .job-list .block .job {
    flex-wrap: wrap;
  }
}

.job-list .block .job .content {
  flex-basis: 100%;
}

.job-list .block .job .content h3 {
  margin-bottom: 0;
}

.job-list .block .job .apply-button {
  flex-basis: 100%;
  align-self: center;
  text-align: right;
}

@media (max-width: 768px) {
  .job-list .block .job .apply-button {
    margin-top: 20px;
    text-align: center;
  }
}

.faq .block {
  padding: 50px;
}

@media (max-width: 480px) {
  .faq .block {
    padding: 30px;
  }
}

.faq .block .faq-item {
  margin-bottom: 40px;
}

.faq .block .faq-item .faq-item-title {
  margin-bottom: 30px;
}

.faq .block .faq-item .faq-item-title h2 {
  font-size: 30px;
  border-bottom: 1px solid #cccccc;
}

.faq .block .faq-item .faq-item-title:last-child {
  margin-bottom: 0;
}

.faq .block .faq-item .item .item-link {
  position: relative;
  padding: 10px 0 10px 18px;
  padding-left: 25px;
}

.faq .block .faq-item .item .item-link a {
  font-size: 20px;
  color: #000;
}

.faq .block .faq-item .item .item-link a span {
  margin-right: 5px;
}

.faq .block .faq-item .item .item-link:before {
  font-family: 'themify';
  content: "\e64b";
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 15px;
  top: 15px;
}

.faq .block .faq-item .item .accordion-block {
  background: #fafafa;
}

.faq .block .faq-item .item .accordion-block p {
  padding: 20px;
}

.privacy .privacy-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  background: #fafafa;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.privacy .privacy-nav ul {
  padding-left: 0;
  margin-bottom: 0;
}

.privacy .privacy-nav ul li {
  list-style: none;
}

.privacy .privacy-nav ul li a {
  font-size: 16px;
  color: #757575;
  padding: 10px 0;
  font-weight: bold;
  display: block;
}

@media (max-width: 768px) {
  .privacy .privacy-nav ul li a {
    font-size: 16px;
    padding: 5px 0;
  }
}

.privacy .privacy-nav ul li a.active {
  color: #000;
}

@media (max-width: 768px) {
  .privacy .privacy-nav {
    margin-bottom: 30px;
  }
}

.privacy .block {
  background: #fff;
  padding: 40px 50px;
}

.privacy .block .policy-item {
  padding-bottom: 40px;
}

.privacy .block .policy-item .title {
  margin-bottom: 20px;
}

.privacy .block .policy-item .title h3 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}

.privacy .block .policy-item .policy-details p {
  margin-bottom: 20px;
}

.user-login {
  height: 100%;
  width: 100%;
}

.user-login .block {
  display: flex;
}

@media (max-width: 768px) {
  .user-login .block {
    flex-wrap: wrap;
  }
}

.user-login .block .image {
  flex-basis: 100%;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .user-login .block .image {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.user-login .block .image img {
  border-radius: 8px;
}

.user-login .block .content {
  flex-basis: 100%;
  align-self: center;
  padding: 50px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .user-login .block .content {
    flex-grow: 1;
  }
}

.user-login .block .content .logo {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .user-login .block .content .logo {
    margin-bottom: 40px;
  }
}

.user-login .block .content .title-text {
  margin-bottom: 35px;
}

.user-login .block .content .title-text h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.user-login .block .content .new-acount {
  margin-top: 20px;
}

.user-login .block .content .new-acount p, .user-login .block .content .new-acount a {
  font-size: 14px;
}

.user-login .block .content .new-acount p a {
  color: #000;
}

.coming-soon {
  color: #000;
  padding: 120px 0;
  min-height: 100vh;
}

@media (max-width: 992px) {
  .coming-soon {
    padding: 80px 0;
  }
}

.coming-soon .block h3 {
  color: #808080;
}

.coming-soon .block .count-down {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .coming-soon .block .count-down {
    margin-top: 40px;
  }
}

.coming-soon .block .count-down .syotimer-cell {
  min-width: 200px;
  padding: 45px 0;
  margin-right: 30px;
  margin-bottom: 20px;
  background: #fff;
  display: inline-block;
}

@media (max-width: 768px) {
  .coming-soon .block .count-down .syotimer-cell {
    min-width: 180px;
    padding: 35px 0;
  }
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
  font-size: 65px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__unit {
  font-size: 20px;
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: normal;
}

.address .block .address-block {
  text-align: center;
}

.address .block .address-block .icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.address .block .address-block .icon i {
  display: block;
  height: 100px;
  width: 100px;
  background: #fafafa;
  border-radius: 100%;
  font-size: 45px;
  text-align: center;
  line-height: 100px;
}




/* Here is the pricing css */



#generic_price_table{
	background-color: #f0eded;
	padding:70px 0px !important;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{	
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #C53236;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #C53236; 
    color: #2ECC71;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #C53236 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #C53236;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #C53236;
	color: #fff;
} 
#generic_price_table{
	margin: 50px 0 0px 0;
    font-family: 'Raleway', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-family: "Lato",sans-serif;
	font-size: 18px;
	padding: 15px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	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;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	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;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) {	
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
	 font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #2ECC71;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
	
}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}
/* pricing css end */



.google-map {
  position: relative;
}

.google-map #map_canvas {
  height: 500px;
  width: 100%;
}

@media (max-width: 768px) {
  .google-map #map_canvas {
    height: 350px;
  }
}

/*# sourceMappingURL=style.css.map */








/* css for contact form */






/*
	Template Name: Oxpitan
	Author: Layerdrops
	Author Email:  layerdrops@gmail.com
	Description: Oxpitan - Nonprofit Charity and Fundraising HTML5 Template
	Tags: one-column, two-columns, three-columns, four-columns, custom-menu, featured-images, translation-ready
	Version: 1.0
*/

/*------------------------------------------------------------------
[Table of contents]
	+ General
		- general Styles
		- Preloader
		- section-heading
		- theme-btn
		- section-divider
		- Back To Top
	+ Header
		- Logo
		- Main Navigation
		- Dropdown
		- header social
		- Offcanvas menu
		- Get in touch
	+ Content
		+ Main Files
			- index.html
			- index-2.html
		+ Banner Area
			- Breadcrumb
		+ Causes
		    - Causes
		    - Causes Details
		    - Donate now
		+ Pages
			- About us
			- Gallery
			- Become a Volunteer
			- Our team
			- sponsor
		+ News
		    - News
		    - Single News
		+ Sections
		    - entry-area
		    - hiw-area
		    - service-area
		    - mixer-area
		    - mixer-area2
		    - causes-area
		    - client-log-area
		    - Team
		    - helping-area
		    - helping-area2
		    - team-area
		    - blog-area
		    - map-area
		    - cta -area
		    - footer-area
	+ Footer
			- Subscriber From
		+ Top Footer
		    - about
		    - Explore
		    - Links
		    - Blog
		    - Contact
		+ Bottom Footer
		    - copyright
	+ Responsive Design Styles
		-  (max-width:1440px)
        -  (max-width:1366px)
        -  (max-width:1280px)
        -  (min-width:768px) and (max-width:1366px)
        -  (max-width: 1199px)
        -  (max-width: 1024px)
        -  (min-width:320px) and (max-width:1199px)
        -  (max-width:991px)
        -  (max-width:768px)
        -  (max-width:767px)
        -  (max-width:480px)
        -  (max-width:425px)
        -  (max-width:375px)
        -  (max-width:320px)
-------------------------------------------------------------------*/
@import url('//fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800&display=swap');
@import url('//fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #424242;
    font-family: 'Playfair Display', serif;
}
p {
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a,
a:hover {
    text-decoration: none;
}

/*=============================
    general-style
 =============================*/
/*=== ostion-btn ===*/
.theme-btn {
    font-size: 12px;
    text-transform: uppercase;
    background: #f1ae44;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 30px 0 35px;
    line-height: 49px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    text-decoration: none;
    border: none;
}
.theme-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background: #f1ae44;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.theme-btn:hover,
.theme-btn:hover:after {
    background-color: #ED3237;
    color: #fff;
}
/*=== section-heading ====*/
.section-heading .section__title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}
.section-heading .section__meta {
    color: #863bae;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 8px;
    display: block;
}
/*===text__white ====*/
.section-heading .text__white {
    color: #fff;
}
/*=== section-icon ====*/
.section-icon {
    margin-bottom: 9px;
    line-height: 1px;
}
/*=== section-divider ====*/
.section-divider {
    height: 2px;
    background-color: #f2f0ec;
    position: relative;
    display: block;
}
/*=== loading-area ===*/
#loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}
#loading-area .loader-box #loader-1 {
    -webkit-perspective: 120px;
    -ms-perspective: 120px;
    perspective: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#loading-area .loader-box #loader-1:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background-color: #ED3030;
    -webkit-animation: flip 1s infinite;
    animation: flip 1s infinite;
}
#loading-area .loader-box .loader {
    width: 100px;
    height: 100px;
    position: relative;
}
@keyframes flip {
    0% {
        transform: rotate(0); }
    50% {
        transform: rotateY(180deg); }
    100% {
        transform: rotateY(180deg) rotateX(180deg); }
}

/*===================================
    container
=====================================*/
.container {
    max-width: 1200px;
}

/*===================================
    HEADER AREA
=====================================*/
.header-area .header-top-action {
    background: #f2f0ec;
    line-height: 32px;
    position: relative;
    z-index: 2;
}
.freebirdFormviewerViewNavigationPasswordWarning{
opacity:0 !important;
}

.header-area .header-top-action .top-action-content {
    background: #424242;
    position: relative;
    z-index: 1;
}
.header-area .header-top-action .info-action-content {
    background-color: transparent;
}
.header-area .header-top-action .info-action-content:before,
.header-area .header-top-action .info-action-content:after {
    display: none;
}
.header-area .header-top-action .top-action-content:before,
.header-area .header-top-action .top-action-content:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #424242;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
}
.header-area .header-top-action .top-action-content:after {
    right: -20px;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.header-area .header-top-action .top-action-content .info-box ul li {
    color: #fff;
    font-size: 13px;
    margin-right: 30px;
}
.header-area .header-top-action .top-action-content .info-box {
    padding-top: 12px;
    padding-bottom: 12px;
}
.header-area .header-top-action .top-action-content .info-box ul li:last-child,
.header-area .header-top-action .top-action-content .info-box ul.top-action-list li:last-child {
    margin-right: 0;
}
.header-area .header-top-action .top-action-content .info-box ul li a {
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.header-area .header-top-action .top-action-content .info-box ul li a:hover,
.header-area .header-top-action .top-action-content .info-box ul li a i {
    color: #ED3237;
}
.header-area .header-top-action .top-action-content .info-box ul li a i {
    margin-right: 5px;
    font-size: 12px;
}
.header-area .header-top-action .top-action-content .info-box ul.top-action-list li a {
    color: #818181;
    text-transform: capitalize;
}
.header-area .header-top-action .top-action-content .info-box ul.top-action-list li {
    margin-right: 24px;
}
.header-area .header-top-action .top-action-content .info-box ul.top-action-list li a:hover,
.header-area .header-top-action .top-action-content .info-box ul.top-action-list li a i:hover {
    color: #ED3237;
}
.header-area .header-top-action .top-action-content .info-box ul.top-action-list li a i {
    color: #818181;
    font-size: 14px;
}

/*=== header-top ====*/
.header-area .header-top {
    background-color: #fff;
}
.header-area .header-top .ostion-top-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header-area .header-top .ostion-top-wrap .ostion-logo {
    height: 120px;
    display: table;
    vertical-align: middle;
}
.header-area .header-top .ostion-top-wrap .ostion-logo a {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}
.header-area .header-top .ostion-top-wrap .header-btn .theme-btn,
.header-area .header-top .ostion-top-wrap .header-btn .theme-btn:after {
    background-color: #ED3237;
}
.header-area .header-top .ostion-top-wrap .header-btn .theme-btn:hover,
.header-area .header-top .ostion-top-wrap .header-btn .theme-btn:hover:after {
    background-color: #f1ae44;
}
.header-area .header-top .ostion-top-wrap .ostion-menu {
    height: 120px;
    position: relative;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .mobile-menu-toggle {
    position: absolute;
    right: 15px;
    top: 0;
    color: #232323;
    font-size: 21px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: rgba(35, 35, 35, 0.1);
    line-height: 37px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .mobile-menu-toggle:hover {
    background-color: #ED3237;
    color: #fff;
}
/*==== main-navigation =====*/
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 16px;
    height: 120px;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li {
    display: inline-block;
    position: relative;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li:last-child a {
    margin-right: 0;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li:hover .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    top: 100%;
}


.extra-width{
    min-width: 300px !important;
}
/*=== dropdown menu ===*/
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item {
    position: absolute;
    left: 0px;
    top: 120%;
    min-width: 230px;
    background-color: #fff;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    z-index: 3;
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,.10);
    -moz-box-shadow: 0 20px 40px rgba(0,0,0,.10);
    box-shadow: 0 20px 40px rgba(0,0,0,.10);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 30px;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li{
    padding-bottom: 16px;
    display: block;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li:first-child {
    padding-top: 16px;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a{
    padding: 0 0;
    margin: 0;
    line-height: 14px;
    display: inline-block;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a:after {
    bottom: -3px;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li.active> a {
    color: #424242;
    margin: 0 22px;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a {
    color: #818181;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 0 22px;
    padding-bottom: 17px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:after {
    content: '';
    height: 1px;
    width: 0;
    background: #424242;
    position: absolute;
    bottom: 18px;
    right: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:hover {
    color: #424242;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social {
    flex: 1;
    float: right;
    font-size: 16px;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li{
    margin-right: 28px;
    display: inline-block;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li:last-child {
    margin-right: 0;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li a i.fa-facebook {
    color: #182eb2;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li a i.fa-twitter {
    color: #31a5ff;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li a i.fa-youtube-play {
    color: #ff2e2e;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li a i.fa-google-plus {
    color: #232323;
}

/*==== header-info ====*/
.header-area .header-info {
    margin-bottom: -62px;
    background-color: rgba(0,0,0,.20);
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(255,255,255,.30);
    height: 62px;
}
.header-area .header-info .header-info-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 61px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: -2px;
    margin-right: -4px;
}
.header-area .header-info .header-info-inner .header-info-box {
    border-left: 1px solid rgba(255, 255, 255, 0.30);
    height: 60px;
    width: 33%;
    display: flex;
    align-items: center;
}
.header-area .header-info .header-info-inner .header-info-box.header-info-box-1 {
    border-left: none;
    text-align: left;
}
.header-area .header-info .header-info-inner .header-info-box.header-info-box-2 {
    text-align: center;
    justify-content: center;
}
.header-area .header-info .header-info-inner .header-info-box.header-info-box-3 {
    justify-content: flex-end;
}
.header-area .header-info .header-info-inner .header-info-box i {
    color: #ff7607;
    margin-right: 10px;
    font-size: 16px;
    margin-top: -3px;
}

/*==== mobile menu ===*/
.header-area .side-nav-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    background-color: #232323;
    overflow-x: hidden;
    z-index: 999;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.header-area .side-nav-container.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.header-area .side-nav-container .humburger-menu .humburger-menu-lines {
    display: inline-block;
    text-align: right;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 18px;
    opacity: .5;
}
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:before,
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    top: 10px;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    transform: rotate(-43deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:after {
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg);
}
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:hover:before,
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:hover:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.header-area .side-nav-container .side-menu-wrap {
    margin-top: 100px;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item1 {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2 {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item3 {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}




.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item.active .menu-plus-icon:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}



.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item1.active .menu-plus-icon1:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2.active .menu-plus-icon2:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item3.active .menu-plus-icon3:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item:hover > a {
    background-color: rgba(255, 255, 255, 0.12);
}



.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item1:hover > a {
    background-color: rgba(255, 255, 255, 0.12);
}.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2:hover > a {
    background-color: rgba(255, 255, 255, 0.12);
}.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item3:hover > a {
    background-color: rgba(255, 255, 255, 0.12);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item1 a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2 a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item3 a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item1 .menu-plus-icon1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2 .menu-plus-icon2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item3 .menu-plus-icon3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item1 .menu-plus-icon1:hover {
    background-color: rgba(255, 255, 255, 0.1);
}.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2 .menu-plus-icon2:hover {
    background-color: rgba(255, 255, 255, 0.1);
}.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item3 .menu-plus-icon3:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:before,
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after {
    position: absolute;
    top: 24px;
    right: 20px;
    content: '';
    width: 11px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}






.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item1 .menu-plus-icon1:before,
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item1 .menu-plus-icon1:after {
    position: absolute;
    top: 24px;
    right: 20px;
    content: '';
    width: 11px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2 .menu-plus-icon2:before,
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2 .menu-plus-icon2:after {
    position: absolute;
    top: 24px;
    right: 20px;
    content: '';
    width: 11px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item3 .menu-plus-icon3:before,
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item3 .menu-plus-icon3:after {
    position: absolute;
    top: 24px;
    right: 20px;
    content: '';
    width: 11px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item1 .menu-plus-icon1:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2 .menu-plus-icon2:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item3 .menu-plus-icon3:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu {
    display: none;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item1 .side-sub-menu1 {
    display: none;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2 .side-sub-menu2 {
    display: none;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item3 .side-sub-menu3 {
    display: none;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a {
    padding-left: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: rgba(255, 255, 255, 0.7);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a:hover {
    color: #ff7607;
}
/*=== side-social ===*/
.header-area .side-nav-container .side-menu-wrap .side-social {
    margin-top: 30px;
    text-align: center;
}
.header-area .side-nav-container .side-menu-wrap .side-social li {
    display: inline-block;
    padding-right: 12px;
}
.header-area .side-nav-container .side-menu-wrap .side-social li:last-child {
    padding-right: 0;
}
.header-area .side-nav-container .side-menu-wrap .side-social li a {
    font-size: 14px;
    background-color: #50bac3;
    color: #fff;
    padding: 0 5px 0 12px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 35px;
}
.header-area .side-nav-container .side-menu-wrap .side-social li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(2) a,
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(2) a:after,
.header-area .side-nav-container .side-menu-wrap .side-btn .theme-btn,
.header-area .side-nav-container .side-menu-wrap .side-btn .theme-btn:after {
    background-color: #ED3237;
}
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(3) a,
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(3) a:after {
    background-color: #f1ae44;
}
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(4) a,
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(4) a:after {
    background-color: #863bae;
}
.header-area .side-nav-container .side-menu-wrap .side-btn {
    text-align: center;
    margin-top: 40px;
}
/*==== header-fixed ====*/
.header-fixed {
    background-color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
}
/*===================================
    HEADER AREA 2
=====================================*/
.header-area2{
    position: fixed;
    z-index: 1024;
    width: 100%;
    top: 0;
    left: 0;
}
.header-area2 .header-top {
    background-color: transparent;
}
.header-area2 .header-top.header-fixed {
    background-color: #424242;
}
.header-area2 .header-top-action {
    background-color: #424242;
}
.header-area2 .header-top-action .top-action-content .info-box {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-area2 .header-top-action .top-action-content:before,
.header-area2 .header-top-action .top-action-content:after {
    display: none;
}
.header-area2 .header-top-action .top-action-content .info-box ul.top-action-list li a,
.header-area2 .header-top-action .top-action-content .info-box ul.top-action-list li a i {
    color: #bfbfbf;
}
.header-area2 .header-top-action .top-action-content .info-box ul.top-action-list li a:hover,
.header-area2 .header-top-action .top-action-content .info-box ul.top-action-list li a i:hover {
    color: #f1ae44;
}

.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a,
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li.active> a{
    color: #fff;
}
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:hover,
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li.active> a:hover,
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a:hover{
    color: #f1ae44;
}
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:after {
    background-color: #f1ae44;
}
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a {
    color: #818181;
}
.ostion-logo img{
    width: 180px;
}
/*===================================
        SLIDER AREA
 =====================================*/
.slider-area  {
    position: relative;
    z-index: 1;
	
}

.slider-area .single-slide-item {
    background-color: #eee;
    background-position: center center;
    background-size: cover;
    color: #fff;
    height: 840px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.slider-area .single-slide-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 852px;
    height: 100%;
    top: 0;
    left: -110px;
    z-index: -1;
    background-color: rgba(237, 50, 55, 0.90);
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.slider-area .slide-bg1 {
    background-image: url("http://oneclicktestsolution.com/images/slide3.jpg");
}
.slider-area .slide-bg2 {
    background-image: url("http://oneclicktestsolution.com/images/slide1.jpg");
}
.slider-area .slide-bg3 {
    background-image: url("http://oneclicktestsolution.com/images/slide2.jpg");
}
.slider-area .slide-bg4 {
    background-image: url("http://oneclicktestsolution.com/images/slider1.jpg");
}
.slider-area .slide-bg5 {
    background-image: url("http://oneclicktestsolution.com/images/slider5.jpg");
}
.slider-area .slide-item-table {
    display: table;
    width: 100%;
    height: 100%;
}
.slider-area .slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

/*=== slider-heading ===*/
.slider-area .slider-heading .slider__meta {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 12px;
	
	
}

.slider-area .slider-heading .slider__title {
    font-size: 100px !important;
    line-height: 107px !important;
    color: #fff !important;
    font-weight: 900 !important;
    margin-bottom: 47px !important;	
}



/*=== owl-nav ===*/
.slider-area .homepage-slide1 .owl-dots {
    position: absolute;
    top: 50%;
    right: 130px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-area .homepage-slide1 .owl-dots div {
    width: 14px;
    height: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    opacity: .4;
    filter: alpha(opacity=40);
    position: relative;
    border: none;
    padding: 0;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.slider-area .homepage-slide1 .owl-dots div:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-25deg,0deg);
    -moz-transform: skew(-25deg,0deg);
    -ms-transform: skew(-25deg,0deg);
    -o-transform: skew(-25deg,0deg);
    transform: skew(-25deg,0deg);
}

.slider-area .homepage-slide1 .owl-dots div.active,
.slider-area .homepage-slide1 .owl-dots div:hover {
    opacity: 1;
}
/*===================================
    SLIDER AREA 2
=====================================*/
.slider-area2 .single-slide-item:after {
    display: none;
}
.slider-area2 .single-slide-item {
    height: 1024px;
}
.slider-area2 .single-slide-item .slider-heading {
    padding-top: 50px;
}
/*===================================
    GIVE AREA
=====================================*/
.give-area {
    background-color: #f2f0ec;
}
.give-area .container-fluid {
    padding-right: 260px;
    padding-left: 260px;
    position: relative;
    z-index: 2;
}
.give-static-wrap {
    margin-top: -120px;
}
.give-area .container-fluid .col-lg-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.give-area .container-fluid .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}
.give-area .container-fluid .col-lg-3,
.give-area .container-fluid .col-lg-9 {
   padding-right: 0;
    padding-left: 0;
}
.give-area .give-title-box {
    background-color: #f1ae44;
    padding: 105px 0 109px 115px;
    position: relative;
    z-index: 1;
}
.give-area .give-title-box:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #f1ae44;
    -webkit-transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.give-area .give-progress-box {
    background-color: #ED3237;
    height: 394px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 120px 0 120px;
}
.give-area .give-progress-box .skill-item {
    width: 100%;
    color: #fff;
}
.skill-area .skills .skill .skill__title,
.skill-area .skills .skill span:last-of-type {
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
    color: #fff;
    display: inline-block;
}
.skill-area .skills .skill span:last-of-type {
    float: right;
    font-family: "Playfair Display", sans-serif;
}
.skill-area .skills .skill .progress_bg {
    background-color: #ffffff;
    margin-top: 19px;
}
.skill-area .skills .skill .progress_bar {
    height: 10px;
    background-color: #f1ae44;
    position: relative;
}
.skill-area .skills .skill .skill-meta ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.skill-area .skills .skill .skill-meta ul li {
    font-size: 20px;

}
/*===================================
    MAKE WORLD AREA
=====================================*/
.make-world-area {
    padding-top: 119px;
    padding-bottom: 119px;
    background-color: #f2f0ec;
}
.make-world-area .world-static-wrap {
    margin-top: 51px;
}
.make-world-area .world-static-wrap .world-item .world-img-box img {
    width: 100%;
}
.make-world-area .world-static-wrap .world-item .world-img-bg {
    height: 20px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
}
.make-world-area .world-static-wrap .world-item .world-img-bg:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -8px;
    z-index: 1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-20deg,0deg);
    -moz-transform: skew(-20deg,0deg);
    -ms-transform: skew(-20deg,0deg);
    -o-transform: skew(-20deg,0deg);
    transform: skew(-20deg,0deg);
}
.make-world-area .world-static-wrap .world-item .world-img-bg2:after {
    background-color: #ED3237;
}
.make-world-area .world-static-wrap .world-item .world-img-bg3:after {
    background-color: #f1ae44;
}
.make-world-area .world-static-wrap2 {
    padding-top: 53px;
}
.make-world-area .world-static-wrap2 .world-content .world__title {
    font-size: 36px;
    line-height: 45px;
    font-weight: 400;
}
.make-world-area .world-static-wrap2 .world-content .world__title strong {
    color: #ED3237;
}
.make-world-area .world-static-wrap2 .world-content .world__desc {
    line-height: 30px;
}
/*===================================
    DONATE AREA
=====================================*/
.donate-area {
    padding-top: 120px;
    position: relative;
    z-index: 1;
}
.donate-area:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 360px;
    height: 415px;
    background-color: #50bac3;
    z-index: -1;
}
.donate-area .donate-item-img {
    margin-right: 88px;
    position: relative;
    z-index: 2;
}
.donate-area .donate-item-img figure img {
    width: 100%;
}
.donate-area .donate-item-content .section-heading .section__title {
    margin-bottom: 42px;
}
.donate-area .donate-item-content .section-heading .section__desc {
    line-height: 30px;
}
.donate-area .donate-fun-wrap {
    margin-left: 250px;
    margin-top: -236px;
    background-color: #50bac3;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 115px;
    padding-left: 345px;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
}
.donate-area .donate-fun-wrap .fun-content {
    width: 100%;
}
.donate-area .donate-fun-wrap .fun-content .fun-item.fun-item2 {
    padding-left: 15px;
}
.donate-area .donate-fun-wrap .fun-content .fun-item i {
    font-size: 65px;
}
.donate-area .donate-fun-wrap .fun-content .fun-item h3 {
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 14px;
}

/*===================================
    BREADCRUMB AREA
=====================================*/
.breadcrumb-area {
    position: relative;
    z-index: 1;
    color: #424242;
}
.breadcrumb-area .breadcrumb-content {
   text-align: center;
    position: relative;
    padding-top: 110px;
    padding-bottom: 115px;
}
.breadcrumb-area .breadcrumb-content .breadcrumb__title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
}
.breadcrumb-area .breadcrumb-content .breadcrumb__list {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ED3237;
    padding: 0 30px 0 35px;
    line-height: 49px;
}
.breadcrumb-area .breadcrumb-content .breadcrumb__list:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background: #ED3237;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li {
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-right: 22px;
    text-transform: uppercase;
    display: inline-block;
}
.breadcrumb-area .breadcrumb-content .breadcrumb__list li:last-child {
    padding-right: 0;
}
.breadcrumb-area .breadcrumb-content .breadcrumb__list li.active__list-item:after {
    position: absolute;
    content: '.';
    top: 0;
    right: 0;
    padding: 0 6px;
    font-size: 15px;
}
.breadcrumb-area .breadcrumb-content .breadcrumb__list li a {
    color: #fff;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.breadcrumb-area .breadcrumb-content .breadcrumb__list li a:hover {
    color: #f1ae44;
}

/*===================================
    ENTRY AREA
=====================================*/
.entry-area {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #f2f0ec;
}
.entry-area:after {
    content: "";
    position: absolute;
    display: block;
    width: 733px;
    height: 100%;
    top: 0;
    left: -110px;
    z-index: -1;
    background-color: #424242;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.entry-area .entry-static-wrap .entry-static-box1 {
    padding-top: 12px;
}
.entry-area .entry-static-wrap .entry-static-box .entry__title {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
   padding-right: 50px;
}
.entry-area .entry-static-wrap .entry-static-box .entry-video-img {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.entry-area .entry-static-wrap .entry-static-box .entry-video-img img {
    width: 100%;
}
.entry-area .entry-static-wrap .entry-static-box .entry-video-img .video-play-btn {
    font-size: 13px;
    background: #f1ae44;
    color: #fff;
    font-weight: 600;
    width: 45px;
    height: 54px;
    line-height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    padding-left: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.entry-area .entry-static-wrap .entry-static-box .entry-video-img .video-play-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f1ae44;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
	
}
.entry-area .entry-static-wrap .entry-static-box .entry-video-img .video-play-btn:hover,
.entry-area .entry-static-wrap .entry-static-box .entry-video-img .video-play-btn:hover:after {
    background-color: #ED3237;
}

/*=== entry-static-box2 ===*/
.entry-area .entry-static-wrap .entry-static-box2 {
    padding-left: 85px;
}
.entry-area .entry-static-wrap .entry-static-box .entry-video-text {
    padding-left: 42px;
    padding-top: 14px;
}
.entry-area .entry-static-wrap .entry-static-box .entry-video-text .entry__title {
    color: #424242;
    padding-right: 0;
    font-weight: 400;
    margin-bottom: 15px;
}
/*===================================
    HIW-AREA
=====================================*/
.hiw-area {
    padding-top: 80px;
}
.hiw-area .row {
    margin-left: -10px;
    margin-right: -10px;
}
.hiw-area .col {
   padding-right: 10px;
    padding-left: 10px;
}
.hiw-area .hiw-item {
    margin-bottom: 30px;
}
.hiw-area .hiw-item img {
    width: 100%;
}
.hiw-area .hiw-item .hiw-item-img-box {
    position: relative;
    z-index: 1;
}
.hiw-area .hiw-item .hiw-item-img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f1ae44;
    opacity: .8;
}
.hiw-area .hiw-item .hiw-item-img-box.hiw-bg1:after {
    background-color: #50bac3;
}
.hiw-area .hiw-item .hiw-item-img-box.hiw-bg2:after {
    background-color: #ED3237;
}
.hiw-area .hiw-item .hiw-item-img-box .hiw-title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 74px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
}
.hiw-area .hiw-item .hiw-item-img-box .hiw-btn-box {
    position: absolute;
    bottom: 0;
    left: 0;
}
.hiw-area .hiw-item .hiw-item-img-box .hiw-btn-box .theme-btn,
.hiw-area .hiw-item .hiw-item-img-box .hiw-btn-box .theme-btn:after {
    background-color: #424242;
}
.hiw-area .hiw-item .hiw-item-img-box:hover .hiw-btn-box .theme-btn,
.hiw-area .hiw-item .hiw-item-img-box:hover .hiw-btn-box .theme-btn:after {
    background-color: #ED3237;
}
/*===================================
    SERVICE AREA
=====================================*/
.service-area {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-top: 90px;
    padding-bottom: 120px;
}
/*=== heart-icon ===*/
.service-area .heart-icon {
    position: absolute;
    animation: heartbeat 0.7s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.service-area .heart-icon-1 {
    top: 0;
    left: 16%;
}
.service-area .heart-icon-2 {
    top: 6%;
    left: 0;
}
.service-area .heart-icon-3 {
    top: 33%;
    left: 9%;
}
.service-area .heart-icon-4 {
    top: 37%;
    left: 20%;
}
.service-area .heart-icon-5 {
    top: 56%;
    left: 10%;
}
.service-area .heart-icon-6 {
    bottom: 17%;
    left: 9%;
}
.service-area .heart-icon-7 {
    top: -9%;
    right: 7%;
}
.service-area .heart-icon-8 {
    top: 14%;
    right: 9%;
}
.service-area .heart-icon-9 {
    top: 24%;
    right: 20%;
}
.service-area .heart-icon-10 {
    top: 50%;
    right: 14%;
}
.service-area .heart-icon-11 {
    bottom: 25%;
    right: 3%;
}

.service-area .service-wrap {
    margin-top: 52px;
    margin-bottom: 50px;
}
.service-area .service-wrap .service-item .service-item-inner .service-icon {
    display: inline-block;
    padding: 12px 15px;
    position: relative;
    margin-bottom: 27px;
    z-index: 1;
}
.service-area .service-wrap .service-item .service-item-inner .service-icon i {
    font-size: 65px;
    line-height: 60px;
    color: #424242;
}
.service-area .service-wrap .service-item .service-item-inner .service-icon:before,
.service-area .service-wrap .service-item .service-item-inner .service-icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 45px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #e5f5f6;
}
.service-area .service-wrap .service-item .service-item-inner .service-icon:after {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-15deg,0deg);
    -moz-transform: skew(-15deg,0deg);
    -ms-transform: skew(-15deg,0deg);
    -o-transform: skew(-15deg,0deg);
    transform: skew(-15deg,0deg);
}
.service-area .service-wrap .service-item2 .service-item-inner .service-icon:before,
.service-area .service-wrap .service-item2 .service-item-inner .service-icon:after {
    background-color: #fbe9e6;
}
.service-area .service-wrap .service-item3 .service-item-inner .service-icon:before,
.service-area .service-wrap .service-item3 .service-item-inner .service-icon:after {
    background-color: #fdf3e3;
}
.service-area .service-wrap .service-item4 .service-item-inner .service-icon:before,
.service-area .service-wrap .service-item4 .service-item-inner .service-icon:after {
    background-color: #f3ebf7;
}
.service-area .service-wrap .service-item .service-item-inner .service-content {
    padding-right: 35px;
    padding-left: 35px;
}
.service-area .service-wrap .service-item .service-item-inner .service-content .service__title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 23px;
}
.service-area .service-wrap .service-item .service-item-inner .service-content .service__desc {
    line-height: 29px;
}
.service-area .button-shared .theme-btn,
.service-area .button-shared .theme-btn:after {
    background-color: #ED3237;
}
.service-area .button-shared .theme-btn:hover,
.service-area .button-shared .theme-btn:hover:after {
    background-color: #f1ae44;
}

/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/*===================================
    SERVICE AREA 2
=====================================*/
.service-area2 {
    padding-top: 120px;
}
.service-area2 .heart-icon-1 {
    top: 30px;
}
.service-area2 .heart-icon-2 {
    top: 14%;
    left: 0;
}
/*===================================
    VOLUNTEER AREA
=====================================*/
.volunteer-area {
    padding-bottom: 40px;
}
.volunteer-area .service-wrap {
    margin-top: 36px;
}
.volunteer-area .service-wrap .service-item img {
    width: 100%;
}

/*===================================
    MIXER AREA
=====================================*/
.mixer-area {
    position: relative;
    z-index: 1;
    background-image: url("http://oneclicktestsolution.com/images/mixer-bg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 120px;
    padding-bottom: 120px;
}
/*.mixer-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 66, 66, 0.90);
    z-index: -1;
}*/
.mixer-area .mixer-heading .section__title {
    font-size: 70px;
    line-height: 84px;
    margin-bottom: 48px;
    font-weight: 800;
}
/*===================================
    MIXER AREA 2
=====================================*/
.mixer-area2 {
    padding-top: 108px;
    position: relative;
    z-index: 1;
}
.mixer-area2:after {
    position: absolute;
    content: '';
    top: 0;
    margin-top: -236px;
    right: 0;
    width: 413px;
    height: 698px;
    background-color: #ED3237;
    z-index: -1;
}
.fun-content-wrap .fun-content .fun-item {
    border-bottom: 2px solid #f2f0ec;
    margin-right: 117px;
    position: relative;
    padding-left: 104px;
    margin-bottom: 50px;
    padding-bottom: 56px;
}
.fun-content-wrap .fun-content .fun-item2 {
    margin-bottom: 0;
}
.fun-content-wrap .fun-content .fun-item i {
    font-size: 65px;
    line-height: 65px;
    color: #424242;
    position: absolute;
    left: 0;
    top: 12px;
}
.fun-content-wrap .fun-content .fun-item h3 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 800;
    margin-bottom: 13px;
}
.fun-content-wrap .fun-content .fun-item p {
    color: #ED3237;
}

/*=== fun-content-slide ===*/
.mixer-area2 .fun-content-slide {
    background-color: #ED3237;
    margin-top: -344px;
    padding: 115px 0 100px 118px;
    position: relative;
    z-index: 1;
}
.mixer-area2 .fun-content-slide .fun-slide-item {
    color: #fff;
}
.mixer-area2 .fun-content-slide .fun-slide-item .icon-quote {
    font-size: 170px;
    height: 50px;
    line-height: 110px;
    font-family: "Playfair Display", sans-serif ;
    margin-bottom: 40px;
    margin-left: -7px;
}
.mixer-area2 .fun-content-slide .fun-slide-item .funslide__text {
    font-size: 40px;
    line-height: 54px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 43px;
}
.mixer-area2 .fun-content-slide .fun-slide-item .funslide__name {
    color: #424242;
    font-weight: 600;
    text-transform: uppercase;
}
/*=== mixer owl-dots ===*/
.mixer-area2 .owl-dots {
    position: absolute;
    width: 50px;
    right: -148px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mixer-area2 .owl-dots div {
    width: 11px;
    height: 17px;
    display: inline-block;
    margin: 0 10px;
    background-color: #fff;
    opacity: .4;
    filter: alpha(opacity=40);
    position: relative;
    border: none;
    padding: 0;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.mixer-area2 .owl-dots div:hover,
.mixer-area2 .owl-dots div:hover:after,
.mixer-area2 .owl-dots div.active,
.mixer-area2 .owl-dots div.active:after {
    background-color: #fff;
    opacity: 1;
}
.mixer-area2 .owl-dots div:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-25deg,0deg);
    -moz-transform: skew(-25deg,0deg);
    -ms-transform: skew(-25deg,0deg);
    -o-transform: skew(-25deg,0deg);
    transform: skew(-25deg,0deg);
}
/*===================================
    MIXER AREA 3
=====================================*/
.mixer-area3 {
    background-image: url("http://oneclicktestsolution.com/images/mixer-bg2.jpg");
}
/*.mixer-area3:after {
    background-color: rgba(237, 48, 48, 0.80);
}*/
.mixer-area3 .section-heading {
    padding-right: 70px;
    padding-left: 70px;
}
/*===================================
    MIXER AREA 4
=====================================*/
.mixer-area4 .section-heading {
    padding-right: 70px;
    padding-left: 0;
}
.mixer-area4 .section-heading .section__meta {
    color: #f1ae44;
}
.mixer-area4 .section-heading .section__desc {
    line-height: 30px;
    margin-top: 42px;
    margin-bottom: 35px;
}
.mixer-area4 .section-heading .theme-btn,
.mixer-area4 .section-heading .theme-btn:after {
    background-color: #ED3237;
}
.mixer-area4 .section-heading .theme-btn:hover,
.mixer-area4 .section-heading .theme-btn:hover:after {
    background-color: #f1ae44;
}
.mixer-area4 .mixer-video-content {
    position: relative;
}
.mixer-area4 .mixer-video-content img {
    width: 100%;
}
.mixer-area4 .mixer-video-content .video-play-btn {
    font-size: 12px;
    background-color: #f1ae44;
    color: #fff;
    font-weight: 600;
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    padding-left: 5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.mixer-area4 .mixer-video-content .video-play-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #f1ae44;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.mixer-area4 .mixer-video-content .video-play-btn:hover,
.mixer-area4 .mixer-video-content .video-play-btn:hover:after {
    background-color: #ED3237;
}
/*===================================
    ABOUT AREA
=====================================*/
.about-area {
    padding-top: 120px;
    padding-bottom: 120px;
}
.about-area .about-large-img {
    margin-bottom: 60px;
}
.about-area .about-large-img img,
.about-area .about-semi-img img {
    width: 100%;
}
.about-area .about-heading {
    padding-left: 30px;
}
.about-area .about-heading .section-heading .section__desc {
    line-height: 30px;
    margin-top: 45px;
}
/*===================================
    FAQ AREA
=====================================*/
.faq-area {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #f2f0ec;
}
.faq-area .faq-img-box {
    margin-right: 30px;
    margin-top: 50px;
}
.faq-area .faq-img-box img {
    width: 100%;
}
/*=== single-accordion ===*/
.single__accordion {
    margin-top: -10px;
}
 .single__accordion .accordion-panel .accordion__title {
    margin-top: 10px;
}
 .single__accordion .accordion-panel .accordion__title .accordion__title-text {
    color: #232323;
    width: 100%;
    margin: 0;
    cursor: pointer;
    padding: 25px 35px;
    display: block;
    background-color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
 .single__accordion .accordion-panel .accordion__title .accordion__title-text:before,
 .single__accordion .accordion-panel .accordion__title .accordion__title-text:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 39px;
    width: 2px;
    height: 10px;
    background-color: #232323;
    z-index: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single__accordion .accordion-panel.active .accordion__title .accordion__title-text {
    background-color: #ED3237;
    color: #fff;
}
 .single__accordion .accordion-panel .accordion__title .accordion__title-text:after,
 .single__accordion .accordion-panel.active .accordion__title .accordion__title-text:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform:translateY(-50%)  rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.single__accordion .accordion-panel.active .accordion__title .accordion__title-text:before {
    background-color: #fff;
    z-index: 2;
}
 .single__accordion .accordion-panel .accordion__content {
    padding: 30px 20px 25px 35px;
    display: none;
}
 .single__accordion .accordion-panel .accordion__content .accordion__content-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

/*===================================
    CAUSES AREA
=====================================*/
.causes-area {
    /*padding-top: 120px;*/
    padding-bottom: 90px;
}
.causes-area .blog-content-wrap {
    margin-top: 51px;
}
.causes-area .blog-content-wrap .blog-content .blog-item {
    margin-bottom: 30px;
}
.causes-area .blog-content-wrap .blog-content .blog-item .blog-img {
    position: relative;
}
.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #424242;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 15px 0 21px;
    line-height: 40px;
    z-index: 1;
}
.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background-color: #424242;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}

.causes-area .blog-content-wrap .blog-content .blog-item img {
    width: 100%;
}
.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content {
    padding: 44px 45px 50px 50px;
    background-color: #f2f0ec;
}
.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__title {
   font-size: 26px;
    font-weight: 900;
    margin-bottom: 40px;
}
.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__title a {
    color: #424242;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__title a:hover {
    color: #f1ae44;
}
.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__desc {
    line-height: 29px;
}
.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list {
   margin-top: 24px;
    margin-bottom: 22px;
}
.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #424242;
    position: relative;
    padding-left: 37px;
}
.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li i {
   font-size: 25px;
    color: #424242;
    top: 2px;
    left: 0;
    position: absolute;
}
.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li i.fa-line-chart {
    font-size: 20px;
}
.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li span {
    color: #ED3237;
}

.causes-area .blog-content-wrap .blog-content .blog-item1 .blog-inner-content .theme-btn,
.causes-area .blog-content-wrap .blog-content .blog-item1 .blog-inner-content .theme-btn:after,
.causes-area .blog-content-wrap .blog-content .blog-item1 .barfiller .fill:after,
.causes-area .blog-content-wrap .blog-content .blog-item1 .barfiller .tip,
.causes-area .blog-content-wrap .blog-content .blog-item1 .barfiller .tip:before {
    background-color: #50bac3;
}
.causes-area .blog-content-wrap .blog-content .blog-item1 .barfiller .tip:after {
    border-top-color: #50bac3;
}

.causes-area .blog-content-wrap .blog-content .blog-item2 .blog-inner-content .theme-btn,
.causes-area .blog-content-wrap .blog-content .blog-item2 .blog-inner-content .theme-btn:after,
.causes-area .blog-content-wrap .blog-content .blog-item2 .barfiller .fill:after,
.causes-area .blog-content-wrap .blog-content .blog-item2 .barfiller .tip,
.causes-area .blog-content-wrap .blog-content .blog-item2 .barfiller .tip:before {
    background-color: #ED3237;
}
.causes-area .blog-content-wrap .blog-content .blog-item2 .barfiller .tip:after {
    border-top-color: #ED3237;
}
.causes-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content .theme-btn,
.causes-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content .theme-btn:after,
.causes-area .blog-content-wrap .blog-content .blog-item4 .barfiller .fill:after,
.causes-area .blog-content-wrap .blog-content .blog-item4 .barfiller .tip,
.causes-area .blog-content-wrap .blog-content .blog-item4 .barfiller .tip:before {
    background-color: #863bae;
}
.causes-area .blog-content-wrap .blog-content .blog-item4 .barfiller .tip:after {
    border-top-color: #863bae;
}
.causes-area .blog-content-wrap .blog-content .blog-item1 .blog-inner-content .theme-btn:hover,
.causes-area .blog-content-wrap .blog-content .blog-item1 .blog-inner-content .theme-btn:hover:after,
.causes-area .blog-content-wrap .blog-content .blog-item2 .blog-inner-content .theme-btn:hover,
.causes-area .blog-content-wrap .blog-content .blog-item2 .blog-inner-content .theme-btn:hover:after,
.causes-area .blog-content-wrap .blog-content .blog-item3 .blog-inner-content .theme-btn:hover,
.causes-area .blog-content-wrap .blog-content .blog-item3 .blog-inner-content .theme-btn:hover:after,
.causes-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content .theme-btn:hover,
.causes-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content .theme-btn:hover:after{
    background-color: #424242;
}

.causes-area .blog-content-wrap .blog-content .blog-item1 .blog-inner-content .blog__title a:hover {
    color: #50bac3;
}
.causes-area .blog-content-wrap .blog-content .blog-item2 .blog-inner-content .blog__title a:hover {
    color: #ED3237;
}
/*=============================
   CAUSES AREA 2
 =============================*/
.causes-area2 .blog-content-wrap {
    margin-top: 0;
}
/*=============================
   CAUSES DETAIL AREA
 =============================*/
.causes-detail-area {
    padding-top: 120px;
    padding-bottom: 120px;
}
.top-icn {
    padding-top: 120px;
    padding-bottom: 0px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-img img {
    width: 100%;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .barfiller .fill:after,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .barfiller .tip,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .barfiller .tip:before {
    background: #50bac3;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .barfiller .tip:after {
    border-top-color: #50bac3;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content {
    background-color: #f2f0ec;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding: 50px 68px 55px 59px;
    margin-bottom: 45px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__title {
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 15px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__title a {
    color: #424242;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li {
    font-size: 14px;
    color: #424242;
    font-weight: 600;
    padding-left: 30px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li:first-child {
    padding-left: 0;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li span {
    color: #ED3237;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li i {
    font-size: 22px;
    margin-right: 5px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li i.fa-line-chart {
    font-size: 19px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-btn {
    margin-left: auto;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-btn .theme-btn,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-btn .theme-btn:after {
    background-color: #50bac3;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-btn .theme-btn:hover,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-btn .theme-btn:hover:after {
    background-color: #424242;
}
/*=== blog-inner-content2 ===*/
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .causes__text {
    line-height: 30px;
    margin-bottom: 34px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .inner-causes-img-box {
    margin-top: 50px;
    margin-bottom: 50px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .inner-causes-img-box img {
    width: 100%;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block {
    background-color: #f2f0ec;
    padding: 57px 67px 57px 58px;
    margin-top: 52px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block h3 {
    font-size: 26px;
    font-weight: 600;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block h3 i {
    color: #ED3237;
    margin-right: 12px;
    font-size: 24px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block .theme-btn {
    margin-left: auto;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block .theme-btn,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block .theme-btn:after {
    background-color: #ED3237;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block .theme-btn:hover,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block .theme-btn:hover:after {
    background-color: #424242;
}
/*=== single-comment ===*/
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment {
    margin-top: 51px;
}
/*=== post__boxed ===*/
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .post__boxed {
    background-color: #f2f0ec;
    padding: 59px 60px 50px 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 55px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .post__boxed .post__boxed-img {
    margin-right: 30px;
    max-width: 102px;
    width: 102px
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .post__boxed .post__boxed-content .post__boxed-title {
    line-height: 24px;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 39px;
    text-transform: capitalize;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .post__boxed .post__boxed-content .post__boxed-desc {
    line-height: 30px;
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .single__comment-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 51px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border-bottom: 2px solid #f2f0ec;
    margin-bottom: 55px;
    padding-bottom: 55px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .avatar-img {
    margin-right: 40px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .comment-body {
    margin-top: -5px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .comment-body .meta-data .comment__author {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .comment-body .meta-data .comment__author .comment__date {
    color: #ED3237;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 10px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .comment-body .comment-content .reply__btn {
    float: right;
    line-height: 35px;
    font-size: 12px;
    font-weight: 800;
    padding: 0 20px 0 25px;
    margin-top: -20px;
    margin-right: 8px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .comment-body .comment-content .comment__text {
    padding-top: 36px;
    line-height: 30px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .form-shared form .textarea {
    height: 230px;
}
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .form-shared form .submit__btn {
    line-height: 50px;
}
/*=============================
    SIDEBAR
=============================*/
.sidebar-shared .side-widget {
    background-color: #f2f0ec;
    padding: 40px 40px 40px 40px;
    margin-bottom: 30px;
}
.sidebar-shared .side-widget:last-child {
    margin-bottom: 0;
}
.sidebar-shared .sidebar-form {
    padding: 0;
}
.sidebar-shared .sidebar-form .form-shared form .form-control {
    background-color: #863bae;
    color: #fff;
    padding: 40px 40px;
}
.sidebar-shared .sidebar-form .form-shared form input[type="text"]:-ms-input-placeholder {
    color: #fff;
    font-size: 18px;
}
.sidebar-shared .sidebar-form .form-shared form input[type="text"]::-ms-input-placeholder {
    color: #fff;
    font-size: 18px;
}
.sidebar-shared .sidebar-form .form-shared form input[type="text"]::placeholder {
    color: #fff;
    font-size: 18px;
}
.sidebar-shared .side-widget .widget__title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;
}
.sidebar-shared .side-widget .author-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.sidebar-shared .side-widget .author-box .author__avatar {
    margin-right: 20px;
    width: 59px;
    height: 59px;
    background-color: #424242;
}
.sidebar-shared .side-widget .author-box .author__detail {
    margin-top: -10px;
}
.sidebar-shared .side-widget .author-box .author__detail .author__meta {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1px;
}
.sidebar-shared .side-widget .author-box .author__detail .author__meta2 {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    font-family: sans-serif;
}
.sidebar-shared .side-widget .author-box .author__detail .author__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}
.sidebar-shared .side-widget .author-box .author__detail .author__title2 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.sidebar-shared .side-widget .author-box .author__detail .author__title2 span {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #ED3237;
    margin-left: 5px;
}
.sidebar-shared .side-widget .author-box .author__detail .author__title a {
    color: #ED3237;
}
.sidebar-shared .side-widget .author-box .author__detail .author__list li {
    margin-bottom: 4px;
}
.sidebar-shared .side-widget .author-box .author__detail .author__list li i {
    color: #f1ae44;
    font-size: 15px;
    margin-right: 7px;
}
.sidebar-shared .side-widget .author-box .author__detail .author__list li:last-child {
    margin-bottom: 0;
}
.sidebar-shared .side-widget .author-box.recent-donate-item {
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 27px;
}
.sidebar-shared .side-widget .author-box.recent-donate-item:last-child {
    border-bottom: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar-shared .side-widget .author-box.recent-donate-item .author__detail {
    margin-top: -5px;
}
/*=== side-cats ===*/
.sidebar-shared .side-widget .side-cats ul li {
    margin-bottom: 12px;
}
.sidebar-shared .side-widget .side-cats ul li:last-child {
    margin-bottom: 0;
}
.sidebar-shared .side-widget .side-cats ul li a {
    color: #818181;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.sidebar-shared .side-widget .side-cats ul li a:hover {
    color: #424242;
}
/*=== side-tags ===*/
.sidebar-shared .side-widget .side-tags ul li {
    margin: 0 10px 10px 0px;
    display: inline-block;
}
.sidebar-shared .side-widget .side-tags ul li:last-child {
    margin-bottom: 0;
}
.sidebar-shared .side-widget .side-tags ul li a {
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    color: #818181;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 35px;
    padding: 0 10px 0 18px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.sidebar-shared .side-widget .side-tags ul li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.sidebar-shared .side-widget .side-tags ul li a:hover,
.sidebar-shared .side-widget .side-tags ul li a:hover:after {
    background-color: #f1ae44;
    color: #fff;
}

/*=== side-share-profile ===*/
.sidebar-shared .side-widget .side-share-profile ul li {
    display: inline-block;
    margin-right: 15px;
}
.sidebar-shared .side-widget .side-share-profile ul li a {
    font-size: 14px;
    background-color: #50bac3;
    color: #fff;
    padding: 0 5px 0 14px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 35px;
}
.sidebar-shared .side-widget .side-share-profile ul li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.sidebar-shared .side-widget .side-share-profile ul li:nth-child(2) a,
.sidebar-shared .side-widget .side-share-profile ul li:nth-child(2) a:after {
    background-color: #ED3237;
}
.sidebar-shared .side-widget .side-share-profile ul li:nth-child(3) a,
.sidebar-shared .side-widget .side-share-profile ul li:nth-child(3) a:after {
    background-color: #f1ae44;
}
.sidebar-shared .side-widget .side-share-profile ul li:nth-child(4) a,
.sidebar-shared .side-widget .side-share-profile ul li:nth-child(4) a:after {
    background-color: #863bae;
}
.sidebar-shared .side-widget .side-share-profile ul li:last-child {
    margin-right: 0;
}

/*=============================
    UPCOMING EVENT AREA
=============================*/
.upcoming-event-area {
    padding-bottom: 0;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag:after {
    background-color: #50bac3;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag2,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag2:after {
    background-color: #ED3237;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag3,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag3:after {
    background-color: #f1ae44;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag4,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag4:after {
    background-color: #863bae;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag {
    padding: 10px 13px 10px 24px;
    text-align: center;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag span {
    display: block;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag .date__num-text {
    font-size: 40px;
    line-height: 35px;
    font-family: "Playfair Display", sans-serif;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag .date__mon-text {
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-inner-content {
    padding-top: 52px;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__title {
    margin-bottom: 0;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list {
    margin-top: 7px;
    margin-bottom: 0;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li {
    padding-left: 14px;
    display: inline-block;
    margin-bottom: 0;
    color: #50bac3;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li.blog__dot-active:after {
    position: absolute;
    content: '.';
    bottom: 3px;
    right: -13px;
    font-size: 18px;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li:first-child {
    padding-left: 0;
}

.upcoming-event-area .blog-content-wrap .blog-content .blog-item2 .blog-inner-content .blog__list li {
    color: #ED3237;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item3 .blog-inner-content .blog__list li {
    color: #f1ae44;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content .blog__list li {
    color: #863bae;
}
.upcoming-event-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content .blog__title a:hover {
    color: #863bae;
}
/*=============================
    UPCOMING EVENT AREA
=============================*/
.upcoming-event-area2 {
    padding-bottom: 90px;
}
.upcoming-event-area2 .blog-content-wrap {
    margin-top: 0;
}
/*=============================
    EVENT DETAIL AREA
=============================*/
.event-detail-area {
    padding-top: 120px;
    padding-bottom: 120px;
}
.event-detail-area .blog-content {
    margin-bottom: 58px;
}
.event-detail-area .blog-content .blog-item .blog-img {
    position: relative;
}
.event-detail-area .blog-content .blog-item .blog-img img {
    width: 100%;
}
.event-detail-area .blog-content .blog-item .blog-img .blog__tag {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #ED3237;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 13px 10px 24px;
    text-align: center;
    line-height: 40px;
    z-index: 1;
}
.event-detail-area .blog-content .blog-item .blog-img .blog__tag:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background-color: #ED3237;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.event-detail-area .blog-content .blog-item .blog-img .blog__tag span {
    display: block;
}
.event-detail-area .blog-content .blog-item .blog-img .blog__tag .date__num-text {
    font-size: 40px;
    line-height: 35px;
    font-family: "Playfair Display", sans-serif;
}
.event-detail-area .blog-content .blog-item .blog-img .blog__tag .date__mon-text {
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
}
/*=== event-detail-content ===*/
.event-detail-area .event-detail-content .event__title {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 35px;
}
.event-detail-area .event-detail-content .event__text {
    line-height: 30px;
    margin-bottom: 30px;
}
.event-detail-area .event-detail-content .event__title2 {
    font-size: 26px;
    font-weight: 600;
}
.event-detail-area .event-detail-content .event-detail-btn {
    margin-top: 50px;
}
/*=== event-detail-sidebar ===*/
.event-detail-area .event-detail-sidebar .event-detail-item {
    background-color: #f2f0ec;
    padding: 40px 40px 40px 40px;
    margin-bottom: 30px;
}
.event-detail-area .event-detail-sidebar .event-detail-item2 {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
}
.event-detail-area .event-detail-sidebar .event-detail-item .event__title {
    font-size: 18px;
    text-transform: capitalize;
    background: #fff;
    color: #424242;
    font-weight: 600;
    padding: 0 30px 0 35px;
    line-height: 49px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.event-detail-area .event-detail-sidebar .event-detail-item .event__title:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.event-detail-area .event-detail-sidebar .event-detail-item .event__list {
    margin-top: 30px;
}
.event-detail-area .event-detail-sidebar .event-detail-item .event__list li {
    color: #ED3237;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 140px;
}
.event-detail-area .event-detail-sidebar .event-detail-item .event__list li:last-child {
    margin-bottom: 0;
}
.event-detail-area .event-detail-sidebar .event-detail-item .event__list li span {
    color: #424242;
    font-size: 16px;
    width: 135px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.event-detail-area .event-detail-sidebar .event-detail-item2 .map-area #map {
    height: 390px;
}
/*=============================
    NEWS DETAIL AREA
=============================*/
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-img {
    position: relative;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: #50bac3;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 0 38px 0 42px;
    line-height: 49px;
    z-index: 1;
    display: inline-block;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__date:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content {
    background-color: transparent;
    padding: 28px 0 0 0;
    margin-bottom: 26px;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__title {
    font-size: 36px;
    margin-bottom: 13px;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 0 10px;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li a {
    color: #ED3237;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li:first-child {
    padding-left: 0;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li:last-child {
   padding-right: 0;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li.blog__dot-active:after {
    position: absolute;
    content: '.';
    top: -2px;
    right: -3px;
    font-size: 16px;
    color: #ED3237;
}
/*== blog-inner-content2 ===*/
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tags {
    border-top: 2px solid #f2f0ec;
    border-bottom: 2px solid #f2f0ec;
    margin-top: 50px;
    padding-top: 45px;
    padding-bottom: 45px;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tags,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-left .news-meta-title {
    font-size: 20px;
    font-weight: 600;
    margin-right: 6px;
    font-family: "Playfair Display", sans-serif;
    color: #424242;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-left a {
    font-size: 12px;
    text-transform: uppercase;
    background: #f1ae44;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 35px;
    padding: 0 20px 0 25px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin: 0 5px;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-left a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background: #f1ae44;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-left a:hover,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-left a:hover:after {
    background-color: #424242;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right {
    margin-left: auto;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li {
    margin-right: 18px;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:last-child {
    margin-right: 0;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li a {
    font-size: 14px;
    background-color: #50bac3;
    color: #fff;
    padding: 0 5px 0 14px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 35px;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:nth-child(2) a,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:nth-child(2) a:after {
    background-color: #ED3237;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:nth-child(3) a,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:nth-child(3) a:after {
    background-color: #f1ae44;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:nth-child(4) a,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:nth-child(4) a:after {
    background-color: #863bae;
}
.news-detail-area .blog-content-wrap .blog-content .blog-item .single-comment {
    margin-top: 60px;
}
.news-detail-area .blog-content-wrap .sidebar-shared .side-widget .author-box {
    align-items: center;
}
.news-detail-area .blog-content-wrap .sidebar-shared .side-widget .author-box .author__detail .author__title2 {
    margin-top: 0;
    margin-bottom: 0;
}
.news-detail-area .blog-content-wrap .sidebar-shared .side-widget .author-box .author__detail .author__title a {
    color: #424242;
    line-height: 28px;
    display: block;
}
.news-detail-area .blog-content-wrap .sidebar-shared .side-widget .author-box .author__detail .author__title a:hover {
    color: #ED3237;
}
/*===================================
    CLIENTLOGO AREA
=====================================*/
.clientlogo-area {
    padding-top: 118px;
    padding-bottom: 110px;
    text-align: center;
}
.clientlogo-area .client-logo .owl-item .client-logo-item {
    display: inline-block;
}
.clientlogo-area .client-logo .owl-item .client-logo-item img {
    opacity: 0.4;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.clientlogo-area .client-logo .owl-item .client-logo-item img:hover {
    opacity: 60;
}
/*===================================
    CLIENTLOGO AREA
=====================================*/
.clientlogo-area2 {
    background-color: #f2f0ec;
    padding-top: 148px;
    padding-bottom: 141px;
}

/*===================================
    HELPING-AREA
=====================================*/
.helping-area {
    background-image: none;
    background-color: #f2f0ec;
    background-attachment: inherit;
    background-size: inherit;
    background-position: inherit;
}
.helping-area:after {
    display: none;
}
.helping-area .mixer-heading .section__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 49px;
    font-weight: 600;
}
.helping-area .helping-item {
    margin-right: 80px;
}
.helping-area .helping-item .helping-box {
    display: inline-block;
    position: relative;
    width: 88%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    color: #fff;
    z-index: 1;
    background-color: #50bac3;
    text-align: center;
}

.sec-to .helping-box {
    display: inline-block;
    position: relative;
    width: 88%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    color: #fff;
    z-index: 1;
    background-color: #50bac3;
    text-align: center;
}

.sec-to .helping-box i {
    font-size: 45px;
    line-height: 45px;
}
.sec-to .helping-box h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 9px;
}


.sec-to .helping-box:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-11deg,0deg);
    -moz-transform: skew(-11deg,0deg);
    -ms-transform: skew(-11deg,0deg);
    -o-transform: skew(-11deg,0deg);
    transform: skew(-11deg,0deg);

}






.helping-area .helping-item .helping-box i {
    font-size: 45px;
    line-height: 45px;
}
.helping-area .helping-item .helping-box h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 9px;
}
.helping-area .helping-item .helping-box:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-11deg,0deg);
    -moz-transform: skew(-11deg,0deg);
    -ms-transform: skew(-11deg,0deg);
    -o-transform: skew(-11deg,0deg);
    transform: skew(-11deg,0deg);

}
.helping-area .helping-item .helping-box2,
.helping-area .helping-item .helping-box2:after{
    background-color: #ED3237;
}
.helping-area .helping-item .helping-box3,
.helping-area .helping-item .helping-box3:after{
    background-color: #f1ae44;
}
.helping-area .helping-item .helping-box4,
.helping-area .helping-item .helping-box4:after {
    background-color: #863bae;
}
.helping-area .helping-item .helping-box5,
.helping-area .helping-item .helping-box5:after {
    background-color: #424242;
}














.sec-to-top .section__title{
	color:#ffffff;
}





.sec-to-top .helping-item {
    margin-right: 30px;
}
.sec-to-top .helping-item .helping-box {
    display: inline-block;
    position: relative;
    width: 88%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    color: #fff;
    z-index: 1;
    background-color: #50bac3;
    text-align: center;
}

.sec-to-top .helping-item .helping-box {
    display: inline-block;
    position: relative;
    width: 88%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    color: #fff;
    z-index: 1;
    background-color: #50bac3;
    text-align: center;
}

.sec-to-top .helping-item .helping-box i {
    font-size: 45px;
    line-height: 45px;
}
.sec-to-top .helping-item .helping-box h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 9px;
}


.sec-to-top .helping-item .helping-box:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-11deg,0deg);
    -moz-transform: skew(-11deg,0deg);
    -ms-transform: skew(-11deg,0deg);
    -o-transform: skew(-11deg,0deg);
    transform: skew(-11deg,0deg);

}






.sec-to-top .helping-item .helping-box i {
    font-size: 45px;
    line-height: 45px;
}
.sec-to-top .helping-item .helping-box h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 9px;
}
.sec-to-top .helping-item .helping-box:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-11deg,0deg);
    -moz-transform: skew(-11deg,0deg);
    -ms-transform: skew(-11deg,0deg);
    -o-transform: skew(-11deg,0deg);
    transform: skew(-11deg,0deg);

}
.sec-to-top .helping-item .helping-box2,
.sec-to-top .helping-item .helping-box2:after{
    background-color: #ED3237;
}
.sec-to-top .helping-item .helping-box3,
.sec-to-top .helping-item .helping-box3:after{
    background-color: #f1ae44;
}
.sec-to-top .helping-item .helping-box4,
.sec-to-top .helping-item .helping-box4:after {
    background-color: #863bae;
}
.sec-to-top .helping-item .helping-box5,
.sec-to-top .helping-item .helping-box5:after {
    background-color: #424242;
}





.helping-area .helping-text-box {
    margin-top: -7px;
}
.helping-area .helping-text-box .helping__text {
   line-height: 30px;
}
/*===================================
    HELPING-AREA 2
=====================================*/
.helping-area2 {
    padding-top: 100px;
}
.helping-area2 .fun-content {
    margin-right: 70px;
    padding-bottom: 45px;
    border-bottom: 2px solid #f2f0ec;
}
.helping-area2 .fun-content .fun-item {
   padding-left: 0;
    margin-bottom: 0;
    border-bottom: none;
    margin-right: 0;
    padding-bottom: 58px;
}
.helping-area2 .fun-content .fun-item img {
    width: 100%;
}
.helping-area2 .fun-content .section-heading .section__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
}
.helping-area2 .fun-content .section-heading .section__desc {
    line-height: 30px;
}
/*=== helping-form ===*/
.helping-area2 .helping-form {
    background-color: #863bae;
    padding: 120px 0 120px 120px;
    position: relative;
    z-index: 1;
    margin-top: -361px;
}
.helping-area2:after {
    background-color: #863bae;
    margin-top: -261px;
    height: 954px;
}
.helping-area2 .helping-form .form-shared {
    margin-top: 51px;
}
/*===================================
    CAT AREA
=====================================*/
.cat-area {
    background-color: transparent;
    padding-top: 0;
}
.cat-area .helping-item {
    margin-top: 51px;
    margin-right: 0;
}
.cat-area .helping-item .helping-box {
    width: 75%;
    padding-top: 42px;
    padding-bottom: 42px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.cat-area .helping-item .helping-box i {
    font-size: 60px;
    line-height: 50px;
}
.cat-area .helping-item .helping-box:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.05);
}
.cat-area .helping-item .helping-cat-item h4 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 15px;
}
.cat-area .helping-item .helping-cat-item h4 a {
    color: #424242;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.cat-area .helping-item .helping-cat-item h4 a:hover {
    color: #f1ae44;
}
/*=============================
   GALLERY AREA
 =============================*/
.gallery-area {
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 112px;
}
.gallery-area:before,
.gallery-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 525px;
    background-color: rgba(66, 66, 66, 0.94);
}
.gallery-area:after {
    background-image: url(http://oneclicktestsolution.com/images/mixer-bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.gallery-area .container {
    max-width: 1430px;
}
.gallery-area .section-heading .section__meta {
    color: #bfbfbf;
}
.gallery-area .gallery-wrap {
    margin-top: 51px;
}
.gallery-area .gallery-wrap .gallery-item,
.gallery-area2 .gallery-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.gallery-area .gallery-wrap .gallery-item:after,
.gallery-area2 .gallery-item:after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: -87px;
    background-color: rgba(134, 59, 174, 0.90);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-11deg,0deg);
    -moz-transform: skew(-11deg,0deg);
    -ms-transform: skew(-11deg,0deg);
    -o-transform: skew(-11deg,0deg);
    transform: skew(-11deg,0deg);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
}
.gallery-area .gallery-wrap .gallery-item:hover:after,
.gallery-area2 .gallery-item:hover:after {
    width: 100%;
}
.gallery-area .gallery-wrap .gallery-item:hover:after,
.gallery-area .gallery-wrap .gallery-item:hover a,
.gallery-area2 .gallery-item:hover:after,
.gallery-area2 .gallery-item:hover a {
    opacity: 1;
    visibility: visible;
}
.gallery-area .gallery-wrap .gallery-item img {
    width: 100%;
}
.gallery-area .gallery-wrap .gallery-item a,
.gallery-area2 .gallery-item a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 40px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.gallery-area .gallery-wrap .gallery-item .gallery-icon,
.gallery-area2 .gallery-item .gallery-icon {
    position: relative;
    width: 30px;
    height: 2px;
    display: inline-block;
}
.gallery-area .gallery-wrap .gallery-item .gallery-icon:before,
.gallery-area .gallery-wrap .gallery-item .gallery-icon:after,
.gallery-area2 .gallery-item .gallery-icon:before,
.gallery-area2 .gallery-item .gallery-icon:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
}
.gallery-area .gallery-wrap .gallery-item .gallery-icon:after,
.gallery-area2 .gallery-item .gallery-icon:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.gallery-area .gallery-carousel .owl-dots {
    width: 100%;
    margin-top: 58px;
    text-align: center;
}
.gallery-area .gallery-carousel .owl-dots div {
    width: 11px;
    height: 16px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #c6c6c6;
    display: inline-block;
    opacity: .4;
    filter: alpha(opacity=40);
    position: relative;
    border: none;
    padding: 0;
    z-index: 1;
}
.gallery-area .gallery-carousel .owl-dots div:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #c6c6c6;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-25deg,0deg);
    -moz-transform: skew(-25deg,0deg);
    -ms-transform: skew(-25deg,0deg);
    -o-transform: skew(-25deg,0deg);
    transform: skew(-25deg,0deg)
}
.gallery-area .gallery-carousel .owl-dots div.active,
.gallery-area .gallery-carousel .owl-dots div:hover,
.gallery-area .gallery-carousel .owl-dots div:hover:after,
.gallery-area .gallery-carousel .owl-dots div.active:after {
    background-color: #424242;
    opacity: 1;
}
/*=============================
   GALLERY AREA
 =============================*/
.gallery-area2 {
    padding-top: 120px;
    padding-bottom: 90px;
}
.gallery-area2 .gallery-item {
    margin-bottom: 30px;
    position: relative;
}
.gallery-area2 .gallery-item img {
    width: 100%;
}
.gallery-area2 .gallery-item:after {
    left: -76px;
}
/*=============================
   PACKAGE AREA
 =============================*/
.package-area {
    background-color: #f2f0ec;
    padding-top: 120px;
    padding-bottom: 90px;
}
.package-area .package-content {
    margin-top: 51px;
    margin-right: 40px;
}
.package-area .package-content .package__img {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 51px;
}
.package-area .package-content .package__img img {
    width: 100%;
}
.package-area .package-content .package__img img:nth-child(1) {
    margin-right: 20px;
}
.package-area .package-content .package__desc {
    line-height: 30px;
}

/*=== package-item ===*/
.package-area .package-price-wrap .package-item {
    background-color: #fff;
    padding: 80px 60px 60px 60px;
    position: relative;
    margin-bottom: 30px;
}
.package-area .package-price-wrap .package-item .package-top {
    border-bottom: 2px solid #f2f0ec;
    padding-bottom: 20px;
    margin-bottom: 22px;
}
.package-area .package-price-wrap .package-item .package-top .package__meta {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #424242;
    color: #fff;
    padding: 4px 20px 4px 25px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 30px;
    z-index: 1;
    font-weight: 600;
}
.package-area .package-price-wrap .package-item .package-top .package__meta:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #424242;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.package-area .package-price-wrap .package-item .package-top .package__price li .price__text {
    font-size: 36px;
    color: #50bac3;
    font-weight: 800;
    font-family: "Playfair Display", sans-serif;
}
.package-area .package-price-wrap .package-item .package-top .package__price li .year__text {
    font-size: 12px;
    text-transform: uppercase;
    color: #ED3237;
    font-weight: 600;
}
.package-area .package-price-wrap .package-item .package-bottom .package__list {
    border-bottom: 2px solid #f2f0ec;
    padding-bottom: 26px;
    margin-bottom: 30px;
}
.package-area .package-price-wrap .package-item .package-bottom .package__list li {
    margin-bottom: 15px;
}
.package-area .package-price-wrap .package-item .package-bottom .package__list li:last-child {
    margin-bottom: 0;
}
/*=============================
   TEAM AREA
 =============================*/
.team-area {
    padding-top: 119px;
    padding-bottom: 90px;
}
.team-area .team-content-wrap {
    margin-top: 51px;
}
.team-area .team-content-wrap .team-item {
    margin-bottom: 30px;
}
.team-area .team-content-wrap .team-item .team__img {
    margin-bottom: 10px;
    position: relative;
}
.team-area .team-content-wrap .team-item .team__img img {
    width: 100%;
}
.team-area .team-content-wrap .team-item .team__img .team__img-links {
    position: absolute;
    bottom: -10px;
    z-index: 1;
    padding: 25px 0 15px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    text-align: center;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(0,0,0,.03)),to(rgba(0,0,0,0.99)));
    background: linear-gradient(to bottom,rgba(0,0,0,.03) 20%,rgba(0,0,0,0.99) 100%);
    opacity: 0;
    visibility: hidden;
}
.team-area .team-content-wrap .team-item:hover .team__img .team__img-links {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.team-area .team-content-wrap .team-item .team__img .team__img-links ul li {
    display: inline-block;
    font-size: 14px;
}
.team-area .team-content-wrap .team-item .team__img .team__img-links ul li a {
    display: block;
    color: #fff;
    margin: 0 10px;
}
.team-area .team-content-wrap .team-item .team__img .team__img-links ul li a:hover {
    color: #f1ae44;
}
.team-area .team-content-wrap .team-item .team__title {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-bottom: 20px;
}
.team-area .team-content-wrap .team-item .team__title:before,
.team-area .team-content-wrap .team-item .team__title:after {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    right: 40px;
    z-index: -1;
    background-color: #50bac3;
}
.team-area .team-content-wrap .team-item .team__title:after {
    right: 21px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}

.team-area .team-content-wrap .team-item .team__title .team__title-title {
   font-size: 20px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 2px;
}
.team-area .team-content-wrap .team-item .team__title .team__title-title a {
    color: #fff;
}
.team-area .team-content-wrap .team-item .team__title .team__title-meta {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}
.team-area .team-content-wrap .team-item2 .team__title:before,
.team-area .team-content-wrap .team-item2 .team__title:after {
    background-color: #ED3237;
}
.team-area .team-content-wrap .team-item3 .team__title:before,
.team-area .team-content-wrap .team-item3 .team__title:after {
    background-color: #f1ae44;
}
.team-area .team-content-wrap .team-item4 .team__title:before,
.team-area .team-content-wrap .team-item4 .team__title:after {
    background-color: #863bae;
}
/*=============================
   TEAM AREA 2
 =============================*/
.team-area2 .team-content-wrap {
    margin-top: 0;
}
/*=============================
   SPONSOR AREA
 =============================*/
.sponsor-area {
    padding-top: 120px;
    padding-bottom: 120px;
}
.sponsor-area .sponsor-wrap {
    border-bottom: 2px solid #f2f0ec;
    padding-bottom: 57px;
    margin-bottom: 57px;
}
.sponsor-area .sponsor-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: transparent;
}
.sponsor-area .sponsor-wrap .logo-item {
    position: relative;
    z-index: 1;
    background-color: #50bac3;
    padding-top: 66px;
    padding-bottom: 66px;
    margin-right: 35px;
    padding-left: 5px;
    text-align: center;
}
.sponsor-area .sponsor-wrap .logo-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.sponsor-area .sponsor-wrap .logo-item2,
.sponsor-area .sponsor-wrap .logo-item2:after {
    background-color: #ED3237;
}
.sponsor-area .sponsor-wrap .logo-item3,
.sponsor-area .sponsor-wrap .logo-item3:after {
    background-color: #f1ae44;
}
.sponsor-area .sponsor-wrap .logo-item4,
.sponsor-area .sponsor-wrap .logo-item4:after {
    background-color: #863bae;
}
.sponsor-area .sponsor-wrap .logo-item5,
.sponsor-area .sponsor-wrap .logo-item5:after {
    background-color: #424242;
}
.sponsor-area .sponsor-wrap .sponsor-item {
    padding-left: 25px;
}
.sponsor-area .sponsor-wrap .sponsor-item .sponsor__title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 6px;
    margin-top: -6px;
}
.sponsor-area .sponsor-wrap .sponsor-item .sponsor__meta {
    font-size: 14px;
    color: #ED3237;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.sponsor-area .sponsor-wrap .sponsor-item .sponsor__text {
    line-height: 30px;
    margin-top: 34px;
}

/*===================================
    BLOG AREA
=====================================*/
.blog-area {
    padding-top: 120px;
    padding-bottom: 60px;
}
.blog-area .recent-post-wrap {
    margin-top: 51px;
}
.blog-area .recent-post-wrap .recent-item {
    margin-bottom: 60px;
}
.blog-area .recent-post-wrap .recent-item .recent__img {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: #50bac3;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 0 25px 0 30px;
    line-height: 49px;
    z-index: 1;
    display: inline-block;
}
.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date2,
.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date2:after {
    background-color: #ED3237;
}
.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date3,
.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date3:after {
    background-color: #f1ae44;
}
.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date4,
.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date4:after {
    background-color: #863bae;
}

.blog-area .recent-post-wrap .recent-item .recent__img img {
    width: 100%;
}
.blog-area .recent-post-wrap .recent-item .news__content .news__content-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 9px;
}
.blog-area .recent-post-wrap .recent-item .news__content .news__content-title a {
    color: #424242;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.blog-area .recent-post-wrap .recent-item .news__content .news__content-title a:hover {
    color: #f1ae44;
}
.blog-area .recent-post-wrap .recent-item .news__content .news__content-list {
    margin-bottom: 30px;
}
.blog-area .recent-post-wrap .recent-item .news__content .news__content-list li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 0 10px;
}
.blog-area .recent-post-wrap .recent-item .news__content .news__content-list li:first-child {
    padding-left: 0;
}
.blog-area .recent-post-wrap .recent-item .news__content .news__content-list li:last-child {
   padding-right: 0;
}
.blog-area .recent-post-wrap .recent-item .news__content .news__content-list li.news__content-active__dot:after {
    position: absolute;
    content: '.';
    top: -2px;
    right: -5px;
    font-size: 16px;
    color: #ED3237;
}
.blog-area .recent-post-wrap .recent-item .news__content .news__content-list li a {
    color: #ED3237;
}
.blog-area .recent-post-wrap .recent-item .news__content .news__content-text {
    line-height: 30px;
    margin-bottom: 32px;
}
/*=== recent-post-wrap ===*/
.blog-area .recent-post-wrap .third-recent-box {
    background-color: #f2f0ec;
    padding: 60px 60px 60px 60px;
}
.blog-area .recent-post-wrap .third-recent-box .third-recent-item li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 60px;
}
.blog-area .recent-post-wrap .third-recent-box .third-recent-item li:last-child {
    margin-bottom: 0;
}
.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__img {
    margin-right: 30px;
}
.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__content {
    margin-top: -9px;
}
.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__content span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ED3237;
}
.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__content h4 {
    font-size: 22px;
    font-weight: 800;
    line-height: 32px;
    margin-top: 10px;
}
.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__content h4 a {
    color: #424242;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__content h4 a:hover {
    color: #ED3237;
}
/*===================================
    BLOG AREA
=====================================*/
.blog-area2 .recent-post-wrap {
   margin-top: 0;
}

/*=============================
   MAP AREA
=============================*/
.map-area #map {
    width: 100%;
    height: 540px;
}
.map-area #map .gm-style .gmnoprint,
.map-area #map .gm-style button.gm-control-active.gm-fullscreen-control,
.map-area #map .gm-style .gm-style-cc {
    display: none;
}
/*=============================
   CTA AREA
=============================*/
.cta-area {
    padding-top: 55px;
    padding-bottom: 60px;
    background-color: #50bac3;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.cta-area:after {
    content: "";
    position: absolute;
    display: block;
    width: 51%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #863bae;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.cta-area .cta-item .cta__title {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 34px;
}
/*=============================
   CTA AREA 2
=============================*/
.cta-area2 {
    padding-top: 110px;
    padding-bottom: 120px;
    background-color: #f1ae44;
    position: relative;
    z-index: 1;
    overflow: inherit;
}
.cta-area2:after {
    content: "";
    position: absolute;
    display: block;
    width: 412px;
    height: 358px;
    top: 50%;
    left: 50%;
    z-index: -1;
    background-color: transparent;
    -webkit-transform-origin: inherit;
    transform-origin: inherit;
    -webkit-transform: skew(0deg,0deg) translate(-50%, -50%);
    -moz-transform: skew(0deg,0deg) translate(-50%, -50%);
    -ms-transform: skew(0deg,0deg) translate(-50%, -50%);
    -o-transform: skew(0deg,0deg) translate(-50%, -50%);
    transform: skew(0deg,0deg) translate(-50%, -50%);
    background-image: url("http://oneclicktestsolution.com/images/volunteer-icon.png");
    background-size: cover;
    background-position: center;
}
.cta-area2 .cta-item .cta__title {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 18px;
}
.cta-area2 .cta-item .cta__desc {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 52px;
    letter-spacing: 0.1px;
}
.cta-area2 .cta-item .theme-btn,
.cta-area2 .cta-item .theme-btn:after {
    background-color: #424242;
}
.cta-area2 .cta-item .theme-btn:hover,
.cta-area2 .cta-item .theme-btn:hover:after {
    background-color: #ED3237;
}
/*=============================
   contact-area
 =============================*/
.contact-area {
    padding-top: 120px;
    padding-bottom: 120px;
}
.contact-area .section__desc {
    line-height: 30px;
    margin-top: 43px;
    padding-right: 30px;
}
.contact-area .section__list {
    margin-top: 39px;
}
.contact-area .section__list li {
    display: inline-block;
    margin-right: 15px;
}
.contact-area .section__list li a {
    font-size: 14px;
    background-color: #50bac3;
    color: #fff;
    padding: 0 5px 0 14px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 35px;
}
.contact-area .section__list li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.contact-area .section__list li:nth-child(2) a,
.contact-area .section__list li:nth-child(2) a:after {
    background-color: #ED3237;
}
.contact-area .section__list li:nth-child(3) a,
.contact-area .section__list li:nth-child(3) a:after {
    background-color: #f1ae44;
}
.contact-area .section__list li:nth-child(4) a,
.contact-area .section__list li:nth-child(4) a:after {
    background-color: #863bae;
}

.contact-area .contact-detail-action {
    margin-top: 120px;
}
.contact-area .contact-detail-action .contact-item {
    background-color: #50bac3;
    padding: 52px 30px 50px 60px;
    height: 270px;
    position: relative;
    z-index: 1;
    margin-right: 57px;
}
.contact-area .contact-detail-action .contact-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.contact-area .contact-detail-action .contact-item2,
.contact-area .contact-detail-action .contact-item2:after {
    background-color: #ED3237;
}
.contact-area .contact-detail-action .contact-item3,
.contact-area .contact-detail-action .contact-item3:after {
    background-color: #f1ae44;
}
.contact-area .contact-detail-action .contact-item .contact__title {
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 40px;
}
.contact-area .contact-detail-action .contact-item .contact__desc {
    color: #fff;
    line-height: 30px;
    font-weight: 500;
}
.contact-area .form-shared form .textarea {
    height: 170px;
}
/*=============================
   FORM-SHARED
 =============================*/
.form-shared form {
    position: relative;
}
.form-shared form .form-group {
    margin-bottom: 20px;
}
.form-shared form .form-control,
.form-shared form .textarea,
.form-shared form .select-option {
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: #f2f0ec;
    color: #818181;
    padding: 19px 30px;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    font-weight: 500;
    font-size: 16px;
    outline: none;
}
.form-shared form .select-group {
    position: relative;
}
.form-shared form .select-group:after {
    position: absolute;
    content: "\f0d7";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    font-family: "fontAwesome";
    font-size: 14px;
    color: #818181;
    pointer-events: none;
    display: inline-block;
}
.form-shared form .select-option {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding-top: 18px;
    padding-bottom: 18px;
    cursor: pointer;
}
.form-shared form .textarea {
    height: 138px;
}
.form-shared form .search-submit {
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    background-color: transparent;
    color: #232323;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.form-shared form .search-submit:hover {
    color: #1762f0;
}
.form-shared form .submit__btn {
    margin-top: -8px;
    line-height: 60px;
}

/*=============================
   contact-form-area
 =============================*/
.contact-form-area {
    padding-top: 120px;
    padding-bottom: 120px;
}
.contact-form-area .form-shared-wrap {
    margin-top: 51px;
}
.contact-form-area .form-shared-wrap .form-shared-content .form-img {
    margin-bottom: 23px;
}
.contact-form-area .form-shared-wrap .form-shared-content .form-img img {
    width: 100%;
}
.contact-form-area .form-shared-wrap .form-shared-content .form-content .form__title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}
.contact-form-area .form-shared-wrap .form-shared-content .form-content .form__desc {
    line-height: 30px;

}
.contact-form-area .form-shared-wrap .form-shared-content .form-content .form__list {
    margin-top: 30px;
}
.contact-form-area .form-shared-wrap .form-shared-content .form-content .form__list li {
    margin-bottom: 17px;
}
.contact-form-area .form-shared-wrap .form-shared-content .form-content .form__list li i {
    color: #ED3237;
    font-size: 14px;
    margin-right: 4px;
}
.contact-form-area .form-shared-wrap .form-shared-content .form-content .form__list li:last-child {
    margin-bottom: 0;
}
.contact-form-area .form-shared-wrap .form-shared-content .form-content .contact-us-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border-top: 2px solid #f2f0ec;
    border-bottom: 2px solid #f2f0ec;
    margin-top: 52px;
    padding-top: 40px;
    padding-bottom: 38px;
}
.contact-form-area .form-shared-wrap .form-shared-content .form-content .contact-us-box .contact__item h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}
.contact-form-area .form-shared-wrap .form-shared-content .form-content .contact-us-box .contact__item a {
    color: #ED3237;
    font-size: 18px;
}
.contact-form-area .form-shared-wrap .form-shared-content .form-content .contact-us-box .contact__item2 {
    margin-left: auto;
    padding-right: 57px;
}
.contact-form-area .form-shared-wrap .form-shared form .textarea {
    height: 240px;
}

/*===================================
     DONATE AREA 2
 =====================================*/
.donate-area2 {
    padding-top: 110px;
    padding-bottom: 66px;
}
.donate-area2 .donate-content-wrap .donate-item {
    margin-bottom: 53px;
}
.donate-area2 .donate-content-wrap .donate-item .donate__title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 35px;
}
.donate-area2 .donate-content-wrap .donate-item .form-shared form .yellow-form {
    position: relative;
}
.donate-area2 .donate-content-wrap .donate-item .form-shared form .yellow-form .form-control {
    background-color: #f1ae44;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    color: #fff;
    font-size: 50px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 800;
}
.donate-area2 .donate-content-wrap .donate-item .form-shared form .yellow-form span {
    position: absolute;
    top: 50%;
    left: 30px;
    color: #fff;
    font-size: 70px;
    font-family: "Playfair Display", sans-serif;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 70px;
}
.donate-area2 .donate-content-wrap .donate-item .form-shared form .yellow-form span.number-symble {
    left: auto;
    right: 30px;
    top:42%;
}
.donate-area2 .donate-content-wrap .donate-item .form-shared form .form-control {
    font-weight: 400;
}
.donate-area2 .donate-content-wrap .donate-item .form-shared form .textarea {
    height: 230px;
}
.donate-area2 .donate-content-wrap .donate-item .form-shared form .submit__btn {
    margin-top: 0;
    line-height: 50px;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content {
    padding: 0;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-img img {
    width: 100%;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .barfiller .tip,
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .barfiller .tip:before,
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .barfiller .fill:after {
    background: #ED3237;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .barfiller .tip:after {
    border-top-color: #ED3237;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content {
    padding: 44px 60px 54px 60px;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__title a {
    color: #424242;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__list li {
    color: #424242;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 30px;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__list li i {
    font-size: 22px;
    position: absolute;
    top: 2px;
    left: 0;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__list li i.fa-line-chart {
    font-size: 18px;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__list li span {
    color: #ED3237;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__desc {
   margin-top: 27px;
}






/*===================================
    barfiller
=====================================*/
.barfiller {
    width:100%;
    height:10px;
    background-color: #fff;
    position:relative;
}
.barfiller .fill {
    display:block;
    position:relative;
    width:0px;
    height:100%;
    background:#333;
    z-index:1;
}
.barfiller .fill:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background: #f1ae44;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-8deg,0deg);
    -moz-transform: skew(-8deg,0deg);
    -ms-transform: skew(-8deg,0deg);
    -o-transform: skew(-8deg,0deg);
    transform: skew(-8deg,0deg);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.barfiller .tipWrap {
    display:none;
}
.barfiller .tip {
    margin-top: -37px;
    padding: 0px 5px 0px 10px;
    font-size: 11px;
    color: #fff;
    left: 0;
    position: absolute;
    z-index: 2;
    background-color: #f1ae44;
    font-weight: 600;
}
.barfiller .tip:after {
    content: "";
    border: 6px solid transparent;
    border-top-color: #f1ae44;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -6px;
}
.barfiller .tip:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background: #f1ae44;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-8deg,0deg);
    -moz-transform: skew(-8deg,0deg);
    -ms-transform: skew(-8deg,0deg);
    -o-transform: skew(-8deg,0deg);
    transform: skew(-8deg,0deg);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

/*===================================
    FOOTER AREA
=====================================*/
/*==== newsletter-area ===*/
.newsletter-area .section-heading .section__meta {
    color: #f1ae44;
}
.newsletter-area .newsletter-form {
    margin-top: 51px;
}
.newsletter-area .newsletter-form .col-lg-9 {
    padding-right: 0;
    padding-left: 0;
}
.newsletter-area .newsletter-form .form-shared form .form-group {
    margin-bottom: 0;
}
.newsletter-area .newsletter-form .form-shared form .form-group .form-control {
    background-color: #343434;
    color: #bfbfbf;
}
.newsletter-area .newsletter-form .form-shared form .submit__btn,
.newsletter-area .newsletter-form .form-shared form .submit__btn:after {
    margin-top: 0;
    background-color: #ED3237;
}
.newsletter-area .newsletter-form .form-shared form .submit__btn:hover,
.newsletter-area .newsletter-form .form-shared form .submit__btn:hover:after {
    background-color: #f1ae44;
}

/*==== footer-area ===*/
.footer-area {
    background-image: url("http://oneclicktestsolution.com/images/footer-bg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    overflow: hidden;
}
.footer-area .footer-top {
    padding-top: 92px;
    padding-bottom: 100px;
}
.footer-area .footer-widget-wrap .footer-item a,
.footer-area .footer-widget-wrap .footer-item p,
.footer-area .footer-widget-wrap .footer-item ul li {
    color: #bfbfbf;
    font-size: 16px;
    line-height: 38px;
    font-weight: 400;
    position: relative;
}
.footer-area .footer-widget-wrap .footer-item ul li a {
    display: inline-block;
}
.footer-area .footer-widget-wrap .footer-item ul li a:after {
    position: absolute;
    content: '';
    bottom: 7px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #f1ae44;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.footer-area .footer-widget-wrap .footer-item ul li a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}
.footer-area .footer-widget-wrap .footer-item a {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-transform: capitalize;
}
.footer-area .footer-widget-wrap .footer-item a:hover {
    color: #f1ae44;
}
.footer-area .footer-widget-wrap .footer-item {
    position: relative;
}
.footer-area .footer-widget-wrap .footer-item .widget__title {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 23px;
}
.footer-area .footer-widget-wrap .footer-item .footer__social {
    margin-top: 29px;
}
.footer-area .footer-widget-wrap .footer-item .footer__social ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-area .footer-widget-wrap .footer-item .footer__social ul li:last-child {
    margin-right: 0;
 }
.footer-area .footer-widget-wrap .footer-item .footer__social ul li a {
    font-size: 14px;
    background-color: #50bac3;
    color: #fff;
    padding: 0 5px 0 14px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 35px;
}
.footer-area .footer-widget-wrap .footer-item .footer__social ul li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}

.footer-area .footer-widget-wrap .footer-item .footer__social ul li:nth-child(2) a,
.footer-area .footer-widget-wrap .footer-item .footer__social ul li:nth-child(2) a:after {
    background-color: #ED3237;
}
.footer-area .footer-widget-wrap .footer-item .footer__social ul li:nth-child(3) a,
.footer-area .footer-widget-wrap .footer-item .footer__social ul li:nth-child(3) a:after {
    background-color: #f1ae44;
}
.footer-area .footer-widget-wrap .footer-item .footer__social ul li:nth-child(4) a,
.footer-area .footer-widget-wrap .footer-item .footer__social ul li:nth-child(4) a:after {
    background-color: #863bae;
}
/*=== footer-copyright===*/
.footer-area .footer-copyright {
    text-align: center;
    border-top: 2px solid #555555;
    padding-top: 45px;
    padding-bottom: 45px;
}
.footer-area .footer-copyright .copyright-desc {
    font-size: 16px;
    color: #bfbfbf;
}
.footer-area .footer-copyright .copyright-desc a {
    color: #bfbfbf;
    position: relative;
    z-index: 1;
}
.footer-area .footer-copyright .copyright-desc a:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #f1ae44;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.footer-area .footer-copyright .copyright-desc a:hover {
    color: #f1ae44;
}
.footer-area .footer-copyright .copyright-desc a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}
/*=== back to top ===*/
#back-to-top {
    position: fixed;
    right: -150px;
    bottom: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    color: #424242;
    font-size: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ddd;
}
#back-to-top:hover {
    background-color: #f1ae44;
    color: #fff;
    border-color: #f1ae44;
}
#back-to-top.back-btn-shown {
    right: 30px;
    opacity: 1;
    visibility: visible;
}
.modalContent p:nth-child(3){
    padding:20px !important;
    background:#ffffff !important;
}
@media (max-width:500px){
.modalPopup {
    position: absolute;
    top: 50%;
    left: 40% !important;
    transform: translate(-50%, -50%);
    width: 40%;
    padding: 0 0 30px;
}

    
}
@media (min-width:800px){
	.mob-side{
		display:none;
	}
}










.helth img{
	width:100px;
	height:100px;
}



.side-buttons{
	text-align:center;
}

.side-buttons a{
	padding: 10px 20px;
    background: #ed3237;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    transition: 1s; 
}

.side-buttons a:hover{
	background-color:#667a62;
	transition:1s;
	color:#ffffff;
}





.tp{
	margin-top:60px;
}
.buttons{
	text-align:left !important;
}
.buttons a{
    padding: 10px 20px;
    background: #ed3237;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    transition: 1s; 
}	

.buttons a:hover{
	background-color:#667a62;
	transition:1s;
	color:#ffffff;
}

.amount{
	color:#ed3237;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	
}


.side-main_bx{
	padding:50px 20px;
	border-radius:5px;
	box-sizing:border-box;
	background:#f2f0ec;
	border-bottom:2px solid #fff;
}

.side-main_bx .icn-side{
	text-align:center !important;
}

.side-main_bx h2{
	text-align:center !important;
}

.make-donat-img img{
	border-radius:10px;
	filter:brightness(80%);
	width:100%;
}
.build-mosq img{
	width:100%;
}

.build-amosq{
	padding-bottom:70px;
	padding-top:120px;
}

.transparen a{
	background:transparent !important;
	color:#ed3237;
	font-weight:bold;
}


.transparen a:hover{
	color:#ed3237;
}



.three-boxes {
    position: relative;
    display: block;
    
}

.three-boxes__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.three-boxes__single-inner {
    position: relative;
    display: block;
    width: 100%;
}

.three-boxes__single-top {
    position: relative;
    display: block;
    width: 100%;
}

.three-boxes_img {
    position: relative;
    display: block;
}

.three-boxes_img img {
    width: 100%;
    border-radius: 6px;
}



.three-boxes__content {
    position: relative;
    display: block;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    border-radius: 6px;
    padding: 32px 0;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -20px;
}

.three-boxes__content h3 {
    font-size: 24px;
    font-family: arial;
    font-weight: 500;
    line-height: 34px;
}

.three-boxes__sinlge-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: scaleX(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.three-boxes__single:hover .three-boxes__sinlge-hover {
    transform: scaleX(1);
}

.three-boxes__sinlge-hover__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.three-boxes__sinlge-hover__img:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 157, 0, .90);
    content: "";
    border-radius: 6px;
    z-index: 1;
}


.three-boxes__sinlge-hover__img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.three-boxes__single-hover__content {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 70px;
}

.three-boxes__single-hover__content-iocn span {
    font-size: 65px;
    color: #ffffff;
    line-height: 65px;
}

.three-boxes__single-hover__content h3 {
    font-size: 24px;
    color: #ffffff;
    font-family: arial;
    line-height: 30px;
    font-weight: 500;
    margin-top: 11px;
    margin-bottom: 20px;
}

.three-boxes__single-hover__content h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.three-boxes__single-hover__content h3 a:hover {
    color: #667a62;
}

.three-boxes__single-hover__content-text {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}


















.welcome-two {
    position: relative;
    display: block;
    padding: 80px 0 100px;
}

.welcome-two-hand {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 327px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.03;
}

.welcome-two__left {
    position: relative;
    display: block;
}

.welcome-two__left .block-title {
    margin-bottom: 50px;
}

.welcome-two__checks {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}


@media(max-width: 575px) {
    .welcome-two__checks {
        grid-template-columns: repeat(1, 1fr);
    }

}


.welcome-two__checks a {
    color: var(--thm-black);
    display: inline-block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgb(0, 0, 0, .07);
    padding-left: 30px;
    padding-right: 38px;
    padding-top: 17px;
    padding-bottom: 16px;
    border-radius: 33.5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;

}


.welcome-two__checks a i {
    height: 17px;
    width: 17px;
    background: var(--thm-base);
    color: #ffffff;
    font-size: 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    position: relative;
    top: -3px;
    margin-right: 9px;
}

.welcome-two__checks a:hover {
    background: var(--thm-black);
    color: #ffffff;
}

.welcome-two__btn {
    padding-top: 42px;
}



.welcome-two__right {
    position: relative;
    display: block;
    margin-left: 39px;
}

.welcome-two__img {
    position: relative;
    display: block;
}

.welcome-two__img img {
    width: 100%;
    border-radius: var(--thm-border-radius);
}

.welcome-two__counter {
    height: 191px;
    width: 191px;
    background-image: url(http://oneclicktestsolution.com/images/shapes/welcome-two-shape-1.png);
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: -82px;
}

.welcome-two__counter:before {
    position: absolute;
    top: 5px;
    right: -20px;
    height: 177px;
    width: 177px;
    content: "";
    background: rgba(255, 109, 18, .20);
    border-radius: 50%;
    z-index: -1;
}

.welcome-two__counter h3 {
    font-size: 30px;
    color: #ffffff;
    font-family: var(--thm-font);
    line-height: 40px;
}

.welcome-two__counter p {
    font-size: 24px;
    color: #ffffff;
    font-family: var(--thm-font-shadows);
    line-height: 34px;
    margin: 0;
}
.first-sec{
	padding-top:70px;
	padding-bottom:100px;
}


.first-sec h4{
	font-size:30px !important;
	font-weight:bold;
}

.zakat-btn a{
    padding: 10px 20px;
    background: #ed3237;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    transition: 1s; 
}	


.zakat-btn a:hover{
	background-color:#667a62;
	transition:1s;
	color:#ffffff;
}

.donate-area2 .donate-c .donatn-page{
	line-height:30px;
}

.bloging img{
	width:100%;
}

.home-zakat img{
	width:100%;
}

.increase-width{
	width:280px;
}






.displ-none{
	display:none;
}

.vid-wrapper {
text-align: center;
padding: 20px;
}

.vid {
display: inline-block;
vertical-align: top;
position: relative;
border: 1px solid;
padding: 2px;
cursor: pointer;
}

.vid::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

h2.vid-head {
font-size: 20px;
color: #333;
}

/* Video Popup */
.video-popup {
position: fixed;
top: 100px;
right: 0;
bottom: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 998;
background: rgba(0, 0, 0, .7);
cursor: pointer;
display: none !important;
}

.video-popup.show-video {
display: flex !important;
}

.iframe-wrapper {
position: relative;
z-index:9999;
}

.qubanii img{
    height:300px !important;
	width:100% !important;
    
    
}
.qubanii1 img{
    height:300px !important;
	width:100% !important;
    
}
.qubanii2 img{
    height:300px !important;
	width:100% !important;
    
}

.pls ul{
    display:none !important;
    position:absolute !important;
    top:0px !important;
    left:100% !important;
    background:#fff;
    
   
}
.pls ul li{
    
    width:150px
}

.pls ul li a:hover {
    color:#424242;
}
.pls ul li a{
    color:#818181;
    line-height:120% !important;
	padding:10px 15px!important;
    
}

.pls:hover ul{
    display:block !important;
}

.iframe-wrapper .close-video {
content: '';
position: absolute;
width: 25px;
height: 25px;
top: -20px;
right: 0;
background: url(https://image.flaticon.com/icons/svg/149/149690.svg) #fff;
border-radius: 50%;
background-size: cover;
z-index:9999;
}
.mfp-container,.mfp-iframe-scaler,.mfp-bg{
	display:none !important;
}
.fcf-button[disabled], .fcf-input[disabled], .fcf-textarea[disabled], .fcf-select select[disabled], .fcf-file-cta[disabled], .fcf-file-name[disabled] {
  cursor: not-allowed;
}
@media (max-width:600px){
.slider-area .slider-heading .slider__title {
    font-size: 40px !important;
    line-height: 90px !important;
    color: #fff !important;
    font-weight: 900 !important;
    margin-bottom: 47px !important;	
}
.entry-area{
    padding-top:0 !important;
}

  .one__lines .col{
      max-width:50% !important;
  } 
    
}



@media (min-width:400px) and (max-width:900px){
.modalContent p a img{
    width:250px;
    height:250px;
    
}
    
    
   .crs-btn{
       text-align:center !important;
   }
   .modalPopup {
			position: absolute;
			width: 100% !important;
			padding: 0 0 30px;
			
			
			
	}
}




@media (max-width:399px){
.modalContent p a img{
    width:250px;
    height:250px;
   
}
    
    
   .crs-btn{
       text-align:right !important;
       padding:1px 70px;
   }
   .modalPopup {
			position: absolute;
			width: 100% !important;
			padding: 0 0 30px;
			
			
			
	}
}





















/* Overlay Styles */
.overlay {
  
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}
/* Popup */
.popup {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
  width: 500px;
  /*Change your width here*/
  height: 450px;
  /*Change your height here*/
  margin: auto;
  /* Popup Inner */
}
@media (max-width: 768px) {
  .popup {
    width: 330px;
    margin: auto 1%;
    height: 400px;
  }
  
  .popup img{
      width: 270px;
      
  }
  .popup .popup-inner {
  position: relative;
  padding: 1em 1em;
}
     
}
.popup .popup-inner {
  position: relative;
  
}
.popup .popup-inner input.s3-btn-close {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  background: black;
  border: solid 2px white;
  color: white;
  cursor: pointer;
  border-radius: 55px;
  outline: none;
  padding:10px;
}
/*************
  S3 Button
*************/
input.s3-btn {
  background: #00aeef;
  border: none;
  width: 170px;
  height: 50px;
  cursor: pointer;
  margin:1.5rem 0;
  color:#ffffff;
  
}
.s3-center {
  text-align: center;
}



@media (max-width:1024px){
    input.s3-btn {
  background: #00aeef;
  border: none;
  width: 170px;
  height: 50px;
  cursor: pointer;
  margin:1.5rem auto;
  color:#ffffff;
  
}
}
	
	
#slidy-container { 
  width: 90%; overflow: hidden; margin: 0 auto;
}	
	
	
	
	
	
	div#popUpForm {
    position: absolute;
    width: 100%;
    background-color: #00000082;
  display:none;
  height: 100%;
  z-index:9999;
}

#popContainer {
    width: 350px;
    
    margin: 0 auto;
    background-color: #bdbdbd;
    height: 400px;
    margin-top: 80px;
    padding:1px 20px;
}

.popup-inner {
    width: 350px;
    
    margin: 0 auto;
    
    height: 400px;
    margin-top: 8px;
    
}

#popContainer > form > p{
  font-weight:bold;
  font-size:20px;
  color:#fff;
}
#close{
 
  width:14px;
  padding:3px;
   
  float:right;  
  margin:10px;
  cursor:pointer;
  border-radius:2px;
  font-weight:bold;
}
#close:hover{
  background-color:#ff44449e;
}