@font-face {
  font-family: "lato-regular";
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: "helvetica-condensed-bold.ttf";
  src: url("../fonts/helvetica-condensed-bold.otf");
}
@font-face {
  font-family: "lato-semibold";
  src: url("../fonts/Lato-Semibold.ttf");
}
body {
	font-family: "helvetica-condensed-bold.ttf";
  /*font-family: "lato-regular";*/
  color: #011540;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "helvetica-condensed-bold.ttf";
  color: #0e1e8b;
}

.style_btn {
  display: inline-block;
  color: #fff;
  background: #ec8b2b;
  line-height: 30px;
  padding: 0 15px;
}
.style_btn:hover {
  text-decoration: none;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*********************************************************/
.navbar-default {
  background: none;
  background-position: left 5px;
  border: none;
  padding-top: 40px;
}

.nav > li > a {
  padding: 0 15px 0 0;
}

.navbar-default .navbar-nav > li > a {
  color: #011540;
  font-size: 15px;
  line-height: 60px;
  margin-right: 1px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background: none;
  border-color: #ec8b2b;
}

.navbar-default .navbar-nav > li > a {
  border-bottom: 2px solid transparent;
}

.navbar-nav a {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.navbar-nav li {
  position: relative;
}
.navbar-nav > li:hover > a {
  border-color: #ec8b2b;
}
.navbar-nav .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  background: rgba(1, 21, 64, 0.8);
  z-index: 5;
  list-style: none;
  padding: 0;
  min-width: 150px;
}
.navbar-nav .sub-menu a {
  color: #fff;
  display: block;
  line-height: 30px;
  padding: 0 5px;
  font-size: 14px;
  border-bottom: 1px solid #ec8b2b;
}
.navbar-nav .sub-menu a:hover {
  background: #ec8b2b;
  text-decoration: none;
}
.navbar-nav .sub-menu li:last-child > a {
  border: none;
}
.navbar-nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

/*********************************************************/
.carousel {
  height: 400px;
  display: none;
}
.carousel .item {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  height: 400px;
}
.carousel .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.6));
}

.carousel-control .arrow-wrapper {
  display: inline-block;
  line-height: 48px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  top: 50%;
}

.carousel-control .arrow-wrapper,
.carousel-control .arrow-wrapper i {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.carousel-control:hover .arrow-wrapper {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}

.carousel-control:hover .arrow-wrapper i {
  color: #011540;
}

.carousel-caption {
  bottom: 90px;
  text-align: center;
}

.carousel-caption h2 {
  font-size: 46px;
  font-family: "lato-semibold";
  color: #fff;
  padding: 0 15px;
  border: 2px solid #ec8b2b;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.33);
}

.carousel-caption p {
  font-size: 30px;
  padding: 2px 15px;
  border: 2px solid #0e1e8b;
  background-color: rgba(0, 0, 0, 0.33);
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
}

.carousel-indicators .active {
  background-color: #011540;
  width: 17px;
  height: 17px;
}

.contact_us {
  color: #fff;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  right: 100px;
  bottom: 50px;
  padding: 2px 20px;
  font-size: 25px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-color: rgba(0, 0, 0, 0.33);
}
.contact_us:hover {
  text-decoration: none;
  color: #fff;
  background: #ec8b2b;
  border-color: #ec8b2b;
}

.phone-numbers .phone {
  display: inline-block;
}

/*********************************************************/
figure {
  margin: 60px 0;
  border-top: 1px solid #011540;
}
figure .caption-wrapper {
  text-align: center;
}
figure h2 {
  display: inline-block;
  margin-top: -30px;
  padding: 0 30px;
  position: relative;
  background: #fff;
  font-weight: bold;
}
figure h3 {
  color: #011540;
}
figure .about-image {
  border: 20px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #011540;
  -moz-box-shadow: 0 0 0 1px #011540;
  box-shadow: 0 0 0 1px #011540;
}
figure .gallery-images img {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
figure .gallery-images .img-wrapper {
  position: relative;
  height: 180px;
  float: right;
  width: calc((100% - 90px) / 4);
  margin: 0 0 30px 30px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: left;
}
figure .gallery-images .img-wrapper .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 21, 64, 0.8);
  color: #fff;
  padding: 8px;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
figure .gallery-images .img-wrapper .details h3 {
  color: #fff;
}
figure .gallery-images .img-wrapper .details a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #ec8b2b;
  padding: 8px 15px;
}
figure .gallery-images .img-wrapper .details a:hover {
  text-decoration: none;
  opacity: .85;
}
figure .gallery-images .img-wrapper:hover .details {
  opacity: 1;
}
figure .gallery-images .img-wrapper:nth-child(1) {
  height: 600px;
  margin: 0 0 0 30px;
}
figure .gallery-images .img-wrapper:last-child {
  margin: 0;
  width: calc((100% - 90px) / 4 * 3 + 60px);
}

.about-us img {
  margin: 0 auto;
}

/*********************************************************/
.clients-wrapper {
  position: relative;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #011540;
}
.clients-wrapper * {
  outline: none;
}max-width: 700px;
.clients-wrapper a {
  display: block;
  text-align: center;
  margin: 0 12px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #011540;
}
.clients-wrapper a img {
  display: inline-block;
}

.slick-arrow,
.fake-arrows i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  border: none;
  background: rgba(1, 21, 64, 0.8);
  color: #fff;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-arrow:hover {
  opacity: .8;
}

.prev-arrow,
.fake-arrows i:last-child {
  left: 0;
  right: auto;
}

.prev-arrow i {
  transform: rotate(180deg);
}

.fake-arrows i {
  width: 26px;
  z-index: 4;
  background: #fff;
}

/*********************************************************/
.shade-images {
  border: 1px solid #011540;
  padding: 15px;
  text-align: center;
}
.shade-images img {
  display: inline-block;
  margin-bottom: 15px;
}
.shade-images img:nth-child(1) {
  width: calc(50% - 15px);
  margin-right: 15px;
  float: left;
}
.shade-images img:nth-child(2) {
  width: calc(50% - 15px);
}
.shade-images img:last-child {
  margin-bottom: 0;
}

/*********************************************************/
.form-wrapper input, .form-wrapper textarea {
  border: none;
  border-bottom: 1px solid #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-left: 0px;
  color: #000;
  resize: none;
}
.form-wrapper input:focus, .form-wrapper textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-wrapper textarea {
  margin-top: 30px;
}
.form-wrapper input[type="submit"] {
  border: 2px solid #000;
  padding: 5px 10px;
  background: #fff;
  display: inline-block;
  margin-top: 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.form-wrapper input[type="submit"]:hover {
  background: #ec8b2b;
  border-color: #ec8b2b;
  color: #fff;
}

.contacts-wrapper .fa {
  font-size: 28px;
  position: relative;
  top: 3px;
  margin-right: 8px;
  width: 30px;
}

/*********************************************************/
.projects .projects-wrapper {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.projects .one-project {
  float: left;
  display: block;
  position: relative;
  font-size: 18px;
  border: 1px solid #011540;
  margin: 15px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc((100% - 120px) / 4);
}
.projects .one-project .details, .projects .one-project .view-more {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #f0f0f0;
  color: #011540;
  width: 100%;
  margin: 0;
  padding: 8px 15px;
}
.projects .one-project .details h3, .projects .one-project .view-more h3 {
  margin: 0;
}
.projects .one-project .view-more {
  padding: 0;
  top: 0;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 0;
  background: #ec8b2b;
  color: #fff;
  text-align: center;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects .one-project .view-more span {
  display: inline-block;
  padding: 2px 10px;
  border: 2px solid #fff;
}
.projects .one-project:hover .view-more {
  opacity: 1;
}

/*********************************************************/
footer {
  margin-top: 30px;
  background: #011540;
  color: #fff;
  padding: 30px 15px;
}
footer h5, footer h6 {
  color: #b6d5f1;
}
footer a {
  color: #fff;
  display: block;
  border-bottom: 1px solid #fff;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
footer a:last-child {
  border: none;
}
footer a:hover {
  color: #ec8b2b;
  text-decoration: none;
}

.footer_menu {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0px;
  list-style-type: none;
}
.footer_menu > li > a {
  color: #b6d5f1;
  font-size: 12px;
  border: none;
}
.footer_menu > li > a:hover {
  text-decoration: none;
}
.footer_menu h4 {
  margin: 0px;
}
.footer_menu ul {
  padding: 0px;
}
.footer_menu ul a {
  border-bottom: 1px solid #fff;
}
.footer_menu ul li {
  list-style-type: none;
}
.footer_menu ul li:last-child a {
  border-bottom: none;
}

.social-icons a, .share_links a {
  display: inline-block;
  margin: 0 15px 8px 0;
  width: 40px;
  line-height: 40px;
  background: #b6d5f1;
  color: #011540;
  font-size: 22px;
  text-align: center;
  border: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.social-icons a:hover, .share_links a:hover {
  background: #ec8b2b;
  color: #fff;
}

/********************************************************/
.project-info {
  max-width: 900px;
  display: none;
}

.project_modal .project-info {
  display: block;
}
.project_modal .modal-body {
  min-height: 100px;
}
.project_modal .modal-header {
  padding-top: 0;
  border: none;
}
.project_modal .modal-header .close {
  font-size: 35px;
  margin: 0;
}
.project_modal .modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.project_modal .modal-title {
  display: inline-block;
  margin: 0;
  padding: 30px 15px;
  color: #fff;
  background: #b6d5f1;
}
.project_modal .carousel-indicators {
  position: static;
  text-align: center;
  width: auto;
  margin: 15px 0;
}
.project_modal .carousel-indicators li {
  display: inline-block;
  background: #99a1b3;
}
.project_modal .carousel-indicators .active {
  background: #ec8b2b;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 1px #000000;
  -moz-box-shadow: 0px 0px 0px 1px #000000;
  box-shadow: 0px 0px 0px 1px #000000;
}
.project_modal .pop-up-carousel {
  display: block;
  height: auto;
}
.project_modal .pop-up-carousel .item {
  height: auto;
}
.project_modal .pop-up-carousel img {
  border: 20px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #011540;
  -moz-box-shadow: 0 0 0 1px #011540;
  box-shadow: 0 0 0 1px #011540;
  margin: 1px auto;
  max-width: 700px;
}

/********************************************************/
#loader-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#loader {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  border: 3px solid #3498db;
  z-index: 1500;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid #e74c3c;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

/* change border to transparent and set only border-top to a solid color */
#loader {
  border: 3px solid transparent;
  border-top-color: #3498db;
}

#loader:before {
  border: 3px solid transparent;
  border-top-color: #e74c3c;
}

#loader:after {
  border: 3px solid transparent;
  border-top-color: #f9c922;
}

#loader {
  border-radius: 50%;
}

#loader:before {
  border-radius: 50%;
}

#loader:after {
  border-radius: 50%;
}

/* include this only once */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
/********************************************************/
@media (min-width: 1100px) and (max-width: 1200px) {
  header.container {
    width: auto;
  }
}
/*********************************************************/
@media (min-width: 992px) {
  li:hover > .sub-menu {
    display: block;
  }

  /*********************************************************/
  figure .gallery-images .img-wrapper:nth-child(3n + 1) {
    margin-left: 0px;
  }
  figure .gallery-images .img-wrapper:nth-child(1) {
    height: 600px;
    margin: 0 0 0 30px;
  }
}
/*********************************************************/
@media (max-width: 992px) {
  .container {
    width: auto;
  }

  figure .gallery-images .img-wrapper {
    width: calc( (100% - 60px) / 3 );
  }
  figure .gallery-images .img-wrapper:nth-child(2n + 1) {
    margin-left: 0px;
  }
  figure .gallery-images .img-wrapper:nth-child(1) {
    margin: 0 0 0 30px;
  }
  figure .gallery-images .img-wrapper:last-child {
    margin: 0;
    width: 100%;
  }

  .projects .one-project {
    width: calc((100% - 90px) / 3);
  }
}
/*********************************************************/
@media (max-width: 768px) {
  .navbar-nav .sub-menu,
  .navbar-nav .sub-menu .sub-menu {
    position: static;
    background: none;
    padding-left: 15px;
  }

  .navbar-nav > li > .sub-menu {
    background: rgba(1, 21, 64, 0.8);
  }

  .navbar-nav > li > a {
    display: block;
  }

  /*********************************************************/
  .carousel {
    height: 400px;
    display: none;
  }
  .carousel .item {
    height: 400px;
  }

  .carousel-control {
    display: none;
  }

  .carousel-caption h2 {
    font-size: 30px;
  }

  .carousel-caption p {
    font-size: 20px;
  }

  .contact_us {
    right: 25px;
    bottom: 25px;
    font-size: 18px;
  }

  /*********************************************************/
}
/*********************************************************/
@media (min-width: 768px) {
  .container-fluid .navbar-header {
    margin-right: 30px;
  }
}
/*********************************************************/
@media (max-width: 700px) {
  figure .gallery-images .img-wrapper {
    width: calc( (100% - 30px) / 2 );
  }
  figure .gallery-images .img-wrapper:nth-child(odd) {
    margin-left: 0px;
  }
  figure .gallery-images .img-wrapper:nth-child(1) {
    margin: 0 0 30px 0;
    width: 100%;
    height: 200px;
  }

  .projects .one-project {
    width: calc( (100% - 60px ) / 2 );
  }
}
/*********************************************************/
@media (max-width: 600px) {
  .footer_menu > * {
    flex: 0 0 30%;
  }
}
/*********************************************************/
@media (max-width: 500px) {
  .carousel {
    height: 250px;
    display: none;
  }
  .carousel .item {
    height: 250px;
  }

  .carousel-caption p {
    display: none;
  }

  .carousel-indicators {
    left: 30px;
    bottom: 15px;
    margin: 0;
    width: auto;
  }

  .contact_us {
    right: 15px;
    bottom: 15px;
    font-size: 16px;
  }

  /*********************************************************/
  figure .gallery-images .img-wrapper {
    width: 100%;
    margin: 15px 0;
    height: 200px;
  }

  /*********************************************************/
  .projects .one-project {
    width: calc( 100% - 30px );
  }

  /*********************************************************/
  figure .about-image {
    display: none;
  }

  /*********************************************************/
  .footer_menu > * {
    flex: 0 0 45%;
  }
}
/*********************************************************/
@media (max-width: 320px) {
  .footer_menu > * {
    flex: 0 0 100%;
  }

  .social-icons a {
    margin: 0 10px 10px 0;
  }
}

/*# sourceMappingURL=style.css.map */
.location_icon{
	float: left;
}
