html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

.row {
	padding: 0px !important;
	margin: 0px !important;
}

.cover {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.6)
}

.btn-banner {
	font-family: 'Catamaran', sans-serif;
	color: #fff !important;
	letter-spacing: 2px;
	padding: 20px 26px;
	border: 2px solid #fff;
	border-radius: 0px !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px !important;
	text-transform: uppercase;
}

.carousel-caption {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.carousel-caption h1 {
	font-family: 'Catamaran', sans-serif;
	color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	text-transform: uppercase;
}

.carousel-caption p {
	font-family: 'Catamaran', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

#banner-more {
	position: absolute;
	left: 0;
	right: 0;
}

#banner-more:after {
	/* background-image: url(https://demos.onepagelove.com/html/spectral/assets/css/images/arrow.svg); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 4em;
	content: '';
	display: block;
	height: 1.5em;
	left: 50%;
	margin: 0 0 0 -0.75em;
	position: absolute;
	width: 1.5em;
	animation-name: bouncing;
	animation-duration: 4.5s;
	animation-iteration-count: infinite;
	border-style: solid;
	border-width: 4px 4px 0 0;
	color: #fff;
    z-index: 1000;
}
    #banner-more:hover {
	  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
	}

@keyframes bouncing {
	0%,
	10%,
	20%,
	30%,
	50%,
	70%,
	80%,
	90%,
	100% {
		transform: translateY(-40px) rotate(135deg);
	}
	40% {
		transform: translateY(-70px) rotate(135deg);
	}
	60% {
		transform: translateY(-65px) rotate(135deg);
	}
}


/*New Style*/

.main-nav {
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

.main-nav .nav-item .nav-link {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
}

.main-nav .navbar-brand {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.white-nav {
	background: #08aa8f !important;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

.feature-item h3 {
	color: #0f695a;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 16px;
}

.feature-item p {
	color: #333 !important;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 32px;
}

.welcome {
	background-image: linear-gradient(to bottom, #08aa8f, #069f85, #05947c, #038972, #027e69);

}

.welcome h3 {
	color: #fff;
	text-transform: uppercase;
}

.welcome h2 {
	font-size: 48px;
	margin-top: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 5px;
	margin-bottom: 30px;
	width: 100%;
}

.welcome p {
	font-size: 17px;
	margin-top: 10;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 4px;
}

.section-heading h1 {
	color: #555;
	text-transform: uppercase;
	width: 100%;
}

.section-heading h2 {
	color: #666 !important;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.icon-img {
	height: 90px;
	width: 90px;
	margin-top: 20px;
	margin-bottom: 12px;
}

.space {
	width: 100%;
}

hr {
	border-top: 4px solid #08aa8f;
}

.pargraph {
	color: #333 !important;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 24px;
	text-align: justify;
	line-height: 36px;
	margin-bottom: 24px;
}

.btn-page-anim {
	border: 2px solid #08aa8f;
	padding: 14px 50px;
	border-radius: 0px;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	margin-top: 36px;
	text-transform: uppercase;
	color: #08aa8f;
}

.btn-page-anim svg {
	display: inline-block;
	fill: #08aa8f;
	margin-top: -6px;
	margin-right: 18px;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.btn-page-anim:hover svg {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	fill: #fff;
}


/* Bounce To Top */

.btn-page-anim {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.btn-page-anim:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #08aa8f;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-page-anim:hover,
.btn-page-anim:focus,
.btn-page-anim:active {
	color: white;
}

.btn-page-anim:hover:before,
.btn-page-anim:focus:before,
.btn-page-anim:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bg-transparent {
	background: transparent !important;
}

#footer-info {
	background: #545353;
}

#footer-info img {
	margin-bottom: -10px;
	height: 100px;
}

.footer-info .title {
	color: #ffffff;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.footer-info hr {
	width: 50%;
	border
}

.footer-info .sub {
	color: #c0bfbf !important;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.marker svg {
	background: transparent;
	fill: #c0bfbf;
	height: 50px;
	margin-bottom: 22px;
}

.footer-info p {
	color: #c0bfbf;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-info a {
	color: #c0bfbf !important;
	text-decoration: none !important;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 32px;
}
#team .card{
	border:2px solid #08aa8f;
}
#team .card-header{
	background: #08aa8f;
	border-radius:0px;
}

#team .card-header span{
	color: #fff;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#team .card-text{
	color: #333;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	line-height:32px;

}
.main-nav .dropdown-menu{
	margin-top:20px;
	border-radius:0px !important;
	border:2px solid #08aa8f;
	padding-top:0px;
	padding-bottom:0px;

}
.main-nav .dropdown-menu .dropdown-item{

	border-radius:0px !important;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height:38px

}
.page-paragraph{
		color: #333;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height:34px;
}
.steps .list-group-item{
	border:0px !important;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
padding-top:4px;
padding-bottom:4px;
}
.dj-validator-msg{
		border:0px !important;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top:3px;

text-transform:uppercase;
}
/*end of new style*/


/*Small devices (landscape phones, 200px and up)*/

@media (min-width: 200px) {
	body {
		padding-top: 80px !important;
	}
	.main-nav {
		background: #08aa8f;
	}
	.main-nav .navbar-brand {
		letter-spacing: 3px;
	}
	.carousel-caption {
		top: 0px;
		left: 5px;
		right: 5px;
	}
	.carousel-caption h1 {
		padding-top: 16px;
		padding-bottom: 16px;
		letter-spacing: 2px;
		font-size: 18px;
		font-weight: 400;
		line-height: 34px;
	}
	.carousel-caption p {
		padding-top: 12px;
		padding-bottom: 0px;
		letter-spacing: 3px;
		font-weight: 500;
		font-size: 12px;
	}
	.space{
		height:100px;
	}
	.welcome h3 {
   font-size:18px;
   letter-spacing:4px;

}
	.welcome h2 {
   font-size:18px;
   letter-spacing:4px;
      line-height:32px;
}
	.welcome p {
   font-size:12px;
   letter-spacing:4px;
      line-height:32px;
}

.section-heading h1 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 22px;
	width: 100%;
	line-height:32px;
}

.section-heading h2 {
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 32px;

}

}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
	body {
		padding-top: 80px !important;
	}
	.main-nav {}
	.main-nav .navbar-brand {
		letter-spacing: 5px;
	}
	.carousel-caption {
		top: 70px;
		left: 40px;
		right: 40px;
	}
	.carousel-caption h1 {
		padding-top: 16px;
		padding-bottom: 16px;
		letter-spacing: 3px;
		font-size: 24px;
		font-weight: 400;
		line-height: 36px;
	}
	.carousel-caption p {
		padding-top: 12px;
		padding-bottom: 0px;
		letter-spacing: 4px;
		font-weight: 600;
		font-size: 14px;
	}
	#banner-more {
		bottom: -74px;
        z-index: 1000;
        cursor: pointer
	}	

		.welcome h3 {
   font-size:24px;
   letter-spacing:4px;

}
	.welcome h2 {
   font-size:20px;
   letter-spacing:4px;
      line-height:32px;
}
	.welcome p {
   font-size:13px;
   letter-spacing:4px;
      line-height:32px;
}
}


/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
	.carousel-caption {
		top: 40px;
		left: 60px;
		right: 60px;
	}
	.carousel-caption h1 {
		padding-top: 19px;
		padding-bottom: 19px;
		letter-spacing: 3px;
		font-size: 30px;
		font-weight: 400;
		line-height: 36px;
	}
	.carousel-caption p {
		padding-top: 12px;
		padding-bottom: 0px;
		letter-spacing: 4px;
		font-weight: 600;
		font-size: 16px;
	}
	#banner-more {
		bottom: -86px;
	}
}


/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
	body {
		padding-top: 0px !important;
	}
	.main-nav {
		background: transparent;
	}
	.main-nav .navbar-brand {
		letter-spacing: 6px;
		font-size: 28px;
	}
	.carousel-caption {
		top: 120px;
		left: 100px;
		right: 100px;
	}
	.carousel-caption h1 {
		padding-top: 20px;
		padding-bottom: 20px;
		letter-spacing: 4px;
		font-size: 32px;
		font-weight: 400;
		line-height: 36px;
	}
	.carousel-caption p {
		padding-top: 20px;
		padding-bottom: 0px;
		letter-spacing: 4px;
		font-weight: 600;
		font-size: 20px;
	}
	#banner-more {
		bottom: -50px;
	}
	.welcome h3 {
   font-size:28px;
   letter-spacing:4px;

}
	.welcome h2 {
   font-size:44px;
   letter-spacing:4px;
      line-height:58px;
}
	.welcome p {
   font-size:20px;
   letter-spacing:4px;
      line-height:48px;
}

.section-heading h1 {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 22px;
	width: 100%;
	line-height:32px;
}

.section-heading h2 {
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
	letter-spacing: 4px;
	line-height: 32px;

}
}


/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
	.space {}
	.carousel-caption {
		padding-top: 300px;
	}
	.main-nav .navbar-brand {
		letter-spacing: 6px;
		font-size: 28px;
	}
	.carousel-caption {
		top: -80px;
		left: 200px;
		right: 200px;
	}
	.carousel-caption h1 {
		padding-top: 24px;
		padding-bottom: 24px;
		letter-spacing: 5px;
		font-size: 34px;
		font-weight: 500;
		line-height: 40px;
	}
	.carousel-caption p {
		padding-top: 20px;
		padding-bottom: 20px;
		letter-spacing: 5px;
		font-weight: 600;
		font-size: 24px;
	}
	#banner-more {
		bottom: -50px;
	}
}

.navbar-toggler {
	border: 2px solid #fff !important;
	border-radius: 0px;
	margin-left: -20px !important;
	padding: 5px 11px 5px 11px;
	outline: none !important;
	box-shadow: none !important;
}