@charset "utf-8";

/*Start: Reset CSS*/

@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
hr,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

:focus {
    outline: 0;
}

em {
    font-style: italic;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

html {
    height: 100%;
}

html[xmlns] .clearfix {
    display: block;
}

input:disabled {
    cursor: not-allowed;
}


/*END: Reset CSS*/

body {
    font-family: "Roboto", sans-serif;
}

body.ilapage {
    background: #eeeeee;
}

a {
    border: 1px solid transparent;
    position: absolute;
    font-family: "Roboto", sans-serif;
}


/* div:focus a{border-color: red;} */

.wrapper {
    position: relative;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.top-header {
    background-color: #191919;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    font-weight: 700;
    border-bottom: 1px solid #191919;
    display: none;
}

.iloopLogo {
    position: absolute;
    top: 110px;
    left: 30px;
    z-index: 999;
    width: 180px;
}

.headerMain {
    background-color: rgba(0, 38, 71, 0.9);
}

.headerMain .skip {
    position: relative;
    padding: 7px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
    background-color: rgba(0, 0, 0, 0.4);
    margin-right: 15px;
}

.loginpage {
    position: relative;
}

.loginpage img {
    width: 100%;
}

img {
    max-width: 100%;
}

.login-btn {
    width: 11vw;
    height: 5vw;
    top: 69%;
    right: 18%;
}

.slider {
    position: relative;
    height: calc(100vh);
    width: 100%;
    overflow: hidden;
}

.slider .bannerTxt img {
    margin-bottom: 25px;
    height: 60px;
}

.slider.banner-1 img {
    margin-bottom: 25px;
    /* width: 200px;
    height: auto; */
}

.slider .bannerTxt h2 {
    font-size: 30px;
    font-weight: 700;
}

.slider .bannerTxt h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.slider .bannerTxt {
    position: absolute;
    z-index: 999;
    color: #fff;
    font-size: 31px;
    max-width: 620px;
    left: 10%;
    top: 36%;
}

.slider .bannerTxt {
    top: 46%;
}

.slider:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.sliderIntelliLoop .slider:after {
    display: none;
}

.slider>img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery .slider .bannerTxt h2 {
    font-size: 30px;
    font-weight: 400;
}

.gallery .slider .bannerTxt h2 {
    font-size: 30px;
    font-weight: 400;
}

.gallery .slider .bannerTxt h2 b {
    display: block;
    font-size: 48px;
    font-weight: 700;
}

.gallery .slider .bannerTxt {
    max-width: 760px;
    left: 10%;
    top: 50%;
}

.logo {
    height: 60px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
}

.logo a {
    position: relative;
}

.slogan {
    position: absolute;
    color: #fff;
    font-size: 12.1px;
    bottom: -3px;
    left: 46px;
    width: 115px;
    text-align: justify;
    line-height: 14px;
}

.logo img {
    height: 100%;
}


/* .footer{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
} */

.videoAction {
    bottom: 30px;
    right: 20px;
    font-size: 0;
    height: 35px;
    width: 35px;
    background-image: url(../img/pause.png);
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 3222;
    background-repeat: no-repeat;
    display: none;
    /* padding: 7px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3222; */
}

.videoAction.play {
    background-image: url(../img/play.png);
}

.videoAction:hover {
    color: #fff;
}

.footer {
    position: relative;
}

.footer .skip {
    position: absolute;
    bottom: 30px;
    right: 25px;
    padding: 7px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
    background-color: rgba(0, 0, 0, 0.4);
}


/* .play{
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    z-index: 2;
} */

.dashboardPage {
    /* background-image: url(../img/Dashboard.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;  */
}

.dashboard_blk {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    padding: 60px 0px;
    /* display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-direction: column; align-items: center;justify-content: center */
}

.dashboard_blk img {
    display: block;
    margin: auto;
}

.dashboardPage .link-1,
.dashboardPage .link-2 {
    height: 120px;
    top: 38vw;
    width: 37vw;
}

.dashboardPage .link-1 {
    left: 8%;
}

.dashboardPage .link-2 {
    right: 8%;
}

.myVideo {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}


/*.myVideo:not(.open){    
    filter: grayscale(1);
    transition-property: all;
  transition-duration: 2s;
  
}

.slick-active:hover .myVideo:not(.open){    
    filter: grayscale(0);
    transition-property: all;
    transition-duration: 2s;  
}*/

.link1 {
    border: 0px solid red;
    width: 25%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.link2 {
    border: 0px solid red;
    width: 25%;
    position: absolute;
    left: 25%;
    top: 0px;
    height: 100%;
}

.link3 {
    border: 0px solid red;
    width: 25%;
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100%;
}

.link4 {
    border: 0px solid red;
    width: 25%;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}

.galleryVRapp {
    margin: 85px 0px 0;
}

.galleryVRapp .slider {
    height: calc(100vh - 92px);
}

.galleryVRapp .slider .bannerTxt {
    bottom: 45px;
    color: #000;
    left: 0;
    width: 100%;
    text-align: center;
    max-width: 100%;
    padding: 10px 0px;
    top: inherit;
}

.galleryVRapp .slider .bannerTxt span {
    color: #6f6f6f;
}

.galleryVRapp img {
    height: 500px;
}

.galleryVRapp .myVideo {
    background-size: auto 95% !important;
    background-position: center 50px !important;
}

.galleryVRapp .slider:after {
    background: rgba(0, 0, 0, 0);
}

.galleryVRapp .slick-prev,
.galleryVRapp .slick-next {
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 20px;
    padding: 10px;
    background-size: 40px 40px !important;
}

.galleryVRapp .slick-dots li button {
    background: #000;
}

.galleryTvapp {
    margin: 85px 0px 0;
}

.galleryTvapp .slider {
    height: calc(100vh - 92px);
}

.galleryTvapp .slider .bannerTxt {
    bottom: 20px;
    color: #000;
    left: 0;
    width: 100%;
    text-align: center;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 0px;
    top: inherit;
    display: none;
}

.galleryTvapp img {
    height: 500px;
}

.galleryVRapp .myVideo {
    background-size: contain !important;
    background-position: center 50px !important;
}

.galleryTvapp .slider:after {
    background: rgba(0, 0, 0, 0);
}

.galleryTvapp .slick-prev,
.galleryTvapp .slick-next {
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 20px;
    padding: 10px;
    background-size: 40px 40px !important;
}

.galleryTvapp .slick-dots li button {
    background: #000;
}

.proYearImg {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 999;
    width: 130px;
}

.proYearImg-2 {
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 999;
    padding: 15px;
    border-radius: 15px 0 15px 0px;
    width: 180px;
}

.proYearImg-3 {
    position: absolute;
    top: 120px;
    left: 30px;
    z-index: 999;
}

.proYearImg-3 img {
    max-height: 75px;
}

.powLogo img {
    width: 230px;
    margin-top: 25px;
}

.powLogo {
    position: relative;
}

.powLogo a.poweredby {
    display: inline-block;
    position: relative;
}

.powLogo a.poweredby img {
    margin-top: 0;
}

.contact-page {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: url(../img/contact.jpg) #fff;
    padding: 80px 0px;
    min-height: 100vh;
}

.contact-page:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.contact-page .contact-form {
    margin: 80px auto 0;
    width: 500px;
    position: relative;
    z-index: 9;
    background: rgba(255, 255, 255, 0.7);
    padding: 50px;
}

.contact-page h4 {
    text-align: center;
    margin-bottom: 30px;
}

.storelink a {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.storelink img {
    width: auto !important;
    height: auto !important;
}

.storelink {
    position: absolute;
    bottom: 100px;
    left: 30px;
}

@media (max-width: 992px) {
    .storelink {
        bottom: 40px;
        left: 10px;
    }
    .storelink img {
        width: auto !important;
        height: 35px !important;
    }
    .proYearImg img {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .termscondition b {
        display: block;
    }
    .gallery .slider .bannerTxt {
        max-width: 760px;
        left: 10%;
        top: 54%;
    }
    .gallery .slider .bannerTxt h2 {
        font-size: 24px;
        font-weight: 400;
    }
    .gallery .slider .bannerTxt h2 b {
        display: block;
        font-size: 30px;
        font-weight: 700;
    }
    .rightHeader {
        margin: 0 auto 10px;
        white-space: nowrap;
        display: block;
    }
    .headerMain .skip {
        margin-right: 0;
    }
    .logo {
        width: 130px;
        margin: 0 0 15px;
        height: 49px;
    }
    .slogan {
        font-size: 10.1px;
        bottom: -3px;
        left: 36px;
        width: 96px;
        line-height: 12px;
    }
    .powLogo {
        display: block;
        text-align: right;
        padding: 20px 0px 10px;
    }
    .powLogo img {
        max-width: 100%;
        margin-top: 0;
    }
    .headerMain {
        padding: 10px 0px;
    }
    .proYearImg-2 {
        position: absolute;
        top: 200px;
        right: 30px;
        z-index: 999;
    }
    .galleryTvapp {
        margin: 212px 0px 0;
    }
    .proYearImg {
        position: absolute;
        top: 0;
        left: 20px;
        z-index: 999;
        width: 70px;
    }
    .galleryTvapp .slider {
        height: 250px;
    }
    .galleryTvapp .myVideo {
        background-size: contain !important;
        background-position: top center !important;
    }
    .contact-page .contact-form {
        margin: 110px auto 0;
        width: 100%;
    }
    .dashboard_blk {
        margin-top: 190px;
    }
}

.wrapperInner {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: url(../images/bg.jpg) #fff;
    padding: 85px 15px 0;
    background-size: cover;
    min-height: 100vh;
}

.grayBg {
    background: #efefef;
}

.grayBg .cetegoryBlk {
    color: #000;
}

.brandContentBlk {
    position: relative;
    padding: 0 30px;
}

.cetegoryBlk {
    padding: 0 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.box-shadow {
    padding: 5px 0px 30px;
    border-radius: 100px 0 100px 0px;
    margin: 0 auto;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    background: #fff;
    max-width: 390px;
    min-height: 740px;
}

.lmsMP {
    padding: 50px 0 0 20px;
    margin-top: 0 !important;
}

.brandContentBlk .actionLink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.cetegoryBlk img {
    max-height: 60px;
}

.brandImgBlk {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1) translate(0px, 20px);
    transition: all 0.5s;
    margin-bottom: 30px;
}

.brandContentBlk:hover .brandImgBlk {
    transform: scale(1.05) translate(0px, 20px);
}


/* .brandContentBlk:hover .brandImgBlk{
    transform: translate(0px, -10px);
    border-radius: 0px 50px 0px 50px;
} */

.brandImgBlk img {
    width: 100%;
}

.brandContent {
    min-height: 46px;
}

.brandLogo img {}

.brandLogo {
    /* min-width: 190px; */
    min-height: 52px;
    margin-bottom: 15px;
}

.brandLogo img {
    max-height: 54px;
}

.brandContent {
    font-size: 80%;
}

.centerSection {}

.cetegoryBlk h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
}

.vraudioBoxTxtBlk.pb-3.pt-2 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    color: #fff;
    padding: 10px 15px !important;
}

.vraudioBox {
    position: relative;
    margin-bottom: 1.5rem !important;
}

.vraudioBoxTxtBlk h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    .wrapperInner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .brandImgBlk {
        max-height: 214px;
    }
    .brandLogo {
        margin-bottom: 10px;
    }
    .brandLogo img {
        max-height: 50px;
    }
}

@media (max-width: 575px) {
    .brandContentBlk {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .fixed-top {
        position: relative;
    }
    .wrapperInner {
        padding-top: 15px;
    }
    .brandLogo {
        min-height: 0;
    }
}

@media (min-width: 1440px) {
    .brandImgBlk {
        max-height: 320px;
    }
    .brandContent {
        font-size: 100%;
    }
}


/* vr code */

.pageTitle {
    text-align: center;
    color: #fff;
    background: #009edf;
    padding: 10px;
    margin: 0;
}

.vrGallery .slider {
    height: 600px;
}

.videoPlay {
    position: absolute;
    display: flex;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.videoPlay svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.videoPlay:hover svg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* .videoPlay svg:hover path.bgPlay{fill: #fff !important;}
.videoPlay svg:hover path.playIcon{fill: #f25817 !important;} */

.vraudioBox:hover .videoPlay {
    opacity: 1;
}

.vraudioBoxImgBlk {
    position: relative;
    font-size: 0;
    overflow: hidden;
    /* border: 1px solid #d4d4d4; */
}

.vrpopupModel video {
    width: 100%;
    height: 100%;
}

.modal-content button.close {
    position: absolute;
    right: -15px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    display: block;
    top: -15px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 9;
    background: #fff;
    opacity: 1;
}

.vrpopupModel .modal-dialog.modal-dialog-centered {
    min-width: 68%;
    z-index: 3;
}

.closePopOver {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.vrpopupModel .modal-content {
    padding: 15px;
}

.vrpopupModel .close:not(:disabled):not(.disabled):focus,
.vrpopupModel .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #fff;
    background-color: red;
}


/* vr code end */

footer {
    background: #292929;
    padding: 15px 0;
}

.footer_bottom p {
    text-transform: capitalize;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
}


/* ila page section */

.ilaHeader {
    background-color: #203757;
    /* box-shadow: 0px 0px 19px 0px #000; */
    padding: 15px 25px;
    position: relative;
}

.logoila img,
.logopro img {
    max-height: 60px;
}

.ila3Img {
    /* overflow: hidden; */
    padding-left: 2%;
    padding-right: 2%;
}

.ila3Img section {
    padding: 30px 50px;
    background: #fff;
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1);
    position: relative;
    height: 100%;
}

.ila3Img section:hover {
    transform: scale(1.04);
}

.ila3Img a {
    display: block;
    border: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.ila3Sec_blk {
    background: #eeeeee;
    padding: 30px;
    height: calc(100vh - 98px);
}

.ila3Sec_blk>.row {
    height: 100%;
}

section.sec1,
section.sec3 {
    border-radius: 80px 0 80px 0;
}

section.sec2 {
    border-radius: 0 80px 0 80px;
    margin-bottom: 45px;
}

.ila3Img section.sec2,
.ila3Img section.sec3 {
    padding: 30px 20px 10px;
    max-height: calc(50% - 25px);
}

.ila3Img section.sec2 .titleBlk,
.ila3Img section.sec3 .titleBlk {
    margin-bottom: -30px;
    padding-left: 30px;
}

.ila3Img img {
    /* min-width: 100%; */
    /*  -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1); */
    display: block;
    margin: 0 auto;
}

.ila3Img:hover img {
    /*   -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%); */
    /* transform: scale(1.05); */
}


/* .titleLabel{
    position: absolute;
    bottom: 6vh;
    left: 0;
    font-weight: 600;
    font-size: 2.2vw;
    padding: 6px 19px;
    background: #5DA0E7;
    color: #fff;
    z-index: 1;
    box-shadow: -5px 3px 1px #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.ila3Img:hover .titleLabel{
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    
} */

.v1 .watermark {
    display: none;
}

.watermark {
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 0.5;
}

.watermark img {
    height: 50px;
}

.titleBlk {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #393939;
    position: relative;
    z-index: 1;
}

@media (max-width: 1900px) {
    .apolloHub .myVideo {
        background-size: cover !important;
    }
}


/*Tabs start*/

.gallerybox {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.filter-button {
    position: relative;
    border: 0;
    font-weight: 500;
    color: #2e2e33;
    padding: 10px 15px;
    border-left: 2px solid transparent;
    border-radius: 0;
    line-height: 100%;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    box-shadow: none !important;
}

.galleryleft {
    width: 240px;
    float: left;
    display: block;
}

.galleryright {
    width: calc(100% - 240px);
    float: left;
    padding-left: 20px;
}

.filter-button.active,
.filter-button:hover {
    border-color: #009edf;
    color: #009edf;
}

@media (max-width: 991px) {
    .galleryleft {
        width: 220px;
    }
    .galleryright {
        width: calc(100% - 220px);
    }
}

@media (max-width: 768px) {
    .galleryleft {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
    .galleryright {
        width: 100%;
    }
    .filter-button {
        margin: 5px 2px;
        display: inline-block;
        border-left: 0;
        padding: 8px;
        width: auto;
    }
}


/*Tabs end*/