/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.banner_slider{
	position: relative;
		height: 100vh;
}
.banner_stetic {
	background: url(../../../../globalwealthasset.com/assets/images/corporate1.jpg);
	background-size: cover;
	overflow: hidden;
	background-attachment: fixed;
	height: 100vh;
	position: relative;
	width: 100%;
	top: 0;
}
.banner_content {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 80px;
	width: 50%;
	color: #fff;
	z-index: 9;
}
.banner_content .btn-text {
	border:none;
	position:relative;
	z-index:1;

}

.solid_show:hover{
		background: #1d1d1d !important;
	border-color: #1d1d1d !important;
	color: #fff;
}


@media (min-width: 768px) and (max-width: 991px) {
	.banner_content {
		padding: 100px 40px;
		width: 65%;
	}
}

@media (max-width: 767px) {
	.banner_content {
		width: 88%;
		text-align: center;
		padding: 30px 15px;
		margin: 0 auto;
		left: 0;
		bottom: 50%;
		/* margin-top: 164px; */
		transform: translateY(50%);
	}
}
.banner_content .owl-controls{
	display: none;
}
/*button_CSS*/
.btn-text {
	font-size: 14px;
	color: #fff;
	font-family:  'Poppins', sans-serif;
	line-height: 48px;
	padding: 0 22px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #fff;
	height: 44px;
	border-radius:0;
	text-align: center;
	position:relative;
	z-index:2;
	border: none;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	border: none;
}
.btn-text:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transform:scaleX(0);
	opacity:0;
	transition:all 0.3s ease-in-out;

}
.btn-text:hover:before{
	transform:scaleX(1);
	opacity:1;
	z-index:-1;
}
.dark_btn{
	background: #222 !important;
}
.dark_btn:before{
	background: #fff;
}
.dark_btn:hover{
	color:#222 !important;
}
.light_btn{
	background: #fff !important;
}
.light_btn:before{
	background: #222;
}
.light_btn:hover{
	color:#fff !important;
}
.bg_btn{
	background:#3094f1;
}
.bg_btn:before{
	background: #222;
}
.bg_btn{
	color:#fff !important;
}
/*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 #3094f1;
}
.center_bdr h2:before, .center_bdr h2:after {
	left: 50%;
	transform: translateX(-50%);
}
.center_bdr h2:after {

}
/*about*/
.top_compy span {
	color: #222;
}
.top_compy h2 {
	margin: 15px 0px 25px;
	font-size: 30px;
}
.compny_point i {
	font-size: 32px;
	line-height: normal;
	color: #3094f1;
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.compny_point h4{
	display:inline-block;
	vertical-align:middle;
	
}
.compny_point p {
	margin: 0px;
}

/*Service*/
.inner-header-wraper:hover i {
	background: #3094f1;
	color: #fff;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	box-shadow: 0 2px 95px -20px #7e8888;
	box-shadow: 0 0px 0px 46px #3094f1 inset;
}
.line-box p {
	padding: 0 20px;
}
.inner-header-wraper h3 strong {
	position: absolute;
	left: 80px;
	font-size: 40px;
	z-index: -1;
	color: #e8e8e8;
	top: 18px;
}
.inner-header-wraper {
	padding-top: 30px;
	padding-bottom: 24px;
	position: relative;
}
.inner-header-wraper span {
	height: 50px;
	width: 50px;
	background: #3094f1;
	position: absolute;
	display: block;
	font-size: 25px;
	border-radius: 100%;
	color: #fff;
	left: 0;
	top: 12px;
	text-align: center;
	line-height: 50px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.zoom:hover span {
	box-shadow: 0 2px 95px -20px #7e8888;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.homepage-two .zoom:hover span, .homepage-three .zoom:hover span {
	transform: scale(1.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.left-block {
	width: 50%;
	float: left;
	position: relative;
	height: 630px;
}
.right-block {
	width: 50%;
	float: right;
	position: relative;
	height: 630px;
}
.bg-color {
	background: #3094f1;
}
.booking-section {
	overflow: hidden;
}
.icon-arrow {
	position: absolute;
	color: #3094f1;
	right: 10px;
	top: 40px;
	font-size: 23px;
	pointer-events: none;
	height: 40px;
	width: 28px;
	background: #fff;
	text-align: center;
	line-height: 40px;
}
.treatment {
	float: right;
	max-width: 650px;
	padding: 80px 60px;
}
.we-best .treatment ul {
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
}
.treatment ul li {
	margin-bottom: 28px;
	position: relative;
	padding-left: 132px;
	min-height: 100px
}
.treatment strong {
	font-size: 18px;
}
.icon-circle {
	font-size: 50px;
	border: 1px solid #d5d5d5;
	height: 89px;
	width: 89px;
	text-align: center;
	line-height: 89px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	display: block;
}
.first-event {
	padding-top: 6px;
	padding-left: 1px;
	margin-bottom: 26px;
}
.event-calender {
	width: 63px;
	height: 80px;
	display: block;
	background: #3094f1;
	float: left;
	text-align: center;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	padding-top: 18px;
	margin-right: 23px;
}
.event-calender span {
	font-size: 14px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-top: 5px;
}
.first-event {
	padding-top: 6px;
	padding-left: 1px;
	margin-bottom: 26px;
}
.event-info {
	padding-top: 4px;
	float: left;
	width: 84%;
}
.time-location {
	letter-spacing: 0;
	padding-bottom: 10px;
}
.time-location span {
	font-size: 14px;
	color: #818799;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-right: 24px;
}

.news-img {
	padding-right: 0;
}
.our-event .event-info {
	width: 71%;
}

.servicebox .icon-circle {
    position: static;
    display: block;
    margin: 0 auto;
}

.line-box i {
    box-shadow: 0 0px 0px 1px #3094f1 inset;
}
.line-box {
    background:#fff;
    text-align: center;
}
.servicebox h3 a:hover{color: #3094f1;}
.servicebox h3 {
    font-size:20px;
    font-weight: 400;
    line-height: 16px;
    padding: 20px 0 0;
        margin-top: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 600;
}

/*project*/
#work{
	background: url(../images/project_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.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 {
        margin: 0px 8px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    padding: 10px 12px;
    color:#fff !important;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    border:1px solid #3094f1;
    background: #3094f1;
}
.container-filter li a.active, .container-filter li a:hover {
    background: transparent !important;
    border:1px solid #3094f1;
}
.container-filter li a:before,
.container-filter li a:after {
	content: '';
	left: 0;
	position: absolute;
	background: #ffaf36;
	width: 100%;
	height: 1px;
	z-index: -1;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
}
.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;
}
.item-box img{
	width: 100%;
}
.item-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	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;
}
.gallery-heading h4 {
	margin-bottom: 0;
}
.gallery-heading h4 a {
	color: #fff;
}
.gallery-heading h4 a:hover {
	color:#3094f1;
}
.gallery-heading {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: absolute;
	bottom: -100px;
	left: 0;
	width:100%;
	padding-left:25px;
	color: #fff;
	z-index: 1;
	
}
.item-box:hover .gallery-heading {
	bottom: 11px;
	transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
}
.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:#2f93f1;
	font-size: 17px;
	color: #fff;
}
.link-zoom a.project_links {
	background:#3094f1;
}
.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);
	-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;
	width: 100%;
}
.item-box>a{
	display: block;
}

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

.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;
}

.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;
	}



	.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%;
	}
}

/*--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:40px;
	color:#fff;
}
.price-value,.price-value.two,.price-value.three {
	background:#3094f1;
	padding:30px;
	border-bottom:2px solid#3094f1;
	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:#3094f1;
	border-bottom:2px solid#3094f1;
}
.price-value.three {
	background:#3094f1;
	border-bottom:2px solid#3094f1;
}
.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 40px;
width: 281px;
text-align: center;
display: block;
position: absolute;
left: -47px;
top: -41px;
-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:#444;
}

.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#3094f1;
}

.cart1 a,.cart2 a,.cart3 a{
	color: #FFF;
	font-size: 0.9em;
	font-weight: 500;
	padding: 0.8em 2em;
	text-decoration: none;
	background:#3094f1;
	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: 1em 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: 18px;
	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;
	}
	
	

}



/*Team_section*/
.team_section {
	position: relative;
}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

.grid figure {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	max-width: 480px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure strong span {
	display: block;
	font-weight: 300;
}


/*-----------------*/
/***** Terry *****/
/*-----------------*/

figure.effect-terry {
	background: #34495e;
}

figure.effect-terry figcaption {
	padding: 1em;
}

figure.effect-terry figcaption::before, figure.effect-terry figcaption::after {
	position: absolute;
	width: 200%;
	height: 200%;
	border-style: solid;
	border-color: #101010;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-terry figcaption::before {
	right: 0;
	bottom: 0;
	border-width: 0 70px 65px 0;
	-webkit-transform: translate3d(70px,65px,0);
	transform: translate3d(70px,65px,0);
}

figure.effect-terry figcaption::after {
	top: 0;
	left: 0;
	border-width: 15px 0 0 15px;
	-webkit-transform: translate3d(-15px,-15px,0);
	transform: translate3d(-15px,-15px,0);
}

figure.effect-terry img, figure.effect-terry p a {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-terry img {
	opacity: 0.85;
	width: 100%;
}

figure.effect-terry strong {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.4em 27px;
	-webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
	transition: transform 0.35s, opacity 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	opacity: 0;
}

@media screen and (max-width: 920px) {
	figure.effect-terry strong {
		padding: 0.75em 27px;
		font-size: 100%;
	}
}

figure.effect-terry p {
	float: right;
	clear: both;
	text-align: left;
	text-transform: none;
	font-size: 111%;
}

figure.effect-terry p a {
	display: block;
	margin-bottom: 1em;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate3d(90px,0,0);
	transform: translate3d(90px,0,0);
}

figure.effect-terry p a:hover, figure.effect-terry p a:focus {
	color: #3094f1;
}

figure.effect-terry:hover figcaption::before, figure.effect-terry:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-terry:hover img {
	opacity: 0.6;
}

figure.effect-terry:hover strong, figure.effect-terry:hover p a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

figure.effect-terry:hover p a {
	opacity: 1;
}

figure.effect-terry:hover p a:first-child {
	-webkit-transition-delay: 0.025s;
	transition-delay: 0.025s;
}

figure.effect-terry:hover p a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-terry:hover p a:nth-child(3) {
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

figure.effect-terry:hover p a:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}


/*Choose_Sec*/
.secondary_bg {
	background: #f1f1f1;
}
.overflow_hidden {
	overflow: hidden;
	position: relative;
}
.light-color h2 {
	word-wrap: break-word;
	font-weight: 800;
}
.image_cover {
    background-image: url(../images/left_1.jpg);
    background-size: cover;
    display: block;
    position: absolute;
    width: 34%;
    z-index: 2;
    top: 0;
    right:0px;
    bottom: 0;
    background-position: 50% 50%;
}
#choose_us .creative_heading p {
	color: #323232;
}
.fontsize_28 {
	font-size: 28px;
	color: #fff;
}
.choose_box {
	background: #ffffff;
	padding: 30px 30px 15px;
	margin-bottom: 30px;
}
.choose_box .media-body h4 {
	margin: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#choose_us .image_cover {
		display: none;
	}
}

.fontsize_28 {
	font-size:40px;
	color: #3094f1;
}
.choose-us h4 {
	font-size: 20px;
	margin-bottom: 0;
}
.choose-us .media {
	overflow: visible;
}

.image_cover_right {
	width: 34%;
}

@media (max-width: 767px) {
	.image_cover {
		position: static;
		width: 100%;
		height: 300px;
		margin-top: 0px;
	}
}


/*Feature Section */
.featured-icon-wrap {
	list-style: none;
	padding-left: 0;
	padding-top: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.featured-icon-wrap {
		padding-top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.featured-icon-wrap {
		padding-top: 00px;
	}
}
@media (max-width: 767px) {
	.featured-icon-wrap {
		padding-top: 0;
	}
}
#features figure {
	margin: 0px;
}
.featured-content-wrap {
	width: 73%;
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
}
.feature-icon-wrap {
	margin-top: 0px;
	width: 85px;
	position: relative;
	text-align: center;
}
.feature-icon {
	height: 85px;
	width: 85px;
	font-size: 32px;
	line-height: 54px;
	color: #fff;
	padding: 15px;
	display: block;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	position: relative;
	z-index: 3;
}
.feature-icon-wrap:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 85px;
	border: 1px solid #3094f1;
	border-radius: 50%;
	background: transparent;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	background: #3094f1;
}

.featured-icon-wrap li:hover .feature-icon {
	color: #fff;
}

.moc-wrap img {
	display: block;
	margin: 0 auto;
}
.bg-color {
	background: rgba(0,0,0,0.04);
}
.btn-block a {
	margin: 0 10px;
}
#statements h4 {
	color: #fff;
}
.gmnoprint {
	display: none;
}
.paragraphs-block p {
	margin-bottom: 20px;
}
.grid-boxed {
	border: 1px solid transparent;
	padding: 20px;
}
.buttons {
	margin-bottom: 60px;
}
.buttons h2 {
	font-size: 20px;
}
.buttons a {
	margin: 5px;
}



/*-------------------------------------------------------------------------------------------*/
/*  Testimonials     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.overlay-dark, .overlay-dark80, .overlay-light, .overlay-light80 {
    position: relative;
    z-index: 1;
}
 .dark-bg p, .dark-bg h3, .dark-bg h6{ color: #fff;}
 
.overlay-dark80:before {
    background-color: rgba(0, 0, 0, 0.81);
}

.light-color *{
	color: #fff;
}

.overlay-dark:before, .overlay-dark80:before, .overlay-light:before, .overlay-light80:before, .tp-bgimg:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
#testimonial{
	background: url(../images/testimonial_bg.jpg);
	    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.container-icon {
	font-size: 25px;
	margin-bottom: 15px;
	color: inherit;
}
.testimonial-pic {
	width: 128px;
	height: 128px;
	border-radius: 50%;
	margin: 0 auto 20px;
	overflow: hidden;
}

.testimonial {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.quote-author {
	margin-top: 15px;
}

.quote-author span {
	font-weight: 400;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-controls .owl-dots .owl-dot span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 0px 5px;
    background: #fff;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    cursor: pointer;
}


.owl-carousel .owl-controls .owl-dots .active span {
    background: none repeat scroll 0 0 #323232;
}

.nf-carousel-theme .owl-controls .owl-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}


/*Blog*/
.white-bg {
    background: #fff;
}
.blog-post {
    display: inline-block;
    width: 100%;
}
.blog-post .post-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.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;
}
.blog-post .post-meta{
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
}
.blog-post .post-meta span{
    margin-right: 3px;
}
.blog-post .post-header h5, .blog-post .post-header h4, .blog-post .post-header h3 {
    margin-top: 5px;
    margin-bottom: 20px;
}
.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-tag {
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
}
.blog-post .post-tag span {
    margin-right:3px;
}
.blog-post .post-tag span a {
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 5px 10px 3px;
}
.blog-post .post-more-link {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*========Contact==========*/
#contact-section{
	position:relative;
	padding-top:120px;
	background: #272727;
}
#contact-section:before {
    content: '';
    width: 100%;
    height: 100px;
    background:#1c1c1c;
    position: absolute;
    bottom:0;
    left:0;
}
@media (max-width: 767px) {
#contact-section{
	padding-top: 30px;
}
}
#contact-section h2{
	color:#fff;
}
.map {
	width: 100%;
	height: 478px;
}
#map {
	height: 100%;
}
.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: #272727;
	text-align: center;
  box-shadow:0px 7px 20px 10px rgba(0, 0, 0, 0.15);
}
.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: 138px;
	padding: 12px 15px;
	background:#1c1c1c;
	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:#1c1c1c;
	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 #0078d7;
}
.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:28px;
	border: 1px solid #d5d5d5;
	height:70px;
	width:70px;
	text-align: center;
	line-height:70px;
	margin: 0 auto;
	border-radius: 100%;
	display: block;
	color: #3094f1;
}
.contact .icon-circle {
	border: 1px solid #0078d7;
	color: #0078d7;
}
.mapmarker .ion-ios-location {
	color: #0078d7;
	font-size: 50px;
}
.form-full {
	width: 100%;
}
.btn{
  border-radius:20px;
  background-color: #0078d7;
  box-shadow: -1px 7px 19px 6.8px rgba(9, 18, 31, 0.52);
	color:#fff;
  width: 139px;
  height: 40px;
      -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;


}
.btn:hover{
	box-shadow:0px 7px 20px 10px rgba(0, 0, 0, 0.15);
	color:#fff;
}
.btn:focus{
	box-shadow:2px 1px 20px 9px rgba(0, 0, 0, 0.15);
	outline:none;
	color:#fff;
}
.btn:active, .btn:active:focus {
     background-color: rgb(30, 140, 228);
    outline:none;
    color:#fff;
    box-shadow:2px 1px 20px 9px rgba(0, 0, 0, 0.15);
}