/************************************************ Video Background Page 1 ************************************************/
body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    background: var(--th-body-background);
    -webkit-font-smoothing: antialiased;
    /***scroll-bar***/
}

.video-background {
    position: relative;
    overflow: hidden;
    height: 100dvh;
    margin-bottom: 50px;
}

#page-1 .header-layout2 .main-menu>ul>li>a:before {
    background: #ffffff;
}

#page-1 .header-logo-white {
    display: block;
}

#page-1 .header-logo {
    display: none;
}

#page-1 .sideMenuInfo.sidebar-btn .line {
    background: #ffffff;
}

#page-1 .main-menu ul li:has(.sub-menu)>a:after,
#page-1 .main-menu ul li:has(.mega-menu)>a:after,
#page-1 .main-menu ul li.menu-item-has-children>a:after {
  background-image: url('../../FontAwesomeIcons/f107-white.svg');
}

#page-1 .header-layout2 .main-menu ul li.menu-item-has-children>a:after {
    color: #ffffff;
}

#page-1 .th-header .sticky-wrapper .main-menu li a {
    color: #ffffff;
}

#page-1 .th-header {
    position: absolute;
    width: 100%;
    z-index: 1000;
}

#page-1 .th-header .sticky-wrapper .main-menu .sub-menu li a {
    color: #000000;
}

#page-1 .sidemenu-wrapper {
    background: transparent;
}

body:has(.sticky),
#page-1 .sticky {
    .video-background {
        padding-top: 100px;
    }

    .header-logo-white {
        display: none;
    }

    .header-logo {
        display: block;
    }

    .th-header .sticky-wrapper .main-menu li a {
        color: #000000;
    }

    .sideMenuInfo.sidebar-btn .line {
        background: var(--title-color);
    }

    .header-layout2 .main-menu ul li.menu-item-has-children>a:after {
        color: #000000;
    }

    .header-layout2 .main-menu>ul>li>a:before {
        background: var(--title-color);
    }
}

.video-background .video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.video-background .video-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: transparent;
    background: radial-gradient(at center center,
            rgba(28, 20, 90, 0.45) 41%,
            rgba(13, 10, 32, 0.75) 120%);
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.video-bg iframe {
    width: 100%;
    height: 100%;
}

.video-background .vb-content {
    padding: 0 50px;
    position: relative;
    height: 100%;
    z-index: 2;
}

.video-background .vb-content .vb-title {
    padding: 40px 0 0 0;
    position: absolute;
    top: 17vh;
    left: 3vw;
}

.video-background .vb-content .vb-title .vb-toplabel {
    padding: 3px 20px;
    border-radius: 20px;
    color: #D4B36A;
    background: rgba(255, 255, 255, 0.35);
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
}

.video-background .vb-content .vb-header {
    margin-top: 10px;
    width: 50%;
    font-weight: bold;
}

.video-background .vb-content .vb-header h1 {
    font-size: 75px;
    color: #ffffff;
    line-height: 1.0;
    margin-bottom: 5px;
}

.video-background .vb-content .vb-subheader {
    color: #ffffff;
    width: 100%;
    font-size: 18px;
}

.video-background .vb-content .vb-button ul {
    margin-top: 20px;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    padding: 0;
}

.video-background .vb-content .vb-button li {
    margin-right: 5px;
}

.vb-button .th-btn.style2.th-btn-icon:after {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
    color: var(--white-color);
    width: 22px;
    height: 22px;
}

.vb-team-box {
    text-align: right;
}

.video-background .vb-content .vb-team {
    text-align: left;
    border-radius: 20px;
    margin: 30px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.35);
    display: inline-block;
    width: auto;
    height: auto;
    color: #ffffff;
    border: 2px solid rgba(201, 167, 93, 0.25);
    position: absolute;
    right: 3vw;
    bottom: 150px;
}

.video-background .vb-content .team-header h3 {
    color: #ffffff;
    margin-bottom: 0;
}

.video-background .vb-content .team-members ul {
    margin-top: 10px;
    color: #ffffff;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
}

.video-background .vb-content .vb-team-box .team-member .member-name {
    font-size: 15px;
}

.video-background .vb-content .team-members li {
    width: 50px;
    margin: 5px;
}

.video-background .vb-content .team-member {
    display: inline-block;
    text-align: center;
    margin: 5px 0;
}

.video-background .vb-content .vb-team .team-members .row .col-3 {
    padding: 0;
}

.video-background .vb-content .team-member a {
    color: #ffffff;
    text-decoration: none;
}

.video-background .vb-content .team-member img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #b8b894;
}

.video-background .vb-content .vb-ratings {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    display: flex;
    color: #ffffff;
    width: 30%;
    margin: 10px auto;
    background-color: rgba(0, 0, 0, 0.35);
    border: 3px solid rgba(201, 167, 93, 0.25);
    border-radius: 20px;
}

.video-background .vb-content .vb-ratings h4 {
    color: #ffffff;
}

.video-background .vb-content .row {
    padding: 0;
    margin: 0;
}

.video-background .vb-content .row>.vb-ratings {
    padding: 0;
}

.video-background .vb-content .vb-ratings .rating-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video-background .vb-content .vb-ratings .rating-wrapper .g-logo,
.video-background .vb-content .vb-ratings .rating-wrapper .stars-outer,
.video-background .vb-content .vb-ratings .rating-wrapper .reviews {
    margin: 0 10px;
}

.video-background .vb-content .vb-ratings .google {
    padding: 20px;
    margin: 20px;
}

.video-background .vb-content .vb-ratings .rating-wrapper .review {
    display: flex;
    margin-top: 5px;
}

.video-background .vb-content .vb-ratings .rating-wrapper .review p {
    color: #F2EFE8;
    margin-bottom: 0;
}

.video-background .vb-content .vb-ratings .rating-wrapper .ratings {
    border-right: solid 2px #ffffff;
    padding-right: 5px;
    margin-right: 5px;
}

.video-background .vb-modal {
    padding: 10px;
    height: 100vh;
    background-color: #ffffff;
    z-index: 9999;
}

.video-background .vb-modal iframe {
    height: 100vh;
}

.video-background .vb-modalbutton {
    margin-top: 10px;
    border-radius: 50px;
}

.video-background .vb-modal .vb-close {
    position: absolute;
    right: 30px;
    top: 50px;
    color: #000;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    background: transparent url('../Icons/cross.svg') center / 1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: 0.5;
}

.video-background .vb-content .vb-ratings .stars-outer {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.video-background .vb-content .vb-ratings .stars-outer::before {
    content: "★★★★★";
    color: #e0e0e0;
}

.video-background .vb-content .vb-ratings .stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.video-background .vb-content .vb-ratings .rating-number {
    font-weight: 600;
    font-size: 18px;
}

.video-background .vb-content .vb-ratings .google .stars-inner::before {
    content: "★★★★★";
    color: #fbbc04;
}

.video-background .vb-content .team-header h2 {
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 1799px) {
    .video-background .vb-content .vb-ratings {
        margin: 30px auto;
    }
}

@media (max-width: 1699px) {
    .video-background .vb-content {
        margin-bottom: 20px;
    }

    .video-background .vb-content .vb-ratings {
        margin: 30px auto;
        width: 40%;
    }

    body:has(.sticky) .video-background {
        padding-top: 110px;
    }
}

@media (max-width: 1599px) {
    .video-background .vb-content .vb-header {
        width: 50%;
    }
}

@media (max-width: 1499px) {
    .video-background .vb-content .vb-ratings {
        margin: 10px auto;
    }

    .video-background .vb-content .vb-subheader {
        width: 50%;
    }
}

@media (max-width: 1399px) {
    .video-background .vb-content .vb-ratings {
        margin: 10px auto;
        width: 40%;
    }

    .video-background .vb-content .vb-team {
        padding: 10px 20px;
    }
}

@media (max-width: 1299px) {
    .video-background .vb-content .vb-header h1 {
        font-size: 60px;
    }

    .video-background .vb-content .vb-team {
        padding: 10px;
    }

    .video-background .vb-content .vb-ratings {
        bottom: 20px;
    }

    .vb-button .th-btn {
        padding: 10px 15px;
    }

    .video-background .vb-content .vb-title {
        top: 16vh;
    }

    .video-background .vb-content .vb-title .vb-toplabel {
        padding: 5px 15px;
    }

    .video-background .vb-content .vb-button ul,
    .video-background .vb-content .team-members ul {
        margin-bottom: 0;
    }

    .video-background .vb-content .vb-ratings .google,
    .video-background .vb-content .vb-ratings .trustpilot {
        padding: 10px;
    }

    .video-background .vb-content .vb-ratings .google,
    .video-background .vb-content .vb-ratings .trustpilot p {
        margin-bottom: 0;
    }

    .menu-area .header-button {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .video-background .vb-content .vb-header h1 {
        font-size: 50px;
    }

    .video-background .vb-content .vb-title {
        top: 8vh;
    }

    .video-background .video-bg video {
        height: 100%;
    }

    .video-background .vb-content .vb-ratings {
        margin: 20px auto;
        bottom: 40px;
        width: 50%;
    }

    .video-background .vb-content .vb-team-box {
        margin: 50px 0;
    }

    .video-background .vb-content .vb-title {
        margin: 20px 0;
    }

}

@media (max-width: 991px) {
    .video-background .vb-content .team-member img {
        height: 60px;
        width: 60px;
    }

    .video-background .vb-content .vb-team {
        width: 45%;
    }

    .video-background .vb-content .vb-header h1 {
        font-size: 40px;
    }

    .video-background .vb-content .vb-ratings {
        bottom: 10px;
        width: 60%;
    }

    .video-background .vb-content .vb-title {
        top: 12vh;
    }

    .video-background .vb-content .vb-team-box {
        margin: 15px 0;
    }
}

@media (max-width:767px) {
    .video-background .vb-content .vb-team {
        width: 40%;
    }

    .video-background .vb-content .vb-header h1 {
        font-size: 40px;
    }

    .video-background .vb-content .vb-button ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .video-background .vb-content .vb-button li {
        margin: 10px 0;
    }

    .video-background .vb-content .vb-ratings {
        width: 80%;
    }

    .video-background .vb-content .vb-ratings .rating-wrapper .ratings {
        padding-top: 0px;
    }

    .video-background .vb-content .vb-ratings .rating-wrapper .review p {
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .video-background .vb-content .vb-title {
        top: 10vh;
        padding: 0 10px;
    }

    .video-background .vb-content .vb-button ul {
        flex-direction: row;
    }

    .video-background .vb-content .vb-team {
        bottom: 200px;
        width: 95%;
    }

    .video-background .vb-content .vb-ratings .rating-wrapper .g-logo,
    .video-background .vb-content .vb-ratings .rating-wrapper .stars-outer,
    .video-background .vb-content .vb-ratings .rating-wrapper .reviews {
        margin: 0 5px;
    }

    .video-background .vb-content .vb-title .vb-header {
        width: 100%;
    }

    .video-background .vb-content .vb-title .vb-subheader {
        width: 100%;
    }

    .video-background .vb-content .vb-ratings {
        margin: 20px auto;
        width: 90%;
    }

    .video-background .vb-content .vb-team-box .team-header {
        h3 {
            font-size: 20px;
        }
    }

    .video-background .vb-content .vb-team-box .team-subheader {
        font-size: 15px;
    }

    .video-background .vb-content .vb-team-box .team-member .member-name {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .video-background .vb-content .vb-team {
        width: 90%;
        bottom: 20px;
    }

    .video-background .vb-content .vb-team-box .team-header h3 {
        font-size: 20px;
    }

    .video-background .vb-content .vb-team-box .team-subheader {
        font-size: 12px;
    }

    .video-background .vb-content .vb-team-box {
        text-align: center;
        margin: 15px 0;
    }

    .video-background .vb-content .vb-team-box .team-member {
        font-size: 10px;
    }

    .video-background .vb-content .vb-team-box .team-member a {
        font-size: 10px;
    }

    .video-background .vb-content .vb-team-box .vb-team {
        padding: 5px;
    }

    .video-background .vb-content .vb-title {
        padding-left: 0;
    }

    .video-background .vb-content .vb-team-box {
        padding: 5px;
    }

    .video-background .vb-content .vb-ratings {
        display: none;
    }

    .video-background .vb-modal .vb-close {
        right: 10px;
        top: 10px;
    }
}

@media (max-width: 360px) {
    .video-background .vb-content .vb-team {
        right: 5vw;
        width: 90%;
    }

    .video-background .vb-content .team-members li {
        width: 45px;
    }

    .video-background .vb-content .vb-ratings .rating-wrapper .review p {
        font-size: 15px;
    }

    .video-background .vb-modal iframe {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .video-background .vb-content .vb-button .th-btn {
        font-size: 12px;
    }

    .video-background .vb-content .vb-button .th-btn a {
        font-size: 12px;
    }
}

.partner-logo-outer .swiper-wrapper a {
    height: 98px;
}

.partner-logo-outer .swiper-wrapper a img {
    filter: grayscale(100%);
}