/*

Boxer Template

http://www.templatemo.com/tm-446-boxer

*/

/* CSS Document */
/* overlay */
.overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	padding-top: 40px;
	padding-bottom: 50px;
}
/* over lay */

/* start home */
#home {
	background: url('../../images/main-bg.jpg') no-repeat;
	background-position:center center;
	background-size: cover;
	color: #fff;
	margin-top: 50px;
	text-align: center;
	width: 100%;
}

#home p {
	font-weight: 400;
	font-style: italic;
	line-height: 2em;
}

#home img {
	display: inline-block;
	margin-top: 30px;
}
/* end home */

/* start divider */
#divider {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}

#divider .fa,#divider .fas,#divider .far {
	color: #28a7e9;
	font-size: 80px;
	margin-bottom:20px;
}

#divider h3 {
	font-size: 20px;
}
#divider .boxer-box p {
	word-break: keep-all;
	word-wrap: break-word;
}
/* end divider */

/* start feature */
#feature {
	background: #f8f8f8;
	padding-top: 30px;
	padding-bottom: 50px;
}

#feature p {
	padding-top: 10px;
}

#feature span {
	float: left;
}

#feature .fa,#feature .fas,#feature .far {
	background: #ED1C24;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
	margin-right: 20px;
}

.feature-text {
	font-size:18px;
}
/* end feature */

/* start board */
#board {
	padding-top: 30px;
	padding-bottom: 50px;
}

#board p {
	padding-top: 10px;
}

#board span {
	float: left;
}

#board .fa,#board .fas,#board .far {
	background: #28a7e9;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
	margin-right: 20px;
}

#board h2 {
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}

.list {
	padding-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list a:link, .list a:active, .list a:visited {
	color: #000000;
	text-decoration: none;
}

.list a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
/* end board */

/* start pricing */
#pricing {
	background: #f8f8f8;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

#pricing h2 {
	padding-bottom: 60px;
}

#pricing .pricing {
	background: #fff;
}

#pricing .active {
	position: relative;
	bottom: 20px;
}

#pricing .pricing .pricing-title {
	background: #28a7e9;
	color: #fff;
	font-weight: bold;
	padding: 30px;
}

#pricing .pricing .pricing-title p {
	font-size: 20px;
}

#pricing .pricing ul {
	padding: 0;
	margin: 0;
}

#pricing .pricing ul li {
	display: block;
	list-style: none;
	padding: 16px;
}

#pricing .pricing .btn {
	background: transparent;
	border: 1px solid #28a7e9;
	border-radius: 0px;
	color: #28a7e9;
	font-weight: bold;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

#pricing .pricing .btn:hover {
	background: #28a7e9;
	color: #fff;
}
/* end pricing */

/* start download */
#download {
	padding-top: 80px;
	padding-bottom: 80px;
}

#download h2 {
	padding-bottom: 20px;
}

#download .btn {
	border-radius: 0px;
	font-weight: bold;
	margin-top: 20px;
	padding: 10px 40px 10px 40px;
}
/* end download */

/* start contact */
#contact {
	background: url('../../images/contact-bg.jpg') no-repeat;
	background-position:center center;
	background-size: cover;
	color: #fff;
}

#contact h2 {
	padding-bottom: 10px;
}

#contact address {
	padding-top: 20px;
}

#contact address .fa,#contact address .fas,#contact address .far,#contact address .fab {
	background: #28a7e9;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
	margin-top: 6px;
	margin-right: 10px;
}

#contact .contact-form {
	padding-top: 40px;
}

#contact .form-control {
	border: none;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 20px;
}

#contact input {
	height: 50px;
}

#contact input[type="submit"] {
	background: #28a7e9;
	color: #fff;
	font-weight: bold;
	transition: all 0.3s ease;
}

#contact input[type="submit"]:hover {
	background: #107DB6;
}
/* end contact */
.about:link, .about:active, .about:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.about:hover {
	color: #CCCCCC;
	text-decoration: none;
}
/* start footer */
footer {
	background: #fff;
	font-weight: 400;
	padding: 20px 0px;
}
/* end footer */
@media screen and ( max-width: 991px ) {
	.boxer-box {
		margin-bottom: 30px;
	}
	#pricing .active {
		bottom: 0;
	}
	.pricing {
		margin-bottom: 20px;
	}
	#feature img, #download img {
		margin-top: 30px;
	}
	#feature1 img {
		margin-bottom: 30px;
	}
}

@media screen and ( max-width: 767px ) {
	.navbar-default .nav li a {
		height: auto;
		line-height: 2em;
	}
	#feature, #pricing, #download {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	#contact .overlay {
		padding-top: 40px;
	}
}
/* start media 360 */
@media screen and ( max-width: 360px ) {
	.pricing {
		padding-bottom: 40px;
	}
}
/* end media 360 */