body {
	background: #07262b;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	/*overflow-y:hidden;*/
}

*::selection {
	background: #40DDD2;
	color: rgba(36, 45, 71, 1);
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section {
	display: block;
	position: relative;
	width: 100%;
	display: block;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 100% auto;
}

a,
a:active,
a:hover,
a:link,
a:focus,
button,
input,
textarea {
	text-decoration: none;
	outline: none;
	/* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur());
	/* for IE */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style-type: none;
}

#dialog {
	background: #11bbda url(../img/d_bg.jpg) repeat-x top;
}


/*header*/

.header {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	color: #fff;
	display: inline;
	padding: 0.5em 2em 0;
	text-align: center;
	position: fixed;
	z-index: 20;
}

.logo_block {
	display: inline-block;
	background: url(../images/nglogo.png) no-repeat;
	padding: 0 0 0.4em 10.5em;
	float: left;
	margin-right: 10%;
	height: 50px;
	text-align: 50px;
}

logo {
	display: inline-block;
	border-left: 1px solid #fff;
	font-size: 1em;
	letter-spacing: 2px;
	line-height: 1.3;
	text-align: left;
	padding-left: 1em;
	color: #fff;
	margin-left:15px ;
}

.contact_list {
	display: inline-block;
	float: right;
	text-align: left
}

.contact_list div {
	display: inline-block;
	line-height: 1.2;
	font-size: 0.9em;
	letter-spacing: 1px;
}

.contact_list a {
	color: #b6fffc;
}

.m_c_list {
	display: none;
}

.phone {
	background: url(../img/qq_icon.png) no-repeat 0 4px;
	padding: 0 0 0 28px;
	margin-right: 12px;
}

.skype {
	background: url(../img/skype_icon.png) no-repeat 15px 4px;
	border-left: 1px #b6fffc solid;
	padding: 0 0 0 44px;
	margin-right: 12px;
}

.mail {
	background: url(../img/mail_icon.png) no-repeat 15px 4px;
	border-left: 1px #b6fffc solid;
	padding: 0 0 0 44px;
}


/*index_content*/

.home_block {
	background: #061b1f;
}

.home_block section {
	background: #061b1f;
}

.service_block {
	background: url(../img/service_bg.jpg) no-repeat center;
	padding: 21% 0 16%;
	background-size: 100%
}

.partner_block {
	background: url(../img/partner_bg.jpg) no-repeat center;
	padding: 19% 0 19%;
	background-size: 100%
}

.partner_block span {
	display: none;
}

.p_list {
	margin: -2% auto;
	width: 48.5em;
}

.p_list>button {
	width: 157px;
	height: 157px;
	border: 1px #40ddd2 solid;
	color: #40ddd2;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	cursor: pointer;
	margin: 0 40px;
	background-position: -32px -41px;
}

.p_list>button:hover {
	background-position: -32px -270px;
}

.mg_btn {
	background: url(../img/p_mg.png) no-repeat;
}

.gpk_btn {
	background: url(../img/p_eg.png) no-repeat;
}

.king_btn {
	background: url(../img/p_king.png) no-repeat;
}

.bbin_btn {
	background: url(../img/p_bbin.png) no-repeat;
}

.pt_btn {
	background: url(../img/p_pt.png) no-repeat;
}

.ag_btn {
	background: url(../img/p_ag.png) no-repeat;
}

.gpi_btn {
	background: url(../img/p_gpi.png) no-repeat;
}

.saba_btn {
	background: url(../img/p_saba.png) no-repeat;
}

.cases_block {
	background: url(../img/cases_bg.jpg) no-repeat center;
	padding: 16% 0 12%;
	background-size: 100%
}

.contact_block {
	background: url(../img/contact_bg.jpg) no-repeat center;
	padding: 28em 0px 11em;
	text-align: center;
	background-size: 100%
}

.contact_block nav {
	width: 25.5em;
	text-align: left;
	margin: 0 auto;
}

.contact_block input {
	background: rgba(36, 45, 71, 1);
	border: 1px #40ddd2 solid;
	color: #fff;
	width: 100%;
}

.contact_block dd {
	margin: 0;
}

.contact_block dt {
	color: #40ddd2;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.contact_block dl {
	color: #fff;
	margin-bottom: 15px;
}

.contact_block button {
	border: none;
	padding: 5px 25px;
	background: #40DDD2;
	margin-top: 28px;
	width: 48%;
}

.contact_block button:hover {
	color: #FFF;
	background: rgba(36, 45, 71, 1);
}

.contact_block textarea {
	background: rgba(36, 45, 71, 1);
	border: 1px #40ddd2 solid;
	width: 100%;
	color: #fff;
	height: 15em;
}


/*about content*/

.about_block {
	background: url(../img/about_banner.jpg) no-repeat center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.large-header {
	overflow: hidden;
}


/*best content*/

.best_block {
	background: #07262B;
	height: 100%;
	width: 100%;
}

.best_block section {
	display: block;
	position: relative;
	z-index: 2;
}

#particles {
	width: 100%;
}

.banner_block {
	display: block;
	height: 55em;
	background: url(../img/best_banner_1.jpg) no-repeat;
	background-position: 50% 32%;
	position: relative;
	z-index: 5;
	background-size: 100%
}

.scroll_down {
	display: block;
	width: 100%;
	background: url(../img/block_line.png) no-repeat 50% 50%;
	padding: 2em 0;
	text-indent: -9999px;
}

.best_content {
	text-align: left;
	margin: 0 auto;
	width: 34em;
	margin-top: -10em;
}

.best_block h2 {
	color: #40ddd2;
	font-size: 1.6em;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 0.2em;
}

.best_block p {
	color: #FDFDFC;
	font-size: 1em;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}


/*news content*/

.news_block {
	background: url(../img/news_bg.png) no-repeat;
	height: 100%;
	padding-top: 8%;
	display: block;
}


/*footer*/

.index_footer {
	text-align: right;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 25px;
	line-height: 50px;
	width: 100%;
	color: #fff;
	position: fixed;
	bottom: 0;
	font-size: 12px;
	letter-spacing: 2px;
}

.content_footer {
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 25px;
	line-height: 50px;
	width: 100%;
	color: #fff;
	position: fixed;
	bottom: 0;
	font-size: 12px;
	letter-spacing: 2px;
	height: 50px;
	bottom: 0
}

#backdropQ {
	background-color: #0e1130;
	height: 900px;
	width: 100%;
	position: fixed;
	z-index: 10000;
}