

section#homeSection {
	height: 100vh;
	text-align: center;
	padding-top: 18rem;
}

.navbar .navbar-nav > li > a {
	cursor: pointer;
}
.sibeko-logo {
	height: 250px;
}

#homeSection .down-arrow a {
	color: #fff; 
}

#homeSection h2 {
	color: #fff;
	width: 500px;
	font-size: 3rem;
	font-weight: 800px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.down-arrow {
  	color: #fff;
  	font-size: 30px;
  	position: absolute;
  	bottom: 60px;
  	left: 50%;
  	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%); 
}

.floating-arrow {
  	-webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
  	-webkit-animation-duration: 2s;
    animation-duration: 2s;
  	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  	-webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; 
}

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
	transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
	transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0); } 
}


img.about-logo {
	max-width: 300px;
}

ul.service-list-links {
	list-style: none;
}

ul.service-list-links li a{
	margin-left: -35px;
	color: #000;
	text-decoration: none;
}

ul.service-list-links li i {
	margin-right: 15px;
}

.title {
	color: #000 !important;
}
#servicesSection .container p {
	text-align: center;
	'margin-bottom: 10px;
}

#servicesSection .container p i {
	color: #000;
}



/*============================================================
    Why-Choose-Us
============================================================*/


section#why-choose-us{
  padding: 35px 0px 0px;
  min-height: 300px;
}

.whyCU-txt-cnt {
  max-width: 30%;
  margin: 60px auto 0;

}

.whyCU-txt-cnt h1 {
  padding-bottom: 10px;
}

.whyCU-txt-cnt p {
  font-size: 16px;
  text-align: left;
  color: #d3d2d3;
  font-family: articulate;
}

#why-choose-us {
  background-color: rgba(18, 19, 17, 0.59);
  padding-bottom: 0;
}

#why-choose-us h1 {

}

/* Counter section */

#count {
  background-color: transparent;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.counter-section {
  background-color: transparent;
  padding: 5px 0 40px;
}

.fact-item {
  color: #fff;
}

.fact-icon {
  position: relative;
  width: 50px; 
  height: 28.87px;
  background-color: #1F2021;
  margin: 14.43px auto;
}

.fact-icon:before,
.fact-icon:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.fact-icon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #1F2021;
}

.fact-icon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #1F2021;
}

.fact-icon > i {
  line-height: 27px;
}

.fact-item span {
  display: block;
  font-size: 50px;
  line-height: 42px;
  font-weight: 700;
  margin: 28px 0 20px;
}

.fact-item p {
  font-weight: 300;
}

.parallax {
	position: relative; 
	overflow: hidden;
	height: 100%; 
	width: 100%; 
	background-position: 50% 50%; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}


.parallax-1 { 
	background-image: url(../img/parallax-img-1.jpg); 
	height: 300px;  
	width: 100%;
}

.parallax-2 { 
	background-image: url(../img/parallax-map.jpg); 
	height: 500px;  
	width: 100%;
}




/*Hover Effects */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 30px 1.5%;
	min-width: 300px;
	max-width: 300px;
	max-height: 360px;
	width: 48%;
	background: #000;
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 1.8em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 200;
}

.grid figure h3 span {
	font-weight: 500;
}

.grid figure h3 {
	margin: 0;
}




.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-layla {
	background: #000;
}

figure.effect-layla img {
	height: 390px;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 20px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 5px;
	right: 20px;
	bottom: 5px;
	left: 20px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2, figure.effect-layla h3 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 1em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2, figure.effect-layla h3 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover h3,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover h3,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

h2.section-title {
	text-align: center !important;
	text-transform: uppercase;
	font-weight: 800px;
	font-style: bold;
	color: #000;
}

section#contactUs {
	height: 500px;
}

.contact-cnt {
	text-align: left;
	margin-top: 50px;
}

.contact-info {
	margin-top: 60px;
}

.contact-cnt h3 {
	text-transform: uppercase;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}


.panel-default {
	padding: 20px 0 20px 0;
	border: none;
}

.panel-default p {
	font-size: 15px;
}

.panel-default ul {
	margin-bottom: 40px;
}

.panel {
	box-shadow: none;
}

.contact-1, .contact-2 {
  padding: 0 0 5rem 0; }
  .contact-1 .contact-details, .contact-2 .contact-details {
    padding-top: 5rem;
    padding-bottom: 1rem; }
  .contact-1 h3, .contact-2 h3 {
    margin-bottom: 0; }

.form-control-custom {
	background: transparent;
  	border: 0.1rem solid #dfe1e5;
  	width: 100%;
  	margin-top: 1.2rem;
  	padding: 1.5rem;
  	font-size: 1.2rem;
  	color: #fff;
  	letter-spacing: .5rem;
  	border-radius: .3rem; }

.form-control-custom:focus {
  border: 0.1rem solid #59a0d7;
  outline: none; }


.tebi-btn {
	border-radius: 0px;
	border: 0.1rem solid #fff;
	margin: 10px auto 40px;
	width: 100%;
	background: transparent !important;
}

.abt-btn {
	border-radius: 0px;
	border: 0.2rem solid #000;
	margin: 10px auto 40px;
	width: 100%;
	color: #000;
	letter-spacing: 8px;
	background: transparent !important;
}

.abt-btn:hover, .abt-btn:focus {
	color: #000;
	border: 0.3rem solid #000;
	letter-spacing: 15px;
}

.divider {
  display: block;
  width: 6rem;
  height: 0.3rem;
  background-color: #dfe1e5;
  margin: 2rem auto; }

.footer-3 {
  background: #fff;
  width: 100%;
  color: #000;
  padding-top: 1rem;
  padding-bottom: .5rem; }
  .footer-3 .container-fluid {
    padding: 0; }
  .footer-3 .divider {
    width: 100%;
    height: .1rem;
    margin: .5rem 0 1.5rem 0; }
  .footer-3 .nav-footer {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center; }
    .footer-3 .nav-footer .nav-link {
      color: #000; }
    .footer-3 .nav-footer .nav-link:hover {
      color: #333232; }
  .footer-3 .social li a {
    background: none;
    border: none; }

ul.nav-footer {
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

footer p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/* 
	Modal Styles 
	=============================
*/

.service-header {
	background-position: fixed;
	background-repeat: none;
	height: 200px;
	overflow: hidden;
	background-color: #000;
}

.service-header h4 {
	margin-top: 10px;
	color: #fff;
	text-align: center;
	font-size: 3rem;
}

.service-header p {
	font-size: 1.2rem;
	text-align: center;
	font-style: italic;

}

.modal-body {
	color: #000;
	text-align: center;
}

.modal-body p {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.modal-body ul.services-list-single {
	list-style: none;
}

.modal-body ul.services-list-single li {
	float: left;
	margin: 10px 20px;
}


.services-modal-list-cnt {
	text-align: left;
}

.services-modal-list-cnt ul {
	margin-left: -25px;
}