*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face{
	font-family: 'Brandon';
	src: url('Brandon.otf') format('opentype');
}
:root{
	--blue-color: rgb(0,194,214);
	--grey-color: #262626;
}

body{
	margin: 0;
	background: ;
	padding: 0;
}

.africa{
    
}
.learn-more{
	background-color:var(--blue-color); 
	border-style: solid;
	padding: 0.7rem 2rem;
	border: 1em;
	border-color: var(--blue-color);
}

.learn-more a{
	text-decoration: none;
	color: #ffffff;
}
.learn-more a:hover{
	text-decoration: none;
	color: var(--blue-color);
}

.learn-more:hover{
background: none;
border: 1px solid var(--blue-color);
}
.landing-page{
	width: 100%;
	height: 100vh;
	background-image: url('../img/vazi-legal.png');
	background-color: var(--blue-color);
	color: #ffffff;
	background-size: 155%;
	background-position: 60% 60%;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
}
.about-header{
	width: 100%;
	background-image: url('../img/vazi-legal-about.png');
	color: #ffffff;
	background-size: 155%;
	background-position: 60% 60%;
	background-repeat: no-repeat;
	color: var(--grey-color);
	padding-bottom: 5%;
}
.col-8.main-content.cf {
    margin: 0 auto !important;
}
.about-header h1{
	color: var(--blue-color);
	font-family: 'Brandon', sans-serif;
	font-size: 7em;
	margin-top: 18%;
}
.about-header .container p{
	font-size: 19px;
	margin-top: 2em;
}
.vision-advantage .vision{
	padding: 4em 3em !important;
	background: #F1F1F1;
	height: 280px !important;
	margin-top: 3em;
	cursor: pointer;
	transition: all 0.5s;
}
.vision-advantage .vision:hover, .vision-advantage .advantage:hover{
	transform: scale(1.05);
}

.vision img{
	margin-top: -13px;
}
.vision h3{
	color: var(--blue-color);
}
.vision-advantage .advantage{
	padding: 5em !important;
	background: var(--blue-color);
	cursor: pointer;
	transition: all 0.5s;
}
.advantage img{
	margin-top: -13px;
}
.advantage h3{
	color: white;
}
.intro-header{
	width: 100%;
	background-color: var(--blue-color);
}

.intro-header-text{
	padding-top: 10%;
	padding-bottom: 5%;
	clear: both;
}

.intro-header h1{
	font-family: 'Brandon', sans-serif;
	font-size: 7em;
	color: #ffffff;
}

.intro-header-text p{
	font-size: 1.3em;
	margin-top: -0.7em;
	margin-left: 8px;
}
.intro-text h1{
    font-family: 'Brandon', sans-serif;
}
.intro-text{
	position: absolute;
	margin-top: 13%;
	width: 90%;
}
.cities{
    font-weight: lighter;
    width: 70%;
}
.intro-text .fa-arrow-right{
    font-size: 0.6em !important;
   animation: pulse 1s infinite;
}
@keyframes pulse {
  0%{
    margin-left: -5px;
  }
  50% {
    margin-left: 0px;
  }
  100%{
      margin-left: -5px;
  }
  }
.intro-text .fa-arrow-right:hover{
    margin-left: 0px;
}
.intro-text a{
    color: #ffffff;
    text-decoration: none;
}
.intro-text a:hover{
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}
.intro-text h1{
	font-size: 7em;
	line-height: 0.9em;
}
.logo{
	display: inline-block;
	float: left;
}
.menu-header{
	width: 100%;
	padding-top: 40px;
}
.menu-icon{
	cursor: pointer;
	display: inline-block;
	width: 35px;
	transition: all 0.5s;
	float: right;
}
.blue-bg div{
	background: var(--blue-color) !important;
}
.menu-icon div{
	width: 100%;
	margin-bottom: 7px;
	height: 3px;
	background: #ffffff;
}
.close-icon{
	float: right;
	padding-bottom: 30px;
	padding-top: 30px;
	cursor: pointer;
	display: none;
}
.close-icon div{
	width: 35px;
	height: 3px;
	background: var(--grey-color);
}

.close-icon div:first-child{
	transform: rotate(45deg);
}
.close-icon div:last-child{
	transform: rotate(-45deg);
	margin-top: -4px;
}


.menu-icon:hover{
	width: 45px;
}
.zero-width{
	width: 0px;
}

.wasteland{
	width: 70%;
	height: 100vh;
	float: left;
	cursor: pointer;
	background: rgba(0,0,0,0.5);
}

.menu{
	width: 0;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
	transition: all 0.7s;

}

.menu .items{
	padding-top: 30px;
	background: #ffffff;
	height: 100vh;
	width: 30%;
	color: var(--grey-color);
	font-size: 22px;
	line-height: 23px;
	text-align: right;
	float: right;
	transition: all 1s;
	text-transform: uppercase;
	/*font-family: 'Brandon', sans-serif;*/
}
.menu .items a{
	text-decoration: none;
	color: var(--grey-color);
}
.menu .items a:hover{
	color: var(--blue-color);
}

.menu .items .active{
	color: var(--blue-color) ;
}
.form-group{
	margin-top: 30px;
}
.content-area{
	padding: 2em 0em;
}
.contact-service div{
	margin-top: 10px;
	margin-right: 10px;
	padding: 7px;
	text-align: center;
	background: #E4E4E4;
	border-radius: 2px;
	font-size: 12px;
	width: 150px;
}
input,textarea{
	outline: none !important;
	border: none !important;
	border-radius: 0px !important;
	border-bottom: 2px solid var(--blue-color) !important;
	padding-left: 0 !important;
}

input[type="submit"]{
	border: 2px solid var(--blue-color) !important;
	padding: 10px 25px !important;
	background: var(--blue-color);
	cursor: pointer;
}

input[type="submit"]:hover{
	color: var(--blue-color) !important;
	background: none !important;
}
.feedback{
	padding-top: 2em;
	padding-bottom: 6em;
	padding-left: 1em;
	padding-right: 1em;
}
.feedback-text {
	padding: 3em !important;
	width: 90%;
	border-radius: 5px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
	height: 270px;
}

.feedback-text:hover {
    cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.feedback h2{
	color: var(--blue-color);
	font-family: 'Brandon', sans-serif;
	padding-top: 3em;
	padding-bottom: 2em;
}
.feedback-image{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin: auto;
	background: #F1F1F1;
}
.seen{
    padding: 5em 1em;
}
.trustees {
	padding-left: 1em;
	padding-right: 1em;
}

.trustees p{
    font-size: 1.5em;
    padding-bottom: 0.5em;
}
.seen p{
   font-size: 1.5em; 
}
.trustee div, .seen div{
	text-align: center;
}
.trustee div img, .seen div img{
	width: 80%;
}
.footer {
	background-color: var(--grey-color);
	padding-top: 5em;
	padding-bottom: 1em;
}
.newsletter h4{
	color: var(--blue-color);
	font-family: 'Brandon', sans-serif;
}
.newsletter .input-group{
	margin-top: 1em !important;
}
.newsletter input[type="submit"]{
	border-radius: 0 !important;
	border: 1px solid var(--blue-color);
	padding-right: 40px !important;
	padding-left: 40px !important;
	cursor: pointer;
	outline: none !important;
	box-shadow: none;
	background: var(--blue-color) !important;
}

.newsletter .btn:hover{
	border: 1px solid var(--blue-color);
	background: none !important;
}
.newsletter input{
	border: 1px solid var(--blue-color) !important;
	background: none;
	color: #ffffff !important;
	padding-left: 15px !important;
}
.popup .newsletter input{
	border: 1px solid var(--blue-color) !important;
	background: none;
	color: #495057 !important;
	padding-left: 15px !important;
}
.newsletter input:focus{
	background: #ffffff;
}
.serv{
	background-color: #212529;
	width:100%;
	height:10vh; 
	padding:20px;
	color: #ffffff;
}
.col-md-4{
	padding: 0 !important;
}

.service .title{
	padding-left:4rem !important;
}
.service .title h2{
	font-family: "Brandon";
	font-size: 1.5rem;
}
.service{
	color: white;
	margin-top: 50px;
}
.service-circle{
	width: 23px;
	height: 23px;
	position: absolute;
	right: 50px;
	border-radius: 100%;
	border: 2px solid white;
	cursor: pointer;
	transition: all 0.5s;
}
.service-circle:hover{
	background: white;

}
.tick{
	margin-top: 6px;
	margin-left: 0.99px;
	transform: rotate(-15deg);
}
.upper-tick{
	width: 3.5px;
	height: 6px;
	margin-left: 3px;
	margin-top: 5px;
	background: white;
	transform: rotate(-15deg);
}
.lower-tick{
	width: 3.5px;
	height: 14px;
	margin-left: 9px;
	margin-top: -8px;
	background: white;
	transform: rotate(-105deg);
}
.service{
    background: var(--grey-color);
    border:1em solid #ffffff;
}
.service .container{
    width: 95%;
/*	background: var(--grey-color);*/
	padding: 40px 0;
	height: 100%;
}
.service p{
	margin-top: 30px;
	height: 100px;
	font-family: 'Brandon';
	font-size: 20px;
	line-height: 25px;
}
.service-description{
	font-size: 14px;
	margin-top: -1.4em;
	padding: 0 1.5em !important;
	text-align: center;
	font-weight: 100;
}
.move-description{
	margin-top: -3em !important;
}
.get-started .container{
	width: 95%;
}

.footer p{
	font-size: 12px;
	color: #ffffff;
	margin-top: 5em;
}
.footer p a{
	color: var(--blue-color);
}
.no-pad{
	padding: 0 !important;
}

@media only screen and (max-width: 511px){
	.footer p{
	font-size: 10px;
	}
	.newsletter input[type="submit"]{
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.vision-advantage .vision{
	padding: 4em 3em !important;
	width: 100%;
	margin: auto;
	background: #F1F1F1;
	height: 250px !important;
	margin-top: -1em;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 5;
}
}
@media only screen and (max-width: 768px) {
.menu-header{
	padding-top: 30px;
}
.logo img{
	width: 80%;
}
.menu-icon{
	width: 30px;
}
.menu-icon div{
	width: 100%;
	margin-bottom: 6px;
	height: 2.5px;
	background: #ffffff;
}
.landing-page, .about-header{
	background-size: cover;
	background-position: 60% 70%; 
}
.about-header{
	width: 100%;
	background-image: none/*url('../img/vazi-legal-about.png')*/;
	color: #ffffff;
	background-size: cover;
	background-position: 60% 60%;
	background-repeat: no-repeat;
	color: var(--grey-color);
	padding-bottom: 5em;
}
.about-header .container p{
	font-size: 16px !important;
}
.intro-text{
	margin-top: 65%;
}
.intro-text h1{
	font-size: 3em;
	line-height: 0.9em;
}
.intro-header-text{
	padding-top: 30%;
	padding-bottom: 10%;
	clear: both;
}

.intro-header-text p{
	font-size: 15px !important;
}

.intro-header h1{
	font-size: 4em;
}
.about-header h1{
	font-size: 4em;
	margin-top: 40%;
}
.wasteland{
	width: 30%;
	height: 100vh;
	float: left;
	cursor: pointer;
	background: rgba(0,0,0,0.5);
}

.menu .items{
	width: 70%;
}

.vision-advantage .vision{
	padding: 4em 3em !important;
	width: 100%;
	margin: auto;
	background: #F1F1F1;
	height: auto !important;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 5;
}
.vision-advantage .advantage{
	padding: 2.5em !important;
}
.vision-advantage .advantage .col-3{
	padding: 0 !important;
}
.feedback .col-md-4{
	margin-top: 1em;
}
.feedback-text{
    width: 90%;
    margin: auto;
    margin-top: 2em;
}
}

.popup {
  background-color: #ffffff;
  padding: 30px 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  display: none;
  font-family: 'Brandon', sans-serif;
  text-align: center;
}

.popup button {
  display: block;
  margin: 0 0 0 auto;
  background-color: transparent;
  font-size: 30px;
  color: #ffffff;
  background: var(--blue-color);
  border-radius: 100%;
  width: 40px;
  height: 45px;
  border: none;
  outline: none;
  cursor: pointer;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(
    255,
    255,
    255,
    0.5
  ); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#post-grid-433 .grid-items > div {
    width: 30%;
    display: inline-block;
}
#post-grid-433 .grid-items {
    columns: unset !important;
}
#post-grid-433 .grid-items > div img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    margin-bottom: 22px;
}
#post-grid-433 .grid-items > div {
    text-align: left;
}