﻿@import "../css/bootstrap.min.css";
@import "../css/font-awesome.min.css";
@import "../vendors/flat-icon/flaticon.css";
@import "../vendors/animate-css/animate.css";
@import "../vendors/owl-carousel/owl.carousel.min.css";
@import "../vendors/magnify-popup/magnific-popup.css";
@import "../vendors/jquery-ui/jquery-ui.min.css";
@import "../vendors/bootstrap-selector/nice-select.css";
@import "../vendors/lightbox/simpleLightbox.css";
@import "../vendors/revolution/css/settings.css";
@import "../vendors/revolution/css/layers.css";
@import "../vendors/revolution/css/navigation.css";
@import "https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700|Source+Sans+Pro:400,600,700,900&display=swap";

.theme_btn {
    color: #fff;
    background: linear-gradient(141deg, #6380a8 0%, #31547b 51%, #233154 75%);
    text-align: center;
    font: 600 18px/55px "Source Sans Pro", sans-serif;
    display: inline-block;
    transform: perspective(1px) translateZ(0);
    padding: 0 20px;
    position: relative;
    border: 0;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    min-width: 186px;
    margin: 0;
    text-transform: uppercase
}

.theme_btn:before, .theme_btn.quickly_easily:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(1, 1, 1, .702);
    transform: scaleY(0);
    transform-origin: 50% 0;
    border-radius: 10px
}

.theme_btn:hover, .theme_btn:focus {
    color: #fff !important
}

.theme_btn:hover:before, .theme_btn.quickly_easily:hover:after, .theme_btn:focus:before, .theme_btn.quickly_easily:focus:after {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.tittle {
    display: block;
    overflow: hidden;
    text-align: center;
    padding-bottom: 40px
}

.tittle h2 {
    text-transform: uppercase;
    font: 700 38px/1 "Josefin Sans", sans-serif;
    color: #272626;
    display: block;
    position: relative;
    padding-bottom: 60px
}

.tittle h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url("/template/default/images/default/tittle.png") no-repeat;
    width: 106px;
    height: 26px;
    display: block
}

.tittle p {
    font: 400 20px/32px "Josefin Sans", sans-serif;
    color: rgba(0, 0, 0, .702);
    max-width: 700px;
    margin: 25px auto 0
}

.smpie_chart {
    display: inline-block;
    position: relative;
    text-align: center
}

.smpie_chart .pie-value {
    display: block;
    height: 110px;
    position: absolute;
    font: 600 20px/35px "Source Sans Pro", sans-serif;
    color: #767676;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 15px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    background: #b59f86;
    border: 0;
    box-shadow: none;
    z-index: 999;
    color: #fff
}

.scroll-top i {
    padding: 0
}

.scroll-top i:before, .scroll-top i.quickly_easily:after {
    speak: none;
    display: block;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    animation: TopToBottom .3s forwards
}

.scroll-top:hover i:before, .scroll-top:hover i.quickly_easily:after {
    animation: BottomToTop .3s forwards
}

.scroll-top:focus i:before, .scroll-top:focus i.quickly_easily:after {
    animation: BottomToTop .3s forwards
}

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff url("/template/default/images/default/preloader.svg") no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center
}

body {
    font-family: "Josefin Sans", sans-serif
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    margin: 0
}

body p {
    color: rgba(1, 1, 1, .702);
    margin: 0;
    font: 400 16px/25.6px "Source Sans Pro", sans-serif
}

body ul {
    margin: 0;
    padding: 0
}

body ul li {
    list-style: none
}

body section.row, body header.row, body footer.row {
    margin: 0
}

body #success, body #error {
    display: none
}

body iframe {
    border: none
}

body i:before, body i.quickly_easily:after {
    margin-left: 0px !important
}

body a, body .btn, body button {
    outline: none
}

body a:focus, body a:hover {
    outline: none;
    text-decoration: none
}

body .btn:focus, body .btn:hover {
    outline: none;
    text-decoration: none
}

body button:focus, body button:hover {
    outline: none;
    text-decoration: none
}

.post_select {
    position: relative;
    background: #fff;
    border: 0;
    box-shadow: none;
    outline: none;
    font: 400 16px/40px "Source Sans Pro", sans-serif;
    padding: 0 30px;
    height: auto;
    border-radius: 0;
    color: rgba(0, 0, 0, .6);
    min-width: 150px;
    background-color: rgba(0, 0, 0, 0)
}

.post_select:after {
    display: none
}

.post_select:before, .post_select.quickly_easily:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 18px/40px FontAwesome;
    color: #6b6b6b
}

.post_select .list {
    width: 100%;
    border-radius: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, .1)
}

.post_select .list li {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    color: #272626
}

@keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px
    }
    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px
    }
    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 100px
    }
    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 200px
    }
    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px
    }
}

@-webkit-keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px
    }
    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px
    }
    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 200px
    }
    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 100px
    }
    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px
    }
}

@keyframes moveShap {
    0% {
        left: 0px;
        top: 0px
    }
    25% {
        left: 100px;
        top: 0px
    }
    50% {
        left: 100px;
        top: 100px
    }
    75% {
        left: 0px;
        top: 200px
    }
    100% {
        left: 0px;
        top: 0px
    }
}

@keyframes moveShap2 {
    0% {
        right: 230px;
        top: 85px
    }
    25% {
        right: 100px;
        top: 85px
    }
    50% {
        right: 100px;
        top: 100px
    }
    75% {
        right: 230px;
        top: 200px
    }
    100% {
        right: 220px;
        top: 100px
    }
}

@-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)
    }
}

@keyframes rotation {
    to {
        transform: rotate(360deg)
    }
}

@keyframes pulseBig {
    0% {
        box-shadow: 0 0 0 0 #f3f4fc
    }
    70% {
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0)
    }
}

@-webkit-keyframes BottomToTop {
    49% {
        -webkit-transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

@-moz-keyframes BottomToTop {
    49% {
        -moz-transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

@keyframes BottomToTop {
    49% {
        transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

@-webkit-keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.header_top_area, .top_header_area {
    width: 100%;
    display: block;
    background: hsla(0, 0%, 100%, .6588235294);
    position: relative;
    z-index: 99
}

@media (max-width: 992px) {
    .header_top_area, .top_header_area {
        display: none
    }
}

.header_top_area .header_social, .top_header_area .header_social {
    text-align: right
}

.header_top_area .header_social li, .top_header_area .header_social li {
    display: inline-block;
    padding-left: 20px
}

.header_top_area .header_social li:first-child, .top_header_area .header_social li:first-child {
    padding-left: 0
}

.header_top_area .header_social li a, .top_header_area .header_social li a {
    padding: 0;
    color: #686767;
    font: 600 16px/78px "Source Sans Pro", sans-serif
}

.header_top_area .header_social li a i, .top_header_area .header_social li a i {
    padding: 0
}

.header_top_area .header_social li a i:before, .header_top_area .header_social li a i.quickly_easily:after {
    speak: none;
    display: block;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-animation: TopToBottom .3s forwards;
    -moz-animation: TopToBottom .3s forwards;
    animation: TopToBottom .3s forwards
}

.top_header_area .header_social li a i:before, .top_header_area .header_social li a i.quickly_easily:after {
    speak: none;
    display: block;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-animation: TopToBottom .3s forwards;
    -moz-animation: TopToBottom .3s forwards;
    animation: TopToBottom .3s forwards
}

.header_top_area .header_social li a:hover, .header_top_area .header_social li a:focus {
    color: #b59f86
}

.top_header_area .header_social li a:hover, .top_header_area .header_social li a:focus {
    color: #b59f86
}

.header_top_area .header_social li a:hover i:before, .header_top_area .header_social li a:hover i.quickly_easily:after {
    -webkit-animation: BottomToTop .3s forwards;
    -moz-animation: BottomToTop .3s forwards;
    animation: BottomToTop .3s forwards
}

.header_top_area .header_social li a:focus i:before, .header_top_area .header_social li a:focus i.quickly_easily:after {
    -webkit-animation: BottomToTop .3s forwards;
    -moz-animation: BottomToTop .3s forwards;
    animation: BottomToTop .3s forwards
}

.top_header_area .header_social li a:hover i:before, .top_header_area .header_social li a:hover i.quickly_easily:after {
    -webkit-animation: BottomToTop .3s forwards;
    -moz-animation: BottomToTop .3s forwards;
    animation: BottomToTop .3s forwards
}

.top_header_area .header_social li a:focus i:before, .top_header_area .header_social li a:focus i.quickly_easily:after {
    -webkit-animation: BottomToTop .3s forwards;
    -moz-animation: BottomToTop .3s forwards;
    animation: BottomToTop .3s forwards
}

.header_top_area .header_social li:last-child, .top_header_area .header_social li:last-child {
    padding: 0
}

.header_top_area .header_social li.login_btn, .top_header_area .header_social li.login_btn {
    padding: 0 25px
}

@media (max-width: 1200px) {
    .header_top_area .header_social li.login_btn, .top_header_area .header_social li.login_btn {
        padding: 0 15px
    }
}

.header_top_area .header_social li.login_btn a, .top_header_area .header_social li.login_btn a {
    color: #272626;
    font: 600 16px/25px "Source Sans Pro", sans-serif;
    display: inline-block;
    border-bottom: 2px solid #416289
}

.header_top_area .header_social li.login_btn a:hover, .header_top_area .header_social li.login_btn a:focus {
    color: #3e6596
}

.top_header_area .header_social li.login_btn a:hover, .top_header_area .header_social li.login_btn a:focus {
    color: #3e6596
}

.header_top_area .header_social li .theme_btn, .top_header_area .header_social li .theme_btn {
    line-height: 79px;
    min-width: 200px;
    padding: 0
}

.header_top_area .header_social .header-btn, .top_header_area .header_social .header-btn {
    background: linear-gradient(141deg, #6380a8 0%, #31547b 51%, #233154 75%);
    padding: 30px;
    color: #fff
}

@media (max-width: 992px) {
    .header_top_area .header_social .header-btn, .top_header_area .header_social .header-btn {
        padding: 16px
    }
}

.header_top_area .header_social .header-btn:hover, .top_header_area .header_social .header-btn:hover {
    color: #fff
}

.header_top_area .left_menu li, .top_header_area .left_menu li {
    display: inline-block;
    font: 600 16px/53px "Source Sans Pro", sans-serif;
    color: rgba(0, 0, 0, .8)
}

.header_top_area .left_menu li .help, .top_header_area .left_menu li .help {
    color: #272626;
    font: 600 16px/30px "Source Sans Pro", sans-serif;
    display: inline-block;
    border-bottom: 2px solid #b59f86;
    margin-left: 85px
}

.header_top_area .left_menu li .help:hover, .header_top_area .left_menu li .help:focus {
    color: #b59f86
}

.top_header_area {
    padding: 35px 0;
    position: relative;
    z-index: 99;
    background: rgba(0, 0, 0, 0)
}

.top_header_area .left_menu li {
    color: #fff
}

.top_header_area .left_menu li .help {
    color: #fff;
    margin-left: 180px;
    margin-right: 35px
}

.top_header_area .left_menu li .help:hover, .top_header_area .left_menu li .help:focus {
    color: #b59f86
}

.top_header_area .header_social {
    display: flex;
    float: right;
    align-items: center
}

.top_header_area .header_social li a {
    color: #fff;
    line-height: 1
}

.top_header_area .header_social li.login_btn {
    padding: 0 55px
}

.top_header_area .header_social li.login_btn .theme_btn {
    line-height: 43px;
    min-width: 105px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #2a2a2a;
    color: #fff
}

.top_header_area .header_social li.login_btn .theme_btn:before, .top_header_area .header_social li.login_btn .theme_btn.quickly_easily:after {
    background: #b59f86
}

.top_header_area .header_social li .call_support {
    display: block;
    text-align: center;
    line-height: 1;
    font: 600 20px/35px "Josefin Sans", sans-serif;
    color: #b59f86
}

.top_header_area .header_social li .call_support i:before, .top_header_area .header_social li .call_support i.quickly_easily:after {
    animation: none !important;
    line-height: 1;
    font-size: 35px;
    color: #fff;
    font-weight: 400
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main_header_area {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    background: #3d3d3d9c
}

@media (max-width: 1200px) {
    .main_header_area {
        margin-top: -1px
    }
}

.main_header_area .header_menu {
    background: #b59f86;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.main_header_area .header_menu .navbar-brand img {
    height: 60px
}

.main_header_area .header_menu:after {
    content: "";
    position: absolute;
    bottom: -14px;
    height: 14px;
    background: #dab419;
    left: 20px;
    right: 20px;
    z-index: -1
}

.main_header_area .header_menu .navbar {
    padding: 15px 0
}

.main_header_area .header_menu .navbar .navbar_supported ul {
    width: 100%;
    padding-left: 43px
}

.main_header_area .header_menu .navbar .navbar_supported ul li:hover .sub-menu {
    display: inline-block;
    vertical-align: middle
}

.main_header_area .header_menu .navbar .navbar_supported ul li a {
    margin: 0 15px;
    padding: 0;
    color: #1d1c1c;
    font: 600 14px/70px "Josefin Sans", sans-serif;
    position: relative;
    text-transform: uppercase
}

.main_header_area .header_menu .navbar .navbar_supported ul li a:hover, .main_header_area .header_menu .navbar .navbar_supported ul li a:focus {
    color: #fff
}

.main_header_area .header_menu .navbar .navbar_supported ul li a:after {
    display: none
}

.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown {
    position: relative
}

.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, .1)
}

.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu:before, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu.quickly_easily:after {
    content: "";
    font: normal normal normal 30px/1 FontAwesome;
    position: absolute;
    top: -17px;
    left: 25px;
    color: #fff
}

.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a {
    background-color: rgba(0, 0, 0, 0);
    font: 400 16px/45px "Josefin Sans", sans-serif;
    color: rgba(1, 1, 1, .702);
    margin: 0;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a:after {
    border: 0;
    display: none
}

.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a:hover, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a:focus, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a.active {
    color: #b59f86;
    border-left: 4px solid #b59f86
}

.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown {
    position: relative
}

.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown a:after {
    border: 0
}

.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 15px/48px FontAwesome;
    color: rgba(1, 1, 1, .702)
}

.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
    display: block
}

.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu:before, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu.quickly_easily:after {
    content: "";
    font: normal normal normal 30px/1 FontAwesome;
    color: rgba(0, 0, 0, .05);
    top: 7px;
    left: -10px
}

.main_header_area .header_menu .search_button_content li a {
    color: #fff;
    padding: 0
}

.main_header_area .header_menu .search_button_content li a:after {
    display: none
}

.main_header_area .header_menu .search_button_content li .shop {
    position: relative
}

.main_header_area .header_menu .search_button_content li .shop i:before, .main_header_area .header_menu .search_button_content li .shop i.quickly_easily:after {
    color: #fff;
    font-size: 25px;
    line-height: 70px
}

.main_header_area .header_menu .search_button_content li .shop span {
    background: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font: 400 15px/20px "Source Sans Pro", sans-serif;
    text-align: center;
    position: absolute;
    right: -10px;
    bottom: -7px;
    display: block;
    color: #272626
}

.main_header_area .header_menu .search_button_content li.search_dropbown {
    padding: 0 45px
}

.main_header_area .header_menu .search_button_content li.search_dropbown a {
    line-height: 70px;
    font-size: 16px
}

.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu {
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: #fff;
    min-width: 280px;
    margin-left: -220px;
    box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, .1)
}

.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li {
    position: relative
}

.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input {
    font: 400 16px/40px "Source Sans Pro", sans-serif;
    background: #fff;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 0 15px;
    box-shadow: none;
    outline: none;
    width: 100%
}

.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input.placeholder, .main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input:-moz-placeholder, .main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input::-moz-placeholder, .main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input::-webkit-input-placeholder {
    color: rgba(1, 1, 1, .702)
}

.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input:focus.placeholder, .main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input:focus:-moz-placeholder, .main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input:focus::-moz-placeholder, .main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input:focus::-webkit-input-placeholder {
    color: #fff
}

.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li span {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    line-height: 42px;
    width: 40px;
    background: #b59f86;
    text-align: center;
    color: #fff
}

.main_header_area .header_menu .search_button_content li .theme_btn {
    line-height: 70px;
    background: #fff;
    display: inline-block;
    min-width: 179px;
    color: #272626
}

.main_header_area .header_menu .search_button_content li .call_support {
    display: block;
    text-align: center;
    line-height: 1;
    font: 600 20px/35px "Josefin Sans", sans-serif;
    color: #b59f86
}

.main_header_area .header_menu .search_button_content li .call_support i:before, .main_header_area .header_menu .search_button_content li .call_support i.quickly_easily:after {
    animation: none !important;
    line-height: 1;
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    display: block
}

@media (min-width: 992px) {
    .main_header_area .header_menu .contact-us {
        position: relative;
        right: -22px;
        top: -20px;
        width: 191px;
        text-align: center
    }

    .main_header_area .header_menu .contact-us a {
        line-height: initial !important;
        background: linear-gradient(to bottom, #c5af96, #8e7659);
        background: -moz-linear-gradient(top, #c5af96, #8e7659);
        background: -webkit-linear-gradient(top, #c5af96, #8e7659);
        background: -ms-linear-gradient(top, #c5af96, #8e7659);
        background: -o-linear-gradient(top, #c5af96, #8e7659);
        display: block;
        margin: 0 !important;
        width: 100%;
        padding-bottom: 20px !important
    }

    .main_header_area .header_menu .contact-us a:before {
        display: none
    }

    .main_header_area .header_menu .contact-us .fa {
        display: block;
        font-size: 30px;
        padding: 11px 0
    }
}

@media (max-width: 992px) {
    .main_header_area .header_menu .contact-us a {
        display: block;
        color: #b59f86 !important
    }
}

@media (min-width: 992px) {
    .main_header_area .header_menu .fixed-item {
        display: none;
        position: relative;
        right: -50px;
        top: -20px;
        width: 145px;
        text-align: center
    }

    .main_header_area .header_menu .fixed-item a {
        line-height: initial !important;
        display: block;
        margin: 0 !important;
        width: 100%;
        padding-bottom: 20px !important
    }

    .main_header_area .header_menu .fixed-item a:before {
        display: none
    }

    .main_header_area .header_menu .fixed-item .fa {
        display: block;
        font-size: 30px;
        padding: 11px 0
    }

    .main_header_area .header_menu .fixed-item.blue a {
        color: #fff;
        background: linear-gradient(to bottom, #75a3cc, #42729a);
        background: -moz-linear-gradient(top, #75a3cc, #42729a);
        background: -webkit-linear-gradient(top, #75a3cc, #42729a);
        background: -ms-linear-gradient(top, #75a3cc, #42729a);
        background: -o-linear-gradient(top, #75a3cc, #42729a)
    }
}

@media (max-width: 992px) {
    .main_header_area .header_menu .fixed-item {
        width: 100% !important
    }

    .main_header_area .header_menu .fixed-item a {
        display: block;
        color: #b59f86 !important
    }
}

.main_header_area.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -71px;
    left: 0;
    right: 0;
    z-index: 10;
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease
}

.main_header_area.navbar_fixed .navbar .navbar_supported ul li a {
    line-height: 60px
}

.main_header_area.navbar_fixed .navbar .navbar_supported ul li a:after {
    top: 26px
}

.main_header_area.navbar_fixed .contact-us {
    display: none;
    position: static
}

.main_header_area.navbar_fixed .contact-us a {
    padding-top: 0 !important
}

.main_header_area.navbar_fixed .fixed-item {
    display: inline-block;
    vertical-align: top;
    position: static
}

.main_header_area.navbar_fixed .fixed-item a {
    padding-top: 0 !important
}

.main_header_area.navbar_fixed .navbar-brand {
    margin-right: 0
}

.main_header_area.navbar_fixed .search_button_content.nav li .shop i:before, .main_header_area.navbar_fixed .search_button_content.nav li .shop i.quickly_easily:after {
    line-height: 50px
}

.main_header_area.navbar_fixed .search_button_content.nav li a {
    line-height: 60px
}

@media (min-width: 991px) {
    .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        left: -40px;
        min-width: 230px;
        background-color: #fff;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none
    }
}

@media (min-width: 991px) {
    .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
        transform: translateZ(0);
        transform: scaleX(0);
        transform-origin: 0 50%;
        position: absolute;
        left: 100%;
        right: auto;
        width: auto;
        top: 0px
    }
}

@media (min-width: 991px) {
    .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:hover .dropdown-menu, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:focus .dropdown-menu {
        transform: scale(1, 1)
    }
}

@media (min-width: 991px) {
    .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown:hover .dropdown-menu, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown:focus .dropdown-menu {
        left: 0px;
        visibility: visible;
        opacity: 1
    }
}

.mha_2 .header_menu {
    background: rgba(0, 0, 0, 0)
}

.mha_2 .header_menu:after {
    display: none
}

.mha_2 .header_menu .navbar .navbar_supported ul li a {
    color: #fff;
    position: relative
}

.mha_2 .header_menu .navbar .navbar_supported ul li a:before, .mha_2 .header_menu .navbar .navbar_supported ul li a.quickly_easily:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 0%;
    height: 2px;
    background: #b59f86
}

.mha_2 .header_menu .navbar .navbar_supported ul li a:hover:before, .mha_2 .header_menu .navbar .navbar_supported ul li a.quickly_easily:hover:after, .mha_2 .header_menu .navbar .navbar_supported ul li a:focus:before, .mha_2 .header_menu .navbar .navbar_supported ul li a.quickly_easily:focus:after {
    width: 100%
}

.mha_2 .header_menu .navbar .navbar_supported ul li a.active:before, .mha_2 .header_menu .navbar .navbar_supported ul li a.active.quickly_easily:after {
    width: 100%
}

.mha_2 .header_menu .navbar .navbar_supported ul li .dropdown-menu li a:before, .mha_2 .header_menu .navbar .navbar_supported ul li .dropdown-menu li a.quickly_easily:after {
    display: none
}

.mha_2 .header_menu .search_button_content.nav .search_dropbown a {
    margin-top: 10px
}

.mha_2.navbar_fixed {
    padding: 0;
    background: #3d3d3df7;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    padding: 10px 0
}

.mha_2.navbar_fixed .header_menu .search_button_content li .call_support {
    display: none
}

.mha_2.navbar_fixed .header_menu .navbar .navbar_supported ul li a {
    color: #fff
}

.mha_2.navbar_fixed .navbar-brand {
    margin-right: 0
}

.mha_2.navbar_fixed .navbar-brand img {
    top: 0 !important;
    right: 0 !important;
    max-width: initial
}

.main_slider_area #main_slider .s_title {
    color: #b59f86;
    font-weight: 600 !important
}

.main_slider_area #main_slider .concept_title {
    color: #fff;
    text-align: center !important;
    font-weight: bold;
    font-size: 50px !important
}

.main_slider_area #main_slider .concept_title span {
    color: #b59f86
}

.main_slider_area #main_slider .slider_sm_heding {
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center !important
}

.main_slider_area #main_slider .theme_btn {
    overflow: hidden;
    font-size: 17px !important;
    text-align: center !important;
    line-height: 53px !important
}

.main_slider_area #main_slider .tb_2, .main_slider_area #main_slider .tb_3 {
    background-color: rgba(0, 0, 0, 0);
    color: #b59f86
}

.main_slider_area #main_slider .tb_2:before {
    background: #b59f86
}

.main_slider_area #main_slider .tb_3:before, .main_slider_area #main_slider .tb_3.quickly_easily:after {
    background: #b59f86
}

.main_slider_area #main_slider .tb_2.quickly_easily:after {
    background: #b59f86
}

.main_slider_area #main_slider .tb_3 {
    border-color: #fff !important;
    color: #fff
}

.main_slider_area #main_slider .tb_3:hover, .main_slider_area #main_slider .tb_3:focus {
    border-color: #b59f86 !important
}

.main_slider_area #main_slider .tp-bullets {
    right: 0;
    margin: 0 auto
}

.main_slider_area #main_slider .tp-bullets .tp-bullet {
    height: 13px;
    width: 13px;
    background: #fff;
    border: 0;
    box-sizing: border-box
}

.main_slider_area #main_slider .tp-bullets .tp-bullet:hover, .main_slider_area #main_slider .tp-bullets .tp-bullet:focus, .main_slider_area #main_slider .tp-bullets .tp-bullet.selected {
    border: 4px solid #b59f86
}

.main_slider_area #main_slider .tp-bannertimer {
    height: 4px;
    background-color: hsla(0, 0%, 100%, .25)
}

@media (max-width: 992px) {
    .main_slider_area #main_slider .concept_title {
        font-size: 30px !important
    }
}

.pages_banner {
    background: url("/template/default/images/default/banner-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 355px;
    position: relative;
    z-index: 1
}

.pages_banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, .502);
    z-index: -1
}

.pages_banner h2 {
    color: #fff;
    font: 700 60px/30px "Josefin Sans", sans-serif;
    border-bottom: 1px solid #b59f86;
    display: inline-block
}

.pages_banner .breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    margin: 0;
    text-align: center;
    padding: 120px 0 32px
}

.pages_banner .breadcrumb li {
    display: inline-block;
    padding-left: 22px;
    position: relative
}

.pages_banner .breadcrumb li:after {
    content: "-";
    position: absolute;
    color: #fff;
    top: 0;
    left: 7px
}

.pages_banner .breadcrumb li:first-child {
    padding: 0
}

.pages_banner .breadcrumb li:first-child:after {
    display: none
}

.pages_banner .breadcrumb li a {
    text-align: center;
    font: 400 18px/1 "Source Sans Pro", sans-serif;
    color: #fff
}

.pages_banner .breadcrumb li a:hover, .pages_banner .breadcrumb li a:focus {
    color: #b59f86
}

.pages_banner .breadcrumb li span.active {
    text-align: center;
    font: 400 18px/1 "Source Sans Pro", sans-serif;
    color: #b59f86
}

.pb_2 {
    background: url("/template/default/images/default/banner-bg-2.jpg") no-repeat center
}

.pb_3 {
    background: url("/template/default/images/default/slider-1.jpg") no-repeat top center fixed;
    background-size: cover
}

.pb_4 {
    background: url("/template/default/images/default/banner-bg-3.jpg") no-repeat top center fixed
}

.pb_5 {
    background: url("/template/default/images/default/banner-bg-4.jpg") no-repeat top center fixed
}

.meet_kids_area {
    display: block;
    overflow: hidden;
    padding: 140px 0 50px
}

.meet_kids_area .meet_video {
    padding-right: 0;
    padding-bottom: 40px
}

.meet_kids_area .meet_video .video_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.meet_kids_area .meet_video .video_inner img {
    max-width: 100%
}

.meet_kids_area .meet_video .video_inner span {
    font-size: 18px;
    color: #b59f86;
    width: 39px;
    height: 39px;
    line-height: 42px;
    display: block;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer
}

.meet_kids_area .meet_video .video_inner span:hover, .meet_kids_area .meet_video .video_inner span:focus {
    background: #b59f86;
    color: #fff
}

.meet_kids_area .meet_video .video_inner .popup-youtube {
    font-size: 23px;
    color: #b59f86;
    background: #fff;
    border-radius: 50%;
    width: 83px;
    line-height: 87px;
    height: 83px;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1
}

.meet_kids_area .meet_video .video_inner .popup-youtube:hover, .meet_kids_area .meet_video .video_inner .popup-youtube:focus {
    background: #b59f86;
    color: #fff
}

.meet_kids_area .meet_video p {
    font-size: 18px;
    color: rgba(0, 0, 0, .702);
    padding-top: 40px;
    max-width: 560px
}

.meet_kids_area .story_col {
    padding-left: 55px
}

.meet_kids_area .story_col .change_story {
    border: 1px solid #eaeae9;
    display: block;
    overflow: hidden;
    padding: 38px 35px;
    padding-right: 55px
}

.meet_kids_area .story_col .change_story .media {
    padding-bottom: 45px
}

.meet_kids_area .story_col .change_story h6 {
    font: 600 16px/1 "Source Sans Pro", sans-serif;
    color: #6c6b6b
}

.meet_kids_area .story_col .change_story h6 i {
    margin-right: 7px
}

.meet_kids_area .story_col .change_story .c_name {
    font: 600 27px/1 "Source Sans Pro", sans-serif;
    color: #1f1f1f;
    display: block;
    padding: 7px 0 15px
}

.meet_kids_area .story_col .change_story .c_name:hover, .meet_kids_area .story_col .change_story .c_name:focus {
    color: #b59f86
}

.meet_kids_area .story_col .change_story .time {
    padding-top: 65px
}

.meet_kids_area .story_col .change_story .media-body {
    text-align: right
}

.meet_kids_area .story_col .change_story .media-body img {
    border-radius: 20px;
    max-width: 100%
}

.meet_kids_area .story_col .change_story .theme_btn {
    display: block;
    line-height: 50px;
    text-transform: uppercase
}

.quickly_easily {
    background: #2c2b3b url("/template/default/images/default/love.png") no-repeat center;
    text-align: center;
    padding: 110px 0;
    background-position: 52% 65px;
    position: relative;
    z-index: 1
}

.quickly_easily:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 285px;
    background: url("/template/default/images/default/quick-shap-1.png") no-repeat;
    height: 579px;
    width: 287px;
    z-index: 1
}

.quickly_easily:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 285px;
    background: url("/template/default/images/default/quick-shap-1.png") no-repeat;
    height: 579px;
    width: 287px;
    z-index: 1;
    left: auto;
    right: 285px;
    background: url("/template/default/images/default/quick-shap-2.png") no-repeat
}

.quickly_easily h2 {
    color: #fff;
    font: 700 38px/52px "Josefin Sans", sans-serif;
    max-width: 770px;
    margin: 0 auto;
    padding-top: 35px;
    position: relative;
    z-index: 9
}

.quickly_easily h2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #b59f86;
    height: 4px;
    width: 58px
}

.quickly_easily p {
    max-width: 816px;
    margin: 0 auto;
    color: hsla(0, 0%, 100%, .702);
    font-size: 18px;
    padding: 25px 0 40px
}

.quickly_easily .theme_btn {
    background: #fff;
    color: #272626;
    min-width: 194px
}

.quickly_easily .theme_btn:before, .quickly_easily .theme_btn.quickly_easily:after {
    background: #b59f86
}

.quickly_easily .call_support {
    font: 600 26px/1 "Source Sans Pro", sans-serif;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding-left: 40px;
    position: relative;
    top: 14px
}

.quickly_easily .call_support i:before, .quickly_easily .call_support i.quickly_easily:after {
    font-size: 58px;
    line-height: 1;
    margin-right: 20px;
    color: #b59f86
}

.quickly_easily .call_support:hover, .quickly_easily .call_support:focus {
    color: #b59f86
}

.latestc_causes {
    display: block;
    overflow: hidden;
    padding: 30px 0 100px
}

.latestc_causes .latestc_causes_inner {
    padding: 0 15px;
    max-width: 1630px;
    margin: 0 auto
}

.latestc_causes .causes {
    display: block;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
    text-align: center;
    max-width: 370px;
    margin: 0 auto 30px
}

.latestc_causes .causes .causes_img {
    display: block;
    overflow: hidden;
    margin-bottom: 45px
}

.latestc_causes .causes .causes_img.imageNotFound {
    background: #efefef
}

.latestc_causes .causes .causes_img img {
    max-width: 100%;
    transition: all 500ms linear 0s
}

.latestc_causes .causes h6 {
    font: 400 20px/34px "Source Sans Pro", sans-serif;
    color: #767676;
    padding-top: 12px
}

.latestc_causes .causes h6 span {
    color: #b59f86
}

.latestc_causes .causes h2 {
    margin: 20px 0;
    font-size: 24px
}

.latestc_causes .causes .heding {
    display: block;
    font: 700 22px/34px "Josefin Sans", sans-serif;
    color: #272626;
    padding: 25px 0 45px
}

.latestc_causes .causes .heding:hover, .latestc_causes .causes .heding:focus {
    color: #b59f86
}

.latestc_causes .causes .theme_btn {
    min-width: 170px;
    font-size: 15px;
    line-height: 50px
}

.latestc_causes .causes .btn_2 {
    min-width: 140px;
    background: #fff;
    border: 1px solid #efecec;
    line-height: 48px;
    color: #666565;
    margin-left: -6px
}

.latestc_causes .causes:hover .causes_img img, .latestc_causes .causes:focus .causes_img img {
    transform: scale3D(1.2, 1.2, 2)
}

.lc_2 {
    padding-top: 70px
}

.lc_2 .causes {
    text-align: left
}

.lc_2 .causes .causes_img {
    margin-bottom: 10px
}

.lc_2 .causes .media {
    margin-bottom: 55px
}

.lc_2 .causes .media .media-body {
    padding-left: 20px
}

.lc_pages .causes {
    margin-bottom: 80px
}

.lc_pages .load_more .theme_btn {
    border: 2px solid #b59f86;
    background-color: rgba(0, 0, 0, 0);
    margin: 0 auto;
    display: block;
    line-height: 46px
}

.list_causes .causes {
    min-width: 100%;
    text-align: left;
    border-radius: 0;
    margin-bottom: 60px
}

.list_causes .causes .causes_img {
    margin: 0
}

.list_causes .causes .heding {
    padding-top: 5px;
    padding-bottom: 10px
}

.list_causes .causes h6 {
    padding-bottom: 40px
}

.list_causes .causes .media {
    padding-bottom: 40px
}

.list_causes .causes .media .media-body {
    padding-left: 20px;
    padding-top: 15px
}

.list_causes .causes .media .media-body li {
    font: 400 16px/30px "Source Sans Pro", sans-serif;
    color: #515151;
    display: flex
}

.list_causes .causes .media .media-body li i {
    color: #b59f86;
    font-size: 20px;
    padding-right: 15px
}

.list_causes .causes .media .media-body li span {
    padding-left: 0;
    width: 35px;
    display: inline-block;
    text-align: center
}

.list_causes .load_more .theme_btn {
    border: 2px solid #b59f86;
    background-color: rgba(0, 0, 0, 0);
    margin: 0 auto;
    display: block;
    line-height: 46px
}

.causes_details {
    padding-bottom: 10px
}

.donations_details {
    border-bottom: 1px solid #e9e3e3;
    padding-bottom: 40px
}

.donations_details .causes_details_img {
    display: block;
    overflow: hidden;
    border-radius: 15px 15px 0 0
}

.donations_details .causes_details_img img {
    max-width: 100%
}

.donations_details .datails_timar {
    position: relative;
    max-width: 600px;
    padding-top: 45px
}

.donations_details .datails_timar .timer {
    padding-bottom: 40px
}

.donations_details .datails_timar .timer .ds-element {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0 30px 28px;
    text-align: center;
    min-width: 90px
}

.donations_details .datails_timar .timer .ds-element:after {
    content: "";
    position: absolute;
    left: 0;
    height: 46px;
    width: 2px;
    background: #b59f86;
    top: 0;
    transform: rotate(15deg)
}

.donations_details .datails_timar .timer .ds-element:first-child {
    margin-left: -30px;
    padding-left: 0;
    padding-right: 0
}

.donations_details .datails_timar .timer .ds-element:first-child:after {
    display: none
}

.donations_details .datails_timar .timer .ds-element .ds-element-value {
    font: 600 18px/1 "Source Sans Pro", sans-serif;
    color: #272626
}

.donations_details .datails_timar .timer .ds-element .ds-element-title {
    font: 400 14px/1 "Source Sans Pro", sans-serif;
    color: rgba(1, 1, 1, .702);
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0
}

.donations_details .datails_timar .book_now {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: 2px solid #b59f86;
    line-height: 41px;
    font-size: 16px;
    min-width: 155px;
    position: absolute;
    right: 0;
    overflow: hidden;
    top: 50px
}

.donations_details .datails_timar .book_now:before, .donations_details .datails_timar .book_now.quickly_easily:after {
    background: #b59f86
}

.donations_details .datails_timar .book_now:hover, .donations_details .datails_timar .book_now:focus {
    color: #fff
}

.donations_details .datails_timar .event_date li {
    display: inline-block;
    padding-right: 30px;
    font: 400 16px/32px "Source Sans Pro", sans-serif;
    color: #848383;
    padding-bottom: 20px
}

.donations_details .datails_timar .event_date li i {
    color: #b59f86;
    padding-right: 10px;
    font-size: 18px
}

.donations_details .datails_timar .event_date li:last-child {
    padding-right: 0
}

.donations_details .datails_timar .event_date li .theme_btn {
    min-width: 226px;
    padding: 0;
    margin-left: 15px;
    font-size: 16px
}

.donations_details h1, .donations_details h2 {
    font: 700 35px/50px "Josefin Sans", sans-serif;
    color: #272626;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 35px
}

.donations_details .raised {
    align-items: center
}

.donations_details .raised h6 {
    font: 400 20px/34px "Source Sans Pro", sans-serif;
    color: #767676
}

.donations_details .raised h6 span {
    color: #b59f86
}

.donations_details .raised .c_location li {
    font: 400 18px/35px "Source Sans Pro", sans-serif;
    color: #515151
}

.donations_details .raised .c_location li i {
    color: #b59f86;
    font-size: 20px;
    padding-right: 15px
}

.donations_details .raised .c_location li .headline {
    color: #b59f86;
    font-weight: bold
}

.donations_details .raised .s_chart .smpie_chart {
    text-align: center;
    display: block
}

.donations_details .raised .s_chart .theme_btn {
    display: block;
    margin: 0 auto;
    margin-top: 25px
}

@media (max-width: 990px) {
    .donations_details .raised .c_location li {
        font: 400 16px/35px "Source Sans Pro", sans-serif
    }
}

.details {
    padding-top: 42px
}

.details h2 {
    font: 600 28px/40px "Josefin Sans", sans-serif;
    color: #272626;
    text-transform: uppercase
}

.details p {
    padding-top: 20px
}

.details img {
    max-width: 100%
}

.details .s_causes {
    padding: 35px 0
}

.details .slider_end_p {
    padding-top: 0px;
    font: 400 30px/36px "Source Sans Pro", sans-serif;
    color: #3f3f3f
}

.details .according_area {
    padding-top: 40px;
    padding-bottom: 15px
}

.details .according_area .p_collapse .card {
    border: 0
}

.details .according_area .p_collapse .card a {
    font: 400 18px/50px "Source Sans Pro", sans-serif;
    color: #3f3f3e;
    display: block;
    background: #b59f86;
    border-radius: 25px;
    padding: 0 35px;
    margin-bottom: 20px;
    position: relative
}

.details .according_area .p_collapse .card a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 35px;
    color: #3f3f3e;
    font: normal normal normal 14px/50px FontAwesome
}

.details .according_area .p_collapse .card a.collapsed {
    background: #eaeaea
}

.details .according_area .p_collapse .card a.collapsed:hover, .details .according_area .p_collapse .card a.collapsed:focus {
    background: #b59f86
}

.details .according_area .p_collapse .card p {
    padding: 0;
    padding-bottom: 25px;
    max-width: 405px
}

.details .share_btn {
    padding: 45px 0 70px
}

.details .share_btn .share_text {
    font: 600 20px/1 "Josefin Sans", sans-serif;
    color: #272626
}

.details .share_btn li {
    display: inline-block
}

.details .share_btn li a {
    font-size: 18px;
    color: #272626;
    padding-left: 18px
}

.details .share_btn li a:hover, .details .share_btn li a:focus {
    color: #b59f86
}

.details .author {
    border: 2px solid #b59f86;
    padding: 30px
}

.details .author .media-body {
    padding-left: 20px
}

.details .author .media-body .author_name {
    font: 600 18px/1 "Josefin Sans", sans-serif;
    color: #292929;
    display: inline-block
}

.details .author .media-body .author_name:hover, .details .author .media-body .author_name:focus {
    color: #272626
}

.details .author .media-body .share_btn {
    padding: 0;
    display: inline-block;
    float: right
}

.details .author .media-body .share_btn li a {
    font-size: 16px;
    color: #b59f86
}

.details .author .media-body .share_btn li a:hover, .details .author .media-body .share_btn li a:focus {
    color: #272626
}

.details .author .media-body p {
    display: block;
    padding-top: 18px
}

.details_2 h2 {
    font-weight: 700;
    text-transform: capitalize;
    max-width: 630px
}

.details_2 .single_mg {
    padding-top: 35px;
    padding-bottom: 15px
}

.details_2 h3 {
    padding-top: 35px;
    padding-bottom: 20px
}

.details_2 iframe {
    width: 100%;
    height: 390px
}

.details_2 .end_p {
    font-size: 18px;
    line-height: 27px
}

.details_2 .share_btn {
    text-align: right
}

.comments_area {
    padding-top: 80px;
    max-width: 770px
}

.comments_area .c_tittle {
    position: relative;
    z-index: 1;
    margin-bottom: 25px
}

.comments_area .c_tittle:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    border-bottom: 1px solid #e3e3e3;
    z-index: -1
}

.comments_area .c_tittle h2 {
    font: 600 22px/32px "Josefin Sans", sans-serif;
    color: #272626;
    display: inline-block;
    background: #fff;
    z-index: 3;
    padding-right: 20px;
    text-transform: capitalize
}

.comments_area .comment {
    padding-top: 50px
}

.comments_area .comment .media-body {
    padding-left: 40px
}

.comments_area .comment .media-body a {
    font: 600 18px/1 "Josefin Sans", sans-serif;
    color: #272626;
    display: block
}

.comments_area .comment .media-body a:hover, .comments_area .comment .media-body a:focus {
    color: #b59f86
}

.comments_area .comment .media-body span {
    display: block;
    color: #a9a4a4;
    font: 400 15px/1 "Josefin Sans", sans-serif;
    padding-top: 20px
}

.comments_area .comment .media-body p {
    padding-top: 25px;
    padding-bottom: 20px
}

.comments_area .comment .media-body .theme_btn {
    min-width: 86px;
    line-height: 35px;
    border-radius: 15px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    background: #969391;
    overflow: hidden;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif
}

.comments_area .comment .media-body .theme_btn:before, .comments_area .comment .media-body .theme_btn.quickly_easily:after {
    background: #b59f86;
    color: #fff
}

.comments_area .comment .media-body .comment {
    padding-top: 40px
}

.about_croudhelp {
    display: flex;
    overflow: hidden
}

.about_croudhelp .about_img img {
    max-width: 100%
}

.about_croudhelp .about_content .content {
    padding-left: 80px;
    max-width: 865px;
    padding-bottom: 15px
}

.about_croudhelp .about_content .content h4 {
    color: #b59f86;
    font: 600 24px/1 "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    padding-bottom: 35px
}

.about_croudhelp .about_content .content h2 {
    font: 700 38px/52px "Josefin Sans", sans-serif;
    color: #272626;
    display: block;
    padding-bottom: 25px;
    position: relative
}

.about_croudhelp .about_content .content h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b59f86;
    height: 4px;
    width: 58px
}

.about_croudhelp .about_content .content p {
    font-size: 20px;
    line-height: 32px;
    padding-top: 25px;
    max-width: 680px;
    color: rgba(0, 0, 0, .702)
}

.about_croudhelp .about_content .content_video {
    background: #fff;
    max-width: 1000px;
    padding-top: 36px;
    padding-left: 55px;
    margin-left: -140px;
    display: flex;
    justify-content: space-between
}

.about_croudhelp .about_content .content_video .video_p {
    max-width: 500px
}

.about_croudhelp .about_content .content_video .video_p p {
    padding-top: 15px
}

.about_croudhelp .about_content .content_video .video_p p:first-child {
    padding: 0
}

.about_croudhelp .about_content .content_video .video_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.about_croudhelp .about_content .content_video .video_inner img {
    max-width: 100%
}

.about_croudhelp .about_content .content_video .video_inner .popup-youtube {
    font-size: 30px;
    color: #fff;
    background: #b59f86b3;
    border-radius: 5%;
    width: 74px;
    line-height: 60px;
    height: 50px;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1
}

.about_croudhelp .about_content .content_video .video_inner .popup-youtube:hover, .about_croudhelp .about_content .content_video .video_inner .popup-youtube:focus {
    background: #fff;
    color: #b59f86
}

.ac_2 {
    justify-content: flex-end;
    padding-bottom: 150px
}

.ac_2 .about_content .content {
    padding-left: 100px
}

.ac_2 .about_content .content_video {
    padding-left: 0;
    padding-right: 40px;
    margin: 0;
    position: relative;
    right: -100px
}

.ac_2 .about_content .content_video .video_p {
    padding-left: 40px;
    padding-top: 25px;
    max-width: 540px
}

.charity_communities {
    display: block;
    overflow: hidden
}

.charity_communities .content {
    position: relative;
    padding-bottom: 40px
}

.charity_communities .content h4 {
    color: #b59f86;
    font: 600 24px/1 "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    padding-bottom: 35px
}

.charity_communities .content h2 {
    font: 700 38px/52px "Josefin Sans", sans-serif;
    color: #272626;
    display: block;
    padding-bottom: 25px;
    position: relative;
    max-width: 740px
}

.charity_communities .content h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b59f86;
    height: 4px;
    width: 58px
}

.charity_communities .content .theme_btn {
    position: absolute;
    top: 70px;
    right: 0;
    min-width: 200px
}

.charity_communities .content p {
    font-size: 20px;
    line-height: 32px;
    padding-top: 25px;
    max-width: 680px;
    color: rgba(0, 0, 0, .702)
}

.charity_communities .content .b_p {
    padding-right: 0
}

.charity_communities .content .small_p {
    padding-left: 80px;
    font-size: 16px;
    line-height: 25.6px
}

.charity_communities .orphans_life {
    background: url("/template/default/images/default/orphans_life.jpg") no-repeat center;
    background-size: cover;
    padding: 130px 0;
    padding-right: 70px
}

.charity_communities .orphans_life .media {
    align-items: center
}

.charity_communities .orphans_life .media .popup-youtube {
    width: 400px;
    height: 278px;
    background-color: rgba(0, 0, 0, .349);
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center
}

.charity_communities .orphans_life .media .popup-youtube i {
    font-size: 30px;
    color: #fff;
    background: #b59f86;
    border-radius: 50%;
    width: 74px;
    line-height: 74px;
    height: 74px;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1
}

.charity_communities .orphans_life .media .popup-youtube i:hover, .charity_communities .orphans_life .media .popup-youtube i:focus {
    background: #fff;
    color: #b59f86
}

.charity_communities .orphans_life .media .media-body {
    padding-left: 60px
}

.charity_communities .orphans_life .media .media-body p {
    font: 600 26px/45px "Source Sans Pro", sans-serif;
    color: rgba(0, 0, 0, .8)
}

.history_area {
    display: block;
    overflow: hidden;
    padding: 120px 0
}

.history_area img {
    max-width: 100%
}

.history_area h3 {
    font: 600 22px/28px "Josefin Sans", sans-serif;
    color: #272626;
    padding-top: 35px
}

.history_area p {
    padding-top: 10px
}

.history_area .history_content {
    padding-left: 40px
}

.upcoming_event {
    display: block;
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 35px
}

.upcoming_event.list {
    padding-top: 0
}

.upcoming_event .tittle {
    padding-bottom: 90px
}

.upcoming_event a {
    color: inherit
}

.upcoming_event .event_left {
    padding-right: 0
}

.upcoming_event .event_left img {
    max-width: 100%
}

.upcoming_event .event_left .event {
    padding-top: 60px;
    padding-left: 15px
}

.upcoming_event .theme_btn {
    color: #fff
}

.upcoming_event .event_right {
    padding-left: 45px
}

.upcoming_event .event {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e3e3
}

.upcoming_event .event .address {
    margin: 10px 0
}

.upcoming_event .event .address .fa {
    width: 16px;
    text-align: center;
    color: #b59f86
}

.upcoming_event .event .date {
    font: 600 20px/1 "Josefin Sans", sans-serif;
    color: #272626;
    text-align: center;
    margin-right: 60px
}

.upcoming_event .event .date b {
    display: block;
    font-weight: bold;
    font-size: 54px;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 20px
}

.upcoming_event .event .date b:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b59f86;
    height: 3px;
    width: 45px;
    margin: 0 auto;
    right: 0
}

.upcoming_event .event .date .month {
    margin-bottom: 6px
}

.upcoming_event .event .media-body {
    padding-left: 18px;
    border-left: 1px solid #dddada;
    padding-top: 10px
}

.upcoming_event .event .media-body h6 {
    font: 400 16px/1 "Source Sans Pro", sans-serif;
    color: rgba(0, 0, 0, .702)
}

.upcoming_event .event .media-body h6 span {
    display: inline-block;
    padding-left: 20px
}

.upcoming_event .event .media-body h2 {
    display: block;
    font: 600 25px/30px "Josefin Sans", sans-serif;
    color: #272626;
    padding-top: 18px;
    padding-bottom: 10px
}

.upcoming_event .event .media-body h2:hover, .upcoming_event .event .media-body h2:focus {
    color: #b59f86
}

@media (max-width: 1200px) {
    .upcoming_event {
        padding-top: 20px
    }
}

.ue_2 img {
    max-width: 100%
}

.ue_2 .event {
    padding-top: 50px;
    padding-left: 15px
}

.events_item {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px;
    padding-bottom: 55px
}

.events_item .e_img {
    display: block;
    overflow: hidden
}

.events_item .e_img img {
    max-width: 100%
}

.events_item .media {
    padding-top: 30px
}

.events_item .media h2 {
    font: 600 20px/1 "Josefin Sans", sans-serif;
    color: #272626;
    text-align: center;
    margin-right: 40px
}

.events_item .media h2 b {
    display: block;
    font-weight: bold;
    font-size: 54px;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 30px
}

.events_item .media h2 b:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b59f86;
    height: 3px;
    width: 45px;
    margin: 0 auto;
    right: 0
}

.events_item .media .media-body {
    padding-left: 40px;
    border-left: 1px solid #dddada;
    padding-top: 10px
}

.events_item .media .media-body h6 {
    font: 400 16px/1 "Source Sans Pro", sans-serif;
    color: rgba(0, 0, 0, .702)
}

.events_item .media .media-body h6 span {
    display: inline-block;
    padding-left: 20px
}

.events_item .media .media-body a {
    display: block;
    font: 600 25px/30px "Josefin Sans", sans-serif;
    color: #272626;
    padding-top: 20px;
    max-width: 480px
}

.events_item .media .media-body a:hover, .events_item .media .media-body a:focus {
    color: #b59f86
}

.events_item:hover .e_img img {
    transform: scale3D(1.2, 1.2, 2)
}

.load_more.mt-20 {
    margin-top: 20px
}

.testimonial_area {
    display: block;
    overflow: hidden;
    background: url("/template/default/images/default/testimonial-bg.jpg") no-repeat center fixed;
    position: relative;
    z-index: 1;
    padding: 135px 0 110px
}

.testimonial_area:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: -1;
    background-color: rgba(0, 0, 0, .702)
}

.testimonial_area .testimonial_slide img {
    width: auto
}

.testimonial_area .testimonial_slide .media {
    margin-bottom: 40px;
    margin-left: 100px
}

.testimonial_area .testimonial_slide .media img {
    width: 80px;
    height: 80px;
    border-radius: 80px
}

.testimonial_area .testimonial_slide .media .media-body {
    padding-left: 15px;
    padding-top: 25px
}

.testimonial_area .testimonial_slide .media .media-body a {
    display: block;
    font: 600 22px/1 "Josefin Sans", sans-serif;
    color: #fff
}

.testimonial_area .testimonial_slide .media .media-body a:hover, .testimonial_area .testimonial_slide .media .media-body a:focus {
    color: #b59f86
}

.testimonial_area .testimonial_slide .media .media-body h6 {
    font: 600 16px/1 "Josefin Sans", sans-serif;
    color: #fff;
    opacity: .7;
    padding-top: 15px
}

.testimonial_area .testimonial_slide .t_text {
    padding: 50px 35px 80px;
    text-align: center;
    position: relative;
    border: 1px solid #545454;
    border-top: 0
}

.testimonial_area .testimonial_slide .t_text:before, .testimonial_area .testimonial_slide .t_text.quickly_easily:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    width: 100%;
    height: 15px;
    background: url("/template/default/images/default/border.png") no-repeat;
    background-size: cover
}

.testimonial_area .testimonial_slide .t_text:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: url("/template/default/images/default/quoat.png") no-repeat;
    width: 26px;
    height: 22px
}

.testimonial_area .testimonial_slide .t_text p {
    color: #fff;
    opacity: .7
}

.testimonial_area .testimonial_slide .item:hover .t_text, .testimonial_area .testimonial_slide .item:focus .t_text {
    border-color: #b59f86
}

.testimonial_area .testimonial_slide .item:hover .t_text:before, .testimonial_area .testimonial_slide .item:hover .t_text.quickly_easily:after {
    background: url("/template/default/images/default/border-hover.png") no-repeat
}

.testimonial_area .testimonial_slide .item:focus .t_text:before, .testimonial_area .testimonial_slide .item:focus .t_text.quickly_easily:after {
    background: url("/template/default/images/default/border-hover.png") no-repeat
}

.ta_2 {
    background: url("/template/default/images/default/testimonial-bg-2.jpg") no-repeat center fixed;
    background-size: cover
}

.ta_2:after {
    background-color: rgba(255, 205, 0, .702)
}

.ta_2 .testimonial_slide .t_text {
    border-color: #b59f86
}

.ta_2 .testimonial_slide .t_text:before, .ta_2 .testimonial_slide .t_text.quickly_easily:after {
    background: url(/template/default/images/default/border-hover.png) no-repeat
}

.latest_news {
    display: block;
    overflow: hidden;
    padding: 30px 0 90px
}

.latest_news .tittle_2 {
    display: block;
    overflow: hidden;
    padding-bottom: 70px
}

.latest_news .tittle_2 h2 {
    font: 700 38px/52px "Josefin Sans", sans-serif;
    color: #272626;
    display: inline-block;
    float: left;
    padding-bottom: 15px;
    position: relative;
    max-width: 545px
}

.latest_news .tittle_2 h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b59f86;
    height: 4px;
    width: 58px
}

.latest_news .tittle_2 .theme_btn {
    background-color: rgba(0, 0, 0, 0);
    min-width: 194px;
    line-height: 48px;
    float: right;
    margin-top: 25px
}

.latest_news .news_items {
    display: block;
    overflow: hidden;
    margin-bottom: 30px
}

.latest_news .news_items .news_img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.latest_news .news_items .news_img img {
    max-width: 100%
}

.latest_news .news_items .news_img .theme_btn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    color: #fff;
    min-width: 150px;
    line-height: 48px;
    position: absolute;
    z-index: 2;
    opacity: 0
}

.latest_news .news_items .heding {
    display: block;
    font: 700 20px/30px "Josefin Sans", sans-serif;
    color: #272626;
    padding: 40px 0 15px
}

.latest_news .news_items .heding:hover, .latest_news .news_items .heding:focus {
    color: #b59f86
}

.latest_news .news_items p {
    color: rgba(39, 38, 38, .702);
    max-width: 350px;
    min-height: 80px
}

.latest_news .news_items .price {
    margin: 20px 0;
    font-weight: bold;
    color: #000
}

.latest_news .news_items:hover .news_img .theme_btn, .latest_news .news_items:focus .news_img .theme_btn {
    opacity: 1
}

.latest_news .news_items:hover .news_img:after, .latest_news .news_items:focus .news_img:after {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.latest_news .news_items:hover .news_img img, .latest_news .news_items:focus .news_img img {
    transform: scale3D(1.2, 1.2, 2)
}

.blog_area {
    display: block;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px
}

.blog_area .blog_item {
    display: block;
    border-bottom: 1px solid #e5e3e3;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.blog_area .blog_item .heding {
    display: block;
    font: 600 20px/32px "Josefin Sans", sans-serif;
    color: #272626;
    padding-bottom: 18px
}

.blog_area .blog_item .heding:hover, .blog_area .blog_item .heding:focus {
    color: #b59f86
}

.blog_area .blog_item ul {
    display: block;
    padding-top: 25px
}

.blog_area .blog_item ul li {
    display: inline-block;
    padding-right: 25px
}

.blog_area .blog_item ul li a {
    font: 400 16px/45px "Source Sans Pro", sans-serif;
    color: rgba(1, 1, 1, .702)
}

.blog_area .blog_item ul li a:hover, .blog_area .blog_item ul li a:focus {
    color: #b59f86
}

.blog_area .blog_item ul li .theme_btn {
    min-width: 200px;
    font: 600 18px/45px "Source Sans Pro", sans-serif;
    color: #fff
}

.blog_area .blog_item .image .img {
    width: 100%;
    height: 190px;
    background-repeat: no-repeat
}

.blog_area .blog_item .price {
    padding-top: 33px;
    font-weight: bold;
    color: #b59f86;
    font-size: 20px
}

.blog_area .pagination {
    padding-top: 20px
}

.blog_area .pagination li {
    margin-right: 1px
}

.blog_area .pagination li.dot {
    margin: 0 10px
}

.blog_area .pagination li a {
    font: 400 20px/46px "Source Sans Pro", sans-serif;
    min-width: 46px;
    padding: 0 12px;
    text-align: center;
    background: #ebebeb;
    color: #272626;
    display: inline-block
}

.blog_area .pagination li a:hover, .blog_area .pagination li a:focus {
    color: #fff;
    background: #b59f86
}

@media (max-width: 767px) {
    .blog_area .blog_item .heding {
        margin-top: 20px
    }
}

.blog_details {
    display: block;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 20px
}

.blog_details .details_inner img {
    max-width: 100%
}

.blog_details .details_inner h2 {
    font: 600 32px/40px "Josefin Sans", sans-serif;
    color: #272626;
    padding-top: 40px
}

.blog_details .details_inner .posted {
    font: 400 italic 16px/30px "Source Sans Pro", sans-serif;
    color: #c5c5c5;
    padding-top: 5px;
    display: block;
    padding-bottom: 25px
}

.blog_details .details_inner .posted a {
    color: #b59f86
}

.blog_details .details_inner .posted a:hover, .blog_details .details_inner .posted a:focus {
    color: #272626
}

.blog_details .details_inner .posted span {
    background: #b59f86;
    border-radius: 15px;
    color: #272626;
    min-width: 108px;
    display: inline-block;
    text-align: center;
    font-style: normal
}

.blog_details .details_inner p {
    padding-top: 18px
}

.blog_details .details_inner .single_img {
    padding-top: 30px
}

.blog_details .details_inner .single_img img {
    border-radius: 20px;
    margin-bottom: 15px
}

.blog_details .details_inner h3 {
    font: 600 25px "Josefin Sans", sans-serif;
    color: #272626;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    padding-top: 35px
}

.blog_details .details_inner h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b59f86;
    height: 2px;
    width: 40px
}

.blog_details .details_inner .single_img_2 {
    margin-top: 30px;
    margin-bottom: 15px
}

.blog_details .details_inner .share_btn {
    padding: 40px 15px
}

.blog_details .details_inner .share_btn li {
    display: inline-block;
    padding-right: 15px
}

.blog_details .details_inner .share_btn li a {
    font: 400 16px/1 "Source Sans Pro", sans-serif;
    color: #171616
}

.blog_details .details_inner .share_btn li a:hover, .blog_details .details_inner .share_btn li a:focus {
    color: #b59f86;
    border-bottom: 1px solid #b59f86
}

.blog_details .details_inner .tag {
    padding-top: 40px;
    text-align: right
}

.blog_details .details_inner .tag li {
    display: inline-block;
    color: #848080
}

.blog_details .details_inner .tag li a {
    font: 400 16px/1 "Source Sans Pro", sans-serif;
    color: #fc8787
}

.blog_details .details_inner .tag li a:hover, .blog_details .details_inner .tag li a:focus {
    color: #b59f86
}

.blog_details .details_inner .comments_area {
    padding-top: 0
}

.blog_details .details_inner .comments_area .comment .media-body span {
    display: inline-block;
    padding: 0;
    padding-left: 45px
}

.blog_details .details_inner .leave_comment .comment_from .form-group {
    margin-bottom: 30px
}

.blog_details .details_inner .leave_comment .comment_from .form-group .form-control {
    border-color: #fdfaec;
    background: #fdfaec
}

.blog_details .details_inner .leave_comment .comment_from .form-group .form-control:hover, .blog_details .details_inner .leave_comment .comment_from .form-group .form-control:focus {
    background: rgba(0, 0, 0, 0);
    border-color: #b59f86
}

.articleDetail .details {
    padding-top: 0
}

.crowdhope_charity {
    display: block;
    overflow: hidden
}

.crowdhope_charity h2 {
    font: 700 38px/52px "Josefin Sans", sans-serif;
    color: #272626;
    display: block;
    padding-bottom: 0;
    text-align: center
}

.crowdhope_charity h3 {
    display: block;
    text-align: center;
    margin-bottom: 60px
}

.crowdhope_charity img {
    max-width: 100%
}

.cc_2 h2 {
    padding-bottom: 0
}

.cc_2 .mission_from h3 {
    padding-top: 90px
}

.cc_3 {
    padding: 90px 0 70px
}

.mission_from h3 {
    font: 600 28px/32px "Josefin Sans", sans-serif;
    color: #272626;
    max-width: 490px;
    margin: 40px 0;
    padding: 0
}

.mission_from .form-group {
    margin-bottom: 40px;
    display: block;
    width: 100%
}

.mission_from .form-group .form-control, .mission_from .form-group .post_select {
    box-shadow: none;
    outline: none;
    border: 1px solid #ebebeb;
    background: rgba(0, 0, 0, 0);
    font: 400 16px/48px "Source Sans Pro", sans-serif;
    color: #adabae;
    border-radius: 0;
    height: auto;
    padding: 0 25px;
    resize: none;
    min-width: 100%
}

.mission_from .form-group .form-control.placeholder, .mission_from .form-group .post_select.placeholder, .mission_from .form-group .form-control:-moz-placeholder, .mission_from .form-group .post_select:-moz-placeholder, .mission_from .form-group .form-control::-moz-placeholder, .mission_from .form-group .post_select::-moz-placeholder, .mission_from .form-group .form-control::-webkit-input-placeholder, .mission_from .form-group .post_select::-webkit-input-placeholder {
    color: #adabae
}

.mission_from .form-group .form-control:focus, .mission_from .form-group .post_select:focus {
    border-color: #b59f86
}

.mission_from .form-group .form-control:focus.placeholder, .mission_from .form-group .post_select:focus.placeholder, .mission_from .form-group .form-control:focus:-moz-placeholder, .mission_from .form-group .post_select:focus:-moz-placeholder, .mission_from .form-group .form-control:focus::-moz-placeholder, .mission_from .form-group .post_select:focus::-moz-placeholder, .mission_from .form-group .form-control:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.mission_from .form-group .form-control::placeholder {
    color: #adabae
}

.mission_from .form-group .post_select {
    color: #adabae
}

.mission_from .form-group .post_select:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.mission_from .form-group .post_select:before, .mission_from .form-group .post_select.quickly_easily:after {
    line-height: 50px;
    font-size: 16px;
    color: #adabae
}

.mission_from .form-group .theme_btn {
    border: 0;
    box-shadow: none;
    outline: none;
    margin-top: 30px;
    cursor: pointer
}

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

.leave_comment .c_tittle {
    position: relative;
    z-index: 1;
    margin-bottom: 25px
}

.leave_comment .c_tittle:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    border-bottom: 1px solid #e3e3e3;
    z-index: -1
}

.leave_comment .c_tittle h2 {
    font: 600 22px/32px "Josefin Sans", sans-serif;
    color: #272626;
    display: inline-block;
    background: #fff;
    z-index: 3;
    padding-right: 20px;
    text-transform: capitalize
}

.leave_comment .comment_from {
    padding-top: 30px;
    margin: 0
}

.leave_comment .comment_from .form-group {
    padding: 0 20px;
    margin-bottom: 30px
}

.leave_comment .comment_from .form-group .form-control {
    border-radius: 3px;
    border: 1px solid #fff;
    resize: none;
    outline: none;
    box-shadow: none;
    font: 400 16px/48px "Source Sans Pro", sans-serif;
    padding: 0 24px;
    color: rgba(0, 0, 0, .6);
    height: auto
}

.leave_comment .comment_from .form-group .form-control.placeholder, .leave_comment .comment_from .form-group .form-control:-moz-placeholder, .leave_comment .comment_from .form-group .form-control::-moz-placeholder, .leave_comment .comment_from .form-group .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.leave_comment .comment_from .form-group .form-control:focus {
    border-color: #b59f86
}

.leave_comment .comment_from .form-group .form-control:focus.placeholder, .leave_comment .comment_from .form-group .form-control:focus:-moz-placeholder, .leave_comment .comment_from .form-group .form-control:focus::-moz-placeholder, .leave_comment .comment_from .form-group .form-control:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.leave_comment .comment_from .form-group .comment_box {
    line-height: 32px;
    padding-top: 20px;
    height: 215px
}

.leave_comment .comment_from .form-group .theme_btn {
    border: 0;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    min-width: 186px;
    margin: 0;
    overflow: hidden
}

.contact_area {
    display: block;
    overflow: hidden;
    padding-top: 100px
}

.contact_area h2 {
    font: 600 22px/1 "Josefin Sans", sans-serif;
    color: #272626;
    text-align: center
}

.contact_area .leave_comment {
    padding: 0
}

.contact_area .leave_comment .comment_from {
    padding-top: 70px;
    margin-right: -15px;
    margin-left: -15px
}

.contact_area .leave_comment .comment_from .form-group {
    padding: 0 15px;
    margin-bottom: 30px
}

.contact_area .leave_comment .comment_from .form-group .form-control {
    border-color: #f5f5f5;
    background: #f5f5f5
}

.contact_area .leave_comment .comment_from .form-group .form-control:hover, .contact_area .leave_comment .comment_from .form-group .form-control:focus {
    background: rgba(0, 0, 0, 0);
    border-color: #b59f86
}

.contact_area .leave_comment .comment_from .form-group .theme_btn {
    border-radius: 0;
    margin-top: 10px;
    min-width: 212px;
    line-height: 50px
}

.contact_info {
    display: block;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 20px
}

.contact_info h4 {
    font: 600 22px/1 "Josefin Sans", sans-serif;
    color: #272626;
    padding-bottom: 30px
}

.contact_info .info {
    padding-bottom: 50px
}

.contact_info ul li {
    font: 400 18px/40px "Source Sans Pro", sans-serif;
    color: rgba(1, 1, 1, .702);
    display: block;
    position: relative;
    padding-left: 45px
}

.contact_info ul li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #8a8a8a;
    line-height: 40px
}

.contact_info ul li a {
    color: rgba(1, 1, 1, .702)
}

.contact_info ul li a:hover, .contact_info ul li a:focus {
    color: #b59f86
}

.map_area {
    display: block;
    overflow: hidden
}

.map_area .mapBox {
    width: 100%;
    height: 430px
}

.checkbox {
    text-align: left
}

.checkbox .control {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 9px;
    padding-top: 2px;
    cursor: pointer
}

.checkbox .control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.checkbox .control input:focus ~ .control_indicator {
    background: #e6e6e6
}

.checkbox .control input:checked ~ .control_indicator {
    background: #b59f86
}

.checkbox .control input:checked ~ .control_indicator:after {
    display: block
}

.checkbox .control input:checked:focus ~ .control_indicator {
    background: #b59f86
}

.checkbox .control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.checkbox .control:hover input ~ .control_indicator {
    background: #e6e6e6
}

.checkbox .control:hover input:not([disabled]):checked ~ .control_indicator {
    background: #b59f86
}

.checkbox .control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px
}

.checkbox .control_indicator:after {
    box-sizing: unset;
    content: "";
    position: absolute;
    display: none
}

.checkbox .control-radio .control_indicator {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px
}

.checkbox .control-checkbox .control_indicator:after {
    left: 6px;
    top: 2.8px;
    width: 2px;
    height: 7px;
    border-width: 0 2px 2px 0;
    transform: rotate(10deg);
    content: "✔";
    color: #fff;
    font-size: 11px
}

.checkbox .control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b
}

.volunteer_area {
    display: block;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 120px
}

.volunteer_area .volunteer {
    background: url(/template/default/images/default/volunteer-bg.png);
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 35px 20px 40px;
    min-height: 205px;
    margin-bottom: 30px
}

.volunteer_area .volunteer a {
    font: 600 20px/1 "Josefin Sans", sans-serif;
    color: #272626;
    display: block;
    text-transform: uppercase;
    padding-top: 32px
}

.volunteer_area .volunteer a:hover, .volunteer_area .volunteer a:focus {
    color: #b59f86
}

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

@media (max-width: 992px) {
    .va_2 {
        padding-bottom: 0
    }
}

.customers_more {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 55px 0;
    z-index: 1;
    background: #3d3d3d
}

.customers_more .right-side {
    text-align: center
}

.customers_more .right-side img {
    max-height: 80px
}

.customers_more:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    z-index: -1
}

.customers_more h3 {
    font: 600 34px/50px "Josefin Sans", sans-serif;
    color: #fff;
    display: block;
    max-width: 775px
}

.customers_more h4 {
    color: #fff;
    margin-top: 10px
}

.customers_more .theme_btn {
    min-width: 194px;
    background: #fff;
    color: #b59f86;
    margin-top: 20px;
    line-height: 50px;
    background: linear-gradient(141deg, #6380a8 0%, #31547b 51%, #233154 75%);
    color: #fff
}

.customers_more .separator-line {
    margin-top: 40px
}

.cm_2 {
    margin-top: 140px
}

.faq_area {
    display: block;
    overflow: hidden;
    background: url("/template/default/images/default/faq-bg.png") no-repeat center top;
    padding: 80px 0 50px
}

.faq_area .faq_items {
    padding-bottom: 60px;
    padding-left: 35px
}

.faq_area .faq_items h4 {
    font: 600 24px/35px "Josefin Sans", sans-serif;
    color: #272626;
    padding-bottom: 10px
}

.faq_area .faq_items p {
    color: rgba(36, 36, 37, .702)
}

.make_donation {
    display: block;
    overflow: hidden;
    padding-bottom: 100px
}

.make_donation .donation_faq {
    background: url("/template/default/images/default/faq-bg-2.png") no-repeat;
    background-size: cover;
    padding: 90px 65px
}

.make_donation .donation_faq h2 {
    text-align: center;
    color: #fff;
    font: 600 30px/1 "Josefin Sans", sans-serif
}

.make_donation .donation_faq p {
    text-align: center;
    color: #fff;
    max-width: 480px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 75px
}

.make_donation .donation_faq .donation_c {
    margin-bottom: 30px
}

.make_donation .donation_faq .donation_c li {
    display: inline-block
}

.make_donation .donation_faq .donation_c li a {
    font: 600 18px/44px "Source Sans Pro", sans-serif;
    color: #fdaa65;
    text-align: center;
    min-width: 91px;
    display: block;
    background: #fff;
    margin-bottom: 5px
}

.make_donation .donation_faq .donation_c li a:hover, .make_donation .donation_faq .donation_c li a:focus, .make_donation .donation_faq .donation_c li a.active {
    background: #ef5603;
    color: #fff;
    box-shadow: 0px 20px 36px 0px rgba(32, 50, 118, .35)
}

.make_donation .donation_faq .donation_c h6 {
    font: 600 18px/44px "Source Sans Pro", sans-serif;
    background: #8da5ff;
    color: #fff;
    padding: 0 20px;
    padding-right: 0
}

.make_donation .donation_faq .donation_c h6 input {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    font: 400 14px/44px "Source Sans Pro", sans-serif;
    color: #c2cfff;
    height: auto;
    width: 100px;
    padding: 0 20px;
    box-shadow: none;
    outline: none;
    padding-right: 0
}

.make_donation .donation_faq .donation_c h6 input.placeholder, .make_donation .donation_faq .donation_c h6 input:-moz-placeholder, .make_donation .donation_faq .donation_c h6 input::-moz-placeholder, .make_donation .donation_faq .donation_c h6 input::-webkit-input-placeholder {
    color: #c2cfff
}

.make_donation .donation_faq .donation_c h6 input:focus.placeholder, .make_donation .donation_faq .donation_c h6 input:focus:-moz-placeholder, .make_donation .donation_faq .donation_c h6 input:focus::-moz-placeholder, .make_donation .donation_faq .donation_c h6 input:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.make_donation .donation_faq .dc_2 {
    padding: 0
}

.make_donation .donation_faq .dc_2 li a {
    background: #8da5ff;
    color: #fff
}

.make_donation .donation_faq .dc_3 {
    padding-left: 0
}

.make_donation .donation_faq h4 {
    color: #fff;
    text-align: center;
    font: 600 20px/1 "Josefin Sans", sans-serif;
    padding-top: 50px;
    padding-bottom: 30px
}

.make_donation .donation_faq .time_btn {
    text-align: center
}

.make_donation .donation_faq .time_btn .theme_btn {
    background: #839dff;
    min-width: 154px;
    line-height: 44px;
    box-shadow: 0px 20px 36px 0px rgba(32, 50, 118, .35);
    color: #fff
}

.make_donation .donation_faq .time_btn .active {
    background: #ef5603
}

.become_inner {
    background: linear-gradient(141deg, #6380a8 0%, #31547b 51%, #233154 75%);
    padding: 55px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: -70px;
    z-index: 9
}

.become_inner:before, .become_inner.quickly_easily:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-style: solid;
    border-width: 0 1170px 35px 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.become_inner h3 {
    font: 900 30px/36px "Josefin Sans", sans-serif;
    color: #fff
}

.become_inner p {
    color: #fff;
    font-weight: bold;
    padding-top: 30px
}

.become_inner .theme_btn {
    background: #fff;
    font-weight: bold;
    color: #b59f86;
    min-width: 200px;
    position: absolute;
    bottom: 55px;
    right: 55px
}

.counter_area {
    display: block;
    overflow: hidden;
    background: url("/template/default/images/default/counter-bg.jpg") no-repeat center fixed;
    padding-top: 120px;
    position: relative;
    z-index: 1;
    padding-bottom: 40px
}

.counter_area:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(66, 66, 66, .851);
    z-index: -1
}

.counter_area .consultants {
    text-align: center;
    margin-bottom: 40px
}

.counter_area .consultants .icons {
    height: 67px
}

.counter_area .consultants h4 {
    font: 600 22px/1 "Source Sans Pro", sans-serif;
    color: #fff;
    padding: 25px 0 30px
}

.counter_area .consultants h2 {
    font: 700 60px/1 "Josefin Sans", sans-serif;
    color: #fff
}

.our_team {
    display: block;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 70px
}

.our_team .tittle h2 {
    padding-bottom: 0
}

.our_team .tittle h2:after {
    display: none
}

.our_team .tittle p {
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 20px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1
}

.our_team .tittle p:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #b59f86;
    height: 4px;
    width: 58px;
    margin: 0 auto
}

.our_team .team {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px
}

.our_team .team .team_img {
    display: block;
    overflow: hidden
}

.our_team .team .team_img img {
    max-width: 100%
}

.our_team .team a {
    display: block;
    font: 600 22px/1 "Josefin Sans", sans-serif;
    color: #272626;
    padding-top: 35px
}

.our_team .team a:hover, .our_team .team a:focus {
    color: #b59f86
}

.our_team .team h6 {
    font: 400 18px/1 "Source Sans Pro", sans-serif;
    color: #8a8989;
    padding-top: 10px
}

.our_team .team:hover .team_img img, .our_team .team:focus .team_img img {
    transform: scale3D(1.2, 1.2, 2)
}

.widget {
    display: block;
    overflow: hidden;
    padding-bottom: 50px
}

.widget h4 {
    font: 600 24px/1 "Josefin Sans", sans-serif;
    color: #2f2f2f;
    padding-bottom: 20px
}

.widget p {
    padding-bottom: 15px
}

.widget .bv_button {
    text-transform: uppercase;
    font: 600 16px/1 "Source Sans Pro", sans-serif;
    color: #424242;
    display: block;
    text-align: right
}

.widget .bv_button i {
    padding-left: 5px
}

.widget .bv_button:hover, .widget .bv_button:focus {
    color: #b59f86
}

.widget .w_heding {
    display: block;
    font: 600 26px/30px "Josefin Sans", sans-serif;
    color: #3f3f3f;
    border-bottom: 1px solid #b59f86;
    padding-bottom: 10px
}

.widget .w_heding span {
    float: right
}

.widget .categories li:first-of-type a {
    border-top: 0
}

.widget .categories li a {
    display: block;
    font: 800 18px/55px "Source Sans Pro", sans-serif;
    color: rgba(1, 1, 1, .702);
    position: relative;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0);
    border-top: 1px solid #e1e1e1
}

.widget .categories li a span {
    padding-left: 45px;
    display: inline-block;
    opacity: 0
}

.widget .categories li a:hover, .widget .categories li a:focus, .widget .categories li a.active {
    background: linear-gradient(141deg, #6380a8 0%, #31547b 51%, #233154 75%);
    color: #fff;
    font-weight: bold
}

.widget .categories li a:hover:before, .widget .categories li a.quickly_easily:hover:after, .widget .categories li a:focus:before, .widget .categories li a.quickly_easily:focus:after {
    display: inline-block
}

.widget .categories li a.active:before, .widget .categories li a.active.quickly_easily:after {
    display: inline-block
}

.widget .categories li a:hover span, .widget .categories li a:focus span, .widget .categories li a.active span {
    opacity: 1
}

.widget .categories li a .fa {
    margin-right: 10px
}

.widget .categories li .subcategory {
    margin: 0
}

.widget .categories li .subcategory a {
    padding-left: 30px
}

.widget .categories li .subcategory .subcategory a {
    padding-left: 40px
}

.widget .categories li .subcategory .subcategory .subcategory a {
    padding-left: 50px
}

.widget .categories li .subcategory .subcategory .subcategory .subcategory a {
    padding-left: 60px
}

.widget .r_causes {
    padding-top: 30px
}

.widget .r_causes.first {
    padding-top: 40px
}

.widget .r_causes .media-left {
    padding-left: 25px
}

.widget .r_causes .media-left a {
    font: 600 18px/28px "Source Sans Pro", sans-serif;
    color: #272626
}

.widget .r_causes .media-left a:hover, .widget .r_causes .media-left a:focus {
    color: #b59f86
}

.widget .r_causes .media-left h6 {
    font: 400 16px/1 "Source Sans Pro", sans-serif;
    color: #515151;
    padding-top: 20px
}

.widget .r_causes .media-left h6 span {
    color: #b59f86
}

.widget.ew, .widget.supporters_w {
    padding-top: 30px
}

.widget.ew .theme_btn, .widget.supporters_w .theme_btn {
    min-width: 118px;
    line-height: 45px;
    float: right
}

.widget .event_slide {
    padding-top: 60px;
    padding-bottom: 45px
}

.widget .event_slide img {
    max-width: 100%
}

.widget .event_slide .heding {
    font: 600 20px/28px "Source Sans Pro", sans-serif;
    color: #272626;
    display: block;
    padding-top: 20px
}

.widget .event_slide .heding:hover, .widget .event_slide .heding:focus {
    color: #b59f86
}

.widget .event_slide ul {
    display: block;
    padding-top: 15px
}

.widget .event_slide ul li {
    font: 400 16px/30px "Source Sans Pro", sans-serif;
    color: #515151
}

.widget .event_slide ul li i {
    color: #b59f86;
    font-size: 20px;
    padding-right: 15px
}

.widget .event_slide ul li span {
    color: #b59f86;
    padding-left: 10px
}

.widget .event_slide ul li .icon {
    padding-left: 0;
    width: 35px
}

.widget .event_slide .carousel-indicators {
    margin: 0;
    display: block
}

.widget .event_slide .carousel-indicators li {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #dddcda;
    display: inline-block;
    border: 0;
    margin: 3px 0
}

.widget .event_slide .carousel-indicators li:hover, .widget .event_slide .carousel-indicators li:focus, .widget .event_slide .carousel-indicators li.active {
    background: #b59f86;
    height: 14px;
    width: 14px;
    margin: 0
}

.widget .supporters {
    padding-top: 30px
}

.widget .supporters .media-left {
    padding-left: 20px;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 45px
}

.widget .supporters .media-left a {
    display: block;
    font: 600 22px/1 "Source Sans Pro", sans-serif;
    color: #272626;
    padding-top: 25px;
    padding-bottom: 10px
}

.widget .supporters .media-left a:hover, .widget .supporters .media-left a:focus {
    color: #b59f86
}

.widget .supporters .media-left a span {
    float: right;
    font: 400 16px/1 "Source Sans Pro", sans-serif;
    color: rgba(1, 1, 1, .702);
    display: inline-block
}

.widget .supporters .media-left h6 {
    font: 400 16px/30px "Source Sans Pro", sans-serif;
    color: rgba(1, 1, 1, .702)
}

.widget .supporters .media-left h3 {
    color: #b59f86;
    font: 600 22px/1 "Source Sans Pro", sans-serif;
    padding-top: 10px
}

.right_sidebar .input-group {
    padding: 30px;
    background: #f1f1f1;
    margin-bottom: 40px
}

.right_sidebar .input-group input {
    box-shadow: none;
    border: 0;
    border-right: 0;
    background: #b59f86;
    font: 400 16px/55px "Source Sans Pro", sans-serif;
    color: #5e4e0d;
    border-radius: 0;
    padding: 0 30px;
    padding-right: 0;
    height: auto
}

.right_sidebar .input-group input.placeholder, .right_sidebar .input-group input:-moz-placeholder, .right_sidebar .input-group input::-moz-placeholder, .right_sidebar .input-group input::-webkit-input-placeholder {
    color: #5e4e0d
}

.right_sidebar .input-group input:focus.placeholder, .right_sidebar .input-group input:focus:-moz-placeholder, .right_sidebar .input-group input:focus::-moz-placeholder, .right_sidebar .input-group input:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.right_sidebar .input-group .input-group-append {
    background: #b59f86;
    cursor: pointer;
    border: 0;
    border-left: 0
}

.right_sidebar .input-group .input-group-append span {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 20px;
    border-radius: 0;
    color: #fff
}

.right_sidebar .input-group .input-group-append span:hover, .right_sidebar .input-group .input-group-append span:focus {
    background: #fff;
    color: #b59f86
}

.right_sidebar .input-group .input-group-append i {
    font-size: 18px;
    line-height: 50px
}

.grid_gallery_area {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 70px
}

.grid_gallery_area .grid_gallery_inner .gallery_filter {
    text-align: center;
    padding-bottom: 40px
}

.grid_gallery_area .grid_gallery_inner .gallery_filter li {
    display: inline-block;
    padding-left: 7px
}

.grid_gallery_area .grid_gallery_inner .gallery_filter li:first-child {
    padding: 0
}

.grid_gallery_area .grid_gallery_inner .gallery_filter li a {
    font: 500 16px/45px "Josefin Sans", sans-serif;
    min-width: 172px;
    background: #e7e7e6;
    color: #717171;
    border-radius: 10px;
    overflow: hidden
}

.grid_gallery_area .grid_gallery_inner .gallery_filter li a:before, .grid_gallery_area .grid_gallery_inner .gallery_filter li a.quickly_easily:after {
    background: #b59f86
}

.grid_gallery_area .grid_gallery_inner .gallery_filter li a:hover, .grid_gallery_area .grid_gallery_inner .gallery_filter li a:focus {
    color: #fff
}

.grid_gallery_area .grid_gallery_inner .gallery_filter li.active a {
    background: #b59f86;
    color: #fff
}

.grid_gallery_area .grid_gallery_inner .grid_gallery_item_inner .grid_gallery_item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px
}

.grid_gallery_area .grid_gallery_inner .grid_gallery_item_inner .grid_gallery_item img {
    max-width: 100%
}

.grid_gallery_area .grid_gallery_inner .grid_gallery_item_inner .grid_gallery_item .gallery_hover {
    position: absolute;
    left: 200%;
    right: 0;
    top: 200%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 205, 0, .82);
    transition: all 400ms linear 0s;
    cursor: pointer
}

.grid_gallery_area .grid_gallery_inner .grid_gallery_item_inner .grid_gallery_item .gallery_hover .zoom_link {
    transition: all 300ms linear 0s;
    text-align: center;
    display: block
}

.grid_gallery_area .grid_gallery_inner .grid_gallery_item_inner .grid_gallery_item .gallery_hover .zoom_link a {
    line-height: 55px;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    color: #b59f86;
    display: inline-block;
    text-align: center;
    margin: 0 8px
}

.grid_gallery_area .grid_gallery_inner .grid_gallery_item_inner .grid_gallery_item .gallery_hover .zoom_link a i:before, .grid_gallery_area .grid_gallery_inner .grid_gallery_item_inner .grid_gallery_item .gallery_hover .zoom_link a i.quickly_easily:after {
    font-size: 24px
}

.grid_gallery_area .grid_gallery_inner .grid_gallery_item_inner .grid_gallery_item .gallery_hover .zoom_link a:hover, .grid_gallery_area .grid_gallery_inner .grid_gallery_item_inner .grid_gallery_item .gallery_hover .zoom_link a:focus {
    background: #f69f00;
    color: #fff
}

.grid_gallery_area .grid_gallery_inner .grid_gallery_item_inner .grid_gallery_item .gallery_hover .zoom_link .light i {
    position: relative;
    top: 2px
}

.grid_gallery_area .grid_gallery_inner .grid_gallery_item_inner .grid_gallery_item:hover .gallery_hover, .grid_gallery_area .grid_gallery_inner .grid_gallery_item_inner .grid_gallery_item:focus .gallery_hover {
    left: 0;
    top: 0
}

.grid_gallery_area .pagination_area {
    margin: 60px 0 0
}

.pagination_area {
    margin: 30px 0 0
}

.pagination_area .pagination {
    display: block;
    text-align: center
}

.pagination_area .pagination li {
    display: inline-block
}

.pagination_area .pagination li a {
    font: 600 18px/46px "Source Sans Pro", sans-serif;
    color: #272626;
    background: #f3f2f2;
    width: 46px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    margin: 0 7px
}

.pagination_area .pagination li a i {
    font-size: 16px;
    line-height: 46px
}

.pagination_area .pagination li a:hover, .pagination_area .pagination li a:focus, .pagination_area .pagination li a.active {
    background: #b59f86;
    color: #fff
}

.not-found-page {
    text-align: center
}

.not-found-page h2 {
    font-size: 120px;
    margin: 15px 0
}

.content-wrap {
    padding: 60px 0 80px 0
}

.staticpage ul {
    padding-left: 40px;
    padding-bottom: 20px
}

.staticpage ul li {
    list-style-type: disc
}

.staticpage a {
    color: #b59f86
}

.staticpage a:hover {
    color: #000
}

.client-section {
    background: #f7f7f7
}

.client-section.contribute {
    background: none
}

.client-section.contribute h2 {
    padding-top: 10px !important
}

.client-section .info-box {
    color: #fff;
    background: linear-gradient(to bottom, #75a3cc, #42729a) !important;
    background: -moz-linear-gradient(top, #75a3cc, #42729a) !important;
    background: -webkit-linear-gradient(top, #75a3cc, #42729a) !important;
    background: -ms-linear-gradient(top, #75a3cc, #42729a) !important;
    background: -o-linear-gradient(top, #75a3cc, #42729a) !important
}

.client-section.logouted-pages {
    text-align: center;
}

.client-section.logouted-pages .comment_from {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff57;
    border-radius: 5px;
}

.client-section.logouted-pages .usefull-links {
    margin-top: 20px
}

.client-section.logouted-pages .usefull-links a {
    margin: 0 20px;
    display: inline-block;
    vertical-align: top
}

.client-section.logouted-pages .links {
    margin-top: 20px
}

.client-section a {
    color: #b59f86
}

.client-section a:hover {
    color: #000
}

.client-section.loged-in {
    padding: 0
}

.client-section .right_sidebar {
    background: #fff;
    padding: 80px 15px
}

.client-section .content {
    margin-top: -2px;
    padding-top: 0
}

.client-section .content h2 {
    border-bottom: 1px solid #233154;
    text-transform: none;
    font-size: 20px;
    font-family: arial;
    padding: 15px;
    color: #fff;
    background: linear-gradient(141deg, #6380a8 0%, #31547b 51%, #233154 75%);
    background: -moz-linear-gradient(141deg, #6380a8 0%, #31547b 51%, #233154 75%);
    background: -webkit-linear-gradient(141deg, #6380a8 0%, #31547b 51%, #233154 75%);
    background: -ms-linear-gradient(top, #c5af96, #8e7659);
    background: -o-linear-gradient(top, #c5af96, #8e7659)
}

.client-section .content .widget-content {
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    padding-top: 40px;
    text-align: left
}

.client-section .content .widget-content .callout {
    margin: 20px 0
}

.client-section .content .widget-content .red {
    color: red
}

.client-section .content .comment_from {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.client-section .content .form-group {
    margin-bottom: 30px
}

.client-section .content .form-group select {
    height: 50px !important
}

.client-section .gallery-uploader {
    width: 100%
}

.client-section .gallery-uploader .file-dropzone {
    border: 1px dashed #d9d9d9;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%
}

.client-section .gallery-uploader .file-dropzone .fa {
    font-size: 30px;
    color: #d2d2d2
}

.client-section .gallery-uploader .file-dropzone h3 {
    font-size: 20px;
    padding: 10px 0
}

.client-section .gallery-uploader .hidden {
    display: none
}

.client-section .gallery-uploader .fileGallery .files-preview .items, .client-section .gallery-uploader .fileGallery .files-preview .placeholder-upload-wrap {
    display: inline-block;
    vertical-align: top
}

.client-section .gallery-uploader .fileGallery .files-preview .file-wrap {
    width: 213px;
    max-width: initial;
    display: inline-block;
    vertical-align: top
}

.client-section .gallery-uploader .fileGallery .files-preview .breaker {
    display: inline-block;
    vertical-align: top
}

.client-section .gallery-uploader .fileGallery .actions {
    position: absolute;
    top: 5px;
    width: 100%;
    padding: 0 10px
}

.client-section .gallery-uploader .fileGallery .actions .delete, .client-section .gallery-uploader .fileGallery .actions .move {
    float: right;
    width: 20px;
    height: 20px;
    background: #b59f86;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
    margin-left: 5px
}

.client-section .gallery-uploader .fileGallery .actions .delete .fa, .client-section .gallery-uploader .fileGallery .actions .move .fa {
    position: relative;
    top: 1px
}

.client-section .gallery-uploader .fileGallery .file {
    height: 120px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto !important
}

.client-section .gallery-uploader .fileGallery .file img {
    height: 100%;
    max-width: initial
}

.client-section .gallery-uploader .fileGallery .file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.client-section .gallery-uploader .fileGallery .file-manager h5 {
    text-transform: uppercase
}

.client-section .gallery-uploader .fileGallery .folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block
}

.client-section .gallery-uploader .fileGallery .folder-list li a {
    color: #666;
    display: block;
    padding: 5px 0
}

.client-section .gallery-uploader .fileGallery .folder-list li i {
    margin-right: 8px;
    color: #3d4d5d
}

.client-section .gallery-uploader .fileGallery .category-list li {
    display: block
}

.client-section .gallery-uploader .fileGallery .category-list li a {
    color: #666;
    display: block;
    padding: 5px 0
}

.client-section .gallery-uploader .fileGallery .category-list li i {
    margin-right: 8px;
    color: #3d4d5d
}

.client-section .gallery-uploader .fileGallery .category-list li a .text-navy {
    color: #1ab394
}

.client-section .gallery-uploader .fileGallery .category-list li a .text-primary {
    color: #1c84c6
}

.client-section .gallery-uploader .fileGallery .category-list li a .text-info {
    color: #23c6c8
}

.client-section .gallery-uploader .fileGallery .category-list li a .text-danger {
    color: #ef5352
}

.client-section .gallery-uploader .fileGallery .category-list li a .text-warning {
    color: #f8ac59
}

.client-section .gallery-uploader .fileGallery .file-manager h5.tag-title {
    margin-top: 20px
}

.client-section .gallery-uploader .fileGallery .tag-list li {
    float: left
}

.client-section .gallery-uploader .fileGallery .tag-list li a {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block
}

.client-section .gallery-uploader .fileGallery .file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px
}

.client-section .gallery-uploader .fileGallery .file-manager .hr-line-dashed {
    margin: 15px 0
}

.client-section .gallery-uploader .fileGallery .file .icon {
    height: 100px;
    overflow: hidden
}

.client-section .gallery-uploader .fileGallery .file .image {
    height: 100px;
    overflow: hidden;
    height: 120px
}

.client-section .gallery-uploader .fileGallery .file .icon {
    padding: 15px 10px;
    text-align: center;
    width: 100%;
    border: none
}

.client-section .gallery-uploader .fileGallery .file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px
}

.client-section .gallery-uploader .fileGallery .file-control.active {
    text-decoration: underline
}

.client-section .gallery-uploader .fileGallery .file .icon i {
    font-size: 70px;
    color: #dadada
}

.client-section .gallery-uploader .fileGallery .file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
    height: 81px;
    color: red;
    font-size: 13px;
    overflow-wrap: break-word
}

.client-section .gallery-uploader .fileGallery .file-name small {
    color: #676a6c;
    display: block;
    margin-top: 10px
}

.client-section .gallery-uploader .fileGallery ul.tag-list li {
    list-style: none
}

.client-section .gallery-uploader .fileGallery .corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: .6em solid rgba(0, 0, 0, 0);
    border-right: .6em solid #f1f1f1;
    border-bottom: .6em solid #f1f1f1;
    right: 0em;
    bottom: 0em
}

.client-section .gallery-uploader .fileGallery a.compose-mail {
    padding: 8px 10px
}

.client-section .gallery-uploader .fileGallery .mail-search {
    max-width: 300px
}

.client-section .gallery-uploader .fileGallery .ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0
}

.client-section .gallery-uploader .fileGallery .ibox.collapsed .ibox-content {
    display: none
}

.client-section .gallery-uploader .fileGallery .ibox.collapsed .fa.fa-chevron-up:before, .client-section .gallery-uploader .fileGallery .ibox.collapsed .fa.fa-chevron-up.quickly_easily:after {
    content: ""
}

.client-section .gallery-uploader .fileGallery .ibox.collapsed .fa.fa-chevron-down:before, .client-section .gallery-uploader .fileGallery .ibox.collapsed .fa.fa-chevron-down.quickly_easily:after {
    content: ""
}

.client-section .gallery-uploader .fileGallery .ibox:after, .client-section .gallery-uploader .fileGallery .ibox:before, .client-section .gallery-uploader .fileGallery .ibox.quickly_easily:after {
    display: table
}

.client-section .gallery-uploader .fileGallery .ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px
}

.client-section .gallery-uploader .fileGallery .ibox-content {
    background-color: #fff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0
}

.client-section .gallery-uploader .fileGallery .ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #fff;
    padding: 10px 15px
}

.client-section .gallery-uploader .fileGallery a:hover {
    text-decoration: none
}

.client-section .gallery-uploader .fileGallery .rounded-circle {
    border-radius: 50%;
    position: absolute;
    right: 5px;
    bottom: 7px;
    width: 25px;
    height: 25px
}

.client-section .gallery-uploader .loader {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    background: #fff
}

.client-section .gallery-uploader .loader .circle {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    position: relative;
    height: 80px;
    left: 0;
    top: calc(50% - 40px);
    width: 80px;
    margin: 0 auto
}

.client-section .image-preview {
    text-align: center;
    padding: 30px 0
}

.client-section .image-preview img {
    max-width: 350px;
    max-height: 200px
}

.client-section .note-editor .panel-heading {
    background: #ededed
}

.client-section .note-editor .note-editable {
    height: 300px
}

.client-section .table {
    margin: 20px 0 40px
}

.client-section .table th {
    border-top: none
}

.client-section .table .actions a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}

.client-section .pagination {
    margin-bottom: 20px
}

.client-section .note-editor .note-editable p {
    padding-top: 0;
    padding-bottom: 20px
}

.client-section .label {
    display: inline;
    padding: 5px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.client-section .label.label-warning {
    background-color: #00c0ef !important
}

.client-section .label.label-danger {
    background-color: #dd4b39 !important
}

.client-section .label.label-success {
    background-color: #41b334 !important
}

.client-section .list {
    margin-bottom: 40px
}

.client-section .list .item {
    margin: 5px 0
}

.client-section .list .item .name {
    font-weight: bold
}

.client-section .theme_btn.danger {
    background: #ff3a3a;
    color: #fff
}

@media (max-width: 992px) {
    .client-section.logouted-pages .comment_from {
        width: 100%
    }
}

@media (max-width: 992px) {
    .client-section .causes_left_sidebar {
        padding: 0
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.callout {
    font-size: 16px;
    color: #000;
    padding: 20px
}

.callout h4 {
    font-size: 16px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0
}

.callout p:last-child {
    margin-bottom: 0
}

.callout.callout-danger, .callout.callout-warning {
    border-bottom: 5px solid red;
    background: #fde9e6
}

.callout.callout-info {
    border-bottom: 5px solid #0097bc;
    background: #0097bc
}

.callout.callout-success {
    border-bottom: 5px solid #00733e;
    background: #e5ece9
}

.callout.callout-delete button {
    margin-top: 10px
}

.callout.callout-delete button.yes {
    background: red;
    color: #fff
}

.callout.callout-delete button.no {
    background: #ddd
}

.callout.info {
    background: #f7f7f7;
    border-left: 5px solid #b59f86
}

#callout-catcher {
    position: relative;
    top: -100px
}

.list_causes .company-card {
    border-bottom: 1px solid #f1f1f1
}

.list_causes .company-card h2.heding {
    padding-top: 0;
    padding-bottom: 5px
}

.list_causes .company-card .category {
    margin-bottom: 5px
}

.list_causes .company-card .category ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.list_causes .company-card .category ul li {
    display: inline-block;
    vertical-align: top;
    color: #b59f86
}

.list_causes .company-card .category ul li:after {
    content: ">";
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-weight: bold;
    margin: 0 10px
}

.list_causes .company-card .category ul li:last-of-type:after {
    display: none
}

.list_causes .company-card .media {
    display: block
}

.list_causes .company-card .media a {
    color: #b59f86
}

.list_causes .causes_img {
    height: 137px;
    line-height: 137px
}

@media (max-width: 1200px) {
    .list_causes .company-card .media a {
        font-size: 14px
    }
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #b59f86;
    border-color: #b59f86
}

.pagination .page-item .page-link {
    color: #b59f86
}

.causes_details {
    padding-bottom: 80px
}

.causes_details .head-image {
    text-align: center;
    margin-bottom: 40px
}

.causes_details .gallery {
    height: 70px
}

.causes_details .gallery .item {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #dedede;
    width: 80%;
    height: 69px;
    text-align: center;
    line-height: 63px;
    margin-left: auto;
    margin-right: auto;
    background: #fff
}

.causes_details .gallery .item img {
    max-width: 80%;
    max-height: 60px
}

.causes_details .gallery .sliderArrow.small .fa {
    position: relative;
    top: calc(50% - 40px);
    font-size: 26px
}

.causes_details .media {
    padding-bottom: 40px;
    display: block
}

.causes_details .media .media-body {
    padding-left: 20px;
    padding-top: 15px
}

.causes_details .media .media-body li {
    font: 400 16px/30px "Source Sans Pro", sans-serif;
    color: #515151;
    display: block
}

.causes_details .media .media-body li i {
    color: #b59f86;
    font-size: 20px;
    padding-right: 15px
}

.causes_details .media .media-body li span {
    padding-left: 0;
    width: 35px;
    display: inline-block;
    text-align: center
}

.causes_details .media .media-body li .paramName {
    color: #b59f86;
    font-weight: bold;
    width: auto
}

.causes_details .media .media-body a {
    color: #b59f86
}

.causes_details .category {
    margin-bottom: 40px;
    text-align: center
}

.causes_details .category ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.causes_details .category ul li {
    display: inline-block;
    vertical-align: top;
    color: #b59f86
}

.causes_details .category ul li:after {
    content: ">";
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-weight: bold;
    margin: 0 10px
}

.causes_details .category ul li:last-of-type:after {
    display: none
}

.causes_details .details {
    border-top: 1px solid #e9e3e3;
    padding-bottom: 30px
}

.causes_details .details .table {
    margin-top: 15px
}

.causes_details .donations_details {
    border-bottom: 0
}

.causes_details .donations_details h1, .causes_details .donations_details h2 {
    padding-top: 0
}

.causes_details .donations_details .c_location {
    position: relative;
    top: 35px
}

.list_causes .projectCard h2.heding {
    padding-top: 0;
    padding-bottom: 5px
}

.list_causes .projectCard .category {
    margin-bottom: 5px
}

.list_causes .projectCard .category ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.list_causes .projectCard .category ul li {
    display: inline-block;
    vertical-align: top;
    color: #b59f86
}

.list_causes .projectCard .category ul li:after {
    content: ">";
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-weight: bold;
    margin: 0 10px
}

.list_causes .projectCard .category ul li:last-of-type:after {
    display: none
}

.list_causes .projectCard .media {
    display: block
}

.list_causes .projectCard .media a {
    color: #b59f86
}

.list_causes .causes_img {
    height: 137px;
    line-height: 137px
}

.list_causes .project-info-wrap {
    padding: 15px 0
}

.list_causes .project-info-wrap .left {
    text-align: center
}

.list_causes .project-info-wrap .right .item {
    margin: 8px 0
}

.list_causes .btn_2 {
    float: right
}

.blog_item.eventCard .heding {
    padding-bottom: 0
}

.blog_item.eventCard .price span {
    color: #212529;
    font-weight: normal
}

.causes_details.eventDetail .donations_details .c_location {
    top: 0
}

.causes_details.eventDetail .donations_details .c_location a {
    color: #515151
}

.causes_details.eventDetail .donations_details .media-body {
    padding: 0
}

.causes_details.eventDetail .donations_details .media-body li {
    padding: 5px 0
}

.causes_details.productDetail .buyButton {
    margin-top: 15px
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 2px;
    margin-bottom: 15px;
    color: #fff
}

.info-box.bg-aqua {
    background: #00e4ef
}

.info-box.dark-blue {
    background: #3c5960
}

.info-box.main-yellow {
    background: #b59f86
}

.info-box.green {
    background: #00efb8
}

.info-box.bg-red {
    background: #ef5151
}

.info-box.dark-green {
    background: #358b3b
}

.info-box.grey {
    background: #787878
}

.info-box.orange {
    background: #e9a959
}

.info-box a {
    color: inherit
}

.info-box .info-box-text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 11px
}

.info-box small {
    font-size: 14px
}

.info-box .progress {
    background: rgba(0, 0, 0, .2);
    margin: 5px -10px 5px -10px;
    height: 2px;
    border-radius: 0
}

.info-box .progress .progress-bar {
    border-radius: 0;
    background: #fff
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, .2)
}

.info-box-icon > img {
    max-width: 100%
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px
}

.progress-description {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase
}

.info-box-more {
    display: block
}

.progress-description {
    margin: 0
}

.homepage .list_causes .company-card .description {
    min-height: 72px
}

.homepage .list_causes .causes .media .media-body {
    padding-left: 0;
    padding-top: 15px
}

.homepage .tittle_2 {
    display: block;
    overflow: hidden;
    padding-bottom: 70px
}

.homepage .tittle_2 h2 {
    font: 700 38px/52px "Josefin Sans", sans-serif;
    color: #272626;
    display: inline-block;
    float: left;
    padding-bottom: 15px;
    position: relative;
    max-width: 545px
}

.homepage .tittle_2 h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b59f86;
    height: 4px;
    width: 58px
}

.homepage .tittle_2 .theme_btn {
    background-color: rgba(0, 0, 0, 0);
    min-width: 194px;
    line-height: 48px;
    float: right;
    margin-top: 25px
}

.homepage .mobile-button {
    display: none
}

@media (max-width: 1200px) {
    .homepage .list_causes .company-card .description {
        min-height: 100px
    }
}

@media (max-width: 767px) {
    .homepage .tittle_2 {
        padding-bottom: 10px
    }
}

@media (max-width: 767px) {
    .homepage .tittle_2 .theme_btn {
        display: none
    }
}

@media (max-width: 767px) {
    .homepage .mobile-button {
        display: block;
        width: 100%;
        margin-top: 60px
    }
}

@media (max-width: 1200px) {
    .homepage .upcoming_event .event .media-body h6 {
        height: 46px
    }
}

@media (max-width: 1200px) {
    .homepage .upcoming_event .event .media-body h6 span {
        padding-left: 0;
        margin-top: 10px;
        display: block
    }
}

.footer_area {
    display: block;
    overflow: hidden;
    background: url(/template/default/images/default/footer-bg.jpg?v=2) no-repeat top center fixed;
    background-size: cover;
    padding-top: 50px
}

.footer_area .motivation {
    background-color: rgba(60, 111, 151, 0.3607843137);
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    font-size: 20px
}

.footer_area .note {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px
}

.footer_area .footer_logo {
    text-align: center;
    margin: 40px 0
}

.footer_area .footer_inner {
    position: relative;
    background-color: rgba(60, 111, 151, 0.3607843137)
}

.footer_area .footer_inner .footer_logo {
    margin-bottom: 30px;
    padding-top: 30px
}

.footer_area .footer_inner .footer_logo img {
    max-width: 100%
}

.footer_area .footer_inner .footer_logo p {
    font: 400 16px/34px "Source Sans Pro", sans-serif;
    color: hsla(0, 0%, 100%, .702);
    padding: 35px 0 50px
}

.footer_area .footer_inner .footer_logo .footer_social {
    padding-bottom: 55px
}

.footer_area .footer_inner .footer_logo .footer_social li {
    display: inline-block;
    padding-left: 25px
}

.footer_area .footer_inner .footer_logo .footer_social li:first-child {
    padding-left: 0
}

.footer_area .footer_inner .footer_logo .footer_social li a {
    padding: 0;
    color: #c9c8c8;
    font-size: 17px
}

.footer_area .footer_inner .footer_logo .footer_social li a i:before, .footer_area .footer_inner .footer_logo .footer_social li a i.quickly_easily:after {
    speak: none;
    display: block;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-animation: TopToBottom .3s forwards;
    -moz-animation: TopToBottom .3s forwards;
    animation: TopToBottom .3s forwards
}

.footer_area .footer_inner .footer_logo .footer_social li a:hover, .footer_area .footer_inner .footer_logo .footer_social li a:focus {
    color: #b59f86
}

.footer_area .footer_inner .footer_logo .footer_social li a:hover i:before, .footer_area .footer_inner .footer_logo .footer_social li a:hover i.quickly_easily:after {
    -webkit-animation: BottomToTop .3s forwards;
    -moz-animation: BottomToTop .3s forwards;
    animation: BottomToTop .3s forwards
}

.footer_area .footer_inner .footer_logo .footer_social li a:focus i:before, .footer_area .footer_inner .footer_logo .footer_social li a:focus i.quickly_easily:after {
    -webkit-animation: BottomToTop .3s forwards;
    -moz-animation: BottomToTop .3s forwards;
    animation: BottomToTop .3s forwards
}

.footer_area .footer_inner .footer_logo .request_btn {
    font: 600 16px/1 "Josefin Sans", sans-serif;
    color: #c9c8c8;
    display: block
}

.footer_area .footer_inner .footer_logo .request_btn i {
    font-size: 13px;
    color: #b59f86;
    position: relative;
    left: 20px;
    position: relative
}

.footer_area .footer_inner .footer_logo .request_btn:hover, .footer_area .footer_inner .footer_logo .request_btn:focus {
    color: #b59f86
}

.footer_area .footer_inner .footer_logo .request_btn:hover i, .footer_area .footer_inner .footer_logo .request_btn:focus i {
    left: 10px
}

.footer_area .footer_inner .campaign {
    padding-left: 75px;
    padding-right: 40px;
    padding-top: 100px
}

.footer_area .footer_inner .campaign li {
    padding: 20px 0 25px;
    position: relative
}

.footer_area .footer_inner .campaign li:last-child:after {
    display: none
}

.footer_area .footer_inner .campaign li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #47759b;
    width: 238px
}

@media (max-width: 992px) {
    .footer_area .footer_inner .campaign li:after {
        width: 100%
    }
}

.footer_area .footer_inner .campaign li a {
    font: 600 17px/32px "Source Sans Pro", sans-serif;
    color: #7c7b7b
}

.footer_area .footer_inner .campaign li a:hover, .footer_area .footer_inner .campaign li a:focus {
    color: #b59f86
}

.footer_area .footer_inner .quick_contact {
    padding: 30px 30px 70px 40px
}

.footer_area .footer_inner .quick_contact h4 {
    text-align: center;
    position: relative;
    color: #fff;
    font: 500 20px/1 "Josefin Sans", sans-serif;
    padding-top: 15px;
    padding-bottom: 23px;
    margin-bottom: 40px
}

.footer_area .footer_inner .quick_contact h4:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #b59f86;
    margin: 0 auto
}

.footer_area .footer_inner .quick_contact .media {
    margin-bottom: 60px
}

.footer_area .footer_inner .quick_contact .media i:before, .footer_area .footer_inner .quick_contact .media i.quickly_easily:after {
    font-size: 60px;
    line-height: 1;
    color: #fff
}

.footer_area .footer_inner .quick_contact .media .media-body {
    padding-left: 30px
}

.footer_area .footer_inner .quick_contact .media .media-body h6 {
    color: #fff;
    font: 600 18px/1 "Source Sans Pro", sans-serif;
    padding-bottom: 15px
}

.footer_area .footer_inner .quick_contact .media .media-body a {
    font: 600 18px/1 "Source Sans Pro", sans-serif;
    color: #949494;
    display: block
}

.footer_area .footer_inner .quick_contact .media .media-body a:hover, .footer_area .footer_inner .quick_contact .media .media-body a:focus {
    color: #b59f86
}

.footer_area .footer_inner .quick_contact .media .media-body .phone_no {
    color: #fff;
    font: 500 22px/1 "Josefin Sans", sans-serif
}

.footer_area .request_btn {
    display: block;
    text-align: center;
    color: #fff;
    margin: 20px 0;
    margin-top: 80px
}

.footer_area .request_btn img {
    max-width: 30px;
    margin-bottom: 10px
}

.footer_area .footer_menu {
    padding: 55px 0 60px;
    text-align: center
}

.footer_area .footer_menu .footer_nav {
    padding-top: 15px
}

.footer_area .footer_menu .footer_nav li {
    padding-right: 20px;
    display: inline-block
}

@media (max-width: 992px) {
    .footer_area .footer_menu .footer_nav li {
        display: block;
        padding: 0
    }
}

.footer_area .footer_menu .footer_nav li:last-child {
    padding: 0
}

.footer_area .footer_menu .footer_nav li a {
    text-transform: uppercase;
    font: 900 15px/32px "Josefin Sans", sans-serif;
    color: #fff
}

.footer_area .footer_menu .footer_nav li a:hover, .footer_area .footer_menu .footer_nav li a:focus {
    color: #b59f86
}

.footer_area .footer_menu .input-group {
    border-bottom: 2px solid #525151;
    padding-bottom: 20px
}

.footer_area .footer_menu .input-group .form-control {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 0;
    font: 400 italic 16px/40px "Source Sans Pro", sans-serif;
    color: #9a9999
}

.footer_area .footer_menu .input-group .form-control.placeholder, .footer_area .footer_menu .input-group .form-control:-moz-placeholder, .footer_area .footer_menu .input-group .form-control::-moz-placeholder, .footer_area .footer_menu .input-group .form-control::-webkit-input-placeholder {
    color: #9a9999
}

.footer_area .footer_menu .input-group .form-control:focus.placeholder, .footer_area .footer_menu .input-group .form-control:focus:-moz-placeholder, .footer_area .footer_menu .input-group .form-control:focus::-moz-placeholder, .footer_area .footer_menu .input-group .form-control:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.footer_area .footer_menu .input-group .input-group-text {
    padding: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 22px;
    color: #b59f86;
    cursor: pointer
}

.footer_area .footer_menu .input-group .input-group-text:hover, .footer_area .footer_menu .input-group .input-group-text:focus {
    color: #fff
}

.footer_area .copy_right {
    background: #f5f5f5;
    display: block;
    overflow: hidden;
    padding: 30px 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0
}

.footer_area .copy_right p {
    font: 400 16px/32px "Source Sans Pro", sans-serif;
    color: rgba(0, 0, 0, .8)
}

.footer_area .copy_right p a {
    color: rgba(0, 0, 0, .8)
}

.footer_area .copy_right p a:hover, .footer_area .copy_right p a:focus {
    color: #b59f86
}

@media (max-width: 1590px) {
    .quickly_easily {
        overflow: hidden
    }

    .quickly_easily:before, .quickly_easily:after {
        display: none
    }

    .mha_2 .header_menu .navbar .navbar_supported ul {
        padding-left: 38px
    }

    .main_header_area .header_menu .navbar .navbar_supported ul li a {
        font-size: 13px;
        margin: 5px 18px
    }

    .main_header_area .header_menu .contact-us {
        right: -28px
    }
}

@media (max-width: 1440px) {
    .latestc_causes .causes .theme_btn {
        min-width: 130px
    }

    .latestc_causes .causes .btn_2 {
        min-width: 120px
    }
}

@media (max-width: 1199px) {
    .main_header_area .header_menu .contact-us {
        right: -6px;
        width: 151px
    }

    .top_header_area .left_menu li .help {
        margin-left: 70px
    }

    .main_header_area .header_menu .navbar .navbar_supported ul li a {
        font-size: 12px;
        margin: 5px 11px
    }

    .main_header_area .header_menu .fixed-item {
        width: 108px
    }

    .header_top_area .header_social li a.header-btn {
        font: 600 13px/78px "Source Sans Pro", sans-serif;
        padding: 20px !important
    }

    .main_header_area .navbar-brand img {
        max-width: 150px
    }

    .header_top_area .header_social li {
        padding-left: 13px
    }

    .mha_2 .header_menu .navbar .navbar_supported ul {
        padding-left: 40px
    }

    .footer_area .footer_inner .campaign {
        padding-left: 15px;
        padding-right: 15px
    }

    .customers_more {
        text-align: center
    }

    .customers_more h3 {
        margin: 0 auto;
        float: none
    }

    .customers_more .theme_btn {
        float: none
    }

    .about_croudhelp .about_content .content {
        padding-left: 15px;
        padding-right: 15px
    }

    .about_croudhelp .about_content .content h2 {
        font-size: 24px;
        line-height: 30px
    }

    .ac_2 .about_content .content_video {
        right: -15px
    }

    .become_inner {
        text-align: center
    }

    .become_inner:before, .become_inner.quickly_easily:after {
        display: none
    }

    .become_inner p {
        padding-top: 10px
    }

    .become_inner .theme_btn {
        position: initial;
        margin-top: 20px
    }

    .testimonial_area .testimonial_slide .media {
        margin-left: 0
    }

    .ue_2 .event_b {
        max-width: 585px;
        margin: 0 auto
    }

    .charity_communities .content .theme_btn {
        position: initial;
        margin-top: 30px
    }
}

@media (max-width: 991px) {
    .top_header_area {
        padding: 10px 0
    }

    .top_header_area .left_menu .right_nav {
        text-align: center
    }

    .top_header_area .header_social {
        float: none;
        text-align: center;
        justify-content: center
    }

    .header_top_area .left_menu {
        display: none
    }

    .header_top_area .header_social {
        float: none;
        text-align: center
    }

    .header_top_area .header_social li a {
        line-height: 50px !important
    }

    .header_top_area .header_social li a.theme_btn {
        min-width: 150px
    }

    .header_top_area .header_social li.login_btn a {
        border: 0
    }

    .main_header_area .header_menu {
        position: relative
    }

    .main_header_area .header_menu .navbar {
        width: 100%
    }

    .main_header_area .header_menu .navbar .navbar-toggler {
        font-size: 30px;
        color: #b59f86;
        padding: 0;
        margin: 0;
        padding-left: 20px;
        line-height: 70px;
        border: 0
    }

    .main_header_area .header_menu .navbar .navbar-toggler i {
        position: relative;
        top: 4px
    }

    .main_header_area .header_menu .navbar .navbar-nav {
        margin: 0;
        border-top: 1px solid #fff;
        max-height: 370px;
        overflow-y: auto;
        padding-left: 0 !important;
        border-bottom: 1px solid #e4e4e4
    }

    .main_header_area .header_menu .navbar .navbar-nav li {
        border-bottom: 1px solid #e4e4e4;
        background: #fff
    }

    .main_header_area .header_menu .navbar .navbar-nav li:last-child {
        border: 0
    }

    .main_header_area .header_menu .navbar .navbar-nav li a {
        line-height: 45px !important;
        margin: 0 20px !important
    }

    .main_header_area .header_menu .navbar .navbar-nav li a.nav-link {
        color: #b59f86;
        font-weight: normal
    }

    .main_header_area .header_menu .navbar .navbar-nav li a:after {
        display: none !important
    }

    .main_header_area .header_menu .navbar .navbar-nav li.dropdown {
        position: relative
    }

    .main_header_area .header_menu .navbar .navbar-nav li.dropdown:after {
        content: "";
        position: absolute;
        top: 0;
        right: 20px;
        font: normal normal normal 15px/48px FontAwesome;
        color: #fff
    }

    .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        border-top: 1px solid #fff
    }

    .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu:before, .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu.quickly_easily:after {
        display: none
    }

    .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu li a {
        border: 0;
        color: #fff
    }

    .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu li a:hover, .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu li a:focus, .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu li a.active {
        color: #fff;
        border: 0
    }

    .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu .dropdown:after {
        display: none
    }

    .main_header_area .header_menu .search_button_content {
        position: absolute;
        right: 0;
        top: 0
    }

    .main_header_area .header_menu .search_button_content .search_dropbown a {
        line-height: 70px !important
    }

    .main_header_area .header_menu .contact-us {
        background: #91795c;
        width: initial
    }

    .main_header_area.navbar_fixed .header_menu .navbar .navbar-toggler {
        line-height: 60px
    }

    .main_header_area.navbar_fixed .navbar .navbar_supported ul li a {
        padding-top: 0
    }

    .main_header_area.navbar_fixed .navbar .navbar_supported ul li .sub-menu li a {
        margin-left: 40px !important
    }

    .mha_2 .header_menu .navbar .navbar_supported ul {
        background: #b59f86
    }

    .mha_2 .header_menu .navbar .navbar_supported ul li a:before, .mha_2 .header_menu .navbar .navbar_supported ul li a.quickly_easily:after {
        display: none
    }

    .mha_2 .header_menu .search_button_content {
        right: 20px
    }

    .mha_2 .header_menu .search_button_content li .call_support {
        display: none
    }

    .mha_2 .header_menu .search_button_content .search_dropbown a {
        padding-right: 10px;
        margin-top: 7px !important
    }

    .mha_2 .header_menu .navbar .navbar-toggler {
        z-index: 999
    }

    .header {
        position: relative;
        background: #000
    }

    .footer_area {
        padding-top: 40px
    }

    .footer_area .footer_inner .quick_contact, .footer_area .footer_menu .input-group {
        margin-top: 30px
    }

    .meet_kids_area {
        padding: 100px 0
    }

    .meet_kids_area .meet_video {
        padding-right: 15px
    }

    .meet_kids_area .meet_video .video_inner {
        max-width: 600px
    }

    .meet_kids_area .story_col {
        padding-left: 15px
    }

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

    .about_croudhelp {
        display: block
    }

    .about_croudhelp .about_img {
        padding: 0 15px 30px
    }

    .about_croudhelp .about_content .content h4 {
        padding-bottom: 15px
    }

    .about_croudhelp .about_content .content_video {
        padding-left: 15px;
        margin: 0
    }

    .testimonial_area .testimonial_slide .media {
        margin-left: 0
    }

    .testimonial_area .testimonial_slide .t_text {
        padding: 20px 15px 40px
    }

    .latest_news .tittle_2 {
        padding-bottom: 20px
    }

    .ac_2 {
        padding-bottom: 80px
    }

    .ac_2 .about_content .content_video {
        right: 0;
        padding-right: 15px;
        padding-bottom: 40px
    }

    .pages_banner {
        padding-top: 200px
    }

    .pages_banner h2 {
        font-size: 25px
    }

    .pages_banner .breadcrumb {
        padding-top: 60px
    }

    .history_area .history_content {
        padding-left: 15px;
        padding-top: 40px
    }

    .charity_communities .content .small_p {
        padding-left: 15px
    }

    .charity_communities .orphans_life {
        padding: 20px;
        text-align: center
    }

    .charity_communities .orphans_life .media {
        display: block
    }

    .charity_communities .orphans_life .media .popup-youtube {
        margin: 0 auto
    }

    .charity_communities .orphans_life .media .media-body {
        padding-left: 0;
        padding-top: 30px
    }

    .charity_communities .orphans_life .media .media-body p {
        font-size: 18px;
        line-height: 26px
    }

    .right_sidebar {
        padding-top: 80px
    }

    .make_donation .donation_faq .donation_c {
        padding: 0 15px !important
    }
}

@media (max-width: 767px) {
    .main_slider_area #main_slider .theme_btn {
        min-width: 150px !important;
        font-size: 15px !important;
        line-height: 45px !important
    }

    .latestc_causes {
        padding: 100px 0 70px
    }

    .tittle h2 {
        font-size: 24px;
        padding-bottom: 40px
    }

    .tittle p {
        font-size: 16px;
        margin-top: 10px
    }

    .about_croudhelp .about_content .content_video {
        display: block;
        padding-right: 15px;
        padding-top: 0
    }

    .about_croudhelp .about_content .content_video .video_inner {
        justify-content: left;
        max-width: 377px;
        margin-top: 30px
    }

    .about_croudhelp .about_content .content_video .video_inner .popup-youtube {
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .about_croudhelp .about_content .content_video .video_p {
        max-width: 100%;
        padding-left: 0
    }

    .latest_news .tittle_2 h2 {
        font-size: 25px;
        line-height: 35px
    }

    .latest_news .tittle_2 .theme_btn {
        float: none
    }

    .latest_news .news_items {
        max-width: 100%;
        margin: 0 auto 30px
    }

    .crowdhope_charity h2 {
        font-size: 25px;
        line-height: 35px
    }

    .crowdhope_charity h3 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px
    }

    .crowdhope_charity .mission_from .form-group {
        margin-bottom: 20px
    }

    .crowdhope_charity .mission_from .form-group .theme_btn {
        margin: 0
    }

    .volunteer_area {
        padding: 80px 0 50px
    }

    .customers_more h3 {
        font-size: 20px;
        line-height: 35px
    }

    .cc_2 .mission_from h3 {
        padding-top: 10px
    }

    .become_inner {
        padding: 25px 15px
    }

    .become_inner h3 {
        font-size: 20px
    }

    .history_area {
        padding: 80px 0
    }

    .charity_communities .content h2 {
        font-size: 25px;
        line-height: 35px
    }

    .cm_2 {
        margin-top: 0
    }

    .list_causes {
        padding-top: 60px
    }

    .list_causes .causes {
        max-width: 370px;
        margin: 0 auto;
        min-width: auto
    }
}

@media (max-width: 767px)and (max-width: 767px) {
    .list_causes .causes {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .list_causes .causes .causes_img {
        margin: 40px 0 20px
    }

    .list_causes .load_more .theme_btn {
        margin-top: 50px
    }

    .donations_details h2 {
        font-size: 25px;
        line-height: 35px
    }

    .donations_details .raised {
        display: block;
        text-align: center
    }

    .donations_details .raised .s_chart {
        margin: 20px auto
    }

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

    .details .slider_end_p {
        font-size: 18px;
        line-height: 30px
    }

    .donations_details .datails_timar {
        padding-bottom: 10px
    }

    .donations_details .datails_timar .timer {
        padding-bottom: 15px
    }

    .donations_details .datails_timar .book_now {
        position: initial
    }

    .donations_details .datails_timar .event_date li .theme_btn {
        margin: 0
    }

    .details_2 iframe {
        height: 300px
    }

    .grid_gallery_area .grid_gallery_inner .grid_gallery_item_inner .grid_gallery_item {
        max-width: 370px;
        margin: 0 auto 30px
    }

    .faq_area .faq_items {
        padding-bottom: 30px
    }

    .map_area .mapBox {
        height: 300px
    }

    .main_slider_area #main_slider .tb_2, .main_slider_area #main_slider .tb_3 {
        display: none
    }
}

@media (max-width: 575px) {
    .top_header_area .header_social li.login_btn {
        padding-right: 0;
        padding-left: 20px
    }

    .top_header_area .header_social li .call_support {
        display: none
    }

    .top_header_area .left_menu li:last-child {
        display: none
    }

    .top_header_area .left_menu li .help {
        margin-right: 0
    }

    .main_header_area .header_menu .search_button_content li .theme_btn {
        min-width: 130px;
        font-size: 15px
    }

    .main_header_area .header_menu .search_button_content li.search_dropbown {
        padding: 0 20px
    }

    .footer_area .footer_inner .quick_contact {
        padding: 30px 15px
    }

    .footer_area .footer_inner .quick_contact .media {
        margin-bottom: 30px
    }

    .footer_area .footer_inner .quick_contact .media .media-body .phone_no {
        font-size: 16px
    }

    .meet_kids_area .story_col .change_story {
        padding: 30px 20px
    }

    .meet_kids_area .story_col .change_story .media {
        display: block
    }

    .meet_kids_area .story_col .change_story .media .media-body {
        text-align: left;
        margin-top: 20px
    }

    .meet_kids_area .story_col .change_story .time {
        padding-top: 15px
    }

    .quickly_easily h2 {
        font-size: 20px
    }

    .quickly_easily p {
        font-size: 16px;
        padding-top: 10px
    }

    .quickly_easily .call_support {
        padding: 0;
        display: block;
        padding-top: 10px
    }

    .upcoming_event .tittle {
        padding-bottom: 40px
    }

    .upcoming_event .event {
        padding-left: 0 !important;
        padding-bottom: 30px !important
    }

    .upcoming_event .event h2 {
        margin-right: 20px
    }

    .upcoming_event .event h2 b {
        font-size: 30px;
        margin-bottom: 10px
    }

    .upcoming_event .event .media-body {
        padding-left: 15px;
        padding-top: 0
    }

    .upcoming_event .event .media-body a {
        font-size: 18px;
        line-height: 26px
    }

    .upcoming_event .event .media-body h6 span {
        display: block;
        padding: 0;
        padding-top: 5px
    }

    .upcoming_event .event_right {
        padding-left: 15px
    }

    .testimonial_area {
        padding: 100px 0
    }

    .testimonial_area .testimonial_slide .item {
        max-width: 370px;
        margin: 0 auto
    }

    .comments_area .comment {
        display: block;
        text-align: center
    }

    .comments_area .comment .media-body {
        padding-left: 0;
        padding-top: 20px
    }

    .details .author {
        display: block;
        text-align: center
    }

    .details .author .media-body {
        padding-left: 0;
        padding-top: 20px
    }

    .details .author .media-body .share_btn {
        float: none;
        display: block;
        padding-top: 5px
    }

    .details .author .media-body .share_btn li a {
        padding-left: 0;
        padding-right: 10px
    }

    .events_item {
        padding-bottom: 20px;
        margin-bottom: 30px
    }

    .events_item .media .media-body {
        padding-left: 15px
    }

    .events_item .media .media-body h6 span {
        padding: 0;
        padding-top: 5px;
        display: block
    }

    .events_item .media .media-body a {
        font-size: 16px;
        line-height: 26px;
        padding-top: 7px
    }

    .events_item .media h2 {
        margin-right: 15px
    }

    .events_item .media h2 b {
        font-size: 30px;
        margin-bottom: 10px
    }

    .make_donation .donation_faq {
        padding: 30px 15px
    }

    .make_donation .donation_faq .time_btn .theme_btn {
        margin-bottom: 5px
    }

    .blog_details .details_inner h2 {
        font-size: 25px
    }
}

@media (max-width: 420px) {
    .main_slider_area #main_slider .theme_btn {
        min-width: 100px !important;
        font-size: 10px !important;
        line-height: 27px !important
    }

    .widget .supporters .media-left a span {
        float: left;
        padding: 5px 0
    }

    .blog_area .pagination li.dot {
        margin: 0;
        padding-right: 1px
    }
}

.user-profile {
    text-align: left;
    font-weight: 300
}

.user-profile .image {
    text-align: center;
    margin-bottom: 10px
}

.user-profile .image img {
    max-height: 100px
}

.user-profile .fa {
    color: #6380a8
}

.user-profile .theme_btn {
    margin-top: 20px
}

.user-profile .theme_btn .fa {
    color: #fff
}

.user-profile .line {
    margin-left: 15px
}

.user-profile .item {
    margin: 8px 0
}

.sub-menu {
    background: #fff;
    width: initial !important;
    min-width: 250px;
    padding: 0 !important;
    margin: 0
}

@media (min-width: 992px) {
    .sub-menu {
        display: none;
        position: absolute
    }
}

@media (max-width: 992px) {
    .sub-menu {
        border-top: 1px solid #e4e4e4
    }
}

.sub-menu a {
    color: #bea88e !important;
    position: relative
}

.top-total-price {
    font-size: 18px;
    margin: 30px 0
}

.ads .price {
    font-size: 20px;
    margin-bottom: 20px
}

.aaa-section.margin-bottom {
    margin-bottom: 40px
}

.aaa-section img {
    max-width: 100%
}

.pagi-nav {
    margin-bottom: 30px
}

.pagi-nav .page-link {
    font-size: 16px !important;
    height: 38px;
    line-height: 26px !important
}

.pagi-nav .active .page-link {
    line-height: 26px !important
}

.grecaptcha-badge {
    display: none
}

.header .header_menu .navbar {
    padding: 0
}

.header .header_menu .navbar .navbar-brand {
    margin-right: 0
}

.header .header_menu .navbar .navbar-brand img {
    position: relative;
    top: -10px;
    right: -20px
}

@media (max-width: 992px) {
    .header .header_menu .navbar .navbar-brand img {
        height: 50px;
        top: 0;
        right: 0
    }
}

.header .header_menu .navbar .navbar-nav {
    margin-top: 8px
}

.header .header_menu .navbar .navbar-nav li {
    padding: 0 20px
}

@media (max-width: 1200px) {
    .header .header_menu .navbar .navbar-nav li {
        padding: 0 10px
    }
}

.header .header_menu .navbar .navbar-nav .sub-menu li {
    padding: 0
}

.header .header_menu .navbar .navbar-nav .sub-menu li a:before {
    display: none
}

.header .header_menu .navbar .navbar-nav .sub-menu li a:hover span {
    color: #000
}

.header .languages {
    background: #3d3d3dcf;
    padding: 0 20px
}

.header .languages li {
    width: 30%;
    text-align: center
}

.header .languages li a {
    color: #fff;
    text-transform: uppercase
}

.header .languages li a.active {
    color: #8a7357;
    text-decoration: underline;
}

.separator-line {
    height: 10px;
    width: 100%;
    border-radius: 3px;
    background: linear-gradient(to right, #6097ac, transparent);
    display: block
}
