.flex-box {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-start {
	align-items: flex-start;
}

.flex-end {
	align-items: flex-end;
}

.justify-left {
	justify-content: flex-start;
}

.justify-right {
	justify-content: flex-end;
}

/* Header styles */
#main-header {
	background-color: #000000;
	border-bottom: 1px solid #1e103c;
	padding: 17px 0;
	margin: 0;
	border-radius: 0
}

#main-header .navbar-toggle {
	border-color: #7e44a9;
	z-index: 9;
}

#main-header .nav li a {
	font-family: 'Poppins', Sans-serif;
}

#main-header .nav li a::after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	background-color: #dd4d7e;
	bottom: 5px;
	text-align: center;
	left: 50%;
	right: 50%;
	-webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	-moz-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

#main-header .nav li a:hover,
#main-header .nav li.active a {
	background-color: transparent;
	color: #dd4d7e !important;
}

#main-header .nav li a:hover::after,
#main-header .nav li.active a::after {
	left: 8%;
	right: 8%;
}

#main-header .navbar-toggle:focus,
#main-header .navbar-toggle:hover {
	background-color: #b62c5c;
}

/* End Header styles */

/* bonus-page - start */
.bp-gradientbg2 {
	background: rgb(39, 102, 207);
	background: -moz-linear-gradient(left, rgba(39, 102, 207, 1) 0%, rgba(93, 45, 151, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(39, 102, 207, 1) 0%, rgba(93, 45, 151, 1) 100%);
	background: linear-gradient(to right, rgba(39, 102, 207, 1) 0%, rgba(93, 45, 151, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2766cf', endColorstr='#5d2d97', GradientType=1);
	position: relative;
}

.bp-gradientbg {
	background: #874bd6;
	background: -moz-linear-gradient(left, #874bd6 0%, #565cd3 100%);
	background: -webkit-linear-gradient(left, #874bd6 0%, #565cd3 100%);
	background: linear-gradient(to right, #874bd6 0%, #565cd3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#874bd6', endColorstr='#565cd3', GradientType=1);
	position: relative;
}

.bp-gradientbg .col1 {
	float: right;
}

.bp-gradientbg::after,
.bp-gradientbg::before {
	content: "";
	background-image: url('../images/tri_before.png');
	width: 100%;
	height: 72px;
	display: block;
	background-size: 100% 100%;
	position: absolute;
}

.bp-gradientbg::after {
	top: 0;
	left: 0;
	transform: rotate(180deg);
}

.bp-gradientbg::before {
	bottom: 0;
	left: 0;
}

.rrb-title {
	text-transform: uppercase;
	font-family: 'Nunito-Black';
}

.bp-section .divider-style1 {
	margin: 12px 0 36px
}

.bp-section .button {
	text-align: center;
	margin-left: 0;
	margin-top: 40px;
	color: #ffffff;
	text-decoration: none;
	padding: 16px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Nunito-Bold';
}

.bp-section:nth-child(2n+1) .button {
	background: transparent !important;
	border: 1px solid;
}

.bp-section:nth-child(2n+1) .button:hover {
	background: rgba(200, 200, 200, 0.5) !important;
	border: 1px solid;
}

.bp-section .img-responsive {
	margin-top: 50px;
}

#bonus-page-banner {
	background-image: url('../images/banner.png');
	background-position: top center;
	background-size: cover;
	padding: 150px 0;
	position: relative;
}

#bonus-page-banner::before {
	content: " ";
	background-image: url('../images/banner_bottom.png');
	background-size: 100% 100%;
	width: 100%;
	height: 72px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

#bonus-page-banner .title-area {
	position: relative;
}

#bonus-page-banner .b-title {
	text-transform: uppercase;
	margin-bottom: 36px;
	position: relative;
	z-index: 99
}

#bonus-page-banner .text-shadow {
	width: 100%;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-shadow: 2px 3px 0px #999999;
	z-index: 0;
}

#bp-sec1 .title-area,
#bp-sec8 .title-area {
	margin-bottom: 50px;
}

#bp-sec1 .col .title-area {
	margin-bottom: 0;
}

#bp-sec1 .title-area img {
	max-width: 240px;
}

#bp-sec7 {
	padding-bottom: 72px;
}

#bp-sec8 .title-area h2,
#bp-sec16 .title-area h2 {
	text-shadow: 2px 2px 1px #666666;
	margin: 0;
}

#bp-sec8 .title-area span,
#bp-sec16 .title-area span {
	color: #fff780;
}

#bp-sec16 {
	margin-top: 50px;
}

#bp-sec16 .title-area {
	margin-bottom: 50px;
}

#bp-sec16 .col .title-area h2 {
	margin-bottom: 10px;
}

/* bonus-page - end */

/* Footer styles */
#site-footer {
	padding: 60px 0 0;
	background: rgb(41, 43, 46);
	background: -moz-linear-gradient(top, rgba(41, 43, 46, 1) 0%, rgba(23, 23, 23, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(41, 43, 46, 1) 0%, rgba(23, 23, 23, 1) 100%);
	background: linear-gradient(to bottom, rgba(41, 43, 46, 1) 0%, rgba(23, 23, 23, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292b2e', endColorstr='#171717', GradientType=0);
}

#site-footer .mailto img {
	
}

.team-img{ position: absolute; left: -5px; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; border-radius: 100%; background: #c7cbff; padding: 10px;}
.team-img img{ max-width: 100%;}

.tech img{ width: 210px;}

#site-footer .mailto p {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 15px;
}

#site-footer .mailto .email {
	position: relative;
	font-size: 24px;
	line-height: 24px;
	color: #01a7ff;
	display: block;
	padding: 10px 10px 10px 45px;
	border: 2px solid #01a7ff;
	border-radius: 50px;
}

#site-footer .mailto .email .fa-skype {
	position: absolute;
	left: 0;
	font-size: 35px;
	padding: 10px;
	background-color: #01a7ff;
	border-radius: 50%;
	top: 0;
	transform: translate(-5px, -5px);
}

#site-footer .footer-text {
	width: 100%;
	max-width: 855px;
	margin: 0 auto 70px !important;
}

#site-footer .footer-bottom {
	border-top: 1px solid #221a34;
	padding: 35px 0;
}

#site-footer .footer-nav li a {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #cfcdd3;
}

#site-footer .footer-nav li:last-child a {
	border-right: 0;
}

/* End Footer styles */

@media screen and (max-width: 1199px) {
	#main-header .nav {
		justify-content: center;
	}

	#site-footer .title-area h3 {
		font-size: 25px;
		line-height: 35px;
	}
}

@media screen and (max-width: 991px) {
	#main-header .nav li a {
		padding: 10px;
	}

	#site-footer .footer-bottom {
		padding: 25px 0;
	}

	#site-footer .footer-nav li a {

		font-size: 13px;
		line-height: 23px;
	}
}

@media screen and (max-width: 767px) {
	#main-header .navbar-header {
		flex-grow: 1;
	}

	#main-header .nav {
		padding: 20px 50px;
		margin: 0;
	}

	#main-header .nav li {
		flex-basis: 100%;
		padding: 5px 0;
	}

	#main-header .nav li a {
		padding: 15px;
	}

	#main-header .nav li a::after {
		content: unset;
	}

	#site-footer .footer-nav li a {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width: 440px) {
	#main-header .nav {
		padding: 10px 0;
	}

	#site-footer {
		padding: 30px 0 0;
	}

	#site-footer .mailto p {
		font-size: 25px;
		line-height: 35px;
	}

	#site-footer .mailto .email {
		font-size: 20px;
		line-height: 20px;
	}

	#site-footer .footer-text {
		margin-bottom: 30px !important;
	}
}