.neon-slogan{
  font-family: 'Amanda';
  text-align: center;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.neon-description{
  font-family: 'Amanda';
  text-align: center;
  font-size: 22px;
  margin-top: 0px;
}

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: Roboto, Arial, sans-serif;
  /*font-weight: 300;*/
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  background: #fff; 
}

h2, .h2 {
    font-size: 20px;
}

.mt20{
  margin-top: 20px;
}

.item{
  margin-bottom: 10px;
}

.info .grid .title-product{
  overflow: hidden;
  height: 62px;
}

.box-product .item img{
  max-width: 100%;
}

.more-link{
  display: block;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #FFDD00;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  /*font-family: "Amatic SC", cursive;*/
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.3; }

::-webkit-selection {
  color: #fff;
  background: #FFDD00; }

::-moz-selection {
  color: #fff;
  background: #FFDD00; }

::selection {
  color: #fff;
  background: #FFDD00; }

textarea:focus {
    outline: none !important;
    border:1px solid #c0c0c0;
    box-shadow: 0 0 10px #3b5998;
}

#header-bottom{
  background: #fff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07);
}
#header-bottom a{
  color:#333!important;
}
#header-bottom .dropdown a{
  color: #fff!important;
}
.gallery-img,
.about-flex-img,
.colorlib-video,
.instagram,
.staff-img,
.blog-img,
.colorlib-about-img,
.services-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.colorlib-nav {
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .colorlib-nav {
      margin: 0; } }
  .colorlib-nav .top-menu {
    padding: 5px 30px; }
    @media screen and (max-width: 768px) {
      .colorlib-nav .top-menu {
        padding: 5px 1em; } }
  .colorlib-nav #colorlib-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700; }
    .colorlib-nav #colorlib-logo a {
      position: relative;
      color: #fff; }
      .colorlib-nav #colorlib-logo a i {
        color: #fff;
        display: block;
        font-size: 60px;
        font-weight: normal;
        margin-bottom: 10px; }
  .colorlib-nav .menu-1 {
    margin-top: 3em; }
    @media screen and (max-width: 768px) {
      .colorlib-nav .menu-1 {
        display: none; } }
  .colorlib-nav ul {
    padding: 0;
    margin: 0; }
    .colorlib-nav ul li {
      padding: 8px 0;
      margin: 0;
      list-style: none;
      display: inline;
      font-weight: 400;
      text-transform: uppercase; }
      .colorlib-nav ul li a {
        position: relative;
        font-size: 14px;
        padding: 20px 12px;
        color: rgba(255, 255, 255, 0.9);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .colorlib-nav ul li a:hover {
          color: #FFDD00; }
      .colorlib-nav ul li.has-dropdown {
        position: relative; }
        .colorlib-nav ul li.has-dropdown .dropdown {
          width: 140px;
          -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          z-index: 1002;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 40px;
          left: 0;
          text-align: left;
          background: #000;
          padding: 20px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
          .colorlib-nav ul li.has-dropdown .dropdown:before {
            bottom: 100%;
            left: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #000;
            border-width: 8px;
            margin-left: -8px; }
          .colorlib-nav ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 0px; }
            .colorlib-nav ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .colorlib-nav ul li.has-dropdown .dropdown li a {
              padding: 2px 0;
              display: block;
              color: #999999;
              line-height: 1.2;
              text-transform: none;
              font-size: 13px;
              letter-spacing: 0; }
              .colorlib-nav ul li.has-dropdown .dropdown li a:hover {
                color: #fff; }
        .colorlib-nav ul li.has-dropdown:hover a, .colorlib-nav ul li.has-dropdown:focus a {
          color: #FFDD00; }
      .colorlib-nav ul li.btn-cta a {
        color: #fff;
        background: #ffdd00;
        padding: 10px 15px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .colorlib-nav ul li.btn-cta a:hover {
          -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -ms-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -o-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
      .colorlib-nav ul li.active > a {
        color: #FFDD00 !important;
        position: relative; }
        .colorlib-nav ul li.active > a:after {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.colorlib-video {
  overflow: hidden;
  position: relative;
  height: 400px; }
  .colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .colorlib-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      color: #FFDD00; }
  .colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.video-hero {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .video-hero {
      heifght: inherit;
      padding: 3em 0; } }
  .video-hero .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    background: #000;
    z-index: -1; }
  .video-hero .display-t {
    display: table;
    height: 800px;
    width: 100%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .video-hero .display-t {
        height: 300px; } }
  .video-hero .display-tc {
    display: table-cell;
    vertical-align: middle; }
    .video-hero .display-tc .holder {
      color: #fff;
      /*font-family: "Josefin Sans", Arial, sans-serif;*/
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 10px; }
      .video-hero .display-tc .holder span {
        position: relative; }
        .video-hero .display-tc .holder span:before, .video-hero .display-tc .holder span:after {
          position: absolute;
          top: 49%;
          width: 100px;
          height: 2px;
          background: #fff;
          content: ''; }
        .video-hero .display-tc .holder span:before {
          left: -110px; }
        .video-hero .display-tc .holder span:after {
          right: -110px; }
      @media screen and (max-width: 768px) {
        .video-hero .display-tc .holder {
          letter-spacing: 2px; }
          .video-hero .display-tc .holder span {
            position: relative; }
            .video-hero .display-tc .holder span:before, .video-hero .display-tc .holder span:after {
              width: 50px;
              height: 2px; }
            .video-hero .display-tc .holder span:before {
              left: -60px; }
            .video-hero .display-tc .holder span:after {
              right: -60px; } }
    .video-hero .display-tc h2 {
      color: #fff;
      font-size: 80px;
      margin-bottom: 20px;
      text-transform: uppercase; }
      .video-hero .display-tc h2 strong {
        font-weight: 700; }
      @media screen and (max-width: 768px) {
        .video-hero .display-tc h2 {
          font-size: 34px; }
      }
    .video-hero .display-tc p {
      color: #fff;
      font-weight: 400;
      font-size: 20px;
      letter-spacing: 10px; }
    .video-hero .display-tc p.breadcrumbs {
      letter-spacing: 5px; }
    .video-hero .display-tc .btn-custom {
      letter-spacing: 5px;
      color: #000 !important; }

.colorlib-gallery,
#colorlib-about,
#colorlib-services,
#colorlib-contact,
.colorlib-blog,
#colorlib-instagram {
  padding: 7em 0;
  clear: both; }

.services-img {
  height: 320px;
  display: block; }
  @media screen and (max-width: 768px) {
    .services-img {
      margin-bottom: 20px; } }

.services-desc {
  padding: 0 1em; }
  @media screen and (max-width: 768px) {
    .services-desc {
      padding: 0; } }
  .services-desc ul li {
    list-style: none;
    margin-bottom: 10px; }

.services {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  padding: 20px;
  z-index: 0; }
  .services .icon {
    position: relative;
    margin-bottom: 15px;
    display: inline-block; }
    .services .icon:before {
      position: absolute;
      bottom: 10px;
      left: -10px;
      right: 0;
      width: 24px;
      height: 24px;
      content: '';
      background: #FFDD00;
      z-index: -1;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .services .icon i {
      font-size: 50px;
      color: #000;
      z-index: 1; }
  .services .desc h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }

.colorlib-about-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%; }
  .colorlib-about-flex .col-half {
    width: 50%;
    display: inline-block;
    padding: 4em 2em; }
    @media screen and (max-width: 768px) {
      .colorlib-about-flex .col-half {
        width: 100%;
        padding: 1em; }
        .colorlib-about-flex .col-half.about-flex-img {
          height: 300px; } }
  .colorlib-about-flex .about-desc {
    background: #fff;
    padding: 3em; }
    @media screen and (max-width: 768px) {
      .colorlib-about-flex .about-desc {
        padding: 2em; } }
    .colorlib-about-flex .about-desc h2 {
      font-size: 40px; }

.gallery-img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden; }
  .gallery-img .desc {
    position: absolute;
    top: 40%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
    .gallery-img .desc h2 {
      color: #fff;
      text-transform: uppercase;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .gallery-img .desc .category span {
      padding: 5px 10px;
      background: rgba(0, 0, 0, 0.2);
      color: rgba(255, 255, 255, 0.7);
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; }
  .gallery-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .gallery-img img {
    display: block;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .gallery-img:hover:after, .gallery-img:focus:after {
    opacity: 0; }
  .gallery-img:hover .desc, .gallery-img:focus .desc {
    z-index: 1; }
    .gallery-img:hover .desc h2, .gallery-img:focus .desc h2 {
      font-size: 40px; }
  .gallery-img:hover img, .gallery-img:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
    -webkit-box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.28); }

.content-wrap {
  padding-right: 1em; }
  @media screen and (max-width: 768px) {
    .content-wrap {
      padding-right: 0; } }

.pagination li {
  margin: 2px; }
  .pagination li a {
    color: #000;
    background: #fff;
    color: #000;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 2px; }
    .pagination li a:first-child {
      border: 1px solid #e6e6e6;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    .pagination li a:hover, .pagination li a:focus {
      background: #FFDD00;
      color: #fff;
      border: 1px solid #FFDD00; }
    @media screen and (max-width: 768px) {
      .pagination li a {
        padding: 7px 15px; } }
  .pagination li.active a {
    background: #FFDD00;
    border: 1px solid #FFDD00; }
    .pagination li.active a:hover, .pagination li.active a:focus {
      background: #FFDD00;
      color: #fff;
      border: 1px solid #FFDD00; }

.no-gutters {
  margin: 0 !important;
  padding: 0 !important; }

.article-entry {
  background: #fafafa; }
  .article-entry .blog-img {
    height: 250px;
    display: block;
    position: relative; }
    @media screen and (max-width: 768px) {
      .article-entry .blog-img {
        height: 400px; } }
    @media screen and (max-width: 480px) {
      .article-entry .blog-img {
        height: 270px; } }
  .article-entry .desc {
    padding: 2em 2em 0 2em;
    margin-bottom: 20px;
    position: relative; }
    .article-entry .desc p{
      height: 146px;
      overflow: hidden;
    }
    .article-entry .desc h2 {
      font-size: 20px; }
      .article-entry .desc h2 a {
        color: #000; }
  .article-entry .admin {
    border-top: 1px solid #ebebeb;
    padding: 2em; }
    .article-entry .admin p {
      margin-bottom: 0;
      font-size: 14px; }
      .article-entry .admin p span {
        margin-right: 15px; }
        .article-entry .admin p span a {
          color: #000; }
          .article-entry .admin p span a i {
            color: gray; }

.f-blog {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px; }
  .f-blog .blog-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 60px;
    float: left; }
  .f-blog .desc h2 {
    font-size: 20px;
    margin-bottom: 5px; }
    .f-blog .desc h2 a {
      color: #fff; }
  .f-blog .desc .admin {
    font-size: 14px; }

.staff-entry {
  display: block;
  margin-bottom: 20px;
  z-index: 0; }
  .staff-entry .staff-img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 1; }
  .staff-entry .desc {
    z-index: -1;
    padding: 1.5em;
    padding-top: 3em;
    margin-top: -2em;
    background: white; }
    .staff-entry .desc h3 {
      font-size: 24px;
      margin-bottom: 10px; }
    .staff-entry .desc span {
      display: block;
      margin-bottom: 20px; }
  .staff-entry .colorlib-social-icons li {
    margin-left: 0; }
    .staff-entry .colorlib-social-icons li a {
      padding: 0; }

.contact-info-wrap-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3em; }
  .contact-info-wrap-flex .con-info {
    width: 100%;
    background: #fff;
    padding: 1.5em;
    background: white;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important; } }
  .contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000; }
    .contact-info-wrap-flex p span i {
      color: #FFDD00; }
    .contact-info-wrap-flex p a {
      color: #000; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  font-size: 16px !important;
  font-weight: 300;
  background: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .form-control:focus, .form-control:active {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e6e6e6; }

input[type="text"] {
  height: 50px; }

.form-group {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .form-group #fname {
      margin-bottom: 30px; } }
  .form-group label {
    font-weight: 400; }
  .form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px; }

.colorlib-social-icons {
  margin: 0;
  padding: 0; }
  .colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .colorlib-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #FFDD00;
      padding-left: 10px;
      padding-right: 10px; }
      .colorlib-social-icons li a i {
        font-size: 20px; }

.colorlib-heading {
  margin-bottom: 5em; }
  .colorlib-heading h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .colorlib-heading h2 {
        font-size: 30px; } }

#colorlib-instagram {
  padding-bottom: 0; }
  #colorlib-instagram .colorlib-heading {
    margin-bottom: 2em; }

.instagram-entry {
  width: 100%;
  display: block; }
  .instagram-entry .instagram {
    width: 12.5%;
    float: left;
    height: 200px; }
    @media screen and (max-width: 768px) {
      .instagram-entry .instagram {
        width: 25%; } }
    @media screen and (max-width: 480px) {
      .instagram-entry .instagram {
        width: 50%; } }

#colorlib-footer {
  background: #323232;
  color: rgba(255, 255, 255, 0.6) !important;
  padding-top: 6em; }
  @media screen and (max-width: 768px) {
    #colorlib-footer .colorlib-widget {
      margin-bottom: 20px;
      width: 100%;
      float: left; } }
  #colorlib-footer .colorlib-footer-links {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #colorlib-footer .colorlib-footer-links {
        margin-bottom: 10px; } }
    #colorlib-footer .colorlib-footer-links li {
      padding: 0;
      margin: 0 0 10px 0;
      list-style: none;
      display: block; }
      #colorlib-footer .colorlib-footer-links li span {
        display: block;
        font-size: 13px; }
      #colorlib-footer .colorlib-footer-links li a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none; }
        #colorlib-footer .colorlib-footer-links li a i {
          padding-right: 10px;
          color: #FFDD00; }
  #colorlib-footer .colorlib-social-icons li a {
    padding-left: 10px;
    padding-right: 10px; }
    #colorlib-footer .colorlib-social-icons li a:first-child {
      padding-left: 0; }
  #colorlib-footer h4 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700; }
  #colorlib-footer .copy {
    background: #262626;
    padding: 1.2em 0; }
    #colorlib-footer .copy p {
      margin-bottom: 0;
      color: #fff; }
      #colorlib-footer .copy p small a {
        color: rgba(255, 255, 255, 0.7); }

#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #1a1a1a;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #colorlib-offcanvas {
      display: block; } }
  .offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5); }
    #colorlib-offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #colorlib-offcanvas ul {
    padding: 0;
    margin: 0; }
    #colorlib-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #colorlib-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e0c5";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      #colorlib-offcanvas ul li.btn-cta {
        margin-top: 5px; }
        #colorlib-offcanvas ul li.btn-cta a {
          border-bottom: 1px solid #FFDD00;
          padding-bottom: 5px; }

.gototop {
  position: fixed;
  bottom: 12px;
  right: 10px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: #000;
    opacity: 0.5;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.colorlib-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 1.2em !important; }
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #444; }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .colorlib-nav-toggle.colorlib-nav-white > i {
    color: #fff;
    background: #fff; }
    .colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
      background: #fff; }

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

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

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

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

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

.colorlib-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);
  background: #fff; }

.colorlib-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);
  background: #fff; }

.colorlib-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }
  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      display: block;
      top: 0px!important;
      padding: 0px;
    }
  }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #FFDD00;
  color: #fff;
  border: 2px solid #FFDD00; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ffe01a !important;
    border-color: #ffe01a !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #FFDD00;
    border: 2px solid #FFDD00; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #FFDD00;
      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 gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.row-pb-lg {
  padding-bottom: 7em !important; }

.row-pb-md {
  padding-bottom: 5em !important; }

.row-pb-sm {
  padding-bottom: 3em !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

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

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

/* header */

#header-top {
  background-color: #000;
  border-bottom: 1px solid #f0f0f0;
  color: #888;
  height: 40px;
}
#header-top .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-top .menu > ul > li {
  display: block;
  float: left;
  position: relative;
}
#header-top .menu>ul>li>a {
  color: #fff;
  line-height: 40px;
  padding: 0 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  outline: 0;
}
.topbar-right {
    float: right;
}
.topbar-left > *:first-child, .topbar-right > *:first-child {
    margin-left: 0;
}
#header-top .social-list ul{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-list ul li {
    display: block;
    float: left;
}
.social-list ul a {
  color: #fff;
  height: 40px;
  width: 26px;
  line-height: 40px;
  display: block;
}
.topbar-left > *, .topbar-right > * {
  display: block;
  float: left;
  margin-left: 10px;
}

/* project */
#main{
  margin-top: 20px;
  margin-bottom: 20px;
}

.box-project .item{
  position: relative;
  height: 280px;
  cursor: zoom-in;
}

.box-project .item img{
  position: absolute;
  top: 0;
  left: 0;
  cursor: zoom-in;
  max-width: 100%;
}

.box-project .item .title-project{
  display: none;
  text-align: center;
}

.box-project .item .title-project a{
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-weight: bold;
  font-style: normal;
}

.box-project .item:hover .info{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 9999;
  background: rgb(0,0,0, 0.5) !important;
  padding: 5px;
  cursor: pointer;
}

.box-project .info .grid{
  box-sizing: border-box;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.box-project .item:hover .title-project{
  display: block;
  margin: 0;
}

/* news */
.post-list li{
  overflow: hidden;
  margin-bottom: 20px;
}
.nth-thumbnail img{
  max-width: 100%;
}

.entry-title{
  font-weight: bold;
}

#description{
  margin-bottom: 10px;
}
.related-bottom-title{
  background: #f8f8f8;
  margin: 10px 0px;
}
.related-bottom-title ul {
    margin: 0px;
    padding: 10px 30px;
}
.related-bottom-title ul li:last-child h3{
  margin-bottom: 0px;
}
.related-bottom-title h3{
  font-size: 14px;
  padding-top: 5px;
  margin-bottom: 5px;
}

/* design led */
.gallery{
  margin: 20px 0px 30px;
}
.gallery-image{
  position: relative;
  display: block;
  width: 100vw;
  overflow: hidden;
  background: #ffffff;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.gallery-image, .gallery-image li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery-image li{
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  width: 16.5vw;
  height: 16.5vw;
  background: black;
  cursor: pointer;
}

.gallery-image li img {
    opacity: 0.5;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gallery-image li:hover img {
    opacity: 1;
}
#neon-step-1{
  display: inline-block;
  background-color: #fff;
  padding-bottom: 10px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 6px 23px -2px rgb(0 0 0 / 27%);
  -moz-box-shadow: 0px 6px 23px -2px rgba(0,0,0,0.27);
  box-shadow: 0px 6px 23px -2px rgb(0 0 0 / 27%);
}
#neon-step-1 p{
  margin-bottom: 10px;
}
#neontab > li.active > a{
  color: #ffffff;
  background: #3b5998 !important;
}
#neontab > li:not(:last-child) > a {
    margin-right: 0;
}
#neontab{
  border: 1px solid #3b5998;
}
#neontab li:nth-child(3) {
    border: none;
}
#neontab > li.active:not(:last-child) > a:after {
    border-left: 10px solid #3b5998;
}
#neontab > li > a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid #3b5998;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

#neontab li:last-child a::before {
  content: none;
  border:0;
}

#neontab > li > a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 100%;
    z-index: 2;
}

#neontab > li > a:hover{
  border-color: 0;
}

.nav > li > a:hover{
  background-color: transparent;
}

#editor .current{
    border: 1px solid #000;
    font-weight: bold;
}
#editor ul{
    margin: 0px;
    padding: 5px;
}
#editor ul, #editor ul li{
    list-style: none;
}
#editor ul li{
    display: inline-block;
}
#editor textarea{
  border: 1px solid #c0c0c0;
  color:#555;
  background-color: #f5f5f5;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-size: 16px;
  text-align: center;
}
#color li button{
    width: 250px;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #c0c0c0;
}
#color li button.white{
    color:#000;
}
#font ul li, #font ul li a{
    display: block;
}
.toggle-title, .toggle-title:hover {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 5px;
}

.toggle-body {
  padding: 0 10px;
  margin: 10px 0;  
}

.toggle-box .plus-icon::before {
    content: "\f077";
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.toggle-box .plus-icon.mins-icon::before {
    content: "\f078";
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.toggle-body {
  font-size: 12px;
  color: #747474;
  margin-top: 5px;
  display: none;
  overflow: auto;
  max-width: 500px;
}

.toggle-body ul li{
    padding: 5px 0px;
}

.toggle-body ul li a{
    font-size: 14px;
    font-weight: bold;
}

#options .current{
    background-color: red;
    color: #fff;
}

#options ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#options ul li{
    border-bottom: 1px solid #c0c0c0;
}

#lenon-slide {
  width: 100%;
  height: 740px;
  color: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#lenon-slide .flipster{
  position: absolute;
  bottom:0;
}

.flipster__item img{
  height: 150px;
  width: 150px;
}

#neon{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.neon{
  text-align: center;
  font-size: 70px;
  cursor: move;
  position: absolute;
  z-index: 9;
  top: 20%;
  -webkit-transition: text-shadow 0.5s ease;
  -moz-transition: text-shadow 0.5s ease;
  -ms-transition: text-shadow 0.5s ease;
  -o-transition: text-shadow 0.5s ease;
  transition: text-shadow 0.5s ease;
}

.neon p{
  white-space: nowrap;
  /*overflow-wrap: break-word;*/
  font-size: 160%;
  line-height: 1.1;
}

#neontabContent{
  padding: 10px;
}

#neontabContent ul{
  list-style: none;
  padding-left: 0px;
  overflow: hidden;
}

#neontabContent #colorr ul li{
  padding: 5px;
  float: left;
  cursor: pointer;
  height: 100px;
  width: 59px;
}

#neontabContent ul li p{
  font-size: 30px;
  text-align: center;
}

#fontt .current{
  color: red;
}

#neontabContent #fontt ul li{
  display: inline;
  padding: 5px;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
  height: 36px;
  line-height: 36px;
}

#neontabContent #fontt ul li a{
  font-size: 14px;
}

#neontabContent #fontt p, #neontabContent #colorr p{
  text-align: center;
  margin-bottom: 0px;
}

#neontabContent #colorr span{
  display: block;
  font-size: 13px;
}

#neontab > li > a{
  border-radius: 0;
}

.color-img {
    text-align: center;
    padding: 5px;
    background-color: #f5f5f5;
}

.color-img p{
  text-align: center;
  margin-bottom: 5px;
  font-style: italic;
  font-size: 12px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  border: 0;
}

.nav > li > a{
  padding: 8px 15px;
}

.nav-tabs > li > a{
  border-bottom: 0px;
}

#neon-step-1 .font-size{
  padding: 10px 10px 0px 10px;
}

#size_table {
    display: inline-block;
    width: 100%;
    padding: 0 5px;
}

.size-box .s_price {
  text-align: left;
  padding: 0;
}

div.size-box {
  margin: 5px;
  padding: 5px;
  border: 0px;
  /* border: 2px solid #e7e6e6; */
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
  border-radius: 15px;
  font-size: 1.1rem !important;
}

.size-box {
  width: calc(50% - 10px);
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  text-align: left;
  padding: 0;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 2.5rem;
  margin: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

div.size-box strong, div.size-box .s_size2 div {
  font-size: 1.3rem !important;
}

.total-section {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 15px;
  text-align: left;
  margin-bottom: 10px;
}

.total_sel_price {
  font-size: 14pt;
  font-weight: bold;
  float: right;
}

#total-custom .sign_note{
  padding: 0;
}

#total-custom .form-group{
  margin-bottom: 10px;
}

.size-box .s_price div:nth-child(2) {
  color: #000;
  font-size: 1.3rem;
  padding-left: 0px;
}

.size_style label {
  color: #000000;
  font-size: 12pt;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 5px;
  font-weight: 800;
  text-transform: capitalize;
}

div.size-box.active strong{
  background: #fff;
}

div.size-box.active, div.size-box:hover {
  box-shadow: unset;
  border-color: transparent;
  border-radius: 15px;
  border: 2px solid #3b5998;
  background: #fff;
}

.addtocart {
  display: inline-block;
  border: 0.1em solid #000;
  padding: 4px 0 4px 0;
  text-decoration: none;
  font-weight: 300;
  font-size: 120%;
  color: #FFF;
  text-align: center;
  transition: all 0.5s;
  background-color: #000;
  width: 100%;
  letter-spacing: 3px;
}

#add_to_cart {
  padding: 10px;
  border-radius: 15px;
  font-size: 140%;
}

#cart-page{
  padding-top: 20px;
}

#cart-page .page-title{
  padding: 10px 5px;
}

#cart-page .count-cart{
  color:red;
  font-size: 16px;
}

#cart-page .table-responsive{

}

/*indoor outdoor*/

.form-group.main_radio {
  padding: 0;
}

.custom-control.custom-radio {
  margin-bottom: 5px;
}

.custom-control.custom-radio {
  text-align: left;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
}

label {
  display: inline-block;
  margin-bottom: 10px;
  color: #333333;
  font-size: 13pt;
  font-weight: 700;
}

.custom-radio label {
  font-size: 11pt;
  line-height: 1;
  margin-bottom: 0;
}

.custom-radio label {
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
  border-radius: 15px;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #000;
  font-size: 14.4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  height: 66px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.custom-radio.selected label, .custom-radio:hover label {
  box-shadow: unset;
  border-color: transparent;
  border-radius: 15px;
  border: 2px solid #3b5998;
  background: #fff;
}

.custom-control.custom-radio {
  margin-bottom: 5px;
}

.custom-control.custom-radio {
  text-align: left;
}

span.radio_span {
  display: inline-block;
  margin: 10px 0 0;
  color: #010101;
}

label.size_note, .sign_note {
  font-size: 8pt;
  text-align: left;
  padding: 0 10px;
  font-weight: normal;
  line-height: 1.5;
}

.main_radio .sign_note{
  padding: 0;
}

.two_btn {
  margin-bottom: 0;
  padding: 30px 0;
}

.two_btn .btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  background-color: #f4f4f4;
  width: 100%;
  letter-spacing: 0;
  margin: auto;
  padding: 15px;
  border-radius: 15px;
  font-family: 'Brandon_reg';
  font-size: 20px;
  outline: none !important;
  text-transform: none;
}

/* send quote */
#form-sent-quote{
  display: none;
}

#btn-quote{
  margin-bottom: 20px;
}

#form-sent-quote .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.shadow-red{
    text-shadow: 0 0 1px #ed6565, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #ed6565, 
    0 0 25px #ed6565, 
    0 0 30px #ed6565, 
    0 0 35px #ed6565, 
    0 0 40px #ed6565, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-orange{
    text-shadow: 0 0 1px #edad65, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #edad65, 
    0 0 25px #edad65, 
    0 0 30px #edad65, 
    0 0 35px #edad65, 
    0 0 40px #edad65, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-yellow{
    text-shadow: 0 0 1px #eddf65, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #eddf65, 
    0 0 25px #eddf65, 
    0 0 30px #eddf65, 
    0 0 35px #eddf65, 
    0 0 40px #eddf65, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-green{
    text-shadow: 0 0 1px #9bed65, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #9bed65, 
    0 0 25px #9bed65, 
    0 0 30px #9bed65, 
    0 0 35px #9bed65, 
    0 0 40px #9bed65, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-purple{
    text-shadow: 0 0 1px #cd65ed, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #cd65ed, 
    0 0 25px #cd65ed, 
    0 0 30px #cd65ed, 
    0 0 35px #cd65ed, 
    0 0 40px #cd65ed, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-pink{
    text-shadow: 0 0 1px #ed65a9, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #ed65a9, 
    0 0 25px #ed65a9, 
    0 0 30px #ed65a9, 
    0 0 35px #ed65a9, 
    0 0 40px #ed65a9, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-white{
    text-shadow: 0 0 1px #f4fcfb, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #f4fcfb, 
    0 0 25px #f4fcfb, 
    0 0 30px #f4fcfb, 
    0 0 35px #f4fcfb, 
    0 0 40px #f4fcfb, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-blue{
    text-shadow: 0 0 1px #65a4ed, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #65a4ed, 
    0 0 25px #65a4ed, 
    0 0 30px #65a4ed, 
    0 0 35px #65a4ed, 
    0 0 40px #65a4ed, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-warm-white{
    text-shadow: 0 0 1px #fffdcf, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #fffdcf, 
    0 0 25px #fffdcf, 
    0 0 30px #fffdcf, 
    0 0 35px #fffdcf, 
    0 0 40px #fffdcf, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-lemon-yellow{
    text-shadow: 0 0 1px #fffdcf, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #fffdcf, 
    0 0 25px #fffdcf, 
    0 0 30px #fffdcf, 
    0 0 35px #fffdcf, 
    0 0 40px #fffdcf, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-mint{
    text-shadow: 0 0 1px #80ffd9, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #80ffd9, 
    0 0 25px #80ffd9, 
    0 0 30px #80ffd9, 
    0 0 35px #80ffd9, 
    0 0 40px #80ffd9, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-deep-green{
    text-shadow: 0 0 1px #0bd748, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #0bd748, 
    0 0 25px #0bd748, 
    0 0 30px #0bd748, 
    0 0 35px #0bd748, 
    0 0 40px #0bd748, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-ice-blue{
    text-shadow: 0 0 1px #90dcff, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #90dcff, 
    0 0 25px #90dcff, 
    0 0 30px #90dcff, 
    0 0 35px #90dcff, 
    0 0 40px #90dcff, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-tropical-blue{
    text-shadow: 0 0 1px #24b7de, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #24b7de, 
    0 0 25px #24b7de, 
    0 0 30px #24b7de, 
    0 0 35px #24b7de, 
    0 0 40px #24b7de, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-deep-blue{
    text-shadow: 0 0 1px #0274fc, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #0274fc, 
    0 0 25px #0274fc, 
    0 0 30px #0274fc, 
    0 0 35px #0274fc, 
    0 0 40px #0274fc, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-cotton-candy{
    text-shadow: 0 0 1px #eaa4ff, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #eaa4ff, 
    0 0 25px #eaa4ff, 
    0 0 30px #eaa4ff, 
    0 0 35px #eaa4ff, 
    0 0 40px #eaa4ff, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-deep-pink{
    text-shadow: 0 0 1px #ff5ce8, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #ff5ce8, 
    0 0 25px #ff5ce8, 
    0 0 30px #ff5ce8, 
    0 0 35px #ff5ce8, 
    0 0 40px #ff5ce8, 
    2px 4px 3px rgba(0,0,0,.3);
}

.shadow-light-red{
    text-shadow: 0 0 1px #ff7575, 
    0 0 10px #fff, 0 0 20px #fff, 
    0 0 20px #ff7575, 
    0 0 25px #ff7575, 
    0 0 30px #ff7575, 
    0 0 35px #ff7575, 
    0 0 40px #ff7575, 
    2px 4px 3px rgba(0,0,0,.3);
}

.font-arial{
    font-family: arial;
}

.font-time{
    font-family: 'Times New Roman';
}

.font-verdana{
    font-family: Verdana;
}

.font-helvetica{
    font-family: Helvetica;
}

.font-courier{
    font-family: Courier;
}

.font-comic{
    font-family: 'Comic Sans MS';
}

.font-trebuchet-ms{
    font-family: 'Trebuchet MS';
}

.font-arial-black{
    font-family: 'Arial Black';
}

.font-georgia{
    font-family: 'Georgia';
}

.font-garamond{
    font-family: 'Garamond';
}

.font-bookman{
    font-family: Bookman;
}

#contact .has-error input{
    border: 1px solid red;
}

.related-bottom-title {
    clear: both;
    background-color: #f8f8f8;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.related-bottom-title ul li i {
    float: left;
    font-size: 10px;
    padding-top: 6px;
    padding-right: 10px;
}
#description{
    margin-bottom: 10px;
    font-style: italic;
}
.related-bottom-title ul li h3 {
    font-size: 13px;
}
.related-bottom-title ul li:last-child h3 {
    margin-bottom: 0px;
}
.related-bottom-title ul li h3 a {
    color: #000;
}
.article-tags {
    margin-top: 15px;
}
.article-tags ul, .article-tags ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.article-tags ul li {
    display: inline-block;
}
.related ul.list-post-widget {
    list-style: none;
    padding-left: 0px;
}
ul.list-post-widget li .post-thumbnail {
    float: left;
    max-width: 184px;
    padding: 5px;
}
.list-post-widget img {
    max-height: 80px;
    max-width: 100%;
}
#news-detail .post-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
ul.list-post-widget li .post-thumbnail + .post-title {
    margin-bottom: 7px;
}
.post-title a, .post-title a {
    color: #222 !important;
    font-weight: 600;
    font-size: 14px;
}
.related .short-content {
    clear: none;
    margin-bottom: 14px;
    font-size: 14px;
}

@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

.yeucaugoilai .description {
    position: fixed;
    left: -30px;
    bottom: -40px;
    z-index: 100;
}
.phone_animation{
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    visibility: visible;
    margin: 0 auto;
}
.phone_animation_circle{
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    border: 2px solid #bfebfc 9;
    opacity: 0.5;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-color: #ed1c24;
}
.phone_animation_circle_fill{
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #fe7500;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .2;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phone_animation_circle_fill_img{
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: #ed1c24 url(../images/iconphone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.yeucaugoilai .phone_animation_circle_fill_img{
    background-size: 70%;
}
#mobile-support{
    display: none;
}

.js-top{
  display: none;
}

#zaloButton{
      display:inline-block;
      margin-right:10px;
      width:50px;
      height:50px;
      background:#5ac5ef;
      border-radius:50%;
      box-shadow:0px 0px 10px -2px rgba(0,0,0,.7);
      position: fixed;
      bottom: 25px;
      right: 100px;
  }
  #zaloButton>a>i{
      background:url("../images/zalo.png") center center no-repeat;
      background-size:57%;
      width:50px;
      height:50px;
      display:inline-block
  }

@media screen and (max-width: 768px) {
  #zaloButton{
    position: initial;
    bottom: auto;
    right: auto;
  }

  #form-sent-quote{
    display: none;
    padding: 0px 15px;
  }
  .color-img{
    display: none;
  }
  #lenon-slide{
    height: 450px;
  }
  .flipster__item img{
    width: 100px;
    height: 100px;
  }
  #email-top{
    display: none!important;
  }
  .topbar-right{
    float: left!important;
  }

  #editor textarea{
    font-size: 16px;
  }

  #neon-step-1{
    padding-bottom: 0px;
  }

  #design{
    padding-left:0px;
    padding-right:0px;
  }

  #neontabContent{
    padding: 10px 10px 0px 10px;
  }
  .neon{
    font-size: 40px;
  }
  #neon-step-1 .font-size{
    font-size: 13px;
  }
  #fb-root{
    display: none;
  }
  .yeucaugoilai{
    display: none!important;
  }
  .fb_dialog{
    display: none!important;
  }
  .video-hero .display-tc p{
    font-size: 16px;
  }
  .colorlib-about-flex .about-desc h2 {
    font-size: 20px;
  }
  .colorlib-gallery, #colorlib-about, #colorlib-services, #colorlib-contact, .colorlib-blog, #colorlib-instagram{
    padding: 5px 0px;
  }
  .post-list{
    margin: 0;
    padding: 0;
  }
  .post-list li{
    padding: 0px;
  }
  #colorlib-footer h4{
    font-size: 18px;
  }
  .row-pb-md{
    padding: 10px !important;
  }
  #colorlib-footer{
    padding-top: 10px;
  }
  #home{
    height: 375px !important;
  }
  #mobile-support{
    display:block;
    position:fixed;
    bottom:5px;
    left:10px;
    min-width:120px;
    text-align:center;
    z-index:9999
  }
  #callNowButton{
      display:inline-block;
      position:relative;
      border-radius:50%;
      color:#fff;
      width:50px;
      height:50px;
      line-height:50px;
      box-shadow:0px 0px 10px -2px rgba(0,0,0,.7)
  }
  #callNowButton i{
      border-radius:50%;
      display:inline-block;
      width:50px;
      height:50px;
      background:url("../images/callbutton.png") center center no-repeat #090
  }
  #callNowButton a{
      display:block;
      text-decoration:none;
      outline:none;
      color:#fff;
      text-align:center
  }
  #callNowButton a.txt{
      position:absolute;
      top:-40px;
      left:calc(50% - 60px);
      background:#090;
      width:120px;
      max-width:120px;
      line-height:2;
      text-transform:uppercase;
      border-radius:5px;
      font-size:15px
  }
  #callNowButton a.txt:after{
      position:absolute;
      bottom:-8px;
      left:50px;
      content:"";
      width:0;
      height:0;
      border-top:8px solid #090;
      border-left:10px solid transparent;
      border-right:10px solid transparent
  }
  #messengerButton{
      display:inline-block;
      margin-right:10px;
      width:50px;
      height:50px;
      background:#4267b2;
      border-radius:50%;
      box-shadow:0px 0px 10px -2px rgba(0,0,0,.7)
  }
  #messengerButton>a>i{
      background:url("../images/messenger.png") center center no-repeat;
      background-size:57%;
      width:50px;
      height:50px;
      display:inline-block
  }
  #registerNowButton{
      display:inline-block;
      color:#fff;
      height:50px;
      width:50px;
      border-radius:50%;
      margin-right:10px;
      background:url("../images/regbutton.png") center center no-repeat red;
      box-shadow:0px 0px 10px -2px rgba(0,0,0,.7);
      text-decoration:none
  }
  .js-top{
    display: block;
  }

  .gallery-image li{
    width: 33.3vw;
    height: 33.3vw;
  }
}

@media (max-width:991px){
    .ppocta-ft-fix{
        display:block
    }
}

.content img{
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

#menu-footer-link ul{
  padding: 0;
}

#menu-footer-link li{
  display: inline-block;
}

#menu-footer-link li a{
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}