/*======================start Nornalize.css===============================*/

@font-face {
    font-family: 'actionj';
    src: url('fonts/actionj.eot');
    src: url('fonts/actionj.eot') format('embedded-opentype'),
         url('fonts/actionj.woff2') format('woff2'),
         url('fonts/actionj.woff') format('woff'),
         url('fonts/actionj.ttf') format('truetype'),
         url('fonts/actionj.svg#actionj') format('svg');
}


@font-face {
    font-family: 'HelveticaInseratRoman';
    src: url('fonts/HelveticaInseratRoman.eot');
    src: url('fonts/HelveticaInseratRoman.eot') format('embedded-opentype'),
         url('fonts/HelveticaInseratRoman.woff2') format('woff2'),
         url('fonts/HelveticaInseratRoman.woff') format('woff'),
         url('fonts/HelveticaInseratRoman.ttf') format('truetype'),
         url('fonts/HelveticaInseratRoman.svg#HelveticaInseratRoman') format('svg');
}


@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}


@keyframes MoveUpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 100px;
  }
  100% {
    bottom: 0;
  }
}


@-webkit-keyframes mymove {
    0%   { bottom:0; right:0;}
    25%  { bottom:-10px; right:0;}
    50%  { bottom:0; right:0;}
    75%  { bottom:0; right:-10px;}
    100%  { bottom:0; right:0;}
    
}

@keyframes mymove {
    0%   { bottom:0; right:0;}
    25%  { bottom:-10px; right:0;}
    50%  { bottom:0; right:0;}
    75%  { bottom:0; right:-10px;}
    100%  { bottom:0; right:0;}
}




@-webkit-keyframes mymove2 {
    0%   {top: 0px; bottom:0; left:0;}
    25%  {top:10px; bottom:0; left:0;}
    50%  {top:0; bottom:0; left:0;}
    75%  {top:0; bottom:0; left:-10px;}
    100%  {top:0; bottom:0; left:0;}
    
}

@keyframes mymove2 {
     0%   {top: 0px; bottom:0; left:0;}
    25%  {top:10px; bottom:0; left:0;}
    50%  {top:0; bottom:0; left:0;}
    75%  {top:0; bottom:0; left:-10px;}
    100%  {top:0; bottom:0; left:0;}
}


* {
  -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 */
}


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;
}


audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}


abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}


dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}


small {
  font-size: 80%;
}


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


img {
  border: 0;
}


svg:not(:root) {
  overflow: hidden;
}


figure {
  margin: 1em 40px;
}


hr {
  box-sizing: content-box;
  height: 0;
}


pre {
  overflow: auto;
}


code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}


button,
input,
optgroup,
select,
textarea {
  color: inherit; 
  font: inherit; 
  margin: 0;
}


button {
  overflow: visible;
}


button,
select {
  text-transform: none;
}


button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer; 
}


button[disabled],
html input[disabled] {
  cursor: default;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}


textarea {
  overflow: auto;
}


optgroup {
  font-weight: bold;
}

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;
  overflow-x: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0493b8+0,01191f+100 */
background: rgb(4,147,184); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(4,147,184,1) 0%, rgba(1,25,31,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(4,147,184,1) 0%,rgba(1,25,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(4,147,184,1) 0%,rgba(1,25,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0493b8', endColorstr='#01191f',GradientType=1 ); /* IE6-9 */

}


.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 {
  max-width:1022px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.home_page{
  width: 100%;
  float: left;
  margin:0;
  padding:22px 0 0 0;
}

.home_page .container {
  position:static;
}

.home_page .home-page_enter-sec{
  width: 100%;
  max-width: 1015px;
  background:url("images/bg1.jpg") no-repeat left center;
  background-size: cover;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top:22px;
  height: 100%;
}

.home_page .home-page_enter-sec .enter_bth{
  width:auto;
  margin: 0;
  padding: 0;
  width: auto;
  position: absolute;
  top: 50%;
  right: 120px;
}


.home_page .home-page_enter-sec h1{
  font-family: 'HelveticaInseratRoman';
  font-size: 64px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.btn1_gradition{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5de55+4,d9ebaa+22,d9ebaa+83,b5de55+100 */
  background: rgb(181,222,85); /* Old browsers */
  background: -moz-linear-gradient(45deg,  rgba(181,222,85,1) 4%, rgba(217,235,170,1) 22%, rgba(217,235,170,1) 83%, rgba(181,222,85,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  rgba(181,222,85,1) 4%,rgba(217,235,170,1) 22%,rgba(217,235,170,1) 83%,rgba(181,222,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  rgba(181,222,85,1) 4%,rgba(217,235,170,1) 22%,rgba(217,235,170,1) 83%,rgba(181,222,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5de55', endColorstr='#b5de55',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  width:147px;
  margin: 0;
  padding:6px;
  border-radius: 6px;
  height:68px;
  display: inline-block;
}

.btn1_gradition a{
  font-family: 'HelveticaInseratRoman';
  font-size: 24px;
  color: #022603;
  height: 100%;
  display: block;
  text-align: center;
  border-radius: 4px;
  line-height:54px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7a8e53+0,768a3e+100 */
  background: rgb(122,142,83); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(122,142,83,1) 0%, rgba(118,138,62,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(122,142,83,1) 0%,rgba(118,138,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(122,142,83,1) 0%,rgba(118,138,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a8e53', endColorstr='#768a3e',GradientType=0 ); /* IE6-9 */

  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


.btn2_gradition{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcaa18+4,fed37b+22,fed37b+86,fcaa18+100 */
  background: rgb(252,170,24); /* Old browsers */
  background: -moz-linear-gradient(45deg,  rgba(252,170,24,1) 4%, rgba(254,211,123,1) 22%, rgba(254,211,123,1) 86%, rgba(252,170,24,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  rgba(252,170,24,1) 4%,rgba(254,211,123,1) 22%,rgba(254,211,123,1) 86%,rgba(252,170,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  rgba(252,170,24,1) 4%,rgba(254,211,123,1) 22%,rgba(254,211,123,1) 86%,rgba(252,170,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaa18', endColorstr='#fcaa18',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  width:147px;
  margin: 0 0 0 15px;
  padding:6px;
  border-radius: 6px;
  height:68px;
  display: inline-block;
}

.btn2_gradition a{
  font-family: 'HelveticaInseratRoman';
  font-size: 24px;
  color: #301f02;
  height: 100%;
  display: block;
  text-align: center;
  border-radius: 4px;
  line-height:54px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b8153+1,9a702c+100 */
  background: rgb(155,129,83); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(155,129,83,1) 1%, rgba(154,112,44,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(155,129,83,1) 1%,rgba(154,112,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(155,129,83,1) 1%,rgba(154,112,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b8153', endColorstr='#9a702c',GradientType=0 ); /* IE6-9 */

  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn1_gradition a:hover,
.btn2_gradition a:hover{
    background: transparent;
}

.main_body:first-child{
  display: block;
}

.main_body {
  background: rgba(0, 0, 0, 0) url("images/bg2.png") no-repeat scroll left center / cover ;
  float: left;
  margin: 22px 0 0;
  padding: 85px 115px 80px;
  width: 100%;
  display: none;
}

/*.orangr_area {
  background: #fc6c00 none repeat scroll 0 0;
  border-radius:6px;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 99;
  -webkit-animation: mymove 5s ;
    animation: mymove 5s;
}

.green_area {
  background: #aecb3f none repeat scroll 0 0;
  border-radius:6px;
  float: left;
  left: -12px;
  margin: 0;
  padding: 70px 12px 12px;
  position: relative;
  top: -12px;
  width: 100%;
  z-index: 999;
}*/

.main_box2{
  width: 100%;
  float: left;
  margin: 0;
  padding:0px 20px 20px 0px;
  position: relative;
}



.orange_area{
    background: #fc6c00;
    border-radius: 6px;
    height:96%;
    right:0px;
    position: absolute;
    bottom:0px;
    width: 96%;
  -webkit-animation: mymove 5s ;
    animation: mymove 5s;
}


.green_area {
  background: #aecb3f;
  border-radius:6px;
  margin: 0;
  padding: 70px 12px 12px;
  width: 100%;
  float: left;
  position: relative;
  z-index: 999;
}

.content_area{
  width: 100%;
  background: #fff;
  padding: 12px 55px;
  float: left;
  margin: 0;
  border-radius:6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
  /*z-index: 9;*/
  min-height: 445px;
}



.content_area h1 {
  color: #330066;
  font-family: "actionj";
  font-size: 138px;
  margin: 0;
  padding: 0 0 75px;
  position: relative;
  text-align: center;
      -webkit-animation: 2s ease 0s normal forwards 1 fadein;
    animation: 2s ease 0s normal forwards 1 fadein;
}

.content_area h1:after{
  content: " ";
  position:absolute;
  background: url("images/shadow.png") no-repeat;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  width: 484px;
  height: 97px;
}

.content_area h2 {
  color: #4b4b4b;
  font-family: verdana;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: -25px;
  text-align: center;
      -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
}

.content_area ul {
  margin: 0 0 35px;
  overflow: hidden;
  padding: 0;
}

.content_area ul li:first-child{
  width: 40%;
  float: left;
  margin: 0;
  padding: 0;
}

.content_area ul li:last-child{
  width:60%;
  float: left;
  margin: 0;
  padding: 0;
}

.content_area ul li h3 {
  color: #01679a;
  font-family: verdana;
  font-size: 25px;
  margin-bottom: 8px;
      -webkit-animation: 4s ease 0s normal forwards 1 fadein;
    animation: 4s ease 0s normal forwards 1 fadein;
}

.content_area ul li h4{
  font-size: 25px;
  color: #01679a;
  font-weight: 700;
  font-family: verdana;
      -webkit-animation: 5s ease 0s normal forwards 1 fadein;
    animation: 5s ease 0s normal forwards 1 fadein;
}

.content_area p {
  color: #4b4b4b;
  font-family: verdana;
  font-size: 21px;
  line-height: 32px;
  margin: 0 0 30px;
      -webkit-animation: 6s ease 0s normal forwards 1 fadein;
    animation: 6s ease 0s normal forwards 1 fadein;
}

.green_btn {
  background: #aecb3f none repeat scroll 0 0;
  border-radius: 6px;
  cursor: pointer;
  height: 205px;
  left: -66px;
  padding: 20px 25px;
  position: absolute;
  top: -50px;
  width: 233px;
}

.green_btn a {
  display: block;
  position: relative;
  z-index: 999;
}

.green_btn h4{
  font-family: 'HelveticaInseratRoman';
  font-size: 26px;
  color: #344004;
}

.green_btn h2{
  font-family: 'HelveticaInseratRoman';
  font-size: 40px;
  color: #344004;
}


.orange_btn {
  background: #fc6c00 none repeat scroll 0 0;
  border-radius: 6px;
  bottom: -55px;
  cursor: pointer;
  height: 205px;
  padding: 20px 25px;
  position: absolute;
  right: -55px;
  width: 233px;
}


.orange_btn h4 {
  color: #572806;
  font-family: "HelveticaInseratRoman";
  font-size: 26px;
  position: absolute;
  right: -28px;
  top: 80px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.orange_btn h2 {
  border: 0 none;
  bottom: 8px;
  color: #572806;
  font-family: "HelveticaInseratRoman";
  font-size: 40px;
  left: 25px;
  position: absolute;
}

.green_btn a:hover{
  opacity: 0.8;
}

.orange_btn:hover h2,
.orange_btn:hover h4{
  opacity: 0.8;
}

.go_home {
  background: url("images/icon1.png") no-repeat scroll left center;
  color: transparent;
  height: 47px;
  position: absolute;
  right: 135px;
  top: 35px;
  width: 46px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.go_home:hover{
  opacity: 0.8;
}

.continue {
  background:url("images/icon2.png") no-repeat scroll 0 0;
  bottom: 15px;
  color: transparent;
  height: 60px;
  position: absolute;
  right: 10px;
  width: 79px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
      -webkit-animation: 7s ease 0s normal forwards 1 fadein;
    animation: 7s ease 0s normal forwards 1 fadein;
}

.continue:hover{
  opacity: 0.8;
}

.content_area.content2 {
  padding-top: 50px;
}


.content_area.content2 h4 {
  color: #330066;
  font-family: verdana;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content_area.content2 h4:first-child{
      -webkit-animation: 2s ease 0s normal forwards 1 fadein;
    animation: 2s ease 0s normal forwards 1 fadein;
}

.content_area.content2 i:nth-child(2){
      -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
}

.content_area.content2 > h4:nth-child(3){
      -webkit-animation: 4s ease 0s normal forwards 1 fadein;
    animation: 4s ease 0s normal forwards 1 fadein;

}

.content_area.content2 i:nth-child(4){
      -webkit-animation: 5s ease 0s normal forwards 1 fadein;
    animation: 5s ease 0s normal forwards 1 fadein;
    margin-bottom: 55px;

}


.content_area.content2 h4 span{
  font-family: "actionj";
  font-size:40px;
  color:#330066;
}

.content_area.content2 i {
  color: #01679a;
  display: block;
  font-size: 23px;
  margin-bottom: 45px;
}

.content_area.content3 h4 {
  color: #01679a;
  font-family: verdana;
  font-size: 35px;
  font-style: italic;
  margin: 110px auto 60px;
  text-align: center;
  width: 555px;
      -webkit-animation: 2s ease 0s normal forwards 1 fadein;
    animation: 2s ease 0s normal forwards 1 fadein;
}

.content_area.content3 .crl_btn{
  width: 92px;
  height: 92px;
  border-radius: 100%;
  border:1px solid #47c749;
  position: relative;
  margin: 0 auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6e790+0,99cd4c+100 */
background: rgb(198,231,144); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(198,231,144,1) 0%, rgba(153,205,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(198,231,144,1) 0%,rgba(153,205,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(198,231,144,1) 0%,rgba(153,205,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e790', endColorstr='#99cd4c',GradientType=0 ); /* IE6-9 */
transition: all 0.3s;
      -webkit-animation: 6s ease 0s normal forwards 1 fadein;
    animation: 6s ease 0s normal forwards 1 fadein;
}

.content_area.content3 .crl_btn a {
  bottom: 0;
  color: #344004;
  display: block;
  font-family: "HelveticaInseratRoman";
  font-size: 27px;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 54px;
  vertical-align: middle;
  width: 100%;
}

.content_area.content3 .crl_btn:hover{
  background: #3ec440;
}


/*.orangr-space-btn{
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  transition: all 0.3s;
  -webkit-animation: mymove 5s ;
    animation: mymove 5s;
}*/


/*.inner_page2{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}*/

.main_box{
  width: 100%;
  float: left;
  margin: 0;
  padding:20px 0 0 20px;
  position: relative;
}


.orange_box {
  background: #fc6c00 none repeat scroll 0 0;
  border-radius: 6px;
  float: left;
  margin: 0;
  max-width: 790px;
  min-height: 528px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
  padding: 20px 140px 20px 20px;
}

.orange_box p {
  color: #572806;
  font-family: verdana;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  max-width: 475px;
}

.orange_box ul.image_list {
  margin: 98px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 99;
}

.orange_box ul.image_list li {
  display: inline-block;
  margin: 0 14px 52px;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.orange_box ul.image_list li:nth-child(even) {
  top: -70px;
}

.orange_box ul.image_list li figure {
  background: #ffd49a;
  border-radius: 6px;
  padding: 6px 6px 6px 6px;
}

.orange_box ul.image_list li.clicked.disabled figure,
ul.image_list li.disabled figure{
  box-shadow: 8px 8px 0 #8a3a00;
}


.orange_box ul.image_list li figure strong {
  color: #746458;
  display: block;
  font-family: "HelveticaInseratRoman";
  font-size: 25px;
  font-weight: bold;
  line-height: 1em;
  padding: 3px 0 12px;
  opacity: 0;
}

ul.image_list li.clicked.disabled {
  cursor: default;
  filter: alpha(opacity=80);
  opacity: .8;
}
ul.image_list li.disabled {
  cursor: default;
  filter: alpha(opacity=80);
  opacity: .8;
}
ul.image_list  li.disabled figure strong {
  display: inline-block;
  opacity: 1;
}
ul.image_list  li.clicked figure strong {
  display: inline-block;
  opacity: 1;
}


.congrates {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 133px;
  width: auto;
}

.congrates a:first-child{
  background: url("images/icon3.png") no-repeat center;
  color: transparent;
  width: 92px;
  height: 93px;
  display: block;
  margin-bottom: 8px;
}

.congrates a:first-child:hover,
.congrates a:last-child:hover{
  opacity: 0.8;
}

.congrates a:last-child{
  background: url("images/icon4.png") no-repeat center;
  color: transparent;
  width: 92px;
  height: 93px;
  display: block;
}



/*ul li.clicked.disabled figure strong{
  opacity: 1;
}

ul li.disabled figure strong{
  opacity: 1;
}*/


.green_box {
  background: #aecb3f none repeat scroll 0 0;
  border-radius: 6px;
  height:96%;
  left:0px;
  position: absolute;
  top:0px;
  width:96%;
  -webkit-animation: mymove2 5s ;
    animation: mymove2 5s;
}

.green_box .green_btn h4 {
  font-family: "HelveticaInseratRoman";
  font-size: 26px;
  left: -50px;
  position: absolute;
  right: auto;
  top: 100px;
  transform: rotate(90deg);
}

.green_box .green_btn {
  background: #aecb3f none repeat scroll 0 0;
  border-radius: 6px;
  cursor: pointer;
  height: 205px;
  left: -66px;
  padding: 10px;
  position: absolute;
  top: -50px;
  width: 233px;
}




.orange_box .orange_btn h2 {
  border: 0 none;
  bottom: auto;
  color: #572806;
  font-family: "HelveticaInseratRoman";
  font-size: 43px;
  left: auto;
  position: absolute;
  right: 43px;
  top: 62px;
}



.orange_box .orange_btn h4 {
  bottom: 48px;
  color: #572806;
  font-family: "HelveticaInseratRoman";
  font-size: 26px;
  position: absolute;
  right: 44px;
  top: auto;
  transform: rotate(0deg);
}


/*============================================RESPONSIVE===================================*/

@media only screen and (max-width:840px){
.main_body {
  padding: 85px 30px 80px;
}
.green_btn {
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
}
.orange_btn {
  bottom: -85px;
  left: 0;
  margin: auto;
  right: 0;
}
.orange_btn h4 {
  left: 25px;
  right: auto;
  top: 115px;
  transform: rotate(0deg);
}
.content_area.content3 h4 {
  font-size: 20px;
  position: static;
  text-align: center;
  width: 100%;
}
.green_box .green_btn {
  top: -95px;
}
.green_box .green_btn h4 {
  left: 0;
  top: 49px;
  transform: rotate(0deg);
}
.orange_box {
  padding: 20px;
}
.orange_box .orange_btn h4 {
  bottom: 15px;
  transform: rotate(0deg);
}
.orange_box .orange_btn h2 {
  left: 23px;
  top: 99px;
}
.congrates {
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
  right: auto;
  text-align: center;
  top: auto;
  width: 100px;
  z-index: 99;
}
}

@media only screen and (max-width:768px){
.orange_box ul.image_list li:nth-child(2n) {
  top: 0;
}
.orange_box ul.image_list li {
  margin: 0 25px 44px;
  padding: 0;
}
.orange_box ul.image_list {
  margin: 30px 0 0;
}
}

@media only screen and (max-width:640px){
  .content_area h1 {
  font-size: 100px;
  padding: 0 0 25px;
}
.content_area h1::after {
  display: none;
}
.content_area ul li:first-child ,
.content_area ul li:nth-child(2) {
  width: 100%;
  margin-bottom: 20px;
}
.content_area ul {
  margin: 0;
}
.content_area p {
  font-size: 17px;
  line-height: 25px;
}
.go_home {
  right: 35px;
}

}

@media only screen and (max-width:520px){
.home_page .home-page_enter-sec .enter_bth {
  height: 100%;
  left: 0;
  margin: auto;
  right: 0;
  text-align: center;
  width: 100%;
  top: 30%;
}
.content_area h1 {
  font-size: 85px;
}
}

@media only screen and (max-width:480px){
.home_page .home-page_enter-sec h1 {
  font-size: 48px;
}
.content_area {
  padding: 12px 20px;
}
.content_area ul li h4 {
  font-size: 22px;
}
.content_area ul li h3 {
  font-size: 22px;
}
.content_area h1 {
  font-size: 75px;
}
}

@media only screen and (max-width:420px){
.content_area h1 {
  font-size: 60px;
}
.content_area h2 {
  font-size: 16px;
}
.content_area ul li h3 {
  font-size: 18px;
}
.content_area ul li h4 {
  font-size: 18px;
}
.content_area p {
  font-size: 17px;
  line-height: 20px;
}
/*.orange_box ul.image_list li {
  margin: 0 14px 25px;
}
.orange_box ul.image_list li:nth-child(2n) {
  top: 0;
}*/
}

@media only screen and (max-width:380px){
.main_body {
  padding: 125px 0 0;
}
.go_home {
  left: 0;
  margin: auto;
  right: 0;
}
.content_area {
  min-height: 490px;
}
.content_area.content2 h4 span {
  font-size: 30px;
}
.content_area.content2 h4 {
  font-size: 16px;
}
.content_area.content2 i {
  font-size: 18px;
  margin-bottom: 17px;
}
.main_body.inner {
  padding: 170px 0 0;
}
}