@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nixie+One&display=swap');
@import url("https://fonts.googleapis.com/css?family=Cabin:400,600,500,700");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {

font-family: 'Montserrat', sans-serif;
/*font-family: 'Poppins', sans-serif;*/
/* font-family: 'Cabin',sans-serif; */
font-size: 13px;
font-weight: 500;
color: #6d6e6f;
padding: 0;
margin: 0;
background: #fcfcfc;
}

.container{
    max-width:90%;
}
.bg-light {
    background-color: #c9161c!important;
}
a {
color: #fd2c79!important;
}
p{
    font-size:15px;
}

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

.custom-logo img {
    width: 100%;
    height: auto;
}


 .navbar-light ul.navbar-nav > li > a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

section {
    margin: 0;
/*    margin-bottom: 30px;*/
}



.section-header {
    font-size: 32px;
    text-transform: uppercase;
     text-align:center;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}
.about p{
    font-size:16px;
    text-align: justify;
}
/*.sec-title.style-two span.decor {
    border-color: #f14b05;
}
.sec-title.style-two span.decor:before, .sec-title.style-two span.decor:after {
    background: #DCDCDC;
}

.sec-title span.decor:before {
    left: 14px;
}
.sec-title span.decor:before, .sec-title span.decor:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 50px;
    height: 2px;
    background: #E6E6E6;
    z-index: -1;
}
.sec-title.style-two span.decor .inner {
    background: #f14b05;
}
.sec-title.style-two span.decor:before, .sec-title.style-two span.decor:after {
    background: #DCDCDC;
}
.sec-title.style-two span.decor:after {
    right: -94px;
}
*/

.card img{
    height:260px;
}

.h3-title{
    font-size:15px;
}

.causes_badge {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 5px;
}

.bg-theme {
    background: red;
}
.causes_boxed_text {
    padding: 15px 20px;
}
.causes_pro_bar {
    background: #ffffff;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 8%);
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: -50px;
    z-index: 999;
    position: relative;
}



#team {
    padding: 30px 0;
}
.sec-heading h6 {
    font-family: 'Allura', cursive;
    font-size: 65px;
}
.single-box {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff
}
.info-area {
    padding: 0 20px 10px;
}
.img-area {
    overflow: hidden;
    padding: 15px 0 15px;
}
.img-area img {
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 230px
}
.single-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.info-area i {
    display: inline-block;
    color: #ffb400;
    margin: 0 4px;
}
.info-area h4 {
    font-weight: 500;
    font-size: 18px;
    color: #e51c23;
}
.info-area h5 {
    font-weight: 500;
    font-size: 16px;
    color: #666;
}

.info-area p{
    display:inline-block;
}
/*.info-area a {
    display: inline-block;
    margin: 25px 0 0;
    background-color: darkorange;
    color: #fff;
    padding: 10px 35px;
    border-radius: 4px;
}*/
.team-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    text-align: center;
    width: 100%;
    margin-bottom:35px;
}
.team-slider button.owl-dot {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 6px;
    text-align: center;
    border-radius: 50%;
    background-color: #262626;
}
.team-slider .owl-dot.active {
    background-color: coral;
}
.move-animation {
    position: relative;
    -webkit-animation: move-animation 2s ease-in-out infinite;
    animation: move-animation 2s ease-in-out infinite;
}
@-webkit-keyframes move-animation {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}






 .lightbox img{
    margin-bottom:10px;
 }

.site-footer {
    padding: 30px 0px;

}
.site-footer {
    color: rgb(255, 255, 255);
    background: rgb(25, 24, 24);
}

.site-footer .widget .widget-title {
    width: 100%;
    margin-top: 0px;
    text-transform: uppercase;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.6;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(49, 49, 49);
}
  h2.widget-title::before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100px;
    border-bottom: 2px solid rgb(227 28 35);
}

 .textwidget h3{
    color: rgb(255, 255, 255);
    font-size:20px;
}
 .textwidget h4 {
    color: rgb(255, 255, 255);
    font-size:20px;
}
.site-footer .textwidget ul {
    list-style-type: none;
}
.site-footer .textwidget ul{
    padding: 0px;
}
 .textwidget ul li {
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    /* padding: 5px; */
}

.widget-title {
    width: 100%;
    margin-top: 0px;
    text-transform: uppercase;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.6;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(49, 49, 49);
}

.site-footer {
    margin: 2em 0px 0px 0px;
}



.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

 .footer-links ul li:first-child {
    padding-top: 0;
}
 .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.bg-custom {
    padding: 1px 0px;
    background-color: #c1151d24;
}


/*donation*/

#donate_area {
    background-image: url(donat_banner.png);
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    text-align: center;
    margin-top:40px;
}
.donate_text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.donate_text h2 {
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    padding-top: 20px;
    font-weight:500;
}

/*end donation*/





/**
 * Video Call To Action
*/

.calltoaction_promo_wrapper {
    position: relative;
    z-index: 2;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}

.calltoaction_promo_wrapper:before {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.calltoaction_promo_wrapper.video_calltoaction .calltoaction_full_widget_content {
    margin-bottom: 0;
}

.calltoaction_promo_wrapper.video_calltoaction .calltoaction_full_widget_content::after {
    display: none;
}

.video_calltoaction_wrap {
    margin-bottom: 50px;
}

.calltoaction_promo_wrapper .calltoaction_full_widget_content .calltoaction_subtitle {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.video_calltoaction_wrap .box-shadow-ripples {
    position: relative;
    z-index: 99;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: #c9171c;
    border-radius: 50%;
    border: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

.video_calltoaction_wrap .box-shadow-ripples:before {
    position: absolute;
    content: "";
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border-radius: 50%;
    box-shadow: 0 0 rgba(255, 255, 255, 0.2), 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 32px rgba(255, 255, 255, 0.2), 0 0 0 48px rgba(255, 255, 255, 0.2);
    animation: ripples 1s linear infinite;
    animation-play-state: running;
    opacity: 1;
    visibility: visible;
    transform: scale(0.8);
    z-index: 0;
}

.video_calltoaction_wrap .box-shadow-ripples:hover:before {
    animation-play-state: paused;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.video_calltoaction_wrap a {
    color:#fff!important;
}

@keyframes ripples {
    to {
        box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 32px rgba(255, 255, 255, 0.2), 0 0 0 48px rgba(255, 255, 255, 0.2), 0 0 0 64px rgba(255, 255, 255, 0);
    }
}


.copyright {
    margin: 0 auto;
    width: 50%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,.75),rgba(255,255,255,0));
    margin-bottom: 12px;
}


/*================ single-blog section ==================*/

.single{
    padding: 20px 10px 0px 10px;
}

.single_title{
    font-family: 'Poppins', sans-serif;
}
.single_content {
    margin-top: 20px;
     margin-bottom: 20px;

    
}

.single p{
  
    font-size: 16px;
    text-align: justify;
   }

.single_sidenav{
    padding: 20px 10px 0px 10px;
}
 .very-small-box {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
}

.very-small-box img {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 11px;
    height: 80px;
    width: 120px;
    object-fit: cover;
}
.small-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #000!important;
}




/*---------------------- contact us section --------------------*/

#contatti{
  letter-spacing: 2px;
  }
#contatti a{
  color: #fff;
  text-decoration: none;
}
.maps iframe {
    height: 280px;
    width: 100%;
}
