/*Project name: */
body{padding: 0;margin: 0;overflow-x: hidden;min-height: 100%;}
*{box-sizing: border-box;}
a:hover, a:focus{text-decoration: none!important;}
ul{padding: 0;margin: 0;}
li{list-style: none;}
h1, h2, h3, h4, h5, h6, p {padding: 0px;margin: 0px;}
img{max-width:100%;height:auto;}
button:focus, input[type="button"]:focus{outline: none;}
.clearfix{clear:both;line-height:0;height:0;}
.conatin {
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
/*section start*/
.header_wrapper {
	width: 100%;
	padding: 25px 0px;
	margin: 0px;
}
.header_left {
	width: 30%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.header_left img {
	max-width: 100%;
}
.header_right {
	width: 70%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.header_right ul {
    float: right;
    /*padding-top: 15px;*/
}
.header_right ul li {
	float: left;
	color: #9a9a9a;
	font-size:14px;
	line-height: 16px;
	font-weight: 700;
	font-family: 'acronymbold';
	position: relative;
}
.header_right ul li span {
	color: #2c3138;
	display: block;
}
.header_right ul li:first-child {
	padding-right: 25px;
}
.header_right ul li:first-child:before {
    content: "";
    position: absolute;
    left: -40px;
    top:8px;
    background: url(../images/call.png) no-repeat;
    width: 28px;
    height: 28px;
}
.header_right ul li img.menu {
	width: 50%;
    padding-right: 5px;
}
.header_right ul li:last-child {
	padding-top: 5px;
}
.header_right ul li a {
	color: #9a9a9a;
}
.navbar_wrapper {
	background: #1b2124;
}
.navbar_wrapper ul {
	width: 100%;
	text-align: center;
}
.navbar_wrapper ul li {
    font-family: 'GothamBook';
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    float: none;
    padding: 0px 30px;
}
.navbar_wrapper ul li a {
	color: #FFF;
	padding: 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #3999a7;
}
.banner_wrapper {
	background: /*url(../images/texture1.png) no-repeat top right*/ #3999a7;
	padding: 95px 0px 30px;
	margin: 0px;
	position: relative;
	height:700px;
	font-family: 'Oswald', sans-serif;
	background: url(../images/headerBackgroundBrushed.png);
	background-position:center bottom;
}
.banner_wrap {
	width: 100%;
	position: relative;
	z-index: 9;
}
.banner_content {
	width: 55%;
	float: left;
	text-align:center;
}
.banner_content h1 {
	font-size: 50px;
	line-height:58px;
	font-family:'BebasNeue-Normal';
	color: #FFF;
	margin-bottom:60px;
	letter-spacing:2px;
	text-align:center;
	width:85%;
	margin:0 auto;
	padding:0;
}
.banner_content span {
	font-size:17pt;
	line-height:46px;
	color:#1999a6;
	display:inline-block;	
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background:#092e3c;
	border:1px dashed #7d8183;
	text-transform: uppercase;
	margin:-4px auto 0;
	width:auto;
	padding:0 30px;
}
.banner_content p {
	font-size:16px;
	font-family: 'Gotham-Light';
	line-height: 24px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 60px;
	width:80%;
	margin:31px auto 0;
	font-weight:lighter;
}
.banner_content ul {
	width: 100%;
	margin:30px auto 50px;
}
.banner_content ul li {
    width: 50%;
    float: left;
    color: #FFF;
    font-size: 18px;
    font-family: 'latomedium';
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
	text-align: left;
	border:1pt solid rgba(255,255,255,0.2);
	line-height:40px;
}
.banner_content ul li:nth-child(odd){
	background:rgba(51,70,78,0.58);
}
.banner_content ul li:nth-child(even){
	background:rgba(229,228,224,0.2);
}
/*
.banner_content ul li:nth-child(2n) {
	color: #03233a;
}
*/
.banner_content ul li:before {
	content: "";
	position:relative;
	background: url(../images/check.png);
	width: 21px;
	height: 21px;
	float:left;
	margin:10px 8px 0 -4px;
}
.banner_content ul li i {
	color: #f0a71b;
	font-size: 18px;
}
.refund_wrap .btn-default,
.banner_content .btn-default {
    color: #FFF;
    background-color: #f0a81d;
    border: 2px solid #FFF;
    border-radius: 10px;
    font-size:40px;
    font-family: 'latosemibold';
    text-align: center;
    text-transform: uppercase;
    padding:0;
	width:350px;
	height:70px;
	margin-top:-10px;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow:         0px 0px 10px 0px rgba(0,0,0,0.5);
}

/* Shine */
.refund_wrap .btn-default:before,
.banner_content .btn-default:before {
	cursor: pointer;
	content:'';
	transform:translateX(100%);
	width:350px;
	height:70px;
	position: absolute;
	z-index:1;
	animation: slide 3s infinite;
	display: inline-block;
	clip-path:inset(10px 10px 10px 10px);
	/* 
	CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
	*/
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.9)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */

@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}

button a,
button a:hover{
	color:inherit;
	font-family:inherit;
	font-size:inherit;
	cursor: pointer;
	width:100%;
	display: inline-block;
}
button {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-0%) translateY(-0%);
	cursor: pointer;
}
button {
  background: #333;
  color: #ccc;
  width: 200px;
  height: 60px;
  border: 0;
  font-size: 18px;
  border-radius: 4px;
  font-family: 'Raleway', sans-serif;
  transition: .6s;
  overflow: hidden;
	cursor: pointer;
}
button:focus {
  outline: 0;
	cursor: pointer;
}
button:before {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: translateX(-100px) skewX(-15deg);
          transform: translateX(-100px) skewX(-15deg);
	cursor: pointer;
}
button:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: translateX(-100px) skewX(-15deg);
          transform: translateX(-100px) skewX(-15deg);
	cursor: pointer;
}
button:hover {
  background: #338033;
  cursor: pointer;
}
button:hover:before {
  -webkit-transform: translateX(300px) skewX(-15deg);
          transform: translateX(300px) skewX(-15deg);
  opacity: 0.6;
  transition: .7s;
	cursor: pointer;
}
button:hover:after {
  -webkit-transform: translateX(300px) skewX(-15deg);
          transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  transition: .7s;
	cursor: pointer;
}
VIEW SCSS CODE
.banner_img {
	width: 45%;
	float: left;
}
.banner_img img {
	position: absolute;
	right: 170px;
	top: 30px;
	width: 231px;
}
.glucan_wrapper {
	width: 100%;
}
.glucan_top {
    width: 100%;
    text-align: center;
    margin:0px 0px 40px;
	padding-top:75px;
}
.glucan_top img {
	max-width: 100%;
}
.glucan_top h1 {
	font-size: 48px;
	line-height: 54px;
	color: #03233a;
	margin: 15px 0px 30px;
	font-family:'BebasNeue-Bold';
	text-transform: uppercase;
}
.glucan_top p {
    color: #3797a5;
    font-family: 'latosemibold';
    font-size: 20px;
    line-height: 26px;
    padding: 0px 65px;
}
.glucan_bottom {
	background: #f7f7f7;
	padding: 90px 0px 55px;
	border-bottom: 5px solid #e6e6e6;	
}
.glucan_box {
    width: 100%;
    position: relative;
    padding: 0px 190px;
}	
.glucan_box p {
	font-size: 16px;
	line-height: 22px;
	font-family: 'latoregular';
	text-align: center;
	color: #031e35;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.glucan_box p:before {
    content: "";
    background: url(../images/coma.png);
    width: 31px;
    height: 31px;
    left: -30px;
    top: -30px;
    position: absolute;
}
.glucan_box p:after {
    content: "";
    background: #e6e6e6;
    width: 500px;
    height: 1px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    margin: 0px auto;
}
.glucan_box h6 {
	color: #031e35;
	font-size: 16px;
	line-height: 22px;
	font-family: 'latoregular';
	text-align: center;
}
.glucan_box h6 span {
	color: #000;	
	font-weight: bold;
}
.glucan_box img.testi {
    position: absolute;
    left: 130px;
    bottom: -10px;
}
.beta_wrapper {
    padding: 190px 0px 0px;
    background: url(../images/beta_back.jpg) no-repeat center 0px;
    width: 100%;
    background-size: cover;
}
.beta_wrapper .container{
}
.beta_top {
    width: 100%;
    padding-bottom: 180px;
}
.beta_top h1 {
	font-size: 48px;
	line-height: 60px;
	color: #3797a5;
	font-family:'BebasNeue-Bold';
	text-align: center;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.beta_top h1 span {
    color: #FFF;
    background: url(../images/tag2.png) no-repeat;
    width: 165px;
    display: inline-block;
    height: 57px;
}
.beta_top p {
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	font-family: 'latoregular';
}
.beta_bottom {
    width: 100%;
    display: flex;
    padding: 60px 0px;
}
.blog_box {
    flex: 1;
    width: auto;
    background: #1b2124;
    border-radius: 4px;
    padding: 30px 25px 40px;
    margin: 0px 25px;
    text-align: center;
}
.blog_box img {
	max-width: 100%;
}
.blog_box h4 {
	margin: 20px 0px 15px;
	padding-bottom: 20px;
	border-bottom: 2px solid #000;
	font-size: 30px;
	color: #FFF;
	font-family: 'latoregular';
	font-weight: 600;
}
.blog_box p {
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	font-family: 'latoregular';
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .beta_bottom {
    	display: block;
    }
    ::i-block-chrome, .blog_box {
	    width: 31%;
	    float: left;
	    background: #1b2124;
	    border-radius: 4px;
	    padding: 30px 25px 40px;
	    margin: 0px 1%;
	    text-align: center;
	    height: 480px;
	}
}
.health_box {
	width: 100%;
	background: #3999a7;
	/* E Removed border-top: 7px solid #FFF; */
}
.health_box p {
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Rounded_Elegance';
	color: #FFF;
	padding: 35px 0px;
	letter-spacing: 10px;
}
.health_box p span {
	color: #d1d1d1;
}
.support_wrapper {
	width: 100%;
	padding: 50px 0px 0px;
	/*background: url(../images/texture2.png) no-repeat 1250px;*/
}
.support_top {
	width: 100%;
}
.top_Left {
	width: 15%;
	float: left;
}
.top_Left h4 {
	font-size: 30px;
	line-height: 36px;
	color: #0e2539;
	font-family: 'Rounded_Elegance';
}
.top_Left h4 span {
	display: block;
}
.top_Left h3 {
	font-size: 16px;
	color: #b7b7b7;
	font-family: 'Rounded_Elegance';
}
.top_Left h3 span {
	font-size: 48px;
	color: #3999a7;	
}
.top_Left p {
	text-transform: uppercase;
	font-size: 14px;
	color: #0e2539;
}
.top_right {
    width: 85%;
    float: left;
    border-left: 5px solid #3999a7;
    padding-left: 25px;
}
.top_right h3 {
	font-size: 30px;
	line-height: 36px;
	color: #1b2225;
	font-family: 'latobold';
	margin-bottom: 30px;
}
.top_right h3 span {
	color: #2494a2;
	display: block;
}
.top_right p {
	color: #1b2225;
	font-size: 14px;
	line-height: 20px;
	font-family: 'latoregular';
	padding-bottom: 25px;
	border-bottom: 1px solid #dadada;
}
.top_right p span {
	font-weight: bold;
	color: #000;
	display: block;
}
.support_bottom {
    width: 100%;
    padding-top: 50px;
    padding-left: 15%;
    padding-bottom: 35px;
    position: relative;
    /*background: url(../images/model.jpg) no-repeat -300px bottom;*/
}
.support_bottom:before {
    content: "";
    position: absolute;
    left: -400px;
    bottom: 0px;
    background: url(../images/model.jpg);
    width: 891px;
    height: 727px;
    overflow-x: hidden;
}
.support_bottom:after {
    content: "";
    position: absolute;
    right: -400px;
    top: 70px;
    background: url(../images/texture2.png);
    width: 371px;
    height: 366px;
    overflow-x: hidden;
}
.bottom_box {
    width: 100%;
    padding-bottom: 50px;
    position: relative;
    padding-left: 95px;
}
.bottom_box:before {
	content: "";
	background: url(../images/icon5.png);
	width: 73px;
    height: 84px;
	position: absolute;
	left: 0px;
	top: 10px;
}
.bottom_box.box1:before {
	background: url(../images/icon5.png);
}
.bottom_box.box2:before {
	background: url(../images/icon9.png);
}
.bottom_box.box3:before {
	background: url(../images/icon10.png);
}
.bottom_box.box4:before {
	background: url(../images/icon11.png);
}
.bottom_box.box5:before {
	background: url(../images/icon12.png);
}
.bottom_box.box6:before {
	background: url(../images/icon13.png);
}
.bottom_box.box7:before {
	background: url(../images/icon14.png);
}
.bottom_box h6 {
	font-size: 24px;
	color: #000;
	font-family: 'latobold';
	margin-bottom: 10px;
}
.bottom_box p {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-family: 'latoregular';
}
.support_wrapper img.model {
	display: none;
}
.supplement_wrapper {
	width: 100%;
}
.supplement_left {
    background: #1a2023;
    float: left;
    width: 40%;
    text-align: center;
    padding-top: 65px;
    height: 525px;
}
.supplement_left img {
	max-width: 100%;
}
.supplement_left h3 {
	font-size: 32px;
	line-height: 38px;
	font-family:'BebasNeue-Bold';
	color: #FFF;
}
.supplement_left p {
	font-size: 20px;
	color: #3999a7;
	font-family: 'latosemibold';
	text-transform: uppercase;	
}
.supplement_left h3 span, .supplement_left p span {
	display: block;
}
.supplement_right {
	background: #3999a7;
	float: left;
	width: 60%;
	padding: 65px 80px;
	height: 525px;
}
.supplement_right h3 {
	font-size: 24px;
	line-height: 30px;
	color: #1a2023;
	font-family: 'latosemibold';
	text-transform: uppercase;
	padding-bottom: 30px;
}
.supplement_right h6 {
    display: inline-block;
    background: #0e2539;
    font-size: 18px;
    color: #FFF;
    font-family: 'arial_rounded_mt_boldbold';
    margin-bottom: 30px;
    padding: 10px 30px;
    border-radius: 10px;
}
.supplement_right h6 span {
	color: #489ba5;
}
.supplement_right p {
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	font-family: 'latoregular';
}
.health_wrapper {
	width: 100%;
	background: url(../images/health_back.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 90px 0px 45px; 
	text-align: center;
}
.health_wrapper h1 {
    font-size: 36px;
    color: #FFF;
    font-family: 'latoregular';
    padding-bottom: 10px;
}
.health_wrapper h3 {
	font-size: 28px;
	color: #3999a7;
	font-family: 'Rounded_Elegance';
	font-weight: 600;
}
.health_wrap {
    width: 100%;
    padding: 40px 0px 0px;
}
.health_left {
	width: 30%;
	float: left;
	padding-right: 15px;
}
.health_left ul {
    width: 100%;
    padding-top: 50px;
}
.health_left ul li {
    font-size: 18px;
    color: #FFF;
    font-family: 'latoregular';
    text-align: right;
    padding-bottom: 50px;
    position: relative;
    padding-right: 40px;
}
.health_left ul li:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/check2.png);
	width: 28px;
	height: 28px;
}
/*.health_left ul li i {
    float: right;
    font-size: 22px;
    color: #3999a7;
    position: relative;
    padding-left: 10px;
    padding-top: 3px;
}	*/
.health_right {
	width: 30%;
	float: right;
	padding-left: 15px;
}
.health_right ul {
	width: 100%;
    padding-top:50px;
}
.health_right ul li {
    font-size: 18px;
    color: #FFF;
    font-family: 'latoregular';
    text-align: left;
    padding-bottom: 50px;
    position: relative;
    padding-left: 40px;
}
.health_right ul li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/check2.png);
	width: 28px;
	height: 28px;
}
/*.health_right ul li i {
    float: left;
    font-size: 22px;
    color: #3999a7;
    position: relative;
    padding-right: 10px;
    padding-top: 3px;
}*/
.health_center {
	width: 40%;
	float: left;
	position: relative;
}
.health_center img.prod {
	max-width: 100%;
}
.health_center img.icon7 {
    position: absolute;
    top: -30px;
    right: 70px;
}
.health_wrap a.list {
	color: #000;
	font-size: 16px;
	font-family: 'Rounded_Elegance';
	font-weight: bold;
}
.plus {
    width: 25px;
    vertical-align: bottom;
}
.over_wrapper {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: url(../images/over_back.jpg) no-repeat center bottom #000;
	background-size: 100%;
}
.over_top {
    width: 100%;
    padding: 50px 50px 50px;
}
.over_topbox {
	width: 100%;
	margin-bottom: 75px;
}
.over_topimg {
    width: 15%;
    float: left;
    position: relative;
}
.over_topimg:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: -75px;
    width: 3px;
    height: 75px;
    background: #FFF;
}
.over_topimg.last:after {
	content: "";
	position: absolute;
	height: 0px;
	width: 0px;
}
.over_topimg img {
	border: 5px solid #278898;
	border-radius: 100%;
	max-width: 100%;
}
.over_topcontent {
    width: 85%;
    float: left;
    padding-left: 30px;
    padding-top: 10px;
}
.over_topcontent p {
	font-family: 'Rounded_Elegance';
	font-size: 16px;
	color: #FFF;
	line-height: 22px;
	text-align: left;
}
.over_bottom {
    width: 100%;
    padding: 30px 60px 55px;
    margin-bottom: 110px;
    background: rgba(0,0,0,0.8);
    border: 10px solid rgba(64,126,138,0.8);
}
.over_bottomhead {
	width: 100%;
	padding-bottom: 50px;
}
.bottomhead_left {
    width: 35%;
    float: left;
    padding-right: 35px;
    position: relative;
}
.bottomhead_left:after {
    content: "";
    position: absolute;
    right: 0px;
    top: -10px;
    background: #FFF;
    height: 130px;
    width: 3px;
}
.bottomhead_left h3 {
	font-size: 32px;
	line-height: 38px;
	color: #FFF;
	font-family: 'latosemibold';
	text-align: right;
}
.bottomhead_left h3 span {
	text-transform: uppercase;
}
.bottomhead_right {
    width: 65%;
    float: left;
    padding: 20px 35px 0px;
}
.bottomhead_right p {
	font-family: 'latobold';
	font-size: 20px;
	color: #FFF;
	line-height: 26px;
	text-align: left;
}
.over_bottomtext {
	width: 100%;
}
.over_bottomtext p {
	font-family: 'latoregular';
	font-size: 14px;
	color: #FFF;
	line-height: 22px;
	text-align: left;
	padding-bottom: 25px;
}
.slider_wrapper {
	width: 100%;
	padding: 65px 0px;
}
.slider_wrapper h3 {
	font-size: 30px;
	line-height: 36px;
	color: #1b2225;
	text-align: center;
	font-family: 'latobold';
	padding-bottom: 30px;
}
.slider_wrapper h3 span {
	color: #2494a2;
	display: block;
}
.slider_wrapper p {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-family: 'latobold';
	color: #1b2225;
	padding-bottom: 35px;
}
.slider_wrap {
	width: 100%;
	text-align: center;
}
.slider_box {
	padding: 0px 15px
}
.slider_box img {
	max-width: 100%;
	margin: 0px auto;
}
.slider_box h6.title {
	color: #333333;
	font-size: 14px;
	font-family: 'latobold';
	padding: 10px 0px 20px;
}
.slider_box p {
    font-size: 12px;
    line-height: 18px;
    color: #031e35;
    font-family: 'latoregular';
    padding: 0px 10px;
    position: relative;
}
.slider_box p:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    background: url(../images/coma2.png);
    width: 11px;
    height: 13px;
}
.slick-prev {
    left: -50px;
}
.slick-prev:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -120px;
    background: url(../images/arrow_left.png);
    width: 25px;
    height: 72px;
}
.slick-next {
    right: -50px;
}
.slick-next:before {
    content: "";
    position: absolute;
    right: 0px;
    top: -120px;
    background: url(../images/arrow_right.png);
    width: 25px;
    height: 72px;
}
.slick-dots {
	display: none;
}
.refund_wrapper {
	width: 100%;
	background: #3999a7;
	padding: 65px 0px 35px;
	text-align: center;
}
.refund_wrap {
    width: 700px;
    padding: 140px 75px 110px;
    margin: 0px auto;
    background: #FFF;
    border: 12px solid #5a9da7;
    position: relative;
    z-index: 2;
    text-align: center;
}
.refund_wrap:before {
    content: "";
    background: url(../images/arrow.png);
    width: 157px;
    height: 40px;
    position: absolute;
    left: 30px;
    bottom: 145px;
	z-index: 2222;
}
.refund_wrap img.icon8 {
    position: absolute;
    right: -35px;
    top: -45px;
    max-width: 100%;
}
.refund_wrap h2 {
	color: #032338;
	font-size: 30px;
	font-family: 'latosemibold';
	text-transform: uppercase;
	padding-bottom: 15px;
}
.refund_wrap h6 {
	color: #3999a7;
	font-size: 18px;
	font-family: 'latosemibold';
	text-transform: uppercase;
	padding-bottom: 40px;
}
.refund_wrap p {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	font-family: 'latosemibold';
	padding-bottom: 48px;
}


.refund_wrapper img.shadow {
	position: relative;
    margin-top: -80px;
    z-index: 1;
}
.footer_wrapper {
	width: 100%;
	padding-top: 65px;
}
.footer_wrapper p {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #424242;
	padding-bottom:50px;
}
.footer_wrapper p span {
	display: block;
}
.footer_wrap {
	width: 100%;
}
.footer_box1 {
    float: left;
    width: 20%;
    padding: 0px 15px 30px;
}
.footer_box1 h6 {
	font-size: 14px;
	color: #9aafc1;
	text-transform: uppercase;
	border-bottom: 1px solid #f5f4f4;
	padding-bottom: 8px;
	margin-bottom: 10px;
	padding-left: 30px;
	font-family: 'latoregular';
}
.footer_box1 ul {
	width: 100%;
}
.footer_box1 ul li {
	width: 100%;
	font-size: 12px;
	color: #979797;
	font-family: 'latoregular';
	padding-left: 30px;
	padding-bottom: 8px;
}
.footer_box1 ul li a {
	color: #979797;
}
.footer_box2 {
    float: left;
    width: 40%;
    margin-bottom: 30px;
}
.footer_box2 img.logo2 {
	float: right;
	max-width: 100%;
	padding-bottom: 30px;
}
.footer_box2 p {
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #9aafc1;
    font-family: 'latoregular';
    padding-top: 50px;
    border-top: 2px solid #f5f4f4;
    border-bottom: 0px;
    padding-right: 130px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
}
.footer_box2 p span {
	color: #ababab;
	display: block;
	text-align: right;
	font-size: 20px;
}
.footer_box2 p:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 60px;
    background: url(../images/chat.png);
    width: 51px;
    height: 51px;
}
.copyright_wrapper {
	width: 100%;
	background: #fafafa;
	padding: 50px 0px 50px 45px;
}
.copyright_wrapper a {
	color: #9aafc1;
	font-size: 14px;
	font-family: 'latoregular';
}
.copyright_wrapper img.menu2 {
	padding-right: 10px;
}

.hero-banner-section {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: #f7f7f7;
    background: url(../images/banner-bg.jpg) no-repeat top center;
    background-size:100% 100%; 
   
}
.sub-container {
    margin: 0 auto;
    max-width: 1003px !important;
}
.hero-banner-text {
    color: #051927;
    font-size: 35px;
    margin: 83px auto 20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
}
.hero-banner-text strong {
    color: #000000;
}
p.hero-banner-description {
    display: block;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    width: 91%;
}
.hero-banner-video {
    width: 83%;
    padding: 0px;
    margin: 50px auto 0px;
    border: 10px solid #000;
    background: #FFF;
}
.ftrd-section {
    margin-bottom: 0px;
    padding-bottom: 15px;
}
a.next-step-btn {
    background: #ffb937 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 0 23px #d58e09 inset;
    color: #fff;
    cursor: pointer;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 2px 3px 0 #d79927;
    display: block;
    margin-top: 14px;
    padding: 4px 0;
    text-align: center;
    width: 75%;
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #617b90;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-rectangle-out::before {
    border-radius: 7px;
}
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white;
}
a.next-step-btn:hover {
    text-decoration: none;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media only screen and (max-width: 960px){
.hero-banner-text {
    color: #051927;
    font-size: 29px;
    margin: 45px auto 20px;
    text-align: center;
}
a.next-step-btn {
    margin: 21px auto 0;
    padding: 6px 0;
    width: 50%;
    background: #ffb937 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 0 23px #d58e09 inset;
    color: #fff;
    cursor: pointer;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 2px 3px 0 #d79927;
    display: block;
    margin-top: 14px;
}
.hero-banner-section a {
    display: block;
    margin: 20px;
    padding: 20px;
    margin: 20px auto;
}
}
@media (max-width: 768px){
.hero-banner-text {
    color: #051927;
    font-size: 35px;
    margin: 34px auto 20px;
    text-align: center;
}
p.hero-banner-description {
    display: block;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    width: 91%;
}

}
@media (max-width: 767px){
.hero-banner-section a {
    display: block;
    padding: 10px 0;
    margin: 20px auto;
}
a.next-step-btn{
	    width: 66%;
	        font-size: 32px;
}
.hero-banner-text {
    color: #051927;
    font-size: 24px;
    line-height: 1.2;
    margin: 16px auto 5px;
    padding: 0 20px;
    text-align: center;
}
p.hero-banner-description {
    display: block;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    width: 91%;
}
}
@media only screen and (max-width: 480px){

a.next-step-btn {
    margin: 15px 15px 0;
}
.hero-banner-section a {
    display: block;
    padding: 10px 0;
    margin: 20px auto;
}
a.next-step-btn{
	    width: 66%;
	        font-size: 32px;
}
}