
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,900&display=swap&subset=latin-ext');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #818181;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #424242;
    font-family: 'Playfair Display', serif;
}
p {
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a,
a:hover {
    text-decoration: none;
}

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

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

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

/*=== header-top ====*/
.header-area .header-top {
    background-color: #fff;
}
.header-area .header-top .ostion-top-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header-area .header-top .ostion-top-wrap .ostion-logo {
    height: 120px;
    display: table;
    vertical-align: middle;
}
.header-area .header-top .ostion-top-wrap .ostion-logo a {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}
.header-area .header-top .ostion-top-wrap .header-btn .theme-btn,
.header-area .header-top .ostion-top-wrap .header-btn .theme-btn:after {
    background-color: #512883;
}
.header-area .header-top .ostion-top-wrap .header-btn .theme-btn:hover,
.header-area .header-top .ostion-top-wrap .header-btn .theme-btn:hover:after {
    background-color: #f1ae44;
}
.header-area .header-top .ostion-top-wrap .ostion-menu {
    height: 120px;
    position: relative;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .mobile-menu-toggle {
    position: absolute;
    right: 15px;
    top: 0;
    color: #232323;
    font-size: 21px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: rgba(35, 35, 35, 0.1);
    line-height: 37px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .mobile-menu-toggle:hover {
    background-color: #ff7607;
    color: #fff;
}
/*==== main-navigation =====*/
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 16px;
    height: 120px;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li {
    display: inline-block;
    position: relative;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li:last-child a {
    margin-right: 0;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li:hover .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
/*=== dropdown menu ===*/
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item {
    position: absolute;
    left: 0;
    top: 120%;
    min-width: 230px;
    background-color: #fff;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    z-index: 3;
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,.10);
    -moz-box-shadow: 0 20px 40px rgba(0,0,0,.10);
    box-shadow: 0 20px 40px rgba(0,0,0,.10);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 30px;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li{
    padding-bottom: 16px;
    display: block;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li:first-child {
    padding-top: 16px;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a{
    padding: 0 0;
    margin: 0;
    line-height: 14px;
    display: inline-block;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a:after {
    bottom: -3px;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li.active> a {
    color: #424242;
    margin-left: 0;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a {
    color: #818181;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 0 28px;
    padding-bottom: 17px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:after {
    content: '';
    height: 1px;
    width: 0;
    background: #424242;
    position: absolute;
    bottom: 18px;
    right: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:hover {
    color: #424242;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social {
    flex: 1;
    float: right;
    font-size: 16px;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li{
    margin-right: 28px;
    display: inline-block;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li:last-child {
    margin-right: 0;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li a i.fa-facebook {
    color: #182eb2;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li a i.fa-twitter {
    color: #31a5ff;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li a i.fa-youtube-play {
    color: #ff2e2e;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li a i.fa-google-plus {
    color: #232323;
}

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

/*==== mobile menu ===*/
.header-area .side-nav-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    background-color: #232323;
    overflow-x: hidden;
    z-index: 999;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.header-area .side-nav-container.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.header-area .side-nav-container .humburger-menu .humburger-menu-lines {
    display: inline-block;
    text-align: right;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 18px;
    opacity: .5;
}
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:before,
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    top: 10px;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    transform: rotate(-43deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:after {
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg);
}
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:hover:before,
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:hover:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.header-area .side-nav-container .side-menu-wrap {
    margin-top: 100px;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item.active .menu-plus-icon:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item:hover > a {
    background-color: rgba(255, 255, 255, 0.12);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:before,
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after {
    position: absolute;
    top: 24px;
    right: 20px;
    content: '';
    width: 11px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu {
    display: none;
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a {
    padding-left: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: rgba(255, 255, 255, 0.7);
}
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a:hover {
    color: #ff7607;
}
/*=== side-social ===*/
.header-area .side-nav-container .side-menu-wrap .side-social {
    margin-top: 30px;
    text-align: center;
}
.header-area .side-nav-container .side-menu-wrap .side-social li {
    display: inline-block;
    padding-right: 12px;
}
.header-area .side-nav-container .side-menu-wrap .side-social li:last-child {
    padding-right: 0;
}
.header-area .side-nav-container .side-menu-wrap .side-social li a {
    font-size: 14px;
    background-color: #50bac3;
    color: #fff;
    padding: 0 5px 0 12px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 35px;
}
.header-area .side-nav-container .side-menu-wrap .side-social li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(2) a,
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(2) a:after,
.header-area .side-nav-container .side-menu-wrap .side-btn .theme-btn,
.header-area .side-nav-container .side-menu-wrap .side-btn .theme-btn:after {
    background-color: #512883;
}
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(3) a,
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(3) a:after {
    background-color: #f1ae44;
}
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(4) a,
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(4) a:after {
    background-color: #863bae;
}
.header-area .side-nav-container .side-menu-wrap .side-btn {
    text-align: center;
    margin-top: 40px;
}
/*==== header-fixed ====*/
.header-fixed {
    background-color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
}
/*===================================
    HEADER AREA 2
=====================================*/
.header-area2{
    position: fixed;
    z-index: 1024;
    width: 100%;
    top: 0;
    left: 0;
}
.header-area2 .header-top {
    background-color: transparent;
}
.header-area2 .header-top.header-fixed {
    background-color: #424242;
}
.header-area2 .header-top-action {
    background-color: #424242;
}
.header-area2 .header-top-action .top-action-content .info-box {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-area2 .header-top-action .top-action-content:before,
.header-area2 .header-top-action .top-action-content:after {
    display: none;
}
.header-area2 .header-top-action .top-action-content .info-box ul.top-action-list li a,
.header-area2 .header-top-action .top-action-content .info-box ul.top-action-list li a i {
    color: #bfbfbf;
}
.header-area2 .header-top-action .top-action-content .info-box ul.top-action-list li a:hover,
.header-area2 .header-top-action .top-action-content .info-box ul.top-action-list li a i:hover {
    color: #f1ae44;
}

.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a,
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li.active> a{
    color: #fff;
}
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:hover,
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li.active> a:hover,
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a:hover{
    color: #f1ae44;
}
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:after {
    background-color: #f1ae44;
}
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a {
    color: #818181;
}
/*===================================
        SLIDER AREA
 =====================================*/
.slider-area  {
    position: relative;
    z-index: 1;
}
.slider-area .single-slide-item {
    background-color: #eee;
    background-position: center center;
    background-size: cover;
    color: #fff;
    height: 840px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.slider-area .single-slide-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 852px;
    height: 100%;
    top: 0;
    left: -110px;
    z-index: -1;
    background-color: rgba(134, 59, 174, 0.80);
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.slider-area .slide-bg1 {
    background-image: url("../images/slider1.jpg");
}
.slider-area .slide-bg2 {
    background-image: url("../images/slider2.jpg");
}
.slider-area .slide-bg3 {
    background-image: url("../images/slider3.jpg");
}
.slider-area .slide-bg4 {
    background-image: url("../images/slider4.jpg");
}
.slider-area .slide-bg5 {
    background-image: url("../images/slider5.jpg");
}
.slider-area .slide-item-table {
    display: table;
    width: 100%;
    height: 100%;
}
.slider-area .slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===================================
    HELPING-AREA
=====================================*/
.helping-area {
    background-image: none;
    background-color: #f2f0ec;
    background-attachment: inherit;
    background-size: inherit;
    background-position: inherit;
}
.helping-area:after {
    display: none;
}
.helping-area .mixer-heading .section__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 49px;
    font-weight: 600;
}
.helping-area .helping-item {
    margin-right: 80px;
}
.helping-area .helping-item .helping-box {
    display: inline-block;
    position: relative;
    width: 88%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    color: #fff;
    z-index: 1;
    background-color: #50bac3;
    text-align: center;
}
.helping-area .helping-item .helping-box i {
    font-size: 45px;
    line-height: 45px;
}
.helping-area .helping-item .helping-box h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 9px;
}
.helping-area .helping-item .helping-box:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-11deg,0deg);
    -moz-transform: skew(-11deg,0deg);
    -ms-transform: skew(-11deg,0deg);
    -o-transform: skew(-11deg,0deg);
    transform: skew(-11deg,0deg);

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

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

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

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

/*===================================
    BLOG AREA
=====================================*/
.blog-area {
    padding-top: 120px;
    padding-bottom: 60px;
}
.blog-area .recent-post-wrap {
    margin-top: 51px;
}
.blog-area .recent-post-wrap .recent-item {
    margin-bottom: 60px;
}
.blog-area .recent-post-wrap .recent-item .recent__img {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    max-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: transparent;
    background-size: 100px;
}

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

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

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

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

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

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

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






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

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

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

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

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


.img-grey {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}