/* Home ======================================================================================= */

.bg-home-carousel {
    width: 100%;
    position: relative;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#bg-home-client {
    width: 100%;
    position: relative;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-our-solution {
    max-width: 20% !important;
    background-color: white;
    border-radius: 12px!important;
    padding: 20px 15px!important;
}

.card-our-solution-mobile {
    max-width: 100% !important;
    background-color: white;
    border-radius: 12px!important;
    padding: 20px 15px!important;
}

.card-our-solution:hover {
    background-color: #0070CD;
    box-shadow: 7px 5px 18px grey;
}

.card-our-solution:hover .card-our-solution-desc{
    color: white;
}

.img-hover {
    display: none;
}

.card-our-solution:hover .img-hover{
    display: block;
}

.card-our-solution:hover .img-standby{
    display: none;
}

.card-client-say {
    max-width: 100% !important;
    background-color: white;
    border-radius: 12px!important;
    padding: 20px 30px!important;
}

.card-client-say-mobile {
    max-width: 100% !important;
    background-color: white;
    border-radius: 12px!important;
    padding: 15px 20px!important;
    margin-bottom: 25px;
    text-align: center;
}

/* About Us ==================================================================================== */

.step-how-we-do {
    text-align: center;
    float: left;
    width: 15%;
}

.step-how-we-do-img {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
}

.step-how-we-do-arrow {
    padding-top: 50px;
    text-align: center;
    float: left;
    width: 5%;
}

#bg-volunteer {
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#bg-volunteer-mobile {
    width: 100%;
    height: auto;
    position: relative;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0px;
}

#banner-desc{
    margin: 60px auto 70px;
}

#banner-desc:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 123px;
    height: 4px;
    background-color: #0171B9;
    border-radius: 50px;
    margin: 0 0 44px 0;
}

.about-cardResearch {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.about-cardResearch:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.about-cardValues img {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
    height: auto;
}

.about-cardValues img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


/* Volunteer ============================================================================== */
.card-volunteer {
    max-width: 30% !important;
    background-color: white;
    border-radius: 12px!important;
    padding: 15px 20px;
}

.card-volunteer-mobile {
    width: 100% !important;
    background-color: white;
    border-radius: 12px!important;
    padding: 15px;
    height: auto;
}

.card-volunteer:hover .card-volunteer-name {
    color: #0070CD;
}

.card-volunteer:hover {
    box-shadow: 7px 5px 18px grey;
}

.li-project-item{
    list-style: none;
    margin-left: 12px;
}

.li-project-item::before {
    content: "\2022";
    color: #D9D9D9;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    vertical-align: top;
}

/* Customer Insight ============================================================================== */

.card-customer {
    max-width: 30% !important;
    background-color: white;
    border-radius: 12px!important;
    
    position: relative;
    height: 205px;
    margin: 50px 0px 50px 0px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    cursor: pointer;
}

.card-offer {
    max-width: 30% !important;
    margin-right: 5%;
    margin-top: 50px!important;
    background-color: white;
    border-radius: 12px!important;
    
    position: relative;
    height: 205px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    cursor: pointer;
}

.card-offer-3 {
    max-width: 30% !important;
    margin-top: 50px!important;
    background-color: white;
    border-radius: 12px!important;
    
    position: relative;
    height: 205px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    cursor: pointer;
}

.card-customer-mobile {
    max-width: 100% !important;
    background-color: white;
    border-radius: 12px!important;
    
    position: relative;
    height: 150px;
    margin: 25px 0px 25px 0px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 0px!important;
    padding-left: 0px!important;
    overflow: hidden;
    cursor: pointer;
}

.p-50 {
    padding: 50px;
}

.card-customer:hover .card-customer-desc {
    color: #FFF;
    background: rgb(1 113 185 / 0.20);

}

.card-customer:hover .hr-customer {
    display: block;
}

.card-offer:hover {
	-webkit-animation: bgzoom .2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: bgzoom .2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.card-offer-3:hover {
	-webkit-animation: bgzoom .2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: bgzoom .2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes bgzoom {
    0% {
      background-size: 100%;
    }
    100% {
     background-size: 120%;
    }
}
@keyframes bgzoom {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 120%;
    }
}

.card-offer:hover .card-customer-desc {
    color: #FFF;
    background: rgb(1 113 185 / 0.20);

}

.card-offer:hover .hr-customer {
    display: block;
}

.card-offer-3:hover .card-customer-desc {
    color: #FFF;
    background: rgb(1 113 185 / 0.20);
}

.card-offer-3:hover .hr-customer {
    display: block;
}

.card-customer-mobile:hover .card-customer-desc {
    color: #FFF;
    background: rgb(1 113 185 / 0.20);
}

.card-customer-mobile:hover .hr-customer {
    display: block;
}

.hr-customer{
    border: 1.5px solid #FFF;
    border-radius: 5px;
    opacity: 1!important;
    width: 100%;
    display: none;
    margin: 5px 0px 0px 0px;
}

.card-solution {
    max-width: 20% !important;
    background-color: white;
    border-radius: 12px!important;
    padding: 15px 20px;
}

.card-solution-mobile {
    max-width: 100% !important;
    background-color: white;
    border-radius: 12px!important;
    padding: 15px 20px;
}

.arrow-factsheet {
    margin-top: 0px!important;
    border-radius: 50%;
    border: 1px solid grey;
    cursor: pointer;
}

/* Our Capability ============================================================================== */
.card-capability {
    max-width: 30% !important;
    background-color: white;
    border-radius: 12px!important;
    text-align: center;
    padding-left:0px!important;
    padding-right: 0px!important;
    overflow: hidden;
    margin: 50px 0px 50px 0px;
}

.card-capability-mobile {
    max-width: 100% !important;
    background-color: white;
    border-radius: 12px!important;
    text-align: center;
    padding-left:0px!important;
    padding-right: 0px!important;
    overflow: hidden;
    margin: 25px 0px 25px 0px;
}

.card-lab-mobile {
    max-width: 100% !important;
    text-align: center;
    padding-left:0px!important;
    padding-right: 0px!important;
    margin: 30px 0px 30px 0px;
}

.card-name {
    padding: 10px 0px 0px 0px;
}

.card-name-mobile {
    padding: 10px 0px 0px 0px;
    background-color: #0070CD;
    color: white;
}

.card-capability:hover .card-name {
    background-color: #0070CD;
    color: white;
}

.card-capability:hover {
    /* box-shadow: 7px 5px 18px grey; */
    box-shadow: 1px 1px 15px grey;
}

.title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px
}

.content {
    position: relative;
    margin: auto;
    overflow: hidden;
    display: none;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
}

.content-details p {
    color: #fff;
    font-size: 0.8em
}

.img-full {
    height: 100%;
}

.img-full img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.img-full-solution img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.fadeIn-bottom {
    top: 80%
}

/* Our Update ================================================================ */

#bg-home {
    width: 100%;
    height: 330px;
    position: relative;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#bg-home-mobile {
    width: 100%;
    height: 250px;
    position: relative;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-href {
    text-decoration: none;
}

.card-update {
    max-width: 30% !important;
    background-color: white;
    border-radius: 12px!important;
    text-align: left;
    padding-left:0px!important;
    padding-right: 0px!important;
    overflow: hidden;
    margin: 50px 0px 50px 0px;
}

.card-update:hover {
    background: #0171B9;
}

.card-update:hover .grey, .card-update:hover .blue, .card-update:hover .black {
    color: #FFF;
}

.card-update:hover .card-update-img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(1 113 185 / 0.20);
}

.card-update:hover .card-update-img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.card-update-mobile {
    max-width: 100% !important;
    background-color: white;
    border-radius: 12px!important;
    text-align: left;
    padding-left:0px!important;
    padding-right: 0px!important;
    overflow: hidden;
    margin: 25px 0px 25px 0px;
}

.card-update-desc {
    padding: 15px 20px 15px 20px;
}

.card-update-arrow {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#desc img{
    max-width: 100%;
}

#descMobile img{
    max-width: 100%;
}

.input-placeholder::placeholder {
    /* font-family:Arial, FontAwesome; */
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.input-placeholder-mobile::placeholder {
    /* font-family:Arial, FontAwesome; */
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.input-mobile::placeholder {
    font-size: 12px;
}

a.card-volunteer,a.OurProjectMobile,a.OurProjectMobile:hover {
    color: unset;
    text-decoration: none;
}

.article-desc img {
    margin: 0 0 30px 0;
}