/** @format */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #333;
  font-family: "Roboto", sans-serif;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

button:focus {
  outline: none !important;
}

::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1);
}

header {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
  position: relative;
  border-bottom: 1px solid white;
  min-height: 76px;
  padding: 5px 0;
}
header img {
  position: absolute;
  top: 10px;
  max-width: 173px;
  z-index: 9;
}
header a.call-btn {
  background-color: #b01f29;
  border: solid 1px #ffffff;
  color: #ffffff;
  position: fixed;
  top: 6px;
  right: 10px;
  z-index: 999;
  font-size: 24px;
  padding: 15px 56px;
  line-height: 1.3333333;
  font-family: "Roboto Slab", serif;
}
header a.call-btn:hover {
  background-color: #85171f;
}
header ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 35px;
}
header ul li button {
  display: none;
}
header ul a {
  font-size: 18px;
  color: #0c0c0c;
  line-height: 65px;
  padding: 0 15px;
  display: table;
  position: relative;
  font-weight: 500;
}
header ul a:hover {
  color: #0c0c0c;
}
header ul a:hover:before {
  width: 100%;
}
header ul a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  transition: all 0.2s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  left: 0;
  width: 0;
  border-bottom: 2px solid #b01f29;
  right: 0;
  margin: auto;
}
header ul a i.fa-solid.fa-caret-down {
  margin-left: 10px;
  font-size: 11px;
}
header ul li {
  position: relative;
}
header ul li:hover ul.sub-menu {
  max-height: 500px;
  opacity: 1;
}
header ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  /* display: none; */
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  flex-direction: column;
  padding: 0;
  border-top: 2px solid #b21f29;
  max-height: 0;
  transition: max-height 0.3s ease-in;
  transition-delay: 0.2s;
  overflow: hidden;
  opacity: 0;
}
header ul li ul.sub-menu li {
  padding: 0 15px;
  width: 100%;
}
header ul li ul.sub-menu a {
  text-align: left;
  display: table;
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px #ccc dotted;
  padding: 8px 0;
  line-height: 1.42857143;
  font-weight: 400;
}
header ul li ul.sub-menu a:before {
  display: none;
}
header ul li ul.sub-menu a:hover {
  color: #b21f29;
}

section.bar1 {
  background: rgb(176, 31, 41);
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 20px 0;
}
section.bar1 h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  max-width: 700px;
  margin: 0 auto;
}

section.banner-part {
  position: relative;
  height: calc(100vh - 171px);
}
section.banner-part video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.banner-part a {
  font-size: 18px;
  padding: 15px 40px;
  line-height: 1.3333333;
  background: #b01f29;
  border: 2px solid #85171f;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
  bottom: 190px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
section.banner-part a:hover {
  background-color: #85171f;
  border-color: #000000;
}

section.body-cont1 {
  padding: 60px 0 40px;
}
section.body-cont1 h3 {
  color: #8b021d;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
  margin: 0 0 10px;
}
section.body-cont1 h2 {
  color: #8b021d;
  line-height: 40px;
  font-weight: 500;
  font-size: 32px;
  margin: 10px 0;
}
section.body-cont1 h4 {
  color: #0c0c0c;
  font-size: 22px;
  font-weight: 700;
  line-height: 44px;
  margin: 10px 0 60px;
  font-family: "Roboto Slab", serif;
}
section.body-cont1 .decp {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.body-cont1 .decp h3 {
  font-size: 18px;
  margin: 0;
}
section.body-cont1 .decp h3 a {
  color: #8a1822;
}
section.body-cont1 .decp p {
  color: #0c0c0c;
  font-size: 16px;
  line-height: 30px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  margin: 0 auto 20px;
}
section.body-cont1 .decp a.more-btn {
  background-color: #b01f29;
  border: 2px solid #305a4e;
  border-color: #85171f;
  color: #ffffff;
  font-size: 16px;
  padding: 15px 40px;
  line-height: 1.3333333;
  display: table;
  margin: 20px auto 0;
  margin-top: auto;
  font-family: "Roboto Slab", serif;
  margin-bottom: 60px;
}
section.body-cont1 .decp a.more-btn:hover {
  background-color: #85171f;
  border-color: #000000;
}
section.body-cont1 svg {
  width: 2rem;
  height: 2rem;
  display: table;
  margin: 0 auto 5px;
}
section.body-cont1 svg path {
  fill: rgb(178, 31, 41);
}

section.body-cont2 {
  padding-bottom: 100px;
}
section.body-cont2 .wrap {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 0;
  text-align: center;
}
section.body-cont2 .mask1 {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
section.body-cont2 .star {
  margin: 20px 0;
  font-size: 22px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask-image: url(../images/srat2.png);
  mask-image: url(../images/srat2.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
section.body-cont2 .star img.img1 {
  position: absolute;
}
section.body-cont2 .star img.img2 {
  position: absolute;
}
section.body-cont2 .star img.img3 {
  transform: translate(-140px, 0px);
  transition: all 0.8s ease-in-out;
}
section.body-cont2 p {
  font-size: 16px;
  color: #0c0c0c;
  margin: 0 0 10px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
  padding: 10px 15px 0;
  min-height: 325px;
  display: flex;
  align-items: center;
  transform: translate(0px, 150px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
section.body-cont2 h5 {
  font-size: 16px;
  color: #0c0c0c;
  margin: 0 0 10px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
  padding: 10px 15px 0;
}

section.body-cont2.fix-it p {
  transform: translate(0px, 0px);
  opacity: 1;
}
section.body-cont2.fix-it img.img3 {
  transform: translate(0px, 0px);
}

section.body-cont3 {
  padding: 132px 0;
  text-align: center;
  background-position: 51% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.body-cont3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}
section.body-cont3 h2 {
  text-align: center;
  font-size: 42px;
  position: relative;
  margin: 0;
  color: #fff;
}

section.body-cont4 {
  padding: 100px 0;
}
section.body-cont4 h2 {
  text-align: left;
  font-size: 42px;
  position: relative;
  color: #222120;
  line-height: 2;
  margin: 10px 0 30px;
}
section.body-cont4 p {
  color: #0c0c0c;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  line-height: 35px;
}
section.body-cont4 p a {
  display: table;
  color: #0c0c0c;
  font-weight: 700;
}
section.body-cont4 p strong {
  display: block;
}
section.body-cont4 p strong span {
  color: rgb(255, 0, 0);
}
section.body-cont4 label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  line-height: 32px;
}
section.body-cont4 input:not([type=submit]),
section.body-cont4 textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin: 0 0 10px;
  font-family: "Roboto Slab", serif;
}
section.body-cont4 textarea {
  height: 94px;
}
section.body-cont4 input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
section.body-cont4 input[type=submit] {
  border: 2px solid #305a4e;
  background-color: #b21f29;
  border-color: #87171f;
  color: #ffffff;
  padding: 18px 50px;
  font-size: 18px;
  line-height: 1.3333333;
  text-transform: capitalize;
  margin: 45px 0 0;
  font-family: "Roboto Slab", serif;
}
section.body-cont4 input[type=submit]:hover {
  background-color: #87171f;
}

footer {
  background: rgb(178, 31, 41);
  padding: 60px 0;
  /* Styles for the content section */
}
footer h3 {
  font-size: 22px;
  color: #fff;
  line-height: 36px;
  font-weight: 500;
  margin: 0 0 25px;
}
footer p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 25px;
}
footer p span {
  display: block;
}
footer p a {
  color: #fff;
  font-family: "Roboto Slab", serif;
}
footer ul.menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  font-family: "Roboto Slab", serif;
  display: table;
  padding: 0 0 5px;
}
footer ul.menu li a:hover {
  text-decoration: underline;
  color: #fff;
}
footer #button {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
footer .fa {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
footer #button:hover {
  cursor: pointer;
  background-color: #333;
}
footer #button:active {
  background-color: #555;
}
footer #button.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 500px) {
  footer .content {
    width: 43%;
  }
}
footer .content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
footer .content h3 {
  font-style: italic;
  color: #96a2a7;
}

section.inner-ban {
  position: relative;
}
section.inner-ban img {
  width: 100%;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.inner-ban .decp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/download.png);
}
section.inner-ban h2 {
  text-align: center;
  font-size: 42px;
  position: relative;
  line-height: normal;
  margin: 0;
  color: #fff;
}
section.inner-ban p {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  padding: 14px 0 30px;
  margin: 0;
}
section.inner-ban .btn-sec {
  display: flex;
}
section.inner-ban a {
  border: 2px solid #305a4e;
  background-color: #b21f29;
  border-color: #87171f;
  color: #ffffff;
  font-weight: bold;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 1.3333333;
  text-transform: capitalize;
  font-family: "Roboto Slab", serif;
  width: 262px;
  display: table;
  margin: 0 15px;
}

section.residential-sec1 {
  background: rgb(178, 31, 41);
  padding: 30px 0;
}
section.residential-sec1 ul {
  display: flex;
  align-items: center;
  max-width: 1170px;
  justify-content: space-evenly;
  margin: 0 auto;
}
section.residential-sec1 ul li i {
  color: #fff;
  font-size: 32px;
  display: table;
  margin: 0 auto;
}
section.residential-sec1 ul li a {
  text-align: center;
  font-size: 24px;
  position: relative;
  display: block;
  color: #fff;
  line-height: 2;
  margin: 10px 0;
  font-weight: 500;
}
section.residential-sec1 ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

section.residential-sec2 {
  padding: 65px 0;
}
section.residential-sec2 h2 {
  font-size: 36px;
  position: relative;
  color: #222120;
  margin: 0 0 20px;
  border-bottom: 3px solid #000000;
  padding: 0 0 15px;
}
section.residential-sec2 p {
  color: #0c0c0c;
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
}
section.residential-sec2 p a {
  color: #8a1822;
  font-weight: 700;
}
section.residential-sec2 i.far,
section.residential-sec2 i.fab {
  padding: 5px;
  display: table;
  margin: 0 auto;
  font-size: 32px;
  color: rgb(178, 31, 41);
}
section.residential-sec2 svg#Capa_1 {
  width: 37px;
  height: 37px;
  display: table;
  margin: 0 auto;
  fill: #b01f29;
  padding: 5px;
}
section.residential-sec2 h3 {
  font-size: 18px;
  color: #222120;
  margin: 5px 0 10px;
}
section.residential-sec2 h6 {
  color: #0c0c0c;
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 35px;
  font-family: "Roboto Slab", serif;
}

section.residential-sec3 {
  padding: 0 0 100px;
}
section.residential-sec3 h2 {
  font-size: 36px;
  position: relative;
  color: #222120;
  border-bottom: 3px solid #000000;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
section.residential-sec3 img {
  width: 100%;
  height: 555px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.residential-sec3 h3 {
  font-size: 30px;
  color: #222120;
  padding: 0 0 4px;
  text-transform: uppercase;
}
section.residential-sec3 p {
  color: #0c0c0c;
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
}
section.residential-sec3 h6 {
  text-decoration: underline;
  font-weight: 700;
  margin: 25px 0 15px;
  font-size: 16px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
}
section.residential-sec3 ul li {
  position: relative;
  color: #0c0c0c;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto Slab", serif;
  padding-left: 38px;
  margin: 0 0 10px;
}
section.residential-sec3 ul li i.fas {
  position: absolute;
  left: 0;
  top: 10px;
}
section.residential-sec3 .title-sec p {
  text-align: center;
}

section.body-cont4.inner-contact {
  padding-top: 0;
}

section.residential-sec2.history-page p {
  margin: 0 0 20px;
}

section.client-page {
  padding: 65px 0;
}
section.client-page h2 {
  color: #222120;
  text-align: center;
  font-size: 25px;
  line-height: 2;
  margin: 10px 0;
}
section.client-page h2 a {
  color: #b01f29;
}
section.client-page p {
  color: #0c0c0c;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  font-family: "Roboto Slab", serif;
}

section.contact-page {
  padding: 65px 0;
}
section.contact-page h2 {
  font-size: 36px;
  text-align: center;
  color: #222120;
  font-weight: 500;
  position: relative;
}
section.contact-page h2:after {
  content: "";
  width: 40%;
  height: 3px;
  background: #000;
  display: block;
  margin: 25px auto 60px;
}
section.contact-page h3 {
  font-size: 24px;
}
section.contact-page p {
  font-size: 22px;
  color: #0c0c0c;
  line-height: 44px;
  font-family: "Roboto Slab", serif;
}
section.contact-page p a {
  color: #0c0c0c;
}
section.contact-page hr {
  border: 2px solid #000;
  margin: 38px 0;
  display: block;
  float: left;
  opacity: 1;
}
section.contact-page label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  line-height: 32px;
}
section.contact-page input:not([type=submit]),
section.contact-page textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin: 0 0 10px;
  font-family: "Roboto Slab", serif;
}
section.contact-page textarea {
  height: 94px;
}
section.contact-page input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
section.contact-page input[type=submit] {
  border: 2px solid #305a4e;
  background-color: #b21f29;
  border-color: #87171f;
  color: #ffffff;
  padding: 18px 50px;
  font-size: 18px;
  line-height: 1.3333333;
  text-transform: capitalize;
  margin: 45px 0 0;
  font-family: "Roboto Slab", serif;
}
section.contact-page input[type=submit]:hover {
  background-color: #87171f;
}
section.contact-page iframe {
  width: 100%;
  height: 100%;
}

section.residential-sec3 p a {
  color: #b01f29;
  font-weight: 800;
}/*# sourceMappingURL=style.css.map */