
.about-section{
    background:white;
}
.team-section {
    background-blend-mode: multiply;
    
    background-color: #daf4f5;
}

.contact-section {
    background-blend-mode: multiply;
    background-color: #f3f4f7;


}
.project-section{
    background-blend-mode: multiply;
    background: #f3f4f7;
}
.service-section{
    background-color: #fff !important;
}
.client-section {
    background: #daf4f5;
}



.fa-building {
    font-size: 50px;
    color: black;
}

.fa-fire-alt {
    font-size: 50px;
    color: #e25822;
}

.service-title {
    font-size: 20px;
    font-weight: 700px;
    line-height: 38px;
}

.service-card {
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 2px 6px 0px rgba(99, 99, 99, 0.2);
}

.service-card:hover {
    border: solid 1px #FDBE33;
    background: #fff !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 6px 18px 0px;

}

#project_card {
    border-radius: 6px;
    display: flex;
    justify-content: center;
    background: #fff !important;
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    box-sizing: border-box;
}

#project_card .card-img,
.card-img-top {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px)
}

#project_card .card-img-top {
    height: auto;
    width: 100%;
    object-fit: contain;
    flex-grow: 1;
}

#project_card:hover {
    border: solid 1px #FDBE33;
    transform: scale(1.05);
}
.card-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;

}

#project_card img {
    width: fit-content;
}

.service-card:hover .service-title {
    color: #FD5D14;
}

#usefull-link a:hover {
    color: #FD5D14;
}

.display_2 {
    font-size: 32px;
    margin-bottom: 0px;
    font-weight: 700;

}

/* Slider */

.slick-slide {
    margin: 0px 20px;
    /* padding-right: 0px 10px; */

}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    height: 100px;
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.service-slide-card {
    border: solid 1px #F8DE7E;
    border-radius: 32px;
    background-color: #F8DE7E;
    box-shadow: 0 6px 18px 0px #eee;
}

.service-slide-card h4 {
    font-size: 16px;
    color: #262626;
    position: relative;
}

.read-more-btn {
    border: solid 1px #6c757d;
    border-radius: 32px;

    width: 220px;
    box-shadow: 0 6px 18px 0px #eee;
}

.read-more-btn:hover {
    color: #040F28;
    background-color: #eee;
    border: solid 1px #040F28;

}

.char {
    font-weight: 500;
    line-height: 52px;
    font-size: 40px;
    color: #6c757d;
    animation: an 1s ease-out 1 both;
    display: inline-block;
}

.display_1 {
    font-weight: 700;
    line-height: 60px;
    font-size: 48px;
}

@media screen and (max-width:1500px) {
    .char {
        line-height: 44px;
        font-size: 32px;
        color: #6c757d;
        font-weight: 500;
        animation: an 1s ease-out 1 both;
        display: inline-block;

    }

    .display_1 {
        line-height: 52px;
        font-size: 36px;
    }

    .display_2 {
        font-size: 28px;
        line-height: 48px;
    }

}

@media screen and (max-width:600px) {
    .char {
        line-height: 28px;
        font-size: 18px;
        color: #6c757d;
        font-weight: 500;
        animation: an 1s ease-out 1 both;
        display: inline-block;

    }

    .display_1 {
        line-height: 40px;
        font-size: 32px;
    }

    .display_2 {
        line-height: 40px;
        font-size: 24px;
    }

}

@keyframes an {
    from {
        opacity: 0;
        transform: perspective(500px) translate3d(-35px, -40px, -150px) rotate3d(1, -1, 0, 35deg);
    }

    to {
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0);
    }
}

.card-footer{
    border: solid 1px #eee;
    background: white;
}

.team-member {
    border-radius: 6px;
    border: none;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    
}
.team-member .card-img-top{
    flex-grow: 1;
    object-fit: contain;
    height: 225px;
}
.team-name {
    font-size: 18px;
}

.team-role {
    color: #262626;
    font-size: 16px;
    font-weight: 500px;
    line-height: 28px;
}

.team-link .fa-linkedin {
    font-size: 22px;
    color: #0E76A8;
}



.email-card {
    border: solid 1px #d6e7e6;
    box-sizing: border-box;
    transform: scale(1.02);
}

form label {
    font-size: 16px;
    font-weight: 500px;
    line-height: 28px;
}

.form-control {
    border: solid 1px #99dfda;
}

#sendButton{
    width: 160px;
    font-size: 16px;
    border: solid 1px #F8DE7E;
    background-color: #F8DE7E;
    border-radius: 32px;
    color: #262626;
    box-shadow: 0 3px 8px -3px lightskyblue;

}

#sendButton:hover {
    box-shadow: 0 6px 18px #d6e7e6;
}

.office-card {
    border: solid 1px #E8EAF6;
    background: #E8EAF6;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.map-card {
    border: solid 1px #d6e7e6;
    transition: 0.5s ease-out;

}

.map-card:hover {
    transform: scale(1.095);
}

.map-header {
    border: none;
    background-color: #ffffff !important;
}

.fa-map-marker-alt {
    font-size: 60px;
}
.card-location .fa-map-marker-alt{
    font-size: 14px;
}

#fa-map {
    font-size: 16px;
}

#map .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.full-team-btn, .client-btn  {
    width: 200px;
    font-size: 16px;
    background-color: #F8DE7E;
    border: #F8DE7E;
    border-radius: 32px;
    color: #262626;
    transition:0.1s ease-in-out;
}

.full-team-btn:hover, .client-btn:hover {
    color: #262626;
    box-shadow: 0 6px 18px #d6e7e6;
    transform: scale(1.02)

}

.client-card {
    border-radius: 6px;
    border: solid 2px #fff;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.client-card .card-img-top{
    flex-grow: 1;
    height: 120px;
    object-fit:contain;
}


