/* Top hook CSS */
#htmlcontent_top {
  margin-bottom: 30px; }
  #htmlcontent_top ul {
    margin: 0; }
    #htmlcontent_top ul li {
      padding: 0;
      width: 50%; }
      #htmlcontent_top ul li a {
        display: block;
        position: relative;
        overflow: hidden; }
        #htmlcontent_top ul li a:after {
          background: rgba(0, 191, 243, 0.7);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          content: "";
          z-index: 1;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -moz-transform: scale(0.9, 0.9);
          -ms-transform: scale(0.9, 0.9);
          -o-transform: scale(0.9, 0.9);
          -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9); }
          @media (max-width: 1199px) {
            #htmlcontent_top ul li a:after {
              display: none; } }
        #htmlcontent_top ul li a:hover:after {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
        #htmlcontent_top ul li a:hover .btn.btn-default {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
        #htmlcontent_top ul li a:hover .item-html {
          top: 50%; }
      #htmlcontent_top ul li .item-html {
        position: absolute;
        top: 70%;
        left: 0;
        width: 100%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        z-index: 2;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 1199px) {
          #htmlcontent_top ul li .item-html {
            top: 50%; } }
      #htmlcontent_top ul li img {
        max-width: 100%;
        height: auto; }
      #htmlcontent_top ul li h3 {
        font: bold 24px/30px "Ubuntu", sans-serif;
        margin: 0 0 24px;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px; }
        @media (max-width: 991px) {
          #htmlcontent_top ul li h3 {
            margin: 0; } }
      #htmlcontent_top ul li .btn.btn-default {
        border-color: white;
        color: white;
        background: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
        #htmlcontent_top ul li .btn.btn-default:hover, #htmlcontent_top ul li .btn.btn-default:active, #htmlcontent_top ul li .btn.btn-default:active:focus, #htmlcontent_top ul li .btn.btn-default:focus {
          background: white;
          color: #00bff3; }
        @media (max-width: 1199px) {
          #htmlcontent_top ul li .btn.btn-default {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1; } }
        @media (max-width: 991px) {
          #htmlcontent_top ul li .btn.btn-default {
            display: none; } }
  #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 10;
    top: 50%;
    margin: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a:hover:before {
      content: "\e0c8"; }
    #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a:before {
      font-size: 35px;
      line-height: 30px;
      font-family: "material-design";
      width: 100%;
      color: #00bff3;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      content: "\e0c3";
      display: block;
      padding: 0; }
    #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.disabled {
      cursor: default; }
      #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.disabled:before {
        color: #959595; }
      #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.disabled:hover:before {
        content: "\e0c3";
        text-align: center; }
    #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
      left: 5px;
      right: auto;
      text-align: left; }
      #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:before {
        text-align: left; }
    #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
      left: auto;
      right: 5px; }
      #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:before {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        text-align: right; }
  #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a {
    background: none; }
    #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a:hover:before {
      color: #fff; }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
.footer-container #footer #htmlcontent_footer {
  margin-bottom: 14px; }
  @media (max-width: 767px) {
    .footer-container #footer #htmlcontent_footer {
      margin-bottom: 30px; } }
  .footer-container #footer #htmlcontent_footer ul {
    margin: 0; }
    @media (max-width: 767px) {
      .footer-container #footer #htmlcontent_footer ul {
        padding-bottom: 7px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .footer-container #footer #htmlcontent_footer ul {
        padding: 0 15px; } }
    .footer-container #footer #htmlcontent_footer ul li {
      padding: 0;
      width: 33.33%; }
      @media (max-width: 767px) {
        .footer-container #footer #htmlcontent_footer ul li {
          width: 50%;
          padding: 0 15px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .footer-container #footer #htmlcontent_footer ul li {
          margin-bottom: 0;
          padding: 0; } }
      @media (max-width: 479px) {
        .footer-container #footer #htmlcontent_footer ul li {
          width: 100%;
          margin-bottom: 0; } }
      .footer-container #footer #htmlcontent_footer ul li a {
        display: block;
        position: relative;
        background: #475271;
        overflow: hidden; }
        .footer-container #footer #htmlcontent_footer ul li a:after {
          background: rgba(0, 191, 243, 0.7);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          content: "";
          z-index: 1;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -moz-transform: scale(0.9, 0.9);
          -ms-transform: scale(0.9, 0.9);
          -o-transform: scale(0.9, 0.9);
          -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9); }
        .footer-container #footer #htmlcontent_footer ul li a:hover:after {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
        .footer-container #footer #htmlcontent_footer ul li a:hover .btn.btn-default {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
        .footer-container #footer #htmlcontent_footer ul li a:hover .item-html {
          top: 50%; }
        @media (max-width: 991px) {
          .footer-container #footer #htmlcontent_footer ul li a:hover h3, .footer-container #footer #htmlcontent_footer ul li a:hover i {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            visibility: hidden;
            display: none; }
          .footer-container #footer #htmlcontent_footer ul li a:hover .btn.btn-default {
            display: inline-block; } }
      .footer-container #footer #htmlcontent_footer ul li .item-html {
        position: absolute;
        top: 61%;
        left: 0;
        width: 100%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        z-index: 2;
        padding: 0 60px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .footer-container #footer #htmlcontent_footer ul li img {
        max-width: 100%;
        height: auto;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=59);
        opacity: 0.59; }
      .footer-container #footer #htmlcontent_footer ul li i {
        display: inline-block;
        width: 89px;
        height: 89px;
        border: 2px solid white;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        line-height: 87px;
        font-size: 30px;
        color: white;
        margin-bottom: 23px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      .footer-container #footer #htmlcontent_footer ul li h3 {
        font: bold 24px/30px "Ubuntu", sans-serif;
        margin: 0 0 39px;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      .footer-container #footer #htmlcontent_footer ul li .btn.btn-default {
        border-color: white;
        color: white;
        background: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
        @media (max-width: 991px) {
          .footer-container #footer #htmlcontent_footer ul li .btn.btn-default {
            display: none; } }
        .footer-container #footer #htmlcontent_footer ul li .btn.btn-default:hover, .footer-container #footer #htmlcontent_footer ul li .btn.btn-default:active, .footer-container #footer #htmlcontent_footer ul li .btn.btn-default:active:focus, .footer-container #footer #htmlcontent_footer ul li .btn.btn-default:focus {
          background: white;
          color: #00bff3; }

/* Home hook CSS */
#htmlcontent_home {
  margin-bottom: 30px; }
  #htmlcontent_home ul {
    margin-bottom: 0; }
    #htmlcontent_home ul li {
      width: 100%; }
    #htmlcontent_home ul a {
      position: relative;
      display: block;
      overflow: hidden; }
    #htmlcontent_home ul .item-html {
      position: absolute;
      top: 50%;
      left: 0;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-align: center; }
      #htmlcontent_home ul .item-html h2 {
        font: bold 24px/1em "Ubuntu", sans-serif;
        color: white;
        text-transform: uppercase;
        position: relative;
        margin: 0 0 19px; }
        @media (max-width: 479px) {
          #htmlcontent_home ul .item-html h2 {
            font: bold 14px/1em "Ubuntu", sans-serif; } }
      #htmlcontent_home ul .item-html h3 {
        font: bold 54px/1em "Ubuntu", sans-serif;
        color: white;
        text-transform: uppercase;
        position: relative;
        margin: 0 0 60px; }
        @media (max-width: 991px) {
          #htmlcontent_home ul .item-html h3 {
            font-size: 39px;
            margin: 0 0 36px; } }
        @media (max-width: 479px) {
          #htmlcontent_home ul .item-html h3 {
            font: bold 30px/1em "Ubuntu", sans-serif; } }
      #htmlcontent_home ul .item-html .btn-default {
        position: relative;
        padding-left: 20px;
        padding-right: 20px; }
      #htmlcontent_home ul .item-html p {
        margin-bottom: 0; }
