body{
	margin: 0;
	padding: 0;
	font-family: SourceSansPro;
}
a{
	color:#222;
}
a:hover{
	text-decoration:none;
	color:#222;
}
.clear{
	clear: both;
}
@font-face{
	src: url("../fonts/SourceSansPro-Regular.ttf");
	font-family: SourceSansPro;
}
@font-face{
	src: url("../fonts/SourceSansPro-Bold.ttf");
	font-family: SourceSansProBold;
}
@font-face{
	src: url("../fonts/Lora-Italic.ttf");
	font-family: lora;
}

#preloader  {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99;
	height: 100%;
}
#preloaderstatus  {
    width: 200px;
    height: 200px;
	position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.headings{
	background:#02814A !important;
	/*background:#006953 !important;*/
}


.sec-heading{
	text-align: center;
}
.sec-heading h1 {
	
	font-weight: 600;
}
.underline{
	width: 100px;
	height: 3px;
	background: #02814A ;
	position: relative;
	margin: 0px auto;
}
.head_back {
	background: #4C9ED9;
}
.header_top {
	background:linear-gradient(#41661A,#6A7F45) !important;
}
.white_text {
	color: #fff !important;
}
.deepblue-bg {
	background: #143D5A !important;
	color: #fff !important;
}
/* header section */
.header-section {
	position: relative;
	width: 100%;
	z-index: 1;
}
.header-top{
	background: rgba(0,0,0,0.5);
	padding: 2px 5%;
}
.header-top-left .navbar-nav > li > a {
	color: #fff;
	background: rgba(255,255,255,0.1);
	padding: 10px 25px;
	margin: 5px 0;
}
.header-top-left .nav .open > a,.header-top-left .nav .open > a:focus,.header-top-left .nav .open > a:hover {
	background-color: transparent;
	border-color: transparent;
}
.header-top-left .nav > li {
	color: #fff;
	line-height: 50px;
	margin-left: 25px;
}
.header-top-left .nav > li:first-child{
	margin-left: 0;
}
.header-top-left .nav > li i{
	background: rgba(255,255,255,0.1);
	border: 2px solid rgba(255,255,255,0.2);
	padding: 5px;
	font-size: 18px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 2px;
	margin-right: 10px;
}
.header-top-right .navbar-nav > li > a {
	color: #fff;
	padding: 8px 10px;
	margin: 5px 0;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
}
.header-top-right .navbar-nav > li > a:hover {
	background: transparent;
}
.header-top-right .nav .open > a,.header-top-right .nav .open > a:focus,.header-top-right .nav .open > a:hover {
	background-color: transparent;
	border-color: transparent;
}
.after-login-wallet{
	color: #fff;
	font-size: 14px;
	position: relative;
}
.after-login-wallet li{
	line-height: 48px;
	font-size: 16px;
	margin-left: 20px;
}
.after-login-wallet .dropdown {
	position: relative;
}
.after-login-wallet .dropdown-menu {
	position: absolute;
	right: 0;
	left: auto;
	top: 100%;
}
.after-login-wallet .dropdown-menu li{
	margin-left: 0;
}

.header-bottom{
	padding: 5px 5%;
	background: #fff;
}
.header-section .navbar {
	min-height: auto;
	margin-bottom: 0;
}
.header-section .navbar-brand {
	padding: 0;
	margin: 0px 0;
	height: 70px;
}
.header-bottom .navbar-brand img{
	height: 100%;
	width: 170px;
}
.header-bottom .nav > li > a {
	color: #02814A;
	border-bottom: 3px solid transparent;
	padding: 16px 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 35px;
	font-size: 18px;
	transition: all 0.2s ease-in-out;
}
.header-bottom .nav > li > a:focus,.header-bottom .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #02814A;
	border-bottom: 3px solid #02814A;
}
.header-bottom-menu .navbar-nav{
	display: inline-block;
	float: none;
}
.header-bottom-menu .navbar-collapse{
	text-align: center;
}
.header-cart-area {
	text-align: right;
	position: relative;
}
.header-cart-area a{
	font-size: 32px;
	line-height: 75px;
	color: #02814A;
}
.header-cart-area a strong{
	position: absolute;
	color: #fff;
	top: 16px;
	right: -7px;
	font-size: 14px;
	background: #02814A;
	line-height: 15px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	padding: 1px 4px;
	border: 1px solid transparent;
	box-shadow: 0 0 3px #000;
}
/* end header section */



/* start login section*/
.login-modal {
	
}
.login-heading h3 {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.login-body {
	background: #f5f5f5;
}
.login-body .form-control {
	height: 45px;
	border-radius: 0;
	border: 1px solid #eeeeee;
	border-left: 0;
	font-size: 16px;
	box-shadow: none;
}
.login-body .input-group-addon {
	border-radius: 0;
	background: #fff;
	border: 1px solid #eeeeee;
	border-right: 0;
}
.login-body .btn {
	border-radius: 0;
}
/* end login section*/

/* startRegistration section*/
.register-heading h3{
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.registration-body {
	background: #f5f5f5;
}
.registration-body .form-control {
	height: 45px;
	border-radius: 0;
	border: 1px solid #eeeeee;
	border-left: 0;
	font-size: 16px;
	box-shadow: none;
}
.registration-body .input-group-addon {
	border-radius: 0;
	background: #fff;
	border: 1px solid #eeeeee;
	border-right: 0;
}
.registration-body .btn {
	border-radius: 0;
}
/* end Registration section*/


/*slider section*/

/* start slider section*/
.slider-section {
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	height: 500px;
}
.slider-section .prev {
	top: 50%;
	margin-top: 10px;
	position: absolute;
	cursor: pointer;
	/*background: url('../images/arrow-left.png') no-repeat center center;*/
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	left: 50px;
	width: 31px;
	height: 58px;
	z-index: 100000;
}
.slider-section .next {
	top: 50%;
	margin-top: 10px;
	position: absolute;
	cursor: pointer;
	/*background: url('../images/arrow-right.png') no-repeat center center;*/
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	right: 50px;
	width: 31px;
	height: 58px;
	z-index: 100000;
}
.slider-section .prev::after {
	content: '\f137';
	font-family: 'FontAwesome';
	font-size: 40px;
	color: rgba(1,75,0,0.8);
	text-shadow: 0 0 5px #fff;
	-webkit-text-shadow: 0 0 5px #fff;
	-moz-text-shadow: 0 0 5px #fff;
	-ms-text-shadow: 0 0 5px #fff;
	-o-text-shadow: 0 0 5px #fff;
}
.slider-section .next::after {
	content: '\f138';
	font-family: 'FontAwesome';
	font-size: 40px;
	color: rgba(1,75,0,0.8);
	text-shadow: 0 0 5px #fff;
	-webkit-text-shadow: 0 0 5px #fff;
	-moz-text-shadow: 0 0 5px #fff;
	-ms-text-shadow: 0 0 5px #fff;
	-o-text-shadow: 0 0 5px #fff;
}
.slider-caption {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	z-index: 9999;
	position: absolute;
	font-family: 'SourceSansProBold';
}
.slider-caption-inner{
	position: absolute;
	width: 65%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.slider-caption-inner h1{
	margin: 0;
	color: rgba(255,255,255,0.9);
	text-align: center;
	font-size: 62px;
	text-shadow: 0 0 15px #000;
}
.slider-caption-inner p {
	text-align: center;
	font-size: 22px;
	padding-top: 15px;
	color: #fff;
	text-shadow: 0 0 5px #000;
}
.big-text {
	text-shadow: 0 0 15px #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	line-height: 42px;
	color: #ededed;
}
.big-text span {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 32px;
}
.flippy {
position: relative;
}
.flippy > * {
position: absolute;
opacity: 0;
top: -50px;
left: 50%;
transform: translateX(-50%);
list-style: none;
width: 100%;
display: block;
}
.flippy > *:first-child {
opacity: 1;
top: 0;
}



.slider-section .flexslider {
	margin: 0;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.slider-section .flex-direction-nav .flex-next {
	right: 0;
}
.slider-section .flex-control-nav {
	bottom: 0;
	z-index: 2;
}
/* end slider section*/


/*.slider-section{
	border: 0;
	margin: 0;
}
.slider-section a{
	text-decoration: none;
	color: #fff;
	text-shadow: 0 0 15px #000;
}
.slider-section .flex-control-nav {
	display: none;
}
.slider-section .flex-direction-nav .flex-next {
	right: 0;
}
.slider-section .slides > li {
	position: relative;
}
.slider-section .flex-direction-nav a::before {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
	font-size: 22px;
	border: 1px solid rgba(255,255,255,0.4);
}
.slider-caption-area {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.slider-caption h1{
	font-size: 59px;
	font-family: "SourceSansProBold";
}
.slider-caption p {
	width: 600px;
	margin: 20px auto;
	font-size: 20px;
	text-align: center;
	line-height: 22px;
}*/
.slider-caption-btn {
	text-align: center;
	padding-top: 60px;
}
.slider-caption-btn a {
	padding: 10px 25px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	background: rgba(2,129,79,0.7);
	color: #fff;
	border-radius: 20px;
	text-transform: uppercase;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 4px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0 0 4px rgba(255,255,255,0.7);
	-moz-box-shadow: 0 0 4px rgba(255,255,255,0.7);
	-ms-box-shadow: 0 0 4px rgba(255,255,255,0.7);
	-o-box-shadow: 0 0 4px rgba(255,255,255,0.7);
}
.slider-btn-right {
	background: rgba(255,255,255,0.7) !important;
	color: rgba(0,0,0,0.7) !important;
	border: 1px solid rgba(0,0,0,0.3) !important;
	box-shadow: none !important;
}
/*end slider section*/

/* start who we are section */
.who-we-area {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url('../images/advice-bg.png') no-repeat;
	background-position: 60% 0;
}
.who-we-left h1{
	font-size: 50px;
	margin: 0;
	padding-bottom: 25px;
	font-weight: 600;
	color: #02365e;
}
.who-we-left h6{
	font-size: 28px;
	color: #0E3458;
	padding-bottom: 30px;
	padding-top: 25px;
	font-family: lora;
}
.who-we-left p{
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.who-we-right{
	background: url(../images/about-us.jpg) no-repeat;
	background-size: cover;
	padding: 30% 30px;
	color: #fff;
	border: 10px solid rgb(241, 244, 250);
}
.who-we-right h1{
	font-size: 48px;
	font-family: SourceSansPro;
	padding-bottom: 20px;
}
/* end who we are section */

/* start index about Liken section */
.index-about-Liken {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url('../images/222.jpg') repeat-x;
	background-position: bottom;
}
.index-about-Liken-left {
	padding-bottom: 80px;
}
.index-about-Liken-left h1{
	font-size: 50px;
	margin: 0;
	padding-bottom: 25px;
	font-weight: 600;
	color: #02814A;
}
.index-about-Liken-left h6{
	font-size: 28px;
	color: #666666;
	padding-bottom: 30px;
	padding-top: 25px;
	font-family: lora;
	text-align: center;
}
.index-about-Liken-left p{
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: justify;
}
.index-about-Liken-right{
	background: url(../images/about-us.jpg) no-repeat;
	background-size: cover;
	padding: 30% 30px;
	color: #fff;
	border: 10px solid rgb(241, 244, 250);
}
.index-about-Liken-right h1{
	font-size: 48px;
	font-family: SourceSansPro;
	padding-bottom: 20px;
}
/* end index about us section */


/* start who we are 2 section */
.who-we-are-2 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.who-we2-heading{
	padding-bottom: 20px;
	text-align: center;
}
.who-we2-heading .underline{
	margin: 0 auto;
}
.who-we2-heading h1{
	margin: 0;
	padding-bottom: 20px;
	font-size: 48px;
	color: #02365e;
}
.who-we2-heading p{
	margin: 0;
	font-style: italic;
	font-size: 16px;
	padding-top: 20px;
}
.who-we2-title {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.who-we2-title-left{
	width: 15%;
	float: left;
}
.who-we2-title-left i{
	background: #BAAB98;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	border: 2px solid #fff;
	margin-right: 5px;
}

.who-we2-title-right {
	float: left;
	width: 85%;
}
.who-we2-title-right a{
	color: #02365e;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 24px;
	display: block;
}
.who-we2-txt {
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 20px;
	min-height: 100px;
}
.who-we-2-read-btn {
	padding: 10px 0;
}
.who-we-2-read-btn a{
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #41403f;
	font-weight: bold;
}
.who-we-2-read-btn a:hover{
	color: #baab98;
}
/* end who we are 2 section */



/*start rate statistics*/
.bitcoin-rate-area {
	padding: 30px 0;
}
.rate-section iframe{
	width: 100%;
	height: 400px;
}
.rate-section-left iframe {
	width: 100%;
	height: 400px;
	margin-top: 15px;
}
.rate-section-right iframe {
	width: 100%;
	height: 400px;
	margin-top: 15px;
}
/*end rate statistics*/

/* start get quote section*/
.get-quote-area {
	padding-top: 35px;
	padding-bottom: 35px;
	color: #fff;
	background: #02814A;
}
.get-quote-area h1{
	margin: 0;
}
.get-quote-btn a{
	padding: 10px 15px;
	display: inline-block;
	color: #02814A;
	background: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	text-align: center;
}
.get-quote-btn a:hover,.get-quote-btn a:focus{
	box-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
	-ms-box-shadow: 0 0 5px #fff;
	-o-box-shadow: 0 0 5px #fff;
}
.get-quote-btn{
	text-align: right;
}
/* end get quote section*/

/* start featured products */
.featured-products-area {
	padding: 30px 0;
}
.featured-products-area .sec-heading h1 {
	padding-bottom: 20px;
}
.featured-products-area .sec-heading .underline {
	margin-bottom: 50px;
}
.featured-single-products a{
	text-decoration: none;
	color: #02814A;
}
.featured-single-products a h2{
	text-align: center;
}
/* end featured products */

/* start healthy living */
.sec-text-group {
	background: url('../images/bg-parallax-3.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	padding: 40px 0;
}
.sec-text-group-inner{
	background: rgba(0,0,0,0.4);
	color: rgba(255,255,255,0.7);
	padding: 20px;
	text-align: center;
}
.sec-text-group-inner h1{
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}
/* end healthy living */

/* start company short services */
.company-short-services {
	padding: 30px 0;
}
.short-services-inner {
	text-align: center;
}
.short-services-icon {
	width: 70px;
	height: 70px;
	text-align: center;
	margin: 0 auto;
	font-size: 22px;
	line-height: 70px;
	background: #02814A;
	color: #fff;
	border-radius: 50%;
}
/* end company short services */

/* start email subscriptions */
.email-subscriptions {
	background: #02814A;
	text-align: center;
	color: #fff;
	padding: 30px 0;
}
.email-subscriptions h1{
	margin-top: 0;
	font-size: 42px;
	font-weight: 800;
	text-transform: uppercase;
}
.email-subscriptions h3{
	margin: 20px 0 25px;
	font-size: 28px;
}
.email-subscriptions .form-control{
	border-radius: 0;
	height: 45px;
}
.btn.email-subscrip-btn {
	border-radius: 0;
	background: #000;
	margin-left: -2px;
	height: 45px;
	text-transform: uppercase;
	font-weight: bold;
}
/* end email subscriptions */

/* start company news */
.company-news-area {
	background: url(../images/bg-news.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 120px;
	padding-bottom: 120px;
	color: #fff;
}
.company-news-heading {
	padding-bottom: 30px;
}
.company-news-heading h1 {
	text-align: center;
	margin: 0;
	padding-bottom: 20px;
	font-size: 48px;
}
.company-news-heading .underline {
	margin: 0 auto;
}
.company-news-heading p {
	margin: 0;
	text-align: center;
	font-style: italic;
	font-size: 16px;
	padding-top: 20px;
}
.c-news-txts {
	background: #fff;
	padding: 35px 25px;
}
.cat-links-link a {
	display: inline-block;
	background: #287AB5;
	color: #fff;
	padding: 3px 15px;
	border-radius: 10px;
	margin-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}
.cat-links-time {
	padding: 10px 0;
}
.cat-links-time a{
	text-decoration: none;
	display: inline-block;
	color: #287AB5;
	margin-right: 20px;
	font-style: italic;
}
.cat-links-time a i{
	padding-right: 5px;
}
.c-news-title a{
	display: block;
	text-decoration: none;
	font-size: 18px;
	color: #02365e;
	font-weight: bold;
	height: 55px;
	overflow: hidden;
}
.c-news-read-btn a {
	color: #000;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 20px;
}
.c-news-read-btn a i {
	margin-left: 3px;
	transition: all 0.1s ease-in-out;
}
.c-news-read-btn a:hover {
	color: #BAAB98;
}
.c-news-read-btn a:hover i {
	margin-left: 5px;
}
/* end company news */


/* start products area */
.products-body {
	/*background: url(../images/nsfx_stage_background.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
.products-category {
	background: #02814A;
	color: #fff;
}
.products-category h3{
	margin: 0;
	padding: 15px 10px;
	border-bottom: 4px solid #f1f1f2;
}
.products-category .nav > li > a {
	color: #f1f1f1;
	border-bottom: 3px solid #f1f1f2;
	font-size: 16px;
}
.products-category .nav > li > a > i{
	padding-right: 5px;
}
.products-category .nav > li > a:focus,.products-category .nav > li > a:hover {
	background-color: #fff;
	color: #082841;
	border-left: 3px solid #082841;
}
.products-left-ad {
	padding: 30px 0;
}
.products-left-ad img{
	width: 100%;
}
.products-top-banner {
	padding-bottom: 20px;
}
.products-single-area{
	margin-bottom: 30px;
}
.products-single-body{
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	-ms-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}
.products-single-star {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	font-size: 18px;
}
.products-single-title h3{
	margin: 0;
	height: 60px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.products-single-price {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.products-single-add-cart {
	background: #02814A;
	color: #fff;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
/* end products area */

/* start single product area */
.single-product-area {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #F5F5F5;
	border-bottom: 1px solid #eeeeee;
}
.single-product-inner{
	background: #fff;
	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.single-product-left{
	border: 1px solid #e5e5e5;
}
.single-product-right{
}
.single-product-title h2{
	margin: 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #e5e5e5;
	text-transform: uppercase;
	font-weight: 800;
}
.single-product-review {
	padding: 8px 0;
	font-size: 18px;
	border-bottom: 1px solid #e5e5e5;
}
.single-product-price{
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
}
.single-product-availability{
	font-size: 16px;
}
.single-product-size {
	padding-top: 15px;
}
.single-product-size .nav > li {
	margin-right: 12px;
	border: 1px solid #ddd;
	padding: 2px 10px;
}
.single-product-size .nav > li:hover {
	border-color: #000;
}
.single-product-short-details{
	text-align: justify;
	font-size: 14px;
	padding-top: 10px;
}
.single-product-add-cart {
	padding: 20px 0;
}
.sp-add-cart-btn {
	text-transform: uppercase;
	background-color: #02814A;
	color: #fff;
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #02814A;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}
.sp-add-cart-btn:hover{
	background-color: #fff;
	color: #082841;
}
/* end single product area */

/* start contact us area */
.contact_header {
	background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("../images/bg-parallax-3.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.contact_header_left .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	line-height: 105px;
}
.contact_header_left .breadcrumb li a{
	color: #fff;
}
.contact_header_right {
	text-align: right;
}
.contact_header_right h1 {
	text-align: right;
	font-size: 56px;
	margin: 0;
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact_wrap{
	position: relative;
	padding: 20px 20px 20px 80px;
}
.cont_wrap_icon{
	position: absolute;
	top: 12px;
	left: 0;
	width: 80px;
	font-size: 36px;
	text-align: center;
}
.contact_wrap h3{
	margin: 0;
	padding-bottom: 10px;
	padding-top: 3px;
	font-weight: 800;
}
.contact_wrap p{
	font-size: 18px;
}
.contact_get_sec {

}
.contact_get_head{
	border-bottom: 1px solid #BAAC98;
}
.contact_get_head h1{
	font-size: 42px;
	text-align: center;
	margin: 0;
	padding-bottom: 25px;
}
.contact_get_head .underline {
	margin: 0 auto;
	margin-bottom: -2px;
	width: 100px;
	height: 3px;
}
.contact_us_form {
	padding-top: 50px;
}
.contact_us_form .form-control{
	height: 45px;
	border-radius: 0;
}
.contact_us_form textarea.form-control{
	height: auto;
}
.contact_us_form_btn {
	text-align: center;
	padding-bottom: 15px;
}
.contact_us_form_btn .btn{
	width: 150px;
	margin: 0 auto;
	border-radius: 20px;
	padding: 10px;
	background: #02814A;
	border: 0;
}
/* end contact us area */

/* start about us area*/
.wrapper_header {
	background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("../images/bg-parallax-3.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.wrapper_header_left .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	line-height: 105px;
}
.wrapper_header_left a {
	color: #fff;
}
.wrapper_header_left .breadcrumb > .active {
	color: #aaaaaa;
}
.wrapper_header_right {
	text-align: right;
}
.wrapper_header_right h1 {
	text-align: right;
	font-size: 56px;
	margin: 0;
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 40px;
}

.about_us_area{
	padding-top: 50px;
	padding-bottom: 50px;
}
.about_left_heading .underline {
	margin: inherit;
	margin-top: 25px;
}
.about_left_details {
	font-size: 18px;
	padding-top: 20px;
	text-align: justify;
}
.about_right_img1{
	position: relative;
	width: 60%;
}
.about_right_img1 img{
	
}
.about_right_img2{
	position: relative;
	width: 60%;
	margin-top: -20%;
	margin-left: 20%;
}
.about_right_img2 img{
	
}
/* end about us area*/

/* start my account area */
.ma-panel-custom{
	margin-top: 100px;
	border-color: #082841;
}
.ma-panel-custom .panel-heading {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
	transform: translateY(-50%);
	border: 1px solid #082841;
	background: #082841;
	color: #fff;
}
.ma-panel-heading-inner{
	display: table;
	width: 100%;
	height: 100%;
}
.ma-panel-heading-inner1{
	display: table-cell;
	vertical-align: middle;
}
.ma-panel-heading-inner1 a{
	text-decoration: none;
	color: #fff;
}
.ma-panel-heading-inner1 a:hover{
	color: #FF8000;
}
.ma-panel-custom .panel-body{
	margin-top: -75px;
}
.ma-bottom-panel {
	min-height: 265px;
	padding: 0;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
}
.ma-bottom-panel .panel-heading {
	width: 100px;
	height: 100px;
}
.ma-bottom-panel .panel-body {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -55px;
}
/* end my account area */
.faq-body{
	height: 200px;
}

/* start footer area */
.footer-area {
	background: linear-gradient(0deg, rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../images/background-section-2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	color: #fff;
}
.footer-content {
	padding-bottom: 20px;
}
.footer-title {
	font-size: 24px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}
.footer-title:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #fff;
}
.footer-list .nav > li > a:before {
	content: '\f105';
	font-family: "FontAwesome";
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0px;
	color: #fff;
	line-height: 30px;
}
.footer-list .nav > li > a {
	color: #fff;
	padding: 6px 20px;
}
.latest-post-list .nav > li > a:before {
	content: '\f0da';
	top: 4px;
	font-size: 20px;
}
.footer-list .nav > li > a:focus,.footer-list .nav > li > a:hover {
	background-color: transparent;
}
.footer-gallery-img{
	width: 25%;
	float: left;
	border: 1px solid #000;
}
.footer-gallery-img img{
	width: 100%;
	display: block;
}


.footer-bottom{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom-left {
	float: left;
}
.footer-bottom-right {
	float: right;
}
.footer-bottom-right .navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
}
.footer-bottom-right .nav > li > a:focus,.footer-bottom-right .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}
/* end footer area */
/* pervej customization */

.bs-callout {
				padding: 20px;
				margin: 0;
				border: 1px solid #eee;
				border-left-width: 5px;
				border-radius: 3px;
			}
			.bs-callout-info {
				border-left-color: #1b809e;
			}
			.profile_table tbody tr td:nth-child(1){
				width:40%;
				
			}

/* pervej customization */
.agent_select_box {
	width: 100%;
	position: fixed;
	z-index: 1000;
	height: 100%;
	padding: 14%;
	background: rgba(0,0,0,0.5);
}
.agent_select_panel {
	width: auto;
}
.header-bottom .navbar-brand img {
	height: 150%;
	width: 170px;
}
.header-section .navbar {
	min-height: 100px;
	margin-bottom: 0;
}