input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

html, body {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
  color: #1d3d51;
  font-size: 18px;
  background-color: #cfdde6; }

input[type=text], input[type=email] {
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 0 4px 0 10px;
  line-height: 28px;
  height: 28px;
  margin-bottom: 4px;
  width: 388px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.sf-menu ul li a:hover, .sf-menu ul li.active a {
  background-color: #5d869f;
  font-weight: 700;
  color: #fff; }

html {
  color: #000;
  background: #fff; }

body {
  margin: 0;
  padding: 0; }

form {
  background-color: #cfdde6; }

div {
  margin: 0;
  padding: 0; }

dl {
  margin: 0;
  padding: 0; }

dt {
  margin: 0;
  padding: 0; }

dd {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  margin: 0;
  padding: 0;
  list-style: none; }

li {
  margin: 0;
  padding: 0; }

h1 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-size: 60px;
  font-weight: 300; }
  h1.smaller {
    font-size: 48px; }

h2 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-family: 'Open Sans Condensed', 'sans-serif';
  font-size: 25px;
  color: #7ca5bf;
  line-height: 26px;
  font-weight: 700; }

h3 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400; }
  h3 a {
    color: #ffffff; }

h4 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal; }

h5 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal; }

h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700; }

pre {
  margin: 0;
  padding: 0; }

code {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal; }

form {
  margin: 0;
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  margin: 0;
  padding: 0;
  color: #000; }

input, textarea {
  margin: 0;
  padding: 0;
  width: 100% !important; }

textarea {
  margin: 0;
  padding: 0;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 4px 4px 4px 10px;
  line-height: 18px;
  height: 84px;
  width: 510px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 15px; }

p {
  margin: 0;
  padding: 0;
  line-height: 24px;
  margin-bottom: 10px; }

blockquote {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-align: center;
  font-style: italic;
  margin: 8px 8px 20px; }

th {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  text-align: left; }

td {
  margin: 0;
  padding: 0; }

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

img {
  border: 0; }

address {
  font-style: normal;
  font-weight: normal; }

caption {
  font-style: normal;
  font-weight: normal;
  text-align: left; }

cite {
  font-style: normal;
  font-weight: normal;
  background-image: url("/images/blockquote-arrow.png");
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  bottom: -35px;
  padding-top: 16px;
  width: 100%;
  text-align: center;
  left: 0; }

dfn {
  font-style: normal;
  font-weight: normal; }

em {
  font-style: normal;
  font-weight: normal; }

strong {
  font-style: normal;
  font-weight: normal;
  font-weight: 700; }

var {
  font-style: normal;
  font-weight: normal; }

q:before {
  content: ''; }
q:after {
  content: ''; }

abbr {
  border: 0;
  font-variant: normal; }

acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

select {
  cursor: pointer; }

b {
  font-weight: 700; }

a {
  text-decoration: none;
  color: #6b482e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.content {
  width: 100%;
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .content:after {
    clear: both;
    content: '';
    display: block; }

.button {
  color: #fff;
  background-color: #5d86a1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  border: 1px #131519 solid;
  padding: 5px 20px;
  text-align: center;
  display: block;
  margin: 0 auto; }

.clearfix {
  clear: both;
  display: block; }

input[type=submit] {
  background-color: #1a394d;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  line-height: 34px;
  height: 34px;
  font-size: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 145px;
  text-align: center; }

::-webkit-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

.pad {
  padding-left: 10px; }

.customSelect {
  width: 100%; }

.customSelectInner {
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding-left: 10px;
  padding-right: 24px;
  line-height: 28px;
  height: 28px;
  margin-bottom: 4px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("/images/polygon.png");
  background-repeat: no-repeat;
  background-position: right center; }

.tb {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center; }

.tc {
  display: table-cell;
  vertical-align: middle; }

#header {
  background-color: #1d3d51;
  padding-top: 18px; }

.logo {
  background-image: url("/images/logo.png");
  background-repeat: no-repeat;
  width: 211px;
  height: 208px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -99999px; }
  @media only screen and (max-width: 768px) {
    .logo {
      position: relative;
      display: block;
      float: none;
      margin: 0 auto; } }

.topRight {
  float: right;
  margin-top: 105px;
  margin-bottom: 25px;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .topRight {
      float: none;
      margin-top: 20px;
      margin-bottom: 0;
      padding-bottom: 0;
      text-align: center; } }

.email-now {
  display: inline-block;
  padding-left: 50px;
  background-image: url("/images/email.png");
  background-repeat: no-repeat;
  line-height: 42px;
  color: #fff !important;
  font-weight: 400;
  font-size: 20px; }
  .email-now a {
    line-height: 42px;
    color: #fff;
    font-weight: 400;
    font-size: 20px; }
  @media only screen and (max-width: 768px) {
    .email-now b {
      display: none; } }

.call-now {
  display: inline-block;
  padding-left: 50px;
  background-image: url("/images/phone.png");
  background-repeat: no-repeat;
  line-height: 42px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px; }
  .call-now a {
    line-height: 42px;
    color: #fff;
    font-weight: 400;
    font-size: 20px; }
  @media only screen and (max-width: 768px) {
    .call-now b {
      display: none; } }

.main-menu {
  background-image: url("/images/menu-shadow.jpg");
  background-repeat: repeat-x;
  background-position: left top; }
  .main-menu ul {
    padding: 10px 0 5px;
    float: right;
    position: relative; }
    .main-menu ul li ul {
      display: none;
      margin-right: 0;
      padding: 0;
      position: absolute;
      top: 47px;
      left: -15px;
      z-index: 10000;
      min-width: 200px; }
      .main-menu ul li ul li {
        background-color: white;
        background-image: none;
        background-position: inherit;
        background-repeat: no-repeat;
        padding: 5px 10px;
        width: 100%; }
        .main-menu ul li ul li a {
          padding: 0; }
  .main-menu li {
    display: inline-block;
    background-image: url("/images/line.png");
    background-position: right center;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: relative; }
    .main-menu li a {
      line-height: 47px;
      display: block;
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase;
      padding-right: 10px; }
    .main-menu li:hover a {
      color: #80a9c2; }
    .main-menu li:hover ul {
      display: block; }
    .main-menu li.active a {
      color: #80a9c2; }

.slicknav_menu {
  display: none;
  background: #1d3d51 !important; }

@media only screen and (max-width: 768px) {
  .main-menu {
    display: none; }

  .slicknav_menu {
    display: block;
    font-family: Arial; }

  .slicknav_nav a {
    font-weight: 400; } }
#showcase .cycle-slideshow {
  overflow: visible !important;
  height: 449px; }
  @media only screen and (max-width: 768px) {
    #showcase .cycle-slideshow {
      height: 350px; } }
  @media only screen and (max-width: 480px) {
    #showcase .cycle-slideshow {
      height: 250px; } }
#showcase .slide {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.cycle-pager {
  position: absolute;
  bottom: -2px;
  text-align: center;
  z-index: 9998;
  width: 100%;
  left: 0;
  height: 4px; }
  .cycle-pager span {
    display: inline-block;
    text-indent: -99999px;
    width: 20%;
    height: 4px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .cycle-pager span.cycle-pager-active {
      background-color: #80aac3; }

#services {
  background-color: #1d3d51;
  background-image: url("/images/services-shadow.jpg");
  background-repeat: repeat-x;
  background-position: center bottom;
  padding: 48px 0 20px; }
  #services .button {
    margin: 38px auto 0;
    max-width: 320px; }

.service {
  float: left;
  width: 33%;
  padding: 1%;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .service {
      width: 33%;
      padding: 1%;
      text-align: center; } }
  @media only screen and (max-width: 640px) {
    .service {
      width: 100%;
      padding: 0;
      text-align: center; } }
  .service img {
    float: none;
    display: block;
    margin: 15px auto; }
  .service p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0; }
  .service .serviceTitle {
    min-height: 52px;
    display: inline-block;
    width: 214px;
    position: relative; }

.article {
  padding: 10px;
  width: 620px;
  float: left; }
  @media only screen and (max-width: 768px) {
    .article {
      width: 100%;
      float: none; } }
  .article h2 {
    font-weight: 700;
    font-size: 30px;
    color: #1d3d51;
    line-height: 60px; }
    @media only screen and (max-width: 768px) {
      .article h2 {
        text-align: center; } }
  .article ul {
    list-style: disc; }
    .article ul li {
      margin-left: 40px; }

.aside {
  padding: 18px 10px 10px;
  width: 300px;
  float: left; }
  @media only screen and (max-width: 768px) {
    .aside {
      width: 100%;
      float: none; } }

.widget {
  background-color: #173447;
  margin-bottom: 50px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  position: relative; }
  .widget.reverse {
    background-color: #a9c3d3; }
    .widget.reverse h3 {
      background-color: #1d3d51;
      text-align: center;
      padding-left: 0;
      font-family: 'Open Sans Condensed', 'sans-serif'; }
  .widget h3 {
    font-weight: 700;
    background-color: #5d869f;
    padding-left: 16px;
    line-height: 70px;
    -webkit-border-radius: 18px 18px 0 0;
    border-radius: 18px 18px 0 0; }
  .widget .widget-content {
    padding: 12px 10px 25px; }
    .widget .widget-content .serviceTitle {
      padding-left: 74px; }
      @media only screen and (max-width: 768px) {
        .widget .widget-content .serviceTitle {
          padding-left: 0;
          display: inline-block;
          vertical-align: middle; } }
  .widget .list-entry {
    margin-bottom: 25px; }
    @media only screen and (max-width: 768px) {
      .widget .list-entry {
        text-align: center; } }
    .widget .list-entry img {
      display: block;
      width: 64px;
      height: 64px;
      float: left;
      margin: 20px 10px 20px 0; }
      @media only screen and (max-width: 768px) {
        .widget .list-entry img {
          display: inline-block;
          vertical-align: middle;
          float: none; } }
      @media only screen and (max-width: 768px) {
        .widget .list-entry img {
          display: block;
          margin: 0 auto; } }
    .widget .list-entry p {
      color: #fff;
      font-weight: 400; }
    .widget .list-entry .more {
      display: block;
      color: #fff;
      font-style: italic;
      text-decoration: underline; }

.testimonial h3 {
  border-radius: 18px; }

.banner {
  height: 374px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.page-title {
  background-image: url("/images/page-title-bg.jpg");
  background-size: cover; }
  .page-title .content {
    padding: 0 10px; }
  .page-title h1 {
    line-height: 70px;
    font-size: 50px;
    color: #fff; }

.form-group {
  margin-bottom: 13px; }
  .form-group .title {
    background-color: #5d869f;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-left: 10px;
    margin-bottom: 10px; }
  .form-group .fields {
    padding: 0 10px; }
  .form-group label {
    font-size: 14px;
    line-height: 28px;
    display: inline-block; }
  .form-group.step2 .customSelectInner {
    width: 100% !important; }
  .form-group.step3 .customSelectInner {
    width: 100% !important; }

.project-title .content {
  padding: 0 10px; }
.project-title h1 {
  font-size: 50px;
  line-height: 70px;
  margin-top: 80px; }

#no-template-pager {
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden; }
  #no-template-pager img {
    display: block;
    float: left;
    margin-right: 20px;
    cursor: pointer; }
    #no-template-pager img:nth-child(4n) {
      margin-right: 0; }

.related {
  margin-top: 40px; }
  .related .item {
    width: 139px;
    height: 139px;
    position: relative !important;
    margin-right: 22px; }
    .related .item .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(35, 31, 32, 0.66);
      color: #fff;
      font-size: 17px;
      font-style: italic;
      opacity: 0; }
    .related .item img {
      display: block; }
    .related .item:hover .overlay {
      opacity: 1; }

.related-title {
  font-size: 30px;
  line-height: 30px;
  color: #122b3e;
  margin-bottom: 14px; }

.related-carousel {
  position: relative;
  width: 780px;
  margin: 0 auto; }
  .related-carousel .cycle-prev {
    background-image: url("/images/carousel-left.jpg");
    width: 57px;
    height: 57px;
    display: block;
    position: absolute;
    left: -40px;
    top: 40px;
    cursor: pointer;
    z-index: 999; }
  .related-carousel .cycle-next {
    background-image: url("/images/carousel-right.jpg");
    width: 57px;
    height: 57px;
    display: block;
    position: absolute;
    right: -40px;
    top: 40px;
    cursor: pointer;
    z-index: 999; }

#footer {
  padding-top: 40px; }

.copyright {
  font-weight: 400;
  font-style: italic;
  line-height: 42px;
  float: left;
  margin-bottom: 0; }

.foot-logo {
  float: right;
  display: block; }

#yui3-css-stamp.cssreset {
  display: none; }

.sf-menu ul {
  background-color: #1d3d51;
  margin-left: -16px;
  top: 62px;
  position: absolute;
  z-index: 999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  width: 240px;
  -webkit-border-radius: 0 0 14px 14px;
  border-radius: 0 0 14px 14px; }
  .sf-menu ul li {
    float: none;
    display: block;
    margin-right: 0;
    background-image: none; }
    .sf-menu ul li a {
      line-height: 46px;
      font-weight: 400;
      padding: 0 15px;
      -webkit-border-radius: 14px;
      border-radius: 14px; }

.owl-item .item {
  position: relative; }
  .owl-item .item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white; }

/*# sourceMappingURL=Website.css.map */
