
.modal.active {
    z-index: 999;
}

p {
    font-family: Gotham, Arial, Helvetica!important;
    line-height: 24px;
    color: #333333;
}

.container {
    width: 1600px !important;
    /* margin: auto 0; */
    position: relative !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.icon-box-sctn {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
}

.xlg-head {
    font-size: 350px;
    font-weight: 900;
    color: #000;
    position: absolute;    
    top: 0px;
    left: 15% !important;
    z-index: 99;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: #ffffff00;
}

.cicle-cont-sctn {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

.cicle-shape {
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    line-height: 120px;
    padding: 15px;
    margin: 10px !important;
    color: #ffffff !important;
    background-color: #448aff;
    z-index: 1000;
    text-decoration: none;
    transition: top ease 0.5s;
}

.cicle-shape:hover {
    top: -10px;
}

.cicle-move-down {
    position: relative;
    animation: my-move-down 2s forwards;
}

@keyframes my-move-down {
    from {
        top: 0px;
    }
    to {
        top: 850px;
        
    }

    /* 0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
      }
      25% {
        -webkit-transform: rotate3d(0, 0, 2, 90deg);
        transform: rotate3d(0, 0, 2, 90deg);
      }
      50% {
        -webkit-transform: rotate3d(0, 0, 3, 180deg);
        transform: rotate3d(0, 0, 3, 180deg);
      }
      75% {
        -webkit-transform: rotate3d(0, 0, 4, 270deg);
        transform: rotate3d(0, 0, 4, 270deg);
      }
      100% {
        -webkit-transform: rotate3d(0, 0, 5, 360deg);
        transform: rotate3d(0, 0, 5, 360deg);
      } */
}

/* @keyframes my-move-down {
    0% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg);
    }
    25% {
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
    }
    50% {
      -webkit-transform: rotate3d(0, 0, 1, 180deg);
      transform: rotate3d(0, 0, 1, 180deg);
    }
    75% {
      -webkit-transform: rotate3d(0, 0, 1, 270deg);
      transform: rotate3d(0, 0, 1, 270deg);
    }
    100% {
      -webkit-transform: rotate3d(0, 0, 1, 360deg);
      transform: rotate3d(0, 0, 1, 360deg);
    }
  } */


@keyframes my-move-up {
    from {
        top: 850px;
    }
    to {
        top: 0px;
    }
}

.cicle-move-up {
    position: relative;
    animation: my-move-up 2s forwards;
}

@keyframes moveup {
    from {
        bottom: 0px;
    }
    to {
        top: -850px;
    }
}

.txt-blue {
    color: #448aff;
}

.txt-black {
    color: #333333;
}

img.custimg {
    z-index: 1000;
    top: 0;
    position: absolute;
    width: 350px;
    height: 50px;
    background-color: blue;
    right: 0;
    display: block;
}

#parent {
    width: 400px;
    height: 400px;
    background-color: red;
    position: relative;
    display: block;
}

.text-center {
    text-align: center;
}

.txt-blue {
    color: #448aff;
}

.txt-black {
    color: #333333;
}

.txt-white {
    color: #ffffff !important;
}

.bg-blue {
    background-color: #448aff;
}

.bg-green {
    background-color: darkgreen;
}

.bg-orng {
    background-color: orangered;
}

.bg-pink {
    background-color: pink;
}

#modal-blue {
    background: #448aff !important;
}

#modal-green {
    background: darkgreen !important;
}

#modal-orng {
    background-color: orangered;
}

#modal-pink {
    background-color: pink;
}

.main-root {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.cmp-header-logo {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
    height: 38px;
    background-color: inherit;
    -webkit-transition: height .3s ease;
    -o-transition: height ease .3s;
    transition: height .3s ease;
}

.cmp-header-menu {
    height: 32px;
    background-color: #0075c9;
    -webkit-transition: height .3s ease;
    -o-transition: height ease .3s;
    transition: height .3s ease;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.lg-head {
    color: #0c9ed9;
    font-size: 60px;
    line-height: 68px;
    margin: 0px 0;
    font-family: Gotham, Arial, Helvetica!important;
    font-weight: 800!important;
}

.lg-head span {
    color: #333333;
}

.sm-head {
    font-size: 38px;
    line-height: 44px;
    margin: 10px 0;
    font-family: Gotham, Arial, Helvetica!important;
    font-weight: 600!important;
}

.xs-head {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
    font-family: Gotham, Arial, Helvetica!important;
    font-weight: 600!important;
}

.mr-t-30 {
    margin-top: 30px !important;
}

.mr-t-50 {
    margin-top: 50px !important;
}

.cont-img img {
    width: 100%;
}

.two-box {
    width: 75%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #333;
}


.btn-lg {
    padding: 15px 40px;
    text-transform: none;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    outline: none;
    cursor: pointer;
    font-family: Gotham,Arial,Helvetica;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    background-color: #0075c9;
    color: #fff;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/* ------------------------------------------------------------------------------------------ */

.listing {
    width: 100%;
    display: block;
    margin: 60px auto;
    padding: 0px;;
}

.listing button {
    background-color: rgb(255 255 255 / 0%);
    border: 0px;
}

.listing li {
    /* width: 100px; */
    height: 100px;
    list-style: none;
    display: inline-block;
    margin: 10px;
    animation-name: keyframe11;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: running;
    animation-iteration-count: infinite;
}

.listing li img {
    padding: 7px;
    border: 2px solid #ffffff00;
    border-radius: 40px;
}

.listing li img:hover {
    padding: 7px;
    border: 2px solid #0c9ed9;
    border-radius: 40px;
}

.listing li:nth-child(1) {
    animation-duration: 2000ms;
}

.listing li:nth-child(2) {
    animation-duration: 3000ms;
}

.listing li:nth-child(3) {
    animation-duration: 4000ms;
}

.listing li:nth-child(4) {
    animation-duration: 5000ms;
}

.listing li:nth-child(5) {
    animation-duration: 6000ms;
}


/* @keyframes keyframe11 {
    0%   {top: 0px;}
    25%  {top: 100px;}
    75%  {top: 50px}
    100% {top: 100px;}
  } */

@keyframes keyframe11 {
    20% {
        transform: translate(0, 0) rotate(0deg) scale(1, 1);
    }
    66.66667% {
        transform: translate(0, 0) rotate(0deg) scale(1, 1);
    }
    80% {
        transform: translate(0px, -30px) rotate(0deg) scale(1, 1);
    }
    83% {
        transform: translate(0, 0) rotate(0deg) scale(1, 1);
    }
    87% {
        transform: translate(0px, -15px) rotate(0deg) scale(1, 1);
    }
    93% {
        transform: translate(0, 0) rotate(0deg) scale(1, 1);
    }
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1, 1);
    }
}


.main-two-sctn {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.main-two-lftsctn {
    width: calc(40% - 200px);
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 100px;
    padding-left: 150px;
    padding-right: 50px;
    background-image: url("../images/about-shape-2.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 90%;
}

.main-two-rgtsctn {
    width: 60%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    padding-right: 50px;
    position: relative;
    background-image: url("../images/about-shape-1.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 70%;
}

.img-sctn {
    width: 30%;
    margin-top: 50px;
    position: relative;
}

.img-sctn img {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.cont-sctn {
    width: 70%;
    position: relative;
}

.remote-box {
    width: auto;
    position: relative;   
}

.tv-box {
    width: auto;
    position: relative;
    z-index: 9; 
}

.tv-box img {
    width: 100%;
    z-index: 9; 
    position: absolute;

}

.tv-box-cont {
    width: 62%;
    height: 440px;
    left: 152px;
    top: 175px;
    /* height: auto; */
    z-index: 9;
    position: absolute;
    background-image: url("../images/static.gif");
    background-position: center;
    background-repeat: no-repeat;
}

.tabcontent h3 {
    font-size: 50px;
    color: #fbbd58;
    padding-top: 0px;
    margin-top: 50px;
    padding-left: 35px;
    font-family: Gotham, Arial, Helvetica!important;
}

.btn-4 {
    margin-left: 5px !important;
    margin-bottom: 20px !important;
    width: 90px !important;
    padding: 5px 15px !important;
    border-radius: 3px;
    margin: 0 auto;
    border: 1px solid;
    overflow: hidden;
    position: relative;
    background: rgb(255,0,0) !important;
    background: linear-gradient(0deg, rgba(255,0,0,1) 0%, rgba(255,166,166,1) 100%) !important;
}

.btn-4:hover {
    background: rgb(255,0,0);
    background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(255,166,166,1) 100%) !important;
}

.btn-4 span {
    z-index: 20;
}
.btn-4:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}
.btn-4:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}





/* --------------------------------------------------------------------------------- */

.tab {
    float: left;
    width: calc(100% - 20px);
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 5px;
    height: auto;
    z-index: 9;
    position: relative;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    color: #ffffff;
    margin-bottom: 3px;
    padding: 10px 15px;
    width: calc(100% - 22px);
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border: 1px solid #323131;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgb(32 31 31)  100%);
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgb(32 31 31)  100%);
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    border: 1px solid #323131;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgb(32 31 31) 100%);
  }
  
  /* Style the tab content */
  .tabcontent {
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    /* margin-left: 200px; */
    /* height: auto; */    
    /* border: 1px solid #000;
    background-color: #000; */    
  }

  .tv-box-cont #Tab-01 { 
    background-image: url("../images/static.gif");
    background-position: center;
    background-repeat: no-repeat;
  }

  .tv-box-cont #Tab-02 {
    background-image: url("../images/three-9.gif");
    background-position: center;
    background-repeat: no-repeat;
  }

  .tv-box-cont #Tab-03 {
    background-image: url("../images/two-11.gif");
    background-position: center;
    background-repeat: no-repeat;
  }
  .tv-box-cont #Tab-04 {
    background-image: url("../images/2.gif");
    background-position: center;
    background-repeat: no-repeat;
  }
  .tv-box-cont #Tab-05 {
    background-image: url("../images/two-9.gif");
    background-position: center;
    background-repeat: no-repeat;
  }

  .tv-box-cont #Tab-06 {
    background-image: url("../images/two-8.gif");
    background-position: center;
    background-repeat: no-repeat;
  }

/* -------------------------------------------------------------------------- */
@media screen and (max-width: 1626px) {

    .lg-head {
      font-size: 48px;
      line-height: 61px;
    }
    /* .tv-box-cont {
        width: 400px;
            height: 355px;
            left: 130px;
            top: 160px;
    } */
}



@media screen and (max-width: 1600px) {
    .xlg-head {left: 14% !important;}

    .tv-box-cont {
        height: 338px;
        left: 130px;
        top: 175px;
    }
    .tabcontent h3 {
        margin-top: 25px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 1568px) {
    .tv-box-cont {
        height: 310px;
        left: 125px;
        top: 168px;
    }
}

@media screen and (max-width: 1568px) {
    .tv-box-cont {
        height: 310px;
        left: 115px;
        top: 150px;
    }
}

@media screen and (max-width: 1440px) {
    .xlg-head {left: 10% !important;}
    .main-two-lftsctn {
        width: calc(40% - 170px);
        padding-left: 120px;
    }

    .lg-head {
        font-size: 45px;
        line-height: 52px;
    }
}

@media screen and (max-width: 1410px) {
    .tv-box-cont {
        height: 310px;
        left: 105px;
        top: 130px;
    }
}

@media screen and (max-width: 1366px) {
    .lg-head {
        font-size: 40px;
        line-height: 50px;
    }

 
}

@media screen and (max-width: 1280px) {
    .tv-box-cont {
        height: 270px;
        left: 95px;
        top: 125px;
    }

    .lg-head {
        font-size: 35px;
        line-height: 44px;
    }
}

@media screen and (max-width: 1210px) {
    .tv-box-cont {
        height: 250px;
        left: 90px;
        top: 115px;
    }
}

@media screen and (max-width: 1190px) {
    .tv-box-cont {
        height: 220px;
        left: 80px;
        top: 105px;
    }

    .main-two-lftsctn {
        width: calc(40% - 130px);
        padding-left: 80px;
    }

    .tabcontent h3 {
        margin-top: 18px;
        padding-left: 18px;
        font-size: 30px;
    }
}