@font-face {
font-family: Kirvy-Bold;
src: url('../fonts/Kirvy/Kirvy-Bold.otf') format("opentype");
}
@font-face {
font-family: Kirvy;
src: url('../fonts/Kirvy/Kirvy-Light.otf') format("opentype");
}
@font-face {
 font-family: 'kirvy-light';
 src: url('../fonts/Kirvy/Kirvy-Light-webfont.eot');
 src: url('../fonts/Kirvy/Kirvy-Light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/Kirvy/Kirvy-Light-webfont.woff') format('woff'),  url('../fonts/Kirvy/Kirvy-Light-webfont.ttf') format('truetype'),  url('../fonts/Kirvy/Kirvy-Light-webfont.svg#ralewaybold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
font-family: Kirvy-Regular;
src: url('../fonts/Kirvy/Kirvy-Regular.otf') format("opentype");
}
@font-face {
font-family: Kirvy-Thin;
src: url('../fonts/Kirvy/Kirvy-Thin.otf') format("opentype");
}
@font-face {
font-family: MyriadPro-Regular;
src: url('../fonts/MyriadPro/MyriadPro-Regular.otf') format("opentype");
}
@font-face {
font-family: proximanova-bold;
src: url('../fonts/proximanova/proximanova-bold.ttf') format("opentype");
}
@font-face {
font-family: Raleway Thin;
src: url('../fonts/Raleway/Raleway Thin_0.otf') format("opentype");
}@font-face {
font-family: Raleway-Bold;
src: url('../fonts/Raleway/Raleway-Bold.ttf') format("opentype");
}@font-face {
font-family: Raleway-ExtraBold;
src: url('../fonts/Raleway/Raleway-ExtraBold.ttf') format("opentype");
}@font-face {
font-family: Raleway-Heavy;
src: url('../fonts/Raleway/Raleway-Heavy.ttf') format("opentype");
}@font-face {
font-family: Raleway-Light;
src: url('../fonts/Raleway/Raleway-Light.ttf') format("opentype");
}@font-face {
font-family: Raleway-Medium;
src: url('../fonts/Raleway/Raleway-Medium.ttf') format("opentype");
}
@font-face {
font-family: Raleway-Regular;
src: url('../fonts/Raleway/Raleway-Regular.ttf') format("opentype");
}@font-face {
font-family: Raleway-SemiBold;
src: url('../fonts/Raleway/Raleway-SemiBold.ttf') format("opentype");
}

@font-face {
font-family: SourceSansPro-Regular;
src: url('../fonts/SourceSansPro/SourceSansPro-Regular_0.otf') format("opentype");
}
@font-face {
font-family: SourceSansPro-Bold;
src: url('../fonts/SourceSansPro/SourceSansPro-Bold.otf') format("opentype");
}
@font-face {
font-family:SourceSansPro-Semibold;
src: url('../fonts/MyriadPro/SourceSansPro-Semibold.otf') format("opentype");
}
@font-face {
font-family:SourceSansPro-Light;
src: url('../fonts/MyriadPro/SourceSansPro-Light.otf') format("opentype");
}
body
{
	margin:0px auto;
	font-family:Helvetica;
	font-size:14px;
	line-height:1.5;
	letter-spacing:1px;
	
}
h1
{
	font-size:18px;
}
h2
{
	font-size:16px;
}
h3
{
	font-size:14px;
}
.container
{
	width:1200px;
	margin:0 auto;
	padding:0;	
}
.rmm
{
	width:70%;
	margin:0 auto;
	padding:0;
	float: right;
}
.header
{
	width:100%;
	margin:0 auto;
	padding:1% 0;
	
}
.header .logo
{
	width:45%;
	display:inline-block;
	vertical-align:middle;
	
}
.header .logo a
{
	cursor:pointer;
}
.header .headermenu
{
	width:54%;
	display:inline-block;
	position: relative;
	top: 7px;
	vertical-align: middle;
}
.header .headermenu .social
{
	width:100%;
}
ul.socialmenu 
{
	width:23%;
	margin:0 auto;
	list-style:none;
	float:right;
	padding:0;
	font-size:12px;
}
ul.socialmenu li
{
	list-style:none;
	float:left;
	margin:0 1%;
}
ul.socialmenu li
{
	list-style:none;
	float:left;
	margin:0 9% 0 0;
}
ul.socialmenu li a
{
	text-decoration:none;
	cursor:pointer;
	color: #000;
}
ul.socialmenu li span
{
	margin:1%;
}
.log
{
	background:#ED2165 repeat;
	color:#fff;	
	font-family:Helvetica;
	padding:3px 9px 5px;
	border-radius:5px;

}
.log a,.sign a
{
	color:#fff !important;
	font-size:13px;
	font-family:Helvetica;
}
.sign
{
	background:#332D2F repeat;
	padding:3px 9px 5px;
	color:#fff;	
	font-family:Helvetica;
	border-radius: 5px;
	margin:0 auto !important;
}
ul.mainmenu 
{
	width:100%;
	margin:0 auto;
	list-style:none;
	float:none;
	font-size:14.3px;
	height:48px;
	padding:0;
	display:inline-block;
	font-family: Helvetica;
}
ul.mainmenu li
{
	list-style:none;
	float:left;
	padding:1% 3%;
	height:30px;
	text-align: center;
}
ul.mainmenu li a
{
	text-decoration:none;
	cursor:pointer;
	color:#000;
}
ul.mainmenu li span{ background: #00bff3; display: inline-block; height: 2px; width: 25px;visibility: hidden; }
ul.mainmenu li:hover span
{
	visibility: visible;
}
.banner
{
	background:url(../image/banner.jpg) no-repeat;
	margin:0 auto;
	padding:0;
	height:auto;
	width:100%;
	padding:1% 0;
}
.bannerimage h1
{
	color:#fff;
	text-align:center;
	font-size:33px;
	font-family:Kirvy-Light;
	letter-spacing:1px;
	line-height:1.5;
	font-weight:normal;
	margin: 0;
}
.bannerimage h2
{
	color:#fff;
	text-align:center;
	font-size:19px;
	font-family:Kirvy-light;
	font-weight:normal;
}
.bannerimage
{
	width:62%;
	display:inline-block;
	vertical-align:top;
	text-align: center;
}
.bannerimage img{
	width: 90%;
	vertical-align: top;
}

.bannerform
{
	width:35%;
	display:inline-block;
	background:#fff;
	color:6b7b8a;
	border:1px solid #fff;
	border-radius:5px;
	margin:1% 2% 0 0;
}
.bannerform h2
{
	font-size:20px;
	color:6b7b8a;
	font-family:Helvetica;
	font-weight:normal;
	margin-bottom: 0;
}
.myform
{
	width:80%;
	margin:0 auto;
}
.myform input
{
	width:100%;
	height:35px;
	border:2px solid #9ADAD3;
	border-radius:5px;
	margin:10px auto;
	background:#FAFAFA;
	padding:0 5px;
}

.myform p
{
	font-family:Helvetica;
	font-size:12px;
	color:#000;
}

.myform label
{
	width:91%;
	margin:0 auto;
	font-family:Helvetica;
	font-size:10px;
	color:#000;
}
.formbottom
{
	width:100%;
	padding:0;
	margin:2% auto;
}
.termcond
{
	color:#60dfff;
	text-decoration:none;
}
.check
{
	background:none !important;
    border: none !important;
    display: inline-block;
    height: auto !important;
    margin: 5px auto !important;
    position: relative;
    width: 4% !important;

}
.checkbox
{
	width:98%;
	display:inline-block;
	font-size:8px;
	letter-spacing:normal;
}

.checkcontent
{
	width:91%;
	display:inline-block;
	font-size: 11px !important;
	bottom:15px;
	position:relative;
	margin: 5% 2% !important;
}
.submit
{
	width:28%;
	margin:0 auto;
	padding:0;
	display:inline-block;
	vertical-align:top;
	float:right;
	margin-bottom:20px;
	
}
.bannerform .btn
{
	background:url(../image/submit.png) no-repeat;
	color:#fff;
	border-radius:5px;
	padding:7% 16%;
	border:0;
	cursor:pointer;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
	font-family: Helvetica;
}
.bannerform .btn:hover
{
	background:url(../image/submit.png) no-repeat;
	color:#fff;
}
.divsection
{
	background:#fff;
	margin:0 auto;
	padding:0;
	/*display:inline-block;*/
	display:none;
	width:100%;
}
.sectiontop
{
	width:49%;
	border-radius:5px;
	display:none;
}
.firstsection
{
margin-right:1.5%;
}
.sectiontop h1
{
	color:#00bff3;
	font-size:30px;
	font-family: Kirvy-Regular;
	text-align:center;
	margin:10px 0;
	font-weight: normal;
}
.ulbackground
{
	background:url(../image/business-leads.png);
	margin:0 auto;
	padding:0;
}
ul.divmenu
{
	position:relative;
	width:85%;
	background:#F5F5E9;
	list-style:none;
	float:left;
	border-radius:10px;
	padding:2%;
	margin:0 0 0 25px;
	min-height: 270px;
	
}
ul.divmenu li
{
	font-size:12px;
	padding:1% 0;
	display:inline-block;
	vertical-align:top;
	margin:0 auto;
	line-height:40px;
	color:#666;
	font-family: Kirvy-Regular;
}
.bullet
{
	width:5%;
}
.textcondent
{
	width:94%;
	padding-top:1px;
}


.divcontent
{
	width:100%;
	height:auto;
	margin-top:60px;

}
.sectionbottom
{
	width:49%;
	border-radius:5px;
	display:inline-block;
	vertical-align: top;
}
.bottomfirst
{
	margin-right:1%;
}
.sectionbottom p
{
	padding:2% 3%;
	font-family:proximanova-bold;
	max-width:525px;
}
.sectionbottom h1
{
	color:#000;
	font-size:36px;
	font-family: Kirvy-light;
	text-align:center;
	margin-bottom:40px;
	font-weight: normal;	
}
.content
{
	background:#F3F6F5;
	color:#000;
	border-radius:5px;
	padding:1% 3%;
	font-family: Kirvy-Regular;
	min-height: 215px;
}
.first
{
	color:#0CF;
	font-size:14px;
	padding:1%;
	font-weight:bold;
}
.second
{
	color:#666;
	font-size:14px;
	padding:1%;
}
.three
{
	color:#CCC;
	font-size:14px;
	padding:1%;
}
.sectioncenter
{
	margin:0 auto;
}
.sectioncenter h1
{
	text-align:center;
	font-size:30px;
	font-family: Kirvy-Light;
	margin:35px 0 0 0;
	color: #000;
	font-weight: normal;
	letter-spacing:0.5px;
}
.sectioncenter span
{
	background: none repeat scroll 0 0 #00bff3;
    display:flex;
    height: 1px;
    width: 8%;
    margin: 0 auto;
}
.sectioncenter h2
{
	text-align:center;
	font-size:20px;
	color:#878585;
	font-family: Kirvy-Light;
	margin:15px 0 55px 0;
}
.widthsection
{
width:80%;
margin:0 auto;
padding: 0;
position:relative;
}
.subsection
{
	width:49%;
	position:relative;
	display:inline-block;
	margin: 15px auto;
}
.subsection h2{
	font-family: Helvetica;
	font-size: 20px;
	color:#000;
	margin:0 auto;
	font-weight: normal;
}
.subimg
{
	width:63px;
	margin:0 auto;
}
.subtext
{
	text-align:justify;
	color:#737373;
	width:80%;
	margin:0 auto;
	font-family: Helvetica;
}
.subtext p
{
	font-family: Helvetica;
	line-height:2px;
	font-size:14px;
	line-height: 25px;
	font-weight: normal;
}
.thridsection
{
	text-align:center;

}
.thirdsub
{
	width:30%;
	position:relative;
	display:inline-block;
	background:#fff;
	vertical-align:top;
}
.thirdsub h2{
 color: #000;
    font-family: Helvetica;
    font-size: 18px;
    margin: 50px 0 0 0;
    text-align: center;
    font-weight: normal;
}
.lefts
{
	width:4%;
	margin:0 auto;
	position:relative;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
}
.subback
{
	padding:1% 0;
}
.thirdsubimg
{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.thirdsubtext
{
	text-align:center;
	color:#000;
	width:80%;
	margin:0 auto;
}
.thirdsubtext p
{
	font-family: Helvetica;
    font-size: 14px;
    line-height: 25px;
    color: #737373;
}
.testblog
{
	background:#FAFAFA;
	margin:0 auto;
}
.test
{
	width:45%;
	margin:0 auto;
	display:inline-block;
	vertical-align:top;
	padding:0% 2%;
}
.test h1
{
	color:#6CF;
	text-align:center;
	font-size:36px;
	font-family:Kirvy-Light;
	font-weight: normal;
}
.test h2
{
	text-align:center;
	font-family: Helvetica;
}
.seper
{
	width:1%;
	margin:0 auto;
	display:inline-block;
	vertical-align:bottom;
	padding:3% 0;
}
.blog
{
	width:44%;
	margin:0 auto;
	display:inline-block;
	padding:0% 2%;
	vertical-align:top;
}
.blog h1
{
	color:#6CF;
	text-align:center;
	font-size:36px;
	font-family: Kirvy-Light;
	font-weight: normal;
}
.blogsub
{
	width:90%;
	margin-bottom:2%;
	vertical-align:top;
}
.blogsubimg
{
	width:18%;
	border-radius:5px;
	position:relative;
	display:inline-block;
	background:#fff;
	height:75px;
	border-radius: 100%;
	}
.blogsubimg img
{
	width:100%;
	overflow:hidden;
	border-radius:100%;
	height:100%;
}
.blogsubcontent
{
	width:80%;
	position:relative;
	height:auto;
	display:inline-block;

}
.blogsubcontent p {
	font-family: Helvetica;
	font-size:14px;
	line-height: 30px;
}
.testsub
{
	width:98%;
	background:#E0EBF3;
	margin-top:8%;
	margin-bottom:10%;
	vertical-align:bottom;
	min-height: 120px;

}
.testsubimg
{
	width:20%;
	margin:2% 3%;
	border-radius:5px;
	position:relative;
	display:inline-block;
	background:#fff;
	height:auto;
	vertical-align:top;
	height:100px;
	}
.testsubimg img
{
	width:100%;
	overflow:hidden;
	height: 100%;
}
.testsubcontent
{
	width:70%;
	position:relative;
	height:auto;
	display:inline-block;

}
.testsubcontent p {
	font-family: Helvetica;
    font-size: 14px;
    line-height: 30px;
}
.rightalign
{
	text-align:right;
	color:#39F;
	font-weight:bold;
}
.footer
{
	 background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=60);
	height:auto;
	padding-top:1%;
}
.mapback
{
	background:url(../image/footer-map.png) no-repeat;
	height:auto;

}
.add
{
	z-index:1;
	color:#fff;
	padding:0 2%;
	width:48%;
	display:inline-block;
	position:relative;
	font-family: Helvetica;
	color:#fff;
	font-size:14px;
	line-height:30px;
}
.add h2
{
	border-bottom:3px solid #AEAEAE; 
	font-weight:bold;
	width:20%;
	position:relative;
	font-family: Helvetica;
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
.add h3
{
	width:40%;
	font-family: Helvetica;
	color:#fff;
	font-size:15px;
	margin-top:0;
}
pre{font-family: Helvetica; font-size: 14px;width: 100%;}
.twit
{
	width:35%;
	background:#fff;
	display:inline-block;
	vertical-align:top;
	border-radius:5px;
}
.tiwiheader
{
	height:auto;
	color:#333;
	font-size:10px;
	border-bottom:1px solid #BEBEBE;
	padding:2%;
}
.tiwiheader h2
{
	font-size:9px;
	font-weight:bold;
	width:49%;
	display:inline-block;
	margin:1% auto;
	font-family: Helvetica;
}
.tiwiheader h3
{
	font-size:9px;
	text-align:right;
	width:49%;
	display:inline-block;
	font-weight:bold;
	margin:1% auto;
	font-family: Helvetica;
}
.tiwiheader p
{
	font-size:8px;
	font-weight:normal;
	font-family: Helvetica;
}
.tweet
{
	width:100%;
	margin:0 auto;
	border-bottom:1px dotted #000;
	padding:1% 2%;
}
.tweetimg
{
	width:20%;
	margin:0 auto;
	display:inline-block;
}
.tweetmsg
{
	width:58%;
	margin:0 auto;
	display:inline-block;
	vertical-align:top;
	font-size:8px;
}
.tweetmsg p
{
	font-size:9px;
	font-family:Helvetica;
	line-height:12px;
}
.tweeticon
{
	width:19%;
	margin:0 auto;
	display:inline-block;
	vertical-align:top;
	font-size:8px;
	color:#CCC;
}
.atclss
{
	font-size:8px;
	color:#666;
	margin:2px 0 6px auto;
	font-family: Helvetica;
}
.tweetmsg a
{
	color:#39F;
	text-decoration:none;
	font-family: Helvetica;
	cursor: pointer;
}
.tweetmsg h1
{
	font-size:9px;
	margin:0 auto;
	font-family: Helvetica;
}
.tweetimg img
{
	width:100%;
}
.loadmore
{
	font-size:8px;
	text-decoration:none;
	padding:3% 5%;
	display:inline-block;
	font-family: Helvetica;
	color:#000;
}
.subscr
{
	z-index:1;
	color:#fff;
	padding:0 0 0 4%;
	width:35%;
	display:inline-block;
	position:relative;
	bottom:25%;
	vertical-align:top;
}
.subscr p
{
	font-size:14px;
	font-family: Helvetica;
	
}
.subsinput
{
	padding:13px;
	width:60%;
	color:#666;
	border-radius:5px;
}
.subsbtn
{
	background:url(../image/Subscribe-button.png);
	width:100px;
	height:46px;
	border:none;
	cursor:pointer;
	padding:0;
}
.subscr h2
{
	border-bottom:3px solid #AEAEAE; 
	width:135px;
	position:relative;
	font-size:14px;
	font-family: Helvetica;
	color:#FFF;
	margin:20px 0;
}
ul.footersocial
{
	float:left;
	list-style:none;
	margin:0 5%;
	padding:0;
	width:90%;
	
}
ul.footersocial li
{
	float:left;
	width:20%;
	vertical-align:top;
	cursor:pointer;
}
.copyright
{
	width:100%;
	margin:0 auto;
	padding:0;
	border-top:1px solid #999;
	color:#fff;
	padding:1% 0;
}
.rights
{
	width:50%;
	display:inline-block;
	font-size:11px;
	font-family: Helvetica;
}
ul.rightmenu
{
	width:49%;
	display:inline-block;
	list-style:none;
	float:right;
	margin:0 auto;
	padding:0;
}
ul.rightmenu li
{
	float:left;
}
.menufooter
{
	width:49%;
	display:inline-block;
	text-align:right;
}
.menufooter a
{
	margin:0 1%;
	cursor:pointer;
	font-size:11px;
	font-family: Helvetica;
	color:#FFF;
}
.firstpart
{
	width:50%;
	margin: 0 auto;
	display:inline-block;
}
.secondpart
{
	width:48%;
	margin: 0 auto;
	display:inline-block;
	vertical-align: top;
}
.add p
{
	width:100%;
	margin: 0 auto;
	padding:0;
}
.solutionover
{
	margin:0 auto;
	padding:0;
	width:80%;
}
.solutionover h1
{
	color: #000;
    font-family: Kirvy-Light;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 45px 0 0;
    text-align: center;
}
.solutionover p
{font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color:#737373;
    text-align: justify;
    }
ul.solumenu
{
	padding: 0; 
	margin:0 auto;
}
ul.solumenu li
{
	color:#52C0DE;
	vertical-align: top;
	font-size: 18px;
	list-style:none;
}



