/*
Theme Name: Plateau Excavation
Description: Unicon Child Theme
Author: Insight Designs
Author URI: https://insightdesigns.com
Template: unicon
Version: 1.1
*/

/*
+++++++++++++++++++++
COLORS
+++++++++++++++++++++

Dark Gray		535353
Yellow			f2bb48
Icons Yellow	edbe45
Burnt Yellow	c38b00
Cream			f6f4ed
Light Gray		ededec
Link Color		e3a600
*/



/*#############################################  
#############################################  FONTS
#############################################*/  






/*###############################################
SITEWIDE STYLES
###############################################*/

body :is(h1, h2){
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1em;
}

body h2::before {
    content: url('https://plateauexcavation.com/wp-content/uploads/2025/02/icon-logo.svg');
    height: 36px;
    width: 36px;
    margin-right: 12px;
    position: relative;
    display: inline-block;
}

body .no-flag h2::before {
    content: none;
}

body .no-icon h2::before{
	content: none;
	width: 0;
	height: 0;
	margin-right: 0;
}

body .color-light :is(h1, h2){
	color: #f2bb47;
	margin-bottom: 8px;
	line-height: 1.1em;
}

body .color-light :is(h2){
	color: #fff;
}

body :is(h3, h4, h5){
	font-weight: 500;
	font-family:"Barlow";
	margin-bottom: 6px;
	line-height: 1.1em;
}

body h4{
	font-weight: 300;
}

body :is(h1, h2, h3, h4, h5, h6) a{
	color: #004edd;
}

body :is(h1, h2, h3, h4, h5, h6) a:hover{
	color: #020202;
}


body :is(.wpb_row,
	.wpb_content_element,
	ul.wpb_thumbnails-fluid > li,
	.last_toggle_el_margin,
	.wpb_button) {
	    margin-bottom: 0px;
	}

body a i.fa {
    font-weight: 600 !important;
}

body :is (.vc_section.vc_section-has-fill,
	.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
	.vc_section.vc_section-has-fill+.vc_section) {
		padding-top: 0;
	}

body .color-light :is(p,ul, li, ol){
	font-weight: 500;
}

/* BUTTON YELLOW */

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active{
	background: transparent;
}

/* ----- OUTER */
body .vc_btn3-container.vc_do_btn,
body a.button.color-1 {
    width: max-content;
    margin: auto;
    background: #f2bb48;
    border: 2px solid #ffffff;
    transform: skewX(-18deg) scale(1);
    border-radius: 10px;
    transition: .35s all ease-in-out;
    font-family: "Barlow Semi Condensed";
}

body .vc_btn3-container.vc_do_btn:hover,
body a.button.color-1:hover {
	color:#fff!important;
	background-color: #020202;
}

/* ----- INNER */
body :is(.vc_btn3-container.vc_do_btn .vc_btn3, a.button.color-1) {
    color: #020202;
    text-transform: uppercase;
    padding: 14px 20px;
    background-color: transparent;
    transform: skewX(18deg);
    font-size: 19px;
    letter-spacing: 0;
    border: none;
    background-image: none;
    font-family: 'Barlow Semi Condensed';
}

body :is(.vc_btn3-container.vc_do_btn .vc_btn3, a.button.color-1):hover {
    color: #ffff;
    border-color: #fff;
    background-color: transparent;
}


/* BUTTON INVERTED */

/* ----- OUTER */
body :is(.vc_btn3-container.inverted-button.vc_do_btn, .inverted-button a.button.color-1){
    width: max-content;
    margin: auto;
    background: rgba(0,0,0,.8);
    border: 2px solid #ffffff;
    transform: skewX(-18deg);
    border-radius: 10px;
    transition: .35s all ease-in-out;
}

body :is(.vc_btn3-container.inverted-button.vc_do_btn:hover, .inverted-button a.button.color-1:hover) {
	color:#000!important;
	background-color: #f2bb48;
}

/* ----- INNER */
body :is(.vc_btn3-container.inverted-button.vc_do_btn .vc_btn3, .inverted-button a.button.color-1) {
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    background-image: none;
}

body :is(.vc_btn3-container.inverted-button.vc_do_btn .vc_btn3, .inverted-button a.button.color-1):hover {
    color: #ffff;
    border-color: #fff;
    background-color: transparent;
}


/* ----- BUTTON A TYPE WRAPPER */

body .plateau_projects_wrapper.insight_cpt_wrapper .contact_us_btn_wrapper {
    width: max-content;
    margin: auto;
    background: #f2bb48;
    border: 2px solid #ffffff;
    transform: skewX(-18deg) scale(1);
    border-radius: 10px;
    transition: .35s all ease-in-out;
    font-family: "Barlow Semi Condensed";
    padding-top: 0px;
}

body .plateau_projects_wrapper.insight_cpt_wrapper .contact_us_btn_wrapper:hover {
    background: #000;
}

/* ----- BUTTON FILTER */

body .mobile_facet_bottom_buttom_wrapper {
    width: max-content;
    margin: 0 0 20px 20px;
    background: #f2bb48;
    border: 2px solid #ffffff;
    transform: skewX(-18deg) scale(1);
    border-radius: 10px;
    transition: .35s all ease-in-out;
    font-family: "Barlow Semi Condensed";
}

a.mobile_facet_trigger.mobile_facet_bottom_button.open,
body a.mobile_facet_trigger.mobile_facet_bottom_button.closed {
    transform: skewX(18deg) scale(1);
    background: transparent!important;
    border: none;
    font-size: 16px;
    margin-bottom: 0px;
    color: #000000;
}

body a.mobile_facet_trigger.mobile_facet_bottom_button.open {
	color: #ffffff!important;
}






body #content a {
    font-weight: 600;
}

body :is(.vc_separator.vc_sep_color_purple .vc_sep_line,
	.vc_separator.vc_sep_color_blue .vc_sep_line,
	.vc_separator.vc_sep_color_turquoise .vc_sep_line,
	.vc_separator.vc_sep_color_violet .vc_sep_line,
	.vc_separator.vc_sep_color_peacoc .vc_sep_line,
	.vc_separator.vc_sep_color_mulled_wine .vc_sep_line,
	.vc_separator.vc_sep_color_chino .vc_sep_line,
	.vc_separator.vc_sep_color_sky .vc_sep_line,
	.vc_separator.vc_sep_color_vista_blue .vc_sep_line){
		border-color: #f2bb48;
}


body :is(.vc_separator.vc_sep_color_orange .vc_sep_line,
	.vc_separator.vc_sep_color_pink .vc_sep_line,
	.vc_separator.vc_sep_color_juicy_pink .vc_sep_line,
	.vc_separator.vc_sep_color_sandy_brown .vc_sep_line){
		border-color: #f2bb48;
}
	
body :is(.vc_separator.vc_sep_color_green .vc_sep_line){
		border-color: #f2bb48;
}

body :is(.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section) {
    padding-top: 0px;
}


body ::marker {
	color: #f2bb48;
}

body .iconbox-style-1 i.boxicon {
    font-size: 37px;
    margin-bottom: 0;
    float: left;
    width: 52px;
    display: inline-block;
    position: relative;
    bottom: -9px;
    height: 40px;
}

#content .wpb_text_column li {
    margin-bottom: 12px;
    line-height: 1.2em;
}



/*###############################################
TOPBAR STYLES
###############################################*/

#topbar .container .sixteen.columns .topbar-col2 {
    display: flex;
    flex-direction: row-reverse;
    background: #f2bb47;
    align-items: flex-start;
    padding-left: 30px;
    border-radius: 0 0 5px 50px;
    position: relative;
}

#topbar .container .sixteen.columns .topbar-col2::before {
    content: '';
    position: absolute;
    left: -17px;
    border-right: 30px solid #f2bb48;
    border-bottom: 24px solid transparent;
    z-index: -1;
}

#topbar .social-icons.clearfix {
    line-height: 1.6em;
}

#topbar .social-icons ul li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 6px 8px;
    width: max-content;
    height: max-content;
}

#topbar .social-icons ul li a {
    line-height: 1em;
    font-size: 16px;
    opacity: 1;
    width: max-content;
    height: max-content;
}

#topbar .pre-social-icons a {
    font-size: 15px;
    font-weight: 500;
}

#topbar .pre-social-icons {
    margin-left: 8px;
    border-left: 3px solid #000;
    padding-left: 12px;
    padding-right: 10px;
    line-height: 1em;
    padding-top: 5px;
}


/*###############################################
HEADER STYLES
###############################################*/

body #logo img {
    height: 45px;
    width: auto;
}


body header#header {
    box-shadow: none;
}

	
body header#header #navigation > ul > li:not(.nav-button) > a {
	border-bottom: 0px solid #ffffff;
	transition: .2s all ease-in-out;
	padding: 0;
	margin-left: 17px;
	margin-right: 17px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
	
body header#header #navigation > ul > li:not(.nav-button) > a:hover {
		border-bottom: 3px solid #ffffff;
}
	
body #navigation ul li.nav-button a{
		margin-left: 15px;
		margin-top: -10px;
}

body #navigation .sub-menu ul li a {
	color: #000;
}
	

/*###############################################
HOME INTRO STYLES
###############################################*/

#intro-section img.vc_single_image-img {
    width: 220px;
}

#intro-section h3{
	font-weight: 600;
}

#intro-section h4{
	font-weight: 400;
	font-size: 28px;
}


/*###############################################
HOME PROMO STYLES
###############################################*/

section.with-yellow-fade {
    background-image: url('/wp-content/uploads/2025/02/bg-fade-yellow-75.png');
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}


body .promo-card.wpb_column.column_container.col {
    background-position: center bottom;
}

body .promo-card .vc_btn3-container.vc_do_btn {
    transform: skewX(-18deg) scale(.9);
}

body section.vc_section.gray-black-fade-div {
    min-height: 50px;
    margin-top: 0;
    background: rgb(85,85,85);
    background: linear-gradient(90deg, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 100%);
}

body section.vc_section.yellow-dark-fade-div {
    min-height: 50px;
    margin-top: 0;
	background: rgb(242,187,71);
	background: linear-gradient(90deg, rgba(242,187,71,1) 0%, rgba(195,139,1,1) 100%);
}

.promo-card .vc_btn3-container.vc_do_btn .vc_btn3, a.button.color-1 {
    font-size: 18px;
}


/*###############################################
INTERNAL STYLES
###############################################*/

#Standard-Page-Header .wpb_row.vc_row-fluid.standard-section.section.section-no-parallax.stretch {
    background: rgb(0,0,0);
    background: linear-gradient(123deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 62%, rgba(242, 187, 72, 0) 73%, rgba(242, 187, 72, 1) 100%);
}

#Standard-Page-Header p{
	text-transform: uppercase;
	color: #cccccc;
}

#Standard-Page-Header h1{
	color: #f2bb48;
}

.subheading3 p{
    font-weight: 600;
    font-size: 25px;
    line-height: 1.25em;
    color: #010101;
}

.icons-services .fa-solid {
    color: #edbe45 !important;
    margin-bottom: 10px;
    font-size: 3em!important;
}

.icons-services .fa{
    color: #edbe45 !important;
}

.icons-services .fa.minti-icon {
    color: #edbe45 !important;
    font-size: 1.1em!important;
    width: 35px;
}


.who-we-are-row .vc_col-sm-3.box-tl-border {
    box-shadow: 0px 2px 10px #AEB7BD;
    margin: 0 20px;
    width: calc(25% - 40px);
    padding: 20px 20px 30px 20px;
}

.who-we-are-row .iconbox h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.who-we-are-row .iconbox p {
    font-size: 17px;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.who-we-are-row .iconbox p.cta-link {
    font-size: 15px;
}

.who-we-are-row .iconbox .fa.boxicon{
	color: #535353!important;
	margin-bottom: 10px;
}

body blockquote p {
    margin: 0 !important;
    padding: 1px 0 1px 20px;
    border-left: 4px solid #f2bb48;
    color: #535353;
    margin-bottom: 20px!important;
}

body .gform_wrapper.gravity-theme .gform_footer input {
    font-size: 18px;
    font-family: 'Barlow Condensed';
    font-style: italic;
    transform: skewX(-10deg);
    border-radius: 10px 5px;
    color: #000;
    border: 2px solid #ffffff;
}

body .gform_wrapper.gravity-theme .gform_footer input:hover{
	color: #ffffff;
}

body .vc_col-sm-3.box-tl-border.wpb_column.column_container.col.no-padding.color-dark {
    box-shadow: 0px 2px 10px #AEB7BD;
    margin: 0 20px;
    width: calc(25% - 40px);
    padding: 20px 20px 30px 20px;
    margin-top: 10px;
}

body .vc_col-sm-3.box-tl-border.wpb_column.column_container.col .wpb_raw_code.wpb_raw_html.wpb_content_element {
    text-align: center;
    margin-bottom: 20px;
}

body .vc_col-sm-3.box-tl-border.wpb_column.column_container.col {
    text-align: center;
}

div#rewards-grid {
    display: grid;
    grid-template-columns: 20% 40% 40%;
    grid-column-gap: 0px;
    grid-row-gap: 6px;
}


div#rewards-grid div {
    text-align: center;
    padding-block: 5px;
}

div#rewards-grid div.row-a {
    background-color: rgb(0 0 0 / 8%);
}

div#rewards-grid div.top-row {
    border-bottom: 2px solid;
}

div#rewards-grid h5 {
    margin-bottom: 5px;
    font-size: 16px;
}

/*###############################################
BLOG STYLES
###############################################*/

body .news_story_wrapper.insight_cpt_wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

body .news_story_wrapper.insight_cpt_wrapper h2 a {
    font-size: 25px;
    color: #535353;
    text-decoration: none;
    transition: all .3s ease-in-out;
    line-height: 1.2em!important;
    display: inline-block;
}

body .news_story_wrapper.insight_cpt_wrapper h2 a:hover {
    font-size: 25px;
    color: #000;
    text-decoration: underline;
}

body .news_story_wrapper.insight_cpt_wrapper a i.fa {
    font-family: 'FontAwesome';
}

body .news_story_wrapper.insight_cpt_wrapper .news-list-categories {
    font-size: .8em;
    color: #7b7b7b;
    text-transform: uppercase;
}

body .news_story_wrapper.insight_cpt_wrapper .news_list_view.vc_col-sm-8 {
    padding-left: 0px;
}

body .blog-categories-sidebar .facetwp-checkbox {
    margin-bottom: 12px;
    font-size: 16px;
}

body .blog-categories-sidebar a.mobile_facet_trigger {
    display: none;
}

body .blog-categories-sidebar h6 {
    margin-bottom: 14px!important;
}

/*###############################################
TEAM PAGE STYLES
###############################################*/

.team_grid_wrapper.insight_cpt_wrapper.vc_col-sm-4.team_modal_card {
    margin-bottom: 30px;
}


.team_grid_view {
    text-align: center;
}

.team_grid_view h4.teamname {
    font-family: 'Barlow';
    font-size: 26px;
    font-weight: 500;
    color: #e3a600;
    margin: 8px 0 5px 0;
    transition: all .3s ease-in-out;
}

.team_grid_wrapper.insight_cpt_wrapper.vc_col-sm-4.team_modal_card:hover h4{
	color: #333333;
}

.team_grid_wrapper.insight_cpt_wrapper.vc_col-sm-4.team_modal_card .team_grid_view a img {
    opacity: 1;
    transition: all .3s ease-in-out;
}

.team_grid_wrapper.insight_cpt_wrapper.vc_col-sm-4.team_modal_card:hover .team_grid_view a img {
    opacity: .8;
}

.team_grid_view p {
    font-family: 'Barlow Condensed';
    font-size: 18px;
    color: #535353;
}

.white_content.team_modal {
    text-align: left;
}


.white_content.team_modal br {
    display: none;
}

h3.h3-black\,.gold-top-box-header.custom_modal_name {
    margin-bottom: 7px;
    padding-bottom: 0;
    line-height: 1em;
    color: #000;
}

/*###############################################
DIFFERENT ELEMENTS STYLES
###############################################*/

body .promo-card.wpb_column.column_container.col {
    box-shadow: 0px 2px 10px #AEB7BD;
    margin: 0 20px;
    width: calc(25% - 40px);
    padding: 20px 20px 30px 20px;
    margin-top: 10px;
}

.emr-number {
    font-size: 98px;
    font-weight: 900;
    text-align: center;
    color: #f7bb47;
    margin-bottom: 40px!important;
}

.promo-card h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.promo-card p {
    font-size: 17px;
}

blockquote::before {
    content: "\201C";
    font-size: 40px;
    left: -40px;
    top: -32px;
    font-family: 'FontAwesome';
    color: #f1bb47;
    height: 0;
    display: block;
    position: relative;
    border-left: none;
}

#content .imagebox h3 {
    font-weight: 500;
    font-size: 24px;
}

#content p.cta-link {
    font-size: 16px;
}

#content .cta-link i.fa.fa-arrow-circle-right.minti-icon {
    margin-right: 6px!important;
}

/*###############################################
PROJECT LIST PAGE STYLES
###############################################*/

body .insight_cpt_wrapper .projects_list_wrapper {
    box-shadow: 0px 2px 10px #AEB7BD;
    border-radius: 0px 0px 0px 0px !important;
    border-top: 8px solid #535353 !important;
    display: block;
    overflow: auto;
    margin-bottom: 40px;
    background: #fff;
}

body .insight_cpt_wrapper .projects_list_wrapper h4.projects_list_title {
    line-height: 1em;
}

body .insight_cpt_wrapper .projects_list_wrapper h4.projects_list_title a {
    font-size: 21px;
    letter-spacing: -.02em;
    color: #333;
}
a.projects_cta.single,
body .insight_cpt_wrapper .projects_list_wrapper a.projects_cta {
    color: #e3a600;
    margin-bottom: 10px;
}

a.projects_cta.single,
body .insight_cpt_wrapper .projects_list_wrapper a.projects_cta:hover {
    color: #000;
}

body .insight_cpt_wrapper .projects_list_wrapper a.projects_cta i,
a.projects_cta.single i {
    font-family: 'FontAwesome';
}

/*###############################################
PROJECT DETAIL PAGE STYLES
###############################################*/

body .plateau_projects_wrapper.insight_cpt_wrapper .project_title_wrapper h1{
	font-size: 48px;
}

body .plateau_projects_wrapper.insight_cpt_wrapper .project_title_wrapper h1::before {
    content: url('https://plateauexcavation.com/wp-content/uploads/2025/02/icon-logo.svg');
    height: 36px;
    width: 36px;
    margin-right: 12px;
    position: relative;
    display: inline-block;
}

body .plateau_projects_wrapper.insight_cpt_wrapper .additional_details_wrapper {
    background-color: #f5f5f5;
    border-top: 8px solid #535353;
    overflow: auto;
    display: block;
    padding: 20px 20px 30px;
    margin-bottom: 40px;
}

body .plateau_projects_wrapper .project_client_testimonial_wrapper h4 {
    color: #949494 !important;
}

body .plateau_projects_wrapper h4{
	color: #535353!important;
}



/*###############################################
FOOTER STYLES
###############################################*/


body footer#footer {
    font-size: 16px;
    line-height: 1.2em;
    padding-top: 40px;
    padding-bottom: 30px;
    background-image: url('https://plateauexcavation.com/wp-content/uploads/2025/02/bg-footer-right.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 103%;
}

body #footer .widget a,
body #footer .widget a:hover{
	border-bottom: none;
}



body #footer .widget a:hover{
	text-decoration: underline;
}

body #footer .widget ul li a {
    display: inline-block;
}

body #footer .widget ul li a:hover {
    text-decoration: underline;
    color: #ffffff;
}
	
body #copyright .copyright-text{
	font-size: 14px;
}

body footer .sixteen.columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

body footer .sixteen.columns .widget_text {
	width: 100%;
	text-align: center;
}

body footer .sixteen.columns .textwidget img {
    width: 190px;
    height: auto;
    margin-bottom: 10px;
}

body footer .sixteen.columns .textwidget {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    gap: 10px 20px;
    width: 65%;
    align-items: flex-start;
    justify-content: space-between;
}


body footer .sixteen.columns .column {
    margin: 0;
}

body #footer .sixteen.columns .widget .column h3 {
	color: #dba103;
	font-size: 22px;
	margin-bottom: 20px;
}

body footer .sixteen.columns .column ul {
	list-style: none;
	padding: 0;
}

body footer .sixteen.columns .column ul li {
	margin: 5px 0;
}

body footer .sixteen.columns .contact-info {
	font-size: 0.9em;
	margin-top: 10px;
}

body footer .sixteen.columns .full-column{
  display: block;
  width: 100%;
}

body #footer .widget ul li{
	padding: 0;
	border-bottom: none;
}

body #footer a, #footer .widget ul li:after {
    content: none;
}

body #footer .widget ul li:before {
    font-family: "FontAwesome";
    content: "\f105";
    position: relative;
    top: 0px;
    left: 0;
    margin-right: 8px;
    font-size: 14px;
    color: #dba103;
    display: inline-block;
}

body #footer .widget{
	margin-bottom: 0;
}

body footer .sixteen.columns #footer2 .textwidget {
    width: 100%;
    border-top: 2px solid #f2bb48;
    padding: 10px 0;
}

body #copyright .social-icons ul li a{
	opacity: 1;
}






/*###############################################
Gravity Forms STYLES
###############################################*/


/*********************/
/* RESPONSIVE STYLES */
/*********************/

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

}

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

}

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

}

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

}

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

		

	body .logo img {
	    height: 90px;
	    width: auto;
	}
		
	body #fulltitle.titlebar #title.ten.columns {
	    width: 90vw;
	}
	
	body.vc_responsive .page-section .standard-section .span_12 {
	    max-width: 100vw;
	}
	
	body .wpb_column.vc_column_container.vc_col-sm-1\/5 {
	    padding-left: 20px;
	    padding-right: 20px;
	}
		
	body .container{
		width: 100%;
	}
		
	body :is( .container .one.column,
		.container .one.columns,
		.container .two.columns,
		.container .three.columns,
		.container .four.columns,
		.container .five.columns,
		.container .six.columns,
		.container .seven.columns,
		.container .eight.columns,
		.container .nine.columns,
		.container .ten.columns,
		.container .eleven.columns,
		.container .twelve.columns,
		.container .thirteen.columns,
		.container .fourteen.columns,
		.container .fifteen.columns,
		.container .sixteen.columns,
		.container .one-third.column,
		.container .one-third.columns,
		.container .two-thirds.column,
		.container .two-thirds.columns) {
		    width: 88vw;
		    margin: auto 5vw;
	} 
	
	body footer .columns:last-child p{
		padding-left: 0px;
	}   

	body footer .columns:first-child p{
		padding-right: 0px;
	}
		
	body footer .container {
		display: block;
		text-align: center;
	}
		
	body footer .columns img{
		width: 70%;
		margin: 0 auto;
	}

	body footer p {
	    font-size: 18px;
	    line-height: 1.4em;
	}
		
	body #mobile-header {
	    box-shadow: none;
	    height: 100px;
	}
			
	body .wpb_row .wpb_column {
	    margin-bottom: 10px;
	}
	
	body #mobile-navigation-btn i.fa.fa-bars {
	    font-family: 'FontAwesome';
	}

	body footer#footer {
	    background-position: right -710px center;
	}
	
	body #mobile-navigation ul li i {
	    font-family: 'FontAwesome';
	}

	body #mobile-navigation ul li a {
	    font-size:22px;
	}
	
	body #back-to-top i.fa.fa-chevron-up {
	    font-family: 'FontAwesome';
	}
	
/* HOME PAGE RESPONSIVE */

	#intro-section .wpb_single_image.vc_align_right {
	    text-align: left;
	}
	#intro-section .wpb_single_image.vc_align_right img{
	    text-align: center;
	}
	
	#intro-section img.vc_single_image-img {
	    width: 160px;
	    margin-bottom: 20px;
	}
	#intro-section .wpb_single_image.vc_align_right {
	    text-align: center;
	    border-bottom: 3px solid #ffffff7d;
	}
	body.vc_responsive #intro-section .wpb_row .vc_col-sm-3 {
	    padding-bottom: 10px;
	}
	
	body .promo-card.wpb_column.column_container.col {
	    box-shadow: none;
	    width: calc(100% - 40px);
	}
	
	body .vc_col-sm-3.box-tl-border.wpb_column.column_container.col.no-padding.color-dark {
	    width: calc(100% - 40px);		
	}

/* INTERNAL PAGE RESPONSIVE */
	
	.center-images .single_image.align-left {
	    text-align: center;
	    width: calc(100% - -10px);
	}
	
	section.promos-photos.with-yellow-fade{
		padding-top: 40px;
	}
	.icons-services .vc_col-sm-2.wpb_column.column_container {
	    width: 33%;
	    float: left;
	    margin-bottom: -1px!important;
	}
	.icons-services .vc_col-sm-2.wpb_column.column_container h6 {
	    min-height: 60px;
	}

	body .project_facet_filter.mobile_facet_menu.open {
	    left: 10px;
	    top: 61px;
	    right: 130px;
	    padding-top: 10px;
	}

	#intro-section .vc_btn3-container.inverted-button.vc_btn3-inline {
	    margin-bottom: 20px;
	    margin-right: 0px!important;
	}
	
	.career-achievement-list.wpb_column.vc_column_container.vc_col-sm-6 {
	    text-align: center;
	}
	
	.career-achievement-list i.fa.boxicon {
	    float: none;
	}

	.iconbox.career-icon-box.career-icon-box-header.no-box-shadow.wpb_content_element {
	    margin-top: 20px;
	}
	
	body .white_content.team_modal {
	    top: 20%;
	    left: 5%;
	    right: 5%;
	    width: 83%;
	}
}

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

}

























