@import url(https://fonts.googleapis.com/css?family=Candal);
body,html{
    padding: 0;
    margin: 0;
    font-family: "Roboto", Arial;
	font-size:15px;
    width: 100%;
    overflow-x: hidden;
}
.price-black {
    background: #2b2b2b !important;
}
.price {
    font-family: inherit;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: #333333;
}
.plan {
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 0;
    background: #222222;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.pricing-table {
    margin-right: -16px;
    margin-left: -16px;
}
.pricing-table {
    background: #ffffff;
    border: 1px solid #dddddd;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 0px;
	border-bottom:0px;
}
.price span {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-right: 5px;
}
.price-red {
    background: #cc3d3d;
}
.plan-red {
    background: #cc6666;
}
.price-theme {
    background: #3d9ccc;
}
.plan-theme {
    background: #2b9fd9;
}
.price-yellow {
    background: #cccc3d;}
	
	.plan-yellow {
    background: #cccc66;
}
.pricing-table ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #e9e9e9;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.pricing-table ul {
    list-style: none;
    padding: 0;
}
.contentbox {
    padding: 30px 30px 20px 30px;
    background: #eeeeee;
    margin: 0 auto;
    min-height: 200px;
}
.contentbox-theme {
    color: #ffffff;
    background: #ff6d3b;
}
.m15 { margin:15px 0;}
.iconbox2 {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 100%;
    height: auto;
    
    padding: 20px 5px 10px;
    background: #ffffff;
    border: 1px solid #d77601;
    z-index: 0;
    cursor: default;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.7);
    box-shadow: 0 1px 0px rgba(255,255,255,0.7);
}
.badge-popular::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 200;
    width: 50px;
    height: 50px;
    background: url("../images/badge-popular.png") no-repeat top right;
}
.badge-best::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 200;
    width: 50px;
    height: 50px;
    background: url("../images/assets/badge-best.png") no-repeat top right;
}
.wrapper-graybg {
    background: #e6eef2;
}
.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    }
.error{
    color: red;
}
.control-label{
    color: #002080;
}
.clearfix {
    clear: both;
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}
.scrollup {
   height: 76px;
width: 76px;
    position: fixed;
	top:45%;
    right: 5px;
    display: none;
    text-indent: -9999px;
    background: url('../images/easytop.png') 0 0 no-repeat;
    background-color: #ADE8AF;
}


/* header */

header{
   transition: all 0.4s ease;
/*
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
*/  
    width: 100%;
    padding: 20px;
    padding-top: 30px;
    position: fixed;
    height: 70px;
    z-index: 5;
}
header.sticky{
    height: 62px;
    padding: 7px;
    background-image: url(../images/grid.png);
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    
}
header #logo {
    width: 25%;
    float: left;
}
header #logo img {
    max-width: 100%;
    height: auto;
}
header #menuTrigger{
    display: none;
}
header #menu {
    width: 74%;
    float: right;
    text-align: right;
    padding-right: 0px;
    padding: 11px 0;
}
header #menu .menu-ul{
    margin: 0;
    padding: 0;
    display: inline-block;
}
header #menu .menu-ul li{
    font-size: 16px;
    vertical-align: middle;
    color: #fff;
    display: inline-block;
    padding: 0px 20px;
    cursor: pointer;
    text-align: center;
}
header #menu .menu-ul li a{
    color: #fff;
    text-decoration: none;
}
header #menu .menu-ul li a:hover{
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 1px solid #03A9F4;
}
header #mobileMenu{
    display: none;
    position: absolute;
    width: 90%;
/*    top: 70px;*/
    margin: 0 auto;
    background-color: #fff;
    transform: translateZ(0);
      transform: translateY(30%);
      transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
}
header #mobileMenu .mobileMenu-ul{
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
   
    
}
header #mobileMenu .mobileMenu-ul li{
    display: block;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding:5px 0; 
    
}
header #mobileMenu .mobileMenu-ul li a{
    font-size: 16px;
    color: #000;
    display:block;
    text-decoration: none;
    text-align: center;
}
header #mobileMenu .mobileMenu-ul li a:hover{
    background-color: rgba(3, 169, 244, 0.65);
    color: #fff;
    padding: 0;
    margin: 0;
}
/* End of Header */
/* Home */
#home{
    position: relative;
    min-height: 655px;
}
#home1{
    position: relative;
    min-height: 0px;
}
.overlay {
    background-image: url(../images/grid.png);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    height: 100% !important;
}
.overlay1 {
	background-image: url(../images/grid.png);
	position: fixed;
	width: 100%;
	top: -3px;
	left: 0px;
	background-color:#000;
	height: 104px !important;
}
video {
    object-fit: fill;
    -moz-object-fit: fill;
    -webkit-object-fit: fill;
    -o-object-fit: fill;
    -ms-object-fit: fill;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    overflow: hidden;
    z-index: -9;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ticker{
   width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    position: absolute;
    top:30%;
    overflow: hidden; 
    
}
img { max-width:100%;}
.ticker h1, .new-head {
    font-size: 45px;
	text-transform: uppercase;
	margin:0px;
    color: #ffffff;
    font-family: "Vidaloka", serif !important;
}
.counter123 {
    font-size: 40px;
    color: #565656;
    font-family: 'Candal', sans-serif;
}
.text-gry { color: #565656;}
.ticker ul{
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ticker #vticker1 ul li{
    list-style-type: none;
    
}
.ticker #vticker1 ul li h3, .ticker #vticker1 ul li h2, .ticker #vticker1 ul li h1{
    color: #ff6d3b;
    font-size: 40px;
    text-align: left;
    font-family: 'Candal', sans-serif;
}
/*
.ticker #vticker2 ul{
    margin: 0 auto;
}
*/
.ticker #vticker2 ul li{
    list-style-type: none;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
}
.flexslider{
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    position: absolute;
    top:30%;
    overflow: hidden;
}
.flexslider .slides{
     width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.flexslider .slides li{
    overflow: hidden;
   
}
.flexslider .slides li h1{
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.flexslider .slides li p{
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    text-align: center;
}
.menuScroll{
    top: 70%;
    z-index: 6;
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    -webkit-animation: bounce 2s infinite linear;
    -khtml-animation: bounce 2s infinite linear;
    -moz-animation: bounce 2s infinite linear;
    -ms-animation: bounce 2s infinite linear;
    -o-animation: bounce 2s infinite linear;
    animation: bounce 2s infinite linear;
}
.menuScroll a{
    color: #fff;
    text-decoration: none;
}

/* Features */
#features{
    border-bottom: 1px dashed #ccc;
}
#featuresHeader{
     padding: 4% 0;
     transition: all 0.4s ease;
     width: 100%;
}
#featuresHeader h1{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color:#20b602;
    transition: all 0.6s ease;
}
#featuresHeader p{
    text-align: center;
    margin: 30px auto;
    font-size: 16px;
    width: 80%;
}
#features .features-section{
    margin-top: 30px;
}
#features .features-section .feature-grid{
    text-align: center;
}
#features .features-section .feature-grid h3{
      /*  font-size: 17px; */
	  
/*    font-weight: 600;*/
}
#features .features-section .feature-grid p{
    font-size: 16px;
    color: #000;
}

/* End of Features */

/* Benefits */

#benefits{
    border-bottom: 1px dashed #ccc;
}
#benefitsHeader{
     padding: 4% 0;
     transition: all 0.4s ease;
     width: 100%;
}
#benefitsHeader h1{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    transition: all 0.6s ease;
    color: #20b602;
    
}
#benefitsHeader p{
    text-align: center;
    margin: 30px auto;
    font-size: 16px;
    width:80%;
}
.benefits-section{
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.services-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #fff #fff rgb(153, 153, 153) rgb(153, 153, 153); /* Primary color, can be changed via colors.css */
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: border-color .2s ease-in-out;
       -moz-transition: border-color .2s ease-in-out;
            transition: border-color .2s ease-in-out;
    /* Firefox 3.0 damage limitation */
    display: block;
    width: 0;
}


.services-item{
    background: #f9f9f9;
    padding: 30px 20px 20px;
    margin: 15px 0;
    height: 225px;
    position: relative;
    color: #fff;
    overflow: hidden;
     -webkit-transition: background .5s ease-in-out;
        -moz-transition: background .5s ease-in-out;
             transition: background .5s ease-in-out;
}
.services-item h4{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: rgb(153, 153, 153);
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}


#benefits .services-item p{
    padding: 0;
    margin: 0;
    color:#999;
    background: none;
    font-size: 16px;
     -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
             transition: all .2s ease-in-out;
}


.services-item i{
    color: rgb(153, 153, 153); /* Primary color, can be changed via colors.css */
    padding: 0;
    margin: 0 0 10px 0;
     -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
             transition: all .2s ease-in-out;
}

.services-item:hover{
    background:#e5c5b1; /* Primary color, can be changed via colors.css */
     -webkit-transition: background .2s ease-in-out;
        -moz-transition: background .2s ease-in-out;
             transition: background .2s ease-in-out;
}


.services-item:hover h4{
    color:#fff;
            transform: translate(0,-5px);
     -webkit-transform: translate(0,-5px);
          -o-transform: translate(0,-5px); 
        -moz-transform: translate(0,-5px);
     -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
             transition: all .3s ease-in-out;
}

#benefits  .services-item:hover p{
    color:#fff;
            transform: translate(0,-10px);
     -webkit-transform: translate(0,-10px);
          -o-transform: translate(0,-10px); 
        -moz-transform: translate(0,-10px);
     -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
             transition: all .2s ease-in-out;
}

.services-item:hover i{
    color:#fff;
            transform: translate(0,-5px);
     -webkit-transform: translate(0,-5px);
          -o-transform: translate(0,-5px); 
        -moz-transform: translate(0,-5px);
     -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
             transition: all .2s ease-in-out;
}

.services-item:hover:before{
    border-color: #fff #fff #a5a5a5 #a5a5a5;
    -webkit-transition: border-color .2s ease-in-out;
       -moz-transition: border-color .2s ease-in-out;
            transition: border-color .2s ease-in-out;
}

/* solutions */
#solutions{
    border-bottom: 1px dashed #ccc;
    min-height: 667px;
    text-align: left;
}
#solutionsHeader{
     padding: 4% 0;
     transition: all 0.4s ease;
     width: 100%;
}
#solutionsHeader h2{
    text-align: center;
	margin-top:0px;
    color:#20B602;
    font-weight: bold;
    transition: all 0.6s ease;
}


#solutions .solutionsContent h3{
    color: #EE8430;
    font-size: 20px;
    line-height: 30px;
}
#solutions .solutionsContent ul{
    display: block;
    margin:0;
    padding:0;
/*    list-style-type: none;*/
}
#solutions .solutionsContent ul li{
/*    list-style-type: none;*/
    padding: 10px;
    margin-left: 0;
    font-size: 20px;
}
#solutions .solutionsContent a{
    color: #90C5FF;
    text-decoration: none;
    /* margin: 43px 5px; */
    margin: 30px 5px;
    display: block;
}
#solutions .solutionsContent a:hover{
    text-decoration: underline;
    
}
#solutions .solutionsContent ul.subHeading{
    display: block;
    margin:0;
    padding:0;
    list-style-type: none;
}
#solutions .solutionsContent ul.subHeading li{
    list-style-type: none;
    padding: 10px;
    margin-left: 0;
    font-size: 15px;
}
#solutions .solutionsContent ul.subHeading li a{
    color: #90C5FF;
    text-decoration: none;
    /* margin: 43px 5px; */
    margin: 5px 5px;
    display: block;
}

/* End Of Solutions*/

/* Solutions Page*/
#solutionsPage{
    border-bottom: 1px dashed #ccc;
    min-height: 667px;
    text-align: left;
}
#solutionsPageHeader{
     padding: 5% 0;
     transition: all 0.4s ease;
     width: 100%;
}
#solutionsPageHeader h1{
    text-align: center;
    font-size: 30px;
    color:#0BBF5E;
    font-weight: bold;
    transition: all 0.6s ease;
}
.solutionsPagePoints{
    padding: 2% 0;
    border-bottom: 2px dashed #ccc;
}
.solutionsPagePoints h3{
    color: #0A5CBF;
    font-size: 28px;
    padding: 20px 0;
}
.solutionsPagePoints p{
    font-size: 21px;
    line-height: 30px;
}
.solutionsPagePoints img{
    max-width: 100%;
    height: auto;
}
.solutionsPagePoints .slider1{
    max-width: 400px;
  height: 300px;
  margin: 20px auto;
  position: relative;
}
.solutionsPagePoints .slide1,.solutionsPagePoints .slide2,.solutionsPagePoints .slide3,.solutionsPagePoints .slide4,.solutionsPagePoints .slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
    margin: auto;
}
.solutionsPagePoints .slide1 {
  background: url(../images/VideoAnalytics/demographics.jpg)no-repeat center;
      background-size: contain;
    animation:fade 10s infinite;
-webkit-animation:fade 10s infinite;

} 
.solutionsPagePoints .slide2 {
  background: url(../images/VideoAnalytics/FacialRecognition.jpg)no-repeat center;
      background-size: contain;
    animation:fade2 10s infinite;
-webkit-animation:fade2 10s infinite;
}
.solutionsPagePoints .slide3 {
    background: url(../images/VideoAnalytics/LicensePlateRecognition.jpg)no-repeat center;
      background-size: contain;
    animation:fade3 10s infinite;
-webkit-animation:fade3 10s infinite;
}
.solutionsPagePoints .slide4 {
    background: url(../images/VideoAnalytics/people-counting.jpg)no-repeat center;
      background-size: contain;
    animation:fade4 10s infinite;
-webkit-animation:fade4 10s infinite;
}
.solutionsPagePoints .slide5 {
    background: url(../images/VideoAnalytics/queue%20management.jpg)no-repeat center;
      background-size: contain;
    animation:fade5 10s infinite;
-webkit-animation:fade5 10s infinite;
}
@keyframes fade1
{
  0%   {opacity:1}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
   0%   {opacity:0}
  20% { opacity: 1}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade3
{
   0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 1}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade4
{
   0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 1}
  80% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade5
{
   0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 1}
  100% { opacity: 0}
}
.solutionsPagePoints .slider2{
    max-width: 400px;
  height: 300px;
  margin: 20px auto;
  position: relative;
}
.solutionsPagePoints .slide1-1,.solutionsPagePoints .slide2-1,.solutionsPagePoints .slide3-1,.solutionsPagePoints .slide4-1,.solutionsPagePoints .slide5-1 {
  position: absolute;
  width: 100%;
  height: 100%;
    margin: auto;
}
.solutionsPagePoints .slide1-1 {
  background: url(../images/WebandSocialAnalytics/cost-effective.jpg)no-repeat center;
      background-size:  contain;
    animation:fade1-1 10s infinite;
-webkit-animation:fade-1 10s infinite;

} 
.solutionsPagePoints .slide2-1 {
  background: url(../images/WebandSocialAnalytics/customer_insight.png)no-repeat center;
      background-size:  contain;
    animation:fade2-1 10s infinite;
-webkit-animation:fade2-1 10s infinite;
}
.solutionsPagePoints .slide3-1 {
    background: url(../images/WebandSocialAnalytics/loyalty.jpg)no-repeat center;
      background-size:  contain;
    animation:fade3-1 8s infinite;
-webkit-animation:fade3-1 10s infinite;
}
.solutionsPagePoints .slide4-1 {
    background: url(../images/WebandSocialAnalytics/monitorsocialmedia.jpg)no-repeat center;
      background-size:  contain;
    animation:fade4-1 10s infinite;
-webkit-animation:fade4-1 10s infinite;
}
.solutionsPagePoints .slide5-1 {
    background: url(../images/WebandSocialAnalytics/SocialROI.jpg)no-repeat center;
      background-size: contain;
    animation:fade5-1 10s infinite;
-webkit-animation:fade5-1 10s infinite;
}
@keyframes fade1-1
{
  0%   {opacity:1}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2-1
{
   0%   {opacity:0}
  20% { opacity: 1}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade3-1
{
   0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 1}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade4-1
{
   0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 1}
  80% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade5-1
{
   0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 1}
  100% { opacity: 0}
}
.solutionsPagePoints .slider3{
    max-width: 400px;
  height: 300px;
  margin: 20px auto;
  position: relative;
}
.solutionsPagePoints .slide1-2,.solutionsPagePoints .slide2-2,.solutionsPagePoints .slide3-2,.solutionsPagePoints .slide4-2,.solutionsPagePoints .slide5-2 {
  position: absolute;
  width: 100%;
  height: 100%;
    margin: auto;
}
.solutionsPagePoints .slide1-2{
  background: url(../images/ConnectedEnterprise/flexibleruleengine.jpg)no-repeat center;
      background-size: contain;
    animation:fade1-2 10s infinite;
-webkit-animation:fade1-2 10s infinite;

} 
.solutionsPagePoints .slide2-2 {
  background: url(../images/ConnectedEnterprise/highlyscalable.png)no-repeat center;
      background-size: contain;
    animation:fade2-2 10s infinite;
-webkit-animation:fade2-2 10s infinite;
}
.solutionsPagePoints .slide3-2 {
    background: url(../images/ConnectedEnterprise/leavenodata.png)no-repeat center;
      background-size: contain;
    animation:fade3-2 10s infinite;
-webkit-animation:fade3-2 10s infinite;
}
.solutionsPagePoints .slide4-2 {
    background: url(../images/ConnectedEnterprise/managedevices.png)no-repeat center;
      background-size: contain;
    animation:fade4-2 10s infinite;
-webkit-animation:fade4-2 10s infinite;
}
.solutionsPagePoints .slide5-2 {
    background: url(../images/ConnectedEnterprise/prescriptiveanalytics.jpg)no-repeat center;
      background-size: contain;
    animation:fade5-2 10s infinite;
-webkit-animation:fade5-2 10s infinite;
}
@keyframes fade1-2
{
  0%   {opacity:1}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2-2
{
   0%   {opacity:0}
  20% { opacity: 1}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade3-2
{
   0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 1}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade4-2
{
   0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 1}
  80% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade5-2
{
   0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 1}
  100% { opacity: 0}
}
.solutionsPagePoints ul{
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.solutionsPagePoints ul li{
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    
}
.solutionsPagePoints ul.subParts {
    display: block;
    padding: 0;
    margin: 0;
}
.solutionsPagePoints ul.subParts li{
    display: block;
    font-size: 20px;
    margin: 10px 5px;
}
.solutionsPagePoints ul.subPartsub {
    display: block;
    padding: 0;
    margin: 0;
}
.solutionsPagePoints ul.subPartsub li{
    display: block;
    font-size: 15px;
    margin: 10px 5px;
    list-style-type: circle;
}
.solutionsTop {
    margin-bottom: 80px;
}
/* End Solutions Page*/

/* Datasheet Page*/
#datasheetPage{
    border-bottom: 1px dashed #ccc;
    min-height: 667px;
    text-align: left;
}
#datasheetPageHeader{
     padding: 4% 0 1% 0;
     transition: all 0.4s ease;
     width: 100%;
}
#datasheetPageHeader h1{
    text-align: center;
    font-size: 30px;
    color:#0BBF5E;
    font-weight: bold;
    transition: all 0.6s ease;
}
#datasheetPage .datasheetContent{
    margin: 0 30px;
    padding: 1% 0;
}
#datasheetPage .datasheetContent h3{
    color: #FF644D;
    font-size: 28px;
    padding: 20px 0;
}
#datasheetPage .datasheetContent h4{
    color: #016392;
    font-size: 24px;
    padding: 20px 0;
}
#datasheetPage .datasheetContent p{
    font-size: 18px;
    line-height: 30px;
    
}
#datasheetPage .datasheetContent ul{
    display: block;
    margin: 20px;
    padding: 20px;
}
#datasheetPage .datasheetContent ul li{
    font-size: 16px;
    margin-bottom:10px;
}
/* End Datasheet Page*/

/* Privacy Policy Page*/
#policyPage{
    border-bottom: 1px dashed #ccc;
    min-height: 667px;
    text-align: left;
}
#policyPageHeader{
     padding: 4% 0 1% 0;
     transition: all 0.4s ease;
     width: 100%;
}
#policyPageHeader h1{
    text-align: center;
    font-size: 30px;
    color:#6078D8;
    font-weight: bold;
    transition: all 0.6s ease;
}
#policyPage .policyContent{
    margin: 0 30px;
    padding: 1% 0;
}
#policyPage .policyContent h3{
    color:#2885D3;
    font-size: 28px;
    padding: 20px 0;
}

#policyPage .policyContent p{
    font-size: 18px;
    line-height: 30px;
    
}


/* End Of Privacy Policy Page*/
/* Terms Of Service Page*/
#termsPage{
    border-bottom: 1px dashed #ccc;
    min-height: 667px;
    text-align: left;
}
#termsPageHeader{
     padding: 4% 0 1% 0;
     transition: all 0.4s ease;
     width: 100%;
}
#termsPageHeader h1{
    text-align: center;
    font-size: 30px;
    color:#D14785;
    font-weight: bold;
    transition: all 0.6s ease;
}
#termsPageHeader p{
    text-align: center;
    font-size: 16px;
    
}
#termsPage .termsContent{
    margin: 0px 30px 0 30px;
    padding: 1% 0;
}
#termsPage .termsContent h3{
    color:#FA4F58;
    font-size: 28px;
    padding: 20px 0;
}

#termsPage .termsContent p{
    font-size: 18px;
    line-height: 30px;
    
}
#termsPage .termsContent ul{
    display: block;
}
#termsPage .termsContent ul li {
     font-size: 18px;
    line-height: 30px;
}


/* End Of Terms of Service Page*/
/* About Page */
#aboutPage{
    border-bottom: 1px dashed #ccc;
    min-height: 667px;
    
}
#aboutPageHeader{
     padding: 4% 0 1% 0;
     transition: all 0.4s ease;
     width: 100%;
}
#aboutPageHeader h1{
    text-align: center;
    font-size: 30px;
    color:#0BBF5E;
    font-weight: bold;
    transition: all 0.6s ease;
}
#aboutPage .aboutContent{
    margin: 20px 20px;
    padding: 20px;
}
#aboutPage .aboutContent h2{
     text-align: center;
    font-size: 25px;
}
#aboutPage .aboutContent p{
    font-size: 16px;
    line-height: 30px;
}
#aboutPage .aboutContent ul{
    display: block;
}
#aboutPage .aboutContent ul li{
    font-size: 16px;
    line-height: 25px;
    
}
#aboutPage .aboutPartners{
    width: 100%;
    background-color: #d3cece;
    text-align: center;
}
#aboutPage .aboutPartners img{
    margin: 20px;
    max-width: 150px;
    height: auto;
}
/* End of About Page */
/* Free Trial Page*/
#trialPage{
    border-bottom: 1px dashed #ccc;
    min-height: 667px;
    
}
#trialPageHeader{
     padding: 2% 0;
     transition: all 0.4s ease;
     width: 100%;
}
#trialPageHeader h1{
    text-align: center;
    font-size: 30px;
    color:#0BBF5E;
    font-weight: bold;
    transition: all 0.6s ease;
}


/* End of Free Trial Page*/

/* User Manual Page*/
#manualPage{
    border-bottom: 1px dashed #ccc;
   padding: 2%;
    text-align: left;
}
#manualPageHeader{
     padding: 5% 0;
     transition: all 0.4s ease;
     width: 100%;
}
#manualPageHeader h1{
    text-align: center;
    font-size: 30px;
    color:#0BBF5E;
    font-weight: bold;
    transition: all 0.6s ease;
}
#manualPageHeader p{
    font-size: 21px;
    text-align: center;
    line-height: 30px;
    color: #0A5CBF;
}
.manual-content{
    width: 60%;
    margin: 0 auto;
    border: 1px solid #ccc;
}
.manual-content h2{
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
}
.manual-content .content-list ul{
    list-style-type: none;
    display: block;
    
}
.manual-content .content-list ul li{
    font-size: 15px;
    
}
.contents{
    padding: 3% 0;
    height: 100%;
    border-bottom: 2px dashed #ccc;
    background-color: #ffffff;
}
#prerequisites .manual-content-text h1{
    font-size: 25px;
    text-align: center;
    color: #FF7900;

}
#prerequisites .manual-content-text ol{
    display: block;
    list-style: decimal;
   
}
#prerequisites .manual-content-text ol li{
    
    color: #000;
    font-size: 15px;
    
}
.contents .manual-content-text h1{
    font-size: 30px;
    color: #5BC236;
    padding: 2% 0;
    text-align: center;
    text-decoration: underline;
    
}
.contents .manual-content-text p{
    font-size: 16px;
/*    text-align: center;*/
    padding: 1% 0;
        margin: 0 60px;

}
.contents .manual-content-text ol{
    display: block;
     margin: 50px;
    list-style-position: inside;
    padding: 0;
}
.contents .manual-content-text ol li{
    
    color: #2A3C3C;
    list-style-position: inside;

    font-size: 15px;
    line-height: 30px;   
    margin-bottom: 20px;
}
.contents .manual-content-text .contentImage{
    width: 60%;
    margin: 0 auto;
}
.contents .manual-content-text .contentImage img{
    max-width: 100%;
}
/* End of User Manual Page*/



/* Pricing*/
#pricing{
    border-bottom: 1px dashed #ccc;
    min-height: 667px;
    padding-bottom: 3%;
    
}
#pricingHeader{
     padding: 5% 0;
     transition: all 0.4s ease;
     width: 100%;
}
#pricingHeader h1{
    text-align: center;
    font-size: 30px;
    color:#ADC822;
    transition: all 0.6s ease;
}

#pricing .deployment-options h2{
    font-size: 25px;
    color: #4EA32A;
}
#pricing .deployment-options p{
    font-size: 15px;
}
#pricing .deployment-options .deployment-list{
    margin: 20px;
}
#pricing .deployment-options .deployment-list ul{
    display: block;
    padding: 0;
    list-style-type: disc;
}
#pricing .deployment-options .deployment-list ul li {
    margin-bottom: 10px;
}
.pricing-text-bottom {
   
    padding: 3% 0;
    transition: all 0.4s ease;
}
.pricing-text-bottom h1{
    text-align: center;
    font-size: 30px;
    color:#41980D;
    transition: all 0.6s ease;
}
/*new pricing box*/
.priceBox{
    text-align: center;
/*
    display: flex;
    flex-wrap: wrap;
*/
}
.priceBox img{
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}
.price1 , .price2 , .price3 , .price4{
    width: 20%;
    margin: 1% auto;
}
.priceTop{
    background-color: #52A0EF;
    color: #fff;
    text-align: center;
/*    height: 90px;*/
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
        border-bottom: 2px solid #fff;

}
#priceTop1{
    background-color: #1BBC9B;
}
#priceTop3{
    background-color: #34495E;
}
#priceTop2{
    background-color: #FB9902;
}
#priceTop4{
    background-color: #C23A2C;
        padding: 35px 0;

}
.priceTop h3{
    font-size: 20px;
    margin: 10px auto;
}
.priceContent{
    background-image: -moz-linear-gradient(#fff,#eee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
    position: relative;
    text-align: center;
    height: 392px;
}
.priceContent .cost{
/*    position: absolute;*/
    width: 100%;
/*    top:-40px;*/
    background-color: #c4d7e3;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 30px;
    vertical-align: middle;
}
.priceContent .cost p{
    text-align: center;
}
.priceContent ul{
    display: block;
    padding: 10px;
    list-style: none;
    margin-top:5px; 
}
.priceContent ul li{
    font-size: 12px;
    margin-bottom: 8px;
}
.priceContent .priceBottom{
    position: absolute;
    bottom: 9px;
    width: 100%;
    text-align: center;
    margin: 1px auto;
    height: 40px;
}
.priceContent h4{
    font-size: 14px;
    /* color: #0D7EC3; */
    font-weight: 700;
    /* text-decoration: underline; */
    margin-bottom: 8px;
}
.priceContent .priceBottom a{
    text-decoration: none;
}
.btn1 {
  background: #37e6c0;
  background-image: -webkit-linear-gradient(top, #37e6c0, #227563);
  background-image: -moz-linear-gradient(top, #37e6c0, #227563);
  background-image: -ms-linear-gradient(top, #37e6c0, #227563);
  background-image: -o-linear-gradient(top, #37e6c0, #227563);
  background-image: linear-gradient(to bottom, #37e6c0, #227563);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 2px 0px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Courier New;
  color: #ffffff;
  font-size: 21px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn1:hover {
  background: #5edb94;
  text-decoration: none;
  color: #fff;    
}
.btn2 {
  background: #34495E;
  background-image: -webkit-linear-gradient(top, #34495E, #759abf);
  background-image: -moz-linear-gradient(top, #34495E, #759abf);
  background-image: -ms-linear-gradient(top, #34495E, #759abf);
  background-image: -o-linear-gradient(top, #34495E, #759abf);
  background-image: linear-gradient(to bottom, #34495E, #759abf);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 2px 0px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Courier New;
  color: #ffffff;
  font-size: 21px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn2:hover {
  background: #80a4c4;
  text-decoration: none;
  color: #fff;    
}
.btn3 {
  background: #C23A2C;
  background-image: -webkit-linear-gradient(top, #C23A2C, #ffa69e);
  background-image: -moz-linear-gradient(top, #C23A2C, #ffa69e);
  background-image: -ms-linear-gradient(top, #C23A2C, #ffa69e);
  background-image: -o-linear-gradient(top, #C23A2C, #ffa69e);
  background-image: linear-gradient(to bottom, #C23A2C, #ffa69e);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 2px 0px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Courier New;
  color: #ffffff;
  font-size: 21px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn3:hover {
  background: #e36458;
  text-decoration: none;
  color: #fff;    
}
.btn4{
 color: #FFFFFF;
 background-color: #FB9902; background-image: -webkit-gradient(linear, left top, left bottom, from(#FB9902), to(#FBC532));
 background-image: -webkit-linear-gradient(top, #FB9902, #FBC532);
 background-image: -moz-linear-gradient(top, #FB9902, #FBC532);
 background-image: -ms-linear-gradient(top, #FB9902, #FBC532);
 background-image: -o-linear-gradient(top, #FB9902, #FBC532);
 background-image: linear-gradient(to bottom, #FB9902, #FBC532);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FB9902, endColorstr=#FBC532);
   -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 2px 0px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Courier New;
 font-size: 21px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;   
}

.btn4:hover{
 background-color: #FBB244;
 text-decoration: none;
 color: #fff;
}
.priceContent input[type=checkbox]{
    visibility: hidden;
    margin-right: 10px;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.priceContent label{
    width: 15px;
    height: 15px;
    position: absolute;
    background-color:#fff ;
    left: 10px;
    margin-top:3px;
    z-index: 1;
    
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
    -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}
.priceContent input[type=checkbox]:checked + label {
	background-image: url(../images/tick10.png);
    border-radius: none;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width:1200px){
    .price1 , .price2 , .price3 , .price4{
    width: 35%;
    margin: 2% auto;
} 
}

@media screen and (max-width:840px){
   .price1 , .price2 , .price3 , .price4{
    width: 35%;
    margin: 2% auto;
} 
}
@media screen and (max-width:570px){
   .price1 , .price2 , .price3 , .price4{
    width: 63%;
    margin: 2% auto;
} 
}




/* End Of Pricing*/
/* Footer*/
footer{
    background-image: url(../images/grid.png);
    background-color: #333;
    padding: 15px 0px;
}
footer .footerAddress{
    text-align: left;
}
footer .footerAddress h2{
    color: #A8DE86;
}
footer .footerAddress ul{
    display: block;
    padding: 0;
    list-style-type: none;
}
footer .footerAddress ul li{
    font-size: 12px;
    color: #aaaaaa;
    margin-bottom: 3px;
    /* padding: 20px 0; */
}
footer .footerAddress ul li:hover{
    color:#f2ffb0;
    text-decoration: none;
}
footer .footerProduct{
    text-align: right;
    
}
footer .footerProduct h2{
    color: #A8DE86;
    font-size: 21px;
}
footer .footerProduct ul{
    display: block;
    padding: 0;
    margin-bottom: 25px;
    list-style-type: none;
}
footer .footerProduct ul li{
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
/*    padding: 20px 0;*/
}
footer .footerProduct ul li a{
    color: #aaaaaa;
    outline: none!important;
    text-decoration: none!important;
}
footer .footerProduct ul li a:hover{
    color:#f2ffb0;
    text-decoration: none;
}
footer .footerContact{
    text-align: center;
    
}
footer .footerContact .footerContactInside{
    margin-top: 25px;
   
}
footer .footerContact h2{
     color: #A8DE86;
    font-size: 21px;
}
.footerContact a{
   font-size: 15px;
    color: #aaaaaa;
    margin-bottom: 20px; 
}
.footerContact a:hover{
    color:#f2ffb0;
    text-decoration: none;
}
.footerContact .footerContactInside p{
    color: #FF9B6D;
    font-size:16px;
    padding-top: 25px;
    
}
.footerContact .footerContactInside ul {
    display: inline-block;
    text-align: center;
    list-style-type: none;
    padding: 0;
}
.footerContact .footerContactInside ul li{
    display: inline-block;
    margin-right: 2px;
}

.footerContact .footerContactInside ul li a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0px 2px;
    line-height: 30px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -khtml-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.footerContact .footerContactInside ul li a:hover i{
    color: #1294F6;
    background: #fff;
}
.footerBottom{
    border-top: 1px solid #f6f6f6;
    background-color: rgba(49, 49, 49, 0.99);
   line-height: 30px;
    padding: 15px 15px 0px 15px;
    min-height: 60px;
    margin: 0;
}
.footerBottom p{
    color: #fff;
    font-size: 12px;
    margin: 0 10px;
}
.footerBottom a{
    display: inline;
    color: #fff;
    font-size: 14px;
}
/* End Of Footer*/



/* Media Queries*/
@media only screen and (min-width : 700px){
 
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loading.gif) center no-repeat #fff;
}    
header.sticky{
    height: 72px;
    padding: 7px;
    background-image: url(../images/grid.png);
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    
}
#features .stickyHeader{
    background-color: #fff;
    text-align: center;
    position: fixed;
    top: 72px;
    z-index: 2;
    width: 100%;
    padding: 0;
    border-bottom: 2px solid #03A9F4;
}
#features .stickyHeader h1{
    text-align: center;
    font-size: 21px;
    color: #20b602;
    padding: 10px 0;
    margin: 0;
}
#features .stickyHeader p{
        display: none;
}    
#benefits .stickyHeader{
    background-color: #fff;
    text-align: center;
    position: fixed;
    top: 72px;
    z-index: 3;
    width: 100%;
    padding: 0%;
    border-bottom: 2px solid #03A9F4;
}
#benefits .stickyHeader h1{
    text-align: center;
    font-size: 25px;
    color: #ff6d3b;
}
#benefits .stickyHeader p{
        display: none;
}     
#solutions .stickyHeader{
    background-color: #fff;
    text-align: center;
    position: fixed;
    top: 72px;
    z-index: 5;
    width: 100%;
    padding: 0;
    border-bottom: 2px solid #03A9F4;
}
#solutions .stickyHeader h1{
   text-align: center;
    font-size: 21px;
    color: #666666;
    margin: 0;
    padding: 10px 0;
}
#solutions .stickyHeader p{
        display: none;
} 
#pricing .stickyHeader{
    background-color: #fff;
    text-align: center;
    position: fixed;
    top: 72px;
    z-index: 5;
    min-width: 111px;
    padding: 0;
    border-bottom: 2px solid #03A9F4;
}
#pricing .stickyHeader h1{
    text-align: center;
    font-size: 21px;
    color: #666666;
    margin: 0;
    padding: 10px 0;
}    

}
@media only screen and (max-width : 1024px ){
    .flexslider{
        width: 70%;
    }
    .ticker{
        width: 100%;
    }
    #featuresHeader, #benefitsHeader {
        padding: 7% 0;
    }
    #featuresHeader h1, #benefitsHeader h1  {
        font-size: 25px;
        transition: all 0.6s ease;
    }
    .services-item {
        height:200px;    
    }
    .services-item h4 {
        font-size: 17px;
    }
    #benefits .services-item p{
        font-size: 15px;
    }
}
@media only screen and (max-width : 1024px ){
    .ticker #vticker1 ul li h3, .ticker #vticker1 ul li h2, .ticker #vticker1 ul li h1{
        font-size: 23px;
    }
    .ticker h3, .ticker h2{
         font-size: 23px;
    }
}
@media only screen and (max-width : 1100px ){
    .ticker #vticker1 ul li h3, .ticker #vticker1 ul li h2, .ticker #vticker1 ul li h1{
        font-size: 23px;
        text-align: center;
    }
    .ticker h3, .ticker h2, .ticker #vticker1 ul li h2, .ticker h1{
         font-size: 23px;
        text-align: center;
    }
    #vticker1 ul{
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    #vticker2{
        width: 100%!important;
    }
    #vticker2 ul{
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width : 650px ){
    .ticker #vticker2 ul li{
        font-size: 20px;
}
    
}
@media only screen and (max-width : 410px ){
    .ticker h3, .ticker h2, .ticker h1{
        font-size: 25px;
}}
@media only screen and (max-width : 700px ){
    header #menu{
        display: none;
    }
    header #menuTrigger{
        display: block;
        position : absolute;
        top: 10px;
        right: 40px;
        cursor: pointer;
    }
    #trigger-menu{
        color: #fff;
        font-size: 30px;
    }
    header #logo{
        width: 35%;
    }
    .flexslider {
        width: 88%;
    }
    #manualPage .manual-content {
    width: 95%;
    margin: 0 auto;
}    
    
}
@media only screen and (max-width : 740px ){
    footer .footerAddress, footer .footerContact, footer .footerProduct {
        text-align: center;
    }
}
@media only screen and (max-width : 500px ){
    #home {
    background-color: #2f3f47;
    background-image: url("../images/arabesque.png");
    }
    video {
    width: 100%;
    height: 100%;
    /*top: 45%;*/
    left: 50%;
    overflow: hidden;
    z-index: 1;
    }
    .ticker{
        z-index:3;
    }
    .flexslider{
       z-index:3;
    }
    header #logo{
        width: 50%;
    }
    header #menuTrigger{
        top:30px;
    }
     #manualPage .manual-content {
    width: 100%;
    margin: 0 auto;
    padding: 0;     
}
    #featuresHeader{
     padding: 17% 0;
}
#benefitsHeader{
     padding: 17% 0;
 }
#solutionsHeader{
     padding: 17% 0;
 }
#pricingHeader{
     padding: 17% 0;
 }
    #manualPageHeader {
    padding: 17% 0;
    }
    .contents .manual-content-text h1{
      padding: 10% 0;  
    }
    #aboutPageHeader{
            padding: 17% 0 1% 0;

    }
    #datasheetPageHeader{
          padding: 17% 0 1% 0; 
    }
    #policyPageHeader{
        padding: 17% 0 1% 0; 
    }
    #solutionsPageHeader{
       padding: 17% 0 1% 0;  
    }
    #termsPageHeader{
      padding: 17% 0 1% 0;  
    }
    .solutionsImage img{
        max-width:100%;
        height:auto;
    }
}

















