﻿@media only screen and (min-width: 1400px) {
    /*.mobile.features {
        display: block;
    }*/
}
@media only screen and (min-width: 600px) {
    /*.mobile.features1 {
        display: block;
    }*/
    .mobile.features {
        /*display: none!important;*/
    }
}
/*.feature-block-main1 .col-xs-3 {
        width: 25%;
}
.feature-block-main1 img {
        width: 100px;
}
.vegas-wrapper {
    display: flex;
    justify-content: center;

}
.w3-button:hover {
    color: white!important;
    background-color: #222!important;
}*/
/*.w3-button {
    color: white!important;
    background-color: #222!important;
}*/
.w3-bar-block .w3-bar-item {
    color: #959595;
}
.w3-border {
    border: 1px solid #959595!important;
    background-color: #222;
}
h1, h2, h3, p {
    font-family: 'Roboto', sans-serif;
line-height: 1.4em;
    font-size: 12px;
}

.table-responsive { overflow-x: scroll; }
.table th,.table td { min-width: 200px; }
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 10px;
}
.text-white a:hover {
    color:black;
}
.fa:hover {
    color: skyblue;
}
#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;    border-radius: 5px;
}
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.inner:hover {
    background-color:rgba(95, 85, 85, 0.7);
    color:white;
}
body{
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    
}

.center{
    text-align: center;
}

a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3,p{
     font-family: 'Roboto', sans-serif;
}

p{
    line-height: 1.4em;
    font-size: 20px;
}

h1{
    font-size: 3.3em;
    line-height: 1.5em;
        text-transform: uppercase;
    font-weight: 500;
}

h2{
    font-size: 2.4em;
    line-height: 1.5em;
        text-transform: uppercase;
    font-weight: 500;
    
}
.text-gray{
    color: #333;
}

.text-lg-gray{
    color: #999;
}

.text-yellow{
    color: rgba(249, 186, 46, 0.8);
}

.text-blue{
    /*color: #02adea;*/
   color:rgb(17, 95, 176);
}

.text-white{
    color:#fff;
}

.text-black{
    color:#111;
}

.bg-yellow{
   background-color: rgba(249, 186, 46, 0.8);

}

.bg-blue{
    /*background-color: #02adea;*/
    background-color:rgba(4, 67, 243, 0.85);
}

.bg-black{
    background-color: #262626;
}

.well-marg-4{
    margin:4em 0em;
}

.well-4{
    padding: 4em 0em;
}

.well-2{
    padding: 2em 0em;
}

.well-bottom-2{
    padding-bottom: 2em;
}

.well-marg-bottom-2{
    margin-bottom: 2em;
    margin-top:2em;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

h3{
    font-size: 1.4em;
    line-height:1.2em; 
    font-weight: 400;
    text-transform: uppercase;
}


header{
    background: #222;
    position: relative;
    top:0;
    left:0;
    width: 100%;
    z-index: 100;
}

.content-container{
   /* margin-top:60px;*/
}

@media only screen and (max-width:768px){
    body{
        font: 14px;
    }
    
    .content-container{
        /*margin-top: 56px;*/
    }
}

.logo{
    float: left;
    padding-top:1em;
    padding-bottom:1em;
}
.logo img{
    width:150px;
}

nav{
    /*float: right;
    padding-top:0.3em;
    padding-right: 4em;*/
}

@media only screen and (max-width:1200px){
    nav{
        padding-right: 0em;
    }
}



.nav-items{
    list-style-type: none;
}

.nav-items li{
    display: inline-block;
    padding: 3px;
}

.nav-items li a{
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    font-size: 18px;
    color: #999;
    font-weight: 400;
    text-transform:capitalize;
    font-family: 'Roboto', sans-serif;
    -moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
}

@media only screen and (max-width:992px){
    nav{
        float: none;
        text-align: center;
    }
    
    .logo{
        float: none;
        text-align: center
    }
    
    .nav-items li a{
        padding: 0.6em 0.5em;
    }
}

@media only screen and (max-width:768px){
    
    .logo{
        float: none;
        text-align: left;
    }
    
    nav{
        display: none;
    }
    
}

.icon-menu{
    display: none;
}

.icon-menu{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 1em;
    right: 1em;
    vertical-align: middle;
    float: right;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    cursor: pointer;
}

.icon-menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
}

.icon-menu span:nth-child(1) {
    top: 0;
}
.icon-menu span:nth-child(2), .icon-menu span:nth-child(3) {
    top: 11px;
}

.icon-menu span:nth-child(4) {
    top: 23px;
}

.icon-menu.open span:nth-child(1), .icon-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

.icon-menu.open span:nth-child(2) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.icon-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.nav-items li a:hover{
    color:#fff;
}

@media only screen and (max-width:768px)
{
    .icon-menu{
        display: inline-block;
    }
    
    nav{
        width: 100%;
    text-align: left;
    }
    
    .nav-items li{
        display: block;
    }
    
    nav.open{
        display: block;
    }
}

.masthead{
   
}

.masthead-content{
    padding-top: 0em;
}

.slides{
    height: 180vh !important;
    position: relative;
}

.main-heading {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: #000000; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #000000 , #e74c3c); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #000000 , #e74c3c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
    border-radius: 30px;
    -webkit-border-radius: 30px;
}


.btn-block{
    margin:30vh 0em;
    width:100%;
}

.btn-div{
    margin: 0 auto;
    text-align: center;
}

.btn-div .btn-wrap{
    background: rgba(249, 186, 46, 0.5);
    color: #fff;
    display: inline-block;
    font-size: 2.5em;
    -moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
    font-weight: 600;
}

.cta{
    padding: 2em;
    position: relative;
}

.cta:after{
     content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
background: #fff;
height: 0;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
}



.btn-div .btn-wrap:first-of-type{
    margin-right: 1.5em;
}

.btn-wrap:hover .cta:after{
    height: 20px;
}

@media only screen and (max-width:768px){
    .main-heading h2{
        font-size: 2em;
    }
    
    .masthead-content{
        width:70%;margin:0 auto;
    }
}

@media only screen and (max-width:480px){
    .masthead-content{
        width:100%;margin:0 auto;
    }
}

.bg-lg-yellow{
        background: rgba(249, 186, 46, 0.6);
}

.bg-white{
    background-color: #fefefe;
}
.feature{
    padding: 3em 1em;
    text-align: center
}

.well{
    padding: 1em 1em;
}

.well-sm-2{
    padding: 2em 0em;
}

.feature-block{
    padding: 0.5em;
    text-align: center;
}
.fullImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
img {
    max-width: 100%;
}
.inner-image {
    /*position:absolute;*/
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.inner-image img {
    height:100%;
    width:100%;
}


.feature-block-main{
    color:#fff;
    text-align: center
}

.feature-block{
    width: 255px;
    padding: 2em;
    height: 255px;
    border-radius: 100%;
    position: relative;
    
}

.feature-block .fa{
    font-size: 5em;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
}
.feature-block-main h3:hover{
    background: rgba(95, 85, 85, 0.7);
}
.feature-block-main p:hover{
    background: rgba(95, 85, 85, 0.7);
}
.feature-block-main h3{
    margin-top: 1em;
    /*background: rgba(95, 85, 85, 0.7);*/
}
.feature-block-main p{
    /*background: rgba(95, 85, 85, 0.7);*/
    font-size: 1em;
}

.feature-block h3{
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0.5em;
}

.mobile.features{
    display: none;
}

@media only screen and (max-width:1200px){
    .mobile.features{
        display: block;
    }
    
    .section-features{
        display: none;
    }
    
    .slides{
        height: 120vh !important;
    }
    .feature-block{
        margin:0 auto;
        padding:0;
    }
    
    .feature-block-main{
        color:#000;
        margin-bottom: 2em;
    }
    .h3 {
        line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    }
}


#about {
    
    background-image: url('../Images/2.jpg');
    background-size: cover;
    background-position: center center;
}
@media only screen and (max-width: 600px) {
    .text-black {
        font-size:17px !important;
    }
    #helpdesk
    {
       line-height: 1.2em !important;
    font-size: 17px !important;
}
    
}
/*@media only screen and (max-width: 360px) {
    .form-wrap {
        margin-left:-1em !important;
        margin-right:-1em !important;*/

    
@media only screen and (min-width:320px)and (max-width:540px ) {
	.form-wrap{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}




.timeline-block{
    width:60%;
    margin-bottom: 5em;
}

.timeline-grid .timeline-block:nth-of-type(even){
    margin-left: 40%;
}

.timeline-desc{
    display: inline-block;
    width:65.667%;
    vertical-align: middle;
    padding: 0 15px;
}


.timeline-img-wrap{
    width:33.33%;
    display: inline-block;
    vertical-align: middle;
    /*padding: 0 15px;*/
     /*border: 8px solid #02adea;*/
     border: 5px solid rgb(17, 95, 176);
    border-radius: 50%;
    padding: 0;
}



.img-content{
    position: relative;
}


.img-content:after{
    content: '';
    height: 38%;
    width: 3px;
    /*background-color: #02adea;*/
    background-color:rgba(4, 67, 243, 0.85);
    bottom: -90px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
}

.timeline-grid .timeline-block:last-child .timeline-img-wrap .img-content:after{
    background-color: transparent;
}

.year-title{
    font-size: 1.4em;
    font-weight: 600;
    /*color: #02adea;*/
    color: rgb(17, 95, 176);
}

.timeline-content >p{
    font-size: 1.4em;
}

.content-wrap{
    padding:2em;
}


.content-wrap p{
    margin-top:2em;
}

ul{
    list-style-type: none;
}

.timeline{
    width:100%;
    text-align: left;
    list-style-type:disc;
    margin-top: 2em;
}

@media only screen and (max-width:1200px){
    .img-content:after{
        bottom: -98px;
        height: 44%;
    }
}

@media only screen and (max-width:768px){
    .timeline-block{
        width:100%;
    }
    .timeline-grid .timeline-block:nth-of-type(even){
        margin-left: 0%;
    }
    
    .timeline-content > p{
        font-size: 17px;
    }
    .img-content:after{
        background-color:transparent;
    }
   
}
@media only screen and (max-width:800px){
    .timeline-block{
        width:100%;
    }
    .timeline-grid .timeline-block:nth-of-type(even){
        margin-left: 0%;
    }
    
    .timeline-content > p{
        font-size: 17px;
    }
    .img-content:after{
        background-color:transparent;
    }
   
}
@media only screen and (max-width:980px){
    .timeline-block{
        width:100%;
    }
    .timeline-grid .timeline-block:nth-of-type(even){
        margin-left: 0%;
    }
    
    .timeline-content > p{
        font-size: 17px;
    }
    .img-content:after{
        background-color:transparent;
    }
   
}
@media only screen and (max-width:380px){
    .timeline-block{
        width:100%;
    }
    .timeline-grid .timeline-block:nth-of-type(even){
        margin-left: 30%;
    }
    .timeline-desc{
    display: inline-block;
    width:40%;
    vertical-align: middle;
    padding: 0 15px;
}
    

    
    .timeline-content  p{
        font-size: 15px;
    }
    .img-content:after{
        background-color:transparent;
    }
   
}
    


iframe{
    width:100%;
}

.timeline li{
    margin-bottom: 1.5em;
}

.timeline li p{
    font-size: 1.5em;
}

.skill-box{
        padding: 0.5em;
    cursor: pointer;
}

.skill-box .wrap{
    /*height:300px;*/
    position: relative;
    border-radius: 20px;
    /*border: 2px solid #02adea;*/
    border:2px solid rgb(17, 95, 176);
    text-align: center;
    background-color: #262626;
    transition: all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    overflow:hidden;
}
.link.link--kukuri {
    font-size: x-large;
}
.row {
    padding-top: 30px;
}
    .skill-box:hover .wrap {
        background-color:grey;
        /*rgba(0,0,0,0.6)*/
        color:#262626
    }

.skill-box .wrap .inner{
    position: absolute;
    top:95%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
   width:100%;
    padding: 0.5em;
    font-size: 1.3em;
}


.inner p{
    font-size: 1.9em;
    text-transform: uppercase;
    color:#fff;
}

.hover-content{
        position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.hover-content p{
    position: absolute;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.skill-box .wrap{
    position: relative;
}

.form-wrap1 {
    background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: relative;
  margin-top:30px;
	margin-left: -218px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.form-wrap {
    background-color: rgba(72,72,72,0.4);
    /* padding-left: 35px; */
    /* padding-right: 35px; */
    /* padding-top: 35px; */
    /* padding-bottom: 50px; */
    width: 100%;
    /* float: left; */
    /* left: 20%; */
    position: relative;
    /* margin-top: 30px; */
    /* margin-left: -218px; */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

input[type="text"], input[type="email"] {
    /*display: block;
    height: 55px;
    /*background-color: #02adea;*/
    /*background-color:rgba(51, 51, 51, 0.59);
    color: #fff;
    text-indent: 15px;
    border: none;
    font-size: 1.2em;
    width:100%;
    margin-bottom: 1em;
    outline: none;*/

    color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}
input[type=submit] {
    /*-webkit-appearance: button;
  
    border: 0;
    outline:none;
    padding: 1.2em 2em;
    /*background-color: #02adea;*/
    /*background-color:rgba(51, 51, 51, 0.59);
    color: #eee;
    font-size: 1.2em;
    text-transform: uppercase;
    transition: all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;*/

    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #115fb0;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;

}
input[type=submit]:hover {
	color: #3498db;
}
select[name="version"] {
    display: block;
    height: 55px;
    /*background-color: #02adea;*/
    background-color: #eee;
    color: #333 !important;
    text-indent: 15px;
    border: none;
    font-size: 1.2em;
    width: 100%;
    margin-bottom: 1em;
    outline: none;
}
.ErrorMessage
{
    position:relative;
    left: 80px;
    width: 150px;
    font-weight: bold;
    display:inline;
    float: right;
}
.alert-danger {
    padding: 10px;
    background: #F33;
    border-radius: 5px;
        margin-bottom: 10px;
}
.alert-success {
    padding: 10px;
    background: #409243;
    border-radius: 5px;
        margin-bottom: 10px;
}


::-webkit-input-placeholder { 
  /*color:#fff;*/
   color:black;
    font-size: inherit;
    font: inherit;
}
::-moz-placeholder { 
  /*color:#fff;*/
  color:black;
    font-size: inherit;
    font: inherit;
}
:-ms-input-placeholder { 
  /*color:#fff;*/
  color:black;
    font-size: inherit;
    font: inherit;
}
:-moz-placeholder { 
 /*color:#fff;*/
 color:black;
    font-size: inherit;
    font: inherit;
}

textarea{
    /*display: block;
    height: 100px;*/
    /*background-color: #02adea;*/
    /*background-color:rgba(51, 51, 51, 0.59);
    color: #fff;
    text-indent: 15px;
    border: none;
    font-size: 1.2em;
    width: 100%;
    margin-bottom: 1em;
    outline: none;
    padding-top: 1em;*/

     color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}


.link-btn{
    border: 0;
    outline:none;
    padding: 1.2em 2em;
    /*background-color: #02adea;*/
    background-color:rgba(4, 67, 243, 0.85);
    color: #222;
    font-size: 1.2em;
    text-transform: uppercase;
    transition: all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
}

.link-btn:hover{
    color: #fff;
}

footer ul li{
    display: inline-block;
    
}

footer ul li a{
    color:#000;
    font-size: 2em;
    display: inline-block;
    width: 50px;
    padding: 0.4em;
    background-color: #fff;
    margin-right: 0.5em;
    transition: all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    border-radius: 5px;
}

footer ul li a:hover{
    color:#fff;
    background-color: #000;
}

@media only screen and (max-width:768px){
    .footer-contact{
        margin-bottom: 2em;
    }
    .price-top {
    background: #02adea;
    
    padding: 2em;
    border-radius: 0.4em 0.4em 0em 0em;
    -webkit-border-radius: 0.4em 0.4em 0em 0em;
    -o-border-radius: 0.4em 0.4em 0em 0em;
    -moz-border-radius: 0.4em 0.4em 0em 0em;
    text-align:center;
    font-size:10px;
}
}
@media only screen and (max-width:1024px){
 .price-top {
    background: #02adea;
    padding: 2em;
    border-radius: 0.4em 0.4em 0em 0em;
    -webkit-border-radius: 0.4em 0.4em 0em 0em;
    -o-border-radius: 0.4em 0.4em 0em 0em;
    -moz-border-radius: 0.4em 0.4em 0em 0em;
    text-align:center;
    font-size:10px;
}
}


.animated {
    background-color:#1260b1 !important;
    color:#fff !important;
    
}
.zoomIn {
    width: 95% !important;
    /*height: 90% !important;*/
    top: 5% !important;
    left: 2% !important;
    background-color: #1260b1 !important;
    overflow-y: unset !important;
    z-index:1;
}

.modal-close .fa-times {
    color: #fff !important;
}



.btn-wrap a img{
    max-width: 250px;
    display: inline-block !important;
} 
.price-top {
    height: 165px;
    /*background: #02adea;*/
    /*background:rgba(4, 67, 243, 0.85);*/
   background: rgba(0, 84, 171, 0.93);
    padding: 5px;
    border-radius: 0.4em 0.4em 0em 0em;
    -webkit-border-radius: 0.4em 0.4em 0em 0em;
    -o-border-radius: 0.4em 0.4em 0em 0em;
    -moz-border-radius: 0.4em 0.4em 0em 0em;
    text-align:center;
}
.price-bottom {
    padding: 2em 0;
    background: #F4F4F4;
    border: 1px solid #ddd;
    border-top: none;
}
.price-bottom h3 {
    font-size: 2.5em;
    color: #333;
}
.price-bottom p {
    font-size: 0.9em;
   /* text-transform: uppercase;*/
    color: #999;
    margin-bottom: 0.8em;
}
.price-bottom ul li {
    font-size: 1em;
    line-height: 1.9em;
    color: #333;
    padding: .3em 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-align:center;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fa-times {
    color:red;
    font-size:1.4em;
}
.fa-check {
    color:green;
    font-size:1.4em;
}
.fa-phone {
    color:white;
    font-size:2em;
}

a.button {
    font-size: 0.9em;
    text-transform: uppercase;
    padding: .6em 1em;
    /*background:#02adea;*/
    background:rgb(17, 95, 176);
    color: #fff;
    display: block;
    width: 100%;
    margin: 1.5em auto 0;
    border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
.pricing:hover a.button {
        background: black;
        color:white;

    /*background: #DECBA5;*/
    transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
}
.pricing {
    /*float: left;
    width: 24%;*/
    text-align: center;
    margin-right: 1%;
}
/*media all*/
.modal {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1050;
    display: none;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
/*media all*/
.fade {
   /* opacity: 0;*/
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    padding:50px;
}
/*media all*/
.modal-header .close {
    margin-top: -2px;
}
/*media all*/
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin:17px;
}
/*media all*/
.close {
    float: right;
    font-size: 3em;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0px 1px 0px #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
    position:absolute;
    right:0.5em;top:0.5em;
}
/*@media all and (min-width:768px)*/
.modal-dialog {
    width: 100%;
    margin: 30px auto;
}
/*media all*/
.modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
/*media all*/
.modal-content {
    padding: 3em;
    position: relative;
    /* background-color: #fff; */
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    height: 90% !important;
    overflow-y: auto !important;
}
/*border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 9px rgba(0,0,0,0.5);*/
@media only screen and (min-width:768px) {
    .modal-content {
        /*padding: 3em;*/
        position: relative;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        padding-top: 0px;
        width: 100%;
        padding-left:0;
       
        margin-top: 0;
    }
    .p{
        font-size:10px;
    }


    .modal-content h2 {
        font-size: 2em;
    }
}
/*media all*/
.modal-body {
    padding: 5px 25px 25px 25px;
}
/*media all*/
.modal-body {
    position: relative;
    padding: 15px;
}
/*media all*/
.modal-header {
    border: none;
}
/*media all*/
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}




#contact {
   background-image: url('../Images/contacts.jpg');
    background-size: cover;
    background-position: center center;
   
}



.animated {
    background-color:#1260b1!important;
    color:#fff !important;
    
}
.modal-close{
    color:#fff;
    font-size: 1.5em;
    text-align: right;
    margin-right: 1.5em;
    margin-top: 1em;
    cursor: pointer;
    
}
.btn-wrap a img{
    max-width: 250px;
    display: inline-block !important;
} 
#modalfeatureBlock{
   width:25em !important;
    height:45em !important;
    top:70% !important;
    left:15% !important;
    overflow:visible !important;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
     background: transparent !important;
}
#modalfeatureBlock2{
    width:25em !important;
    height:45em !important;
    top:70% !important;
    left:40% !important;
    overflow:visible !important;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
     background: transparent !important;


}
#modalfeatureBlock3{
  width:25em !important;
    height:45em !important;
    top:70% !important;
    left:62% !important;
    overflow:visible !important;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
     background: transparent !important;
}
#modalfeatureBlock4{
   width:25em !important;
    height:45em !important;
    top:70% !important;
    left:85% !important;
    overflow:visible !important;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
     background: transparent !important;
}
#modalIphone {
    width:25em !important;
    height:45em !important;
    top:70% !important;
    left:25% !important;
    overflow:visible !important;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
     background: transparent !important;

}

 





    .span.field-validation-error {
        font-size: 18px;
        color: red;
    }

    @media all and (min-width:768px) {
        .vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
        }
    }

    @media only screen and (min-width: 1600px) {
        .slides {
            height: 110vh !important;
        }
    }

    @media only screen and (max-width: 768px) {
        .p {
            font-size: 19px;
        }
    }


    /* entire container, keeps perspective */
    .icon-1 {
        perspective: 1000px;
    }
        /* flip the pane when hovered */
        .icon-1:hover .flipper, .icon-1.hover .flipper {
            transform: rotateY(180deg);
        }

    .icon-1, .front, .back {
        width: 262px;
        height: 262px;
    }

    /* flip speed goes here */
    .flipper {
        transition: 0.6s;
        transform-style: preserve-3d;
        position: relative;
    }

    /* hide back of pane during swap */
    .front, .back {
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* front pane, placed above back */
    .front {
        z-index: 2;
        /* for firefox 31 */
        transform: rotateY(0deg);
    }

    /* back, initially hidden pane */
    .back {
        transform: rotateY(180deg);
    }
        
    /* Icons Screen Hover Text*/
    .statstooltiptextAlarms, .statstooltiptextAssets, .statstooltiptextConnections, .statstooltiptextAccounts {
        display:none;
        width: auto;
        background-color: black;
        color: #fff;
        border-radius: 5px;        
        border-bottom: 1px dotted black;
        text-align:center;
        padding:10px;
        line-height:20px;
    }
    #divAreaMode:hover .statstooltiptextAssets  {
            display:block;
            position:fixed;
    }
    #divAreaComStatus:hover .statstooltiptextConnections  {
            display:block;
            position:fixed;
    }
    #divAreaRecMode:hover .statstooltiptextAccounts  {
            display:block;
            position:fixed;
    }
    #divAreaStatus:hover .statstooltiptextAlarms  {
            display:block;
            position:fixed;
    }
    .close-modalfeatureBlock.modal-close, .close-modalfeatureBlock2.modal-close, .close-modalfeatureBlock3.modal-close, .close-modalfeatureBlock4.modal-close {
        color: #fff;
        font-size: 1.5em;
        text-align: right;
        margin-right: 1.5em;
        margin-top: 1em;
        cursor: pointer;
    }

    .modal-closesfeature {
        color: #fff;
        font-size: 1.5em;
        text-align: right;
        margin-right: 1.5em;
        margin-top: 1em;
        cursor: pointer;
    }
    /* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}



    /* The actual popup (appears on top) */
    .popup .popuptext {
        visibility: hidden;
        width: 461px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -232px;
    }

    @media only screen and (max-width:425px) {
        .popup .popuptext {
            visibility: hidden;
            width: 311px;
            background-color: #555;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 8px 0;
            position: absolute;
            z-index: 1;
            bottom: 99%;
            left: 70%;
            margin-left: -232px;
            font-size: 14px;
        }
    }
    /* Popup arrow */
    .popup .popuptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

    /* Toggle this class when clicking on the popup container (hide and show the popup) */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

    /* Add animation (fade in the popup) */
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @media only screen and (max-width:768px) {
        .icon-1, .front, .back {
            width: 255px;
            height: 255px;
            border-radius: 100%;
            position: relative;
            margin: 0;
        }
    }

    @media only screen and (max-width:1200px) {
        .icon-1, .front, .back {
            width: 255px;
            height: 255px;
            border-radius: 100%;
            position: relative;
            margin: 0;
        }
    }

.modal-content ul {
    list-style-type: disc;
    padding: 15px;
    margin: 10px;
}
.modal-content li {
    padding: 10px;
}
@font-face {
    font-family: 'MicrogrammaDEEMedExt Regular';
    src: url('../fonts/MicrogrammaDEEMedExt Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Microgramma Normal';
    src: url('../fonts/Microgramma Normal.ttf') format('truetype');
}
.nav-link {
    font-family: 'MicrogrammaDEEMedExt Regular' !important;
}
a.nav-link {
    text-decoration: none !important;
    font-size: 18pt;
}
.icon-1 {
    display: block;
    margin: auto;
}
.jssorl-009-spin img{animation-name:jssorl-009-spin;animation-duration:1.6s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes jssorl-009-spin{from{transform:rotate(0);}to{transform:rotate(360deg);}}.jssorb057 .i{position:absolute;cursor:pointer}.jssorb057 .i .b{fill:none;stroke:#000;stroke-width:2000;stroke-miterlimit:10;stroke-opacity:.4}.jssorb057 .i:hover .b{stroke-opacity:.7}.jssorb057 .iav .b{stroke-opacity:1}.jssorb057 .i.idn{opacity:.3}.jssora073{display:block;position:absolute;cursor:pointer}.jssora073 .a{fill:#ddd;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7}.jssora073:hover{opacity:.8}.jssora073.jssora073dn{opacity:.4}.jssora073.jssora073ds{opacity:.3;pointer-events:none}