/*Imported Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
html {
  padding: 0;
  margin: 0;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Raleway";
}

main {
  margin-bottom: 50px;
}

header {
  background-color: #3884cc;
  margin: 0;
  width: 100vw;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
}

header #header-top #header-top-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: auto;
  padding-bottom: 15px;
}

header #header-top #header-top-left .btn-call-us {
  background-color: white;
  border: 1px solid white;
  border-radius: 5px;
  font-family: "Raleway";
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 5px;
  -webkit-box-shadow: 5px 5px 5px darkblue;
  box-shadow: 5px 5px 5px darkblue;
}

header #header-top #header-top-left .btn-call-us a {
  color: #3884cc;
  font-weight: bold;
  text-decoration: none;
}

header #header-top #header-top-left .btn-call-us:active {
  background-color: lightskyblue;
  border: 1px solid white;
}

header #header-top #header-top-left .btn-call-us:active a:active {
  color: white !important;
}

header #header-top #header-top-left p {
  font-family: "Raleway";
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 5px 0px 5px;
  text-align: center;
  margin: 0;
}

header #header-top #header-top-left a {
  color: white;
}

nav {
  position: -webkit-sticky;
  position: sticky;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
  background-color: rgba(38, 24, 11, 255);
  border-bottom: 2px solid white;
}

nav #mobile-nav-menu-button {
  margin-bottom: -10px;
  padding: 0;
  width: 48px;
  height: 48px;
}

nav .nav-menu {
  clear: both;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 101;
  list-style-type: none;
  padding: 0px 0px 15px 15px;
  margin: 0;
}

nav .nav-menu .nav-menu-item {
  padding: 5px 0px;
}

nav .nav-menu .nav-menu-item a {
  font-family: "Raleway";
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}

nav .nav-menu .nav-menu-item-hidden {
  display: none;
}

nav .nav-menu #menu-btn-call-us {
  background-color: white;
  border: 1px solid #3884cc;
  border-radius: 5px;
  font-family: "Raleway";
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 5px;
}

nav .nav-menu #menu-btn-call-us a {
  font-weight: bold;
  color: #3884cc;
  text-decoration: none;
}

nav .nav-menu #menu-btn-call-us a:active {
  color: white !important;
}

nav #nav-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav #nav-bglogo {
  width: 25%;
  height: 100%;
  max-width: 250px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (min-width: 700px) {
  header {
    width: auto;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  nav #nav-container {
    width: 10;
  }
  nav #mobile-nav-menu-button {
    display: none;
  }
  nav .nav-menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  nav .nav-menu .nav-menu-item {
    padding: 10px;
  }
  nav .nav-menu #nav-menu-item-call-us {
    display: none;
  }
  nav .nav-menu .nav-menu-item-hidden {
    display: block;
  }
  nav .nav-menu #menu-btn-call-us {
    display: none;
  }
  nav #nav-bglogo {
    display: block;
    width: 130px;
  }
  nav #nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 1300px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.greet .greet-img-container {
  width: 100%;
}

.greet .greet-img-container img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 450px;
  padding-top: 50px;
}

.greet h1,
.greet h2,
.greet h3 {
  font-family: "Raleway";
  text-align: center;
  padding: 0;
  margin: 0;
}

.greet video {
  display: none;
}
.desktop {
  display: none;
}

@media screen and (min-width: 700px) {
  .greet {
    width: auto;
    height: auto;
    background-color: #e9e9e9;
  }
  .greet .greet-img-container {
    max-width: 100%;
    margin: auto;
  }
  .greet .greet-img-container img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 650px;
  }
  .greet .greet-img-container video {
    display: block;
    margin: auto;
    width: 100%;
    height: 570px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 1px 1px 10px gray;
    box-shadow: 1px 1px 10px gray;
    margin-bottom: -50px;
  }
  .greet h1,
  .greet h2,
  .greet h3 {
    font-family: "Raleway";
    text-align: center;
  }
  .greet h1 {
    position: relative;
    bottom: 285px;
    font-size: 3rem;
    color: white;
  }
  .greet #mainpage-bglogo {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: unset;
  }
  .whatsapp {
    display: none;
  }
}

.social-links-container {
  padding: 150px 0px;
  width: 100vw;
}

.social-links-container h2 {
  text-align: center;
  font-family: "Raleway";
}

.social-links-container .social-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-links-container .social-links li {
  margin: 0;
}

.social-links-container .social-links img {
  padding: 5px;
  width: 90%;
  max-width: 150px;
}

.landing-page-picture-background {
  width: 100%;
  margin: 0;
  padding: 0;
}

.landing-page-picture-background .landing-page-picture {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.landing-page-picture-background .landing-page-picture img {
  width: 100%;
  height: 100%;
}

.landing-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 600px;
  width: 100vw;
  background-image: url("/assets/images/landing_image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-image h1 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 48pt;
  color: white;
  text-shadow: 5px 4px 5px black;
}

.landing-image p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 24pt;
  color: black;
}

.landing-image #contact-us-btn {
  margin-top: 10px;
  font-size: 20pt;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  color: white;
  background-color: #3884cc;
  border: none;
  cursor: pointer;
  box-shadow: 1px 1px 5px black;
  margin-left: 25px;
}

.landing-image #contact-us-btn a {
  color: white;
  text-decoration: none;
}
.landing-image #contact-us-btn:hover {
  background-color: #064d8f;
  transition-duration: 100ms;
}

.content-container {
  width: 90vw;
  margin: 25px auto;
}

.content-container h1 {
  font-family: "Raleway";
  text-align: center;
}

.content-container h2 {
  font-family: "Raleway";
  text-align: center;
  margin: 0;
  padding: 10px 10px;
}

.content-container p {
  padding: 10px 20px;
  text-align: center;
  font-family: "Raleway";
  line-height: 1.6rem;
}

#guarantee_container {
  width: auto;
  height: auto;
  color: white;
  background-color: #3884cc;
  padding: 25px 0px;
  margin: 0;
}

.custom-hr {
  width: 25%;
  color: #3884cc;
}

footer {
  width: auto;
  padding: 25px;
  text-align: center;
  background-color: rgba(38, 24, 11, 255);
  color: white;
  font-family: "Raleway";
  line-height: 1.6rem;
  font-size: 0.8rem;
}

/*Contact Form*/
#ff-title-root {
  font-size: 20pt;
  margin-bottom: 12px;
  font-family: "Raleway" !important;
  text-align: center;
}

#ff-editwidget {
  display: none;
}

a.ff-powered-img img {
  display: none;
}

.ff-editwidget .material-icons {
  display: none !important;
}

#ff-submit-root {
  background-color: #3884cc;
  color: white;
}

/*contact page*/
.contact-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page-left-side {
  margin-top: 35px;
  font-family: "Raleway";
  font-size: 16pt;
  line-height: 24pt;
}

.contact-page-left-side iframe {
  width: 90vw;
  max-width: 500px;
}

/* court page */
.court-page-info {
  width: 50%;
  margin: 25px 0;
}

.court-page-info h1,
.court-page-info h2,
.court-page-info h3 {
  font-size: 20pt;
  text-align: left;
  padding-left: 25px;
}

.court-page-info p {
  text-align: left;
  padding-left: 25px;
  line-height: 25px;
}

.court-page-contact-form {
  padding: 10px;
  padding-top: 35px;
}

.court-page-contact-form h1,
.court-page-contact-form h2,
.court-page-contact-form h3,
.court-page-contact-form p {
  font-family: "Raleway";
}

.page-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.consultation-btn {
  margin-top: 10px;
  font-size: 20pt;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  color: white;
  background-color: #3884cc;
  border: none;
  cursor: pointer;
  box-shadow: 1px 1px 5px black;
  margin-left: 25px;
}

.consultation-btn a {
  color: white;
  text-decoration: none;
}

.consultation-btn:hover {
  background-color: #064d8f;
  transition-duration: 100ms;
}

.mobile-buttons {
  display: none;
}

.mobile-fixed-button {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  background-color: #3b82f6;
  color: white;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  z-index: 50;
  transition: all 0.3s ease;
  display: inline-block;
  width: 6rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.mobile-fixed-button.hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

/* Hover effect */
.mobile-fixed-button:hover {
  background-color: #1d4ed8;
}

/* Hide on md and up */
@media (min-width: 768px) {
  .mobile-fixed-button {
    display: none;
  }
}

.mobile-buttons .contact-us-btn {
  margin-top: 10px;
  font-size: 20pt;
  padding: 20px 8px;
  width: calc(100% - 16px);
  color: white;
  background-color: #3884cc;
  border: none;
  cursor: pointer;
  border-radius: 15px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  /* -webkit-box-shadow: 5px 5px 5px gray;
          box-shadow: 5px 5px 5px gray; */
}

.mobile-buttons .contact-us-btn:hover {
  background-color: #064d8f;
  transition-duration: 100ms;
}

.mobile-buttons #contact-us-btn {
  margin-top: 10px;
  font-size: 20pt;
  padding: 20px;
  width: 100%;
  color: white;
  background-color: #3884cc;
  border: none;
  cursor: pointer;
  border-radius: 15px;
  /* -webkit-box-shadow: 5px 5px 5px gray;
          box-shadow: 5px 5px 5px gray; */
}

.mobile-buttons #contact-us-btn a {
  color: white;
  text-decoration: none;
}

#court_info_heading {
  text-align: center;
  margin: 50px 0px;
}

.court-contact-information {
  margin: auto;
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.court-contact-information h1,
.court-contact-information h2,
.court-contact-information h3,
.court-contact-information p {
  text-align: left;
}

.court-contact-information .court-information-left {
  margin: 10px 20px;
  width: 40%;
}

.court-contact-information .court-information-right {
  margin: 10px 20px;
}

.court-contact-information .court-information-right iframe {
  width: 90vw;
  max-width: 500px;
}

.hr-custom {
  width: 75%;
}

@media screen and (max-width: 1000px) {
  .court-page-info {
    width: 90%;
  }
  .court-page-contact-form {
    width: 90%;
  }
  .landing-image h1 {
    font-size: 36pt;
  }
}

@media screen and (max-width: 800px) {
  .court-page-contact-form {
    display: none;
  }
  .mobile-buttons {
    display: block;
  }
  .consultation-btn {
    display: none;
  }
}

@media screen and (max-width: 1076px) {
  .court-contact-information .court-information-left {
    width: 100%;
  }
}

.contact-form {
  padding-top: 50px;
}

.testimonial-paragraph {
  width: 50%;
}
/*# sourceMappingURL=page-trees-bg.css.map */
