@charset "UTF-8";
/* Compass, Bootstrap and Variables */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
    color: #636c76;
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
	margin: 0;
    line-height: 1.42857;
}
.site-logo {
    display: table;
    float: left;
    height: 100%;
    margin: 18px 0 0;
}

.i-slider{ position:relative; background-size:cover; height:400px; padding:100px 0;}
.i-slider .i-slide{margin:0 auto; width:1000px;}
.i-slider .i-slide .left-slide{margin:45px 0 0 0; padding:0px; width:500px; float:left;}
.i-slider .i-slide .right-slide{margin:120px 0 0 40px; padding:0px; width:500px; float:left;}
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*----- Menu Outline -----*/
.menu-wrap {
    position: relative;
    z-index: 9999;
}
.top-menu {
    float: right;
    margin: 20px 0 0;
}
.top-menu > a {
    border-right: 1px solid #9a9a9a;
    float: left;
    padding: 0 11px !important;
}
.top-menu .Worldicon {
    background-image: url("/media/1393/worldicon.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    margin-left: 10px !important;
    padding-left: 25px;
	border-right: medium none;
}
.top-menu li {
    margin:0px;
    list-style:none;
    font-family: 'Open Sans', sans-serif;
	font-weight:100;
}
.top-menu a {
    transition:all linear 0.15s;
    color:#000;
    text-decoration:none;
}
.top-menu li:hover > a, .top-menu .current-item > a {
    text-decoration:none;
    color:#000;
}
.top-menu .arrow {
    font-size:11px;
    line-height:0%;
}
/*----- Top Level -----*/
.top-menu > ul > li {
    border-right: 1px solid #ccc;
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 10px;
    position: relative;
}
.top-menu > ul > li > a {
    padding:0;
    display:inline-block;
}
.top-menu > ul > li:hover > a, .top-menu > ul > .current-item > a {
}
/*----- Bottom Level -----*/
.top-menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}
.top-menu .sub-menu {
    width:100%;
    padding:5px 0px;
    position:absolute;
    top:100%;
    left:0px;
	z-index:99999999999;
    opacity:0;
    transition:opacity linear 0.15s;
	border-bottom:2px solid #1977b2;
	background-color: #fff;
}
 
.top-menu .sub-menu li {
    display:block;
    font-size:15px;
}
 
.sub-menu li a {
    padding:10px 30px;
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
	text-decoration:underline;
}
/* ======================== Main Navigation ============================= */
.fa-search::before {
    content: "";
    font-size: 19px;
}
.btn-outline {
	background-color:transparent;
	border:1px solid #fff;
	color:#fff;
	font-weight:600;
}
.main-menu .fa-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    float: right;
    font-size: 13px;
    outline: medium none;
}
.btn-grey {
	background-color:grey;
}
.main-menu-wrap {
    position: relative;
    z-index: 999;
}
.main-menu {
	float:right;
	margin:10px 0 10px 0;
}
.main-menu > a {
    border-right: 1px solid #9a9a9a;
    float: left;
    padding: 0 11px !important;
}
.main-menu .Worldicon {
    background-image: url("/media/1393/worldicon.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    margin-left: 10px !important;
    padding-left: 25px;
	border-right: medium none;
}
.main-menu li {
    margin:0px;
    list-style:none;
    font-family: 'Open Sans', sans-serif;
	font-weight:100;
}
.main-menu a {
    transition:all linear 0.15s;
    color:#000;
    text-decoration:none;
}
.main-menu li:hover > a, .main-menu .current-item > a {
    text-decoration:none;
    color:#000;
}
.main-menu .arrow {
    font-size:11px;
    line-height:0%;
}
/*----- Top Level -----*/
.main-menu > ul > li {
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 1.2;
    padding: 6px 15px;
    position: relative;
}
.main-menu > ul > li.last {
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 0px;
    position: relative;
}
.main-menu > ul > li > a {
    padding:0;
    display:inline-block;
}
.main-menu > ul > li:hover > a, .main-menu > ul > .current-item > a {
}
/*----- Bottom Level -----*/
.main-menu li:hover .sub-menu {
    overflow: visible;
    border-bottom: 2px solid #1977b2;
	height: auto;
}
.main-menu .sub-menu {
    background-color: #fff;
    height: 0;
    left: 50%;
    margin-left: -102px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    transition: height 0.3s ease 0s;
    width: 204px;
    z-index: 15;
}
.main-menu .sub-menu li {
    display:block;
    font-size:14px;
} 
.sub-menu li a {
    padding:10px 30px;
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
	text-decoration:underline;
}

/* Section style 2
---------------------------------------- */
.style-2 {
    background-color: #edeff0;
    float: left;
    width: 100%;
}

.style-2 > a {
    color: #fff;
    font-weight: bold;
}

.style-2 > a:hover {
    color: #008ad2;
    font-weight: bold;
}
.white-bg {
    background-color: #fff;
    float: left;
    width: 100%;
}
.center-section {
	width:1170px;
	margin:0 auto;
	padding:0px;
}
.center-section h2{
	color: #005da6;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    margin: 0 auto 30px;
    padding: 0;
}
.col-left {
    float: left;
    margin: 0;
    padding: 0 20px 0 20px;
    text-align: left;
    width: 515px;
}
.col-right {
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 655px;
}
.btn.btn-md {
    font-size: 15px;
    padding: 12px 25px;
}
.btn-grey {
    background-color: grey;
}
.btn {
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s;
}
/* Statement box
---------------------------------------- */
.statement {
    background-size: cover;
    float: left;
    padding: 94px 0;
    position: relative;
    width: 100%;
}
.statement.style-2 {
  padding: 75px 0;
}
.statement h1, .statement h2, .statement h3, .statement h4, .statement h5 {
  margin: 0;
  text-transform: none;
}
.statement h1 {
    background-color: transparent;
    text-transform: uppercase;
}
.statement h2 {
  font-size: 40px;
}
.statement h3 {
    background-color: transparent;
    text-transform: uppercase;
	font-size: 25px;
	color: #fff;
}
.statement .style-2 {
  color: #fff;
}
.statement .btn {
  margin-top: 20px;
}
.whitepaper-box {
    border: 1px solid #fff;
    color: #fff;
    float: left;
    padding: 30px 10px;
    width: 100%;
}
.statement p{ color:#fff;}
.paper-img{
	float:left;}
.pos-left {
  position: absolute;
  left: 0;
  top: -50px;
  max-width: 50%;
}
@media (max-width: 1260px) {
  .pos-left {
    top: -20px;
  }
}
/* Testimonial
--------------------------------------*/ 
.testimonial-box {
    background-color: #fff;
    color: #636c76;
    float: left;
    font-family: "Open Sans",sans-serif;
    margin: 0 30px;
    min-height: 385px;
    padding: 30px 20px;
    text-align: center;
    width: 330px;
}
.testimonial-box img{ text-align:center;}
.testimonial-box p{ color: #636c76; font-weight:300; font-size:15px;}
.testimonial-box .dec{ font-size:13px; color:#636c76;font-family: 'Open Sans', sans-serif; border-top:1px solid #ccc; padding:20px 0 0 0; margin-top:20px;}
.testimonial-box .author {
    clear: both;
    color: #ff7733;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    width: 100%;
}
/* Technology Solution Box
---------------------------------------- */
.center-section .middle h2 {
    color: #656565;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    margin: 0 auto 30px;
    padding: 0;
}
.center-section .middle .box {
    float: left;
    margin: 0 20px 40px;
    min-height: 205px;
    padding: 0;
    width: 350px;
}
.center-section .middle .box h3 {
    color: #454444;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 10px;
}
.center-section .middle .box p {
    color: #242424;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0 0;
    padding: 0;
}

/* Customer Landing Page
---------------------------------------- */
.customer-box{
	width:570px;
	margin:0px;
	padding:0px;
	float:left;
	min-height: 340px !important;
}
.customer-box .customer-logo{
	margin:0px;
	padding:0 0px 15px 0px;
	display:inline-block;
	text-align:center;
}
.customer-box .content-box{
	 margin:0px;
	 padding:0px 20px 0 0 ;
}

/* SIDE BAR Section Page
-----------------------------------------*/
div#InnerWrapper.doubleWrap {
    border-right: 1px solid #b2b2b2;
    float: left;
    margin: 33px 0 0;
    padding: 0 20px 0 0;
    width: 900px;
}
.sidebar {
    float: left;
    margin: 33px 0 0;
    padding: 0 0 0 30px;
    width: 270px;
}
/* Logos
---------------------------------------- */
.logo-bg {
	width:100%;
	float:left;
    padding: 25px 0;
	margin:0px;
}
.logos {
  display: table;
  max-width: 910px;
  margin: 0px auto;
  padding: 25px 0;
}
.logos:before, .logos:after {
  content: " ";
  display: table;
}
.logos:after {
  clear: both;
}
.logos li {
  display: table-cell;
  list-style: none;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
}
.logos a {
  -webkit-backface-visibility: hidden;
  display: block;
  position: relative;
}
.logos a:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.logos .hover {
  position: absolute;
  left: 0;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  width: 100%;
}
@media (max-width: 580px) {
  .logos li, .logos.logos-5 li {
    display: block;
    height: 30px;
    float: left;
    margin: 15px 0;
    width: 50%;
  }
}
@media (max-width: 350px) {
  .logos li, .logos.logos-5 li {
    height: auto;
    width: 100%;
  }
  .logos li + li, .logos.logos-5 li + li {
    margin-top: 30px;
  }
}
/* Footer */
.site-footer {
    background-color: #008ad2;
    color: white;
    float: left;
    line-height: 1.9em;
	padding:40px;
	width: 100%;
}
.site-footer a, .site-footer .widget-title {
  color: inherit;
  font-size:14px;
  line-height:1.3;
}
.info-contact{
  color: inherit;
  font-size:14px;
  line-height:1.3;
}
.disclaimer {
    color: #8d94a0;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 30px 0 20px;
    text-align: center;
}
.site-footer > .container {
  padding-top: 69px;
  padding-bottom: 62px;
}
.site-footer .widget-title {
  font-size: 17px;
  margin-top: -6px;
  margin-bottom:20px;
  text-transform: uppercase;
  font-weight:bold;
}
.site-footer img {
  margin-bottom: 32px;
}
.site-footer .row > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .site-footer .row > div + div {
    margin-top: 50px;
  }
}
.site-footer .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer .foot-nav {
    float: left;
    margin: 0;
    padding: 0;
    width: 195px;
}
.site-footer .menu a {
  display: block;
}
.site-footer .menu li + li {
  margin-top: 9px;
}
.site-footer .copyright-footer {
  background-color: #008ad2;
  color:#fff;
}
.site-footer .copyright-footer > .container {
  padding-top: 22px;
  padding-bottom: 22px;
}
.site-footer .recent-posts li:before, .site-footer .recent-posts li:after {
  content: " ";
  display: table;
}
.site-footer .recent-posts li:after {
  clear: both;
}
.site-footer .recent-posts li + li {
  margin-top: 9px;
}
.site-footer .recent-posts span:before {
  content: "/";
  margin: 0 6px;
}
.contact-form .field-box {
    float: left;
    margin: 0 10px 0 15px;
    padding: 0;
    width: 364px;
}

/* Pricing Table CSS */

.pricing-full {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.pricing-full .priceing-container {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(187, 187, 187, 1);
    float: left;
    margin: 0 0 29px;
    width: 100%;
}

.pricing-full .section-two {
    background-color: #4db1e2;
    border-radius: 9px 0 0;
    float: left;
    height: 60px;
    margin: 0 1px;
    padding: 22px 0 0;
    text-align: center;
    width: 49.7%;
}

.pricing-full .section-two h2 {
    color: #ffffff !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 21px !important;
    line-height: 22px !important;
    margin: 0;
    padding: 0;
}
.pricing-full .section-three {
    background-color: #ef7c00;
    border-radius: 0 10px 0 0;
    float: left;
    height: 60px;
    margin: 0 1px 0 0;
    padding: 10px 0 0;
    text-align: center;
    width: 50%;
}

.pricing-full .section-three h2 {
    color: #ffffff !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 21px !important;
    line-height: 22px !important;
    margin: 0;
    padding: 13px 14px !important;
}


.pricing-full .content-area {
    border-bottom: 1px solid #e2e2e2;
    float: left;
    margin: 0;
    padding: 0;
    width: 49.9%;
}


.pricing-full .content-area .text-style {
    border-top: 1px solid #e2e2e2;
    color: #535353;
    float: left;
    font-size: 17px;
    font-weight: normal;
    min-height: 85px;
    padding: 18px 14px;
    width: 100%;
}

.pricing-full .content-area .bg-color {
    background-color: #f4f4f4;
}


.pricing-full .content-area-right {
    border-bottom: 1px solid #e2e2e2;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}

.pricing-full .content-area-right .text-style {
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    color: #535353;
    float: left;
    font-size: 17px;
    font-weight: normal;
    padding: 18px 14px;
    width: 100%;
}
.content-area-right .content-area {
    width: 100%;
}

.pricing-full .content-area-right .bg-color {
    background-color: #f4f4f4;
}


/* Homepage Form CSS */

#mktoForm_1178 {
    width: 100% !important;
}

.cf_widget.cf_widget_socialsignon.cf_w_727d794fb87d4284a62cebdb5c132e15_SocialSignOn {
    display: none;
}

.mktoLabel.mktoHasWidth {
    color: #fff!important;
    font-family: open sans,Arial!important;
    font-size: 18px!important;
    font-weight: normal !important;
    width: 163px !important;
}

.mktoField.mktoTextField {
    border-radius: 4px!important;
    box-shadow: none!important;
    color: #999!important;
    font-family: open sans,arial!important;
    font-size: 17px!important;
    font-weight: lighter!important;
    padding: 13px 12px!important;
    width: 391px !important;
}
.mktoField.mktoEmailField {
    border-radius: 4px!important;
    box-shadow: none!important;
    color: #999!important;
    font-family: open sans,arial!important;
    font-size: 17px!important;
    font-weight: lighter!important;
    padding: 13px 12px!important;
    width: 391px !important;
}

.mktoField.mktoTelField {
    border-radius: 4px!important;
    box-shadow: none!important;
    color: #999!important;
    font-family: open sans,arial!important;
    font-size: 17px!important;
    font-weight: lighter!important;
    padding: 13px 12px!important;
    width: 391px !important;
}

.mktoFieldWrap textarea {
    border-radius: 4px!important;
    box-shadow: none!important;
    color: #999!important;
    font-family: open sans,arial!important;
    font-size: 17px!important;
    font-weight: lighter!important;
    padding: 13px 12px!important;
    width: 1000px !important;
}
.mktoButtonRow {
    float: right !important;
    margin: 0 7px 0 0 !important;
}

.mktoButton {
    background-color: #ff7733 !important;
    background-image: none !important;
    border: medium none !important;
    border-radius: 3px !important;
    font-size: 17px !important;
    padding: 15px 38px !important;
    text-transform: uppercase!important;
}
