/*======================start Nornalize.css===============================*/

@font-face {
    font-family: 'GloriaHallelujah';
    src: url('fonts/GloriaHallelujah.eot');
    src: url('fonts/GloriaHallelujah.eot') format('embedded-opentype'),
         url('fonts/GloriaHallelujah.woff2') format('woff2'),
         url('fonts/GloriaHallelujah.woff') format('woff'),
         url('fonts/GloriaHallelujah.ttf') format('truetype'),
         url('fonts/GloriaHallelujah.svg#GloriaHallelujah') format('svg');
}

@font-face {
    font-family: 'OvertheRainbow';
    src: url('fonts/OvertheRainbow.eot');
    src: url('fonts/OvertheRainbow.eot') format('embedded-opentype'),
         url('fonts/OvertheRainbow.woff2') format('woff2'),
         url('fonts/OvertheRainbow.woff') format('woff'),
         url('fonts/OvertheRainbow.ttf') format('truetype'),
         url('fonts/OvertheRainbow.svg#OvertheRainbow') format('svg');
}



* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}



html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */





ul {
  list-style:none;
  
}
a {
  text-decoration:none;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*======================End Nornalize.css===============================*/


@charset "utf-8";
::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
.owl-carousel{
    display:block !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden; 
}

/*.payment-plans ul:before{
    content:" ";
    display:table;
}
.payment-plans ul:after{
    content:" ";
    display:table;
    clear:both;
}
*/

/*.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}*/

h1,h2,h3,h4,h5,h6,ul,li,figure{
    margin:0;
    padding:0;
}
img {
    margin:0;
    padding:0;
    border:none;
    max-width:100%;
    display:block;
}

h1{
  color: #000;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 10px;
}
h2{
  color: #000;
  font-size: 24px;
  font-weight: normal;
}
h3{
  color: #000;
  font-size: 22px;
  font-weight: normal;
}
h4{
  color: #000;
  font-size: 20px;
  font-weight: normal;
}
h5{
  color: #000;
  font-size: 18px;
  font-weight: normal;
}
h6{
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

big{
    font-size: 16px;
}

p{
    font-size: 13px;
}

u{
    text-decoration: underline;
}

b,strong{
    font-weight:bold;
    color: #000;
}

a{
  font-size: 14px;
  text-decoration: none;
}

ul{
    list-style:none;
}
ul li{
    float: none;
    margin-bottom: 5px;
}

ol{
    margin-bottom: 5px;
}

address{
    font-style: italic;
}

pre{
    color: #000;
}

.container {
  position: relative;
  max-width: 945px;
  margin: 0 auto;
  background: url("images/bg1.png") no-repeat center;
  background-size: cover;
  width: 100%;
}

.container:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: url("images/bg3.png") no-repeat top;
  width: 100%;
  height: 205px;
}


/*.container:after{
  content:" ";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("images/bg2.png") no-repeat bottom;
  width: 100%;
  height: 206px;
}*/


.footer_image {
  background: rgba(0, 0, 0, 0) url("images/bg2.png") no-repeat scroll center bottom;
  float: left;
  height: 206px;
  margin: -130px 0 0;
  padding: 0 0 240px;
  position: relative;
  width: 100%;
}

.main_page{
  width: 100%;
  float: left;
  margin:205px 0 205px 0;
  padding:0;
  text-align: center;
}

.main_page h1{
  font-family: 'GloriaHallelujah';
  font-size: 103px;
  color: #2a3542;
  text-align: center;
  line-height: 1em;
  margin-bottom:40px;
  margin-top:30px;
}

.main_page a{
  font-family: 'GloriaHallelujah';
  color: #ffffff;
  height: 44px;
  display: inline-block;
  background: #c75305;
  padding:0 18px;
  line-height: 43px;
  font-size: 23px;
}

.main_page a:hover{
  background:#f96a0b;
}

.main_page a:last-child{
  background: #f96a0b;
  padding:0 18px 0 30px;
  margin-left: 38px;
  line-height:43px;
  height: 44px;
}

.main_page a:last-child:hover{
  background: #c75305;
}

.inner_page{
  width: 100%;
  float: left;
  margin: 0;
  padding:90px 0 0px;
  position: relative;
  z-index: 999;
}

.inner_page h2{
  font-family: 'GloriaHallelujah';
  font-size: 41px;
  color: #2a3542;
  margin-left: 30px;
}

.inner_page figure {
  background: rgba(0, 0, 0, 0) url("images/bg4.png") repeat scroll 0 0;
  height: 253px;
  margin: -70px auto 35px;
  position: relative;
  width: 307px;
}

.inner_page figure img {
  bottom: 0;
  left: -26px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
}

.tab{
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
      -ms-transform: rotateZ(-3deg); /* IE 9 */
    -webkit-transform: rotateZ(-3deg); /* Chrome, Safari, Opera */
    transform: rotateZ(-3deg);
}

.tab ul{
  margin: 0;
  padding: 0;
  text-align: center;
}

.tab ul li{
  display: inline-block;
  margin: 0;
  padding: 0 44px;
}

.tab ul li a{
  font-size: 20px;
  color: #473201;
  padding:0 35px;
  height: 68px;
  border-radius: 6px;
  background: #ffb766;
  display: inline-block;
  font-weight:700;
  line-height:40px;
}

.tab ul li a:hover
/*.tab ul li.active a*/{
 top:-20px;
  background:#e17c0c;
  position: relative;
}

.tab .tab-body {
  float: left;
  margin: -28px 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.tab .tab-body .tab-content{
  width: 100%;
  background: #fff;
  border-bottom:7px solid #d0dddd;
  border-left:7px solid #d0dddd;
  border-right:7px solid #d0dddd;
  padding: 6px;
  display: none;
  width: 100%;
  float: left;
  margin: 0;

}

.tab .tab-body .tab-content:first-child{
  display: block;
}




.tab .tab-body .tab-content.cross_bh {
  background:#dfcccc;
}

.tab .tab-body .tab-content .right_area{
  width: 100%;
  float:left;
  margin: 0;
  padding:25px;
  background:#caddca url(images/icon1.png) no-repeat 95% center;
  opacity: 0;
  padding-right: 85px;
  min-height: 240px;
}

.tab .tab-body .tab-content .wrong_area{
  width: 100%;
  float:left;
  margin: 0;
  padding:25px;
  background:#dfcccc url(images/icon2.png) no-repeat 95% center;
  opacity: 0;
  padding-right: 85px;
  min-height: 240px;
}

.opcity .tab .tab-body .tab-content .right_area,
.opcity .tab .tab-body .tab-content .wrong_area{
  opacity: 1;
}


.tab .tab-body .tab-content h4{
  font-size: 16px;
  color: #4b2600;
  font-weight: 600;
  margin-bottom: 40px;
}

.tab .tab-body .tab-content .right_area h4{
  color: #454913;
}

.tab .tab-body .tab-content p{
  font-size: 16px;
  color: #4b2600;
  margin-bottom: 60px;
}

.tab .tab-body .tab-content .right_area p{
  color: #454913;
}

.main_tab_area{
  width: 100%;
  float:left;
  margin: 0;
  padding: 0;
  position: relative;
}

.main_tab_area .next_btn {
  background: rgba(0, 0, 0, 0) url("images/icon3.png") no-repeat scroll center center;
  bottom: 0;
  height: 27px;
  margin: auto;
  position: absolute;
  right: 120px;
  top: -75px;
  width: 27px;
  opacity: 0;
}


.opcity .main_tab_area .next_btn{
  opacity: 1 !important;
}




/*.main_tab_area .next_btn:hover{
  opacity: 0.8;
}*/

.inner_page .main_tab_area{
  display: none;
}

.inner_page .main_tab_area:first-child{
  display: block;
}

.inner_page.inner_page2 .main_tab_area p {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 50px auto 60px;
  max-width: 535px;
  color: #4b2600;
}


.inner_page.inner_page2 .tab ul li {
  display: inline-block;
  margin: 0;
  padding: 0 12px;
}

.inner_page.inner_page2 .tab .tab-body .tab-content {
  min-height: 250px;
}


.inner_page.inner_page2 .tab .tab-body .tab-content .tab_text{
  width: 100%;
  float: left;
  margin: 0;
  padding:40px 32px;
  opacity: 0;
}

.inner_page.inner_page2 .tab .tab-body .tab-content .tab_text h4{
  font-size: 17px;
  color: #4b2600;
  font-weight:600;
}

.inner_page.inner_page2 .tab .tab-body .tab-content .tab_text p{
  font-size: 17px;
  color: #4b2600;
  font-weight:normal;
  margin-bottom:10px;
}


.opcity .inner_page.inner_page2 .tab .tab-body .tab-content .tab_text{
  opacity: 1;
}

.inner_page.inner_page2 .tab {
  transform: rotateZ(0deg);
}

.inner_page.inner_page2 .main_tab_area a.login {
  background: #f96a0b none repeat scroll 0 0;
  bottom: 30px;
  color: #ffffff;
  display: inline-block;
  font-family: "GloriaHallelujah";
  font-size: 23px;
  height: 44px;
  line-height: 43px;
  padding: 0 18px 0 30px;
  position: absolute;
  right: 71px;
  transform: rotateZ(-18deg);
}

.inner_page.inner_page2 .main_tab_area a.login:hover{
  background: #ff7a21;
}

.footer_image .pagination{
  width:166px;
  height: 33px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height:32px;
  padding-left: 10px;
  font-size: 14px;
  color: #958b73;
}

.footer_image .pagination span{
  padding: 5px;
}


.goto_home {
  background:#f96a0b none repeat scroll 0 0;
  bottom: 34px;
  color:#fff;
  font-family: "GloriaHallelujah";
  font-size: 20px;
  height: 42px;
  left: 0;
  line-height: 34px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 140px;
  z-index: 999;
}

.goto_home:hover{
  background:#c75305;
}

.goto_home2 {
  background:#f96a0b none repeat scroll 0 0;
  bottom: 34px;
  color:#fff;
  font-family: "GloriaHallelujah";
  font-size: 20px;
  height: 42px;
  left: 0;
  line-height: 34px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 140px;
  z-index: 999;
}

.goto_home2:hover{
  background:#c75305;
}



/*============================================RESPONSIVE===================================*/

@media only screen and (max-width:900px){
.inner_page.inner_page2 .main_tab_area a.login {
  bottom: -57px;
  left: 0;
  position: absolute;
  right: 0;
  transform: rotateZ(0deg);
  width: 112px;
  margin: auto;
}

.inner_page.inner_page2 {
    padding: 50px 0 80px;
}
}


@media only screen and (max-width:840px){
.inner_page h2 {
  font-size: 35px;
}
}

@media only screen and (max-width:768px){
.container::before,
.container::after {
  background-size: 100%;
}
.inner_page figure {
  margin: 0 auto 35px;
}
.container{
  padding: 0 10px;
  height: auto !important;
}
.inner_page {
  padding: 50px 0;
}
.tab ul li {
  padding: 0 10px;
}
.tab .tab-body .tab-content .right_area {
  padding: 25px 80px 25px 25px;
}
.tab .tab-body .tab-content .wrong_area {
  padding: 25px 80px 25px 25px;
}

.main_tab_area .next_btn {
  right: 5px;
}
.tab ul li a {
  padding: 0 20px;
}
.main_page h1 {
  font-size: 60px;
}
.footer_image {
  background-size: 100%;
}
}

@media only screen and (max-width:500px){
.footer_image {
    padding: 0;
}
.goto_home {
    background: #e17c0c none repeat scroll 0 0;
    bottom: 60px;
}
}

@media only screen and (max-width:400px){
  .main_tab_area .next_btn {
  top: 29px;
}
.tab ul li a {
  padding: 0 15px;
}
.inner_page.inner_page2 .tab ul li {
  padding: 0;
}
.main_page h1 {
  font-size: 51px;
}
.main_page {
  margin: 140px 0;
}
.inner_page h2 {
  font-size: 32px;
}
.tab ul li a {
  font-size: 16px;
}
.inner_page.inner_page2 .main_tab_area p {
  margin: 15px auto 55px;
}
.inner_page.inner_page2 .main_tab_area a.login {
  font-size: 19px;
  line-height: 38px;
}
}