body{
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.5px
	font-weight: 400;
	margin: 0px;
}

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

.wrapper {
	padding: 0px;
	font-family:"Montserrat";
}

.content-wrapper {
	padding: 0px;
	color: #fff;
}

.background_color {
	background-color: #3A445F;
	min-height: 100vh;
	margin-top: -1px;
	padding-top: 1px;
}
.menu_panel {
	height: 100%;
	position: fixed;
	background-color: #041230;
	padding: 0px;
}

.primary-color {
	background-color: #041230;
}

h1{
	text-transform:uppercase;
	color: #fff !important;
	font-size: 90px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: transparent;
}

h3 {
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 500;
}

h4 {
	font-size: 24px;
	font-weight: 500;
}

p {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
}

.secondary-text{
	color: #E3872D;
}

.image-container{
	border-radius: 100%;
	width: 200px;
	height: 200px;
	border: 8px solid rgba(255,255,255,.5);
	display: inline-block;
}


.home{
	text-align: center;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 50px;
}

.home p {
	font-size: 24px;
}

.home .typewrite{
	font-weight: 600;
}

.bounce-icon {
	color: #fff;
	font-size: 30px;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	animation-name: bounce-icon;
}

@keyframes bounce-icon {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
	40% {transform: translateY(-30px);} 
	60% {transform: translateY(-15px);} 
} 

.bounce-icon-inner {
	display: inline-block;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.bounce-icon a {
	color: #fff;
}

.section-text-box{
	padding-bottom: 50px;
	position: relative;
}
.section-text-box::before{
	position: absolute;
	content: "";
	width: 6px;
	height: 72px;
	background-color: #E3872D;
	top: 2px;
}
.section-title {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: -.5px;
	padding-left: 25px;
	line-height: 1;
}

.section-text {
	font-size: 16px;
	padding-left: 25px;
}

.content {
	color: #000;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content-text {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
}

.content-text ul {
	margin: 0px;
	list-style-type: none;
}

.content-text ul li {
	margin: 0px 0px 10px 0px;
	width: 50%;
	float: left;
}

.content-text ul li label {
	font-weight: 700;
	font-size: 13px;
	min-width: 85px;
	display: inline-block;
}

.content-text ul li a:hover {
	color: #E3872D;
}

.content-text ul li a{
	color: #000;
}

.definition {
	margin-bottom: 15px;
}

.custom-btn{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	text-decoration: none !important;
	color: #fff !important;
	background-color: #E3872D !important;
	font-weight: 600 !important;
	padding: 12px 35px !important;
	border-radius: 3px !important;
	display: inline-block !important;
	position: relative !important;
	overflow: hidden !important;
	border: none !important;
	font-size: 14px !important;
	line-height: 1.8 !important;
	letter-spacing: 0.5px !important;
	cursor: pointer !important;
}

.custom-btn::before{
	position: absolute;
	content: "";
	top: 0px;
	height: 100%;
	left: -25%;
	width: 0%;
	background-color: #041230;
	transform: skew(50deg);
	transition-duration: .6s;
	z-index: 1;
}

.custom-btn:hover:before {
	width: 180%;
}

.custom-btn span {
	position: relative;
	z-index: 2;
}

.scroll-up, .scroll-up:hover {
	display: none;
	position: fixed;
	padding: 8px;
	right: 30px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	z-index: 1000;
	bottom: 40px;
	overflow: hidden;
	outline: 1px solid rgba(255,255,255,.2);
	background: #E3872D;
	border-radius: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.scroll-up span {
	position: relative;
	z-index: 2;
}

#progress-bar-item .progress {
	background-color: rgba(0,0,0,.1);
	height: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
}

#progress-bar-item .progress-bar{
	background-color: rgb(0, 0, 0);
	line-height: 5px;
	
}

.progress-label {
	display: block;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
}

.progress-label span:first-child {
	float: unset;
	font-size: 12px;
	font-weight: 600;
}

.progress-label span {
	float: right;
	font-weight: 700;
}

#footer {
	padding-top: 50px;
	padding-bottom: 50px;
}

.header {
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 99;
	font-family:"Montserrat";
	font-weight: 500;
	padding: 35px 0px;
	line-height: 1;
}

.header-bg {
	background-color: #E3872D;
	padding: 24px 0px;
	-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
}

.header .container {
	position: relative;
	top: 50%;
	width: 100%
	transform: translate(-50%, -50%);
}

.header a {
	color: #fff;
	text-decoration: None;
	font-size: 24px;
}
.header a.icon {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 0px;
}

.header #myLinks {
	margin-left: 10px;
	margin-right: 10px;
	display: none;
}
#myLinks a{
	color: #fff;
	background-color: #E3872D;
	padding: 15px 17px;
	font-size: 17px;
	display: block;
}

#myLinks a:hover {
	background-color: #041230;
}

@media (min-width: 1200px){
	.content-data-row {
		max-width: 960px;
	}
}

@media (max-width:991px){
	.hidden_side_panel{
		visibility: hidden;
	}
	.content-data-row {
		max-width: 720px;
	}
	.header {
		visibility: visible;
	}
	.content-text ul li {
		width: 50%;
	}
}

@media (max-width: 767px){
	.content-data-row {
		max-width: 760px;
	}
	.content-text ul li {
		width: 50%;
	}
}

@media (max-width: 575px){
	.content-data-row {
		max-width: 540px;
	}
	.content-text ul li {
		width: 100%;
	}
}

.content-data-row {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:992px){
	.hidden_side_panel{
		visibility: visible;
	}
	.site_header{
		vertical-align: middle;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	.site_header a{
		position: relative;
		top: 50%;
		color: transparent;
	}
	.header {
		visibility: hidden;
	}

	.content-text ul li {
		width: 50%;
	}
	
	.menu-bar{
		margin-top: 10px;
		min-height: 65vh
	}
	.menu-bar ul {
		list-style-type: none;
		padding: 0px;
	}

	.menu-bar ul li {
		margin: auto;
		padding: 10px;
		padding-left: 60px;
	}

	.menu-bar ul li a{
		color: #fff;
		border-radius: 0;
		font-size: 16px;
		font-weight: 500;
		text-transform: uppercase;
		display: inline-block;
		position: relative;
		z-index: 3;
		top: 50%;
	}
	.menu-bar ul li a:hover{
		color: #E3872D;
		text-decoration: none;
	}
	.menu-bar ul li a::after{
		content: '';
		width: 0%;
		position: absolute;
		left: 110%;
		visibility: hidden;
		top: 50%;
		z-index: 1;
		height:2px;
		background-color:#E3872D;
	}
	.menu-bar ul li a:hover::after{
		width: 70%;
		visibility: visible;
		background-color:#E3872D;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu-footer ul{
			padding-left: 0px;
	}
	.menu-footer ul li {
		margin: 0px 17px 0px 0px;
		display: inline-block;
	}
	.menu-footer a {
		color: #fff;
	}
}

