img[src="img2/testimonials-f5.jpg"] {
    width: 200px;
    height: 200px;
}

.crop {
    margin: auto;
    max-width: 192px;
    height: 192px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}

#SD_1 {
    width: 192px;
    height: 288px;
}

#SD_2 {
    max-width: 250;
    height: 376px;
    margin: -30px 0 0 -40px;
}

#SD_3 {
    width: 280px;
    height: 280px;
    margin: 0 0 0 -40px;
}

#SD_4 {
    width: 192px;
    height: 192px;
}

#SD_5 {
    width: 250px;
    height: 375px;
    margin: -20px 0 0 -20px;
}

#TS11_1 {
    width: 800px;
    height: 530px;
    margin: -50px 0 0 -340px;
}

#TS11_3 {
    width: 200px;
    height: 200px;
}

#TS11_4 {
    width: 250px;
    height: 250px;
    margin: 0 0 0 -30px;
}

#TS11_5 {
    width: 195px;
    height: 219px;
}

#TS11_6 {
    width: 192px;
    height: 242px;
    margin: -15px 0 0 0;
}

#TS11_7 {
    margin: 0 0 0 -70px;
}

#TS11_8 {
    width: 200px;
    height: 200px;
}

#TS12_1 {
    width: 600px;
    height: 375px;
    margin: -50px 0 0 -240px;
}

#TS12_2 {
    width: 250px;
    height: 290px;
    margin: -20px 0 0 -25px;
}

#TS12_3 {
    width: 350px;
    height: 508px;
    margin: -155px 0 0 -85px;
}

#TS12_5 {
    width: 300px;
    height: 200px;
    margin: 0 0 0 -50px;
}

#TS12_6 {
    width: 500px;
    height: 760px;
    margin: -70px 0 0 -120px;
}

#TS12_7 {
    width: 300px;
    height: 276px;
    margin: 0 0 0 -50px;
}

#TS12_8 {
    width: 210px;
    height: 279px;
    margin: 0 0 0 -10px;
}

#TS2_1 {
    width: 250px;
    height: 240px;
    margin: -10px 0 0 -20px;
}

#TS2_2 {
    width: 300px;
    height: 300px;
    margin: 0px 0 0 -50px;
}

#TS2_3 {
    width: 192px;
    height: 230px;
    margin: 0 0 0 0px;
}

#TS2_4 {
    width: 200px;
    height: 250px;
    margin: 0 0 0 0px;
}

#TS2_5 {
    width: 192px;
    height: 200px;
}

#TS2_5Text {
    max-width: 192px;
    margin: auto;
}

#TS2_6 {
    width: 192px;
    height: 196px;
}

#TS2_7 {
    width: 200px;
    height: 200px;
}

#TS2_8 {
    width: 200px;
    height: 200px;
}

#TS3_1 {
    width: 200px;
    height: 200px;
}

#TS3_2 {
    width: 200px;
    height: 200px;
}

#TS3_3 {
    width: 350px;
    height: 232px;
    margin: -5px 0 0 -117px;
}

#TS3_5 {
    width: 200px;
    height: 249px;
    margin: -30px 0 0 0;
}

#TS3_5Text {
    max-width: 192px;
    margin: auto;
}

#TS3_6 {
    width: 250px;
    height: 211px;
    margin: 0 0 0 -30px;
}

#TS3_7 {
    width: 200px;
    height: 200px;
}

#TS3_8 {
    width: 400px;
    height: 267px;
    margin: -10px 0 0 -100px;
}

#VS_1 {
    width: 200px;
    height: 295px;
    margin: -30px 0 0 0;
}

#VS_2 {
    width: 200px;
    height: 235px;
    margin: 0 0 0 0;
}

#VS_3 {
    width: 550px;
    height: 365px;
    margin: -10px 0 0 -180px;
}

#VS_4 {
    width: 400px;
    height: 410px;
    margin: 0 0 0 -95px;
}

#VS_5 {
    width: 250px;
    height: 250px;
    margin: 0 0 0 -32px;
}

#VS_6 {
    width: 280px;
    height: 326px;
    margin: -20px 0 0 -40px;
}

/* Modal Styles */

.portfolio .portfolio-item {
    cursor: pointer;
    position: relative;
    display: block;
    max-width: 25rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background-color: orange;
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
    opacity: 1;
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
    font-size: 1.5rem;
}

.portfolio-modal .portfolio-modal-title {
    font-size: 2.25rem;
    line-height: 2rem;
}

@media (min-width: 992px) {
    .portfolio-modal .portfolio-modal-title {
        font-size: 3rem;
        line-height: 2.5rem;
    }
}

.portfolio-modal .close {
    position: absolute;
    z-index: 1;
    right: 1.5rem;
    top: 1rem;
    font-size: 3rem;
    line-height: 3rem;
    color: orange;
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    width:100%;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 3rem 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 4rem 1rem-0.25rem;
    border-top: 0 solid #dee2e6;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-image {
    max-height: 400px;
    max-width: 90%;
}

/* Misc Styles */

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0.125rem solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: orange;
    color: #fff;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.advisors {
    cursor: pointer;
}