@charset "utf-8";
/* CSS Document */

iframe {
	width:100%;
	height:900px;
	margin-top:50px;
}
.sophos-page iframe{
	width:700px;
	height:450px;
}
.logo{
	display:block;
	margin:40px 0 0 0;
}
.call-number{
	display:block;
	border:1px solid #ccc;
	font-size:20px;
	float:right;
	margin-top:100px;
	color:#333;
	padding:10px;
	border-radius:10px;
}
.call-number i{
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	background-color:#2ab200ff;
	color:#fff;
	border-radius:5px;
	margin-top:5px;
}
.call-number a{
	color:#333;
}
.call-number a:hover{
	color:#dd5656;
}
.clearfix{
	clear:both;
}
.nav-menu{
	width:auto;
	height:auto;
	float:left;
	margin-top:65px;
}
.nav-menu ul{
	list-style:none;
	margin:0;
	padding:0;
	width:1140px;
	display:table;
	background-color:#0081c9;
}
.nav-menu li{
	display:table-cell;
	width:10%;
}
.nav-menu li a{
	display:block;
	height: 80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	text-align: center;
	line-height:80px;
}
.nav-menu li:hover, .nav-menu .active{
	background-color:#dd5656;
}
.menu-btn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	line-height:50px;
	display:none;
	position:absolute;
	top:20px;
	right:20px;
	width:50px;
	height:50px;
	border-radius:50px;
	background:#dd5656;
	text-align:center;
}
.slider{
	width:100%;
	height:auto;
	clear:both;
}
.content-1{
	margin-top:50px;
}
.heading-text{
	font-family:"Century Gothic";
	font-size:28px;
	color:#db2a1a;
	font-weight:normal;
	/*text-transform:uppercase;*/
}
.line{
	background-color:#bcbcbc;
	width:300px;
	height:1px;
	margin:15px 0 30px 0;
}
.content-blue{
	color:#0081c9;
}
.content-blue-about{
	font-size:16px;
	color:#0081c9;
}
.content-black{
	margin:29px 0;
}
.about-content-black{
	margin:29px 0;
	line-height:20px;
}
.content-black2{
	margin:36px 0;
}
.more-btn{
	display:block;
	width:80px;
	height:40px;
	background-color:#474747;
	text-align:center;
	color:#fff;
	line-height:40px;
}
.more-btn:hover{
	background-color:#0081c9;
}
.products{
	margin-top:80px;
	margin-bottom:20px;
}
.product-images{
	width:100%;
	height:auto;
}
.product-images ul{
	list-style-type:none;
	width: 1140px;
	display: table;
}
.product-images li{
	display: table-cell;
	width:10%;
}
.product-images li a{
	display: block;
	text-align: center;;
}
.footer-block{
	width:100%;
	background-color:#eeeeee;
	float:left;
	margin-top:70px;
	padding:20px 0;
}
.footer-data{
	text-align:center;
}
.line-footer{
	background-color:#bcbcbc;
	width:300px;
	height:1px;
	margin:15px auto 20px auto;
}
.footer-text{
	font-size:16px;
	margin-bottom:15px;
}
.footer-red-text{
	font-size:16px;
	color:#db2a1a;
}

.solution-head{
	font-size:16px;
	color:#0081c9;
	margin-top:30px;
}
.solution-list1{
	line-height:24px;
	list-style-type:none;
	list-style-image:url(images/solution-tick.jpg);
	margin:18px 0 0 20px;
}
.training-list-head{
	font-weight:bold;
	margin-top:25px;
}
.training-list1{
	line-height:24px;
	margin:10px 0 0 20px;
}
.form-win{
	margin-top:20px;
}
.name-win{
	width:100%;
	height:45px;
	border:1px solid #e3e1e1;
	padding:3px 0 0 10px;
}
.email-win, .phone-win{
	width:100%;
	height:45px;
	border:1px solid #e3e1e1;
	padding:3px 0 0 10px;
}
.msg-win{
	width:100%;
	height:190px;
	border:1px solid #e3e1e1;
	padding:10px 0 0 10px;
}
.name-win, .email-win, .phone-win, .msg-win{
	margin-bottom:20px;
}
.name-win:hover, .email-win:hover, .phone-win:hover, .msg-win:hover{
	border:1px solid #0081c9;
;
	box-shadow:none;
}
.form-btn{
	width:120px;
	height:50px;
	background-color:#0081c9;
	color:#FFF;
	margin:20px 10px 0 0;
	cursor:pointer
}
.form-btn:hover{
	background-color:#dd5656;
}
/* certificate page css */
.cert{
	margin-top:50px;
}

/* page header css */
.page-header{
	width:100%;
	float:left;
	background-image:url('images/page-header2.jpg');
	background-repeat:no-repeat;
	background-position:center;
	padding:50px 0;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-family:Cambria;
}

