@import url('https://fonts.googleapis.com/css?family=Montserrat');

@font-face {
  font-family: Felixti;
  src: url('/fonts/Felixti.ttf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  overflow-x: hidden;
}

.form-group {
  margin-top: 1rem;
}

.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.centered-text {
  text-align: center;
}

.left-text {
  text-align: left;
}

.hed-breaker5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.breaker {
  margin-top: 3rem;
}

/* !back to top  */
:root {
  --prgc-main: #8d5f1a;
  --prgc-arrow: rgb(176, 141, 87);
  --prgc-arrow2: rgb(128, 128, 128);
  --prgc-line: rgb(128 128 128 / 30%);
  --prgc-theme: rgb(8, 8, 8);
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 80px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--prgc-main);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: '🡡';
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--prgc-main);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: '🡡';
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  opacity: 0;
  background-image: linear-gradient(
    298deg,
    var(--prgc-arrow),
    var(--prgc-main)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--prgc-main);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* !back to top End  */

.background {
  height: 95vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner {
  background-image: url('https://img.freepik.com/premium-photo/law-legal-system-justice-crime-concept-mallet-gavel-hammer-scales-table-d-render-illustration_628331-196.jpg?w=826');
}

.team {
  background-image: url('https://img.freepik.com/premium-photo/law-legal-system-justice-crime-concept-scales-black-background-d-render-illustration_628331-198.jpg?w=900');
}

.about {
  background-image: url('https://img.freepik.com/free-photo/wooden-judges-gavel-table-courtroom-enforcement-office_1150-19608.jpg?w=740&t=st=1694175959~exp=1694176559~hmac=f7a2cca583ce18877dabc49bb1f380951a96e37bcc38ca4ab73220a9bedfed4f');
}

.contact {
  background-image: url('https://img.freepik.com/premium-photo/man-hand-touching-handset-telephone-calling_42708-894.jpg?w=740');
}
.notaries {
  background-image: url('https://img.freepik.com/premium-photo/there-is-pen-glass-table-generative-ai_900775-24711.jpg?w=740');
}

.services {
  background-image: url('https://images.pexels.com/photos/5668481/pexels-photo-5668481.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
}

/* | Navigation */
nav {
  height: 4.5rem;
  width: 100vw;
  transition: background-color 0.5s ease;
  display: flex;
  position: fixed;
  z-index: 10;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

li a {
  color: #fff;
}

li:hover,
li:focus-within {
  cursor: pointer;
}

li:focus-within a {
  outline: none;
}

ul li ul {
  text-align: center;
  background: var(--prgc-theme);
  /* background: #131418; */
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  display: none;
}

ul li ul li {
  padding-top: 10px;
  width: 350px;
}

ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul li ul li {
  clear: both;
  width: 100%;
}

/*Styling Links*/
.nav-links {
  display: flex;
  list-style: none;
  width: 99vw;
  padding: 0 0.7vw;
  justify-content: space-evenly;
  align-items: center;
  text-transform: uppercase;
}

.nav-links li a {
  color: white;
  text-decoration: none;
  margin: 0 0.7vw;
}

.nav-links li {
  position: relative;
  width: 200px;
  margin-top: 5px;
  margin-bottom: 5px;
  /* background-color: #79c879; */
  text-align: center;
}

.nav-links li a:hover::before {
  width: 80%;
}

.nav-links label {
  color: white;
}

.nav-links label ul li {
  color: white;
}

.desktop-link li a {
  list-style: none;
}

.nav-link {
  margin: 0 0.7rem;
  position: relative;
}

.nav-link::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--prgc-main);
  position: absolute;
  left: 0;
  bottom: -3px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

/*Styling Hamburger Icon*/
.hamburger div {
  width: 30px;
  height: 3px;
  background: #f2f5f7;
  margin: 5px;
  transition: all 0.3s ease;
}

.hamburger {
  display: none;
}

.scrolling-active {
  background-color: var(--prgc-theme);
  /* background-color: #131418; */
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* | Navigation End*/
/* | Index Page*/

.banner {
  width: 100%;
  height: 95vh;
  position: relative;
  overflow: hidden;
}

.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

a {
  text-decoration: none;
}

.overlay {
  width: 100%;
  height: 95vh;
  background: linear-gradient(var(--prgc-theme), rgba(0, 0, 0, 0.13));
  /* background: linear-gradient(#00000083, rgba(0, 0, 0, 0.664)); */
  position: absolute;
  top: 0;
}
.notice-container {
  background-image: url('/img/wills.jpg');
height: 60vh;
/* position: relative; */
text-align: center;
}
.notice-overlay{
  width: 100%;
  height: 100%;
  background: linear-gradient(var(--prgc-theme), rgba(0, 0, 0, 0.13));
  background: linear-gradient(#00000083, rgba(0, 0, 0, 0.664));
  position: inherit;
  top: 0;
  color: white;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            line-height: 12px;
}
.content {
  width: 70%;
  margin: 120px auto 0;
  text-align: center;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.ft {
  font-family: 'Felixti';
  color: var(--prgc-main);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.lead {
  /* font-size: 1.25rem; */
  font-weight: 300;
}

.lead2 {
  /* font-size: 1.25rem; */
  font-weight: 400;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.1;
}

.content .other {
  width: 80%;
  margin: 20px auto 100px;
  font-weight: 300;
  line-height: 40px;
  font-size: 60px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.dark {
  background-color: white;
  width: 100%;
  color:black;
}

.card-deck {
  max-width: 1000px;
  /* background-color: #36454f; */
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  text-align: center;
}

.card-deck .card {
  background-color: inherit;
}

.content .other span {
  width: 80%;
  margin: 20px auto 100px;
  font-weight: 300;
  line-height: 40px;
  font-size: 60px;
  color: var(--prgc-main);
}

.content h2 {
  width: 80%;
  margin: 20px auto 100px;
  font-weight: 200;
  line-height: 40px;
  font-size: 30px;
}

.standard {
  width: 100px;
  padding: 10px 10px;
  text-align: center;
  margin: 0 10px;
  border-radius: 25px;
  border: 1px solid var(--prgc-main);
  background: var(--prgc-main);
  color: #fff;
  cursor: pointer;
  transition: background 0.5s;
}

.standard2 {
  width: 100px;
  padding: 10px 10px;
  text-align: center;
  margin: 0 10px;
  border-radius: 25px;
  border: 1px solid var(--prgc-main);
  background: var(--prgc-main);
  color: black;
  cursor: pointer;
  transition: background 0.5s;
}

.intro-btn {
  width: 100px;
  padding: 10px 45px;
  text-align: center;
  margin-top: 30px;
  border-radius: 5px;
  font-weight: bold;
  background: var(--prgc-main);
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.intro-btn:hover {
  background: rgb(254, 114, 80);
  background: linear-gradient(
    0deg,
    rgba(254, 114, 80, 1) 20%,
    rgba(247, 149, 124, 1) 63%
  );
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.336);
}

.standard:hover {
  border: 1px solid var(--prgc-main);
  background: transparent;
}

.standard2:hover {
  border: 1px solid var(--prgc-main);
  /* background: transparent; */
  color: black;
}

.intro-btn2 {
  border: 1px solid var(--prgc-main);
  background: transparent;
}

.intro-btn2:hover {
  border: 1px solid var(--prgc-main);
  background: var(--prgc-main);
}

.content a {
  text-decoration: none;
}

li a.desktop-link {
  display: none;
}

li a.desktop-link:hover {
  background-color: rgba(0, 0, 0, 0.726);
}

input[type='checkbox'] {
  display: none;
}

/* | Navigation End*/

.logo-sm img {
  width: 60px;
  height: auto;
  margin: 12px;
  margin: 12px 12px;
  margin: 12px;
}

/*Styling logo*/
.logo {
  width: 150px;
  padding:10px;
}

.logo img {
  width: 100%;
  margin-left: 10px;
  padding: 5px;
}
.logo-bg img{
width: 550px;
}

.up-down-3rem {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.up-down-6rem {
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.container90 {
  width: 90%;
}

.col-2 {
  width: 50%;
  padding: 20px;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 20%;
}

.col-2 img {
  width: 100%;
}

.col-2 .back-layer {
  width: 100%;
  background-color: var(--prgc-main);
}

/* styledBG */
.left-side {
  width: 70%;
  height: 290px;
  max-width: 450px;
  min-width: 250px;
  background-color: var(--prgc-main);
  border-radius: 8px;
}

.right {
  width: 50%;
  height: 400px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -268px;
  padding: 10px;
}

.side-text {
  font-size: 60px;
  white-space: nowrap;
  margin: 300px 100px 0px 34px;
  transform: rotate(-00deg);
  color: white;
  font-family: 'Felixti';
  font-weight: 800;
  text-shadow: 0px 1px 3px #0c0d0f;
}

.home-side-text {
  font-size: 55px;
  white-space: nowrap;
  margin: 300px 90px 0px 39px;
  transform: rotate(-00deg);
  color: white;
  font-family: 'Felixti';
  font-weight: 800;
  text-shadow: 0px 1px 3px #0c0d0f;
}

.right img {
  height: auto;
  min-width: 300px;
  max-width: 300px;
  margin-left: -80px;
  box-shadow: 3px 5px 8px rgba(87, 87, 87, 0.685);
}

.intro {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ************************ */
.left2 {
  width: 70%;
  height: 290px;
  max-width: 450px;
  min-width: 250px;
  background-color: var(--prgc-main);
  border-radius: 8px;
}

.right2 {
  width: 50%;
  height: 400px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -250px;
  padding: 10px;
}

.about-side-text {
  font-size: 55px;
  white-space: nowrap;
  margin: 300px 90px 0px 50px;
  transform: rotate(-00deg);
  color: white;
  font-family: 'Felixti';
  font-weight: 800;
  text-shadow: 0px 1px 3px #0c0d0f9d;
}
.right2 img {
  height: auto;
  min-width: 300px;
  max-width: 300px;
  margin-left: -118px;
  box-shadow: 3px 5px 8px rgba(87, 87, 87, 0.685);
}

/* ************************ */
.left3 {
  width: 65%;
  height: 290px;
  max-width: 420px;
  min-width: 250px;
  background-color: var(--prgc-main);
  border-radius: 8px;
}

.right3 {
  width: 50%;
  height: 400px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -295px;
  padding: 10px;
}

.about-side-text-3 {
  font-size: 55px;
  white-space: nowrap;
  margin: 305px 150px 0px 20px;
  transform: rotate(-00deg);
  color: white;
  font-family: 'Felixti';
  font-weight: 300;
  text-shadow: 0px 1px 3px #0c0d0f9d;
}
.right3 img {
  height: auto;
  min-width: 300px;
  max-width: 300px;
  margin-left: -118px;
  box-shadow: 3px 5px 8px rgba(87, 87, 87, 0.685);
}
/* ************************ */
/* ************************ */
.left4 {
  width: 65%;
  height: 290px;
  max-width: 420px;
  min-width: 250px;
  background-color: var(--prgc-main);
  border-radius: 8px;
}

.right4 {
  width: 50%;
  height: 400px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -295px;
  padding: 10px;
}

.about-side-text-4 {
  font-size: 55px;
  white-space: nowrap;
margin: 315px 150px 0px 60px;
  transform: rotate(-00deg);
  color: white;
  font-family: 'Felixti';
  font-weight: 300;
  text-shadow: 0px 1px 3px #0c0d0f9d;
}
.right4 img {
  height: auto;
  min-width: 300px;
  max-width: 300px;
  margin-left: -118px;
  box-shadow: 3px 5px 8px rgba(87, 87, 87, 0.685);
}
/* ************************ */
/* ************************ */
.left5 {
  width: 65%;
  height: 290px;
  max-width: 420px;
  min-width: 250px;
  background-color: var(--prgc-main);
  border-radius: 8px;
}

.right5 {
  width: 50%;
  height: 400px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -295px;
  padding: 10px;
}

.about-side-text-5 {
  font-size: 55px;
  white-space: nowrap;
margin: 310px 150px 0px 80px;
  transform: rotate(-00deg);
  color: white;
  font-family: 'Felixti';
  font-weight: 300;
  text-shadow: 0px 1px 3px #0c0d0f9d;
}
.right5 img {
  height: auto;
  min-width: 300px;
  max-width: 300px;
  margin-left: -118px;
  box-shadow: 3px 5px 8px rgba(87, 87, 87, 0.685);
}
/* ************************ */
/* ************************ */
.service-list li {
  list-style: circle;
  margin-left: 20px;
}

.service-list span {
  color: #0e0d0d;
  margin-bottom: 5px;
}



.intro {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* styledBG */
/* ****************** */
.title-border {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid var(--prgc-main);
}

.border-line {
  width: 100px;
  margin-top: 2em;
  margin-bottom: 2em;
  border-bottom: 2px solid var(--prgc-main);
}

/* !home Page*/
.icon {
  width: 50px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.sub-heading {
  color: var(--prgc-main);
  font-weight: 500;
}

/* !home Page End*/

/* ! vacancie Page */

/* ! vacancie Page End*/

/* ! Contact Page */
.contact-container h2 {
  text-align: center;
  margin-top: 4rem;
}

.contact-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}

.form-container {
  padding: 15px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffff;
}

.map {
  padding: 15px;
  width: 50%;
}

.company-map {
  width: 100%;
  height: 100%;
}

form {
  width: 100%;
  padding: 0px;
  /* display: block; */
  margin-left: auto;
  margin-right: auto;
  /* position: relative; */
}

.form-container .single-form {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}

.form-container .single-form select,
.form-container .single-form input,
.form-container .single-form textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 0.11px solid grey;
  border-radius: 4px;
}

.form-container .double-form select,
.form-container .double-form option {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 0.11px solid grey;
  border-radius: 4px;
}

.form-container .single-form input:focus + label,
.form-container .single-form input:valid + label,
.form-container .single-form textarea:focus + label,
.form-container .single-form textarea:valid + label {
  color: var(--prgc-main);
  font-size: 0.9rem;
  font-weight: bold;
  top: -10px;
}

.form-container .single-form input:focus + label:after,
.form-container .single-form input:valid + label:after,
.form-container .single-form textarea:focus + label:after,
.form-container .single-form textarea:valid + label:after {
  content: ':';
}

.form-container .single-form textarea {
  height: 120px;
}

.form-container label {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #777;
  font-size: 0.9rem;
  background: #fff;
  transition: ease-in-out 0.2s;
}

input[id='submit'],
button[id='submit'] {
  position: relative;
  padding: 10px 16px;
  background: var(--prgc-main);
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
  width: 100%;
  margin-top: 1.5rem;
}

input[id='submit']:active,
button[id='submit']:active {
  background: var(--prgc-main);
  border-radius: 2px;
}

.file-upload {
  background-color: F5F5F5;
  border: 0.11px solid rgb(161, 161, 161);
  border-radius: 4px;
  margin: -0.5px;
  width: 100%;
  color: black;
}

.form-control {
  color: black;
  width: 100%;
  border: 0.11px solid grey;
}

/* ! contact Page End*/
/* ! About Page */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 2rem;
}

.news-container {
  background-image: url('https://scontent-jnb1-1.xx.fbcdn.net/v/t39.30808-6/fr/cp0/e15/q65/243127612_104501028667526_7674605774185228209_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=0be424&efg=eyJpIjoidCJ9&_nc_eui2=AeFdEgCRoTqaabdFmzjEK37N2Xsp8CFVD_3ZeynwIVUP_f3RnBrRyhnTgwI097_JqSM&_nc_ohc=yORxDIVtROIAX-LlcH8&_nc_ht=scontent-jnb1-1.xx&oh=3643eeef5170469fe5d9942a3587bb34&oe=6156F0CC');
}

.news-letter h2 {
  margin-bottom: 2%;
}

.news-letter {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 25px;
  color: white;
  text-shadow: 0.5px 1px 4px black;
}

.sub-input {
  width: 50%;
}

/* ! About Page End*/

/* | Footer */
footer {
  width: 100%;
  padding: 30px 10px 20px 10px;
  background-color: var(--prgc-theme);
  color: #f2f5f7;
}

.social-wrapper {
  width: 100%;
}

.social-deck {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8em;
  justify-content: space-evenly;
}

.social-icon {
  height: 40px;
  width: 40px;
  filter: grayscale(100%);
}

.social-icon:hover {
  height: 42px;
  filter: grayscale(00%);
  cursor: pointer;
}

footer a {
  text-decoration: none;
  color: rgb(141, 141, 141);
  margin-bottom: 2%;
}

footer a:hover {
  text-decoration: none;
  color: whitesmoke;
  margin-bottom: 2%;
}

.developer {
  width: 100%;
  font-size: small;
}

ul li {
  text-decoration: none;
  list-style: none;
  line-height: 22px;
}

/* | Footer End*/
.result-container {
  background-image: url('https://scontent-jnb1-1.xx.fbcdn.net/v/t39.30808-6/fr/cp0/e15/q65/243121164_104422882008674_4604228356694126874_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=0be424&efg=eyJpIjoidCJ9&_nc_eui2=AeF2CiL4BGhf5q29SHt1Pyv_DlXZJfl3broOVdkl-XduukBOcApANsQBU8xTmnBHBG8&_nc_ohc=QckXcvPq1NoAX9_zGlJ&_nc_ht=scontent-jnb1-1.xx&oh=3fdd7e8f3a131a191b4db035fb078e64&oe=6157C26B');
  height: 100vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px;
  border-radius: 4px;
}

.result-page {
  background-color: rgba(12, 12, 12, 0.856);
  color: white;
  text-align: center;
  width: 50%;
  height: 70vh;
  display: block;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
}

.result-page h1 {
  padding-top: 10%;
  padding-bottom: 10%;
}

.result-page button {
  margin-top: 10%;
  padding: 10px 5px;
  border-radius: 2px;
  border: none;
}

.alert {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #79c879;
  color: white;
  margin-bottom: 10px;
  display: none;
}

/*Styling for small screens*/
@media screen and (max-width: 800px) {
  .logo-bg img{
width: 300px;
}
.footer-logo {
  width: 100%;
  max-width: 250px;
}
.book{
  width: 230px;
}
  .col-2,
  .col-3,
  .col-4 {
    width: 100%;
    padding: 3px;
    margin-bottom: 2rem;
  }

  .result-page {
    background-color: rgba(12, 12, 12, 0.856);
    color: white;
    text-align: center;
    width: 90%;
    height: 70vh;
    display: block;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    border-radius: 4px;
  }

  .content h1 {
    font-size: 25px;
  }

  .content h1 span {
    color: var(--prgc-main);
    font-size: 25px;
  }

  nav {
    position: fixed;
    z-index: 3;
  }

  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }

  .nav-links {
    position: fixed;
    background: #1e4366;
    /* background: #131418; */
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
  }

  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
  }

  .nav-links li {
    opacity: 0;
  }

  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }

  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }

  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }

  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }

  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }

  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }

  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }

  li.fade {
    opacity: 1;
  }

  .content {
    width: 95%;
  }

  .practice-container {
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .law-service {
    max-width: 350px;
    padding: 10px;
    margin-bottom: 20px;
  }

  .conveyancing-img {
    width: 95%;
  }

  .conveyancing-info {
    font-size: 20px;
    width: 95%;
  }

  .sub-container {
    width: 100%;
    height: auto;
    padding: 5px;
    color: white;
  }

  .cv-submit {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* | Navigation */
  .content .other {
    width: 80%;
    margin: 20px auto 100px;
    font-weight: 300;
    line-height: 40px;
    font-size: 45px;
  }

  .content .other span {
    width: 80%;
    margin: 20px auto 100px;
    font-weight: 300;
    line-height: 40px;
    font-size: 45px;
    color: var(--prgc-main);
  }

  nav {
    position: fixed;
    z-index: 3;
  }

  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }

  .nav-links {
    position: fixed;
    background: var(--prgc-theme);
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
  }

  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
  }

  .nav-links li {
    opacity: 0;
  }

  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }

  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }

  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }

  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }

  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }

  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }

  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }

  li.fade {
    opacity: 1;
  }

  li a.desktop-link {
    display: none;
    list-style: none;
  }

  nav ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }

  nav #show-features:checked ~ ul,
  nav #show-services:checked ~ ul,
  nav #show-items:checked ~ ul {
    max-height: 100vh;
    /*   list-style: none; */
  }

  nav input[type='checkbox'] {
    display: none;
  }

  wrapper #show-menu:checked ~ .menu-icon i::before {
    content: '';
  }

  .nav-links label {
    color: white;
  }

  .vma-item {
    width: 90%;
  }

  /* | Navigation End*/
  .footer-col {
    color: white;
    width: 95%;
  }

  .service-item,
  .switch-1,
  .switch-2 {
    width: 100%;
  }

  .service-container {
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .notarial h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .contact-wrapper .form-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffff;
  }

  .contact-wrapper .map {
    width: 100%;
    height: 250px;
  }

  .map h3 {
    text-align: center;
    margin-bottom: 30px;
  }

  .container h3 {
    margin-top: 100px;
    margin-bottom: 30px;
  }

  .social-wrapper {
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .company-image {
    width: 95%;
  }

  .company-info {
    width: 95%;
  }

  /* ! About Page */
  .employee {
    min-width: 250px;
    width: 90%;
    padding: 10px;
  }

  .employee-info {
    min-width: 250px;
    width: 90%;
    padding: 10px;
  }

  .specialties-list {
    width: 90%;
    padding: 10px;
  }

  /* ! About Page End*/
  /* ! Litigation Info */
  .litigation-info {
    width: 90%;
    padding: 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .info-top h2 {
    margin-bottom: 10px;
  }

  .litigation-info ul li {
    list-style: disc;
    margin-left: 5px;
  }

  /* ! Litigation Info End*/

  /* ! Conveyancing Page */
  .conveyancing-description {
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .conveyencing-list {
    width: 90%;
    padding: 10px;
  }

  .conveyencing-list ul li {
    width: 90%;
    margin-bottom: 5px;
  }

  /* ! Conveyancing Page End*/

  .progress-wrap:hover::after {
    opacity: 0;
  }

  .progress-wrap::before {
    position: absolute;
    content: '🡡';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    opacity: 0;
    background-image: linear-gradient(
      298deg,
      var(--prgc-arrow),
      var(--prgc-arrow2)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
}

@media (min-width: 250px) {
  .container {
    max-width: 340px;
  }

  .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-4 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.1;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-6 {
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.1;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.icon-con {
  font-size: 25px;
  color: var(--prgc-main);
  padding: 15px;
}

/* | Index Page */

.type-container {
  color: #eee;
  font-family: 'Montserrat', sans-serif;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.type-container p {
  font-size: 2rem;
  padding: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  overflow: hidden;
}

.type-container p span.typed-text {
  font-weight: normal;
  color: white;
}

.type-container p span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}

.type-container p span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #ccc;
  }

  49% {
    background-color: #ccc;
  }

  50% {
    background-color: transparent;
  }

  99% {
    background-color: transparent;
  }

  100% {
    background-color: #ccc;
  }
}

.text {
  font-size: 20px;
}

.grey-space {
  color: #36454f;
  width: 100%;
  text-align: center;
  padding: 180px 0px 70px 0px;
  margin: auto;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.888) 0%,
    rgba(242, 242, 242, 0.979) 100%
  );
}

/* counter */
.flex-text {
  display: flex;
  flex-direction: center;
  font-size: 40px;
}

.count-container {
  position: relative;
  text-align: center;
  width: 100%;
  color: white;
  background-image: url('https://img.freepik.com/free-photo/interior-design-old-architecture_181624-141.jpg?w=740&t=st=1694179084~exp=1694179684~hmac=43bd382d7b5a9ec218623388e1ebd6593d3fd85043dbc4500c2419ca1ffe6cd3');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.count-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.877);
  z-index: -1;
}

.count-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 80vh;
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.counter {
  margin: 10px;
}

.counter p {
  font-size: 15px;
}

.value {
  font-size: 75px;
  margin-left: 5px;
  display: block;
  font-weight: bold;
  color: #fff;
}

/* counter end */

/*| s-service */

.s-col-3-container {
  max-width: 800px;
}

.s-col-3-container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.s-col-3 {
  width: 30%;
}
.s-col-3 i{
  font-size: 25px;
  color: var(--prgc-main);
  margin-bottom: 10px;
}
.s-col-3 h5 {
  font-size: 18px;
  color: var(--prgc-main);
}
.s-col-3 img {
  width: 100%;
  min-width: 330px;
  max-width: 400px;
  margin-top: 190px;
  margin-left: -50px;
}
.s-con {
  width: 200px;
  text-align: center;
  padding: 10px;
  margin: 10px;
}
.s-col-3 .s-left {
  text-align: right;
}

.aa {
  margin-left: 100px;
}
.bb {
  margin-left: -15px;
}
.cc {
  margin-left: 100px;
}
.dd {
  margin-left: -100px;
}
.ee {
  margin-left: 15px;
}
.ff {
  margin-left: -100px;
}
@media screen and (max-width: 800px) {
  .s-col-3 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .s-con {
    width: 100%;
    max-width: 500px;
    margin-bottom: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/*| s-service end */

/* | Index Page End */
/* team cards */
.profile-container {
  height: auto;
  max-width: 1100px;
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}

.border {
  height: 365px;
  width: 240px;
  background: transparent;
  border-radius: 10px;
  transition: border 1s;
  position: relative;
}

.border:hover {
  border: 1px solid #fff;
}

.profile-card {
  height: 375px;
  min-width: 250px;
  max-width: 250px;
  background: #808080;
  border-radius: 10px;
  transition: background 0.8s;
  overflow: hidden;
  background: #000;
  box-shadow: 0 70px 63px -60px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px 0 50px 0px;
}

/* ********** */

.card1:hover h2,
.card2:hover h2,
.card3:hover h2,
.card4:hover h2 {
  opacity: 1;
}


.card1:hover p,
.card2:hover p,
.card3:hover p,
.card4:hover p {
  opacity: 1;
}


.card1:hover .fa,
.card2:hover .fa,
.card3:hover .fa,
.card4:hover .fa {
  opacity: 1;
}

/* ********** */
.card1 {
  background: url('/img/JohannVDMerwe.jpg') center center no-repeat;
  background-size: 300px;
}

.card1:hover {
  background: url('/img/JohannVDMerwe.jpg') left center no-repeat;
  background-size: 500px;
  filter: grayscale(100%);
}

/* ********** */
.card2 {
  background: url('/img/ShabanaLaher.jpg') center center no-repeat;
  background-size: 300px;
}

.card2:hover {
  background: url('/img/ShabanaLaher.jpg') left center no-repeat;
  background-size: 500px;
  filter: grayscale(100%);
}

/* ********** */
/* ********** */
.card3 {
  background: url('/img/AndreHuman.jpg') center center no-repeat;
  background-size: 300px;
}

.card3:hover {
  background: url('/img/AndreHuman.jpg') left center no-repeat;
  background-size: 500px;
  filter: grayscale(100%);
}

/* ********** */
/* ********** */
.card4 {
  background: url('/img/ZinhleNkosi.jpg') center center no-repeat;
  background-size: 300px;
}

.card4:hover {
  background: url('/img/ZinhleNkosi.jpg') left center no-repeat;
  background-size: 500px;
  filter: grayscale(100%);
}

/* ********** */
/* ********** */
.profile-container h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 20px;
  opacity: 0;
  transition: opacity 1s;
}

.profile-container p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 20px;
  opacity: 0;
  transition: opacity 1s;
}

.profile-container .fa {
  opacity: 0;
  transition: opacity 1s;
}

.profile-container .icons {
  position: absolute;
  fill: #fff;
  color: #fff;
  height: 130px;
  top: 226px;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.footer-logo {
  width: 100%;
}

/* team cards End */
/* |testimonial slide */
#SECTION_2 {
  background-color: rgb(251, 252, 252);
  background-image: url('https://assets.website-files.com/5dd4413d36613959e9a5f5ea/5dd442043661397c1fa5ffa2_Circles.svg');
  background-position: 0px 0px;
  background-size: cover;
  border-bottom-color: rgb(51, 51, 51);
  border-left-color: rgb(51, 51, 51);
  border-right-color: rgb(51, 51, 51);
  border-top-color: rgb(51, 51, 51);
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  display: flex;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  height: 1312px;
  letter-spacing: 0.5px;
  line-height: 20px;
  min-height: 1312px;
  outline-color: rgb(51, 51, 51);
  text-decoration: none solid rgb(51, 51, 51);
  text-decoration-color: rgb(51, 51, 51);
  text-size-adjust: 100%;
  width: 1238px;
  column-rule-color: rgb(51, 51, 51);
  align-items: center;
  justify-content: center;
  perspective-origin: 619px 656px;
  transform-origin: 619px 656px;
  caret-color: rgb(51, 51, 51);
  background: rgb(251, 252, 252)
    url('https://assets.website-files.com/5dd4413d36613959e9a5f5ea/5dd442043661397c1fa5ffa2_Circles.svg')
    repeat scroll 0px 0px / cover padding-box border-box;
  border: 0px none rgb(51, 51, 51);
  border-top: 0px none rgb(51, 51, 51);
  border-right: 0px none rgb(51, 51, 51);
  border-bottom: 0px none rgb(51, 51, 51);
  border-left: 0px none rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
  font: 14px / 20px 'Nunito Sans', sans-serif;
  outline: rgb(51, 51, 51) none 0px;
}

/*#SECTION_2*/

#DIV_3 {
  border-bottom-color: rgb(51, 51, 51);
  border-left-color: rgb(51, 51, 51);
  border-right-color: rgb(51, 51, 51);
  border-top-color: rgb(51, 51, 51);
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  height: 642.328px;
  letter-spacing: 0.5px;
  line-height: 20px;
  max-width: 1280px;
  min-height: auto;
  min-width: auto;
  outline-color: rgb(51, 51, 51);
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none solid rgb(51, 51, 51);
  text-decoration-color: rgb(51, 51, 51);
  text-size-adjust: 100%;
  width: 1238px;
  column-rule-color: rgb(51, 51, 51);
  flex-basis: 1280px;
  perspective-origin: 619px 321.156px;
  transform-origin: 619px 321.164px;
  caret-color: rgb(51, 51, 51);
  border: 0px none rgb(51, 51, 51);
  border-top: 0px none rgb(51, 51, 51);
  border-right: 0px none rgb(51, 51, 51);
  border-bottom: 0px none rgb(51, 51, 51);
  border-left: 0px none rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
  flex: 0 1 1280px;
  font: 14px / 20px 'Nunito Sans', sans-serif;
  outline: rgb(51, 51, 51) none 0px;
  padding: 0px 32px;
}

/*#DIV_3*/

#DIV_4 {
  border-bottom-color: rgb(51, 51, 51);
  border-left-color: rgb(51, 51, 51);
  border-right-color: rgb(51, 51, 51);
  border-top-color: rgb(51, 51, 51);
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  display: grid;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  height: 602.328px;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-top: 40px;
  outline-color: rgb(51, 51, 51);
  text-decoration: none solid rgb(51, 51, 51);
  text-decoration-color: rgb(51, 51, 51);
  text-size-adjust: 100%;
  width: 1174px;
  column-gap: 16px;
  column-rule-color: rgb(51, 51, 51);
  grid-auto-columns: 1fr;
  grid-template-columns: 643.328px 514.656px;
  grid-template-rows: 602.328px;
  row-gap: 16px;
  perspective-origin: 587px 301.156px;
  transform-origin: 587px 301.164px;
  caret-color: rgb(51, 51, 51);
  border: 0px none rgb(51, 51, 51);
  border-top: 0px none rgb(51, 51, 51);
  border-right: 0px none rgb(51, 51, 51);
  border-bottom: 0px none rgb(51, 51, 51);
  border-left: 0px none rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
  font: 14px / 20px 'Nunito Sans', sans-serif;
  margin: 40px 0px 0px;
  outline: rgb(51, 51, 51) none 0px;
}

/*#DIV_4*/

#DIV_5 {
  border-bottom-color: rgb(51, 51, 51);
  border-left-color: rgb(51, 51, 51);
  border-right-color: rgb(51, 51, 51);
  border-top-color: rgb(51, 51, 51);
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  height: 430px;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-top: -40px;
  min-height: auto;
  min-width: auto;
  outline-color: rgb(51, 51, 51);
  text-decoration: none solid rgb(51, 51, 51);
  text-decoration-color: rgb(51, 51, 51);
  text-size-adjust: 100%;
  width: 643.328px;
  column-rule-color: rgb(51, 51, 51);
  align-self: center;
  perspective-origin: 321.656px 215px;
  transform-origin: 321.664px 215px;
  caret-color: rgb(51, 51, 51);
  border: 0px none rgb(51, 51, 51);
  border-top: 0px none rgb(51, 51, 51);
  border-right: 0px none rgb(51, 51, 51);
  border-bottom: 0px none rgb(51, 51, 51);
  border-left: 0px none rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
  font: 14px / 20px 'Nunito Sans', sans-serif;
  margin: -40px 0px 0px;
  outline: rgb(51, 51, 51) none 0px;
}

/*#DIV_5*/

#P_1 {
  border-bottom-color: rgba(255, 255, 255, 0.7);
  border-left-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(255, 255, 255, 0.7);
  border-top-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  height: 140px;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-bottom: 56px;
  margin-top: 24px;
  outline-color: rgba(255, 255, 255, 0.7);
  text-decoration: none solid rgba(255, 255, 255, 0.7);
  text-decoration-color: rgba(255, 255, 255, 0.7);
  text-size-adjust: 100%;
  width: 514.656px;
  column-rule-color: rgba(255, 255, 255, 0.7);
  perspective-origin: 257.328px 70px;
  transform-origin: 257.328px 70px;
  caret-color: rgba(255, 255, 255, 0.7);
  border: 0px none rgba(255, 255, 255, 0.7);
  border-top: 0px none rgba(255, 255, 255, 0.7);
  border-right: 0px none rgba(255, 255, 255, 0.7);
  border-bottom: 0px none rgba(255, 255, 255, 0.7);
  border-left: 0px none rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  font: 14px / 20px 'Nunito Sans', sans-serif;
  margin: 24px 0px 56px;
  outline: rgba(255, 255, 255, 0.7) none 0px;
}

/*#P_1*/

#P_1:after {
  border-bottom-color: rgba(255, 255, 255, 0.7);
  border-left-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(255, 255, 255, 0.7);
  border-top-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  outline-color: rgba(255, 255, 255, 0.7);
  text-decoration: none solid rgba(255, 255, 255, 0.7);
  text-decoration-color: rgba(255, 255, 255, 0.7);
  text-size-adjust: 100%;
  column-rule-color: rgba(255, 255, 255, 0.7);
  caret-color: rgba(255, 255, 255, 0.7);
  border: 0px none rgba(255, 255, 255, 0.7);
  border-top: 0px none rgba(255, 255, 255, 0.7);
  border-right: 0px none rgba(255, 255, 255, 0.7);
  border-bottom: 0px none rgba(255, 255, 255, 0.7);
  border-left: 0px none rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  font: 14px / 20px 'Nunito Sans', sans-serif;
  outline: rgba(255, 255, 255, 0.7) none 0px;
}

/*#P_1:after*/

#P_1:before {
  border-bottom-color: rgba(255, 255, 255, 0.7);
  border-left-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(255, 255, 255, 0.7);
  border-top-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  outline-color: rgba(255, 255, 255, 0.7);
  text-decoration: none solid rgba(255, 255, 255, 0.7);
  text-decoration-color: rgba(255, 255, 255, 0.7);
  text-size-adjust: 100%;
  column-rule-color: rgba(255, 255, 255, 0.7);
  caret-color: rgba(255, 255, 255, 0.7);
  border: 0px none rgba(255, 255, 255, 0.7);
  border-top: 0px none rgba(255, 255, 255, 0.7);
  border-right: 0px none rgba(255, 255, 255, 0.7);
  border-bottom: 0px none rgba(255, 255, 255, 0.7);
  border-left: 0px none rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  font: 14px / 20px 'Nunito Sans', sans-serif;
  outline: rgba(255, 255, 255, 0.7) none 0px;
}

/*#P_1:before*/

.test-container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1280px;
  -ms-flex: 0 1280px;
  flex: 0 1280px;
}

.test-container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fbfcfc;
}

.section.blue {
  position: relative;
  overflow: hidden;
  background-color: var(--prgc-main);
}

.feature-wrapper {
  padding-right: 24px;
  padding-left: 24px;
}

.feature-img-wrapper {
  position: relative;
  -webkit-transform: perspective(0px) perspective(0px);
  transform: perspective(0px) perspective(0px);
}

.feature-title {
  font-size: 48px;
  line-height: 54px;
}

.feature-paragraph {
  margin-bottom: 40px;
}

.section-circle-left {
  position: absolute;
  left: -42%;
  top: 50%;
  width: 90%;
  padding-bottom: 90%;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.slider {
  background-color: transparent;
}

.section-circle-right {
  position: absolute;
  right: -8%;
  bottom: 60%;
  width: 30%;
  padding-bottom: 30%;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.testimonial-title {
  max-width: 66.667%;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.testimonial-author {
  margin-bottom: 16px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.testimonial-slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  font-size: 6px;
  line-height: 12px;
}

.white-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 16px 32px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #e5ecfa;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #0047cc94;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
}

.white-btn.no-margin-top {
  margin-top: 0px;
}

.white-btn.no-margin-top.no-margin-right {
  margin-right: 0px;
}

.white-btn.small {
  padding: 10px 24px;
  font-size: 14px;
  line-height: 20px;
}

.white-btn.no-margin-right {
  margin-right: 0px;
}

.section-title {
  text-align: center;
}

/* |testimonial slide end */

/* | subs */
.subs-form {
  /* border: 3px solid #f1f1f1; */
  font-family: Arial;
  max-width: 600px;
}

.subs-container {
  padding: 10px;
}

.subs-container input[type='text'],
.subs-container input[type='submit'] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type='checkbox'] {
  margin-top: 16px;
}

input[type='submit'] {
  background-color: var(--prgc-main);
  color: white;
  border: none;
}

.subs-container input[type='submit']:hover {
  opacity: 0.8;
}

/* | subs End */
