@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.Pge_banner {
  background-image: url(../img/banner_img.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0 150px;
  z-index: 9;
}
.Pge_banner::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: -9;
}
.Pge_banner h1 {
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.3;
  font-size: 39px;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: center;
}
.Pge_banner p {
  font-family: "Poppins", serif;
  font-size: 17px;
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.welcome_text h2 {
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #24235c;
}
.welcome_text h2 span {
  display: block;
  color: #ffae02;
}
.welcome_text p {
  font-family: "Poppins", serif !important;
  font-size: 17px;
  color: #333;
}
.welcome_text .form_sec h4 {
  font-size: 18px;
  text-align: left;
  line-height: 1.3;
  color: #24235c;
  margin: 0;
}
.welcome_text .form_sec .input-group {
  width: 100%;
  float: none;
}
.welcome_text .form_sec .input-group input {
  border: 1px solid #24235c;
  border-radius: 2px !important;
  height: 41px !important;
  margin: 0 0 8px;
}
.welcome_text .form_sec textarea {
  height: 63px;
  border: 1px solid #24235c;
  border-radius: 2px !important;
}
.why_chose {
  background-color: #f2f2ff;
}
.why_chose h2 {
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #24235c;
  text-align: center;
}
.why_chose h2 span {
  display: block;
  color: #ffae02;
}
.why_chose p {
  font-family: "Poppins", serif !important;
  font-size: 17px;
  color: #333;
}
.why_chose .center_text {
  text-align: center;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 45px;
}
.why_chose .box_shy {
  background-color: #fff;
  filter: drop-shadow(0 0.4rem 1.6rem rgba(0, 0, 0, 0.08));
  padding: 50px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s ease;
  min-height: 365px;
}
.why_chose .box_shy h4 {
  color: #24235c;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.3;
}
.why_chose .box_shy:hover {
  background-color: #24235c;
  transition: all 0.5s ease;
}
.why_chose .box_shy:hover h4,
.why_chose .box_shy:hover p {
  color: #fff;
}
.satisfaction h2 {
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #24235c;
  text-align: left;
}
.satisfaction h2 span {
  display: block;
  color: #ffae02;
}
.satisfaction p {
  font-family: "Poppins", serif !important;
  font-size: 17px;
  color: #333;
}
 




.bg_grey {
  background-color: #f2f2ff;
}
.bg_grey h2 {
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #24235c;
  text-align: center;
}
.bg_greye h2 span {
  display: block;
  color: #ffae02;
}
.bg_greye p {
  font-family: "Poppins", serif !important;
  font-size: 17px;
  color: #333;
}




.bg_white{
  background-color: #fff;
}
.bg_whiteh2 {
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #24235c;
  text-align: center;
}
.bg_white h2 span {
  display: block;
  color: #ffae02;
}
.bg_white p {
  font-family: "Poppins", serif !important;
  font-size: 17px;
  color: #333;
}

ul{
list-style:none;
}

.location_list h2 {
    color: #ffae02;
    margin: 0 0 25px;
    text-transform: uppercase;
    line-height: 1.3;
       font-weight: 700;
    text-align: center;
}
.location_list {
    background-color: #f2f2f2;
    padding: 75px 0;
}
.location_list a {
    color: #000;
    font-family: "Poppins", serif;
    transition: all 0.5s ease;
    text-transform: capitalize;
}

.location_list a:hover {
    padding-left: 15px;
    transition: all 0.5s ease;
    color: #ffae02;
}