/*==============
Profile Design Page
===============*/
.card.gallery {
    z-index: 10;
}

.carousel-indicators {
    bottom: -40px !important;
}

.title {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    /* width: 30%; */
    margin: 10px auto;
}

.column.col-sm-12.col-md-4.col-lg-4 {
    max-width: 33%;
    /* max-height: 335px; */
    overflow: hidden;
    margin: 6px 0px;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

.mySlides img {
    max-width: 100%;
    width: 100%;
    height: 700px;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


h2 {
    color: #333;
    text-align: center;
    /* text-transform: uppercase; */
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    margin: 30px 0 60px;
}

/* h2.title.name::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #8fbc54;
    left: 0;
    right: 0;
    bottom: -10px;
} */

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel {
    padding: 0 70px;
}

.carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.carousel .carousel-item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
}

.carousel .overview {
    font-style: italic;
}

.carousel .overview b {
    /* text-transform: uppercase; */
    color: #7AA641;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
    border-radius: 50%;
    border: none;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.logo {
    width: 20rem;
    height: 20rem;
    margin-top: -130px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.logo-img {
    width: 100%;
    height: 100%;
}

.body-bg {
    margin-top: 0px;
    padding-top: 200px;
    padding-bottom: 30px;
}





.card.cover {
    z-index: 2;
}

.information {
    margin-top: -195px;
    z-index: 1;
    position: relative;
}

.title.name,
.jobtitle,
.description,
.socials {
    z-index: 5;
    position: relative;
    color: lightgray;
    text-wrap: nowrap;
}

.social-content i {
    font-size: 24px;
    border: 2px solid;
    padding: 2rem;
    max-height: 30px;
    max-width: 30px;
    border-radius: 75px;
    text-align: center;
    color: #EBBD60;
    transition: 0.5s;
}

.social-content i::before {
    position: relative;
    top: -0.8rem;
    right: 0.8rem;
}

.social-content i:hover {
    scale: 1.3;
    transition: 0.5s;
}

.social-content p {
    color: #EBBD60;
}

.setting-page,
.setting-page:hover {
    background: #22272a;
    position: fixed;
    top: 40%;
    left: 0;
    border-radius: 0px;
    color: #fff;
}

.setting-container {
    background: #22272a;
    position: fixed;
    z-index: 99;
    padding: 20px;
    top: 45%;
    left: 0;
    display: none;
}

.setting-container label {
    color: #fff;
}

.setting-container.show {
    display: block;
}
