.single-banner-txt h1 span/**
 *
 * ---------------------------------------------------------------------------
 *
 * Template Name: Liftfund | Nonprofit Template
 * Template URL: http://lovesome.biz/tf-template/liftfund
 * Author : urosd
 * Version : 1.0
 *
 * --------------------------------------------------------------------------- 
 *
 */

/*  ---------------------------------------------------------------------------
    Table of Contents
    ---------------------------------------------------------------------------

*	1. global area
*   2. header area
*   3. banner area
*   4. donate wraper area
*   5. about us area
*   6. donate count area
*   7. causes area
*   8. video area
*   9. gallery area
*   10. volunteers area
*   11. events area
*   12. donation area
*   13. testmonial area
*   14. project area
*   15. blog area
*   16. contact area
*   17. footer area

*/

/**
*
* ---------------------------------------------------------------------------
# [Typography]

# Body copy:            'Roboto', sans-serif
# Heading:              'Pathway Gothic One', sans-serif
# Input, textarea:      'Roboto', sans-serif
# Links:                'Roboto', sans-serif

* --------------------------------------------------------------------------- 
*
*/

/*
* ---------------------------------------------------------------------------
* Google Fonts
* ---------------------------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One|Roboto:400,400i,600,600i,700,700i');

/*  ==========================
        global area
    ========================== */

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    position: relative;
    color: #777;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #005588;
}

p {
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    transition: all 0.5s;
    font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.owl-carousel .owl-item img {
    width: auto;
}

::-webkit-input-placeholder {
    color: inherit;
}

button {
    background-color: transparent;
    border: none;
}

button:focus,
input:focus {
    outline: none;
}

.section-padding {
    padding: 100px 0;
}

.no-bottom-padding {
    padding-bottom: 0px !important;
}

/***** ----- preloader part start ----- *****/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    margin-top: -20px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00c0ff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    animation-delay: -1.0s;
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
    }
}

/***** ----- preloader part end ----- *****/

/***** section title star *****/

.title {
    padding: 0 0 80px;
}

.title h2 {
    font-size: 45px;
    position: relative;
    padding: 0 0 10px;
}

.title p {
    padding: 30px 0 0;
    margin: 0;
}

.separate {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 1em;
    color: #005588;
    width: 50px;
    height: 40px;
}

.separate::before {
    position: absolute;
    right: 100%;
    top: 18px;
    content: "";
    background: #005588 padding-box content-box;
    padding: 2px 0 2px 7px;
    border-top: 1px solid #005588;
    width: 115px;
    height: 6px;
}

.separate::after {
    position: absolute;
    left: 100%;
    top: 18px;
    content: "";
    background: #005588 padding-box content-box;
    padding: 2px 7px 2px 0;
    border-top: 1px solid #005588;
    width: 115px;
    height: 6px;
}

.separate-icon {
    position: relative;
    display: block;
    text-align: center;
}

.separate-icon::before {
    position: absolute;
    content: "\f118";
    font-family: fontawesome;
    left: 0;
    right: 0;
    margin: auto;
}

/***** section title end *****/

/***** button part star *****/

.tem-btn {
    width: 150px;
    height: 45px;
    display: inline-block;
    color: #000;
    border-radius: 30px;
    text-transform: capitalize;
    background-color: #FFF;
	border: 1px solid #00c0ff;
	font-weight: 600;
    text-align: center;
    line-height: 45px;
    position: relative;
    overflow: hidden;
	opacity: .7;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 30px;
}

.tem-btn:hover,
.tem-btn:focus {
    color: #00c0ff;
	opacity: 1;
}

.move-eff span {
    z-index: 2;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.move-eff::before {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.move-eff:hover::before {
    opacity: 1;
    -webkit-transform: translate(0px, -190px);
    transform: translate(0px, -190px);
}

.move-eff:hover::after {
    opacity: 1;
    -webkit-transform: translate(0px, -150px);
    transform: translate(0px, -150px);
}

/***** button part end *****/

/***** Scroll top  *****/

#scrollUp {
    bottom: 0;
    right: 54px;
    z-index: 999 !important;
}

#scrollUp i.fa {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #00c0ff;
    transition: 0.5s;
}

/***** page title  *****/

.page-title-area {
    background: url('img/project-bg.jpg') no-repeat scroll center top / cover;
    padding: 180px 0 100px;
    position: relative;
}

.page-title-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .7);
}

.page-title {
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 18px;
    text-align: center;
}

.page-title .title {
    padding-bottom: 0;
}

.page-title .title h2 {
    color: #fff;
    margin: 0;
    padding: 0 0 5px;
    text-transform: capitalize;
    font-size: 36px;
}

.page-title .title h2::before,
.page-title .title h2::after {
    display: none;
}

.page-title i.fa {
    margin: 0 3px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb > li + li::before {
    font-size: 14px;
}

ul.breadcrumb li a {
    color: #00c0ff;
    font-size: 14px;
}

.breadcrumb > .active {
    color: #fff;
    font-size: 14px;
}

/*  ==========================
        header area
    ========================== */

.header-area {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 10px 0;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
}

/***** ----- menu part ----- *****/

nav {
    margin: 0 !important;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.main-menu {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    display: inline-block;
    list-style: outside none none;
    padding: 36px 15px 0;
    position: relative;
}

.main-menu ul li a {
    font-size: 16px;
    color: #fff !important;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: relative;
}

.main-menu ul.nav li a:before {
    width: 100%;
    height: 2px;
    background-color: #00c0ff;
    left: 0;
    top: 41px;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    position: absolute;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    content: "";
}

.main-menu ul li a:hover {
    color: #00c0ff !important;
}

.main-menu ul li.active > a,
.main-menu ul li.active > a:focus,
.main-menu ul li.active > a:hover {
    background-color: transparent !important;
    position: relative;
    color: #00c0ff !important;
}

.main-menu ul li.active a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.main-menu ul li > a:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #fff;
}

.dropdown ul {
    top: 130%;
    background-color: #3A3D44 !important;
    border-bottom: 5px solid #00c0ff !important;
}

.dropdown ul li {
    display: block;
    padding: 0 !important;
}

.dropdown ul.dropdown-menu li a {
    color: #fff !important;
    padding: 5px 10px !important;
    display: block;
    font-size: 14px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent;
}

.dropdown ul li a:before {
    display: none;
}

.dropdown ul li.active a,
.navbar-nav .open .dropdown-menu li a:hover {
    background-color: #00c0ff !important;
    color: #fff !important;
}

.fixed-menu {
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    -webkit-animation-name: stickyslide;
    animation-name: stickyslide;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    padding: 10px 0;
    z-index: 99;
}

.fixed-menu .logo img {
    width: 150px;
}

.fixed-menu .main-menu ul li {
    padding: 16px 15px 0;
}

@-webkit-keyframes stickyslide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-120px);
        -moz-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
        -o-transform: translateY(-120px);
        transform: translateY(-120px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickyslide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-120px);
        -moz-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
        -o-transform: translateY(-120px);
        transform: translateY(-120px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/*  ==========================
        banner area
    ========================== */

.banner-area .owl-nav .owl-next i,
.banner-area .owl-nav .owl-prev i,
.single-banner::after {
/*    background-color: rgba(0, 0, 0, 0.50) !important;*/
	background: linear-gradient(to bottom, rgb(0 4 9 / 60%) 0%, rgba(125, 185, 232, 0) 100%) !important;
}

.single-banner {
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.single-banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.single-banner-con {
    height: 100vh;
    position: relative;
    z-index: 2;
}

.single-banner-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.single-banner-txt h1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    animation-delay: 0.3s;
	text-shadow: #000 1px 0 50px;
}

.single-banner-txt h1 span {
    color: #00c0ff;
	font-weight: 600;
	text-shadow: #000 1px 0 50px;
}

.single-banner-txt p {
    font-size: 18px;
    color: #fff;
    animation-delay: 1.3s;
}

.single-banner-txt a {
    animation-delay: 2.3s;
}

.single-banner-txt .tem-btn {
    margin-right: 10px;
}

.itembg {
    display: none;
}

/* Slider navigation */

.banner-area .owl-nav {
    opacity: 0;
    transition: .5s;
}

.banner-area:hover.banner-area .owl-nav {
    opacity: 1;
}

.banner-area .owl-nav .owl-prev,
.banner-area .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    perspective: 1000px;
    text-align: center;
    overflow: hidden;
}

.banner-area .owl-nav .owl-prev {
    left: 1%;
}

.banner-area .owl-nav .owl-next {
    right: 1%;
}

.banner-area .owl-nav .owl-prev i,
.banner-area .owl-nav .owl-next i {
    line-height: 70px;
    width: 75px;
    position: relative;
    z-index: 2;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid #00c0ff;
    color: #fff;
	opacity: .8;
}

.banner-area .owl-nav .owl-prev i {
    float: left;
}

.banner-area .owl-nav .owl-next i {
    float: right;
}

.banner-area .owl-nav .owl-next .itemnextbg,
.banner-area .owl-nav .owl-prev .itemprebg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
}

.banner-area .owl-nav .owl-next .itemnextbg {
    float: left;
}

.banner-area .owl-nav .owl-prev .itemprebg {
    float: right;
}

.banner-area .owl-nav .owl-next:hover .itemnextbg,
.banner-area .owl-nav .owl-prev:hover .itemprebg {
    transform: scale(1);
}

/* Slide dots */

.banner-area .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.banner-area .owl-dots button.owl-dot {
    height: 70px;
    width: 70px;
    display: none; /* To activate.. display: inline-block; */
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    border: 2px solid #00c0ff;
}

/*  ==========================
        donate wraper area
    ========================== */

.donate-wraper {
    overflow: hidden;
    display: flex;
}

.single-donate-wraper {
    width: 33.33%;
    float: left;
    padding: 50px 100px 50px 20px;
}

.single-donate-wraper h2 {
    font-size: 40px;
    color: #fff;
    position: relative;
}

.donate-wraper-bg-one {
    background: url('img/about/01.jpg') no-repeat scroll center top / cover;
    position: relative
}

.donate-wraper-bg-two {
    background: url('img/about/02.jpg') no-repeat scroll center top / cover;
    position: relative
}

.donate-wraper-bg-three {
    background: url('img/about/03.jpg') no-repeat scroll center top / cover;
    position: relative
}

.donate-wraper-bg-two::before {
    position: absolute;
    background-color: #00c0ff40;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.donate-wraper-bg-one::before,
.donate-wraper-bg-three::before {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

/*  ==========================
        about us area
    ========================== */

.about-area {
    background-color: #F6F6F6;
}

.mb {
    margin-bottom: 50px;
}

.about-details h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.about-achievement {
    margin-top: 10px;
}

.about-achievement i.fa {
    font-size: 26px;
    margin-right: 10px;
    color: #00c0ff;
}

.about-achievement h4 {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 22px
}

/***** service *****/

.service-content {
    padding: 50px 10px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    margin: 80px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-transform: capitalize;
}

.service-content h3 {
    font-size: 26px;
    text-transform: uppercase;
}

.service-icon {
    position: relative;
    padding: 30px 0;
}

.service-icon::before {
    position: absolute;
    left: 60px;
    border: .5px solid #b0b0b0;
    width: 20%;
    content: "";
    top: 50%;
}

.service-icon::after {
    position: absolute;
    right: 60px;
    border: .5px solid #b0b0b0;
    width: 20%;
    content: "";
    top: 50%;
}

.service-content i.fa {
    font-size: 30px;
    color: #00a112;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #00a112;
}

/*  ==========================
        donate count area
    ========================== */

.donate-count-area {
    background: url('img/about/donate-bg.jpg') no-repeat scroll center top / cover;
    position: relative
}

.donate-count-area::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.donate-count {
    width: 60%;
    border: 2px solid #fff;
    position: relative;
}

.donate-progress-box {
    position: absolute;
    right: -50%;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 50px;
    width: 100%;
}

.donate-progress-box h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
}

.barfiller {
    background-color: #fff;
    height: 10px;
    width: 80%;
    border-radius: 5px;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    z-index: 1;
    background-color: #00c0ff !important;
    border-radius: 5px;
}

.barfiller .tip {
    left: 0px;
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 36px;
    margin-top: -36px;
}

.barfiller .tip:after {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 100%;
    z-index: 9
}

.progress-info h3 {
    display: inline-block;
    float: right;
    color: #fff;
    margin-top: 43px;
}

.donate-progress-bar {
    margin: 30px 0 0;
}

/*  ==========================
        causes area
    ========================== */

.causes,
.causes-info {
    overflow: hidden;
}

.causes-info {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.causes-details {
    padding: 0 20px 20px;
}

.causes-info h2 a {
    font-size: 16px;
    margin: 30px 0 15px;
    font-weight: 600;
    display: block;
    float: inherit;
    color: #00c0ff;
    text-align: left;
}

.bar-two,
.bar-three,
.bar-four,
.bar-five,
.bar-six,
.bar-seven {
    width: 100%;
    background-color: #F6F6F6;
}

.causes-details .donate-progress-bar {
    margin: 30px 0 20px;
}

.causes-details .barfiller .tip {
    color: #777;
    font-size: 22px;
    margin-top: -24px;
}

.right {
    overflow: hidden;
}

.right span {
    float: left;
    text-transform: capitalize;
    font-weight: 700;
}

.right span:last-child {
    float: right;
}

.single-causes-area .causes-info {
    margin: 0;
}

/*  ==========================
        video area
    ========================== */

.video-area {
    background: url('img/about/donate-bg.jpg') no-repeat scroll center top / cover;
    position: relative;
    padding: 150px 0;
}

.video-area::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.video-area h2 {
    color: #fff;
    font-size: 36px;
    margin-top: 20px;
}

.video-area a {
    display: inline-block;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    background-color: #00c0ff;
    position: relative;
}

.video-area a i.fa {
    color: #fff;
    font-size: 40px;
    left: 55%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #00c0ff solid 6px;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.hvr-ripple-out:active:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:hover:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

/*  ================================
        gallery area
    ================================ */

.gallery-area {
    background-color: #F6F6F6;
}

.gallery-active {
    background-color: #00c0ff !important;
}

.iso-nav {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 6;
}

.iso-nav ul {
    display: inline-block;
}

.iso-nav ul li {
    background-color: #222222;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-weight: 600;
    letter-spacing: 0;
    list-style: outside none none;
    padding: 15px 20px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    font-size: 16px;
}

.single-gallery {
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
}

.single-gallery img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all 2s ease 0s;
}

.single-gallery:hover.single-gallery img {
    transform: scale(1.5);
}

.gallery-lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 40px 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s ease 0s;
    width: 100%;
    z-index: 6;
}

.single-gallery:hover .gallery-lightbox {
    opacity: 1;
}

.gallery-lightbox a.conscare-btn {
    left: -80px;
    padding: 5px 20px;
    position: relative;
    transition: all 0.5s ease 0s;
    margin: 0;
    line-height: 30px;
}

.single-gallery:hover .gallery-lightbox a.conscare-btn {
    left: 0;
}

.gallery-lightbox a i.fa {
    bottom: 20px;
    color: #00c0ff;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 22px;
}

.gallery-lightbox h2 {
    color: #fff;
    font-size: 22px;
    left: -100px;
    margin-bottom: 15px;
    position: relative;
    transition: all 1s ease 0s;
    text-transform: capitalize;
}

.single-gallery:hover .gallery-lightbox h2 {
    left: 0;
}

/*  ================================
        volunteers area
    ================================ */

.member {
	width: 250px;
	padding: 50px 0px 25px 0px;
}

.volunteers-info {
    position: relative;
}

.single-team-con {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    transition: all 0.5s ease-in-out;
    transform: rotateY(97deg);
    transform-origin: left;
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
}

.single-volunteers:hover .single-team-con {
    transform: rotateY(0);
    opacity: 1;
}

.single-team-txt {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.single-team-txt ul li {
    list-style-type: none;
    display: inline-block;
}

.single-team-txt ul li i {
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 16px;
    background-color: #00c0ff;
    color: #fff;
    transition: 0.5s;
}

.single-team-txt ul li i:hover {
    background-color: #fff;
    color: #00c0ff;
}

.single-volunteers h3 {
    font-size: 28px;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.single-volunteers span {
    text-transform: capitalize;
    display: block;
}


/***** volunteers details *****/

.volunteers-img img {
    width: 100%;
}

.volunteers-info h4 {
    font-size: 30px;
    color: #00c0ff;
    margin-bottom: 10px;
}

.volunteers-info span {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 30px;
    text-transform: capitalize;
    font-weight: 600;
}

.volunteers-info i.fa {
    margin-right: 5px;
    color: #fff;
}

.vol-in {
    display: flex;
    border: 2px solid #00c0ff;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.volunteers-ins {
    position: relative;
    padding: 20px 0 20px 40px;
    width: 50%;
    border-right: 2px solid #00c0ff;
}

.volunteers-ins:last-child {
    border: 0;
}

.volunteers-ins i.fa {
    position: absolute;
    left: 4%;
    font-size: 18px;
    color: #00c0ff;
}

.volunteers-ins h4 {
    font-size: 20px;
}

textarea.form-control {
    height: 200px;
}

.quick-contact-area {
    background-color: #F6F6F6;
    padding: 100px 0;
}

.quick-contact-area .contact-info {
    padding: 0 100px 0 50px;
}

.quick-contact {
    padding: 0 50px;
    width: 50%;
}

.quick-contact h2 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
}

/*  ================================
        events area
    ================================ */

.events-area {
    background-color: #F6F6F6;
}

.events-content {
    padding: 20px 0 0;
    transition: 0.5s;
}

.events-info {
    margin-bottom: 30px;
}

.events-img {
    position: relative;
}

.events-img img {
    width: 100%;
}

.events-post-meta {
    overflow: hidden;
    width: 100%;
}

.events-post-meta ul {
    list-style: none;
    margin-bottom: 10px;
}

.events-post-meta li {
    color: #00c0ff;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-right: 5px;
}

.events-post-meta li a {
    color: #777;
    text-transform: capitalize;
}

.events-post-meta li .fa {
    padding-right: 3px;
}

.events-content h2 {
    color: #005588;
    font-size: 28px;
    margin: 0 0 16px;
    text-transform: capitalize;
}

.events-content a.donate-btn {
    color: #fff;
    margin: 0 10px 0 0;
}

.events-post-date-info {
    background-color: #00c0ff;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: 0.5s;
    width: 30% !important;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
}

.events-post-date-info span {
    font-size: 20px;
    font-weight: 700;
}

/***** single-events *****/

.single-events h2,
.events-slider h2 {
    font-size: 26px;
    margin: 30px 0 20px;
    color: #00c0ff;
}

.events-author {
    margin-bottom: 30px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
    padding: 30px 0;
}

.events-author a h4 {
    font-size: 20px;
    color: #00c0ff;
    margin-bottom: 5px;
}

.events-article {
    margin-bottom: 40px;
}

.events-article h2 {
    margin: 0 0 20px;
}

.events-sidbar ul {
    list-style: none;
}

.share-icons a i.fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #00c0ff;
    margin-top: 10px;
    border-radius: 50%;
}

.upcoming-events {
    position: relative;
}

.upcoming-events .owl-nav {
    width: 100%;
    text-align: center;
}

.upcoming-events .owl-nav button {
    color: #00c0ff !important;
    text-align: center;
    margin-right: 15px;
    font-size: 36px !important;
    margin-top: -20px;
}

.upcoming-events .owl-nav .owl-next {
    margin-right: 0;
}

.registration-area {
    background-color: #F6F6F6;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin-bottom: 10px;
}

.reg-btn {
    padding: 15px;
    font-size: 14px;
    margin: 0;
}

.reg-form label {
    color: #777;
}

.checkbox,
.radio {
    margin: 0;
}

/*  ================================
        donation area
    ================================ */

.donation-area {
    background: url('img/about/donate-bg.jpg') no-repeat scroll center top / cover;
}

.donate-form {
    padding: 50px;
    position: relative;
}

.donate-form::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.form-group {
    margin-bottom: 20px;
}

.form-group h3 {
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.donate-form input[type="text"],
.donate-form input[type="email"],
.donate-form input[type="password"],
.donate-form input[type="tel"],
.donate-form input[type="url"],
.donate-form select,
.donate-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 46px;
    font-size: 15px;
    border: 1px solid #ffffff;
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
    border-radius: 2px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.select-amount label {
    margin-right: 10px;
    margin-bottom: 15px;
    color: #fff;
}

.select-amount input {
    margin-right: 5px;
}

.donate-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

/*  ================================
        testmonial area
    ================================ */

.client-info {
    position: relative;
}

.client-info img {
    border: 4px solid #ccc;
    border-radius: 50%;
    position: relative;
    z-index: 9;
}

.client-meta-info {
    position: absolute;
    top: 50%;
    left: 45%;
    width: 54%;
    background: linear-gradient(5deg, #ccc 0%, #f5f5f5 100%);
    border-radius: 10px;
    padding: 15px 10px 15px 45px;
    transform: translate(-50%, -50%);
}

.client-meta-info h3 {
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #333;
}

.client-meta-info span {
    font-style: italic;
    color: #666;
}

.single-client p {
    margin: 15px 10px 25px 10px;
    font-size: large;
}

.single-client h3 {
    margin: 0px 10px 0px 10px;
	color: black;
}

.single-client h4 {
    margin: 10px 10px 25px 10px;
    font-size: large;
	color: orange;
}

.client-wraper .owl-dots {
    bottom: -6px;
    display: inline-block;
    height: 30px;
    left: 0;
    line-height: 40px;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
}

.client-wraper .owl-dot {
    background-color: #555 !important;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
}

.client-wraper .owl-dot.active {
    background-color: #00c0ff !important;
}


/*  ================================
        project area
    ================================ */

.progress-area {
    background: rgba(0, 0, 0, 0) url("img/project-bg.jpg") no-repeat scroll 0 0 / cover;
    position: relative;
    padding: 50px 0;
}

.progress-area:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    content: "";
    width: 100%;
    height: 100%;
    opacity: .9;
}

.single-progress-dec {
    color: #fff;
}

.single-progress-dec i.fa {
    font-size: 36px;
    display: block;
    color: #00c0ff;
}

.single-progress-dec > span {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0;
}

.single-progress-dec h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

/*  ================================
        blog area
    ================================ */

.news-content {
    padding: 30px 20px;
    margin-bottom: 30px;
    transition: 0.5s;
}

.news-info:hover .news-content {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.news-img:before {
    background-color: rgba(203, 67, 108, 0.60);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9;
}

.news-img {
    position: relative;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    transform: scale(1);
    transition: 0.5s;
}

.news-info:hover .news-img img {
    transform: scale(1.5);
}

.author-info {
    display: flex;
}

.author-info img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.author-info a h3 {
    display: inline-block;
    font-size: 18px;
    padding: 16px 0;
}

.post-meta ul {
    margin: 10px 0 0;
}

.post-meta li {
    color: #666666;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-right: 5px;
}

.post-meta li a {
    color: #1a1a1a;
}

.post-meta li .fa {
    padding-right: 3px;
    color: #777;
}

.news-content a h2 {
    font-size: 22px;
    font-weight: 900;
    margin: 15px 0;
    text-transform: capitalize;
}

.news-content a {
    margin: 0;
}

.post-date {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 1s ease 0s;
    width: 100%;
    z-index: 9;
}

.post-date-info {
    background-color: #fff;
    color: #1a1a1a;
    font-weight: 600;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
    transition: 0.5s;
    opacity: 0;
}

.post-date-info span {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.news-info:hover .post-date-info {
    opacity: 1;
}

.news-info:hover .news-img:before {
    transform: scale(1);
}

.latest-blog .news-info {
    margin-bottom: 50px;
}

.blog-slide .owl-nav button {
    height: 40px;
    font-size: 22px !important;
    line-height: 40px !important;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    transition: all 0.5s ease 0s;
    background-color: #00c0ff !important;
    color: #fff !important;
    border-radius: 5px;
}

.blog-slide button.owl-prev {
    left: auto;
    left: -5%;
}

.blog-slide button.owl-next {
    left: auto;
    right: -5%;
}

.news-content a.oxe-btn {
    padding: 10px;
    font-size: 14px;
    margin-top: 15px;
}


/***** single blog *****/

.single-blog-content img {
    width: 100%;
}

.single-blog-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 20px;
}

blockquote {
    border-left: 5px solid #00c0ff;
}

blockquote p {
    font-size: 16px;
    font-style: italic;
}

.blog-get-info {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-get-info i.fa {
    color: #00c0ff;
    font-size: 16px;
    margin-right: 5px;
}

.blog-get-info span {
    color: #777;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

.blog-comment-wraper {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    float: left;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.1) inset;
}

.blog-comment-wraper h3 {
    border-bottom: 1px solid #00c0ff;
    color: #00c0ff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    padding: 0 0 10px;
}

.comment-author {
    float: left;
    width: 15%;
}

.comment-author img {
    border-radius: 50%;
}

.comment-author h4 {
    color: #272727;
    font-size: 14px;
    padding: 10px 0 0;
}

.reply-commnet-content .comment-author h4 {
    color: #00c0ff;
}

.comment-content {
    float: right;
    margin: 0 0 30px;
    padding: 0 20px;
    width: 85%;
}

.comment-content p {
    margin: 15px 0;
}

.comment-content a {
    color: #00c0ff;
    float: right;
    font-weight: 700;
}

.comment-content a i.fa {
    margin-left: 5px;
    color: #00c0ff;
}

.reply-commnet-content {
    overflow: hidden;
    padding-left: 110px;
    width: 100%;
}

.comment-content span {
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 15px;
    text-transform: capitalize;
}

h3.comment-heading {
    color: #4c4c4c;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

.comment-form {
    float: left;
}

.comment-input-form {
    float: left;
    overflow: hidden;
    padding-right: 20px;
    width: 50%;
}

.comment-input-form:nth-child(2) {
    padding-right: 0;
}

.comment-input-form input {
    border: 0 none;
    color: #777;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.comment-textarea {
    float: left;
    width: 100%;
}

.comment-textarea textarea {
    border: 0 none;
    color: #777;
    font-weight: 400;
    height: 200px;
    letter-spacing: 0;
    padding: 20px;
    width: 100%;
    border: 1px solid #ccc;
}

.post-button {
    float: right;
    letter-spacing: 1px;
    margin-top: 30px;
    padding: 15px !important;
}

.share {
    margin-top: 40px;
}

.share a i.fa {
    color: #fff;
    margin-right: 20px;
    transition: 0.5s;
    font-size: 18px;
}

.page-count {
    margin-top: 30px;
    float: left;
    width: 100%;
    text-align: center;
}

.page-count a {
    background-color: #282828;
    color: #fff;
    padding: 10px 15px;
    transition: 0.5s;
    display: inline-block;
}

.page-count a:hover,
.page-count a.active {
    background-color: #00c0ff;
    color: #fff;
}

/***** single blog *****/

/***** sidebar *****/

.widget-search {
    background-color: #00c0ff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 30px;
    padding: 25px;
    width: 100%;
}

.widget-search form {
    position: relative;
}

.widget-search input {
    background-color: #f3f2f2;
    border: 0;
    color: #777;
    font-size: 16px;
    height: 50px;
    padding: 0 10px;
    width: 100%;
}

.widget-search .sub_search {
    background-color: transparent;
    border: 0 none;
    color: #00c0ff;
    font-size: 20px;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(0px, -50%);
}

.sidebar-widget {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.widget-title {
    margin-bottom: 20px;
}

.widget-title h2 {
    text-align: center;
    background-color: #00c0ff;
    padding: 8px 0;
    overflow: hidden;
    font-size: 22px;
    color: #fff;
}

.sidebar-widget ul li {
    border-bottom: 1px solid #777;
    list-style: none;
}

.sidebar-widget ul li a {
    color: #777;
    display: inline-block;
    padding: 10px 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    text-transform: capitalize;
}

.sidebar-widget ul li:first-child a {
    padding-top: 0;
}

.sidebar-widget ul li a:hover {
    color: #00c0ff;
}

.sidebar-widget ul li a:active,
.sidebar-widget ul li a:focus {
    color: #777 !important;
}

.post {
    display: flex;
    margin-bottom: 20px;
    transition: all 0.5s ease 0s;
    float: left;
}

.post:hover {
    opacity: 0.5;
}

.post-img {
    float: left;
    width: 30%;
}

.post-img > img {
    height: 100%;
    width: 100%;
}

.post-info {
    float: right;
    padding-left: 19px;
    width: 70%;
}

.post-info h3 {
    color: #00c0ff;
    font-size: 14px;
    text-transform: uppercase;
}

.post-info p {
    color: #777;
    font-size: 12px;
    margin: 5px 0 0;
}


/*  ================================
        contact area
    ================================ */

.contact-area {
    background-color: #F6F6F6;
}

.contact-page-area {
    padding-top: 200px;
}

.contact-title {
    left: 0;
    top: 43px;
}

.contact-title h2 {
    line-height: 1;
}

.contact-heading {
    margin-bottom: 40px;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #747474;
    font-size: 12px;
    letter-spacing: 1px;
}

.contact-form input {
    height: 40px;
}

.contact-form textarea {
    height: 200px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
}

.contact-form button {
    letter-spacing: 1px;
}

.map-info-area {
    display: flex;
}

.google-map {
    width: 50%;
}

.map {
    height: 483px;
    width: 100%;
}

.contact-info {
    width: 50%;
    font-weight: 300;
    padding: 80px 100px 50px 50px;
}

.contact-info h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 20px;
}

.contact-info i {
    font-size: 50px;
    color: #00c0ff;
    min-width: 50px;
}

.media-body {
    width: auto !important;
    display: inline-block;
    margin: 3px 0 30px 30px;
    ;
}

.media-body h5 {
    font-size: 26px;
}

#active-contact-form {
    overflow: hidden;
}

.thank-you-message {
    padding: 20px 15px 0;
}

p.success {
    color: #F6F6F6;
	display: none;
}

p.error {
    color: #00c0ff;
}

/*  ================================
        footer area
    ================================ */

@media (max-width: 1200px) {
    .footer_stairs img {
        display: none;
	}
}

  .footer_stairs img {
        max-width: 250px;
}
 .footer_stairs {
        bottom: 350px;
        right: 0px;
    }

.footer_stairs {
    position: absolute;
}


.footer-area {
	background-image: url("img/footer-pics/footer.webp");
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-color: #151515;
}

.footer-widgets p {
    color: #bbeeff;
}

.footer-widgets h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 3px 0 40px;
    padding-bottom: 15px;
    position: relative;
}

.footer-widgets h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    content: "";
    border: 1px solid #00c0ff;
}

.footer-widgets ul {
    list-style: outside none none;
    margin: 0 0 20px;
}

.footer-widgets ul li {
    color: #bbeeff;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.footer-widgets ul li::before {
    position: absolute;
    left: 0;
    content: "\f101";
    font-family: fontawesome;
    color: #00c0ff;
}

.address-info li {
    padding-left: 0 !important;
}

.address-info li::before {
    display: none;
}

.footer-widgets ul li a {
    text-transform: capitalize;
}

.footer-widgets ul li i.fa {
    margin-right: 10px;
    color: #00c0ff;
    font-size: 18px;
}

.footer-widgets ul li a {
    color: #bbeeff;
    display: inline-block;
}

.footer-widgets ul li a:hover {
    color: #00c0ff;
}

.subscribe-box {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.subscribe-box input {
    background-color: #151515;
    border: 0 none;
    color: #fff;
    float: left;
    padding: 0 20px;
    width: 65%;
    height: 35px;
    border: 1px solid #999;
}

.subscribe-box button {
    color: #fff;
    border: 0;
    width: 89px !important;
    height: 35px !important;
    line-height: 35px !important;
    float: right;
}

.subscribe-box button i.fa {
    margin-right: 10px;
}

.footer-social-link {
    margin: 30px 0;
}

.footer-social-link a i.fa {
    background-color: #00c0ff;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 30px;
    border: 1px solid #00c0ff;
    margin-right: 2px;
    border-radius: 2px;
}

.footer-social-link a i.fa:hover {
    border-radius: 50%;
}

ul.list {
    overflow: hidden;
}

ul.list li {
    float: left;
    margin: 0;
    padding: 0 4px 8px;
}

ul.list li::before {
    display: none;
}

ul.list li a img {
    width: 78px;
    height: auto;
    margin: 0;
}

.copy-right {
    border-top: 1px solid #044869;
    padding: 25px 0;
}

.copy-right p {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}

.copy-right p span,
.copy-right p a {
    color: #00c0ff;
    font-weight: 900;
}

.widget-newsletter form {
    overflow: auto;
    margin: 0 0 30px;
}

.widget-newsletter form input {
    float: left;
    border: none;
    outline: none;
    padding: 15px 20px 15px 10px;
    width: 60%;
}

.widget-newsletter form button {
    float: right;
    padding: 15px 10px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    background-color: #00c0ff;
    color: #fff;
}

.widget-newsletter form button::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border-top: 24px solid transparent !important;
    border-right-width: 15px;
    border-right-style: solid;
    border-bottom: 24px solid transparent !important;
    z-index: 2;
    height: 100%;
    color: #00c0ff;
}

.widget-newsletter p a {
    color: #00c0ff;
}

span.left-padding { margin-left: 25px; 
}
