/*
Theme Name: Staalsen
Theme URI: https://www.click5interactive.com/
Description: Staalsen WordPress Theme
Version: 1.0
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Tags: 1180px fixed width, two columns, widgets
*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* Don't kill focus outline for keyboard users: http://24ways.org/2009/dont-lose-your-focus */
a:hover, a:active {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Aaux ProBold';
  src: url("fonts/AauxProBold.eot");
  src: url("fonts/AauxProBold.eot?#iefix") format("embedded-opentype"), url("fonts/AauxProBold.woff") format("woff"), url("fonts/AauxProBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Aaux ProBlack';
  src: url("fonts/AauxProBlack.eot");
  src: url("fonts/AauxProBlack.eot?#iefix") format("embedded-opentype"), url("fonts/AauxProBlack.woff") format("woff"), url("fonts/AauxProBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Aaux ProRegular';
  src: url("fonts/AauxProRegular.eot");
  src: url("fonts/AauxProRegular.eot?#iefix") format("embedded-opentype"), url("fonts/AauxProRegular.woff") format("woff"), url("fonts/AauxProRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ol {
  list-style: none;
  padding: 4px 0 14px 25px;
  list-style-type: decimal; }
  ol li {
    list-style-type: decimal;
    margin: 0 0 0 10px;
    padding: 5px 0 5px 13px;
    color: inherit;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-align: left; }

ul {
  list-style: none;
  margin: 0;
  padding: 4px 0 14px 25px; }
  ul li {
    margin: 0;
    padding: 5px 0 5px 20px;
    color: #242424;
	line-height: 26px;
	font-size: 17px;
	font-family: 'Aaux ProRegular';
    text-align: left;
    list-style: none;
    position: relative;
    }

main ul li::before {
    content: '\f054';
    position: absolute;
    top: 7px;
    left: 0;
    color: #182660;
    font-size: 9px;
    font-family: FontAwesome;
}  
main .pages-list ul li::before{
	display: none; 
}
    
      
  

body {
  margin: 0;
  padding: 0;
  color: #717171;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  overflow-x: hidden; }

.wrap {
  width: 1180px;
  margin: 0 auto; }

#header {
  float: left;
  width: 100%;
  height: 100px;
  background-color: #fff; 
  position: fixed; 
  z-index:999;
  top:0;
  box-shadow: 0 7px 7px 0px rgba(0,0,0,0.05);
  transition-duration: 0.3s;
  }
  #header .wrap {
    border-top: 4px solid #24408e; }
  #header nav {
    float: right; }

#header.sticky{
	height: 72px; 
}
#header.sticky #logo {
	padding-top: 8px;
	width: 164px !important;
	height: 40px;
}
#header.sticky nav {
	padding-top: 12px;
}
#header.sticky #phone::before{
	top:-21px;
	height: 68px;
}

#logo {
  float: left;
  width: 200px;
  height: 100px;
  padding-top: 18px;
  transition-duration: 0.3s;
  }
  #logo a {
    text-decoration: none; }
  #logo img {
    width: 100%;
    height: auto; }

#phone {
  display: inline;
  float: right;
  clear: left;
  width: 130px;
  height: 100%;
  margin-top: 9px;
  text-align: right;
  position: relative;
  transition-duration: 0.3s;
  }
  #phone:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -35px;
    width: 1px;
    height: 96px;
    background: #dfdfdf; }
  #phone a {
    font-family: 'Aaux ProBlack';
    color: #24408e;
    font-size: 16px;
    font-weight: normal;
    display: inline;
    padding: 0;
    position: relative; 
    text-decoration: none; }
    #phone a:before {
      content: '';
      position: absolute;
      left: -22px;
      top: 2px;
      width: 11px;
      height: 17px;
      background: url(images/phone-icon.png); }

nav {
  width: auto;
  text-align: right;
  padding-top: 26px;
  transition-duration: 0.3s;
  }
  nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-right: 140px;
    list-style: none; }
    nav ul li {
      float: left;
      margin: 0 0 0 1px;
      padding: 0;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      background: none; }
nav div > ul > li {
    border-radius:3px;
}
      nav ul li a {
        display: block;
        padding: 9px 9px;
        color: #242424;
        font-weight: 400;
        font-family: 'Roboto';
        font-size: 16px;
        letter-spacing: -0.1px;
        text-decoration: none;
        
}

      nav ul li:hover {
        background-color: #1a2b7e; }
        nav ul li:hover > a {
          color: #fff; }
        nav ul li:hover ul li a {
          color: #242424; }
        nav ul li:hover ul li:hover > a {
          color: #fff; }
        nav ul li:hover ul li:hover ul li a {
          color: #242424; }
        nav ul li:hover ul li:hover ul li:hover > a {
          color: #fff; }
      nav ul li.current-menu-item, nav ul li.current_page_item {
        background-color: #1a2b7e; }
       
        nav ul li.current-menu-item > a, nav ul li.current_page_item > a {
          color: #fff; }
          
      nav ul li.current-menu-parent, nav ul li.current_page_parent {
        background-color: #1a2b7e; }
        nav ul li.current-menu-parent > a, nav ul li.current_page_parent > a {
          color: #fff; }
        nav ul li.current-menu-parent ul li.current-menu-item a, nav ul li.current_page_parent ul li.current-menu-item a {
          color: #fff; }
      nav ul li.current_page_ancestor {
        background-color: #1a2b7e; }
        nav ul li.current_page_ancestor > a {
          color: #fff; }
        nav ul li.current_page_ancestor ul li.current_page_parent a {
          color: #fff; }
        nav ul li.current_page_ancestor ul li.current_page_parent ul li.current-menu-item a {
          color: #fff; }
          
          
          
          nav ul li.current-menu-item.clients li, nav ul  li.current_page_item.clients li{
	      	background-color: #fff;
      	  } 
      	  nav ul li.current-menu-item.clients li:hover, nav ul  li.current_page_item.clients li:hover{
	      	background-color: #1a2b7e;
      	  } 
      	  nav ul  li.current-menu-item.clients li > a, nav ul  li.current_page_item.clients li > a {  
	        color: #242424 !important;
	      } 
	      nav ul  li.current-menu-item.clients li:hover > a, nav ul  li.current_page_item.clients li:hover > a {  
	        color: #fff !important;
	      }
	      
  nav li ul {
    position: absolute;
    left: -999em;
    width: 225px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 999;
    background: none;
    margin-left: -1px; }
    nav li ul li {
      padding-left: 0;
      padding-right: 0;
      background-color: #fff; }
      nav li ul li a {
        width: 200px;
        height: auto;
        margin: 0;
        padding: 11px 10px 8px 15px;
        color: #242424;
        font-weight: 400;
        font-family: 'Roboto';
        font-size: 15px;
        line-height: 18px;
        text-align: left;
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        nav li ul li a:hover {
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      nav li ul li.sub-nav a {
        color: #afbd21; }
    nav li ul ul {
      margin: -39px 0 0 224px; }
      nav li ul ul li a {
        border-bottom: 0; }
        nav li ul ul li a:hover {
          border-bottom: 0; }
  nav li.sfHover {
    position: static; }
    nav li.sfHover ul {
      left: auto; }
      nav li.sfHover ul li a {
        width: 200px;
        height: auto;
        margin: 0;
        padding: 11px 10px 8px 15px;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        line-height: 20px;
        text-align: left;
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      nav li.sfHover ul li.sub-nav a {
        color: #afbd21; }
      nav li.sfHover ul ul {
        left: -999em; }
        nav li.sfHover ul ul ul {
          left: -999em; }
          nav li.sfHover ul ul ul ul {
            left: -999em; }
  nav li:hover {
    position: static; }
    nav li:hover ul {
      left: auto; }
      nav li:hover ul ul {
        left: -999em; }
        nav li:hover ul ul ul {
          left: -999em; }
          nav li:hover ul ul ul ul {
            left: -999em; }
  nav li li li li:hover ul {
    left: auto; }
  nav li li li li.sfHover ul {
    left: auto; }
  nav li li li:hover ul {
    left: auto; }
  nav li li li.sfHover ul {
    left: auto; }
  nav li li:hover ul {
    left: auto; }
  nav li li.sfHover ul {
    left: auto; }
  nav li.current-menu-item ul li a {
    width: 200px;
    height: auto;
    margin: 0;
    padding: 11px 10px 8px 15px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    nav li.current-menu-item ul li a:hover {
      color: #052556;
      
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  nav li.current-menu-item ul li.sub-nav a {
    color: #afbd21; }

#select-nav {
  display: none; }

.hero {
  float: left;
  width: 100%;
  background-image: url(images/hero.jpg?v=1);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  height: 705px; }
  .hero .wrap {
    position: relative;
    height: 100%; }
  .hero.hero-sub {
    height: 350px; }
    .hero.hero-sub .headline {
      margin-top: 150px; }
  .hero .headline {
    text-align: left;
    margin-top: 310px;
    float: left;
    width: 830px; }
    .hero .headline h1 {
      font-weight: 700;
      font-size: 70px;
      padding: 20px 0 10px;
      color: #ababab;
      letter-spacing: -3px;
      text-transform: uppercase; }
    .hero .headline h2 {
      font-weight: 300;
      font-size: 39px;
      padding: 0;
      color: #ababab;
      letter-spacing: -2px; }
    .hero .headline p {
      font-weight: 400;
      font-size: 25px;
      line-height: 30px;
      padding: 0;
      margin: 20px 0;
      color: #ababab;
      width: 100%; }

.hero-slider {
  float: left;
  width: 100%;
  position: absolute;
  top: 155px;
  height: 705px; }
  .hero-slider .wrap {
    position: relative;
    height: 100%; }



.fullwidthbanner-container {
  float: left;
  width: 100%;
  margin-top: 100px !important; }

h1 {
  margin: 0;
  padding: 10px 0;
  color: #ababab;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
  letter-spacing: -2px; }
  h1.page-title {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px; }

h2 {
  margin: 0;
  padding: 20px 0;
  color: #ababab;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -2px; }
  h2 a {
    text-decoration: none; }
    h2 a:hover {
      text-decoration: underline; }

h3 {
  margin: 0;
  padding: 10px 0;
  color: #ababab;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -1px; }

h4 {
  margin: 0;
  padding: 10px 0;
  color: #717171;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -1px; }

main h4{  
	font-size: 21px;
	text-align: left;
	font-weight: 200;
	color: #949bb0;
	line-height: 31px;
	letter-spacing: 0;
}

p {
  margin: 0;
  padding: 10px 0;
  color: #717171;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: justify;
  font-family: 'Aaux ProRegular'; }
  p.more-blog {
    clear: both;
    display: block;
    text-align: center;
    width: 100%; }
    p.more-blog a {
      text-decoration: none;
      padding: 9px 40px;
      font-weight: 400;
      border: 1px solid #d3d3d3; }
  p.more {
    display: inline-block;
    margin-top: 30px; }
    p.more a {
      color: #fff;
      font-family: 'Aaux ProBold';
      padding: 10px 40px 12px;
      font-size: 18px;
      border: 1px solid #fff;
      background: transparent;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: all 0.3s easy;
      transition: all 0.3s easy; }
      p.more a:hover {
        color: #24408e;
        background: #fff; }

a {
  color: #24408e;
  font-weight: 300;
  text-decoration: underline;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    text-decoration: none; }
  a:active {
    outline: none; }
  a:focus {
    outline: none; }
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  a img.alignnone {
    margin: 5px 20px 20px 0; }
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.content {
  clear: both;
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
  float: left; }

.home .content {
  padding: 80px 0; }
  .home .content p {
    text-align: left; }

.home .contact-form {
  position: absolute; }

.home .full-content p, .rev_slider_wrapper p {
  text-align: center;}
.rev_slider_wrapper p {
	 width: 100% !important;
	 text-align: center !important; 
}
.home p.more-blog {
  text-align: center; }

.home .contact .contact-phone {
  text-align: right; }

.full-content {
  text-align: center;
  width: 100%; }
  .full-content h2 {
    font-size: 40px;
    padding: 10px 0; }
  .full-content p {
    font-size: 21px;
    line-height: 30px; }

.col-2 .col {
  width: 560px;
  float: left; }

.col-2 .col-last {
  float: right; }

.col-2-proc .col {
  width: 47% !important;
  float: left;
  margin: 0 !important; }

.col-2-proc .col-last {
  float: right; }

.col-3 .col {
  width: 350px;
  float: left; }
  .col-3 .col h3 {
    margin: 20px 0 10px; }

.col-3 .col-center {
  margin: 0 65px; }

.col-3-proc .col {
  width: 30% !important;
  float: left;
  margin: 0 5% 0 0 !important; }

.col-3-proc .col-last {
  margin: 0 0 0 0 !important; }

.col-4 .col {
  width: 272px;
  float: left;
  margin-right: 30px; }
  .col-4 .col h3 {
    font-size: 21px;
    margin-top: 10px; }
  .col-4 .col img {
    width: 100%;
    height: auto; }

.col-4 .col-last {
  margin-right: 0 !important; }

.col-5 .col {
  width: 20%;
  float: left;
  margin-right: 0px; }
  .col-5 .col h3 {
    font-size: 21px;
    margin-top: 10px; }
  .col-5 .col p {
    font-size: 16px;
    line-height: 21px; }
  .col-5 .col img {
    width: 100%;
    height: auto; }

.col-5 .col-last {
  margin-right: 0 !important; }

.sub-menu{
	box-shadow: 0 7px 7px 0px rgba(0,0,0,0.05);
	transition-duration: 0.4s;
}
.submenu {
  float: left;
  width: 100%;
  margin-top: 20px;
   }
  .submenu h5 {
    margin: 10px 0 5px; }
  .submenu ul {
    width: 100%;
    padding: 0; }
    .submenu ul li {
      border-bottom: 1px solid #ccc;
      margin: 0;
      padding: 0;
      background-position: left 18px; }
      .submenu ul li a {
        padding: 9px 0 9px 23px;
        display: block; }
      .submenu ul li.current_page_item {
        background-color: #eee; }

.submenu2 .sub-menu {
  visibility: visible !important;
  display: block !important; }

.submenu2 ul li {
  border: none;
  margin: 0;
  padding: 0; }
  .submenu2 ul li.current_page_item {
    background-color: orange; }
    .submenu2 ul li.current_page_item li {
      border-bottom: 1px solid #ccc;
      margin: 0; }
      .submenu2 ul li.current_page_item li a {
        display: block;
        padding: 9px 0 9px 23px; }
  .submenu2 ul li a {
    display: none; }
  .submenu2 ul li.current-page-ancestor li {
    border-bottom: 1px solid #ccc;
    margin: 0; }
    .submenu2 ul li.current-page-ancestor li a {
      display: block;
      padding: 9px 0 9px 23px; }
  .submenu2 ul li li.current_page_item {
    background-color: #eee; }

.col-contact-data {
  float: left;
  width: 300px; }

.col-map {
  float: right;
  width: 500px;
  margin-top: 20px; }
  .col-map iframe {
    width: 100%; }

.top-image {
  width: 100%;
  clear: both;
  min-height: 400px;
  background-size: cover;
  background-position: top center;
  background-image: url(images/hero.jpg?v=1);
  background-attachment: fixed;
  margin-top: 100px; }

main {
  box-sizing: border-box;
  padding: 60px 0;
  min-height: 300px;
  clear: both; }
  main h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    color: #24408e; }
  main h2 {
    font-size: 25px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #242424;
    margin: 0;
    padding: 0;
    clear: both; }
  main h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #24408e;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    clear: both; }
  main p {
    color: #242424;
      line-height: 26px;
    font-size: 17px;
    font-weight: 300;
    text-align: justify;
    letter-spacing: 0;
    font-family: 'Aaux ProRegular'; }

#about {
  height: 500px;
  background-image: url(images/hero.jpg?v=1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-sizing: border-box;
  padding-top: 220px;
  margin-top: 100px; }
  
  
/** main slider */
  
#main-slide-out{
	height: 650px;
	margin-top: 90px;
}
#main-slide{
	height: 100%;
	position: relative;
}

#main-slide.owl-carousel div:not(.owl-controls) {
  height: 100%;
}

#main-slide.owl-carousel .slide-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#main-slide .owl-nav,
#main-slide .owl-dots{
	height: auto !important;
}

#main-slide:hover .owl-nav{
	opacity: 0.7;
}

#main-slide  .owl-nav{
	position: absolute;
	top: 44%;
	width: 98%;
	margin-left: 1%;
	display: flex;
	justify-content: space-between;
	opacity: 0.0;
	transition-duration: 0.3s;
}
#main-slide  .owl-nav button span{
	font-size: 22px;
	color: #fff;
	background-color: #000;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	line-height: 35px;
	display: inline-block;
}
#main-slide  .owl-nav button:hover{
	background: none;
}

#main-slide .owl-dots{
	height: auto !important;
	position: absolute;
	bottom: 15px;
	width: 100%;
}
#main-slide.owl-theme .owl-dots .owl-dot span{
	background-color: rgba(255,255,255,0.6);
	margin: 3px;
	width: 8px;
	height: 8px;
	
}
#main-slide.owl-theme .owl-dots .owl-dot.active span {
	background-color: rgba(255,255,255,1);
}

	
	
	
  #main-slide-out{
	  background-color: #212331;
	  width: 100%;
  }	
  #main-slide{
	  opacity: 1;
  }
  #main-slide .top-image .inner{
	  height: auto !important; 
	  position: absolute;
	  bottom: 80px;
  }
  #main-slide h1,
  #about h1, .rev_slider_wrapper h1 {
    font-size: 38px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Aaux ProBlack';
    text-align: center !important;
    text-shadow: 0px 0px 80px rgba(0,0,0,1);
     }
     
  .rev_slider_wrapper h2 br{
	  display: none !important;
  }   
  
  
  #main-slide hr, 
  #about hr, .rev_slider_wrapper hr {
    margin: 10px auto;
    width: 100px;
    height: 2px;
    background: rgba(255, 255, 255, 0.6); }
    
  #main-slide h2,    
  #about h2, .rev_slider_wrapper h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #fff;
    text-align: center !important;  
    text-shadow: 0px 0px 80px rgba(0,0,0,1);
    }

 #main-slide h2 br{
	 display: none; 
 }
 
  #main-slide .inner p{
	  transition: none 0s ease 0s; 
	  text-align: inherit; 
	  line-height: 25px; 
	  border-width: 0px; 
	  margin: 15px 0px 0px; 
	  padding: 10px 0px; 
	  letter-spacing: 0px; 
	  font-weight: 300; 
	  font-size: 18px;
  }
  #main-slide .inner p a{
	  transition: none 0s ease 0s; 
	  text-align: inherit; 
	  line-height: 25px;
	  border-width: 1px; 
	  margin: 0px; 
	  padding: 10px 40px 12px; 
	  letter-spacing: 0px;
	  font-weight: 300; 
	  font-size: 18px;
	  color: #fff;
	  color: #fff;
	  font-family: 'Aaux ProBold';
	padding: 10px 40px 12px;
	font-size: 18px;
	border: 1px solid #fff;
	  border-top-width: 1px;
	  border-right-width: 1px;
	  border-bottom-width: 1px;
	  border-left-width: 1px;
	background: transparent;
	text-decoration: none;
	text-transform: uppercase;
	transition-duration: 0.6s;
	background-color: rgba(255,255,255,0);
	
}
#main-slide .inner p a:hover{
		background-color: #fff;
		color: #1a2b7e ;
	}
#main-slide  .top-image{
	margin-top: 0;
}
#main-slide  .top-image .inner{
	position: relative;
	z-index: 100;
}
 
 
.ares .tp-bullet{ width: 6px !important; height: 6px !important; }
#our-goal {
  background: #fff; }
  #our-goal .goal-border {
    width: 450px;
    float: left;
    box-sizing: border-box;
    padding: 20px 30px 80px;
    border: 3px solid #eaecee; }
    #our-goal .goal-border h4 {
      color: #1b2e7b;
      font-size: 16px;
      font-family: 'Aaux ProBold';
      letter-spacing: -1px;
      text-transform: uppercase;
      padding: 0; }
    #our-goal .goal-border hr {
      width: 20px;
      height: 1px;
      background: #1b2e7b;
      margin: 2px 0 20px; }
  #our-goal .right-col {
    width: 650px;
    float: right; }
    #our-goal .right-col h6 {
      padding-top: 20px;
      padding-right: 40px;
      color: #212374;
      font-family: 'Aaux ProRegular';
      font-size: 22px;
      line-height: 28px;
      font-weight: 300; }
    #our-goal .right-col p {
      color: #404040;
      margin-top: 10px;
      padding-right: 40px; }
    #our-goal .right-col hr {
      background-color: #d8d8d8;
      width: 100%;
      height: 1px;
      margin: 25px 0 15px 0; }
    #our-goal .right-col p.more {
      color: #181818; }
      #our-goal .right-col p.more a {
        color: inherit;
        padding-left: 0;
        position: relative; }
        #our-goal .right-col p.more a:hover {
	        opacity: 0.5;
        }
        #our-goal .right-col p.more a:after {
          position: absolute;
          top: 17px;
          right: 0;
          content: '';
          width: 18px;
          height: 9px;
          background: url(images/right-arrow.png); }

#our-services {
  clear: both;
  padding-bottom: 10px; }
  #our-services .col {
    box-sizing: border-box;
    border: 2px solid #fff; 
    text-decoration: none; }
    #our-services .col .services-image {
      width: 100%;
      height: 40vh;
      box-sizing: border-box;
      transition-duration: 0.9s; }
    #our-services .col:hover .services-image {
	    opacity: 0.6;
    }  
    #our-services .col h3 {
      font-family: 'Playfair Display', serif;
      padding-left: 30px;
      color: #fff; }
    #our-services .col hr {
      width: calc(100% - 30px);
      height: 1px;
      background: #fff;
      float: right; }
    #our-services .col p {
      color: #fff;
      text-transform: uppercase;
      padding-left: 30px;
      padding-bottom: 20px;
      font-size: 12px; }
      #our-services .col p span {
        color: inherit;
        text-decoration: none;
        display: block;
        position: relative; }
        #our-services .col p span:after {
          position: absolute;
          top: 10px;
          right: 45px;
          width: 18px;
          height: 9px;
          transition-duration: 0.5s;
          content: '';
          background: url(images/right-arrow-2.png);
          -webkit-transition: all 0.2s easy;
          transition: all 0.2s easy; }
        #our-services .col:hover p span:after {  
	         right: 30px
        }
      
  #our-services .col:nth-child(1) {
    background: #7b89b8; }
    #our-services .col:nth-child(1) .services-image { 
      background: url(images/churches-img2.jpg);  }
  #our-services .col:nth-child(2) {
    background: #395094; }
    #our-services .col:nth-child(2) .services-image {
      background: url(images/commercial-img2.jpg);  }
  #our-services .col:nth-child(3) {
    background: #1e3672; }
    #our-services .col:nth-child(3) .services-image {
      background: url(images/industrial-img2.jpg);  }
  #our-services .col:nth-child(4) { 
    background: #1d0c52; }
    #our-services .col:nth-child(4) .services-image {
      background: url(images/institutional-img2.jpg);  }
  #our-services .col:nth-child(5) {
    background: #0a1332; }
    #our-services .col:nth-child(5) .services-image {
      background: url(images/truss-img2.jpg); }
      
  #our-services .col:nth-child(6) {
    background: #0a1332; }
    #our-services .col:nth-child(6) .services-image {
      background: url(images/truss-img.jpg);
      background-size: cover; }   
  
  
  .page-template-page-projects #our-services .col{ width: 33%; }    
  .page-template-page-projects #our-services .col h3{ 
	    font-weight: 300;
		margin-bottom: 8px;
		margin-top: 23px;
		font-size: 23px;
  }  
  .page-template-page-projects #our-services .col .services-image{
	  height: 340px;
  }   
  #our-services .col .services-image{ background-position: center center !important; background-size: auto 105% !important; transition-duration: 0.5s; } 
  #our-services .col:hover .services-image{ background-size: auto 100% !important }
  .page-template-page-projects #our-services .col:nth-child(1) .services-image { background: url(images/churches-img2.jpg); } 
  .page-template-page-projects #our-services .col:nth-child(2) .services-image { background: url(images/commercial-img2.jpg); }
  .page-template-page-projects #our-services .col:nth-child(3) .services-image { background: url(images/industrial-img2.jpg); }
  .page-template-page-projects #our-services .col:nth-child(4) .services-image { background: url(images/institutional-img2.jpg); }
  .page-template-page-projects #our-services .col:nth-child(5) .services-image { background: url(images/residental-img2.jpg); }
  .page-template-page-projects #our-services .col:nth-child(6) .services-image { background: url(images/truss-img2.jpg); }
  
  .page-template-page-projects #our-services .col:nth-child(4) {  background: #101c4e; }
  .page-template-page-projects #our-services .col:nth-child(5) {  background: #1d0c52; }
  
  .page-template-page-projects  #clients-page .title-line{
	  padding-bottom: 30px;
  }

#our-projects {
  background: #f8f9fb; }
  #our-projects h4 {
    color: #1b2e7b;
    font-size: 16px;
    font-family: 'Aaux ProBold';
    letter-spacing: -1px;
    text-transform: uppercase;
    padding: 0; }
  #our-projects hr {
    width: 20px;
    height: 1px;
    background: #1b2e7b;
    margin: 2px 0 20px; }
  #our-projects p {
    width: 600px;
    float: right;
    padding-bottom: 40px; }
  #our-projects h3 {
    color: #233d92;
    font-family: 'Playfair Display', serif;
    padding-top: 5px;
    font-size: 48px; }
  #our-projects h5 {
    color: #a5acc9;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: lighter; }
#our-projects .title-line {
    float: left;
    width: calc(100% - 600px);
}
.mobile-visible {
    display: none;
}
  #our-projects table {
    margin-left: 0;
    width: 100%; }
    #our-projects table a {
      text-decoration: none; }
      #our-projects table a:hover {}
    #our-projects table tr td {
      border: 8px solid #f8f9fb;
      background-size: cover; }
    #our-projects table tr:nth-child(1) {
      height: 120px; }
      #our-projects table tr:nth-child(1) td:nth-child(1) {
        border-left: 0;
        width: 430px;
        background-image: url(images/projects-1.jpg); }
      #our-projects table tr:nth-child(1) td:nth-child(2) {
        background-image: url(images/projects-8.jpg); }
      #our-projects table tr:nth-child(1) td:nth-child(3) {
        background-image: url(images/projects-7.jpg); }
      #our-projects table tr:nth-child(1) td:nth-child(4) {
        border-right: 0;
        width: 230px;
        background-image: url(images/projects-6.jpg); }
    #our-projects table tr:nth-child(2) {
      height: 220px; }
      #our-projects table tr:nth-child(2) td:nth-child(1) {
        border-left: 0;
        padding: 0; }
        #our-projects table tr:nth-child(2) td:nth-child(1) div {
          padding: 30px 40px 60px;
          height: 100%;
          background: #fff;
          border: 6px solid #ecedf1; }
          #our-projects table tr:nth-child(2) td:nth-child(1) div h3 {
            color: #233d92;
            font-family: 'Playfair Display', serif;
            padding-top: 5px;
            font-size: 48px;
            line-height: 48px; }
          #our-projects table tr:nth-child(2) td:nth-child(1) div h5 {
            color: #a5acc9;
            font-family: 'Playfair Display', serif;
            font-size: 28px;
            line-height: 34px;
            font-weight: lighter; 
            display: inline-block; }
            #our-projects table tr:nth-child(2) td:nth-child(1) div h5::after{
	            content: "";
	            width: 0%;
	            height: 2px;
	            background-color:#a5acc9;
	            transition-duration: 0.5s;
	            display: block;
            }
            #our-projects  a:hover div h5::after{
	            width: 100% !important;
	        }    
      #our-projects table tr:nth-child(2) td:nth-child(2) {
        border-right: 0;
        background-image: url(images/projects-5.jpg); }
    #our-projects table tr:nth-child(3) {
      height: 140px; }
      #our-projects table tr:nth-child(3) td:nth-child(1) {
        border-left: 0;
        background-image: url(images/projects-2.jpg); }
      #our-projects table tr:nth-child(3) td:nth-child(2) {
        background-image: url(images/projects-3.jpg); }
      #our-projects table tr:nth-child(3) td:nth-child(3) {
        border-right: 0;
        background-image: url(images/projects-4.jpg); }

#testimonials {
  background: #fff; }
  #testimonials a:hover { text-decoration: none; }
  #testimonials .left-col {
    width: 650px;
    float: left; }
    #testimonials .left-col .item .img {
      box-sizing: border-box;
      float: left;
      width: 200px; 
      }
      
      #testimonials .left-col .item .txt h4 {
        color: #182660;
        font-size: 17px;
        padding-bottom: 3px;
        letter-spacing: 0;
        font-family: 'Aaux ProBold'; }
      #testimonials .left-col .item .txt h6 {
        color: #a5acc9;
        font-size: 16px;
        line-height: 18px;
        font-weight: lighter;
        font-family: 'Aaux ProRegular'; }
    #testimonials .left-col .item .txt {
      background-image: url(images/quotes.png);
      background-position: 0px 0px;
      background-repeat: no-repeat;
      width: 100%;
      box-sizing: border-box;
      padding: 20px 0 30px 30px;
      color: #c593c2;
      text-align: left; }
      #testimonials .left-col .item .txt p {
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        color: #2d2d2d; }
        #testimonials .left-col .item .txt p:first-child {
          text-indent: 50px; }
  #testimonials .testimonials-border, .box .testimonials-border {
    width: 450px;
    float: right;
    box-sizing: border-box;
    padding: 45px 20px 55px 40px;
    border: 3px solid #eaecee;
    text-align: left; }
   
   .home #testimonials .testimonials-border{
	   margin-top: 34px;
   }
   
   #col-right #testimonials .testimonials-border, .box .testimonials-border{
	   width: 100%;
	   padding: 30px 20px 36px 30px; 
   } 
   
   #col-right #testimonials .testimonials-border h3{
	   font-size: 40px; line-height: 35px;
   }
    #col-right #testimonials .testimonials-border hr{
	    margin-bottom: 5px; 
    }
    #testimonials .testimonials-border:hover h4, #testimonials .testimonials-border:hover h3, #testimonials .testimonials-border:hover h5 {
      text-decoration: none; }
      
    .box .testimonials-border{ 
	    background-image: url('images/bg-banner.png?v=1');
	    background-position: right top;
	    background-repeat: no-repeat;
	    padding: 20px 20px 25px 30px;
	    position: relative;
	    margin-top: 30px;
	    cursor: pointer;
	    
    }  
      
    #testimonials .testimonials-border h4, .box .testimonials-border h4 {
      color: #1b2e7b;
      font-size: 16px;
      font-family: 'Aaux ProBold';
      letter-spacing: -1px;
      text-transform: uppercase;
      padding: 0; }
    #testimonials .testimonials-border hr , .box .testimonials-border hr{
      width: 20px;
      height: 1px;
      background: #1b2e7b;
      margin: 2px 0 20px; }
    .box .testimonials-border hr  {
	    margin-bottom: 0px;
    }
    #testimonials .testimonials-border h3, .box .testimonials-border h3 {
      color: #233d92;
      font-family: 'Playfair Display', serif;
      padding-top: 5px;
      font-size: 48px; }
   
   	 .box .testimonials-border h3 {
	   	 font-size: 40px;
	   	 line-height: 45px;
	   	 margin-top: 0;
   	 }   
    #testimonials .testimonials-border h5, .box .testimonials-border h5 {
      color: #a5acc9;
      font-family: 'Playfair Display', serif;
      font-size: 30px;
      font-weight: lighter;
      display: inline-block;      }
    .box .testimonials-border h5 {
	    font-size: 25px;
	}      
	        
    #testimonials .testimonials-border h5::after, .box .testimonials-border h5::after {
	    width:0%;
	    content: "";
	    display: block;
	    height: 2px;
	    background-color: #a5acc9;
	    transition-duration: 0.4s;
    }  
    #testimonials .testimonials-border:hover h5::after, .box .testimonials-border:hover h5::after {
	    width: 100%;
	  } 
	 
	 .box .testimonials-border h6{
		 position: absolute;
		 font-weight: 300;
		 bottom: 30px;
		 font-size: 16px;
		 right: 30px;
		 color:#fff;
		 text-transform: uppercase;
		 transition-duration: 0.3s;
	 } 
	 
		 
	 .box .testimonials-border h6 span{
		 font-size: arial;
		 position: relative;
		 top:-2px;
		 font-size: 14px;
		 transition-duration: 0.3s;
		 margin-right: 10px;
		 margin-left: 5px;
	 }
	 .box:hover .testimonials-border h6 span{
		 margin-right: 0px;
		 margin-left: 15px;
	 }
  #testimonials #testi-naw {
    width: 100%;
    text-align: center;
    border-top: 1px solid #e9e8f0;
    padding-top: 20px;
    /*        bottom: -46px;
                position: absolute;*/ }
    #testimonials #testi-naw span {
      text-indent: -9999px;
      width: 20px;
      height: 14px;
      background-image: url(images/ik_circle.png);
      background-position: bottom center;
      background-repeat: no-repeat;
      cursor: pointer;
      display: inline-block;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      #testimonials #testi-naw span:hover, #testimonials #testi-naw span.cycle-pager-active {
        background-position: top center; }

#references {
  background: #dcdfeb;
  padding: 40px 0;
  clear: both; }
  #references p {
    text-align: center; }

#section-1 {
  background-image: url(images/bg_content-3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#section-2 {
  background-image: url(images/bg_content-3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#section-4 {
  background-image: url(images/bg_content-3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#section-3 {
  background-image: url(images/bg_content-3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.testimonials {
  background-image: url(images/bg_content-3.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center; }
  .testimonials #slider-testimonials {
    width: 900px;
    position: relative;
    margin: 30px auto; }
  .testimonials .item .txt {
    width: 100%;
    border: 1px solid #c5c5c5;
    padding: 60px 0 45px;
    border-radius: 30px;
    margin-top: -50px; }
    .testimonials .item .txt p {
      margin: 0 50px;
      text-align: center; }
    .testimonials .item .txt .sign {
      margin: 20px 0 0;
      color: #717171;
      font-weight: 700; }
  .testimonials .item .photo img {
    border-radius: 150px; }
  .testimonials .testi-arr {
    position: absolute;
    top: 220px;
    z-index: 3000;
    right: -60px;
    cursor: pointer;
    background-image: url(images/bg_naw.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 70px;
    background-position: right center;
    float: left; }
  .testimonials #testi-arr-next {
    right: auto;
    left: -60px;
    background-position: left center;
    float: right; }
  .testimonials #testi-naw {
    width: 100%;
    text-align: center;
    bottom: -46px;
    position: absolute; }
    .testimonials #testi-naw span {
      text-indent: -9999px;
      width: 20px;
      height: 14px;
      background-image: url(images/ik_circle.png);
      background-position: bottom center;
      background-repeat: no-repeat;
      cursor: pointer;
      display: inline-block;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
      .testimonials #testi-naw span:hover {
        background-position: top center; }
      .testimonials #testi-naw span.cycle-pager-active {
        background-position: top center; }

.home-blog .col {
  margin: 20px 0 40px; }

.home-blog .date {
  float: left;
  width: 75px;
  background-color: #d3d3d3;
  text-align: center;
  padding: 10px 0; }
  .home-blog .date .day {
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 35px;
    color: #fff;
    line-height: 40px; }
  .home-blog .date .my {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    margin: 0;
    padding: 0; }

.home-blog .txt {
  float: right;
  width: 470px;
  text-align: left;
  color: #fff;
  padding: 0;
  position: relative; }
  .home-blog .txt h3 {
    padding-top: 0; }

.contact {
  background-color: #f4f4f4; }
  .contact .item {
    float: left;
    width: 230px; }
  .contact h4 {
    font-size: 18px; }
  .contact p {
    padding-top: 0; }
  .contact .col-last {
    text-align: right;
    float: right; }
  .contact .contact-phone {
    font-size: 47px;
    letter-spacing: -2px;
    padding-top: 10px;
    text-align: right; }

.social {
  text-align: right;
  margin-top: 18px; }
  .social a {
    display: inline-block;
    width: 54px;
    height: 54px;
    margin: 0;
    border: 1px solid #d3d3d3;
    background-position: center center; }
    .social a:hover {
      opacity: 0.5; }
    .social a .fa {
      font-size: 24px;
      vertical-align: middle;
      line-height: 50px;
      text-align: center;
      width: 100%; }

.post {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px; }
  .post h2 {
    font-size: 40px; }
  .post .more-blog {
    text-align: left;
    margin: 10px 0 20px; }
    .post .more-blog a {
      padding: 9px 25px; }

.pagination {
  clear: both;
  display: block;
  margin: 0 0 5px 0;
  padding: 25px 0 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px; }
  .pagination a {
    margin: 2px;
    padding: 7px 12px;
    color: #989898;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px; }
    .pagination a:hover {
      color: #fff;
      text-decoration: none;
      background: #ddd;
      border: 1px solid #ddd;
      border-radius: 5px; }
      .pagination a:hover strong {
        color: #fff; }
  .pagination .on {
    margin: 2px;
    padding: 7px 12px;
    color: #fff;
    font-weight: 600;
    background: #ddd;
    border: 1px solid #ddd;
    border-radius: 5px; }

#col-left {
  float: left;
  width: 830px; }

#col-right {
  float: right;
  width: 300px; }
  #col-right h3 {
    color: #fff;
    margin-bottom: 10px; }
  #col-right ul li a {
    color: #161616;
    text-decoration: none;
    font-size: 14px; }
    #col-right ul li a:hover {
      color: #24408e;
      text-decoration: underline; }
  #col-right .person-profile {
    width: 100%;
    margin-bottom: 30px; }
  #col-right .banner {
    margin-top: 30px;
    float: left; }
  #col-right .form {
      float: left;
      width: 100%;
    background: #24408e;
    box-sizing: border-box;
    padding: 30px 30px 10px;
    margin-bottom: 15px;  }
    
    #col-right .form h3 {
      color: #fff; 
      font-family:'Playfair Display', serif;
      font-size: 35px; 
      font-weight: 300;
      margin-top: 13px; 
      margin-bottom: 20px;}
    #col-right .form h5{
	    color:#fff;
	    font-size: 14px;
	    font-weight: 300;
	    text-transform: uppercase; 
	    margin-top: 5px;
    }  
    #col-right .form hr{
	    width: 20px;
		height: 1px;
		background: #fff;
		margin: 10px 0 0px;
	}    
  #col-right form {
    float: left;
      width: 100%;
      padding: 0 0 10px;
    box-sizing: border-box; }
#col-right form p {
    float: left;
    width: 100%;
}
    #col-right form input {
      width: 100%;
      box-sizing: border-box;
      padding: 10px 20px;
      height: 40px;
      background: transparent;
      color: #fff;
      border: 1px solid #fff;
      font-weight: 600; }
      #col-right form input::-webkit-input-placeholder {
        color: #fff;
        font-weight: 400; }
      #col-right form input::-moz-placeholder {
        color: #fff;
        font-weight: 400; }
      #col-right form input:-ms-input-placeholder {
        color: #fff;
        font-weight: 400; }
      #col-right form input::placeholder {
        color: #fff;
        font-weight: 400; }
    #col-right form input[name="your-file"] {
      opacity: 0;
      position: absolute; }
    #col-right form #fake-file {
      display: inline;
      position: relative;
      float: left;
      width: 100%;
      box-sizing: border-box;
      padding: 12px 20px;
      height: 40px;
      background: transparent;
      font-size: 14px;
      border: 1px solid #fff;
      color: #fff;
      cursor: pointer;
      cursor: hand;
      margin-bottom: 10px; }
    #col-right form textarea {
      width: 100%;
      box-sizing: border-box;
      height: 120px;
      padding: 10px 20px;
      resize: none;
      color: #fff;
      background: transparent;
      border: 1px solid #fff;
      font-weight: 600; }
      #col-right form textarea::-webkit-input-placeholder {
        color: #fff;
        font-weight: 400; }
      #col-right form textarea::-moz-placeholder {
        color: #fff;
        font-weight: 400; }
      #col-right form textarea:-ms-input-placeholder {
        color: #fff;
        font-weight: 400; }
      #col-right form textarea::placeholder {
        color: #fff;
        font-weight: 400; }
    #col-right form input[type="submit"] {
      cursor: pointer;
      cursor: hand;
      font-weight: 600;
      text-transform: uppercase;
      width: 100%;
      float: right;
      padding: 0 50px;
      -webkit-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in;
      background: #fff;
      color: #24408e; }
      #col-right form input[type="submit"]:hover {
        color: #fff;
        background: #24408e; }
    #col-right form span.wpcf7-not-valid-tip {
      display: none; }
    #col-right form div.wpcf7-validation-errors {
      
      
      margin: 0;
      font-size: 14px;
      line-height: 18px; }

.widget {
  border-bottom: 1px solid #ddd; }
  .widget h2 {
    font-size: 30px;
    padding: 20px 0 10px; }
  .widget ul {
    padding: 5px 0 15px; }
  .widget li {
    padding: 5px 0 10px 15px;
    text-align: left; }
    .widget li a {
      text-decoration: none; }
      .widget li a:hover {
        text-decoration: underline; }

.widget_search {
  padding: 15px 0;
  float: left;
  margin-bottom: 20px; }
  .widget_search label {
    font-size: 30px;
    font-weight: 300;
    color: #ababab;
    display: block;
    line-height: 32px; }
  .widget_search input {
    font-size: 15px;
    font-weight: 300;
    font-family: Open Sans; }
    .widget_search input#s {
      padding: 6px 9px;
      width: 280px;
      border: 1px solid #ddd;
      margin: 5px 0; }
    .widget_search input#searchsubmit {
      display: inline-block;
      background-color: #9d9d9d;
      padding: 9px 40px;
      font-weight: 700;
      color: #fff;
      border: 1px solid #9d9d9d;
      text-decoration: none;
      cursor: pointer; }
      .widget_search input#searchsubmit:hover {
        background: none;
        color: #9d9d9d; }

form {
  margin: 0;
  padding: 0; }
  form p {
    clear: both;
    margin: 0;
    padding: 0; }

label {
  float: left;
  width: 150px;
  margin: 0;
  padding: 3px 0 0;
  line-height: 18px; }

input {
  float: left;
  width: 175px;
  color: #777;
  font-family: Helvetica Neue, helvetica, arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 14px;
  padding: 4px;
  margin: 0 0 10px 0;
  background: #fdfdfd;
  border: 1px solid #aaa; }
  input.error {
    border: 1px solid #ec2b2b; }
  input.wpcf7-not-valid {
    border: 1px solid #ec2b2b; }

select {
  float: left;
  width: 185px;
  color: #777;
  font-family: Helvetica Neue, helvetica, arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 14px;
  padding: 2px;
  margin: 0 0 10px 0;
  background: #fdfdfd;
  border: 1px solid #aaa; }

textarea {
  float: left;
  width: 300px;
  height: 75px;
  color: #777;
  font-family: Helvetica Neue, helvetica, arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 14px;
  padding: 4px;
  margin: 0 0 10px 0;
  background: #fdfdfd;
  border: 1px solid #aaa; }

table {
  padding: 0;
  margin: 2px 40px 16px;
  border: 0; }
  table caption {
    color: #444;
    background: #ddd;
    padding: 5px 8px;
    font-family: helvetica, Helvetica Neue, arial, tahoma, verdana, helvetica, sans-serif;
    font-size: 17px;
    line-height: 21px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #fff; }
  table tr th {
    text-align: left;
    padding: 4px 8px;
    color: #777;
    background: #e7e7e7; }
  table tr td {
    padding: 3px 8px;
    color: #666;
    font-family: helvetica, Helvetica Neue, arial, tahoma, verdana, helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    vertical-align: middle;
    border-bottom: 1px solid #e7e7e7; }
  table thead tr th {
    text-align: left;
    padding: 4px 8px;
    color: #777;
    background: #e7e7e7; }
  table tbody tr td {
    padding: 3px 8px;
    color: #666;
    font-family: helvetica, Helvetica Neue, arial, tahoma, verdana, helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    vertical-align: middle;
    border-bottom: 1px solid #e7e7e7; }
  table tfoot tr td {
    color: #888;
    font-size: 11px;
    padding: 2px 8px; }

.aleft {
  text-align: left; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

.fleft {
  float: left; }

.fcenter {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.fright {
  float: right; }

.fnone {
  float: none; }

.cboth {
  clear: both; }

.clear {
  clear: both;
  display: block;
  width: 100%; }

.cleft {
  clear: left; }

.cright {
  clear: right; }

.nowrap {
  white-space: nowrap; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

.contact-form {
  background-color: #d4d4d4;
  width: 240px;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  z-index: 999; }
  .contact-form h3 {
    color: #ababab;
    font-weight: 600;
    font-size: 33px; }
  .contact-form textarea {
    color: #8c8c8c;
    font-weight: 300;
    font-size: 17px;
    background-color: #eeeeee;
    border: 1px solid #b6b6b6;
    width: 208px;
    padding: 7px 15px;
    margin: 4px 0;
    font-family: Open sans;
    height: 120px; }
  .contact-form select {
    color: #8c8c8c;
    font-weight: 300;
    font-size: 17px;
    background-color: #eeeeee;
    border: 1px solid #b6b6b6;
    width: 208px;
    padding: 7px 15px;
    margin: 4px 0;
    font-family: Open sans;
    width: 240px; }
  .contact-form .button {
    color: #8c8c8c;
    font-weight: 300;
    font-size: 17px;
    background-color: #eeeeee;
    border: 1px solid #b6b6b6;
    width: 208px;
    padding: 7px 15px;
    margin: 4px 0;
    font-family: Open sans;
    width: 240px;
    font-size: 20px;
    color: #fff;
    background-color: #b3b3b3;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-transform: uppercase; }
    .contact-form .button:hover {
      background-color: #d7d7d7;
      color: #b3b3b3; }
  .contact-form .wpcf7-not-valid {
    border: 1px solid #cd0000 !important; }
  .contact-form div.wpcf7-validation-errors {
    
    font-size: 13px;
    font-weight: 300;
    font-family: Open sans;
    color: #cd0000; }
  .contact-form div.wpcf7-response-output {
    margin: 0;
    padding: 0; }
  .contact-form input.text {
    color: #8c8c8c;
    font-weight: 300;
    font-size: 17px;
    background-color: #eeeeee;
    border: 1px solid #b6b6b6;
    width: 208px;
    padding: 7px 15px;
    margin: 4px 0;
    font-family: Open sans; }

	     
  .contact-form span.wpcf7-not-valid-tip {
    display: none; }

.sidebar-form {
  position: inherit;
  margin-bottom: 20px; }

.slicknav_menu {
  background: transparent none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: -100px;
  width: 100%;
  z-index: 1000;
  display: none; }

.slicknav_btn {
  background-color: #212374;
  padding: 41px 15px; 
  top:100px;}
 
.slicknav_menu.sticky .slicknav_btn{
	padding: 28px 15px;
}

#footer-contact {
	position: relative;
	z-index: 1;
  background-image: url(images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 50px 0 60px;
  clear: both; }
  #footer-contact .h3form{
	  margin-bottom: 10px;
  }
  #footer-contact h5{
	  color:#fff;
	  font-weight: 300;
	  line-height: 30px;
	  font-size: 20px;
  }
  #footer-contact .col {
    padding: 30px 0; }
  div.wpcf7-validation-errors{
	  border: 1px solid #cd0000 !important;
  }  
  .wpcf7-display-none{
	  display: none ;
  }
  div.wpcf7-response-output{
	  margin: 15px 0 0 0 !important;
	  padding: 0 !important;
	  color:#fff;
	  font-size: 13px; 
	  font-weight: 300;
	  width: auto;
	  clear: both;
	  padding: 8px; 
	  background-color: #fce3e1;
	  border: 1px solid #dd3633;
	  color:#000;
	  padding: 8px !important;
	  border-radius: 4px;
	  text-align: center;
	  
  }
  #footer-contact form {
    width: 530px;
    box-sizing: border-box;
    padding-right: 50px;
    /*        input[name="your-file"]{
                    visibility: hidden;
                    padding-left: -200px;
                    position: relative;           
                    opacity: 0;
                    &:before{
                        content: 'File';
                        display: inline-block;
                        position: absolute;
                        opacity: 1;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        white-space: nowrap;
                        cursor: pointer;
                        box-sizing: border-box;
                        padding: 10px 20px;
                    }
                }*/
    /*        input[name="your-file"]::-webkit-file-upload-button {
                    visibility: hidden;
                }
                input[name="your-file"]::before {
                    content: 'File';
                    display: inline-block;
                    box-sizing: border-box;
                    outline: none;
                    white-space: nowrap;
                    cursor: pointer;
                }*/ }
    #footer-contact form input {
      width: calc(50% - 5px);
      box-sizing: border-box;
      padding: 10px 20px;
      height: 40px;
      background: transparent;
      color: #fff; }
     #footer-contact form input.text-full {
	     width: 100%;
     }  
     #footer-contact form input.text-c{
	     
		 float: right;
     }
    #footer-contact form input[name="your-name"] {
       }
    #footer-contact form input[name="your-email"], #footer-contact form input[name="your-file"] {
      position: relative;
      left: 10px; }
    #footer-contact form input[name="your-file"] {
      opacity: 0;
      position: absolute; }
    #footer-contact form #fake-file {
      display: inline;
      position: relative;
      left: 10px;
      float: left;
      width: calc(50% - 5px);
      box-sizing: border-box;
      padding: 12px 20px;
      height: 40px;
      background: transparent;
      font-size: 14px;
      border: 1px solid #aaa;
      color: #aaa;
      cursor: pointer;
      cursor: hand; }
    #footer-contact form textarea {
      width: 100%;
      box-sizing: border-box;
      height: 120px;
      padding: 10px 20px;
      resize: none;
      color: #fff;
      background: transparent; }
    .page-template-page-contact #footer-contact form textarea {
	    color:#000;
    }  
    #footer-contact form input[type="submit"] {
      cursor: pointer;
      cursor: hand;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      width: auto;
      float: right;
      padding: 0 50px;
      transition-duration: 0.3s; }
     #footer-contact form input[type="submit"]:hover{
	     background-color: #fff;
	     color:#24408e;
     }  
  #footer-contact h3 {
    color: #fff; }
  #footer-contact p {
    color: #fff; }
  #footer-contact a {
    color: #fff;
    font-family: 'Aaux ProRegular'; }
  #footer-contact h2 {
    margin-top: 40px; }
    #footer-contact h2 a {
      text-decoration: none;
      padding-left: 20px;
      letter-spacing: 0px;
      font-size: 47px;
      font-weight: 500;
      font-family: 'Aaux ProRegular'; }
  #footer-contact table {
    margin: 0; }
    #footer-contact table tbody tr td {
      border-bottom: none;
      color: #fff;
      padding-left: 0;
      font-size: 18px; 
      line-height: 25px; 
       }
      
       #footer-contact table tbody tr td a{
	       line-height: 16px; 
		   text-decoration: none;
	   }
	    #footer-contact table tbody tr td a.email{
		    text-decoration: underline;
	    }
	   #footer-contact table tbody tr td a:hover{
		   opacity: 0.5;
	   }
  #footer-contact .col {
    border-right: 1px solid #aaa; }
  #footer-contact .col-last {
    border-right: 0; }

.icon-phone-blue{
	display: none; 
}

.page-template-page-contact main{
	min-height: 0;
}
.page-template-page-contact #footer-contact{
	background: none;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #eee;
}
.page-template-page-contact #footer-contact .col{
	float: right;
	border-right: 0;
}
.page-template-page-contact #footer-contact .col-last{
	float: left;
	padding-left: 0 !important;
} 
.page-template-page-contact #footer-contact form input{
	color:#000;
}
.page-template-page-contact #footer-contact h3, .page-template-page-contact #footer-contact a{
	color:#24408e;
}
.page-template-page-contact #footer-contact p, .page-template-page-contact #footer-contact table tbody tr td, .page-template-page-contact #footer-contact table tbody tr td a{
	color:#242424;
}
.page-template-page-contact #footer-contact form input[type="submit"]{
	color:#fff;
	background-color: #24408e;
}
.page-template-page-contact .icon-phone-blue{
	display: inline-block; 
}
.page-template-page-contact .icon-phone{
	display: none;  
}
.page-template-page-contact #footer-contact form{ 
	margin-right: -23px;
	width: 100%;
	padding-right: 0;
}
#footer-contact .col{ }



#map{
	display: none;
	width: 100%;
}
#map iframe{
	width: 100%;
}
.page-template-page-contact #map{
	display: block;
}

#clients-page h1 {
  font-size: 20px;
  line-height: 28px;
  color: #373737;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 50px;
  text-align: center; }

#clients-page h2 {
  color: #24408e;
  font-weight: 600; }

#clients-page ul li {
  font-size: 16px;
  line-height: 30px;
  color: #373737; }

#footer {
  width: 100%;
  padding: 20px 0 20px;
  color: #373737;
  letter-spacing: -0.4px;
  background-color: #fff; }
  #footer small {
    display: block;
    margin: 10px 0; }
  #footer .col {
    float: left;
    width: 50%; }
    #footer .col p {
      color: #373737;
      font-size: 14px; }
      #footer .col p a {
        font-size: 14px; }
  #footer .col-last {
    color: #bebebe;
    float: right; }
    #footer .col-last p {
      text-align: right; }
  #footer span {
    color: #b5b5b5;
    display: block; }
  #footer a {
    color: inherit;
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }

.more-blog a:hover {
  color: #fff;
  background-color: #d3d3d3; }

.tagcloud a {
  padding: 3px 0;
  display: inline-block; }

span.wpcf7-not-valid-tip {
  display: none !important; }

div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.slicknav_nav{
	margin-top: 199px;
}
.slicknav_nav li {
  background: none;
  background-color: #212374; }
  .slicknav_nav li a:hover {
    background-color: #2e308c !important; }

.slicknav_nav a{
	font-size: 15px;
	padding: 5px 10px;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
}
.slicknav_nav a a{
	border: none;
}
.slicknav_nav .slicknav_row{ 
	padding: 5px 10px; 
}
.sticky .slicknav_nav{
	margin-top: 173px;
}




.top-image .wrap {
    position: relative;
    min-height: 400px; 
}

.top-image .inner {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
}

.top-image h3 {
    line-height: 50px;
    padding: 0;
    color: #fff;
    font-size: 40px;
    font-family: 'Aaux ProBlack';
    text-transform: uppercase;
    text-shadow: 0px 0px 80px rgba(0,0,0,1);
}

.top-image p {
    line-height: 47px;
    padding: 0;
    color: #fff;
    font-size: 39px;
    font-family: 'Playfair Display', serif;
    letter-spacing: -2px;
    text-align: center;
    text-shadow: 0px 0px 80px rgba(0,0,0,1);
}

#col-right .pages-list {
    margin: 0 0 15px;
    padding: 22px 26px 20px 20px;
    background-color: #6a7593;
}

#col-right .pages-list ul li {
    position: relative;
    display: block;
    background-image: none;
    padding: 0;
}

#col-right .pages-list ul li:after {
    content: '';
    position: absolute;
    right: 0;
    opacity: 0;
    -webkit-transition: .4s ease;
            transition: .4s ease;   
}

/*#col-right .pages-list ul li.page_item_has_children:after,*/
#col-right .pages-list ul li.current_page_item:after {
    opacity: 1;
}

#col-right .pages-list > ul {
    padding: 0;
}

#col-right .pages-list > ul > li {
    padding:0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);  
}

#col-right .pages-list > ul > li:after {
    top: 17px;
    width: 12px;
    height: 7px;
    background: url(images/sidebar-menu-arrow-big.png) center center no-repeat;
}

#col-right .pages-list > ul > li > a {
    position: relative;
    display: block;
    line-height: 20px;   
    color: #fff;
    font-size: 17px;
    font-family: 'Aaux ProRegular';
    letter-spacing: -1px;
    text-decoration: none;
    border-bottom: solid 1px #6a7593;
    padding: 9px 0 10px;
}

/*#col-right .pages-list > ul > li.page_item_has_children > a,*/
#col-right .pages-list > ul > li > a:hover {
    color: #c0c6de;
}

#col-right .pages-list ul.children {
    padding: 10px 0 4px 26px;
}

#col-right .pages-list ul.children li {
    position: relative;
    line-height: 1;
    padding: 5px 0;
}

#col-right .pages-list ul.children li:after {
    top: 12px;
    width: 8px;
    height: 5px;
    background: url(images/sidebar-menu-arrow-small.png) center center no-repeat;
}

#col-right .pages-list ul.children li a {
    display: inline-block;
    line-height: 16px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
    border-bottom: solid 1px #6a7593;
}

#col-right .pages-list ul li.current_page_item > a,
#col-right .pages-list ul.children li a:hover {
    color: #c0c6de;
}

#clients-page .title-line {
    float: left;
    width: 100%;
    padding: 0 0 62px;
}

#clients-page .title-line .title {
    float: left;
}

#clients-page .title-line .title h1 {
    line-height: 60px;
    margin: 0;
    padding: 0;
    color: #1c2e7c;
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    letter-spacing: -2px;
    text-align: left;
}

#clients-page .title-line .title p {
    line-height: 37px;
    padding: 0;
    color: #979ebf;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    letter-spacing: -2px;
    text-align: left;
}

#clients-page .title-line .text {
    float: right;
    width: 612px;
    margin: 0 20px 0 0;
}

#clients-page .title-line .text p {
    line-height: 28px;
    padding: 0;
    color: #181818;
    font-size: 19px;
    font-family: 'Aaux ProRegular';
    letter-spacing: -1px;
    text-align: left;
}

#clients-page ul.clients-list,
#clients-page ul.clients-list li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#clients-page ul.clients-list > li {
    border-top: solid 1px #d9d9d9;
    background-image: none;
}

#clients-page ul.clients-list li .image {
    float: left;
    width: 310px;
}

#clients-page ul.clients-list li .image img {
    float: left;
    width: 100%;
    height: auto;
    vertical-align: top;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}

#clients-page ul.clients-list li .image h3 {
    float: left;
    width: 100%;
    line-height: 30px;
    padding: 30px 0 20px 33px;
    color: #fff;
    font-size: 30px;
    letter-spacing: -2px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    background-color: #182660;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#clients-page ul.clients-list li .image h3 span {
    position: relative;
    display: block;
    padding: 0 0 16px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

#clients-page ul.clients-list li .image h3 span:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 32px;
    width: 16px;
    height: 7px;
    background: url(images/clients-title-arrow.png) center center no-repeat;
}

#clients-page ul.clients-list li .text {
    float: left;
    width: calc(100% - 310px);
    padding: 45px 0 50px;
}

#clients-page .col {
    float: left;
    width: 390px;
    
}

#clients-page .col-first {
    margin: 0 0 0 63px;
}

#clients-page .col-second {
    margin: 0 0 0 25px;
}

#clients-page .col ul {
    float: left;
    width: 100%;
    padding: 0;
}

#clients-page .col ul li {
    position: relative;
    line-height: 28px;
    padding: 0 0 0 22px;
    color: #181818;
    font-size: 17px;
    font-family: 'Aaux ProRegular';
    letter-spacing: -1px;
    background-image: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#clients-page .col ul li:before {
    content: '\f054';
    position: absolute;
    top: 1px;
    left: 0;
    color: #182660;
    font-size: 9px;
    font-family: FontAwesome;
}
#subClientsMenu.sticky{ 
	position: fixed;
	top:60px;
	width: 254px;
}
#subClientsMenu.sticky2{ 
	position: absolute;
	top:auto;
	bottom:625px;
	width: 254px;
}

#testi-page h2 {
    line-height: 60px;
    margin: 0 0 40px;
    padding: 0 0 20px;
    color: #1c2e7c;
    font-size: 55px;
    font-family: 'Playfair Display', serif;
    letter-spacing: -2px;
    border-bottom: solid 1px #d9d9d9;
}

#testi-page .masonry {
    column-count: 2;
    column-gap: 68px;
}

#testi-page .item {
    display: inline-block;    
    width: calc(100% - 35px);
    margin: 0 0 55px 35px;
    padding: 40px 0 36px;
    border-bottom: solid 1px #d4d8e7;
}

#testi-page .item .text {
    position: relative;
}

#testi-page .item .text:before {
    content: '';
    position: absolute;
    top: -32px;
    left: -23px;
    width: 58px;
    height: 47px;
    color: #d4d8e8;
    font-size: 170px;
    background: url(images/testi-text-blockquote.png) center center no-repeat;
    background-size: cover;
}

#testi-page .item p {
    line-height: 23px;
    margin: 0 0 16px;
    padding: 0;
    color: #181818;
    font-size: 17px;
    font-family: 'Aaux ProRegular';
    letter-spacing: -1px;
}

#testi-page .item p:first-child:first-letter {
    margin: 0 0 0 52px;
}

#testi-page .item h4 {
    position: relative;
    line-height: 22px;
    padding: 0 0 0 18px;
    color: #182660;
    font-size: 19px;
    font-family: 'Aaux ProBold';
}

#testi-page .item h4:before {
    content: '~';
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    color: #182660;
    font-size: 19px;
    font-family: 'Aaux ProBold';
}

#testi-page .item h5 {
    line-height: 22px;
    padding: 3px 0 0 18px;
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Aaux ProRegular';
    font-weight: 400;
    letter-spacing: -1px;
}

#testi-page .item img {
    margin: 12px 0 0 18px;
    
}

div.wpcf7 .ajax-loader {
    display: none !important;
}
div.wpcf7-mail-sent-ok{
	background-color:#e7f3e4;
	border: 1px solid #52ad3e !important;
	color:#3a8f15;
	padding: 8px;
	width: auto !important;
}



/* team */
.person{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 20px;
}
.person .photo{
	float: left;
	width: 22%;
}
.person .photo img{
	width: 100%;
}
.person .txt{
	float: right;
	width: 75%;
}
.person .txt h3{
	margin: 8px 0 0px;
	font-size: 18px;
}


.ddsg-wrapper h2{ 
	display: none; 
}

.grecaptcha-badge{
	z-index: 10 !important;
}


/* projects */
.projects{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.projects .item{
	float: left;
	width: 32%;
	height: 250px;
	margin:0 2% 0 0;
	text-align: center;
	text-decoration: none;
}
.projects .item:nth-child(3n) {
	margin-right: 0;
}
.projects .item .title{
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	margin-top: 10px;
	display: block;
	float: left;
	width: 100%;
	line-height: 18px;
}
.projects .item .photo{
	float: left;
	width: 100%;
	height: 193px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 102% auto;
	transition-duration: 0.5s;
}
.projects .item .photoOut{
	background-color: #1a2b7e;
	display: block;
	float: left;
	width: 100%;
}
.projects .item:hover .photo{
	opacity: 0.8;
	background-size: 110% auto;
}