@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");

.page-template-landing-page div#inner-banner,
.page-template-contact div#inner-banner {
  display: none;
}
.container-custom {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.landing-banner {
  position: relative;
  background:#274F7A;
  overflow:hidden;
}
.landing-banner .left-banner::before {
  position: absolute;
  content: "";
  background: url(../images/banner-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 52vw;
  right: 0;
  top: 0;
}
.d-flex {
  display: flex;
}
.left-banner {
  flex-basis: 50%;
  position: relative;
  flex: 1;
}
.left-banner-content {
  padding: 70px 65px 70px 0;
  position: relative;
  z-index: 2;
}
.left-banner-content h1 {
  font-size: 30px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 25px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.left-banner-content h2 {
  color: #1f4870;
  font-size: 15px;
  background: #fff;
  display: inline-block;
  margin-bottom: 25px;
  padding: 8px 25px;
  border-radius: 20px;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.left-banner-content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.pa-list,
.locations-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.pa-list li,
.locations-list li {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
  padding-right: 35px;
  flex-basis: 50%;
  box-sizing: border-box;
  line-height: 1.5;
  flex-grow: 1;
}
.pa-list li a,
.locations-list li a,
.pa-list li a:hover,
.locations-list li a:hover {
  color: #fff;
}
div#top-section p a,
div#top-section p a:hover {
  color: #838688;
  text-decoration: underline;
}
.locations-headline {
  margin-top: 35px;
  background: url(../images/pin.svg) no-repeat;
  padding-left: 25px;
  background-position: 0px 3px;
  background-size: 15px;
}
.pa-headline {
  background: url(../images/pa.svg) no-repeat;
  padding-left: 34px;
  background-position: 0px 3px;
  background-size: 22px;
}
.locations-list li {
  flex-basis: 33%;
  padding-right: 20px;
}
.right-banner {
  display: flex;
  align-items: flex-end;
  position: relative;
  flex: 1;
}
/* .right-banner::before {
  position: absolute;
  content: "";
  background: url(../images/banner-form.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 50%;
  width: 52vw;
  left: 0;
  top: 0;
} */
.right-banner .form-container {
  padding: 45px 20px 0;
  width: 100%;
  box-sizing: border-box;
  min-height: 330px;
  text-align: center;
}
.right-banner .gform_title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 0;
  font-family: "Noto Serif", serif;
  color: #fff;
  padding: 0 45px;
  position: relative;
}
.right-banner .gform_wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.right-banner .gform_wrapper ul li {
  flex-basis: 48%;
  margin-bottom: 30px;
}
.right-banner .gform_wrapper ul li label {
  display: none !important;
}
.right-banner .gform_wrapper ul li input {
  width: 100%;
  border: 1px solid #666666;
  background-color: #d9eef1;
  padding: 15px;
  box-sizing: border-box;
}
.right-banner .gform_wrapper input[type="submit"] {
  border: 2px solid #e57200;
  color: #fff !important;
  text-transform: capitalize;
  padding: 10px 25px;
  background: #e57200;
  border-radius: 10px;
  display: block;
  font-family: "Noto Serif", serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
}
.how-can-we-help {
  background: #f5f5f5;
  position: relative;
}
.how-can-we-help::before {
  position: absolute;
  content: "";
  background: url(../images/wedge.svg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 150px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-position: top;
}
.how-can-we-help-inner-container {
  display: flex;
  flex-direction: column;
  padding: 60px 120px 15px;
}
.how-can-we-help .container-custom {
  position: relative;
  z-index: 2;
}
.how-can-we-help-inner-container h3,
.locations-section h3 {
  background: #3667d1;
  color: #fff;
  padding: 6px 25px;
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  text-transform: uppercase;
}
.how-can-we-help-inner-container h2,
.locations-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.how-can-we-help-inner-container {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
}
.how-can-we-help-inner-container p:not(:last-child) {
  margin-bottom: 20px;
}
.experience {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
.experience h4 {
  font-family: "Noto Serif", serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.2;
  color: #e57200;
}
.experience span {
  font-family: "Noto Serif", serif;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.landing-btn {
  border: 2px solid #e57200;
  color: #fff !important;
  text-transform: capitalize;
  padding: 10px 25px;
  background: #e57200;
  border-radius: 10px;
  display: block;
  font-family: "Noto Serif", serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  width: 365px;
  max-width: 100%;
  text-align: center;
  margin-top: 25px;
}
.right-banner .landing-btn{
  display: inline-block;
  margin-bottom: 20px;
}
.disclaimer-landing{
  color: #fff;
  font-size: 12px;
}
.cta {
  padding: 40px 0 60px;
  background: #e8e8e8;
}
.cta-image {
  flex-basis: 40%;
  flex-grow: 0;
  background-size: cover;
  background-position: center;
  border-radius: 10px 0 0 10px;
  flex-shrink: 0;
}
.cta-content {
  flex-basis: 60%;
  background: #235383;
  padding: 90px 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Serif", serif;
  font-style: normal;
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
}
.cta-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.cta-content .landing-btn {
  width: 250px;
}
.locations-section {
  padding: 60px 0;
  background: #e8e8e8;
}
.location-items-container {
  flex-direction: column;
  align-items: center;
}
.disclaimer {
  padding: 70px 0 20px;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.location-items {
  display: flex;
}    
.location-item {  
  position: relative;
  background: url(../images/pin.svg) no-repeat #fff;
  background-position: center 30px;
  background-size: 32px;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0px 10px 10px 0px #1a19671f;
}
.location-item-container {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  flex: 1;
}
.location-item-container span.title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
.location-item-container span {
  font-family: "Noto Serif";
  display: block;
  text-align: center;
  font-size: 13px;
}
.location-item::before {
  background: #235383;
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
}
@media (max-width: 1250px) {
  .location-item-container {
    flex-basis: 22%;
    flex-grow: 0;
  }
  .location-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1100px) {
  .landing-banner .container-custom .d-flex {
    flex-wrap: wrap;
  }
  .right-banner .form-container{
    min-height: 100px;
    padding-bottom: 30px;
  }
  .left-banner,
  .right-banner {
    flex-basis: 100%;
  }
  .landing-banner .left-banner::before {
    height: 100%;
    width: 130vw;
    right: -15vw;
    top: 0;
  }
  .right-banner::before {
    height: 250px;
    width: 130vw;
    left: -15vw;
    top: 0;
  }
  .left-banner-content {
    padding-right: 0;
  }
}

@media (max-width: 900px) {
  .cta .d-flex {
    flex-wrap: wrap;
  }
  .cta-image {
    height: 350px;
    flex-basis: 100%;
    border-radius: 10px 10px 0 0;
  }
  .cta-content {
    border-radius: 0 0 10px 10px;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .right-banner .form-container {
    padding: 10px 10px 30px;
  }
  .how-can-we-help-inner-container {
    padding: 60px 15px;
  }
  .landing-btn {
    max-width: 260px;
    text-align: center;
    margin-top: 25px;
  }
  .location-item-container {
    flex-basis: 100%;
    flex-grow: 0;
  }
  .cta-content {
    padding: 30px 15px;
  }
  .left-banner-content h1 {
    font-size: 26px;
  }
  .pa-list li,
  .locations-list li {
    flex-basis: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .locations-list li {
    flex-basis: 50%;
  }
  .right-banner .gform_title {
    font-size: 30px;
    padding: 0;
  }
  .how-can-we-help-inner-container h2,
  .locations-section h2,
  .cta-content h2 {
    font-size: 34px;
  }
  .experience h4 {
    font-size: 84px;
  }
  .how-can-we-help-inner-container h3,
  .locations-section h3 {
    font-size: 17px;
  }
}
