/* All the new changes will for "SERVICES" page will make here */

/* >>>>>>>>>>>>> SERVICES <<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<  */
/* >>>>>>>>>>>>>> SERVICES <<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<  */

.hero-banner .background-image {
  background-image: url("../images/our-services/banner.jpg");
}

/* >>>>>> Our Services Section-1 <<<<<<< */

.southern-interiors-qualities {
  height: fit-content;
}
.southern-interiors-qualities .background {
  background-image: url("../images/our-services/s-section-1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 725px;
  padding: 100px 119px 90px 119px;
}
.southern-interiors-qualities .background.section-2 {
  background-image: url("../images/our-services/s-section-2.jpg");
  background-position: center center;
}
@media screen and (max-width: 1536px) {
  .southern-interiors-qualities .background {
    height: 700px;
    padding: 75px 75px 60px 75px;
  }
}
@media screen and (max-width: 600px) {
  .southern-interiors-qualities .background {
    height: 600px;
    padding: 50px 40px 40px 40px;
  }
}

/* >>>>>> Heading Area <<<<<<< */

.southern-interiors-qualities .content-inside {
  width: 402px;
  height: 421px;
  margin-left: auto;
  margin-right: 35px;
}
.southern-interiors-qualities .content-inside .headings {
  margin-bottom: 40px;
}
.southern-interiors-qualities .content-inside .headings p {
  font: normal normal normal 16px/27px "Quasimoda";
  letter-spacing: 6.08px;
  color: #2b2e34;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .southern-interiors-qualities .content-inside {
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .southern-interiors-qualities .content-inside .headings p {
    font-size: 14px;
    margin: 0;
  }
  .southern-interiors-qualities .content-inside .headings {
    margin-bottom: 20px;
  }
}

/* >>>>>> Paragraph Area <<<<<<< */

.southern-interiors-qualities .content-inside .paragraph {
  font: normal normal normal 18px/26px "Quasimoda";
  letter-spacing: 0.36px;
  color: #000000;
}
@media screen and (max-width: 600px) {
  .southern-interiors-qualities .content-inside .paragraph {
    font-size: 14px;
  }
}

/* >>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<  */
/* >>>>>>>>> Gib Board Fixing <<<<<<<<< */
/* >>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<  */

/* >>> Second column [ Text ] <<< */
.percision .row .col-xl-4.sec-col-row {
  padding: 65px 50px 150px 50px;
  padding-right: 10%;
}

/* >>> Third column [ Text ] <<< */
.percision .row .col-xl-4.third-col {
  padding: 65px 50px 150px 0px;
  padding-right: 13%;
}
@media screen and (max-width: 1536px) {
  /* >>> Second column [ Text ] <<< */
  .percision .row .col-xl-4.sec-col-row {
    padding: 45px 50px 120px 50px;
    padding-right: 50px;
  }
  /* >>> Third column [ Text ] <<< */
  .percision .row .col-xl-4.third-col {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  /* >>> Second column [ Text ] <<< */
  .percision .row .col-xl-4.sec-col-row {
    padding: 50px 75px 20px 75px;
  }
  /* >>> Third column [ Text ] <<< */
  .percision .row .col-xl-4.third-col {
    padding: 0px 75px 50px 75px;
  }
}
@media screen and (max-width: 600px) {
  /* >>> Second column [ Text ] <<< */
  .percision .row .col-xl-4.sec-col-row {
    padding: 40px 20px 20px 20px;
  }
  /* >>> Third column [ Text ] <<< */
  .percision .row .col-xl-4.third-col {
    padding: 0px 20px 40px 20px;
  }
}

/* >>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<  */
/* >>>>>>>>>>> Project Types <<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<  */

/* >>>>>>>>>>>>> Section - 1 <<<<<<<<<<< */

.project-type-section-1 {
  height: fit-content;
  padding: 150px 119px;
}
.project-type-section-1 .type.center {
  display: table;
  margin: 0 auto;
}
.project-type-section-1 .type.right {
  float: right;
}
.project-type-section-1 .row.first {
  margin-bottom: 111px;
}
.project-type-section-1 .row .col-lg-4 {
  padding: 0;
}
.project-type-section-1 .type {
  max-width: 445px;
  width: fit-content;
}
.project-type-section-1 .type h3 {
  margin-bottom: 30px;
}
.project-type-section-1 .type p {
  font: normal normal normal 18px/26px "Quasimoda";
  letter-spacing: 0.36px;
  color: #000000;
}
@media screen and (max-width: 1536px) {
  .project-type-section-1 {
    padding: 85px 75px;
  }
  .project-type-section-1 .type h3 {
    margin-bottom: 20px;
  }
  .project-type-section-1 .row.first {
    margin-bottom: 61px;
  }
  .project-type-section-1 .type.left {
    padding-right: 30px;
  }
  .project-type-section-1 .type.right {
    padding-left: 30px;
  }
  .project-type-section-1 .type.center {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 768px) {
  .project-type-section-1 {
    padding: 55px 75px;
  }
  .project-type-section-1 .type {
    max-width: 100%;
  }
  .project-type-section-1 .row,
  .project-type-section-1 .row.first,
  .project-type-section-1 .type.left,
  .project-type-section-1 .type.right,
  .project-type-section-1 .type.center {
    margin: 0;
    padding: 0;
  }
  .project-type-section-1 .col-lg-4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .project-type-section-1 {
    padding: 30px 10px;
  }
  .project-type-section-1 .type p {
    font-size: 14px;
  }
  .project-type-section-1 .col-lg-4 {
    margin-top: 20px;
  }
}
