﻿.bg-top {
  background: #27b206;
}

.bg-img1 {
  background: url(/assets/img/HomePage/parallax1.jpg) no-repeat center center fixed;
 
}
#counter-bg {
  background: url(/assets/img/HomePage/parallax_aiuti.jpg) no-repeat center center fixed;
}
.contact-left-form {

  padding-top:0;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}
/*========================================== 9.SERVICES START ===========================================*/
.services-bg-4, .services-bg-1 {
    background-color: #f0a830;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.services-bg-2 {
    background-color: #eb593b;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.services-bg-3 {
    background-color: #333333;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.services-div {
    padding: 80px 15px;
}

.services-bg-4 p, .services-bg-4 h4, .services-bg-1 p, .services-bg-1 h4 {
    color: #ffffff;
}

.services-bg-2 p, .services-bg-2 h4 {
    color: #ffffff;
}

.services-bg-3 p, .services-bg-3 h4 {
    color: #ffffff;
}

.services-main .containter-fluid {
    padding: 0;
}

.services-main .services-col {
    padding: 0;
}

.services-bg-1:hover {
    background-image: url("../../images/380x450x1.jpg");
}

.services-bg-2:hover {
    background-image: url("../../images/380x450x2.jpg");
}

.services-bg-3:hover {
    background-image: url("../../images/380x450x3.jpg");
}

.services-bg-4:hover {
    background-image: url("../../images/380x450x4.jpg");
}
.bgimage-property {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.causes-col img {
    border-bottom: 5px solid #f0a830;
}

.pie-title-center {
    bottom: -35px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

    .pie-title-center canvas {
        width: 60px;
        height: 60px;
        line-height: 60px;
        background-color: #f0a830;
        border-radius: 50%;
    }

.pie-value {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    display: block;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin-top: -25px;
    position: absolute;
    right: 0;
    top: 50%;
}

.causes-img {
    position: relative;
}

.causes-goal {
    margin-top: 40px;
}

    .fund-goal li, .causes-goal li {
        display: inline-block;
    }

    .fund-goal li, .causes-goal li {
        font-weight: 600;
        letter-spacing: 1px;
    }

.fund-goal li {
    color: #ffffff;
}

    .fund-goal li:first-child, .causes-goal li:first-child {
        margin-right: 20px;
    }

        .causes-goal li:first-child span {
            color: #999999;
        }

.causes-goal li:last-child span {
    color: #f0a830;
}

.fund-goal li:first-child span {
    color: #f2f2f2;
}

.fund-goal li:last-child span {
    color: #f0a830;
}

.fund-goal {
    background-color: #444444;
    padding: 10px 10px;
}

.causes-div {
    box-shadow: 0 12px 15px -6px rgba(0,0,0,0.3);
}

.causes-content {
    padding: 0 15px 30px 15px;
}

.fund-div {
    background-color: #eb593b;
}

.fund-content {
    padding: 0 15px 30px 15px;
}

.fund-div p {
    color: #ffffff;
}

.fund-div h4 {
    background-color: #333333;
    color: #ffffff;
    padding: 10px 15px;
}

.about4-div img {
    padding-right: 10px;
    vertical-align: middle
}

.list-img {
    float: left;
    width: 65px;
}

.list-img, .list-content {
    display: table-cell;
}

.two-left-bgimage {
    background-image: url("../../images/1000x730x1.jpg");
    height: 695px;
    width: 50%;
}

.two-left-div {
    padding: 80px 30px 80px 30px;
}

    .two-left-div h3 a {
        color: #333333;
    }

.two-left-bgimage-1 {
    background-image: url("../../images/1000x730x2.jpg");
    height: 594px;
    position: absolute;
    right: 0;
    width: 50%;
}

.two-left-div-1 {
    padding: 80px 30px 80px 0px;
}

    .two-left-div-1 h3 a {
        color: #333333;
    }

.two-left-right-bg {
    position: relative;
}

.three-col-div {
    box-shadow: 0 12px 18px -6px rgba(0,0,0,0.4);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .three-col-div:hover {
        box-shadow: 0 0px 9px -6px rgba(0,0,0,0.4);
    }

.three-col-content {
    padding: 0 15px 30px 15px;
}

.about-points-1 li {
    float: left;
    width: 50%;
}

.features-div-1 .list-img {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    width: 64px;
}

    .features-div-1 .list-img img {
        border-radius: 50%;
    }

    .features-div-1 .list-img:after {
        box-shadow: 0 0 0 3px #eb593b;
        box-sizing: content-box;
        border-radius: 50%;
        content: "";
        height: 100%;
        left: -4px;
        opacity: 0;
        padding: 4px;
        pointer-events: none;
        position: absolute;
        top: -4px;
        transform: scale(0.8);
        transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
        width: 100%;
    }

.features-col:hover .features-div-1 .list-img:after {
    opacity: 1;
    transform: scale(1);
}
/*popup*/
/* lightbox popup */
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}

#success_btn, #cancel_btn {
    background-color: #ffffff;
    box-shadow: 0 12px 18px -6px rgba(0,0,0,0.7);
    display: none;
    position: fixed;
    border-radius: 5px;
    padding: 7px 10px 30px 10px;
    margin: 0 auto;
    z-index: 99999;
    width: 35%;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
}

.cancel-head-pad {
    padding: 30px 10px 15px 10px;
}

.popup-bg {
    background-image: url("../../images/600x450.jpg");
    width: 40%;
}

    .popup-bg input {
        background-color: rgba(255,255,255,0.3);
        border: 0;
        color: #ffffff;
        height: 40px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .popup-bg select {
        background-color: rgba(255,255,255,0.3);
        border: 0;
        color: #ffffff;
        height: 40px;
        padding-left: 15px;
        width: 100%;
    }

    .popup-bg option {
        color: #333333 !important;
    }

.p-white {
    color: #ffffff;
    font-weight: 600;
    margin-top: 28px;
}

.popup-bg h2 {
    color: #ffffff;
}

.popup-form {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 85%;
}

.popup-bg .close {
    color: #ffffff;
    opacity: 1;
}

.close {
    opacity: 1;
}

    .close:hover {
        opacity: 1;
    }

.popup-bg label {
    display: none !important;
}

.popup-bg select.error, .popup-bg input.error {
    background-color: rgba(255, 0, 0,0.4) !important;
}





.popup-bg input::-webkit-input-placeholder {
    color: #ffffff;
    text-transform: none;
}

.popup-bg input::-moz-placeholder {
    color: #ffffff;
    text-transform: none;
    opacity: 1;
}

.popup-bg input::-ms-input-placeholder {
    color: #ffffff;
    text-transform: none;
}

.popup-bg input:-ms-input-placeholder {
    color: #ffffff !important;
    text-transform: none;
}



/*========================================== 9.SERVICES ENDS ===========================================*/
@media (min-width: 992px) {
  #mainNav .navbar-brand {
    padding:  0 !important;
    color: rgba(255, 255, 255, .5);
  }

  @media (min-width: 992px) {
    #mainNav.navbar-shrink .navbar-brand img {
      height: 75px;
      -webkit-transition: height 0.3s;
      -moz-transition: height 0.3s;
      transition: height 0.3s;
    }
  }
    #mainNav .navbar-brand img {
      max-width: 100%;
      height: 75px;
      -webkit-transition: height 0.3s;
      -moz-transition: height 0.3s;
      transition: height 0.3s;
    }
}
