/*
	Theme Name: RSLC
	Theme URI: http://rosettastone.wpengine.com/
	Description: Custom WordPress theme for RSLC
	Author: RSLC
	Author URI: http://rosettastone.wpengine.com/
	Version: 1
	
	Template: genesis
	Template Version: 2.1
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
	- Comments
	- Sidebars
	- Sub Foooter
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- theme Pro Blue
		- theme Pro Orange
		- theme Pro Purple
		- theme Pro Red
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.home-top .widget:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.home-top .widget:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
.clear{
    clear:both;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

@font-face {
    font-family: sofia;
    src: url(/wp-content/themes/RSLC/fonts/SofiaProRegular.ttf);
}

@font-face {
    font-family: sofia-semibold;
    src: url(/wp-content/themes/RSLC/fonts/SofiaProSemiBold.ttf);
}

@font-face {
    font-family: sofia-light-italic;
    src: url(/wp-content/themes/RSLC/fonts/SofiaProLight-Italic.ttf);
}

@font-face {
    font-family: sofia-light;
    src: url(/wp-content/themes/RSLC/fonts/SofiaProLight.ttf);
}

@font-face {
    font-family: sofia-bold;
    src: url(/wp-content/themes/RSLC/fonts/SofiaProBold.ttf);
}

@font-face {
    font-family: sofia-black;
    src: url(/wp-content/themes/RSLC/fonts/SofiaProBlack.ttf);
}

@font-face {
    font-family: sofia-medium;
    src: url(/wp-content/themes/RSLC/fonts/SofiaProMedium.ttf);
}

@font-face {
    font-family: sofia-semibold-italic;
    src: url(/wp-content/themes/RSLC/fonts/SofiaProBold-Italic.ttf);
}

body {
	background-color: #ffffff;
	color: #232323;
	font-family: sofia-light;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

*,
*:focus {
	outline: none;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #edb70e;
	text-decoration: none;
	outline: none;
}

a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #232323;
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

p:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

body .fancybox-container {
	z-index: 999999;
}

body .fancybox-slide--image {
	padding-bottom: 100px;
}

body .fancybox-infobar__body {
    display: none;
}

body.page_work .fancybox-infobar__body {
    display: inline-block;
}

body button.fancybox-button.fancybox-button--thumbs {
	display: none !important;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	font-family: sofia-semibold;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 17px;
}

.meta-title {
	margin-bottom: 0;
	line-height: normal;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #edb70e;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #000;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1320px;
}

.default-wrap {
	margin: 0 auto;
	max-width: 1085px;
}

.site-inner {
	clear: both;
	font-size: 16px;
	overflow: hidden;
	padding-top: 210px;
}

.theme-pro-home .site-inner {
	padding: 4px 0;
}

.theme-pro-landing .wrap {
	max-width: 900px;
}

/* Default Page / Post
--------------------------------------------- */
.page-template-default .site-inner {
	display:none;
}

.page-template-default .site-inner.site-default {
	display: block;
}

.site-default .meta-thumbnail-img {
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

.site-default .meta-title {
	margin-bottom: 50px;
}

.page-template-default .site-default .meta-title {
    margin-bottom: 0;
}

.site-default .meta-content {
    background: #fff;
    padding: 100px 0;
}

.page-template-default .site-default .meta-content {
	padding-top: 50px;
}

.site-default .meta-tags-inner {
	position: relative;
	margin-top: 115px;
}

.site-default .meta-tags-text span {
    font-family: sofia-semibold;
    color: #edb70e;
}

.site-default .meta-tags-text {
    float: left;
    line-height: normal;
    background: #f5f5f5;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}

.site-default .meta-tags-border {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
}

.site-default .meta-tags-border > div {
	border-top: 2px solid #f1d47a;
    width: 100%;
}

.single-post .default-wrap .meta-title {
	margin-bottom: 10px;
}

.single-post .default-wrap .meta-category {
	color: #edb70e;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 20px;
}

.single-post .default-wrap .meta-post-info {
	font-size: 16px;
	margin-bottom: 65px;
    font-family: 'sofia-medium';
}

.single-post .site-inner .meta-content {
    padding: 0 0 160px;
}

.single-post .site-inner .meta-thumbnail-img {
	margin-bottom: 80px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	margin-bottom: 30px;
	width: 760px;
}

.theme-pro-home .content {
	margin: 0;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 550px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 350px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 12px;
	margin-bottom: 30px;
	padding: 10px 16px;
}

.archive-description {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
}

.author-box {
	background-color: #111;
	color: #fff;
	margin: 0 -40px 40px;
	padding: 30px;
}

.author-box-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 40px;
}

.content .entry-title a {
	color: #333;
}

.content .entry-title a:hover {
	color: #edb70e;
}

.widget-title {
	color: #edb70e;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-widgets .widget-title,
.site-header .widget-title {
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	display: block;
	margin-bottom: 16px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-caption-text {
	/*font-weight: 700;*/
	text-align: center;
    margin-top: 5px;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 30px;
}

.widget li {
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_calendar table {
	border-color: #494949;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
}

.featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-comments-link {
	float: none;
}

.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	padding-top: 10px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	border: none;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
------------------------------------------------------------ */

.content #genesis-responsive-slider {
	-webkit-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 60px 100px rgba(0, 0, 0, 0.5);
	box-shadow:         0 60px 100px rgba(0, 0, 0, 0.5);
	border: none;
	padding: 0;
}

.content #genesis-responsive-slider a:hover,
.content #genesis-responsive-slider h2 a,
.content #genesis-responsive-slider h2,
.content #genesis-responsive-slider p {
	color: #fff;
}

.content #genesis-responsive-slider a,
.content #genesis-responsive-slider h2 a:hover {
	color: #edb70e;
}

#genesis-responsive-slider li {
	border: none;
	margin: 0;
	padding: 0;
}

.content .slide-excerpt {
	background-color: rgba(0, 0, 0, 0.7);
	border: none;
	filter: alpha(opacity=10);
	margin: 0;
	opacity: 1;
}

html > body .content .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 30px;
}

.content #genesis-responsive-slider p {
	color: #fff;
}

.widget.genesis_responsive_slider,
.content #genesis-responsive-slider .flex-control-nav {
	margin-bottom: 0;
}

.content #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}

.content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	color: #fff;
	z-index: 99999;
    position: absolute;
	width: 100%;
	font-family: sofia-light;
	margin-top: 45px;
}

.site-header .widget {
	margin-bottom: 0;
}

.site-header .wrap {
    position: relative;
	background: #232323;
	width: 1285px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 14px 0;
	width: 111px;
	position: relative;
    z-index: 2;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 43px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
.site-title a {
	color: #fff;
}

.site-title a:hover {
	color: #edb70e;
}

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
    float: left;
    min-height: 82px;
    width: 100%;
    background-size: contain !important;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	height: 0;
	line-height: 1.5;
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: none;
    text-align: center;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
	height: 100%;
	left: 0;
	top: 0;
}

.site-header .widget-area section {
	margin: 0 auto;
}

.site-header .widget-area a {
	color: #fff;
}

.site-header .widget-area a:hover,
.site-header .widget-area .genesis-nav-menu .current_page_item a {
	color: #edb70e;
}

.site-header .widget-area .genesis-nav-menu .current_page_item a {
	font-family: sofia-semibold;
}

.site-header .widget li {
	border-color: #fff;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* .site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #fff;
	color: #000;
} */

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	margin: 0;
}

.genesis-nav-menu,
.genesis-nav-menu a {
	color: #fff;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 0 22px;
}

/* .genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a {
	background-color: #fff;
	color: #000;
} */

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: 'Fontawesome';
    margin-left: 8px;
    line-height: 0;
}

.sub-menu > .menu-item.menu-item-has-children > a:after {
    content: "\f0da";
    font-family: 'Fontawesome';
    margin-left: 8px;
    line-height: 0;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #eee;
	border: 1px solid #fff;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 14px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 18px 20px;
}

.genesis-nav-menu .right:hover > a {
	background: none;
	color: #fff;
}

.genesis-nav-menu .right > a:hover {
	background: #fff;
	color: #000;
}

.genesis-nav-menu > .search {
	padding: 9px 0 0;
}

.genesis-nav-menu input[type="search"] {
	font-size: 14px;
	padding: 10px 16px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #edb70e;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	background-color: #111;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 16px;
}

.nav-secondary .genesis-nav-menu > li > a:hover,
.nav-secondary .genesis-nav-menu > li:hover > a {
	background: none;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li:hover > a {
	color: #edb70e;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #090909;
	border-color: #292929;
	color: #fff;
}

.nav-secondary .sub-menu {
	border-color: #292929;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: right;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top .widget {
	margin: 0;
	padding: 0 40px 40px;
}

.home-top .widget:first-child {
	padding-top: 40px;
}

.home-top .widget.genesis_responsive_slider {
	padding: 0;
}

.theme-pro-home .content {
	padding: 0;
}

.home-bottom {
	background-color: #fff;
	padding-top: 60px;
}

.home-bottom .widget {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}

.home-bottom .widget:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.home-bottom .featured-content img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}

.home-bottom .widget-title {
	color: #333;
	font-weight: 700;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.site-inner.site-default ol,
.site-inner.site-default p,
.site-inner.site-default ul {
	margin-bottom: 25px;
}

.entry-content p:last-child,
.site-inner.site-default p:last-child {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul,
.site-inner.site-default ol,
.site-inner.site-default ul {
	margin-left: 20px;
}

.entry-content ol > li,
.site-inner.site-default ol > li {
	list-style-type: decimal;
	padding-left: 20px;
}

.entry-content ul > li,
.site-inner.site-default ul > li {
	list-style-type: disc;
	padding-left: 20px;
}

.entry-content ol ol,
.entry-content ul ul,
.site-inner.site-default ol ol,
.site-inner.site-default ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #999;
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
}

p.entry-meta a {
	color: #999;
}

p.entry-meta a:hover {
	color: #333;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	padding-top: 12px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories {
	float: left;
}

.entry-comments-link,
.entry-tags {
	float: right;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 30px;
	text-align: center;
}

.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.after-entry .featured-content li {
	text-align: center;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #edb70e;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 30px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li,
.entry-pings li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #ccc;
	font-size: 14px;
}
.sidebar a:hover {
    color:#fff;
}
.sidebar .widget {
	background-color: #111;
	border-radius: 3px;
	padding: 30px;
}

.sidebar li a {
	color: #ccc;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover {
	color: #fff;
}

/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
	background-color: #f2f6e9;
	padding: 60px 0 30px;
}

.sub-footer-left {
	float: left;
	width: 785px;
}

.sub-footer-right {
	float: right;
	font-size: 14px;
	width: 235px;
}

.sub-footer-left .entry-title {
	font-size: 30px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #222;
	color: #ccc;
	clear: both;
	font-size: 14px;
	padding: 60px 0 30px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 25%;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #222;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
	color: #666;
	font-size: 14px;
	padding: 40px 0;
	text-align: center;
}

.site-footer a {
	color: #666;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

#site-footer {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
	color: #fff;
}

#site-footer a {
	color: #c9c9c9;
}

#site-footer a:hover {
	color: #edb70e;
}

#site-footer .meta-header {
    display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 45px;
}

#site-footer .meta-header .meta-img {
    width: 185px;
    background: #232323;
    position: relative;
    z-index: 1;
}

#site-footer .meta-header .meta-border {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
}

#site-footer .meta-header .meta-border div {
    border-top: 1px solid #7c7c7c;
    width: 100%;
}

#site-footer .meta-footer-list .meta-footer-left {
    width: 50%;
    float: left;
}

#site-footer .meta-footer-list .meta-footer-right {
    width: 50%;
	float: right;
	display: flex;
    justify-content: flex-end;
}

#site-footer .meta-footer-list .meta-footer-left .meta-footer-box {
    width: 50%;
    float: left;
}

#site-footer .meta-footer-list .meta-footer-right .meta-footer-box {
    width: 33.3333%;
	/* float: left; */
	padding-left: 50px;
}

#site-footer .meta-footer-list .meta-footer-left .meta-footer-box .meta-title {
	font-family: sofia-medium;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: normal;
}

#site-footer .meta-footer-list .meta-footer-left .meta-footer-box > .meta-title {
    font-size: 30px;
    font-family: sofia-light;
    text-transform: uppercase;
    line-height: normal;
    padding-right: 100px;
    margin-bottom: 20px;
}

#site-footer .meta-footer-list .meta-footer-left .meta-footer-box .meta-btn a {
    color: #efbd24;
    text-transform: uppercase;
}

#site-footer .meta-footer-list .meta-footer-left .meta-footer-box .meta-btn a:hover {
	color:#fff;
}

#site-footer .meta-footer-list .meta-footer-left .meta-footer-box .meta {
    color: #c9c9c9;
	font-size: 13px;
	display: flex;
    align-items: center;
}

#site-footer .meta-footer-list .meta-footer-left .meta-footer-box .meta > div:first-child {
    width: 30px;
}

#site-footer .meta-footer-list .meta-footer-left .meta-footer-box .meta-box2 {
	margin-top: 30px;
	line-height: normal;
}

#site-footer .meta-footer-list .meta-footer-right .meta-footer-box .meta-title {
    font-size: 12px;
    font-family: sofia-medium;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 10px;
}

#site-footer .meta-footer-list .meta-footer-right .meta-footer-box a {
	font-size: 13px;
}

#site-footer .meta-footer-list .meta-footer-right .meta-footer-box li a:after {
    content: '\f105';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    right: 0;
}

#site-footer .meta-footer-list .meta-footer-left .meta-footer-box .meta-box2 .meta {
    margin-bottom: 0;
    display: inline-block;
}

#site-footer .meta-footer-list .meta-footer-left .meta-footer-box .meta-box2 .meta:last-child {
    margin-bottom: 0;
}

#site-footer .meta-footer-list .meta-footer-right .meta-footer-box li {
	position: relative;
	padding-right: 15px;
}

#site-footer .meta-footer-bottom {
    font-size: 12px;
    color: #5b5b5b;
    font-family: sofia-light;
}

#site-footer .meta-footer-bottom a {
	color: #5b5b5b;
}

#site-footer .meta-footer-bottom a:hover {
	color: #edb70e;
}

#site-footer .meta-footer-bottom .meta-box {
    width: 50%;
    float: left;
	text-align: center;
	margin-top: 50px;
}

#site-footer .meta-footer-bottom .meta-box.meta-box-1 {
	text-align: left;
}

#site-footer .meta-footer-bottom .meta-box.meta-box-3 {
	text-align: right;
}

/*
Site Banner
---------------------------------------------------------------------------------------------------- */
#site-banner {
    height: auto !important;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	background-image: none !important;
}

#site-banner img {
    width: 100%;
}

#site-banner .meta-text-wrap {
    position: absolute;
    width: 100%;
    bottom: 145px;
}

#site-banner .meta-text-wrap .meta-title {
    line-height: normal;
    font-size: 50px;
    text-transform: uppercase;
	color: #fff;
	padding: 0 30px;
}

#site-no-banner {
	margin-top: 210px;
}

#site-no-banner .meta-text-wrap .meta-title {
    line-height: normal;
    font-size: 50px;
    text-transform: uppercase;
	padding: 0 30px;
}

/*
Slider Style
---------------------------------------------------------------------------------------------------- */
.carousel-inner > .item {
    height: 100%;
    background-size:cover;
    background-repeat:no-repeat;
}
.carousel-inner>.item:hover {
    cursor:-webkit-grab;
}
.carousel-inner {
    height:100%;
}
.carousel {
    height: 500px;
}
.carousel-indicators {
    left: 0;
    width: 100%;
    margin: 0 auto !important;
}


/*
Slider Slider CSS
---------------------------------------------------------------------------------------------------- */
.slick-slider .slider-img {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.slick-slider {
    overflow: hidden;
    position: relative;
}

.slick-slider .slick-slide {
	display: inline-block;
	float: left;
}


.arr-wrap.slick-arrow {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 43%;
}

.arr-wrap.slick-arrow i {
    background: #0000006e;
    padding: 10px;
}

.arr-wrap.slick-arrow i:hover {
    background: #000;
    cursor: pointer;
}

.arr-wrap.right.slick-arrow {
    right: 0;
}

body .slick-dotted.slick-slider {
	margin-bottom: 0;
}

body .slick-dots {
    bottom: 0;
}

body .slick-dots li button:before {
    content: ' ';
    border-top: 4px solid;
    color: #ecb207;
    border-radius: 3px;
    height: 4px;
    width: 12px;
    line-height: normal;
}

body .slick-dots li button {
    height: 4px;
    padding: 0;
    width: 12px;
}

body .slick-dots li {
    width: 12px;
    height: 4px;
	margin: 0 3px;
	-webkit-transition: .5s;
	transition: .5s;
}

body .slick-dots li.slick-active {
    width: 50px;
    height: 4px;
}

body .slick-dots li.slick-active button {
    width: 100%;
}

body .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ecb207;
    width: 100%;
}

body .slick-list{
	overflow: hidden;
}

body .slick-list:after{
	clear: both;
	content: "";
	display: block;
}

/* Mobile Menu CSS
--------------------------------------------- */

.mobile--menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    z-index: 99999;
	transform: translateX(120%);
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

body.swipe-trigger .mobile--menu-wrap {
    transform: translateX(0%);
}

.mobile--menu-wrap .mobile--inner {
    text-align: left;
    background: #fff;
    border-left: 2px solid #232323;
    padding: 10px 0;
    overflow: scroll;
    height: 100%;
    width: 85%;
    float: right;
    position: relative;
    z-index: 2;
}

.mobile--menu-wrap .menu--cls-btn {
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 15%;
    height: 100%;
    text-align: center;
}

.mobile--menu-wrap .menu--cls-btn i {
    padding: 10px 20px;
    background: #232323;
    width: 100%;
    font-size: 25px;
}

.mobile--menu-wrap .mobile--inner a {
    color: #232323;
	display: block;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: #fff;
	-webkit-transition: none;
    transition: none;
}

.mobile--menu-wrap .mobile--inner .menu-item:hover {
	background: #edb70e;
	color: #fff !important;
}

.mobile--menu-wrap .mobile--inner a:hover,
.mobile--menu-wrap .mobile--inner a:focus,
.mobile--menu-wrap .mobile--inner a:active{
	color: #fff !important;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.mobile--menu-wrap .mobile--inner .current_page_item a {
	color: #edb70e;
}

.mobile--menu-wrap .mobile--inner li {
    border-top: 1px solid #ccc;
/*     padding: 15px 20px; */
    position: relative;
}

.mobile--menu-wrap .mobile--inner .menu a {
	padding: 15px 20px;
}

.site--overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000057;
    z-index: 9999;
    display: none;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
}

body.swipe-trigger .site--overlay {
    display: block;
    top: 0;
    z-index: 999;
}
body.swipe-trigger {
    overflow: hidden;
}

.mobile--menu-wrap ul.menu > li.menu-item-has-children:after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 13px;
}

.mobile--menu-wrap ul.menu > li ul.sub-menu {
    display: none;
}

.mobile--menu-wrap ul.menu > li ul.sub-menu li {
    border: 0;
    padding: 0;
    padding-top: 10px;
    padding-left: 10px;
}

.mobile--menu-wrap .mobile--inner .social--menu ul {
    text-align: center;
    margin-bottom: 10px;
}

.mobile--menu-wrap .mobile--inner .social--menu ul li {
    border: 0;
    padding: 0 10px;
    display: inline-block;
    font-size: 24px;
}

/*
Animation Header
---------------------------------------------------------------------------------------------------- */
.state_scroll .site-header {
    opacity: 0;
    transform: translateY(-100%);
	top: 0;
	width: 100%;
	margin-top: 0;
	background: #232323;
	position: fixed;
}

.state_fixed .site-header {
    transform: none;
	opacity: 1;
	-webkit-transition: all .5s ease-out; 
	transition: all .5s ease-out;
	/* box-shadow: 0px 0px 5px #000; */
}

.header-image.state_fixed .site-title > a {
	min-height: 60px;
}

/*
About Us CSS
---------------------------------------------------------------------------------------------------- */
.page_about .site-inner {
	display:none;
}

.page_about #section1-wrap {
    padding: 120px 0;
}

.page_about section .meta-title {
	font-size: 35px;
	text-transform: uppercase;
}

.page_about #section1-wrap .meta-wrap {
    padding: 0 30px;
}

.page_about #section1-wrap .meta-wrap .meta-box-left {
    width: 67%;
    float: left;
	padding-right: 125px;
	margin-top: 80px;
}

.page_about #section1-wrap .meta-wrap .meta-box-right {
    width: 33%;
    float: left;
    text-align: center;
}

.page_about #section1-wrap .meta-wrap .meta-box-right img {
	max-height: 500px;
}

.page_about #section1-wrap .meta-wrap .meta-text {
	color: #4a4a4a;
	font-family: sofia-light;
}

.page_about #section1-wrap .meta-wrap .meta-title {
    margin-bottom: 30px;
}

.page_about #section1-wrap .meta-wrap .meta-name {
    font-size: 18px;
    font-family: sofia-semibold;
    color: #232323;
    line-height: normal;
    text-transform: uppercase;
}

.page_about #section1-wrap .meta-wrap .meta-box-right .meta-text {
    margin-top: 15px;
}

.page_about #section1-wrap .meta-wrap .meta-pos {
    font-family: sofia-light-italic;
    font-size: 19px;
    color: #232323;
}

.page_about #section2-wrap .meta-left-wrap {
    width: 25%;
    padding-right: 40px;
    text-align: center;
	line-height: normal;
	float: left;
	display: none;
}

.page_about #section2-wrap .meta-left-wrap .meta-text {
    margin-top: 20px;
}

.page_about #section2-wrap .meta-left-wrap .meta-name {
    font-size: 18px;
    text-transform: uppercase;
    font-family: sofia-semibold;
    margin-bottom: 5px;
}

.page_about #section2-wrap .meta-left-wrap .meta-pos {
	font-family: sofia-light-italic;
	color: #9f9f9f;
}

.page_about #section2-wrap .meta-left-wrap .meta-pos b {
	font-family: sofia-semibold-italic;
}

.page_about #section2-wrap .meta-right-wrap {
	padding: 40px 40px 60px;
	color: #fff;
	width: 100%;
	float: left;
}

.page_about #section2-wrap .meta-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}

.page_about #section2-wrap .list-title {
    color: #edb70e;
    margin-bottom: 10px;
}

.page_about #section2-wrap .meta-list-box {
    margin-bottom: 45px;
}

.page_about #section2-wrap .meta-list-box:last-child {
	margin-bottom: 0;
}

.page_about #section3-wrap {
    padding: 100px 0;
}

.page_about #section3-wrap .meta-title {
	text-align: center;
	margin-bottom: 50px;
}

.page_about #section3-wrap .meta-list {
    display: flex;
    flex-wrap: wrap;
}

.page_about #section3-wrap .meta-list .meta-list-box {
    width: 25%;
    text-align: center;
    display: flex;
	align-items: center;
	padding: 0 50px;
}

.page_about #section3-wrap .meta-list .meta-list-box img {
    margin: 0 auto;
}

.page_about #section4-wrap {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    /* background-attachment: fixed; */
}

.page_about #section4-wrap .meta-box-left {
    width: 40%;
    border-left: 3px solid #edb70e;
	padding: 50px 100px;
	float: left;
}

.page_about #section4-wrap .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page_about #section4-wrap .meta-box-right {
    width: 60%;
    padding: 0;
    float: left;
}

.page_about #section4-wrap .meta-box-right .meta-video {
    background-image: url(/wp-content/uploads/2020/02/ABOUT-vision-mission.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	height: 420px;
	display: none;
}

.page_about #section4-wrap .meta-box-list .list-sub {
    color: #edb70e;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
}

.page_about #section4-wrap .meta-box-list .list-title {
    font-size: 35px;
    font-family: sofia-semibold;
    line-height: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.page_about #section4-wrap .meta-box-list .list-text {
	font-size: 18px;
	font-family: sofia-light;
}

.page_about #section4-wrap .meta-box-list {
    margin-bottom: 60px;
}

.page_about #section4-wrap .meta-box-list:last-child {
	margin-bottom: 0;
}

.page_about #section5-wrap {
    padding: 140px 0;
}

.page_about #section5-wrap .meta-title {
	text-align: center;
	margin-bottom: 60px;
}

.page_about #section5-wrap .meta-list {
	display: flex;
	flex-wrap: wrap;
}

.page_about #section5-wrap .meta-box-list {
    width: 50%;
    padding: 0 25px;
}

.page_about #section5-wrap .meta-box-list .meta-box {
    background: #edb70e;
    padding: 80px 50px;
    text-align: center;
	margin: 0 auto;
	height: 100%;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 80%, 85% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 80%, 85% 100%, 0 100%);
}

.page_about #section5-wrap .meta-box-list .box-title {
    color: #fff;
    font-size: 27px;
    font-family: sofia-semibold;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 45px;
}

.page_about #section5-wrap .meta-box-list .box-text {
	color: #3a3a3a;
	font-family: sofia-light;
}

/*
Teach CSS
---------------------------------------------------------------------------------------------------- */
.page_teach .site-inner {
	display:none;
}

.page_teach .section-title {
    text-align: center;
	padding: 100px 0 50px;
	line-height: normal;
}

.page_teach .section-title .meta-title {
	font-family: sofia-semibold;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page_teach .section-title .meta-text {
    font-family: sofia-light;
    font-size: 16px;
}

.page_teach #meta-list-wrap .meta-box-list {
    display: flex;
    flex-wrap: wrap;
}

.page_teach #meta-list-wrap .meta-box-list .meta-img {
	width: 45%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page_teach #meta-list-wrap .meta-box-list .meta-img div {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page_teach #meta-list-wrap .meta-box-list .meta-text-wrap {
    width: 55%;
    padding: 70px 80px;
    background: #f6f6f6;
}

.page_teach #meta-list-wrap .meta-box-list:hover .meta-text-wrap {
	background: #edb70e;
}

.page_teach #meta-list-wrap .meta-box-list {
	margin-bottom: 35px;
}

.page_teach #meta-list-wrap .meta-box-list:last-child {
	margin-bottom: 0;
}

.page_teach #meta-list-wrap .meta-box-list:nth-child(even) .meta-img {
    order: 2;
}

.page_teach #meta-list-wrap .meta-box-list .meta-title {
    font-size: 25px;
    font-family: sofia-bold;
    color: #ecb207;
}

.page_teach #meta-list-wrap .meta-box-list .meta-title a {
	color: #ecb207;
}

.page_teach #meta-list-wrap .meta-box-list .meta-sub {
    color: #ecb207;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page_teach #meta-list-wrap .meta-box-list:hover .meta-title,
.page_teach #meta-list-wrap .meta-box-list:hover .meta-sub,
.page_teach #meta-list-wrap .meta-box-list:hover .meta-title a,
.page_teach #meta-list-wrap .meta-box-list:hover .meta-sub a {
	color: #fff;
}

.page_teach #meta-list-wrap .meta-box-list a.meta-title-link:hover .meta-title,
.page_teach #meta-list-wrap .meta-box-list a.meta-title-link:hover .meta-sub {
	color: #232323;
}

.page_teach #meta-list-wrap .meta-box-list:hover .meta-title a:hover {
	color: #232323;
}

.page_teach #meta-list-wrap .meta-box-list:hover .meta-sub a:hover {
	color: #232323;
}

.page_teach #meta-list-wrap .meta-box-list .meta-link {
    margin-top: 30px;
}

.page_teach #meta-list-wrap .meta-box-list .meta-link a,
.page_teach #meta-list-wrap .meta-box-list .meta-link {
    color: #232323;
    font-family: sofia-semibold;
    text-transform: uppercase;
}

.page_teach #meta-list-wrap .meta-box-list .meta-link a:hover {
	color: #fff;
}

.page_teach #meta-list-wrap .meta-box-list .meta-text-wrap .meta-inner {
    width: 300px;
}

.page_teach #meta-list-wrap {
    margin-bottom: 130px;
}

.page_work #section2-wrap .meta-list-box .meta-list-wrap > div {
    display: flex;
    flex-wrap: wrap;
}

.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right {
	width: 57%;
}

.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right div {
	height: 100%;
}

.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right .main-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
    align-items: center;
}

.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right .main-image .meta-text {
    color: #cccccc;
    height: auto;
    background: #232323;
    position: absolute;
    bottom: 0;
    padding: 15px 25px;
	line-height: normal;
	width: 100%;
	font-size: 14px;
}


/*
Teach Inner CSS
---------------------------------------------------------------------------------------------------- */
.page_teach_inner .site-inner {
	display:none;
}

.page_teach_inner #section-banner {
    height: 815px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.page_teach_inner .wrap {
	position: relative;
	height: 100%;
}

.page_teach_inner #section-banner .meta-title-wrap {
    width: 760px;
    position: absolute;
    bottom: 115px;
}

.page_teach_inner #section-banner .meta-img {
    position: absolute;
    right: -110px;
    bottom: 0;
}

.page_teach_inner #section-banner .meta-title-wrap .meta-title {
    font-size: 50px;
    padding-left: 50px;
    margin-bottom: 0;
}

.page_teach_inner #section-banner .meta-title-wrap .meta-sub {
    padding-left: 50px;
    font-family: sofia;
    font-size: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.page_teach_inner #section-banner .meta-title-wrap .meta-text-wrap {
	padding: 40px 40px 40px 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.page_teach_inner #section-banner .meta-text::before {
    content: '\f111';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 5px;
    color: #fff;
}

.page_teach_inner #section-banner .meta-text::before {
    content: '\f111';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 5px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 11px;
}

.page_teach_inner #section-banner .meta-text {
    position: relative;
	padding-left: 30px;
	font-family: sofia;
}

.page_teach_inner #section-content {
    padding: 140px 0;
}

.page_teach_inner #section-content .meta-title {
    font-size: 30px;
    font-family: sofia-semibold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.page_teach_inner #section-content .meta-box-list {
    display: flex;
    flex-wrap: wrap;
}

.page_teach_inner #section-content .meta-box-list .box-text-wrap {
    width: 55%;
    padding: 45px 35px 45px 90px;
}

.page_teach_inner #section-content .meta-box-list .box-title {
    font-size: 20px;
    font-family: sofia-bold;
    color: #ecb207;
    line-height: normal;
    margin-bottom: 15px;
}

.page_teach_inner #section-content .meta-box-list {
    display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.page_teach_inner #section-content .meta-box-list:last-child {
	margin-bottom: 0;
}

.page_teach_inner #section-content .meta-box-list .box-img {
	width: 45%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.page_teach_inner #section-content .meta-box-list .box-text-wrap {
    width: 55%;
    padding: 45px 35px 45px 90px;
}

.page_teach_inner #section-content .meta-box-list:nth-child(even) .box-img {
	order: 2;
}

.page_teach_inner #section-content .meta-box-list:nth-child(even) .box-text-wrap {
    width: 55%;
    padding: 45px 90px 45px 35px;
}

/*
Meet Team CSS
---------------------------------------------------------------------------------------------------- */
#section-meet-team {
    padding: 100px 0 80px;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	/* background-attachment: fixed; */
}

#section-meet-team .meta-header .meta-title {
	color: #ecb207;
	font-size: 30px;
    font-family: sofia-semibold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#section-meet-team .meta-header .meta-text {
    width: 840px;
    margin: 0 auto;
	text-align: center;
	font-family: sofia-light;
}

#section-meet-team .meta-header {
    margin-bottom: 80px;
}

#section-meet-team .meta-team-wrap {
	margin: 0 -30px;
	position: relative;
}

#section-meet-team .meta-team-list {
	position: relative;
	padding: 0 30px;
	padding-top: 13px;
}

#section-meet-team .meta-team-list .meta-img {
    width: 235px;
    height: 235px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	border-radius: 100%;
	position: absolute;
	box-shadow: -5px -13px 0px 0px #ecb207;
}

#section-meet-team .meta-team-list .meta-text-wrap {
    padding-left: 280px;
}

#section-meet-team .meta-team-list .meta-name {
    font-size: 18px;
    font-family: sofia-semibold;
    text-transform: uppercase;
    color: #ecb207;
    line-height: normal;
}

#section-meet-team .meta-team-list .meta-pos {
	color: #b4b4b4;
	line-height: normal;
}

#section-meet-team .meta-team-list .meta-text {
    padding: 20px 0;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
	color: #2a2b2e;
    line-height: normal;
    font-family: sofia-light;
}

#section-meet-team .meta-team-list .meta-text-below {
    display: flex;
	flex-wrap: wrap;
	line-height: normal;
	margin-top: 5px;
}

#section-meet-team .meta-team-list .meta-text-below:first-child {
	margin-top: 0;
}

#section-meet-team .meta-team-list .meta-text-below div:first-child {
	width: 30%;
	color: #ecb207;
	padding-right: 10px;
}

#section-meet-team .meta-team-list .meta-text-below div:last-child {
	width: 70%;
	font-family: sofia-light;
}

#section-meet-team .meta-team-wrap .meta-team-slider {
    padding-bottom: 90px;
}

#section-meet-team .meta-team-wrap .meta-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-bottom: 90px;
    display: flex;
    align-items: center;
}

#section-meet-team .meta-team-wrap .meta-arrow.prev-arrow {
    left: -100px;
}

#section-meet-team .meta-team-wrap .meta-arrow.next-arrow {
    right: -100px;
}

#section-meet-team .meta-team-wrap .meta-arrow a {
    font-size: 36px;
    color: #d0d0d0;
}

#section-meet-team .meta-team-wrap .meta-arrow a:hover {
	color: #edb70e;
}

/*
Embed CSS
---------------------------------------------------------------------------------------------------- */
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

/*
Grow CSS
---------------------------------------------------------------------------------------------------- */
.page_grow .site-inner {
	display: none;;
}

.page_grow #section1-wrap {
	padding: 90px 0;
}

.page_grow #section1-wrap .meta-title {
	text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.page_grow #section1-wrap .meta-text {
	text-align: center;
	font-size: 16px;
}

.page_grow #section2-wrap .meta-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.page_grow #section2-wrap .meta-list-wrap {
    display: flex;
	flex-wrap: wrap;
	margin: 0 -17px;
}

.page_grow #section2-wrap .meta-list-wrap .meta-box-list {
    width: 33.3333%;
    padding: 0 17px;
}

.page_grow #section2-wrap .meta-list-wrap .meta-box-list .box-title {
    font-size: 20px;
    font-family: sofia-semibold;
    line-height: normal;
	padding: 20px 50px;
	color: #fff;
}

.page_grow #section2-wrap .meta-list-wrap .box-1 .box-title {
    background: #f6cb47;
}

.page_grow #section2-wrap .meta-list-wrap .box-2 .box-title {
    background: #f8c013;
}

.page_grow #section2-wrap .meta-list-wrap .box-3 .box-title {
    background: #edb70e;
}

.page_grow #section2-wrap .meta-list-wrap .box-text {
	padding: 60px 40px;
	font-family: sofia-light;
}

.page_grow #section2-wrap .meta-list-wrap .meta-box {
	height: 100%;
	background: #f8f8f8;
}

.page_grow #section3-wrap .meta-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 65px;
}

.page_grow #section3-wrap .meta-title br {
	display:none;
}

.page_grow #section3-wrap {
	padding: 150px 0;
}

.page_grow #section3-wrap .meta-box-list .box-title {
    width: 20%;
    float: left;
    font-size: 35px;
    text-transform: uppercase;
    text-align: right;
    color: #edb70e;
    font-family: sofia-semibold;
    line-height: 1em;
    padding-right: 35px;
}

.page_grow #section3-wrap .meta-box-list .box-title span {
    font-size: 20px;
}

.page_grow #section3-wrap .meta-box-list .box-text {
    width: 80%;
    float: left;
	padding-right: 75px;
    text-align: justify;
}

.page_grow #section3-wrap .meta-box-list {
    margin-bottom: 50px;
}

.page_grow #section3-wrap .meta-box-list:last-child {
    margin-bottom: 0;
}

.page_grow #section4-wrap {
    padding-bottom: 100px;
}

.page_grow #section4-wrap .meta-header {
    display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.page_grow #section4-wrap .meta-header .meta-title {
    font-size: 20px;
    color: #edb70e;
    font-family: sofia-semibold;
    text-transform: uppercase;
    width: 15%;
    padding-left: 10px;
    background: #fff;
    position: relative;
}

.page_grow #section4-wrap .meta-header .meta-border {
    width: 85%;
    border-top: 2px solid #232323;
}

.page_grow #section4-wrap .meta-box-left {
	width: 46%;
	float: left;
	padding-right: 10px;
}

.page_grow #section4-wrap .meta-box-right {
	width: 55%;
	float: left;
	padding-left: 10px;
	margin: -8px;
}

.page_grow #section4-wrap .meta-box-left .meta-box {
    height: 205px;
	width: 50%;
	float: left;
}

.page_grow #section4-wrap .meta-box-left .meta-box.box-1 {
    height: 460px;
	margin-bottom: 20px;
	float: none;
	width: 100%;
}

.page_grow #section4-wrap .meta-box-left .meta-box.box-1 .box-inner {
    background-position: 35% 50%;
}

.page_grow #section4-wrap .meta-box-left .meta-box.box-2 {
	padding-right: 6px;
}

.page_grow #section4-wrap .meta-box-left .meta-box.box-3 {
	padding-left: 6px;
}

.page_grow #section4-wrap .box-inner {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	overflow: hidden;
}

.page_grow #section4-wrap .box-inner .box-text-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #f9f9f9;
	padding: 10px 20px;
	transition: .5s;
	-webkit-transition: .5s;
	opacity: 0;
}

.page_grow #section4-wrap .box-inner:hover .box-text-wrap {
	opacity: 1;
}

.page_grow #section4-wrap .box-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: normal;
}

.page_grow #section4-wrap .box-text {
    line-height: normal;
    text-transform: capitalize;
    color: #ecb207;
    font-size: 14px;
}

.page_grow #section4-wrap .meta-box-right .meta-box {
	padding: 8px;
	height: 350px;
	float: left;
}

.page_grow #section4-wrap .meta-box-right .meta-box:first-child {
    width: 59%;
}

.page_grow #section4-wrap .meta-box-right .meta-box:last-child {
    width: 41%;
}

.page_grow #section4-wrap .meta-box-right .meta-box-wrap:nth-child(even) .meta-box:first-child {
    width: 41%;
}

.page_grow #section4-wrap .meta-box-right .meta-box-wrap:nth-child(even) .meta-box:last-child {
    width: 59%;
}

/*
Apply CSS
---------------------------------------------------------------------------------------------------- */
.page_apply .site-inner {
	display:none;
}

.page_apply #section1-wrap {
    padding: 100px 0;
}

.page_apply #section1-wrap .meta-header {
    text-align: center;
	line-height: normal;
	margin-bottom: 70px;
}

.page_apply #section1-wrap .meta-header .meta-title {
    text-transform: uppercase;
}

.page_apply #section1-wrap .meta-header .meta-sub {
    font-size: 20px;
}

.page_apply #section1-wrap .meta-list-wrap {
	margin: 0 -25px;
}

.page_apply #section1-wrap .meta-list-wrap .meta-box-list {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 25px;
}

.page_apply #section1-wrap .box-img {
    margin-bottom: 30px;
}

.page_apply #section1-wrap .box-img img {
    max-width: 80px;
}

.page_apply #section1-wrap .box-title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    font-family: sofia-semibold;
    width: 225px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.page_apply #section2-wrap {
    display: flex;
    flex-wrap: wrap;
}

.page_apply #section2-wrap .meta-box-wrap {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.page_apply #section2-wrap .meta-box-left {
    width: 52%;
}

.page_apply #section2-wrap .meta-box-right {
	width: 48%;
}

.page_apply #section2-wrap .meta-box-right .meta-box-inner {
    margin: 60px 0;
    background: #fff;
    width: 645px;
    padding: 60px 70px;
    position: relative;
    left: -100px;
}

.page_apply #section2-wrap .meta-box-inner .meta-box-text {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 30px;
}

.page_apply #section2-wrap .meta-box-inner .meta-box-title {
    font-size: 35px;
    line-height: normal;
    font-family: sofia-semibold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page_apply #section2-wrap .meta-box-inner .meta-box-btn button {
    width: 200px;
	padding: 15px;
	background-color: #232323;
}

.page_apply #section2-wrap .meta-box-inner .meta-box-btn button:hover {
	background-color: #edb70e;
	color: #fff;
}

.page_apply #section3-wrap {
	padding: 110px 0;
}

.page_apply #section3-wrap .meta-header .meta-title {
	font-size: 35px;
}

.page_apply #section3-wrap .meta-header .meta-sub {
    font-size: 18px;
    text-transform: uppercase;
    color: #edb70e;
    line-height: normal;
}

.page_apply #section3-wrap .meta-header {
    margin-bottom: 60px;
}

.page_apply #section3-wrap .meta-box-list .meta-title {
    font-size: 25px;
    font-family: sofia-semibold;
    text-transform: uppercase;
    line-height: normal;
    padding-left: 30px;
	margin-bottom: 25px;
	color: #edb70e;
}

.page_apply #section3-wrap .meta-list-wrap .meta-box-list {
    margin-bottom: 100px;
}

.page_apply #section3-wrap .meta-list-wrap .meta-box-list:last-child {
	margin-bottom: 0;
}

.page_apply #section3-wrap .meta-list-wrap .meta-box-list p {
	margin-bottom: 20px;
}

.page_apply #section3-wrap .meta-list-wrap .meta-box-list p:last-child {
	margin-bottom: 0;
}

.page_apply #section3-wrap .meta-list-wrap .list-text {
	display: none;
	background: #fff;
    padding: 30px 20px 50px;
    font-family: sofia-light;
}

.page_apply #section3-wrap .meta-list-wrap .list-title a {
    color: #232323;
    font-size: 18px;
	display: block;
	position: relative;
	padding-right: 15px;
}

.page_apply #section3-wrap .meta-list-wrap .list-title div {
	color: #232323;
    font-size: 18px;
	display: block;
	position: relative;
	padding-right: 15px;
}

.page_apply #section3-wrap .meta-list-wrap .list-title:hover div {
	color: #edb70e;
}

.page_apply #section3-wrap .meta-list-wrap .list-title div span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
}

.page_apply #section3-wrap .meta-list-wrap .list-title {
    padding: 30px 50px 30px 35px;
    background: #f9f9f9;
}

.page_apply #section3-wrap .meta-list-wrap .meta-list {
	margin-bottom: 22px;
}

.page_apply #section3-wrap .meta-list-wrap .meta-list:last-child {
    margin-bottom: 0;
}

.page_apply #section3-wrap .meta-list-wrap .meta-list.active {
    padding: 16px;
    background: #232323;
}

.page_apply #section3-wrap .meta-list-wrap .meta-list.active .list-title {
	padding: 14px 34px 30px 19px;
    background: #232323;
}

.page_apply #section3-wrap .meta-list-wrap .meta-list.active .list-title div{
	color: #fff;
}

.page_apply #section3-wrap .meta-list-wrap .meta-list.active .list-title:hover div {
	color: #edb70e;
}

/*
Work CSS
---------------------------------------------------------------------------------------------------- */
.page_work .site-inner {
	display:none;
}

.page_work #section1-wrap {
    padding: 100px 0 75px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	overflow: hidden;
}

.page_work #section1-wrap .section-wrap {
	position: relative;
}

.page_work #section1-wrap p {
	margin-bottom: 25px;
}

.page_work #section1-wrap p:last-child {
	margin-bottom: 0;
}

.page_work #section1-wrap .meta-title {
	margin-bottom: 35px;
	text-transform: uppercase;
}

.page_work #section1-wrap .meta-text {
    font-family: sofia-light;
}

.page_work #section1-wrap .meta-box-left .meta-box {
    width: 435px;
	padding-left: 30px;
	margin-top: 60px;
}

.page_work #section1-wrap .meta-box-right {
    width: 1460px;
    margin: 0 0 0 auto;
    margin-right: -445px;
}

.page_work .meta-box-right .meta-slider-gallery .meta-box-list {
    padding: 0 10px;
}

.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box {
    height: 545px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.page_work .meta-box-right .meta-slider-gallery .slick-current .meta-box-list .meta-box {
	-webkit-filter: none;
    filter: none;
}

.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box .box-text-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #f9f9f9;
    padding: 20px 25px;
	border-bottom: 1px solid #eaeaea;
	opacity: 0;
	transition: .5s;
    -webkit-transition: .5s;
}

.page_work .meta-box-right .meta-slider-gallery .slick-current.slick-active .meta-box-list .meta-box .box-text-wrap {
	opacity: 1;
}

.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box .box-text-wrap .box-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: normal;
}

.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box .box-text-wrap .sub-title {
    font-size: 14px;
    text-transform: capitalize;
    color: #ecb207;
    line-height: normal;
}

.page_work .meta-box-left {
    position: absolute;
    width: 100%;
    top: 0;
}

.page_work #section1-wrap .meta-nav-wrap {
	position: relative;
	margin-top: 25px;
}

.page_work #section1-wrap .meta-nav-wrap .slick-dots {
	right: 0;
    text-align: center;
    width: 50%;
}

.page_work #section2-wrap {
	padding: 100px 0 125px;
}

.page_work #section2-wrap .meta-header .meta-title {
    font-size: 35px;
    text-transform: uppercase;
}

.page_work #section2-wrap .meta-header {
	margin-bottom: 35px;
}

.page_work #section2-wrap .list-title i {
    color: #c9c9c9;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.page_work #section2-wrap .list-title {
    position: relative;
    font-size: 20px;
    font-family: sofia-medium;
	padding-left: 25px;
	margin-bottom: 15px;
}

.page_work #section2-wrap .meta-list-sidebar {
    width: 17%;
    float: left;
    height: 370px;
    overflow-y: auto;
	overflow-x: hidden;
	padding-right: 45px;
}

.page_work #section2-wrap .meta-list-sidebar::-webkit-scrollbar-track {
    background-color: #f4f4f4;
    border-radius: 10px;
}

.page_work #section2-wrap .meta-list-sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ecb207;
}

.page_work #section2-wrap .meta-list-sidebar::-webkit-scrollbar {
    width: 8px;
    background-color: #f4f4f4;
    border-radius: 10px;
}

.page_work #section2-wrap .meta-list-sidebar .list-child {
    padding-left: 25px;
}

.page_work #section2-wrap .meta-list-sidebar .list-child a {
    display: block;
    position: relative;
    color: #232323;
}

.page_work #section2-wrap .meta-list-sidebar .list-child a:hover,
.page_work #section2-wrap .meta-list-sidebar .list-child .active a {
	color: #edb70e;	
	font-family: sofia-bold;
}

.page_work #section2-wrap .meta-list-sidebar .list-child a:hover span {
    border-bottom: 1px solid;
}

.page_work #section2-wrap .meta-list-sidebar .list-child a i {
    position: absolute;
    right: 0;
    display: flex;
    height: 100%;
    top: 0;
    align-items: center;
}

.page_work #section2-wrap .meta-list-sidebar .meta-list {
	margin-bottom: 40px;
}

.page_work #section2-wrap .meta-list-sidebar .list-child .child {
    margin-bottom: 10px;
}

.page_work #section2-wrap .meta-list-sidebar .meta-list:last-child,
.page_work #section2-wrap .meta-list-sidebar .list-child .child:last-child {
    margin-bottom: 0;
}

.page_work #section2-wrap .meta-list-box {
    width: 83%;
    float: left;
    padding-left: 55px;
}

.page_work #section2-wrap .meta-list-box .list-left {
    background: #f4f4f4;
    width: 43%;
	padding: 40px 40px 35px;
	position: relative;
}

.page_work #section2-wrap .meta-list-box .list-left .list-title {
    font-size: 28px;
    font-family: sofia-semibold;
    color: #ecb207;
    padding-left: 45px;
    margin-bottom: 25px;
}

.page_work #section2-wrap .meta-list-box .list-left .list-address {
    position: relative;
    font-size: 16px;
    padding-left: 45px;
}

.page_work #section2-wrap .meta-list-box .list-left .list-btn {
    text-align: right;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: sofia;
}

.page_work #section2-wrap .meta-list-box .list-left .list-address a {
	color: #232323;
}

.page_work #section2-wrap .meta-list-box .list-left .list-address a:hover {
	color: #edb70e;
}

.page_work #section2-wrap .meta-list-box .list-left .list-address i {
    color: #c9c9c9;
    position: absolute;
    top: 7px;
    left: 20px;
}

.page_work #section2-wrap .meta-list-box .list-left .list-gallery-wrap {
    margin-top: 20px;
}

.page_work #section2-wrap .meta-list-box .gallery-title {
    font-size: 14px;
    text-transform: uppercase;
    font-family: sofia-semibold;
    color: #c9c9c9;
    letter-spacing: .5px;
    line-height: normal;
    margin-bottom: 15px;
}

.page_work #section2-wrap .meta-list-box .gallery-wrap {
	margin: 0 -10px;
}

.page_work #section2-wrap .meta-list-box .gal-list {
    padding: 0 10px;
}

.page_work #section2-wrap .meta-list-box .gal-list > div {
    height: 105px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page_work #section2-wrap .meta-list-box .meta-list-wrap {
	display:none;
}

.page_work #section2-wrap .meta-list-box .meta-list-wrap:first-child {
	display: block;
}

.page_work #section2-wrap .meta-list-box .list-left .list-gallery-wrap .gallery-slider-wrap {
    position: relative;
}

.page_work #section2-wrap .meta-list-box .list-left .list-gallery-wrap .gal-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.page_work #section2-wrap .meta-list-box .list-left .list-gallery-wrap .gal-arrow a {
    font-size: 14px;
    color: #232323;
}

.page_work #section2-wrap .meta-list-box .list-left .list-gallery-wrap .gal-arrow a:hover {
	color: #edb70e;
}

.page_work #section2-wrap .meta-list-box .list-left .list-gallery-wrap .arrow-left {
    left: -25px;
}


.page_work #section2-wrap .meta-list-box .list-left .list-gallery-wrap .arrow-right {
    right: -25px;
}

.page_work #section2-wrap .meta-list-box .gallery-wrap .slick-current .gal-list > div {
    opacity: .5;
}

.page_work #section2-wrap .meta-list-box .list-right {
    width: 66%;
    float: left;
    /* padding-left: 15px; */
}

.page_work #section2-wrap .meta-list-box .list-left::before {
    content: "\A";
    border-style: solid;
    border-width: 33px 40px 33px 0;
    border-color: transparent #f4f4f4 transparent transparent;
    position: absolute;
    left: -40px;
    top: 40%;
}

.page_work #section3-wrap {
	padding-bottom: 50px;
}

.page_work #section3-wrap .meta-header {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.page_work #section3-wrap .meta-list-wrap .meta-list {
	width: 33.333%;
	padding: 0 17px;
}

.page_work #section3-wrap .meta-list-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -17px;
}

.page_work #section3-wrap .meta-list-wrap .meta-list .list-box {
    height: 100%;
    background: #f8f8f8;
}

.page_work #section3-wrap .meta-list-wrap .meta-list .list-title {
    background: #ecb207;
    padding: 20px 40px;
    font-size: 20px;
    font-family: sofia-semibold;
    color: #fff;
}

.page_work #section3-wrap .meta-list-wrap .meta-list .list-content-wrap {
    padding: 50px 40px;
}

.page_work #section3-wrap .meta-list-wrap .meta-list .content-title {
    display: flex;
	flex-wrap: wrap;
	font-family: sofia-semibold;
    line-height: normal;
    margin-bottom: 40px;
}

.page_work #section3-wrap .meta-list-wrap .meta-list .content-text {
    font-family: sofia-light;
}

.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-label {
	width: 40%;
	color: #ecb207;
}

.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-text {
    width: 60%;
}

.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-text br {
	display: none;
}

.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-text a {
	display: block;
	color: #232323;
}

.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-text a:hover {
	color: #edb70e;
}

section#section-footer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0 100px;
}

section#section-footer .meta-content-wrap {
    text-align: center;
}

section#section-footer .meta-content-wrap > div {
    display: inline-block;
}

section#section-footer .meta-content-wrap .meta-text {
    font-size: 30px;
    font-family: sofia-semibold;
    text-transform: uppercase;
    line-height: normal;
    margin-right: 50px;
}

section#section-footer .meta-content-wrap .meta-text br {
	display: none;
}

section#section-footer .meta-content-wrap .meta-btn button {
    font-family: sofia-light;
    background: #232323;
    padding: 15px 45px;
}

section#section-footer .meta-content-wrap .meta-btn button:hover {
	color: #edb70e;
}

/*
Home CSS
---------------------------------------------------------------------------------------------------- */
.page_home .site-inner {
	display:none;
}

.page_home section .meta-title {
	font-size: 35px;
	text-transform: uppercase;
}

.page_home #section-banner .meta-banner-slider .meta-list {
    height: 1080px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: relative;
}

.page_home #section-banner .meta-banner-slider .meta-list .list-image img{
    max-width: 700px;
}

.page_home #section-banner .meta-banner-slider .meta-list .list-image {
    position: absolute;
    width: 100%;
    top: 330px;
}

.page_home #section-banner .meta-banner-slider .meta-arrow {
    font-size: 20px;
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.page_home #section-banner .meta-banner-slider .meta-arrow a {
    color: #fff;
    opacity: .3;
}

.page_home #section-banner .meta-banner-slider .meta-arrow a:hover {
    color: #edb70e;
    opacity: 1;
}

.page_home #section-banner .meta-banner-slider .meta-arrow > div {
    position: relative;
}

.page_home #section-banner .meta-banner-slider .meta-arrow > div .overlay {
    background: #b5b2ab;
    opacity: .19;
    width: 145px;
    height: 145px;
	border-radius: 100px;
	position: relative;
}

.page_home #section-banner .meta-banner-slider .prev-arrow > div .overlay {
    left: -65%;
}

.page_home #section-banner .meta-banner-slider .next-arrow {
	right: 0;
}

.page_home #section-banner .meta-banner-slider .next-arrow > div .overlay {
    right: -65%;
}

.page_home #section-banner .meta-banner-slider {
	position: relative;
	overflow: hidden;
}

.page_home #section-banner .meta-banner-slider .meta-arrow a {
    position: absolute;
    top: 0;
    display: flex !important;
    height: 100%;
    align-items: center;
}

.page_home #section-banner .meta-banner-slider .meta-arrow.next-arrow a {
    right: 15px;
}

.page_home #section-banner .meta-banner-slider .meta-arrow.prev-arrow a {
    left: 15px;
}

.page_home #section-banner .meta-banner-slider .meta-list .meta-text {
    position: absolute;
    width: 100%;
    line-height: normal;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.page_home #section-banner .meta-banner-slider .meta-list .meta-text > div {
	width: 100%;
}

.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title {
    font-size: 60px;
    text-transform: uppercase;
    width: auto;
	line-height: 1em;
	font-family: sofia-medium;
	margin-bottom: 10px;
}

.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title b {
	font-family: sofia-black;
	font-size: 70px;
}

.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-txt {
    font-size: 30px;
}

.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title.meta-left {
	margin-left: 85px;
}

.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title.meta-right {
	margin: 0 auto;
	margin-right: 85px;
	text-align: right;
}

.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title.meta-center {
	margin: 0 auto;
	text-align: center;
}

.page_home #section-banner-content .meta-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	padding: 100px 50px;
	margin: 0 20px;
}

.page_home #section-banner-content .meta-title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page_home #section-banner-content .meta-text-wrap {
    display: flex;
    flex-wrap: wrap;
}

.page_home #section-banner-content .meta-text-wrap > div {
	width: 50%;
	font-family: sofia-semibold;
	font-size: 30px;
	line-height: 1.3em;
}

.page_home #section-banner-content .meta-text-wrap .meta-left {
	text-align: right;
}

.page_home #section-banner-content .meta-text-wrap .meta-left div {
	float: right;
	padding: 10px 0;
    padding-right: 25px;
	border-right: 2px solid #232323;
	width: 420px;
}

.page_home #section-banner-content .meta-text-wrap .meta-right {
	text-align: left;
}

.page_home #section-banner-content .meta-text-wrap .meta-right div {
	width: 400px;
	padding: 10px 0;
	padding-left: 25px;
}

.page_home #section-banner-content {
    margin-top: -175px;
    position: relative;
    z-index: 9999;
}

.page_home #section1-wrap {
    padding: 105px 0;
}

.page_home #section1-wrap .meta-content-wrap {
    padding: 0 75px;
}

.page_home #section1-wrap .meta-content-wrap .meta-left-wrap {
    width: 35%;
    float: left;
}

.page_home #section1-wrap .meta-content-wrap .meta-right-wrap {
    width: 65%;
    float: left;
    padding-left: 80px;
}

.page_home #section1-wrap .meta-content-wrap .meta-left-wrap .meta-img {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    background-size: cover;
    margin-bottom: 35px;
}

.page_home #section1-wrap .meta-content-wrap .meta-left-wrap .meta-text-wrap {
    text-align: center;
	line-height: normal;
	font-size: 18px;
}

.page_home #section1-wrap .meta-content-wrap .meta-left-wrap .meta-name {
    font-family: sofia-semibold;
    text-transform: uppercase;
}

.page_home #section1-wrap .meta-content-wrap .meta-left-wrap .meta-pos {
    font-family: sofia-light-italic;
}

.page_home #section1-wrap .meta-content-wrap .meta-right-wrap .meta-title {
    margin-bottom: 30px;
}

.page_home #section1-wrap .meta-content-wrap p {
	margin-bottom: 25px;
}

.page_home #section1-wrap .meta-content-wrap p:last-child {
	margin-bottom: 0;
}

.page_home #section1-wrap .meta-content-wrap .meta-right-wrap .meta-btn {
    margin-top: 100px;
    font-family: sofia-semibold;
	text-transform: uppercase;
	position: relative;
}

.page_home #section1-wrap .meta-content-wrap .meta-right-wrap .meta-btn a {
    padding-right: 35px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.page_home #section1-wrap .meta-content-wrap .meta-right-wrap .meta-btn span {
    width: 100%;
    border-top: 1px solid #edb70e;
    display: block;
    position: absolute;
    top: 14px;
}

.page_home #section2-wrap {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page_home #section2-wrap .meta-content-wrap {
    /* display: flex;
	flex-wrap: wrap; */
	text-align: center;
}

.page_home #section2-wrap .meta-content-wrap .meta-list .list-title {
    font-size: 80px;
    color: #edb70e;
    font-family: sofia-black;
    line-height: normal;
}

.page_home #section2-wrap .meta-content-wrap .meta-list {
    color: #fff;
    text-align: center;
	display: inline-block;
	vertical-align: top;
    padding: 0px 65px;
}

.page_home #section2-wrap .meta-content-wrap .meta-list .list-text {
    font-size: 18px;
    text-transform: uppercase;
}

.page_home #section3-wrap {
    padding: 130px 0;
}

.page_home #section3-wrap .meta-header {
    text-align: center;
    margin-bottom: 90px;
}

.page_home #section3-wrap .meta-list-wrap {
	margin: 0 -35px;
}

.page_home #section3-wrap .meta-list-wrap .meta-list {
    width: 25%;
    float: left;
    padding: 0 35px;
}

.page_home #section3-wrap .meta-list-wrap .meta-list .list-text-wrap {
    /* height: 240px; */
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	position: relative;
}

.page_home #section3-wrap .meta-list-wrap .meta-list .list-text-wrap img {
	width: 100%;
}

.page_home #section3-wrap .meta-list-wrap .meta-list .list-title {
    text-align: center;
    font-size: 15px;
    background: #edb70e;
    padding: 5px;
    font-family: sofia-light;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0%, 93% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0%, 93% 100%, 0 100%);
}

.page_home #section3-wrap .meta-list-wrap .meta-list .list-text-wrap .list-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.75);
	padding: 33px 30px;
	transition: .5s;
	-webkit-transition: .5s;
	opacity: 0;
	top: 0;
	left: 0;
}

.page_home #section3-wrap .meta-list-wrap .meta-list .list-text-wrap:hover .list-inner {
	opacity: 1;
}

.page_home #section3-wrap .meta-list-wrap .meta-list .list-text-wrap .list-inner .inner-title {
    font-family: sofia-bold;
    text-transform: uppercase;
    line-height: normal;
	margin-bottom: 10px;
	color: #edb70e;
	font-size: 15px;
}

.page_home #section3-wrap .meta-list-wrap .meta-list .list-text-wrap .list-inner .inner-text {
    color: #232323;
    font-family: sofia-light;
    line-height: normal;
}

.page_home #section4-wrap {
    padding: 150px 0 190px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	/* background-attachment: fixed; */
}

.page_home #section4-wrap .meta-left-wrap {
    width: 40%;
	float: left;
	padding-right: 50px;
	/* margin-top: 80px; */
}

.page_home #section4-wrap .meta-right-wrap {
    width: 60%;
	float: left;
	margin: -7px;
}

.page_home #section4-wrap .meta-left-wrap .meta-title {
    margin-bottom: 50px;
}

.page_home #section4-wrap .meta-left-wrap .meta-text p {
    margin-bottom: 25px;
}

.page_home #section4-wrap .meta-left-wrap .meta-text p:last-child {
    margin-bottom: 0;
}

.page_home #section4-wrap .meta-left-wrap .meta-btn {
    margin-top: 60px;
    font-family: sofia-semibold;
	text-transform: uppercase;
	position: relative;
}

.page_home #section4-wrap .meta-left-wrap .meta-btn a {
    padding-right: 35px;
	position: relative;
	z-index: 1;
}

.page_home #section4-wrap .meta-left-wrap .meta-btn span {
    width: 70%;
    border-top: 1px solid #edb70e;
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
}

.page_home #section4-wrap .meta-left-wrap .meta-text {
    padding-right: 60px;
}

.page_home #section4-wrap .box-inner {
    height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: relative;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.page_home #section4-wrap .meta-box {
    padding: 7px;
    width: 60%;
    float: left;
}

.page_home #section4-wrap .meta-box:last-child {
    width: 40%;
}

.page_home #section4-wrap .meta-box-wrap:nth-child(even) .meta-box:first-child {
    width: 40%;
}

.page_home #section4-wrap .meta-box-wrap:nth-child(even) .meta-box:last-child {
    width: 60%;
}

.page_home #section4-wrap .box-inner .box-text-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #f9f9f9;
	padding: 10px 5px;
	transition: .5s;
	-webkit-transition: .5s;
	opacity: 0;
}

.page_home #section4-wrap .box-inner:hover {
	-webkit-filter: none;
    filter: none;
}

.page_home #section4-wrap .box-inner:hover .box-text-wrap {
	opacity: 1;
}

.page_home #section4-wrap .box-title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    color: #232323;
}

.page_home #section4-wrap .box-text {
    line-height: normal;
    text-transform: capitalize;
    color: #ecb207;
    font-size: 12px;
}

.page_home #section5-wrap {
    display: flex;
    flex-wrap: wrap;
}

.page_home #section5-wrap .meta-box-wrap {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.page_home #section5-wrap .meta-box-left {
    width: 50%;
}

.page_home #section5-wrap .meta-box-right {
	width: 50%;
}

.page_home #section5-wrap .meta-box-right .meta-box-inner {
    margin: 80px 0;
    background: #fff;
    width: 915px;
    padding: 100px 70px 80px;
    position: relative;
    left: -200px;
}

.page_home #section5-wrap .meta-box-right .meta-box-inner .meta-title {
    margin-bottom: 30px;
}

.page_home #section5-wrap .meta-box-right .meta-box-inner .meta-text p {
	margin-bottom: 25px;
}

.page_home #section5-wrap .meta-box-right .meta-box-inner .meta-text p:last-child {
	margin-bottom: 0;
}

.page_home #section5-wrap .meta-box-right .meta-box-inner .meta-btn {
    margin-top: 40px;
    font-family: sofia-semibold;
	text-transform: uppercase;
	position: relative;
}

.page_home #section5-wrap .meta-box-right .meta-box-inner .meta-btn a {
    padding-right: 35px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.page_home #section5-wrap .meta-box-right .meta-box-inner .meta-btn span {
    width: 100%;
    border-top: 1px solid #edb70e;
    display: block;
    position: absolute;
    top: 14px;
}

.page_home #section6-wrap {
    padding-top: 130px;
}

.page_home #section6-wrap .meta-header {
    text-align: center;
	margin-bottom: 60px;
	line-height: normal;
}

.page_home #section6-wrap .meta-header .meta-title {
    margin-bottom: 40px;
}

.page_home #section6-wrap .meta-header .meta-small-title {
    font-size: 20px;
    font-family: sofia-semibold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.page_home #section6-wrap .meta-list-wrap {
	padding: 0 30px;
	    display: flex;
    flex-wrap: wrap;
}

.page_home #section6-wrap .meta-list-wrap .list-item {
    width: 50%;
    float: left;
	padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.page_home #section6-wrap .meta-list-wrap .list-item .meta-img {
    width: 25%;
}

.page_home #section6-wrap .meta-list-wrap .list-item .meta-img img {
	max-width: 80px;
}

.page_home #section6-wrap .meta-list-wrap .list-item .meta-text-wrap {
    width: 75%;
}

.page_home #section6-wrap .meta-list-wrap .list-item .meta-text-wrap .list-title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: sofia-semibold;
    margin-bottom: 8px;
}

.page_home #section6-wrap .meta-list-wrap .list-item .meta-text-wrap .list-title br {
	display: none;
}

.page_home #section6-wrap .meta-note-wrap {
    text-align: center;
    font-size: 18px;
}


/*
Single Post CSS
---------------------------------------------------------------------------------------------------- */
.single-post .site-inner {
	display:none;
}

.single-post .site-inner.site-default {
	display:block;
	padding-top: 230px;
}

.single-post .meta-related-wrap {
	padding: 70px 0;
	/* background: #f5f5f5; */
	border-top: 10px solid #edb70e;
	background-image: url(/wp-content/uploads/2020/02/work-sec1-bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.single-post .meta-related-wrap .related-title {
    font-size: 20px;
    font-family: sofia-bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 0 117px;
}

.single-post .related-list-wrap #related-slider-wrap {
/*     display: flex; */
/* 	flex-wrap: wrap; */
	padding: 0 100px;
}

.single-post .related-list-wrap #related-slider-wrap .arrow-icon {
    cursor: pointer;
    font-size: 30px;
    color: #d0d0d0;
    position: absolute;
    height: 100%;
    display: flex !important;
    align-items: center;
}

.single-post .related-list-wrap #related-slider-wrap .arrow-icon:hover {
	color: #edb70e;
}

.single-post .related-list-wrap #related-slider-wrap .prev-icon {
	left: 30px;
}

.single-post .related-list-wrap #related-slider-wrap .next-icon {
	right: 30px;
}

.single-post .related-list-wrap .meta-box-wrap {
    width: 33.3333%;
    padding: 0 17px;
}

.single-post .related-list-wrap .meta-box-wrap .meta-img {
    height: 177px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.single-post .related-list-wrap .meta-box-wrap .meta-excerpt {
    margin-bottom: 20px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
}

.single-post .related-list-wrap .meta-box-wrap .meta-link {
    font-family: sofia-semibold;
    font-size: 14px;
    text-transform: uppercase;
}

.single-post .related-list-wrap .meta-box-wrap .meta-title {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    color: #232323;
    font-family: sofia-bold;
	line-height: 1.5em;
	border-bottom: 1px solid transparent;
}

.single-post .related-list-wrap .meta-box-wrap .meta-title:hover {
	border-bottom: 1px solid #edb70e;
}

.single-post .site-inner .addtoany_content {
    margin: 0;
    position: absolute;
	margin-left: -140px;
	padding-top: 60px;
	padding-left: 11px;
}

.single-post .site-inner .addtoany_content .a2a_kit a {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.single-post .site-inner .addtoany_content:before {
    content: 'SHARE';
    color: #232323;
    font-size: 20px;
    font-family: sofia-bold;
    position: absolute;
	top: 0;
	left: 0;
}

.single-post .site-inner .default-wrap .meta-text {
    padding: 0 40px;
}

/*
Blog CSS
---------------------------------------------------------------------------------------------------- */
.page_blog .site-inner {
	padding-top: 50px;
}

.page_blog #main-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.page_blog #main-wrapper .main-content-wrap {
    width: 77%;
    padding-right: 40px;
}

.page_blog .site-inner .heading-title {
	text-transform: uppercase;
	margin: 0;
}

.page_blog .site-inner .heading-title span {
    color: #edb70e;
}

.page_blog .site-inner .heading-title br {
	display:none;
}

.page_blog .site-inner .heading-title a {
	color: #232323;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.page_blog .site-inner .heading-title a:hover {
	color: #edb70e;
}

.page_blog .site-inner .heading-sub-title {
	margin:0;
	color: #edb70e;
	margin-left: 10px;
}

.page_blog .site-inner .meta-heading-wrapper {
	margin-bottom: 40px;
	display: flex;
    align-items: center;
}

.page_blog .meta-list-wrapper .meta-box-wrap {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.page_blog .meta-list-wrapper .meta-box-wrap:hover .meta-image-wrap {
    /* filter: grayscale(1); */
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-image-wrap {
	width: 43%;
	height: 290px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-image-wrap .meta-image-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
    height: 100%;
    position: relative;
	overflow: hidden;
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-image-wrap .meta-image-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #f0b70e40;
	transform: translateX(-120%);
	-webkit-transform: translateX(-120%);
	-moz-transform: translateX(-120%);
	-ms-transform: translateX(-120%);
	-o-transform: translateX(-120%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
}

.page_blog .meta-list-wrapper .meta-box-wrap.meta-box-hover .meta-image-bg::before{
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	opacity: 1;
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-image-wrap img {
	display:none;
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap {
    width: 57%;
    padding-left: 35px;
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap.meta-full {
    width: 100%;
    padding-left: 0;
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap .meta-title {
    font-family: sofia-bold;
	font-size: 35px;
	margin: 0;
	color:#232323;
    margin-bottom: 10px;
    line-height: 1.5em;
	/* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	line-height: normal;
	position: relative; */
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap .meta-title span {
	padding-bottom: 2px;
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap .meta-title:hover span,
.page_blog .meta-list-wrapper .meta-box-wrap.meta-box-hover .meta-text-wrap .meta-title span {
	border-bottom:2px solid #edb70e;
}

/* .page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap .meta-title::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    left: 0;
    background-color: rgb(237 183 14);
    transition: 0.5s ease all .3s;
    bottom: 5px;
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap .meta-title:hover::after {
	width: 90%;
	transition: 0.3s ease all;
} */

.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap .meta-date {
    font-size: 14px;
    font-family: sofia-semibold;
    color: #7e7e7e;
    text-transform: uppercase;
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap .meta-exceprt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
	margin-top: 20px;
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap .meta-btn {
    margin-top: 20px;
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap button {
    padding: 5px 20px;
    background: #232323;
    font-size: 14px;
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap button:hover {
    color: #edb70e;
}

.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap .meta-category {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 5px;
	margin: 0;
    font-family: sofia-bold;
}

.page_blog .meta-list-wrapper .meta-box-wrap.no-posts {
	font-size: 20px;
	text-align: center;
    display: block;
}

.page_blog .posts-pagination {
    margin-top: 50px;
	text-align: center;
	font-size: 18px;
}

.page_blog .posts-pagination .current,
.page_blog .posts-pagination a.page-numbers {
    padding: 2px 12px 5px;
    border-radius: 10px;
    margin: 0 10px; 
	font-family: sofia-semibold;
	color: #737373;
}

.page_blog .posts-pagination a.next.page-numbers,
.page_blog .posts-pagination a.prev.page-numbers {
	color: #232323;
}

.page_blog .posts-pagination a.page-numbers:hover,
.page_blog .posts-pagination a.next.page-numbers:hover,
.page_blog .posts-pagination a.prev.page-numbers:hover {
	color: #edb70e;
}

.page_blog .posts-pagination span.current {
    background: #edb70e;
    color: #fff;
    font-family: sofia-bold;
}

.page_blog #main-wrapper .meta-sidebar-wrap {
    width: 23%;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-search form {
    position: relative;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-search form input {
    color: #232323;
    font-size: 18px;
    border-color: #bbbbbb;
    padding: 12px 40px 12px 22px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-search form input::placeholder,
.page_blog #main-wrapper .meta-sidebar-wrap .meta-search form input::-moz-placeholder,
.page_blog #main-wrapper .meta-sidebar-wrap .meta-search form input::-webkit-input-placeholder {
	opacity: .6;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-search form i {
    font-size: 15px;
    color: #232323;
    position: absolute;
    opacity: .6;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    right: 20px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-search {
    margin-top: -10px;
    margin-bottom: 27px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-category {
    margin-bottom: 80px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-heading.meta-title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    font-family: sofia-bold;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 5px 10px 5px 20px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-heading.meta-title span:first-child {
    z-index: 2;
    color: #fff;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-heading.meta-title span:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    background: #edb70e;
    transform: skew(-25deg);
    transform-origin: top;
    z-index: -1;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-heading.meta-title span:last-child {
	display:none;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-heading.meta-title span:last-child:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #eeb70e;
    position: absolute;
    left: 0;
    top: 14px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters {
    margin: 0;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters li {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters li:last-child {
    margin-bottom: 0;
}


.page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters li a {
    display: block;
	position: relative;
	padding-bottom: 5px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters li a span {
	padding-right: 5px;
	padding-bottom: 5px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters li a:hover span,
.page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters li.active a span {
	border-bottom: 1px solid #edb70e;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters li.active.no-hover a span {
	border-color: #fff; 
}

/* .page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters li a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    left: 0;
    background-color: rgb(237 183 14);
    transition: 0.5s ease all .3s;
    bottom: 0;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters li a:hover::after,
.page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters li.active a::after {
    width: 90%;
    transition: 0.3s ease all;
} */

.page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters li a span {
	color: #232323;
}


.page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters li i {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-category-list ul#filters li.active a i {
	color: #232323;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts {
	margin-bottom: 80px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-list .meta-title {
    font-size: 18px;
    text-transform: none;
    color: #232323;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: normal;
    position: relative;
	margin-bottom: 0; */
    padding-bottom: 3px;
    line-height: 1.5em;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-list .meta-title span {
	padding-bottom: 3px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-list .meta-title:hover span {
	border-bottom: 1px solid #edb70e;
}

/* .page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-title::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    left: 0;
    background-color: rgb(237 183 14);
    transition: 0.5s ease all .3s;
    bottom: 0;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-list a:hover .meta-title::after {
    width: 90%;
    transition: 0.3s ease all;
} */

.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-date {
    color: #7e7e7e;
    font-family: sofia-bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 3px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-box-wrap {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-list a:last-child .meta-box-wrap {
	margin-bottom: 0;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-box-wrap .meta-image-wrap {
    height: 70px;
    width: 33%;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	filter: grayscale(100%);
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts a:hover .meta-box-wrap .meta-image-wrap {
	filter: none;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-box-wrap .meta-text-wrap {
	width: 67%;
	padding-left: 20px;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-box-wrap .meta-text-wrap.meta-full {
	width: 100%;
	padding-left: 0;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-social .meta-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-social .meta-list .meta {
    width: 20%;
    text-align: center;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-social .meta-list a {
    font-size: 30px;
    color: #232323;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-social .meta-list a:hover {
	color: #edb70e;
}

.page_blog #main-wrapper .meta-sidebar-wrap .meta-facebook-wrap {
    margin-top: 40px;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
}

@media only screen and (max-width: 1600px) {
	#section-meet-team .wrap {
		max-width: 100%;
	}

	#section-meet-team .meta-team-wrap {
		margin: 0;
		padding: 0 80px;
	}

	#section-meet-team .meta-team-wrap .meta-arrow.prev-arrow {
		left: 15px;
	}

	#section-meet-team .meta-team-wrap .meta-arrow.next-arrow {
		right: 15px;
	}

	.page_teach_inner #section-banner .meta-img {
		right: 0;
		width: 50%;
		text-align: right;
	}

	.page_work #section1-wrap .meta-box-right {
		margin-right: -600px;
	}

	.site-header {
		margin-top: 20px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .list-image img {
		max-width: 600px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list {
		height: 950px;
	}

}

@media only screen and (max-width: 1500px) {
	.page_apply #section1-wrap .meta-list-wrap {
		margin: 0;
	}

	#section-meet-team .meta-team-list .meta-img {
		width: 200px;
		height: 200px;
	}

	#section-meet-team .meta-team-list .meta-text-wrap {
		padding-left: 230px;
	}

	.page_work #section3-wrap .meta-list-wrap {
		margin: 0;
	}

	.page_home #section5-wrap .meta-box-right .meta-box-inner {
		width: 100%;
		left: -50px;
	}

	.page_home #section3-wrap .meta-list-wrap {
		margin: 0;
	}

	.page_home #section-banner .meta-banner-slider .meta-list {
		height: 900px;
		background-position: bottom right;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .list-image {
		top: 250px;
		left: 90px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .list-image img {
		max-width: 500px;
	}
	
	.page_home #section3-wrap .meta-list-wrap .meta-list .list-text-wrap .list-inner {
		padding: 20px;
	}

	.site-header {
		margin-top: 10px;
	}
	
	.page_teach_inner #section-banner {
		height: 750px;
	}

	.wrap {
		padding: 0 20px;
	}

	.page_home #section2-wrap .meta-content-wrap .meta-list {
		padding: 0 60px;
	}
}

@media only screen and (max-width: 1320px) {
	.wrap {
		max-width: 100%;
		width: 100%;
	}

	.site-header .wrap {
		padding: 0;
		width: 98%;
	}

	#section-meet-team .meta-team-list .meta-img {
		width: 150px;
		height: 150px;
		box-shadow: -4px -7px 0px 0px #ecb207;
	}

	#section-meet-team .meta-team-list .meta-text-wrap {
		padding-left: 170px;
	}

	#section-meet-team .meta-team-list .meta-text-below div:first-child {
		margin-bottom: 5px;
	}

	#section-meet-team .meta-team-wrap {
		padding: 0 50px;
	}

	#section-meet-team .meta-team-wrap .meta-arrow.prev-arrow {
		left: 0;
	}

	#section-meet-team .meta-team-wrap .meta-arrow.next-arrow {
		right: 0;
	}

	.page_about #section5-wrap .meta-box-list .box-title br {
		display: none;
	}

	.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box {
		height: 400px;
	}

	.page_work #section1-wrap .meta-box-right {
		margin-right: -550px;
		width: 1200px;
	}

	.page_home #section2-wrap .meta-content-wrap .meta-list {
		padding: 0 40px;
	}

	.page_teach_inner #section-banner .meta-img img {
		width: auto;
	}
	
	.page_home #section-banner .meta-banner-slider .meta-list .list-image img {
		max-width: 500px;
	}	

	.page_teach_inner #section-banner .meta-img img {
		width: 550px;
	}

	.page_teach_inner #section-banner {
		height: 700px;
	}
	
	.page_teach_inner #section-banner .meta-title-wrap .meta-title {
		font-size: 40px;
	}

	.page_teach_inner #section-banner .meta-title-wrap .meta-sub {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.page_teach_inner #section-banner .meta-title-wrap .meta-text-wrap {
		padding: 30px 30px 30px 50px;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .list-content-wrap {
		padding: 20px;
	}

	.page_home #section3-wrap .meta-list-wrap .meta-list {
		padding: 0 10px;
	}

	#site-footer .meta-footer-list .meta-footer-right .meta-footer-box {
		width: 45%;
	}

	#site-footer .meta-footer-list .meta-footer-right {
		width: 40%;
	}

	#site-footer .meta-footer-list .meta-footer-left {
		width: 60%;
	}

	.page_about #section1-wrap .meta-wrap .meta-box-left {
		margin-top: 30px;
	}

	.page_about #section1-wrap .meta-wrap .meta-box-left {
		margin-top: 30px;
	}

	#site-footer .meta-footer-list .meta-footer-left .meta-footer-box > .meta-title {
		padding-right: 110px;
	}

	.single-post .site-inner .addtoany_content {
		margin: 0;
		left: 20px;
	}
}

@media only screen and (max-width: 1230px) {
	.page_teach_inner #section-banner .meta-title-wrap {
		width: 650px;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title {
		display: block;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title {
		margin-bottom: 20px;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-label,
	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-text {
		width: 100%;
	}

	#site-footer .meta-header .meta-img, #site-footer .meta-footer-list .meta-footer-left {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1180px) {
	.page_grow #section3-wrap .meta-box-list .box-text {
		padding: 0;
	}
	
	.page_home #section4-wrap .box-inner {
		height: 205px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .list-image {
		left: 0;
	}

	.default-wrap {
		max-width: 100%;
		padding: 0 20px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 750px;
	}
	
	.sub-footer-left {
		width: 710px;
	}
	
	.content {
		width: 65%;
	}
	
	/* .site-header .widget-area {
		width: auto;
	} */
	
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 420px;
	}
	
	.sidebar-primary {
		width: 30%;
	}
	
	.theme-pro-home .site-inner .wrap {
		max-width: none;
	}

	.single-post .meta-related-wrap {
		padding: 80px 0;
	}

	#site-banner {
		height: 500px;
	}

	#site-banner .meta-text-wrap {
		bottom: 30px;
	}

	.page_apply #section1-wrap {
		padding: 100px 0 50px;
	}

	.page_apply #section1-wrap .meta-list-wrap .meta-box-list {
		width: 50%;
		padding: 0 50px;
		margin-bottom: 50px;
	}

	.page_apply #section1-wrap .meta-list-wrap .meta-box-list br {
		display: none;
	}

	.page_apply #section2-wrap .meta-box-right .meta-box-inner {
		margin: 30px 0;
		padding: 30px 50px;
	}

	.page_apply #section2-wrap .meta-box-inner .meta-box-title {
		font-size: 25px;
	}

	.page_apply #section2-wrap .meta-box-right .meta-box-inner {
		margin: 0;
		padding: 30px 50px;
		left: 0;
		width: 100%;
	}

	.page_apply #section2-wrap .meta-box-right {
		padding: 30px;
	}

	.page_apply #section3-wrap {
		padding: 50px 0;
	}

	.page_apply #section1-wrap .box-title {
		width: 100%;
		margin-bottom: 10px;
		height: 50px;
		overflow: hidden;
	}

	#section-meet-team .meta-team-list .meta-img {
		width: 150px;
		height: 150px;
		position: initial;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	#section-meet-team .meta-team-list .meta-name, 
	#section-meet-team .meta-team-list .meta-pos {
		text-align: center;
	}

	#section-meet-team .meta-team-list .meta-text-wrap {
		padding-left: 0;
	}

	#section-meet-team {
		padding: 60px 0px;
	}

	.page_grow #section2-wrap .meta-list-wrap .meta-box-list .box-title {
		padding: 20px;
	}

	.page_grow #section2-wrap .meta-list-wrap .box-text {
		padding: 40px 20px;
	}

	.page_grow #section3-wrap {
		padding: 100px 0;
	}

	.page_grow #section2-wrap .meta-list-wrap {
		margin: 0;
	}

	.page_grow #section2-wrap .meta-list-wrap .meta-box-list {
		width: 100%;
		padding: 0;
	}

	.page_grow #section4-wrap .meta-box-left {
		width: 100%;
		float: none;
	}

	.page_grow #section4-wrap .meta-box-left {
		width: 100%;
		float: none;
		padding: 0 8px;
	}

	.page_grow #section4-wrap .meta-box-right {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
		margin-top: 5px;
	}
	
	/* .page_teach_inner #section-banner {
		height: 780px;
	} */

	.page_about #section1-wrap .meta-wrap {
		padding: 0;
	}

	.page_about #section4-wrap .meta-box-left {
		padding: 50px 30px;
	}

	.page_about #section1-wrap .meta-wrap .meta-box-left {
		padding-right: 80px;
	}

	.page_work #section1-wrap .meta-box-left .meta-box {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.page_work #section1-wrap .meta-box-right {
		margin: 0;
		width: 100%;
		padding: 0 5px;
	}

	.page_work .meta-box-left {
		position: initial;
		margin-bottom: 50px;
	}

	.page_work #section1-wrap .meta-nav-wrap .slick-dots {
		text-align: center;
		width: 100%;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .list-content-wrap {
		padding: 30px;
	}

	.page_work #section2-wrap .meta-list-box .gal-list > div {
		height: 75px;
	}

	.page_work #section2-wrap .meta-list-box .list-left {
		padding: 40px;
	}

	.page_work #section2-wrap .meta-list-box {
		padding-left: 60px;
	}

	.page_home #section2-wrap .meta-content-wrap .meta-list .list-title {
		font-size: 60px;
	}

	.page_home #section3-wrap .meta-list-wrap .meta-list {
		width: 50%;
		margin-bottom: 30px;
	}

	.page_home #section3-wrap .meta-list-wrap .meta-list .list-text-wrap {
		/* height: 350px; */
	}

	.page_home #section3-wrap {
		padding: 80px 0 50px;
	}

	.page_home #section2-wrap {
		padding: 80px 0;
	}

	.page_home #section4-wrap {
		padding: 100px 0;
	}

	.page_home #section6-wrap {
		padding-top: 80px;
	}

	.page_home #section4-wrap .meta-left-wrap .meta-text {
		padding-right: 0;
	}

	.page_home #section4-wrap .meta-left-wrap {
		padding-right: 80px;
	}

	.page_home #section1-wrap .meta-content-wrap .meta-left-wrap .meta-img {
		width: 300px;
		height: 300px;
	}

	.page_home #section-banner-content .meta-content {
		padding: 70px 50px;
	}

	.page_home #section6-wrap .meta-list-wrap {
		padding: 0;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title.meta-left {
		margin-left: 0;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title.meta-right {
		margin-right: 0;
	}
	
	.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title {
		font-size: 40px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title b {
		font-size: 50px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-txt {
		font-size: 20px;
	}

	#site-footer .meta-footer-list .meta-footer-left {
		width: 65%;
	}

	#site-footer .meta-footer-list .meta-footer-right {
		width: 35%;
	}

	#site-footer .meta-footer-list .meta-footer-left .meta-footer-box > .meta-title {
		padding-right: 50px;
	}	

	#site-footer .meta-footer-list .meta-footer-right .meta-footer-box {
		width: 50%;
		padding-left: 0;
		padding-right: 30px;
	}

	.page_work .meta-box-right .meta-slider-gallery .slick-active .meta-box-list .meta-box .box-text-wrap {
		opacity: 1;
	}

	.page_work .meta-box-right .meta-slider-gallery .slick-active .meta-box-list .meta-box {
		-webkit-filter: none;
		filter: none;
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-text-wrap.meta-text-mobile a {
		color: #232323;
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-text-wrap {
		display: none;
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-text-wrap.meta-text-mobile {
		display: block !important;
	}

	.single-post .site-inner .default-wrap .meta-text {
		padding: 0;
		padding-left: 90px;
	}
}

@media only screen and (max-width: 1150px) {
	.page_teach_inner #section-banner .meta-title-wrap {
		width: 600px;
	}

	.page_teach_inner #section-banner {
		height: 730px;
	}

	.page_about #section5-wrap {
		padding: 80px 0;
	}

	.page_about #section5-wrap .meta-box-list .meta-box {
		padding: 50px;
	}

	.page_about #section5-wrap .meta-box-list .box-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.page_about #section5-wrap .meta-box-list .meta-box {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 85%, 85% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 85%, 85% 100%, 0 100%);
	}

	/* .page_work #section2-wrap .meta-list-sidebar {
		padding-right: 20px;
	} */

	.page_work #section2-wrap .meta-list-box .list-left {
		width: 100%;
	}

	.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right {
		width: 100%;
		height: 300px;
		padding: 0;
	}

	.page_work #section2-wrap .meta-list-box .gal-list > div {
		height: 200px;
	}

	.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right {
		height: 600px;
	}

	.page_work #section2-wrap .meta-list-wrap .meta-btn-mobile {
		display: block !important;
	}

	.page_work #section2-wrap .meta-list-wrap .meta-btn-mobile button {
		width: 250px;
		text-align: left;
		background: #f4f4f4;
		color: #232323;
		font-family: sofia-light;
		position: relative;
	}

	.page_work #section2-wrap .meta-list-wrap .meta-btn-mobile button i {
		float: right;
		margin-top: 2px;
	}

	.page_work #section2-wrap .meta-list-sidebar {
		overflow: visible;
		width: 100%;
		height: auto;
		background: #f4f4f4;
		padding: 30px;
	}

	.page_work #section2-wrap .meta-list-sidebar > div {
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.page_work #section2-wrap .meta-list-sidebar .meta-list {
		width: 50%;
		margin-bottom: 0;
	}

	.page_work #section2-wrap .meta-list-sidebar .list-child {
		width: 200px;
	}

	.page_work #section2-wrap .meta-list-box {
		padding: 0;
		width: 100%;
		margin-top: 30px;
	}
	
}

@media only screen and (max-width: 1024px) {
	.page_blog .meta-list-wrapper .meta-box-wrap {
		display: block;
	}

	.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap {
		padding: 0;
		width: 100%;
		margin-top: 20px;
	}

	.page_blog .meta-list-wrapper .meta-box-wrap .meta-image-wrap {
		background-image: none !important;
		text-align: center;
		width: 100%;
		height: auto;
	}

	.page_blog .meta-list-wrapper .meta-box-wrap .meta-image-wrap .meta-image-bg {
		background-image:none !important;
	}

	.page_blog .meta-list-wrapper .meta-box-wrap .meta-image-wrap img {
		display: block;
	}

	.page_blog #main-wrapper .main-content-wrap {
		width: 70%;
	}

	.page_blog #main-wrapper .meta-sidebar-wrap {
		width: 30%;
	}

	.single-post .related-list-wrap #related-slider-wrap {
		display: flex;
		flex-wrap: wrap;
		padding: 0 50px;
	}

	.single-post .related-list-wrap #related-slider-wrap .prev-icon {
		left: 0;
	}

	.single-post .related-list-wrap #related-slider-wrap .next-icon {
		right: 0;
	}

	.single-post .meta-related-wrap .related-title {
		padding: 0px 66px;
	}

	.single-post .site-inner .meta-content {
		padding: 0 0 100px;
	}

	.single-post .site-inner.site-default {
		padding-top: 160px;
	}

	.single-post .default-wrap .meta-post-info {
		margin-bottom: 35px;
	}

}

@media only screen and (max-width: 1023px) {

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title {
		display: flex;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title {
		margin-bottom: 40px;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-label {
		width: 40%;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-text {
		width: 60%;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .list-image img {
		max-width: 400px;
	}
	
	.wrap {
		max-width: 100%;
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}
	
	/* .site-header .wrap {
        max-width: 100%;
        padding: 15px;
	} */
	
	.header-image .site-title a {
		background-position: top !important;
	}
	
	.site-header .widget-area {
		padding: 0;
	}
	
	.genesis-nav-menu li,
	.site-header .search-form,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	
	/* .genesis-nav-menu,
	.nav-primary,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	} */
	
	.site-header .simple-social-icons .alignleft,
	.site-header .simple-social-icons .alignright,
	.site-header .simple-social-icons ul li {
		display: inline-block;
		float: none;
		text-align: center;
	}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 0 20px;
	}
	
	.site-header .search-form {
		margin: 16px auto;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.sub-footer-left {
		width: 520px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}

	/* .title-area {
		width: 248px;
	} */

	.site-default .meta-thumbnail-img {
		height: 400px;
	}

	.header-title .default-wrap h1.meta-title {
		font-size: 30px;
	}

	.site-default .meta-title {
		margin-bottom: 25px;
	}

	.site-default .meta-content {
		padding: 50px 0;
	}

	.site-default .meta-tags-inner {
		margin-top: 50px;
	}

	.page_teach_inner #section-banner .meta-img {
		width: 40%;
	}

	.page_teach_inner #section-banner {
		height: auto;
	}

	.page_teach_inner #section-banner .meta-title-wrap {
		width: 600px;
		position: initial;
		margin: 180px 0 50px;
	}

	.page_teach_inner #section-banner .meta-title-wrap .meta-title {
		font-size: 30px;
		padding: 0;
	}

	.page_teach_inner #section-banner .meta-title-wrap .meta-text-wrap {
		padding: 20px;
	}

	.page_teach_inner #section-content {
		padding: 100px 0;
	}

	.page_teach_inner #section-content .meta-title {
		margin-bottom: 40px;
	}

	.page_about #section4-wrap .meta-box-left {
		padding: 30px;
	}

	.page_about #section1-wrap {
		padding: 80px 0;
	}

	.page_about #section3-wrap .meta-list .meta-list-box {
		padding: 0 25px;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list:last-child {
		margin-bottom: 0;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-label {
		width: auto;
		color: #ecb207;
		margin-right: 10px;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-text {
		width: auto;
	}

	.page_work #section2-wrap .meta-list-sidebar {
		padding-right: 20px;
	}

	.page_work #section2-wrap .meta-list-box .list-left .list-address {
		font-size: 16px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title {
		width: 100%;
	}

	.page_home #section1-wrap .meta-content-wrap {
		padding: 0;
	}

	.page_home #section5-wrap .meta-box-right .meta-box-inner {
		padding: 50px;
	}

	.page_home #section6-wrap .meta-header .meta-title {
		margin-bottom: 20px;
	}

	.page_home #section6-wrap .meta-list-wrap .list-item {
		padding: 0 25px;
	}
	
	.page_teach_inner #section-banner .meta-img img {
		/* width: 300px; */
	}

	.page_teach_inner #section-banner .meta-title-wrap .meta-sub {
		padding-left: 0;
	}

	.page_blog .site-inner {
		padding-top: 80px;
	}

}

@media only screen and (max-width: 991px) {
	.page_about #section1-wrap .meta-wrap .meta-box-left {
		margin-top: 0;
	}

	.page_work #section2-wrap .meta-header {
		margin-bottom: 15px;
	}

	.page_work #section2-wrap .meta-list-box {
		padding: 0;
		width: 100%;
		margin-top: 30px;
	}

	.page_work #section2-wrap .meta-list-box .list-left::before {
		display: none;
	}

	/* .page_work #section2-wrap .meta-list-box .list-left {
		width: 50%;
	}

	.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right {
		width: 50%;
	} */

	.page_work #section2-wrap {
		padding: 80px 0;
	}

	.page_home #section-banner-content .meta-text-wrap .meta-left div,
	.page_home #section-banner-content .meta-text-wrap .meta-right div {
		width: 100%;
	}

	.page_home #section2-wrap .meta-content-wrap .meta-list {
		width: 50%;
	}
	
	.page_home #section4-wrap .meta-left-wrap .meta-btn span {
		width: 60%;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text {
		display: block;
		top: 250px;
	}

	.page_home #section-banner .meta-banner-slider {
		display: none;	
	}

	.page_home #section-banner .meta-banner-mobile-img {
		display: block !important;
		margin-top: 82px;
	}

	.page_home #section-banner .meta-banner-mobile-img img {
		width: 100%;
	}

	.page_grow #section4-wrap .meta-header .meta-title {
		width: 20%;
	}

	.page_grow #section4-wrap .meta-header .meta-border {
		width: 80%;
	}

	#site-footer .meta-footer-list .meta-footer-left .meta-footer-box:first-child {
		width: 55%;
	}

	#site-footer .meta-footer-list .meta-footer-left .meta-footer-box {
		width: 45%;
	}

	#site-footer .meta-footer-list .meta-footer-left {
		width: 60%;
	}

	#site-footer .meta-footer-list .meta-footer-right {
		width: 40%;
	}

	.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap .meta-title {
		font-size: 25px;
	}

	.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap .meta-category {
		font-size: 16px;
	}

	.single-post .site-inner.site-default {
		padding-top: 170px;
	}

    .page_blog #main-wrapper .meta-sidebar-wrap {
        width: 35%;
    }

    .page_blog #main-wrapper .main-content-wrap {
        width: 65%;
    }

}

@media only screen and (max-width: 930px) {
	.page_about #section4-wrap .meta-box-left {
		width: 100%;
	}

	.page_about #section4-wrap .meta-box-list {
		margin-bottom: 30px;
	}

	.page_about #section4-wrap {
		padding: 50px 0;
	}

	.page_about #section4-wrap .meta-box-list .list-title {
		margin-bottom: 5px;
	}

	.page_about #section4-wrap .meta-box-right {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
}


@media only screen and (max-width: 915px) {
	.page_teach_inner #section-banner .meta-title-wrap {
		width: 510px;
	}

	#site-footer .meta-header .meta-img, 
	#site-footer .meta-footer-list .meta-footer-left {
		padding-left: 0;
	}

	.page_apply #section2-wrap .meta-box-inner .meta-box-title br {
		display: none;
	}
}

@media only screen and (max-width: 860px) {
	.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right {
		height: 530px;
	}
	
	#section-meet-team .meta-team-list .meta-text-below div:first-child {
		width: 35%;
	}

	#section-meet-team .meta-team-list .meta-text-below div:last-child {
		width: 65%;
	}

	.page_grow #section3-wrap .meta-box-list .box-title span {
		font-size: inherit;
	}
	
	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.theme-pro-home .site-inner .wrap {
		padding: 0;
	}
	
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.sub-footer-left,
	.sub-footer-right,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev,
	.content .slide-excerpt {
		display: none;
	}
	
	.home-bottom .widget {
		text-align: center;
		width: 48%;
	}
	
	.home-bottom .widget:nth-of-type(2n) {
		clear: none;
		margin-left: 2.564102564102564%;
	}
	
	.home-bottom .widget:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}
	
	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > .first > a,
	.genesis-nav-menu.responsive-menu > .last > a,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		background: none;
		color: #000;
		line-height: 1;
		padding: 18px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		color: #000;
		padding: 14px 20px;
		position: relative;
		width: 100%;
	}
	
	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}
    
	.responsive-menu-icon {
		position: absolute;
		right: 10px;
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
	}
    
    .responsive-menu-icon::before {
        font-size: 40px;
    }
    .site-header .widget-area {
        float: none;
        width: 100% !important;
    }

    .home.mobile-slide .site-header ul.genesis-nav-menu {
        display: none !important;
    }
    body.mobile-slide .site-header ul.genesis-nav-menu {
        display: none !important;
	}
	
	.site-header {
		margin: 0;
	}

	.site-header .wrap {
		width: 100%;
	}

	.site-inner {
		padding-top: 150px;
	}

	footer .meta-footer-list {
		display:none;
	}

	#site-footer .meta-header .meta-img {
		width: auto;
		margin: 0 auto;
	}

	#site-footer .meta-header .meta-border {
		display: none;
	}

	#site-footer .meta-footer-bottom .meta-box {
		width: 100%;
		float: none;
		margin: 0;
		text-align: center !important;
	}

	#site-footer {
		padding: 30px 0;
	}
	
	/* .single-post .related-list-wrap {
		margin: 0;
	}

	.single-post .related-list-wrap .meta-box-wrap {
		padding: 0;
		width: 100%;
	}

	.single-post .related-list-wrap .meta-box-wrap .meta-box {
		display: flex;
		flex-wrap: wrap;
	}

	.single-post .related-list-wrap .meta-box-wrap {
		margin-bottom: 30px;
	}

	.single-post .related-list-wrap .meta-box-wrap:last-child {
		margin-bottom: 0;
	}

	.single-post .related-list-wrap .meta-box-wrap .meta-box > a {
		width: 30%;
	}

	.single-post .related-list-wrap .meta-box-wrap .meta-box-text {
		width: 70%;
		padding-left: 10px;
		display: flex;
    	align-items: center;
	}

	.single-post .related-list-wrap .meta-box-wrap .meta-img {
		width: 100%;
		margin: 0;
	}

	.single-post .related-list-wrap .meta-box-wrap .meta-excerpt {
		height: auto;
	} */

	.site-header .widget-area {
		top: 0;
	}

	#section-meet-team .meta-header .meta-text {
		width: 100%;
		line-height: normal;
	}

	.page_grow #section3-wrap .meta-box-list .box-title br {
		display: none;
	}

	.page_grow #section3-wrap .meta-box-list .box-title {
		width: 100%;
		float: none;
		text-align: left;
		margin-bottom: 15px;
	}

	.page_grow #section3-wrap .meta-box-list .box-text {
		width: 100%;
		float: none;
	}

	.page_grow #section3-wrap .meta-title {
		margin-bottom: 45px;
	}

	.page_grow #section4-wrap .meta-header .meta-title {
		padding: 0;
	}

	.page_teach .section-title {
		padding: 80px 0 50px;
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-text-wrap {
		padding: 40px;
	}

	.page_teach_inner #section-banner .meta-title-wrap .meta-text-wrap {
		padding: 40px 60px 40px 30px;
	}

	.page_teach_inner #section-content .meta-box-list .box-text-wrap,
	.page_teach_inner #section-content .meta-box-list:nth-child(even) .box-text-wrap {
		padding: 30px;
	}
	
	.page_teach_inner #section-banner .meta-img {
		display: none;
	}

	.page_teach_inner #section-banner .meta-title-wrap {
		width: 100%;
	}

	.page_about #section5-wrap .meta-box-list {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.page_about #section5-wrap .meta-box-list:last-child {
		margin-bottom: 0;
	}

	.page_about #section5-wrap .meta-box-list .meta-box {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 85%, 95% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 85%, 95% 100%, 0 100%);
	}

	.page_about #section5-wrap .meta-title {
		margin-bottom: 40px;
	}

	.page_about #section2-wrap .meta-left-wrap {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}

	.page_about #section2-wrap .meta-right-wrap {
		width: 100%;
	}
	
	.page_about #section1-wrap .meta-wrap .meta-box-left {
		padding: 0;
		width: 100%;
	}

	.page_about #section1-wrap .meta-wrap .meta-box-left .meta-text-mobile {
		display: block !important;
		text-align: center;
		margin-bottom: 20px;
	}

	.page_about #section1-wrap .meta-wrap .meta-box-left .meta-text-mobile img {
		max-height: 450px;
	}

	.page_about #section1-wrap .meta-wrap .meta-box-right {
		width: 100%;
		margin-top: 30px;
	}

	.page_work #section1-wrap {
		padding: 50px 0;
	}

	.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box {
		height: 330px;
	}

	section#section-footer {
		padding: 150px 0 50px;
	}

	section#section-footer .meta-content-wrap .meta-text {
		display: block;
		margin: 0;
		margin-bottom: 20px;
	}

	.page_work #section1-wrap .meta-title {
		margin-bottom: 20px;
	}

	.page_home #section-banner-content .meta-content {
		padding: 50px 20px;
	}
	
	/* .page_home #section3-wrap .meta-list-wrap .meta-list .list-text-wrap {
		height: 230px;
	} */

	.page_home #section1-wrap .meta-content-wrap .meta-left-wrap {
		display: none;
	}

	.page_home #section1-wrap .meta-content-wrap .meta-right-wrap {
		padding: 0;
		width: 100%;
	}

	.page_home #section1-wrap .meta-content-wrap .meta-left-wrap.mobile-view {
		display: block !important;
		width: 100%;
		float: none;
		margin-top: 50px;
	}

	.page_home #section1-wrap .meta-content-wrap .meta-left-wrap .meta-img {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.page_home #section1-wrap .meta-content-wrap .meta-right-wrap .meta-btn {
		margin-top: 60px;
	}

	.page_home #section-banner-content .meta-content {
		margin: 0;
	}

	.page_home #section1-wrap {
		padding: 60px 0;
	}

	.page_home #section3-wrap .meta-header {
		margin-bottom: 50px;
	}

	.page_home #section3-wrap .meta-list-wrap .meta-list .list-text-wrap a:last-child {
		display: none;
	}

	.page_home #section3-wrap .meta-list-wrap .meta-list .list-title {
		display: none;
	}

	.page_home #section3-wrap .list-content-mobile {
		display: block !important;
	}

	.page_home #section3-wrap .list-content-mobile a {
		color: #232323;
	}

	.page_home #section3-wrap .list-content-mobile a:hover {
		color: #232323;
	}

	.page_home #section3-wrap .meta-list-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.page_home #section3-wrap .list-content-mobile {
		padding: 20px 15px;
		line-height: normal;
	}

	.page_home #section3-wrap .list-content-mobile .list-mobile-title {
		font-family: sofia-bold;
		color: #fff;
	}

	.page_home #section3-wrap .list-content-mobile .list-mobile-main-title {
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.page_home #section3-wrap .list-content-mobile .list-mobile-btn a {
		color: #232323;
		font-family: sofia-semibold;
		text-transform: uppercase;
	}

	.page_home #section3-wrap .list-content-mobile a:hover .list-mobile-title,
	.page_home #section3-wrap .list-content-mobile a:hover .list-mobile-main-title,
	.page_home #section3-wrap .list-content-mobile a:focus .list-mobile-title,
	.page_home #section3-wrap .list-content-mobile a:focus .list-mobile-main-title  {
		color: #232323;
	}

	.page_home #section3-wrap .list-content-mobile .list-mobile-btn {
		margin-top: 15px;
		font-family: sofia-semibold;
		text-transform: uppercase;
	}

	.page_home #section3-wrap .meta-list-wrap .meta-list .list-content {
		height: 100%;
		background: #edb70e;
	}

	.page_home #section3-wrap .meta-list-wrap .meta-list {
		padding: 0 15px;
	}

	.page_home #section5-wrap .meta-box-left {
		display: none;
	}

	.page_home #section5-wrap .meta-box-right {
		width: 100%;
	}

	.page_home #section5-wrap .meta-box-right .meta-box-inner {
		left: 0;
	}

	.page_home #section5-wrap .meta-box-right .meta-box-inner img {
		display: block !important;
		margin: 30px auto;
	}

	.page_home #section6-wrap .meta-list-wrap .list-item {
		width: 100%;
		float: none;
	}

	.page_home #section6-wrap .meta-list-wrap .list-item .meta-img {
		text-align: center;
	}

	.page_home #section4-wrap .meta-left-wrap {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.page_home #section4-wrap .meta-right-wrap {
		display: none;
	}

	.page_home #section4-wrap {
		padding: 80px 0;
	}

	.page_home #section4-wrap .meta-left-wrap .meta-title {
		margin-bottom: 20px;
	}

	.page_home #section4-wrap .meta-mobile-slider {
		display: block !important;
		margin-top: 50px;
	}

	.page_home #section4-wrap .meta-mobile-slider .box-inner {
		height: auto;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.page_home #section4-wrap .meta-mobile-slider .box-inner img {
		width: 100%;
		display: block !important;
	}

	.page_home #section4-wrap .meta-mobile-slider .meta-box {
		padding: 0 20px;
	}

	.page_home #section4-wrap .meta-box:last-child {
		width: 100%;
	}

	.page_home #section4-wrap .meta-mobile-slider .slick-slider {
		padding-bottom: 20px;
	}

	.page_home #section4-wrap .meta-left-wrap .meta-btn span {
		width: 80%;
	}
	
	.page_home #section-banner-content .meta-text-wrap > div {
		font-size: 25px;
	}

	.page_home #section3-wrap .list-content-mobile .list-mobile-text {
		line-height: 1.5em;
	}

	footer .meta-footer-mobile {
		display: block !important;
		text-align: center;
		margin-bottom: 25px;
	}

	footer .meta-footer-mobile .meta-title {
		font-family: sofia-medium;
		text-transform: uppercase;
		font-size: 18px;
		margin-bottom: 15px;
	}

	#site-footer .meta-header {
		margin-bottom: 30px;
	}

	.page_home #section6-wrap .meta-note-wrap br {
		display:none;
	}

	.page_about #section1-wrap .meta-wrap .meta-box-left .meta-text-mobile .meta-text {
		margin-top: 15px;
	}

	.page_about #section1-wrap .meta-wrap .meta-box-left {
		margin-top: 0;
	}

	.page_teach_inner #section-banner .meta-img.meta-mobile {
		display: block !important;
		position: initial;
		margin: 0 auto;
		width: auto;
		text-align: center;
	}

	#site-banner {
		background-image: none !important;
		height: auto;
	}

	#site-banner img {
		display: block !important;
		margin-top: 80px;
	}

	#site-banner img.img-mobile {
		display:none !important;
	}

	.page_teach_inner #section-banner .meta-title-wrap .meta-sub {
		margin-bottom: 0;
	}

	.page_home #section4-wrap .box-inner .box-text-wrap {
		display: initial;
		opacity: 1;
	}

	.page_home #section4-wrap .slick-active .box-inner {
		-webkit-filter: none;
		filter: none;
	}

	.page_teach_inner #section-banner .meta-title-wrap {
		margin-top: 130px;
	}

	.page_blog #main-wrapper .main-content-wrap {
		width: 60%;
	}

	.page_blog #main-wrapper .meta-sidebar-wrap {
		width: 40%;
	}
}

@media only screen and (max-width: 768px) {
	.page_blog #main-wrapper .main-content-wrap {
		width: 100%;
		padding: 0;
	}

	.page_blog #main-wrapper .meta-sidebar-wrap {
		width: 100%;
		margin-top: 70px;
	}

	.page_blog #main-wrapper .meta-sidebar-wrap .meta-search {
		margin-top: 0;
	}

	.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-box-wrap .meta-image-wrap {
		height: 150px;
	}

	.page_blog #main-wrapper .meta-sidebar-wrap .meta-facebook-wrap {
		text-align: center;
	}

	.page_blog #main-wrapper .meta-sidebar-wrap .meta-facebook-wrap iframe {
		width: 300px !important;
		margin: 0 auto;
	}

	/* .page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts,
	.page_blog #main-wrapper .meta-sidebar-wrap .meta-social {
		margin-top: 40px;
	} */

	.single-post .site-inner.site-default {
		padding-top: 145px;
	}

}

@media only screen and (max-width: 767px) {
	.page_apply #section1-wrap .meta-list-wrap .meta-box-list {
		width: 50%;
		padding: 0 25px;
	}

	.page_apply #section2-wrap {
		display: block;
	}

	.page_apply #section2-wrap .meta-box-left {
		width: 100%;
		background: transparent;
		height: auto;
	}

	.page_apply #section2-wrap .meta-box-left img {
		display: block !important;
	}

	.page_apply #section2-wrap {
		background-image: url(/wp-content/uploads/2020/02/apply-sec2-bg_03-1.jpg);
		padding: 25px 0;
	}

	.page_apply #section2-wrap .meta-box-right {
		width: 100%;
		padding: 0;
	}

	.page_apply #section3-wrap .meta-list-wrap .list-title {
		padding: 30px;
	}

	.page_apply #section3-wrap .meta-box-list .meta-title {
		padding-left: 10px;
	}

	.page_apply #section3-wrap .meta-list-wrap .meta-list.active .list-title {
		padding: 15px 15px 30px;
	}

	#site-banner .meta-text-wrap .meta-title {
		padding: 0;
	}

	.page_apply #section1-wrap {
		padding: 80px 0;
	}

	.page_apply #section1-wrap .meta-list-wrap .meta-box-list {
		width: 100%;
		margin-bottom: 0;
		margin-top: 30px;
	}

	.page_apply #section1-wrap .meta-list-wrap .meta-box-list:first-child {
		margin-top: 0;
	}

	.page_apply #section1-wrap .box-title {
		height: auto;
	}

	.page_apply #section1-wrap .meta-header {
		margin-bottom: 40px;
	}
	
	#site-banner .meta-text-wrap .meta-title {
		font-size: 40px;
	}

	/* #site-banner {
		height: 400px;
	} */

	.page_grow #section4-wrap .meta-header .meta-title {
		width: 45%;
		padding-right: 0;
	}

	.page_grow #section4-wrap .meta-header .meta-border {
		width: 100%;
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-text-wrap .meta-inner {
		width: 100%;
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-img {
		width: 100%;
		/* height: 300px; */
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-img div {
		background-image: none;
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-img img {
		display: block !important;
		width: 100%;
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-text-wrap {
		width: 100%;
	}

	.page_teach #meta-list-wrap .meta-box-list {
		display: block;
	}
	
	.page_teach_inner #section-content .meta-box-list .box-img {
		width: 100%;
		/* height: 300px; */
	}

	.page_teach_inner #section-content .meta-box-list {
		display: block;
		margin-bottom: 40px;
	}

	.page_teach_inner #section-content .meta-box-list .box-text-wrap, 
	.page_teach_inner #section-content .meta-box-list:nth-child(even) .box-text-wrap {
		width: 100%;
		padding: 20px;
	}

	.page_teach_inner #section-content {
		padding: 80px 0;
	}

	.page_about #section3-wrap {
		padding: 70px 0;
	}

	.page_about section .meta-title {
		font-size: 28px;
	}

	.page_about #section3-wrap .meta-title {
		margin-bottom: 30px;
	}

	.page_about #section4-wrap .meta-box-list .list-title {
		font-size: 25px;
	}

	.page_about #section5-wrap .meta-title {
		margin-bottom: 30px;
	}

	.page_about #section5-wrap .meta-box-list .meta-box {
		padding: 40px 50px;
	}

	.page_work #section2-wrap .meta-list-box .list-left {
		width: 100%;
	}

	.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right {
		width: 100%;
		height: 300px;
		padding: 0;
	}

	.page_work #section2-wrap .meta-list-box .gal-list > div {
		height: 130px;
	}
	
	.page_home #section5-wrap .meta-box-right .meta-box-inner {
		padding: 50px 20px;
	}

	.page_home #section4-wrap {
		padding: 50px 0;
	}

	.page_home #section6-wrap {
		padding-top: 50px;
	}

	.page_home #section-banner-content {
		margin: 0;
	}

	.page_home #section-banner-content .wrap {
		padding: 0;
	}

	/* .page_home #section-banner .meta-banner-slider {
		display: none;
	} */

	.page_home #section-banner .meta-banner-mobile {
		display: block !important;
		height: 800px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
	}

	.page_home #section-banner .meta-banner-mobile .meta-text-wrap {
		padding-top: 200px;
		padding-left: 40px;
	}

	.page_home #section-banner .meta-banner-mobile .meta-text-wrap .meta-title {
		font-family: sofia-light;
		line-height: 1.2em;
	}

	.page_home #section-banner .meta-banner-mobile .meta-text-wrap .meta-title b {
		font-family: sofia-bold;
	}

	.page_home #section-banner .meta-banner-mobile .meta-text-wrap .meta-text {
		font-size: 18px;
	}

	.page_home #section2-wrap .meta-content-wrap .meta-list {
		padding: 0;
	}

	.page_home #section3-wrap .meta-list-wrap .meta-list {
		padding: 0;
		width: 100%;
	}

	.page_home #section3-wrap .meta-list-wrap .meta-list .list-text-wrap {
		/* height: 400px; */
		/* background-position: 50% 20%; */
	}

	.page_home #section-banner .meta-banner-slider {
		margin-bottom: -7px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list {
		height: 800px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text {
		top: 150px;
	}

	.page_teach .section-title .meta-title {
		font-size: 30px;
	}

	.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right .main-image {
		background: none !important;
	}

	.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right .main-image img {
		display: block !important;
	}

	.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right,
	.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right div {
		height: auto;
	}

	.page_work #section1-wrap .slick-slider div {
		transition: none;
	}	
}

@media only screen and (max-width: 680px) {
	.page_home #section2-wrap .meta-content-wrap .meta-list {
		width: 100%;
	}

	.page_home #section4-wrap .meta-mobile-slider .meta-box {
		padding: 0;
	}

	.page_home #section4-wrap .meta-left-wrap .meta-btn span {
		width: 70%;
	}

	.page_teach_inner #section-banner .meta-text {
		margin-bottom: 10px;
	}

	.page_teach_inner #section-banner .meta-text:last-child {
		margin-bottom: 0;
	}

	.page_work .meta-box-right .meta-slider-gallery .slick-current .meta-box-list .meta-box {
		background-image: none;
	}

	.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box img {
		display: block !important;
		width: 100%;
	}

	.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box {
		height: auto;
	}

	.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box .box-text-wrap {
		padding: 10px 20px 15px;
	}

	.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box .box-text-wrap {
		position: initial;
		opacity: 1;
	}
}

@media only screen and (max-width: 480px) {
	.page_blog .posts-pagination .current, 
	.page_blog .posts-pagination a.page-numbers {
		padding: 5px 12px;	
	}
	
	.page_blog .site-inner .heading-title br {
		display:block;
	}
	
	#site-banner img.img-mobile {
		display: block !important;
	}

	#site-banner img.img-desktop {
		display: none !important;
	}

	.page_about #section1-wrap {
		padding: 25px 0 50px;
	}

	.content {
		padding: 0;
	}
	
	.content #genesis-responsive-slider .flex-control-nav {
		display: none;
	}

	.home-bottom .widget:nth-of-type(2n),
	.home-bottom .widget {
		margin: 0;
		width: 100%;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}

	.site-default .meta-thumbnail-img {
		height: 250px;
	}

	.header-title .default-wrap h1.meta-title {
		font-size: 25px;
	}

	/* .single-post .related-list-wrap .meta-box-wrap .meta-img {
		height: 100%;
	} */

	.site-inner {
		padding-top: 120px;
	}

	.site-header .wrap {
		padding: 10px;
	}

	.header-image .site-title > a {
		min-height: 60px;
	}

	.title-area {
		width: 81px;
	}

	.site-header .wrap {
		padding: 8px;
	}

	#site-banner .meta-text-wrap .meta-title {
		font-size: 30px;
	}

	/* #site-banner {
		height: 330px;
	} */

	.page_apply #section1-wrap .meta-header .meta-title {
		font-size: 25px;
	}

	.page_apply #section1-wrap .meta-header .meta-sub {
		font-size: 18px;
	}

	.page_apply #section1-wrap {
		padding: 50px 0;
	}

	/* .page_apply #section2-wrap .meta-box-left {
		height: 250px;
	} */

	.page_apply #section2-wrap .meta-box-right .meta-box-inner {
		padding: 20px;
		text-align: center;
	}

	/* .page_apply #section2-wrap .meta-box-right {
		padding: 20px;
	} */

	.page_apply #section2-wrap .meta-box-inner .meta-box-title {
		font-size: 20px;
		line-height: 1.5em;
	}

	.page_apply #section2-wrap .meta-box-inner .meta-box-title br {
		display: none;
	}

	.page_apply #section2-wrap .meta-box-inner .meta-box-text {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.page_apply #section3-wrap .meta-header .meta-title {
		font-size: 25px;
	}
	
	.page_apply #section3-wrap .meta-header .meta-sub {
		font-size: 16px;
	}

	.page_apply #section3-wrap .meta-header {
		margin-bottom: 30px;
	}

	.page_apply #section3-wrap .meta-box-list .meta-title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.page_apply #section3-wrap .meta-list-wrap .list-title {
		padding: 10px 20px;
	}

	.page_apply #section3-wrap .meta-list-wrap .list-title div {
		padding-right: 25px;
		line-height: normal;
	}

	.page_apply #section3-wrap .meta-list-wrap .meta-list {
		margin-bottom: 15px;
	}

	.page_apply #section3-wrap .meta-list-wrap .list-title a {
		font-size: 16px;
	}

	.page_apply #section3-wrap .meta-list-wrap .meta-list.active .list-title {
		padding: 10px 10px 20px;
	}

	.page_apply #section3-wrap .meta-list-wrap .meta-list.active .list-title {
		padding: 3px 3px 20px;
	}

	.page_apply #section3-wrap .meta-list-wrap .list-text {
		padding: 20px;
	}

	.page_apply #section3-wrap .meta-list-wrap .meta-box-list {
		margin-bottom: 50px;
	}

	#section-meet-team .meta-team-list {
		padding: 0;
		padding-top: 13px;
	}

	.page_grow #section3-wrap .meta-box-list .box-title {
		padding: 0;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.page_grow #section4-wrap .meta-box-left .meta-box.box-1 {
		height: 300px;
	}

	.page_grow #section4-wrap .meta-box-right .meta-box:first-child,
	.page_grow #section4-wrap .meta-box-right .meta-box:last-child,
	.page_grow #section4-wrap .meta-box-right .meta-box-wrap:nth-child(even) .meta-box:first-child,
	.page_grow #section4-wrap .meta-box-right .meta-box-wrap:nth-child(even) .meta-box:last-child {
		width: 50%;
	}

	.page_grow #section4-wrap .meta-box-right .meta-box {
		height: 205px;
	}
	
	.page_grow #section4-wrap .meta-box-left .meta-box.box-2 .box-text-wrap,
	.page_grow #section4-wrap .meta-box-left .meta-box.box-3 .box-text-wrap,
	.page_grow #section4-wrap .box-inner .box-text-wrap {
		padding: 5px 10px;
	}

	.page_grow #section4-wrap .box-inner .box-text-wrap {
		position: initial;
		display: none;
	}

	#section-meet-team .meta-header {
		margin-bottom: 50px;
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-text-wrap {
		padding: 20px;
		display: none;
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-text-wrap.meta-text-mobile {
		display: block !important;
	}
	
	.page_teach #meta-list-wrap .meta-box-list .meta-text-wrap.meta-text-mobile a {
		color: #232323;
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-link {
		font-family: sofia-semibold;
		text-transform: uppercase;
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-img {
		/* height: 250px; */
	}

	.page_teach .section-title {
		padding: 50px 0;
	}

	.page_teach #meta-list-wrap {
		margin-bottom: 70px;
	}

	.page_teach_inner #section-banner .meta-title-wrap {
		margin: 130px 0 0;
	}

	.page_teach_inner #section-banner .meta-title-wrap .meta-title {
		font-size: 30px;
	}

	.page_teach_inner #section-banner .meta-title-wrap .meta-text-wrap {
		padding: 30px;
	}

	.page_teach_inner #section-content .meta-box-list .box-text-wrap, 
	.page_teach_inner #section-content .meta-box-list:nth-child(even) .box-text-wrap {
		padding: 20px 0 0;
	}
	
	.page_about #section2-wrap .meta-right-wrap {
		padding: 40px 20px;
	}

	.page_about #section3-wrap .meta-list .meta-list-box {
		padding: 0 10px;
	}

	.page_about #section5-wrap .meta-box-list .meta-box {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 85%, 89% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 85%, 89% 100%, 0 100%);
	}

	.page_about section .meta-title {
		font-size: 25px;
	}

	.page_about #section3-wrap .meta-title {
		margin-bottom: 25px;
	}

	.page_about #section5-wrap {
		padding: 50px 0;
	}

	.page_about #section1-wrap .meta-wrap .meta-title {
		text-align: left;
	}

	section#section-footer {
		padding: 150px 0 50px;
	}

	.page_work #section3-wrap {
		padding-bottom: 0;
	}

	.page_work section .meta-title, 
	.page_work #section2-wrap .meta-header .meta-title,
	.page_grow #section1-wrap .meta-title,
	.page_grow #section2-wrap .meta-title,
	.page_grow #section3-wrap .meta-title,
	#section-meet-team .meta-header .meta-title {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.page_work #section2-wrap .meta-list-sidebar .meta-list {
		width: 100%;
		margin-bottom: 20px;
	}

	.page_work #section2-wrap .meta-list-box .gal-list > div {
		height: 100px;
	}

	.page_home #section-banner .meta-banner-mobile .meta-text-wrap .meta-title {
		font-size: 23px;
	}

	.page_home #section-banner .meta-banner-mobile .meta-text-wrap .meta-text {
		font-size: 14px;
	}

	.page_home #section-banner .meta-banner-mobile .meta-text-wrap {
		padding-top: 160px;
		padding-left: 50px;
	}

	.page_home #section-banner .meta-banner-mobile {
		height: 600px;
	}

	.page_home #section-banner-content .meta-text-wrap > div {
		font-size: 14px;
	}

	.page_home #section-banner-content .meta-content {
		padding: 30px 40px;
	}

	.page_home #section1-wrap .meta-content-wrap .meta-right-wrap .meta-title {
		margin-bottom: 15px;
	}

	.page_home section .meta-title {
		font-size: 25px;
	}

	.page_home #section2-wrap {
		padding: 30px 0 50px;
	}

	.page_home #section3-wrap .meta-list-wrap .meta-list .list-text-wrap {
		/* height: 300px; */
	}
	
	.page_home #section5-wrap .meta-box-right .meta-box-inner .meta-title {
		margin-bottom: 10px;
	}

	.page_home #section6-wrap .meta-list-wrap .list-item .meta-text-wrap .list-text {
		display: none;
	}

	.page_home #section6-wrap .meta-list-wrap .list-item .meta-text-wrap {
		display: flex;
		align-items: center;
		padding-left: 20px;
		width: 60%;
	}

	.page_home #section6-wrap .meta-list-wrap .list-item .meta-img {
		width: 40%;
		text-align: right;
	}

	.page_home #section6-wrap .meta-list-wrap .list-item .meta-text-wrap .list-title {
		text-transform: none;
	}

	.page_home #section6-wrap .meta-header .meta-small-title {
		display: none;
	}

	.page_home #section5-wrap .meta-box-right .meta-box-inner {
		margin: 50px 0;
	}

	footer .meta-footer-mobile .meta-title {
		font-size: 16px;
	}

	.page_home #section2-wrap .meta-content-wrap .meta-list {
		margin-bottom: 20px;
	}

	.page_home #section2-wrap .meta-content-wrap .meta-list:last-child {
		margin-bottom: 0;
	}
	
	.page_home #section3-wrap .wrap {
		padding: 0;
	}

	.page_home #section3-wrap .list-content-mobile .list-mobile-title {
		margin-bottom: 5px;
	}

	.page_about #section4-wrap .meta-box-list .list-sub {
		margin-bottom: 5px;
	}

	.page_about #section5-wrap .meta-box-list .box-title {
		line-height: 1.5em;
	}

	.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box .box-text-wrap .box-title {
		margin-bottom: 5px;
		font-size: 12px;
	}

	.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box .box-text-wrap .sub-title {
		font-size: 10px;
	}

	.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box .box-text-wrap {
		padding: 10px 15px;
	}

	.page_work #section2-wrap .meta-list-wrap .meta-btn-mobile button {
		width: 100%;
	}

	.page_work #section2-wrap .meta-list-sidebar .list-child {
		width: 100%;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-text {
		line-height: 1.5em;
		margin-top: 5px;
	}

	.page_grow #section4-wrap .meta-box-left,
	.page_grow #section4-wrap .meta-box-right {
		display: none;
	}

	.page_grow #section4-wrap .meta-gallery-mobile {
		display: block !important;
	}

	.page_grow #section4-wrap .box-inner {
		height: 300px;
	}

	/* .page_grow #section4-wrap .box-inner img {
		display: block !important;
		max-height: 300px;
		margin: 0 auto;
	} */

	.page_grow #section4-wrap .meta-gallery-mobile .meta-list-slider {
		padding-bottom: 30px;
	}

	.page_grow #section4-wrap {
		padding-bottom: 50px;
	}

	.page_grow #section4-wrap .box-title {
		margin-bottom: 0;
		font-size: 12px;
		color: #232323;
	}

	.page_grow #section4-wrap .box-text {
		font-size: 10px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-txt {
		font-size: 18px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title {
		font-size: 30px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title b {
		font-size: 40px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text {
		top: 130px;
		bottom: auto;
		padding-left: 30px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list {
		background-position: 90% 50%;
	}

	.page_home #section-banner-content {
		margin-top: -10px;
	}

	#section-meet-team .meta-team-wrap .meta-arrow.mobile-btn {
		display: flex !important;
	}

	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page_home #section6-wrap .meta-list-wrap .list-item .meta-text-wrap .list-title br {
		display: block;
	}

	.page_about #section1-wrap .meta-wrap .meta-box-left .meta-text-mobile img, 
	.page_about #section2-wrap .meta-left-wrap img {
		max-height: 400px;
	}

	.page_about section#section2-wrap .wrap {
		padding: 0;
	}

	.page_about #section3-wrap .meta-list .meta-list-box {
		width: 50%;
		margin-bottom: 50px;
		padding: 0 30px;
	}

	.page_about #section3-wrap {
		padding: 70px 0 20px;
	}

	.page_teach .section-title .meta-title {
		font-size: 25px;
		text-align: center;
	}

	.page_teach .section-title .meta-text {
		text-align: left;
	}

	.page_teach #meta-list-wrap .meta-box-list:hover .meta-title, 
	.page_teach #meta-list-wrap .meta-box-list:hover .meta-sub, 
	.page_teach #meta-list-wrap .meta-box-list:hover .meta-title a,
	.page_teach #meta-list-wrap .meta-box-list:hover .meta-sub a {
		color: #232323;
	}

	.page_teach_inner #section-banner .wrap {
		padding: 0;
	}

	.page_teach_inner #section-banner .meta-title-wrap .meta-title, 
	.page_teach_inner #section-banner .meta-title-wrap .meta-sub {
		padding: 0 20px;
	}

	.page_teach_inner #section-banner .meta-title-wrap .meta-title {
		margin-bottom: 0;
	}

	.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right {
		display: none;
	}

	.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right.list-mobile-main {
		display: block !important;
		margin: 30px 0 10px;
	}

	.page_work #section2-wrap .meta-list-box .list-left {
		padding: 40px 20px;
	}

	.page_work #section2-wrap .meta-list-box .list-left .list-gallery-wrap {
		padding: 0 20px;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-text {
		width: 100%;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-text span {
		display: none;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title .title-text br {
		display: block;
	}

	.page_work section#section-footer {
		padding: 250px 0 50px;
	}

	.page_work #section3-wrap {
		margin-bottom: -100px;
	}

	.page_grow #section1-wrap {
		padding: 60px 0;
	}

	#site-banner img {
		margin-top: 75px;
	}

	section#section-banner .meta-banner-mobile-img {
		margin-top: 76px;
	}

	.page_home #section-banner .meta-banner-mobile-img {
		margin-top: 76px;
		/* height: calc(100vh - 66px); */
	}

	.page_teach #meta-list-wrap .meta-box-list .meta-title {
		font-size: 20px;
	}

	.page_work #section2-wrap .meta-list-box .meta-list-wrap .list-right .main-image .meta-text {
		padding: 10px;
	}

	.page_home #section6-wrap .meta-note-wrap {
		font-size: 14px;
	}

	.page_home section#section-footer {
		padding: 220px 0 50px;
		background-image: url(/wp-content/uploads/2020/02/footer-bg-mobile.png) !important;
	}

	.page_home #section6-wrap {
		margin-bottom: -180px;
	}

	.page_about #section4-wrap .meta-box-list .list-sub {
		font-size: 16px;
		margin: 0;
	}

	#section-meet-team .meta-team-list .meta-text-below div:first-child {
		width: 100%;
		margin: 0;
	}

	#section-meet-team .meta-team-list .meta-text-below div:last-child {
		width: 100%;
	}

	.page_about #section4-wrap .meta-box-list .list-text {
		font-size: 16px;
	}

	section#section-footer .meta-content-wrap .meta-text br {
		display: block;
	}

	.page_work #section2-wrap .meta-list-box .list-left .list-gallery-wrap {
		margin-top: 0;
	}
	
	.page_home #section4-wrap .meta-left-wrap .meta-btn span, 
	.page_home #section5-wrap .meta-box-right .meta-box-inner .meta-btn span {
		width: 70%;
		right: 0;
	}
	
	#section-meet-team .meta-team-list .meta-text-below:last-child {
		margin-top: 10px;
	}

	.page_home #section3-wrap {
		padding: 80px 0 0;
	}

	.page_grow #section4-wrap .meta-header .meta-title {
		width: 250px;
	}

	.page_grow #section3-wrap {
		padding: 50px 0;
	}

	.page_home #section3-wrap .list-content-mobile {
		padding: 20px 25px;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title {
		margin-bottom: 25px;
	}

	.page_home #section6-wrap .meta-list-wrap .list-item .meta-img {
		text-align: right;
		padding-right: 30px;
	}

	.page_home #section6-wrap .meta-list-wrap .list-item .meta-img img {
		max-width: 100%;
		max-height: 80px;
	}

	.page_grow #section3-wrap .meta-title {
		margin-bottom: 40px;
	}

	.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-box-wrap .meta-image-wrap {
		height: 100px;
	}
	
	.page_blog .site-inner {
		padding-top: 50px;
	}

	.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-box-wrap .meta-image-wrap {
		height: 90px;
	}

	.single-post .related-list-wrap #related-slider-wrap {
		display: flex;
		flex-wrap: wrap;
		padding: 0 20px;
	}

	.single-post .meta-related-wrap .related-title {
		padding: 0;
	}

	.single-post .meta-related-wrap {
		padding: 50px 0;
	}

	.single-post .site-inner .meta-content {
		padding: 0 0 50px;
	}

	.single-post .site-inner .meta-thumbnail-img {
		margin-bottom: 50px;
	}

	.single-post .site-inner .addtoany_content {
		position: relative;
		padding-left: 0;
		padding-top: 40px;
		left: 0;
		margin-bottom: 30px;
	}

	.single-post .site-inner .addtoany_content .a2a_kit a {
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 0;
	}

	.single-post .site-inner .default-wrap .meta-text {
		padding: 0;
	}

	.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap .meta-title,
	.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts .meta-list .meta-title {
		line-height: 1.5em;
	}

	.page_blog .meta-list-wrapper .meta-box-wrap .meta-text-wrap button {
		padding: 7px 20px 5px;
	}

	.page_blog #main-wrapper .meta-sidebar-wrap .meta-heading.meta-title {
		padding: 12px 10px 10px 20px;
	}

	.page_blog #main-wrapper .meta-sidebar-wrap .meta-category,
	.page_blog #main-wrapper .meta-sidebar-wrap .meta-featured-posts {
		margin-bottom: 50px;
	}


}

@media only screen and (max-width: 450px) {
    .mobile--menu-wrap {
        width: 99%;
    }
    .mobile--menu-wrap .menu--cls-btn i {
        font-size: 20px;
	}
	
	.page_grow #section3-wrap .meta-title br {
		display: block;
	}
}

@media only screen and (max-width: 380px) {

	.page_work #section2-wrap .meta-list-box .list-left .list-gallery-wrap {
		padding: 0;
	}

	.page_grow #section4-wrap .meta-header .meta-title {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.page_grow #section4-wrap .meta-header .meta-border {
		display: none;
	}

	.page_teach_inner #section-banner .meta-title-wrap .meta-sub {
		font-size: 18px;
	}

	.page_about #section5-wrap .meta-box-list .meta-box {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 90%, 89% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 90%, 89% 100%, 0 100%);
	}

	.page_about #section3-wrap .meta-list .meta-list-box {
		width: 50%;
		margin-bottom: 50px;
		padding: 0 10px;
	}

	.single-post .related-list-wrap .meta-box-wrap .meta-img {
		height: 150px;
	}
	
	.site-default .meta-thumbnail-img {
		height: 200px;
	}

	#site-footer .meta-footer-bottom {
		font-size: 10px;
	}

	.page_apply #section1-wrap .meta-list-wrap .meta-box-list {
		padding: 0;
	}

	#site-banner .meta-text-wrap .meta-title {
		font-size: 25px;
	}

	/* #site-banner {
		height: 300px;
	} */

	.page_grow #section1-wrap {
		padding: 50px 0;
	}

	.page_grow #section1-wrap .meta-title,
	.page_grow #section2-wrap .meta-title, 
	#section-meet-team .meta-header .meta-title {
		/* font-size: 20px; */
		margin-bottom: 20px;
	}

	.page_grow #section2-wrap .meta-list-wrap .meta-box-list .box-title {
		padding: 10px 20px;
		font-size: 18px;
	}

	.page_grow #section2-wrap .meta-list-wrap .box-text {
		padding: 20px;
	}

	/* .page_grow #section3-wrap .meta-title {
		margin-bottom: 30px;
	} */

	.page_grow #section3-wrap .meta-box-list .box-title {
		font-size: 18px;
	}

	.page_grow #section3-wrap {
		padding: 70px 0;
	}

	.page_grow #section4-wrap .meta-box-left .meta-box.box-1 {
		height: 150px;
	}

	.page_grow #section4-wrap .meta-box-right {
		margin: 0;
	}

	.page_grow #section4-wrap .meta-box-left .meta-box {
		height: 150px;
	}

	#section-meet-team .meta-header {
		margin-bottom: 50px;
	}

	.page_grow #section4-wrap .meta-box-left .meta-box {
		width: 100%;
		padding: 0 !important;
		margin-bottom: 20px;
	}

	.page_grow #section4-wrap .meta-box-right .meta-box:first-child, 
	.page_grow #section4-wrap .meta-box-right .meta-box:last-child, 
	.page_grow #section4-wrap .meta-box-right .meta-box-wrap:nth-child(even) .meta-box:first-child, 
	.page_grow #section4-wrap .meta-box-right .meta-box-wrap:nth-child(even) .meta-box:last-child {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
		height: 150px;
	}

	.page_grow #section4-wrap .meta-box-left {
		padding: 0;
	}

	#section-meet-team .meta-team-wrap {
		padding: 0 30px;
	}

	#section-meet-team .meta-team-wrap .meta-arrow a {
		font-size: 20px;
	}

	.page_grow #section4-wrap {
		padding-bottom: 50px;
	}
	
	.page_teach_inner #section-banner .meta-text {
		padding-left: 20px;
	}

	.page_teach_inner #section-banner .meta-title-wrap .meta-text-wrap {
		padding: 30px 30px 30px 20px;
	}

	.page_teach_inner #section-content .meta-title {
		font-size: 25px;
	}

	.page_teach_inner #section-content .meta-box-list .box-img {
		/* height: 200px; */
	}

	.page_teach_inner #section-content {
		padding: 50px 0;
	}

	.page_about #section4-wrap .meta-box-left {
		padding: 20px;
		padding-right: 0;
	}

	.page_about #section4-wrap .meta-box-list .list-text {
		font-size: 16px;
	}

	.page_about #section5-wrap .meta-box-list .meta-box {
		padding: 40px 20px;
	}

	.page_work .meta-box-right .meta-slider-gallery .meta-box-list .meta-box .box-text-wrap {
		/* padding: 15px; */
	}

	.page_work #section1-wrap .meta-title {
		margin-bottom: 15px;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .list-content-wrap {
		padding: 30px 15px;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .content-title {
		margin-bottom: 15px;
	}

	.page_work #section3-wrap .meta-list-wrap .meta-list .list-title {
		padding: 15px;
		font-size: 18px;
	}

	.page_work #section2-wrap .meta-list-wrap .meta-btn-mobile button {
		width: 100%;
	}

	.page_work #section2-wrap .meta-list-box .list-left .list-title {
		font-size: 20px;
		padding-left: 33px;
	}
	
	.page_work #section2-wrap .meta-list-box .list-left .list-address i {
		left: 7px;
	}

	.page_work #section2-wrap .meta-list-box .list-left .list-address {
		padding-left: 33px;
	}

	.page_work #section2-wrap .meta-list-box .list-left {
		padding: 30px 20px;
	}

	.page_work #section2-wrap .meta-list-box .list-left .list-gallery-wrap .arrow-left {
		left: 0;
	}

	.page_work #section2-wrap .meta-list-box .list-left .list-gallery-wrap .arrow-right {
		right: 0;
	}

	.page_work #section2-wrap .meta-list-box .gallery-wrap {
		margin: 0;
		padding: 0 10px;
	}

	.page_work #section2-wrap .meta-list-box .gal-list > div {
		height: 60px;
	}

	.page_work #section2-wrap .list-title {
		margin-bottom: 5px;
	}

	.page_home #section-banner .meta-banner-mobile .meta-text-wrap {
		padding-top: 125px;
		padding-left: 45px;
	}

	.page_home #section-banner .meta-banner-mobile .meta-text-wrap .meta-text {
		font-size: 12px;
	}

	.page_home #section1-wrap {
		padding: 40px 0 60px;
	}

	.page_home #section3-wrap .meta-list-wrap .meta-list .list-text-wrap {
		/* height: 200px; */
	}

	.page_home #section4-wrap .meta-left-wrap .meta-btn span, 
	.page_home #section5-wrap .meta-box-right .meta-box-inner .meta-btn span {
		width: 60%;
		right: 0;
	}
	
	.page_home #section5-wrap .meta-box-right .meta-box-inner .meta-btn a {
		padding-right: 20px;
	}

	/* .page_home #section6-wrap .meta-list-wrap .list-item .meta-img {
		width: 20%;
	} */

	.page_home #section6-wrap .meta-list-wrap .list-item .meta-text-wrap {
		/* width: 70%; */
		padding-left: 20px;
	}

	.page_home #section-banner-content .meta-content {
		padding: 30px 15px;
	}

	.page_home #section4-wrap .meta-mobile-slider .box-inner {
		/* height: 250px; */
	}

	.page_home #section6-wrap .meta-list-wrap .list-item .meta-text-wrap .list-title {
		font-size: 16px;
		line-height: normal;
	}

	.page_home #section6-wrap .meta-list-wrap .list-item {
		padding: 0;
		padding-left: 0;
	}

	.page_home #section1-wrap .meta-content-wrap .meta-left-wrap .meta-img {
		width: 230px;
		height: 230px;
	}

	section#section-footer .meta-content-wrap .meta-text {
		font-size: 25px;
		padding: 0;
	}

	.page_about #section4-wrap .meta-box-right .meta-video {
		height: 250px;
	}
	
	.page_home #section-banner .meta-banner-slider .meta-list {
		height: 650px;
		background-position: 90% 50%;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text {
		top: 115px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-txt {
		font-size: 16px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title {
		margin-bottom: 5px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title {
		font-size: 25px;
	}

	.page_home #section-banner .meta-banner-slider .meta-list .meta-text .meta-title b {
		font-size: 30px;
	}

	.page_home #section6-wrap .meta-list-wrap .list-item .meta-img {
		padding-right: 0;
	}

	.page_home #section6-wrap .meta-list-wrap .list-item .meta-img img {
		max-height: 70px;
	}

	.page_grow #section4-wrap .meta-gallery-mobile .meta-box:first-child .box-inner {
		background-position: 35% 50%;
	}

	.page_grow #section4-wrap .box-inner {
		height: 230px;
	}
	
}