@font-face {
  font-family: 'Akkurat Pro';
  src: url('../fonts/hinted-subset-AkkuratPro-Regular.eot');
  src: url('../fonts/hinted-subset-AkkuratPro-Regulard41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hinted-subset-AkkuratPro-Regular.woff2') format('woff2'),
    url('../fonts/hinted-subset-AkkuratPro-Regular.woff') format('woff'),
    url('../fonts/hinted-subset-AkkuratPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Akkurat Pro';
  src: url('../fonts/hinted-subset-AkkuratLightPro-Regular.eot');
  src: url('../fonts/hinted-subset-AkkuratLightPro-Regulard41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hinted-subset-AkkuratLightPro-Regular.woff2') format('woff2'),
    url('../fonts/hinted-subset-AkkuratLightPro-Regular.woff') format('woff'),
    url('../fonts/hinted-subset-AkkuratLightPro-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Akkurat Pro';
  src: url('../fonts/hinted-subset-AkkuratPro-Bold.eot');
  src: url('../fonts/hinted-subset-AkkuratPro-Boldd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hinted-subset-AkkuratPro-Bold.woff2') format('woff2'),
    url('../fonts/hinted-subset-AkkuratPro-Bold.woff') format('woff'),
    url('../fonts/hinted-subset-AkkuratPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/*
  General
*/
body {
  color: rgba(79,79,79,1);
  margin-top: 30px;
  font-size: 22px;
  line-height: 1.6;
  font-family: 'Akkurat Pro';
  font-weight: 300;
}

h1, 
h2,
h3 {
  color: #0B7375;
  text-transform: uppercase;
}

.h2, h2
{
  font-size: 36px;
}

a {
  color: #0B7375;
}

a,
body > .container *
{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type='number'] {
    -moz-appearance:textfield;
}



.navbar-toggle .icon-bar {
  background: #027476;
}

.margin-top {
  margin-top: 20px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-top2x {
  margin-top: 40px;
}

.margin-bottom2x {
  margin-bottom: 40px;
}

.padding-top {
  padding-top: 20px;
}

.padding-bottom {
  padding-bottom: 20px;
}

.padding-top2x {
  padding-top: 40px;
}

.padding-bottom2x {
  padding-bottom: 40px;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}

.header-img {
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 270px;
}

.logo img {
  width:230px;
}

/*
  Logo-search
*/
.logo-search .nav > li > a {
  font-size: 12px;
  text-transform: uppercase;
  color: #afafaf;
}

.logo-search .nav > li > a:hover {
  color: #027476;
  background: none;
}

.logo-search .nav .dropdown-menu {
  z-index: 9999;
}

.logo-search #s,
.logo-search #searchsubmit {
  border: 0;
  box-shadow: 0 0;
  border-radius: 0;
}

.logo-search #searchsubmit {
  color: #c7c7c7;
  font-size: 16px;
  padding: 0 12px;
}

.logo-search #searchsubmit:hover,
.logo-search #searchsubmit:focus {
  background: none;
  color: #027476;
  outline: 0;
}
.logo-search #s:focus + .input-group-btn #searchsubmit
{
  color: #027476;
}

.logo-search .input-group {
  border: 1px solid #d7d7d7;
}

.logo-search #searchform {
  margin-left: 40px;
}

.navbar-nav>li>a
{
  padding-top: 9px;
  padding-bottom: 9px;
}
.navbar-form
{
  margin-top: 0;
  margin-bottom: 0;
}

/*
  Main menu
*/
body.single-projects > header {
  margin-bottom: 20px;
}

body > header {
  border-bottom: 1px solid rgba(206, 177, 95, 0.35);
}

header,
body > header {
  position: relative;
}

header nav.navbar {
  min-height: 30px;
  margin-bottom: 0;
}

header #navbar ul.nav a {
  text-transform: uppercase;
}

header #navbar ul.nav > li.dropdown:hover .dropdown-menu {
  display: block;
}

header #navbar ul.nav > li > a {
  color: #666666;
  padding: 12px 40px;
  font-size: 13px;
}

header a.dropdown-toggle .caret {
  display: none;
}

header #navbar ul.nav > li:last-child > a {
  padding-right: 15px;
}

header #navbar ul.nav > li > a:focus,
header #navbar ul.nav > li > a:hover {
  color: #027476;
  background: none;
}

header #navbar ul.nav > li > ul {
  padding: 20px 10px;
  background: #ebebeb;
  min-width: 500px;
  left: 0;
  right: auto;
  border: none;
}
header #navbar ul.nav > li:last-child > ul
{
  left: auto;
  right: 0;
}

header #navbar ul.nav > li > ul > li {
  display: inline-block;
  width: 49%;
}

header #navbar ul.nav > li > ul > li > a {
  color: #027476;
  font-size: 13px;
}

header #navbar ul.nav > li > ul > li.active > a {
  background: none;
  color: #808285;
}

header #navbar ul.nav > li > ul > li > a:focus,
header #navbar ul.nav > li > ul > li > a:hover {
  color: #808285;
  background: none;
}


/*
  Parent - child pages list
*/
.menu-pages {
  background: #f4f4f4;
}

.menu-pages ul {
  margin-top: 10px;
  font-size: 0;
}

.menu-pages ul > li {
  padding: 0 0 0 20px;
  font-size: 18px;
  line-height: 25px;
}

.menu-pages ul > li > a {
  color: #a3a4a6;
  font-size: 12px;
  text-transform: uppercase;
}

.menu-pages ul > li.current_page_item > a,
.menu-pages ul > li > a:hover {
  color: #027476;
  text-decoration: none;
}

.menu-pages ul > li:last-child,
.menu-pages ul > li > a:last-child {
  padding-right: 0;
}


/*
  Main content
*/
.main-content {
  margin-top: 60px;
  margin-bottom: 50px;
}

#content article {
  margin-bottom: 30px
}

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

.home #content header h2 {
  margin-top: 0;
}

#content section {
  margin-bottom: 20px
}

#content footer {
  padding-bottom: 20px
}

header .title {
  text-transform: none;
  margin: 20px 0 30px;
}

header .date {
  font-size: 15px;
  text-transform: uppercase;
  color: #67abac;
  font-weight: normal;
}

header .date + .title {
  margin: 2px 0 30px;
  font-size: 36px;
}

.subtitle {
  text-transform: initial;
  margin-top: 0;
  font-size: 22px;
  font-weight: 100;
  line-height: 30px;
  margin-bottom: 10px;
}

.subtitle-small {
  text-transform: none;
  color: #808285;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.3;
}

.subtitle-small a {
  color: #ceb15f;
}

.content {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}

.page .read-more-link {
  color: #BEA654;
  font-weight: normal;
  margin-top: 5px;
  margin-top: 25px;
  display: inline-block;
}

/* 
  Breadcrumbs 
*/
.breadcrumb {
  background: none;
  margin-bottom: 0;
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 12px;
  padding: 4px 0;
}

.breadcrumb a {
  color: #bcbec0;
}

.breadcrumb > li + li::before {
  content: "| ";
}

.breadcrumb .active .current {
  color: #027476;
}

/*
  Slider
*/
.homepage-slider {
  position: relative;
}

.homepage-slider .owl-dots-row {
  position: absolute;
  bottom: 0;
  z-index: 10;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  line-height: 50px;
}

.owl-carousel .owl-nav {
  margin: 0;
}

.owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  border-radius: 205px;
  font-size: 20px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 50%;
  margin-left: -744px;
  background: rgba(236, 236, 236, 0.5);
}

.owl-carousel .owl-nav .owl-prev i {
  margin-left: -5px;
}
.owl-theme .owl-dots .owl-dot span
{
  -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
}
.owl-carousel .owl-nav .owl-next {
  right: 50%;
  margin-right: -744px;
  background: rgba(126, 151, 151, 0.5);
}

.owl-carousel .owl-nav .owl-next i {
  margin-left: 5px;
}

.owl-theme .owl-dots {
  text-align: left;
  margin-bottom: 60px;
}

.owl-theme .owl-dots .owl-dot:not(.active) {
  cursor: pointer;
}

  .owl-theme .owl-dots .owl-dot.active span
  {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    background-color: #FFF;
  }

.slide-single {
  position: relative;
  height: 380px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.slide-single > .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
}

.slide-single > .container h2 {
  color: #fff;
  font-size: 60px;
  line-height: 1.2em;
  text-transform: uppercase;
  word-spacing: 999999px;
  margin-top: 60px;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/slide-overlay-mobile.png') no-repeat center;
  background-size: auto 100%;
}
.slide-single .slider-content
{
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}
/*.slide-single .slider-content h2
{
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}*/
/*
  Sidebar
*/
.sidebar {
  margin-top: 20px
}
.sidebar section {
  margin-bottom: 40px
}
.sidebar ul,
.sidebar ol {
  list-style-type: none;
  padding: 0
}
.sidebar li {
  margin: 10px 0
}

/*
  Hide form placeholders on focus
*/
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 

/*
  Comments
*/
#respond {
  margin-top: 40px
}
ol.commentlist {
	counter-reset: li; /* Initiate a counter */
	padding: 0
}
ol.commentlist ul {
  padding: 0
}
ol.commentlist > li {
	position: relative;
	margin: 0 0 20px 0;
	list-style: none /* Disable the normal item numbering */
}
ol.commentlist > li:before {
  content: "Thread " counter(li); /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  position:absolute;  
  top: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  padding: 5px 20px 5px 10px;
  color: #999
}
ol.commentlist li ol,
ol.commentlist li ul {
  list-style-type: none;
  margin: 0
}

.commentlist li li {
  background: #f8f8f8;
}
.commentlist li li li {
  background: #fff
}
.commentlist li li li li {
  background: #f8f8f8
}
.commentlist li li li li li li {
  background: #fff
}
.commentlist li {
  padding: 20px
}
.commentlist ul li {
  margin-top: 20px;
  margin-bottom: 0
}
.reply p {
  margin: 0
}

/*
  Site footer
*/
.site-footer {
  background: #f3f2f2;
  padding-top: 40px;
  padding-bottom: 20px;
}

.site-footer .widget {
  position: relative;
}

.site-footer .widget h4,
.site-footer .col-1 a, 
.site-footer .col-3 p > a
{
  font-size: 24px;
  color: #0b7375;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  display: inline-block;
}

.site-footer .widget h4,
.site-footer .col-3 p > a
{
  margin-bottom: 20px;
  display: inline-block;
}

.site-footer .col-1 a.terms,
.site-footer .col-1 a.webmail
{
  font-size: 18px;
}
.site-footer .col-1 a.update
{
  margin-top: 29px;
}
a.update
{
  text-decoration: none;
  cursor: default;
}
a.update:hover
{
  text-decoration: none;
}
.site-footer .col-1 a.webmail
{
  margin-top: 70px;
}
.site-footer .widget ul li a {
  color: #6d6d6d;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
}

.site-footer .footer-menu > div:after {
  position: absolute;
  right: 30px;
  top: 0px;
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px solid #e3e0dd;
}

.site-footer .footer-menu > div:last-child:after {
  border-left: none;
}

.site-footer div[class*="col-"] > .widget:not(:first-child) {
  margin-top: 40px;
}

.site-footer ul,
.site-footer ol {
  list-style-type: none;
  padding: 0
}

.site-footer li {
  margin: 5px 0;
  line-height: 1.2;
}

.site-footer .social a {
  font-size: 38px;
  padding-right: 30px;
}

.site-footer .social a:focus,
.site-footer .social a:hover {
  text-decoration: none;
}

.site-footer .social a.facebook {
  color: #425893;
}

.site-footer .social a.twitter {
  color: #47cef1;
}

.site-footer .social a.linkedin {
  color: #0177b5;
}

.site-footer .copyright {
  margin-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
}


/*
  Homepage
*/
.facts-figures table thead {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  background: #027476;
}


.facts-figures table thead tr th,
.facts-figures table tbody tr td {
  border: none;
  padding-left: 25px;
  padding-right: 25px;
}
.facts-figures .table th
{
  font-size:24px;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 67px;
}
.facts-figures table tbody tr {
  color: #808285;
}

.facts-figures table tbody tr:nth-child(even) {
  background: #eaeaea;
}

.facts-figures table tbody tr:nth-child(odd) {
  background: #f1f1f1;
}

.facts-figures table tbody tr td {
  /*line-height: 23px;*/
  vertical-align: middle;
}

.facts-figures table tbody tr td:first-child {
  font-size: 18px;
}

.facts-figures table tbody tr td:last-child {
  font-size: 13px;
  /*padding-left: 0;
  padding-right: 0;*/
}

/* Projects section at homepage */
.latest-projects {
  color: #6d6d6d;
  background: #f1f1f1;
}
.project-single
{
  text-decoration: none;
  background-color: white;
}
.project-single:hover
{
  text-decoration: none;
}
.project-single .project-image {
  position: relative;
  display: block;
}

.project-single .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  background: rgba(113, 113, 113, 0.9);
  line-height: 1.2;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 400;
}

.project-single .location {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 8px;
  background: #0b7375;
}

.project-single .title a,
.project-single .location a {
  color: #fff;
}

.project-single .project-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.project-single .project-link span {
  position: relative;
  display: block;
  text-align: center;
  top: 50%;
  margin-top: -8px;
  visibility: hidden;
}

.project-single:hover .project-link {
  background: rgba(0, 0, 0, 0.65);
}

.project-single:hover .project-link span {
  visibility: visible;
}

.project-single .project-content {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

/* Homepage project carousel */
.projects-homepage
{
  padding-bottom: 10px;
}
.projects-homepage .owl-controls {
  top: 0px;
  margin-top: 0px;
  height: 100%;
}

.projects-homepage .owl-stage-outer {
  z-index: 9;
}

.projects-homepage .owl-controls .owl-nav .owl-prev,
.projects-homepage .owl-controls .owl-nav .owl-next {
  background: rgba(235, 235, 235, 0.7);
  border-radius: 0;
  margin: 0;
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.projects-homepage .owl-controls .owl-nav .owl-prev:hover,
.projects-homepage .owl-controls .owl-nav .owl-next:hover {
  background: rgba(235, 235, 235, 1);
}

.projects-homepage .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.projects-homepage .owl-controls .owl-nav .owl-next {
  right: 0;
}

.projects-homepage .owl-controls .owl-nav .owl-prev i,
.projects-homepage .owl-controls .owl-nav .owl-next i {
  color: #ceb15f;
  color: rgba(206, 177, 95, 0.5);
  margin: 0;
  font-size: 26px;
}
.projects-homepage .owl-controls .owl-nav .owl-prev:hover i,
.projects-homepage .owl-controls .owl-nav .owl-next:hover i {
  color: rgba(206, 177, 95, 1);
}
.projects-homepage .project-single .project-description
{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  padding: 16px 0;
}

/* Project page */
.with-filter h2 {
  margin: 0;
  line-height: 42px;
}

.with-filter span {
  color: #909294;
}

.with-filter .inline-block {
  display: inline-block;
  background: #0b7375;
  margin-left: 20px;
}

.with-filter .breadcrumb {
  position: relative;
  padding: 0;
  line-height: 42px;
}

.with-filter .btn-group > a {
  color: #fff;
  background: #0b7375;
  padding: 10px 12px;
}

.with-filter .btn-group > a[aria-expanded="true"],
.with-filter .btn-group > a:hover {
  background: #005e5f;
}

.with-filter .btn-group i {
  color: rgba(206, 177, 95, 0.5);
  margin-left: 10px;
}

.with-filter .btn-group .dropdown-menu {
  color: #fff;
  background: #005e5f;
  min-width: 100%;
  margin-top: 0;
  border-radius: 0;
}

.with-filter .btn-group .dropdown-menu > li > a {
  color: #fff;
  padding: 10px 12px;
}

.with-filter .btn-group .dropdown-menu > li > a:focus,
.with-filter .btn-group .dropdown-menu > li > a:hover {
  color: #ceb15f;
  background: none;
}


/* Single project view */
.single-projects .video-link {
  color: #bea654;
  font-weight: normal;
  margin-top: 5px;
}

.single-projects .table {
  margin-top: 40px;
  background: #0b7375;
  font-size: 14px;
}

.single-projects .table td {
  border-color: #085758;
  width: 50%;
}

.single-projects .table tr > td:first-child {
  color: #67abac;
  padding-left: 15px;
}

.single-projects .table tr > td:last-child {
  color: #ffffff;
}

/* Main carousel project single */
.single-projects .project-owl
{
  display: none;
}
.single-projects .project-owl .owl-nav [class*="owl-"],
.projects-more-owl .owl-nav [class*="owl-"] {
  border-radius: 0;
  background: rgba(236, 236, 236, 0.8);
  margin: 0;
  font-size: 22px;
  width: auto;
  height: auto;
}

.single-projects .project-owl .owl-nav [class*="owl-"]:hover,
.projects-more-owl .owl-nav [class*="owl-"]:hover {
  background: rgba(236, 236, 236, 1);
}

.fancybox-outer .fancybox-prev i,
.fancybox-outer .fancybox-next i {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  background: rgba(236, 236, 236, 0.8);
}

.fancybox-outer .fancybox-prev i:hover,
.fancybox-outer .fancybox-next i:hover {
  background: rgba(236, 236, 236, 1);
}

.single-projects .project-owl .owl-nav .owl-prev,
.fancybox-outer .fancybox-prev i,
.projects-more-owl .owl-nav .owl-prev {
  left: 0;
}

.single-projects .project-owl .owl-nav .owl-next,
.fancybox-outer .fancybox-next i,
.projects-more-owl .owl-nav .owl-next {
  right: 0;
}
.projects-more-owl .owl-nav .owl-prev {
  left: 0 !important;
}
.projects-more-owl .owl-nav .owl-next
{
  right: 0 !important;
}

.single-projects .project-owl .owl-nav .owl-prev i,
.single-projects .project-owl .owl-nav .owl-next i,
.projects-more-owl .owl-nav .owl-prev i,
.projects-more-owl .owl-nav .owl-next i,
.fancybox-outer .fancybox-prev i,
.fancybox-outer .fancybox-next i {
  color: #ceb15f;
  margin-left: 0px;
  padding: 15px;
}

.projects-more-owl .owl-nav .owl-prev i,
.projects-more-owl .owl-nav .owl-next i {
  padding: 60px 15px;
}

.single-projects .images-lightbox {
  margin-top: 15px;
}
a.fancybox-nav:focus
{
  outline: none;
}
.fancybox-nav span {
  visibility: visible;
}

/* Similar projects carousel */
.projects-more-owl .owl-controls {
  margin-top: -71px;
}

.projects-more-owl {
  margin: 0 auto;
}

.projects-more-owl .project-single .title,
.projects-more-owl .project-single .location {
  opacity: 0;
}

.projects-more-owl .project-single img {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.projects-more-owl .project-single:hover .title,
.projects-more-owl .project-single:hover .location {
  opacity: 1;
}

.projects-more-owl .project-single:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}

.projects-more-owl .project-single:hover .project-link {
  background: none;
}

.projects-more-owl .project-single:hover .project-link span {
  display: none;
}


/* Capabilities section */
.capabilities .capability-wrapper {
  position: relative;
}

.capabilities .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0 ;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(2,116,118,0.8);
}

.capabilities .overlay h3 {
  position: relative;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}

.capabilities .overlay:hover {
  text-decoration: none;
  background: rgba(2,116,118,0.5);
}

.nav-capabilities {
  color: #fff;
  background: #0b7375;
  margin-bottom: 40px;
}

.nav-capabilities li {
  width: 50%;
}

.nav-capabilities li a {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  height: 78px;
  line-height: 78px;
  border-radius: 0;
  margin: 0;
  border-color: #085556;
  background: #0b7375;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-capabilities li.active a,
.nav-capabilities li.active a:focus,
.nav-capabilities li.active a:hover,
.nav-capabilities li a:focus,
.nav-capabilities li a:hover {
  color: #fff;
  border-color: #aa944e;
  background: #ceb15f;
}

.nav-capabilities li.active a {
  position: relative;
  background: #ceb15f;
  border: 1px solid #aa944e;
}
.nav-capabilities li.active a:after, .nav-capabilities li.active a:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.nav-capabilities li.active a:after {
  border-color: rgba(206, 177, 95, 0);
  border-top-color: #ceb15f;
  border-width: 20px;
  margin-left: -20px;
}

.nav-capabilities li.active a:before {
  border-color: rgba(170, 148, 78, 0);
  border-top-color: #aa944e;
  border-width: 21px;
  margin-left: -21px;
}

.arrows-style1 .owl-nav [class*="owl-"] {
  border-radius: 0;
  background: rgba(236, 236, 236, 0.8);
  margin: 0;
  font-size: 22px;
  width: auto;
  height: auto;
}

.arrows-style1 .owl-nav .owl-prev i,
.arrows-style1 .owl-nav .owl-next i {
  color: #ceb15f;
  margin-left: 0px;
  padding: 18px;
  font-size: 28px;
}

.arrows-style1 .owl-nav .owl-prev {
  left: 0px;
}

.arrows-style1 .owl-nav .owl-next {
  right: 0px;
}

.arrows-style1 .owl-controls {
  margin-top: -32px;
}

.arrows-style1 .owl-nav [class*="owl-"]:hover {
  background: #ECECEC;
}

.capabilities .project-owl
{
  margin-bottom: 60px;
  transition:none;
}
.capabilities .subtitle
{
  margin-bottom: 36px;
}

/* Locations section */
.locations {
  background: #d0d0d0 url('../img/map.png') no-repeat center center;
  background-size: cover;
}

.locations .header {
  margin-bottom: 140px;
}

.locations .header h2 {
  color: #268183;
}

.locations .header h3 {
  color: #535353;
  text-transform: none;
  font-size: 16px;
}

.locations .headquarters {
  font-size: 14px;
}

.locations ul {
  list-style-type: none;
  padding: 0;
}

.locations ul li {
  width: 24.5%;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
}

.locations ul li h4 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.locations .subtitle,
.locations ul li:first-child h4 {
  color: #549a9b;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.locations ul li h4 strong {
  font-size: 16px;
}

/*
  404 page
*/
.not-found {
  background: url('../img/404.jpg') no-repeat center center;
  background-size: cover;
  padding: 100px;
}

.not-found #content {
  background: #fff;
  padding: 10px 20px 40px;
}

.not-found #content h1 {
  color: #027476;
  font-size: 10vw;
  line-height: 10vw;
}

.not-found #content a {
  color: #ceb15f;
  text-transform: uppercase
}


/*
  Contact page
*/
.branches-subsidiaries .row > h2,
.head-office .row > h2 {
  text-transform: none;
  margin-bottom: 20px;
}

.contact-row,
.contact-item {
  border-color: #EAEAEA;
}

.branches-subsidiaries .contact-items,
.offices .contact-items
{
  border-style: solid;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 1px;
  border-top-width: 1px;
  border-color: #EAEAEA;
}

.contact-item
{
  border-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-width: 0;
  font-size: 18px;
}

.offices .contact-items
{
  border-right-width: 0;
}

.contact-item {
  min-height: 300px;
}


.contact-item h3 {
  text-transform: none;
  font-size: 18px;
  line-height: 1.2;
}

.contact-item address {
  margin-bottom: 0;
}

.contact-item a {
  color: #cdb065;
}

.contact-item a strong {
  color: #808285;
}


/* 
  Search results
*/
.search-results .result-item {
  padding: 30px 40px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #eaeaea;
}

.search-results .result-item:hover {
  background: #f9f9f9;
}

.search-results .content .result-item:last-child {
  border-bottom: 1px solid #eaeaea;
}

.search-results .result-item span,
.search-results .result-item .excerpt {
  font-size: 14px;
}

.search-results .result-item span {
  color: #0b7375;
  text-transform: uppercase;
}

.search-results .result-item h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
}

.search-results .result-item h4 a {
  color: #808285;
}


/* 
  FAQs
*/

.faq-items
{
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eaeaea;
}
.faq-item
{
  display: table-row;
}
.faq-item > div
{
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #eaeaea;
  border-left: none;
  border-right: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 32px 36px;
}
.faq-item div.question-icon,
.faq-item div.answer-icon
{
  padding-right: 36px;
}
.faq-item-group > div
{
  display: table-cell;
  vertical-align: middle;
}
.question-icon, .answer-icon
{
  text-align: center;
}
.faq-item p:last-child
{
  margin-bottom: 0;
}
.faq-item .question
{
  font-weight: 700;
  width: 92%;
}

.faq-icon
{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 22px;
  /*background-color: #157374;*/
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-indent: 100%;
}
.icon-question-mark {
  background-image: url(../img/icon-question-svg1.svg);
  background-size:100%;
  background-repeat: no-repeat;
  width: 32px;
  height: 27px;
  display: inline-block;
  font-weight: 700; 
  font-size:14px;
  color:#0b7375;
      padding-top: 2px;
}


.icon-answer-mark {
  background-image: url(../img/icon-answer-svg1.svg);
  background-size:100%;
  background-repeat: no-repeat;
  width: 32px;
  height: 27px;
  display: inline-block;
  font-weight: 700; 
  font-size:14px;
  color:#0b7375;
  padding-top: 2px;
}
#content .faq-item .answer p{
  font-size:14px;
}
.icon-info
{
  background-image: url(../img/icon-info.png);
}
.icon-q-mark
{
  background-image: url(../img/icon-q-mark.png);
}

/* 
  News
*/
.news-single .date,
.news-single .title {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
}

.news-single .date {
  color: #67abac;
  font-size: 12px;
  margin-top: 15px;
}

.news-single.featured .date {
  margin-top: 0;
}

.news-single .title {
  font-size: 17px;
  color: #808285;
  line-height: 1.2;
  min-height: 2.4em;
}

.news-single.featured .title {
  color: #fff;
}

.news-single .news-image,
.news-single .news-link span {
  position: relative;
}

.news-single
{
  overflow: hidden;
  height: 315px;
}
.news-single .news-image
{
  overflow: hidden;
  height: 240px;
}
.news-single.featured,
.news-single.featured .news-image
{
  height: 370px;
}

.news-single .news-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 5;
}

.news-single .news-link span {
  visibility: hidden;
  top: 50%;
  margin-top: -11px;
  color: #fff;
  text-transform: uppercase;
}

.news-single:hover .news-link {
  background: rgba(0, 0, 0, 0.65);
}

.news-single:hover .news-link span {
  visibility: visible;
}

.news-single.featured .news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0e7173;
  padding: 15px;
}

.related-news .date {
  font-size: 12px;
  font-weight: normal;
  color: #67abac;
  margin-top: 22px;
  display: block;
  line-height: 1.3em;
  margin-bottom: 3px;
}

.related-news .row h3 {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: normal;
  margin-top: 0;
  color: #808285;
}

.related-news a:first-child {
  display: block;
  margin-bottom: 10px;
}


/* 
  Downloads
*/
.download-single .content {
  position: relative;
}

.download-single .title {
  background: rgba(113, 113, 113, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.download-single .title a,
.download-single .title i {
  color: #fff;
  line-height: 44px;
}

/*
  Timeline
*/
.timeline-single {
  padding: 0px 30px;
}

.timeline-single .year {
  color: #027476;
  font-size: 26px;
  margin-bottom: 60px;
  display: block;
}

.timeline-single .year::after {
  position: absolute;
  display: table;
  content: ' ';
  background: url("../img/timeline-pin.png") no-repeat top left;
  width: 9px;
  height: 81px;
  top: 41px;
  left: 55px;
}

.timeline-owl::before {
  position: absolute;
  top: 60px;
  image-orientation: 0;
  width: 100%;
  display: table;
  content: '';
  height: 1px;
  background: #bfc0c2;
}

.timeline-owl .owl-controls {
    position: absolute;
    top: 50%;
    margin-top: -71px;
    width: 100%;
    line-height: 50px;
}

.timeline-owl .owl-nav {
  margin: 0px;
  text-align: center;
}

.timeline-owl .owl-nav [class*="owl-"] {
  border-radius: 0px;
  background: rgba(236, 236, 236, 0.8);
  margin: 0px;
  font-size: 22px;
  width: auto;
  height: auto;
}

.timeline-owl .owl-nav .owl-prev {
  left: 0px;
}

.timeline-owl .owl-nav .owl-next {
  right: 0px;
}

.timeline-owl .owl-nav .owl-prev i, 
.timeline-owl .owl-nav .owl-next i {
  padding: 60px 15px;
  color: #CEB15F;
  margin-left: 0px;
}

.timeline-owl .owl-nav [class*="owl-"]:hover {
  background: #ECECEC;
}

.timeline-owl .content {
  background: #f3f2f2;
  padding: 10px 14px;
}

.timeline-owl .content .title {
  color: #959799;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.timeline-owl .content p {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}

.menu-main-menu-container .sub-menu
{
  display: none;
}
.menu-main-menu-container ul
{
  margin-bottom: 0;
}
.project-sidebar .owl-height
{
  height: 200px;
}
/*.project-sidebar .owl-item
{
  height: 100%;
}
.project-sidebar .owl-item div
{
  height: 100%;
}
.project-sidebar .owl-item div img
{
  vertical-align: middle;
}*/
/* 
  CARRERS 
  PAGE 
  STYLES 
*/
.jobs-list {
  padding-bottom:250px;
}

div.job_listings ul.job_listings {
  list-style-type: none;
}

.clear-padding {
  padding:0;
}

 ul.job_listings {
  border:none;
  list-style-type:none;
 }
  
  .jobs-login-container {
    margin-top: 12px;
  }

  .jobs-login-container a{
    font-size:13px;
    color:#bea654;
    text-decoration: underline;
  }

  .jobs-login-container .strike{
    font-size: 13px;
    content: "|";
    color: #222;
    margin: 0 10px;
    display: inline-block;
  }

  .jobs-login-container .logged-in-user {
    padding:0 10px;
    display:inline-block;
    font-weight:normal;
  }

  .jobs-login-container .logged-in-user:after {
    content: "|";
    margin-left: 10px;
  }

  .jobs-login-container .not-logged-in {
    margin-right:10px;
  }

  .job-listing-title {
    text-transform: capitalize;
    font-size: 36px;
  }

  .content-candidate-title {
    text-transform: initial;
  }

  .job-listing-subtitle {
    margin-top: 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 60px;
  }

  .submit-resume-job-title.job-listing-title {
    position:absolute;
    top: 48px;
    right: 15px;
  }
  
  .job-listing-breadcrumb {
    top: 65px;
    right: 15px;
    font-weight:normal;
    font-size:14px;
    color:#bcbec0;
    z-index: 9999;
    display:none;
  }

  .job-listing-breadcrumb li:last-of-type a{
    color:#027476;
  }

  .jobs-login-container span{
    color: #afafaf;
    font-size: 13px;
  }

 .job-listing-box {
    border: 1px solid #eaeaea;
    padding:26px 30px 25px 25px;
    width:49%;
 }
  
  .job-listing-box {
    border-bottom: none;
  }

  .job-listing-box:last-of-type, .job-listing-box:nth-last-child(2) {
    border: 1px solid #eaeaea;
  }
  .job-listing-box:nth-child(odd) {
    margin-right:1%;
  }

  .job-listing-box:nth-child(even) {
    margin-left:1%;
  }

  .job-listing-box:nth-child(2), .job-listing-box:first-of-type() {
    border-top:1px solid #eaeaea;
 }

 .job-listing-box h3 {
    margin:0;
    font-weight: bold;
    font-size: 24px;
    text-transform: capitalize;
 }

 .job-listing-box .job-type {
    color: #808285;
    font-size: 16px;
    margin-bottom:14px;
 }

 .job-listing-box .location {
    font-size: 15px;
    color: #d2d2d2;
    background-color: #0b7375;
    padding:5px 12px;
 }

 .job-listing-box .location > strong {
  font-weight:bold;
  color:#fff;
  margin-left:12px;
 }

 .job-listing-box .expiry-date h4 {
    color:#808285;
    font-weight:bold;
    font-size:14px;
    margin: 6px 0 0 0;
 }
 .job-listing-box .expiry-date p {
    color:#808285;
    font-size: 16px;
    margin-bottom: 16px;
 }

 .job-listing-box a {
    font-size:22px;
    color:#bea654;
    font-weight:normal;
 }

 .single-job-details {
    position:relative;
 }

 #content .single-job-details section.row {
    margin-top: 65px;
 }

 .single-job-details .back-listings {
  font-size:20px;
  color: #808285;
  display: inline-block;
  position: absolute;
  top: 65px;
 }

 .single-job-details .breadcrumb {
  top: 55px;
  right:0;
      z-index: 999;
      display:none;
 }

 .single-job-details .title {
    margin:25px 0 10px 0;
 }

 .single-job-details .title, .single-job-details .job-description-title, .single-job-details .job-profile-title {
    font-size: 36px;
    text-transform: none;
 }

  .single-job-details .job-type {
    font-size:20px !important;
    margin-bottom: 68px;
  }

  .single-job-details .location {
    font-size: 22px;
  }

  .single-job-details .location strong {
    margin-left: 8px;
  }

  .single-job-details .expiry-date h4 {
    font-size: 16px;
    font-weight:bold;
    margin: 51px 0 5px 0;
  }

  .single-job-details .expiry-date p {
    font-size:20px !important;
    margin:0;
  }

  .single_job_listing .meta {
    margin:0;
  }

  .single-job-details .job-description-title {
    border-top:1px solid #d2d3d4;
    padding-top:30px;
    padding-bottom: 15px;
  }

  .single-job-details .job-profile-title {
    margin-top: 0;
    padding-bottom: 15px;
  }

  .single-job-details .job_description p {
    font-size: 16px;
    line-height: 1.5em;
    font-weight:300;
    margin-bottom:30px;
    color:#808285;
  }

  .single-job-details .application_button {
    color: #bea654;
    font-size: 36px !important;
    font-weight: normal;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 26px 0 58px 0 !important;
  }

  .single-job-details .job_description .application_button {
        margin: 30px 0 58px 0 !important;
  }

  .show-mobile {
    display:none;
  }

  .hide-mobile {
    display:block;
  }

  /* 
  JOB LISTING LOGIN / REGISTER FORM 
  */
  .crl_overlay {
    background-color: #c2c2c2;
    top:0;
  }

  form.crl-ajax-auth {
    top: 30px;
    left: 48%;
    max-width: 520px;
    width:100%;
    padding: 40px 40px 30px 38px;
    position:absolute;
  }
  .crl-ajax-auth h1 {
    font-family: 'Akkurat Pro';
    text-align: center;
    font-size: 36px;
    color: #027476;
    padding-top: 40px;
    font-weight: 400;
    margin-bottom: 60px;
    text-transform:capitalize;
  }

  .crl-ajax-auth#register h1, .crl-ajax-auth#forgot_password h1, .crl-ajax-auth#job_application_success h1{
    padding-top: 70px;
    margin-bottom: 30px; 
  }

  .crl-ajax-auth#job_application_success h1 {
    padding-top: 40px;
  }

  .crl-ajax-auth#success_register a.text-link, .crl-ajax-auth#success_logout a.text-link, .crl-ajax-auth#job_application_success a.text-link {
    display:block;
    text-align:center;
    float:none;
    cursor:pointer;
  }

  .crl-ajax-auth#success_register a.text-link:first-of-type, .crl-ajax-auth#success_logout a.text-link:first-of-type, .crl-ajax-auth#job_application_success a.text-link:first-of-type {
    font-size:26px;
    color:#a4a4a4;  
    margin-bottom: 22px;
  }

  .crl-ajax-auth#success_register, .crl-ajax-auth#success_logout, .crl-ajax-auth#job_application_success {
    max-width:729px;
    left:45%;
  }

  .crl-ajax-auth#success_register a.text-link:first-of-type + a, .crl-ajax-auth#success_logout a.text-link:first-of-type + a, .crl-ajax-auth#job_application_success a.text-link:first-of-type + a {
    font-size:26px;
    color:#bea654;  
    margin-bottom: 34px;
  }

  .crl-ajax-auth#success_register hr, .crl-ajax-auth#success_logout hr, .crl-ajax-auth#success_logout h4, .crl-ajax-auth#job_application_success h4 {
     margin-bottom: 53px;
  }

  .crl-ajax-auth#forgot_password h1, .crl-ajax-auth#success_register h1, .crl-ajax-auth#success_logout h1, .crl-ajax-auth#job_application_success h1 {
    font-size: 32px;
    text-align: left;
  }

  .crl-ajax-auth#job_application_success hr {
    width: 80%;
    margin: 40px auto;
  }
      

  .crl-ajax-auth#success_register h1, .crl-ajax-auth#success_logout h1, .crl-ajax-auth#job_application_success h1 {
    text-align:center;
  }
      

  .crl-ajax-auth#forgot_password p, .crl-ajax-auth#success_logout p, .crl-ajax-auth#job_application_success p  {
    color: #a5a5a5;
    font-size:16px;
    text-align:center;
  }

  .crl-ajax-auth#forgot_password input.button {
    float:none;
  }



  .crl-ajax-auth .g-recaptcha {
    margin-bottom: 22px;
  }


  .crl-ajax-auth a.close {
    color: #c0c0c0;
    opacity: 1;
    right: 20px;
    top: 20px;
  }
  .crl-ajax-auth .label {
    font-family: 'Akkurat Pro';
    color: #6b6b6b;
    font-size:18px;
    font-weight:400;
    padding:0;
    font-weight: 400;
  }

   .crl-ajax-auth input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#d3d3d3;
    font-family: 'Akkurat Pro';
    font-size:18px;
}
 .crl-ajax-auth input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#d3d3d3;
   opacity:  1;
}
 .crl-ajax-auth input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#d3d3d3;
   opacity:  1;
}
 .crl-ajax-auth input:-ms-input-placeholder  { /* Internet Explorer 10-11 */
   color:#d3d3d3;
}
 .crl-ajax-auth input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:#d3d3d3;
}

.crl-ajax-auth .text-link, .crl-ajax-auth a.text-link {
  font-size: 16px;
  color: #027476;
}

  .crl-ajax-auth input#username, .crl-ajax-auth input#password, .crl-ajax-auth input#signonname, .crl-ajax-auth input#email, .crl-ajax-auth input#signonpassword, .crl-ajax-auth input#password2, .crl-ajax-auth input#user_login {
    border:1px solid #d3d3d3;
    font-family: 'Akkurat Pro';
    font-size:18px;
    background:none;
    padding: 20px 14px 18px
    color:#d3d3d3;
    border-radius:0;
    width:100%;
    box-shadow:none;
    height:50px;
    margin-bottom: 30px;
  }

  .crl-ajax-auth input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }

  .crl-ajax-auth #pop_forgot {
    position: absolute;
    right: 0;
    top: -2px;
  }

  .crl-ajax-auth #pop_login {
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 20px;
    color:#d3d3d3;
  }

  .crl-ajax-auth hr {
    clear:both;
    margin-bottom:16px;
  }

  .crl-ajax-auth * {
    font-family: 'Akkurat Pro';
    font-weight:normal;
  }
  
  .crl-ajax-auth input.button {
    color: #bea654;
    font-size: 26px;
    font-weight: normal;
    background: none;
    border: none;
    padding: 0;
    margin-bottom:16px;   
    margin-top: 10px;
    font-family: 'Akkurat Pro';
    font-weight: normal;
  }
  
  .crl-ajax-auth .remember-box {
    position:relative;
  }

  .crl-ajax-auth #pop_signup {
    color: #bea654;
    font-size: 16px;
    text-decoration: underline;

  }

  .crl-register-button {
    text-align:center;
  }

  .crl-ajax-auth input[type="checkbox"] + span {
    margin-left:10px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 20px;
    font-family: 'Akkurat Pro';
    font-weight: normal;
  }


  /* SUBMIT RESUME FIELD STYLES */
  .career-fields {
    margin-bottom:10px !important;
    padding-bottom:0 !important;
  }

  .career-fields label, .job-manager-form fieldset label{
    width:100%;
    font-size: 14px;
    color:#6b6b6b;
    font-weight: normal;
    margin-top: 12px;
    line-height: 1.5em;
  }

 .job-manager-form fieldset div.field {
    float:none;
    width:100%;
 }

 .job-manager-form fieldset select::-ms-expand {
    display: none;
}

.resume-manager-data-row input[type=text],
.resume-manager-data-row input[type=date],
.resume-manager-data-row textarea,
.resume-manager-data-row  select{
  display: block;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}


.job-manager-form fieldset select {
  -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
  background: url('../img/arrow-down.png') no-repeat 95% 50%;
  background-size: 11px 6px;
}
 .job-manager-form fieldset input.input-text, .job-manager-form fieldset select, .job-manager-form fieldset textarea {
    border-radius:0;
    box-shadow:none;
    font-size: 16px;
    height:40px;
    padding-left: 10px;
 }

 .job-manager-form fieldset {
  border-bottom:none;
  position: relative;
 }

  fieldset.fieldset-candidate_title.career-fields:before {
    content: "Personal Information";
    display:block;
    font-size:26px;
    font-weight:bold;
    width:300px;
    color: #6b6b6b;
  }

 fieldset.fieldset-candidate_title.career-fields {
  width:130px;
 }

 fieldset.fieldset-candidate_name.career-fields, fieldset.fieldset-candidate_secondname.career-fields{
  width:32%;
  margin-right:1%;
  float:left;
 }

 fieldset.fieldset-candidate_lastname.career-fields {
  float:left;
  width:34%;
 }

 

 fieldset.fieldset-candidate_photo.career-fields {
    position: absolute;
    right: 15px;
    top: 125px;
    width: 385px;
 }

 fieldset.fieldset-candidate_dateofbirth.career-fields, 
 fieldset.fieldset-candidate_nationality.career-fields, 
 fieldset.fieldset-candidate_additionalnationality.career-fields,
 fieldset.fieldset-candidate_address.career-fields,
 fieldset.fieldset-candidate_region.career-fields,
 fieldset.fieldset-candidate_location.career-fields
  {
  width:32%;
  margin-right:1%;
  float:left;
 }

  fieldset.fieldset-candidate_location.career-fields {
    width: 34%;
    margin-right:0;
  }

 fieldset.fieldset-candidate_location.career-fields:after {
  clear:both;
 }

 fieldset.fieldset-candidate_maritalstatus.career-fields {
  float:left;
  width:15%;
  margin-right:1%;
 }

 fieldset.fieldset-candidate_gender.career-fields {
  float:left;
  width:16%;
  margin-right:1%;
 }

 fieldset.fieldset-candidate_dependents.career-fields {
  float:left;
  width:18%;
 }

 fieldset.fieldset-candidate_languages.career-fields, fieldset.fieldset-candidate_visaexpiration.career-fields {
  width: 32%;
  float: none;
 }

 fieldset.fieldset-candidate_languages.career-fields {
  margin-bottom: 32px !important;
 }

 fieldset.fieldset-candidate_visaexpiration.career-fields {
  margin:0;
  padding:0;
  margin-bottom: 0 !important;

 }

 fieldset.fieldset-candidate_totalworkexperience.career-fields:after {
  content: "Contact Details";
  display:block;
  font-size:26px;
  font-weight:bold;
  width:300px;
  margin-top: 58px;
  color: #6b6b6b;
 }

 fieldset.fieldset-candidate_email.career-fields {
  float:left;
  clear:left;
  width:32%;
  margin-right:1%;
 }

  fieldset.fieldset-candidate_mobilephone.career-fields, 
  fieldset.fieldset-candidate_homephone.career-fields
{
  width:15%;
  margin-right:1%;
  float: left;
  white-space: nowrap;
  
 }

  fieldset.fieldset-candidate_homephone.career-fields:after {
    clear:both;
  }

  .fieldset-candidate_education.career-fields {
    float:none;
    clear:left;
  }

  fieldset.fieldset-candidate_education.career-fields > label,
  fieldset.fieldset-candidate_experience.career-fields > label,
  fieldset.fieldset-candidate_attachments.career-fields > label {
    font-size: 24px;
    margin-top: 24px;
    font-weight: 700;

}

  .fieldset-candidate_education fieldset.fieldset-course,
  .fieldset-candidate_education fieldset.fieldset-institution,
  .fieldset-candidate_education fieldset.fieldset-location,
  .fieldset-candidate_education fieldset.fieldset-date,
  .fieldset-candidate_education fieldset.fieldset-educationlevel,
  .fieldset-candidate_education fieldset.fieldset-graduationdate,
  .fieldset-candidate_experience fieldset.fieldset-employer,
  .fieldset-candidate_experience fieldset.fieldset-job_title,
  .fieldset-candidate_experience fieldset.fieldset-industry,
  .fieldset-candidate_experience fieldset.fieldset-location,
  .fieldset-candidate_experience fieldset.fieldset-duration,
  fieldset.fieldset-candidate_targetjob.career-fields,
  fieldset.fieldset-candidate_targetjoblocation.career-fields,
  fieldset.fieldset-candidate_jobnoticeperiod.career-fields
  {
    float: left;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 0;
  }

  .fieldset-candidate_education fieldset.fieldset-location,
  .fieldset-candidate_education fieldset.fieldset-graduationdate,
   .fieldset-candidate_experience fieldset.fieldset-duration {
    width:34%;
    margin-right:0;
  }
  
  .fieldset-candidate_experience fieldset.fieldset-startexpdate,
  .fieldset-candidate_experience fieldset.fieldset-enddate,
  fieldset.fieldset-candidate_targetjobsalary.career-fields,
  fieldset.fieldset-candidate_targetjobsalaryvalue.career-fields,
  fieldset.fieldset-candidate_lastmonthlysalary.career-fields,
  fieldset.fieldset-candidate_lastmonthlysalaryvalue.career-fields
   {
    width:15%;
    margin-right:1%;
    float:left;
    margin-bottom: 0;
  }

    .fieldset-candidate_experience fieldset.fieldset-enddate {
      width:18%;
      margin-right:0;
    }

  fieldset.fieldset-candidate_targetjobsalaryvalue.career-fields label,
  fieldset.fieldset-candidate_lastmonthlysalaryvalue.career-fields label {
    visibility:hidden;
  }

  fieldset.fieldset-candidate_targetjobsalary.career-fields label,
  fieldset.fieldset-candidate_lastmonthlysalary.career-fields label {
    white-space: nowrap;
  }

  .fieldset-candidate_experience fieldset.fieldset-notes {
    float:none;
    clear:left;
    width:50%;
  }

  fieldset.fieldset-candidate_attachments.career-fields {
    clear:left;
    position: relative;
  }

  .fieldset-resume_content.career-fields, .job-manager-form fieldset label small {
    display:none;
  }
  
  .jobs-login-container #show_login {
    font-size: 18px !important;
    color: #bea654;
    text-decoration: underline;
    border:none;
    background:none;
    font-weight:300 !important;
    padding:0 !important;
    margin:0 !important;
  }

  .fieldset-candidate_photo.career-fields {
    border: 1px solid #eeeeee !important;
    padding: 6px 20px;
    height: 106px;
  }

  .single_job_listing .application_button {
    height: 36px;
    line-height: 1em;
  }

  .job-manager-form fieldset small.description {
    display: none;
  }

  .fieldset-candidate_photo input[type="file"] {
    background:none; 
    padding-left:0 !important;
  }
  .positions-applied-title {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 32px;
  }

  
  
  .application-title {
    margin-bottom:32px;
  }
  
  a.resume-manager-add-row {
    font-size: 16px;
    color: #ceb15f;
    font-weight: 500;
  }

  fieldset.fieldset-candidate_lastmonthlysalary.career-fields,
  fieldset.fieldset-candidate_targetjobsalary.career-fields {
    width:85px;
  }   
  
  fieldset.fieldset-candidate_targetjobsalaryvalue.career-fields,
  fieldset.fieldset-candidate_lastmonthlysalaryvalue.career-fields {
    width:105px;
  }

  fieldset.fieldset-candidate_attachments.career-fields > label {
    margin-bottom: 5px;
  }

  fieldset.fieldset-candidate_attachments.career-fields:after {
    content: "PDF or Word Documents only";
    font-size: 14px;
  }
  
  form#submit-resume-form p .btn{
    color: #bea654;
    font-size: 24px;
    font-weight: normal;
    background: none;
    border: none;
    padding: 0;
    margin-top:60px;
  }

fieldset.fieldset-candidate_attachments.career-fields input#candidate_attachments {
  border: 1px solid silver;
  width: 50%;
  height: 65px;
  padding-top: 10px;
}

.job-manager-error.job-manager-message, .job-manager-info.job-manager-message, .job-manager-message.job-manager-message,
.job-manager-error.job-manager-error, .job-manager-info.job-manager-error, .job-manager-message.job-manager-error {
  width:60%;
}

.resume-manager-data-row fieldset:last-child {
  border-bottom:none;
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview a {
  display:none;
}

.job-manager-uploaded-files {
    position: absolute;
    right: 20px;
    top: 20px;
    width:74px;
    height:74px;
}

.job-manager-uploaded-files progress {
    width: 100%;
    margin-top: 18px;
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview img {
  width:100%;
      z-index: 1;
}

.job-manager-form fieldset .job-manager-uploaded-files {
  z-index:1;
}

#candidate_photo {
  visibility:hidden;
}

.fieldset-candidate_photo.career-fields label:before {
  content: "Choose File";
  background: #fff;
  font-size: 12px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  position: absolute;
  top: 58px;
  left: 22px;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  cursor:pointer;
}

.fieldset-candidate_photo.career-fields label:after {
  content: "No file chosen";
  background: #fff;
  font-size: 14px;
  border: none;
  border-radius:0;
  position: absolute;
  top: 58px;
  left: 120px;
  padding: 0;
  height: auto;
  cursor:pointer;
}

#candidate_attachments {
  visibility:hidden;
}

fieldset.fieldset-candidate_attachments.career-fields > label:before {
  content: "Choose File";
  background: #fff;
  font-size: 12px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  position: absolute;
  top: 85px;
  left: 20px;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  cursor:pointer;
}

fieldset.fieldset-candidate_attachments.career-fields > label:after {
  content: "No file chosen";
  background: #fff;
  font-size: 14px;
  border: none;
  border-radius:0;
  position: absolute;
  top: 78px;
  left: 130px;
  padding: 0;
  height: auto;
  cursor:pointer;
}

.fieldset-candidate_attachments.career-fields .field{
  border: 1px solid #eee;
  margin-top: 65px;
  height: 60px;
  width:50%;
}



fieldset.fieldset-candidate_attachments.career-fields .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview img {
  width:50%;
  display:none;
}

.fieldset-candidate_photo.career-fields {
  background-image: url(../img/profile-img-placeholder.jpg);
  background-size:74px 74px;
  background-position: 280px center;
  background-repeat:no-repeat;
}

.single-resume-content {

}

.resume-photo {
    position: absolute;
    right: 25%;
    top:0;
}

.resume-photo img{
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

.single-resume-content h2 {
  margin-bottom:30px;
  margin-top:0;
  text-transform: capitalize;
}

.single-resume-content h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
  margin-top:0;
  margin-bottom:23px;
}

.single-resume-content h4 {
  font-size: 16px;
  text-transform: capitalize;
  color:#6b6b6b;
}

.single-resume-content p {
  font-size:16px;
  color:#bebebe;
  font-weight:normal;
  margin-top: -3px;
  margin-bottom:0;
}
.subterms-container
{
  padding-top: 20px;
}
.parent-term-title
{
  font-size: 22px;
  text-transform: none;
  color: #909294;
  font-weight: 300;
  margin-top: 0;
}
.subterms a.btn
{
  border-radius: 0;
  margin-bottom: 2px;
  color: #0b7375;
  border-color: #0b7375;
  margin-left: 0 !important;
  margin-right: -1px !important;
}
.subterms a.btn.active,
.subterms a.btn:active
{
  background-color: #0b7375;
  color: #fff;
  box-shadow: none;
}
.resume-manager-data-row .resume-manager-remove-row
{
  margin: 0;
  top: 20px;
}

.fieldset-candidate_experience .resume-manager-data-row .resume-manager-remove-row {
  top:-20px;
}

.fieldset-candidate_experience .resume-manager-data-row:first-of-type .resume-manager-remove-row {
  top:20px;
}

.fieldset-candidate_education .resume-manager-data-row .resume-manager-remove-row {
  top:20px;
  z-index:99999;
}

.fieldset-candidate_education .resume-manager-data-row:first-of-type {
  height:220px;
}

.fieldset-candidate_education .resume-manager-data-row:not(:first-of-type) {
  height: 190px;
}
.ui-widget { font-size: 14px; }

.required-field > label::after
{
  display: inline;
  content: " *";
}
.project-gallery .img-responsive
{
  max-width: none;
  width: 100%;
  height: auto;
}


.current-menu-item > a,
.current-menu-parent > a
{
  color: #027476 !important;
}
/* .latest-projects-container + div
{
  margin-bottom: 62px;
} */


/*******adde by lmn***********/

.latest-projects{
    background: none;
}

.projects-homepage .owl-controls .owl-nav .owl-prev, .projects-homepage .owl-controls .owl-nav .owl-next{
/*    height: 235px;*/
}

.capabilities-section{
         background:#f1f1f1;
    padding-bottom: 50px;
}


.margin-top2x{
    margin-top: 0;
}

.video-section{
        background:#f1f1f1;
}

.video-section p{
    font-size: 16px;
}
.videoWrapper{
    position: relative;
/*    margin-bottom: -12px;*/

    
}



.videoPoster{
    width: 100%;
}

#modalVideo{
    background-color: rgba(0,0,0,0.5);
}
#modalVideo .modal-content{
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 25%;
}

#modalVideo .close{
        color: #fff;
    
    opacity: 1;
}

#myVideo{
    width: 100%;
}
.videoWrapper video{
    width: 100%;
        object-fit: inherit;
}

.videoPlay{
    cursor: pointer;
        position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 81px;
    height: 81px;
    margin: auto;
    z-index: 9;
}

.videoPlay img{
    width: 100%;
}

.videoContent{
    padding: 40px;
}

.videoContent h2{
    font-size: 26px;
    
}


.aboutVideo h2{
    text-transform: inherit;
}