@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #666;
  font-feature-settings: "palt";
  height: 100%;
  position: relative; }
  body.agt-overflow {
    overflow-x: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna"; } }
a {
  color: #E76D83;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #E76D83;
    outline: none;
    text-decoration: none; }

p, figure {
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  color: #777;
  font-family: "Roboto", "Helvetica Neue", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0; }

::-webkit-selection {
  color: #818892;
  background: #f9f6f0; }

::-moz-selection {
  color: #818892;
  background: #f9f6f0; }

::selection {
  color: #818892;
  background: #f9f6f0; }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn.btn-md {
    padding: 10px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #E76D83;
  color: #fff;
  border: 2px solid #E76D83; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #eb8396 !important;
    border-color: #eb8396 !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .btn-primary.btn-outline {
    background: transparent;
    color: #E76D83;
    border: 2px solid #E76D83; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #E76D83;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid #a2a2a2;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none; }

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300; }
  .form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #E76D83; }

.scroll-btn:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.boxed #agt-page {
  max-width: 1340px;
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1200px) {
    .boxed #agt-page {
      max-width: 1060px;
      max-width: 960px; } }
  .boxed #agt-page .container {
    max-width: 1140px;
    max-width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      .boxed #agt-page .container {
        max-width: 960px;
        max-width: 780px; } }

#agt-header {
  position: fixed;
  width: 100%;
  left: 0;
  padding-top: 50px;
  z-index: 12; }
  @media screen and (max-width: 768px) {
    #agt-header {
      padding-top: 30px; } }
  #agt-header #agt-logo {
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: -10px;
    z-index: 1; }
    #agt-header #agt-logo a {
      font-family: "Adamina", Georgia, "Times New Roman", Times, "serif";
      letter-spacing: 0.2em;
      font-size: 36px;
      font-weight: 500;
      color: white; }
      #agt-header #agt-logo a:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      #agt-header #agt-logo a span {
        color: #E76D83; }
  #agt-header nav {
    position: relative; }
    #agt-header nav ul {
      padding: 0;
      margin: 0;
      z-index: 2;
      position: relative; }
      @media screen and (max-width: 768px) {
        #agt-header nav ul {
          display: none; } }
      #agt-header nav ul .pc_hide {
        display: none; }
        @media screen and (max-width: 768px) {
          #agt-header nav ul .pc_hide {
            display: inline; } }
      #agt-header nav ul li {
        display: inline; }
        #agt-header nav ul li a {
          font-size: 18px;
          color: rgba(255, 255, 255, 0.5);
          font-weight: 400; }
          #agt-header nav ul li a:hover, #agt-header nav ul li a.active {
            color: white; }
        #agt-header nav ul li.agt-cta-btn a {
          position: relative;
          border-bottom: none;
          padding: 7px 20px;
          border: 2px solid rgba(255, 255, 255, 0.5);
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px; }
          #agt-header nav ul li.agt-cta-btn a:hover {
            border: 2px solid white; }
        #agt-header nav ul li.active a {
          color: white; }
      #agt-header nav ul.left-menu li {
        margin-right: 30px; }
      #agt-header nav ul.right-menu li {
        margin-left: 30px; }

/* transition */
#agt-header,
#agt-logo a,
#global-nav ul li,
#global-nav ul li a,
.agt-learn-more {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Fixed */
#agt-header.fixed {
  height: 70px;
  padding: 20px 0;
  background: rgba(231, 109, 131, 0.9);
  z-index: 100; }
  @media screen and (max-width: 768px) {
    #agt-header.fixed {
      position: absolute;
      background: rgba(0, 0, 0, 0); } }

#agt-header.fixed #agt-logo a {
  font-size: 20px; }

#agt-header.fixed #global-nav ul li a {
  padding: 0; }

#agt-header.fixed #global-nav ul .agt-cta-btn a {
  position: relative;
  border-bottom: none;
  padding: 4px 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  #agt-header.fixed #global-nav ul .agt-cta-btn a:hover {
    border: 2px solid white; }

#agt-hero::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -1px);
  transform: translate3d(0, 0, -1px);
  width: 100%;
  height: 100vh;
  background: #FFF; }

#agt-hero::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: transparent url(../images/pattern.png) repeat top left; }

/* Fixed */
#agt-hero.fixed {
  visibility: hidden; }

#agt-hero {
  position: relative;
  background-attachment: fixed; }
  @media screen and (max-width: 768px) {
    #agt-hero {
      height: 90vh; } }
  #agt-hero .agt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2a2d36;
    opacity: .2;
    z-index: 9; }
  #agt-hero .agt-intro {
    display: table;
    width: 100%;
    z-index: 10;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      #agt-hero .agt-intro {
        height: 400px; } }
    #agt-hero .agt-intro > div {
      vertical-align: middle;
      display: table-cell; }
      @media screen and (max-width: 480px) {
        #agt-hero .agt-intro > div {
          vertical-align: bottom; } }
      #agt-hero .agt-intro > div .agt-left-position {
        width: 65%;
        float: left; }
        @media screen and (max-width: 992px) {
          #agt-hero .agt-intro > div .agt-left-position {
            width: 100%; } }
      #agt-hero .agt-intro > div .agt-center-position {
        width: 60%;
        text-align: center;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #agt-hero .agt-intro > div .agt-center-position {
            width: 100%; } }
      #agt-hero .agt-intro > div .agt-right-position {
        width: 65%;
        float: right;
        text-align: right; }
        @media screen and (max-width: 992px) {
          #agt-hero .agt-intro > div .agt-right-position {
            width: 100%;
            text-align: left; } }
      #agt-hero .agt-intro > div h2 {
        font-size: 60px;
        line-height: 90%;
        font-weight: 100;
        color: white;
        margin: 0 0 10px; }
        @media screen and (max-width: 480px) {
          #agt-hero .agt-intro > div h2 {
            font-size: 40px;
            text-align: center; } }
      #agt-hero .agt-intro > div h3 {
        font-weight: 100;
        font-size: 22px;
        line-height: 40px;
        color: white; }
        @media screen and (max-width: 992px) {
          #agt-hero .agt-intro > div h3 {
            font-size: 24px;
            line-height: 37px;
            text-align: center; } }
      #agt-hero .agt-intro > div .btn-outline, #agt-hero .agt-intro > div .btn-primary {
        padding: 15px 30px !important;
        min-width: 240px;
        font-size: 18px; }
        @media screen and (max-width: 480px) {
          #agt-hero .agt-intro > div .btn-outline, #agt-hero .agt-intro > div .btn-primary {
            padding: 10px 30px !important;
            width: 100%; } }
      #agt-hero .agt-intro > div .btn-outline {
        border-color: rgba(255, 255, 255, 0.2);
        color: white;
        background-color: rgba(255, 255, 255, 0.1); }
        #agt-hero .agt-intro > div .btn-outline:hover {
          border-color: rgba(255, 255, 255, 0.4);
          color: white;
          background-color: rgba(255, 255, 255, 0.2); }
  #agt-hero .agt-learn-more {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 12;
    text-align: center; }
    #agt-hero .agt-learn-more a {
      display: block; }
      #agt-hero .agt-learn-more a .text {
        display: block;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 10px; }
      #agt-hero .agt-learn-more a .arrow {
        display: block;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        border: 2px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        #agt-hero .agt-learn-more a .arrow i {
          font-size: 24px;
          top: 10px;
          position: relative;
          color: #fff;
          vertical-align: middle; }
  #agt-hero .agt-learn-more.fixed {
    bottom: 100px; }

.no-js-fullheight {
  height: 620px; }
  @media screen and (max-width: 768px) {
    .no-js-fullheight {
      height: inherit;
      padding: 3em 0; } }

.agt-lead {
  font-size: 50px;
  font-weight: 400;
  color: #E76D83;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .agt-lead {
      font-size: 40px; } }
  .agt-lead span {
    font-size: 40px; }
    @media screen and (max-width: 768px) {
      .agt-lead span {
        font-size: 30px; } }

.agt-sub-lead {
  font-size: 30px;
  line-height: 32px;
  font-weight: 300; }

#agt-features,
#agt-features-2,
#agt-features-3,
#agt-features-4,
#agt-projects,
#agt-testimonials,
#agt-shopinfo,
#agt-about,
#agt-subscribe,
#agt-footer,
#agt-info,
#agt-pricing,
#agt-faqs {
  position: relative;
  background-color: #fff;
  padding: 4em 0; }
  @media screen and (max-width: 768px) {
    #agt-features,
    #agt-features-2,
    #agt-features-3,
    #agt-features-4,
    #agt-projects,
    #agt-testimonials,
    #agt-shopinfo,
    #agt-about,
    #agt-subscribe,
    #agt-footer,
    #agt-info,
    #agt-pricing,
    #agt-faqs {
      padding: 3em 0; } }

#agt-parallax {
  position: relative;
  padding: 0; }
  @media screen and (max-width: 768px) {
    #agt-parallax {
      padding: 0; } }
  #agt-parallax .agt-intro {
    display: table;
    width: 100%;
    z-index: 10;
    position: relative;
    overflow: hidden; }
    #agt-parallax .agt-intro > div {
      vertical-align: middle;
      display: table-cell; }
      #agt-parallax .agt-intro > div .agt-left-position {
        width: 65%;
        float: left; }
        @media screen and (max-width: 992px) {
          #agt-parallax .agt-intro > div .agt-left-position {
            width: 100%; } }
      #agt-parallax .agt-intro > div .agt-center-position {
        width: 775px;
        text-align: center;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #agt-parallax .agt-intro > div .agt-center-position {
            width: 100%;
            text-align: center; } }
      #agt-parallax .agt-intro > div .agt-right-position {
        width: 65%;
        float: right;
        text-align: right; }
        @media screen and (max-width: 992px) {
          #agt-parallax .agt-intro > div .agt-right-position {
            width: 100%;
            text-align: left; } }
      #agt-parallax .agt-intro > div h2 {
        font-size: 60px;
        line-height: 90%;
        font-weight: 100;
        color: white; }
        @media screen and (max-width: 480px) {
          #agt-parallax .agt-intro > div h2 {
            font-size: 40px;
            text-align: center; } }
      #agt-parallax .agt-intro > div h3 {
        font-weight: 100;
        font-size: 24px;
        line-height: 40px;
        color: white; }
        @media screen and (max-width: 992px) {
          #agt-parallax .agt-intro > div h3 {
            font-size: 24px;
            line-height: 37px;
            text-align: center; } }
      #agt-parallax .agt-intro > div .btn-outline, #agt-parallax .agt-intro > div .btn-primary {
        padding: 15px 30px !important;
        min-width: 240px;
        font-size: 18px; }
        @media screen and (max-width: 480px) {
          #agt-parallax .agt-intro > div .btn-outline, #agt-parallax .agt-intro > div .btn-primary {
            padding: 10px 30px !important;
            width: 100%; } }
      #agt-parallax .agt-intro > div .btn-outline {
        border-color: rgba(255, 255, 255, 0.2);
        color: white;
        background-color: rgba(255, 255, 255, 0.1); }
        #agt-parallax .agt-intro > div .btn-outline:hover {
          border-color: rgba(255, 255, 255, 0.4);
          color: white;
          background-color: rgba(255, 255, 255, 0.2); }
  #agt-parallax .agt-learn-more {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 12;
    text-align: center; }
    #agt-parallax .agt-learn-more a {
      display: block; }
      #agt-parallax .agt-learn-more a .text {
        display: block;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 10px; }
      #agt-parallax .agt-learn-more a .arrow {
        display: block;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        border: 2px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        #agt-parallax .agt-learn-more a .arrow i {
          font-size: 24px;
          top: 10px;
          position: relative;
          color: #fff;
          vertical-align: middle; }
  #agt-parallax .agt-learn-more.fixed {
    bottom: 100px; }

#agt-projects {
  background: #f9f9f9; }
  #agt-projects .agt-lead {
    font-size: 50px;
    font-weight: 300;
    color: #777;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #agt-projects .agt-lead {
        font-size: 35px; } }
  #agt-projects .agt-sub-lead {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    text-align: left; }
  #agt-projects .agt-project-item {
    display: block;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #agt-projects .agt-project-item img {
      z-index: 8;
      opacity: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #agt-projects .agt-project-item h3 {
      width: 100%;
      font-size: 18px;
      font-weight: 400;
      padding: 20px 0;
      margin: 10px 0 0 0;
      color: #FFF;
      text-align: center;
      background: #E76D83;
      letter-spacing: 0.05em; }
    #agt-projects .agt-project-item:hover, #agt-projects .agt-project-item:focus {
      opacity: 0.8; }
    #agt-projects .agt-project-item .agt-text {
      padding: 30px 30px 0px 30px; }
      #agt-projects .agt-project-item .agt-text h2, #agt-projects .agt-project-item .agt-text span {
        text-decoration: none !important; }
      #agt-projects .agt-project-item .agt-text h2 {
        font-size: 24px;
        font-weight: 400;
        margin: 10px 0 30px 0;
        color: #E76D83;
        text-align: center; }
      #agt-projects .agt-project-item .agt-text span {
        color: #d5d5d5;
        font-size: 16px;
        font-weight: 400; }
      #agt-projects .agt-project-item .agt-text p {
        text-align: justify;
        text-justify: inter-ideograph;
        font-size: 15px;
        line-height: 1.7em;
        color: #666;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
    #agt-projects .agt-project-item:hover, #agt-projects .agt-project-item:focus {
      -webkit-transform: scale(1.02);
      -moz-transform: scale(1.02);
      -o-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      -webkit-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.5);
      -ms-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.5);
      -o-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.5);
      text-decoration: none; }
      #agt-projects .agt-project-item:hover h2, #agt-projects .agt-project-item:hover span, #agt-projects .agt-project-item:focus h2, #agt-projects .agt-project-item:focus span {
        text-decoration: none !important; }
      #agt-projects .agt-project-item:hover p, #agt-projects .agt-project-item:focus p {
        color: #777; }

#agt-features .agt-devices {
  margin-bottom: 40px; }
  #agt-features .agt-devices img {
    margin: 0 auto; }
#agt-features .agt-lead {
  font-size: 50px;
  font-weight: 300;
  color: #777;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    #agt-features .agt-lead {
      font-size: 35px; } }
#agt-features .agt-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300; }
#agt-features .agt-feature {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #agt-features .agt-feature {
      padding-left: 0px;
      padding-right: 0px; } }
  #agt-features .agt-feature .agt-icon {
    width: 112px;
    height: 112px;
    display: table;
    margin: 0 auto;
    background: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    #agt-features .agt-feature .agt-icon i {
      position: relative;
      top: -1px;
      display: table-cell;
      vertical-align: middle;
      font-size: 50px;
      color: #E76D83; }
  #agt-features .agt-feature h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px; }
  #agt-features .agt-feature p {
    text-align: left; }

#agt-features-2, #agt-features-3, #agt-features-4 {
  background: #f9f9f9;
  overflow: hidden; }
  #agt-features-2 .agt-label, #agt-features-3 .agt-label, #agt-features-4 .agt-label {
    display: block; }
  #agt-features-2 .agt-lead, #agt-features-3 .agt-lead, #agt-features-4 .agt-lead {
    font-size: 50px;
    font-weight: 300;
    color: #777;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #agt-features-2 .agt-lead, #agt-features-3 .agt-lead, #agt-features-4 .agt-lead {
        font-size: 35px; } }
  #agt-features-2 .agt-feature, #agt-features-3 .agt-feature, #agt-features-4 .agt-feature {
    clear: both;
    margin-bottom: 20px;
    float: left;
    width: 100%; }
    #agt-features-2 .agt-feature .agt-icon, #agt-features-3 .agt-feature .agt-icon, #agt-features-4 .agt-feature .agt-icon {
      float: left;
      width: 10%; }
      #agt-features-2 .agt-feature .agt-icon i, #agt-features-3 .agt-feature .agt-icon i, #agt-features-4 .agt-feature .agt-icon i {
        font-size: 40px;
        color: #E76D83; }
        @media screen and (max-width: 768px) {
          #agt-features-2 .agt-feature .agt-icon i, #agt-features-3 .agt-feature .agt-icon i, #agt-features-4 .agt-feature .agt-icon i {
            font-size: 30px; } }
    #agt-features-2 .agt-feature .agt-text, #agt-features-3 .agt-feature .agt-text, #agt-features-4 .agt-feature .agt-text {
      float: right;
      width: 85%; }
    #agt-features-2 .agt-feature h3, #agt-features-3 .agt-feature h3, #agt-features-4 .agt-feature h3 {
      font-size: 24px;
      color: #777;
      margin-bottom: 10px;
      font-weight: 300; }
  #agt-features-2 .agt-btn-action, #agt-features-3 .agt-btn-action, #agt-features-4 .agt-btn-action {
    width: 100%;
    float: left; }
    #agt-features-2 .agt-btn-action > a, #agt-features-3 .agt-btn-action > a, #agt-features-4 .agt-btn-action > a {
      margin-left: 15%; }
      @media screen and (max-width: 480px) {
        #agt-features-2 .agt-btn-action > a, #agt-features-3 .agt-btn-action > a, #agt-features-4 .agt-btn-action > a {
          margin-left: 0; } }
  @media screen and (max-width: 992px) {
    #agt-features-2 .agt-feature-image img, #agt-features-3 .agt-feature-image img, #agt-features-4 .agt-feature-image img {
      max-width: 100%; } }

#agt-features-3 {
  background: #fff; }

#agt-testimonials.boredr-top {
  border-top: 1px solid #c7c7c7; }
#agt-testimonials .agt-lead {
  font-size: 50px;
  font-weight: 300;
  color: #777;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    #agt-testimonials .agt-lead {
      font-size: 35px; } }
#agt-testimonials .flexslider {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
#agt-testimonials .slides {
  z-index: 99; }
  #agt-testimonials .slides li {
    width: 100%; }
    #agt-testimonials .slides li blockquote {
      border-left: none;
      padding-left: 0;
      font-size: 26px;
      line-height: 46px;
      margin-bottom: 0; }
    #agt-testimonials .slides li p cite {
      font-size: 16px; }
#agt-testimonials .flexslider-controls {
  margin-left: -15px;
  z-index: 100;
  position: relative; }
  #agt-testimonials .flexslider-controls .flex-control-nav {
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #agt-testimonials .flexslider-controls .flex-control-nav {
        padding-bottom: 30px; } }
    #agt-testimonials .flexslider-controls .flex-control-nav li {
      cursor: pointer; }
      #agt-testimonials .flexslider-controls .flex-control-nav li img {
        cursor: pointer;
        width: 50px;
        opacity: .3;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      #agt-testimonials .flexslider-controls .flex-control-nav li.flex-active img {
        opacity: 1; }
      #agt-testimonials .flexslider-controls .flex-control-nav li:hover img {
        opacity: 1; }

#agt-about {
  background: #f9f9f9; }
  #agt-about .agt-lead {
    font-size: 50px;
    font-weight: 300;
    color: #777;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #agt-about .agt-lead {
        font-size: 35px; } }
  #agt-about .agt-lead {
    font-size: 50px;
    font-weight: 300;
    color: #777;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #agt-about .agt-lead {
        font-size: 35px; } }
  #agt-about .agt-sub-lead {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    text-align: left; }
  #agt-about .info_box {
    width: 100%;
    padding: 40px 20px 10px;
    color: #fff;
    background: #e76d83;
    border-radius: 5px;
    margin-bottom: 30px; }
    #agt-about .info_box h3 {
      color: #fff;
      font-size: 20px;
      text-align: center;
      line-height: 1.3em;
      margin-bottom: 30px; }
    #agt-about .info_box p {
      font-size: 14px;
      line-height: 1.5em;
      margin-bottom: 10px !important;
      text-align: justify;
      text-justify: inter-ideograph; }
    #agt-about .info_box ul {
      padding-left: 20px;
      padding-bottom: 20px; }
      #agt-about .info_box ul li {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.2em;
        padding: 5px 0; }
    #agt-about .info_box .decimal {
      list-style-type: decimal; }
  #agt-about .flexslider {
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

#agt-shopinfo .btn-primary {
  margin-top: 15px;
  padding: 15px 30px !important;
  min-width: 250px;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    #agt-shopinfo .btn-primary {
      padding: 20px 30px !important;
      width: 100%; } }

#agt-footbnr {
  padding: 30px 0 90px;
  margin: 30px 0 60px;
  text-align: center; }
  @media screen and (max-width: 992px) {
    #agt-footbnr {
      padding: 0;
      margin: 0; } }
  #agt-footbnr h3 {
    top: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
    margin: 30px 0; }
    @media screen and (max-width: 992px) {
      #agt-footbnr h3 {
        font-size: 20px; } }
  #agt-footbnr .btn-primary {
    padding: 15px 30px !important;
    min-width: 240px;
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      #agt-footbnr .btn-primary {
        padding: 20px 30px !important;
        width: 100%; } }

#agt-subscribe {
  display: block;
  background: #f9f9f9;
  padding: 3em 0; }
  @media screen and (max-width: 480px) {
    #agt-subscribe {
      padding: 1em 1em 2em; } }
  #agt-subscribe h3 {
    float: left;
    width: 30%;
    top: 10px;
    font-size: 26px;
    margin-bottom: 0;
    position: relative; }
    #agt-subscribe h3 label {
      font-weight: 300; }
    @media screen and (max-width: 992px) {
      #agt-subscribe h3 {
        width: 100%;
        margin-bottom: 30px; } }
  #agt-subscribe form {
    width: 60%;
    float: right;
    position: relative; }
    @media screen and (max-width: 992px) {
      #agt-subscribe form {
        width: 100%; } }
    #agt-subscribe form .agt-icon {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      left: 15px;
      font-size: 20px; }
      @media screen and (max-width: 480px) {
        #agt-subscribe form .agt-icon {
          position: absolute;
          top: 26px; } }
    #agt-subscribe form input[type="email"] {
      width: 100%;
      background: #ededed;
      border: none;
      padding-left: 50px;
      padding-right: 170px; }
      @media screen and (max-width: 480px) {
        #agt-subscribe form input[type="email"] {
          margin-bottom: 10px;
          padding-right: 50px; } }
    #agt-subscribe form input[type="submit"] {
      position: absolute;
      right: 0;
      top: 0;
      margin-right: -4px;
      height: 54px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      font-size: 20px;
      font-weight: 300;
      width: 160px; }
      @media screen and (max-width: 480px) {
        #agt-subscribe form input[type="submit"] {
          position: relative;
          width: 100%;
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px; } }

#agt-info {
  background: #E76D83; }
  #agt-info .agt-label {
    color: rgba(255, 255, 255, 0.5); }
  #agt-info .agt-lead {
    color: white; }
  #agt-info p {
    color: white; }

#agt-pricing {
  background: #f9f9f9; }
  #agt-pricing .price-box {
    background: #fff;
    border: 1px solid #ECEEF0;
    text-align: center;
    padding: 30px 0 20px;
    margin-bottom: 40px;
    position: relative;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    #agt-pricing .price-box.popular {
      border: 2px solid #E76D83; }
      #agt-pricing .price-box.popular .popular-text {
        top: 0;
        left: 50%;
        margin-left: -54px;
        margin-top: -2em;
        position: absolute;
        padding: 4px 20px;
        background: #E76D83;
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px; }
        #agt-pricing .price-box.popular .popular-text:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -10px;
          border-top: 10px solid black;
          border-top-color: #E76D83;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent; }
  #agt-pricing .pricing-plan {
    margin: 4px 0 30px 0;
    padding: 0;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #E76D83; }
    @media screen and (max-width: 480px) {
      #agt-pricing .pricing-plan {
        font-size: 24px; } }
  #agt-pricing .subtitle {
    font-size: 24px;
    line-height: 1.7em;
    font-weight: 600;
    color: #FFF;
    background: #E76D83;
    padding: 20px 0;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      #agt-pricing .subtitle {
        font-size: 20px; } }
  #agt-pricing p {
    font-size: 13px;
    line-height: 1.5em;
    text-align: left;
    padding: 20px 30px; }
  #agt-pricing .price-name {
    color: #999;
    font-weight: 500; }
  #agt-pricing .price-caption {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0 0 20px; }
    @media screen and (max-width: 480px) {
      #agt-pricing .price-caption {
        font-size: 16px; }
        #agt-pricing .price-caption br {
          display: none; } }
  #agt-pricing .mgb {
    padding: 0 0 20px; }
  #agt-pricing .price-table {
    border: none;
    width: 100%;
    color: #777; }
    #agt-pricing .price-table tr {
      margin-bottom: 20px; }
    #agt-pricing .price-table td {
      padding: 5px 60px 0;
      text-align: left;
      font-size: 28px;
      font-weight: 600;
      line-height: 1.5em;
      vertical-align: top; }
      @media screen and (max-width: 480px) {
        #agt-pricing .price-table td {
          padding: 5px 20px;
          font-size: 20px; } }
      #agt-pricing .price-table td span {
        color: #E76D83;
        padding: 0 5px;
        font-weight: 600; }
    #agt-pricing .price-table small {
      font-size: 12px; }
    #agt-pricing .price-table .time {
      font-weight: 300;
      color: #FFF;
      font-size: 16px;
      padding: 5px 8px 4px;
      margin-left: 8px;
      background: #E76D83;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      vertical-align: bottom; }
      @media screen and (max-width: 992px) {
        #agt-pricing .price-table .time {
          font-size: 12px;
          font-weight: 600;
          padding: 4px 6px;
          margin-left: 5px; } }
    #agt-pricing .price-table .price {
      text-align: right; }
  #agt-pricing .price-table-2 {
    border: none;
    width: 50%;
    float: left; }
    @media screen and (max-width: 992px) {
      #agt-pricing .price-table-2 {
        width: 100%;
        float: none; } }
    #agt-pricing .price-table-2 td {
      height: 70px;
      padding: 5px 35px;
      text-align: left;
      font-size: 15px;
      line-height: 1.5em;
      vertical-align: top; }
      @media screen and (max-width: 480px) {
        #agt-pricing .price-table-2 td {
          padding: 5px 20px; } }
      #agt-pricing .price-table-2 td span {
        font-weight: 400;
        color: #E76D83;
        padding: 0 5px 0 0; }
    #agt-pricing .price-table-2 small {
      font-size: 12px; }
    #agt-pricing .price-table-2 .price {
      text-align: right; }
  #agt-pricing .pricing-info {
    padding: 0;
    margin: 0 0 30px 0; }
    #agt-pricing .pricing-info li {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center; }

#agt-faqs .agt-faq-list {
  margin: 0;
  padding: 0; }
  #agt-faqs .agt-faq-list li {
    font-size: 16px;
    margin: 0 0 40px 0;
    padding: 0;
    line-height: 180%;
    list-style: none; }
    @media screen and (max-width: 768px) {
      #agt-faqs .agt-faq-list li {
        margin: 0 0 40px 0; } }
    #agt-faqs .agt-faq-list li h2 {
      color: #E76D83;
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        #agt-faqs .agt-faq-list li h2 {
          font-size: 24px;
          line-height: 1.5em; } }

#agt-footer {
  padding-bottom: 0;
  background-color: transparent;
  color: #FFF;
  z-index: 10; }
  #agt-footer a {
    color: rgba(255, 255, 255, 0.7); }
    #agt-footer a:hover {
      color: white;
      text-decoration: none; }
  @media screen and (max-width: 992px) {
    #agt-footer .agt-footer-widget {
      margin-bottom: 30px;
      width: 100%; } }
  #agt-footer .agt-footer-widget h3 {
    font-size: 18px;
    font-weight: 400; }
  #agt-footer .agt-footer-widget .agt-links {
    padding: 0;
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 300; }
    #agt-footer .agt-footer-widget .agt-links li {
      padding: 0;
      margin: 0 10px 15px;
      list-style: none;
      line-height: 24px;
      display: inline; }
      @media screen and (max-width: 768px) {
        #agt-footer .agt-footer-widget .agt-links li {
          line-height: 50px; } }
      #agt-footer .agt-footer-widget .agt-links li a {
        padding: 10px; }
  #agt-footer .agt-copyright {
    padding: 40px 0; }
    #agt-footer .agt-copyright a {
      font-weight: 700; }
    #agt-footer .agt-copyright p {
      margin-bottom: 0; }
      #agt-footer .agt-copyright p small {
        font-size: 13px; }
    #agt-footer .agt-copyright .agt-left {
      float: left; }
    #agt-footer .agt-copyright .agt-right {
      float: right; }
      @media screen and (max-width: 768px) {
        #agt-footer .agt-copyright .agt-right {
          float: left; } }

.agt-social {
  padding: 0;
  margin: 0; }
  .agt-social li {
    padding: 0;
    margin: 0;
    display: inline; }
    .agt-social li a {
      padding: 4px 6px;
      font-size: 30px; }
      .agt-social li a .narow {
        padding: 4px 0px; }

.agt-person {
  text-align: center; }
  @media screen and (max-width: 992px) {
    .agt-person {
      margin-bottom: 30px;
      float: left;
      width: 100%; } }
  .agt-person figure {
    margin: 0 auto 30px auto; }
    .agt-person figure img {
      margin: 0 auto;
      display: block; }
  .agt-person .agt-name {
    margin-bottom: 0;
    color: #777; }
  .agt-person .agt-designation {
    color: #666; }
  .agt-person .agt-bio {
    text-align: left; }

#agt-offcanvas, .agt-nav-toggle, #agt-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

#agt-offcanvas, .agt-nav-toggle, #agt-page {
  position: relative; }

#agt-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas-visible #agt-page {
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px); }

#agt-offcanvas {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 3;
  top: 0;
  width: 240px;
  background: #E76D83;
  padding: 30px; }
  .offcanvas-visible #agt-offcanvas {
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px); }
  @media screen and (max-width: 768px) {
    #agt-offcanvas {
      display: block;
      right: -240px; } }
  #agt-offcanvas ul {
    padding: 0;
    margin: 0; }
    #agt-offcanvas ul li {
      padding: 0;
      margin: 0 0 10px 0;
      list-style: none;
      line-height: 28px; }
      #agt-offcanvas ul li a {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.7); }
      #agt-offcanvas ul li.active a {
        color: #E76D83; }

.agt-nav-toggle {
  cursor: pointer;
  text-decoration: none; }
  .agt-nav-toggle.active i::before, .agt-nav-toggle.active i::after {
    background: #fff; }
  .agt-nav-toggle.dark.active i::before, .agt-nav-toggle.dark.active i::after {
    background: #fff; }
  .agt-nav-toggle:hover, .agt-nav-toggle:focus, .agt-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .agt-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out; }
    .agt-nav-toggle i::before, .agt-nav-toggle i::after {
      content: '';
      width: 30px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .agt-nav-toggle.dark i {
    position: relative;
    color: #222;
    background: #E76D83;
    transition: all .2s ease-out; }
    .agt-nav-toggle.dark i::before, .agt-nav-toggle.dark i::after {
      background: #E76D83;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.agt-nav-toggle i::before {
  top: -7px; }

.agt-nav-toggle i::after {
  bottom: -7px; }

.agt-nav-toggle:hover i::before {
  top: -10px; }

.agt-nav-toggle:hover i::after {
  bottom: -10px; }

.agt-nav-toggle.active i {
  background: transparent; }

.agt-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.agt-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.agt-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .agt-nav-toggle {
      display: block;
      top: 20px; } }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.btn-cta {
  padding: 15px 30px !important;
  width: 100%;
  font-size: 18px; }
  @media screen and (max-width: 480px) {
    .btn-cta {
      padding: 10px 30px !important;
      width: 100%; } }

.row-bottom-padded-xl {
  padding-bottom: 12em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-xl {
      padding-bottom: 2em; } }

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 2em; } }

.row-top-padded-lg {
  padding-top: 7em; }
  @media screen and (max-width: 768px) {
    .row-top-padded-lg {
      padding-top: 2em; } }

.row-bottom-padded-md {
  padding-bottom: 4em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 2em; } }

.row-top-padded-md {
  padding-top: 4em; }
  @media screen and (max-width: 768px) {
    .row-top-padded-md {
      padding-top: 2em; } }

.row-bottom-padded-sm {
  padding-bottom: 2em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 2em; } }

.row-top-padded-sm {
  padding-top: 2em; }
  @media screen and (max-width: 768px) {
    .row-top-padded-sm {
      padding-top: 2em; } }

.row-top-padded-xs {
  padding-top: 1em; }
  @media screen and (max-width: 768px) {
    .row-top-padded-xs {
      padding-top: 1em; } }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red; }

.agt-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_10.gif) center no-repeat #fff; }

.js .animate-box {
  opacity: 0; }

.slide {
  width: 100%;
  height: 480px;
  margin-bottom: 0px; }

@media screen and (min-width: 980px) {
  .slide {
    width: 100%;
    height: 680px;
    margin-bottom: 0px; } }
#agt-access {
  position: relative;
  background-color: #fff;
  padding: 0; }
  #agt-access .map {
    width: 100%;
    height: 400px;
    margin-bottom: 0px; }

#basicinfo .logo {
  letter-spacing: 0.2em;
  font-size: 36px;
  font-weight: 500; }

#basicinfo h4 {
  font-size: 18px;
  font-weight: 600;
  color: #777;
  margin-bottom: 0px; }

#basicinfo p {
  margin: 10px 0 30px 0; }

.telnum {
  display: block;
  font-size: 40px;
  font-weight: 500;
  color: #777;
  margin-top: 20px; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
.footer_nv_home {
  font-size: 40px; }

.footer_nv_mail {
  font-size: 32px; }

/* Parallax Section */
.sep {
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 100%;
  height: 100hv;
  position: relative; }
  @media screen and (min-width: 1025px) {
    .sep {
      background-attachment: fixed;
      background-size: cover; } }
  @media screen and (max-width: 768px) {
    .sep {
      display: none; } }

.home {
  background-image: url(../images/prx05.png); }

.wax {
  background-image: url(../images/slide09.png); }

.flash {
  background-image: url(../images/prx01.png); }
