/* ===================================
========== OWL-CAROUSEL CSS ==========
=================================== */
.owl-theme .owl-nav {
  margin-top: 0;
}

/*===== Carousel ===== */
#carousel.owl-theme .owl-controls .owl-nav div {
  padding: 5px 9px;
}

#carousel.owl-theme .owl-nav i {
  margin-top: 2px;
}

#carousel.owl-theme .owl-controls .owl-dots {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 100;
}

#carousel.owl-theme .owl-controls .owl-dot {
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
}

#carousel.owl-theme .owl-controls .owl-nav .owl-prev,
#carousel.owl-theme .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 48px;
  background-color: transparent;
  border-radius: 0;
  transition: all .3s ease;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#carousel.owl-theme .owl-controls .owl-nav .owl-prev:focus, #carousel.owl-theme .owl-controls .owl-nav .owl-prev:hover,
#carousel.owl-theme .owl-controls .owl-nav .owl-next:focus,
#carousel.owl-theme .owl-controls .owl-nav .owl-next:hover {
  opacity: 1;
}

#carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 10px;
}

#carousel.owl-theme .owl-controls .owl-nav .owl-next {
  right: 10px;
}

#carousel.owl-theme .owl-controls .owl-dot.active span,
#carousel.owl-theme .owl-controls.clickable .owl-dot:hover span {
  opacity: 1;
}

.slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.item-caption {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  color: #fff;
}

.item-holder {
  max-width: 550px;
  margin: 0 auto;
}

.item-caption h2 {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 2px #c96f05 solid;
  opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f7941e !important;
}

/* =======================================
========== OWL-CAROUSEL CSS END ==========
======================================= */
/* ================================
========== UNIVERSAL CSS ==========
================================ */
* {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
  background-color: #ddd;
}

img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a, button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

p, h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
}

textarea {
  resize: vertical;
}

.section {
  padding: 50px 0;
}

.stretch {
  padding-left: 0;
  padding-right: 0;
}

.stretch-l {
  padding-left: 0;
}

.stretch-r {
  padding-right: 0;
}

.mrg-btm-10 {
  margin-bottom: 10px;
}

.mrg-btm-15 {
  margin-bottom: 15px;
}

.mrg-btm-30 {
  margin-bottom: 30px;
}

.pad0 {
  padding-left: 0px;
  padding-right: 0px;
}

.row-1 {
  margin-left: -1px;
  margin-right: -1px;
}

.pad1 {
  padding-left: 1px;
  padding-right: 1px;
}

.row-2 {
  margin-left: -2px;
  margin-right: -2px;
}

.pad2 {
  padding-left: 2px;
  padding-right: 2px;
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.pad5 {
  padding-left: 5px;
  padding-right: 5px;
}

/* ====================================
========== UNIVERSAL CSS END ==========
==================================== */
/* =============================
========== NAVBAR CSS ==========
============================= */
.navbar-brand {
  height: auto;
}

.navbar-default {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  border: 0;
}

.navbar-default .navbar-nav > li > a {
  padding-top: 32px;
  color: #777;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 3px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active:focus, .navbar-default .navbar-nav > li > a:active:hover {
  color: #ff6500;
  text-decoration: none;
  border-top: 3px solid #ff6500;
}

.navbar-default .navbar-nav > .open > a {
  color: #0000ff;
}

.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:active, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:active:focus, .navbar-default .navbar-nav > .open > a:active:hover {
  color: #ffff00;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
  color: #000;
}

.navbar-default .navbar-nav .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown-menu > li > a:active, .navbar-default .navbar-nav .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .dropdown-menu > li > a:active:focus, .navbar-default .navbar-nav .dropdown-menu > li > a:active:hover {
  color: #00ff00;
  background-color: #ff0000;
}

.navbar-default .navbar-toggle {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #888;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active:focus, .navbar-default .navbar-toggle:active:hover {
  background-color: #fff;
  border-color: #ff6500;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active:focus .icon-bar, .navbar-default .navbar-toggle:active:hover .icon-bar {
  background-color: #ff6500;
}

/* =================================
========== NAVBAR CSS END ==========
================================= */
/* ===========================
========== MAIN CSS ==========
=========================== */
/* ----- ===== BANNER ===== ----- */
.special-slider {
  overflow: hidden;
}

.special-slider .project-slide, .special-slider .project-container {
  height: auto;
}

.project-slide, .project-container {
  position: relative;
  display: block;
  height: 250px;
  color: #fff;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-slide .text-con, .project-container .text-con {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.project-slide .text-con {
  top: 85%;
  left: 80%;
}

.project-slide:hover, .project-container:hover, .project-slide:active, .project-container:active, .project-slide:focus, .project-container:focus, .project-slide:active:hover, .project-container:active:hover, .project-slide:active:focus, .project-container:active:focus {
  color: #fff;
  text-decoration: none;
}

.project-slide .mask, .project-container .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.project-type {
  display: block;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  text-align: center;
  text-transform: lowercase;
  font-weight: 100;
  line-height: 1;
}

.project-name {
  display: block;
  margin-bottom: 30px;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 58px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

.project-slide .project-name {
  font-size: 30px;
  margin-bottom: 8px;
}

.project-container .project-name:before, .project-container .project-name:after {
  position: absolute;
  top: 50%;
  width: 75px;
  height: 3px;
  content: "";
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.project-name:before {
  left: -100px;
}

.project-name:after {
  right: -100px;
}

.btn-border {
  color: #fff;
  font-family: "Oswald", sans-serif;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.btn-border:hover, .btn-border:active, .btn-border:focus, .btn-border:active:hover, .btn-border:active:focus {
  color: #222;
  background-color: #fff;
  text-decoration: none;
}

/* ----- ===== BANNER END ===== ----- */
/* ----- ===== WELCOME ===== ----- */
.section-header {
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  line-height: 45px;
}

.btn-orange {
  color: #fff;
  font-family: "Oswald", sans-serif;
  background-color: #777;
  border: 1px solid #777;
}

.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange:active:focus, .btn-orange:active:hover, .btn-orange.active {
  color: #444;
  background-color: #ddd;
}

/* ----- ===== WELCOME END ===== ----- */
/* ----- ===== MAIN-PROJECT END ===== ----- */
#main-project .project-container {
  margin-bottom: 2px;
}

.project-container {
  margin-bottom: 30px;
  min-height: 275px;
  background-size: cover;
}

.project-container .mask {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-container .project-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}

.project-container .project-name:before, .project-container .project-name:after {
  width: 50px;
}

.project-container .project-name:before {
  left: -60px;
}

.project-container .project-name:after {
  right: -60px;
}

.project-container .project-type {
  margin: 0;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

.project-container:hover .mask, .project-container:active .mask, .project-container:focus .mask, .project-container:active:focus .mask, .project-container:active:hover .mask {
  background-color: rgba(0, 0, 0, 0.2);
}

/* ----- ===== MAIN-PROJECT END ===== ----- */
/* ----- ===== MAIN-SERVICE END ===== ----- */
#main-service {
  background-image: url("../images/service-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-container {
  display: block;
  padding: 75px 50px;
  text-align: center;
  color: #222;
  background-color: #ddd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-container:hover, .service-container:active, .service-container:focus, .service-container:active:focus, .service-container:active:hover {
  color: #222;
  text-decoration: none;
  background-color: transparent;
}

.service-icon {
  width: auto;
  margin-bottom: 15px;
}

.content-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
}

/* ----- ===== MAIN-SERVICE END ===== ----- */
/* ===============================
========== MAIN CSS END ==========
=============================== */
/* ========================================
========== PROJECT-LIST.HTML CSS ==========
======================================== */
.section-banner .project-slide, .section-banner .project-container {
  height: auto;
  text-align: center;
}

.section-banner .project-slide .mask, .section-banner .project-container .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-banner .project-slide .text-con, .section-banner .project-container .text-con {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 100px;
  padding-top: 150px;
  text-align: center;
}

.section-banner .project-slide .text-con .project-name, .section-banner .project-container .text-con .project-name {
  margin: 0;
  margin-bottom: 10px;
}

.section-banner .project-slide .text-con p, .section-banner .project-container .text-con p {
  margin-bottom: 10px;
}

.filter-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px;
  padding-top: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
}

.filter-container > button {
  color: #000;
  background-color: transparent;
  border-radius: 0;
  border-top: 2px solid transparent;
}

.filter-container > button:hover, .filter-container > button:active, .filter-container > button:focus, .filter-container > button:active:focus, .filter-container > button:active:hover {
  color: #ff6500;
  border-top: 2px solid #ff6500;
}

.filter-container > button.active {
  color: #ff6500;
  border-top: 2px solid #ff6500;
  box-shadow: 0 0 0;
}

#project-list .form-group {
  display: inline-block;
  margin-bottom: 30px;
}

#project-list .form-group label {
  margin-right: 5px;
}

#project-list .form-control {
  display: inline-block;
  float: none;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 150px;
}

/* ============================================
========== PROJECT-LIST.HTML CSS END ==========
============================================ */
/* =================================
========== ABOUT.HTML CSS ==========
================================= */
#about-us {
  padding: 100px 0;
}

#about-us ul {
  padding-left: 20px;
}

#about-us ul li {
  margin-bottom: 10px;
}

.img-container {
  overflow: hidden;
  box-shadow: 10px 13px 5px rgba(0, 0, 0, 0.4);
}

.img-container.left {
  box-shadow: -10px 13px 5px rgba(0, 0, 0, 0.4);
}

.about-title {
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

#services {
  padding: 100px 0;
  background-color: #ddd;
}

#services .service-icon, #services .service-info {
  float: left;
  padding: 0 15px;
}

.service-info {
  max-width: 80%;
}

.service-info h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

/* =====================================
========== ABOUT.HTML CSS END ==========
===================================== */
/* ===================================
========== CONTACT.HTML CSS ==========
=================================== */
#contact p.mrg-btm-30 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}

#maps {
  position: relative;
  text-align: center;
}

#maps .btn-con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}

#map-canvas {
  height: 450px;
}

/* =======================================
========== CONTACT.HTML CSS END ==========
======================================= */
/* =============================
========== FOOTER CSS ==========
============================= */
#footer {
  min-height: 350px;
  color: #fff;
  background-color: #333;
  background-image: url("../images/footer-bg.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

#footer img {
  display: inline-block;
  margin-bottom: 30px;
  width: auto;
}

#footer p {
  margin-bottom: 30px;
}

#footer p:last-child {
  margin-right: 0;
}

/* =================================
========== FOOTER CSS END ==========
================================= */
/* ================================
========== COPYRIGHT CSS ==========
================================ */
#copyright {
  margin-top: -2px;
  padding-bottom: 5px;
  font-size: 85%;
  color: #fff;
  text-align: center;
  background-color: #444;
  border: 0;
}

#copyright a {
  color: #ff9650;
}

/* ====================================
========== COPYRIGHT CSS END ==========
==================================== */
/* ===================================
========== BACK-to-TOP CSS ==========
=================================== */
.back-to-top {
  padding: 6px 0;
  display: none;
  width: 35px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 26px;
  color: #222;
  background-color: rgba(247, 148, 30, 0.7);
  font-size: 20px;
  text-align: center;
  opacity: .7;
}

.back-to-top:hover, .back-to-top:focus, .back-to-top:active {
  color: #f7941e;
  background-color: #333333;
  opacity: 1;
}

/* ======================================
========== BACK-to-TOP CSS END ==========
====================================== */

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

.floating-buttons {
  position: fixed;
  right: 50px;
  bottom: 20px;
  z-index: 9999;
}

.floating-buttons a {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  background-color: #555;
  color: #fff;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}

.floating-buttons a svg {
  vertical-align: middle;
}

/* custom style for swiper js */
.swiper-slide {
  overflow: hidden;
}

.swiper-slide .project-slide {
  transform: scale(1.5);
  transition: 3s ease;
}

.swiper-slide-active .project-slide {
  transform: scale(1.1);
}
