/**
 ==================================================
 * Name: Cezerio - Bitcoin Digital Cryptocurrency Template
 * Version: 1.0
 ===================================================
 */

/*Table Content
 =================================================
 * BASIC STYLE
 - Typography Style
 - Padding and Margin Style
 - General Style
 * HEADER
 * FOOTER

 * ELEMENTS
 - Header And Banner
 - About Section
 - Services Section
 - Work Section
 - Tetstimonial Section
 - Contact Section Section
 - Preloader
 ================================================
 */
/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
body, html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 32px;
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #333;
	font-family: 'Poppins', sans-serif;
}
figure {
	margin: 0px;
}
/*  Typography Style   ||-----------*/
h1 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 0;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
h1 span {
	position: relative;
}
h1:before {
	content: attr(data-title);
	font-size: 61px;
	margin-top: 0;
	position: absolute;
	top: 4px;
	left: 3px;
	color: rgba(6, 60, 54, 0.08);
	z-index: 0;
}
h2 {
	font-size: 23px;
	font-weight: bold;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	color: #222;
	text-transform: uppercase;
}
h2 span {
	color: #337ab7;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 17px;
	font-weight: 600;
}
h3, h4, h4, h6 {
	font-family: 'Poppins', sans-serif;
	margin: 0px;
	font-weight: 600;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
button:focus {
	outline: none;
	border: none;
}
a {
	color: #444;
}
.inner-intro h1 {
	font-size: 60px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.inner-intro h1 {
		font-size: 35px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 23px;
	}

	h3, .h3 {
		font-size: 20px;
	}
}

/*  Padding and Margin Style   ||-----------*/
.padding {
	padding-top: 90px;
	padding-bottom: 90px;
}
.no-padding {
	padding: 0;
}
.ptb-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-40 {
	padding: 40px;
}
.padding-60 {
	padding: 60px;
}
.plr-0 {
	padding-left: 0;
	padding-right: 0;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.pr-30 {
	padding-right: 30px;
}
.pl-70 {
	padding-left: 70px;
}
.pr-70 {
	padding-right: 70px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.ptb-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.pt-0 {
	padding-top: 0px;
}
.pb-0 {
	padding-bottom: 0px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.ptb {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt {
	padding-top: 110px;
}
.pb {
	padding-bottom: 110px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.plr-60 {
	padding-left: 60px;
	padding-right: 60px;
}
.pb-40 {
	padding-bottom: 40px;
}
.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pt-90 {
	padding-top: 80px;
}
.pb-90 {
	padding-bottom: 80px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-38 {
	padding-bottom: 38px;
}
.mtb-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mlr-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mt-0 {
	margin-top: 0px;
}
.mb-0 {
	margin-bottom: 0px;
}
.ml-0 {
	margin-left: 0px;
}
.mr-0 {
	margin-right: 0px;
}
.up-80 {
	margin-top: -80px;
}
.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-90 {
	margin-top: 90px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.mt-45 {
	margin-top: 45px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 35px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ml-15 {
	margin-left: 15px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mt-up {
	margin-top: -100px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.up-80 {
		margin-top: 50px;
	}
	.mt-sm-30 {
		margin-top: 30px;
	}
	.mt-sm-40 {
		margin-top: 40px;
	}
	.mt-sm-60 {
		margin-top: 60px;
	}
	.mb-sm-30 {
		margin-bottom: 30px;
	}
	.float-none-sm {
		float: none;
	}
	.float-left-sm {
		float: left;
	}
	.float-right-sm {
		float: right;
	}
	.pl-sm-0 {
		padding-left: 0;
	}
	.plr-xs-15 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.padding-sm-25 {
		padding: 25px;
	}
	.plr-xs-sm-20 {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.text-xs-left {
		text-align: left;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.pl-xs-0 {
		padding-left: 0;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.plr-xs-15 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.plr-xs-0 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.padding-sm-25 {
		padding: 25px;
	}
	.pb-xs-30 {
		padding-bottom: 30px;
	}
	.pt-xs-60 {
		padding-top: 60px;
	}

	.ptb-xs-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ptb-xs-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.pt-xs-40 {
		padding-top: 40px;
	}
	.pb-xs-40 {
		padding-bottom: 40px;
	}
	.pb-xs-60 {
		padding-bottom: 60px;
	}
	.ptb-xs-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.plr-xs-sm-20 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ml-xs-0 {
		margin-left: 0;
	}
	.mtb-xs-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.mt-xs-0 {
		margin-top: 0px;
	}
	.mb-xs-0 {
		margin-bottom: 0px;
	}
	.mtb-xs-15 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mt-xs-15 {
		margin-top: 15px;
	}
	.mb-xs-15 {
		margin-bottom: 15px;
	}
	.mtb-xs-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mt-xs-30 {
		margin-top: 30px;
	}
	.mt-xs-60 {
		margin-top: 60px;
	}
	.mt-xs-40 {
		margin-top: 40px;
	}
	.mb-xs-30 {
		margin-bottom: 30px;
	}
	.float-none-xs {
		float: none;
	}
	.float-left-xs {
		float: left;
	}
	.float-right-xs {
		float: right;
	}
}

/*  Preloader   ||-----------*/
#preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: #fff;
}
.sk-circle {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #0c1f38;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}



/*gernal*/
button:focus {
	outline: none
}

ul li {
	list-style: none;
}
img {
	max-width: 100%;
	width: 100%;
}

.italic {
	font-style: italic;
}
p.lead, .lead {
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 0;
}
/*Form Style   ||-----------*/

button {
	outline: none;
	border: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	display: inline-block;
}
button, input, textarea, select {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
	border: 1px solid #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #202020;
	outline: none;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 0px 15px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	display: inline-block;
	height: 40px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
}
.img-scale figure {
	overflow: hidden;
}
.img-scale img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.img-scale:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
/*header*/
/*
 * ----------------------------------------------------------------------------------------
 * Header And Banner
 * ----------------------------------------------------------------------------------------
 */
a:focus, a:hover {
	color: #ababab;
}

.header-top-area {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.logo {
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.logo a {
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 21px;
}
.menu-bg .logo a {
	color: #232323;
}
@media (max-width: 1199px) {
.logo a{
	font-size: 13px;
}

}
.navbar-toggler {
	z-index: 9;
}
.mainmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

.mainmenu .navbar-nav li a {
	color: #fff;
	font-size: 12px;
	padding: 21px 15px;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: block;
}

.mainmenu .navbar-nav li a:hover {
	background: none;
	color: #393939;
}
.nav li a:focus, .nav li a:hover {
	background: none;
	color: #393939;
}
/*select_option*/
.mainmenu .navbar-nav > li .select_lang {
	position: relative;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	padding: 21px 15px;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: block;
	margin: 0px;
}
.select_lang dt {
	border: 1px solid #fff;
	padding: 0 12px;
}
.menu-bg .select_lang dt {
	border: 1px solid #232323;
	color: #232323;
}
.menu-bg .select_lang dt:after {
	color: #232323;
}
.select_lang dt:after {
	margin-top: -5px;
	margin-left: 8px;
	content: '';
	color: #fff;
	display: inline-block;
	width: 6px;
	height: 6px;
	vertical-align: middle;
	transform: rotate(-45deg);
	border-bottom: 1px solid currentColor;
	border-left: 1px solid currentColor;
}
.select_lang dd {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	background: #393939;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
	border-radius: 0;
	margin: 0px;
	padding: 0px 10px;
}
.select_lang:hover dd {
	display: block;
}

.mainmenu .navbar-nav > li .select_lang a {
	color: #fff;
	padding: 0px;
}
.menu-bg .mainmenu .navbar-nav > li .select_lang a {
	color: #fff;
}

/*select_option*/

.nav li a:focus {

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
	.mainmenu .navbar-nav li a:hover {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.nav li a:hover {

		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
}
.navbar {
	margin: 0;
}

.menu-bg {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #fff !important;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.menu-bg .logo {

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
	color: #232323;
	-webkit-transition: .3s;
	transition: .3s;
}
.menu-bg .mainmenu .navbar-nav li a:hover {
	color: #232323;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.mainmenu .navbar-nav li a{
		    padding: 21px 8px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.mainmenu .navbar-nav li a {
    padding: 21px 7px;
    letter-spacing: 0;
    font-size: 11px;
	}
	.mainmenu .navbar-nav > li .select_lang {
		padding: 8px;
	}
	.item-title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.header-top-area {
		height: 65px;
	}
	.header-top-area .container {
		width: 100%;
	}
	.mainmenu {
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
	}
	.mainmenu .navbar-collapse {
		border: 0px;
		padding-bottom:0px;
		border-radius: 0px;
		float: none;
		margin: 0;
		max-height: 330px;
		overflow: auto;
		width: 100%;
	}
	.site-header .navbar-collapse {
		opacity: 1;
		visibility: visible;
	}
	.navbar-toggler {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.navbar-toggler .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}
	.navbar-toggler .icon-bar + .icon-bar {
		margin-top: 4px;
	}
	.navbar-toggler .icon-bar {
		background: #fff;
	}
	.navbar-toggler {
		margin-top: -34px;
		margin-right: 1px;
	}
	.logo{
		margin-top:18px;
	}
	.navbar {
		min-height: 0px;
		padding: 0px;
	}
	.select_lang dt {
		border-color: #000;
	}
	.mainmenu .navbar-nav > li .select_lang {
		padding: 11px 15px 0;
		color: #232323;
	}

	.mainmenu .navbar-nav li a {
		padding: 11px 15px;
		color: #232323;
	}
	.menu-bg .mainmenu .navbar-nav li a {
		padding: 11px 15px;
	}
	.mainmenu .navbar-nav li a:hover {
		color: #ccc;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 420px;
	}
	.navbar-collapse {
		background: #fff;
	}
	.inner_page .navbar-collapse {
		background: #fff;
	}
	.menu-bg .navbar-collapse {
		background: #fff;
		margin-top: 6px;
	}

	.header-text h1 {
		font-size: 30px;
	}
	.navbar-toggler .icon-bar {
		background: #393939;
	}
	.inner_page .navbar-toggler .icon-bar {
		background: #232323;
	}
	.menu-bg .navbar-toggler .icon-bar {
		background: #232323;
	}
	.header-text h1 {
		font-size: 30px;
	}
	.welcome-image-area, .welcome-video-area {
		padding-top: 120px;
	}
	.select_lang dd {
		left: 14px;
		width: 92%;
	}
	.select_lang dt:after {
		color: #000;
	}
}

body.inner_page .mainmenu .navbar-nav li a, body.inner_page .logo a, body.inner_page .mainmenu .navbar-nav > li .select_lang{
	color: #232323;
}
body.inner_page .select_lang dt{
	border-color:#232323;
}
body.inner_page .mainmenu .navbar-nav > li .select_lang a{
	color: #fff;
}
/*Menu Hangbuger */

/*---------------Parallax Banner---------------*/
.banner-area.banner-1 {
	
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
	background-position: right 82px;
}
.banner-area.banner-1:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: 0.7;
	background: #714da0;
	background: -moz-linear-gradient(left, #714da0 0%, #4269f7 100%);
	background: -webkit-linear-gradient(left, #714da0 0%,#4269f7 100%);
	background: linear-gradient(to right, #714da0 0%,#4269f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#714da0', endColorstr='#4269f7',GradientType=1 );
}
#banner{
	height: 100vh;
}
/*---------------Banner Title Style---------------*/
.slider-title {
	width: 100%;
	height: 100vh;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.slider-title h1 {
	z-index: 9;
	color: #fff;
	font-size: 65px;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.slider-title h1 {
		font-size: 30px;
		text-align: center;
	}
}
.slider-title p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	padding-bottom: 0;
	text-transform: capitalize;
	text-align: center;
}
.overlay {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(0,0,0,0.6);
}
/*images_zoom*/
.img_scale {
	overflow: hidden;
	position: relative;
}
.img_scale img {
	transition: transform .25s;
	width: 100%;
}
.img_scale:hover img {
	transform: scale(1.2);
}
/*background_color*/
.gray-bg {
	background: #f9f9f9;
}
/*button_style*/
.btn_style {
	min-width: 200px;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	position: relative;
	color: #333;
	text-align: center;
	background-color: #fff;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.btn_style:hover {
	color: #fff;
	background:#337ab7;
}

/*Auto_play_sec*/
.bg-dark {
	background: #262a42;
}
.ticker__item {
	width: 100%;
	display: inline-block;
	border: none;
	padding: 10px 15px;
	background: #1e2235;
	font-size: 14px;
	border: 2px solid transparent;
	-webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
	box-shadow: 0 9px 21px rgba(0, 0, 0, 0.05);
	position: relative;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.ticker__item a {
	color: #C7CCE6;
}
.ticker__item:hover {
	background: #363c5a;
	top: 1px;
}
.ticker__item i {
	font-style: normal;
	display: block;
}
.ticker__item .upper {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
}
.ticker__item .upper span {
	font-weight: bold;
}

@media (max-width: 767px) {
	.ticker__item {
		text-align: center;
	}
}

/*ripple btn effect css*/
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}
.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0);
	transform: scale(0);
	pointer-events: none
}
.waves-effect.waves-light .waves-ripple {
	background-color: rgba(255, 255, 255, 0.45)
}
.waves-effect.waves-red .waves-ripple {
	background-color: rgba(244, 67, 54, 0.7)
}
.waves-effect.waves-yellow .waves-ripple {
	background-color: rgba(255, 235, 59, 0.7)
}
.waves-effect.waves-orange .waves-ripple {
	background-color: rgba(255, 152, 0, 0.7)
}
.waves-effect.waves-purple .waves-ripple {
	background-color: rgba(156, 39, 176, 0.7)
}
.waves-effect.waves-green .waves-ripple {
	background-color: rgba(76, 175, 80, 0.7)
}
.waves-effect.waves-teal .waves-ripple {
	background-color: rgba(0, 150, 136, 0.7)
}
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
	border: 0;
	font-style: normal;
	font-size: inherit;
	text-transform: inherit;
	background: none
}
.waves-effect img {
	position: relative;
	z-index: -1
}
/*section_hedding*/
.sec_hedding {
	line-height: normal;
}
.sec_hedding h2 {
	margin: 0px 0px 10px 0px;
}
.sec_hedding p {
	margin: 0px;
}
.b-border {
	height: 2px;
	width: 50px;
	background: #000;
	margin: 0 auto;
	display: inline-block;
}

/* Video */
/*video_sec*/
.video_sec {
	background: url(../images/cripto_bg.png);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 500px;
}
.bg-black {
	background-color: #000;
}
.opacity-extra-medium {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.7;
	top: 0;
	left: 0;
}

.pop_section a img {
	width: 150px;
}
.pop_section h4, .pop_section p {
	color: #fff;
}
.bg_black {
	background: #1d1d1d;
}
.margin_top {
	margin-top: -140px;
}

.left_hedding h2 {
	color: #fff;
	line-height: 1.5;
	margin-bottom: 0;
}
.right_big_text p {
	font-size: 20px;
	line-height: 1.5;
	margin: 0px;
}
.bg_yellow {
	background: #337ab7;
	color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
	.video_sec {
		height: auto;
	}
	.margin_top {
		margin: 0px;
	}
	.left_hedding h2 {
		font-size: 25px;
	}
	.reponsive_full {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.margin_top {
		margin-top: 0;
	}
	.video_sec {
		height: auto;
	}
	.left_hedding h2 {
		font-size: 22px;
	}
}

/*chat*/
.cripto_price .tv-embed-widget-wrapper__header {
	display: none !important;
}

/*Serviec_point*/
.servi_sec {
	background: #fff;
	padding:0px 40px 30px;
}
.servi_sec figure {
    position: relative;
    top: -40px;
    margin-bottom: -13px;
    border: 6px solid #f5f0f0;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    line-height: 64px;
    border-radius: 50%;
    background: #fff;
}
.servi_sec figure img{
	width: 35px;
}
/*bg-section*/
.bg-pic {
	background: url(../images/service_bg.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-pic h2, .bg-pic p {
	color: #fff;
	line-height: 1.5;
	text-align: center;
}
.bg-pic p {
	margin: 0px;
}

/*team section*/

.member_S_links__block {
	background: #337ab7;
	display: inline-block;
	bottom: -36px;
	padding: 0 10px;
	position: absolute;
	transition: all 0.3s;
	left: 0px;
}
.reletive_pic {
	position: relative;
	overflow: hidden;
}
.single_member__block:hover .member_S_links__block {
	bottom: 0;
}
.member_S_links__block a i.fa {
	color: #ffffff;
	display: inline-block;
	padding: 10px;
	transition: .3s;
}

.member_S_links__block a:hover i.fa {
	color: #fff;
}

.author__block {
	color: #222222;
	margin-left: 25px;
	margin-top: 25px;
}
.author__block > span {
	color: #777777;
	display: block;
	font-size: 75%;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 10px;
}
.single_member__block > p {
	color: #777777;
	margin-left: 25px;
	margin-bottom: 0px;
}

.single_member__block img {
	max-width: 100%;
	width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.member_S_links__block a i.fa {
		padding: 6px;
	}
}
@media (max-width: 991px) {
	.member_S_links__block a i.fa {
		padding: 10px 5px;
	}
}

/*--pricing--*/
.pricing-grid1,.pricing-grid2,.pricing-grid3 {
text-align: center;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
padding: 0;
border: none;
border-radius: 0.7em;
-webkit-border-radius: 0.7em;
-o-border-radius: 0.7em;
-moz-border-radius: 0.7em;
}
 .pricing-grid3{
 	margin-right: 0;
 }
.pricing-grid1:hover,.pricing-grid2:hover,.pricing-grid3:hover {
	transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
	z-index: 1;
	border: none;
}
.pricing-grid1:nth-child(3){
	margin-right:0;
}
.price-value h4 a,.price-value.two h4 a,.price-value.three h4 a{
	font-size: 25px;
	color:#fff;
}
.price-value,.price-value.two,.price-value.three {
	background:#337ab7;
	padding:30px;
	border-bottom:2px solid#337ab7;
	border-top-left-radius:0.7em;
	-webkit-border-top-left-radius:0.7em;
	-o-border-top-left-radius: 0.7em;
	-moz-border-top-left-radius:0.7em;
	border-top-right-radius:0.7em;
	-webkit-border-top-right-radius:0.7em;
	-o-border-top-right-radius:0.7em;
	-moz-border-top-left-radius: 0.7em;
	position: relative;
}
.price-value.two{
	background:#337ab7;
	border-bottom:2px solid#337ab7;
}
.price-value.three {
	background:#337ab7;
	border-bottom:2px solid#337ab7;
}
.price-value ul,.pricing-grid1 ul,.pricing-grid2 ul,.pricing-grid3 ul{
	padding: 0;
}
.price-value ul li,.pricing-grid1,.pricing-grid2 ul li,.pricing-grid3 ul li {
	list-style: none;
}
.price-value ul li{
	list-style: none;
}
.price-value  h5 span{
color: #222;
font-size: 19px;
}
.price-value lable{
color: #222;	
font-size: 17px;
}
.price-value.two h5 span{
	color:#222;
}
.price-value.two h5 i, .price-value h5 i{
	color:#222;
	    font-style: normal;
}
.price-value.three h5 span{
	color: #222;
}
.price-value.three h5 i{
	color:#222;
	    font-style: normal;
}
.price-value h5 {
padding: 11px 0;
}
.sale-box,.sale-box.two,.sale-box.three{
	position: absolute;
	top: 0;
	overflow: hidden;
	height: 130px;
	width: 143px;
	text-align: center;
	z-index: 0;
	right:0;
	border-top-right-radius: 0.7em;
	-o-border-top-right-radius: 0.7em;
	-moz-border-top-right-radius: 0.7em;
	-webkit-border-top-right-radius: 0.7em;
}
.sale-box span.on_sale{font-size: 14px;color: #fff;background: #222;text-transform: uppercase;padding: 58px 35px 17px 84px;width: 281px;text-align: center;display: block;position: absolute;left: -38px;top: -59px;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;-webkit-transform: rotate(-44deg);-ms-transform: rotate(-44deg);transform: rotate(40deg);box-shadow: 3px -4px 13px 3px rgba(0,0,0,0.75);}
.sale-box.two.sale-box span.on_sale{
	background: #222;
}
.sale-box.three.sale-box span.on_sale{
	background:#222;
}
.pricing-grid1 ul li a,.pricing-grid2 ul li a,.pricing-grid3 ul li a{
	color: #C7C4C4;
	font-size: 15px;
	text-align: center;
	display: block;
	padding: 16px 0;
	text-decoration: none;
	font-weight: 400;
}
.pricing-grid1 ul li.whyt a,.pricing-grid2 ul li.whyt a,.pricing-grid3 ul li.whyt a{
	background:#f4f4f4;
}

.price-bg {
	background: #fff;
}
.price-bg ul {
	padding: 0;
}
.price-bg ul li{
	list-style: none;
}
.cart1,.cart2,.cart3{
	padding: 2.7em 0em 2.7em;
	display: block;
	border-bottom:2px solid#337ab7;
}

.cart1 a,.cart2 a,.cart3 a{
	color: #FFF;
	font-size: 0.9em;
	font-weight: 500;
	padding: 0.8em 2em;
	text-decoration: none;
	background:#337ab7;
	text-transform:uppercase;
	-webkit-appearance:none;
	border-radius:1em;
	-webkit-border-radius:1em;
	-o-border-radius:1em;
	-moz-border-radius:1em;
	outline: none;
}

/*--------------*/
@media(max-width:1366px){
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
	font-size: 17px;
	}
}
@media(max-width:1024px){
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
	font-size: 15px;
	}
	.price-value, .price-value.two, .price-value.three {
	padding: 2em 0 1em 0;
	}
	.price-value h4 a, .price-value.two h4 a, .price-value.three h4 a {
	font-size: 1.6em;
	}
	.price-head h1 {
	margin-top: 1em;
	font-size: 2.6em;
	}
}
@media(max-width:768px){
	.pricing-grid1 h3 a, .pricing-grid2 h3 a, .pricing-grid3 h3 a {
	padding: 0.4em 1em;
	font-size: 0.7em;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
	float: none;
	text-align: center;
	margin:0em auto;
	}
	.cart1, .cart2, .cart3 {
	padding: 2em 0em 2em;
	}
}
@media(max-width:640px){
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
	font-size: 15px;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
	float: none;
	text-align: center;
	margin: 0em auto;
	}
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
	font-size: 15px;
	padding: 13px 0;
	}

}

@media(max-width:320px){
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
	margin-right: 0;
	}
	.price-value h4 a, .price-value.two h4 a, .price-value.three h4 a {
	font-size: 1.2em;
	}
	.price-value h5 span,.price-value lable {
	font-size: 16px;
	}
	
	

}

/*how work*/
.cloume_box .left_num {
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 50%;
}
.cloume_box .right_text {
	float: left;
	width: calc(100% - 85px);
	margin-left: 20px;
}
.cloume_box .right_text h3 {
	margin-bottom: 15px;
}
.cloume_box .right_text p {
	margin: 0px;
}

/*process_section*/
.process_section {
	background: url(../images/clientbg3.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.process_section .sec_hedding h2, .process_section .sec_hedding p {
	color: #fff;
}
.process_section .sec_hedding .b-border {
	background: #fff;
}
.process_section:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.58);
}
.process-icon {
	position: relative;
	border: 1px solid #f2f2f2;
	padding: 5px;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
}
.process-icon:hover {
	border: 1px solid #337ab7;
	background: #337ab7;
}

.process-icon h3 {
	margin: 20px 0px;
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
}
.process-icon p {
	margin: 0px;
}
.icon-container {
	margin-bottom: 0px;
}
.text_work {
	padding: 30px 0;
	background: #fff;
}
.text_work img {
	width: 60px;
}
.process-icon .icon-number {
	color: #337ab7;
	font-size: 30px;
}
/*loader*/
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
.ball-pulse > div:nth-child(1) {
	-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
	-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
	-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse {
	position: absolute;
	top: 50%;
	right: -27px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-icon h3 {
		margin: 20px 0px 12px;
		color: #333333;
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.reponsiv_none {
		display: none;
	}
}

@media (max-width: 767px) {
	.ball-pulse {
		display: none;
	}
}

.ball-pulse > div {
	background-color: #dad6d6;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin: 1px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
33% {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
66% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }

@keyframes ball-pulse-sync {
33% {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
66% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }

.ball-pulse-sync > div:nth-child(1) {
	-webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
	-webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
	-webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div {
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}

/*testimonial section style*/
.testimonial_wrapper__block {
	position: relative;
	z-index: 1;
}
.single_carousel {
	margin: 0px 15px;
}
.single_carousel > p {
	background: #fff;
	padding: 25px 35px;
	position: relative;
	color:#a5a5a5;
}

.single_carousel > p::after {
	background:#dadada;
	border-radius: 50%;
	bottom: -23px;
	color: #ffffff;
	content: "\f10d";
	font-family: fontawesome;
	font-size: 18px;
	height: 50px;
	left: 20px;
	line-height: 49px;
	position: absolute;
	text-align: center;
	width: 50px;
}

.author_img__block {
	display: table;
	height: 130px;
}
.author_tablecell__block {
	display: table-cell;
	vertical-align: middle;
}
.author_tablecell__block > img {
	border: 5px solid #ffffff;
	border-radius: 50%;
	float: left;
	margin-left: 10px;
	max-width: 80px;
}
.author_tablecell__block > p {
	display: inline-block;
	font-weight: 700;
	margin-left: 15px;
	margin-top: 15px;
}
.author_tablecell__block span {
	display: block;
	font-weight: normal;
}

.testimonial_carosule-wrap .owl-nav div {
	border: 1px solid #337ab7;
	color: #337ab7;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 40px;
	line-height: 40px;
	position: static;
	background: transparent;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.testimonial_carosule-wrap .owl-nav {
	margin-top: 15px;
	text-align: center;
}
.testimonial_carosule-wrap .owl-nav div:hover {
	background: #337ab7;
	color: #fff;
}

/*=======Blog Section=========*/
.latest__block-post {
	padding: 20px;
	background: #f2f2f2;
}
.latest__block .more_btn__block {
	margin-top: 0px;
}
.latest__block-title {
	font-size: 20px;
	margin: 10px 0px;
	font-weight: 800;
}
.latest__block-title:hover a, .latest__block .more_btn__block:hover {
	color: #337ab7;
}
.team__block-section .team-member {
	margin-bottom: 0;
}
.more_btn__block {
	font-weight: bold;
	display: inline-block;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.more_btn__block {
		margin-top: 0;
	}
}

/*========Contact==========*/
#contact-section{
	position:relative;
	padding-top:60px;
	background: #f9f9f9;
}
#contact-section:before {
    content: '';
    width: 100%;
    height: 100px;
    background:#181b2a;
    position: absolute;
    bottom:0;
    left:0;
}
@media (max-width: 767px) {
#contact-section{
	padding-top: 30px;
}
}

.gmnoprint {
    display: none;
}
#success {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
	z-index: 9;
}
.dark-translucent-bg {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0 !important;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.dark-translucent-bg {
	background-color: rgba(0,0,0,.4);
}
.contact-form {
	position: relative;
	background: #f9f9f9;
	text-align: center;
	box-shadow:0px 7px 20px 10px rgba(0, 0, 0, 0.15);
	padding: 40px 25px;
}

.contact-form input[type="text"], .contact-form textarea {
	padding-right: 30px;
	border: 1px solid transparent;
	margin-bottom: 0;
	font-size: 14px;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus{
	    box-shadow: none;
    outline: none;;
}
form .error {
	border-color: #e1534f !important;
}
.contact-form textarea {
	height:202px;
	padding: 12px 15px;
	background:#f2f2f2;
	resize:none;
}
.contact-form input[type="text"], .contact-form .input-sm {
	display: block;
	height: 46px;
	margin-bottom: 32px;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	background:#f2f2f2;
	color: #878787;
	-webkit-appearance: none;
	border-radius: 0;
}
.reservation-form input[type="text"], .reservation-form .input-sm {
	padding: 0 15px 0 45px;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus, .contact-form .input-sm:focus {
	border: 1px solid #714da0;
}
.form-field {
	position: relative;
}
.form-field i {
	position: absolute;
	bottom: 11px;
	left: 14px;
	font-size: 23px;
	color: #0078d7;
	pointer-events: none;
}
.i-block {
	display: inline-block;
}
.icon-circle {
	font-size: 50px;
	border: 1px solid #d5d5d5;
	height: 89px;
	width: 89px;
	text-align: center;
	line-height: 89px;
	margin: 0 auto;
	border-radius: 100%;
	display: block;
}
.contact .icon-circle {
	border: 1px solid #0078d7;
	color: #0078d7;
}
.mapmarker .ion-ios-location {
	color: #0078d7;
	font-size: 50px;
}
.form-full {
	width: 100%;
}
@media (max-width:767px){
	.contact-form{
		padding:25px 10px;
	}
	.contact-form input[type="text"], .contact-form .input-sm{
		margin-bottom:20px;
	}
}
/*contect_info*/
.contact-info h4 {
	font-size: 20px;
	color: #65ac4c;
	padding: 20px;
	border-bottom: 1px solid #eeeeee;
}
.contact-info .info {
	padding:0px;
	margin: 0px;
}
.contact-info .info li {
	list-style: none;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
    padding: 8px 0px;
}
.contact-info .info li .icon {
	float: left;
	margin-right: 15px;
	font-size: 36px;
	color:#337ab7;
	line-height: 1;
}
.contact-info .info li .icon:before {
	font-size: 26px;
}
.contact-info .info li .content {
	display: table;
}
.contact-info .info li .content p {
    margin: 0px;
    color: #696969;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    }
.contact-info .event-social {
	padding:0px;
	margin: 0px;
}
.contact-info .event-social li {
	margin-right: 5px;
}
.contact-info .event-social li a {
	height: 40px;
	width: 40px;
	line-height: 2;
}

.contact .contact-form h3 {
	font-size: 30px;
	margin-bottom: 30px;
}

.contact .contact-info {
	margin: 0px;
}
.contact .contact-info h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
.contact .contact-info .info {
	padding: 0px;
	margin-bottom: 20px;
}
.contact .contact-info .event-social {
	padding: 0px;
}
.event-social {
	overflow: hidden;
	margin-bottom: 30px;
}


/*footer*/
.footer {
	background: #181B2A;
	color: #5d5d5d;
}
.bg_map {
	background: url(../images/footer-bg.png);
}
.foter_about h2 {
	color: #5d5d5d;
}
.foter_about p {
	font-size: 15px;
	margin: 0px;
}
.foter_about p.copy-right {
	margin-top: 30px;
}
.footer-link ul {
	padding: 0px;
}
.footer-tital {
	font-size: 18px;
	color: #545454;
	margin-bottom: 30px;
}
.footer-link ul li a {
	color: #5d5d5d;
}
.footer-link ul li a:hover {
	color: #fff;
}

.follow-me li {
	display: inline-block;
	margin: 0px 6px;
	font-size: 17px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.footer-link ul li a{
		font-size: 12px;
	}

	
}
@media (max-width: 991px) {
.footer-tital{
	margin-bottom:10px;
	margin-top:30px	
	}
}
#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: block;
    display: none;
    background:#337ab7;
    color: #fff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}


/*  Register and login Pages   ||-----------*/

.body_bg{
	background: #714da0;
	background: -moz-linear-gradient(left, #714da0 0%, #4269f7 100%);
	background: -webkit-linear-gradient(left, #714da0 0%,#4269f7 100%);
	background: linear-gradient(to right, #714da0 0%,#4269f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#714da0', endColorstr='#4269f7',GradientType=1 );
}
.hight_vh{
	height: 100vh;
}
.page-signin{
	height: 100%;
}
.page-signin .main-body {
	max-width: 480px;
	margin: 10px auto;
}
.page-signin .body-inner {
	position: relative;
	padding: 0 20px 20px;
}
.card {
	position: relative;
	overflow: hidden;
	margin: 10px 0 0px 0;
	border: none;
	border-radius: 0px;
}
.mdl-shadow--2dp, .card-panel {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.bg-white {
	background-color: #fff;
	color: #3D4051;
}
.z-depth-2, .page-signin .card {
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.card .card-content {
	padding: 20px;
	border-radius: 0 0 2px 2px;
}
.page-signin .card .card-content {
	padding: 30px 20px;
}
.page-signin .logo {
	font-size: 26px;
	font-weight: normal;
}
.page-signin .form-group {
	position: relative;
	margin: 0;
}
.ui-input-group {
	position: relative;
	margin: 18px 0 12px;
}
.card .card-action {
	border-top: 1px solid rgba(0,0,0,0.05);
	padding: 20px;
}
.card .card-action.no-border {
	border: 0;
}
.color-primary, a.color-primary {
	color:#714da0;
}
.card .card-action > a {
	margin-right: 20px;
	text-transform: uppercase;
}
.page-signin .additional-info {
	text-align: center;
	font-size: 12px;
}
.page-signin .additional-info a {
	color: #fafafa;
}
.page-signin .additional-info .divider-h {
	border-right: 1px solid #fafafa;
	margin: 0 15px;
}
.page-signin .additional-info {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}
.ui-input-group > input {
	padding-left: 0;
	padding-right: 0;
	border: none;
	box-shadow: 0 0 0 #fff;
	border: none;
	border-bottom: 1px solid #CBD5DD;
	margin: 0;
}
.ui-input-group > input:focus {
	border-bottom: 1px solid #CBD5DD;
	box-shadow: 0 0 0 #fff;
}
.page-signin .ui-input-group .form-control {
	color: #555;
}
.ui-input-group .input-bar {
	position: relative;
	display: block;
	width: 100%;
}
.ui-input-group .input-bar:before {
	left: 50%;
}
.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #daa106;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-input-group .input-bar:after {
	right: 50%;
}
.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background:#714da0;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-input-group > label {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	margin: 0;
}
.ui-input-group>input:focus ~ label, .ui-input-group>input:valid ~
label {
	top: -20px;
	left: 0;
	font-size: 12px;
}
.ui-input-group>input:focus ~ label, .ui-input-group>textarea:focus ~
label {
	color:#714da0;
}
.ui-input-group>input:focus ~ .input-bar:before, .ui-input-group>input:focus ~
.input-bar:after {
	width: 50%;
}
.ui-input-group>input:focus ~ .input-bar:before, .ui-input-group>input:focus ~
.input-bar:after {
	width: 50%;
}
.checkbox-field label {
	font-size: 12px;
}
.checkbox-field #check_box {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}
.custom-check {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #714da0;
	top: 4px;
	position: relative;
	margin-right: 10px;
}
.custom-check:before {
	content: "";
	font-family: "Ionicons";
	color:#714da0;
	font-size: 24px;
	position: absolute;
	top: -3px;
	left: 5px;
}
.checkbox-field #check_box:checked + .custom-check:before {
	content: "\f3fd";
}
.spacer {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Blog Page   --------------------------------------------------------- */

.blog-post {
	display: inline-block;
	width: 100%;
}
.blog-post .post-media {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.post-media img {
	width: 100%;
}
.blog-post .post-media iframe {
	width: 100%;
}
.blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
}
.blog-post .post-meta span, .comment-list .post-meta span {
	margin-right: 3px;
}
.blog-post .post-header h5, .blog-post .post-header h4, .blog-post .post-header h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.blog-post .post-header h2 {
	margin: 20px 0px;
	font-weight: 600;
}
.blog-post .post-entry {
	margin-bottom: 30px;
}
.blog-post .post-entry p, .blog-post .post-entry blockquote, .post-entry ul {
	margin-bottom: 20px;
}
.blog-post .post-entry ul {
	color: #202020;
}
.lead-point li {
	list-style: none;
	margin-bottom: 10px;
	color: #F2184F;
	font-weight: 600;
}
.lead-point li i {
	margin-right: 10px;
}
.blog-post .post-tag {
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
}
.blog-post .post-tag span {
	margin-right: 10px;
}
.blog-post .post-more-link {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-meta .post-more-link a {
	padding: 8px 18px;
	display: block;
	text-align: center;
	min-width: 0;
	height: auto;
	line-height: inherit !important;
}
.post-meta .post-more-link a.btn-Blue {
	background: #f2f2f2;
	border: 2px solid transparent;
	padding: 8px 15px;
}
.post-meta .post-more-link a.btn-Blue:hover {
	background: none;
	border: 2px solid #f2f2f2;
}
.blog-post .post-more-link {
	position: relative;
	z-index: 2;
}
.blog-post .post-more-link a i {
	font-size: 18px;
	margin: 0;
	background: none;
}
.blog-post .icons-hover-black {
	position: absolute;
	bottom: 39px;
	padding: 10px 0;
	visibility: hidden;
}
.post-section .post-more-link {
	margin-top: 17px;
}
.post-section .blog-post .icons-hover-black {
	bottom: auto;
	top: 39px;
}
.blog-section .icons-hover-black {
	bottom: auto;
	top: 39px;
}
.blog-post .post-more-link:hover .icons-hover-black {
	visibility: visible;
}
.blog-post .post-more-link:hover .btn-color-line {
	background: #F2184F;
	color: #fff;
}
.blog-post .icons-hover-black a {
	opacity: 0;
	transition: all 0.25s ease 0s;
}
.blog-post .post-more-link:hover .icons-hover-black a {
	opacity: 1;
	transition: all 0.25s ease 0s;
}
.facebook-icon {
	background: #3b5998;
}
.twitter-icon {
	background: #00a0d1;
}
.linkedin-icon {
	background: #00a0d1;
}
.googleplus-icon {
	background: #db4a39;
}
.blog-post .icons-hover-black a {
	padding: 8px 12px;
	color: #fff;
}
.blog-post .icons-hover-black a:hover {
	opacity: 0.8;
}
.blog-post .post-more-link .icons-hover-black i {
	line-height: 28px;
}
.blog-post blockquote {
	border-left: none;
	font-size: 17px;
	font-weight: 400;
	padding: 25px 25px;
	margin: 0px;
	font-weight: 300;
	background: #f2f2f2;
}
.blog-post blockquote:after {
	content: "";
	font-family: FontAwesome;
	padding-left: 7px;
	font-size: 12px;
}
.blog-post blockquote:before {
	content: "";
	font-family: FontAwesome;
	padding-right: 7px;
	font-size: 12px;
}
.blog-post-hr hr {
	margin-bottom: 45px;
}
.post-author {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.post-author img {
	width: 120px;
}
.post-author .post-author-details {
	padding-left: 20px;
}

.blog-post .fa-tag {
	padding-right: 10px;
}
.post-author h6 {
	margin-top: 0px;
	margin-bottom: 0;
}
.post-author-blog {
	overflow: hidden;
}
.post-author ul.social {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.post-author ul.social li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}
.post-comment {
}
.post-comment .comment-numb {
	font-weight: 300;
}
.post-comment .comment-list {
	margin-left: 0px;
	padding-right: 0px;
	list-style: none;
	padding: 0px;
}
.post-comment .comment-list h6 {
	margin-top: 0px;
	margin-bottom: 3px;
}
.post-comment .comment-list li:first-child {
	padding-top: 0px;
}
.post-comment .comment-list li {
	padding-top: 15px;
}
.post-comment .comment-list li:last-child .comment-detail {
	border-bottom: 0px none;
}
.post-comment .comment-list li, .post-comment .comment-list .comment-reply {
	position: relative;
	padding-left: 100px;
}
.post-comment .comment-list .comment-detail {
	border-bottom: 1px dotted #eee;
	padding-bottom: 24px;
}
.post-comment .comment-list .comment-reply {
	padding-top: 30px;
}
.post-comment .comment-list .comment-reply-btn i {
	padding-right: 3px;
}
.post-comment .comment-avatar {
	left: 0;
	margin-right: 15px;
	position: absolute;
	width: 85px;
}
.post-comment .comment-avatar img {
	width: 100%;
}
.post-comment-star .star-rat {
	display: inline-block;
}
.post-comment-star label {
	margin-right: 6px;
}
.blog-date {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f2f2f2;
}
.post-media {
	position: relative;
}
.post-media .event-calender, .first-event .event-calender {
	width: 54px;
	height: 67px;
	font-size: 23px;
	padding-top: 11px;
	z-index: 9;
	text-align: center;
}
.post-media .event-calender span, .first-event .event-calender span {
	font-size: 12px;
}

.post-media img {
	display: block;
}
.event-calender span {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
}
.blog-post-hr input[type="text"], .blog-post-hr textarea {
	border: 1px solid #DEDEDE;
	margin-bottom: 20px;
	width: 100%;
}
.blog-post-hr textarea {
	padding-top: 10px;
	height: 120px;
	resize: none;
}
.blog-post-hr input[type="text"]:focus, .blog-post-hr textarea:focus {
	border: 1px solid #000;
}
.input-lg {
	height: 45px;
}
.btn_sub{
	border-color:#337ab7;
	border-radius: 0px;
}

.banner-slider .owl-prev,.banner-slider .owl-next{
 position: absolute;
 top:50%;
 width: 40px;
 height: 40px;
 text-align: center;
 line-height: 40px;
 font-size: 19px;
 color: #fff;
 border: 1px solid #fff;
 background: transparent;
 transition: all 0.3s;
}
.banner-slider .owl-prev{
	left: 0;
}
.banner-slider .owl-next{
	right: 0;
}
.banner-slider .owl-next:hover,
.banner-slider .owl-prev:hover{
 background: #337ab7;
 color:#000;
 border: 1px solid #337ab7;
}
.img{
	background-image:url(../images/banner.jpg);
}