p {
	color: #777777;
}
hr{
  border: 2px solid #8EA6E6;
  width: 60px;
}
.home-block {
	padding: 15vh 0;
}
.home-block h2 {
	font-size: 36px;
}
@media (max-width: 480px) {
	h1.jumbo {
		font-size: 48px;
		padding-bottom: 100px;
	}

}
p.block-title{
	color: #000000;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 150px 0 20px;
}
p.block-title.text-white {
	color: #ffffff;
	padding: 0px 0 20px;
}
#home a.btn {
	margin-right: 20px;
}
#features i {
	color: #F2CF03;
	font-size: 48px;
}
.section-block {
	padding: 200px 0 0;
}
#testimonial p.block-title{
	color: #000000;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 50px 0 20px;
}
#footer.bg-dark {
	background: rgb(68, 104, 177);
}
.progress-bar {
  background: #00C2E5;
  box-shadow: none !important;
}
.bg-primary .progress-bar {
  background: #00C2E5;
}
.progress-2 .bar-holder {
  height: 16px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #00C2E5;
}
.bg-primary .progress-2 .bar-holder {
  border-color: #00C2E5;
}
.block_green p{
	color:white;
}
.block_green .btn:hover{
	color:#000;
}
.dropdown .dropdown-menu{
	
min-width: auto;
}
.dropdown .dropdown-menu a{
	color:#000;
}
#home{
	background-image: -webkit-gradient(
	linear,
	right top,
	right bottom,
	color-stop(0, #2D3B58),
	color-stop(1, #6C718D),
	color-stop(1, #626982)
) !important;
background-image: -o-linear-gradient(top, #2D3B58 0%, #6C718D 100%, #626982 100%) !important;
background-image: -moz-linear-gradient(top, #2D3B58 0%, #6C718D 100%, #626982 100%) !important;
background-image: -webkit-linear-gradient(top, #2D3B58 0%, #6C718D 100%, #626982 100%) !important;
background-image: -ms-linear-gradient(top, #2D3B58 0%, #6C718D 100%, #626982 100%) !important;
background-image: linear-gradient(to top, #2D3B58 0%, #6C718D 100%, #626982 100%) !important;
}
.for_photo_head{
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin:auto;
	max-width: 460px;
	width: 80%;
}
.video_block{
	margin-top:60px;
}
.video_block .embed-responsive-16by9{
	padding-bottom: 70%;
}
.section-block h1{background: rgb(68, 104, 177);color:#fff;padding: 0px 10px;display: inline-block;width: auto;}
.section-block p {
	color:#fff;
	background: rgb(68, 104, 177);
	display: inline-block;
	padding: 5px;
}