@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("../css/bootstrap.css");

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: var(--themeFont);
    font-size: 14px;
    line-height: 1.7;
    font-stretch: normal;
    font-kerning: normal;
    margin: 0;
}

.themeMain {
    --themeColor: #8E4098;
    --themeDarkColor: #09176B;
    --lightColor: #F6F9FB;
    --themeFont: "Poppins", sans-serif;
}
.modal-backdrop.show {
    opacity: .6;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1170px;
    }
}

.container-full {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1400px) {
    .container-full {
        max-width: 1360px;
    }
}

@media (min-width: 1670px) {
    .container-full {
        max-width: 1570px;
    }
}
.bg-lighter {
    background: var(--lightColor);
}
.padder-15 {
    padding: 80px 0px;
}

.heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.heading .title { 
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 53.2px */
    margin: 0px;
    color: var(--themeColor); 
}

@media screen and (min-width: 993px) and (max-width: 1350px) {
 

    .padder-15 {
        padding: 70px 0px;
    }
}

@media screen and (max-width: 992px) {
    .heading {
        margin-bottom: 20px;
    }

    .heading .title {
        font-size: 28px;
        line-height: 28px;
    }

    .padder-15 {
        padding: 50px 0px;
    }
}
/* Custom Form */

.themeMain .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    border-radius: 50px;
    padding: 8px 28px;
    transition: 0.5s;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.btn:hover,
.btn:focus {
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
    box-shadow: 0px 1px 14px 0px rgba(142, 64, 152, 0.22);
}

.btn-theme {
    border-radius: 8px;
    background-color: var(--themeColor);
    border: solid 1px var(--themeColor);
    color: #fff;
}

.btn-theme:hover,
.btn-theme:focus {
    background-color: var(--themeColor);
    box-shadow: 0px 4px 10px 0px rgba(142, 64, 152, 0.4);
}

.btn-outline-danger {
    background-color: #fff;
}

.link {
    color: var(--themeDarkColor);
    font-size: 14px;
    list-style: 24px;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
}

.link span {
    position: relative;
}

.link span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -3px;
    background-color: var(--themeDarkColor);
    width: 0%;
    height: 2px;
    transition: 0.3s;
}

.link:hover,
.link:focus {
    color: var(--themeDarkColor);
}

.link:hover span::after,
.link:focus span::after {
    width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.custom-Form {
    position: relative;
    margin-bottom: 22px;
}

.custom-Form .form-label {
    color: var(--themeDarkColor);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%; 
}

.custom-Form .form-label .text-red {
    color: #ff0035;
}

.custom-Form .error-Message {
    font-size: 14px;
    color: #ff0035;
    margin-top: 3px;
    position: absolute;
}

.custom-Form .form-control,
.custom-Form .form-select {
    padding: 13px 22px;
    border: 2px solid #ddd;
    font-size: 14px;
    transition: 0.3s;
    border-radius: 50px;
    font-weight: 500;
    color: #000;
}
.custom-Form textarea.form-control{
    border-radius: 20px;
}

.custom-Form .form-select {
    font-weight: 500;
    cursor: pointer;
}

.custom-Form .form-control:focus,
.custom-Form .form-select:focus {
    border-color: var(--themeColor);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom-Form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #838383;
    opacity: 1;
    /* Firefox */
    font-weight: 400;
}

.custom-Form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #838383;
    font-weight: 400;
}

.custom-Form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #aeaeae;
    font-weight: 400;
}

.custom-Form .form-check {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    min-height: auto;
    margin: 5px 0px;

}

.custom-Form .form-check-label {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-left: 10px;
    cursor: pointer;

}

.custom-Form .form-check-input {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
}

.custom-Form .form-check-input:checked {
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}

.custom-Form .form-check-input:focus {
    border-color: var(--themeColor);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(9, 23, 107, .25);
}

.themeMain .form-check {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.themeMain .form-check .form-check-input {
    width: 20px;
    height: 20px;
    border-width: 2px;
    margin-top: 0px;
}

.themeMain .form-check-input:checked {
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}

.themeMain .form-check-input:focus {
    border-color: rgb(142, 64, 152, 0.5);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(142, 64, 152, .25);
}

.themeMain .form-check .form-check-input {
    margin: 0px;
    cursor: pointer;

}

.themeMain .form-check .form-check-label {
    padding-left: 10px;
    color: var(--themeDarkColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}



.owl-theme .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-theme .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dot.active span {
    background: var(--themeColor);
    border-color: var(--themeColor);
}

.owl-theme .owl-dot.active span {
    border-width: 1px;
    border-style: solid;
}

.owl-theme .owl-dot span {
    display: block;
    height: 12px;
    margin: 0 6px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    transform: rotate(44deg);
}


/* Firefox */

/* theme Model Section Start */
.theme-modal .modal-content {
    border: 0px;
    border-radius: 15px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.14);
}

.theme-modal .modal-header {
    background-color: var(--themeColor);
    border-radius: 15px 15px 0px 0px;
    padding: 15px 20px;
}

.theme-modal .modal-title {
    font-size: 18px;
    color: #fff;
}

.theme-modal .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}

.theme-modal .btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

/* theme Model Section End */
/* Login Screen Start */
.mainForm {
    display: flex;
    width: 100%;
    height: 100vh;
}

.mainForm .leftSide {
    width: 50%;
}

.mainForm .rightForm {
    height: 100%;
    width: 55%;
    position: relative;
    z-index: 1;
    margin-left: -65px;
}

.mainForm .leftSide .owl-carousel,
.mainForm .leftSide .owl-stage,
.mainForm .leftSide .owl-stage-outer,
.mainForm .leftSide .owl-carousel .owl-item,
.mainForm .leftSide .owl-carousel .owl-item .item {
    height: 100%;
}

.mainForm .bg-theme {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: var(--themeColor);
    height: 100%;
}

.mainForm .bg-theme::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../img/login-transparent.png');
    background-size: cover;
}

.mainForm .videoPlay {
    position: relative;
    z-index: 1;
}

.mainForm iframe{
    height: 80% !important;
    width: 80%;
}

.loginScreen .g-recaptcha iframe{
    width: 100% !important;
}

.mainForm .videoPlay {
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}

.mainForm .videoPlay iframe {
    width: 100%;
    height: 100%;
}

.mainForm .fullImage {
    width: 100%;
    height: 100%;
}

.mainForm .fullImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainForm .rightForm {
    border-radius: 50px 0px 0px 50px;
    background-color: #fff;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.rightForm .innerMain {
    width: 600px;
}
.mainForm .small-logo {
    margin-bottom: 18px;
    text-align: center;
}
.mainForm .small-logo img{
    height: 150px;
    }
.mainForm .title {
    color: var(--themeDarkColor);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

.mainForm .title strong {
    color: var(--themeColor);
}

.mainHeading {
    margin-bottom: 40px;
}

.mainForm .smallText {
    color: #505050;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mainForm .custom-Form {
    margin-bottom: 30px;
}

.mainForm .submitBtn,
.mainForm .submitBtn .btn {
    width: 100%;
}

.mainForm .submitBtn .btn {
    padding: 15px;
}

.mainForm .submitBtn {
    margin-top: 25px;
}

.toggle-password {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer; 
}

.otherLogin {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.otherLogin .smallText {
    color: #636F8C;
}

.mainForm .owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    margin: 0;
}

.mainForm .owl-theme .owl-dot.active span {
    background: #fff;
    border-color: #fff;
}

.mainForm .owl-theme .owl-dot span {
    border-color: rgba(255, 255, 255, .50);
}
.mainForm .owl-carousel .owl-item  .login-logo img{
    width: auto;
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
}
@media screen and (min-width: 993px) and (max-width: 1450px) {
    .login-logo img {
        height: 300px;
    }

    .custom-Form .form-label {
        font-size: 14px;
    }

    .mainForm .title {
        font-size: 26px;
        margin-bottom: 5px;
        line-height: 28px;
    }

    .mainForm .smallText {
        font-size: 12px;
    }

    .custom-Form .form-control, .custom-Form .form-select {
        padding: 10px 20px;
        font-size: 14px;
        border-width: 1px;
    }

    .mainForm .custom-Form {
        margin-bottom: 20px;
    }

    .themeMain .form-check .form-check-label {
        font-size: 14px;
    }

    .themeMain .form-check .form-check-input {
        width: 15px;
        height: 15px;
        border-width: 2px;
        margin-top: 0px;
    }

    .link {
        font-size: 14px;
    }

    .mainForm .submitBtn .btn {
        padding: 15px;
    }

    .mainForm .rightForm {
        padding: 30px 40px;
        border-radius: 30px 0px 0px 30px;
        margin-left: -30px;
    }

  

    .mainForm .videoPlay {
        width: 95%;
        height: 350px;
    }

    .mainHeading {
        margin-bottom: 0px;
        text-align: center;
    }

    .otherLogin {
        margin-top: 20px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {

    .mainForm .rightForm {
        padding: 30px 30px;
    }
}

@media screen and (max-width: 992px) {
    .mainForm {
        flex-flow: column;
        height: auto;
    }

    .mainForm .leftSide {
        height: 400px;
        width: 100%;
    }

    .mainForm .rightForm {
        height: auto;
        width: 100%;
    }

    .mainForm .bg-theme {
        padding: 30px 0px;
    }

    .login-logo img {
        height: 200px;
    }

    .mainForm .videoPlay {
        width: 90%;
        height: 250px;
    }

    .mainForm .rightForm {
        border-radius: 20px 20px 0px 0px;
        background-color: #fff;
        padding: 30px 15px;
        margin: -20px 0px 0px;
    }

    .rightForm .innerMain {
        width: 100%;
    }

    .mainForm .title {
        font-size: 22px;
        line-height:24px;
        margin-bottom: 5px;
    }

    .mainForm .smallText {
        font-size: 13px;
        line-height: 18px;
    }

    .mainHeading {
        margin-bottom: 10px;
    }

    .custom-Form .form-label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .custom-Form .form-control, .custom-Form .form-select {
        padding: 11px 20px;
        font-size: 13px;
        border-width: 1px;
    }

    .mainForm .custom-Form {
        margin-bottom: 20px;
    }

    .themeMain .form-check .form-check-label {
        font-size: 12px;
    }

    .themeMain .form-check .form-check-input {
        width: 15px;
        height: 15px;
        border-width: 2px;
        margin-top: 0px;
    }

    .link {
        font-size: 12px;
    }

    .mainForm .submitBtn .btn {
        padding: 12px;
    }
 

    .mainForm .owl-theme .owl-dots {
        bottom: 25px;
    }

    .themeMain .btn {
        font-size: 14px;
    }

    .mainForm .submitBtn {
        margin-top: 15px;
    }

    .otherLogin {
        margin-top: 20px;
    }
}

/* Login Screen End */
/* Header Section Start */
.themeHeader{
    position: relative;
    border-top: 5px solid;
    border-image-slice: 1;  
    border-image-source: linear-gradient(90deg, #8E4098 47.86%, #2B3990 53.81%);
    background-color: #fff;
}
 

.themeHeader  .navbar{
    padding-top: 20px;
    padding-bottom: 20px;
}
.themeHeader .themelogo {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    margin: 0 auto;
    width: 200px;
    padding: 10px;
    background-color: #fff;
    border: 5px solid;
    border-image-slice: 1;  
    border-top: 0px;
    border-image-source: linear-gradient(to left, #2B3990, #8E4098); 
    box-shadow: 0px 9px 19px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
} 
.themeHeader .themelogo .navbarbrand {  
    display: inline-block;  
    transition: all 0.4s ease;
 
} 
.themeHeader .themelogo .navbarbrand img {
    max-width: 100%;
}
.themeHeader .rightMenu{
    list-style: none;
    padding: 0px;
    margin: 0px; 
}
.themeHeader .rightMenu .list-item{
    margin: 0px 5px;
}
.rightMenu .list-item .list-link{
    display: inline-block;
    height: 45px;
    width: 45px;
    float: left; 
    overflow: hidden;
    background:#fff;
    border: solid 2px var(--themeColor);
    border-radius: 50px;
    cursor: pointer; 
    transition: all 0.3s ease-out;
    text-decoration: inherit;
    padding: 3px; 
}
.rightMenu .list-item .list-link .icon{  
    display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 60px;
  transition: all 0.3s ease-out;
  background-color: var(--themeColor);
  float: left;
}
.rightMenu .list-item .list-link .icon img{
    float: left;
    width: 100%;
    transition: all 0.3s ease-out;
}
.rightMenu .list-item .list-link .link-label{  
    color: var(--themeDarkColor);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-out;
    float: left; 
    line-height: 16px;
    padding: 10px 0px 0px 10px;
}
.rightMenu .list-item .list-link:hover {
    width: 130px; 
} 
.rightMenu .list-item:nth-child(3) .list-link:hover {
    width: 190px; 
} 
.rightMenu .list-item:nth-child(2) .list-link:hover {
    width: 170px; 
} 
.themeHeader.fixed {
    position: fixed;
    top: 0;
    padding-top: 0px;
    z-index: 5;
    transition: all 0.4s ease;
    width: 100%;
    box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.20);
}
.themeHeader.fixed .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}
.themeHeader.fixed  .themelogo {
    width: 150px;
}

.burger {
    position: relative;
    width: 20px;
    height: 14px;
    cursor: pointer;
    display: none;
    background: transparent;
    border: 0;
    padding: 0px;
    box-shadow: none;
}

.burger:focus {
    outline: 0;
}

.burger span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    transition:
        all 0.2s,
        background 0s;
    background: var(--themeDarkColor);
}

.burger span:nth-child(2) {
    top: 6px;
}

.burger span:last-child {
    top: 12px;
}

.burger.show-x span:first-child {
    transform: rotate(45deg);
}

.burger.show-x span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.burger.show-x span:last-child {
    transform: rotate(-45deg);
}

.burger.show-x span:first-child,
.burger.show-x span:last-child {
    top: 8px;
}

@media screen and (max-width: 1080px) {
    .main-body {
        overflow: hidden;
    }

    .themeHeader.fixed {
        position: absolute;
        z-index: 1;
    } 

    .themeHeader .navbar-expand-lg .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    .themeHeader .navbar {
        border-radius: 10px;
        padding: 0px 12px;
        min-height: 60px;
        justify-content: space-between;
    }

    .themeHeader  .rightMenu  {
        position: fixed;
        right: -500px;
        background: #fff;
        top: 0px;
        z-index: 5;
        width: 300px;
        height: 100% !important;
        transition: transform 0.2s ease-in;
        transition: 0.5s;
        padding:50px 15px 15px ;
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
        flex-flow: column; 
    }

   .themeHeader  .rightMenu.show {
        height: 100%;
        right: 0px;
    }

    .themeHeader .burger {
        display: block;
        top: 0px;
        right: 5px;
    }

    .themeHeader .burger.show-x {
        z-index: 11;
    }

    .themeHeader .burger:hover,
    .themeHeader .burger:focus {
        outline: 0;
        box-shadow: none;
    }
    .themeHeader .rightMenu .list-item {
        margin: 5px 0px;
        width: 100%;
        padding: 10px 0px;
    }
    .rightMenu .list-item .list-link {
        display: inline-block;
        height: auto;
        width: 100%;
        border: 0px;
        padding: 0px;
    }
    .themeHeader .themelogo {
        width: 150px;
    }

}
/* Header Section End */

/* Banner Section Start */
.themeBanner {
    display: inline-block;
    width: 100%; 
    padding: 100px 0px 120px;
    position: relative;
    background-color: var(--themeColor);
}

.themeBanner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; 
    background: url('../img/banner-shap.png');
    background-size: cover;
}

.liveFrame {
    display: inline-block;
    width: 100%;
    height: 680px; 
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 9px 7px 0px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    position: relative;
}

.liveFrame iframe,
.liveFrame video {
    width: 100% !important;
    height: 100% !important;
}
@media screen and (min-width: 1025px)  and (max-width: 1400px) {
    .themeBanner { 
        padding: 80px 0px 100px; 
    }
    .liveFrame { 
        height: 500px;  
    }
}
@media screen and (min-width: 768px)  and (max-width: 1024px) {
    .themeBanner { 
        padding: 80px 0px 100px; 
    }
    .liveFrame { 
        height: 400px;  
    }
}
@media screen and (max-width: 767px) {
    .themeBanner { 
        padding: 80px 0px 100px; 
    }
    .liveFrame { 
        height: 350px; 
        border-radius: 10px;
    }
}
/* Banner Section end */
/* playList Section Start */
.playList{
    margin-top: -80px;
    position: relative;
    z-index: 1;
}
.playList .card{
    border-radius: 15px;
    background: #fff;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.14);
    border: 0px;
    display: flex;
    margin:0px 10px 10px 10px; 
    text-decoration: inherit;
}
.playList .card .image{
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
}
.playList .card .image img{
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}
.playList .card  .card-body{
    padding: 12px 15px;
}
.playList .card  .card-body .title{
    color: var(--themeDarkColor); 
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 133.333% */
    margin-bottom: 0px;
    text-decoration: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.playList .card  .bg-overlay{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(9, 23, 107,.2);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s ease;
}
.playList .card  .bg-overlay .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background-color: #fff;
    transform: scale(0.8);
    opacity: 0;
    transition: 0.5s ease;
    padding: 15px;
}
.playList .card:hover  .bg-overlay{
opacity: 1;
}
.playList .card:hover .image img { 
    transform: scale(1.08);
}
.playList .card:hover  .bg-overlay .icon{
    opacity: 1;
    transform: scale(1);
}
@media screen and (max-width: 600px) {
    .playList .card { 
        margin: 0px 0px 10px 0px; 
    }
}
/* playList Section End */ 
.playListFolder .card {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.06);
    border: 0px;
    position: relative;
    overflow: hidden;
    transition: all 700ms;
    height: 300px;
    margin: 12px 0px;
    cursor: pointer;
}
 
.playListFolder .image {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.playListFolder .image img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}
.playListFolder .infoText {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px 20px; 
    transition: all 700ms; 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
}

.playListFolder .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(9, 23, 107, .1) 50.52%, rgba(9, 23, 107, 0.75) 74.56%, #09176B  100%);
    transition: all 700ms;
}
.playListFolder .card .title {
    color: #FFF; 
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 35px */ 
    z-index: 1;
    position: relative;
    margin-bottom: 0px;
    width: 70%;
}
.playListFolder .card .count{
    display: inline-flex;
    padding:7px 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFF;
    text-align: center; 
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    margin-top: 5px;
}
.playListFolder  .card:hover .image img{
    transform: scale(1.08);
}
@media screen and (max-width: 968px) {
    .playListFolder .card { 
        height: 200px; 
        margin: 6px 0px;
    }
    .playListFolder .infoText { 
        padding: 20px 15px; 
    }
    .playListFolder .card .title { 
        font-size: 16px; 
    }
    .playListFolder .card .count { 
        font-size: 12px; 
    }
}
/* Videos Section Start */
.VideosSection .card{
    border-radius: 20px;
    background: transparent;
    box-shadow: none;
    border: 0px;
    display: flex; 
    text-decoration: inherit;
    margin-bottom: 15px;
}
.VideosSection .card .image{
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.VideosSection .card .image img{
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}
.VideosSection .card  .card-body{
    padding: 12px 0px;
}
.VideosSection .card  .card-body .title{
    color: var(--themeDarkColor); 
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 133.333% */
    margin-bottom: 0px;
    text-decoration: inherit;
}
.VideosSection .card  .bg-overlay{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(9, 23, 107,.4);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s ease;
}
.VideosSection .card  .bg-overlay .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background-color: #fff;
    transform: scale(0.8);
    opacity: 0;
    transition: 0.5s ease;
    padding: 15px;
}
.VideosSection .card:hover  .bg-overlay{
opacity: 1;
}
.VideosSection .card:hover .image img { 
    transform: scale(1.08);
}
.VideosSection .card:hover  .bg-overlay .icon{
    opacity: 1;
    transform: scale(1);
}
#testimonialsModal .modal-body {
    height: 450px;
}
#contactModal .modal-body{
    padding: 20px;
}
#contactModal  .submitBtn{
    justify-content: flex-end;
    display: flex;
    width: 100%;
}
#contactModal  .submitBtn .btn{
    padding: 12px 25px;
}
@media screen and (max-width:1024px) {
    .VideosSection .card .image { 
        height: 150px; 
    }
    .VideosSection .card .card-body .title { 
        font-size: 14px; 
        line-height: 18px; 
    }
    .VideosSection .card .card-body {
        padding: 8px 0px;
    }
}
.formSide .submitBtn  .btn{
    padding: 12px 30px;
}
/* Videos Section End */
/* footer Section Start */
.theme-footer{
    background-color: var(--themeColor);
    position: relative;
}
.theme-footer::before{
content: '';
position: absolute;
top: 0px;
background: url('../img/footer-shap.png');
background-size: cover;
width: 100%;
height: 100%;
}
.theme-footer .mainFooter {
    padding: 35px 0px;
    position: relative;
    z-index: 1;
}
.theme-footer .copyrights {
    padding: 15px 0px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.theme-footer .smalltext {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
} 

@media screen and (min-width: 993px) and (max-width: 1400px) { 
    .theme-footer .mainFooter {
        padding: 30px 0px;
    }

    .theme-footer .footerLogo img {
        height: 120px;
    } 
}

@media screen and (max-width: 992px) {
    .theme-footer .footerLogo img {
        height: 120px;
    }
 
    .theme-footer .mainFooter {
        padding: 20px 0px;
    }
 
    .theme-footer .copyrights {
        padding: 7px 0px;
    }

    .theme-footer .smalltext {
        font-size: 12px;
    } 
}
/* footer Section End */

.topIcon {
    display: inline-block;
    background-color: var(--themeColor);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: inherit;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .topIcon::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
  }
  .topIcon:hover {
    cursor: pointer;
    background-color: var(--themeDarkColor);
  }
  .topIcon:active {
    background-color: var(--themeDarkColor);
  }
  .topIcon.show {
    opacity: 1;
    visibility: visible;
  }
  @media screen and (max-width: 767px) {
    .topIcon { 
        width: 40px;
        height: 40px; 
        bottom: 15px;
        right: 15px;
    }
    .topIcon::after { 
        line-height: 40px; 
    }
  }
   