/*images_zoom*/
.img_scale {
	overflow: hidden;
	position: relative;
}
.img_scale img {
	transition: transform .25s;
	width: 100%;
}
.img_scale:hover img {
	transform: scale(1.2);
}
.form-control:focus{
	border-color: #f9461d;
}
/*button_Style*/
.btn_style {
	background: #333;
	border-color: #333;
	color: #fff;
	font-weight: 600;
	border-radius: 0px;
	cursor: pointer;
	padding: 0 15px;
	line-height: 44px;
	height: 44px;
	position: relative;
	z-index: 2;
	border: none;
	letter-spacing: 1px !important;
	min-width: 150px;
	font-size: 15px;
}
.btn_style:focus {
	box-shadow: none;
	color: #fff;
}
.btn_style:after {
	content: '';
	position: absolute;
    background-color: #f9461d;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_style:hover {
	color: #fff;
	    border-color: #f9461d;
}
.btn_style:hover:after {
	opacity: 1;
	transform: scaleX(1);
}
.btn-text{
	    background-color: #f9461d;
	    color: #fff;
}
a{
	color: #222;
}
a:hover{
	color: #f9461d;
}
input:focus{
	outline: none;
}
/*sec_tital*/
.sec-title {
	position: relative;
}
.sec-title h2 {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 15px;
}
.sec-title h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 270px;
	border-bottom: 2px solid #e4e4e4;
}
.sec-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 70px;
	border-bottom: 5px solid #f9461d;
}
.center_bdr h2:before, .center_bdr h2:after {
	left: 50%;
	transform: translateX(-50%);
}

/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;
	margin-top: 0px;
	background: #000;
	overflow:hidden;
}
@media (max-width: 767px) {
	.main-banner {
		margin-top: 67px;
	}
}
.main-banner .banner-text .sub-text {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}
.main-banner .banner-text h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: 1.5 !important;
	text-transform: uppercase;
	padding: 10px 0;
}
.main-banner .banner-text h2 span {
	color: #f9461d;
	font-size: 40px;
}
.main-banner .banner-text p {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.main-banner .tp-parallax-wrap {
}
.main-banner .tp-mask-wrap {
	height: auto;
}
.main-banner .more-btn {
	background: #f9461d;
	line-height: 30px;
	padding-left: 38px;
	padding-right: 38px;
	font-weight: 700;
	color: #fff;
}
.main-banner li .btn-text {
border: none;
}
#wrapper .main-banner .tp-bullets {
	top: auto;
	left: 52%;
	display: block;
	visibility: visible;
	opacity: 1;
	bottom: 66px;
}
.main-banner .tp-bullet {
	width: 26px;
	height: 3px;
	background: #8f8f8f;
}
.main-banner .tp-bullet.selected {
	background: #ffaf36;
}
.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
	border: 1px solid #fff;
	z-index: 99;
	cursor: pointer;
	background: none;
	visibility: hidden;
}
.main-banner:hover .tparrows.tp-leftarrow, .main-banner:hover .tparrows.tp-rightarrow {
	visibility: visible;
}
.tparrows.tp-leftarrow:hover, .tparrows.tp-rightarrow:hover {
	background: #f9461d;
	border: 1px solid #f9461d;
}
.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
/* 	background-color: rgba(0,0,0,0.69); */
	content: '';
}
@media (max-width: 480px) {
	.main-banner .banner-text h2, .main-banner .banner-text span {
		font-size: 18px !important;
	}
	.main-banner .banner-text p {
		line-height: 1.2;
		font-size: 15px;
	}
}

.main-banner li .btn-text {
	line-height: 44px !important;
}
/* About_Us */
.about_comp h2 {
	margin: 20px 0px;
}
.about_comp span {
	color: #f9461d;
}
.about_comp p {
	margin-bottom: 20px;
}
.about_box p {
	margin: 0px;
}
.about_btn{
	min-width: 200px;
}
/* Service */
.feature-box{
	    border: 2px solid #e9ecef;
    padding: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;
        float: left;
    width: 100%;
}

.feature-box:hover {
    box-shadow: 0px 30px 80px 0 rgba(20,52,92,0.2);
    border-radius: 5px;
    border-color: #fff;
    background-color: #fff;
}
.left_icon {
	float: left;
	width: 50px;
	position: relative;
}
.left_icon i {
	font-size: 40px;
	color: #6f6f6f;
}
.left_icon .small_brd {
	height: 40px;
	width: 2px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #6f6f6f;
}
.right_text {
	float: right;
	width: calc(100% - 70px);
	margin-left: 16px;
}
.right_text h3 {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	color: #222;
}
.feature-box p{
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.feature-box{
		padding: 20px;
	}
}
/* progress */
.progress_sec .progress{
    margin-bottom:45px;
    position: relative;
    overflow: inherit;
    /* padding-top: 16px; */
}

.progress_sec .progress:last-child{
	margin-bottom: 0px;
}
.progress_sec .progress .progress-bar{
    height: 6px;
    line-height: 3;
    text-align: right;
    color: #000;
    background-color: #f9461d;
}
.progress_sec .progress .top_value{
	    position: absolute;
	    top: -22px;
	    left: 0;
	    font-size: 16px;
	    font-weight: 600;
}
/*Priceing*/
.price_box {
	background-color: #f6f6f6;
	border: 1px solid #e8e8e8;
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: all 0.3s;
	    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.price_box:hover {
	box-shadow: 0px 4px 10px 1px #ccc;
}
.price-title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-top: 46px;
}

.price-title:hover {
	color: #f9461d;
}

.price_table {
	margin-top: 67px;
	text-align: center;
}

.price-amount {
	background-color: #fff;
	border: 2px solid #f9461d;
	border-radius: 100%;
	height: 100px;
	line-height: 2.5;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100px;
	top: 23px;
}

.price-amount > span {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	z-index: 99;
	margin-left: -23px;
}
.price-amount span.month {
	font-size: 12px;
	position: absolute;
	bottom: 18px;
}
.price-amount::after {
	background-color: #f9461d;
	border-radius: 100%;
	content: "";
	display: block;
	height: 90px;
	margin-left: 3px;
	margin-top: 3px;
	position: absolute;
	width: 90px;
}

.price_table li {
	padding-bottom: 25px;
	text-align: center;
	list-style: none;
}

.price-btn {
	margin-top: 13px;
	text-align: center;
	margin-bottom: 59px;
}

.price_box:hover .price-title {
	color: #f9461d;
}

.price_box:hover .purchase-button {
	color: #fff;
	background-color: #f9461d
}


/* Team */
.team_box {
	padding: 35px;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 30px 80px 0 rgba(20,52,92,0.2);
	border-radius: 5px;
	    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.team_box:hover {
	box-shadow: 0px 40px 100px 0 rgba(20,52,92,0.3);
	border-radius: 5px;
	transform: translate(0px, -10px);
}

.team_box .team_img {
	height: 150px;
	width: 150px;
	display: inline-block;
	margin-bottom: 25px;
}
.team_box .team_img img {
	border-radius: 50%;
}
.team_detail h3 {
	margin-bottom: 0px;
	line-height: 1;
}

/*Testimonial*/
.testimonial-box {
	text-align: left;
}
.testimonial-box-block {
    background: #fff;
    padding: 15px;
    
}
.quote-text {
	padding-left: 30px;
	padding-top: 10px;
}
.quote-icon i {
	font-size: 50px;
}
.quote-left {
	padding-top: 60px;
}
.quote-right {
	text-align: right;
}
.quote-author {
	float: left;
	text-transform: uppercase;
	padding-left: 30px;
}
.pt-130 {
	padding-top: 130px;
}
@media (max-width: 991px) {
	.pt-130 {
		padding-top: 0;
	}
}
.testimonial-block__section .quote-left {
	padding-top: 0;
}
.testimonial-block__section .quote-icon i {
	font-size: 30px;
}
.testimonial-block__section .quote-box {
	padding-right: 30px;
}
.dots_style .owl-controls .owl-dots{
	text-align: center;
}
.dots_style .owl-controls .owl-dots .owl-dot{
	display: inline-block;
	    margin:30px 5px 0px 0px;
}
.dots_style .owl-controls .owl-dots .owl-dot span{
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border: 1px solid #f9461d;
	display: block;
}
.dots_style .owl-controls .owl-dots .owl-dot.active span{
	background:#f9461d;
}
@media (max-width: 767px) {
	.testimonial-block__section .quote-left {
		padding-top: 26px;
	}	
}

/*blog*/
.blog-post{
	    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 30px 80px 0 rgba(20,52,92,0.2);
        padding: 18px 20px 25px;
    border-radius: 5px;
        max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.blog-post:hover{
	    box-shadow: 0px 40px 100px 0 rgba(20,52,92,0.3);
    transform: translate(0px, -10px);
}
.post-details a {
	display: block;
	padding: 22px 0px;
	border-bottom: 1px solid #cecece;
}
.post-details a:hover{
	color: #f9461d;
}
.author {
	margin-top: 12px;
}
.author img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: left;
	margin-top: 5px;
}
.author span {
	display: inline-block;
	width: calc(100% - 40px);
	padding-left: 20px;
	line-height: 1.3;
	color: #b7b7b7;
}





/* ----------------------------------------------------------------------*/
/* Portfolio   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}

.container-filter li {
	list-style: none;
	display: inline-block;
	margin-bottom: 10px;
}

.container-filter li a {
	display: block;
	padding: 6px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #222;
}

.container-filter li a:before {
	top: -10px;
}
.container-filter li a:after {
	bottom: -10px;
}
.container-filter li a.active, .container-filter li a:hover {
	color:#f9461d;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display: inline-block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	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;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
	/* background: #000; */
}
.item-box img {
	width: 100%;
}
.item-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.44);
	opacity: 0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.item-box:hover:after {
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	opacity: 1;
}

.link-zoom {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	height: 40px;
	position: absolute;
	top: 55%;
	left: 50%;
	color: #fff;
	z-index: 1;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	opacity: 0;
}
.item-box:hover .link-zoom {
	top: 50%;
	opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}
.link-zoom a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f9461d;
	font-size: 17px;
	color: #fff;
}
.link-zoom a.project_links {
	background: #f9461d;
}
.item-box a {
	display: inline-block
}
.item-box a:hover i {
	color: #fff;
}
.item-box > a {
	display: block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	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;
}

/* ===================================================================================================== */
/* Contants (Portfolio, Blog, Shop, etc) -------------------  */
/* ===================================================================================================== */

.container.nf-container1 {
	padding-left: 15px;
	padding-right: 15px;
}
.shop-carousel [class*="col-"] {
	width: 100% !important;
	max-width: 100%;
}
.nf-row1 {
	margin-left: -15px;
	margin-right: -15px;
}

.nf-col-padding {
	padding-left: 25px;
	padding-right: 25px;
}

.nf-row1:before, .nf-row1:after, .nf-row2:before, .nf-row2:after {
	display: table;
	content: " ";
}

.nf-row1:after, .nf-row2:after {
	clear: both;
}

.nf-row1 .nf-item.spacing, .nf-row1 .grid-sizer.spacing {
	padding: 15px;
}

.nf-row2 .nf-item.spacing, .nf-item.spacing, .nf-row2 .grid-sizer.spacing, .spacing-box {
	padding: 10px;
}

.spacing-grid {
	padding-top: 25px;
	padding-bottom: 25px;
}

.nf-col-1 .nf-item, .nf-col-1 .grid-sizer {
	width: 100%;
	min-height: 1px;
}

.nf-col-2 .nf-item, .nf-col-2 .grid-sizer {
	width: 50%;
	min-height: 1px;
}

.nf-col-3 .nf-item, .nf-col-3 .grid-sizer {
	width: 33.3333%;
	min-height: 1px;
}

.nf-col-4 .nf-item, .nf-col-4 .grid-sizer {
	width: 25%;
	min-height: 1px;
}
.nf-col-4 .w2x {
	width: 50%;
}
.nf-col-5 .nf-item, .nf-col-5 .grid-sizer {
	width: 20%;
	min-height: 1px;
}

.nf-col-6 .nf-item, .nf-col-6 .grid-sizer {
	width: 16.6666%;
	min-height: 1px;
}

.nf-col-1 .nf-item.w1, .nf-col-2 .nf-item.w1, .nf-col-3 .nf-item.w1, .nf-col-4 .nf-item.w1 {
	width: 100%;
}

.nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2 {
	width: 50%;
}

.nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3 {
	width: 33.3333%;
}

.nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4 {
	width: 25%;
}

.nf-col-1 .nf-item.w4-2, .nf-col-2 .nf-item.w4-2, .nf-col-3 .nf-item.w4-2, .nf-col-4 .nf-item.w4-2, .nf-col-1 .nf-item.w3-2, .nf-col-2 .nf-item.w3-2, .nf-col-3 .nf-item.w3-2, .nf-col-4 .nf-item.w3-2 {
	width: 50%;
}

.nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1 {
	width: 75%;
}

.nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
	width: 66.6666%;
}

@media (max-width: 991px) {
	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 50%;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 33.3333%;
	}

	.nf-row2 .nf-item.spacing, .nf-row2 .grid-sizer.spacing {
		padding: 25px;
	}
}

@media (max-width: 767px) {

	.container {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}

	.nf-col-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.spacing-grid {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}

	.nf-col-3, .nf-col-4 {
		margin: 0 auto;
		max-width: 480px;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}

	.nf-row2 .nf-item.spacing, .nf-row1 .nf-item.spacing, .spacing-box {
		padding: 15px;
	}

	body .xs-hidden {
		visibility: hidden;
		display: none;
		opacity: 0;
	}
}

@media (max-width: 480px) {

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}
}



/*footer_contect*/
.contcat {
	border: 10px solid #cacaca;
	display: inline-block;
	padding: 20px;
	width: 100%;
}
.foot_logo a {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 30px;
	color: #232323;
	display: inline-block;
}
.contcat ul {
	padding: 0px;
	margin-bottom: 0;
}
.cont_info li {
	list-style: none;
	margin-bottom: 11px;
}
.social-icons {
	margin-top: 13px;
	margin-bottom: 0px;
	float: left;
}
.social-icons li {
	list-style: none;
	float: left;
	width: 30px;
	text-align: center;
}

.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 20px 0;
	border-radius: 2px;
}
.mdl-shadow--2dp, .card-panel, .card {
	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 26px;
}
.ui-input-group:first-child {
	margin-top: 0px;
}
.color-primary, a.color-primary {
	color: #f9461d;
}

.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;
}
.page-signin .body-inner:before {
	z-index: -1;
	content: ' ';
	line-height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f9461d;
	height: 220px;
}
.ui-input-group > input, .ui-input-group > textarea {
	padding-left: 0;
	padding-right: 0;
	border: none;
	border: none;
	border-bottom: 1px solid #CBD5DD;
	margin: 0;
	background: transparent;
	border-radius: 0px;
}
.ui-input-group > input:focus, .ui-input-group > textarea {
	border-bottom: 1px solid #CBD5DD;
	box-shadow: 0 0 0 #fff;
	background-color: transparent !important;
}
.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: #f9461d;
	-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 > textarea
.ui-input-group .input-bar:after {
	right: 50%;
}

.ui-input-group > textarea {
	resize: none;
	width: 100%;
	font-size: 13px;
	padding: 20px 0 0 10px;
	height: 119px;
}
.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #f9461d;
	-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: -4px;
	-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;
}
@media (max-width: 767px) {
	.ui-input-group > label {
		top: 0px;
	}
}
.ui-input-group>input:focus ~ label, .ui-input-group>input:valid ~ label,
.ui-input-group > textarea:focus ~ label, .ui-input-group > textarea:valid ~
label {
	top: -19px;
	left: 0;
	font-size: 12px;
}

.ui-input-group>input:focus ~ label, .ui-input-group>textarea:focus ~ label,
.ui-input-group > textarea:focus ~ label, .ui-input-group>textarea:focus ~
label {
	color: #f9461d;
}
.ui-input-group>input:focus ~ .input-bar:before, .ui-input-group>input:focus ~ .input-bar:after,
.ui-input-group > textarea:focus ~ .input-bar:before, .ui-input-group > textarea:focus ~
.input-bar:after {
	width: 50%;
}
.ui-input-group>input:focus ~ .input-bar:before, .ui-input-group>input:focus ~ .input-bar:after,
.ui-input-group > textarea:focus ~ .input-bar:before, .ui-input-group > textarea: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 #f9461d;
	top: 4px;
	position: relative;
	margin-right: 10px;
}
.custom-check:before {
	content: "";
	font-family: "Ionicons";
	color: #f9461d;
	font-size: 24px;
	position: absolute;
	top: -3px;
	left: 5px;
}
.checkbox-field #check_box:checked + .custom-check:before {
	content: "\f3fd";
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
}
/* Home page 2 banner */

/*---------------Parallax Banner---------------*/
.banner-area.banner-1 {
	background: url(../images/banner/slider1.jpg) 50% no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
	background-position: 50% 50%;
}
.banner-area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
}
/*---------------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;
	position: relative;
	z-index: 10;
	padding-top:100px;
}
.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: 15px;
	text-transform: capitalize;
}
.follow-me ul {
	margin: 0;
	padding: 0;
}
.follow-me li {
	z-index: 9;
	margin-right: 10px;
	position: relative;
	display: inline-block;
}
.follow-me li a i {
	color: #fff;
	height: 32px;
	width: 32px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s;
}
.follow-me li a:hover i {
	color: #222;
}
.overlay {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(0,0,0,0.6);
}

/* HomePage 3 Banner */
/*Image Brun effect*/
.page-cover {
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 0;
}

.page-cover .cover-bg {
    background: url(../images/vegas/bg-default.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 99;
}
.vegas-overlay{
	 opacity: .2 !important;
	background: url(../images/02.png) center center;
}
.full-size {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pos-abs {
    position: absolute;
    height: 100vh !important;
}
.content_pos{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.banner-area.banner-1{
	overflow: hidden;
}
.banner_content{
	margin: 0 auto;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.slider-title .banner_content h1{
    z-index: 9;
    color: #fff;
    font-size: 39px;
    line-height: 1.5;
    text-transform: uppercase;
}
.slider-title .banner_content p{
	font-size: 16px;
}
.banner_content .sub_title{
	color: #fff;
    font-size:20px;
}

.slider-title .banner_content h1 span{
 color: #f9461d;
}
.banner_btn .btn_style{
	margin: 0 5px;
}
.btn_bg{
 background: #f9461d;
}

/*Home Page Video*/
.mbYTP_wrapper {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 9 !important;
   
}
.header .header-overlay{
	background:#2d2121 url(../images/video_bg.jpg) 0 0 no-repeat;
	background-blend-mode: overlay;
}
.position_block{
	position:static !important;
}

.YTPOverlay.raster{
	    background-color: rgba(0, 0, 0, 0.69);
}