﻿body {
    color: #333;
}

#logo {
    border: none;
    display: flex;
}

#logo img {
    height: 60px;
}

.logo-title {
    color: #666;
}

.intro-banner {
    padding: 290px 0;
    position: relative;
}

.intro-banner:after,
.intro-banner:before {
    background: none;
}

.intro-banner .background-image-container {
    width: 100%;
    left: 0;
}

.court-bg {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
}

.court-bg .container {
    position: absolute;
    top: 10%;
}

.court-bg img {
    margin-top: -65px;
}

h3.section-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.members-section {
    background-color: #ea7c11;
    /*border-top-left-radius: 12px;
    border-top-right-radius: 12px; 
    margin-top: 10px;*/
    padding-top: 90px;
    padding-bottom: 20px;
    background: linear-gradient(45deg, #e5984e, #efd3b7);
}

.member-image-container {
    margin: 20px;
}

.member-image-container img {
    width: 208px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.member-image-container div {
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    height: 85px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.member-image-container div p {
    font-weight: 600;
    font-size: 12px;
}

.member-image-container div p:nth-child(2) {
    font-size: 11px;
    line-height: 18px;
    color: #ea7c11;
}

.key-properties-container .design-above {
    margin-top: -8px;
}

.key-properties-container .design-below {
    margin-bottom: -17px;
}

.key-properties-container {
    background-color: #e2a868;
}

.key-properties-container .orange-circle {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #ea7c11;
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-properties-container .icon-wrapper {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    border: 6px solid #e2a868;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -55px;
}

.key-properties-container .icon-wrapper img {
    width: 50px;
}

.key-properties-container .box {
    background: #fff;
    padding: 40px 30px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 45px;
    display: flex;
    justify-content: center;
}

.key-properties-container .box p {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}

/*#footer {
    background-image: url('../../assets/images/home/3_op_0.2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}*/

.gov-icons img {
    width: 80px;
    margin: 0 2px;
}

.social-icons img {
    width: 40px;
    margin: 0 2px;
}

/* Carousel */
.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}


/* Members */
.freelancer {
    width: calc(100% * (1/3) - 30px);
    pointer-events: none;
    background-color: #b6373f;
}

.freelancer-name h4,
.freelancer-name span {
    color: #fff;
}

.freelancer-overview {
    padding: 15px 20px;
}

.marquee-vert {
    height: 250px;
    overflow: hidden;
}

.dashboard-note:last-child {
    margin-bottom: 15px;
}

.note-footer {
    display: flex;
    justify-content: space-between;
}

.vertical-divider {
    height: 36px;
    margin: 5px 10px;
    border-radius: 0;
    border-style: solid;
    border-color: #898989;
}

.dashboard-note .note-footer p {
    font-size: 13px;
}

.book-carousel .slick-slide img {
    height: 300px;
}

.important-link-bg {
    position: relative;
    padding: 25px 0px 30px 0px;
    background-color: #402500;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/homepage/usefullink-bg.png');
    background-position: center;
}

.important-links-wrapper {
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
}

.important-links-wrapper .link-item {
    flex: 1;
    margin: 0 5px;
    text-align: center;
}

.important-links-wrapper span.icon {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #fff;
    margin: 0px auto;
    box-shadow: 8px 8px 1px rgba(0, 0, 0, 0.51);
    padding: 27px 31px;
    margin-bottom: 28px;
    transition-duration: .3s;
    border-radius: 50%;
}

.important-links-wrapper span.icon svg {
    height: 43px;
    margin: 0px;
    display: block;
    fill: #e45835;
    transition-duration: .3s;
}

.important-links-wrapper a:hover span.icon {
    transform: translateY(-10px);
}

.photos-gallery {
    display: flex;
    flex-wrap: wrap;
}

.responsive {
    padding: 0 6px;
    flex: 0 0 25%;
    margin-bottom: 20px;
}

div.gallery {
    border: 1px solid #ccc;
}

div.gallery img {
    width: 100%;
    height: auto;
}

.gallery a label {
    padding: 3px 5px 0 5px;
    margin-bottom: 0;
}

.gallery-bg {
    position: relative;
    padding: 25px 0px 30px 0px;
    background-color: #402500;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/abstract_background.png');
}