body {
    background-color: #fcfafa;
    overflow-x: hidden;
}

html,
body {
    background-size: cover;
    background-position: top center;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
}
.stu-text-gold{
    color: #fbc735;
}
.stu-bg-gold{
    background: #fbc735;
}

.glass{
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}


[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: initial !important;
}

.badge:hover {
    color: whitesmoke;
}

.shadow-box {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.rounded-circle {
    aspect-ratio: auto 64 / 64;
    width: 48px;
    height: 48px;
}

.rounded-top{
    border-radius: 15px 15px 0 0; 
}

#more {
    display: none;
}

.main-stars {
    font-size: 5vmin;
}

@media (max-width: 425px) {
    .review-star-container {
        font-size: 5vmin;
    }
}

/* The heart of the matter */
.testimonial-group>.row {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.testimonial-group>.row>.col-md-4 {
    display: inline-block;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #fbc735;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 5;
}

.my-float {
    margin-top: 22px;
}

.video-image-overlay-mute{
    width: 100%;
    height: 90%;
    opacity: .7;
    z-index: 1;
    color: whitesmoke;

}
/************************************
********** NAV TABS *************
*************************************/
.nav-tabs {
    z-index: 1;
    border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #1266f1;
    border-color: #1266f1;
}

.nav-tabs .nav-link {
    border: solid transparent;
    border-width: 0 0 2px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    padding: 17px 29px 16px;
}

.tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
 }
 .tabbable .nav-tabs .nav-link {
   white-space: nowrap;
 }

/************************************
************ REVIEWS ****************
*************************************/
a.review-block {
    text-decoration: none;
    color: #222;
}
/*
a.review-block:hover {
    transition: transform 1s ease-out;
    transform: perspective(1px) scale(1.01);
    -webkit-transition: transform 1s ease-out;
    -webkit-transform: perspective(1px) scale(1.01);
}
*/
.video-circle {
    border-radius: 50%;
    object-fit: cover;
}

.video-js{
    margin: 0 auto;
    background-color: transparent!important;
    width: 250px!important;
    height: 250px!important;
    padding: 0!important;
}
.video-js .vjs-tech {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
}



/*MD width*/
@media(max-width: 991px) {
    .mapouter iframe {
        height: 200px;
    }

    #client-info {
        position: relative;
    }
}


.media-29101 img {
    margin-bottom: 20px;
}

.media-29101 h3 {
    font-size: 18px;
    font-weight: 900 !important;
}

.media-29101 h3 a {
    color: #6c757d;
}

.owl-2-style .owl-nav {
    display: none;
}

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
}

.owl-2-style .owl-dots .owl-dot {
    display: inline-block;
}

.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 3px;
    border-radius: 0px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}

.owl-2-style .owl-dots .owl-dot.active span {
    background: #007bff;
}

.owl-2-style .owl-dots .owl-dot:active,
.owl-2-style .owl-dots .owl-dot:focus {
    outline: none;
}

/************************************
************ VIDEO CAROUSEL *********
*************************************/
#videos-scattered .gap {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

#videos-scattered .circle-video {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    padding: 0;
    object-fit: cover;
}

#videos-scattered .gap {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.scrolling-wrapper-flexbox .card {
    flex: 0 0 auto;
}

.card {
    width: auto;
    height: auto;
    border: none;
    background-color: transparent;
}

.scrolling-wrapper,
.scrolling-wrapper-flexbox {
    height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-overflow-scrolling: touch;
}

.scrolling-wrapper::-webkit-scrollbar,
.scrolling-wrapper-flexbox::-webkit-scrollbar {
    display: none;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border: none;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
}

.card a {
    color: initial;
}

.card a:hover {
    text-decoration: initial;
}

.card .text-muted i {
    margin: 0 10px;
}

.card-body {
    background: white
}

/************************************
************ MODAL ****************
*************************************/
html.modal-active,
body.modal-active {
    overflow: hidden;
}
.modal video {
   /* width: auto !important;*/
    height: auto !important;
    max-width: 100%!important;
    border-radius: 15px;
}
/*
#modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1000;
}

#modal-container.four {
    z-index: 0;
    transform: scale(1);
}




#modal-container.four .modal-background .modal {
    animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four+.content {
    z-index: 1;
    animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four.out .modal-background .modal {
    animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four.out+.content {
    animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#modal-container .modal-background .modal {
    background: white;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
}

.modal {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal video {
    width: auto;
    height: auto;
    border-radius: 15px;
}

#modal-container .modal-background .modal .modal-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}

#modal-container .modal-background .modal .modal-svg rect {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 778;
    stroke-dashoffset: 778;
}

.content {
    min-height: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
*/
@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    99.9% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(0);
    }
}

@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes blowUpModal {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}
