@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Global
- Typography
- Layout
- Preloader
- Buttons
- Navigation
- Banners
- About
- Events
- Gallery
- Image Zoom Effect
- Team
- Quotes
- Contact Us
- Google Maps 
- Footer
- Media Queries
*/


/* Global
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
}

.sep {
  max-width: 80px;
  border: 2px solid #daa66f;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1 {
  font-size: 70px;
  color: #fff;
  font-weight: lighter;
  letter-spacing: 0.16em;
  text-shadow: 1px 1px 2px #333333;
}

@media screen and (max-width: 960px) {
  .headerMain {
	font-size: 50px;
  }
}

h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}


/* Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.dark-bg {
  background: #24242a;
}

.light-bg {
  background: #fff;
}


/* Preloader
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #24242a;
}

.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.btn-transparent {
  background: transparent;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -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;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #0d0d0d;
  -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;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-block {
  background: #24242a;
  padding: 15px 0;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -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;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #24242a;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.navbar-default {
  background: rgba(13, 13, 13, 0.6);
  margin-bottom: 0;
  border: none;
}

.navbar-default .navbar-header {
  width: 29%;
  padding-right: 15px;
}

.navbar-default .nav-wrap {
  width: 50%;
}

.navbar-default .nav>li>a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 75px 15px;
  -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;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:active {
  color: #a3a3a3;
}

.navbar-default .social-media {
  float: right;
  padding: 0 15px;
}

.navbar-default .social-media i {
  font-size: 22px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background: transparent;
  color: #a3a3a3;
}

.top-nav-collapse {
  background: #24242a;
}

.top-nav-collapse .navbar-brand {
  height: auto;
}

.top-nav-collapse .navbar-brand img {
  width: 100px;
  height: auto;
  image-rendering: auto;
}

.top-nav-collapse .nav>li>a {
  padding: 50px 15px;
}




/* Banners
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#mainBack {
  background-image: url(img/sliders/Slide.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
}

#owl-hero {
  overflow: hidden;
}

#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}

#owl-hero .item .caption h1 {
  font-weight: lighter;
  margin-top: 40px;
  margin-bottom: 50px;
}

/* Carousel
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* About
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#about {
  padding: 40px 0;
  text-align: center;

}

.about{
  max-width: 700px;
}

#about h2 {
  text-transform: uppercase;
  color: #daa66f;
}

#about h2 span {
  font-weight: 700;
}

#about img {
  margin-top: 20px;
  margin-bottom: 5px;
  width: 400px;
  height: auto;
}

@media screen and (max-width: 1030px) {
  #about img {
    width: 200px;
    height: auto;
  }
}


/* Events
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.img-thumbnail {
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0;
  border-radius: 0;
}

.tm-section-2 {
  max-width: 1050px;
}

.tm-section-2 {
  padding: 60px 5% 40px;
}

.tm-media-img {
  display: block;
}

.tm-media-title {
  margin-bottom: 0.7em;
  line-height: 1.5;
}

.tm-media-description {
  line-height: 2em;
}

.tm-media-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.tm-media-row:last-child {
  margin-bottom: 0;
}

.tm-gray-text {
  color: #daa66f
}

.tm-gray-text-2 {
  color: #656565;
  font-size: 13px;
}

.tm-media-text-container {
  padding-bottom: 20px;
}

@media only screen and (min-width: 544px) {
  .tm-slide-content-div {
    margin-top: 0;
  }
  .tm-media-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tm-flex-child-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .tm-flex-child-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .tm-slide-content-div {
    padding: 4%;
  }
  .cd-hero-slider h2 {
    font-size: 3em;
  }
  .cd-hero-slider {
    height: 630px;
  }
  .tm-slide-content-div {
    padding: 5%;
  }
  .cd-hero-slider p.m-b-mid {
    margin-bottom: 40px;
  }
  .tm-plan {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cd-hero-slider {
    height: 700px;
  }
  .cd-hero-slider p.m-b-mid {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
    height: 900px;
  }
  .tm-slide-content-div {
    padding: 60px;
  }
  .tm-section-2 {
    padding: 50px 0 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-table-col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .tm-section-3,
  .tm-section-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tm-plan-link {
    padding: 1rem;
  }
  .tm-plan-table-row {
    padding: 20px 35px 0;
  }
  .tm-plan-table-row:first-child {
    padding-top: 35px;
  }
  .tm-plan-table-row:last-child {
    padding-bottom: 35px;
  }
}


/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#gallery {
  padding: 60px 0;
  text-align: center;
}

#gallery h2 {
  text-transform: uppercase;
}

#gallery p {
  margin-bottom: 40px;
}

#gallery .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#gallery .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

#gallery .gallery-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}

#gallery .gallery-box .gallery-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -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;
}

#gallery .gallery-box .gallery-box-caption .gallery-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

#gallery .gallery-box .gallery-box-caption .gallery-box-caption-content .project-category,
#gallery .gallery-box .gallery-box-caption .gallery-box-caption-content .project-name {
  padding: 0 15px;
}

#gallery .gallery-box .gallery-box-caption .gallery-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

#gallery .gallery-box .gallery-box-caption .gallery-box-caption-content .project-name {
  font-size: 18px;
}

#gallery .gallery-box:hover .gallery-box-caption {
  opacity: 1;
}

.col-lg-3,
.col-sm-6
{
  padding-left: 0;
  padding-right: 0;
}


/* Image Zoom Effect
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-no-margins img.mfp-img {
  padding: 0;
}

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

.mfp-no-margins .mfp-container {
  padding: 0;
}

.mfp-title {
  text-align: center;
  padding: 6px 0;
}

.image-source-link {
  color: #DDD;
}


/* Team
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#team {
  padding: 60px 0;
  text-align: center;
}

#team h2 {
  text-transform: uppercase;
}

#team .team {
  margin-top: 40px;
  margin-bottom: 20px;
}

#team .team h4 {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

#team .team p {
  color: #a3a3a3;
}

#team .team a {
  color: #0d0d0d;
  font-size: 22px;
  padding-right: 10px;
  -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;
}

#team .team a:hover,
#team .team a:focus,
#team .team a:active {
  color: #a3a3a3;
}


/* Quotes
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.tqpHeader {
  display: none;
}

.tqpQuote {
  font-size: 28px;
  color: #fff;
}

.tqpAuthor {
  font-size: 20px;
  color: #fff;
}

.tqpFooter {
  display: none;
}

#quotes {
  background-image: url("../img/sliders/Slide4.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
}

#quotes h2 {
  text-transform: uppercase;
  color: #fff;
}

#quotes p {
  color: #fff;
}

#quotes .item .quote {
  margin: 20px auto;
  width: 80%;
}

#quotes .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}

#quotes .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}

#quotes .item h5 {
  color: #fff;
  line-height: 36px;
}

#quotes .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}

#quotes .owl-pagination .owl-page.active span {
  background-color: #fff;
}

#quotes .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -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;
}


/* Contact Us
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#contact {
  padding: 60px 0;
  text-align: center;
}

#contact h2 {
  text-transform: uppercase;
}

#contact form {
  margin: 40px 0;
}

#contact .form-group {
  margin-bottom: 35px;
}

#contact .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #24242a;
  color: #0d0d0d;
  min-height: 45px;
}

#contact textarea {
  height: 140px;
  resize: none;
}

.description
{
  padding: 20px;
}


/* Google Maps 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#map {
  width: 100%;
  height: 400px;
}


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer.nb-footer {
  background: #222;
  padding-bottom: 10px;
}

footer.nb-footer .about {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1170px;
  text-align: center;
}

footer.nb-footer .about p {
  font-size: 13px;
  color: #999;
  margin-top: 30px;
}

footer.nb-footer .about .social-media {
  margin-top: 15px;
}

footer.nb-footer .about .social-media ul li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 16px;
  color: #daa66f;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

footer.nb-footer .about .social-media ul li a:hover {
  color: #daa66f;
  color: #fff;
  border-color: #b78c33;
}

footer.nb-footer .footer-info-single {
  margin-top: 30px;
}

footer.nb-footer .footer-info-single .title {
  color: #aaa;
  text-transform: uppercase;
  font-size: 16px;
  border-left: 4px solid #daa66f;
  padding-left: 5px;
}

footer.nb-footer .footer-info-single ul li a {
  display: block;
  color: #aaa;
  padding: 2px 0;
}

footer.nb-footer .footer-info-single ul li a:hover {
  color: #daa66f;
}

footer.nb-footer .footer-info-single p {
  font-size: 13px;
  line-height: 20px;
  color: #aaa;
}

footer.nb-footer .copyright {
  margin-top: 15px;
  background: #111;
  padding: 7px 0;
  color: #999;
}

footer.nb-footer .copyright p {
  margin: 0;
  padding: 0;
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (max-width: 992px) {
  /*-- Navigation --*/
  .navbar-default {
    background: #24242a;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
    image-rendering: auto;
    width: 52px;
    height: 48px;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
	margin-bottom: 20px;
  }
  .navbar-default .navbar-nav>li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }
  
  .navbar-default .nav>li>a {
	padding: 10px 15px;
  }
	
  /*-- Sliders --*/
  #owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }
  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }
  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }
  #quotes h5 {
    font-size: 18px;
  }
}