/**
 * Created by Ashish Shrestha
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-ExtraBold.woff2") format("woff2"), url("../fonts/ProximaNova-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.ex-flex-wrap {
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.ex-transition {
  transition: all 0.6s ease;
}

.ex-transition-medium {
  transition: all 1.2s ease;
}

.ex-transition-large {
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-900 {
  font-weight: 900;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}
@media all and (max-width: 979px) {
  .text-18 {
    font-size: 14px;
  }
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-26 {
  font-size: 26px;
}

.text-28 {
  font-size: 28px;
}

.text-30 {
  font-size: 30px;
}

.text-32 {
  font-size: 32px;
}

.text-34 {
  font-size: 34px;
}

.text-36 {
  font-size: 36px;
}
@media all and (max-width: 1199px) {
  .text-36 {
    font-size: 28px;
  }
}

.text-38 {
  font-size: 38px;
}

.text-40 {
  font-size: 40px;
}
@media all and (max-width: 1199px) {
  .text-40 {
    font-size: 30px;
  }
}
@media all and (max-width: 979px) {
  .text-40 {
    font-size: 22px;
  }
}

.text-60 {
  font-size: 60px;
}
@media all and (max-width: 1499px) {
  .text-60 {
    font-size: 50px;
  }
}
@media all and (max-width: 1199px) {
  .text-60 {
    font-size: 40px;
  }
}
@media all and (max-width: 979px) {
  .text-60 {
    font-size: 30px;
  }
}

.text-72 {
  font-size: 72px;
}
@media all and (max-width: 1499px) {
  .text-72 {
    font-size: 60px;
  }
}
@media all and (max-width: 1199px) {
  .text-72 {
    font-size: 50px;
  }
}
@media all and (max-width: 979px) {
  .text-72 {
    font-size: 40px;
  }
}

.text-52 {
  font-size: 52px;
}
@media all and (max-width: 1499px) {
  .text-52 {
    font-size: 42px;
  }
}
@media all and (max-width: 1199px) {
  .text-52 {
    font-size: 35px;
  }
}
@media all and (max-width: 979px) {
  .text-52 {
    font-size: 25px;
  }
}

.color-8585 {
  color: #858585;
}

.color-bababa {
  color: #BABABA;
}

.color-cdcd {
  color: #cdcdcd;
}

.bg-111 {
  background-color: #111111;
}

.color-999 {
  color: #999999;
}

.bg-1010 {
  background: #101010;
}

.text-blue {
  color: #1b9fe0;
}

/*------------------------------------ Site Wide Starts -----------------------------------*/
body.page-template-index #footer-wrapper {
  background: #000;
}
body.page-template-ott #footer-wrapper {
  background: #060606;
}

/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
#header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12345;
  font-family: "Poppins", sans-serif;
  transition: all 0.4s ease;
}
#header-wrapper.nav-active {
  position: fixed;
  background: #000;
}
#header-wrapper .custom-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
#header-wrapper .navigation-container ul {
  display: flex;
  align-items: center;
}
#header-wrapper .navigation-container ul li:not(:last-of-type) {
  padding-right: 50px;
}
#header-wrapper .navigation-container ul li.hasChildren > a {
  position: relative;
}
#header-wrapper .navigation-container ul li.hasChildren > a:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 60%;
  background-image: url("../img/icons/CaretDown.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  z-index: 1;
}
#header-wrapper .navigation-container ul li.hasChildren ul {
  background: linear-gradient(180deg, rgb(69, 69, 69) 0%, rgb(44, 44, 44) 100%);
  position: absolute;
  top: 70px;
  z-index: 13;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s ease;
  display: none;
}
#header-wrapper .navigation-container ul li.hasChildren ul li a {
  padding: 5px 20px;
  display: block;
  color: #858585;
}
#header-wrapper .navigation-container ul li.hasChildren.open ul {
  display: block;
  opacity: 1;
  pointer-events: visible;
  transition: all 0.6s ease;
}
#header-wrapper .header-item .site-logo a {
  display: block;
}
#header-wrapper .header-item .site-logo a img {
  width: 80px;
}
@media all and (max-width: 767px) {
  #header-wrapper .header-item .site-logo a img {
    width: 60px;
  }
}

/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#content-wrapper #home-page .banner-section .background-image {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 106px;
}
@media all and (max-width: 1199px) {
  #content-wrapper #home-page .banner-section .background-image {
    padding-top: 50px;
    height: 85vh;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .banner-section .background-image {
    height: 70vh;
    padding-top: 90px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .banner-section .background-image {
    height: 50vh;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .banner-section .background-image {
    opacity: 1 !important;
  }
  #content-wrapper #home-page .banner-section .background-image .tv-image,
  #content-wrapper #home-page .banner-section .background-image .remote-image {
    opacity: 1 !important;
  }
}
#content-wrapper #home-page .banner-section .background-image .remote-image {
  position: absolute;
  right: 60px;
  bottom: 0;
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .banner-section .background-image .remote-image {
    right: 20px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .banner-section .background-image .remote-image {
    right: 0;
  }
}
@media all and (max-width: 1600px) {
  #content-wrapper #home-page .banner-section .background-image .remote-image img {
    width: 80%;
  }
}
@media all and (max-width: 1299px) {
  #content-wrapper #home-page .banner-section .background-image .remote-image img {
    width: 75%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .banner-section .background-image .remote-image img {
    width: 45%;
  }
}
@media all and (max-width: 1600px) {
  #content-wrapper #home-page .banner-section .background-image .tv-image img {
    width: 750px;
  }
}
@media all and (max-width: 1299px) {
  #content-wrapper #home-page .banner-section .background-image .tv-image img {
    width: 600px;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper #home-page .banner-section .background-image .tv-image img {
    width: 700px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .banner-section .background-image .tv-image img {
    width: 600px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .banner-section .background-image .tv-image img {
    width: 100%;
  }
}
#content-wrapper #home-page .do-more-section {
  height: 75vh;
}
@media all and (max-width: 1600px) {
  #content-wrapper #home-page .do-more-section .image-item video {
    width: 85%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .do-more-section .image-item video {
    width: 100%;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper #home-page .do-more-section.h-full-vh {
    height: 70vh;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .do-more-section.h-full-vh {
    height: 50vh;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .do-more-section.h-full-vh {
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .do-more-section .flex {
    flex-direction: column-reverse;
  }
  #content-wrapper #home-page .do-more-section .flex .width-50 {
    padding: 0;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .do-more-section .title-item.pb-20 {
    padding-bottom: 0;
  }
}
#content-wrapper #home-page .android-section .background-image-item {
  background-position: center;
}
#content-wrapper #home-page .android-section .content-inner .nav-tabs .nav-link {
  color: #858585;
}
#content-wrapper #home-page .android-section .content-inner .nav-tabs .nav-link.active {
  position: relative;
}
#content-wrapper #home-page .android-section .content-inner .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background: -webkit-linear-gradient(-79deg, rgb(27, 163, 224) 0%, rgb(27, 68, 224) 100%);
  z-index: 1;
}
#content-wrapper #home-page .android-section .content-inner .tab-content .flex-item {
  width: 16.6%;
}
@media all and (max-width: 1199px) {
  #content-wrapper #home-page .android-section .content-inner .tab-content .flex-item {
    width: 20%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .android-section .content-inner .tab-content .flex-item {
    width: 33.33%;
  }
}
#content-wrapper #home-page .android-section .content-inner .tab-content .flex-item .image-item {
  padding: 5px;
  border-radius: 5px;
}
#content-wrapper #home-page .android-section .content-inner .tab-content .flex-item .image-item img {
  width: 100%;
  height: 120px;
  border-radius: 5px;
}
@media all and (max-width: 1199px) {
  #content-wrapper #home-page .android-section .content-inner .tab-content .flex-item .image-item img {
    height: 100px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .android-section .content-inner .tab-content .flex-item .image-item img {
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#content-wrapper #home-page .android-section .content-inner .tab-content .flex-item .image-item img:hover {
  scale: 1.2;
  transition: all 0.3s ease-in-out;
}
#content-wrapper #home-page .order-section .background-image-item {
  height: 500px;
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .order-section .background-image-item {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .order-section .background-image-item {
    height: 350px;
  }
}
#content-wrapper #home-page .order-section .background-image-item:after {
  opacity: 0.3;
}
#content-wrapper #home-page .order-section .background-image-item .custom-container {
  padding-top: 100px;
}
@media all and (max-width: 1199px) {
  #content-wrapper #home-page .order-section .background-image-item .custom-container {
    padding-top: 50px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .order-section .background-image-item .custom-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .tv-section .custom-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#content-wrapper #home-page .tv-section .swiper-slide {
  width: 650px;
  height: 360px;
}
@media all and (max-width: 1600px) {
  #content-wrapper #home-page .tv-section .swiper-slide {
    height: 250px;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper #home-page .tv-section .swiper-slide {
    width: 550px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .tv-section .swiper-slide {
    width: 450px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .tv-section .swiper-slide {
    width: 100%;
    height: 200px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .tv-section .title-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .tv-section .title-item .title-image {
    flex-wrap: wrap;
  }
  #content-wrapper #home-page .tv-section .title-item .title-image h4 {
    width: 100%;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .google-section {
    height: 100%;
  }
  #content-wrapper #home-page .google-section .google-content-inner > .flex {
    flex-direction: column-reverse;
  }
  #content-wrapper #home-page .google-section .google-content-inner .width-50 {
    width: 100%;
  }
  #content-wrapper #home-page .google-section .google-content-inner .screen-position {
    position: relative;
    width: 85%;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 979px) and (max-width: 767px) {
  #content-wrapper #home-page .google-section .google-content-inner .screen-position {
    width: 100%;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .google-section .table-image-item {
    position: relative;
  }
  #content-wrapper #home-page .google-section .table-image-item img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .google-section .google-content-inner > .flex {
    flex-direction: column;
  }
  #content-wrapper #home-page .google-section .google-content-inner > .flex .tab-container .content-inner {
    flex-wrap: nowrap;
    padding-bottom: 30px;
  }
  #content-wrapper #home-page .google-section .google-content-inner > .flex .tab-container .single-item {
    height: auto;
    padding: 0;
    background: transparent;
    width: 25%;
    min-width: auto;
    margin: 0;
    border-bottom: 2px solid grey;
    padding-bottom: 8px;
  }
  #content-wrapper #home-page .google-section .google-content-inner > .flex .tab-container .single-item:after {
    display: none;
  }
  #content-wrapper #home-page .google-section .google-content-inner > .flex .tab-container .single-item .content-title, #content-wrapper #home-page .google-section .google-content-inner > .flex .tab-container .single-item .content-text {
    display: none;
  }
  #content-wrapper #home-page .google-section .google-content-inner > .flex .tab-container .single-item.active {
    border-color: rgb(27, 68, 224);
  }
  #content-wrapper #home-page .google-section .google-content-inner > .flex .tab-container .single-item .icon-item {
    text-align: center;
  }
  #content-wrapper #home-page .google-section .google-content-inner > .flex .tab-container .single-item .icon-item img {
    height: 25px;
    width: 25px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #ott-page .ott-section .flex {
    flex-wrap: wrap;
  }
  #content-wrapper #ott-page .ott-section .flex .width-50.pl-100 {
    padding-left: 0;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper #ott-page .ott-section.h-full-vh {
    height: 85vh;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #ott-page .ott-section.h-full-vh {
    height: 100%;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper #ott-page .ott-section .ottSwiper2 .swiper-slide img {
    width: 450px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #ott-page .ott-section .ottSwiper2 .swiper-slide img {
    width: 100%;
  }
}
#content-wrapper #enterprise-page .enterprise-section .enterprise-slider .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 1600px) {
  #content-wrapper #enterprise-page .enterprise-section .enterprise-slider .swiper-slide img {
    width: 80%;
    margin: auto;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #enterprise-page .enterprise-section .enterprise-slider .swiper-slide img {
    width: 100%;
  }
}
#content-wrapper #enterprise-page .google-section .content-inner {
  justify-content: center;
}
@media all and (max-width: 979px) {
  #content-wrapper #enterprise-page .google-section .content-inner {
    flex-wrap: wrap;
  }
}
#content-wrapper #enterprise-page .google-section .single-item {
  width: 200px;
  max-height: 300px;
  border-radius: 5px;
}
@media all and (max-width: 979px) {
  #content-wrapper #enterprise-page .google-section .single-item {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #enterprise-page .google-section .single-item {
    height: 100%;
    min-height: 200px;
  }
}
#content-wrapper #enterprise-page .google-section .single-item:after {
  background: linear-gradient(0deg, rgb(17, 17, 17) 0%, rgba(69, 69, 69, 0.52) 100%);
}
#content-wrapper #enterprise-page .google-section .single-item.active {
  background: linear-gradient(-28deg, rgb(27, 68, 224) 0%, rgb(27, 163, 224) 100%);
  min-height: 300px;
}
#content-wrapper #enterprise-page .google-section .single-item.active p,
#content-wrapper #enterprise-page .google-section .single-item.active h5 {
  color: #fff;
}
#content-wrapper #enterprise-page .google-section .single-item.active img {
  filter: brightness(100);
}
@media all and (max-width: 979px) {
  #content-wrapper #enterprise-page .google-section .single-item.active {
    min-height: auto;
    height: 240px;
    padding: 15px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #enterprise-page .google-section .single-item.active {
    height: 100%;
    min-height: 200px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #tutorial-page .tutorial-section .screen-wrapper {
    flex-wrap: wrap;
  }
}
#content-wrapper #tutorial-page .tutorial-section .screen-wrapper .screen-item {
  width: 75%;
  padding-right: 30px;
}
@media all and (max-width: 1199px) {
  #content-wrapper #tutorial-page .tutorial-section .screen-wrapper .screen-item {
    width: 70%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #tutorial-page .tutorial-section .screen-wrapper .screen-item {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
#content-wrapper #tutorial-page .tutorial-section .screen-wrapper .screen-item .tab-content {
  position: sticky;
  top: 30px;
}
#content-wrapper #tutorial-page .tutorial-section .screen-wrapper .screen-item iframe {
  width: 100%;
  height: 600px;
}
@media all and (max-width: 1600px) {
  #content-wrapper #tutorial-page .tutorial-section .screen-wrapper .screen-item iframe {
    height: 480px;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper #tutorial-page .tutorial-section .screen-wrapper .screen-item iframe {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #tutorial-page .tutorial-section .screen-wrapper .screen-item iframe {
    height: 250px;
  }
}
#content-wrapper #tutorial-page .tutorial-section .screen-wrapper .screen-item .video-detail {
  background: #202020;
  padding: 10px;
}
#content-wrapper #tutorial-page .tutorial-section .screen-wrapper .list-item {
  width: 25%;
}
@media all and (max-width: 1199px) {
  #content-wrapper #tutorial-page .tutorial-section .screen-wrapper .list-item {
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #tutorial-page .tutorial-section .screen-wrapper .list-item {
    width: 100%;
  }
}
#content-wrapper #tutorial-page .tutorial-section .screen-wrapper .list-item .nav-link {
  padding: 0;
  padding-bottom: 20px;
}
#content-wrapper #tutorial-page .tutorial-section .screen-wrapper .list-item .nav-link.active .thumb-title p, #content-wrapper #tutorial-page .tutorial-section .screen-wrapper .list-item .nav-link.demo .thumb-title p {
  font-weight: 600;
  background: -webkit-linear-gradient(-79deg, rgb(27, 163, 224) 0%, rgb(27, 68, 224) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#content-wrapper #tutorial-page .tutorial-section .screen-wrapper .list-item .thumb-image {
  padding-right: 10px;
}
#content-wrapper #tutorial-page .tutorial-section .screen-wrapper .list-item .thumb-image img {
  width: 172px;
  height: 100px;
}
@media all and (max-width: 1600px) {
  #content-wrapper #tutorial-page .tutorial-section .screen-wrapper .list-item .thumb-image img {
    width: 115px;
    height: 70px;
  }
}
#content-wrapper #tutorial-page .tutorial-section .screen-wrapper .list-item .thumb-title p {
  font-size: 14px;
  color: #858585;
}
#content-wrapper #tutorial-page .tutorial-section .search-bar-item {
  padding-bottom: 20px;
}
#content-wrapper #tutorial-page .tutorial-section .search-bar-item input {
  background: linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgb(69, 69, 69) 100%);
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 0;
  padding-left: 20px;
  color: #fff;
  outline: none;
}
#content-wrapper #buy-package-page .buy-section .plan-tabs .nav {
  background: #0f0f0f;
  padding: 10px;
}
#content-wrapper #buy-package-page .buy-section .plan-tabs .nav .nav-link {
  color: #999999;
}
#content-wrapper #buy-package-page .buy-section .plan-tabs .nav .nav-link.active {
  background: #1f1f1f;
  color: #fff;
  -webkit-text-fill-color: inherit;
}
#content-wrapper #buy-package-page .buy-section .plan-tabs .tab-content {
  background: linear-gradient(180deg, rgb(26, 26, 26) 0%, rgb(69, 69, 69) 100%);
  max-width: 930px;
  margin: auto;
  padding: 50px;
}
@media all and (max-width: 1199px) {
  #content-wrapper #buy-package-page .buy-section .plan-tabs .tab-content {
    max-width: 700px;
    padding: 25px;
  }
}
#content-wrapper #contact-page .accordion-wrapper .accordion {
  flex-wrap: wrap;
}
#content-wrapper #contact-page .accordion-wrapper .accordion .accordion-item {
  width: 50%;
  height: 100%;
  background: transparent;
  border: 0;
  position: relative;
  padding: 24px;
}
@media all and (max-width: 979px) {
  #content-wrapper #contact-page .accordion-wrapper .accordion .accordion-item {
    width: 100%;
    padding: 12px;
  }
}
#content-wrapper #contact-page .accordion-wrapper .accordion .accordion-item .inner-item {
  width: 100%;
}
#content-wrapper #contact-page .accordion-wrapper .accordion .accordion-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url("../img/photos/Line.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
#content-wrapper #contact-page .accordion-wrapper .accordion .accordion-item .accordion-header button {
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
}
@media all and (max-width: 979px) {
  #content-wrapper #contact-page .accordion-wrapper .accordion .accordion-item .accordion-header button {
    padding: 12px;
  }
}
#content-wrapper #contact-page .accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #1b9fe0;
  font-size: 20px;
}
#content-wrapper #contact-page .accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url("../img/icons/minus.svg");
}
#content-wrapper #contact-page .accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url("../img/icons/plus.svg");
}
#content-wrapper #contact-page .accordion-wrapper .accordion .accordion-item .accordion-body {
  color: #BABABA;
}
#content-wrapper #contact-page .accordion-wrapper .accordion .number-count span {
  background-color: #1f1f1f;
  font-size: 16px;
  padding: 16px;
  font-weight: 600;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 979px) {
  #content-wrapper #contact-page .accordion-wrapper .accordion .number-count span {
    min-height: 40px;
    padding: 10px 16px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #contact-page .faq-section.pb-100 {
    padding-bottom: 0;
  }
}

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
#footer-wrapper .custom-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  #footer-wrapper .custom-container .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  #footer-wrapper .custom-container .text-item {
    text-align: center;
  }
}
#footer-wrapper .logo-item {
  max-width: 320px;
}
@media all and (max-width: 1199px) {
  #footer-wrapper .logo-item {
    max-width: 250px;
    padding-top: 0;
  }
  #footer-wrapper .logo-item img {
    width: 80px;
  }
}
@media all and (max-width: 767px) {
  #footer-wrapper .logo-item {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
#footer-wrapper .app-item .single-item img {
  width: 100px;
}

@media all and (max-width: 767px) {
  .footer-nav {
    padding: 20px 0px;
  }
}
.footer-nav ul {
  display: flex;
  align-items: center;
}
.footer-nav ul li:not(:last-of-type) {
  padding-right: 40px;
}
.footer-nav ul li a {
  color: #858585;
}

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
.table-image-item {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 1600px) {
  .table-image-item img {
    width: 800px;
  }
}
@media all and (max-width: 1399px) {
  .table-image-item img {
    width: 600px;
  }
}
@media all and (max-width: 767px) {
  .table-image-item {
    display: none;
  }
}

/*----------------------------------- Components Starts -----------------------------------*/
.common-remove-tab-style {
  border-bottom: 0;
}
.common-remove-tab-style li a {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.common-remove-tab-style li a:focus, .common-remove-tab-style li a:hover {
  background-color: transparent;
  border: 0;
}
.common-remove-tab-style li.active a {
  background-color: transparent;
  border: 0;
}
.common-remove-tab-style li.active a:focus, .common-remove-tab-style li.active a:hover {
  background-color: transparent;
  border: 0;
}

@media all and (max-width: 1199px) {
  .google-section .custom-container {
    padding: 22px 30px;
  }
}
.google-section .google-content-inner {
  padding-top: 90px;
}
@media all and (max-width: 979px) {
  .google-section .google-content-inner {
    padding-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .google-section .google-content-inner {
    padding-top: 30px;
  }
}
.google-section .google-content-inner .content-inner {
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 767px) {
  .google-section .google-content-inner .content-inner {
    flex-wrap: wrap;
  }
}
.google-section .google-content-inner .content-inner .single-item {
  background: linear-gradient(1deg, rgb(44, 44, 44) 0%, rgb(69, 69, 69) 100%);
  padding: 33px 20px;
  min-width: 200px;
  height: 260px;
  margin-right: 20px;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
@media all and (max-width: 1600px) {
  .google-section .google-content-inner .content-inner .single-item {
    min-width: 185px;
    height: 240px;
    margin-right: 10px;
  }
}
@media all and (max-width: 1399px) {
  .google-section .google-content-inner .content-inner .single-item {
    padding: 15px;
  }
}
@media all and (max-width: 1199px) {
  .google-section .google-content-inner .content-inner .single-item {
    min-width: 155px;
  }
}
@media all and (max-width: 767px) {
  .google-section .google-content-inner .content-inner .single-item {
    width: 100%;
    min-width: 100%;
  }
}
.google-section .google-content-inner .content-inner .single-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(25, 25, 25) 0%, rgba(69, 69, 69, 0.52) 100%);
  z-index: -1;
}
.google-section .google-content-inner .content-inner .single-item .content-title {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
}
.google-section .google-content-inner .content-inner .single-item .content-title h5 {
  font-size: 18px !important;
  color: #858585;
}
@media all and (max-width: 1399px) {
  .google-section .google-content-inner .content-inner .single-item .icon-item img {
    width: 20px;
  }
}
.google-section .google-content-inner .content-inner .single-item .content-text {
  color: #858585;
  font-size: 14px;
}
.google-section .google-content-inner .content-inner .single-item.active {
  padding: 50px 20px;
  background: linear-gradient(-28deg, rgb(27, 68, 224) 0%, rgb(27, 163, 224) 100%);
  height: 300px;
}
@media all and (max-width: 1600px) {
  .google-section .google-content-inner .content-inner .single-item.active {
    height: 280px;
  }
}
@media all and (max-width: 1399px) {
  .google-section .google-content-inner .content-inner .single-item.active {
    padding: 35px 15px;
  }
}
@media all and (max-width: 11399px) {
  .google-section .google-content-inner .content-inner .single-item.active {
    height: 260px;
  }
}
.google-section .google-content-inner .content-inner .single-item.active .content-title h5 {
  font-size: 20px !important;
  color: #fff;
}
.google-section .google-content-inner .content-inner .single-item.active .content-text {
  color: #fff;
}
.google-section .google-content-inner .content-inner .single-item.active img {
  filter: brightness(100);
}
@media all and (max-width: 1399px) {
  .google-section .google-content-inner .content-inner .single-item.active img {
    width: 22px;
  }
}
.google-section .google-content-inner .content-inner .single-item.active:after {
  opacity: 0;
}
.google-section .google-content-inner .screen-position {
  position: absolute;
  right: -30px;
  width: 690px;
  top: -30px;
}
@media all and (max-width: 1699px) {
  .google-section .google-content-inner .screen-position {
    right: -30px;
    width: 520px;
  }
}
@media all and (max-width: 1199px) {
  .google-section .google-content-inner .screen-position {
    top: 0;
    width: 415px;
    right: 0;
  }
}
.google-section .google-content-inner .screen-position video {
  width: 100%;
  height: 100%;
  border: 5px solid #3f3f3f;
  border-radius: 5px;
}

.question-wrapper {
  background: linear-gradient(90deg, rgb(69, 69, 69) 0%, rgba(44, 44, 44, 0.02) 100%);
  padding: 8px 40px;
  border-radius: 5px;
  max-width: 900px;
  width: 100%;
}
@media all and (max-width: 1199px) {
  .question-wrapper {
    max-width: 750px;
  }
}
@media all and (max-width: 979px) {
  .question-wrapper {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .question-wrapper {
    max-width: 100%;
    padding: 8px 20px;
  }
}
.question-wrapper.landing-question {
  background: linear-gradient(-90deg, rgba(69, 69, 69, 0.03) 0%, rgb(44, 44, 44) 100%);
}

.banner-slider .swiper {
  padding-bottom: 0;
}
.banner-slider .banner-item .image-item {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 1199px) {
  .banner-slider .banner-item .image-item {
    height: 65vh;
  }
}
@media all and (max-width: 979px) {
  .banner-slider .banner-item .image-item {
    height: 50vh;
  }
}
@media all and (max-width: 767px) {
  .banner-slider .banner-item .image-item {
    height: 45vh;
  }
}
.banner-slider .banner-item .image-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(237, 221, 83, 0) 100%);
  z-index: -1;
}
.banner-slider .thumbSwiper {
  position: absolute;
  bottom: 50px;
  max-width: 600px;
  right: 50px;
}
@media all and (max-width: 1199px) {
  .banner-slider .thumbSwiper {
    max-width: 500px;
    right: 20px;
    bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .banner-slider .thumbSwiper {
    display: none;
  }
}
.banner-slider .thumbSwiper .swiper-wrapper .swiper-slide {
  position: relative;
  cursor: pointer;
  height: 100px;
}
.banner-slider .thumbSwiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.banner-slider .thumbSwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 0;
}
.banner-slider .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-slider .swiper-slide .banner-item .content-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 500px;
}
.banner-slider .swiper-slide .banner-item .content-item h2, .banner-slider .swiper-slide .banner-item .content-item p {
  color: #fff;
}

.channels-section {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .channels-section .channels-wrapper .flex {
    flex-wrap: wrap;
  }
}
.channels-section .channels-wrapper .nav {
  min-width: 200px;
}
@media all and (max-width: 767px) {
  .channels-section .channels-wrapper .nav {
    flex-direction: row !important;
    width: 100%;
    overflow-x: auto;
    min-width: 100%;
    margin: 0 !important;
  }
}
.channels-section .channels-wrapper .nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .channels-section .channels-wrapper .nav .nav-link {
    height: 5px;
  }
}
.channels-section .channels-wrapper .nav .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #1BA3E0;
  border-radius: 0;
  color: #1BA3E0;
}
.channels-section .channels-wrapper .tab-content .channel-box {
  padding: 10px;
  width: 6vw;
}
@media all and (max-width: 767px) {
  .channels-section .channels-wrapper .tab-content .channel-box {
    width: 33.33%;
  }
}
.channels-section .channels-wrapper .tab-content .channel-box .channel-inner {
  background: #fff;
  border-radius: 4px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.channels-section .channels-wrapper .tab-content .channel-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.channels-section .channels-wrapper .tab-content .channels-list-wrapper {
  max-height: calc(100vh - 200px);
  overflow: hidden;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media all and (max-width: 767px) {
  .channels-section .channels-wrapper .tab-content .channels-list-wrapper {
    max-height: calc(100vh - 250px);
  }
}
.channels-section .channels-wrapper .tab-content .channels-list-wrapper::-webkit-scrollbar {
  width: 5px;
}
.channels-section .channels-wrapper .tab-content .channels-list-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.channels-section .channels-wrapper .tab-content .channels-list-wrapper::-webkit-scrollbar-thumb {
  background: #1BA3E0;
}
.channels-section .channels-wrapper .tab-content .channels-list-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.contact-section .form-wrapper input,
.contact-section .form-wrapper textarea {
  background: #141414;
  border: 1px solid #939191;
  padding: 16px;
  width: 100%;
  color: #fff;
  outline: none;
  resize: none;
}
@media all and (max-width: 979px) {
  .contact-section .form-wrapper input,
  .contact-section .form-wrapper textarea {
    height: 38px;
  }
}
.contact-section .form-wrapper textarea {
  min-height: 130px;
}
@media all and (max-width: 1199px) {
  .contact-section .form-wrapper textarea {
    min-height: 90px;
  }
}
.contact-section .form-wrapper .bg-1010 {
  border-radius: 5px;
}
.contact-section .form-wrapper .form-item {
  padding-bottom: 30px;
}
@media all and (max-width: 979px) {
  .contact-section .form-wrapper .form-item {
    padding-bottom: 20px;
  }
}
.contact-section .form-wrapper .form-item .label-item {
  padding-bottom: 10px;
}
.contact-section .form-wrapper .form-item .label-item label {
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 979px) {
  .contact-section .support-text {
    display: flex;
    padding-bottom: 20px;
  }
  .contact-section .support-text .image-item {
    padding-left: 25px;
  }
  .contact-section .support-text .image-item img {
    width: 250px;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .contact-section .support-text {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .contact-section .support-text .image-item {
    padding-left: 0;
  }
  .contact-section .support-text .image-item img {
    width: 100%;
    height: 350px;
  }
}
.contact-section .contact-inner {
  width: 50%;
}
@media all and (max-width: 767px) {
  .contact-section .contact-inner {
    width: 100%;
    padding-bottom: 30px;
  }
}
.contact-section .contact-inner .contact-detail ul li {
  font-size: 16px;
}
.contact-section .contact-inner .contact-detail ul li:not(:last-of-type) {
  padding-bottom: 12px;
}
.contact-section .contact-inner .contact-detail ul li img {
  width: 24px;
  margin-right: 10px;
}
.contact-section .map-item {
  width: 50%;
}
@media all and (max-width: 767px) {
  .contact-section .map-item {
    width: 100%;
  }
}

/*------------------------------------ Components Ends ------------------------------------*/
/*---------------------------------- swiper Slider Starts ----------------------------------*/
.swiper {
  width: 100%;
  padding-bottom: 50px;
}
@media all and (max-width: 979px) {
  .swiper {
    padding-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .swiper {
    padding-bottom: 30px;
  }
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #414141;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}
@media all and (max-width: 979px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d9d9d9;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@media all and (max-width: 979px) {
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}

/*----------------------------------- swiper Slider Ends -----------------------------------*/
/*------------------------------------- Mcustom Starts ------------------------------------*/
/*-------------------------------------- Mcustom Ends -------------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
/*--------------------------------------- Modal Ends --------------------------------------*/
.wpcf7-list-item {
  margin-left: 0;
}

input[type=checkbox] {
  cursor: pointer;
}

input[type=submit]:disabled {
  opacity: 0.8;
  background: grey;
}

#tutorialAccordion .accordion-item {
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 0px;
  border-radius: 0;
}
#tutorialAccordion .accordion-item .accordion-button {
  background: transparent;
  font-weight: 600;
  border-radius: 0;
  font-size: 18px;
  padding: 5px;
  color: #fff;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  border-bottom: 1px solid #666;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
@media all and (max-width: 1600px) {
  #tutorialAccordion .accordion-item .accordion-button {
    font-size: 16px;
  }
}
#tutorialAccordion .accordion-item .accordion-button:after {
  filter: brightness(100);
}
#tutorialAccordion .accordion-item .accordion-body {
  padding: 0;
}

/*--------------------------------------- for mobile nav --------------------------------------*/
.burger-nav {
  display: none;
}
.burger-nav span {
  display: block;
  width: 28px;
  height: 3px;
  background: linear-gradient(-71deg, rgb(27, 163, 224) 0%, rgb(27, 68, 224) 100%);
  margin-bottom: 5px;
}
.burger-nav span:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  .burger-nav {
    display: block;
  }
}

.mobile-hide {
  display: block;
}
@media all and (max-width: 991px) {
  .mobile-hide {
    display: none;
  }
}

.mobile-nav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #202020;
  z-index: 2;
  padding: 40px;
  top: 0;
}
.mobile-nav ul {
  text-align: center;
}
.mobile-nav ul li {
  padding-bottom: 15px;
}
.mobile-nav ul li:last-of-type {
  padding-bottom: 0;
}
.mobile-nav ul li a {
  font-size: 16px;
}
.mobile-nav .menu-right-menu-container {
  padding-top: 15px;
}

body.open-nav {
  overflow: hidden;
}
body.open-nav .mobile-nav {
  display: block;
}
body.open-nav .burger-nav span:nth-of-type(1) {
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  transition: all 0.6s ease;
}
body.open-nav .burger-nav span:nth-of-type(2) {
  display: none;
}
body.open-nav .burger-nav span:nth-of-type(3) {
  transform: rotate(134deg);
  position: absolute;
  right: 0;
  transition: all 0.6s ease;
}

.show-burgerNav {
  position: relative;
  z-index: 123;
}

@media all and (max-width: 767px) {
  .fluentform .ff-el-tc label.ff_tc_label > div, .fluentform .ff-el-tc label.ff_tc_label > span {
    padding-right: 5px;
  }
}/*# sourceMappingURL=thestyles.css.map */