html,body{
    margin:0;
    padding:0;
    height: 100%;
    overflow:hidden;
}
.maincontainerport,.maincontainertabport{
    display:none;
}
.maincontainermobland,.maincontainertabland{
    display:none;
}

/* Topbar code */
.viewPortBtns {
    height: 35px;
    text-align: center;
    padding: 0px;
    z-index:9999;
    position: relative;
}
.topBar {
    position: fixed;
    width: 100%;
    height: 35px;
    padding: 0.3% 2%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #cecece;
    box-shadow: 2px 0px 13px 1px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: arial;
  }
  
  .circlemode {
    padding: 8px 16px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
  }
  .Landscape span:first-child {
    transform: rotate(90deg);
  }
  
  .circlemode span {
    vertical-align: middle;
    color: rgb(170, 170, 170);
    font-size: 16px;
  }

.circlemode i {
    font-size: 25px;
    color: rgb(170, 170, 170);
}

.circlemode:hover span,
.circlemode:hover i, 
.active span,
.active span i {
  color: #fff;
}

/* Desktop CSS*/
/*#Desktop,#MobilePortrait,#MobileLandscape,#TabletPortrait,#TabletLandscape{
background:black;
    color:white;
}*/


.contents {
    height: calc(100% - 35px);
    position: relative;
}
.viewPortBtns {
    height: 35px;
    text-align: center;
    padding: 0px;
    z-index:9999;
    position: relative;
}
.containerport,.containermobland,.containertabport,.containertabland{
    display:none;
}
.containerland{
    width:100%;
    height:100%;
}

img{
    width:100%;
    height:auto !important;
}

.container{
    height:100%;
    position:relative;
}

.bg{
    position: absolute;
    background: url(sovos/img11.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 210%;
    background-position: center 68%;
    
}
#compliant{
    width: 19%;
    position: absolute;
    top: 10%;
    left: 50%;
    display:block;
}

#home{
    display:block;
    position: absolute;
    top: 40%;
    left: 67%;
    width: 14%;
}

#bottomShape{
    width:100%;
    height:13%;
    background-color:#fff;
    position:absolute;
    bottom:0%;
}
#sovoslogo{
    width: 12%;
    position: absolute;
    left: 7%;
    top: 17%;
}
#moderntax{
    position: absolute;
    width: 32%;
    left: 50%;
    top: 20%;
}

#solvetax{
    position: absolute;
    top: 33%;
    width: 24%;
    left: 54%;
}
#learnmore{
    position: absolute;
    right: 4%;
    top: 8%;
    width: 14%;
}


#moderntax,#solvetax,#sovoslogo,#compliant,#home,#learnmore,#img1{
  opacity:0;
}
#pmoderntax,#psolvetax,#psovoslogo,#pcompliant,#phome,#plearnmore{
  opacity:0;
}
#learnmore,#plearnmore{
  pointer-events:auto !important;
  cursor:pointer !important;
}
.spark:after {
 content:'';    
 -webkit-transform:translateX(130%);
 transform:translateX(130%);
 width:100%;
 height:100%;
 position: absolute;
 z-index:1;
 -webkit-animation: slide 2.5s;
 animation: slide 2.5s;
 
 background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* IE10+ */
 background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.sparktext:after {
 -webkit-animation-delay: 1.2s;
 animation-delay: 1.2s;
}
.sparkbtn:after {
 -webkit-animation-delay: 2.1s;
 animation-delay: 2.1s;
}


/* animation */

@keyframes slide {
0% {transform:translateX(-130%);-webkit-transform:translateX(-130%);}
100% {transform:translateX(100%);-webkit-transform:translateX(100%);}
}


   .container{
    height:100%;
    position:relative;
}

/* Mobile Portrait CSS*/

/*.containerport{
    position: relative;
    overflow: hidden;
    width:40%;
    height:90%;
    left:0;
    right:0;
    top:5%;
    bottom:0;
    margin: auto;
   
}*/

.maincontainerport{
position: absolute;
    width: 320px;
    height: 568px;
    left: 0;
    right: 0;
    top: -5%;
    bottom: 0;
    margin: auto;
    
}


.containerport
{
    position: absolute;
    overflow: hidden;
    width: 77%;
    height: 77%;
    left: -2%;
    right: 0;
    top: 7%;
    bottom: 0;
    margin: auto;
}

.bgport{
    position: absolute;
    background: url(sovos/img11.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 180%;
    transform: scale(1.5);
    background-position: center 5%;
    overflow:hidden;
    
    }

#pcompliant{
    display:block;
    width: 20%;
    position: absolute;
    top: 6%;
    left: 56%;
}
 
#phome{
    position: absolute;
    display: block;
    left: 66%;
    width: 20%;
    top: 67%;
}

#pbottomShape{
    width:100%;
    height:13%;
    background-color:#fff;
    position:absolute;
    bottom:0%;
}
#psovoslogo{
    width: 30%;
    top: 11%;
    left: 3%;
    position: absolute;
}
#pmoderntax{
    position: absolute;
    width: 63%;
    left: 34%;
    top: -2%;  
}

#psolvetax{
    position: absolute;
    top: 19%;
    width: 50%;
    left: 40%;

}
#plearnmore{
    position: absolute;
    right: 24%;
    top: 41%;
    width: 23%;
}

/* Mobile Landscape CSS*/

.maincontainermobland {
    position: absolute;
    overflow: hidden;
    width: 568px;
    height: 320px;
    left: 0;
    right: 0;
    top: -9%;
    bottom: 0;
    margin: auto;
}

.containermobland {
    position: absolute;
    overflow: hidden;
    width: 72%;
    height: 72%;
    left: 0%;
    right: 0;
    top: -8%;
    bottom: 0;
    margin: auto;
}

.bgmobland {
    position: absolute;
    background: url(sovos/img11.jpg) no-repeat;
    background-size: cover;
    width: 80%;
    height: 200%;
    transform: scale(1.5);
    background-position: center center;
    overflow: hidden;
}


#mlcompliant{
    display: block;
    width: 14%;
    position: absolute;
    top: 4%;
    left: 58%;
}
 
#mlhome{
    position: absolute;
    display: block;
    left: 79%;
    width: 16%;
    top: 59%;
}

#mlbottomShape{
    width: 100%;
    height: 15%;
    background-color: #fff;
    position: absolute;
    bottom:0%;
}
#mlsovoslogo{
    width: 14%;
    top: 16%;
    left: 5%;
    position: absolute;
}
#mlmoderntax{
    position: absolute;
    width: 40%;
    left: 29%;
    top: 5%;  
}

#mlsolvetax{
    position: absolute;
    top: 25%;
    width: 35%;
    left: 35%;

}
#mllearnmore{
    position: absolute;
    right: 8%;
    top: 5%;
    width: 15%;
}


/* Tablet Portrait */

.maincontainertabport
{
position: absolute;
    width: 450px;
    height: 600px;
    left: 0;
    right: 0;
    top: -10%;
    bottom: 0;
    margin: auto;
}

.containertabport
{
    position: absolute;
    overflow: hidden;
    width: 88%;
    height: 88%;
    left: 0;
    right: 0;
    top: 11%;
    bottom: 0;
    margin: auto;
}

.bgtabport{
    position: absolute;
    background: url(sovos/img11.jpg) no-repeat;
    background-size: cover;
    width: 90%;
    height: 170%;
    transform: scale(1.5);
    background-position: center center;
    overflow: hidden;
    
    }
#tpcompliant{
    display: block;
    width: 14%;
    position: absolute;
    top: 4%;
    left: 58%;
}
 
#tphome{
    position: absolute;
    display: block;
    left: 79%;
    width: 16%;
    top: 59%;
}

#tpbottomShape{
    width: 100%;
    height: 15%;
    background-color: #fff;
    position: absolute;
    bottom:0%;
}
#tpsovoslogo{
    width: 20%;
    top: 28%;
    left: 5%;
    position: absolute;
}
#tpmoderntax{
    position: absolute;
    width: 47%;
    left: 29%;
    top: 25%;  
}

#tpsolvetax{
    position: absolute;
    top: 38%;
    width: 35%;
    left: 34%;

}
#tplearnmore{
    position: absolute;
    right: 2%;
    top: 18%;
    width: 22%;
}

/* Tablet Landscape*/
.maincontainertabland
{
    position: absolute;
    overflow: hidden;
    width: 600px;
    height: 450px;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    margin: auto;

}

.containertabland
{
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 79%;
    left: 0;
    right: 0;
    top: -10%;
    bottom: 0;
    margin: auto;
}



.bgtabland{
    position: absolute;
    background: url(sovos/img11.jpg) no-repeat;
    background-size: cover;
    width: 80%;
    height: 180%;
    transform: scale(1.5);
    background-position: center center;
    overflow: hidden;
}

#tlcompliant{
    display: block;
    width: 16%;
    position: absolute;
    top: 6%;
    left: 70%;
}
 
#tlhome{
    position: absolute;
    display: block;
    left: 79%;
    width: 16%;
    top: 59%;
}

#tlbottomShape{
    width: 100%;
    height: 15%;
    background-color: #fff;
    position: absolute;
    bottom:0%;
}
#tlsovoslogo{
    width: 20%;
    top: 12%;
    left: 5%;
    position: absolute;
}
#tlmoderntax{
    position: absolute;
    width: 50%;
    left: 28%;
    top: 10%; 
}

#tlsolvetax{
    position: absolute;
    top: 22%;
    width: 45%;
    left: 30%;

}
#tllearnmore{
    position: absolute;
    right: 2%;
    top: 3%;
    width: 20%;
}
::-webkit-scrollbar { 
    display: none; 
}

/************************************************************************************************************************************/