/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@font-face {
  font-family: "NexaBold";
  src: url("./fonts/NexaBold.eot");
  src: url("./fonts/NexaBold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/NexaBold.otf") format("opentype"),
    url("./fonts/NexaBold.svg") format("svg"),
    url("./fonts/NexaBold.ttf") format("truetype"),
    url("./fonts/NexaBold.woff") format("woff"),
    url("./fonts/NexaBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NexaLight";
  src: url("./fonts/NexaLight.eot");
  src: url("./fonts/NexaLight.eot?#iefix") format("embedded-opentype"),
    url("./fonts/NexaLight.otf") format("opentype"),
    url("./fonts/NexaLight.svg") format("svg"),
    url("./fonts/NexaLight.ttf") format("truetype"),
    url("./fonts/NexaLight.woff") format("woff"),
    url("./fonts/NexaLight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NexaRegular";
  src: url("./fonts/NexaRegular.eot");
  src: url("./fonts/NexaRegular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/NexaRegular.otf") format("opentype"),
    url("./fonts/NexaRegular.svg") format("svg"),
    url("./fonts/NexaRegular.ttf") format("truetype"),
    url("./fonts/NexaRegular.woff") format("woff"),
    url("./fonts/NexaRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("./fonts/OpenSans-Regular.eot");
  src: url("./fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/OpenSans-Regular.otf") format("opentype"),
    url("./fonts/OpenSans-Regular.svg") format("svg"),
    url("./fonts/OpenSans-Regular.ttf") format("truetype"),
    url("./fonts/OpenSans-Regular.woff") format("woff"),
    url("./fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Regular";
  src: url("./fonts/Lato-Regular.eot");
  src: url("./fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Lato-Regular.otf") format("opentype"),
    url("./fonts/Lato-Regular.svg") format("svg"),
    url("./fonts/Lato-Regular.ttf") format("truetype"),
    url("./fonts/Lato-Regular.woff") format("woff"),
    url("./fonts/Lato-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Bold";
  src: url("./fonts/Lato-Bold.eot");
  src: url("./fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Lato-Bold.otf") format("opentype"),
    url("./fonts/Lato-Bold.svg") format("svg"),
    url("./fonts/Lato-Bold.ttf") format("truetype"),
    url("./fonts/Lato-Bold.woff") format("woff"),
    url("./fonts/Lato-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("./fonts/OpenSans-Bold.eot");
  src: url("./fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/OpenSans-Bold.otf") format("opentype"),
    url("./fonts/OpenSans-Bold.svg") format("svg"),
    url("./fonts/OpenSans-Bold.ttf") format("truetype"),
    url("./fonts/OpenSans-Bold.woff") format("woff"),
    url("./fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-BoldItalic";
  src: url("./fonts/OpenSans-BoldItalic.eot");
  src: url("./fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("./fonts/OpenSans-BoldItalic.otf") format("opentype"),
    url("./fonts/OpenSans-BoldItalic.svg") format("svg"),
    url("./fonts/OpenSans-BoldItalic.ttf") format("truetype"),
    url("./fonts/OpenSans-BoldItalic.woff") format("woff"),
    url("./fonts/OpenSans-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("./fonts/Poppins-Regular.eot");
  src: url("./fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Poppins-Regular.otf") format("opentype"),
    url("./fonts/Poppins-Regular.svg") format("svg"),
    url("./fonts/Poppins-Regular.ttf") format("truetype"),
    url("./fonts/Poppins-Regular.woff") format("woff"),
    url("./fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-weight: normal !important;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "NexaBold" !important;
  font-weight: normal !important;
}

body p {
  font-family: "OpenSans-Regular" !important;
  font-weight: normal !important;
  font-size: 14px;
  color: #58585a;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 24px;
  color: #fba619;
}

.content-area a.button.primary, .content-area a.button.primary:hover {
  background-color: #fba619;
  border-color: #fba619;
  height: 38px;
}

.content-area a.button.primary span, .content-area a.button.primary:hover span {
  font-family: "Lato-Regular";
  font-weight: normal;
  color: #fff;
  line-height: 36px;
  font-size: 14px;
}

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

#header #logo img {
  max-height: 70px;
  margin-top: 4px;
}

#header .header-main {
  height: 80px;
}

#header .stuck #logo img {
  max-height: 60px !important;
  margin-top: 2px;
}

#header .stuck .header-main {
  height: 70px!important;
  background-color: #fff;
}

.header ul.header-nav.nav-left {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

body #header ul.nav li.menu-item a {
  font-size: 14px;
  font-family: "NexaRegular" !important;
  color: #58585a;
  font-weight: 700 !important;
  line-height: 0px;
}

#header ul.nav li.menu-item.active a, #header ul.nav li.menu-item a:hover {
  color: #fba619;
}

#header ul.nav li.menu-item {
  margin: 0 10px;
}

.header-button a.button {
  background-color: #fba619;
  box-shadow: none;
}

body .header-button a.button span {
  /*font-family: "OpenSans-Regular" !important;
  font-weight: normal;*/
  color: #fff;
}

#header ul.nav li.header-button-2 {
    font-family: "Lato-Regular";
}

#header ul.nav li.header-button-1 {
  margin-right: 4px;
  margin-left: 20px;
  font-family: "Lato-Regular";
}

#main .overlay {
  display: none;
}

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

/* ---------- footer ---------- */

.custom_footer_section .ux-logo img {
  height: 82px !important;
}

.custom_footer_section .ux-logo a.ux-logo-link {
  padding-left: 0 !important;
}

.custom_footer_section .ux-logo {
  width: 100% !important;
}

.custom_footer_section h3 {
  color: #f6f6f6;
  font-size: 15px;
  margin-bottom: 14px;
  font-family: "NexaRegular" !important;
  font-weight: 600 !important;
}

.custom_footer_section p {
  color: #f6f6f6;
  margin-bottom: 8px;
}

.custom_footer_section ul.footer_icons {
  list-style-type: none;
  margin-bottom: 15px;
}

.custom_footer_section ul.footer_icons li {
  margin-left: 0;
  display: inline-block;
}

.custom_footer_section ul.footer_icons li img {
  width: 25px;
  height: auto;
}

.custom_footer_section ul.footer_icons li:nth-of-type(5) a>img {
  height: auto;
  width: 21px;
}

.custom_footer_section ul.footer_icons li:nth-child(2) {
  margin-right: 2px;
}

.custom_footer_section ul.footer_icons li:nth-child(3) {
  margin-right: 2px;
}

.custom_footer_section ul.footer_icons li:nth-child(4) {
  margin-right: 5px;
}

.custom_footer_section a.button.primary {
  background-color: #fba619;
  color: #fff;
  border-color: #fba619;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 28px;
}

.custom_footer_section p img {
  width: 21px;
  height: auto;
}

.custom_footer_section a.button.primary span, .custom_footer_section a.button.primary:hover span {
  font-family: "Lato-Regular";
  font-weight: normal;
  color: #fff;
  line-height: inherit;
  font-size: 14px;
}

ul.custom_ficons {
  list-style-type: none;
  margin-bottom: 0;
}

.custom_footer_section ul.custom_ficons {
  margin-left: 15px;
}

ul.custom_ficons li {
  margin-left: 0;
  color: #f6f6f6;
  font-family: "OpenSans-Regular" !important;
  font-weight: normal !important;
  font-size: 14px;
  padding-left: 36px;
  margin-bottom: 6px;
}

ul.custom_ficons li a {
  color: #f6f6f6;
  font-family: "OpenSans-Regular" !important;
  font-weight: normal !important;
  font-size: 14px;
}

ul.custom_ficons li:first-child {
  background-image: url(images/social_icon_6.png);
  background-repeat: no-repeat;
  background-size: 21px;
}

ul.custom_ficons li:nth-child(2) {
  background-image: url(images/social_icon_8.png);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: left -3px;
}

ul.custom_ficons li:last-child {
  background-image: url(images/social_icon_7.png);
  background-repeat: no-repeat;
  background-size: 21px;
  margin-bottom: 0;
}

ul.custom_ficons li a:hover {
  color: #fba619;
}

.custom_footer_section .col.medium-4.small-12.large-4 {
  padding-bottom: 0;
}

#footer .custom_footer_section {
  padding-top: 70px;
  padding-bottom: 40px;
}

#footer .back-to-top {
  background-color: transparent;
  color: #fba619;
  border-color: #fba619;
}

#footer .back-to-top:hover {
  background-color: #fba619;
  color: #fff;
}

/* ---------- /footer ---------- */

/* ---------- Home page ---------- */

/* ---- banner ---- */

.custom_home-banner_section h1 {
  line-height: 45px;
  font-size: 60px;
  margin-top: 6px;
}

.custom_home-banner_section h5 {
  font-family: "Lato-Regular" !important;
  text-shadow: none;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0px;
}

.custom_home-banner_section .text-box.banner-layer {
  right: inherit;
}

/* ---- /banner ---- */

/* ---- section_1 ---- */

#main .custom_home_section {
  padding-top: 50px;
  padding-bottom: 20px;
}

.custom_home_section h2 {
  color: #fba619;
  font-size: 20px;
  margin-bottom: 8px;
}

#main .custom_home_section .section-content.relative .row:first-child .large-12 {
  padding-bottom: 25px;
}

#main .custom_home_section .section-content.relative .row:last-child .img.has-hover {
  width: 100%;
  max-width: 60px;
}

.custom_home_section .section-content.relative .row:last-child h3, .costom_solu_section .col-inner h3, .content-area .costom_solu_section1 .col-inner h3, .custom_home_section4 .col.medium-9 h5.post-title, .custom_people_section2 .custom_teams_section h3, .custom_solution_section .custom_konect_section h2, .custom_solution_section1 .custom_peopples_sections1 h2, .custom_solution_section2 .custom_cdata_section h2 {
  color: #58585a;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "NexaRegular" !important;
  font-weight: 600 !important;
}

.custom_home_section .section-content.relative .row:last-child .col.medium-4.small-12.large-4:nth-child(2) {
  padding: 0;
}

.custom_home_section .section-content.relative .row:last-child p {
  height: 176px;
  overflow: hidden;
}
/* ---- /section_1 ---- */

/* ---- section_2 ---- */

.costom_solu_section, .costom_solu_section1, .custom_people_section2 .custom_teams_section, .custom_solution_section .custom_konect_section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #f6f6f6;
}

.costom_solu_section .col-inner, .custom_people_section2 .custom_teams_section .col-inner, .custom_solution_section .custom_konect_section .col-inner {
  width: 100%;
  max-width: 524px;
  padding-right: 50px;
}

.costom_solu_section1 .col-inner {
  width: 100%;
  max-width: 524px;
  padding-left: 50px;
}

.content-area .costom_solu_section .col-inner a.button.primary, .content-area .costom_solu_section1 .col-inner a.button.primary, .custom_people_section2 .custom_teams_section a.button.primary {
  margin-bottom: 0;
}

/* ---- /section_2 ---- */

/* ---- section_3 ---- */

#main .custom_home_section2 {
  background-color: #242526;
  padding-top: 85px;
  padding-bottom: 85px;
}

.custom_home_section2 h3 {
  color: #f6f6f6;
  margin-bottom: 16px;
}

.custom_home_section2 h3 span {
  color: #fba619;
}

.custom_home_section2 p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 18px;
  line-height: 24px;
}

.content-area .custom_home_section2 a.button.primary {
  margin-bottom: 0;
}

.content-area .custom_home_section2 a.button.primary span, .content-area .custom_home_section2 a.button.primary:hover span {
  line-height: 34px;
}

.custom_home_section2 .col.small-12.large-12 {
  padding-bottom: 4px;
}

/* ---- /section_3 ---- */

/* ---- section_4 ---- */

#main .custom_home_section4 {
  background-color: #f6f6f6;
  padding-top: 70px;
  padding-bottom: 70px;
}

.custom_home_section4 h3 {
  /*font-family: "Lato-Bold" !important;*/
  color: #58585a;
  font-size: 18px;
  font-family: "NexaBold" !important;
}

.custom_home_section4 .row .col.medium-3 p {
  margin-bottom: 14px;
}

.custom_home_section4 .col.medium-3, .custom_home_section4 .col.medium-9 {
  padding-bottom: 0;
}

.custom_home_section4 .col.medium-9 .col.post-item {
  padding: 0;
  background-color: #ffffff;
}

.custom_home_section4 .col.medium-9 .row.large-columns-2 {
  margin: 0;
}

.custom_home_section4 .col.medium-9 h5.post-title {
  font-size: 14px;
  margin-top: 0;
}

.custom_home_section4 .col.medium-9 .is-divider, .custom_home_section4 .col.medium-9 p.from_the_blog_comments {
  display: none;
}

.custom_home_section4 .col.medium-9 p.from_the_blog_excerpt {
  font-size: 13px;
}

.custom_home_section4 .col.medium-9 .col.post-item .badge.post-date, .custom_blogs_section .row .post-item .badge.post-date, .single.single-post .entry-image .badge.post-date {
  top: 0;
  left: 6px;
}

.custom_home_section4 .col.medium-9 .col.post-item .box-image .image-cover, .custom_blogs_section .row .post-item .box-image .image-cover {
  padding-top: 290px !important;
}

.custom_home_section4 .col.medium-9 .col.post-item .badge.post-date .badge-inner, .custom_blogs_section .row .post-item .badge.post-date .badge-inner, .single.single-post .badge.post-date .badge-inner {
  background-color: #fba619;
  color: #fff;
  border-color: #fba619;
}

.custom_home_section4 .col.medium-9 .col.post-item .has-hover:hover .badge.post-date .badge-inner, .custom_blogs_section .row .post-item .has-hover:hover .badge.post-date .badge-inner {
  background-color: #fff;
  color: #fba619;
  border-color: #fba619;
}

.custom_home_section4 .col.medium-9 .col.post-item .badge.post-date .badge-inner span, .custom_blogs_section .row .post-item .badge.post-date .badge-inner span {
  font-family: "Lato-Regular";
  font-weight: normal;
  font-size: 14px;
}

/* ---- /section_4 ---- */

/* ---------- /Home page ---------- */

/* ---------- People page ---------- */

#main .custom_banner_section .banner.has-hover {
  padding-top: 24%;
}

.custom_banner_section .text-box.banner-layer h1 {
  font-size: 35px;
  color: #ffffff;
  font-family: "NexaRegular" !important;
  font-weight: 600 !important;
  margin: 0;
}

.custom_banner_section .text-box.banner-layer p {
  color: #fff;
  margin-top: 9px;
  margin-bottom: 0;
  line-height: 24px;
}

.custom_banner_section .text-box.banner-layer {
  max-width: 940px;
}

/* ---- section ---- */

#main .custom_about_section {
  padding-top: 36px;
  padding-bottom: 22px;
}

.row.custom_spend_section {
  max-width: 990px;
}

.custom_spend_section .col.small-12.large-12 {
  padding-bottom: 26px;
}

.custom_localteam_section hr, .custom_project_section1 hr {
  position: absolute;
  width: 100%;
  margin: 0;
  border-top: 1px solid #363636;
  opacity: .2;
  top: 50%;
}

.custom_localteam_section h2 {
  display: inline;
  position: inherit;
  background-color: #fff;
  color: #58585a;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "NexaRegular" !important;
  font-weight: 600 !important;
  background-image: url(images/p_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 60px;
  background-position: 30px 50%;
  padding-right: 34px;
}

.custom_teammember_section .img-inner img {
  max-width: 290px;
  height: auto;
}

.custom_spend_section .col.small-12.large-12 p {
  margin-bottom: 0;
}

.custom_teammember_section h3 {
  font-size: 15px;
  margin-bottom: 0px;
  color: #58585a;
  font-family: "NexaRegular" !important;
  font-weight: 600 !important;
}

.custom_teammember_section h5 {
  font-family: "OpenSans-Regular" !important;
  font-weight: normal !important;
  font-size: 14px;
  color: #58585a;
}

.custom_teammember_section .img.has-hover {
  margin-bottom: 22px;
}

.custom_teammember_section {
  margin-bottom: 10px;
}

.custom_gorman_section .col.medium-6.small-12.large-6 {
  padding-bottom: 0;
}

.custom_gorman_section .custom_gorman_section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
}

.custom_gorman_section h3 {
  font-size: 25px;
  color: #58585a;
  font-family: "NexaRegular" !important;
  font-weight: 600 !important;
  margin: 0;
  margin-bottom: 18px;
}

.custom_gorman_section_last .img.has-hover {
  max-width: 440px;
  margin: auto;
  margin-right: 0;
}

.custom_gorman_section a.button.primary {
  margin-bottom: 0;
  margin-top: 8px;
}

/* ---- /section ---- */

/* ---- section_1 ---- */

.custom_people_section1 .col.medium-4.small-12.large-4 {
  padding-bottom: 0;
}

.custom_people_section1 p {
  color: #fff;
  margin-bottom: 0;
}

#main .custom_people_section1 {
  background-color: #242526;
  padding-top: 70px;
  padding-bottom: 70px;
}

.custom_people_section1 h3 {
  color: #fff;
}

.custom_people_section1 h3 span {
  color: #fba619;
}
/* ---- /section_1 ---- */

/* ---- section_2 ---- */



/* ---- /section_2 ---- */

/* ---- section_3 ---- */
#main .custom_people_section3, #main .custom_solution_section4 {
  background-color: #242526;
  padding-top: 90px;
  padding-bottom: 70px;
}

.custom_people_section3 .col.small-12.large-12 {
  padding-bottom: 0;
}

.custom_people_section3 a.button.primary {
  margin-bottom: 0;
}

.custom_people_section3 p, .custom_solution_section4 p {
  color: #fff;
  margin-bottom: 26px;
  line-height: 24px;
}

.custom_people_section3 a.button.primary span, .custom_people_section3 a.button.primary:hover span {
  line-height: 30px;
}

.custom_people_section3 h3, .custom_solution_section4 h3 {
  margin-bottom: 18px;
}

/* ---- /section_3 ---- */

.custom_people_section2 .custom_teams_section a.button.primary, .custom_people_section3 a.button.primary {
  margin-right: 0;
  padding: 0 26px;
}

/* ---------- /People page ---------- */

/* ---------- Solutions page ---------- */

.custom_banner_section.custom_solutions_banner .text-box.banner-layer, .custom_banner_section.main_contact_banner .text-box.banner-layer {
  max-width: 790px;
}

.custom_solution_section .custom_konect_section a.button.primary {
  margin-bottom: 0;
}

.custom_solution_section .custom_konect_section h2, .custom_solution_section1 .custom_peopples_sections1 h2, .custom_solution_section2 .custom_cdata_section h2 {
  margin-bottom: 22px;
}

.custom_solution_section .custom_konect_section a.button.primary span, .custom_solution_section .custom_konect_section a.button.primary:hover span {
  line-height: 34px;
}

/* ---- section_1 ---- */

#main .custom_solution_section1 {
  background-color: #222222;
  padding-top: 68px;
  padding-bottom: 68px;
}

.custom_solution_section1 .custom_peopples_sections .col-inner {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-left: auto;
  margin-right: 88px;
}

.custom_solution_section1 .custom_peopples_sections1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.custom_solution_section1 .custom_peopples_sections1 .col-inner.text-center {
  width: 100%;
  max-width: 524px;
  padding-left: 70px;
}

.custom_solution_section1 .custom_peopples_sections1 h2, .custom_solution_section1 .custom_peopples_sections1 p {
  color: #fff;
}

.custom_solution_section1 .custom_peopples_sections1 a.button.primary {
  margin-bottom: 0;
}

/* ---- /section_1 ---- */

/* ---- section_2 ---- */

#main .custom_solution_section2 {
  background-color: #f6f6f6;
  padding-top: 85px;
  padding-bottom: 85px;
}

.custom_solution_section2 .custom_cdata_section1 {
  padding-bottom: 0;
}

.custom_solution_section2 .custom_cdata_section {
  padding-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 66px;
}

.custom_solution_section2 .custom_cdata_section a.button.primary {
  margin-bottom: 0;
}

/* ---- /section_2 ---- */

/* ---- section_3 ---- */

.custom_solution_section4 h3, .custom_solution_section4 p {
  color: #fff;
}

.custom_solution_section4 h3 span {
  color: #fba619;
}

.custom_solution_section4 .col.small-12.large-12 {
  padding-bottom: 0;
}

.custom_solution_section4 a.button.primary {
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 36px;
}

.custom_solution_section4 a.button.primary span, .custom_solution_section4 a.button.primary:hover span {
  line-height: inherit;
}

/* ---- /section_3 ---- */

/* ---------- /Solutions page ---------- */

/* ---------- project page ---------- */

.custom_banner_section .banner-layers, .custom_home-banner_section .banner-layers {
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
  -ms-flex-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
}

.custom_banner_section .banner-layers .text-box, .custom_home-banner_section .banner-layers .text-box {
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  -ms-transform: none !important;
  position: static !important;
  width: 100% !important;
}

#main .custom_project_section {
  padding-top: 50px;
}

.custom_project_section .custom_proud_sections p {
  max-width: 990px;
  margin: 0 auto;
}

.custom_project_section .custom_proud_sections1, .custom_project_section .custom_proud_sections2 {
  max-width: 1064px;
  margin-bottom: 15px;
}

.custom_project_section .custom_proud_sections1 .col.medium-4, .custom_project_section .custom_proud_sections2 .col.medium-4 {
  padding-left: 6px;
  padding-right: 6px;
}

#main .custom_project_section .custom_proud_sections1 .custom_stars_section, #main .custom_project_section .custom_proud_sections2 .custom_stars_section {
  width: 100%;
  max-width: 130px;
}

.custom_project_section .custom_proud_sections1 .col-inner.text-center .img.has-hover:first-child, .custom_project_section .custom_proud_sections2 .col-inner.text-center .img.has-hover:first-child {
  margin-bottom: 10px;
}

.custom_project_section .custom_proud_sections1 p, .custom_project_section .custom_proud_sections2 p {
  font-family: "OpenSans-BoldItalic" !important;
  height: 110px;
  overflow: hidden;
}

.custom_project_section .custom_proud_sections1 a.button.primary, .custom_project_section .custom_proud_sections2 a.button.primary {
  width: 232px;
}

/* ---- section_1 ---- */

#main .custom_project_section1 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.custom_project_section1 h3 {
  margin-bottom: 0;
  display: inline;
  position: inherit;
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.custom_project_section1 p {
  color: #000;
  margin-bottom: 26px;
}

.custom_project_section1 a.button.primary {
  padding: 0 24px;
}

/* ---- /section_1 ---- */

/* ---------- /project page ---------- */

/* ---------- contact page ---------- */

.custom_banner_section .text-box.banner-layer p a {
  color: #fba619;
}

#main .custom_contact_section {
  padding-top: 44px;
  background: #f6f6f6;
}

.contact_map_left {
  padding-top: 8px;
  padding-right: 30px;
}

.contact_text-right {
  padding-left: 30px;
}

.contact_text-right h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "NexaRegular" !important;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

.custom_contact_details {
  font-family: "OpenSans-Bold";
}

.custom_contact_section .contact_text-right p {
  margin-bottom: 4px;
}

.contact_text-right p:not(:nth-of-type(1)) a {
  color: #fba619;
}

.custom_contact_section form.wpcf7-form {
  padding-top: 20px;
  margin-bottom: 0;
}

.custom_contact_section form.wpcf7-form p {
  margin-bottom: 0;
}

.custom_contact_section form.wpcf7-form p input {
  height: 46px;
}

.custom_contact_section form.wpcf7-form p input, .custom_contact_section form.wpcf7-form p textarea {
  border-color: #a7a7a7;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "Poppins-Regular";
  color: #6c6c6c;
  box-shadow: none;
  margin-bottom: 10px;
  font-weight: normal;
  resize: none;
}

::-webkit-input-placeholder {
  color: #c4c4c4 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #c4c4c4 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #c4c4c4 !important;
  opacity: 1 !important;
}

textarea:-ms-input-placeholder {
  color: #c4c4c4 !important;
  opacity: 1 !important;
}

textarea::-webkit-input-placeholder {
  color: #c4c4c4 !important;
  opacity: 1 !important;
}

textarea::placeholder {
  color: #c4c4c4 !important;
  opacity: 1 !important;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
  background-color: transparent;
}

.custom_contact_section form.wpcf7-form p input[type="submit"] {
  background-color: #fba619;
  border-color: #fba619;
  color: #fff;
  border-radius: 100px;
  height: 38px;
  line-height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-top: 12px;
  margin-bottom: 18px;
  font-family: "Lato-Regular";
}

.custom_contact_section form.wpcf7-form div.wpcf7-mail-sent-ok {
  text-align: center;
  display: table !important;
  margin: auto;
  margin-bottom: 18px;
  border-radius: 50px;
  padding: 0 16px;
  line-height: normal;
  padding-top: 6px;
  padding-bottom: 7px;
  font-size: 14px;
}

.custom_contact_section ul.footer_icons {
  list-style-type: none;
  margin-bottom: 0;
}

.custom_contact_section ul.footer_icons li {
  margin-left: 0;
  display: inline-block;
  margin-bottom: 0;
}

.custom_contact_section ul.footer_icons li img {
  width: 28px;
  height: auto;
}

.custom_contact_section ul.footer_icons li:nth-child(2), .custom_contact_section ul.footer_icons li:nth-child(3) {
  margin-right: 1px;
}

.custom_contact_section ul.footer_icons li:nth-child(4) {
  margin-right: 4px;
}

.custom_contact_section form.wpcf7-form p textarea {
  height: 134px;
  padding-top: 14px;
}

/* ---- section_1 ---- */

#main .custom_contact_section1 {
  background-color: #242526;
  padding-top: 85px;
  padding-bottom: 72px;
}

.custom_contact_section1 h3 {
  color: #f6f6f6;
  margin-bottom: 15px;
}

.custom_contact_section1 h3 span {
  color: #fba619;
}

.custom_contact_section1 p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 35px;
  line-height: 24px;
}

.custom_contact_section1 a.button.primary {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.custom_contact_section1 a.button.primary span, .custom_contact_section1 a.button.primary:hover span {
  line-height: 34px;
}

.custom_contact_section1 .col.small-12.large-12 {
  padding-bottom: 0;
}
   
/* ---- /section_1 ---- */

/* ---------- /contact page ---------- */

/* ---------- Blog ---------- */

.custom_blogs_section {
  padding-top: 50px;
}

.custom_blogs_section .row .post-item .box-text {
  padding-top: 20px;
}

.custom_blogs_section .row .post-item .box-text h5 {
  height: 21px;
  overflow: hidden;
}

.custom_blogs_section .row ul.nav-pagination > li >.current, .custom_blogs_section .row ul.nav-pagination > li > span:hover, .custom_blogs_section .row ul.nav-pagination > li > a:hover {
  border-color: #fba619;
  background-color: #fba619;
  color: #fff;
}

.custom_blogs_section .row ul.nav-pagination li a {
  background-color: transparent;
  border-color: #58585a;
  color: #58585a;
}

.single.single-post span.widget-title span {
  font-family: "Lato-Bold" !important;
  color: #58585a;
  font-size: 16px;
}

.single.single-post .blog-single li span, .single.single-post .blog-single li a {
  font-weight: normal !important;
}

.single.single-post .blog-single input[type="submit"] {
  background-color: #fba619;
  border-color: #fba619;
  height: 38px;
  border-radius: 100px;
  box-shadow: none;
  font-family: "Lato-Regular";
  font-weight: normal;
  color: #fff;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 30px;
}

.single.single-post .blog-single p.comment-form-cookies-consent input[type="checkbox"] {
  margin: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.single.single-post span.required {
  color: red;
}

/* ---------- /Blog ---------- */

/* ------ 404 ------ */

.error404 .col.medium-9 .page-content {
  display: none;
}

.error404 .col.medium-9 header.page-title {
  width: 100% !important;
  background-color: transparent !important;
}

.error404 .col.medium-9 {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 100%;
  width: 100%;
  text-align: center;
  padding-bottom: 149px;
}

.error404 .col.medium-3 {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 100%;
  width: 100%;
  padding: 48px 0 0 0;
  text-align: center;
}

/* ------ /404 ------ */

/*************** ADD CUSTOM CSS HERE.   ***************/
.absolute-footer {
  padding: 0px 0 0px;
}

/* ----- Mobile and ipad sidebar ----- */

.mobile-sidebar .nav-sidebar li.header-search-form {
  display: none !important;
}

.mobile-sidebar .nav-sidebar li.menu-item.menu-item-home {
  border-top: none;
}

.mobile-sidebar .nav-sidebar li.menu-item.current-menu-item a {
  color: #fba619;
}

.wme_logo {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 10px;
}

.home .wme_logo {
  display: block;
}

.wme_logo {
  display: none;
}

.custom_wmelogo_section .col.small-12.large-12 {
  padding-bottom: 0;
}



/* ----- 11dec19 ----- */

.custom_project_section a.button.primary {
  cursor: auto;
}

/* ----- 11dec19 ----- */



/* ----- Big screen ----- */

@media (min-width:3825px) and (max-width:7200px) {
  .error404 .error-404 {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}

/* ----- /Big screen ----- */

/* ----- /Mobile and ipad sidebar ----- */

/* -------------------------------- ipad -------------------------------- */

@media (min-width:768px) and (max-width:1024px) {
    
  .costom_solu_section .col-inner, .custom_people_section2 .custom_teams_section .col-inner, .custom_solution_section .custom_konect_section .col-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .costom_solu_section1 .col-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom_solution_section1 .custom_peopples_sections .col-inner {
    margin-right: 0;
  }

  .custom_solution_section1 .custom_peopples_sections1 .col-inner.text-center {
    padding-left: 40px;
    padding-right: 15px;
  }

  #main .custom_home-banner_section .banner.has-hover {
    padding-top: 404px;
  }

  .custom_banner_section .banner.has-hover {
    padding-top: 324px !important;
  }

  .custom_project_section .custom_proud_sections1, .custom_project_section .custom_proud_sections2 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .single.single-post .blog-single li a {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
  }

  .custom_people_section2 .row-full-width img {
    width: auto;
    height: 280px;
  }
}

/* ----- ipad landscape ----- */

@media (min-width:992px) and (max-width:1024px) {
.custom_home_section1 .costom_solu_section {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}
body #header ul.nav li.menu-item a {
    font-size: 12px;
}
}

/* ----- /ipad landscape ----- */

/* ----- ipad portrait ----- */

@media (min-width:768px) and (max-width:991px) {
    
  .custom_home_section .section-content.relative .row:last-child h3 {
    height: 25px;
    overflow: hidden;
  }

  .custom_home_section1 .section-content .row-full-width {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
  }

  .costom_solu_section .col-inner {
    padding-top: 30px;
  }

  .costom_solu_section1 .col-inner {
    padding-bottom: 30px;
  }

  .custom_home_section4 .col.medium-3, .custom_home_section4 .col.medium-9 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .custom_home_section4 .col.medium-9 .row.large-columns-2 .col.post-item:first-child, .custom_home_section4 .col.medium-3 {
    margin-bottom: 30px;
  }

  .custom_people_section2 .custom_teams_section .col-inner {
      padding-top: 28px;
      padding-bottom: 28px;
  }

  .custom_people_section2 .img, .custom_people_section2 .img img {
    width: auto;
    height: 234px;
  }

  .custom_solution_section .row {
    background-color: #f6f6f6;
  }

  .custom_solution_section .custom_konect_section .col-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .custom_solution_section .col.medium-6 .img, .custom_solution_section .col.medium-6 .img img {
    width: auto;
    height: 356px;
  }

  .custom_solution_section1 .custom_peopples_sections {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px !important;
  }

  .custom_solution_section2 .custom_cdata_section {
    padding-right: 30px;
  }

  .custom_solution_section2 .custom_cdata_section1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact_text-right {
    padding-left: 20px;
  }

  .contact_map_left {
    padding-right: 20px;
  }

  .custom_blogs_section .col.post-item {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  #main .custom_home_section4 {
      padding-top: 45px;
  }
}

/* ----- /ipad portrait ----- */

/* -------------------------------- /ipad -------------------------------- */

/* -------------------------------- Mobile -------------------------------- */

@media (min-width:320px) and (max-width:767px) {
  .custom_home_section4 .col.medium-3, .custom_home_section4 .col.medium-9 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .custom_home_section4 .col.medium-9 .row.large-columns-2 .col.post-item:first-child, .custom_home_section4 .col.medium-3 {
    margin-bottom: 30px;
  }

  #main .custom_home-banner_section .banner.has-hover {
    padding-top: 250px;
  }

  .custom_home-banner_section h1 {
    line-height: 30px;
    font-size: 38px;
    margin-top: 6px;
  }

  .custom_home-banner_section h5 {
    font-size: 13px;
  }

  .costom_solu_section .col-inner {
    max-width: 100%;
    padding-right: 15px;
    padding: 30px 15px;
    text-align: center;
  }

  .home_solution_section, .custom_gorman_section, .custom_people_section2 .row-full-width, .custom_solution_section .row-full-width, .custom_solution_section2 .row.align-equal {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap-reverse;
    -ms-flex-flow: row wrap-reverse;
    flex-flow: row wrap-reverse;
  }

  .home_solution_section .col.medium-6.small-12:nth-child(2) {
    padding: 30px 15px 0 !important;
  }

  .home_solution_section .col.medium-6.small-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .costom_solu_section .col-inner p br {
    display: none;
  }

  .home_results_section .col.medium-6.small-12.large-6 {
    padding: 0 15px 30px !important;
    background-color: #f6f6f6;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .home_solution_section {
    background-color: #f6f6f6;
  }

  .costom_solu_section1 .col-inner {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .custom_footer_section .ux-logo img {
    margin: auto;
  }

  .custom_footer_section .ux-logo a.ux-logo-link {
    padding-left: 15px !important;
  }

  .custom_footer_section .col.medium-4.small-12.large-4 {
    padding-bottom: 30px;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .custom_footer_section .row .col.medium-4.small-12.large-4:last-child {
    padding-bottom: 0;
  }

  #footer .custom_footer_section {
    padding-top: 55px;
  }

  .custom_banner_section .banner.has-hover {
    padding-top: 220px !important;
  }

  .custom_gorman_section .col.medium-6.small-12.large-6, .custom_people_section2 .row-full-width .col.medium-6 {
    padding-bottom: 30px;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .custom_gorman_section .custom_gorman_section {
    padding-right: 15px;
    text-align: center;
  }

  .custom_gorman_section_last .img.has-hover {
    margin-right: inherit;
  }

  .custom_people_section1 .col.medium-4.small-12.large-4 {
    padding-bottom: 20px;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .custom_people_section1 .row .col.medium-4.small-12.large-4:last-child {
    padding-bottom: 0;
  }

  .custom_people_section2 .row-full-width .col.medium-6 {
    padding-bottom: 30px !important;
  }

  .custom_people_section2 .custom_teams_section .col-inner {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  #main .custom_people_section2 {
    background-color: #f6f6f6;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }

  .custom_banner_section .text-box.banner-layer h1 {
    font-size: 22px;
  }

  .custom_banner_section .text-box.banner-layer p {
    margin-top: 10px;
    line-height: 18px;
  }

  #main .custom_solution_section {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f6f6f6;
  }

  .custom_solution_section .custom_konect_section .col-inner {
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 560px;
  }

  .custom_solution_section .row-full-width .col.medium-6, .custom_solution_section1 .col.medium-6, .custom_solution_section1 .col.medium-6, .custom_solution_section2 .col.medium-6 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  #main .custom_solution_section1 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom_solution_section1 .custom_peopples_sections1 .col-inner.text-center {
    max-width: 560px;
    padding-left: 0;
    padding-top: 30px;
  }

  #main .custom_solution_section2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .custom_solution_section2 .custom_cdata_section {
    padding-right: 15px;
    padding-top: 30px;
  }

  .custom_solution_section2 .col.medium-6 .img.has-hover {
    max-width: 500px;
    margin: auto;
  }

  .contact_map_left {
    padding-right: 15px;
  }

  .contact_text-right {
    padding-left: 15px;
  }
}

/* ----- Mobile landscape ----- */

@media (min-width:568px) and (max-width:767px) {
    
  .custom_home_section .section-content .row:last-child .col.medium-4.small-12 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .custom_home_section .section-content.relative .row:last-child .col.medium-4.small-12.large-4:nth-child(2) {
    padding: 0 15px 30px;
  }

  .custom_home_section .section-content.relative .row:last-child p {
    height: 198px;
    overflow: hidden;
  }

  .custom_blogs_section .row .post-item .box {
    clear: both;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }

  .custom_blogs_section .row .post-item .box .box-image, .custom_blogs_section .row .post-item .box .box-text {
    width: 50%;
    float: left;
  }

  .custom_blogs_section .row .post-item .box .box-text {
    padding-left: 15px;
  }

  .custom_people_section2 .row-full-width .col.medium-6 .img-inner {
    max-width: 440px;
    margin: auto;
  }

  .custom_project_section .custom_proud_sections1 p, .custom_project_section .custom_proud_sections2 p {
    height: 140px;
    font-size: 13px;
  }
}

/* ----- /Mobile landscape ----- */

/* ----- Mobile portrait ----- */

@media (min-width:320px) and (max-width:567px) {
    
  .custom_home_section .section-content.relative .row:last-child .col.medium-4.small-12.large-4:nth-child(2) {
    padding: 0 15px 30px;
  }

  .custom_home_section .section-content.relative .row:last-child p {
    height: auto;
    overflow: hidden;
  }

  .custom_home_section2 .col-inner {
    text-align: center;
  }

  .custom_home_section2 h3 {
    line-height: 26px;
  }

  .custom_footer_section .row .col.medium-4.small-12.large-4:nth-child(2) .col-inner, .custom_footer_section h3 {
    text-align: center;
  }

  .custom_footer_section p {
    text-align: center;
    font-size: 13px;
  }

  .custom_home_section4 .col.medium-9 h5.post-title {
    padding-top: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom_home_section4 .col.medium-9 p.from_the_blog_excerpt {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .custom_people_section3 .col.small-12.large-12 {
    text-align: center;
  }

  .custom_localteam_section h2 {
    padding-left: 46px;
    background-position: 20px 50%;
    padding-right: 20px;
  }

  .custom_solution_section4 .col.small-12.large-12, .custom_contact_section1 .col.small-12.large-12 {
    text-align: center;
  }

  .custom_project_section .custom_proud_sections1 .col.medium-4, .custom_project_section .custom_proud_sections2 .col.medium-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom_project_section1 h3 {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }

  .custom_project_section1 hr {
    display: none;
  }

  .custom_project_section .custom_proud_sections1 {
    margin-bottom: 0;
  }

  .custom_project_section .custom_proud_sections1 p, .custom_project_section .custom_proud_sections2 p {
    height: auto;
  }
}

/* ----- /Mobile portrait ----- */

/* -------------------------------- /Mobile -------------------------------- */
