@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

@font-face {
    font-family: PlayfairDisplay;
    src: url("../font/PlayfairDisplay-Regular.ttf") format("truetype");
    font-weight: 100;
}


/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------
  1.0 - General Styles
    1.1 - Alignments
    1.2 - Galleries
    1.3 - Fixed margin
    1.4 - Fixed padding
    1.5 - Fixed Button Style
    1.6 - page header
  2.0 - Main navbar
*/
body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

a {
    color: #000000;
}

a:hover {
    text-decoration: none;
}

.no-hover:hover {
    background: #593b83 !important;
}

.base-color {
    color: #593b83;
}

.white-color {
    color: #fff !important;
}

.dis-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dis-inline {
    display: inline;
}

.dis-block {
    display: block;
}

.small-text-bg {
    /*background: url("../images/textBg/02.png") repeat-y;*/
    padding: 0px 10px;
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: contain;
}

.large-text-bg {
    padding: 0px 10px;
    /*background: url("../images/textBg/Home-01.png") repeat-y;*/
    background-position: center 105%;
    background-repeat: no-repeat;
    background-size: contain;
}

.full-width {
    width: 100%;
}

.section-title {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px 40px 0px;
}

.section-title h2 {
    font-size: 34px;
    font-weight: 300;
    padding-bottom: 30px;
    margin-bottom: 0px;
    line-height: 26px;
    text-transform: uppercase;
}

.section-title p {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
}

p {
    color: #707070;
    margin-bottom: 25px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 26px;
}

.widefat {
    background: #fff;
    max-width: 100%;
}

.widefat tr th {
    border: 1px solid;
    border-color: rgba(232, 238, 241, 0.8);
    background: #593b83;
    padding: 14px 20px;
    font-size: 22px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: #252525;
}

.widefat tr td {
    border: 1px solid;
    border-color: rgba(232, 238, 241, 0.8);
    padding: 2px 0px 0px 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 26px;
}

.widefat tr td p {
    font-size: 12px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 26px;
    margin-bottom: 10px;
}

@media all and (max-width: 767px) {
    .section-title h2 {
        font-size: 30px;
    }
}

/** Button **/
.btn-donate-big {
    color: #000000;
    border: 1px solid #593b83;
    border-radius: 2px;
    padding: 14px 28px 14px 28px;
    min-width: 180px;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    background: #593b83;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-donate-big:hover {
    color: #000000;
    background: #ffffff;
    border-color: #593b83;
}

.btn-donate-big:visited,
.btn-donate-big:focus,
.btn-donate-big:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-donate-big.btn-transparent {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.btn-donate-big.btn-transparent.btn-active {
    color: #fff;
    border-color: #593b83;
    background: #593b83;
}

.btn-donate-big.btn-transparent.btn-active:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.btn-donate-big.btn-transparent:hover {
    color: #fff;
    background: #593b83;
    border-color: #593b83;
}

.btn-donate-big-2:hover {
    border: 1px solid #ffffff;
}

.btn-donate-small {
    color: #000000;
    background-color: #ffffff;
    padding: 7px 30px;
    border: 0px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 11px 0px #02020224;
}

.btn-donate-small:hover {
    color: #fff;
    background: #593b83;
    box-shadow: 0px 2px 11px 0px rgba(2, 2, 2, 0.03);
}

.btn--reset {
    color: #252525;
    background: #593b83;
    padding: 10px 23px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 26px;
}

.btn--reset:hover {
    color: #252525;
    background: #593b83;
}

.btn-yellow {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    border-radius: 2px;
    padding: 10px 25px;
    background-color: #593b83;
    color: #fff;
}

.btn-yellow:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.padding {
    padding: 0 5px;
}

.separet-span {
    padding: 0px 15px;
}

.no-padding {
    padding: 0;
}

.border-right-none {
    border-right: 0 !important;
}

.read-more {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 25px;
}

.read-more i {
    position: absolute;
    right: 4px;
    top: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.read-more:hover {
    color: #252525;
}

.read-more:hover i {
    right: 1px !important;
}

#map {
    height: 460px;
    position: relative;
    /*margin-top: -100px;*/
}

.map {
    height: 300px !important;
    margin-top: 10px !important;
}

@media all and (min-width: 1600px) {
    #map {
        height: 600px;
    }

    .map {
        height: 350px !important;
    }
}

@media all and (max-width: 767px) {
    #map {
        margin-top: 0px;
        height: 300px;
    }

    .map {
        height: 230px !important;
        margin-top: 40px !important;
    }
}

#scrollUp {
    background: #593b83;
    border-radius: 50%;
    bottom: 24px;
    color: #fff;
    height: 48px;
    width: 48px;
    right: 20px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 00px 2px 11px 0px #593b83b3;
    z-index: 999;
}

#scrollUp .fa {
    font-size: 20px;
    color: #fff;
}

@media all and (max-width: 767px) {
    #scrollUp {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    #scrollUp .fa {
        font-size: 16px;
    }
}

/** All section Responsive code **/
@media all and (max-width: 767px) {
    .page-title {
        margin-bottom: 0px;
    }
}

/* -----------------------------------
** Start Padding Space
-------------------------------------*/
.pdt5 {
    padding-top: 5px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt12 {
    padding-top: 12px;
}

.pdt15 {
    padding-top: 15px;
}

.pdt17 {
    padding-top: 17px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt25 {
    padding-top: 25px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt35 {
    padding-top: 35px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt45 {
    padding-top: 45px;
}

.pdt50 {
    padding-top: 50px;
}

.pdb5 {
    padding-bottom: 5px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb12 {
    padding-bottom: 12px;
}

.pdb15 {
    padding-bottom: 15px;
}

.pdb17 {
    padding-bottom: 17px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb25 {
    padding-bottom: 25px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb35 {
    padding-bottom: 35px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdb45 {
    padding-bottom: 45px;
}

.pdb50 {
    padding-bottom: 50px;
}

.pdl0 {
    padding-left: 0;
}

.pdl5 {
    padding-left: 5px;
}

.pdl10 {
    padding-left: 10px;
}

.pdl15 {
    padding-left: 15px;
}

.pdl20 {
    padding-left: 20px;
}

.pdl25 {
    padding-left: 25px;
}

.pdl30 {
    padding-left: 30px;
}

.pdr0 {
    padding-right: 0;
}

.pdr5 {
    padding-right: 5px;
}

.pdr10 {
    padding-right: 10px;
}

.pdr15 {
    padding-right: 15px;
}

.pdr20 {
    padding-right: 20px;
}

.pdr25 {
    padding-right: 25px;
}

.pdr30 {
    padding-right: 30px;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

/* -----------------------------------
** End Padding Space
-------------------------------------*/
/* -----------------------------------
** Start Margin Space
-------------------------------------*/
.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mt80 {
    margin-top: 80px;
}

.mt120 {
    margin-top: 120px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

/* -----------------------------------
** End Margin Space
-------------------------------------*/
/* -----------------------------------
** Start font size Space
-------------------------------------*/
.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs22 {
    font-size: 22px;
}

.fs23 {
    font-size: 23px;
}

.fs24 {
    font-size: 24px;
}

.fs25 {
    font-size: 25px;
}

.fs30 {
    font-size: 30px;
}

.fs35 {
    font-size: 35px;
}

.fs40 {
    font-size: 40px;
}

.fs45 {
    font-size: 45px;
}

.fs50 {
    font-size: 50px;
}

/* -----------------------------------
** End Font Size Space
-------------------------------------*/
.max-width-630 {
    max-width: 630px;
}

.max-width700 {
    max-width: 700px;
}

/*
|---------------------------------------------
| start topbar-section of home page
|---------------------------------------------
*/
.topbar {
    color: #252525;
    background: #593b83;
}

.topbar h5 {
    color: #000000;
    font-family: Roboto, sans-serif;
    padding-top: 17px;
    font-size: 16px;
    font-weight: 400;
}

.topbar h5 i {
    margin-right: 10px;
}

.topbar .pull-right {
    line-height: 50px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.topbar .pull-right li {
    margin: 0 8px;
}

.topbar .pull-right li a {
    font-weight: 400;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.topbar .pull-right li a i {
    margin-right: 10px;
}

.topbar .pull-right li a:hover {
    color: #000000;
}

.topbar .btn-top {
    background-color: #ffffff;
    border-radius: 0;
    margin-left: 39px;
    font-family: Roboto, sans-serif;
    border-color: #ffffff;
    padding: 13px 20px;
    margin-top: -3px;
}

.topbar .btn-top:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.topbar.style-two {
    background-color: transparent;
    border-bottom: 1px solid #4a4952;
}

.topbar.style-two h5 {
    color: #ffffff;
}

.topbar.style-two .pull-right li a {
    color: #ffffff;
}

.topbar.style-three {
    background-color: rgba(0, 0, 0, 0.7) !important;
    padding: 23px 0;
}

.topbar.style-three .btn-top {
    background-color: #593b83;
    padding: 8px 20px;
    border-radius: 2px;
    border-color: #593b83;
    margin-top: 6px;
}

.topbar.style-three .btn-top:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.topbar .top-social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 17px;
}

.topbar .top-social i {
    height: 50px;
    width: 50px;
    color: #593b83;
    border: 1px solid #593b83;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    font-size: 18px;
}

.topbar .top-social .title {
    display: block;
    font-size: 18px;
    color: #ffffff;
}

.topbar .top-social span {
    font-size: 16px;
    color: #ffffff;
}

.topbar .dropdown-menu {
    top: 13px !important;
    border-radius: 0;
    border: 0;
}

.topbar .dropdown-menu a {
    padding: 0 15px;
    line-height: 34px;
    color: #252525 !important;
}

.topbar .dropdown-menu a:hover {
    background: none !important;
}

.topbar .dropdown-menu a:focus {
    background: none !important;
}

@media all and (max-width: 1204px) {
    .topbar .pull-right {
        padding-left: 0;
    }
}

@media all and (max-width: 991px) {
    .topbar-two .pull-right li a i {
        margin-right: 5px;
    }

    .topbar-two .pull-right {
        margin-left: 0;
        padding-left: 0;
    }

    .topbar .pull-right li {
        margin: 0 5px;
    }

    .topbar .pull-right li a i {
        margin-right: 6px;
    }

    .topbar .pull-right .btn-top {
        margin-left: 0;
        padding: 16px 14px;
        font-size: 13px;
    }

    .topbar-two .pull-right li a {
        font-size: 14px;
    }

    .topbar .top-social {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 17px;
    }

    .topbar .top-social i {
        height: 40px;
        width: 40px;
        color: #593b83;
        border: 1px solid #593b83;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        margin-right: 10px;
        font-size: 13px;
    }

    .topbar .top-social .title {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .topbar .top-social span {
        font-size: 13px;
        color: #ffffff;
    }

    .topbar.style-three .btn-top {
        margin-top: 0;
    }

    .navbar-krupa.style-three {
        background-color: rgba(255, 255, 255, 0.7) !important;
        border-top: 1px solid #aaaa;
    }

    .navbar-krupa.style-three .navbar-icon i {
        color: #ffffff;
    }

    .navbar-krupa.style-three.sticky {
        background-color: black !important;
    }

    .topbar.style-three {
        background-color: rgba(0, 0, 0, 0.7) !important;
        padding: 15px 0;
    }

    .navbar-krupa.style-two .style-three {
        top: 74px !important;
        opacity: 1;
    }

    .navbar-icon .search-menu-btn i {
        color: #ffffff !important;
    }
}

@media all and (max-width: 767px) {
    .topbar h5 {
        text-align: center;
        margin-bottom: 0;
    }

    .topbar .login-area {
        text-align: center;
    }

    .topbar .login-area .pull-right {
        float: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-left: 0;
    }

    .topbar .pull-right .btn-top {
        margin-left: 0;
        padding: 5px 10px;
        font-size: 13px;
    }

    .topbar .top-social i {
        height: 30px;
        width: 30px;
        line-height: 28px;
        margin-right: 6px;
        font-size: 10px;
    }

    .topbar .top-social {
        margin: 0 15px;
    }

    .topbar.style-three .btn-top {
        display: none;
    }

    .topbar .top-social .media-left {
        margin-top: 4px;
    }

    .topbar .top-social .title {
        font-size: 14px;
    }

    .topbar .top-social span {
        font-size: 12px;
    }

    .navbar-krupa.style-two .style-three {
        top: 68px !important;
    }

    .navbar-krupa.style-two .style-three .navbar-toggler {
        margin-right: 0;
        margin-left: 15px;
    }

    .navbar-krupa.style-two .style-three .navbar-icon {
        margin-right: 15px;
    }

    .navbar-krupa.style-two .style-three .navbar-logo a img {
        height: 35px !important;
        margin-left: 11px;
    }

    .navbar-krupa.style-two .style-three .navbar.sm-navbar .navbar-toggler {
        width: 42px !important;
        height: 42px !important;
    }

    .navbar-krupa.style-two .style-three .navbar.sm-navbar .navbar-toggler .line {
        width: 20px;
    }

    .navbar-krupa.style-two .style-three {
        padding: 17px 0 17px 0 !important;
    }
}

@media (max-width: 991px) {
    .topbar .pull-right li {
        margin: 0 3px;
    }
}

@media (max-width: 320px) {
    .topbar .top-social {
        margin: 0 6px;
    }
}

/*
|---------------------------------------------
| navbar style
|---------------------------------------------
*/
.navbar-krupa-2 {
    padding: 9px 0 0px 0 !important;
}

.logo-two {
    display: none;
}

.navbar.sm-navbar.smmNavbar-defaultEffect ul.navbar-nav li.has-menu-item-submenu:hover>a {
    color: #593b83;
}

.navbar-krupa.style-three.smmNavbar-defaultEffect ul.navbar-nav li.has-menu-item-submenu:hover>a {
    color: #252525;
}

.navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu ul.sub-menu a:hover {
    color: #252525;
}

.navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu ul.sub-menu a {
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-krupa {
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0;
    right: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.navbar-krupa .nav-link {
    color: #fff !important;
}

.navbar-krupa.style-two {
    top: 0;
    padding: 0;
}

.navbar-krupa.style-two .style-three {
    top: 98px;
}

.navbar-krupa.style-three {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0;
}

.navbar-krupa.style-three .collapse .navbar-nav .nav-item a {
    color: #252525;
    padding: 18px 19px;
}

.text-bg {
    background: url("../images/textBg/Home-01.png") no-repeat;
    background-position: right;
    background-size: cover;
    margin-right: 40px;
}

.navbar-icon .search-menu-btn {
    margin-left: 13px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
}

.navbar-icon .search-menu-btn:focus {
    outline: 0 !important;
}

.navbar-icon .search-menu-btn i {
    color: #252525;
}


/*
|---------------------------------------------
| start about-page-title of home page
|---------------------------------------------
*/
.mg-bt-page-title {
    margin-bottom: 0 !important;
}

.page-title {
    color: #ffffff;
    background-image: url("../images/bg/01.png");
    padding: 215px 0px 97px 0px;
    /*background-position: 10% 20%;*/
    background-repeat: no-repeat;
    text-align: center;
    /*margin-bottom: 120px; */
}

.page-title h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 17px;
}

.page-title p {
    color: #ffffff;
    font-size: 16px;
}

.banner-title {
    text-align: center;
    color: #fff;
}

.banner-title h1 {
    font-size: 48px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    margin-bottom: 18px;
}

.banner-title p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
}

@media all and (max-width: 767px) {
    .page-title {
        padding: 140px 0px 60px 0px;
    }

    .page-title .banner-title h1 {
        font-size: 30px;
        margin-bottom: 2px;
    }

    .banner-title h1 {
        font-size: 35px;
        margin-bottom: 2px;
    }

    .banner-title p {
        font-size: 14px;
    }

    .banner-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media all and (max-width: 374px) {
    .banner-title h1 {
        font-size: 38px;
    }
}

/*
|---------------------------------------------
| end about-page-title of home page
|---------------------------------------------
*/
.navbar-krupa-one .sub-menu {
    /*margin-top: 8px;*/
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.navbar.sm-navbar.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(78, 142, 200, 0.07);
    box-shadow: 0px 0px 4px 2px rgba(78, 142, 200, 0.07);
}

.navbar.sm-navbar.sticky .nav-right-area .btn-donate-small {
    background-color: #593b83;
}

.navbar-krupa.style-two .style-three.sticky {
    top: 0 !important;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(78, 142, 200, 0.07);
    box-shadow: 0px 0px 4px 2px rgba(78, 142, 200, 0.07);
}

.intro-section {
    margin: 120px 0 90px 0;
}

.intro-section.style-two {
    padding: 110px 0 120px 0;
    margin: 0;
}

.about-section .justify-content-center .section-title{
    padding: 10px 0px 100px 0px;
}

.single-intro {
    margin-bottom: 56px;
}

.single-intro h5 {
    color: #252525;
    font-size: 20px;
    font-weight: 400;
    padding-top: 25px;
    line-height: 26px;
}

.single-intro p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0px 0px 0px;
    line-height: 25px;
}

.single-intro a {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    color: #252525;
    position: relative;
    padding-right: 23px;
}

.single-intro a:hover {
    padding-right: 23px;
}

.single-intro a:hover i {
    margin-left: 8px;
}

.single-intro a i {
    margin-left: 5px;
    position: absolute;
    top: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-intro.style-two {
    background-color: rgba(227, 202, 148, 0.5);
    padding: 60px 34px 55px 34px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-intro.style-two:hover {
    background-color: #e3ca94;
}

.single-intro.style-two .thumb {
    margin-bottom: 2px;
}

.single-intro.style-two p {
    margin-bottom: 17px;
}

@media all and (max-width: 991px) {
    .single-intro {
        border-bottom: 0;
    }

    .intro-section.style-two .no-padding {
        padding: 0 15px;
        border: none !important;
        /*border-bottom: 1px solid rgba(89, 56, 132, 0.1) !important;*/
    }

    .intro-section.style-two .no-padding:last-of-type {
        border-bottom: 0px solid rgba(89, 56, 132, 0.1) !important;
    }

    .intro-section.style-two .single-intro {
        border: none !important;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 767px) {
    .single-intro.style-two {
        padding: 60px 30px 55px 30px;
    }
}

.causes-section {
    padding-top: 110px;
    padding-bottom: 82px;
    background: #f9f9fb;
}

.single-causes {
    padding-bottom: 35px;
    padding-bottom: 10px;
    margin-bottom: 36px;
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    /*border: 1px solid #e8eef1;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-causes:hover {
    box-shadow: 0 10px 30px -5px rgba(10, 16, 34, .2);
}

.single-causes:hover {
    -webkit-box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.06);
}

.single-causes img {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 3px 3px 0 0;
}

.single-causes .cause-content h5 {
    /*color: #252525;*/
    color: #5a3a84;
    margin-bottom: 16px;
    margin-top: 26px;
    font-size: 22px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 26px;
}

.single-causes .cause-content .content {
    padding: 0 20px;
}

.single-causes .cause-content .content P {
    margin-bottom: 27px;
}

.donate-amount {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #707070;
    line-height: 28px;
}

.donate-amount .rised {
    padding-left: 34px;
}

.donate-amount .goal {
    padding-right: 40px;
}

.cause-count .cause-content .donate-amount {
    position: relative;
}

.cause-count {
    position: absolute;
    display: inline-block;
    left: 50%;
    height: 80px;
    width: 80px;
    margin-top: -50px;
    border-radius: 50%;
    margin-left: -40px;
}

.cause-count:after {
    content: "";
    background: url("../images/causes/sa.png") no-repeat;
    height: 45px;
    width: 85px;
    position: absolute;
    z-index: 0;
    left: -2px;
    top: 3px;
}

.cause-count .donate-piechart {
    width: 50px;
    height: 50px;
    overflow: hidden;
    left: 50%;
    position: absolute;
    top: 14px;
    right: 0;
    margin-left: -25px;
    z-index: 999;
}

.cause-count .donate-piechart .count {
    font-weight: 600;
    color: #222222;
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    top: 10px;
    left: -10px;
    right: 0;
    text-align: center;
}

.cause-count .donate-piechart .count:after {
    content: '%';
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 0;
    color: #252525;
}

@media all and (max-width: 1024px) {
    .donate-amount .rised {
        padding-left: 12px;
    }

    .donate-amount .goal {
        padding-right: 12px;
    }
}

/* pagination style */
.pagination-area {
    display: flow-root;
    text-align: center;
}

.pagination-ol {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: transparent;
    margin: 4px 0 109px 0;
}

.pagination-ol .breadcrumb-item {
    position: relative;
    line-height: 50px;
    z-index: 2;
    padding-left: 0;
}

.pagination-ol .breadcrumb-item.next {
    margin-right: 5px;
}

.pagination-ol .breadcrumb-item:first-child:before {
    content: '';
    display: none;
}

.pagination-ol .breadcrumb-item.active:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #593b83;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: -1;
    opacity: 1;
    visibility: visible;
}

.pagination-ol .breadcrumb-item.active:before {
    background: #593b83;
}

.pagination-ol .breadcrumb-item.active a {
    color: #252525;
}

.pagination-ol .breadcrumb-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #593b83;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination-ol .breadcrumb-item:hover a {
    color: #252525;
}

.pagination-ol .breadcrumb-item:hover:after {
    opacity: 1;
    visibility: visible;
}

.pagination-ol .breadcrumb-item:hover:before {
    background: #593b83;
}

.pagination-ol .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0;
    color: #6c757d;
    content: " ";
    width: 1px;
    height: 50px;
    background: #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}

.pagination-ol .breadcrumb-item a {
    padding: 25px 25px;
    color: #707070;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

.breadcrumb-item:hover+.breadcrumb-item:before {
    background: #593b83;
}

.breadcrumb-item.active+.breadcrumb-item:before {
    background: #593b83;
}

@media all and (max-width: 767px) {
    .pagination-ol .breadcrumb-item {
        line-height: 35px;
    }

    .pagination-ol .breadcrumb-item:before {
        height: 35px;
    }

    .pagination-ol .breadcrumb-item a {
        padding: 15px;
        font-size: 14px;
    }

    .pagination-ol {
        padding: 0;
    }
}

.help-section {
    color: #ffffff;
    padding: 90px 0 40px 0;
    background: url("../images/krupa/parallaz.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.help-section.style-two {
    background: url("../images/krupa/parallaz.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.help-block {
    margin-bottom: 55px;
}

.help-block h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    padding-top: 25px;
    line-height: 26px;
}

.help-block p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0px 0 0px;
    line-height: 26px;
    margin-bottom: 0;
}

canvas {
    -webkit-transform: rotate(76deg);
    -ms-transform: rotate(76deg);
    transform: rotate(76deg);
}

@media all and (max-width: 575px) {
    .section-title h2 {
        line-height: 45px;
    }
}

.form-control {
        font-size: 0.9rem;
        padding : 0px;
}
.newslatter-form .newslatter-form-subscribe {
        font-size: 16px !important;
}

.financial .entry-title a {
    font-size: 14px;
}
.event-section {
    padding: 110px 0 90px 0;
}

.single-event-two {
    position: relative;
    color: #ffffff;
    /*box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.27);*/
    box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .4);
    border-radius: 2px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all 200ms ease;
}

/*  .single-event-two:hover{
        box-shadow: 0 60px 120px -10px rgba(10, 16, 34, .2);
  }*/
.single-event-two:after {
    content: '';
    border-radius: 3px;
    background-image: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.single-event-two img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    -webkit-transform: scale(1);
    -ms-transition: all 500ms ease;
    -ms-transform: scale(1);
    -moz-transition: all 500ms ease;
    -moz-transform: scale(1);
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(1);
}

.single-event-two:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.08);
    transform: scale(1.08);
}

.single-event-two .link-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 99;
}

.single-event-two .thumb-image-text {
    position: absolute;
    bottom: 24px;
    left: 0;
    padding: 0 20px;
    z-index: 10;
    text-align: left;
}

.single-event-two .thumb-image-text h4 {
    font-size: 22px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

.single-event-two .thumb-image-date {
    position: absolute;
    top: 25px;
    right: 30px;
    border: 6px double #ffffff;
    z-index: 10;
}

.single-event-two .thumb-image-date p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    background: #ffffff;
    padding: 1px 8px;
    margin-bottom: 0px;
    margin: 2px;
}

@media all and (max-width: 1024px) {
    .single-event-two .thumb-image-text {
        left: 0px;
    }
}

@media all and (max-width: 991px) {
    .single-event-two img {
        height: -webkit-fill-available;
        width: auto !important;
    }
}

@media all and (max-width: 767px) {
    .single-event-two .thumb-image-text {
        bottom: 18px;
        left: 0px;
    }

    .single-event-two .thumb-image-date p {
        font-size: 14px;
    }

    .single-event-two .thumb-image-text h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .single-event-two img {
        height: -webkit-fill-available;
        width: auto !important;
    }
}

.cta-section {
    padding-top: 50px;
    padding-bottom: 25px;
    background: #593884;
}

.cta-section.style-two {
    background: url("../images/bg/06.png");
}

.cta-content h3 {
    color: #252525;
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 36px;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    line-height: 24px;
}

.cta-content p {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 26px;
}

.cta-content.style-two {
    padding: 45px 0 76px 0;
}

.cta-content.style-two .helping {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 11px;
}

.cta-content.style-two h3 {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 25px;
}

.cta-content.style-two p {
    color: #ffffff;
    margin-bottom: 32px;
}

.newslatter-form {
    margin-top: 20px;
}

.newslatter-form input[type=email] {
    border: 1px solid #252525;
    border-radius: 0px;
    background-color: #ffffff;
        padding: 15px 0;
    padding-left: 20px;
    border-radius: 2px 0 0 2px;
        margin-bottom: 10px;
}

.newslatter-form input[type=email]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.newslatter-form form.form-group.dis-flex{
    flex-direction: column;
}

.newslatter-form .newslatter-form-subscribe {
    font-size: 18px;
    min-width: 170px;
    padding: 15px 20px;
    background-color: #533978;
    color: #ffffff;
    border: 0;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newslatter-form .newslatter-form-subscribe:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    opacity: 0.9;
}

.newslatter-form .newslatter-form-subscribe:hover {
    opacity: 0.85;
}

@media all and (max-width: 1024px) {
    .cta-content p {
        margin-bottom: 8px;
    }

    .newslatter-form {
        margin-bottom: 35px;
    }

    .cta-content h3 {
        line-height: 40px;
        font-size: 33px;
    }
}

@media all and (max-width: 991px) {
    .cta-section .cta-content {
        text-align: center;
    }

    .cta-section .newslatter-form .form-group {
        width: 75%;
        text-align: center;
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    .cta-section .newslatter-form .form-group {
        width: 100%;
    }

    .cta-content h3 {
        font-size: 31px;
    }

    .cta-content.style-two .helping {
        font-size: 16px;
    }
}

@media all and (max-width: 320px) {
    .newslatter-form .newslatter-form-subscribe {
        font-size: 14px;
        min-width: 120px;
        padding: 15px 0px;
    }
}

.about-section {
    padding-bottom: 110px;
    padding-top: 110px;
}

.about-section .about-image-popup {
    /*padding-bottom: 10px;*/
    width: 100%;
}

.about-section .about-image-popup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section .about-section-details {
    padding-bottom: 10px;
    padding-left: 0;
    /*margin-top: 15px;*/
    width: 100%;
}

.about-section .about-section-details h4 {
    font-size: 24px;
    padding-bottom: 7px;
    line-height: 30px;
}

.about-section .about-section-details p {
    /*margin-bottom: 15px;*/
    font-size: 16px;
}

.about-section .about-section-details .about-details h5 {
    padding-top: 10px;
    margin-bottom: 8px;
    font-size: 18px;
}

.about-section .about-section-details .about-details a {
    font-style: italic;
    font-family: Roboto, sans-serif;
}

.about-section .about-section-details .about-details a:hover {
    color: #252525;
}

.about-section .about-section-details .about-details a i {
    margin-left: 5px;
    top: 2px;
}

@media all and (max-width: 767px) {
    .about-section .about-section-details .about-details h5 {
        padding-top: 26px;
    }
}

.volunteers-section {
    padding: 110px 0 90px 0;
    background: #f4f8fa;
}

.volunteers-single {
    padding: 34px 15px 32px 15px;
    margin-bottom: 30px;
    background: #fafcfd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.volunteers-single .entry-thumb {
    margin-bottom: 25px;
    display: inline-block;
    border: 2px solid #fafcfd;
    border-radius: 50%;
    height: 104px;
    width: 104px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.volunteers-single .entry-thumb img {
    border-radius: 50%;
}

.volunteers-single h5 {
    margin-bottom: 4px;
}

.volunteers-single span {
    color: #a1a1a1;
    font-size: 12px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 26px;
    margin-bottom: 10px;
    display: block;
}

.volunteers-single p {
    margin-bottom: 18px;
}

.volunteers-single .volunteers-single-icon {
    font-size: 16px;
}

.volunteers-single .volunteers-single-icon a {
    padding: 0px 5px;
    color: #707070;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.volunteers-single .volunteers-single-icon a:hover i.fa-facebook {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #3b5998;
}

.volunteers-single .volunteers-single-icon a:hover i.fa-twitter {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #1da1f2;
}

.volunteers-single .volunteers-single-icon a:hover i.fa-youtube-play {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #FF0000;
}

.volunteers-single .volunteers-single-icon a:hover i.fa-instagram {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #c32aa3;
}

.volunteers-single:hover {
    background: #ffffff;
}

.volunteers-single:hover .entry-thumb {
    border: 2px solid #593884;
    border-radius: 50%;
    height: 104px;
    width: 104px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media all and (max-width: 1024px) {
    .volunteers-single {
        margin-bottom: 0;
        padding: 35px 30px 35px 30px;
    }
}

@media all and (max-width: 991px) {
    .section-title p br {
        display: none;
    }

    .volunteers-section .no-padding {
        padding: 0 15px;
    }

    .volunteers-single {
        border: 0 !important;
        margin-bottom: 30px;
    }
}

.call-action-section {
    padding-top: 96px;
    padding-bottom: 100px;
    color: #ffffff;
    background: url("../images/bg/03.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.call-action-section .call-action-forword-donate {
    max-width: 750px;
    margin: 0px auto;
}

.call-action-section .call-action-forword-donate h5 {
    margin-bottom: 11px;
}

.call-action-section .call-action-forword-donate h2 {
    font-size: 36px;
    margin-bottom: 22px;
    font-weight: 400;
}

.call-action-section .call-action-forword-donate p {
    color: #ffffff;
    margin-bottom: 28px;
}

.trusted-partner {
    padding: 111px 0 66px 0;
}

.trusted-partner .section-title h3 {
    padding-bottom: 15px;
}

.trusted-partner .section-title p {
    padding-bottom: 11px;
}

.trusted-partner .trusted-partner-slide {
    margin-top: 50px;
}

.trusted-partner .item {
    padding: 20px 25px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
}

.trusted-partner .item img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trusted-partner .item img:hover {
    -webkit-filter: sepia(1);
    filter: sepia(1);
}

/*
******************************************
contact-secton 
******************************************
*/
.contact-secton {
    padding: 112px 0 112px 0;
    /*background-color: #f4f8fa;*/
}

.contact-wrap {
    z-index: 9;
    position: relative;
    border-radius: 3px;
}

.contact-form-area {
    background: #ffffff;
    box-shadow: 0px 0px 0px 1px rgba(78, 142, 200, 0.09);
    box-shadow: 0px 0px 3px 1px rgba(179, 179, 179, 0.17);
    padding: 51.5px 30px;
}

.contact-form-area .contact-form .help-block {
    margin-bottom: 0;
}

.contact-form-area .contact-form .form-group {
    margin-bottom: 0;
}

.contact-form-area .contact-form .form-group .input-control {
    border-radius: 3px;
    height: 45px;
    padding: 0 17px;
    border-color: #e8eef1;
    background-color: #f9fbfc;
    width: 100%;
    margin-bottom: 25px;
}

.contact-form-area .contact-form .form-group .input-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: none;
}

.contact-form-area .contact-form .form-group .form-control {
    border-radius: 3px;
    /*padding: 15px 17px;*/
    padding: 15px 0px;
    /*border-color: #e8eef1;*/
    /*border-color: #593486;*/
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #eff5fa;
    border-bottom: 1px solid #e8e8e8;
    /*background-color: #f9fbfc;*/
    background-color: #fff;
    width: 100%;
    margin-bottom: 25px;
}

.contact-form-area .contact-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: none;
}

.contact-form-area .contact-form .input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #9b9b9b;
}

.contact-form-area .contact-form .input::-moz-placeholder {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #9b9b9b;
}

.contact-form-area .contact-form .input:-ms-input-placeholder {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #9b9b9b;
}

.contact-form-area .contact-form .input:-moz-placeholder {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #9b9b9b;
}

.contact-form-area .contact-form .message {
    width: 100%;
    border-radius: 3px;
    padding: 20px 0 0 20px;
    border-color: #e8eef1;
    background-color: #f9fbfc;
}

.contact-form-area .contact-form .message:focus {
    outline: none;
}

.contact-form-area .contact-form .message::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #9b9b9b;
}

.contact-form-area .contact-form .message::-moz-placeholder {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #9b9b9b;
}

.contact-form-area .contact-form .message:-ms-input-placeholder {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #9b9b9b;
}

.contact-form-area .contact-form .message:-moz-placeholder {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #9b9b9b;
}

.contact-form-area .contact-form .btn-yellow {
    margin: 12px 0 0 0;
}

.contact-form-area .contact-form .btn-yellow:hover {
    background: #ffffff;
    border: 1px solid #593b83;
    color: #593b83;
}

.contact-area {
    /*background-color: #593884;*/
    color: #fff;
    padding: 50px 30px 24px 30px;
}

.contact-area .social-contact {
    margin-bottom: 27px;
    margin-bottom: 47px;
}

.contact-area .social-contact .media {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-area .social-contact .media:hover i {
    color: #593b83;
    background: #ffffff;
}

.contact-area .social-contact .media i {
    color: #252525;
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(78, 142, 200, 0.07);
    box-shadow: 0px 0px 4px 2px rgba(121, 121, 121, 0.07);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-area .social-contact .media .media-body h5 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    color: #252525;
}

.contact-area .social-contact .media .media-body p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin: 0;
}

.contact-area .social-contact .media .media-body a {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
}

.contact-area .social-contact .media .media-body a:hover {
    color: #593b83;
}

.contact-area .social-area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 0;
    margin: 29px 0 0 0;
}

.contact-area .social-area li {
    list-style: none;
    margin-right: 12px;
    background-color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: 252525;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-area .social-area li a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    display: block;
}

.contact-area .social-area li a i {
    color: #252525;
}

.contact-area .social-area li:hover {
    background-color: #ffffff;
}

.contact-area .social-area li:hover i {
    color: #593b83;
}

@media all and (max-width: 1024px) {
    .contact-area {
        padding: 50px 24px 24px 24px;
    }

    .contact-area .social-contact .media i {
        margin-right: 11px;
    }
}

@media all and (max-width: 767px) {
    .contact-wrap .no-padding {
        padding: 0 15px;
    }

    .contact-area .social-contact .media i {
        height: 40px;
        width: 40px;
        line-height: 40px;
        margin-right: 10px;
    }

    .contact-area .social-contact .media .media-body h5 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 3px;
    }

    .contact-area .social-contact .media .media-body p {
        font-size: 14px;
        line-height: 21px;
        margin: 0;
    }

    .contact-area .social-area li {
        height: 33px;
        width: 33px;
        line-height: 34px;
    }

    .contact-area {
        padding: 50px 20px 24px 20px;
    }

    .contact-form-area {
        padding: 50px 20px;
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

@media all and (max-width: 374px) {
    .section-title h2 {
        font-size: 34px;
    }
}

@media all and (max-width: 320px) {
    .section-title h2 {
        font-size: 35px;
    }
}

/*
******************************************
donation-section 
******************************************
*/
.donation-section {
    padding-top: 90px;
    padding-bottom: 100px;
    background: url("../images/bg/02.jpg");
}

.donation-table-area {
    display: table;
    width: 100%;
}

.donation-table-image {
    width: 46%;
    display: table-cell;
    float: none;
    position: relative;
}

.donation-table-image img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.donation-table-wrap {
    width: 56%;
    display: table-cell;
    float: none;
    height: auto;
    overflow: hidden;
}

.donation-table .widefat {
    margin-bottom: 0;
}

.donation-table .widefat tr td {
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.donation-table .widefat tr td:first-child {
    border-left: 0;
    position: relative;
    padding: 12px 2px 1px 20px;
    text-align: left;
}

.donation-table .widefat tr td:first-child .number {
    position: absolute;
    top: 50%;
    margin-top: -11px;
}

.donation-table .widefat tr td:first-child .details {
    margin-left: 20px;
}

.donation-table .widefat tr td:last-child {
    border-right: 0;
}

.donation-table .widefat tr th {
    border-top: 0;
    vertical-align: middle;
}

.donation-table .widefat tr th:first-child {
    border-left: 0;
}

.donation-table .widefat tr th:last-child {
    border-right: 0;
}

.donation-table .widefat tr:last-child td {
    border-bottom: 0;
}

.donation-form {
    margin: 117px 0 104px 0;
}

.donation-amount {
    margin-bottom: 46px;
}

.donation-amount .title {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 37px;
    color: #252525;
}

.donation-amount a {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #e8eef1;
    height: 45px;
    padding: 0 32px;
    line-height: 45px;
    margin-right: 6px;
    border-radius: 3px;
    background-color: #f9fbfc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 10px;
    color: #252525;
}

.donation-amount a:hover {
    background-color: #593b83;
    border: 1px solid #593b83;
    color: #fff;
}

.donation-amount .active {
    background-color: #593b83;
    border-color: #593b83;
    color: #fff;
}

.donation-amount .custom {
    padding: 9px 10px 9px 15px;
    color: #a1a1a1;
    border-radius: 3px;
    border: 1px solid #e8eef1;
    font-size: 18px;
    font-weight: 400;
    background-color: #f9fbfc;
    color: #252525;
    max-width: 160px;
}

.donation-amount .custom:focus {
    outline: 0;
}

@media all and (max-width: 991px) {
    .donation-table-area {
        display: inherit;
    }

    .donation-table-image {
        width: 100%;
        display: inherit;
        float: none;
        position: relative;
    }

    .donation-table-image img {
        bottom: 0;
        height: auto;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        position: inherit;
        right: 0;
        top: 0;
        max-width: 100%;
    }

    .donation-table-wrap {
        width: 100%;
        display: inherit;
        float: none;
        height: auto;
        overflow: hidden;
    }
}

@media all and (max-width: 767px) {
    .widefat tr th {
        padding: 14px 12px;
        font-size: 16px;
    }

    .widefat tr td {
        font-size: 13px;
        line-height: 22px;
    }

    .donation-table .widefat tr td:first-child {
        padding: 12px 2px 1px 12px;
    }

    .widefat tr td p {
        font-size: 10px;
    }
}

.billing-details .title {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 26px;
}

.billing-details .contact-form .form-group {
    margin-bottom: 6px;
}

.billing-details .contact-form .form-group .form-control {
    border-radius: 3px;
    height: 45px;
    padding-left: 16px;
    border-color: #e8eef1;
    border-color: #593486;
    background-color: #f9fbfc;
    width: 100%;
    margin-bottom: 25px;
    color: #a1a1a1;
}

.billing-details .contact-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: none;
}

.billing-details .contact-form .form-group input::-webkit-input-placeholder {
    color: #a1a1a1;
}

.billing-details .contact-form .form-group input::-moz-placeholder {
    color: #a1a1a1;
}

.billing-details .contact-form .form-group input:-ms-input-placeholder {
    color: #a1a1a1;
}

.billing-details .contact-form .form-group input:-moz-placeholder {
    color: #a1a1a1;
}

.how-to-donate {
    margin: 10px 0 0 0;
}

.how-to-donate .form-group .btn-yellow {
    padding: 10px 27px;
    margin-right: 26px;
    font-family: Roboto, sans-serif;
}

.how-to-donate .form-group .form-check .form-check-input {
    margin-right: 5px;
    height: 15px;
    width: 15px;
}

.how-to-donate .form-group .form-check .form-check-label {
    margin-right: 20px;
    color: #707070;
    font-size: 16px;
}

@media all and (max-width: 767px) {
    .how-to-donate .form-group .form-check {
        margin-top: 20px;
    }
}

/*
******************************************
gallery-section
******************************************
*/
.gallery-section {
    /*  background: url("../images/bg/02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
    padding: 100px 0 100px 0;
}

.gallery-section .section-title h2 {
    /*color: #ffffff; */
}

.gallery-section .section-title p {
    /*color: #ffffff; */
}

.gallery-isotope-btn {
    margin-bottom: 45px;
}

.gallery-isotope-btn .button {
    background-color: transparent;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #593b83;
    font-weight: 400;
    margin: 7px 7px;
    border: 1px solid #593b83;
    border-radius: 3px;
    padding: 9px 30px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.gallery-isotope-btn .button:after {
    display: table;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #593b83;
    bottom: -7px;
    left: 50%;
    margin-left: -9px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.gallery-isotope-btn .button:hover:after {
    bottom: -10px;
    opacity: 1;
    visibility: visible;
}

.gallery-isotope-btn .button.active {
    background-color: #593b83;
    color: #ffffff;
    position: relative;
}

.gallery-isotope-btn .button.active:after {
    display: table;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #593b83;
    bottom: -7px;
    left: 50%;
    margin-left: -9px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: -10px;
    opacity: 1;
    visibility: visible;
}

.gallery-isotope-btn .button:focus {
    outline: none;
}

.gallery-isotope-btn .button:hover {
    background-color: #593b83;
    color: #fff;
}

.image-gallery .thumb {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.image-gallery .thumb:after {
    position: absolute;
    content: '';
    background-color: rgba(89, 56, 132, .7);
    height: 40%;
    width: 40%;
    left: 28%;
    top: 31%;
    border-radius: 20%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.image-gallery .thumb .fancy-video-btn {
    color: #fff;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.image-gallery .thumb .fancy-video-btn i {
    font-size: 40px;
}

.image-gallery .thumb:hover:after {
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    border-radius: 3px;
    visibility: visible;
    opacity: 1;
}

.image-gallery .thumb:hover .fancy-video-btn {
    visibility: visible;
    opacity: 1;
}

.grid-item {
    width: 25%;
}

.grid-item--width2 {
    width: 50%;
}

@media all and (max-width: 991px) {
    .gallery-isotope-btn .button {
        margin-bottom: 15px;
    }
}

/*
******************************************
login-section
******************************************
*/
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent !important;
}

.sign-in {
    border-right: 1px solid #e8eef1;
}

.login-section {
    margin: 120px 0;
}

.login-tab {
    border: 1px solid #e8eef1;
}

.login-tab .nav-tabs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.login-tab .nav-tabs .nav-item {
    width: 50%;
}

.login-tab .nav-tabs .nav-item .nav-link {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    padding: 14px 15px 16px 14px;
    border-radius: 0;
    text-align: center;
}

.login-tab .nav-tabs .nav-item .nav-link i {
    color: #593b83;
    padding-right: 10px;
}

.login-tab .nav-tabs .nav-item .nav-link.active {
    position: relative;
}

.login-tab .nav-tabs .nav-item .nav-link:hover {
    color: #252525;
}

.login-tab .nav-tabs .nav-item .nav-link.active:after {
    height: 2px;
    width: 101%;
    background: #593884;
    position: absolute;
    content: '';
    left: -1px;
    top: -2px;
}

.login-tab .tab-content {
    padding: 0 40px 50px 40px;
}

.login-tab .tab-content .tab-content-title {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    padding: 31px 10px 4px 10px;
}

.login-tab .tab-content p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #707070;
}

.login-tab .tab-content .tab-pane .user-profile {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.login-tab .tab-content .tab-pane .form-control {
    margin-bottom: 25px;
    background-color: #f9fbfc;
    height: 45px;
    padding: 0 15px 2px 15px;
    border-radius: 2px;
}

.login-tab .tab-content .tab-pane .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-tab .tab-content .form-check {
    margin-bottom: 34px;
}

.login-tab .tab-content .form-check .form-check-input {
    height: 17px;
    width: 17px;
    cursor: pointer !important;
}

.login-tab .tab-content .form-check .form-check-label {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 5px;
    cursor: pointer !important;
}

.login-tab .tab-content .btn-yellow {
    padding: 7px 38px;
    margin-right: 20px;
}

.login-tab .tab-content .forget-pass {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.login-tab .tab-content .forget-pass:hover {
    color: #252525;
}

@media all and (max-width: 767px) {
    .login-tab .tab-content {
        padding: 0 15px 50px 15px;
    }

    .login-tab .tab-content .btn-yellow {
        margin-right: 15px;
    }

    .login-tab .tab-content .forget-pass {
        font-size: 14px;
    }

    .login-tab .nav-tabs .nav-item .nav-link {
        font-size: 18px;
    }
}

/* ==================================================================
    16.0 Parallax Styles
================================================================== */
.parallax {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    height: auto;
    display: table;
    width: 100%;
}

/* ==================================================================
    testimonial Styles
================================================================== */
.testimonial-section {
    background: #f4f8fa;
    padding: 120px 0 40px 0;
}

.testimonial-section .no-pad {
    padding: 0;
}

.testimonial-content-carousel {
    padding: 30px 40px 50px 40px;
    position: relative;
}

.testimonial-content-carousel:after {
    position: absolute;
    content: '';
    height: 55%;
    width: 100%;
    left: 0;
    top: 0;
    border: 2px solid #593b83;
    z-index: -1;
}

.testimonial-content-carousel .author-info {
    margin-top: 135px;
}

.testimonial-content-carousel .author-info h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.testimonial-content-carousel .author-info p {
    font-size: 12px;
}

.testimonial-content-carousel p {
    font-size: 18px;
    color: #707070;
    font-style: italic;
    line-height: 30px;
    font-family: Roboto, sans-serif;
}

.testimonial-content-carousel button.owl-prev {
    position: absolute;
    left: -14px;
    top: 23%;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.testimonial-content-carousel button.owl-prev:focus {
    outline: 0 !important;
}

.testimonial-content-carousel button.owl-prev i {
    font-size: 30px;
    z-index: 9999;
    background: #f4f8fa;
}

.testimonial-content-carousel button.owl-next {
    position: absolute;
    font-size: 30px;
    right: -14px;
    top: 23%;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.testimonial-content-carousel button.owl-next:focus {
    outline: 0 !important;
}

.testimonial-content-carousel button.owl-next i {
    font-size: 30px;
    z-index: 9999;
    background: #f4f8fa;
}

.testimonial-thumbs-carousel {
    margin-top: -225px;
}

.testimonial-thumbs-carousel img {
    width: auto !important;
    border-radius: 50%;
    border: 2px solid #593b83;
}

@media all and (max-width: 1024px) {
    .testimonial-content-carousel:after {
        height: 58%;
    }

    .testimonial-content-carousel button.owl-prev {
        top: 25%;
    }

    .testimonial-content-carousel button.owl-next {
        top: 25%;
    }
}

@media all and (max-width: 991px) {
    .testimonial-thumbs-carousel {
        margin-top: -222px;
    }

    .testimonial-content-carousel:after {
        height: 56%;
    }
}

@media all and (max-width: 767px) {
    .testimonial-content-carousel {
        padding: 30px 20px 50px 20px;
    }

    .testimonial-content-carousel:after {
        height: 64%;
    }

    .testimonial-content-carousel button.owl-prev {
        top: 29%;
    }

    .testimonial-content-carousel button.owl-next {
        top: 29%;
    }

    .testimonial-thumbs-carousel .thumb {
        text-align: center;
        display: inherit;
    }

    .testimonial-thumbs-carousel .thumb img {
        display: inline-block;
    }

    .testimonial-content-carousel .author-info {
        margin-top: 135px;
    }
}

@media all and (max-width: 375px) {
    .testimonial-content-carousel:after {
        height: 66%;
    }

    .testimonial-content-carousel button.owl-prev {
        top: 30%;
    }

    .testimonial-content-carousel button.owl-next {
        top: 30%;
    }
}

@media all and (max-width: 360px) {
    .testimonial-content-carousel:after {
        height: 63%;
    }

    .testimonial-thumbs-carousel {
        margin-top: -247px;
    }
}

@media all and (max-width: 320px) {
    .testimonial-content-carousel:after {
        height: 69%;
    }

    .testimonial-content-carousel button.owl-prev {
        top: 31%;
    }

    .testimonial-content-carousel button.owl-next {
        top: 31%;
    }
}

.navbar-icon {
    position: relative;
}

.search-bar {
    width: 290px;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    right: -14px;
    top: 39px;
    display: none;
    opacity: 0.9;
}

.search-bar .form-group {
    background: #593b83;
    padding: 6px;
}

.search-bar .form-control {
    background: #e0e0e0;
    border-radius: 0;
    border: 0;
    max-width: 235px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.search-bar .input-group-addon {
    background: #1e1e1e;
    border-radius: 0;
    border: 0;
    width: 43px;
    padding: 0;
}

.search-bar .input-group-addon button {
    background: transparent;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
    padding-left: 15px;
    cursor: pointer !important;
}

.search-bar .input-group-addon button:focus {
    outline: 0 !important;
}

.navbar-icon a i.fa-times {
    font-size: 16px;
}

/*---------------------------------------------------
  2.0 - 404 style
----------------------------------------------------*/
.error-page {
    padding-bottom: 120px;
}

.error-page img {
    width: 100%;
}

.error-page h4 {
    margin-top: 56px;
    margin-bottom: 15px;
}

.error-page h5 {
    font-size: 16px;
    margin-bottom: 34px;
    font-weight: 400;
    line-height: 26px;
    color: #707070;
}

.error-page .btn {
    margin: 0 7px;
    border-radius: 30px;
    padding: 12px 32px 11px 32px !important;
    font-family: Roboto, sans-serif;
}

.error-page .btn.btn-white {
    border: 1px solid #593b83;
}

.error-page .btn:hover {
    color: #252525;
}

@media all and (max-width: 767px) {
    .error-page h4 {
        margin-top: 35px;
    }

    .error-page .btn-yellow {
        margin-bottom: 10px;
    }

    .error-page h5 {
        font-size: 15px;
        line-height: 24px;
    }
}

/* login modal style */
.login-popup-modal {
    background: #ffffff;
    padding-right: 0 !important;
}

.login-popup-modal .login-section {
    margin: 0;
}

.login-popup-modal .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.login-popup-modal .modal-body {
    margin-top: 55px;
    padding: 0 !important;
}

.login-popup-modal .login-tab {
    position: relative;
}

.login-popup-modal .btn-close {
    position: absolute;
    top: -16px;
    right: -16px;
    background: #593884;
    color: #252525;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 0;
    opacity: 1;
    z-index: 9;
    text-shadow: none;
}

.login-popup-modal .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.login-popup-modal .modal-dialog {
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}

.login-popup-modal .modal-content {
    background: none;
    border: none;
}

@media all and (max-width: 767px) {
    .login-popup-modal .btn-close {
        top: -14px;
        right: -14px;
    }
}

/* Preloder style */
.preloder-wrap {
    /*display: none;*/
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

.lfadeout {
    display: none;
}

@-webkit-keyframes preload-show-1 {
    from {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-show-1 {
    from {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-hide-1 {
    to {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-hide-1 {
    to {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-cycle-1 {
    5% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }

    10%,
    75% {
        -webkit-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        border-left-color: #593884;
    }

    80%,
    100% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-cycle-1 {
    5% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }

    10%,
    75% {
        -webkit-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        border-left-color: #593884;
    }

    80%,
    100% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-show-2 {
    from {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-show-2 {
    from {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-hide-2 {
    to {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-hide-2 {
    to {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-cycle-2 {
    10% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }

    15%,
    70% {
        -webkit-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        border-left-color: #593884;
    }

    75%,
    100% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-cycle-2 {
    10% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }

    15%,
    70% {
        -webkit-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        border-left-color: #593884;
    }

    75%,
    100% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-show-3 {
    from {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-show-3 {
    from {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-hide-3 {
    to {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-hide-3 {
    to {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-cycle-3 {
    15% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }

    20%,
    65% {
        -webkit-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        border-left-color: #593884;
    }

    70%,
    100% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-cycle-3 {
    15% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }

    20%,
    65% {
        -webkit-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        border-left-color: #593884;
    }

    70%,
    100% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-show-4 {
    from {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-show-4 {
    from {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-hide-4 {
    to {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-hide-4 {
    to {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-cycle-4 {
    20% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }

    25%,
    60% {
        -webkit-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        border-left-color: #593884;
    }

    65%,
    100% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-cycle-4 {
    20% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }

    25%,
    60% {
        -webkit-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        border-left-color: #593884;
    }

    65%,
    100% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-show-5 {
    from {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-show-5 {
    from {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-hide-5 {
    to {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-hide-5 {
    to {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-cycle-5 {
    25% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }

    30%,
    55% {
        -webkit-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #593884;
    }

    60%,
    100% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-cycle-5 {
    25% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }

    30%,
    55% {
        -webkit-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #593884;
    }

    60%,
    100% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-show-6 {
    from {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-show-6 {
    from {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-hide-6 {
    to {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-hide-6 {
    to {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-cycle-6 {
    30% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }

    35%,
    50% {
        -webkit-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #593884;
    }

    55%,
    100% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@keyframes preload-cycle-6 {
    30% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }

    35%,
    50% {
        -webkit-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #593884;
    }

    55%,
    100% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #593884;
    }
}

@-webkit-keyframes preload-flip {
    0% {
        -webkit-transform: rotateY(0deg) rotateZ(-60deg);
        transform: rotateY(0deg) rotateZ(-60deg);
    }

    100% {
        -webkit-transform: rotateY(360deg) rotateZ(-60deg);
        transform: rotateY(360deg) rotateZ(-60deg);
    }
}

@keyframes preload-flip {
    0% {
        -webkit-transform: rotateY(0deg) rotateZ(-60deg);
        transform: rotateY(0deg) rotateZ(-60deg);
    }

    100% {
        -webkit-transform: rotateY(360deg) rotateZ(-60deg);
        transform: rotateY(360deg) rotateZ(-60deg);
    }
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    display: block;
    width: 3.75em;
    height: 4.25em;
    margin-left: -1.875em;
    margin-top: -2.125em;

    width: 120px;
    height: 55px;
    margin-left: -60px;
    margin-top: -28px;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    /*-webkit-transform: rotateY(180deg) rotateZ(-60deg);
    transform: rotateY(180deg) rotateZ(-60deg);*/
}

.preloader .slice {
    border-top: 1.125em solid transparent;
    border-right: none;
    border-bottom: 1em solid transparent;
    border-left: 1.875em solid #593884;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    border-radius: 3px 3px 0 0;
}

.preloader .slice:nth-child(1) {
    -webkit-transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
    transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.82s preload-hide-1 both 1;
    animation: 0.15s linear 0.82s preload-hide-1 both 1;
}

.preloader .slice:nth-child(2) {
    -webkit-transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
    transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.74s preload-hide-2 both 1;
    animation: 0.15s linear 0.74s preload-hide-2 both 1;
}

.preloader .slice:nth-child(3) {
    -webkit-transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
    transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.66s preload-hide-3 both 1;
    animation: 0.15s linear 0.66s preload-hide-3 both 1;
}

.preloader .slice:nth-child(4) {
    -webkit-transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
    transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.58s preload-hide-4 both 1;
    animation: 0.15s linear 0.58s preload-hide-4 both 1;
}

.preloader .slice:nth-child(5) {
    -webkit-transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
    transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.5s preload-hide-5 both 1;
    animation: 0.15s linear 0.5s preload-hide-5 both 1;
}

.preloader .slice:nth-child(6) {
    -webkit-transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
    transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.42s preload-hide-6 both 1;
    animation: 0.15s linear 0.42s preload-hide-6 both 1;
}

/*.preloader.loading {
    -webkit-animation: 2s preload-flip steps(2) infinite both;
    animation: 2s preload-flip steps(2) infinite both;
}
*/
.preloader.loading .slice:nth-child(1) {
    -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
    transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-1 linear infinite both;
    animation: 2s preload-cycle-1 linear infinite both;
}

.preloader.loading .slice:nth-child(2) {
    -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
    transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-2 linear infinite both;
    animation: 2s preload-cycle-2 linear infinite both;
}

.preloader.loading .slice:nth-child(3) {
    -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
    transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-3 linear infinite both;
    animation: 2s preload-cycle-3 linear infinite both;
}

.preloader.loading .slice:nth-child(4) {
    -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
    transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-4 linear infinite both;
    animation: 2s preload-cycle-4 linear infinite both;
}

.preloader.loading .slice:nth-child(5) {
    -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
    transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-5 linear infinite both;
    animation: 2s preload-cycle-5 linear infinite both;
}

.preloader.loading .slice:nth-child(6) {
    -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
    transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-6 linear infinite both;
    animation: 2s preload-cycle-6 linear infinite both;
}

.blog-section {
    padding-top: 110px;
    padding-bottom: 90px;
}

.single-blog {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-blog:hover {
    -webkit-box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.06);
}

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

.single-blog .blog-content {
    text-align: left;
    padding: 25px 10px 30px 30px;
    border: 1px solid #e8eef1;
}

.single-blog .blog-content h3 {
    font-size: 22px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 24px;
    margin-bottom: 4px;
}

.single-blog .blog-meta .blog-meta-icon {
    margin-bottom: 13px;
}

.single-blog .blog-meta .blog-meta-icon span {
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    margin-right: 15px;
    line-height: 24px;
}

.single-blog .blog-meta .blog-meta-icon span i {
    padding-right: 2px;
}

.single-blog .blog-meta p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 26px;
}

.single-blog .blog-meta a {
    font-style: italic;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 22px;
}

.single-blog .blog-meta a:hover {
    color: #252525;
}

.single-blog .blog-meta a:hover i {
    right: 0px;
}

.single-blog .blog-meta a i {
    position: absolute;
    top: 2px;
    right: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-details .blog-thumb {
    margin-bottom: 20px;
}

.blog-details .post-info {
    list-style: none;
    padding-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #a1a1a1;
    margin-bottom: 24px;
}

.blog-details .post-info li {
    margin-right: 18px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.blog-details .post-info li i {
    margin-right: 8px;
}

.blog-details .post-info li a {
    color: #a1a1a1;
}

.blog-details p {
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 26px;
    margin-bottom: 20px;
}

.blog-details .blockquote {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    background-color: #f9fbfc;
    padding: 25px 20px 34px 9px;
    margin: 33px 0 28px 0;
    position: relative;
}

.blog-details .blockquote:after {
    content: "";
    width: 44px;
    height: 33px;
    background: url("../images/blog/0.png");
    top: 17px;
    left: 49px;
    position: absolute;
    display: inline-block;
}

.blog-images {
    margin: 30px 0 27px 0;
}

.post-share-category {
    margin-top: 49px;
    margin-bottom: 26px;
}

.post-share-category .category .title {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-right: 5px;
    color: #252525;
}

.post-share-category .category a {
    color: #707070;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.post-share-category .blog-post-share {
    float: right;
}

.post-share-category .blog-post-share .title {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-right: 7px;
    color: #252525;
}

.post-share-category .blog-post-share a {
    margin-right: 10px;
}

.post-share-category .blog-post-share a i {
    font-size: 16px;
    color: #707070;
}

.post-share-category .blog-post-share a:hover i.fa-facebook {
    color: #3b5998;
}

.post-share-category .blog-post-share a:hover i.fa-twitter {
    color: #1da1f2;
}

.post-share-category .blog-post-share a:hover i.fa-linkedin {
    color: #007bb5;
}

.post-share-category .blog-post-share a:hover i.fa-google-plus {
    color: #db4437;
}

.post-share-category .blog-post-share a:hover i.fa-instagram {
    color: #c32aa3;
}

.pagination-category {
    margin-bottom: 60px;
}

.pagination-category .tag .title {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-right: 5px;
    color: #252525;
}

.pagination-category .tag a {
    color: #707070;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.pagination-category .pagination {
    float: right;
}

.pagination-category .pagination a {
    border-bottom: 1px solid #707070;
    border-radius: 0;
    color: #707070;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.pagination-category .pagination .next {
    margin-left: 20px;
}



.author-area {
    border: 1px solid #ecf1f3;
    padding: 30px 30px 4px 30px;
    margin-bottom: 55px;
    overflow: hidden;
}

.author-area .media-left img {
    margin-right: 30px;
    border-radius: 50%;
}

.author-area .media-body .author-name {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #252525;
}

.author-area .media-body .author-name:hover {
    color: #252525;
}

.author-area .media-body .author-social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
    list-style: none;
}

.author-area .media-body .author-social li a {
    margin-right: 15px;
}

.author-area .media-body .author-social li a i {
    color: #707070;
}

.author-area .media-body .author-designation {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    margin: 4px 0 17px 0;
    color: #9b9b9b;
}

.author-area .media-body p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
}



.comments-area {
    margin-bottom: 57px;
}

.comments-area .comment-title {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #252525;
    margin-bottom: 29px;
}

.comments-area .media {
    margin-bottom: 33px;
}

.comments-area .media .media-left {
    margin-right: 20px;
}

.comments-area .media .media-left img {
    border-radius: 50%;
}

.comments-area .media .media-body {
    border-bottom: 1px solid #e7e6ee;
    padding-bottom: 20px;
}

.comments-area .media .media-body .author-name {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2px;
    display: block;
}

.comments-area .media .media-body .author-name:hover {
    text-decoration: none;
}

.comments-area .media .media-body .comments {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 18px;
    color: #707070;
}

.comments-area .media .media-body .time {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 14px;
    display: inline-block;
    color: #707070;
}

.comments-area .media .media-body a {
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments-area .media .media-body a:hover {
    color: #252525;
}

.comments-area .media .media-body a i {
    margin-right: 9px;
}

.comments-form-area {
    margin-bottom: 120px;
}

.comments-form-area .title {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 29px;
    color: #252525;
}

.comments-form-area .contact-form-area {
    padding: 0 0;
}



/*
/event details scss
*/
.event-section-slide .single-event-two img {
    height: auto;
}

.event-section-slide .single-event-two:after {
    display: none;
}

.event-details-section .event-details-content {
    padding-bottom: 24px;
}

.event-details-section .event-details-content .single-event-two img {
    height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.event-details-section .event-details-content .single-event-two:after {
    display: none;
}

.event-details-section .event-details-content .event-blog {
    padding-bottom: 33px;
}

.event-details-section .event-details-content .event-blog p {
    margin-bottom: 15px;
}

.event-details-section .event-details-content .event-mission {
    padding-bottom: 33px;
}

.event-details-section .event-details-content .event-mission h4 {
    font-size: 22px;
    font-weight: 400;
}

.event-details-section .event-details-content .event-info {
    padding: 35px 25px;
    border: 1px solid #eaf0f2;
}

.event-details-section .event-details-content .event-info h4 {
    font-size: 22px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 13px;
}

.event-details-section .event-details-content .event-info p {
    margin-bottom: 5px;
}

.event-details-section .event-details-content .event-info .event-catagory .title {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    line-height: 26px;
}

.event-details-section .event-details-content .event-info .event-catagory a:hover {
    color: #252525;
}

.event-details-section .event-details-content .event-pages-link {
    padding-top: 60px;
    padding-bottom: 70px;
}

.event-details-section .event-details-content .event-pages-link .social-page-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.event-details-section .event-details-content .event-pages-link .social-page-link a {
    font-size: 14px;
    color: #707070;
    line-height: 26px;
}

.event-details-section .event-details-content .event-pages-link .social-page-link a:hover i.fa-facebook {
    color: #3b5998;
}

.event-details-section .event-details-content .event-pages-link .social-page-link a:hover i.fa-twitter {
    color: #1da1f2;
}

.event-details-section .event-details-content .event-pages-link .social-page-link a:hover i.fa-linkedin {
    color: #007bb5;
}

.event-details-section .event-details-content .event-pages-link .social-page-link a:hover i.fa-google-plus {
    color: #db4437;
}

.event-details-section .event-details-content .event-pages-link .social-page-link a:hover i.fa-instagram {
    color: #c32aa3;
}

.event-details-section .event-details-content .event-pages-link .social-page-link a i {
    padding-left: 10px;
}

.event-details-section .event-details-content .event-pages-link .previusnext-page-link a {
    color: #707070;
    margin-right: 20px;
    border-bottom: 1px solid #707070;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.event-details-section .event-details-content.style-two {
    padding: 0;
}

.event-details-section .event-details-content.style-two .single-event {
    border: 0;
    margin-bottom: 0;
}

.event-details-section .event-details-content.style-two .cause-details {
    padding-left: 0;
}

.event-details-section .event-details-content.style-two .cause-details p {
    margin-bottom: 20px;
}

.event-details-section .event-details-content.style-two .cause-details .cause-info {
    margin-bottom: 26px;
}

.event-details-section .event-details-content.style-two .fundraising {
    margin: 2px 0 0 0;
}

.event-details-section .event-details-content.style-two .fundraising h4 {
    margin-bottom: 17px;
    font-weight: 400;
}

.event-details-section .event-details-content.style-two .fundraising p {
    margin-bottom: 20px;
}

.event-details-section .event-details-content.style-two .fundraising .base-image {
    margin: 12px 0 27px 0;
}

.event-details-section .event-details-content.style-two .event-pages-link {
    padding-top: 30px;
    padding-bottom: 94px;
}



/*
/causes details scss
*/
.single-event {
    border: 1px solid #e8eef1;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.single-event img {
    width: 100%;
}

.single-event .cause-details {
    padding: 20px 15px 0px 30px;
    color: #707070;
}

.single-event .cause-details h4 a {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #252525;
    margin-bottom: 20px;
}

.single-event .cause-details p {
    margin-bottom: 20px;
}

.single-event .cause-details .read-more {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 25px;
}

.single-event .cause-details .read-more i {
    position: absolute;
    right: 4px;
    top: 2px;
}

.single-event .cause-details .cause-info {
    padding-left: 0px;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 2px;
}

.single-event .cause-details .cause-info li {
    color: #a1a1a1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

.single-event .cause-details .cause-info li i {
    margin-right: 8px;
}

.single-event .cause-details .cause-info li a {
    color: #a1a1a1;
    font-size: 14px;
}

.fundraising {
    margin-bottom: 0px;
}

.fundraising .base-image {
    margin-bottom: 30px;
    background: url("../images/bg/01.jpg");
    background-size: cover;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fundraising .base-image .base-image-border {
    margin-left: 30px;
    width: 5px;
    height: 41px;
    background: #593b83;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.fundraising .base-image p {
    color: #ffffff;
    margin: 21px 30px 25px 30px;
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
}

.widget.widget-about h4 {
    font-size: 20px;
    margin-bottom: 21px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #593b83;
    line-height: 26px;
}

.widget.widget-about ul {
    list-style: none;
    padding-left: 0px;
}

.widget.widget-about ul li {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.widget.widget-about ul li a {
    color: #ddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget.widget-about ul li a:hover {
    margin-left: 3px;
    color: #593b83;
}

.widget.widget-about ul li a i {
    margin-right: 11px;
}

.widget.widget-post h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 21px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #593b83;
    line-height: 26px;
}

.widget.widget-post ul {
    list-style: none;
    padding-left: 0px;
}

.widget.widget-post ul li {
    margin-bottom: 8px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 30px;
    /*border-bottom: 1px solid #292929;*/
}

.widget.widget-post ul li:last-child {
    border-bottom: 0;
}

.widget.widget-post ul li a {
    color: #ddd;
    margin-bottom: 1px;
    display: block;
        transition: all 0.3s ease;
}
.widget.widget-post ul li a:hover{
      color: #593b83;
          margin-left: 3px;
}
.widget.widget-post ul li a i{
    margin-right: 11px;
}

.widget.widget-post ul li span {
    color: #593b83;
    display: block;
    padding-bottom: 6px;
}

.widget.widget-donation h4 {
    font-size: 22px;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 26px;
}

.widget.widget-donation p {
    color: #ffffff;
}

.widget.widget-donation .form-group .form-control {
    color: #fff;
    background: #393939;
    height: 40px;
    border-color: #555555;
    background-color: rgba(255, 255, 255, 0.102);
    margin-bottom: 20px;
}

.widget.widget-donation .form-group .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget.widget-donation .form-group .form-control option {
    color: #222222 !important;
}

.widget.widget-donation .form-check-inline {
    cursor: pointer;
}

.widget.widget-donation .form-check-inline input,
.widget.widget-donation .form-check-inline label {
    cursor: pointer;
}

.widget.widget-donation button {
    background: #593b83;
    border: 0;
    padding: 5px 30px 6px 30px;
}

.widget.widget-donation button:focus {
    outline: 0px !important;
}

.widget.widget-donation button:hover {
    background: #ffffff;
}

.widget.widget-contact .map-maker {
    color: #ddd;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 3px;
    display: block;
}

.widget.widget-contact .map-maker i {
    margin-right: 10px;
    width: 20px;
}

.widget.widget-contact img {
    margin-bottom: 19px;
}

.widget.widget-contact p {
    color: #ddd;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 22px;
}

.widget.widget-contact .telephone,
.widget.widget-contact .email {
    color: #ddd;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    /*margin-bottom: 29px;*/
    transition: .3s;
        display: flex;
    align-items: baseline;
}
.widget.widget-contact .telephone:hover,
.widget.widget-contact .email:hover {
  color: #593b83;
}

.widget.widget-contact .telephone i,
.widget.widget-contact .email i {
    margin-right: 10px;
    width: 20px;
}

.widget.widget-contact .widget-contact-icon a {
    margin-right: 10px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 36px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget.widget-contact .widget-contact-icon a:hover {
    color: #000;
    background: #593b83;
}

.sidebar-image {
    margin-bottom: 55px;
    background: url("../images/event/04_Events-Details.jpg");
    background: #1d1d1d;
}

.sidebar-image .event-details-time {
    color: #ffffff;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.sidebar-image .event-details-time p {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.sidebar-image .event-details-time .cause-count:after {
    display: none;
}

.sidebar-image .title {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 35px;
    margin-top: 10px;
}

.sidebar-image .event-details-button {
    padding-bottom: 35px;
    text-align: center;
}

.sidebar-image .cause-count {
    background: transparent;
    margin-top: -24px;
}

.sidebar-image .cause-count .donate-piechart .count {
    color: #fff;
}

.sidebar-image .cause-count .donate-piechart .count:after {
    color: #ffffff;
}

.sidebar-image .widget-timer {
    color: #ffffff;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.sidebar-image .widget-timer.widget-time-count {
    display: grid !important;
}

.sidebar-image .widget-timer ul {
    padding-left: 0;
    margin-bottom: 26px;
}

.sidebar-image .widget-timer ul li {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    padding: 0 12px;
    text-align: center;
}

.sidebar-image .widget-timer ul li span {
    display: block;
    font-size: 30px;
    font-weight: 600;
}

.sidebar-image .widget-timer p {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.widget-recent-donation {
    padding: 0;
}

.widget-recent-donation h4 {
    font-size: 22px;
    margin-bottom: 21px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 26px;
}

.widget-recent-donation .single-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 10px 15px 0px 15px;
    margin-bottom: 15px;
    background: #CCB;
    border-radius: 3px;
    background-color: #f9fbfc;
    border-color: #e8eef1;
}

.widget-recent-donation .single-widget .widget-text p {
    color: #252525;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.widget-recent-donation .single-widget .widget-text span {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #a1a1a1;
}

.widget-recent-donation .single-widget .widget-number p {
    font-family: Roboto, sans-serif;
    color: #252525;
    margin-bottom: 18px;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 500;
}

/* widget style*/
.widget-title {
    color: #252525;
    margin-bottom: 29px;
    font-size: 22px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 26px;
}

.sidebar-area .widget {
    margin-bottom: 54px;
}

.sidebar-area .widget:last-child {
    margin-bottom: 0;
}

.sidebar-area {
    padding: 36px 25px 26px 25px;
    border: 1px solid #eaf0f2;
    border-radius: 2px;
}

.sidebar-area .sidebar-input input {
    padding: 12px 12px 14px 18px;
    background: #f9fbfc;
    border: 1px solid #eaf0f2;
    width: 100%;
    font-size: 16px;
}

.sidebar-area .sidebar-input input:focus {
    outline: 0px;
}

.sidebar-area .sidebar-input button {
    border: 1px solid #eaf0f2;
    padding: 12px 20px;
    border-left: 0;
    background: #f9fbfc;
    cursor: pointer;
}

.sidebar-area .sidebar-input button:hover i {
    color: #000000;
}

.sidebar-area .sidebar-input button i {
    color: #a1a1a1;
}

.sidebar-area .sidebar-input button:focus {
    outline: none;
}

.sidebar-area .sidebar-input input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-family: Roboto, sans-serif;
}

.sidebar-area .sidebar-input input::-moz-placeholder {
    font-family: Roboto, sans-serif;
    color: #a1a1a1;
}

.sidebar-area .sidebar-input input:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #a1a1a1;
}

.sidebar-area .sidebar-input input:-moz-placeholder {
    color: #a1a1a1;
    font-family: Roboto, sans-serif;
}

.sidebar-area .sidebar-input span {
    border: 1px solid #eaf0f2;
    padding: 12px 20px;
    border-left: 0;
    background: #f9fbfc;
}

.sidebar-area .sidebar-input span i {
    color: #a1a1a1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* widget form */
.widget.contact-form-area {
    padding: 18px 0 0 0;
}

.widget.contact-form-area .contact-form .form-group .form-control {
    margin-bottom: 18px;
}

.widget.contact-form-area .contact-form .form-group .input-control {
    height: 40px;
}

/* upcomming event */
.upcomming-event .media {
    margin-bottom: 20px;
}

.upcomming-event .media h5 {
    color: #252525;
    font-size: 17px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 26px;
    margin-bottom: 3px;
    color: #252525;
}

.upcomming-event .media h5 a:hover {
    color: #252525;
}

.upcomming-event .media p {
    color: #a1a1a1;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    margin-bottom: 0;
}

.upcomming-event .media:last-child {
    margin-bottom: 0;
}

.upcoming-event-category .upcoming-event-category-table ul {
    padding-left: 0;
    margin-bottom: 0;
}

.upcoming-event-category .upcoming-event-category-table ul li {
    list-style: none;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    padding: 0;
    padding-bottom: 14px;
}

.upcoming-event-category .upcoming-event-category-table ul li a:hover {
    color: #252525;
}

.upcoming-event-category .upcoming-event-category-table ul li i {
    padding-right: 7px;
    color: #252525;
}

.upcoming-event-category .upcoming-event-category-table ul li span {
    float: right;
}

.upcoming-event-category .upcoming-event-category-table ul li:last-child {
    padding-bottom: 0;
}

.upcoming-event-tags .event-tags a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    border: 1px solid #e7edf0;
    padding: 5px 16px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 7px 10px 0;
    font-size: 14px;
    color: #707070;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.upcoming-event-tags .event-tags a:hover {
    color: #252525;
    background: #593b83;
    border: 1px solid #593b83;
}



.footer-section {
    padding-top: 96px;
    padding-bottom: 80px;
    color: #DDD;
    background: url("../images/krupa/zwartevilt.png");
}

.footer-header-section {
    border-top: 1px solid #393939;
    padding: 10px 0px;
}

.footer-header-section p {
    margin-top: 17px;
}

.footer-header-section li a {
    color: #fff;
}

.bottombar {
    color: #ffffff;
    background: url("../images/krupa/zwartevilt.png");
    border-top: 1px solid #292929;
    padding: 34px 0px 17px 0px;
}

.bottombar .bottombar-text p {
    margin-top: 5px;
    color: #ddd;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    line-height: 22px;
}

.bottombar .bottombar-menu {
    float: right;
}

.bottombar .bottombar-menu ul {
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.bottombar .bottombar-menu ul li {
    padding: 5px 20px;
}

.bottombar .bottombar-menu ul li a {
    color: #ffffff;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottombar .bottombar-menu ul li a:hover {
    color: #593b83;
}



/*
/pagination bar scss code
*/
.pagination-bar .breadcrumb {
    background: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo-img {
    width: 110px;
}

.carousel-inner .col-xl-6.col-lg-8 {
    text-align: left;
}

.carousel-caption {
    bottom: calc(50% - 170px);
}

.w-100 {
    height: 100vh;
    object-fit: cover;
    filter: grayscale(1);
}

.single-intro.style-two {
    height: 370px;
    background-color: #f9f9fb;
}

.sticky .btn-donate-small {
    color: #fff;
    box-shadow: 0px 2px 11px 0px #593b83b3;
}

.widget.widget-contact img {
    width: 150px;
}

.single-intro h5 {
    color: #593b83;
}

.single-intro a:hover {
    color: #593b83;
}

.widget.widget-post ul li a {
    font-size: 15px;
}

.border-right {
    border-right: 1px solid #593b83 !important;
}

.border-bottom {
    border-bottom: 1px solid #593884 !important;

}

/*#intro .col-lg-4.col-md-6.no-padding:hover:nth-child(1) .single-intro.style-two{
  background-image: url();
}*/


#intro .col-lg-4.col-md-6.no-padding:hover .bg-boxes {
    opacity: 1;
}

.single-intro.style-two {
    position: relative;
    z-index: 0;
}

.single-intro.style-two:hover {
    background: transparent;
}

.bg-boxes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: .4s;

}

.boxes-read-more {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    /*padding: 10px;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    z-index: 2;
}

.boxes-read-more a,
.boxes-read-more a:hover {
    color: #5d3e87;
    display: flex;
    align-items: center;
    padding: 10px;
    align-items: center;
    background: #f9f9fb;
}

.boxes-read-more a {
    /*position: relative;*/
}

.boxes-read-more a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    border: 3px solid #5d3e87;
    border-radius: 50%;
    z-index: -1;
    display: none;
}

.bg-boxes:after {
    content: '';
    background: rgba(255, 255, 255, 0.4);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.bg-boxes a i {
    margin-left: 5px;
    transition: .4s;
    /*display: none;*/
    font-size: 30px;
}

.bg-boxes a:hover i {
    /*margin-left: 8px;*/
}

.bg-boxes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.help-block img {
    width: 60px;
}

.bottombar-menu a {
    color: #ddd;
}

.bottombar-menu a:hover {
    color: #593b83;
}

.carousel-control-prev-icon {
    background-image: url(../images/krupa/icon/back.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/krupa/icon/next.svg);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.single-event-two img {
    object-fit: cover;
    height: 300px;
}

.carousel-item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.navbar-brand h3,
.navbar-brand h3:hover {
    color: #593b83;
    font-family: PlayfairDisplay;
}

.single-intro.style-two .thumb img {
    width: 70px;
}

.carousel-indicators .active {
    background-color: #593b83;
}

/*.help-block {
    padding: 50px 0px;
    background: #593884;
    border-radius: 2px;
  }*/

.navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu ul.sub-menu a:hover {
    color: #593884;
}

.w-100 {
    animation: zooming 10s infinite alternate;

}

@keyframes zooming {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

#intro .row {
    /*background-color: #f9f9fb;*/
    margin-left: 0;
    margin-right: 0;
}

.row.class-content {
    background-color: #f9f9fb;
}

.causes-page,
.event-details-section {
    padding: 100px 0px;
    background: #f9f9fb;
}

.causes-page .btn-donate-big,
.event-details-section .btn-donate-big {
    color: #fff;
}

.causes-page .btn-donate-big:hover,
.event-details-section .btn-donate-big:hover {
    color: #593b83;
}

#message {
    height: 150px;
}

.single-causes .img {
    height: 220px;
    overflow: hidden;
}

.single-causes img {
    object-fit: cover;
    transition: 1s;
}

.single-causes:hover img {
    transform: scale(1.1);
}

.cause-content .btn-donate-big {
    padding: 8px 18px 8px 18px;
    min-width: auto;

}

.about-section .row {
    /*padding: 40px 0px;*/
}

.about-section .about-section-details h4 {
    color: #593b83;
    font-weight: 400;
    position: relative;
}

.about-section .about-section-details h6 {
    color: #212529;
    line-height: 25px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-section .about-image-popup,
.about-section .about-section-details {
    position: sticky;
    top: 105px;
    /*overflow: hidden;*/
}

.about-section .about-image-popup img {
    transition: 1s;
    overflow: hidden;
    padding: 10px;
    border: 2px solid #593b83;
}

.about-section .about-image-popup:hover img {
    /*transform: scale(1.1);*/
}

.navbar .btn-donate-small {
    text-transform: uppercase;
    font-size: 14px;
}

.financial .section-title {
    padding: 10px 0px 10px 0px;
}

.financial .section-title p {
    /*margin-bottom: 40px;*/
}

.financial .section-title h2 {
    padding-bottom: 20px;
}

.financial .entry-title a {
    position: relative;
    margin-left: 30px;
}

.financial .entry-title a:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    background: url(../images/textBg/pdfimage.png);
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    margin-left: -30px;
}

p.entry-title {
    margin-bottom: 20px;
}

.financial .entry-title a:hover {
    color: #593b83;
}

.entry {
    margin-bottom: 40px;
}

.about-section .row .col-lg-6.col-md-12:nth-of-type(1) {
    position: relative;
    /*border-right: 2px dashed #ccc;*/
}

.about-section .row .col-lg-6.col-md-12 {
    padding: 60px 60px;
    padding: 60px 40px;
}

.about-section .row:nth-of-type(odd) {
    background: #f9f9fb;
}

.carousel-item .fadeInLeft,
.carousel-item .fadeInRight,
.carousel-item .fadeInUp {
    opacity: 0;
}

.active.carousel-item .fadeInLeft,
.active.carousel-item .fadeInRight,
.active.carousel-item .fadeInUp {
    opacity: 1;
}

.people-we-serve-section .about-image-popup {
    margin: 0px 0px 40px 0px;
}

.about-section .row {
    margin-right: 0;
    margin-left: 0;
}

.section-title h4 {
    font-weight: 400;
}

img.mr-3 {
    width: 70px;
}

.banner-title p {
    display: none;
}

.navbar.sm-navbar ul.navbar-nav>li.nav-item.has-menu-item-submenu.active>a {
    color: #593884;
}

.navbar.sm-navbar ul.navbar-nav>li.nav-item.has-menu-item-submenu.active ul li.active a {
    color: #593884;
}

.mobile-rotation {
    display: none;
}

.map {
    width: 100% !important;
    height: 500px !important;
    margin-top: 0 !important;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.pad-call {
    display: inline-block;
}

.isotope-pager {
    display: flex;
    justify-content: center;
}

a.pager {
    margin: 0 5px;
    /* background: #593b83; */
    color: #593b83;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #593b83;
}

.single-causes .cause-content .content p {
    margin-bottom: 0;
}

.cause-content a.btn.btn-donate-big {
    display: none;
}

/*.about-section .row:nth-of-type(even){
  background: #fcfcfc;
}*/


/* Banner style */
.banner-section {
    color: #ffffff;
    padding: 272px 0 225px 0;
    background: url("../images/banner/01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section.style-two .banner-content {
    margin-top: 63px;
}

.banner-section.style-three {
    padding: 307px 0px 320px 0;
    background: url("../images/banner/01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-section.style-three .intro-select {
    position: absolute;
    bottom: -270px;
    left: 0px;
    font-size: 40px;
}

.banner-section.style-three .intro-select .angle {
    color: #ffffff;
}

.banner-section.style-three .intro-select .angle i {
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}

.banner-section.style-four {
    padding: 311px 0 51px 0px;
    background: url("../images/bg/04.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section.style-four .banner-content {
    margin-bottom: 161px;
}

.banner-section.style-five {
    padding: 303px 0 50px 0px;
    background: url("../images/bg/05.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section.style-five .banner-content {
    margin-bottom: 171px;
}

.banner-content h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}

.banner-content h1 {
    font-size: 60px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    line-height: 70px;
    margin-bottom: 15px;
}

.banner-content p {
    color: #ffffff;
    margin-bottom: 38px;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 26px;
}

.banner-content.style-two h3 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.banner-content.style-two h2 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 43px;
    text-transform: uppercase;
    line-height: 56px;
    letter-spacing: 1px;
    margin-bottom: 23px;
}

/* banner helping-area */
.helping-area {
    max-width: 307px;
    background-color: #ebeae9;
    padding: 27px 0 35px 0;
    border-radius: 2px;
}

.helping-area h3 {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 29px;
    color: #252525;
}

.helping-area h3 small {
    font-size: 18px;
}

.helping-area .banner-count {
    margin-bottom: 13px;
}

.helping-area .donate-amount {
    color: #222222;
    margin-bottom: 23px;
}

.helping-area .donate-amount .rised {
    font-family: Roboto, sans-serif;
    padding: 0;
}

.helping-area .donate-amount .goal {
    font-family: Roboto, sans-serif;
    padding: 0;
    margin-left: 47px;
}

.helping-area .banner-count {
    position: relative;
}

.helping-area .banner-count canvas {
    height: 130px;
    width: 130px;
}

.helping-area .banner-count span.counter {
    font-size: 36px;
    color: #252525;
    font-family: Roboto, sans-serif;
    position: absolute;
    top: 41px;
    left: -25px;
    right: 0;
    text-align: center;
}

.helping-area .banner-count span.counter:after {
    content: '%';
    position: absolute;
    rigit: 0;
    top: 0;
    color: #252525;
    font-size: 36px;
}

.banner-intro .media {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 31px 8px 7px 35px;
}

.banner-intro .media .icon img {
    margin: 13px 20px 0 0;
}

.banner-intro .media .media-body h5 {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 14px;
}

.banner-intro .media .media-body p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
}

.what-we-do-content-header {
    padding: 0px 40px;
    margin: auto;
}

.causes-section .section-title p,.help-section .section-title p,.intro-section .section-title p{
        max-width: 700px;
    margin: auto;
}

/*.single-event-two .pull-left{
    visibility: hidden;
    display: none;
    transition: .3s;
}
.single-event-two:hover .pull-left{
    display: inline-block;
    visibility: visible;
}*/

.ac_detail {
    background: #ffffff;
    box-shadow: 0px 0px 3px 1px rgba(179, 179, 179, 0.17);
    padding: 51.5px 30px;
        margin-bottom: 30px;
}

.ac_detail h2 {
    /*font-size: 18px;*/
        font-size: 25px;
    font-weight: 300;
    padding-bottom: 30px;
    margin-bottom: 0px;
    line-height: 26px;
    text-transform: uppercase;
}
.ac_detail p {
    margin-bottom: 0;
}
.payu-contact-btn{
    margin-top: 20px;
}
.payu-contact-btn .btn{
    transition: .3s;
}
.payu-contact-btn .btn:hover{
    box-shadow: 0px 2px 11px 0px #593b83b3;
}
.ac_detail_new{
    padding: 51.5px 30px 103px 30px;
}

