@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700);
@keyframes invalid {
  0% {
    left: 8px;
  }
  10% {
    left: -8px;
  }
  30% {
    left: 8px;
  }
  60% {
    left: -8px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes invalid {
  0% {
    left: 8px;
  }
  10% {
    left: -8px;
  }
  30% {
    left: 8px;
  }
  60% {
    left: -8px;
  }
  100% {
    left: 0px;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?dj271h");
  src: url("../fonts/icomoon.eot?dj271h#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dj271h") format("truetype"), url("../fonts/icomoon.woff?dj271h") format("woff"), url("../fonts/icomoon.svg?dj271h#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../sass/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../sass/_icons.scss */
.icon {
  font-size: 12px;
  margin-right: 5px;
}

/* line 31, ../sass/_icons.scss */
.icon-burger-menu:before {
  content: "\e904";
}

/* line 34, ../sass/_icons.scss */
.icon-big-check:before {
  content: "\e900";
}

/* line 37, ../sass/_icons.scss */
.icon-check-square:before {
  content: "\e901";
}

/* line 40, ../sass/_icons.scss */
.icon-check:before {
  content: "\e902";
}

/* line 43, ../sass/_icons.scss */
.icon-company-logo:before {
  content: "\e903";
}

/* line 1, ../sass/_reset.scss */
* {
  padding: 0;
  margin: 0;
}

/* line 5, ../sass/_reset.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, ../sass/_reset.scss */
body, html {
  height: 100%;
  color: #241f44;
  font-family: "Droid Serif", serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  /* line 19, ../sass/_reset.scss */
  body:before {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    content: "";
    visibility: hidden;
    opacity: 0;
    -moz-transition: visibility 0.5s ease, opacity 0.5s ease;
    -o-transition: visibility 0.5s ease, opacity 0.5s ease;
    -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
    transition: visibility 0.5s ease, opacity 0.5s ease;
  }
}

/* line 34, ../sass/_reset.scss */
a {
  color: #241f44;
  text-decoration: none;
}

/* line 38, ../sass/_reset.scss */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 42, ../sass/_reset.scss */
ul li {
  line-height: 30px;
}

/* line 46, ../sass/_reset.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* line 51, ../sass/_reset.scss */
.border-line {
  height: 1px;
  width: 100%;
  background: #ddd;
  margin: 10px 0;
}

/* line 57, ../sass/_reset.scss */
.align-center {
  text-align: center;
}

/* line 60, ../sass/_reset.scss */
.form-control {
  border-collapse: collapse;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  outline: none;
  font-family: "Droid Serif", serif;
}
/* line 69, ../sass/_reset.scss */
.form-control:focus {
  -moz-box-shadow: 0px 0px 1px 0px #241f44;
  -webkit-box-shadow: 0px 0px 1px 0px #241f44;
  box-shadow: 0px 0px 1px 0px #241f44;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 75, ../sass/_reset.scss */
.invalid .form-control {
  -moz-box-shadow: 0px 0px 1px 0px #F74040;
  -webkit-box-shadow: 0px 0px 1px 0px #F74040;
  box-shadow: 0px 0px 1px 0px #F74040;
}

/* line 1, ../sass/_grid.scss */
.fluid-container {
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 7, ../sass/_grid.scss */
.container {
  max-width: 1170px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  /* line 7, ../sass/_grid.scss */
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 17, ../sass/_grid.scss */
.pull-right {
  float: right;
}

/* line 20, ../sass/_grid.scss */
.pull-left {
  float: left;
}

/* line 23, ../sass/_grid.scss */
p {
  margin-bottom: 15px;
  line-height: 30px;
}

/* line 28, ../sass/_grid.scss */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 767px) {
  /* line 36, ../sass/_grid.scss */
  .col1 {
    width: 8.3333333333%;
  }

  /* line 39, ../sass/_grid.scss */
  .col2 {
    width: 16.666666667%;
  }

  /* line 42, ../sass/_grid.scss */
  .col3 {
    width: 25%;
  }

  /* line 45, ../sass/_grid.scss */
  .col4 {
    width: 33.333333333%;
  }

  /* line 48, ../sass/_grid.scss */
  .col5 {
    width: 41.666666667%;
  }

  /* line 51, ../sass/_grid.scss */
  .col6 {
    width: 50%;
  }

  /* line 54, ../sass/_grid.scss */
  .col7 {
    width: 58.333333333%;
  }

  /* line 57, ../sass/_grid.scss */
  .col8 {
    width: 66.666666666%;
  }

  /* line 60, ../sass/_grid.scss */
  .col9 {
    width: 75%;
  }

  /* line 63, ../sass/_grid.scss */
  .col10 {
    width: 83.333333333%;
  }

  /* line 66, ../sass/_grid.scss */
  .col11 {
    width: 91.66667%;
  }

  /* line 69, ../sass/_grid.scss */
  .col12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 74, ../sass/_grid.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }

  /* line 77, ../sass/_grid.scss */
  .col-sm-2 {
    width: 16.666666667%;
  }

  /* line 80, ../sass/_grid.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 83, ../sass/_grid.scss */
  .col4-sm- {
    width: 33.333333333%;
  }

  /* line 86, ../sass/_grid.scss */
  .col-sm-5 {
    width: 41.666666667%;
  }

  /* line 89, ../sass/_grid.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 92, ../sass/_grid.scss */
  .col-sm-7 {
    width: 58.333333333%;
  }

  /* line 95, ../sass/_grid.scss */
  .col-sm-8 {
    width: 66.666666666%;
  }

  /* line 98, ../sass/_grid.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 101, ../sass/_grid.scss */
  .col-sm-10 {
    width: 83.333333333%;
  }

  /* line 104, ../sass/_grid.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 107, ../sass/_grid.scss */
  .col-sm-12 {
    width: 100%;
  }
}
/*body.resize{
	.top-bar{
		background-color: rgba(36, 31, 68, 0.8);
		.navigation-bar{
			padding: 5px 0;
			a{
				color: #fff;
			}
		}
		.logo{
			height: 40px;
			color: #fff;
			font-size: 40px;
		}
	}
}*/
/* line 28, ../sass/layout.scss */
.open-menu .top-bar .navigation-bar {
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
/* line 32, ../sass/layout.scss */
.open-menu .burger-btn {
  z-index: 99;
}
/* line 35, ../sass/layout.scss */
.open-menu:before {
  visibility: visible !important;
  opacity: 1 !important;
}

@media screen and (min-width: 767px) {
  /* line 40, ../sass/layout.scss */
  .burger-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 40, ../sass/layout.scss */
  .burger-btn {
    position: absolute;
    right: 0;
    top: 15px;
    padding: 20px 15px;
    cursor: pointer;
    z-index: 101;
  }
}

/* line 53, ../sass/layout.scss */
.hero-image {
  background-image: url('../images/hero-image.jpg?1456600125');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  height: 100%;
  width: 100%;
}

/* line 62, ../sass/layout.scss */
.top-bar {
  position: absolute;
  background-color: transparent;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 767px) {
  /* line 62, ../sass/layout.scss */
  .top-bar {
    z-index: 100;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 62, ../sass/layout.scss */
  .top-bar {
    padding: 15px 0px;
  }
}
/* line 76, ../sass/layout.scss */
.top-bar .logo {
  color: #241f44;
  -moz-transition: height 0.5s ease, color 0.5s ease, font-size 0.5s ease;
  -o-transition: height 0.5s ease, color 0.5s ease, font-size 0.5s ease;
  -webkit-transition: height 0.5s ease, color 0.5s ease, font-size 0.5s ease;
  transition: height 0.5s ease, color 0.5s ease, font-size 0.5s ease;
}
@media screen and (min-width: 767px) {
  /* line 76, ../sass/layout.scss */
  .top-bar .logo {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  /* line 76, ../sass/layout.scss */
  .top-bar .logo {
    font-size: 50px;
  }
}
@media screen and (min-width: 767px) {
  /* line 86, ../sass/layout.scss */
  .top-bar .navigation-bar {
    padding: 35px 0;
    -moz-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  /* line 86, ../sass/layout.scss */
  .top-bar .navigation-bar {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
    background-color: #241f44;
    padding: 15px 30px;
    width: 200px;
    height: 100%;
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
/* line 103, ../sass/layout.scss */
.top-bar .navigation-bar a {
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  /* line 103, ../sass/layout.scss */
  .top-bar .navigation-bar a {
    color: #fff;
    padding: 5px 0;
    display: block;
  }
}
@media screen and (min-width: 767px) {
  /* line 111, ../sass/layout.scss */
  .top-bar .navigation-bar li {
    margin-left: 15px;
    display: inline-block;
  }
  /* line 115, ../sass/layout.scss */
  .top-bar .navigation-bar li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 111, ../sass/layout.scss */
  .top-bar .navigation-bar li {
    display: block;
  }
}

/* line 125, ../sass/layout.scss */
.main-content {
  background-color: #f4f4f4;
}
/* line 128, ../sass/layout.scss */
.main-content .section-block.wwd {
  background-color: #fafafa;
  background-image: url('../images/pattern.png?1456599894');
}
/* line 131, ../sass/layout.scss */
.main-content .section-block.wwd .section-continer {
  max-width: 830px;
}
/* line 135, ../sass/layout.scss */
.main-content .section-block.services {
  background: url('../images/services-background.jpg?1456603119');
  position: relative;
}
/* line 138, ../sass/layout.scss */
.main-content .section-block.services .section-continer {
  max-width: 1024px;
}
/* line 141, ../sass/layout.scss */
.main-content .section-block.services .box-name {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
/* line 145, ../sass/layout.scss */
.main-content .section-block.services .section-content {
  margin-bottom: 15px;
}
/* line 148, ../sass/layout.scss */
.main-content .section-block.services .sbox {
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* line 148, ../sass/layout.scss */
  .main-content .section-block.services .sbox {
    margin-top: 15px;
  }
}
/* line 153, ../sass/layout.scss */
.main-content .section-block.services .sbox .sbox_sub {
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 210px;
}
/* line 159, ../sass/layout.scss */
.main-content .section-block.services .content {
  max-width: 600px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
/* line 165, ../sass/layout.scss */
.main-content .section-block.services .title, .main-content .section-block.services p {
  color: #fff;
}
/* line 168, ../sass/layout.scss */
.main-content .section-block.services:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(36, 31, 68, 0.8);
  height: 100%;
  width: 100%;
  content: "";
  display: block;
}
/* line 179, ../sass/layout.scss */
.main-content .section-block.services ul.includes {
  padding: 10px 15px;
}
/* line 181, ../sass/layout.scss */
.main-content .section-block.services ul.includes .icon {
  font-size: 10px;
}
/* line 187, ../sass/layout.scss */
.main-content .section-block.location .location-coloums {
  text-align: left;
}
/* line 190, ../sass/layout.scss */
.main-content .section-block.location .section-continer {
  max-width: 830px;
}

/* line 196, ../sass/layout.scss */
.section-continer {
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  /* line 196, ../sass/layout.scss */
  .section-continer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 196, ../sass/layout.scss */
  .section-continer {
    padding: 40px 0;
  }
}
/* line 206, ../sass/layout.scss */
.section-continer .section-title {
  text-align: center;
  margin-bottom: 20px;
}
/* line 209, ../sass/layout.scss */
.section-continer .section-title .title {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 30px;
  position: relative;
  display: inline-block;
}
/* line 215, ../sass/layout.scss */
.section-continer .section-title .title:before {
  background-image: url('../images/bullets-heading.svg?1456587046');
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: -40px;
  width: 30px;
  height: 19px;
  content: "";
  display: block;
}
/* line 228, ../sass/layout.scss */
.section-continer .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 231, ../sass/layout.scss */
  .section-continer .content-p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 238, ../sass/layout.scss */
.section-map {
  position: relative;
}
/* line 240, ../sass/layout.scss */
.section-map .box-address {
  top: 0;
  bottom: 0;
  z-index: 97;
  margin: auto;
  background: #fafafa;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  /* line 240, ../sass/layout.scss */
  .section-map .box-address {
    position: absolute;
    left: 100px;
    width: 310px;
    height: 395px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 5px 15px 0px #B9B9B9;
    -webkit-box-shadow: 0px 5px 15px 0px #B9B9B9;
    box-shadow: 0px 5px 15px 0px #B9B9B9;
  }
}
@media screen and (max-width: 767px) {
  /* line 240, ../sass/layout.scss */
  .section-map .box-address {
    position: relative;
    width: 100%;
  }
}
/* line 259, ../sass/layout.scss */
.section-map .box-address p {
  margin-bottom: 10px;
  line-height: 25px;
}
/* line 263, ../sass/layout.scss */
.section-map .box-address .address-details {
  padding: 15px;
}
/* line 266, ../sass/layout.scss */
.section-map .box-address .bldg {
  width: 100%;
}
/* line 270, ../sass/layout.scss */
.section-map #map {
  height: 450px;
  width: 100%;
}

/* line 275, ../sass/layout.scss */
.footer {
  background-color: #241f44;
  color: #fff;
  padding: 30px 0;
  font-size: 13px;
}
/* line 280, ../sass/layout.scss */
.footer .ft-logo {
  font-size: 38px;
  color: #fff;
}
/* line 284, ../sass/layout.scss */
.footer p {
  margin-bottom: 0;
}
/* line 287, ../sass/layout.scss */
.footer a {
  color: #fff;
  display: block;
}
/* line 291, ../sass/layout.scss */
.footer .flinks {
  text-align: center;
  line-height: 30px;
}
@media screen and (min-width: 767px) {
  /* line 291, ../sass/layout.scss */
  .footer .flinks {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  /* line 291, ../sass/layout.scss */
  .footer .flinks {
    margin-top: 20px;
  }
}
@media screen and (min-width: 767px) {
  /* line 301, ../sass/layout.scss */
  .footer .ftrustee {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  /* line 301, ../sass/layout.scss */
  .footer .ftrustee {
    text-align: left;
    margin-top: 20px;
  }
}

/* line 311, ../sass/layout.scss */
.base-footer {
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
  background-color: #1a1729;
  text-align: left;
}
/* line 317, ../sass/layout.scss */
.base-footer > div {
  opacity: 0.6;
}

/* Contact Form */
/* line 325, ../sass/layout.scss */
.contact-section .contact-address {
  text-align: left;
}
@media screen and (min-width: 767px) {
  /* line 325, ../sass/layout.scss */
  .contact-section .contact-address {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  /* line 325, ../sass/layout.scss */
  .contact-section .contact-address {
    max-width: 100%;
  }
}

/* line 336, ../sass/layout.scss */
.contact-form .form-control {
  width: 100%;
}
/* line 339, ../sass/layout.scss */
.contact-form .input-lbl {
  position: relative;
  margin-top: 15px;
  text-align: left;
  display: block;
  width: 100%;
}
/* line 345, ../sass/layout.scss */
.contact-form .input-lbl .input-name {
  margin-bottom: 5px;
  display: inline-block;
}
/* line 349, ../sass/layout.scss */
.contact-form .input-lbl:first-child {
  margin-top: 0;
}
/* line 353, ../sass/layout.scss */
.contact-form .input-lbl.invalid .invalid-msg {
  display: block;
}
/* line 358, ../sass/layout.scss */
.contact-form .require {
  margin-left: 3px;
  color: #F74040;
}
/* line 362, ../sass/layout.scss */
.contact-form .button {
  width: 100%;
}
/* line 365, ../sass/layout.scss */
.contact-form .invalid-msg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #F74040;
}

/*Button*/
/* line 375, ../sass/layout.scss */
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
  outline: none;
  border: 0;
  color: #fff;
  background-color: #241f44;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  font-family: "Droid Serif", serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 391, ../sass/layout.scss */
.thankyou-page .message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ddd;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  display: table;
  width: 100%;
  height: 100px;
}
/* line 405, ../sass/layout.scss */
.thankyou-page .message .center-cell {
  line-height: 40px;
  display: table-cell;
  vertical-align: middle;
}
