<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Pricing
7. Gallery
8. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #000000;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	color: #3b3b3b;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(255,174,0,0.75);
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
img
{
	max-width: 100%;
}
button:active
{
	outline: none;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.section_title h1
{
	font-size: 90px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.2;
}
.section_title h1 span
{
	color: #ffae00;
}
.section_title_container p
{
	font-size: 24px;
	font-weight: 500;
	color: #2a2a2a;
	line-height: 1.875;
	margin-top: 0px;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.65);
	z-index: 100;
}
.header.scrolled
{
	background: rgba(0,0,0,0.85);
}
.header_content
{
	width: 100%;
	height: 88px;
}
.header.scrolled .header_content
{
	height: 75px;
}
.logo
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 60px;
}
.logo img
{
	width: 48px;
	height: 48px;
	margin-right: 30px;
}
.logo a
{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.logo a &gt; div:first-child
{
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.3;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.logo a &gt; div:first-child span
{
	font-weight: 700;
	color: #ffbb00;
}
.header.scrolled .logo a &gt; div:first-child
{
	font-size: 36px;
}
.logo a &gt; div:last-child
{
	font-size: 9px;
	font-weight: 400;
	color: #ffbb00;
	text-transform: uppercase;
	letter-spacing: 0.75em;
	margin-right: -0.75em;
	line-height: 0.75;
	text-align: right;
	padding-right: 11px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .logo a &gt; div:last-child
{
	font-size: 8px;
}
.logo a:hover &gt; div:first-child
{
	color: #ffbb00;
}
.logo a:hover &gt; div:first-child span
{
	color: #FFFFFF;
}
.logo a:hover &gt; div:last-child
{
	color: #FFFFFF;
}
.hamburger
{
	display: none;
	vertical-align: middle;
	padding-left: 15px;
	cursor: pointer;
	width: 34px;
	height: 26px;
	padding: 2px;
	margin-left: 60px;
	margin-top: 1px;
}
.header.scrolled .hamburger
{
	width: 26px;
	height: 20px;
}
.hamburger &gt; div
{
	position: absolute;
	left: 2px;
	width: calc(100% - 4px);
	height: 2px;
	background: #FFFFFF;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.hamburger:hover &gt; div
{
	background: #ffbb00;
	transform-origin: center center;
}
.hamburger &gt; div:first-child
{
	top: 2px;
}
.hamburger &gt; div:nth-child(2)
{
	top: 12px;
}
.header.scrolled .hamburger &gt; div:nth-child(2)
{
	top: 9px;
}
.hamburger &gt; div:nth-child(3)
{
	bottom: 2px;
}
.hamburger.active &gt; div:first-child
{
	-webkit-transform: rotate(-45deg) translate(-10px, 5px);
	-moz-transform: rotate(-45deg) translate(-10px, 5px);
	-ms-transform: rotate(-45deg) translate(-10px, 5px);
	-o-transform: rotate(-45deg) translate(-10px, 5px);
	transform: rotate(-45deg) translate(-10px, 5px);
}
.header.scrolled .hamburger.active &gt; div:first-child
{
	-webkit-transform: rotate(-45deg) translate(-5px, 4px);
	-moz-transform: rotate(-45deg) translate(-5px, 4px);
	-ms-transform: rotate(-45deg) translate(-5px, 4px);
	-o-transform: rotate(-45deg) translate(-5px, 4px);
	transform: rotate(-45deg) translate(-5px, 4px);
}
.hamburger.active &gt; div:nth-child(2)
{
	-webkit-transform: rotate(45deg) translate(-3px, 4px);
	-moz-transform: rotate(45deg) translate(-3px, 4px);
	-ms-transform: rotate(45deg) translate(-3px, 4px);
	-o-transform: rotate(45deg) translate(-3px, 4px);
	transform: rotate(45deg) translate(-3px, 4px);
	opacity: 0;
	visibility: hidden;
}
.hamburger.active &gt; div:nth-child(3)
{
	-webkit-transform: rotate(45deg) translate(-10px, -4px);
	-moz-transform: rotate(45deg) translate(-10px, -4px);
	-ms-transform: rotate(45deg) translate(-10px, -4px);
	-o-transform: rotate(45deg) translate(-10px, -4px);
	transform: rotate(45deg) translate(-10px, -4px);
}
.header.scrolled .hamburger.active &gt; div:nth-child(3)
{
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	-moz-transform: rotate(45deg) translate(-5px, -5px);
	-ms-transform: rotate(45deg) translate(-5px, -5px);
	-o-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
}
.header.scrolled .hamburger i
{
	font-size: 20px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.main_nav
{
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 58px;
}
.main_nav ul li a
{
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	padding-bottom: 12px;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
	color: #ffbb00;
}
.main_nav ul li a &gt; div
{
	position: absolute;
	left: 2px;
	bottom: 0;
	width: calc(100% - 3px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
}
.main_nav ul li.active a &gt; div
{
	visibility: visible;
	opacity: 1;
}
.main_nav ul li a &gt; div &gt; div:first-child,
.main_nav ul li a &gt; div &gt; div:nth-child(3)
{
	width: calc((100% - 10px) / 2);
	height: 2px;
	background: #ffbb00;
}
.main_nav ul li a &gt; div &gt; div:nth-child(2)
{
	width: 10px;
	height: 10px;
	border: solid 2px #ffbb00;
	border-radius: 50%;
}

.main_nav ul li ul{                      /* 二级菜单整体设定   */
	display: none;                    /* 隐藏二级菜单列表*/
	position: absolute;               /*二级菜单的位置固定*/
	left: 47.5%;
	padding-top: 20px;
}
.main_nav ul li:hover ul{
	display: block;  /*二级菜单  将显示为块级元素*/
	width:auto;   /*消除二级菜单的滚动条，因为继承了父级的宽度*/
}
.main_nav  ul li ul li{
	float: none;                      /*消除二级菜单的浮动*/
	background: rgba(0,0,0,0.65);
	width:130px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-align:center;
	line-height: 36px;
}
.main_nav ul li ul li a:hover,
.main_nav ul li ul li.active a
{
	color: #ffbb00;
}

.app
{
	position: absolute;
	top: 0;
	right: 0;
	width: 281px;
	padding-right: 11px;
	z-index: 1;
}
.app.active
{
	width: 411px;
	background: rgba(0,0,0,0.5);
}
.app.active::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #3e3e3e;
	opacity: 0.5;
	content: '';
}
.header.scrolled .app_content.active
{
	background: rgba(0,0,0,0.85);
}
.app_button_container
{
	width: 100%;
	height: 74px;
}
.app_button
{
	width: 100%;
	height: 53px;
	background: #ffae00;
	cursor: pointer;
	overflow: hidden;
	padding-left: 53px;
}
.app.active .app_button
{
	height: 74px;
	background: transparent;
	cursor: default;
	padding-left: 48px;
}
.app_button_icon
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -30px;
	width: 66px;
	height: 66px;
}
.app_button_icon img
{
	max-height: 100%;
}
.app_button &gt; div:last-child
{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
.app_button_close
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 24px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 500;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 400ms 200ms ease;
	-moz-transition: all 400ms 200ms ease;
	-ms-transition: all 400ms 200ms ease;
	-o-transition: all 400ms 200ms ease;
	transition: all 400ms 200ms ease;
}
.app.active .app_button_close
{
	visibility: visible;
	opacity: 1;
}
.app_content
{
	position: fixed;
	top: 0;
	right: 0;
	width: 281px;
	height: 100vh;
	padding-top: 152px;
	padding-bottom: 60px;
	padding-left: 25px;
	padding-right: 24px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.app_content.active
{
	visibility: visible;
	opacity: 1;
	width: 411px;
	background: rgba(0,0,0,0.5);
}
.app_form_container
{
	width: 100%;
}
.app_form
{
	width: 100%;
}
.app_input
{
	width: 100%;
	height: 49px;
	background: transparent;
	border: none;
	border-bottom: solid 2px #737373;
	outline: none;
	font-size: 14px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.app_input:hover,
.app_input:focus
{
	border-color: #ffbb00;
}
.app_input:not(:last-child)
{
	margin-bottom: 11px;
}
.app_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #838383 !important;
}
.app_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #838383 !important;
}
.app_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #838383 !important;
} 
.app_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #838383 !important;
}
.app_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #838383 !important;
}
.app_select
{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    border: none;
    border-bottom: solid 2px #737373;
    outline: none;
    font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #838383 !important;
	background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}
.app_form_button
{
	width: 100px;
	height: 46px;
	background: #ffbb00;
	font-size: 14px;
	font-weight: 700;
	color: #2a2a2a;
	border: none;
	outline: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 34px;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: -353px;
	left: 0;
	width: 100vw;
	height: 353px;
	background: rgba(0,0,0,0.85);
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	padding-left: 47px;
	padding-top: 122px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.menu.active
{
	visibility: visible;
	opacity: 1;
	top: 0;
}
.menu_nav ul li
{
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate3d(-30px,0,0);
	transform: translate3d(-30px,0,0);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 800ms ease;
}
.menu_nav ul li:nth-child(2)
{
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
.menu_nav ul li:nth-child(3)
{
	-webkit-transition-delay: 450ms;
	transition-delay: 450ms;
}
.menu_nav ul li:nth-child(4)
{
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
}
.menu_nav ul li:nth-child(5)
{
	-webkit-transition-delay: 750ms;
	transition-delay: 750ms;
}
.menu_nav ul li:nth-child(6)
{
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}
.menu_nav ul li:nth-child(7)
{
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}
.menu_nav ul li:nth-child(8)
{
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}
.menu_nav ul li:nth-child(9)
{
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}
.menu.active .menu_nav ul li
{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0px,0,0);
	transform: translate3d(0px,0,0);
}
.menu_nav ul li:not(:last-of-type)
{
	margin-bottom: 4px;
}
.menu_nav ul li a
{
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
.menu_nav ul li a:hover
{
	color: #ffbb00;
}
.menu_nav ul li a::after
{
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 0%;
	height: 2px;
	background: #ffbb00;
	content: '';
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_nav ul li a:hover::after
{
	width: 100%;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.home_container
{
	position: absolute;
	top: 34.1%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.home .section_title h1
{
	color: #FFFFFF;
	line-height: 1.2;
}
.section_expander
{
	width: calc(100% + 100px);
	left: -60px;
}
.services_row
{
	margin-top: 70px;
}
.service
{
	width: 100%;
	background: transparent;
	padding-right: 15px;
}
.service:not(:last-child)
{
	margin-bottom: 80px;
}
.service_icon
{
	
}
.service_icon_2
{
	
}
.service_icon_3
{
	
}
.service_icon &gt; div
{
	width: 64px;
	height: 64px;
}
.service_icon &gt; div &gt; svg
{
	max-width: 100%;
	height: auto;
}
.service_icon_flip
{
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.service_content
{
	padding-left: 20px;
}
.service_title
{
	font-size: 28px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.2;
}
.service_text
{
	margin-top: 10px;
}
.service_text p
{
	color: #6c6c6c;
	line-height: 2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.service:hover .service_title
{
	color: #ffae00;
}
.service:hover .service_text p
{
	color: #FFFFFF;
}
.svg path, .svg rect, .svg polygon
{
    fill: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.service:hover .svg path,
.service:hover .svg rect,
.service:hover .svg polygon
{
	fill: #ffae00;
}
.services_more
{
	margin-top: 67px;
}
.services_more_button
{
	width: 203px;
    height: 62px;
    border: solid 2px #FFFFFF;
    text-align: center;
    background: transparent;
}
.services_more_button a
{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 58px;
    text-transform: uppercase;
}
.services_more_button:hover
{
	background: #FFFFFF;
}
.services_more_button:hover a
{
	color: #ffae00;
}

/*********************************
6. Pricing
*********************************/

.pricing
{
	padding-top: 72px;
	padding-bottom: 180px;
}
.pricing_row
{
	margin-top: 90px;
}
.pricing_slider_container
{
	width: calc(100% + 125px);
	left: -62px;
}
.pricing_item
{
	width: 100%;
	height: 511px;
	padding: 10px;
}
.pricing_item .background_image
{
	width: 100%;
	height: 100%;
}
.pricing_border
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 10px #ffae00;
	pointer-events: none;
	z-index: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.pricing_item:hover .pricing_border
{
	border-color: #000000;
}
.pricing_content
{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	padding: 40px 40px 0px 40px;
}
.pricing_list
{
	margin-top: 30px;
}
.pricing_title
{
	font-size: 24px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 20px;
}
/*.pricing_list ul li:not(:last-of-type)*/
/*{*/
/*	margin-bottom: 27px;*/
/*}*/
.pricing_list ul li &gt; div
{
	font-size: 14px;
	font-weight: 500;
	color: #9a9a9a;
}

/*********************************
7. Gallery
*********************************/

.gallery
{
	width: 100%;
	height: 386px;
	background: #000000;
}
.gallery_slider_container
{
	width: 100%;
	height: 100%;
}
.gallery_item a
{
	display: block;
	width: 100%;
	height: 100%;
}
.gallery_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14,14,14,0.76);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.gallery_item:hover .gallery_overlay
{
	visibility: visible;
	opacity: 1;
}
.gallery_overlay &gt; div
{
	width: 63px;
	height: 63px;
	background: #ffae00;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 63px;
	color: #FFFFFF;
}

/*********************************
8. Footer
*********************************/

.footer
{
	display: block;
	position: relative;
	width: 100%;
	/*padding-top: 139px;*/
}
.footer_img
{
	position: absolute;
	width: 412px;
	height: 402px;
	right: 0;
	bottom: 0;
}
.footer_container
{
	padding-bottom: 67px;
}
.footer .section_title h1
{
	color: #FFFFFF;
}
.footer .section_title_container p
{
	font-size: 24px;
	color: rgba(255,255,255,0.49);
	font-weight: 400;
}
.footer_row
{
	margin-top: 135px;
}
.footer_title
{
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
}
.contact_info_list
{
	margin-top: 51px;
	padding-right: 70px;
}
.contact_info_list ul li:not(:last-of-type)
{
	margin-bottom: 17px;
}
.contact_info_icon
{
	width: 18px;
	height: 18px;
}
.contact_info_icon img
{
	max-width: 100%;
	max-height: 100%;
}
.contact_info_list ul li:first-child .contact_info_icon
{
	margin-top: 7px;
}
.contact_info_content
{
	padding-left: 12px;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2;
}
.footer .social
{
	margin-top: 39px;
}

.social .jd {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: url('/static/home/images/jd.png');
	transition: all 200ms ease;
}
.social .jd:hover {
	background: #000000;
	background-image: url("/static/home/images/jd2.png");
}

.social .tb {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: url('/static/home/images/tb.png');
	transition: all 200ms ease;
}
.social .tb:hover {
	background: #000000;
	background-image: url("/static/home/images/tb2.png");
}

.social .wb {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: url('/static/home/images/wb.png');
	transition: all 200ms ease;
}
.social .wb:hover {
	background: #000000;
	background-image: url("/static/home/images/wb2.png");
}

.social .qq {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: url('/static/home/images/qq.png');
	transition: all 200ms ease;
}
.social .qq:hover {
	background: #000000;
	background-image: url("/static/home/images/qq2.png");
}

.social .wx {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: url('/static/home/images/wx.png');
	transition: all 200ms ease;
}
.social .wx:hover {
	background: #000000;
	background-image: url("/static/home/images/wx2.png");
}
.wx img.wxQrcode {
	position: absolute;
	z-index: 99;
	bottom: 50px;
	left: 137px;
	width: 7.5rem;
	max-width: none;
	height: 7.5rem;
	transform: scale(0);
	transform-origin: top right;
	opacity: 0;
	border: .3125rem solid #ffbb00;
	border-radius: .25rem;
	transition: all .4s ease-in-out;
}
.wx:hover img.wxQrcode {
	transform: scale(1);
	opacity: 1;
}

.social .xcx {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: url('/static/home/images/xcx.png');
	transition: all 200ms ease;
}
.social .xcx:hover {
	background: #000000;
	background-image: url("/static/home/images/xcx2.png");
}
.xcx img.xcxQrcode {
	position: absolute;
	z-index: 99;
	bottom: 50px;
	left: 182px;
	width: 7.5rem;
	max-width: none;
	height: 7.5rem;
	transform: scale(0);
	transform-origin: top right;
	opacity: 0;
	border: .3125rem solid #ffbb00;
	border-radius: .25rem;
	transition: all .4s ease-in-out;
}
.xcx:hover img.xcxQrcode {
	transform: scale(1);
	opacity: 1;
}

.social ul img {
	width: 32px;
	height: 32px;
}

/*.social ul li*/
/*{*/
/*	width: 32px;*/
/*	height: 32px;*/
/*	overflow: hidden;*/
/*	border-radius: 50%;*/
/*	background: #ffae00;*/
/*	-webkit-transition: all 200ms ease;*/
/*	-moz-transition: all 200ms ease;*/
/*	-ms-transition: all 200ms ease;*/
/*	-o-transition: all 200ms ease;*/
/*	transition: all 200ms ease;*/
/*}*/
.social ul li:not(:last-of-type)
{
	margin-right: 13px;
}
.social ul li a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}
/*.social ul li a i*/
/*{*/
/*	font-size: 14px;*/
/*	color: #FFFFFF;*/
/*	line-height: 32px;*/
/*	-webkit-transition: all 200ms ease;*/
/*	-moz-transition: all 200ms ease;*/
/*	-ms-transition: all 200ms ease;*/
/*	-o-transition: all 200ms ease;*/
/*	transition: all 200ms ease;*/
/*}*/
/*.social ul li:hover a i*/
/*{*/
/*	color: #1a1a1a;*/
/*}*/
/*.social ul li:hover*/
/*{*/
/*	background: #FFFFFF;*/
/*}*/
.contact_form_container
{
	margin-top: 24px;
}
.contact_form &gt; div:not(:last-child)
{
	margin-bottom: 10px;
}
.contact_input
{
	width: 100%;
	height: 46px;
	background: transparent;
	border: none;
	border-bottom: solid 2px #767271;
	outline: none;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_textarea
{
	height: 123px;
	padding-top: 15px;
	margin-top: 5px;
}
.contact_input:focus,
.contact_input:hover
{
	border-color: #ffae00;
}
.contact_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #767271 !important;
}
.contact_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #767271 !important;
}
.contact_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #767271 !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #767271 !important;
}
.contact_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #767271 !important;
}
.contact_form_button
{
	width: 203px;
	height: 62px;
	background: #ffae00;
	font-size: 16px;
	font-weight: 700;
	color: #2a2a2a;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 44px;
}
.footer_link {
	width: 100%;
	height: 30px;
}
.footer_bar
{
	width: 100%;
	height: 91px;
	/*padding-left: 60px;*/
}
.copyright
{
	font-size: 12px;
	font-weight: 500;
	color: #454545;
}
.copyright a{
	color: #454545;
	margin-left: 10px;
}

.super_container .aletter {
	position: absolute;
	top: 620px;
	right: 0;
	width: 80px;
	height: 230px;
	z-index: 99;
	background: #ffae00;
	border-radius: 4px;
}
.aletter .letter_box {
	width: 72px;
	height: 222px;
	margin:4px auto auto;
	border: 2px solid #FFFFFF;
	border-radius: 2px;
}
.aletter p {
	width: 22px;
	margin: 8px auto auto;
	line-height: 24px;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: 600;
}

.super_container .up {
	position: fixed;
	bottom: 42px;
	right: 10px;
	width: 80px;
	height: 80px;
	z-index: 99;
	opacity: 0.5;
}</pre></body></html>