body {
  font-family: "Montserrat", sans-serif;
}

.phone-number {
  background: -webkit-linear-gradient(rgb(187, 64, 60), rgb(255, 148, 87));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3em;
}

/*.phone-number i{
    -moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}*/
.gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  font-weight: 800;
  font-size: 3em;
  color: white;
  text-shadow: 0px 0px 4px #444;
}

.service {
  position: relative;
  border: 1px solid #ccc;
  border-left: none;
  border-top: none;
  height: 100%;
  transition: all 0.2s;
}
.service.active {
  background: linear-gradient(
    rgb(255, 148, 87),
    rgb(187, 64, 60)
  );
  opacity: 1;
  color: white;
  border: none;
}
.service.active h6 {
  color: white;
}
.service-img {
  overflow: hidden;
  height: 190px;
  z-index: 4;
  position: relative;
}
.service-img img {
  height: 190px;
}
.service-description {
  position: relative;
  z-index: 10;
}
.service-description h6 {
  font-size: 1.3em;
  font-weight: 800;
  color: rgb(187, 64, 60);
  margin-bottom: 20px;
}

.service-description span {
  font-weight: 500;
    font-size: 0.8em;
    line-height: .75cm;
  text-indent: 15px;
}

.intro-text {
  background: rgb(241, 93, 88);
  color: white;
}

.intro-text h3 {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1cm;
}

.perspective {
  background: white;
  border: 1px solid #ccc;
}

.perspective img {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: white;
}

.perspective:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.perspective h4 {
  font-size: 1.1em;
  font-weight: 700;
  padding: 15px;
  bottom: 10px;
  left: 15px;
  z-index: 5;
  color: rgb(187, 64, 60);
  text-transform: capitalize;
}

.menu {
  background: rgb(187, 64, 60);
  position: relative;
}
.menu:before {
  content: "";
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  height: 55px;
  left: -69px;
  width: 70px;
  background: rgb(187, 64, 60);
}
.navbar-dark {
  background: transparent !important;
}
.navbar-container{
    border: 2px solid rgb(187, 64, 60);
}

.nav-link {
  font-size: 0.9em;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-weight: 500;
  line-height: 0.66cm;
}

.title {
  position: relative;
  z-index: 5;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 2em;
  color: white;
  padding: 10px;
  font-weight: 700;
  background: rgb(255, 148, 87);
}

.title h2{
    font-weight: 700;
}

.contact-form input {
  border-radius: 0;
  border: none;
  background: #eee;
  height: 50px;
}

.contact-form textarea {
  border-radius: 0;
  border: none;
  background: #eee;
}

.contact-form .col-md-12 h2 {
  font-size: 2.5em;
  font-weight: 700;
}

.contact-form h4 span {
    
    font-size: .6em;
    font-weight: 500;
    color: rgb(255, 148, 87);
    
}

.bg-darker {
  background: rgb(243, 208, 188);
  color: #222;
}

footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
     color: rgb(220, 64, 60);
     text-decoration: none;
     font-weight: 500;
     font-size: .9em;
}
footer ul li a:hover{
    color: rgb(255, 148, 87);
    text-decoration: none;
}

footer .fas.fa-building {
    font-size: 3em;
}

footer .far.fa-building {
    font-size: 2em;
}

footer .schema {
    color: rgb(220, 64, 60);
    font-weight: 600;
}

footer .schema h5 {
    font-size: .9em;
}

footer .schema h6 {
    font-size: .8em;
}


footer h2 {
  color: #222;
  font-weight: 700;
  font-size: 2em;
}
.social-media {
  color: rgb(187, 64, 60);
  font-size: 1.95em;
}

.contact-infos {
  font-size: 0.9em;
  line-height: 1.02cm;
}

.lang {
  font-size: 0.8em !important;
  color: rgb(187, 64, 60) !important;
  height: 20px;
  width: 20px;
  padding: 6px;
  padding-left: 7px;
  padding-right: 7px;
  border: 1px solid rgb(187, 64, 60);
  border-radius: 50%;
  text-transform: uppercase;
}
.lang.active{
    border: 2px solid rgb(187, 64, 60);
    font-weight: 500;
}

.float-btn {
  position: fixed;
  top: 50%;
  transform: translate(0%, -50%);
  right: 10px;
  z-index: 1000;
}

.float-btn a {
  font-size: 1.1em;
  text-decoration: none;
  color: white;
  background: linear-gradient(rgb(0, 75, 167), rgb(43, 117, 208));
  padding: 15px 16px 15px 16px;
  border-radius: 50%;
}
.center {
    
    text-align: center;
}

.building-top, .building-left, .building-right {
    position: relative;
}

.building-top:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 2px;
    height: 15px;
    background: rgb(187, 64, 60);
}

.building-left:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 75%;
    transform: translate(-50%, 0%) rotate(45deg);
    width: 2px;
    height: 25px;
    background: rgb(187, 64, 60);
}

.building-right:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 75%;
    transform: translate(-50%, 0%) rotate(-45deg);
    width: 2px;
    height: 25px;
    background: rgb(187, 64, 60);
}

.building-infos {
    position: absolute;
    padding: 15px;
    font-size: .8em;
    background: white;
    width: 250px;
    border-radius: 4px;
    color: #222 !important;
    box-shadow: 0px 0px 5px #444;
    display: none;
    transform: translate(0%, -30%);
    left: 60%;
    top: 0%;
    text-align: left;
    z-index: 1000;
}

.building-infos:before {
    content:'';
    position: absolute;
    left: -20px;
    top: 10px;
    background: #ffffffbf;
    width: 18px;
    top: 18px;
    transform: rotate(45deg);
}

.building:hover{
    cursor: pointer;
}

.building:hover .building-infos{
    display: block;
}

.building:hover i {
    color: rgb(188, 5, 0);
}
.wpcf7-form p {
    
    width: 100%;
    position: relative;
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.wpcf7-form p:nth-child(3), .wpcf7-form p:nth-child(4), .wpcf7-form p:nth-child(5), .wpcf7-form p:nth-child(6) {
    width: 50%;
        float: left;
    
}

.wpcf7-form p label{
    
    width: 100%;
    
}

.wpcf7-form p input, .wpcf7-form p textarea{
    width: 100%;
}

.wpcf7-form input[type=submit] {
  background: rgb(187, 64, 60);
  color: white;
  font-size: 1.1em;
  border: none;
  width: 150px;
}
