* {
	max-height: 1000000px;
}

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	min-width: 320px;
	margin: 0;
	color: #4a4a4a;
	font: 14px/30px "Lato", sans-serif;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

html {
	scroll-behavior: smooth;
}

img {
	border-style: none;
	display: block;
}

a {
	text-decoration: none;
	color: #4a4a4a;
}

a:hover {
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	outline: none !important;
	text-decoration: none;
}

a:focus {
	outline: none !important;
	text-decoration: none;
}

button:focus,
button:active {
	outline: none !important;
}

input,
textarea,
select {
	font: 100% "Lato", sans-serif;
	vertical-align: middle;
	color: #4a4a4a;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type=file],
input[type=search] {
	-webkit-appearance: none;
	-webkit-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
}

input[type=text],
input[type=password],
textarea,
input[type=submit],
input[type="email"],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

input[type="submit"]:hover {
	cursor: pointer;
}

iframe {
	border: 0;
	display: block;
}

/* end of reset */
/* buttons */
h1,
h2,
.btn {
	font-family: "Poppins", sans-serif;
}

.btn {
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	padding: 9px 21px;
}

.btn:active,
.btn.active {
	box-shadow: none;
}

.btn-default,
.btn-primary {
	font-size: 12px;
	line-height: 20px;
}

.btn-default {
	border: 1px solid #c1c1c1;
	background: none;
	color: #212121;
}

.btn-default:hover {
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	background: #167ffc;
	color: #fff;
}

.btn-primary {
	color: #fff;
	background: #167ffc;
	border: none;
}
.color_red{
	color:#ee2f35 !important;
}
.btn-primary:hover {
	-webkit-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	background: #212121;
	color: #fff;
}

/* nav-tabs */
.nav-tabs {
	border: none;
}

.nav-tabs.nav>li {
	padding: 0 18px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.nav-tabs.nav>li>a {
	padding: 5px 0;
	border: none;
	color: #5a5a5a;
	position: relative;
}

.nav-tabs.nav>li>a:before,
.nav-tabs.nav>li>a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #167ffc;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-tabs.nav>li>a:hover,
.nav-tabs.nav>li>a:focus {
	background: none;
	color: #000;
}

.nav-tabs.nav>li>a:hover:after,
.nav-tabs.nav>li>a:focus:after {
	width: 22px;
}

.nav-tabs.nav>li.active>a:focus,
.nav-tabs.nav>li.active>a:hover,
.nav-tabs.nav>li.active>a {
	border: none;
	background: none;
	font-weight: 700;
	color: #000;
}

.nav-tabs.nav>li.active>a:focus:after,
.nav-tabs.nav>li.active>a:hover:after,
.nav-tabs.nav>li.active>a:after {
	width: 22px;
}

@media only screen and (max-width: 767px) {
	.nav-tabs.nav>li {
		display: block;
	}

	.nav-tabs.nav>li>a:after {
		left: 50%;
	}

	.nav-tabs.nav>li>a:before {
		left: auto;
		right: 50%;
	}

	.nav-tabs.nav>li>a:hover:before,
	.nav-tabs.nav>li>a:focus:before,
	.nav-tabs.nav>li>a:hover:after,
	.nav-tabs.nav>li>a:focus:after,
	.nav-tabs.nav>li.active>a:focus:before,
	.nav-tabs.nav>li.active>a:hover:before,
	.nav-tabs.nav>li.active>a:before,
	.nav-tabs.nav>li.active>a:focus:after,
	.nav-tabs.nav>li.active>a:hover:after,
	.nav-tabs.nav>li.active>a:after {
		width: 50%;
	}
}

/* buttons */
h1,
h2,
.btn {
	font-family: "Poppins", sans-serif;
}

.btn {
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	padding: 9px 21px;
}

.btn:active,
.btn.active {
	box-shadow: none;
}

.btn-default,
.btn-primary {
	font-size: 12px;
	line-height: 20px;
}

.btn-default {
	border: 1px solid #c1c1c1;
	background: none;
	color: #212121;
}

.btn-default:hover {
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	background: #167ffc;
	color: #fff;
}

.btn-primary {
	color: #fff;
	background: #167ffc;
	border: none;
}

.btn-primary:hover {
	-webkit-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	background: #fff;
	color: #167ffc;
}

/* nav-tabs */
.nav-tabs {
	border: none;
}

.nav-tabs.nav>li {
	padding: 0 18px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.nav-tabs.nav>li>a {
	padding: 5px 0;
	border: none;
	color: #5a5a5a;
	position: relative;
}

.nav-tabs.nav>li>a:before,
.nav-tabs.nav>li>a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #167ffc;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-tabs.nav>li>a:hover,
.nav-tabs.nav>li>a:focus {
	background: none;
	color: #000;
}

.nav-tabs.nav>li>a:hover:after,
.nav-tabs.nav>li>a:focus:after {
	width: 22px;
}

.nav-tabs.nav>li.active>a:focus,
.nav-tabs.nav>li.active>a:hover,
.nav-tabs.nav>li.active>a {
	border: none;
	background: none;
	font-weight: 700;
	color: #000;
}

.nav-tabs.nav>li.active>a:focus:after,
.nav-tabs.nav>li.active>a:hover:after,
.nav-tabs.nav>li.active>a:after {
	width: 22px;
}

@media only screen and (max-width: 767px) {
	.nav-tabs.nav>li {
		display: block;
	}

	.nav-tabs.nav>li>a:after {
		left: 50%;
	}

	.nav-tabs.nav>li>a:before {
		left: auto;
		right: 50%;
	}

	.nav-tabs.nav>li>a:hover:before,
	.nav-tabs.nav>li>a:focus:before,
	.nav-tabs.nav>li>a:hover:after,
	.nav-tabs.nav>li>a:focus:after,
	.nav-tabs.nav>li.active>a:focus:before,
	.nav-tabs.nav>li.active>a:hover:before,
	.nav-tabs.nav>li.active>a:before,
	.nav-tabs.nav>li.active>a:focus:after,
	.nav-tabs.nav>li.active>a:hover:after,
	.nav-tabs.nav>li.active>a:after {
		width: 50%;
	}
}

#header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	padding: 27px 40px;
	text-transform: uppercase;
	background: rgba(22, 127, 252, 0.1);
}

#header.header-solid {
	background: rgba(22, 127, 252, 0.85);
}

#header .header-holder {
	display: table;
	width: 100%;
}

#header .social-networks,
#header .logo-holder {
	display: table-cell;
	vertical-align: middle;
}

#header .logo-holder {
	width: 112px;
	margin: 0;
}

#header .logo {
	display: block;
	width: 112px;
	height: 25px;
}

#header .logo span {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

#header .container-fluid {
	padding: 0;
}

#header .navbar {
	margin: 0;
	min-height: auto;
}

#header .navbar-default {
	background: none;
	border: none;
	display: table-cell;
	vertical-align: middle;
}

#header .navbar-default .navbar-collapse {
	border: none;
}

#header .navbar-nav {
	float: none;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
}

#header .navbar-nav>li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}

#header .navbar-nav>li>a {
	position: relative;
	padding: 10px 0;
	color: #fff;
	line-height: inherit;
}

#header .navbar-nav>li>a:before,
#header .navbar-nav>li>a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .navbar-nav>li>a:hover:after {
	width: 21px;
}

#header .navbar-nav>li.active {
	font-weight: 700;
}

#header .navbar-nav>li.active>a:hover,
#header .navbar-nav>li.active>a:focus,
#header .navbar-nav>li.active>a {
	background: none;
}

#header .navbar-nav>li.active>a:hover:after,
#header .navbar-nav>li.active>a:focus:after,
#header .navbar-nav>li.active>a:after {
	width: 21px;
}

#header .social-networks {
	width: 126px;
	font-size: 19px;
	line-height: 24px;
}

#header .social-networks ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

#header .social-networks ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

#header .social-networks ul li:first-child {
	padding: 0;
}

#header .social-networks ul li a {
	display: block;
	padding: 5px 0;
	color: #fff;
}

#header .social-networks ul li a:after {
	display: none;
}

@media only screen and (max-width: 1100px) {
	#header {
		padding: 10px 20px;
	}

	#header .container-fluid {
		padding: 0;
	}

	#header .navbar-nav>li {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 991px) {
	#header .social-networks {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#header {
		padding: 0;
		background: #000;
	}

	#header .logo-holder {
		width: 112px;
		height: 25px;
		position: absolute;
		top: 13px;
		left: 10px;
		z-index: 2;
	}

	#header .navbar-toggle {
		border: none;
		width: 44px;
		height: 34px;
		padding: 0;
		border-radius: 0;
		background: none;
	}

	#header .navbar-toggle:focus,
	#header .navbar-toggle:hover {
		background: none;
	}

	#header .navbar-toggle .icon-bar {
		width: 44px;
		position: absolute;
		left: 0;
		top: 16px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	#header .navbar-toggle .icon-bar+.icon-bar {
		margin: 0;
	}

	#header .navbar-toggle .icon-bar:nth-child(2) {
		top: 16px;
		opacity: 0;
	}

	#header .navbar-toggle .icon-bar:nth-child(3) {
		top: 16px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#header .navbar-toggle.collapsed .icon-bar {
		left: 5px;
		width: 34px;
		top: 4px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	#header .navbar-toggle.collapsed .icon-bar:nth-child(2) {
		top: 16px;
		opacity: 1;
	}

	#header .navbar-toggle.collapsed .icon-bar:nth-child(3) {
		top: 28px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	#header .logo {
		margin: 0;
	}

	#header .social-networks {
		display: none;
	}

	#header .container-fluid {
		padding: 0 15px;
	}

	#header .navbar-default {
		z-index: 1;
	}

	#header .navbar-default .navbar-collapse {
		background: #000;
	}

	#header .navbar-default .navbar-nav {
		margin: 0;
	}

	#header .navbar-default .navbar-nav>li {
		display: block;
	}

	#header .navbar-default .navbar-nav>li>a {
		display: inline-block;
		vertical-align: top;
	}

	#header .navbar-default .navbar-nav>li>a:after,
	#header .navbar-default .navbar-nav>li>a:before {
		left: 50%;
	}

	#header .navbar-default .navbar-nav>li>a:before {
		left: auto;
		right: 50%;
	}

	#header .navbar-default .navbar-nav>li>a:hover:before,
	#header .navbar-default .navbar-nav>li>a:hover:after {
		width: 50%;
	}

	#header .navbar-default .navbar-nav>li.active>a:hover:before,
	#header .navbar-default .navbar-nav>li.active>a:hover:after,
	#header .navbar-default .navbar-nav>li.active>a:focus:before,
	#header .navbar-default .navbar-nav>li.active>a:focus:after,
	#header .navbar-default .navbar-nav>li.active>a:before,
	#header .navbar-default .navbar-nav>li.active>a:after {
		width: 50%;
	}
}

/* variables */
/**/
/**/
/* buttons */
h1,
h2,
.btn {
	font-family: "Poppins", sans-serif;
}

.btn {
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	padding: 9px 21px;
}

.btn:active,
.btn.active {
	box-shadow: none;
}

.btn-default,
.btn-primary {
	font-size: 12px;
	line-height: 20px;
}

.btn-default {
	border: 1px solid #c1c1c1;
	background: none;
	color: #212121;
}

.btn-default:hover {
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	background: #167ffc;
	color: #fff;
}

.btn-primary {
	color: #fff;
	background: #167ffc;
	border: none;
}

.btn-primary:hover {
	-webkit-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	background: #fff;
	color: #167ffc;
}

/* nav-tabs */
.nav-tabs {
	border: none;
}

.nav-tabs.nav>li {
	padding: 0 18px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.nav-tabs.nav>li>a {
	padding: 5px 0;
	border: none;
	color: #5a5a5a;
	position: relative;
}

.nav-tabs.nav>li>a:before,
.nav-tabs.nav>li>a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #167ffc;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-tabs.nav>li>a:hover,
.nav-tabs.nav>li>a:focus {
	background: none;
	color: #000;
}

.nav-tabs.nav>li>a:hover:after,
.nav-tabs.nav>li>a:focus:after {
	width: 22px;
}

.nav-tabs.nav>li.active>a:focus,
.nav-tabs.nav>li.active>a:hover,
.nav-tabs.nav>li.active>a {
	border: none;
	background: none;
	font-weight: 700;
	color: #000;
}

.nav-tabs.nav>li.active>a:focus:after,
.nav-tabs.nav>li.active>a:hover:after,
.nav-tabs.nav>li.active>a:after {
	width: 22px;
}

@media only screen and (max-width: 767px) {
	.nav-tabs.nav>li {
		display: block;
	}

	.nav-tabs.nav>li>a:after {
		left: 50%;
	}

	.nav-tabs.nav>li>a:before {
		left: auto;
		right: 50%;
	}

	.nav-tabs.nav>li>a:hover:before,
	.nav-tabs.nav>li>a:focus:before,
	.nav-tabs.nav>li>a:hover:after,
	.nav-tabs.nav>li>a:focus:after,
	.nav-tabs.nav>li.active>a:focus:before,
	.nav-tabs.nav>li.active>a:hover:before,
	.nav-tabs.nav>li.active>a:before,
	.nav-tabs.nav>li.active>a:focus:after,
	.nav-tabs.nav>li.active>a:hover:after,
	.nav-tabs.nav>li.active>a:after {
		width: 50%;
	}
}

#footer {
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	background: #167ffc;
	color: #fff;
	padding: 0 20px 24px;
}

#footer .footer-holder {
	max-width: 1170px;
	margin: 0 auto;
}

#footer .footer-links {
	margin: 0 -4px 25px 0;
}

#footer .footer-links .column {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px -4px;
}

#footer .footer-links ul {
	font-size: 15px;
	line-height: 17px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-links ul li {
	margin: 0 0 16px;
}

#footer .logo {
	width: 112px;
	margin: 0 0 20px;
}

#footer .logo a {
	display: block;
}

#footer .logo img {
	width: 100%;
	height: auto;
}

#footer h2 {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 20px;
	text-transform: capitalize;
}

#footer a {
	color: inherit;
}

#footer .copyright-socialmedia {
	line-height: 19px;
	padding: 22px 0 0;
	border-top: 1px solid #404040;
}

#footer .copyright-socialmedia p {
	margin: 0;
}

#footer .social-networks ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 17px;
}

#footer .social-networks ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
}

@media only screen and (max-width: 991px) {
	#footer {
		padding: 40px 20px 24px;
	}

	#footer .footer-links {
		margin: 0 -4px 25px 0;
	}

	#footer .footer-links ul li {
		margin: 0 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	#footer {
		padding: 30px 80px 10px;
		text-align: center !important;
	}
	#footer .text-right{
		text-align: center !important;
	}

	#footer .copyright-socialmedia {
		padding: 5px 0 0;
	}

	#footer .copyright {
		padding: 5px 15px;
	}

	#footer .social-networks {
		padding: 5px 15px;
		text-align: center;
	}

	#footer .social-networks ul li {
		margin: 0 5px;
	}
}

/* variables */
/**/
/**/
/* buttons */
h1,
h2,
.btn {
	font-family: "Poppins", sans-serif;
}

.btn {
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	padding: 9px 21px;
}

.btn:active,
.btn.active {
	box-shadow: none;
}

.btn-default,
.btn-primary {
	font-size: 16px;
	line-height: 20px;
}

.btn-default {
	border: 1px solid #c1c1c1;
	background: none;
	color: #212121;
}

.btn-default:hover {
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	background: #167ffc;
	color: #fff;
}

.btn-primary {
	color: #fff;
	background: #167ffc;
	border: none;
}

.btn-primary:hover {
	-webkit-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	background: #fff;
	color: #167ffc;
}

/* nav-tabs */
.nav-tabs {
	border: none;
}

.nav-tabs.nav>li {
	padding: 0 18px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.nav-tabs.nav>li>a {
	padding: 5px 0;
	border: none;
	color: #5a5a5a;
	position: relative;
}

.nav-tabs.nav>li>a:before,
.nav-tabs.nav>li>a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #167ffc;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-tabs.nav>li>a:hover,
.nav-tabs.nav>li>a:focus {
	background: none;
	color: #000;
}

.nav-tabs.nav>li>a:hover:after,
.nav-tabs.nav>li>a:focus:after {
	width: 22px;
}

.nav-tabs.nav>li.active>a:focus,
.nav-tabs.nav>li.active>a:hover,
.nav-tabs.nav>li.active>a {
	border: none;
	background: none;
	font-weight: 700;
	color: #000;
}

.nav-tabs.nav>li.active>a:focus:after,
.nav-tabs.nav>li.active>a:hover:after,
.nav-tabs.nav>li.active>a:after {
	width: 22px;
}

@media only screen and (max-width: 767px) {
	.nav-tabs.nav>li {
		display: block;
	}

	.nav-tabs.nav>li>a:after {
		left: 50%;
	}

	.nav-tabs.nav>li>a:before {
		left: auto;
		right: 50%;
	}

	.nav-tabs.nav>li>a:hover:before,
	.nav-tabs.nav>li>a:focus:before,
	.nav-tabs.nav>li>a:hover:after,
	.nav-tabs.nav>li>a:focus:after,
	.nav-tabs.nav>li.active>a:focus:before,
	.nav-tabs.nav>li.active>a:hover:before,
	.nav-tabs.nav>li.active>a:before,
	.nav-tabs.nav>li.active>a:focus:after,
	.nav-tabs.nav>li.active>a:hover:after,
	.nav-tabs.nav>li.active>a:after {
		width: 50%;
	}
}

.widget {
	margin: 0 0 40px;
	color: #757575;
}

.widget h2 {
	margin: 0 0 20px;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 19px;
	color: #000;
}

.widget .search-form {
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 0 45px 0 0;
}

.widget .search-form .form-control {
	box-shadow: none;
	padding: 5px 10px 15px;
	height: 37px;
	font-size: 15px;
	line-height: 17px;
	font-weight: 300;
	font-style: italic;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.widget .search-form .btn-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 37px;
	font-size: 20px;
	line-height: 27px;
	padding: 5px;
	border: none;
	background: none;
	color: #adadad;
}

.widget .search-form .btn-search span {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.widget .img-holder {
	border-radius: 0 16px 0;
	overflow: hidden;
	margin: 0 0 20px;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 16px;
}

.widget ul li {
	padding: 5px 5px 5px 16px;
	position: relative;
}

.widget ul li+li {
	margin: 10px 0 0;
}

.widget ul li a {
	color: #363636;
}

.widget ul li a:hover {
	text-decoration: none;
	color: #167ffc;
}

.widget ul li:after {
	position: absolute;
	content: "";
	bottom: 8px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #363636;
}

.widget ul li:hover:after {
	background: #167ffc;
}

.widget.instagram-feeds ul li {
	padding: 0 2px 2px 0;
	float: left;
}

.widget.instagram-feeds ul li+li {
	margin: 0;
}

.widget.instagram-feeds ul li a {
	display: block;
	border-radius: 0 16px 0;
	overflow: hidden;
}

.widget.instagram-feeds ul li:after {
	display: none;
}

.widget.sidebar-posts li {
	padding: 10px 0;
}

.widget.sidebar-posts li .img-holder {
	width: 100px;
	float: left;
	margin: 0 20px 0 0;
}

.widget.sidebar-posts li:hover:after,
.widget.sidebar-posts li:after {
	position: static;
	background: none;
	display: block;
	clear: both;
	width: auto;
	height: auto;
}

.widget.sidebar-posts li .text {
	overflow: hidden;
}

.widget.sidebar-posts li time {
	display: block;
	margin: 0 0 10px;
}

.widget.sidebar-posts li h3 {
	font: 17px/26px "Poppins", sans-serif;
	margin: 0;
}

.widget.sidebar-posts li a {
	color: #000;
}

@media only screen and (max-width: 991px) {
	.widget {
		margin: 0 0 20px;
	}
}

/* main wrapper */
#wrapper {
	overflow: hidden;
	position: relative;
	min-height: 100%;
}

.common-section .btn-primary,
.home-slider .btn-primary,
.intro .btn-primary {
	padding: 10px 21px 9px;
	font-size: 14px;
	line-height: 26px;
}

.btn-loadmore {
	background: #000;
}

.btn-loadmore:hover {
	-webkit-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	background: #167ffc;
	color: #fff;
}

.btn-loadmore i {
	width: 24px;
	height: 24px;
	font-size: 20px;
	line-height: 24px;
	vertical-align: top;
	margin: 0 10px 0 0;
}

/* home-slider */
.home-slider {
	position: relative;
}

.home-slider img {
	width: 100%;
}

.home-slider .mask {
	position: relative;
	overflow: hidden;
	max-width: 1920px;
}

.home-slider .mask .slideset {
	width: 99999px;
	float: left;
}

.home-slider .mask .slide {
	max-width: 1920px;
	float: left;
}

.home-slider .mask .slide:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.home-slider .mask .slide.active {
	z-index: 2;
}

.home-slider .mask .slide .slide-placeholder {
	width: 100%;
	display: block;
	height: auto;
	max-height: 800px;
}

.home-slider .caption {
	display: none;
	position: absolute;
	text-align: center;
	z-index: 3;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 100px;
	font: 300 25px/27px "Poppins", sans-serif;
	color: #dadada;
	text-transform: capitalize;
	margin: -142px 0 0;
}

.home-slider .text {
	margin: 0 0 60px;
}

.home-slider h2 {
	font-size: 60px;
	line-height: 74px;
	font-weight: 600;
	margin: 0 0 5px;
}

.home-slider p {
	margin: 0 0 5px;
}

.home-slider .btn-prev,
.home-slider .btn-next {
	position: absolute;
	z-index: 3;
	width: 54px;
	height: 54px;
	border-radius: 0 8px 0;
	background: #212121;
	color: #dddddd;
	top: 50%;
	left: 40px;
	margin: -27px 0 0;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.home-slider .btn-prev i,
.home-slider .btn-next i {
	font-size: 35px;
	line-height: 54px;
}

.home-slider .btn-prev:hover,
.home-slider .btn-next:hover {
	background: #167ffc;
	color: #fff;
}

.home-slider .btn-next {
	left: auto;
	right: 40px;
	border-radius: 8px 0 8px;
}

.home-slider .fullgallery-pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	bottom: 40px;
	left: 0;
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 3;
}

.home-slider .fullgallery-pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.home-slider .fullgallery-pagination li a {
	display: block;
	width: 10px;
	height: 10px;
	padding: 2px;
	border: 1px solid transparent;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
}

.home-slider .fullgallery-pagination li a span {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
}

.home-slider .fullgallery-pagination li.active a {
	border: 1px solid #fff;
}

/* end of home-slider */
/* common sections style */
.common-section {
	padding: 80px 0 60px;
	text-align: center;
}

.common-section h2 {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 15px;
}

.common-section h2 a {
	color: #000;
}

header.header {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 60px;
	padding: 0 0 22px;
}

header.header:before,
header.header:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 80%;
	left: 10%;
	bottom: 0;
	background: #167ffc;
	z-index: 1;
}

header.header:before {
	width: 46px;
	left: 50%;
	margin: 0 0 0 -23px;
	background: #fff;
	z-index: 2;
}

header.header h1 {
	color: #010101;
	margin: 0 0 10px;
}

header.header .icon {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 16px;
	border: 1px solid #167ffc;
	border-radius: 0 3px 0;
	margin: 0 auto -30px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	z-index: 3;
}

/* end of common sections style */
.salient-features-section h1,
.form-section h1,
.common-section h1,
.about-section h1 {
	font-size: 40px;
	line-height: 42px;
}
.salient-features-section h1,
.salient-features-section h2,
.form-section h1,
.form-section h2,
.common-section h1,
.common-section h2,
.about-section h1,
.about-section h2 {
	font-weight: 500;
	text-transform: capitalize;
}
.form-section h1{
	color: #167ffc;
}
/* salient_features */
#salient-features {
  
}
.salient_features{
    padding:0;
    margin-bottom: 30px;
}
.salient_features li{
    text-align:left;
}
/* three-columns */
.three-columns .column {
	margin: 0 0 20px;
}

.three-columns .column .img-holder {
	width: 126px;
	height: 112px;
	margin: 0 auto 47px;
	padding: 29px 0;
	position: relative;
	border-radius: 0 8px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.three-columns .column .img-holder:after {
	content: "";
	position: absolute;
	height: 80px;
	width: 88px;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -44px;
	z-index: 1;
	border: 1px solid #167ffc;
	border-radius: 0 8px 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.three-columns .column .img-holder img {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 126px;
	height: 52px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.three-columns .column .img-holder img.img-hover {
	opacity: 0;
	display: none;
}

.three-columns .column:hover .img-holder:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	background: #167ffc;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

.three-columns .column:hover .img-holder img {
	opacity: 0;
	display: none;
}

.three-columns .column:hover .img-holder img.img-hover {
	opacity: 1;
	display: block;
}

.three-columns .column .text-box {
	margin: 0 0 40px;
}

/* end of three-columns */
/* sections with dark black backgrounds  */
.dark-bg {
	background: #167ffc;
	color: #fff;
}

.dark-bg .column .img-holder:after {
	border: 1px solid #fff;
}

.dark-bg .column:hover .img-holder:after {
	background: #fff;
}

.dark-bg h2 {
	color: #fff;
}

.dark-bg header.header h1 {
	color: #fff;
}

.dark-bg header.header:before,
.dark-bg header.header:after {
	background: #fff;
}

.dark-bg header.header:before {
	background: #167ffc;
}

.dark-bg header.header .icon {
	border-color: #fff;
}

.dark-bg .btn-default {
	color: #fff;
}

.dark-bg .btn-default:hover {
	background: #fff;
	color: #000;
}

/* end of sections with dark black backgrounds  */
.aboutworks-section {
	background: #000 url(../images/img1920x643.jpg) no-repeat 50% 50%;
	background-size: cover;
}

/* about and contact-form sections */
.form-section {
	color: #000;
	display: table;
	width: 100%;
}

.form-section h1 {
	margin: 0 0 40px;
}

.form-section .column {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	background: #167ffc;
}

.form-section .column .text-box {
	background: #167ffc;
	color: #fff;
	text-align: right;
	padding: 80px 39.0625% 80px 7.2916%;
}

.form-section .column .text-box .txt {
	margin: 0 0 30px;
}

.form-section .img-holder {
	position: relative;
}

.form-section #googlemap {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
}

.form-section .btn-default {
	border-color: #fff;
	color: #fff;
}

.form-section .btn-default:hover {
	-webkit-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	background: #fff;
	color: #167ffc;
}
.salient-features-section,
.about-section {
	background: #167ffc;
	color: #fff;
}

.about-section .img-holder {
	max-width: 388px;
	margin: 0 auto 30px;
	padding: 10px;
	background: #fff;
}
.salient-features-section header.header h1,
.about-section header.header h1 {
	color: #fff;
}
.salient-features-section header.header .icon,
.about-section header.header .icon {
	border-color: #fff;
	background: #167ffc;
}
.salient-features-section header.header:before,
.salient-features-section header.header:after,
.about-section header.header:before,
.about-section header.header:after {
	background: #fff;
}
.salient-features-section h2,
.about-section.common-section h2 {
	color: #fff;
}

/* contact form section */
.form-section .column {
	background: #fff;
}

.form-section .contact-form {
	padding: 80px 7.2916% 80px 39.0625%;
}

.form-section .contact-form .form-holder {
	margin: 0 0 30px;
}

.form-section .contact-form .form-control {
	border-width: 0 0 1px;
	border-color: #e0e0e0;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	height: 48px;
	padding: 9px 12px 18px;
	/* placeholder input styles */
}

.form-section .contact-form .form-control input[type="text"]::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #000;
}

.form-section .contact-form .form-control input[type="text"]:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000;
}

.form-section .contact-form .form-control input[type="text"]::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000;
	opacity: 1;
}

.form-section .contact-form .form-control input[type="text"]:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #000;
}

.form-section .contact-form textarea {
	resize: none;
}

.form-section .btn-default {
	font-size: 14px;
	padding: 14px 30px 14px 64px;
	background: #167ffc url(../images/icon-plane.svg) no-repeat 20px 50%;
	background-size: 30px 25px;
	color: #fff;
}

.form-section .btn-default:hover {
	background: #000 url(../images/icon-plane.svg) no-repeat 20px 50%;
	background-size: 30px 25px;
	color: #fff;
}

.site-map .img-responsive {
	margin: 0 auto !important;
}

.site-map area {
	cursor: pointer;
}

.mpopup {
	position: fixed;
	z-index: 10;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 22px;
	display: none;
}

.mpopup p {
	margin: 10px 0;
}

.mpopup .mpopup_tablecell,
.mpopup .mpopup_table {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.mpopup .mpopup_table {
	display: table;
}

.mpopup .mpopup_tablecell {
	display: table-cell;
}

.mpopup .mpopup_inner {
	background: #fff;
	padding: 40px;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

.mpopup .mpopup_inner_holder {
	background: #7bb6fd;
	color: #fff;
	overflow: hidden;
}

.mpopup .mpop_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #167ffc;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}

.mpopup .img-responsive {
	margin: 0 auto;
}

/* intro */
#bgvid {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
}

.intro {
	overflow: hidden;
	color: #fff;
	position: relative;
}

.intro:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.85) url(../images/play-sign.png) no-repeat 50% 50%;
	z-index: 1;
}

.banner_video{
	overflow: hidden;
	color: #fff;
	position: relative;
}
.banner_video .video_holder_img{
	width:100%;
	position:relative;
	z-index:1;
}
#my-player{
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	top:0;
	left:0;
}
.banner_video:after{
}

.intro.playing:after {
	display: none;
}

.intro .intro-holder {
	display: table;
	width: 100%;
	padding: 80px 180px;
	padding: 40px;
	/*background: #000 url(../images/img3.jpg) no-repeat 50% 50%;
	background-size: cover;*/
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.intro .visual-text {
	display: table-cell;
	vertical-align: bottom;
	/*border: 1px solid #167ffc;
	padding: 116px 192px;*/
	position: relative;
	z-index: 3;
}

.intro .column {
	max-width: 508px;
	font-size: 18px;
}

.intro .column .text {
	margin: 0 0 20px;
}

.intro h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 30px;
	color: #167ffc;
}

.intro .btn-play {
	text-align: center;
}

.intro .btn-play i {
	width: 24px;
	height: 24px;
	font-size: 8px;
	line-height: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	vertical-align: top;
	margin: 0 10px 0 0;
}

.intro .btn-play i.fa-play {
	padding: 0 0 0 2px;
}

.intro .btn-play:hover i {
	border-color: #167ffc;
}

/* portfolio */
.portfolio header {
	margin: 0 0 45px;
}

.portfolio .main-container {
	margin: 0 auto 20px;
}

.portfolio .nav-tabs {
	margin: 0 0 50px;
}

.portfolio .items-holder {
	margin: 0 -15px 35px;
}

.portfolio .items-holder:after {
	display: block;
	clear: both;
	content: "";
}

.portfolio .items-holder .item {
	padding: 15px;
}

.portfolio .items-holder .item img {
	border-radius: 0 18px;
}

/* team-slideshow */
.team-slideshow {
	position: relative;
	padding: 80px 70px 60px;
}

.team-slideshow h2,
.team-slideshow h3 {
	text-transform: capitalize;
}

.team-slideshow h2 {
	font-size: 17px;
}

.team-slideshow h3 {
	font-size: 25px;
	line-height: 27px;
	font-weight: 700;
	margin: 0 0 15px;
}

.team-slideshow h2,
.team-slideshow .designation {
	line-height: 20px;
	margin: 0 0 10px;
}

.team-slideshow .designation {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
	color: #4a4a4a;
}

.team-slideshow .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px;
}

.team-slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	text-align: left;
}

.team-slideshow .slide.active {
	position: relative;
	z-index: 2;
}

.team-slideshow .slide-holder {
	display: table;
	width: 100%;
}

.team-slideshow .slide-holder .img-cell,
.team-slideshow .slide-holder .social-icons,
.team-slideshow .slide-holder .info-description {
	display: table-cell;
	vertical-align: middle;
}

.team-slideshow .slide-holder .info-description {
	background: #167ffc;
	color: #fff;
	font-weight: 300;
	padding: 30px;
}

.team-slideshow .slide-holder .img-cell {
	max-width: 110px;
	width: 110px;
}

.team-slideshow .slide-holder .img-holder {
	overflow: hidden;
	-webkit-transform: rotate(-48deg);
	-moz-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	-o-transform: rotate(-48deg);
	transform: rotate(-48deg);
	border-radius: 0 31px 0;
	position: relative;
	margin: 0 0 0 -100px;
}

.team-slideshow .slide-holder .img-holder div {
	position: relative;
	z-index: 1;
	margin: -40px;
	-webkit-transform: rotate(48deg);
	-moz-transform: rotate(48deg);
	-ms-transform: rotate(48deg);
	-o-transform: rotate(48deg);
	transform: rotate(48deg);
}

.team-slideshow .slide-holder .img-holder img {
	width: 100%;
}

.team-slideshow .social-networks {
	text-align: center;
}

.team-slideshow .social-networks a {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	width: 22px;
	margin: 0 8px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
}

.team-slideshow .social-networks.social-icons {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 86px;
	width: 110px;
}

.team-slideshow .social-networks.social-icons li {
	padding: 5px 0 35px 24px;
	overflow: hidden;
}

.team-slideshow .social-networks.social-icons li:nth-child(2n) a {
	float: right;
}

.team-slideshow .social-networks.social-icons a {
	display: block;
	float: left;
	margin: 0;
}

.team-slideshow .teamslideshow-pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	padding: 30px 0 0;
}

.team-slideshow .teamslideshow-pagination li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin: 0 -2px 10px;
	padding: 0 10px;
}

.team-slideshow .teamslideshow-pagination li .img-holder {
	border: 15px solid #ccc;
	width: 155px;
	margin: 0 auto 30px;
	overflow: hidden;
	border-radius: 0 31px 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
}

.team-slideshow .teamslideshow-pagination li .img-holder div {
	position: relative;
	z-index: 1;
	margin: -15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.team-slideshow .teamslideshow-pagination li .img-holder img {
	width: 100%;
}

.team-slideshow .teamslideshow-pagination li:hover,
.team-slideshow .teamslideshow-pagination li.active {
	cursor: pointer;
}

.team-slideshow .teamslideshow-pagination li:hover .img-holder,
.team-slideshow .teamslideshow-pagination li.active .img-holder {
	border-color: #167ffc;
}

/* end of team-slideshow */
/* testimonials slider */
.testimonials {
	padding: 80px 20px 60px;
	position: relative;
	background-size: cover;
}

.testimonials h1 {
	text-transform: capitalize;
}

.testimonials .designation {
	display: block;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 30px;
}

.testimonials .designation span {
	display: block;
	font-size: 13px;
	font-weight: 300;
}

.testimonials .mask {
	position: relative;
	overflow: hidden;
	max-width: 930px;
	margin: 0 auto;
	font-size: 15px;
	font-weight: 300;
}

.testimonials .mask p {
	margin: 0 0 30px;
}

.testimonials .mask .slideset {
	width: 9999px;
	float: left;
}

.testimonials .mask .slide {
	max-width: 930px;
	float: left;
	position: relative;
}

.testimonials .mask .slide.active {
	z-index: 1;
}

.testimonials .testimonials-pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	padding: 30px 0 20px;
}

.testimonials .testimonials-pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 -4px;
	padding: 0 34px;
}

.testimonials .testimonials-pagination li .img-holder {
	width: 91px;
	margin: 0 auto 15px;
	overflow: hidden;
	border-radius: 0 14px 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	border: 2px solid transparent;
}

.testimonials .testimonials-pagination li .img-holder div {
	position: relative;
	z-index: 1;
	margin: -19px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.testimonials .testimonials-pagination li .img-holder img {
	width: 100%;
}

.testimonials .testimonials-pagination li:hover,
.testimonials .testimonials-pagination li.active {
	cursor: pointer;
}

.testimonials .testimonials-pagination li:hover .img-holder,
.testimonials .testimonials-pagination li.active .img-holder {
	border-color: #167ffc;
}

/* end of testimonials slider */
/* steps-success */
.steps-success {
	position: relative;
	background: #000 url(../images/img-1920x419.jpg) no-repeat 50% 50%;
	background-size: cover;
	font-size: 15px;
	font-weight: 300;
}

.steps-success .container {
	padding: 0 160px 10px;
}

/* plans */
.plans h1 {
	text-transform: capitalize;
}

.plans h2 {
	text-transform: uppercase;
	font-size: 25px;
	margin: 0 0 5px;
}

.plans h3 {
	font: 50px/50px "Playfair Display", serif;
	margin: 0 0 5px;
}

.plans h3 span,
.plans h3 sub {
	font-family: "Lato", sans-serif;
}

.plans h3 span {
	font-size: 26px;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.plans h3 sub {
	font-size: 20px;
	line-height: 30px;
}

.plans p {
	margin: 0 0 15px;
}

.plans .btn-default {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 9px 35px;
	margin: 0 0 10px;
}

.plans .btn-default:hover {
	box-shadow: none;
	background: #167ffc;
	color: #fff;
	border-color: #167ffc;
}

.plans .container {
	padding: 0;
}

.plans .column {
	margin: 0 0 20px;
	color: #000;
}

.plans .column .column-holder {
	border-radius: 0 18px 0;
	overflow: hidden;
	background: whitesmoke;
	padding: 20px;
}

.plans .column h2 {
	color: #000;
}

.plans .column.pro h2 {
	color: #fff;
}

.plans .column.pro .column-holder {
	background: #167ffc;
	color: #fff;
}

.plans .column.pro:hover h2,
.plans .column:hover h2 {
	color: #000;
}

.plans .column.pro:hover .column-holder,
.plans .column:hover .column-holder {
	background: #fff;
	color: #000;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.21);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.21);
}
.plan_holder{
	max-width: 1280px;
	margin: 0 auto;
	border: 10px solid #167ffc;
	padding: 20px;
}
.plan_holder .btn-primary:hover{
	background: #167ffc;
	color: #fff;
}
/* end of plans */
/* blogs-section */
.blogs-section .btn-holder {
	margin: 0 0 20px;
}

.blog-post {
	text-align: left;
	margin: 0 0 50px;
}

.blog-post .img-holder {
	border-radius: 0 18px 0;
	overflow: hidden;
	margin: 0 0 50px;
}

.blog-post .img-holder a {
	display: block;
}

.blog-post .img-holder img {
	width: 100%;
}

.blog-post .post-header {
	margin: 0 0 20px;
}

.blog-post .post-header time {
	float: left;
	width: 96px;
	padding: 8px 20px 14px;
	text-align: center;
	text-transform: capitalize;
	font: 32px/32px "Playfair Display", serif;
	color: #fff;
	background: #167ffc;
	margin: 0 16px 0 0;
}

.blog-post .post-header time span {
	font: 18px/20px "Lato", sans-serif;
}

.blog-post .post-header .info {
	overflow: hidden;
}

.blog-post .post-header .meta {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #5c5c5c;
	overflow: hidden;
	font-size: 15px;
	line-height: 17px;
}

.blog-post .post-header .meta li {
	float: left;
	position: relative;
	padding: 0 0 0 22px;
}

.blog-post .post-header .meta li:after {
	position: absolute;
	content: "/\00a0";
	top: 50%;
	left: 0;
	width: 22px;
	height: 17px;
	margin: -9px 0 0;
	text-align: center;
}

.blog-post .post-header .meta li:first-child {
	padding: 0;
}

.blog-post .post-header .meta li:first-child:after {
	display: none;
}

.blog-post .post-header .meta li a {
	color: inherit;
}

.blog-post .text-box {
	margin: 0 0 20px;
}

.blog-post h2 {
	font-size: 25px;
	margin: 0 0 10px;
}

.blog-post h2 a {
	color: inherit;
}

/* end of blogs section */
/* contact section */
.contact-section {
	background-size: cover;
}

.contact-section address {
	line-height: 30px;
	margin: 0;
}

.contact-section .column .text-box {
	margin: 0;
}

.contact-section a {
	color: inherit;
}

/* end of contact-section */
#toTop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 54px;
	height: 54px;
	border-radius: 8px 0 8px;
	background: #167ffc;
	color: #fff;
	text-align: center;
	z-index: 50;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#toTop i {
	font-size: 35px;
	line-height: 54px;
}

#toTop:hover {
	background: #212121;
	color: #ddd;
	-webkit-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
}

/* banner */
#banner {
	position: relative;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
}

#banner .text-box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 20px;
	margin: -66px 0 0;
}

#banner h1 {
	font-size: 100px;
	line-height: 100px;
	margin: 0 0 10px;
}

#banner h1 span {
	color: #167ffc;
}

#banner .breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
}

#banner .breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

#banner .breadcrumbs li+li {
	padding: 0 0 0 20px;
}

#banner .breadcrumbs li+li:after {
	content: "/\00a0";
	position: absolute;
	top: 0;
	left: 0;
	color: #bababa;
	width: 20px;
	text-align: center;
}

#banner .breadcrumbs li a {
	color: #bababa;
}

/* end of banner */
/* main view blog */
#main {
	padding: 70px 0 50px;
}

#main .two-columns {
	margin: 0 -30px;
}

#sidebar,
#content {
	padding: 0 30px;
}

#content .blog-post .post-header time {
	font-size: 38px;
	line-height: 38px;
	padding: 0 20px 10px;
}

#content .blog-post .text-box p {
	margin: 0 0 20px;
}

#content .blog-post .text-box p a {
	color: #167ffc;
}

#content .blog-post .text-box .quotation p {
	margin: 0;
}

#content .blog-post h1 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 16px;
	color: #000;
}

#content .blog-post h1 a {
	color: inherit;
}

#content .social-networks {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 40px;
}

#content .social-networks li {
	display: inline-block;
	vertical-align: middle;
}

#content .social-networks li+li {
	margin: 0 0 0 18px;
}

#content .social-networks li a {
	color: #000;
}

.quotation {
	background: #167ffc;
	color: #fff;
	padding: 40px 137px 40px 30px;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
}

.quotation blockquote {
	padding: 0;
	border: none;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 10px;
}

.quotation .quote-marks {
	position: absolute;
	right: 0;
	top: 50%;
	font: 262px/262px "Playfair Display", serif;
	text-align: center;
	color: #5ca6fd;
	margin: -96px 0 0;
	width: 137px;
}

/* comments */
.comments-form h2,
.comments-section h1 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 50px;
}

.comments-section .comments .comment {
	margin: 0 0 50px;
}

.comments-section .comments .avatar {
	float: left;
	border-radius: 0 16px 0;
	width: 70px;
	height: 70px;
	margin: 0 28px 0 0;
}

.comments-section .comments .text-box {
	overflow: hidden;
}

.comments-section .comments .text-box h2 {
	font-size: 15px;
	list-style: 17px;
	text-transform: capitalize;
	margin: 0 0 20px;
	color: #000;
}

.comments-section .comments .text-box h2 a {
	color: inherit;
}

.comments-section .comments .text-box time {
	display: block;
	margin: 0 0 16px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

.comments-section .comments .text-box .reply {
	text-transform: uppercase;
}

.comments-form {
	margin: 0 0 20px;
}

.comments-form .form-holder {
	margin: 0 0 30px;
}

.comments-form .form-control {
	border-width: 0 0 1px;
	border-color: #000;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	height: 48px;
	padding: 9px 12px 18px;
	/* placeholder input styles */
}

.comments-form .form-control input[type="text"]::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #000;
}

.comments-form .form-control input[type="text"]:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000;
}

.comments-form .form-control input[type="text"]::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000;
	opacity: 1;
}

.comments-form .form-control input[type="text"]:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #000;
}

.comments-form textarea {
	resize: none;
}

.comments-form textarea.form-control {
	height: 100px;
}

.comments-form .btn-default {
	font-size: 14px;
	padding: 14px 30px 14px 64px;
	background: #000 url(../images/icon-plane.svg) no-repeat 20px 50%;
	background-size: 30px 25px;
	color: #fff;
}

.comments-form .btn-default:hover {
	background: #167ffc url(../images/icon-plane.svg) no-repeat 20px 50%;
	background-size: 30px 25px;
	color: #fff;
}

/* end of comments */
/* end of main view blog */
@media only screen and (max-width: 1350px) {

	.form-section .column .text-box,
	.about-section .column .text-box {
		padding: 20px 10% 20px 7%;
	}

	.form-section .column .contact-form {
		padding: 15px 7%;
	}
}

@media only screen and (max-width: 1200px) {
	.home-slider .caption {
		margin: -108px 0 0;
	}

	.home-slider .text {
		margin: 0 0 30px;
	}

	.home-slider h2 {
		font-size: 40px;
		line-height: 55px;
	}

	.home-slider .btn-prev,
	.home-slider .btn-next {
		width: 48px;
		height: 48px;
		margin: -24px 0 0;
		left: 20px;
	}

	.home-slider .btn-prev i,
	.home-slider .btn-next i {
		line-height: 48px;
	}

	.home-slider .btn-next {
		left: auto;
		right: 20px;
	}
}

@media only screen and (max-width: 991px) {
	body {
		line-height: 26px;
	}

	.home-slider .caption {
		margin: -87px 0 0;
	}

	.home-slider .text {
		margin: 0 0 20px;
	}

	.home-slider h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.home-slider .caption {
		font-size: 20px;
		line-height: 24px;
	}

	.common-section {
		padding: 40px 0 20px;
	}

	.common-section h2 {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 10px;
	}

	.form-section h1,
	.common-section h1,
	.about-section h1 {
		font-size: 32px;
		line-height: 34px;
	}

	header.header {
		margin: 0 0 40px;
	}

	.three-columns .column .img-holder {
		margin: 0 auto 20px;
	}

	.three-columns .column .text-box {
		margin: 0 0 20px;
	}

	.form-section .column .contact-form,
	.form-section .column .text-box,
	.about-section .column .contact-form,
	.about-section .column .text-box {
		padding: 20px 30px;
	}

	.form-section .column .contact-form .txt,
	.form-section .column .text-box .txt,
	.about-section .column .contact-form .txt,
	.about-section .column .text-box .txt {
		margin: 0 0 20px;
	}

	.form-section h1,
	.about-section h1 {
		margin: 0 0 20px;
	}

	.intro .intro-holder {
		padding: 80px;
	}

	.intro .visual-text {
		padding: 60px;
	}

	.intro .column {
		font-size: 16px;
	}

	.intro h1 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 15px;
	}

	#bgvid {
		display: none;
	}

	.portfolio .nav-tabs {
		margin: 0 0 20px;
	}

	.portfolio .items-holder {
		margin: 0 0 20px;
	}

	.portfolio .items-holder .item {
		padding: 10px;
	}

	.team-slideshow .teamslideshow-pagination {
		padding: 15px 0 0;
	}

	.team-slideshow .teamslideshow-pagination li {
		margin: 0 -2px 30px;
	}

	.team-slideshow .teamslideshow-pagination li .img-holder {
		margin: 0 auto 40px;
	}

	.team-slideshow h2,
	.team-slideshow .designation {
		margin: 0 0 10px;
	}

	.team-slideshow .slide-holder .info-description {
		padding: 25px;
	}

	.team-slideshow .slide-holder .img-holder {
		margin: 0 0 0 -78px;
	}

	.team-slideshow .slide-holder .img-cell {
		width: 80px;
	}

	.testimonials .mask .slide {
		padding: 0 10px;
	}

	.testimonials .mask p {
		margin: 0 0 20px;
	}

	.testimonials .designation {
		margin: 0 0 10px;
	}

	.blogs-section .img-holder {
		margin: 0 0 30px;
	}

	.blog-post {
		margin: 0 0 30px;
	}

	.blog-post .post-header time {
		font-size: 28px;
		line-height: 32px;
		width: 80px;
		padding: 10px 20px 18px;
	}

	.blog-post .img-holder {
		margin: 0 0 20px;
	}

	.steps-success .container {
		padding: 0 40px 10px;
	}

	/* main view blog */
	#main {
		padding: 40px 0 20px;
	}

	#main .two-columns {
		margin: 0 -10px;
	}

	#sidebar,
	#content {
		padding: 0 10px;
	}

	.quotation {
		padding: 20px 100px 20px 20px;
	}

	.quotation blockquote {
		font-size: 16px;
	}

	.quotation .quote-marks {
		font-size: 170px;
		line-height: 170px;
		margin: -62px 0 0;
		width: 100px;
	}

	#content .social-networks {
		margin: 0 0 20px;
	}

	#content .blog-post h1,
	.comments-form h2,
	.comments-section h1 {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 10px;
	}

	.comments-section .comments .text-box h2 {
		margin: 0 0 10px;
	}

	.comments-section .comments .comment {
		margin: 0 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		line-height: 22px;
	}
	#header .logo{
		width: 80px;
	}
	#wrapper {
		padding-top: 50px;
	}

	.home-slider .caption {
		display: none;
	}

	.home-slider .btn-prev,
	.home-slider .btn-next {
		background: none;
		left: 0;
	}

	.home-slider .btn-prev:hover,
	.home-slider .btn-next:hover {
		background: none;
	}

	.home-slider .btn-next {
		left: auto;
		right: 0;
	}

	.common-section {
		padding: 30px 0 0;
	}

	header.header {
		margin: 0 0 30px;
	}

	.form-section h1,
	.common-section h1,
	.about-section h1 {
		font-size: 28px;
		line-height: 30px;
	}

	.three-columns .column {
		margin: 0 0 30px;
	}

	.form-section,
	.about-section {
		display: block;
	}

	.form-section .column,
	.about-section .column {
		display: block;
	}

	.form-section .column .text-box,
	.about-section .column .text-box {
		text-align: center;
	}

	.intro .intro-holder {
		padding: 20px;
	}

	.intro .visual-text {
		padding: 20px;
	}

	.intro .column {
		font-size: 14px;
	}

	.intro .column .text {
		margin: 0 0 10px;
	}

	.intro h1 {
		font-size: 28px;
		line-height: 34px;
		margin: 0 0 10px;
	}

	.portfolio .nav-tabs {
		margin: 0 0 10px;
	}

	.portfolio .main-container {
		margin: 0 auto 30px;
	}

	.team-slideshow .teamslideshow-pagination li .img-holder {
		width: 70px;
		border-width: 5px;
		border-radius: 0 10px 0;
		margin: 0 auto;
	}

	.team-slideshow .social-networks,
	.team-slideshow h2,
	.team-slideshow .designation {
		display: none;
	}

	.team-slideshow .slide-holder {
		display: block;
	}

	.team-slideshow .slide-holder .img-cell {
		display: none;
	}

	.team-slideshow .slide-holder .social-icons,
	.team-slideshow .slide-holder .info-description {
		display: block;
		width: 100%;
	}

	.team-slideshow .slide-holder .info-description {
		padding: 20px;
		text-align: center;
	}

	.team-slideshow .slide-holder .social-networks.social-icons li {
		display: inline-block;
		vertical-align: middle;
		padding: 15px 0 0;
		margin: 0 5px 10px;
	}

	.team-slideshow .slide-holder .social-networks.social-icons li:nth-child(2n) a {
		float: none;
	}

	.team-slideshow h3 {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 10px;
	}

	.testimonials .testimonials-pagination {
		padding: 20px 0 30px;
	}

	.testimonials .testimonials-pagination li {
		width: 33%;
		padding: 0 20px;
	}

	.testimonials .testimonials-pagination li .img-holder {
		width: 70px;
	}

	.plans .container {
		padding: 0 15px 10px;
	}

	.steps-success .container {
		padding: 0 20px 20px;
	}

	.blogs-section .btn-holder {
		margin: 0 0 30px;
	}

	.blog-post {
		margin: 0 0 20px;
	}

	.blog-post .img-holder {
		margin: 0 0 20px;
	}

	.blog-post .post-header time {
		width: 74px;
		padding: 26px 10px;
	}

	/* banner */
	#banner {
		font-size: 16px;
		line-height: 18px;
	}

	#banner .text-box {
		margin: -45px 0 0;
	}

	#banner h1 {
		font-size: 40px;
		line-height: 60px;
	}

	#main {
		padding: 30px 15px 10px;
	}

	.quotation {
		padding: 20px 70px 20px 20px;
	}

	.quotation .quote-marks {
		font-size: 120px;
		line-height: 120px;
		margin: -47px 0 0;
		width: 70px;
	}

	#toTop {
		right: 20px;
		bottom: 70px;
		width: 48px;
		height: 48px;
	}

	#toTop i {
		line-height: 48px;
	}

}