/* Top hook CSS */
#htmlcontent_top {
  padding-bottom: 10px; }
  
 #htmlcontent_top h2.title_block{
	font: 600 32px/32px "Noto Sans",sans-serif;
	text-align: center;
 } 
  
  @media (min-width: 480px) and (max-width: 767px) {
    #htmlcontent_top {
      margin: 0 auto;
      width: 400px; } }
  #htmlcontent_top ul {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      #htmlcontent_top ul {
        margin: 0; } }
    #htmlcontent_top ul li {
      text-align: center;
      visibility: hidden;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        #htmlcontent_top ul li {
          float: none;
          width: 100%;
          padding: 0; } }
      #htmlcontent_top ul li .item-html {
        position: relative;
        z-index: 1; }
      #htmlcontent_top ul li a {
        display: block;
        padding: 10px 10px 20px;
        border: 2px solid #e5e5e5;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
		min-height:450px;}
        #htmlcontent_top ul li a:hover {
          border-color: #434343; }
        #htmlcontent_top ul li a:hover h2 {
          background: #96BF0D;
		  color:#000000;}
      #htmlcontent_top ul li p {
        margin-bottom: 13px; }
      #htmlcontent_top ul li h2 {
        text-align: center;
        padding: 16px 10px 23px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-family: "Noto Sans", sans-serif;
        font-size: 23px;
        line-height: 1em;
        color: #fff;
        font-weight: bold;
        background: #000000;
        margin: 0 0 12px; }
        @media (max-width: 991px) {
          #htmlcontent_top ul li h2 {
            font-size: 24px;
            line-height: 1em; } }
      #htmlcontent_top ul li button {
        text-transform: uppercase;
        border: 2px solid #e5e5e5;
        overflow: hidden;
        background: none;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        color: #777;
        padding: 8px 23px 10px;
        text-transform: none;
        position: relative;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1; }
        #htmlcontent_top ul li button:after {
          width: 100%;
          height: 0;
          top: 50%;
          left: 50%;
          background: #000000;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
          content: "";
          position: absolute;
          -moz-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
          z-index: -1; }
        #htmlcontent_top ul li button:hover {
          color: white;
          border-color: #000000; }
          #htmlcontent_top ul li button:hover:after {
            height: 400%;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1; }
      #htmlcontent_top ul li img {
        max-width: 100%;
        height: auto; }
        @media (max-width: 479px) {
          #htmlcontent_top ul li img {
            width: 100%; } }

/* home hook CSS */
#htmlcontent_home {
  padding: 102px 0 111px; }
  @media (max-width: 767px) {
    #htmlcontent_home {
      padding: 70px 0; } }
  #htmlcontent_home ul {
    margin: 0; }
    #htmlcontent_home ul li {
      margin: 0;
      padding: 0;
      float: none;
      width: 100%; }
    #htmlcontent_home ul a {
      display: block;
      text-align: center; }
      #htmlcontent_home ul  .item-html {
        position: relative;
        z-index: 1; }
      #htmlcontent_home ul  h3 {
        font-family: "Noto Sans", sans-serif;
        color: #fff;
        font-size: 87px;
        line-height: 1em;
        margin: 0;
        padding: 0 0 18px;
        visibility: hidden;
		text-shadow:1px 1px #000000;}
        @media (max-width: 991px) {
          #htmlcontent_home ul  h3 {
            font-size: 60px;
            line-height: 1em; } }
      #htmlcontent_home ul  h4 {
        font-family: "Noto Sans", sans-serif;
        color: #fff;
        font-size: 87px;
        line-height: 1em;
        font-weight: bold;
        margin: 0;
        padding: 0 0 28px;
        visibility: hidden;
		text-shadow:1px 1px #000000;}
        @media (max-width: 991px) {
          #htmlcontent_home ul  h4 {
            font-size: 60px;
            line-height: 1em; } }
      #htmlcontent_home ul  p {
        color: #fff;
        margin-bottom: 34px;
        visibility: hidden;
		text-shadow:1px 1px #000000;}
      #htmlcontent_home ul  button {
        text-transform: uppercase;
        border: 2px solid #000000;
        overflow: hidden;
        background: #000000;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        color: #fff;
        z-index: 1;
        padding: 16px 34px 20px;
        text-transform: none;
        position: relative;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        visibility: hidden;
		top:20px;}
        #htmlcontent_home ul  button:after {
          width: 100%;
          height: 0;
          top: 50%;
          left: 50%;
          background: #e5e5e5;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
          content: "";
          position: absolute;
          -moz-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
          z-index: -1; }
        #htmlcontent_home ul  button:hover {
          color: #777;
          border-color: #e5e5e5; }
          #htmlcontent_home ul  button:hover:after {
            height: 800%;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1; }

.parallax_section .parallax_inner {
  z-index: 0 !important; }
  .parallax_section .parallax_inner:before {
    display: none !important; }

.container.parallax_content {
  z-index: 1;
  position: relative; }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
/* home hook CSS */
.footer-container #footer #htmlcontent_footer {
  padding: 102px 0 111px; }
  @media (max-width: 767px) {
    .footer-container #footer #htmlcontent_footer {
      padding: 70px 0; } }
  .footer-container #footer #htmlcontent_footer ul {
    margin: 0; }
    .footer-container #footer #htmlcontent_footer ul li {
      margin: 0;
      padding: 0;
      float: none;
      width: 100%; }
    .footer-container #footer #htmlcontent_footer ul a {
      display: block;
      text-align: center; }
      .footer-container #footer #htmlcontent_footer ul  .item-html {
        position: relative;
        z-index: 1; }
      .footer-container #footer #htmlcontent_footer ul  h3 {
        font-family: "Noto Sans", sans-serif;
        color: #fff;
        font-size: 87px;
        line-height: 1em;
        margin: 0;
        padding: 0 0 18px;
        visibility: hidden;
		text-shadow:1px 1px #000000;
		}
        @media (max-width: 991px) {
          .footer-container #footer #htmlcontent_footer ul  h3 {
            font-size: 60px;
            line-height: 1em; } }
      .footer-container #footer #htmlcontent_footer ul  h4 {
        font-family: "Noto Sans", sans-serif;
        color: #fff;
        font-size: 87px;
        line-height: 1em;
        font-weight: bold;
        visibility: hidden;
        margin: 0;
        padding: 0 0 28px;
		text-shadow:1px 1px #000000;}
        .footer-container #footer #htmlcontent_footer ul  h4:after {
          display: none; }
        @media (max-width: 991px) {
          .footer-container #footer #htmlcontent_footer ul  h4 {
            font-size: 60px;
            line-height: 1em; } }
      .footer-container #footer #htmlcontent_footer ul  p {
        color: #fff;
        margin-bottom: 34px;
        visibility: hidden;
		text-shadow:1px 1px #000000;
		}
      .footer-container #footer #htmlcontent_footer ul  button {
        text-transform: uppercase;
        border: 2px solid #000000;
        overflow: hidden;
        background: #000000;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        color: #fff;
        z-index: 1;
        padding: 16px 34px 20px;
        text-transform: none;
        position: relative;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        visibility: hidden;
		top:20px;
		}
        .footer-container #footer #htmlcontent_footer ul  button:after {
          width: 100%;
          height: 0;
          top: 50%;
          left: 50%;
          background: #e5e5e5;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
          content: "";
          position: absolute;
          -moz-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
          z-index: -1; }
        .footer-container #footer #htmlcontent_footer ul  button:hover {
          color: #777;
          border-color: #e5e5e5; }
          .footer-container #footer #htmlcontent_footer ul  button:hover:after {
            height: 800%;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1; }
