body{
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

.location{ 
  font-family: "Italiana", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #195779;
  line-height: 1.2;
  margin-top: 4px;
}

.pro_pera{  margin: 40px 0px;border-left: dotted 1px #FFB69B;padding-left: 10px;}

.pro_pera h5{ font-family: "Italiana", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-block: 10px;
}  

.pro_pera h5 span{ 
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 25px;
} 

.pro_pera h6{ 
  font-family: "Montserrat", sans-serif;
  font-size:17px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 1px;
  line-height: 1.5;
}

.pro_pera p{  font-family: "Montserrat", sans-serif; font-size: 15px; line-height: 1.7; letter-spacing: 0.5px;color: #fff;} 

.signature_projects{ width: 100%; margin-top: 0px;}
.signature_projects ul{ width: 100%; display: flex;justify-content: center;}
.signature_projects li{ font-family: "Montserrat", sans-serif; font-size: 10px; line-height: 1; letter-spacing: 0.5;}
.signature_projects li a{ font-family: "Montserrat", sans-serif; font-size: 10px; line-height: 1; letter-spacing: 0.5; position: relative;  margin-right: 5px; padding-right: 10px;} 
.signature_projects li a::after{ font-family: "Montserrat", sans-serif; font-size: 10px; line-height: 1; letter-spacing: 0.5; position: absolute; top:3px; right: 0; content: "/"; font-weight: 600;}  

.portfolio-landing-entry-1.style-1 { max-width: 100%;}

blockquote {
  background: #e46f44;
  padding: 0;
  text-align: center;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
} 

blockquote p{
  font-family: "Montserrat", sans-serif;  
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  box-shadow: rgba(17, 17, 26, 0.5) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  transition: all 1.5s ease;
}

blockquote p:hover {text-indent: 15px; transition: all 1.5s ease;}

.box_shadow_1{box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;}

.box_shadow_2{box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;}

.portfolio-landing-entry-1 > a {
  display: block;
  padding-bottom: 88%;
  background-size: cover;
  background-position: center top;
  position: relative;
  cursor: default;
}

.portfolio-landing-entry-1 {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
}

.portfolio-landing-entry-1.big1 > a { padding-bottom: 52%;}

.relative{position: relative;}

.color_bg{position: relative }

/* Services page */

.services_main{
  width: 100%;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background-color: #fbfbfb;
}

.services_main h5 {
  font-family: "Italiana", sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #195779;
  margin-block: 10px;
}

.services_main h5 span{
  font-family: "Montserrat", sans-serif;  
  font-size: 23px;
  font-weight:400;
  letter-spacing: 1px;
  color: #195779;
  margin-block: 10px;
}

.services_main p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #000;
  min-height: 77px;
}

.faq-item {
  background: #fff0;
  border-radius: 10px;
  margin-bottom: 20px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  margin-top: 20px;
  border: solid 1px #FFF;
} 

.faq-question {
  background: #ffffff4f !important;
  border: none;
  width: 100%;
  text-align: left;
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #e46f44;
  transition: background 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  transition: all 1.5s ease;
} 

.faq-question:hover {
  background: #f0f0f0;
  text-indent: 15px; transition: all 1.5s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f6f6f6;
  transition: all 0.4s ease;
  padding: 0 20px;
  line-height: 1.6;
  color: #555;
}

.faq_list li {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #a9a9a9;
  padding-bottom: 5px;
  position: relative;
  padding-left: 15px;
  color: #FFF;
} 

.faq_list li::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #cbcbcb;
  display: inline-block;
  margin: 0 6px 0 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  position: absolute;
  top: 12px;
  left: -20px;
  transition: all 1.5s ease;
} 

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 15px 20px;
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon { transform: rotate(45deg);}

.pro_active{
  position: relative;
  width: unset;
}

.pro_active::after{
  position: absolute;
  width: 65%;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 2px dotted #ff9c0f;
  transition: all 0.6s ease !important;
} 

@media screen and (min-width:1500px) and (max-width:1920px){}

@media screen and (min-width:768px) and (max-width:1280px){
.small_mt50{ margin-top: 50px;}
}

@media screen and (max-width:767px) {
  .main_title {
  color: #e46f44;
  font-family: "Italiana", sans-serif;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
} 

.main_title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 23px;
}

.location {
  font-family: "Italiana", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #195779;
}
  
header.type-4 {
  padding: 10px 0;
  height: auto;
  margin-bottom: 15px;
}
.pro_pera h5 {
  font-family: "Italiana", sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #195779;
  margin-block: 10px;
  line-height: 1.3;
}

.pro_pera {
  margin: 20px 0px 20px 0px;
  border-left: dotted 1px #E46F44;
  padding-left: 10px;
}

.pro_pera h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #050505;
  margin-bottom: 1px;
  line-height: 1.5;
}

.body_bg::after {height: 689px;}

blockquote p {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
 
.pro_pera p{ font-weight: 500;}

.brunswick.body_bg::after {height: 340px;}

.rochelle.body_bg::after {height: 340px; }

.staybridge.body_bg::after {height: 340px; }

.thomas.body_bg::after {height: 340px;  }
 

  .pro_pera.mob_white h6{ color: #FFF;}
  .pro_pera.mob_white h5{ color: #FFF;}

}