/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Header
 5.	
*/
/* 1. Fonts */
@font-face {
  font-family: "template";
  src: url("assets/fonts/template.eot");
  src: url("assets/fonts/template.eot?#iefix") format("embedded-opentype"), url("assets/fonts/template.woff") format("woff"), url("assets/fonts/template.ttf") format("truetype"), url("assets/fonts/template.svg#template") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "streamline-large";
  src: url("assets/fonts/streamline-large.eot");
  src: url("assets/fonts/streamline-large.eot?#iefix") format("embedded-opentype"), url("assets/fonts/streamline-large.woff") format("woff"), url("assets/fonts/streamline-large.ttf") format("truetype"), url("assets/fonts/streamline-large.svg#streamline-large") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "streamline-small";
  src: url("assets/fonts/streamline-small.eot");
  src: url("assets/fonts/streamline-small.eot?#iefix") format("embedded-opentype"), url("assets/fonts/streamline-small.woff") format("woff"), url("assets/fonts/streamline-small.ttf") format("truetype"), url("assets/fonts/streamline-small.svg#streamline-small") format("svg");
  font-weight: normal;
  font-style: normal; }
/* 1. End Fonts */
/* 2. Variables */
/* 2. End Variables */
/* 3. General Resets */
body {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #444444;
  padding-top: 0; }

.affixed-body {
  margin-top: 111px; }
  .affixed-body header {
    display: block; }
  .affixed-body .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1300; }
  .affixed-body.admin-bar {
    margin-top: 175px; }
    .affixed-body.admin-bar header {
      display: none; }
    .affixed-body.admin-bar .navbar {
      top: 32px;
      z-index: 130000; }

.mfp-bg {
  z-index: 130001; }

.mfp-wrap {
  z-index: 130002; }

.container {
  max-width: 780px; }

a {
  text-decoration: none;
  outline: none; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none; }

.navbar-brand {
  height: auto;
  padding: 0;
  margin: 0 !important; }

section {
  overflow: hidden; }
  section p {
    text-align: center;
    margin-bottom: 35px; }

.grid {
  margin: 0; }
  .grid .col-sm-4,
  .grid .col-sm-3 {
    padding: 0; }

/* 3. End General Resets */
.page-title {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 29px;
  margin: 0 0 40px 0;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px; }
  .page-title a {
    color: #000;
    -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; }
  .page-title span {
    margin-top: 25px;
    display: block;
    border-top: 2px #ce7106 solid;
    width: 80px;
    margin-left: auto;
    margin-right: auto; }
  .page-title.small {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 25px 0; }
    .page-title.small span {
      width: 40px; }
  .page-title:hover a {
    color: #666666; }

header {
  background-color: #f5f5f5; }
  header .info-area {
    margin: 0; }
    header .info-area li {
      border-right: 1px solid #e2e6e7;
      font-family: "Raleway", Arial, sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 20px;
      padding: 0;
      color: #999999; }
      header .info-area li a,
      header .info-area li span {
        display: block;
        padding: 15px 20px;
        color: #999999; }
      header .info-area li:first-child {
        border-left: 1px solid #e2e6e7; }

[class^="template-"]::before, [class*=" template-"]::before {
  font-family: "template" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  vertical-align: middle; }

.template-phone::before {
  content: "l"; }

.template-mail::before {
  content: "m"; }

.info-area li a::before,
.info-area li span::before {
  font-size: 14px;
  margin-right: 10px; }

.navbar {
  background-color: #fff;
  margin-bottom: 0;
  padding: 26px 0;
  border-radius: 0;
  -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; }
  .navbar .navbar-collapse .nav {
    margin-top: 4px; }
    .navbar .navbar-collapse .nav .menu-item a {
      font-family: "Raleway", Arial, sans-serif;
      font-size: 14px;
      line-height: 23px;
      text-transform: uppercase;
      color: #444444;
      padding: 15px 10px; }
      .navbar .navbar-collapse .nav .menu-item a:hover, .navbar .navbar-collapse .nav .menu-item a:active, .navbar .navbar-collapse .nav .menu-item a:focus {
        background-color: transparent; }
    .navbar .navbar-collapse .nav .menu-item:hover a {
      color: #ce7106; }
    .navbar .navbar-collapse .nav .current-menu-item a,
    .navbar .navbar-collapse .nav .active a {
      color: #ce7106; }

.flexslider {
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin: 0;
  padding-bottom: 10px; }
  .flexslider .slides li {
    background-size: cover;
    min-height: 600px;
    position: relative; }
    .flexslider .slides li .content {
      opacity: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      padding: 25px 0;
      background-color: #fff;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .flexslider .slides li .content h3 {
        font-family: "Raleway", Arial, sans-serif;
        font-size: 35px;
        line-height: 35px;
        color: #006eb6;
        text-transform: uppercase;
        margin: 0; }
    .flexslider .slides li.flex-active-slide .content {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 1;
      top: 60%; }

.page404 {
  padding: 50px 0;
  background-color: #f5f5f5; }

.ctas {
  background-color: #f5f5f5;
  padding: 60px 0 115px 0; }
  .ctas .grid {
    background-color: #fff; }
  .ctas .cta {
    min-height: 410px; }
    .ctas .cta img {
      margin-bottom: 30px; }
    .ctas .cta .bottom {
      padding: 0 0 25px 0; }
    .ctas .cta p {
      font-size: 14px;
      line-height: 24px;
      color: #444444; }

.projects {
  padding: 50px 0;
  background-color: #fff; }
  .projects img {
    max-width: 100%;
    border-radius: 50%; }
  .projects .feature-item {
    width: 100%; }
    .projects .feature-item h3 {
      text-align: left;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 600;
      color: #000;
      margin: 0 0 15px 0; }
    .projects .feature-item p {
      text-align: left;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400px;
      color: #444444; }
    .projects .feature-item .left {
      width: 20%;
      margin-right: 2%; }
    .projects .feature-item .right {
      width: 78%; }
  .projects .row .col-sm-6 .feature-item {
    margin-bottom: 15px; }
    .projects .row .col-sm-6 .feature-item:first-child {
      margin-top: 40px; }
    .projects .row .col-sm-6 .feature-item:last-child {
      margin-bottom: 0; }

.sl-sm-h {
  font-family: "streamline-small", Arial, sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  display: block;
  border: 1px #e2e6e7 solid;
  border-radius: 50%;
  font-size: 48px;
  line-height: 48px;
  color: #ce7106;
  position: relative; }
  .sl-sm-h .icon-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.sl-sm-l {
  display: block;
  font-family: "streamline-large", Arial, sans-serif !important;
  color: #ce7106;
  font-size: 60px;
  line-height: 60px;
  width: 120px;
  height: 120px;
  border: 1px #e2e6e7 solid;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .sl-sm-l .icon-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.sl-small-conversation {
  display: block;
  font-family: "streamline-small", Arial, sans-serif !important;
  font-size: 48px;
  line-height: 48px;
  border: 1px #e2e6e7 solid;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #e2e6e7;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .sl-small-conversation .icon-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.ornament::after {
  border: 1px solid #e2e6e7;
  border-radius: 50%;
  bottom: -11px;
  content: "";
  height: 11px;
  left: -6px;
  position: absolute;
  width: 11px; }

.ornament {
  background: #e2e6e7 none repeat scroll 0 0;
  height: 20px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1px; }

.why-us {
  background-color: #f5f5f5;
  padding: 50px 0; }
  .why-us .feature-item {
    padding: 20px;
    min-height: 450px; }
    .why-us .feature-item p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400; }
    .why-us .feature-item .page-title {
      font-size: 13px;
      line-height: 23px;
      font-weight: 400; }

.parallax-slider {
  background: url("assets/content/parallax-slide.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
  position: relative; }
  .parallax-slider .mask {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(100, 98, 99, 0.6); }
  .parallax-slider .slides li {
    position: relative;
    min-height: 500px !important; }
    .parallax-slider .slides li .container {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .parallax-slider .slides li .container p {
        font-size: 21px;
        line-height: 36px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 35px; }
        .parallax-slider .slides li .container p span {
          margin-top: 35px;
          display: block;
          width: 40px;
          margin-left: auto;
          margin-right: auto;
          border-top: 2px #ce7106 solid; }
      .parallax-slider .slides li .container .author {
        display: block;
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 7px; }
      .parallax-slider .slides li .container .author-details {
        display: block;
        color: #fff;
        font-size: 11px;
        line-height: 16px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase; }
    .parallax-slider .slides li .sl-small-conversation {
      width: 90px;
      height: 90px; }
  .parallax-slider .flex-direction-nav .flex-prev {
    left: 100px;
    opacity: 1; }
  .parallax-slider .flex-direction-nav .flex-next {
    right: 100px;
    opacity: 1; }
  .parallax-slider .flex-direction-nav a {
    width: 70px;
    height: 70px; }
    .parallax-slider .flex-direction-nav a::before {
      color: #fff;
      content: "a";
      display: inline-block;
      font-family: "template";
      font-size: 25px;
      text-shadow: none;
      width: 62px;
      height: 62px;
      border: 1px #fff solid;
      border-radius: 50%;
      padding: 18px 0;
      text-align: center;
      letter-spacing: 8px;
      overflow: hidden; }
    .parallax-slider .flex-direction-nav a.flex-next::before {
      transform: scaleX(-1); }
  .parallax-slider:hover .flex-direction-nav .flex-prev {
    left: 100px;
    opacity: 1; }
  .parallax-slider:hover .flex-direction-nav .flex-next {
    right: 100px;
    opacity: 1; }

.our-partners {
  padding: 50px 0; }
  .our-partners ul {
    margin-bottom: 40px; }
    .our-partners ul li {
      padding-left: 3px;
      padding-right: 3px; }
      .our-partners ul li a {
        display: block;
        font-size: 14px;
        line-height: 14px;
        color: #444444;
        background-color: #f5f5f5;
        padding: 20px;
        -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; }
        .our-partners ul li a:hover {
          background-color: #ce7106;
          color: #fff; }
      .our-partners ul li.active a {
        background-color: #ce7106;
        color: #fff; }
  .our-partners .grid-item {
    margin-bottom: 30px; }
    .our-partners .grid-item .grid-item-wrapper a {
      display: block;
      position: relative; }
      .our-partners .grid-item .grid-item-wrapper a .mask {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background: rgba(38, 38, 40, 0.5);
        opacity: 0;
        -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; }
      .our-partners .grid-item .grid-item-wrapper a .btn {
        position: absolute;
        bottom: 0;
        opacity: 0;
        left: 50%;
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        border: 1px #fff solid;
        border-radius: 999px;
        background-color: transparent;
        text-transform: uppercase;
        font-weight: 500;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -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; }
        .our-partners .grid-item .grid-item-wrapper a .btn:hover {
          background-color: #ce7106;
          border-color: #ce7106; }
    .our-partners .grid-item .grid-item-wrapper:hover a .mask {
      opacity: 1; }
    .our-partners .grid-item .grid-item-wrapper:hover a .btn {
      bottom: 40%;
      opacity: 1; }

footer {
  background-color: #4c453b;
  padding: 60px 0 70px 0;
  overflow: hidden; }
  footer img {
    max-width: 100%;
    height: auto;
    margin-right: 20px; }
  footer h3 {
    font-size: 30px;
    line-height: 34px;
    color: #f5f5f5;
    width: 65%;
    margin: 0; }
  footer .top {
    margin-bottom: 75px;
    margin-left: 20px; }
  footer .widget {
    text-align: center;
    color: #fff; }
    footer .widget a,
    footer .widget address {
      color: #fff;
      font-size: 15px;
      line-height: 21px;
      font-weight: 400; }
    footer .widget .sl-sm-h {
      background-color: #fff;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      width: 90px;
      height: 90px; }
      footer .widget .sl-sm-h .icon-content {
        color: #ce7106; }

.map {
  min-height: 400px; }

@media (max-width: 1200px) {
  .parallax-slider .flex-direction-nav {
    display: none; } }
@media (max-width: 992px) {
  .our-partners ul li a {
    font-size: 13px; }

  footer h3 {
    width: 63%; } }
@media (max-width: 767px) {
  body {
    margin-top: 54px; }
    body.affixed-body {
      margin-top: 54px; }
      body.affixed-body.admin-bar {
        margin-top: 7px; }
        body.affixed-body.admin-bar .navbar {
          top: 0; }
    body.admin-bar {
      margin-top: 7px; }

  header {
    display: none; }

  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 130000;
    padding: 5px 0; }
    .navbar .navbar-header {
      margin: 0; }
      .navbar .navbar-header .navbar-brand img {
        max-width: 100px;
        height: auto; }
    .navbar .navbar-collapse {
      margin-top: 20px; }
      .navbar .navbar-collapse .nav {
        background-color: #f0f0f0;
        margin: 0; }
        .navbar .navbar-collapse .nav .menu-item {
          border-bottom: 1px #fff solid; }
          .navbar .navbar-collapse .nav .menu-item a {
            padding: 10px; }

  .navbar-toggle {
    margin: 0;
    padding-right: 0; }
    .navbar-toggle .icon-bar {
      background-color: #444444;
      width: 30px;
      height: 3px; }
      .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px; }

  .flexslider .slides li {
    min-height: 400px; }
    .flexslider .slides li .content {
      padding: 15px 0; }
      .flexslider .slides li .content .container h3 {
        font-size: 25px;
        line-height: 25px; }

  .projects .feature-item .left {
    width: 25%; }
  .projects .feature-item .right {
    width: 70%; }

  .why-us .feature-item {
    min-height: 0; }
    .why-us .feature-item p {
      margin-bottom: 0; }

  .parallax-slider .slides li .container {
    width: 100%; }
    .parallax-slider .slides li .container p {
      font-size: 15px;
      line-height: 25px; }

  .our-partners select {
    width: 100%;
    margin-bottom: 20px; }
  .our-partners .grid-shuffle .grid-item {
    width: 100%;
    margin-bottom: 20px; }
    .our-partners .grid-shuffle .grid-item img {
      width: 100%;
      height: auto; }

  footer .top {
    text-align: center;
    margin-left: 0; }
    footer .top .pull-left {
      float: none !important; }
    footer .top img {
      margin: 0 0 20px 0;
      max-width: 150px;
      height: auto; }
    footer .top h3 {
      width: 100%;
      text-align: center;
      font-size: 20px;
      line-height: 25px; }
  footer .widget {
    margin-bottom: 20px; }

  .ctas,
  .projects,
  .why-us,
  .our-partners,
  footer {
    padding: 25px 0; }

  .map {
    min-height: 200px; } }

/*# sourceMappingURL=style.css.map */
