/*--------------------------------------------------------------
  Template Name: Simply Construction HTML Template.
  Template URI: #
  Description: Simply Construction is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: DevItems
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
:root {
  --cst-section-spacing: 40px;
}

@media screen and (min-width: 768px) {
  :root {
    --cst-section-spacing: 60px;
  }
}

@media screen and (min-width: 1200px) {
  :root {
    --cst-section-spacing: 80px;
  }
}

@media screen and (min-width: 1600px) {
  :root {
    --cst-section-spacing: 120px;
  }
}

@media screen and (min-width: 1920px) {
  :root {
    --cst-section-spacing: 160px;
  }
}

@media screen and (min-width: 1600px) {
  p {
    font-size: 16px;
    line-height: 170%;
  }
}

.logo img {
  max-width: 150px;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .logo img {
    max-width: 200px;
  }
}

.cst-section {
  position: relative;
  margin-bottom: var(--cst-section-spacing);
}

.cst-section:last-of-type {
  margin-bottom: 0;
}

.cst-section--bg {
  padding: var(--cst-section-spacing) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cst-section__wrapper {
  position: relative;
}

.cst-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
  pointer-events: none;
}

.cst-section--cta-contact {
  background-image: url(../images/cta/cta-bg.jpg);
}

.cst-section--highlight-intro {
  background: linear-gradient(to bottom, #fafafa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: var(--cst-section-spacing) 0 0;
}

.cst-section--highlight-intro .title__line {
  margin-bottom: 20px;
}

.cst-section--highlight-intro p {
  font-size: 16px;
  line-height: 170%;
}

@media screen and (min-width: 768px) {
  .cst-section--highlight-intro p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .cst-section--highlight-intro p {
    font-size: 20px;
  }
}

.heading {
  margin-bottom: 20px;
}

.heading.heading--lv2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .heading.heading--lv2 {
    font-size: 30px;
  }
}

.heading.heading--lv3 {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .heading.heading--lv3 {
    font-size: 24px;
  }
}

.text-box {
  margin-bottom: 20px;
}

.text-box:last-child {
  margin-bottom: 0;
}

.text-box--big p {
  font-size: 18px;
  line-height: 170%;
}

@media screen and (min-width: 768px) {
  .text-box--big p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .text-box--big p {
    font-size: 22px;
  }
}

@media screen and (min-width: 1600px) {
  .text-box--big p {
    font-size: 24px;
  }
}

.text-box--white {
  color: #fff;
}

.text-box--white .heading,
.text-box--white p {
  color: inherit;
}

.ct__address {
  align-items: center;
}


.cst-service-item {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .cst-service-item {
    margin-bottom: 60px;
    text-align: center;
  }
}

.cst-service-item__image {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 290/350;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
  border-radius: 7px;
}

@media screen and (min-width: 768px) {
  .cst-service-item__image {
    margin-bottom: 30px;
  }
}


.cst-service-item__details {

}

@media screen and (min-width: 768px) {
  .htc__offer__thumb {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 50%;
  }
}

.htc__offer__thumb__inner {
  height: 100%;
  width: 100%;
}

.htc__offer__thumb__inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
