.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}
/*
.section-title {
    margin-bottom: 70px;
    padding-bottom: 0;
    position:relative;
}

.section-title h1 {
    font-size:48px;
    font-weight:700;
    margin-bottom:0;
    text-transform:capitalize;
    color:#43575d;
}*/
#whats-special {
    /*   position:relative;
       background-image:url(../images/bg/special-bg.jpg);
       padding-bottom:0;*/
    /*overflow:hidden;*/
    /*height:500px;*/
}
.special-content h2 {
    color:#E41F26;
    font-size: 24px;
    margin-bottom: 20px;
}
.special-image {
    text-align: center;
}
/*#whats-special .overlay-bg {*/
/*height:500px;*/
/*}*/



/************
TIMELINE STYLES
************/

.timeline {
    list-style: none;
    padding: 0;
    margin-top: 90px;
    top: 10px;
    margin-bottom: 50px;
    position: relative;
}
.timeline:before {
    top: 10px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 0px;
    margin-left: -1.5px;
    background: -webkit-linear-gradient(#ed78a6, #56c2b1, #6fc6d9, #70c6da); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ed78a6, #56c2b1, #6fc6d9, #70c6da); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ed78a6, #56c2b1, #6fc6d9, #70c6da); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ed78a6, #56c2b1, #6fc6d9, #70c6da); /* Standard syntax */
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    left:50px;
    margin-right:50px;
    margin-bottom: 50px;
    margin-top: -25px;
    float: left;
    position: relative;
    width: 100%;
    /*width: calc(100% - 100px);*/
    padding-right: 50px;
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    margin-left: 0px;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background: #fff;
}

.timeline > li > .timeline-line {
    width: 3px;
    height: 100%;
    position: absolute;
    margin-top: 20px;
    margin-left: 8px;
    z-index: 99;
}

.badge-uni {
    /*border: 3px solid #ed78a6 !important;*/
    border: 3px solid #E31F26 !important;
}

.badge-1 {
    border: 3px solid #ed78a6 !important;
}

.badge-2 {
    border: 3px solid #56c2b1 !important;
}

.badge-3 {
    border: 3px solid #6fc6d9 !important;
}

.badge-4 {
    border: 3px solid #70c6da !important;
}

.line-uni {
    /*background: -webkit-linear-gradient(#ed78a6, #56c2b1);*/
    /*background: -o-linear-gradient(#ed78a6, #56c2b1);*/
    /*background: -moz-linear-gradient(#ed78a6, #56c2b1);*/
    /*background: linear-gradient(#ed78a6, #56c2b1);*/
    background-color: #E31F26;
}

.line-1 {
    background: -webkit-linear-gradient(#ed78a6, #56c2b1);
    background: -o-linear-gradient(#ed78a6, #56c2b1);
    background: -moz-linear-gradient(#ed78a6, #56c2b1);
    background: linear-gradient(#ed78a6, #56c2b1);
}

.line-2 {
    background: -webkit-linear-gradient(#56c2b1, #6fc6d9);
    background: -o-linear-gradient(#56c2b1, #6fc6d9);
    background: -moz-linear-gradient(#56c2b1, #6fc6d9);
    background: linear-gradient(#56c2b1, #6fc6d9);
}

.line-3 {
    background: -webkit-linear-gradient(#6fc6d9, #70c6da);
    background: -o-linear-gradient(#6fc6d9, #70c6da);
    background: -moz-linear-gradient(#6fc6d9, #70c6da);
    background: linear-gradient(#6fc6d9, #70c6da);
}

.line-4 {
    background: -webkit-linear-gradient(#70c6da, #ed78a6);
    background: -o-linear-gradient(#70c6da, #ed78a6);
    background: -moz-linear-gradient(#70c6da, #ed78a6);
    background: linear-gradient(#70c6da, #ed78a6);
}


.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

.timeline-body h1, h5{
    /*padding-left: 15px;*/
    color: #444;
}

.timeline-body h5 {
    margin: -7px 0 20px 0;
}

p {color:#000}

.special-content a, .special-content a:visited {
    color: #000;
    /*text-decoration: underline;*/
    border-bottom: 1px dotted black;
}
.special-content a:hover {
    color: black;
    text-decoration: none;
    border-bottom: none;
}



/************
SERVICES STYLES
************/
.service {
    margin-bottom: 20px;
}

.service .panel-heading {
    padding: 20px;
    min-height: 100px;
}

/* Panels */
.panel {
    background:none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-heading {
    color: #ffffff;
    -web-kit-border-top-left-radius: 6px;
    -web-kit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.panel-heading h4{
    padding: 10px 0 10px 0 !important;
    margin: 0;
    color: #ffffff !important;

}

.panel-heading p{
    font-style: italic;
    font-size: 0.8em;
    margin-top: -8px;
}

.panel-heading .panel-icon {
    font-size: 1.7em;
    text-align: center;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    /*border-top-right-radius: 50%;*/
    /*border-top-left-radius: 50%;*/
    /*border-bottom-right-radius: 50%;*/
    /*border-bottom-left-radius: 50%;*/
    background-color:rgba(0, 0, 0, 0.3);

}

.panel-heading .panel-icon .glyphicon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.panel-heading .panel-title {
    display: table;
}

.panel-body {
    background: #fff;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 20px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.service .panel-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.portfolio .panel-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

.panel-heading {
    border: 1px solid #e2e2e2;
}
.panel-heading h4 {
    font-size: 1.3em;
    margin-top:7px;
    color: #000 !important;
}


@media (min-width: 990px){
    .team .panel-body {
        min-height: 330px;
    }

    .service .panel-body {
        min-height: 200px;
    }
}
.phone-prototype-horizontal {
    display: block;
}
.phone-prototype-vertical {
    display: none;
}
.prototype-iframe {
    border:none;
    width: 1054px;
    height:474px;
    opacity:1;
    margin-top:55px;
    padding:0px 19px;
    margin-left:0px;
}

/*@media (max-width: 768px){*/
/*    .phone-prototype-horizontal {*/
/*        display: none;*/
/*    }*/
/*    .phone-prototype-vertical {*/
/*        display: block;*/
/*    }*/
/*}*/
/*
992px){.container{max-1200width:960px}*/
@media (max-width: 1200px){
    .prototype-iframe {
        width: 920px;
        height:410px;
    }
    .phone-prototype-horizontal {
        margin-top: 69px;
        margin-left: 4px;
    }
    /* .phone-prototype-horizontal {
         display: none;
     }
     .phone-prototype-vertical {
         display: block;
     }*/
}
@media (max-width: 992px){
    .prototype-iframe {
        width: 700px;
        height:310px;
    }
    .phone-prototype-horizontal {
        margin-top: 180px;
        margin-left: 4px;
    }
}
/*@media (max-width: 960px){
    !*.phone-prototype-horizontal {
        display: none;
    }
    .phone-prototype-vertical {
        display: block;
    }*!
}*/
.make-contact-button {
    font-size:1.2em;
    background-color:white;
    color:#E54341;
    border:1px solid #E54341;
}
.make-contact-button:hover {
    font-size:1.2em;
    background-color:white;
    color:#E54341;
    border:1px dotted #E54341;
}
@media (max-width: 768px){
    .phone-prototype-horizontal {
        display: none;
    }
    .phone-prototype-vertical {
        display: block;
        /*margin-left:15px;*/
        margin: 0 auto;
        width: 340px;
        margin-top:-150px;
    }
    .prototype-iframe {
        width: 326px;
        height:628px;
        margin-top:0px;
        margin-left: 10px;
    }
    .prototype-pic-container {
        margin-top: -655px !important;
    }
    .iframe-container {
        text-align:center;margin-left:-10px;
    }
    .make-contact-button {
        margin-left:22px;
    }
    .count_app_download .count_single h2 {
        font-size: 30px;
        white-space: nowrap;
        margin-top:50px
    }
}

#services_app .signle_services h3 {
    margin: 0 !important;
}
.additional-services {
    padding-left:15px;
    font-size:15px;
    color: #677294;
}
div.join-pro-button {
    font-size: 24px;
    color: #FFFFFF;
    /*background-color:red;*/
    /*position: absolute;*/
    bottom: 15px;
    text-align: center;
    width: 100%;
    padding:5px;
}
div.join-pro-button:hover {
    /*font-size: 24px;*/
    /*background-color: #E54341;*/
    /*background-color:red;*/
    /*position: absolute;*/
    /*bottom: 15px;*/
    /*text-align: center;*/
    /*width: 100%;*/
    /*border-radius: 34px 34px 34px 34px;*/
}
.join-pro-button a:visited, .join-pro-button a, .join-pro-button a:hover {
    font-size: 18px /*!important*/;
    color: #E54341 !important;
    text-decoration: none;
    text-transform: uppercase;
    /*transition:none !important;*/
    /*border: 2px solid white;*/
    /*border-radius: 34px 34px 34px 34px;*/
    padding: 15px 10px;
    width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 1px solid black;
}
.join-pro-button a:hover {
    border: 1px dashed black;
    /*border: 1px solid #E54341;*/
    /*box-shadow: 0px 0px 30px #E54341;*/

}
/*
.join-pro-button:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
*/

/*@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}*/
/*.services:before {*/
/*    position:relative;*/
/*}*/

.partner_form {
    background: transparent;
    min-height: 600px;
    padding: 0;
    position: relative;
}
.partner_form:before {
    background: url(../images/banner/app_team.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    content: "";
    height: 1109px;
    width: 102%;
    top: 50%;
    left: -1%;
    transform: translateY(-50%);
    z-index: -2;
}
.partner_form:after {
    display: none;
}
.partner_form .sub_title {
    margin-bottom: 62px;
    color: #ffffff;
}
.partner_form .sub_title h2,
.partner_form .sub_title p {
    color: #ffffff;
}
.partner_form .signel_team {
    background: #ffffff;
}
.partner_form .signel_team h3 a {
    color: #222D39;
}
.partner_form .signel_team .sub_title {
    color: #677294;
}
.partner_form .meet_all_parson a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.partner_form .meet_all_parson a:hover {
    color: #FF8A73;
}
.partner_form .banner_shapes img {
    position: absolute;
    z-index: -1;
}
.partner_form .banner_shapes .app_meam_1 {
    bottom: 3%;
    left: -9%;
}
.partner_form .banner_shapes .app_meam_2 {
    bottom: -14%;
    right: 4%;
}
.partner_form .banner_shapes .app_meam_3 {
    bottom: 7%;
    right: 9%;
}
/*Partner form styles*/
.m2 .freebirdFormviewerViewHeaderHeader {
    margin-top: 12px;
    background-color: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    padding-top: 22px;
    position: relative;
}
.m2 .freebirdFormviewerViewHeaderHeader>div {
    padding-left: 0;
    padding-right: 0;
}
.freebirdFormviewerViewHeaderHeader>div {
    padding-left: 34px;
    padding-right: 34px;
}
.freebirdSolidBackground {
    background-color: rgb(229, 67, 65);
    color: rgba(255, 255, 255, 1);
}
.freebirdFormviewerViewHeaderThemeStripe {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
    left: -1px;
    /*position: absolute;*/
    top: -1px;
    width:100%;
    max-width: 640px;
}
.m2 .freebirdFormviewerViewHeaderTitle {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: #202124;
    line-height: 135%;
    max-width: 100%;
    min-width: 0%;
}

.m2 .freebirdFormviewerViewHeaderDescription {
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    color: #202124;
    margin-top: 12px;
}
.m2 .freebirdFormviewerViewFormContent {
    color: #202124;
    padding: 0;
}
.m2 .freebirdFormviewerViewFormCard {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 0;
    word-wrap: break-word;
}
.freebirdFormviewerViewHeaderHeader {
    margin-bottom: 22px;
}


.header_app {
    overflow: hidden;
}
.header_app:before {
    overflow:hidden;
}

/* PAYMENT */
.theme-blue {
    color: #427bb8;
}
.theme-orange {
    color: #cc851c;
}
.theme-green {
    color: #8ab042;
}
.theme-grey {
    color: #666666;
}
.theme-white {
    color: #fff;
}
.theme-background-blue {
    background-color: #427bb8;
    color: #fff;
}
.theme-background-orange {
    background-color: #cc851c;
    color: #fff;
}
.theme-background-green {
    background-color: #8ab042;
    color: #fff;
}
.theme-background-grey {
    background-color: #666666;
    color: #fff;
}
.theme-background-white {
    background-color: #fff;
    color: #4c4c4c;
}
.donate-bar {
    padding: 32px 23px 28px;
}
.donate-bar > div:first-child {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    border-right: 1px dotted #2a4f76;
    margin-top: 19px;
    font-size: 25px;
    padding: 0;
}
.donate-buttons>li>a {
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    position: relative;
    display: block;
    margin: 10px 3px;
    border-radius: 5px;
}
.btn-blue-other,
.btn-blue {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    background-color: #E54341;
    color: #fff;
    border-radius: 5px;
    border: 0;
    padding: 0;
    width: 75px;
    height: 37px;
    margin-top: 8px;
}
.btn-green {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    background-color: #fff;
    color: #E54341;
    border-radius: 5px;
    border: 1px solid #E54341;
    padding: 0;
    width: 144px;
    height: 37px;
    margin-top: 8px;
}
#other-input {
    display: none;
}
#other-input input {
    position: relative;
    font-weight: bold;
    background-color: #fff;
    color: #E54341;
    border-radius: 5px;
    /*border: 0;*/
    border: 5px solid #E54341;
    padding: 0 0 3px 20px;
    width: 75px;
    height: 37px;
    margin: 18px 3px 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#other-input span {
    font-family: inherit;
    font-weight:bold;
    color: #E54341;
    position: absolute;
    padding: 23px 12px;
    z-index: 10;
    pointer-events: none;
}
.impact {
    font-size: 1.1em;
    font-weight: bold;
    clear: both;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.donate-buttons .active {
    background-color: #fff;
    border: 5px solid #E54341;
    color: #E54341;
}
.donate-buttons:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.donate-buttons li:last-child {
    font-size: 17px;
    line-height: 37px;
    padding-left: 20px;
    padding-top: 15px;
}
/*#donate-buttons li {
    width: 60px;
    list-style: none;
    display: inline;
}*/
#donate-buttons {
    flex-wrap: wrap;
    flex-direction: row;
}
.theme-background-modal-say {
    background-color: #E54341;
    color: #fff;
    display: block;
}
.theme-background-modal-say .close {
    color: #fff;
}
.theme-background-modal-say h1, .theme-background-modal-say h2 {
    color: #fff;
}
.modal-footer>:not(:last-child) {
    margin-right: 0px;
    padding: 0px;
}
.donation-modal label {
    margin-top:10px;
    margin-bottom:2px;
}
/*END payment*/
.header_app .intro_wrapper .intro_text {
    margin-top:5px;
}
/*@media only screen and (max-width: 1700px) and (min-width: 1201px) {*/
    .header_app .intro_wrapper .intro_text {
        margin-top:0px !important;
    }
/*}*/
@media (max-width: 768px){
    .how-and-why h2 {
        text-align: center;
        margin-bottom: 3px;
    }
    .how-and-why p {
        text-align: justify;
        margin-bottom:20px;
    }
}
.payment-cards {
    width: 500px;
}
@media (max-width: 768px){
    .payment-cards {
        width: 100%;
    }
}
.payment-information-block {
    margin: 10px 20px;
}
.payment-information-block li {
    list-style: circle;
    text-align: justify;
    margin: 10px 20px;

}
.current-donation-progress {
    border-bottom: 1px dotted #e2e2e2;
    font-size:18px;
    z-index:10000;
    width:100%;
    height:48px;
    position:fixed;
    color:#222D39;
    background-color:#fff;
}
@media (max-width: 768px){
    .current-donation-progress {
        font-size:12px;
        /*height:80px;*/
    }
    .current-donation-progress .btn-green {
        width:85px;
    }
}


.team-member {
    width:285px;
    float:left;
    min-height:410px;
}
.team-member .name {
    font-size:24px;
    text-align: center;
    line-height:1.3;
    color: #000000;
}
.team-member .occupation {
    margin-top:10px;
    font-size: 14px;
    text-align: center;
    color: #808080;
}
.team-imagecontainer{
    margin:50px auto;
    display:block;
    width:143px;
    height:143px;
    overflow:hidden;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    position:relative;

    /* non-essential styling */
    /*-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .05);*/
    /*box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .05);*/

}
.team-imagecontainer img{
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */
    width: 200%;
    position:absolute;
    left: -100px;
    top: -100px;
}
.team-border-top {
    background-color: #e8444a;
    width: 130px;
    height: 130px;
    margin-left: 54px;
    position: absolute;
    transform: rotate(-45deg);
    margin-top: 57px;
}
.social_iocns {display:none !important;}
#module-donate-wrapper {
    margin: 0 auto;
    margin-bottom:120px;
}
::-webkit-input-placeholder { /* Edge */
    color: #cec5c5 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cec5c5 !important;;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cec5c5 !important;;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #cec5c5 !important;;
}
.custom-presentation-main-section p {
    font-size: 1.4em;
    text-align:justify;
}
.custom-presentation-main-section ol li {
    list-style-type: decimal;
    color: #000;
    font-size: 1.4em;
    margin-left:20px;
    margin-bottom:10px;
}
.custom-presentation-main-section ol {
    margin-bottom:40px;
}
.custom-presentation-main-section h3 {
    margin:50px 30px 30px 30px;
}
/*
.custom-presentation-main-section ol li::marker {
    margin-right:20px;
}*/
@media (max-width: 768px) {
    .company-logos-list a {
        display:block;
        text-align: center;
        margin-top:30px;
    }
    .company-participation-title {
        text-align:center;
    }
}
.payment-information-block ol li {
    list-style: inherit;
}
.mass-media-links a, .mass-media-links a:visited {
    color: #000;
    /* text-decoration: underline; */
    border-bottom: 1px dotted black
}
.mass-media-links a:hover {
    border-bottom: none;
}

/*
#gatheredNumber {
    display: inline-block;
    min-width: 85px;
}*/
.founder-video {
    width: 1120px;
    height: 630px;
}
@media (max-width: 768px) {
    .founder-video {
        width: 100%;
        height: 300px;
    }
}