@charset "utf-8";
body {
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	padding:0px !important;
	overflow-x:hidden;
	color:#555555;
	font-weight:400;
}
h1, h2, h3, h4, h5, h6 {
	color:#111111;
	font-weight:600;
	margin:0 auto 15px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 34px;
	font-weight:600;
	margin:0 auto 25px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 20px;
}
p {
	font-size:15px;
	line-height:26px;
	font-weight:400;
	margin-bottom:15px;
}
a {
	transition-duration:0.5s;
	 -moz-transition-duration:0.5s;
	  -o-transition-duration:0.5s;
	   -webkit-transition-duration:0.5s;
	    -ms-transition-duration:0.5s;
	text-decoration:none;
	color:#9eb327;
}
a:hover, a:focus {
	text-decoration:none;
	outline:none;
	color:#768b01;
}
ul, ol {
	margin:0 auto 20px;
}
ul li, ol li {
  font-size: 15px;
  line-height: 26px;
  margin: 0 auto 10px;
}

/*-----------------
	Button
-------------------------*/
.btn {
  background:#9eb327;	
  border: medium none;
  border-radius:30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  padding: 12px 38px;
  transition: all 0.3s linear 0s;
   -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
     -webkit-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
}
.btn .fa {
  font-size: 22px;
  margin-left: 5px;
  vertical-align: middle;
}
.btn.btn-lg {
	font-size: 40px;
	line-height:50px;
	padding: 16px 100px;
	border-radius:100px;
}
.btn:hover, .btn:focus {
	color: #ffffff;
	outline:none;
	background:#768b01;
}
.btn-link {
  font-weight: 800;
  font-size:17px;
}
.btn-link:hover, .btn-link:focus {
	color:#ff0012;
}
.btn.outline {
	background:none;
	border-style:solid;
	border-width:1px;	
}
.btn.outline:hover, .btn.outline:focus {
	color:#fff;
}
.btn.outline.active-btn {
	border-color:#768b01;
	color:#089901;
}
.btn.outline.active-btn:hover {
	background:#768b01;
	color:#fff;
}
.btn-sm {
	padding:5px 20px;	
	border-radius:0;
}

/*-----------------
	Form
---------------------------*/
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-label {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 8px;
}
.form-control {
  background: #eeeeee none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #888888;
  font-size: 16px;
  height: 40px;
  line-height: 30px;
  padding: 0 15px;
}
textarea.form-control {
	padding:15px 20px;
}
.form-control:hover, .form-control:focus {
	box-shadow:none;
	outline:none	
} 

/*-----------------------------------------------------------
	sectino-heading
-------------------------------------------------------------------*/
.section-padding {
  padding:50px 0;
}
.section-header {
  text-align:center;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 45px;
}
.section-header h2 {
  margin-bottom: 10px;
}
.section-header p {
  font-size: 16px;
  font-weight:300;
  line-height:32px;
}

/*--------------------------------------------
	parallex-background
---------------------------------------------------*/
.parallex-bg {
  background-attachment: fixed;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/*================
	 Header
===========================*/
#header {
	background: #fff;
}
.header_top {
	padding:20px 0px;
}
.header_top .info-box .icon-box {
	position: absolute;
	left: 0;
	top: 0px;
	width: 55px;
	height: 50px;
	border: 1px solid #9eb327;
	color: #9eb327;
	text-align: left;
	line-height: 45px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size: 30px;
	text-align: center;
}
.header_top .info-box {
	position: relative;
	display: inline-block;
	margin-left: 35px;
	font-size: 14px;
	text-transform: uppercase;
	color: #777777;
	padding: 0px 0px 0px 70px;
	vertical-align: top;
	margin-top: 8px;
}
.header_top .info-box ul {
	padding:0;
	margin:0;
}
.header_top .info-box li {
	position: relative;
	text-align:left;
	list-style:none;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.60);
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.header_top .info-box strong {
	font-weight: 700;
	color: #222;
	font-size: 16px;
	text-transform: capitalize;
}
.navbar.navbar-default {
	background: #314649;
	border-radius: 0px;
	border: 0px;
	padding:10px 0;
	margin: 0 auto;
	position: relative;
}
#navigation {
	padding: 0;
}
.navbar.navbar-default .nav.navbar-nav li {
	margin:0;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
	color: #111;
	display: inline-block;
	font-size: 14px;
	padding:7px 30px;
	text-transform: uppercase;
	color: #fff;
	border-radius:30px;
}
.navbar.navbar-default .nav.navbar-nav li a:hover,
.navbar.navbar-default .nav.navbar-nav li a:focus,
.navbar.navbar-default .nav.navbar-nav li.active a,
.navbar.navbar-default .nav.navbar-nav li.active a:focus, 
.navbar.navbar-default .nav.navbar-nav li a.active {
	background:#9eb327;
	color:#fff;
} 
.request_form label {
	font-size:19px;
	color:#fff;
	text-align:center;
	display:block
}
#intro, #team, #invt, #other_coins {
	background-image: url(../images/bg_img.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment: fixed;
}
#intro.section-padding {
	padding:50px 0;	
}
#intro h1 {
	color:#fff;
	font-size:50px;
	line-height:68px;
	margin:50px auto 10px;
}
#intro h5 {
	color:#fff;
}
#intro p {
	color:#fff;
	font-size:17px;
}
img {
	max-width:100%;
}
.request_form {
	text-align:right;
	margin:-10px 0 0;
}
.request_form form {
	background:#71533a;	
	padding:15px;
}
.services_list ul {
	padding:0;
	margin:0;
}
.services_list ul li {
	list-style:none;
	margin:0 auto 10px;
}
.services_list ul li a {
	padding:12px 20px;
	text-align:left;
	background:#9eb327;
	display:block;
	font-size:21px;
	color:#fff;
}
.services_list ul li a span {
	display:inline-block;
	width:50px;
	height:50px;
	padding:10px;
	background:#fff;
	border-radius:50%;
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
}
.advantage  {
	background: #f3f3f3;
	border-radius: 15px;
	padding: 22px 16px;
	text-align: center;
}
.advantage i {
	color:#171717;
	font-size:61px;
	margin:0 auto 20px;	
}
.gray_bg {
	background:#f3f3f3;
}
.advantage  p {
	margin:0 auto 5px;
}
.advantage  h4 {
	font-size:22px;
	margin:0 auto 15px;
}
.faq_wrap {
	background:#fff;
	padding:25px;
	margin:0 auto 15px;	
}
.faq_wrap h6 {
	margin:0 auto 10px;
}
.faq_wrap p {
	font-size:15px;
	line-height:24px;
	margin:0 auto;	
}
#invt.section-padding {
	padding:90px 0;
}
#footer {
	background:#000;
	padding:30px 0;
}
#footer p {
    color: #fff;
    margin: 0 auto;
    line-height: 35px;
}
.follow_us {
	text-align:right;
	padding:0;
	margin:0 auto;
}
p sup {
    font-size: 12px;
}
.follow_us li {
	display:inline-block;
	list-style:none;
}
.follow_us li a {
	display:block;
	border-radius:50%;
	text-align:center;
	border:#fff solid 2px;
	font-size:15px;
	line-height:32px;
	width:35px;
	height:35px;
	color:#fff;
	margin:0 5px;
}
.follow_us li a:hover {
	background:#768b01;
	color:#fff;
	border-color:#768b01;		
}
.as_seen_logo {
	padding:0;
	margin:0;
	text-align:center;
}
.as_seen_logo li {
	display: inline-block;
	background: #f3f3f3;
	padding: 20px;
	width: 12.7%;
	margin: 0 0.6% 15px;
}
.work_steps {
	overflow:hidden;
	margin:0 auto 30px;
}
.steps_icons {
	float: left;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 44px;
	color: #9faf44;
	padding: 14px 15px;
	background: #fff;
	margin: 0 15px 15px 0;
}
.img_wrap {
	background:#fff;
	text-align:center;
	padding:15px;
}
.img_wrap img {
	width:100%;
}
.work_steps h5 {
	margin:5px auto 10px;
	font-size:20px;
}
.work_steps:hover .steps_icons {
	background:#9eb327;
	color:#fff;
}
.services_wrap {
	padding:15px 15px 5px;
	text-align:center;
	background:#fff;
	border-radius:30px;
	box-shadow:rgba(0, 0, 0, 0.07) 0 0 10px;
	margin:0 auto 20px;
}
.services_wrap img {
	max-width:110px;
	margin:0 auto 10px;
}
.services_wrap  a {
	display:block;
}
.price_wrap {
	background:#fff;
	border-radius:30px;
	box-shadow:rgba(0, 0, 0, 0.07) 0 0 10px;
	text-align:center;
	margin:0 auto;
	max-width:400px;
	padding:30px;
}
.price_wrap h3 {
	margin:0 auto 20px;
}
.price_wrap ul {
	padding:0;
	margin:0 auto 20px;
	text-align:left;
}
.price_wrap ul li {
	list-style:none;
	padding:11px 0;
	margin:0 auto;
	text-align:right;
	border-bottom:#eee solid 1px;
	font-weight:17px;
}
.price_wrap ul li span {
	display:block;
	float:left;
	width:150px;
	text-align:left;
	font-weight:700;
}
.book_form {
	background:#fff;
	border-radius:30px;
	box-shadow:rgba(0, 0, 0, 0.07) 0 0 10px;
	margin:0 auto;
	max-width:950px;
	padding:30px;
}
.book_form h3 {
	text-align:center;
}
.select_city {
	list-style:none;
	padding:0;
	margin:0;	
}
.select_city li {
	display:inline-block;
	vertical-align:top;
	padding:40px 20px;
	text-align:center;
	width:32%;
	margin:15px 1.5% 15px 0;
	box-shadow:rgba(0, 0, 0, 0.07) 0 0 10px;
	border-radius:20px;
}
.select_city li p {
	margin:5px auto;
	font-weight:600;
}
.select_city li:last-child, .select_city li:nth-child(3n) {
	margin-right:0;
}
.select_city li a {
	color:#555;
}
.select_city li a:hover {
	color:#000;
}
.select_city li:hover {
	box-shadow:rgba(0, 0, 0, 0.15) 0 0 10px;
}
.info_wrap {
	overflow: hidden;
	background: #fff;
	max-width: 1050px;
	padding: 30px;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	margin: 0 auto 20px;
}
.info_wrap:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;	
}
.info_icon {
	float:left;
	width:13%;
}
.info_detail {
	float: left;
	width: 68%;
}
.info_act {
	float: right;
	width: 16%;
}
.btn-xs {
	font-size: 13px;
	line-height: 20px;
	padding: 6px 28px;
}
.info_detail h5 {
	font-size: 17px;
	margin:0 auto 8px;
}
.info_detail ul, .info_wrap .panel-body ul {
	padding:0 0 0 15px;
	margin:0 auto 5px;
}
.info_detail ul li, .info_wrap .panel-body ul li {
	font-size:13px;
	margin:0 auto;
	color:#777;
	line-height:20px;
}
.info_wrap .panel-body h6 {
	font-size:16px;
	margin:0 auto 10px;
}
.info_wrap .panel-body p {
	font-size:13px;
	line-height:20px;	
}
.info_wrap .panel-body {
	padding: 15px;
	border-top: #ccc solid 1px;
	margin: 16px auto 0;
}
.info_price {
	padding-right:15px;
	text-align:right;
}
.info_price p {
	font-size:18px;
	font-weight:600;
	margin:0 auto 5px;
}
.info_price .regular_price {
	font-size:13px;
	text-decoration:line-through;
}