html {
  scroll-padding-top: 4rem;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: flex;
  margin-bottom: 25px;
}
.heading_container h2 {
  position: relative;
  margin: 0;
  padding: 10px 0;
}
.heading_container h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #e26e69;
  background-repeat: no-repeat;
}

.socials {
  display: flex;
  gap: 20px;
}
.socials img {
  height: 40px;
}

.sub_page .hero_area {
  min-height: auto;
  background-image: none;
  background-color: #e1f3fd;
}
.sub_page .service_section {
  margin: 45px auto;
}

.header_section {
  position: fixed;
  z-index: 1000;
  backdrop-filter: blur(4px);
  background-color: rgba(178, 178, 178, 0.368627451);
  top: 0;
  right: 0;
  left: 0;
}
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  margin: 10px 20px;
  padding: 0;
  color: #282828;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

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

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.navbar-brand {
  display: flex;
  font-size: 28px;
  padding: 2px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.navbar-brand span {
  color: #e26e69;
  text-shadow: 0 0 2px white;
}

.custom_nav-container {
  z-index: 99999;
  padding: 20px;
  align-items: flex-end;
}

.navbar-expand-lg .navbar-collapse {
  align-items: flex-end;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 45px;
}

section {
  margin: 50px 30px;
  padding: 20px;
}

.slider_form {
  width: 400px;
  padding: 25px;
  background-color: #282828;
  border-radius: 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.slider_form h4 {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.slider_form form {
  margin: 15px 0;
}
.slider_form form input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  padding-left: 15px;
}
.slider_form form .btm_input {
  display: flex;
}
.slider_form form .btm_input input {
  width: calc(95% - 116px);
  margin: 0;
  margin-right: 10px;
}
.slider_form form .btm_input button {
  flex: 1;
  min-width: 116px;
  border: none;
  outline: none;
  background-color: #0ebee3;
  color: #ffffff;
}

.slider_section {
  display: flex;
  align-items: center;
  z-index: 2;
  color: #3b3a3a;
  min-height: calc(100vh - 86px);
  margin-top: 86px;
  position: relative;
}
.slider_section .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/20230808_152247.jpg.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider_section .row {
  align-items: center;
}
.slider_section .box {
  padding-left: 15%;
  margin-bottom: 100px;
}
.slider_section .box .detail-box {
  padding-right: 10%;
}
.slider_section .box .detail-box h1 {
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 2rem;
  color: #ffffff;
  text-shadow: 0px 0px 8px black;
}
.slider_section .box .img-box {
  margin: 0 7%;
}
.slider_section .box .img-box img {
  width: 100%;
}
.slider_section .box .btn-box {
  margin-top: 15px;
}
.slider_section .box .btn-box a {
  text-align: center;
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #e26e69;
  background-color: transparent;
  color: #e26e69;
}
.slider_section .box .btn-box a:hover {
  background-color: #e26e69;
  color: #ffffff;
}

.about_section .row {
  align-items: center;
}
.about_section .detail-box {
  position: relative;
  padding-right: 75px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid #e26e69;
  background-color: transparent;
  color: #e26e69;
  margin-top: 25px;
}
.about_section .detail-box a:hover {
  background-color: #e26e69;
  color: #ffffff;
}
.about_section .detail-box::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 65%;
  top: 10%;
  right: 25px;
  z-index: 1;
  background-color: #e26e69;
  background-repeat: no-repeat;
}
.about_section .img-box {
  padding: 75px 45px;
}
.about_section .img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about_section .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #282828;
  z-index: 1;
  border-radius: 10px;
}

.service_section {
  width: 95%;
}
.service_section .service_container {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.service_section .service_container .box .img-box {
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.service_section .service_container .box .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.service_section .service_container .box .detail-box {
  margin-top: 15px;
}
.service_section .service_container .box .detail-box h5 {
  font-weight: bold;
}
.service_section .service_container .box .detail-box a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #e26e69;
  background-color: transparent;
  color: #e26e69;
}
.service_section .service_container .box .detail-box a:hover {
  background-color: #e26e69;
  color: #ffffff;
}

.estimator {
  display: flex;
  align-items: center;
}
.estimator > div {
  width: 350px;
}
.estimator > div > div {
  margin: 14px 8px;
}

.content-table {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 30px;
}
.content-table table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.content-table table td {
  padding: 4px 8px;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}
.client_section .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #000000;
  background-size: 9px;
  background-position: center;
  border-radius: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}
.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #0ebee3;
}
.client_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev.png);
  left: -10%;
}
.client_section .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../images/prev-white.png);
}
.client_section .owl-carousel .owl-nav .owl-next {
  right: -10%;
  background-image: url(../images/next.png);
}
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../images/next-white.png);
}
.client_section .box {
  padding: 35px 45px 15px 45px;
  margin: 15px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.client_section .box .img-box {
  max-width: 125px;
  min-width: 125px;
}
.client_section .box .img-box img {
  width: 100%;
}
.client_section .box .detail-box {
  margin-top: 15px;
}
.client_section .box .detail-box img {
  width: 25px;
}
.client_section .box > div {
  position: relative;
  z-index: 2;
}
.client_section .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #0ebee3;
  z-index: 1;
}
.client_section .carousel-wrap {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  margin-bottom: 45px;
}
.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #252525;
  background-size: 15px;
  background-position: center;
  border-radius: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: initial;
  bottom: -75px;
  outline: none;
}
.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #0ebee3;
}
.client_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev.png);
  left: -5%;
}
.client_section .owl-carousel .owl-nav .owl-next {
  left: calc(-5% + 55px);
  background-image: url(../images/next.png);
}
.client_section .owl-carousel .owl-dots.disabled,
.client_section .owl-carousel .owl-nav.disabled {
  display: block;
}

.btnAction {
  padding: 8px 30px;
  border: none;
  outline: none;
  background-color: #0ebee3;
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

#tpmr .navbar-brand {
  color: white;
  padding: 27px;
  background-color: #e47079;
}
#tpmr .navbar-brand span {
  color: #faf325;
  text-shadow: none;
}
#tpmr .navbar-brand img {
  height: 104px;
  margin: -37px 0px -37px -120px;
}
@media (max-width: 992px) {
  #tpmr .navbar-brand {
    font-size: 20px;
  }
}

.tprm_section .background {
  background-image: url(../images/20241111_121121.jpeg.webp);
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.tprm_section .container-fluid {
  display: flex;
  align-items: center;
  min-height: 480px;
  position: relative;
}
.tprm_section .container-fluid .slider_form {
  z-index: 10;
}

.contact_section .background {
  background-image: url(../images/loire.jpg.webp);
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.contact_section .container-fluid {
  display: flex;
  align-items: center;
  min-height: 480px;
  position: relative;
}
.contact_section .container-fluid .slider_form {
  z-index: 10;
}
.contact_section .row {
  align-items: center;
}
.contact_section .contact_form {
  padding: 25px;
  background-color: #282828;
  margin: 0 45px;
}
.contact_section .contact_form h4 {
  color: #ffffff;
  margin-bottom: 20px;
}
.contact_section .contact_form form {
  margin: 15px 0;
}
.contact_section .contact_form form input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  padding-left: 15px;
}
.contact_section .contact_form form input.message_input {
  height: 75px;
}
.contact_section .img-box img {
  width: 100%;
}

.footer_section {
  background-color: #0ebee3;
  display: flex;
  justify-content: center;
  position: relative;
}

.footer_section p {
  color: #000000;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  width: 55%;
}

.footer_section a {
  color: #000000;
}

.material-symbols-outlined {
  vertical-align: bottom;
}

.bottom-review {
  display: flex;
  justify-content: space-between;
}

#about {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
#about > * {
  max-width: 500px;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
