/*
	Theme Name: Girimun
	Theme URI: http://girimun.wpengine.com
	Description: Custom WordPress theme for Girimun
	Author: Girimun
	Author URI: http://girimun.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:0}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: Lato-Bold;
    src: url(/wp-content/themes/Girimun/fonts/Lato/Lato-Bold.ttf);
}

@font-face {
    font-family: Lato-Hairline;
    src: url(/wp-content/themes/Girimun/fonts/Lato/Lato-Hairline.ttf);
}

@font-face {
    font-family: Lato-Light;
    src: url(/wp-content/themes/Girimun/fonts/Lato/Lato-Light.ttf);
}

@font-face {
    font-family: Lato-Regular;
    src: url(/wp-content/themes/Girimun/fonts/Lato/Lato-Regular.ttf);
}

@font-face {
    font-family: opensans;
    src: url(/wp-content/themes/Projectname/fonts/OpenSans-Regular.ttf);
}

body {
	background-color: #fff;
	color: #747474;
	font-family: Lato-Regular;
	font-size: 18px;
	line-height: 1.625;
}

html, body {
	scroll-behavior: smooth;
	--scroll-behavior: smooth;
}

* {
	outline: none;
}

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

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

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

a {
	color: #d76b2b;
	text-decoration: none;
	transition: 0.4s;
}

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

p {
	margin: 0 0 24px;
	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;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato-Regular;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* 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-family: Lato-Regular;
	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-family: Lato-Regular;
}

::-webkit-input-placeholder {
	color: #666;
	font-family: Lato-Regular;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: transparent;
    color: #747474;
    cursor: pointer;
	font-size: 12.55px;
	font-family: Lato-Bold!important;
    padding: 6px 23px;
    text-transform: uppercase;
    width: auto;
    font-family: Lato-Regular;
    letter-spacing: 0.8px;
    border: 1px solid;
	line-height: 25px;
	transition: 0.4s ease-out;
}

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

.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-family: Lato-Bold;
	text-transform: uppercase;
}


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

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

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

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

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

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

/* 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 {
	background-color: #fff;
	border-radius: 3px;
	float: right;
	margin-bottom: 30px;
	padding: 20px;
	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;
display:none;
}

.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-family: Lato-Bold;
	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: 30px;
	font-family: Lato-Bold;
}

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

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

.widget-title {
	color: #d76b2b;
	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-family: Lato-Bold;
	text-align: center;
}

.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: #747474;
}

.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: #d76b2b;
}

#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 {
    background-color: transparent;
    color: #fff;
    z-index: 999;
    position: relative;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

.page-projects .site-header{
	z-index: 1;
}

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

.site-header .wrap {
	/* padding: 20px 0; */
	position: relative;
	padding-top: 41px;
	max-width: 1425px;
    margin: 0 auto;
}

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

.title-area {
	float: left;
	padding: 14px 0;
	width: 340px;
}

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

.site-title {
	font-size: 43px;
	font-family: Lato-Bold;
	line-height: 1;
	text-transform: uppercase;
}
.site-title a {
	color: #d76b2b;
}
.site-title a:hover {
	color: #000;
}

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

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

.header-image .site-title > a.hover {
	background: url('/wp-content/uploads/2019/08/girimun-logo-orange_03-1.png') no-repeat !important;
	background-size: contain !important;
}

.home.header-image .site-title > a.hover {
	background: url('https://test1.girimun.com/wp-content/uploads/2019/08/girimun-logo-orange_03-2.png') no-repeat !important;
	background-size: contain !important;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-family: Lato-Regular;
	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: left;
    /* text-align: right; */
	width: auto;
	width: 50.4%;
    text-align: center;
}

.site-header .widget-area a {
    color: #fff;
    font-family: Lato-Bold;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 0px 53px;
}

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

.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: 14px;
	line-height: 1.5;
	width: 100%;
}

.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 20px;
}

.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: transparent;
	color: #d66b2b;
}

.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-out;
	-moz-transition:    opacity .4s ease-out;
	-ms-transition:     opacity .4s ease-out;
	-o-transition:      opacity .4s ease-out;
	transition:         opacity .4s ease-out;
	width: 200px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #eee;
	border: 1px solid #fff;
	border-top: none;
	color: #747474;
	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: transparent;
}

ul#menu-header-navigation-1 {
    display: none;
}

/* 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: #d76b2b;
}

.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: #747474;
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.home .responsive-menu-icon::before,
.page-about .responsive-menu-icon::before,
.page-contact .responsive-menu-icon::before,
.error404 .responsive-menu-icon::before,
.search .responsive-menu-icon::before {
	color: #fff;
}

.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: #747474;
	font-family: Lato-Bold;
}

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

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

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

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

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

.entry-content code {
	background-color: #747474;
	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: #747474;
}

.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;
	width: 100%;
    text-align: center;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	color: #989898;
    font-family: Lato-Regular;
    font-size: 20px;
    padding: 0px 12px;
}

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

/* 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 #747474;
}

.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;
}


/*
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;
}

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

.mobile--menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    z-index: 9999;
    transform: translateX(120%);
    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 #747474;
    padding: 30px 30px;
    overflow: scroll;
    height: 100%;
    width: 85%;
    float: right;
    position: relative;
    z-index: 9;
}

.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: #747474;
    width: 100%;
    font-size: 25px;
}

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

.mobile--menu-wrap .mobile--inner .menu-item a {
    font-size: 14px;
}

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

.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;
}


/* 
Navigation
---------------------------------------- */
button.language-button,
section#icl_lang_sel_widget-2 {
    background: transparent;
    float: right;
    position: absolute;
	top: 38px;
    right: 0;
    color: #fff;
    border: none;
}

button.language-button:hover,
section#icl_lang_sel_widget-2:hover {
    background: transparent!important;
    color: #d66b2b!important;
}

.wpml-ls-legacy-list-horizontal a span {	
    font-size: 12px;
    font-family: Lato-Regular;
}

.wpml-ls-slot-header-right {
    display: block!important;
}

.wpml-ls-item-en.wpml-ls-current-language  {
    display: none!important;
}
.wpml-ls-item-zh-hans.wpml-ls-current-language{
	display: none!important;
}


/* 
Homepage
----------------------------------------- */
#homepage_banner{
	position: relative;
}

.home-banner-slide {
    min-height: 100vh;
	background-position: center!important;
	background-size: cover!important;
    background-size: 100%;
    position: relative;
}

.home-banner{
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.home-banner-text {
    position: absolute;
    bottom: 3%;
	left: 3%;
	z-index: 3;
}

h2.home-proj-name {
    font-family: Lato-Bold;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 23.3px;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 0;
}

p.home-proj-location {
    font-family: Lato-Light;
    font-size:20px;
    color: #fff;
    line-height: 23.3px;
	text-transform: capitalize;
	position: relative;
}

#homepage_banner .slick-arrow i {
	font-size: 60px;
	background: transparent!important;
	transition: 0.4s;
}

#homepage_banner .slick-arrow i:hover {
    color: #d76b2b;
}


#homepage_banner .left.slick-arrow {
    top: 45%;
	left: 2%;
	z-index: 9999; 
	cursor: pointer;  
}

#homepage_banner .right.slick-arrow {
	top: 45%;
	right: 2%!important;
	z-index: 9999; 
	cursor: pointer;
}

span.home-arrow-hover.right {
    position: relative;
	right: 13px;
	opacity: 0;
}

span.home-arrow-hover.left {
    position: relative;
	left: -15px;
	opacity: 0;
}

/* #homepage_banner .left.slick-arrow:hover span.home-arrow-hover.left{
	opacity: 1;
}

#homepage_banner .right.slick-arrow:hover span.home-arrow-hover.right{
	opacity: 1;
}


#homepage_banner .left.slick-arrow:hover .home-arrow-left{
	opacity: 0;
}

#homepage_banner .right.slick-arrow:hover .home-arrow-right{
	opacity: 0;
} */

#homepage_banner ul.slick-dots {
    position: absolute!important;
    text-align: right;
    bottom: 30px!important;
    right: 4%;
    z-index: 9999;
}

#homepage_banner .slick-dots li button:before{
	opacity: 0.6!important;
	color: #000!important;
	transition: 0.4s;
}

#homepage_banner li.slick-active button::before {
	color: #fff!important;
	opacity: 1!important;
	transition: 0.4s;
}


#homepage_banner li button:hover::before {
	color: #fff!important;
	opacity: 1!important;
}

.home-arrow-down {
    width: 5%;
    margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
    bottom: 43px;
	text-align: center;
	z-index: 9999;
}

.home-arrow-down i {
    color: #fff;
    font-weight: 300;
    font-size: 45px;
    background: transparent!important;
    transition: 0.4s;
}

.home-arrow-down i:hover {
    color: #d76b2b;
}


section#home_whatwedo {
    padding: 89px 30px;
}

h2.home-sec-title {
    font-family: Lato-Bold;
    text-transform: uppercase;
    text-align: center;
    color: #747474;
    letter-spacing: 1px;
	line-height: 25px;
    margin-bottom: 41px;
}

.whatwedo-box {
    text-align: center;
    font-family: Lato-Regular;
    color: #747474;
    font-size: 16px;
}

p.whatwedo-heading {
    margin-bottom: 13px;
}

ul.whatwedo-list {
    margin-bottom: 36px;
}

ul.whatwedo-list li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 12px;
    letter-spacing: 0.5px;
}


/* Homepage : Gallery */

section#home_gallery {
    padding-bottom: 40px;
}

section#home_gallery .wrap {
	max-width: 1485px;
}

.home-gallery-box {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}

.home-gallery-image {
    background-position: center;
    background-size: cover;
	height: 173px;
	position: relative;
}

.gallery-custom-width {
    width: 20%;
    float: left;
    padding: 3px;
}

.home-gallery-text {
    font-family: Lato-Regular;
    color: #fff;
    position: absolute;
	bottom: 0;
	z-index: 2;
	padding: 10px 15px;
	display: none;
	transition: 0.6s ease-out;
}

h4.gallery-proj-name {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Lato-Bold;
    margin-bottom: 0;
    line-height: 16.57px;
}

p.gallery-proj-location {
    font-size: 14px;
    font-family: Lato-Light;
    line-height: 16.57px;
}

.gallery-custom-width:hover .dark-overlay {
	cursor: pointer;
	display: block;
	transition: 0.6s ease-out;
}

.gallery-custom-width:hover .home-gallery-text {
	display: block;
	transition: 0.6s ease-out;
}

.home-gallery-button {
	margin-top: 60px;
    width: 100%;
    text-align: center;
}

.home .project-box {
    display: block;
}

/*  Who We Work With */
section#home_whowework {
    padding: 61px 30px;
}

section#home_whowework .wrap {
	max-width: 1390px;
}

.whowework-custom-width {
    width: 20%;
	float: left;
	 /*padding: 0 15px; */
	padding: 20px 15px;
}

.home-whowework-box {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
    text-align: center;
}

h2.home-sec-title.whowework-title {
	/* margin-bottom: 56px; */
	margin-bottom: 31px;
}

.whowework-imgbox{
	cursor: pointer;
}

.whowework-imgbox img {
	max-height: 100%;
	padding: 8px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	transition: 0.6s;
}

.whowework-imgbox img:hover {
    -webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}


/* 
About Page Template
------------------------------------- */
section#page_banner {
    position: relative;
}

.page-banner-image {
    height: 535px;
    background-position: center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}

.page-about .page-banner-image{
    background-position: center -306px;
}

.page-contact .page-banner-image{
	/* background-position: center -350px; */
	background-position: center -280px!important;
}

ul.banner-links {
    position: absolute;
	/* bottom: 11%; */
	bottom: 6%;
    text-align: center;
	width: 100%;
	z-index: 2;
}

ul.banner-links li {
    display: inline-block;
}

ul.banner-links li a {
    font-family: Lato-Bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
	letter-spacing: 1px;
	padding: 35px;
}

ul.banner-links li a:hover {
    color: #d76b2b;
}

h2.about-ctitle {
    font-family: Lato-Bold;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
}

.about-content p {
    font-family: Lato-Regular;
    font-size: 16px;
    line-height: 25px;
}

.about-content.centered-content {
    text-align: center;
    max-width: 875px;
    margin: 0 auto;
}

/* About :  Who We Are */
section#whoweare_section {
	padding: 61px 30px 56px;
	position: relative;
	height: calc( 100vh - 570px );
}

h2.whoweare-title {
    margin-bottom: 41px;
}

.whoweare-content-box {
    color: #fff;
    position: relative;
    z-index: 2;
}

/* About :  Our Vision / How We Work */
section#vision_howwework_section {
    color: #fff;
    position: relative;
    background-position: center;
    background-size: cover;
}

section#vision_howwework_section .wrap {
	padding: 48px 0px 52px;
}

.ourvision-title,
.howwework-title {
    margin-bottom: 42px;
}

.ourvision-content-box {
	margin-bottom: 79px;
	position: relative;
    z-index: 2;
}

.howwework-content-box{
	position: relative;
    z-index: 2;
}


/* About :  Our Story */
section#ourstory_section {
	padding: 109px 30px 96px;
	position: relative;
	overflow: hidden;
}

.ourstory-content-box {
	color: #d65507;
	position: relative;
	z-index: 2;
}

.ourstory-title {
    margin-bottom: 42px;
}

.about-content.leftalign-content {
    width: 815px;
    text-align: left;
}

.ourstory-img-box {
	z-index: 1;
    position: absolute;
    right: 15.5%;
    bottom: 0;
}

.ourstory-img-box img {
    max-width: 364px;
}

/* About :  Our People */
section#ourpeople_section {
	margin-bottom: 18px;
    position: relative;
    background-position: center;
	background-size: cover;
	overflow: hidden;
	padding: 0 30px;
}

section#ourpeople_section .ourpeople-content-box {
    padding: 58px 0px 115px;
}

h2.ourpeople-title {
    margin-bottom: 46px;
}

h2.about-ctitle.ourpeople-title {
    text-align: right;
    padding-right: 25%;
}

.ourpeople-content-box {
    color: #fff;
    position: relative;
    z-index: 2;
    width: 78%;
    float: left;
}

.ourpeople-content.about-content.leftalign-content {
    width: 100%;
    text-align: left;
}

.ourpeople-list-box {
    width: 22%;
	float: left;
	max-height: 287px;
	position: relative;
	text-align: right;
	overflow-y: scroll;
}

.ourpeople-list-box ul li.ourpeople-category {
	font-family: Lato-Bold;
    padding: 10px 0 3px;
}

.ourpeople-list-box ul li {
    color: #fff!important;
    font-family: Lato-Light;
    font-size: 14px;
    line-height: 16px;
}

.ourpeople-list-box ul li:first-child {
    padding-top: 0;
}

.ourpeople-list-box::-webkit-scrollbar {
    display: none;
}


/* About : What They Say About Us */
section#testimonial_section {
	padding-top: 5px;
	padding-bottom: 79px;
}

h2.testimonial-title {
	font-family: Lato-Bold;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
	color: #747474;
	margin-bottom: 43px;
}

h3.testimonial-name {
    font-size: 20px;
    font-family: Lato-Bold;
    color: #747474;
	line-height: 25px;
	text-align: center;
	margin-bottom: 0;
}

.testimonial-content {
    padding: 0 30px;
}

.testimonial-content p {
    font-family: Lato-Regular;
    font-size: 16px;
	line-height: 30px;
	color: #747474;
	text-align: center;
	max-width: 887px;
    margin: 0 auto 30px;
}

.testimonial-info {
	padding-top: 4px;
	margin-bottom: 18px;
}

.testimonial-info p {
    font-family: Lato-Regular;
    font-size: 14px;
	line-height: 11px;
	color: #747474;
	text-align: center;
	line-height: 19px;
}

.testimonial-main-box .arr-wrap.slick-arrow i {
    color: #747474;
    background: none;
    padding: 10px;
    font-size: 45px;
}

.testimonial-main-box  .arr-wrap.slick-arrow {
	top: 25%;
}

.slick-dots li button:before {
    font-size: 10.5px!important;
	color: #b0b0b0!important;
	transition: 0.4s;
}

.slick-dots li button:hover::before {
    color: #d76b2b!important;
	opacity: 1!important;
	transition: 0.4s;
}

.slick-dots li {
	width: 8px!important;
}
#home_whowework .slick-dots {
	position: absolute !important;
   
}
.slick-dots {
    position: relative !important;
    display: block!important;
	bottom: 0!important;


}

.slick-dots li.slick-active button:before {
	color: #d76b2b!important;
	opacity: 1!important;
}

/* 
Contact Page Template
----------------------------------------- */
section#contact_intro_section .wrap {
    max-width: 1160px!important;
}

h2.contact-title {
    font-family: Lato-Bold;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
}

.contact-content {
    font-family: Lato-Regular;
    font-size: 16px;
    line-height: 25px;
}

/* Contact Section 1 : Introduction & Contact Form */
section#contact_intro_section {
	/* padding: 60px 30px; */
	padding: 40px 30px;
	overflow: hidden;
}

.contact-intro-box {
	width: 60%;
	padding-top: 37px;
    text-align: left;
	float: left;
	color: #d65507;
}

h2.contact-intro-title {
	text-align: left;
	margin-bottom: 27px;
}

.contact-intro-content {
    max-width: 530px;
}

.contact-form-box {
    width: 48.7%;
    float: left;
    /*background: #efefef;*/
    background-color: rgba(107, 107, 107, 0.1);
	padding: 21px 35px 26px;
}

.contact-form .top_label div.ginput_container {
    margin-top: 13px!important;
}

.contact-form .gform_fields input {
	padding: 14px 23px!important;
    border: 1px solid #d65507;
    width: 100%!important;
	margin-top: 0!important;
    color: #d65507!important;
    font-family: Lato-Regular!important;
    font-size: 14px!important;
}

.contact-form .gform_fields input::placeholder,
.contact-form .gform_fields textarea::placeholder{
	color: #d65507!important;
    font-family: Lato-Regular!important;
    font-size: 14px!important;
}


.contact-form .gform_fields textarea{
	padding-left: 23px!important;
	border: 1px solid #d65507;
	color: #d65507!important;
    font-family: Lato-Regular!important;
    font-size: 14px!important;
	max-height: 110px!important;
}

.contact-form ul.gform_fields li.gfield {
	padding-right: 0!important;
	margin-top: 0!important;
}

.contact-form  .gform_wrapper .gform_footer {
	padding: 0;
	position: relative;
}

.contact-form .gform_button {
    font-size: 14px!important;
    color: #d65507;
    font-family: Lato-Regular;
	border: none;
	padding: 0 0 0 4px;
    letter-spacing: 0.2px;
	margin-right: 3px!important;
}

.contact-form .gform_button:hover,
.contact-form .gform_button:hover {
	color: #747474;
	background: none;
}

.gform_footer.top_label i.fa{
    content: "\f061";
    font-family: fontAwesome;
    font-size: 14px;
    color: #d65507;
    left: 65px;
	top: 8px;
    position: absolute;
}

.validation_error {
    border: none!important;
    color: #d65507!important;
    font-family: Lato-Regular;
	font-size: 16px!important;
	margin-bottom: 0!important;
}

.contact-form .gfield_description{
	color: #d65507!important;
}

.contact-form .gform_wrapper li.gfield_error input{
	border-color: #d65507!important;
}


.contact-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error,
.contact-form  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100%!important;
	width: 100%!important;
	background: transparent!important;
	border: none;
	padding-bottom: 0!important;
    padding-top: 0!important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px!important;
    color: #d76b2b;
    font-size: 14px;
    font-family: Lato-Regular;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0!important;
}


/* Contact Section 2: Locations & Mailing Form */
section#contact_details_section {
	padding: 36px 30px 47px;
	background: #d65507;
	overflow: hidden;
}

section#contact_details_section .wrap{
	max-width: 1320px;
}

.contact-location-box {
    width: 40%;
    float: left;
    color: #fff;
}
.contact-location-box a{
	color: #fff;
}

h2.mailing-form-title {
	text-align: left;
	margin-bottom: 22px!important;
}

.mailing-form-box{
	color: #fff;
    width: 60%;
	float: left;
	padding-top: 16px;
}

.mailing-form input {
	width: 100%!important;
	margin-top: 5px;
    font-size: 14px!important;
    color: #d65507!important;
    font-family: Lato-Regular!important;;
	padding: 19.5px 19px!important;
	margin-top: 0!important;
}

.mailing-form input::placeholder {
    font-size: 14px!important;
    color: #d65507!important;
    font-family: Lato-Regular!important;;
}

h2.contact-details-title {
    text-align: left;
}

ul.contact-content.contacts li {
    display: inline-block;
    padding-right: 26px;
}

.mailing-form .ginput_container.ginput_container_email {
    position: relative;
}

.mailing-form i{
    content: "\f1d9";
    font-family: fontAwesome;
    font-size: 20px;
    position: absolute;
    right: 19px;
    top: 19px;
    color: #d65507;
	cursor: pointer;
	z-index: 2;
	transition: 0.6s;
}

.mailing-form i:hover {
    color: #747474;
}

.flex-contact-box {
    display: flex;
    flex-direction: column;
}

.contact-location-box.reorder-contact-box {
	order: 2;
	padding-top: 47px;
}

.flex-contact-box h2.mailing-form-title{
    float: left;
	width: 36.3%;
	text-align: right;
    margin-bottom: 0px!important;
	padding-right: 27px;
}

.flex-contact-box .mailing-form{
    float: left;
	width: 58.5%;
}

.flex-contact-box .mailing-form-box{
    width: 90.4%;
    margin: 0 auto;
	padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-contact-box .contact-location-box {
    max-width: 100%;
	margin: 0 auto;
	width: 100%;
}

.flex-contact-box .contact-location-box-3{
	padding-left: 65px;
}

.flex-contact-box .contact-location-box-4{
	padding-left: 42px;
}

.contact-details-box:first-child ul.contact-content {
    max-width: 340px;
}

.contact-column-1.contact-details-box:first-child ul.contact-content{
	max-width: 384px;
}

.contact-column-1 ul.contact-content.contacts li {
	display: inline;
}

.contact-location-box-2 {
	width: 63.6%;
}

.contact-column-2:first-child {
	width: 51.3%;
    float: left;
    padding: 0 5px;
}

.contact-column-2:last-child {
    width: 48.7%;
    float: left;
    padding: 0 5px;
}

.mailing-form-box.mailing-col-2 {
    color: #fff;
	width: 36.4%;
}

.contact-location-box-3 {
    width: 90.4%!important;
    margin: 0 auto;
}

.contact-column-3:nth-child(2) {
	width: 34%;
	float: left;
}
.contact-column-3:first-child {
	width: 41.4%;
    float: left;
}

.contact-column-4:first-child {
    width: 31.5%;
    float: left;
}

.contact-column-4:nth-child(2) {
    width: 24.4%;
    float: left;
}

.contact-column-4:nth-child(3) {
    width: 23.5%;
    float: left;
}



/* Contact Section 3: Join Us */
section#contact_joinus_section {
	padding: 77px 30px;
	overflow: hidden;
}

.joinus-intro-content {
	color: #d65507;
	margin-bottom: 53px;
}

h2.joinus-title {
    margin-bottom: 42px;
}

.joinus-intro p {
	max-width: 867px;
    text-align: center;
    margin: 0 auto;
}

.joinus-position-box {
    width: 820px;
    margin: 0 auto;
}

.joinus-position {
	border-bottom: 1px solid #d655077d;
	padding-top: 35px;
	padding-bottom: 41px;
}

h4.position-title {
    font-size: 20px;
    font-family: Lato-Regular;
    color: #d65507;
    text-transform: uppercase;
	text-align: center;
	line-height: 25px;
    margin-bottom: 39px;
}

h5.details-heading-text {
    font-family: Lato-Bold;
    font-size: 16.02px;
	color: #d65507;
	line-height: 35px;
	margin-bottom: 0px;
}

.position-content {
	margin-left: 19px;
	margin-bottom: 36px;
}

.position-content ul li {
	list-style: disc;
	font-size: 16.02px;
    color: #7f7f7f;
	line-height: 35px;
	padding-left: 19px;
}

.joinus-apply-button {
    text-align: center;
    padding-top: 16px;
}

.joinus-apply-button .btn-close {
	position: absolute;
	right: 15px;
}

.joinus-details-button {
    text-align: center;
}

.joinus-apply-button button,
.joinus-details-button button {
    font-family: Lato-Regular;
    font-size: 14px;
    line-height: 25px;
	padding: 7px 52px;
	transition: 0.4s;
	color: #7f7f7f;
}

.joinus-details-button button:hover {
    color: #d65507;
    background: transparent;
}

.joinus-apply-button button:hover{
	color: #7f7f7f;
	background: transparent;
}

.joinus-details-button a[aria-expanded="true"] {
    display: none!important;
}

.mailing-form .gform_footer.top_label {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

.mailing-form .gform_wrapper div.validation_error{
	display: none;
}
.mailing-form .gfield_description{
	color: #fff!important;
}

.mailing-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100%)!important;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.joinus-anchor {
    position: absolute;
    top: -90px;
}

.page-banner-image {
	/* height: 570px; */
	height: 470px;
}
.black-banner-overlay {
	background: rgba(0,0,0,0.2);
}

h2.mailing-form-title {
	text-align: center;
}
.mailing-form-box {
	width: 100%;
	float: unset;
}
.joinus-apply-button .btn-close {
	color: #969696;
}
.joinus-apply-button .btn-close:hover,
.joinus-apply-button button:hover {
	color: #d66b2b;
	border-color: #d66b2b;
}
.joinus-details-button button {
	color: #d66b2b;
	border-color: #d66b2b;
}
.joinus-details-button button:hover {
	color: #fff;
	border-color: #d66b2b;
	background-color: #d66b2b;
}
.view-map-btn button {
	color: #d66b2b;
}
.view-map-btn button:hover {
	color: #747474;
}
.view-map-cont {
	margin-top: 30px;
	margin-bottom: 40px;
}
body .gform_wrapper#gform_wrapper_2 .top_label div.ginput_container {
	width: 60%;
	margin: 0 auto;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_confirmation_message {
	text-align: center;
}
.parent-div-1 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.contact-form-box .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	color: #777!important;
}

.contact-form-box {
	width: 40%;
}
.address-cont {
	width: 50%;
	float: left;
	padding-right: 15px;
}

.address-cont.address-count-1 {
    max-width: 333px;
    margin: 0 auto;
    float: unset;
}


/* 
Projects
--------------------------------------------- */

section#projects_result_section {
    padding-bottom: 178px;
    min-height: 547px!important;
}

.home section#projects_result_section{
	padding-bottom: 20px;
}

section#projects_result_section .wrap,
section#project_menu_section .wrap {
    max-width: 1485px;
}

.project-custom-width {
   width: 20%;
     /*width: 25%;*/
    float: left;
    padding: 3px;
}

#project_menu_section {
    padding-bottom: 10px;
}	

ul.proj-main-category {
    width: 46%;
    float: left;
}

ul.proj-sub-category {
    width: 54%;
    float: left;
}


ul.proj-main-category li a {
    font-size: 16px;
    font-family: Lato-Bold;
    color: #747474;
    line-height: 25px;
    text-transform: lowercase;
}

ul.proj-sub-category li a {
    font-size: 16px;
    font-family: Lato-Regular;
    color: #747474;
    line-height: 25px;
    text-transform: lowercase;
}

ul.proj-main-category li,
ul.proj-sub-category li {
	display: inline-block;
	padding: 0px 20px;
}

ul.proj-main-category li a:hover,
ul.proj-sub-category li a:hover,
ul.proj-main-category li.active a,
ul.proj-sub-category li.active a{
	color: #d65507;
	font-weight: 700;
}

ul.proj-sub-category {
    text-align: right;
}

ul.proj-main-category li:first-child {
    padding-left: 3px;
}

ul.proj-sub-category li:last-child {
    padding-right: 3px;
}

.project-img-box {
    background-position: center!important;
    background-size: cover!important;
    height: 173px;
	position: relative;
}

.project-box.active {
	display: block;
}

.project-box{
	display: none;
}

.project-gallery-text {
    font-family: Lato-Regular;
    color: #fff;
    position: absolute;
	bottom: 0;
	z-index: 2;
	padding: 10px 15px;
	transition: 0.6s ease-out;
}

.project-overlay{
	position: absolute;
    height: 100%;
	width: 100%;
	display: none;
    transition: 0.4s ease-out;
}

.project-custom-width:hover .project-overlay {
	cursor: pointer;
	display: block;
}

.project-custom-width:hover .project-gallery-text {
	display: block;
}

.project-overlay:hover {
    background: rgba(0,0,0, 0.6);
}

/* .project-box{
	opacity: 0!important;
} 

.project-box.active {
    opacity: 1!important;
    -webkit-transition: opacity .15s linear!important;
    -o-transition: opacity .15s linear!important;
    transition: opacity 0.4s linear!important;
}  */



/* Homepage Banner zoom in/zoom out */
#homepage_banner .slick-slider { 
	overflow: hidden;
	height: 100%;
	z-index: 1;
}

#homepage_banner .slick-slider div.slick-active .home-banner-slide {
  -webkit-animation: myMove 10s 1 ease-out;
  -moz-animation: myMove 10s 1 ease-out;
  -o-animation: myMove 10s 1 ease-out;
  -ms-animation: myMove 10s 1 ease-out;
  animation: myMove 10s 1 ease-out;
}

@keyframes myMove {
  from { transform: scale(1.0,1.0); transform-origin: 50% 50%; }
  to { transform: scale(1.1,1.1); transform-origin: 50% 0%; }
}
@-webkit-keyframes myMove {
  from { -webkit-transform: scale(1.0,1.0); -webkit-transform-origin: 50% 50%; }
  to { -webkit-transform: scale(1.1,1.1); -webkit-transform-origin: 50% 0%;  }
}
@-o-keyframes myMove {
  from { -o-transform: scale(1.0,1.0); -o-transform-origin: 50% 50%; }
  to { -o-transform: scale(1.1,1.1); -o-transform-origin: 50% 0%;  }
}
@-moz-keyframes myMove {
  from { -moz-transform: scale(1.0,1.0); -moz-transform-origin: 50% 50%; }
  to { -moz-transform: scale(1.1,1.1); -moz-transform-origin: 50% 0%; }
}
@-ms-keyframes myMove {
  from { -ms-transform: scale(1.0,1.0); -ms-transform-origin: 50% 50%; }
  to { -ms-transform: scale(1.1,1.1); -ms-transform-origin: 50% 0%; }
}


/* 
Single Projects
--------------------------------------------- */
section#single_project_gallery .wrap{
	max-width: 1320px;
}

.project-gallery-box {
	text-align: center;
	min-height: auto;
	position: relative;	
	margin-bottom: 30px;
}

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

.hidden {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 2s, opacity 2s linear;
  }

.project-slider-image {
	/* max-width: 1094px; */
	height: 517px;
	max-width: 870px;
	/* height: calc( 100vh - 398px); */
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 7px;
}

.project_intro_box {
	/* margin-bottom: 122px; */
	margin-bottom: 50px;
}

h4.single-intro-text {
    font-family: Lato-Light;
    font-size: 20px;
    color: #747474;
    line-height: 30px;
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
}

h1.single-project-name,
h2.proj-content-title {
    font-family: Lato-Bold;
	font-size: 30px;
	color: #747474;
	line-height: 55px;
	letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
	margin-bottom: 0;
}

.project-grid {
    width: 25%;
    float: left;
    padding: 3px;
}

.project-grid-box.active {
    max-width: 1094px;
	margin: 0 auto;
	display: flex!important;
    flex-wrap: wrap;
}

.project-grid-image {
    background-position: center;
    background-size: cover;
    height: 173px;
}

section#single_project_gallery {
    overflow: hidden;
}

.project-slider-box.active,
.proj-grid-btn button.scroll-down-bar.active,
.proj-slider-btn button.scroll-down-bar.active {
	display: block;
	/*-webkit-animation: scale-display .9s ease-out;*/
    /*-moz-animation: slide-down .9s ease-out;*/
}

.project-grid-box.active {
	display: block;
	/*-webkit-animation: scale-display-right .9s ease-out;
    -moz-animation: scale-display-right .9s ease-out;*/
}

.project-slider-box,
.project-grid-box {
    display: none;
}

.project-gallery-layout {
    position: absolute;
    bottom: 0;
	/* right: 8.5%; */
	right: 17%;
}

.project-slider-layout{
	display: none;
	position: absolute;
    bottom: -42px;
	right: 8.5%;
}

li.all-projects-btn button:hover,
.home-gallery-button button:hover {
    background: transparent;
    color: #d65507;
}

button.project-gallery-layout,
button.project-slider-layout{
    border: none;
    padding-right: 0;
}    

.proj-grid-btn button.scroll-down-bar,
.proj-slider-btn button.scroll-down-bar{
	display: none;
}

button.project-gallery-layout i,
button.project-slider-layout i{
	font-size: 30px!important;
}

button.project-slider-layout:hover,
button.project-gallery-layout:hover {
    background: none;
    color: #d66b2b;
}

#project_content_section {
	padding-top: 42px;
	padding-bottom: 86px;
	overflow: hidden;
}

.project-content-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 89px;
}

h2.proj-content-title{
	margin-bottom: 10px;
}

.project-main-content {
	width: 73%;
	float: left;
	border-top: 2px solid #ededed;
    padding-top: 52px;
}

.project-addinfo-box {
	width: 24%;
    margin-right: 3%;
    float: left;
	padding-right: 15px;
	border-top: 2px solid #ededed;
    padding-top: 52px;
}

.project-main-content p{
    font-size: 16px;
    color: #747474;
    font-family: Lato-Regular;
    line-height: 30px;
}

.addinfo-content p,
h5.addinfo-title {
    font-size: 14px;
    color: #747474;
    font-family: Lato-Regular;
    line-height: 22px;
}

.project-addinfo {
    margin-bottom: 22px;
}

h5.addinfo-title{
	font-family: Lato-Bold!important;
	margin-bottom: 1px;
}

.prev-project-btn,
.next-project-btn {
    border: none;
	padding: 0;
}

.prev-project-btn a,
.next-project-btn a {
    font-size: 12.55px;
	font-family: Lato-Bold;
    text-transform: uppercase;
    line-height: 19.61px;
	color: #747474!important;
}

.prev-project-btn a:hover,
.next-project-btn a:hover {
	color: #d66b2b!important;
}

.project-bottom-buttons {
	position: relative;
	text-align: center;
}

ul.project-bottom-buttons li {
    width: 33.33%;
	display: inline-block;
	float: left;
}

li.next-project-btn {
    text-align: right;
}

li.prev-project-btn {
    text-align: left;
}

li.all-projects-btn {
    text-align: center;
}

li.next-project-btn i {
	padding-left: 13px;
}

li.prev-project-btn i {
    padding-right: 13px;
}

/* .no-projects{
	display: none;
}

.no-projects.active{
	display: block;
} */

h4.no-projects-found,
.entry-content p.in-construction{
    padding: 100px 0;
    text-align: center;
    font-size: 35px;
}

button.scroll-down-bar {
    border: 0!important;
}

button.scroll-down-bar i {
    font-size: 21px;
}

button.project-gallery-layout {
    padding: 0;
    padding-bottom: 4px;
}

.proj-grid-btn,
.proj-slider-btn {
    display: flex;
    position: relative;
}

.proj-grid-btn button.scroll-down-bar {
    border: 0;
    position: absolute;
	right: 11%;
    top: 8px;
    z-index: 2;
    padding: 0;
}

.proj-slider-btn button.scroll-down-bar {
    border: 0;
    position: absolute;
	/* right: 11%; */
	right: 19%;
    bottom: 0px;
	padding: 0;
	z-index: 2;
}

/* 
News Main Page 
-------------------------------------*/
section#news_result_section .wrap {
    max-width: 1216px;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
}

.news-landscape-width {
    display: flex;
	flex-wrap: wrap;
	width: calc(100% - 60px);
	margin: 30px;
	padding-top: 30px;
}

.news-portrait-width {
    width: calc(50% - 60px);
    float: left;
    display: flex;
	flex-wrap: wrap;
	margin: 30px;
	position: relative;
	transition: 0.6s ease-out;
	box-shadow: 1px 5px 24px -6px #bbb;
}

.news-landscape-width .news-img-box {
	width: 49.5%;
    min-height: 431px;
    background-position: center!important;
    background-size: cover!important;
}
.hlink .news-img-box {
	width: 100%;
}

.news-portrait-width .news-img-box {
	width: 100%;
    min-height: 431px;
    background-position: center!important;
    background-size: cover!important;
}
.hlink{
	width: 49%;
min-height: 431px;
background-position: center !important;
background-size: cover !important;
}
.news-content-box {
    width: 50.4%;
    float: left;
    background: #f5f5f5;
    padding: 24px 28px;
}

.news-portrait-width .news-content-box {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 24px 28px;
}

h2.news-title {
    margin-bottom: 22px;
}

.news-landscape-width h2.news-title a {
    font-size: 33px;
    font-family: Lato-Bold;
    color: #747474;
    text-transform: uppercase;
	line-height: 40px;
}

.news-portrait-width h2.news-title a {
    font-size: 27.36px;
    font-family: Lato-Bold;
    color: #d76b2b;
    text-transform: uppercase;
    line-height: 34.21px;
}

.news-header-text {
	display: flex;
    flex-wrap: wrap;
    max-height: 38px;
	border-left: 3px solid #d76b2b;
	margin-bottom: 49px;
}

p.news-tag {
    width: 50%;
    color: #d76b2b;
    padding-left: 9px;
	font-size: 20px;
	font-family: Lato-Bold;
    line-height: 40px;
}

p.news-date {
    width: 50%;
    text-align: right;
	font-size: 12px;
	font-family: Lato-Regular;
    color: #747474;
    line-height: 40px;
}

.news-landscape-width p.news-excerpt {
    font-size: 16px;
	color: #747474;
	font-family: Lato-Regular;
	line-height: 28px;
	margin-bottom: 8px;
}

.news-portrait-width p.news-excerpt {
    font-size: 21.89px;
	color: #747474;
	font-family: Lato-Regular;
    line-height: 34.21px;
    margin-bottom: 8px;
}

p.news-readmore a {
	font-size: 16px;
	font-family: Lato-Regular;
    color: #d76b2b;
}

.news-hover-box{
	display: none;
	height: 100%;
    width: 100%;
    position: absolute;
}

.news-pimage-hover-box {
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center!important;
	background-size: cover!important;
	z-index: 1;
	transition: 0.6s ease-out;
}

.news-poverlay-hover-box {
	background: rgba(215,107,43, 0.7);
	height: 100%;
    width: 100%;
    position: absolute;
	z-index: 2;
	transition: 0.6s ease-out;
}

.news-pcontent-hover-box{
	height: 100%;
    width: 100%;
    position: absolute;
	z-index: 4;
	padding: 36px;
}

.news-pcontent-hover-box p,
.news-pcontent-hover-box h2,
.news-pcontent-hover-box a {
    color: #fff!important;
}

.news-pcontent-hover-box .news-header-text{
	border-left: 3px solid #fff;
}

.news-pcontent-hover-box .news-header-text{
	margin-bottom: 96px;
}

.news-pcontent-hover-box p.news-readmore a {
	font-size: 21.89px;
}

.news-pcontent-hover-box p.news-excerpt {
	margin-bottom: 48px;
}

.news-portrait-width:hover .news-hover-box{
	display: block;
}

h2.news-title a:hover {
    color: #d76b2b;
}

section#news_result_section {
    padding-bottom: 99px;
}

.news-pagination {
    width: 100%;
    clear: both;
	text-align: center;
	padding: 26px 30px;
}

.news-pagination a,
.news-pagination span {
    color: #989898;
    font-family: Lato-Regular;
    font-size: 20px;
    padding: 0px 12px;
}


span.page-numbers.current,
.news-pagination a:hover {
    color: #d76b2b;
}

.news-content-box p.news-readmore a:hover {
    color: #747474;
}

.page-news .news-share-box {
    right: 23px;
    bottom: 18px;
    position: absolute;
}

.news-share{
	font-size: 16.41px;
    font-family: Lato-Regular;
	line-height: 34.21px;
	color: #fff;
}

.news-share i.fa {
    font-size: 20.41px;
    color: #9c9c9c;
	padding: 12px 13px;
    background: #fff!important;
	border-radius: 100%;
	margin-left: 9px;
	cursor: pointer;
}

.news-share i.fa:hover {
	color: #d76b2b;
}

.social-share-icons {
    position: absolute;
	right: -45px;
    bottom: -29px;
    transition: 0.6s ease-out;
	display: none;
}

.social-share-icons .addtoany_list a,
.social-share-icons .widget .addtoany_list a{
	display: block;
}

.social-share-icons .addtoany_list span {
    height: 37px;
    line-height: 32px;
    width: 37px;
    padding: 3px;
    border-radius: 100%!important;
}

.news-share.active .social-share-icons{
	display: block;
}



/* 
Single News
------------------------------------ */
section#single_news_gallery .wrap{
	max-width: 1320px;
}

h1.single-news-name {
	font-family: Lato-Bold;
    font-size: 30px;
    color: #d76b2b;
    line-height: 55px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

section#single_news_intro {
	margin-bottom: 85px;
}

.single-news .slick-dots{
    right: 0;
    text-align: center;
}

.news-gallery-box{
	text-align: center;
    min-height: 563px;
    position: relative;
	margin-bottom: 47px;
}

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

.news-slider-image {
    max-width: 84%;
height: 600px;
margin: 0 auto;
    margin-bottom: 0px;
background-size: 100% 100%;
background-position: center center;
margin-bottom: -3px;
background-repeat: no-repeat;
}



section#single_news_content {
    margin-bottom: 50px;
}

div#section-pagination {
    margin-bottom: 100px;
}

#section-pagination .meta-btn {
    width: 50%;
    float: left;
}

#section-pagination .meta-btn a {
    font-size: 12.55px;
    font-family: Lato-Bold;
    text-transform: uppercase;
    line-height: 19.61px;
    color: #747474;
}

#section-pagination .meta-btn a:hover {
	color:#d76b2b;
}

#section-pagination .meta-prev.meta-btn i {
    padding-right: 15px;
}

#section-pagination .meta-next.meta-btn i {
    padding-left: 15px;
}

#section-pagination .meta-next.meta-btn {
    text-align: right;
}

.single-news-content-box{
	max-width: 1105px;
    margin: 0 auto;
}

.single-news-content-box p {
    font-size: 16px;
	color: #747474;
	font-family: Lato-Regular;
    line-height: 30px;
}

.single-news .news-share-box {
	position: relative;
	padding-top: 23px;
}

.single-news .news-share{
	font-size: 12px;
    font-family: Lato-Regular;
	line-height: 25px;
	color: #d76b2b;
}

.single-news .news-share i.fa {
    color: #d76b2b;
    background: #f1f1f1!important;
    font-size: 14.88px;
    padding: 9px 10px;
}

.single-news .social-share-icons {
    position: absolute;
	left: 84px;
	bottom: -32px;
	transition: 0.6s ease-out;
	width: 4%;
    display: none;
}

.single-news .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 28px;
    line-height: 32px;
    width: 28px;
}

.single-news .project-bottom-buttons{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}


.news-slider-btn {
    text-align: right;
    position: relative;
}

.news-slider-btn button.scroll-down-bar {
    padding: 0;
    position: absolute;
	right: 112px;
    top: -23px;
}


/*
Custom Footer 
-------------------------------------------*/
#top_footer_section {
    background: #7f7f7f;
    color: #fff;
    padding: 15px 30px 34px;
}

#top_footer_section .wrap {
    margin: 0 auto;
    max-width: 1096px;
}

.top-footer-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-custom-width {
    width: 33.33%;
    float: left;
}

.top-footer-right {
    text-align: right;
}

.top-footer-center {
	text-align: center;
	padding: 17px 15px;
}

ul.footer-social-email {
	margin-bottom: 4px;
}

ul.footer-social-email li {
    display: inline-block;
    padding: 0 6px;
}

ul.footer-social-email li:first-child{
	padding-left: 0;
}

ul.footer-right-links li {
    display: inline-block;
    padding: 0 15px;
}

ul.footer-right-links li:last-child {
    padding-right: 0;
}

.footer-custom-width li{
	font-size: 14px;
	line-height: 23px;
}

.footer-custom-width a{
	color: #fff;
	transition: 0.4s;
}

li.footer-social i {
    font-size: 18px;
}

p.footer-copyright,
p.footer-webdesign {
	font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
}

p.footer-webdesign {
    line-height: 23px;
}

.footer-custom-width a:hover,
.footer-custom-width a:active{
	color: #000;
}

li.f-right-link a[aria-expanded=true] {
    color: #000;
}


/* Bottom footer */
.bottom_footer_section {
	padding: 34px 30px 95px;
}

.bottom_footer_section .wrap{
	max-width: 1166px;
	margin: 0 auto;
	position: relative;
}

.footer-content-close {
    font-size: 20px;
    font-family: Lato-Bold;
    color: #c7c7c7;
    position: absolute;
    right: -49px;
	top: -26px;
	cursor: pointer;
}

.footer-content-close:hover{
	color: #000;
}

h4.footer-content-title {
    font-size: 16px;
    font-family: Lato-Bold;
    color: #747474;
    text-transform: uppercase;
    text-align: center;
	line-height: 33.67px;
	margin-bottom: 39px;
}

.footer-right-content p,
.footer-left-content p {
    font-size: 14px;
    color: #747474;
    font-family: Lato-Regular;
    line-height: 25px;
}

.footer-left-content ul,
.footer-right-content ul {
    margin-bottom: 15px;
}

.footer-left-content ul li,
.footer-right-content ul li {
    font-size: 14px;
    color: #747474;
    font-family: Lato-Regular;
	line-height: 25px;
	list-style: disc;
	margin-left: 30px;
}

.footer-left-content {
    width: 50%;
    float: left;
    padding-right: 45px;
}

.footer-right-content {
    width: 50%;
    float: right;
	padding-left: 42px;
}

.bottom_footer_section {
    scroll-behavior: smooth;
    transition: 0.3s ease-out;
}

section#backtotop_section {
    position: relative;
}

.back-to-top {
    position: absolute;
    bottom: 50px;
    right: 12.5%;
    z-index: 4;
}

.back-to-top a i.fa {
    color: #c6c6c6;
	font-size: 40px;
	font-weight: bold;
	transition: 0.4s;
}

.back-to-top a:hover i {
    color: #d76b2b;
}

.footer-div{
	position: absolute;
	top: -90px;
}



/* 
Custom Nav Menus to Pages without banner 
-------------------------------------------------------*/
.page-projects #menu-header-navigation li.menu-item a,
.page-single-project #menu-header-navigation li.menu-item a,
.single-news #menu-header-navigation li.menu-item a,
.page-news #menu-header-navigation li.menu-item a {
    color: #7f7f7f!important;
}

.page-projects .site-title a,
.page-single-project .site-title a,
.single-news .site-title a,
.page-news .site-title a {
    background: url(/wp-content/uploads/2019/07/gray-logo_03.png) no-repeat !important;
}

.page-projects .site-title a.hover,
.page-single-project .site-title a.hover,
.single-news .site-title a.hover,
.page-news .site-title a.hover{
    background: url(/wp-content/uploads/2019/08/gray-logo-hover_03.png) no-repeat !important;
}

/* .page-projects .site-header .wrap,
.page-single-project .site-header .wrap,
.single-news .site-header .wrap,
.page-news .site-header .wrap{
	padding-top: 41px;
} */

.site-header .widget-area{
	padding-top: 7px;
}

.page-projects section#icl_lang_sel_widget-2 li a,
.page-single-project section#icl_lang_sel_widget-2 li a,
.single-news section#icl_lang_sel_widget-2 li a,
.page-news section#icl_lang_sel_widget-2 li a {
    right: 0;
	color: #7f7f7f;
	font-family: Lato-Regular;
	padding-top: 0;
}

#page_without_banner{
	padding-top: 150px;
}

.page-projects #menu-header-navigation li.menu-item a:hover,
.page-single-project #menu-header-navigation li.menu-item a:hover,
.single-news #menu-header-navigation li.menu-item a:hover,
.page-news #menu-header-navigation li.menu-item a:hover {
    color: #d76b2b!important;
}

.page-projects section#icl_lang_sel_widget-2 li a:hover,
.page-single-project section#icl_lang_sel_widget-2 li a:hover,
.single-news section#icl_lang_sel_widget-2 li a:hover,
.page-news section#icl_lang_sel_widget-2 li a:hover {
    color: #d76b2b!important;
}

.page-projects #menu-header-navigation li.current_page_item a,
.page-single-project #menu-header-navigation li.current_page_item a,
.single-news #menu-header-navigation li.current_page_item a,
.page-news #menu-header-navigation li.current_page_item a {
    color: #d76b2b!important;
}




/* Custom Styling for General use */
.dark-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0,0,0, 0.6);
	z-index: 1;
	display: none;
}

.black-banner-overlay {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    z-index: 1;
}

.brown-overlay {
    height: 100%;
    width: 100%;
    background: rgba(182, 147, 104, 0.2);
	position: absolute;
    z-index: 2;
}

.orange-overlay {
    background: #d66b2b;
    height: 100%;
    width: 100%;
    position: absolute;
	z-index: 1;
	top: 0;
    right: 0;
    left: 0;
}

.darkgray-overlay{
    width: 100%;
    height: 100%;
    background: rgba(88,88,88, 1);
	position: absolute;
	top: 0;
    right: 0;
    left: 0;
}

.white-overlay{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 1);
	position: absolute;
	top: 0;
    right: 0;
    left: 0;
}


.darkgray-overlay-transparent {
    width: 100%;
    height: 100%;
	background: rgba(88,88,88,0.8);
	z-index: 1;
	position: absolute;
	top: 0;
    right: 0;
    left: 0;
}

.white-overlay-transparent {
    width: 100%;
    height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 1;
	position: absolute;
	top: 0;
    right: 0;
    left: 0;
}

.orange-overlay-transparent {
    background: rgba(212,85,28, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
	z-index: 1;
	top: 0;
    right: 0;
    left: 0;
}

.orange-text p,
.orange-text h2{
    color: #d65507;
}

.navbar-fixed {
    top: 0px!important;
    font-size: 12px!important;
    position: fixed;
    /* transition: 0.6s; */
    padding-bottom: 10px;
    background: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,1));
}

.navbar-fixed .wrap{
	padding-top: 10px;
}

.navbar-fixed section#icl_lang_sel_widget-2{
	top: 10px;
}

.site-header.navbar-fixed .widget-area a {
    font-size: 13px;
}

.site-header.navbar-fixed .site-title > a {
	min-height: 51px;
}

img.logo-orange {
    position: absolute;
    z-index: 999999;
    left: 2px;
	display: none;
	cursor: pointer;
}

.home img.logo-orange {
	left: 2px;
	top: 2px;
	width: 61.2px;
}

.search img.logo-orange,
.error404 img.logo-orange{
	left: 3px;
    bottom: 4px;
}

.home .navbar-fixed img.logo-orange {
	width: 52.2px;
}

.site-title{
	width: 22%;
	transition: 0.1s;
}

a.logo-hover{
	position: absolute;
	z-index: 999;
	left: 0;
	width: 75px;
}

.site-title:hover img.logo-orange{
	display: block!important;
	opacity: 1;
}

.home .site-title:hover img.logo-orange{
	display: none!important;
}

/* .home .site-title:hover a:first-child{
	opacity: 1;
}


.site-title:hover a:first-child{
	display: block!important;
	opacity: 0;
} */

.page-about .navbar-fixed img.logo-orange,
.page-contact .navbar-fixed img.logo-orange{
    left: 3px;
    top: 2px;
    height: 45px;
}

/* .page-about .site-title:hover a:first-child,
.page-contact .site-title:hover a:first-child{
	opacity: 0;
} */

.page-about img.logo-orange,
.page-contact img.logo-orange {
    left: 0;
    top: 2px;
}

.page-projects .site-title a.logo-hover,
.page-single-project .site-title a.logo-hover,
.single-news .site-title a.logo-hover,
.page-news .site-title a.logo-hover,
.site-title a.logo-hover{
	background: transparent!important;
	width: 60px;
	height: 60px;
	-webkit-filter: brightness(1)!important;
	filter: brightness(1)!important;
}

.site-header a.logo-hover img {
	width: 60px;
	height: 60px;
}
	
.page-projects .navbar-fixed #menu-header-navigation li.menu-item a,
.page-single-project .navbar-fixed #menu-header-navigation li.menu-item a,
.single-news .navbar-fixed #menu-header-navigation li.menu-item a,
.page-news .navbar-fixed #menu-header-navigation li.menu-item a,
.navbar-fixed #menu-header-navigation li.menu-item a {
    color: #fff!important;
}

.page-projects .navbar-fixed #menu-header-navigation li.menu-item a:hover,
.page-single-project .navbar-fixed #menu-header-navigation li.menu-item a:hover,
.single-news .navbar-fixed #menu-header-navigation li.menu-item a:hover,
.page-news .navbar-fixed #menu-header-navigation li.menu-item a:hover,
.navbar-fixed #menu-header-navigation li.menu-item a:hover {
    color: #d65507!important;
}

.page-projects .navbar-fixed section#icl_lang_sel_widget-2 li a,
.page-single-project  .navbar-fixedsection#icl_lang_sel_widget-2 li a,
.single-news .navbar-fixed section#icl_lang_sel_widget-2 li a,
.page-news .navbar-fixed section#icl_lang_sel_widget-2 li a,
.navbar-fixed section#icl_lang_sel_widget-2 li a{
	color: #fff!important;
}

.page-projects .navbar-fixed section#icl_lang_sel_widget-2 li a:hover,
.page-single-project  .navbar-fixedsection#icl_lang_sel_widget-2 li a:hover,
.single-news .navbar-fixed section#icl_lang_sel_widget-2 li a:hover,
.page-news .navbar-fixed section#icl_lang_sel_widget-2 li a:hover,
.navbar-fixed section#icl_lang_sel_widget-2 li a:hover{
	color: #d65507!important;
}

.page-projects .navbar-fixed .site-title a,
.page-single-project  .navbar-fixed.site-title a,
.single-news .navbar-fixed .site-title a,
.page-news .navbar-fixed .site-title a,
.navbar-fixed .site-title a {
    -webkit-filter: brightness(2);
    filter: brightness(2);
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

.proj-cat-description p {
    font-family: Lato-Regular;
    font-size: 18px;
}

.proj-cat-description {
    margin: 20px 0px;
}

img.grid-icon-hover {
    right: 0px;
    position: absolute;
	top: 5px;
	opacity: 0;
}

button.project-gallery-layout:hover img.grid-icon-hover{
	opacity: 1;
}

.award-box {
    margin-top: -24px;
}

p.award {
    margin-bottom: 10px;
}

/* 
404 Page
****************************************/
.error404 .content-sidebar-wrap,
.search .content-sidebar-wrap {
    max-width: 1320px;
    margin: 0 auto;
}

.error404 input[type=search]{
	margin-bottom: 20px;
}




[role=button] {
    cursor: pointer;
    background: none!important;
    font-size: 16px;
    font-family: Lato-Bold;
    color: #747474!important;
    line-height: 25px;
    text-transform: lowercase;
    border: none!important;
}

@-webkit-keyframes slide-down {
	0% { opacity: 0; -webkit-transform: translateY(-100%); }
	50% { opacity: 0; -webkit-transform: translateY(-50%); }   
  100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
	0% { opacity: 0; -moz-transform: translateY(-100%); }
	50% { opacity: 1; -moz-transform: translateY(-50%); }   
  100% { opacity: 1; -moz-transform: translateY(0); }
}

@keyframes scale-display {
	0% {
		opacity: 0;
		transform: scale(0);
    	-webkit-transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		transform-origin: left top;
	}
}

@keyframes scale-display-right {
	0% {
		opacity: 0;
		transform: scale(0);
    	-webkit-transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		transform-origin: right bottom;
	}
}

.swipe-trigger .wpml-ls-legacy-list-horizontal {
    border: 0!important;
	padding: 0!important;
}

.swipe-trigger .wpml-ls-legacy-list-horizontal a {
    padding: 0!important;
}

.swipe-trigger .wpml-ls-legacy-list-horizontal .wpml-ls-item{
	width: 100%;
}

.nav-zh-hans a {
	color: #747474!important;
}

.page-home .nav-zh-hans a,
.page-about .nav-zh-hans a,
.page-contact .nav-zh-hans a,
.error404 .page-home .nav-zh-hans a{
	color: #fff!important;
}
 
.navbar-fixed .nav-zh-hans a {
	color: #fff!important;
}
 
.nav-zh-hans a:hover {
	color: #d76b2b!important;
}

nav.nav-primary:nth-child(2) {
    display: none;
}

.page-template-default .content-sidebar-wrap { 
	max-width: 1320px;     
	margin: 0 auto; 
}

.page-template-default  header.entry-header {
    display: none;
}



/*
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: 1500px){
	section#projects_result_section .wrap,
	section#project_menu_section .wrap {
	    max-width: 100%;
	   /* padding-right: 30px;
	    padding-left: 30px;*/
	    padding-right: 0px;
	    padding-left:  0px;
	}

}

@media only screen and (max-width: 1320px){
	.whowework-custom-width {
		width: 20%;
	}

	ul.banner-links li a{
		padding: 14px;
		font-size: 13px;
	}	

	ul.proj-main-category li,
	ul.proj-sub-category li {
	    padding: 0px 15px;
	}

	section#contact_details_section .wrap{
		max-width: 100%!important;
	}

	.contact-intro-content {
		max-width: 100%;
		padding-right: 20px;
	}

	.ourstory-img-box {
		right: 2%;
		
	}
	.ourstory-img-box img{
		opacity: 0.7;
	}

	.single-news .slick-dots {
		right: 30px;
	}

	.page-banner-image,
	.page-contact .page-banner-image,
	.page-about .page-banner-image {
		background-position: center!important;
		background-attachment: unset;
	}

	body.page-contact .page-banner-image ,
	body.page-about .page-banner-image {
		background-position: center!important;
	}
}


@media only screen and (max-width: 1180px) {

	.wrap,
	section#contact_intro_section .wrap {
		max-width: 100%!important;
		padding: 0 15px;
	}

	.site-header .wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.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;
	}

	.home-arrow-down{
		bottom: 9px;
	}

	.project-custom-width {
		width: 25%;
	}

	ul.proj-main-category,
	ul.proj-sub-category{
		width: 100%;
		text-align: left;
	}
	ul.proj-sub-category li:first-child{
		padding-left: 0;
	}

	.single-news .wrap{
		max-width: 100%;
	}

	#single_news_intro,
	#single_news_content {
		padding: 0 30px;
	}

	#single_news_gallery{
		margin: 0 30px;
	}

	.news-slider {
		padding: 0 30px;
	}

	.news-landscape-width h2.news-title a {
		font-size: 28px;
		font-family: Lato-Bold;
		color: #747474;
		text-transform: uppercase;
		line-height: 36px;
	}

	.news-header-text{
		margin-bottom: 35px;
	}

	.news-content-box{
		padding: 20px;
	}

	.news-landscape-width {
		width: calc(100% - 40px);
		margin: 20px;
	}

	.news-portrait-width {
		width: calc(50% - 40px);
		margin: 20px;
	}

	.news-portrait-width h2.news-title a {
		font-size: 24px;
	}

	.news-portrait-width p.news-excerpt {
		font-size: 20px;
		line-height: 30px;
	}

	.news-landscape-width .news-img-box {
		min-height: 290px;
	}

	.news-portrait-width .news-img-box {
		min-height: 290px;
	}
}

@media only screen and (max-width: 1023px) {
	
	.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-header .widget-area a{
		padding: 0px 33px;
	}

	.whowework-custom-width {
		width: 25%;
	}

	.whowework-custom-width:nth-child(29),
	.whowework-custom-width:nth-child(30) {
		display: none;
	}

	ul.banner-links li{
		width: 100%;
	}

	
}

@media only screen and (max-width: 991px){

	.project-custom-width {
		width: 33.33%;
	}

	h2.home-sec-title {
		font-size: 24px;
	}

	section#home_whatwedo {
		padding: 20px 30px;
	}
	section#projects_result_section{
		padding-bottom: 30px;
	}

	section#home_whowework {
		padding: 20px 0px 50px;
	}

	p.footer-copyright,
	p.footer-webdesign,
	.footer-custom-width li {
		font-size: 12px;
	}

	#top_footer_section {
		padding: 15px 15px;
	}

	.footer-right-content p,
	.footer-left-content p {
		font-size: 12px;
		line-height: 22px;
	}

	.about-content.leftalign-content{
		width: 100%;
	}

	.contact-column-1 ul.contact-content.contacts li {
		display: block;
	}

	.joinus-intro p{
		max-width: 100%;
	}

	.ourpeople-content-box{
		width: 100%;
	}

	.ourpeople-list-box {
		max-height: 100%;
		width: 100%;
		padding-bottom: 15px;
	}

	h2.about-ctitle.ourpeople-title {
		text-align: center;
		padding-right: 0;
	}
	
	.ourpeople-list-box ul {
		white-space: nowrap;
	}
	.ourpeople-list-box ul li{
		display: inline;
		padding-right: 8px;
	}

	.ourpeople-list-box ul li.ourpeople-category {
		padding-right: 8px!important;
	}

	section#ourpeople_section .ourpeople-content-box {
		padding: 50px 0px;
	}

	h1.single-news-name{
		font-size: 25px;
		line-height: 44px;
	}

	section#single_news_intro {
		margin-bottom: 50px;
		margin-top: 15px;
	}

	.news-slider-image {
		max-width: 100%;
		height: 417px;
	}
	.news-gallery-box{
		min-height: auto;
		margin-bottom: 20px;
	}

	.project-main-content p{
		font-size: 14px;
		line-height: 25px;
	}

	.addinfo-content p, h5.addinfo-title{
		line-height: 19px;
	}

	.project-main-content,
	.project-addinfo-box{
		padding-top: 30px;
	}

	h1.single-project-name, h2.proj-content-title{
		font-size: 25px;
		line-height: 40px;
	}

	h4.single-intro-text {
		font-family: Lato-Light;
		font-size: 18px;
		color: #747474;
		line-height: 25px;
	}

	.project_intro_box {
		margin-bottom: 50px;
	}

	.project-slider {
		padding: 0 30px;
	}

	.project-slider-image {
		max-width: 100%;
		height: 450px;
	}

	.project-grid{
		width: 33.33%;
	}
	.project-gallery-layout{
		right: 30px;
	}
	.project-slider-layout{
		right: 0;
	}

	li.all-projects-btn button {
		font-size: 11.55px;
	}

	.page-news #page_without_banner {
		padding-top: 120px;
	}

	.news-landscape-width .news-img-box,
	.news-portrait-width {
		width: 100%;
		min-height: 370px;
	}

	.news-content-box {
		width: 100%;
	}

	.news-portrait-width .news-content-box{
		padding: 24px 20px;
	}

	.footer-content-close{
		right: 0;
	}

	.page-projects .site-title a.logo-hover img.logo-orange, 
	.page-single-project .site-title a.logo-hover img.logo-orange, 
	.single-news .site-title a.logo-hover img.logo-orange, 
	.page-news .site-title a.logo-hover img.logo-orange, 
	.site-title a.logo-hover img.logo-orange {
		left: 32px!important;
	}

	.page-projects .navbar-fixed .site-title a.logo-hover, 
	.page-single-project .navbar-fixed .site-title a.logo-hover, 
	.single-news .navbar-fixed .site-title a.logo-hover, 
	.page-news .navbar-fixed .site-title a.logo-hover, 
	.navbar-fixed .site-title a.logo-hover {
		left: 0!important;
	}

	.page-projects .site-title a.logo-hover, 
	.page-single-project .site-title a.logo-hover, 
	.single-news .site-title a.logo-hover, 
	.page-news .site-title a.logo-hover {
		left: 0!important;
	}

	.proj-slider-btn button.scroll-down-bar {
		right: 58px;
		bottom: -1px;
	}

	.project-gallery-layout {
		right: 30px;
	}

	.proj-grid-btn button.scroll-down-bar {
		right: 35px;
	}

	button.scroll-down-bar i {
		font-size: 22px;
	}
	
}



@media only screen and (max-width: 860px) {
	
	.wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.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;
	}

	.joinus-position-box{
		width: 100%;
	}
	.contact-form-box {
		width: 100%;
	}

	.contact-intro-box {
		width: 100%;
		margin-bottom: 30px;
	}

	.contacts-main-box {
		display: flex;
		flex-wrap: wrap;
	}

	.mailing-form-box {
		order: 1;
		width: 100%;
		margin-bottom: 20px;
	}
	.contact-location-box{
		order: 2;
		width: 50%;
	}

	h2.contact-title{
		font-size: 25px;
		line-height: 20px;
	}

	h2.contact-intro-title,
	h2.joinus-title{
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 767px) {

	.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-out;
		-ms-transition:     opacity .4s ease-out;
		-o-transition:      opacity .4s ease-out;
		-webkit-transition: opacity .4s ease-out;
		transition:         opacity .4s ease-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: 20px;
		top: 10px;
		z-index: 9999;
    }
    
    .responsive-menu-icon::before {
        font-size: 40px;
    }
    .site-header .widget-area {
        float: none;
        width: 100% !important;
    }
    .title-area {
        width: 250px!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;
	}
	
	#homepage_banner .left.slick-arrow{
		left: 3%;
	}

	#homepage_banner .right.slick-arrow{
		right: 3%!important;
	}

	.header-image .site-title > a{
		width: 100%;
	}

	section#icl_lang_sel_widget-2{
		display: none;
	}

	.site-header{
		padding-top: 15px;
	}

	.site-header .wrap{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
	}

	.project-custom-width {
		width: 50%;
	}

	h2.home-sec-title,
	h2.about-ctitle,
	h2.testimonial-title,
	h2 {
		font-size: 20px;
	}

	.whowework-custom-width {
		width: 33.33%;
	}

	.whowework-custom-width:nth-child(29),
	.whowework-custom-width:nth-child(30) {
		display: block;
	}

	section#home_whowework .wrap{
		padding: 0;
	}

	section#home_whatwedo{
		padding-right: 0;
		padding-left: 0;
	}

	.footer-custom-width {
		width: 100%;
		float: left;
		display: flex;
		flex-direction: column;
	}
	.top-footer-center{
		order: 1;
	}

	.top-footer-left{
		order: 2;
		text-align: center;
		padding-bottom: 20px;
	}

	.top-footer-right{
		order: 3;
		text-align: center;
	}

	.footer-custom-width li{
		display: inline;
	}

	ul.footer-left-links li:first-child {
		padding-right: 35px;
	}

	ul.footer-social-email {
		margin-bottom: 0px;
	}
	
	p.footer-copyright{
		line-height: 29px;
	}

	.about-content p,
	.ourpeople-list-box ul li,
	ul li{
		font-size: 14px;
		line-height: 19px;
    	padding: 0 15px;
	}

	p{
		font-size: 14px;
		line-height: 19px;
	}

	.proj-cat-description p{
		font-size: 14px;
		line-height: 25px;
	}
	
	.testimonial-content p{
		font-size: 16px;
    	line-height: 25px;
    	max-width: 100%;
	}
	.joinus-position-box{
		width: 100%;
	}

	ul.proj-main-category,
	ul.proj-sub-category {
	    width: 100%;
	    text-align: left;
	    position: relative;
    	z-index: 8;
	}

	ul.proj-main-category li a,
	ul.proj-sub-category li a {
	    font-size: 14px;
	}

	ul.proj-main-category li,
	ul.proj-sub-category li{
		padding: 0px 10px;
	}	

	section#projects_result_section .wrap,
	section#project_menu_section .wrap {
	    padding-right: 15px;
	    padding-left: 15px;
	}

	.nav-primary:nth-child(2) .responsive-menu-icon {
	    display: none;
	}

	#page_without_banner {
	    padding-top: 110px;
	}

	.navbar-fixed .responsive-menu-icon::before{
		color: #fff!important;
	}

	.project-overlay {
	    display: block;
	    background: rgba(0,0,0,0.6);
	}

	.position-content ul li{
		font-size: 14px;
		line-height: 28px;
	}
	section#contact_intro_section,
	section#contact_joinus_section {
		padding: 60px 15px;
	}
	section#contact_details_section {
		padding: 36px 15px;
	}

	.page-contact ul li{
		padding-left: 0;
	}

	.contact-content{
		font-size: 14px;
	}

	.contact-form .gform_button{
		text-align: left;
	}

	.contact-form .gform_fields input {
		padding: 8px 18px!important;
		font-size: 12px!important;
	}

	.contact-form .gform_fields textarea{
		padding-left: 18px!important;
	}

	.contact-form .gform_fields input::placeholder,
	.mailing-form input::placeholder{
		font-size: 12px!important;
	}

	.mailing-form input{
		padding: 10px 20px!important;
	}

	.contact-intro-content{
		padding-right: 0;
	}

	h2.contact-title{
		font-size: 20px;
	}

	section#whoweare_section {
		padding: 40px 30px;
	}

	h2.whoweare-title,
	.ourvision-title,
	.howwework-title{
		margin-bottom: 20px;
	}	

	.about-content p {
		margin-bottom: 15px;
	}

	section#ourstory_section {
		padding: 50px 0px;
	}
	.ourstory-img-box{
		right: 0;
		left: 0;
	}
	.ourstory-img-box img{
		max-width: 275px;
		opacity: 0.7;
	}

	section#ourpeople_section{
		padding: 0;
	}

	.ourpeople-list-box ul li {
		padding: 0 5px;
	}

	.ourpeople-content.about-content p,
	.ourstory-content.about-content p  {
		padding: 0;
	}

	h3.testimonial-name {
		font-size: 18px;
	}

	.testimonial-content p {
		font-size: 14px;
	}

	h1.single-news-name {
		font-size: 20px;
		line-height: 30px;
	}

	section#single_news_intro{
		margin: 15px 0;
		padding: 0;
	}

	#single_news_gallery {
		margin: 0;
	}
	
	#single_news_content {
		margin-bottom: 50px!important;
	}

	h1.single-project-name, h2.proj-content-title {
		font-size: 20px;
	}

	h4.single-intro-text{
		font-size: 16px;
	}

	.project_intro_box {
		margin-bottom: 30px;
	}

	.project-slider-image {
		height: 350px;
	}

	.project-grid {
		width: 50%;
	}

	.project-addinfo-box {
		width: 100%;
		margin-right: 0;
		order: 2;
		margin-top: 30px;
	}

	.project-bottom-buttons{
		display: flex;
		flex-wrap: wrap;
	}
	
	ul.project-bottom-buttons li.prev-project-btn {
		width: 50%;
		text-align: left;
		order: 2;
	}

	ul.project-bottom-buttons li.next-project-btn {
		width: 50%;
		text-align: right;
		order: 3;
	}

	ul.project-bottom-buttons li.all-projects-btn{
		width: 100%;
		order: 1;
		margin-bottom: 30px;
	}

	li.all-projects-btn button {
		padding: 10px 28px;
		width: 100%;
	}

	#project_content_section {
		padding-bottom: 50px;
	}

	.project-main-content {
		width: 100%;
		order: 1;
	}
	
	.back-to-top {
		bottom: 20px;
		right: 3%;
	}

	.back-to-top a i.fa {
		font-size: 30px;
	}

	.news-landscape-width .news-img-box,
	.news-portrait-width{
		min-height: 280px;
	}

	p.news-tag{
		font-size: 17px;
	}

	.news-landscape-width h2.news-title a,
	.news-portrait-width h2.news-title a {
		font-size: 20px;
	}

	.news-header-text {
		margin-bottom: 20px;
	}

	.news-portrait-width .news-img-box{
		min-height: 280px;
	}

	.news-portrait-width p.news-excerpt {
		font-size: 16px;
		line-height: 28px;
	}

	.footer-right-content {
		width: 100%;
		padding-left: 0;
	}

	.footer-left-content {
		width: 100%;
		padding-right: 0;
	}

	.bottom_footer_section{
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 50px;
	}

	h4.footer-content-title{
		margin-bottom: 20px;
	}


	.site-title a.logo-hover img.logo-orange {
		left: 28px!important;
		top: -1px!important;
	}

	.page-projects .navbar-fixed .site-title a.logo-hover img.logo-orange, 
	.page-single-project .navbar-fixed .site-title a.logo-hover img.logo-orange, 
	.single-news .navbar-fixed .site-title a.logo-hover img.logo-orange, 
	.page-news .navbar-fixed .site-title a.logo-hover img.logo-orange, 
	.navbar-fixed .site-title a.logo-hover img.logo-orange {
		left: 32px!important;
		top: 2px!important;
	}

	#homepage_banner ul.slick-dots{
		bottom: 20px!important;
	}

	h2.home-proj-name,
	p.home-proj-location {
		font-size: 18px;
	}

	.page-home .nav-zh-hans a,
	.page-about .nav-zh-hans a, 
	.page-contact .nav-zh-hans a, 
	.error404 .page-home .nav-zh-hans a {
		color: #747474!important;
	}

	.social-share-icons{
		right: -44px;
	}

}

@media only screen and (max-width: 480px) {

	.content {
		padding: 10px;
	}
	
	.content #genesis-responsive-slider .flex-control-nav {
		display: none;
	}

	.home-bottom .widget:nth-of-type(2n),
	.home-bottom .widget {
		margin: 0;
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
		position: relative;
    	z-index: 0;
	}

	.project-img-box{
		height: 89px;
	}

	.whowework-custom-width {
		width: 50%;
	}

	.whowework-custom-width:nth-child(odd) {
		padding-right: 7.5px;
	}

	.whowework-custom-width:nth-child(even) {
		padding-left: 7.5px;
	}

	section#projects_result_section .wrap,
	section#project_menu_section .wrap{
		padding-left: 15px;
		padding-right: 15px;
	}

	h2.home-sec-title {
		font-size: 16px;
		margin-bottom: 16px;
	}

	h2.about-ctitle,
	h2.testimonial-title,
	h2{
		font-size: 16px;
	}

	.whatwedo-box {
		font-size: 8px;
	}

	p.whatwedo-heading {
		margin-bottom: 5px;
		font-size: 9px;
		line-height: 14px;
	}

	ul.whatwedo-list {
		margin-bottom: 17px;
	}

	ul.whatwedo-list li{
		padding: 0px 5px;
	}

	button, input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button{
		font-size: 10px;
		padding: 3px 18px;
	}

	.project-custom-width:nth-child(odd) {
		padding-right: 1.5px;
		padding-top: 1.5px;
		padding-bottom: 1.5px;
	}

	.project-custom-width:nth-child(even) {
		padding-left: 1.5px;
		padding-top: 1.5px;
		padding-bottom: 1.5px;
	}

	h2.home-proj-name,
	p.home-proj-location{
		font-size: 16.44px;
		line-height: 19.15px;
	}

	.home-banner-text {
		bottom: 15px;
		left: 15px;
	}

	.home-arrow-down {
		display: none;
	}

	section#home_whatwedo{
		padding-top: 14px;
		padding-bottom: 7px;
	}

	.home-gallery-box {
		margin-bottom: 26px;
	}

	.home-gallery-button {
		margin-top: 0;
	}

	section#home_whowework {
		padding-top: 12px;
		padding-bottom: 75px;
	}
	
	h2.home-sec-title.whowework-title{
		margin-bottom: 8px;
	}

	.back-to-top {
		bottom: 33px;
		right: 15px;
	}

	.about-content p,
	.ourpeople-list-box ul li,
	ul li,
	p{
		font-size: 12px;
	}

	h2.about-ctitle {
	    margin-bottom: 15px;
	}

	ul.proj-main-category li,
	ul.proj-sub-category li {
	    padding: 0 10px;
	}

	h4.gallery-proj-name,
	p.gallery-proj-location{
		font-size: 10px;
		line-height: 13.57px;
	}

	.project-gallery-text{
		padding: 5px;
	}

	h4.no-projects-found{
		padding: 50px 0;
	    font-size: 20px;
	}

	section#projects_result_section {
	    min-height: 120px!important;
	}

	section#ourstory_section {
	    padding: 50px 0px;
	}

	.ourstory-img-box {
	    right: 0;
	    left: 0;
	    bottom: 0;    
	    text-align: center;
	}

	.ourstory-img-box img {
	    max-width: 250px;
	    opacity: 0.7;
	}

	.contact-location-box {
		order: 2;
		width: 100%;
	}

	section#contact_details_section{
		padding: 30px 0;
	}

	section#contact_intro_section{
		padding: 30px 0px;
	}

	section#contact_joinus_section {
		padding: 50px 0px;
	}

	.contact-form-box{
		padding: 15px;
	}

	.joinus-intro-content{
		margin-bottom: 20px;
	}

	.joinus-position {
		padding-top: 20px;
		padding-bottom: 25px;
	}
	h4.position-title{
		margin-bottom: 25px;
		font-size: 16px;
	}

	section#whoweare_section,
	section#vision_howwework_section .wrap,
	section#ourpeople_section .ourpeople-content-box,
	section#ourstory_section {
		padding: 30px 0px;
	}

	.ourvision-content-box {
		margin-bottom: 40px;
	}

	.testimonial-content {
		padding: 0 15px;
	}

	.arr-wrap.right.slick-arrow {
		right: 2px;
	}

	.arr-wrap.left.slick-arrow {
		left: 2px;
	}

	#testimonial_section .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	h1.single-news-name {
		font-size: 16px;
		line-height: 25px;
	}

	.news-slider-image {
		max-width: 100%;
		height: 195px;
	}

	#single_news_gallery {
		margin: 0;
	}

	.single-news .wrap {
		padding: 0px;
	}

	#single_news_intro,
	#single_news_content {
		padding: 0 15px!important;
	}

	.single-news-content-box p {
		font-size: 14px;
		line-height: 25px;
	}

	.project-grid-image {
		height: 100px;
	}

		
	section#single_project_gallery .wrap {
		padding: 0;
	}

	.project-slider-image {
		height: 220px;
		width: 100%;
	}

	#project_content_section {
		padding-top: 10px;
	}

	.prev-project-btn a,
	.next-project-btn a {
		font-size: 12px;
	}

	.prev-project-btn a,
	.next-project-btn a {
		font-size: 12px;
	}

	h1.single-project-name,
	h2.proj-content-title {
		font-size: 18px;
	}

	h4.single-intro-text {
		font-size: 14px;
	}

	.project-content-box {
		margin-bottom: 20px;
	}

	button.project-gallery-layout i{
		font-size: 23px!important;
	}

	.project-slider-box{
		margin-bottom: 15px;
	}

	.back-to-top {
		bottom: 15px;
	}

	.news-landscape-width,
	.news-portrait-width {
		width: 100%;
		margin: 15px 0;
	}

	.news-landscape-width .news-img-box, 
	.news-portrait-width .news-img-box {
		min-height: 200px;
	}

	.news-landscape-width h2.news-title a,
	.news-portrait-width h2.news-title a {
		font-size: 18px;
		line-height: 28px;
	}

	h2.news-title {
		margin-bottom: 15px;
	}

	.news-portrait-width p.news-excerpt,
	.news-landscape-width p.news-excerpt {
		font-size: 14px;
		line-height: 20px;
	}

	p.news-readmore a {
		font-size: 14px;
	}

	.news-portrait-width .news-content-box,
	.news-content-box{
		padding: 15px;
	}

	.news-pagination a,
	.news-pagination span{
		font-size: 16px;
	}

	.news-pagination{
		padding: 15px;
	}

	section#news_result_section {
		padding-bottom: 20px;
	}
	
	.page-projects .site-title a.logo-hover img.logo-orange, 
	.page-single-project .site-title a.logo-hover img.logo-orange, 
	.single-news .site-title a.logo-hover img.logo-orange, 
	.page-news .site-title a.logo-hover img.logo-orange{
		left: 0px;
		top: -8px;
	}

	.site-title a.logo-hover {
		top: -59px!important;
		left: -28px!important;
	}

	.navbar-fixed .site-title a.logo-hover {
		top: -52px!important;
		left: -30px!important;
	}

	.page-projects .navbar-fixed .site-title a.logo-hover, 
	.page-single-project .navbar-fixed .site-title a.logo-hover, 
	.single-news .navbar-fixed .site-title a.logo-hover, 
	.page-news .navbar-fixed .site-title a.logo-hover{
		top: -55px!important;
		left: -33px!important;
	}

	.page-projects .site-title a.logo-hover, 
	.page-single-project .site-title a.logo-hover, 
	.single-news .site-title a.logo-hover, 
	.page-news .site-title a.logo-hover {
		top: -61px!important;
		left: -33px!important;
	}

	.page-banner-image, 
	.page-contact .page-banner-image {
		height: 210px;
	}

	section#single_project_gallery {
		padding: 0 15px;
	}

	.proj-grid-btn button.scroll-down-bar {
		top: 10px;
	}

	.proj-slider-btn button.scroll-down-bar {
		top: -26px;
	}

	h2.contact-title{
		font-size: 14px;
	}

	.view-map-cont {
		margin: 20px 0;
	}

	body .gform_wrapper#gform_wrapper_2 .top_label div.ginput_container {
		width: 100%;
	}

	.joinus-apply-button button, .joinus-details-button button {
		font-size: 10px;
		padding: 4px 41px;
	}

	.position-content ul li,
	h5.details-heading-text {
		font-size: 12px;
	}

	h4.position-title{
		font-size: 14px;
	}

	.news-pcontent-hover-box{
		padding: 15px;
	}

	.news-pcontent-hover-box .news-header-text {
		margin-bottom: 30px;
	}

	.news-pcontent-hover-box p.news-readmore a {
		font-size: 14px;
	}

	.page-news .news-share-box {
		right: 15px;
	}

	.news-share i.fa {
		font-size: 15.41px;
		padding: 9px 11px;
	}

	.social-share-icons {
		right: -2px;
		bottom: 34px;
	}

	.social-share-icons {
		right: 0px;
		bottom: 34px;
	}
}

@media only screen and (max-width: 450px) {
    .mobile--menu-wrap {
        width: 99%;
    }
    .mobile--menu-wrap .menu--cls-btn i {
        font-size: 20px;
    }

    ul.proj-main-category li,
	ul.proj-sub-category li {
	    padding-left: 0;
	    padding-right: 12px;
	}

	ul.proj-main-category li a,
	ul.proj-sub-category li a{
	    font-size: 12px;
	}

	.proj-cat-description p{
		font-size: 12px;
		line-height: 19px;
	}

	/*.project-overlay{
		display: none;
	}*/

	h3.testimonial-name {
		font-size: 16px;
	}

	.arr-wrap.slick-arrow img{
		height: 30px;
		padding: 5px;
	}

	
	.project-slider-image {
		height: 160px;
	}

	.project-grid-box{
		padding: 0 15px;
	}

	.project-slider-layout {
		right: 15px;
	}
}


@media only screen and (max-width: 1600px){
	.page-about .page-banner-image {
		background-position: center -234px;
	}

	.page-contact .page-banner-image,
	.page-about .page-banner-image {
		background-position: center -100px!important;
	}
}


@media only screen and (max-width: 1425px){
	.site-header .wrap {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.site-header .widget-area{
		width: auto;
	}

	.title-area{
		width: 17%;
	}

	.ourstory-img-box{
		right: 7%;
	}

	.page-about img.logo-orange,
	.page-contact img.logo-orange {
		left: 30px;
	}

	.navbar-fixed .site-title a.logo-hover {
		top: 11px;
		left: 30px;
	}

	.page-projects .site-title a.logo-hover, 
	.page-single-project .site-title a.logo-hover, 
	.single-news .site-title a.logo-hover, 
	.page-news .site-title a.logo-hover{
		left: 32px;
	}

	.page-projects .navbar-fixed .site-title a.logo-hover img.logo-orange,
	.page-single-project .navbar-fixed .site-title a.logo-hover img.logo-orange, 
	.single-news .navbar-fixed .site-title a.logo-hover img.logo-orange, 
	.page-news .navbar-fixed .site-title a.logo-hover img.logo-orange{
		left: 2px;
	}
}


@media only screen and (max-height: 480px){
	.home-banner .home-banner-slide{
		height: 640px;
	}
}

@media only screen and ( max-height: 767px ) and (min-width: 1023px){
	.project-slider-image {
		height: 517px;
	}
}



.top-footer-center:hover .hidee{
	display: none;
        
}
.showw{
	display:none;

}


.top-footer-center:hover .showw{
	display:block;
        
}


.fulbox{
	width: 50.4%;
	float: left;
	background: #f5f5f5;
	padding: 24px 28px;
}
.news-landscape-width h2.news-title p {
    font-size: 33px;
    font-family: Lato-Bold;
    color: #747474;
    text-transform: uppercase;
    line-height: 40px;
}