figure {
	margin: 0;
	position: relative;
}
figure h1 {
	position: absolute;
	top: 20px;
	left: 20px;
	border-right: 3px solid #fff;
	padding: 5px 10px 5px 5px;
}

.navbar-brand{
    font-size:1.5rem;
}
video {
	width: 100%;
	max-width: 100%;
}
.home-info{
	padding: 90px;
}
.home-info p{
	text-align: justify;
}
.home-info-img{
	background-color: #efefef;
	padding: 50px 150px;
}
.page-title{
	text-align: center;
	margin-bottom: 60px;
}
.page-banner{
	background-image: url("../img/about-us.jpg");

    /* Set a specific height */
    height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.home-info-img img{
	width: 100%;
}	
.hero-wrapper {
	position: fixed;
	bottom: 0;
	right: 0;
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	z-index: -9999;
}

.quote-1{
    background-color: rgb(0, 137, 178);
	color: rgba(255, 255, 255, 0.8);
}
.quote-2{
	background-color: #201f21;
	color: rgba(255, 255, 255, 0.8);
}

.stretch {
	margin-top: 250px;
}

.home-main{
	background-color: transparent !important;
}

body{
	background-color: #ffffff;
}

.text-slider-item {
	height: 150px;
}

.carousel-indicators li{
	background-color: #212529;
}

.carousel-indicators .active{
	background-color: rgb(0, 137, 178);
}

.navbar-light .navbar-toggler{
	border: none;
}

.footer{
	width: 100%;
	background-color: rgb(0, 137, 178);
	color: rgba(255, 255, 255, 0.8);
}
.footer .copy{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 15px;
}
.map-container{
	min-height: 320px;
}

.map-container #map{
	height: 100%;
}

.footer .footer-menu{
	background-color: #201f21;
	z-index: 9;
	color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.border-left{
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.border-right{
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .footer-link {
	padding: 0;
	list-style-type: none;
}
.footer .footer-link a{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}
.slider-title{
	width: 100%; 
	height: 200px;
}
@media only screen and (max-width: 1024px) {
	.home-info-img{
		padding: 40px 60px;
	}
	.navbar-brand{
	    font-size:1.5rem;
	}
}
@media only screen and (max-width: 800px) {
	.stretch {
		margin-top: 100px;
	}
	.home-info{
		padding: 50px;
	}
	.home-info-img{
		background-color: #efefef;
		padding: 50px 70px;
	}
	.slider-title{
		height: 200px;
	}
	.slider-title h1{
		font-size: 25px;
	}
	.navbar-brand{
	    font-size:1.5rem;
	}
}
@media only screen and (max-width: 500px) {
	.navbar{
		background-color: #f8f9fa!important;
	}
	.stretch {
		margin-top: 0;
	}
	.home-main{
		background-color: #f8f9fa!important;
	}
	#carouselExampleIndicators{
	    display:none;
	}
	.home-info{
		padding: 20px;
	}
	.home-info-img{
		background-color: #efefef;
		padding: 20px 30px;
	}
	.slider-title{
		height: 70px;
	}
	.slider-title h1{
		font-size: 15px;
	}
}
/*---*/
.screen0 {
	text-align: center;
	background: -moz-linear-gradient(center top , #ffffff 0%, #ffffff 100%) repeat scroll 0 0 transparent;
	border-radius: 30px 30px 30px 30px;
	padding: 1px;
	position: absolute;
	right: -980px;
	display: none;
	z-index: 100;
	color: #fff;
}
.screen1 {
	text-align: center;
	background: -moz-linear-gradient(center top , #00DD88 0%, #00CC00 100%) repeat scroll 0 0 transparent;
	border-radius: 30px 30px 30px 30px;
	padding: 1px;
	position: absolute;
	right: -980px;
	display: none;
	z-index: 100;
	color: #fff;
}
.screen2 {
	text-align: center;
	background: -moz-linear-gradient(center top , #00DD88 0%, #00CC00 100%) repeat scroll 0 0 transparent;
	border-radius: 30px 30px 30px 30px;
	padding: 1px;
	position: absolute;
	right: -980px;
	display: none;
	z-index: 100;
	color: #fff;
}

@import url('https://fonts.googleapis.com/css?family=Roboto');
.font {
	font-family: 'Roboto', Arial, Sans-serif;
	font-size: 16px;
	font-weight: 40;
}
.WALink a {
	color: #fff;
	text-decoration: none;
	transition: ease-in-out .2s;
}
.WALink a:hover {
	box-shadow: 0 1px 4px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);
}
.icons {
	background: #25d366;
	border-radius: 10px;
	display: block;
	height: 42px;
	margin-bottom: 10px;
	width: 130px;
}
.icons:hover {
	background: #128c7e;
}
.icons span {
	display: block;
	left: 0px;
	position: absolutele;
	top: 1px;
	transform: translate(0, 10px)
}
svg {
	border-radius: 10px;
	display: block;
	fill: #fff;
	float: left;
	height: 42px;
	margin-right: 0px;
	-webkit-transition: ease-in-out .175s;
	transition: ease-in-out .175s;
	width: 42px;
}
.icons2 {
	background: #25d366;
	border-radius: 10px;
	display: block;
	height: 42px;
	margin-bottom: 10px;
	width: 100px;
}
.icons2:hover {
	background: #128c7e;
}
.icons2 span {
	display: block;
	left: 0px;
	position: absolutele;
	top: 1px;
	transform: translate(0, 10px)
}
/*-- testimonial --*/
.testimonial-reel {
	margin-bottom: 4rem !important;
	margin-top: 4rem;
  }
  .testimonial-reel .box {
	position: relative;
	margin-bottom: 1px;
  }
  .testimonial-reel .box .image {
	margin: 0 auto -45px;
	text-align: center;
  }
  .testimonial-reel .box .image img {
	height: 60px;
	margin: 0 auto;
  }
  .testimonial-reel .box {
	background-color: #fff;
	padding: 0.7rem 1.1rem;
	box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15);
	min-height: 200px;
  }
  .test-component {
	background-color: #fff;
	min-height: 200px;
  }
  .testimonial-reel .box .test-title {
	font-family: "Open Sans", sans-serif;
	color: #f96d02;
	text-align: center;
	margin-top: 3.3rem;
	margin-bottom: 5px;
  }
  .test-jobtitle {
	font-family: "Open Sans", sans-serif;
	color: #2e2721;
	text-align: center;
  }

  .testimonial-reel .box .test-content {
	text-align: center;
  }
  .testimonial-reel .slick-slide {
	opacity: 1;
	transition: opacity 0.3s;
  }
  .testimonial-reel .slick-slide.slick-cloned {
	opacity: 1;
	transition: opacity 0.3s;
  }
  .testimonial-reel .slick-slide.slick-current.slick-active {
	opacity: 1;
	transition: opacity 0.3s;
  }
  .text-\[\#6E6E73\] {
    --tw-text-opacity: 1;
    color: rgb(110 110 115/var(--tw-text-opacity));
}
.textunderbox {
	display: inline-block;
	
	margin:5px;
	text-align:center;
  }
.wrappers {
	width:100%;
	text-align:center;
	top:30%;
	position:relative;
}
