@charset "utf-8";
/* CSS Document */

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

Project : HelpMe - Charity HTML5 Template
Author : irs_soft 
Version : 1.0
Created by : Sweet Hasan Rajib 

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


/************ TABLE OF CONTENTS ***************
1. Fonts
2. General css
        * Heading font size
        * TITLE LINE
        * layer
        * My button css
        * Side bar css
        * Scroll To Top
3. Header top css
3. Header css
4. Header Nav css
5. Main slider css
6. About css
7. Separator css
8. Campaign css
9. Counter css
10. Event css
11. Volunteer css
12. Portfolio css
13. Testimonial css
14. Newsletter css
15. Blog css
        * Blog Inner
16. Inner page title css
17. Profile css
18. Donation css
19. Faq css
20. Error css
21. Contact css
22. Footer css

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,600,600i,700,700i,800');
@import "font-awesome.min.css";
@import "animate.min.css";
@import "animations.css";
@import "owl.css";
@import "isotop.css";
@import "fancyBox.css";
@import "icofont.css";
@import "material-design-iconic-font.css";
@import "YouTubePopUp.css";

/* ========== Table of contents ========== */


/* ========== General css start========== */
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    background-color: #ffffff;
    overflow-x: hidden;
    max-width: 100%;
}

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

p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0.025em;
    padding-bottom: 15px;
    text-align: justify;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #808080;
    text-decoration: none;
}

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

    a:hover,
    a:focus {
        outline: none !important;
    }

    a img {
        border: none;
    }

iframe {
    border: none;
}
/* ========== Heading font size ========== */
h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans', sans-serif;
    line-height: 1.2;
    color: #121212;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
/* ========== TITLE LINE ========== */
.irs-section-title {
    margin-bottom: 30px;
}

    .irs-section-title h2 {
        margin-bottom: 20px;
    }

    .irs-section-title .irs-title-bdr {
        width: 120px;
        height: 2px;
        margin: auto;
        background: #F08080;
        position: relative;
    }

        .irs-section-title .irs-title-bdr .irs-title-icon {
            position: absolute;
            top: -15px;
            left: 50%;
            margin-left: -20px;
            width: 40px;
            background: #ffffff;
        }

            .irs-section-title .irs-title-bdr .irs-title-icon img {
                width: 30px;
                height: 30px;
                margin: auto;
            }

    .irs-section-title p {
        margin-top: 30px;
        /*text-transform: uppercase;*/
        font-weight: 600;
        font-size: 15px;
        text-align: center;
    }

.irs-big-title h2 {
    color: rgba(240, 128, 128, 0.25);
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    top: 40%;
    left: 0;
    display: inline-block;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg); /* Standard syntax */
}


/* ========== layer START ========== */
.irs-layer-black {
    position: relative;
}

    .irs-layer-black:before {
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        background: rgba(0, 0, 0, 0.9);
    }

.irs-layer-white {
    position: relative;
}

    .irs-layer-white:before {
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        background: rgba(255, 255, 255, 0.9);
    }

.irs-layer-pink {
    position: relative;
}

    .irs-layer-pink:before {
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        background: rgba(240, 128, 128, 0.8);
    }


/* ========== My button css start ========== */

.irs-btn-1 {
    padding: 4px 22px;
    background: none;
    border-radius: 20px;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .irs-btn-1:hover {
        background: none;
        border-radius: 0;
        border: 1px solid #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.irs-btn-2 {
    padding: 10px 25px;
    background: #F08080;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .irs-btn-2:hover {
        color: #ffffff;
        background: #e26464;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

/* Side bar css start */
.irs-side-bar {
    margin-bottom: 30px;
}

.irs-search-box {
    margin-bottom: 50px;
}

.irs-sidebar-title {
    font-size: 18px;
    color: #F08080;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(193, 193, 193, 0.5);
    display: block;
}

.irs-search-box .form-control {
    height: 45px;
    border-radius: 0;
    box-shadow: none;
}

    .irs-search-box .form-control:focus {
        border-color: #F08080;
    }

.irs-search-box .btn {
    height: 45px;
    border: 1px solid #F08080;
    border-radius: 0;
    padding: 8px 20px;
    color: #ffffff;
    background: #F08080;
}

.irs-post {
    margin-bottom: 50px;
}

    .irs-post .irs-post-item {
        position: relative;
        padding-left: 85px;
        margin-bottom: 30px;
    }

        .irs-post .irs-post-item img {
            width: 70px;
            height: 70px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .irs-post. irs-post-item h4 {
            text-transform: initial;
            padding-top: 10px;
        }

        .irs-post .irs-post-item span {
            color: #F08080;
            font-size: 14px;
            text-transform: uppercase;
        }

.irs-categories {
    margin-bottom: 50px;
}

    .irs-categories ul li {
        margin-bottom: 15px;
    }

        .irs-categories ul li a {
            text-transform: capitalize;
        }

            .irs-categories ul li a:hover {
                color: #F08080;
            }

        .irs-categories ul li i {
            margin-right: 10px;
        }

.irs-video {
    margin-bottom: 50px;
}

.irs-tag-box ul li {
    float: left;
    margin-bottom: 25px;
    margin-right: 10px;
}

    .irs-tag-box ul li a {
        padding: 10px 14px;
        border: 1px solid #C1C1C1;
        text-transform: uppercase;
        background: transparent;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .irs-tag-box ul li a:hover {
            background: #F08080;
            color: #ffffff;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

.irs-instagram-box ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .irs-instagram-box ul li img {
        width: 80px;
        height: 80px;
    }



/* ========== Scroll To Top ========== */
#scrollUp {
    bottom: 10px;
    right: 10px;
    padding: 8px 10px;
    background-color: #F08080;
}

    #scrollUp:before {
        content: "\f01b";
        font-family: FontAwesome;
        font-size: 26px;
        color: #ffffff;
        padding-top: 7px;
    }
/* Preloader */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/preloader.gif");
}
/* ========== Header top css start ========== */
.irs-header-top-bar {
    background: #F08080;
    padding: 9px 0 0px 0px;
}

    .irs-header-top-bar p {
        font-size: 14px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #ffffff;
        display: inline-block;
    }

        .irs-header-top-bar p i {
            color: #ffffff;
            margin-right: 5px;
        }

.irs-header-top-col p a {
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    padding: 5px 20px;
    border-radius: 30px;
}



/* Header Nav css start */
.scroll-to-fixed-fixed {
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
}

.navbar-brand {
    height: 100%;
    padding: 0 15px 0 0;
}

    .navbar-brand img {
        width: 160px;
        height: auto;
        padding-bottom: 7px;
    }

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.irs-navbar {
    margin-top: 10px;
    border: none;
    background-color: transparent;
}

.scroll-to-fixed-fixed .irs-navbar .navbar-nav > .active > a {
    color: #F08080;
    background: transparent;
}

.irs-navbar .navbar-nav > li > a {
    font-size: 13px;
    font-weight: bold;
    color: #535353;
    text-transform: uppercase;
}

    .irs-navbar .navbar-nav > li > a:hover {
        color: #F08080;
    }

.irs-navbar .navbar-nav > .open > a {
    background-color: transparent;
}

    .irs-navbar .navbar-nav > .open > a:hover {
        background-color: transparent;
    }

.irs-navbar .navbar-nav > .active > a,
.irs-navbar .navbar-nav > .active > a:focus,
.irs-navbar .navbar-nav > .active > a:hover {
    color: #F08080;
    background: transparent;
}

.navbar-right .dropdown-menu {
    width: 225px;
    right: auto;
    box-shadow: none;
    border: 1px solid #eaeaea;
    border-top: 2px solid #F08080;
    border-radius: 0;
    padding: 0;
}

.irs-navbar .dropdown-menu > li > a,
.irs-navbar .dropdown-menu.megamenu li > a {
    color: #535353;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .irs-navbar .dropdown-menu > li > a:hover,
    .irs-navbar .dropdown-menu.megamenu li > a:hover {
        color: #F08080;
        padding-left: 12px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.dropdown-menu.megamenu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .dropdown-menu.megamenu li > a:focus, .dropdown-menu.megamenu li > a:hover {
        text-decoration: none;
        background-color: #f5f5f5;
    }


/***Header two***/
.ire-header-two {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .ire-header-two .irs-navbar .navbar-nav > li > a {
        color: #ffffff;
    }

        .ire-header-two .irs-navbar .navbar-nav > li > a:hover {
            color: #F08080;
        }

.smaller {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .smaller .ire-header-two {
        background: #ffffff;
        -webkit-box-shadow: 0px 5px 25px -13px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 5px 25px -13px rgba(0,0,0,0.75);
        box-shadow: 0px 5px 25px -13px rgba(0,0,0,0.75);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.irs-logo-1 {
    display: none !important;
}

.smaller .irs-logo-1 {
    display: block !important;
}

.smaller .irs-logo-2 {
    display: none !important;
}

.smaller .irs-navbar .navbar-nav > li > a {
    color: #535353;
}




/* ========== Main slider css Start ========== */
.irs-main-slider {
    position: relative;
}

.fade-carousel {
    position: relative;
    height: 75vh;
}

    .fade-carousel .carousel-inner .item {
        height: 75vh;
    }

.irs-slider-btn {
    padding: 12px 35px;
    color: #ffffff;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .irs-slider-btn:hover {
        color: #ffffff;
        background: #F08080;
        border-color: #F08080;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #ffffff;
}

    .fade-carousel .carousel-indicators > li.active {
        width: 10px;
        height: 10px;
        opacity: 1;
    }

.hero {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

    .hero h1 {
        color: #ffffff;
        font-size: 34px;
        line-height: 55px;
        letter-spacing: 1px;
        font-weight: 400;
        text-shadow: none;
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .hero span {
        color: #ffffff;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 10px;
    }

    .hero h1 strong {
        color: #F08080;
    }

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url("../images/slider/1.jpg");
    position: relative;
}

.fade-carousel .slides .slide-2 {
    background-image: url("../images/slider/2.jpg");
    position: relative;
}

.fade-carousel .slides .slide-3 {
    background-image: url("../images/slider/4.jpg");
    position: relative;
}

.fade-carousel .slides .slide-4 {
    background-image: url("../images/slider/4.jpg");
    position: relative;
}

    .fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before,
    .fade-carousel .slides .slide-3:before, .fade-carousel .slides .slide-4:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

.irs-main-slider .carousel-indicators li {
    width: 30px;
    height: 7px;
    border: none;
    margin: 0;
    border-radius: 0;
}

.irs-main-slider .fade-carousel .carousel-indicators > li.active {
    width: 30px;
    height: 12px;
    background-color: #F08080;
    border: none;
    margin: 0;
}




/* ========== About css Start ========== */
.irs-about-field {
    padding: 55px 0 55px;
    position: relative;
}

.irs-about-col {
    /*margin-bottom: 30px;*/
}

.irs-tab {
    margin-top: 4px;
}

    .irs-tab .tab-content {
        border: 1px solid #dddddd;
        border-top: none;
        padding: 20px;
    }

.irs-about-video {
    position: relative;
}

    .irs-about-video:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }

    .irs-about-video i {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -30px;
        color: #F08080;
        font-size: 60px;
        text-align: center;
    }

.irs-video-col p {
    margin-bottom: 30px;
}

/* About Two css start */
.irs-about-field-two {
}

.irs-help-item {
    text-align: center;
    margin-bottom: 30px;
}

.irs-help-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #F08080;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg); /* Standard syntax */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .irs-help-icon i {
        color: #ffffff;
        font-size: 24px;
        line-height: 50px;
        text-align: center;
        -ms-transform: rotate(-45deg); /* IE 9 */
        -webkit-transform: rotate(-45deg); /* Safari */
        transform: rotate(-45deg); /* Standard syntax */
    }

.irs-help-item:hover .irs-help-icon {
    background: #000000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.irs-help-field {
    padding: 60px 0 15px;
}

.irs-pagination .pagination li a {
    background: #F08080;
    color: #ffffff;
}

    .irs-pagination .pagination li a:hover {
        background: #111111;
    }





/* ========== Separator css Start ========== */
.irs-separator-field {
    background: #f8f8f8;
}

.irs-same-col {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
}

.irs-separator-col {
    padding: 100px 30px;
}

    .irs-separator-col h5 {
        color: #F08080;
        letter-spacing: 10px;
        display: inline-block;
        border-bottom: 1px dashed #F08080;
        padding-bottom: 10px;
        margin-bottom: 35px;
    }

    .irs-separator-col p {
        margin-bottom: 35px;
        line-height: 27px;
    }

    .irs-separator-col .irs-btn-donate {
        color: #ffffff;
        padding: 15px 40px;
        border-radius: 30px;
        border: none;
        text-transform: uppercase;
        background: -webkit-linear-gradient(top, #F08080, #8a8a8a);
        background: -moz-linear-gradient(top, #F08080, #8a8a8a);
        background: -ms-linear-gradient(top, #F08080, #8a8a8a);
        background: -o-linear-gradient(top, #F08080, #8a8a8a);
        background: linear-gradient(to bottom, #F08080, #8a8a8a);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .irs-separator-col .irs-btn-donate:hover {
            background: -webkit-linear-gradient(top, #8a8a8a, #F08080);
            background: -moz-linear-gradient(top, #8a8a8a, #F08080);
            background: -ms-linear-gradient(top, #8a8a8a, #F08080);
            background: -o-linear-gradient(top, #8a8a8a, #F08080);
            background: linear-gradient(to bottom, #8a8a8a, #F08080);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }




/* ========== Campaign css Start ========== */
.irs-campaign-field {
    padding: 100px 0 70px;
    background: url("../images/bg/1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.irs-campaign-col {
    margin-bottom: 30px;
    text-align: center;
}

    .irs-campaign-col.thumbnail {
        border: none;
        background: #ffffff;
        border-radius: 5px;
        padding: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .irs-campaign-col.thumbnail .irs-campaign-img {
            position: relative;
            overflow: hidden;
        }

            .irs-campaign-col.thumbnail .irs-campaign-img .irs-img-cover {
                position: absolute;
                left: 0;
                top: 100%;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, .6);
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }

        .irs-campaign-col.thumbnail:hover .irs-img-cover {
            top: 0;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .irs-campaign-col.thumbnail .irs-campaign-img .irs-img-cover .irs-day-count {
            background: rgba(240, 128, 128, 0.7);
            width: 60%;
            margin: auto;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .irs-campaign-col.thumbnail .irs-campaign-img .irs-img-cover .irs-day-count p {
                color: #ffffff;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

        .irs-campaign-col.thumbnail .irs-campaign-img .irs-img-cover h4 {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            text-align: center;
            margin-bottom: 0;
            margin-top: -5px;
        }

            .irs-campaign-col.thumbnail .irs-campaign-img .irs-img-cover h4 a {
                color: #ffffff;
            }

                .irs-campaign-col.thumbnail .irs-campaign-img .irs-img-cover h4 a:hover {
                    color: #F08080;
                }

.irs-campain-content {
    padding: 30px 20px;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .irs-campain-content h4 a {
        color: #F08080;
        font-size: 20px;
    }

    .irs-campain-content p {
        margin-bottom: 30px;
    }

.irs-amount p {
    margin-bottom: 0;
}
/* Skillbar css */
.skillbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background: #111111;
    height: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar-bar {
    background: #F08080;
    height: 15px;
    width: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    color: #ffffff;
}


/* Silgle css start */
.irs-single-area {
    background: none;
}

.irs-single-col .irs-campaign-col {
    background: none;
    margin-bottom: 0;
}

    .irs-single-col .irs-campaign-col .irs-campain-content {
        border: none;
    }

        .irs-single-col .irs-campaign-col .irs-campain-content h4 {
            margin-bottom: 20px;
        }

.irs-exclusive-text {
    padding: 30px;
    background: #f6f6f6;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .irs-exclusive-text p {
        font-weight: bold;
    }

.irs-single-comment {
    margin-top: 30px;
}

    .irs-single-comment h4 {
        margin-bottom: 30px;
    }

.irs-single-comment-item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 100px;
}

    .irs-single-comment-item img {
        width: 80px;
        height: 80px;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

.irs-mddle-comment-item {
    margin-left: 50px;
}

.irs-single-comment-item span {
    margin-right: 20px;
}

.irs-single-comment-item a {
    color: #F08080;
}

.irs-single-comment-item p {
    margin-top: 10px;
}

.irs-comment-form {
    margin-bottom: 30px;
}

    .irs-comment-form .form-control {
        margin-bottom: 30px;
        box-shadow: none;
        height: 40px;
        resize: none;
    }

.irs-textarea {
    height: 100% !important;
    resize: none;
}

.irs-comment-form .form-control:focus {
    border-color: #000;
}




/* ========== Counter css Start ========== */
.irs-counter-field {
    padding: 50px 0 0px;
    background: #F08080;
    position: relative;
}

.irs-counter-col {
    margin-bottom: 50px;
}

    .irs-counter-col .irs-funfact {
        position: relative;
        padding-left: 120px;
    }

        .irs-counter-col .irs-funfact i {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 85px;
            color: #ffffff;
            line-height: 60px;
            font-weight: normal;
            border-right: 2px solid #fff;
            padding-right: 15px;
        }

        .irs-counter-col .irs-funfact .start-count {
            font-family: 'Roboto Condensed', sans-serif;
            color: #ffffff;
            font-size: 24px;
            float: left;
        }

        .irs-counter-col .irs-funfact span {
            font-family: 'Roboto Condensed', sans-serif;
            color: #ffffff;
            font-size: 24px;
            float: left;
        }

        .irs-counter-col .irs-funfact h4 {
            color: #ffffff;
            font-size: 18px;
            font-weight: 400;
            margin-top: 10px;
            margin-bottom: 0;
        }


/* ========== Event css Start ========== */
.irs-event-field {
    padding: 15px 0 15px;
    position: relative;
}

    .irs-event-field .irs-event-col {
        margin-bottom: 30px;
        text-align: center;
    }

        .irs-event-field .irs-event-col .irs-event-img {
            position: relative;
        }

            .irs-event-field .irs-event-col .irs-event-img .irs-event-date {
                position: absolute;
                left: 0;
                bottom: 0;
                text-align: center;
                width: 100px;
                height: 70px;
                background: rgba(240, 128, 128, 0.9);
                border-top-right-radius: 20px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

        .irs-event-field .irs-event-col:hover .irs-event-date {
            background: rgba(0, 0, 0, 0.8);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .irs-event-field .irs-event-col .irs-event-img .irs-event-date h4 {
            margin-bottom: 0;
            margin-top: 15px;
            color: #ffffff;
            text-transform: capitalize;
        }

        .irs-event-field .irs-event-col .irs-event-img .irs-event-date p {
            color: #ffffff;
        }

        .irs-event-field .irs-event-col .irs-event-content {
            background: #f5f5f5;
            padding: 30px 20px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

            .irs-event-field .irs-event-col .irs-event-content .irs-event-bar {
                margin-bottom: 10px;
                text-align: center;
            }

                .irs-event-field .irs-event-col .irs-event-content .irs-event-bar ul li {
                    display: inline-block;
                    margin-right: 10px;
                    margin-left: 10px;
                }

                    .irs-event-field .irs-event-col .irs-event-content .irs-event-bar ul li i {
                        margin-right: 5px;
                        color: #F08080;
                    }

            .irs-event-field .irs-event-col .irs-event-content h3 a {
                color: #F08080;
            }

    /* Events Single css */
    .irs-event-field.irs-single-area {
    }

        .irs-event-field.irs-single-area .irs-single-col .irs-event-content {
            text-align: left;
        }

        .irs-event-field.irs-single-area .google-map {
            margin-bottom: 30px;
        }



/* ========== Volunteer css Start ========== */
.irs-volunteer-field {
    padding: 100px 0 70px;
    background: #F5F5F5;
    position: relative;
}

    .irs-volunteer-field .irs-section-title .irs-title-bdr .irs-title-icon {
        background: #F5F5F5;
    }

.irs-volunteer-col {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

    .irs-volunteer-col .irs-volunteer-social {
        position: absolute;
        left: 50%;
        top: -100%;
        width: 60%;
        margin-left: -30%;
        padding: 5px 20px;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .irs-volunteer-col:hover .irs-volunteer-social {
        top: 0;
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .irs-volunteer-col .irs-volunteer-social a i {
        color: #ffffff;
        margin-left: 5px;
        margin-right: 5px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .irs-volunteer-col .irs-volunteer-social a i:hover {
            color: #F08080;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .irs-volunteer-col .irs-volunteer-info {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px;
        background: rgba(0, 0, 0, 0.7);
    }

        .irs-volunteer-col .irs-volunteer-info h4 {
            margin-bottom: 0;
            font-weight: normal;
        }

            .irs-volunteer-col .irs-volunteer-info h4 a {
                color: #ffffff;
            }

        .irs-volunteer-col .irs-volunteer-info p {
            color: #F08080;
            text-align: center;
        }

.inner-volunteer-col {
    background: transparent;
}



/* ========== Portfolio css Start ========== */
.irs-portfolio-isotope {
    padding: 45px 0 0;
}

    .irs-portfolio-isotope ul {
        margin-bottom: 30px;
    }

        .irs-portfolio-isotope ul li a {
            color: #000000;
        }

            .irs-portfolio-isotope ul li a:hover {
                color: #F08080;
            }

            .irs-portfolio-isotope ul li a.active {
                color: #F08080;
            }

.irs-img-hover {
    position: relative;
}

    .irs-img-hover:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.isotope-item:hover .irs-img-hover:before {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.irs-portfolio-title {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.isotope-item:hover .irs-portfolio-title {
    top: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.irs-portfolio-title h4 a {
    color: #ffffff;
    margin-bottom: 5px;
}

.irs-portfolio-title i {
    color: #ffffff;
    font-size: 36px;
}

.masonry-gallery.grid-four-item .isotope-item {
    width: 25%;
}

.irs-padless {
    padding: 0;
}

.irs-portfolio-isotope.inner-portfolio {
    padding-bottom: 100px;
}




/* ========== Testimonial css Start ========== */
.irs-testimonial-field {
    padding: 50px 0 5px;
    position: relative;
}

.irs-testimonial-col {
    margin-bottom: 30px;
}

.irs-testimonial-box {
    padding: 50px 30px;
    background: #F5F5F5;
    text-align: center;
    border-radius: 5px;
}

    .irs-testimonial-box .item img {
        width: 80px;
        height: 80px;
        margin: auto;
        border-radius: 50%;
        margin-bottom: 20px;
    }

    .irs-testimonial-box .item h4 {
        font-size: 18px;
        color: #F08080;
        font-weight: normal;
    }

    .irs-testimonial-box .item span {
        font-size: 12px;
        color: #6d6d6d;
    }

    .irs-testimonial-box .item p {
        margin-top: 20px;
    }



/* ========== Newsletter css Start ========== */
.irs-newsletter-field {
    padding: 35px 0;
    background: url("../images/bg/2.jpg");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.irs-newsletter-col h2 span {
    color: #F08080;
}

.irs-newsletter-col p {
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.irs-newsletter-col .input-group .form-control {
    height: 45px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border-color: #F08080;
}

.irs-newsletter-col .input-group .btn {
    border-radius: 0;
    height: 45px;
    background: #F08080;
    padding: 6px 25px;
    color: #ffffff;
}



/* ========== Blog css Start ========== */
.irs-blog-field {
    padding: 50px 0 30px;
}

.irs-blog-col {
    margin-bottom: 30px;
}

.irs-blog-img {
    overflow: hidden;
}

    .irs-blog-img img {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.irs-blog-col:hover .irs-blog-img img {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1); /* Standard syntax */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.irs-blog-col .irs-blog-content {
    background: #F5F5F5;
    padding: 30px 20px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .irs-blog-col .irs-blog-content p {
        margin-bottom: 20px;
    }

.irs-blog-field .irs-info-text {
    padding: 5px 20px;
    background: #F08080;
}

    .irs-blog-field .irs-info-text ul {
        text-align: center;
    }

        .irs-blog-field .irs-info-text ul li {
            display: inline-block;
            margin-right: 10px;
            margin-left: 10px;
            text-align: center;
        }

            .irs-blog-field .irs-info-text ul li p i {
                color: #ffffff;
            }

            .irs-blog-field .irs-info-text ul li p a {
                color: #ffffff;
            }

.irs-blog-col .irs-blog-content h4 a {
    font-size: 18px;
    color: #F08080;
}

.irs-btn-link {
    color: #F08080;
}

    .irs-btn-link:hover {
        color: #111111;
    }

/* Blog Inner start */
.irs-blog-field.irs-single-area .irs-blog-col {
    margin-bottom: 0;
}

    .irs-blog-field.irs-single-area .irs-blog-col .irs-blog-content {
        padding: 0;
        text-align: left;
        background: none;
        margin-top: 30px;
    }

.irs-blog-field.irs-single-area .irs-info-text ul {
    text-align: left;
}



/* ========== Inner page title css start ========== */
.irs-page-title-field {
    padding: 10px 0;
    background: url("../images/bg/3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .irs-page-title-field.irs-layer-black:before {
        background: rgba(0, 0, 0, 0.7);
    }

.irs-title-box {
    width: 40%;
    margin: auto;
    text-align: center;
    /*border: 1px solid #a0a0a0;*/
    padding: 30px 20px;
    border-radius: 5px;
}

    .irs-title-box h2 {
        font-size: 36px;
        color: #ffffff;
        font-weight: normal;
    }

    .irs-title-box p a {
        color: #d5d5d5;
    }

        .irs-title-box p a:hover {
            color: #F08080;
        }

    .irs-title-box p i {
        color: #d5d5d5;
    }



/* ========== Profile css start ========== */
.irs-profile-filed {
    padding: 45px 0 45px;
}

.irs-profile-col {
    margin-bottom: 30px;
}

    .irs-profile-col ul {
        margin-top: 30px;
    }

        .irs-profile-col ul li {
            line-height: 14px;
            clear: both;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #e4e4e4;
        }

            .irs-profile-col ul li h5 {
                width: 180px;
                float: left;
                margin-bottom: 0;
            }


/* ========== Donation css start ========== */
.irs-donation-filed {
    padding: 60px 0 30px;
}

    .irs-donation-filed h2 {
        text-align: center;
        margin-bottom: 17px;
    }

.irs-donation-col {
    margin-bottom: 8px;
}

    .irs-donation-col .form-control {
        height: 45px;
        box-shadow: none;
    }

.form-control:focus {
    border-color: #F08080;
}

.irs-donation-col h5 {
    margin-bottom: 20px;
}

.irs-donation-col span {
    margin-right: 20px;
}

.irs-donation-col input[type=checkbox], .irs-donation-col input[type=radio] {
    margin-right: 10px;
}

.irs-donation-col .irs-btn-2 {
    width: 50%;
    padding: 15px 40px;
}




/* ========== Faq css start ========== */
.irs-faq-field {
    padding: 50px 0 18px;
}

    .irs-faq-field .irs-faq-col {
        margin-bottom: 30px;
    }

.irs-volunteer-content p {
    margin-bottom: 20px;
}

.irs-faq-img {
    display: block;
    text-align: center;
}

    .irs-faq-img img {
        width: 300px;
        height: auto;
        margin-bottom: 30px;
    }
/*Accordion two start*/
.irs-accordion-two .panel .panel-title a i {
    background-color: transparent;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-right: 1px solid #dddddd;
}

.irs-accordion-two .panel .panel-title a .icon-1 {
    display: inline-block;
    color: #F08080;
}

.irs-accordion-two .panel-title a.collapsed .icon-1 {
    display: none;
}

.irs-accordion-two .panel .panel-title a .icon-2 {
    display: none;
    color: #F08080;
}

.irs-accordion-two .panel .panel-title a.collapsed .icon-2 {
    display: inline-block;
}

.irs-accordion-two .panel-title a {
    color: #333333;
    font-weight: 400;
}

.irs-accordion-two .panel-group .panel {
    border-radius: 0;
    margin-bottom: 20px;
}

.irs-accordion-two .panel-default > .panel-heading {
    background-color: transparent;
    border-color: #EEEEEE;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}


/* ========== Error css Start ========== */
.irs-error-field {
    padding: 100px 0 70px;
    text-align: center;
}

.irs-error-col {
    margin-bottom: 30px;
}

.irs-error-field h1 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.irs-error-field a {
    font-size: 18px;
    padding: 10px 30px;
    border: 1px solid #333333;
    color: #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .irs-error-field a:hover {
        background: #F08080;
        border-color: #F08080;
        color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }



/* ========== Contact css start ========== */
.irs-contact-field {
    padding: 45px 0 0;
}

.irs-contact-from {
    padding-bottom: 70px;
}

.irs-address-col {
    margin-bottom: 10px;
    text-align: center;
    padding: 20px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

    .irs-address-col i {
        color: #F08080;
        font-size: 50px;
    }

    .irs-address-col p {
        margin-top: 10px;
        text-align: center;
    }

.irs-contact-col {
    margin-bottom: 30px;
}

.irs-contact-field .form-control {
    height: 40px;
    box-shadow: none;
    border-radius: 5px;
    margin-bottom: 30px;
}





/* ========== Footer css Start ========== */
.irs-footer-field {
    padding: 45px 0 0px;
    background: #282828;
    position: relative;
}

.irs-footer-about, .irs-footer-link,
.irs-footer-instagram, .irs-footer-contact {
    margin-bottom: 30px;
}

.irs-foooter-logo {
    width: 160px;
    height: auto;
}

.irs-footer-about p {
    color: #ffffff;
    margin: 15px 0 15px;
}

.irs-footer-heading {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.irs-social a i {
    margin-right: 35px;
    color: #ffffff;
}

    .irs-social a i:hover {
        color: #F08080;
    }

.irs-footer-link ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #434343;
}

    .irs-footer-link ul li:before {
        content: "\f105";
        font-family: FontAwesome;
        color: #ffffff;
        margin-right: 5px;
    }

    .irs-footer-link ul li a {
        color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .irs-footer-link ul li a:hover {
            color: #999999;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

.irs-instagram ul li {
    float: left;
}

    .irs-instagram ul li a img {
        width: 120px;
        height: auto;
    }

.irs-mailbox {
    position: relative;
}

    .irs-mailbox p {
        color: #ffffff;
        line-height: 14px;
    }

.irs-footer-contact h6 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 30px;
    text-transform: capitalize;
}

.irs-sub-field .input-group .form-control {
    background: transparent;
    border: 1px solid #F08080;
}

.irs-sub-field .input-group .form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .irs-sub-field .input-group .form-control:focus {
        box-shadow: none;
        color: #999999;
    }

.irs-sub-field .input-group-btn > .btn {
    background: #F08080;
    padding: 6px 18px;
}

    .irs-sub-field .input-group-btn > .btn i {
        font-size: 18px;
        color: #ffffff;
    }

/* Copyright field start */
.irs-copyright-field {
    background: #111111;
    text-align: center;
    padding: 20px 0 4px 0px;
}

    .irs-copyright-field p {
        color: #535353;
        text-transform: capitalize;
    }

        .irs-copyright-field p a {
            color: #F08080;
        }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #f08080 !important;
}

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

.form {
    background: #f4f4f4;
    box-shadow: 1px 1px 1px #eee;
    padding: 25px;
}

.fa-check {
    color: #8b160f;
    padding-right: 8px;
}

.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #f08080;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* The container */
.radio {
    display: inline-block;
    position: relative;
    padding-left: 29px;
    padding-right: 24px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark1 {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark1 {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark1 {
    background-color: #f08080;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark1:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark1:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.list-inline {
    padding-left: 0;
    margin-left: 6px;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 35px;
    }

.forget-pwd {
    padding-top: 12px;
    font-weight: 600;
    float: right !important;
}

ul li:last-child {
    margin-bottom: 0px;
}

.dropdown-menu li:last-child {
    margin-bottom: 0px !important;
}

.irs-about-col p {
    line-height: 24px;
}

.panel-body p {
    line-height: 24px;
}

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

.m-t-20 {
    margin-top: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #f08080;
    cursor: default;
    background-color: #fff;
    border: 1px solid #f08080;
    border-bottom-color: transparent;
}

.pt-70 {
    padding-top: 70px;
}

.dropdown-menu > li > a {
    color: #535353;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .dropdown-menu > li > a:hover {
        color: #F08080;
        padding-left: 12px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent !important;
    color: #ffffff;
}

#loginName {
    padding-top: 0 !important;
}

    #loginName > img {
        width: 40px;
        height: 40px;
        margin: auto;
        border-radius: 50%;
    }

.red {
    color: #b91c0c;
}

img#blah {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #eee;
}

#form1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

input.imgInp {
    position: absolute;
    top: 18%;
    left: 42%;
}

.image-upload > input {
    display: none;
}

.image-upload img {
    width: 35px;
    cursor: pointer;
    margin-bottom: 25px;
}

.upload {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    position: fixed;
    top: 55%;
}

group + group {
    margin-top: 20px;
}

.inline-radio {
    display: flex;
    border-radius: 3px;
    overflow: hidden;
}

.donorad {
    position: relative;
    flex: 1;
    margin: 8px;
    height: 45px;
}

.input {
    width: 100%;
    height: 60px;
    opacity: 0;
}

.lab {
    position: absolute;
    top: 0;
    left: 0;
    color: #b6b6b6;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.donorad:last-child .lab {
    border-right: 0;
}

.input:checked + .lab {
    background: #f08080;
    font-weight: 500;
    color: #fff;
}

#img-note {
    padding-left: 60px;
}
tr.table-header {
    background: #f07f80;
    color: #fff;
   
}