@import 'Pe-icon-7-stroke.css';

@font-face { 
	font-family: "Siemens Sans"; 
	src: url("../fonts/sisan03.eot"); 
	src: url("../fonts/sisan03.eot#iefix") format("embedded-opentype"), 
		 url("../fonts/sisan03.ttf") format("truetype"), 
		 url("../fonts/sisan03.woff") format("woff"), 
		 url("../fonts/sisan03.svg") format("svg"); 
	font-weight: 400; 
	font-style: normal; 
}

@font-face { 
	font-family: "Siemens Sans"; 
	src: url("../fonts/sisan06.eot"); 
	src: url("../fonts/sisan06.eot#iefix") format("embedded-opentype"), 
		 url("../fonts/sisan06.ttf") format("truetype"), 
		 url("../fonts/sisan06.woff") format("woff"), 
		 url("../fonts/sisan06.svg") format("svg"); 
	font-weight: 700; 
	font-style: normal; 
}

@font-face { 
	font-family: "Siemens Sans"; 
	src: url("../fonts/sisan08.eot"); 
	src: url("../fonts/sisan08.eot#iefix") format("embedded-opentype"), 
		 url("../fonts/sisan08.ttf") format("truetype"), 
		 url("../fonts/sisan08.woff") format("woff"), 
		 url("../fonts/sisan08.svg") format("svg"); 
	font-weight: 900; 
	font-style: normal; 
}

@font-face { 
	font-family: "Siemens Sans"; 
	src: url("../fonts/sisan33.eot"); 
	src: url("../fonts/sisan33.eot#iefix") format("embedded-opentype"), 
		 url("../fonts/sisan33.ttf") format("truetype"), 
		 url("../fonts/sisan33.woff") format("woff"), 
		 url("../fonts/sisan33.svg") format("svg"); 
	font-weight: 400; 
	font-style: italic; 
}

@font-face { 
	font-family: "Siemens Sans"; 
	src: url("../fonts/sisan36.eot"); 
	src: url("../fonts/sisan36.eot#iefix") format("embedded-opentype"), 
		 url("../fonts/sisan36.ttf") format("truetype"), 
		 url("../fonts/sisan36.woff") format("woff"), 
		 url("../fonts/sisan36.svg") format("svg"); 
	font-weight: 700; 
	font-style: italic; 
}

@font-face { 
	font-family: "Siemens Sans"; 
	src: url("../fonts/sisan38.eot"); 
	src: url("../fonts/sisan38.eot#iefix") format("embedded-opentype"), 
		 url("../fonts/sisan38.ttf") format("truetype"), 
		 url("../fonts/sisan38.woff") format("woff"), 
		 url("../fonts/sisan38.svg") format("svg"); 
	font-weight: 900; 
	font-style: italic; 
}

body{
	font-family: "Siemens Sans" !important; 
	font-weight: 400; 
}

#header{
	position: fixed;
    display: block;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    border-radius: 0px;
    padding: 20px 0 20px 0;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
    border-bottom: 0px;
}

.s-h-logo{
	max-width: 160px;
}

.navbar-brand {
    height: auto;
    padding: 0px;
}

img.s-header-icon {
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.search-bar {
	position: absolute;
	right: 0;
	bottom: 0;
}

.navbar-collapse.collapse.custom-collapse {
    position: relative;
    padding-bottom: 34px !important;
}

.form-control.f-h-search {
    border-color: #dcddde;
    border-radius: 0px;
    min-width: 280px;
    max-width: 100%;
    background-image: url(../images/s-i-search.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 22px;
    padding-right: 34px;
}

.section-header{
	transition: all 0.3s ease-in-out;
	opacity: 1;
	position: relative;
	z-index: 9999;
}

.section-header.blue{
	background: rgb(70,187,189);
	background: -moz-linear-gradient(left, rgba(70,187,189,1) 0%, rgba(9,157,201,1) 100%); 
	background: -webkit-linear-gradient(left, rgba(70,187,189,1) 0%,rgba(9,157,201,1) 100%); 
	background: linear-gradient(to right, rgba(70,187,189,1) 0%,rgba(9,157,201,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46bbbd', endColorstr='#099dc9',GradientType=1 );
	color: #fff;
}

.section-header.green{
	background: #aab620;
	color: #000;
}

.section-header.yellow{
    background: #fbb324;
    color: #000;
}

.section-header {
    padding: 50px 180px;
    vertical-align: top;
    font-weight: 900;
}

.section-header.halfpage {
    min-height: 40%;
    padding: 50px 250px;
}

.section-header h1 {
    font-weight: 900;
    font-size: 3.5vw;
}

.section-header.bottom-aligned {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 40%;
    border-top: 7px solid #a3bc00;
}

.section-header h1.fade-in {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    max-height: 176px;
}

.fp-completely.active .section-header h1.fade-in{
    opacity: 1;
}

.fp-tableCell {
    vertical-align: top;
    /*padding-top: 129px;*/
}

#section0 .cloud-bg {
    background-image: url(../images/cloud.png);
    width: 100%;
    height: 140px;
    background-size: 80vw;
    background-repeat: repeat-x;
    animation: moveBackground 40s linear infinite;
    -webkit-animation: moveBackground 40s linear infinite;
    -moz-animation: moveBackground 40s linear infinite;
    margin: 25px 0px;
}

#section0 .crane {
    height: 100%;
    transition: all 0.3s;
    transition-delay: 0.2s;
}

#section0 .crane-wrapper {
    position: absolute;
    bottom: 0;
    height: calc(100% - 238px);
    left: 50%;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
}

#section0 .crane-package {
    position: absolute;
    top: 30%;
    left: 61.5%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transition: all 1.5s;
    transition-delay: 0.9s;
}


#section0 .crane-wrapper:before {
    position: absolute;
    top: 18.5%;
    left: 61.2%;
    transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    content: "";
    height: 42px;
    width: 2px;
    background-color: #fcb427;
    transition: all 1.5s;
    transition-delay: 0.9s;
}

#section0.fp-completely.active.now-animate .crane-package{
    top: 59%;
}


#section0.fp-completely.active.now-animate .crane-wrapper:before{
    height: 35%;
}

#section0 .img-responsive.contact-btn {
    max-width: 190px;
    position: absolute;
    bottom: 13%;
    right: 10%;
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 0.4s; 
}

#section1 img.truck-coming {
    position: absolute;
    bottom: 9.8%;
    max-width: 500px;
    left: -550px;
    transition: all 2s ease-in-out;
    z-index: 1000;
}

#section1.fp-completely.active img.truck-coming {
    left: 50px;
}

.section.fp-section {
    overflow: hidden;
}

.section.fp-section img.slide-bg,
.section.fp-section img.slide-bg2 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    height: 100vh;
}

.backdrop-listing {
    position: relative;
    z-index: 1000;
    margin-top: 55px;
    margin-left: 55px;
    padding: 40px;
    background-color: rgba(0,0,0,0.84);
    max-width: 50%;
}

.backdrop-listing ul {
    list-style: none;
    padding: 0px;
}

.backdrop-listing li {
    font-size: 3.6vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
}

#section2.fp-completely.active .backdrop-listing li,
#section3.fp-completely.active .backdrop-listing li {
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.backdrop-listing li span {
    padding-left: 25px;
    float: left;
    width: calc(100% - 5vw);
}

.backdrop-listing img {
    float: left;
    max-width: 100%;
    width: 5vw;
}

.backdrop-listing li:after {
    content: "";
    clear: both;
    display: block;
}

#section2 img.animate-eyebrow {
    position: absolute;
    top: 17%;
    left: 24%;
    z-index: 1000;
    max-width: 2.5vh;
    animation: rotateEyebrow 8s linear infinite;
    -webkit-animation: rotateEyebrow 8s linear infinite;
    -moz-animation: rotateEyebrow 8s linear infinite;
}

#section2 .man-question-wrapper {
    position: absolute;
    z-index: 1001;
    bottom: 0;
    right: 6%;
    height: calc(100vh - 258px);
}

#section2 .question-img {
    height: 100%;
    width: auto;
}

.connstruction-sign {
    position: absolute;
    z-index: 1010;
    bottom: 0;
    max-width: 500px;
    width: 32vw;
    left: 65%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.connstruction-sign span.construction-bulb {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fa9c12+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgb(254, 255, 209) 0%, rgb(255, 106, 0) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgb(254, 255, 209) 0%,rgb(255, 106, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgb(254, 255, 209) 0%,rgb(255, 106, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fa9c12',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 7vw;
    height: 6.9vw;
    display: block;
    position: absolute;
    top: 1vw;
    left: 0.9vw;
    border-radius: 50%;
    box-shadow: 0px 0px 9px rgba(246, 247, 207,0.9);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    animation: lightFlash 4s linear infinite;
    -webkit-animation: lightFlash 4s linear infinite;
    -moz-animation: lightFlash 4s linear infinite;
}

.clock {
    position: absolute;
    z-index: 9999;
    max-width: 504px;
    width: 25vw;
    top: 43%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 4%;
    transition: all 0.3s ease-in-out;
}

.clock .clock-border {
    width: 100%;
}

.clock .clock-tick1,
.clock .clock-tick2 {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 1s ease-in-out;
}

#section4.fp-completely.active .clock img.clock-tick1{
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

#section4.fp-completely.active .clock img.clock-tick2{
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(0deg);
    transform: rotate(150deg);
}

.listing {
    position: absolute;
    z-index: 9999;
    font-size: 35px;
    font-weight: 700;
    list-style: none;
    color: #fff;
    margin-left: 20vw;
    margin-top: 40px;
}

.listing ul {
    list-style: none;
}

.listing li {
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    margin-right: 45px;
}

#section4.fp-completely.active .listing li {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

#section5 .clock {
    top: 50%;
}

#section5 .full-part {
    position: absolute;
    width: 89%;
    height: 88%;
    top: 6%;
    left: 5%;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    border-radius: 50%;
    overflow: hidden;
}

#section5 .first-half {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

#section5 .first-half:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    background-color: #b31f5e;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform-origin: right;
    transition: all 1s ease-in-out;
}

#section5 .first-half:after {
    content: "30%";
    color: #fff;
    font-size: 45px;
    display: block;
    position: absolute;
    transform: rotate(-40deg) translateY(-50%);
    -ms-transform: rotate(-40deg) translateY(-50%);
    -moz-transform: rotate(-40deg) translateY(-50%);
    -webkit-transform: rotate(-40deg) translateY(-50%);
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    font-weight: 700;
}

#section5.fp-completely.active .first-half:after{
    opacity: 1;
    transition: all 1s 1s ease-in-out;
}

#section5.fp-completely.active .first-half:before{
    transform: rotate(110deg);
    -webkit-transform: rotate(110deg);
    -moz-transform: rotate(110deg);
    -ms-transform: rotate(110deg);
    -o-transform: rotate(110deg);
}

#section5 .testimonial {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    z-index: 9999;
    font-size: 36px;
    max-width: 100%;
    width: 50vw;
    left: 25vw;
    font-weight: 700;
    color: #fff;
}

#section6 .text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1010;
    color: #fff;
    font-size: 50px;
    min-width: 70vw;
}

#section6 .text-wrapper span {
    font-weight: 700;
    font-size: 4.7vw;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

#section6.fp-completely.active .text-wrapper span {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

#section7 .img-responsive.contact-btn {
    max-width: 190px;
    position: absolute;
    bottom: 4%;
    left: 70%;
    -webkit-transform: translate(-20%,-50%);
    -moz-transform: translate(-20%,-50%);
    -ms-transform: translate(-20%,-50%);
    -o-transform: translate(-20%,-50%);
    transform: translate(-20%,-50%);
    opacity: 1;
    z-index: 9999;
    transition: all 0.5s;
    transition-delay: 0.4s;
}

#section7  img.server {
    position: absolute;
    z-index: 9999;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 70%;
    max-height: calc(100% - 302px );
    opacity: 0;
    transition: all 0.5s;
}

#section7.fp-completely.active img.server {
    top: 66%;
    opacity: 1;
}

.soultions-list-wrapper {
    position: relative;
    z-index: 9999;
    text-align: center;
    padding: 45px;
}

.soultions-list-wrapper ul {
    list-style: none;
    color: #fff;
    font-size: 52px;
    display: inline-block;
    text-align: left;
    padding: 0;
}

.soultions-list-wrapper li span {
    transition: all 0.4s;
    transition-delay: inherit;
    opacity: 0;
}

#section8.fp-completely.active .soultions-list-wrapper li span {
    opacity: 1;
}

div[class^=solution-icon] {
    width: 110px;
    height: 110px;
    overflow: hidden;
    position: relative;
    padding: 12px;
    transition-delay: inherit;
}

img[class^=solution] {
    transition: all 0.8s;
    transition-delay: inherit;
}


.soultions-list-wrapper ul li {
    margin-bottom: 15px;
}

.solution-icon-1 {
    background-color: #fbb324;
}

.solution-icon-2 {
    background-color: #aab737;
}

.solution-icon-3 {
    background-color: #115879;
}

 .solution-icon-4 {
    background-color: #b51f5f;
}

img.solution1-1 {
    top: calc(110px / 2);
    margin-top: -7px;
    left: 110px;
    position: absolute;
    max-width: 86px;
}

img.solution1-2 {
    top: 110px;
    position: absolute;
    left: calc(110px / 2);
    background-color: #fbb324;
    margin-left: -7px;
    max-height: 77px;
}

#section8.fp-completely.active  img.solution1-1 {
    left: 12px;
}

#section8.fp-completely.active   img.solution1-2 {
    top: 16px;
}

img.solution2-1 {
    left: calc(110px / 2);
    position: absolute;
    margin-left: -9px;
    width: 18px;
    top: 25px;
    opacity: 0;
}

img.solution2-2 {
    right: -30px;
    position: absolute;
    top: 42px;
    width: 29px;
}

img.solution2-3 {
    left: -30px;
    position: absolute;
    top: 42px;
    width: 29px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    
}

#section8.fp-completely.active img.solution2-1 {
    opacity: 1;
}

#section8.fp-completely.active img.solution2-2 {
    right: 12px;
}

#section8.fp-completely.active img.solution2-3 {
    left: 12px;
}

img.solution3-1 {
    position: absolute;
    left: 19px;
    top: 12px;
    width: 74px;
    opacity: 0;
}

img.solution3-2 {
    left: 10px;
    position: absolute;
    top: 77px;
    width: 23px;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transition-delay: 1.8s;
}

img.solution3-3 {
    left: 45px;
    position: absolute;
    top: 77px;
    width: 23px;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transition-delay: 2.0s;
}

img.solution3-4 {
    right: 9px;
    position: absolute;
    top: 77px;
    width: 23px;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transition-delay: 2.2s;
}

#section8.fp-completely.active img.solution3-1,
#section8.fp-completely.active img.solution3-2,
#section8.fp-completely.active img.solution3-3,
#section8.fp-completely.active img.solution3-4 {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

img.solution4-1 {
    position: absolute;
    top: 24px;
    width: 86px;
    opacity: 0;
}

img.solution4-2 {
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform-origin: bottom;
    opacity: 0;
}

#section8.fp-completely.active img.solution4-2{
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    opacity: 1;
}

#section8.fp-completely.active img.solution4-1{
    opacity: 1;
}


#section9 div[class^=solution-icon] {
    display: block;
}

.solution-icon-number {
    background-color: #000;
    text-align: center;
    font-size: 65px;
    padding-top: 18px !important;
    color: #fff;
}

.flex-margin {
    margin-right: 15px;
    flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    -o-flex: 0;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

.flexible {
    display: flex;
    align-items: center;
}

.section-header.solution-content{
    padding-top: 40px;
    padding-bottom: 40px;
}

#section9.fp-completely.active  img.solution1-1 {
    left: 12px;
}

#section9.fp-completely.active   img.solution1-2 {
    top: 16px;
}

#section10 .slide-bg {
    opacity: 1;
    transition: all 1.5s;
    transition-delay: 0.9s;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    min-height: auto;
    height: auto;
    width: 100%;
    z-index: 1300;
}

#section10 .section-header{
    z-index: 1400;
}

#section10 .slide-bg2 {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 0.8s;
    z-index: 1000;
}

#section10 .velocirack {
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 1.8s;
    position: absolute;
    z-index: 1500;
    top: 340px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: calc(100vh - 307px - 38px);
}

#section10.fp-completely.active img.solution2-1 {
    opacity: 1;
}

#section10.fp-completely.active img.solution2-2 {
    right: 12px;
}

#section10.fp-completely.active img.solution2-3 {
    left: 12px;
}

#section10.fp-completely.active .slide-bg {
    opacity: 0;
    width: 250px;
    min-width: auto;
    min-height: auto;
    top: 60%;
}

#section10.fp-completely.active .velocirack {
    opacity: 1;
    top: 256px;
}

#section11.fp-completely.active img.solution3-1,
#section11.fp-completely.active img.solution3-2,
#section11.fp-completely.active img.solution3-3,
#section11.fp-completely.active img.solution3-4 {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.section-header.solution-3 {
    margin-left: 45px;
    height: 100%;
    z-index: 1000;
    max-width: 70%;
    padding: 50px 80px;
    padding-right: 250px;
}

.section-header.solution-3 .flexible {
    align-items: baseline;
    margin-top: -10px;
}

.cloud-server {
    position: absolute;
    right: -70px;
    z-index: 9999;
    top: -40px;
    max-width: 1210px;
}

.cloud-server-pattern {
    position: absolute;
    right: -70px;
    z-index: 9998;
    top: -40px;
    max-width: 1210px;
    opacity: 0.2;
}

#section12.fp-completely.active img.solution4-2{
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    opacity: 1;
}

#section12.fp-completely.active img.solution4-1{
    opacity: 1;
}

#section12 .arrow{
    position: absolute;
    z-index: 9999;
    bottom: -350px;
	opacity: 0;
    width: 11vw;
    right: 36.5%;
    transition: all 1.3s;
	transition-delay: 2s;
}

#section12 .no-entry {
    position: absolute;
    z-index: 99999;
    top: 66%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    max-width: 20vw;
	opacity: 0;
	transition: all 0.5s;
	transition-delay: 1s;
}

#section12 .velocirack {
    position: absolute;
    z-index: 9999;
    top: 52%;
    right: 40.2%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: all 0.9s;
    transition-delay: 0.9s;
    max-width: 70px;
    box-shadow: none;
    opacity: 0;
	transition-delay: 2.4s;
}

#section12.fp-completely.active .arrow {
    bottom: 64px;
	opacity: 1;
}

#section12.fp-completely.active .velocirack {
    opacity: 1;
    box-shadow: 0px -30px 185px 30px rgba(232, 217, 107,0.99);
}

#section12.fp-completely.active .no-entry {
	opacity: 1;
	animation: remove 0.5s infinite;
	animation-delay: 2.3s;
}

#section13 .contact-btn {
    bottom: 40%;
    position: absolute;
    right: 17%;
    z-index: 9999;
    max-width: 190px;
    margin-bottom: -26px;
}

#section13 .listing {
    margin-left: 17vw;
    margin-top: 6vw;
}

#section13 .listing ul li {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-bottom: 20px;
}

#section13 .section-header h1.fade-in {
    transition: all 0.4s ease-in-out;
    transition-delay: 2s;
}

#section13.fp-completely.active .listing ul li {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -4px 0px 0px -4px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    height: 7px;
    width: 7px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 14px;
    width: 14px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
}

#section12 .slide-bg.mb{
	display: none;
}

.section-arrows {
    position: absolute;
    bottom: 5px;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.34);
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 120px;
}

.hide-down,.hide-up {
    width: 75px;
}

.move-up,.move-down {
    width: 45px;
    height: 45px;
    font-size: 45px;
    display: block;
    color: #fff;
    cursor: pointer;
    float: left;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}


.hide-up .move-up {
    width: 0;
    opacity: 0;
    height: 0;
    position: relative;
    z-index: -1;
}

.hide-down .move-down {
    width: 0;
    opacity: 0;
    height: 0;
    position: relative;
    z-index: -1;
}

#section13 .contact-btn.download-btn {
    margin-right: 205px;
}

span[class^=speed-light] {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    display: block;
    position: absolute;
    z-index: 999;
    opacity: 0.9;
}

span.speed-light1 {
    width: 300px;
    height: 0.78%;
    right: -200px;
    top: 6.7%;
}

/*span.speed-light2 {
    width: 210px;
    height: 1.1%;
    right: -200px;
	top: 24%;
}*/

span.speed-light3 {
    width: 460px;
    height: 1.4%;
    right: -460px;
    top: 50.6%;
}

#section13.fp-completely.active span.speed-light1 {
	-webkit-animation: speed3 2.7s 2.2s infinite linear;
	-moz-animation: speed3 2.7s 2.2s infinite linear;
	animation: speed3 2.7s 2.2s infinite linear;
}

/*#section13.fp-completely.active span.speed-light2 {
	-webkit-animation: speed2 2.5s 4s infinite linear;
	-moz-animation: speed2 2.5s 4s infinite linear;
	animation: speed2 2.5s 4s infinite linear;
}*/

#section13.fp-completely.active span.speed-light3 {
	-webkit-animation: speed 2.7s 1.9s infinite linear;
	-moz-animation: speed 2.7s 1.9s infinite linear;
	animation: speed 2.7s 1.9s infinite linear;
}

span.num-big {
    font-size: calc(167%);
}

/*Animations*/


@keyframes speed{
	0%{ right: -460px; }
	20%{ right: 100vw; }
	100%{ right: 100vw; }
}

@-webkit-keyframes speed{
	0%{ right: -460px; }
	20%{ right: 100vw; }
	100%{ right: 100vw; }
}

@-moz-keyframes speed{
	0%{ right: -460px; }
	20%{ right: 100vw; }
	100%{ right: 100vw; }
}

@keyframes speed2{
	0%{ right: 200px; }
	20%{ right: 100vw; }
	100%{ right: 100vw; }
}

@-webkit-keyframes speed2{
	0%{ right: 200px; }
	20%{ right: 100vw; }
	100%{ right: 100vw; }
}

@-moz-keyframes speed2{
	0%{ right: 200px; }
	20%{ right: 100vw; }
	100%{ right: 100vw; }
}

@keyframes speed3{
	0%{ right: -300px; }
	20%{ right: 100vw; }
	100%{ right: 100vw; }
}

@-webkit-keyframes speed3{
	0%{ right: -300px; }
	20%{ right: 100vw; }
	100%{ right: 100vw; }
}

@-moz-keyframes speed3{
	0%{ right: -300px; }
	20%{ right: 100vw; }
	100%{ right: 100vw; }
}

@keyframes moveBackground{
	0%{ background-position: 0vw; }
	100%{ background-position: 100vw; }
}

@-webkit-keyframes moveBackground{
	0%{ background-position: 0vw; }
	100%{ background-position: 100vw; }
}

@-moz-keyframes moveBackground{
	0%{ background-position: 0vw; }
	100%{ background-position: 100vw; }
}

@keyframes rotateEyebrow{
	0%{ transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); }
	10%{ transform: rotate(-15deg);-webkit-transform: rotate(-15deg);-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg); }
	20%{ transform: rotate(-15deg);-webkit-transform: rotate(-15deg);-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg); }
	30%{ transform: rotate(8deg);-webkit-transform: rotate(8deg);-moz-transform: rotate(8deg);-ms-transform: rotate(8deg); }
	100%{ transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); }
}

@-webkit-keyframes rotateEyebrow{
	0%{ transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); }
	10%{ transform: rotate(-15deg);-webkit-transform: rotate(-15deg);-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg); }
	20%{ transform: rotate(-15deg);-webkit-transform: rotate(-15deg);-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg); }
	30%{ transform: rotate(8deg);-webkit-transform: rotate(8deg);-moz-transform: rotate(8deg);-ms-transform: rotate(8deg); }
	100%{ transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); }
}

@-moz-keyframes rotateEyebrow{
	0%{ transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); }
	10%{ transform: rotate(-15deg);-webkit-transform: rotate(-15deg);-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg); }
	20%{ transform: rotate(-15deg);-webkit-transform: rotate(-15deg);-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg); }
	30%{ transform: rotate(8deg);-webkit-transform: rotate(8deg);-moz-transform: rotate(8deg);-ms-transform: rotate(8deg); }
	100%{ transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); }
}

@keyframes lightFlash{
	0%{ opacity: 0; }
	10%{ opacity: 1; }
	20%{ opacity: 0; }
	30%{ opacity: 1; }
	40%{ opacity: 0; }
	100%{ opacity: 0; }
}

@-webkit-keyframes lightFlash{
	0%{ opacity: 0; }
	10%{ opacity: 1; }
	20%{ opacity: 0; }
	30%{ opacity: 1; }
	40%{ opacity: 0; }
	100%{ opacity: 0; }
}

@-moz-keyframes lightFlash{
	0%{ opacity: 0; }
	10%{ opacity: 1; }
	20%{ opacity: 0; }
	30%{ opacity: 0; }
	40%{ opacity: 1; }
	100%{ opacity: 0; }
}

@keyframes remove{
	0%{ opacity: 0; }
	100%{ opacity: 0; }
}

@-webkit-keyframes remove{
	0%{ opacity: 0; }
	100%{ opacity: 0; }
}

@-moz-keyframes remove{
	0%{ opacity: 0; }
	100%{ opacity: 0; }
}


/*Media Screens*/

@-moz-document url-prefix() {
#section0 .crane-wrapper::before {
    left: 58.3%;
}
#section0 .crane-package {
    left: 58.6%;
}
#section1 img.truck-coming {
    bottom: 9.8%;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: block;
}
.fp-tableCell {
    display: block;
}
.section-header.solution-3 {
    min-width: 70%;
}
#section0 .crane-wrapper::before {
    margin-left: 27px;
}
#section0 .crane-package {
    margin-left: 27px;
}
}

@media (min-width: 1301px){
#section11 .section-header.solution-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
#section11 .section-header h1 {
    font-weight: 900;
    font-size: 3.0vw;
}
#section11 .flex-margin {
	position: relative;
    top: -7px;
}
.cloud-server {
    right: -3%;
}
.cloud-server-pattern {
    right: -3%;
}
}

@media (min-width: 1450px){
#section12 .velocirack {
    top: 52%;
    left: 55.2%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
#section12 .arrow {
    bottom: -400px;
    width: 18vh;
    left: 57.5%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
#section12.fp-completely.active .arrow {
    bottom: 5vh;
    opacity: 1;
}
}

@media (max-width: 1300px){
#section10.fp-completely.active .velocirack {
    top: 276px;
}
.section-header h1 {
    font-size: 3.2vw;
}
.section-header.halfpage {
    padding: 50px 225px;
}
#section12 .arrow {
    width: 10.5vw;
    right: 36.7%;
}
#section12.fp-completely.active .arrow {
    bottom: 62px;
}
.flex-margin {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
#section11 .flex-margin{
	position: relative;
    top: 25px;
}

.section-header h1.fade-in {
    max-height: 197px;
}
#section12 .velocirack {
    top: 51%;
    right: 39.6%;
}
.cloud-server {
    right: -150px;
}

.cloud-server-pattern {
    right: -150px;
}
}
/*@media (max-width: 1200px){
#section0 .cloud-bg {
    height: 200px;
    background-size: 80vw;
}
}*/

@media (max-width: 991px){
#section0 .cloud-bg {
    height: 100px;
    background-size: 770px;
}
.section-header {
    padding: 20px 25px;
    vertical-align: top;
    font-weight: 900;
}
.section-header h1 {
    font-size: 5.2vw;
    margin-top: 10px;
}

#section0 .crane-wrapper {
    width: 100%;
    height: auto;
}
#section0 .crane-wrapper:before {
    height: 5%;
}
#section0 .crane {
    width: 100%;
}
#section0 .crane-package {
    max-width: 7vw;
}
#section0 .img-responsive.contact-btn {
    top: 66%;
    max-width: 120px;
    left: 10%;
	right: initial;
	bottom: initial;
}
#section1 img.truck-coming {
    max-width: 80vw;
}
#section1.section.fp-section img.slide-bg{
    width: auto;
    height: 100vh;
}
.backdrop-listing {
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 10px;
    max-width: 100%;
}
.backdrop-listing li {
    font-size: 5.6vw;
}
.backdrop-listing img {
    width: 14vw;
}
.backdrop-listing li span {
    padding-left: 10px;
    width: calc(100% - 15vw);
}
#section2 .man-question-wrapper {
    left: 50%;
    transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
    height: calc(100vh - 66vh);
}
#section2 img.animate-eyebrow {
    max-width: 1.3vh;
}
.section-header.halfpage {
    padding: 20px 25px;
}
.section-header.halfpage {
    min-height: initial;
}
.listing {
    font-size: 6vw;
    margin-left: 21vw;
    margin-top: 12px;
}
.listing ul{
    padding: 0px;
}
.listing ul li {
    margin-left: 0px !important;
}
.clock {
    top: 32%;
}
#section5 .testimonial {
    font-size: 6vw;
    width: calc(100% - 35vw);
    left: 25vw;
}
#section5 .first-half:after {
    font-size: 4vw;
    top: 34%;
    left: 7px;
}
#section6 .text-wrapper {
    font-size: 5vw;
    min-width: 70vw;
}
#section6 .text-wrapper span {
    font-weight: 700;
    font-size: 7vw;
}
#section7 .img-responsive.contact-btn {
    max-width: 120px;
    bottom: 3%;
    left: calc(100% - 120px);
}
.soultions-list-wrapper {
    position: relative;
    z-index: 9999;
    text-align: center;
    padding: 20px;
}
.soultions-list-wrapper ul {
    font-size: 5.2vw;
}
.soultions-list-wrapper ul li {
    max-height: 50px;
}
div[class^=solution-icon] {
    transform: scale(0.4);
    margin-top: -30px;
    margin-left: -30px;
}
.soultions-list-wrapper li span {
    margin-left: -30px;
    margin-top: 0px;
    position: relative;
    top: 0px;
    height: 48px;
    display: inline-block;
    width: 80%;
    vertical-align: top;
}
.section-header.solution-content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-header h1.fade-in {
    max-height: 77px;
}
.solution-content div[class^=solution-icon] {
    margin-top: -67px;
    margin-left: -40px;
    position: relative;
    top: 32px;
    left: 30px;
}
#section9.section.fp-section img.slide-bg, 
#section9.section.fp-section img.slide-bg2 {
    width: auto;
	left: -20%;
}
#section10.fp-completely.active .slide-bg {
    opacity: 0;
    height: 60px;
    top: 70%;
	width: auto;
}
#section10 .slide-bg {
    height: 100vh;
    width: auto;
}
#section10.fp-completely.active .velocirack {
    top: 147px;
}
#section10 .velocirack {
    height: calc(100vh - 137px - 38px);
}
#section10.section.fp-section img.slide-bg{
    width: auto;
}
.section-header.solution-3 {
    margin-left: 0px;
    width: 100%;
	max-width: 100%;
    height: auto;
    z-index: 1000;
    padding: 20px 30px;
    padding-right: 30px;
}
.solution-3.section-header h1.fade-in {
	max-height: initial;
}
.cloud-server {
    position: absolute;
    bottom: -30vw;
    max-width: 140vw;
    top: initial;
    right: -5%;
}
.cloud-server-pattern {
    position: absolute;
	right: -20vw;
    z-index: 9998;
    top: initial;
    max-width: 145vw;
    bottom: -50vw;
}
#section12 .no-entry {
    top: 66%;
    max-width: 40vw;
}
#section12 .velocirack {
    top: 63%;
    right: 30%;
    width: 13%;
    transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
#section12.fp-completely.active .arrow {
    bottom: 8vw;
    left: 63%;
    width: 12.9vh;
    transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
}
#section12.section.fp-section img.slide-bg {
    width: auto;
    left: 50%;
    transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	height: calc(100vh - 137px);
}
#section13 .listing {
	margin-left: 6vw;
}
#section13 .contact-btn {
    right: 8%;
    max-width: 120px;
    margin-bottom: -18px;
}
#section13 .contact-btn.download-btn {
    margin-right: 130px;
}
#section7 img.server {
    width: 90%;
    max-height: initial;
}
.section.fp-section img.slide-bg, .section.fp-section img.slide-bg2 {
    width: auto;
}
/*span.solution-text {
    margin-left: 65px;
}*/
}

@media (max-height: 799px) and (min-width: 992px){
#section7 img.server {
    max-height: calc(100% - 192px );
}
.flex-margin {
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    margin: -44px 0px;
}
.section-header h1 {
    font-weight: 900;
    font-size: 2.6vw;
}
#section12 .arrow {
    width: 16.9vh;
    left: 57%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
.cloud-server-pattern {
    max-width: 1000px;
}
.cloud-server {
    max-width: 970px;
}
#section12.fp-completely.active .arrow {
    bottom: 6vh;
    opacity: 1;
}
.section-header.solution-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
#section12 .velocirack {
    top: 50%;
}
div[class^=solution-icon] {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    margin: -25px;
    margin-right: 5px;
}

.flex-margin div[class^=solution-icon]{
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    margin: 0px;
    margin-right: 0px;
}
}

@media (max-height: 600px) and (min-width: 768px){
.section-header h1 {
    font-weight: 900;
    font-size: 3vw;
}
.section-header {
    padding: 30px 120px;
}
#section1 img.truck-coming {
    max-width: 400px;
}
#section0 .crane-package {
    max-width: 40px;
}
#section0 .crane-wrapper:before {
    height: 11px;
}
.backdrop-listing {
    margin-top: 35px;
    margin-left: 35px;
    padding: 25px;
}
.backdrop-listing li {
    font-size: 3.3vw;
}
.section-header.halfpage {
    padding: 30px 205px;
    min-height: auto;
}
.listing {
    font-size: 3vw;
}
#section6 .text-wrapper {
    font-size: 40px;
}
.soultions-list-wrapper ul {
    font-size: 36px;
}
.soultions-list-wrapper ul li {
    margin-bottom: 30px;
}
.flex-margin {
    margin: -47px 0px;
}
}

@media(max-width: 767px){
#section12 .slide-bg{
	display: none;
}
#section12 .slide-bg.mb{
	display: block;
}
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 14px;
    margin: 5px;
    position: relative;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    height: 5px;
    width: 5px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 10px;
    width: 10px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    margin: -5px 0 0 -5px;
}
.fp-tooltip {
    display: none !important;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 5px;
    height: 5px;
    margin: 0;
}
#fp-nav.right {
    right: 7px;
}
#section13 .listing {
    margin-top: 13vh;
}
}

@media (width: 768px){
.section-header {
    padding: 50px 50px;
}
.section-header h1 {
    font-size: 5.1vw;
}
.section-header.halfpage {
    padding: 50px 70px;
}
.listing {
    font-size: 5.2vw;
    margin-right: 35px;
}
.soultions-list-wrapper {
    padding: 50px;
}
.soultions-list-wrapper ul {
    font-size: 5.2vw;
}
.soultions-list-wrapper ul li {
    max-height: 80px;
}
.soultions-list-wrapper ul li {
    margin-bottom: 45px;
}
.soultions-list-wrapper div[class^=solution-icon] {
    transform: scale(0.9);
    margin-top: -10px;
    margin-left: -10px;
    margin-right: 35px;
}
.soultions-list-wrapper li span {
    line-height: 44px;
    height: 88px;
}
.solution-content div[class^=solution-icon] {
    margin-top: -13px;
    margin-left: -40px;
    position: relative;
    top: 17px;
    left: 30px;
    margin-right: 22px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.section-header.solution-3 .flexible {
    margin-top: 0px;
}
.section-header.solution-3 {
    padding: 20px 50px;
}
#section12 .velocirack {
    top: 58%;
    right: 34%;
}
#section12.fp-completely.active .arrow {
    bottom: 8vw;
    left: 63%;
    width: 14.9vh;
}
span.solution-text br {
    display: none;
}
.section-header h1.fade-in {
    max-height: initial;
}
#section13 .listing {
    margin-top: 13vh;
}
}