
/* ===================================
   Font specification
====================================== */
.contact-sec .contact-heading {
    display: inline-block;
    font-size: 35px;
    color: #231F20;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

/* ===================================
   Navigation
====================================== */
.navbar-simple .navbar-nav .nav-link {
    font-family: 'Oswald Regular', sans-serif;
    font-size: 16px;
    color: #231F20;
    text-align: center;
    padding: 0.4rem 1rem;
    font-weight: bold;
    text-transform: uppercase;
}


/* ===================================
   Banner
====================================== */
.overlay {
  background-image: linear-gradient(
    rgba(255,255,255,1),
    rgba(55,48,44,0)
    ),
    url("../images/banner-image.jpg");
}

.banner-heading {
    font-size: 25px;
    text-transform: initial;
}

.text-gradient {
	text-transform: uppercase;
	background: linear-gradient(to right, #37302c 0%, #a59184 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 70px;
	}


/* ===================================
   About US
====================================== */
.about-des {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 400;
    color: #231F20;
    padding: 20px 0 50px 0;
    line-height: 1.4;
}

.padding-middle {
    padding: 6.5rem 6.5rem;
}

.padding-top-small {
    padding: 2.5rem 0;
}

.padding-middle-small {
    padding: 2.5rem 2.5rem;
}

.padding-bottom-small {
    padding: 0 2.5rem;
}

.quote-dir {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #a59184;
    font-style: italic;
}


/* ===================================
   Portfolio
====================================== */
.portfolio-sec .cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background: rgba(55,48,44, 0.7);
}

/* ===================================
   Gallery
====================================== */
#grid-container {
  margin: 0 auto;
  width: 100%;
}

.cbp-item {
  width: 33.333%;
  padding: 5px;
}

@media (max-width: 991px) {
  .cbp-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cbp-item {
    width: 100%;
  }
}


/* ===================================
   Vision & Qulaity
====================================== */
.padding-vision {
    padding: 3.5rem 0 5rem 0;
}

.background-quality{
    background-color: #dbd0c9;
}

.padding-quality {
    padding: 5rem;
}

.quality-section {
    padding-top: 50px;
    text-transform: uppercase;
}

.quality-heading {
    font-size: 46px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #231F20;
}

.quality-subheading {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #231F20;
    padding-bottom: 5px;
    line-height: 1;
}

.quality-des {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #231F20;
    line-height: 1.4;
    padding-bottom: 20px;
}

/* ===================================
   partners
====================================== */
.partners-sec {
    padding: 3rem 0 5rem 0;
    margin: 1rem 0 2rem 0;
}

.partners-heading {
    text-align: center;
    margin-bottom: 1.5rem;
}

.partners-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-item {
    padding: 1rem;
}

.partner-item img {
    max-width: 70%;
    height: auto;
    align-items: center;
}

.partners-heading {
    font-size: 46px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #231F20;
}

.partners-subheading {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #231F20;
    padding-bottom: 5px;
    line-height: 1;
}

.partners-sec .partner-link img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.partners-sec .partner-link:hover img {
  filter: grayscale(0%);
}

/* ===================================
   Contact form
====================================== */
.consensus {
    font-size: 12px;
    font-weight: 300;
    color: #888888;
    line-height: 1rem;
    padding: 0 20px;
}

a:hover {
    color: #807166;
    text-decoration: none;
}



/* ===================================
   RESPONSIVE
====================================== */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px){

.nav-phone {
    margin: 1rem 0 1rem -3rem;
}

.nav-phone a {
    font-family: 'Oswald Regular', sans-serif;
    font-weight: 300;
    color: #231F20;
    font-size: 1rem;
}

.nav-phone a:hover {
    color: #807166;
}

.social-icons-simple li a {
    font-size: 30px;
    margin: 0 20px 0 ;
}

/*
.banner-des {
    height: 100%;
    padding-bottom: 1rem;
}*/

.about-image {
    display: none;
}

.overlay {
  background-image: linear-gradient(
    rgba(255,255,255,0),
    rgba(55,48,44,0)
    ),
    url("../images/banner-image.jpg");
}

.text-gradient {
    font-size: 48px;
}

.quality-subheading {
    padding: 20px 0 0 0;
    line-height: 1.5rem;
}
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px){
.about-image {
    display: none;
}

.nav-phone {
    margin: 1rem 0 1rem -3rem;
}

.nav-phone a {
    font-family: 'Oswald Regular', sans-serif;
    font-weight: 300;
    color: #231F20;
    font-size: 1.5rem;
}

.nav-phone a:hover {
    color: #807166;
}

.social-icons-simple li a {
    
    font-size: 30px;
    margin: 0 20px 0 ;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.nav-phone {
    display: none;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px){
.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #231F20;
    text-align: center;
    padding: 0.7rem 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.nav-phone {
    display: none;
}
}
