@charset "UTF-8";
/* ---------------- TABLE OF CONTENT ----------------------
	-----------------------------------------------------------
	-----------------------------------------------------------


	0. FRAMEWORK

	1. BASE
	   1.1. BASE
	   1.2. TYPOGRAPHY

	2. COMPONENT
	   2.1. PLUGINS
	   2.2. COMMON
	   2.3. MODULES

	3. SKELETON
	   3.1. PAGE
	   3.2. HEADER
	   3.3. FOOTER


	-----------------------------------------------------------
	-----------------------------------------------------------
------------------- END TABLE OF CONTENT ------------------*/
/* I. FRAMEWORK
***********************/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #aaa;
  -webkit-transition: border-color ease-in-out .15s, 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;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.form-control[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.form-control[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.form-control[disabled],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear 0.3s ease-out;
  -moz-transition: opacity 0.15s linear 0.3s ease-out;
  -o-transition: opacity 0.15s linear 0.3s ease-out;
  transition: opacity 0.15s linear 0.3s ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1100px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
  background: #000;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* I. REFERENCES */
/* II. GENERAL
***********************/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------
Initial Setup
----------------------------------------------*/
a {
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: none;
}
img,
video {
  max-width: 100%;
  vertical-align: top;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
html {
  font-size: 10px;
}
body {
  font-size: 150px;
  font-size: 15rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
}
body,
button,
input,
select,
textarea {
  font-family: 'OpenSans', sans-serif;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'OpenSans', sans-serif;
  font-weight: 700;
  clear: both;
  line-height: 1;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {
  -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;
  color: #666;
  border-bottom: 1px solid dotted;
}
a:hover {
  color: #0287c0;
}
p {
  margin-bottom: 10px;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}
blockquote p {
  margin-bottom: 1.6667em;
}
blockquote > p:last-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
address {
  font-style: italic;
  margin: 0 0 1.6em;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}
mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}
ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1.6em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.6em;
}
table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 0.4em;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
figure {
  margin: 0;
  max-width: 100%;
}
del {
  opacity: 0.8;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
textarea {
  max-width: 100%;
}
/* III. COMPONENT
***********************/
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
/* Text align
--------------------------*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justif {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
}
.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
body {
  font-family: "OpenSans", sans-serif;
}
select {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
/*
* FOR BUTTON
*/
p {
  line-height: 1.714em;
}
/* IV. SKELETON
***********************/
/*SLIDER*/
#rev_slider_12_1_wrapper .tp-loader.spinner3 {
  background-color: #FFFFFF !important;
}
#rev_slider_3_1_wrapper .tp-loader.spinner3 {
  background-color: #FFFFFF !important;
}
#rev_slider_13_1_wrapper .tp-loader.spinner3 {
  background-color: #FFFFFF !important;
}
.hebe.tparrows {
  cursor: pointer;
  background: #ffffff;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
}
.hebe.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
  background: #ffffff;
  min-width: 70px;
  min-height: 70px;
}
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.hebe.tparrows:hover:before {
  color: #000;
}
/*.tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scalex(0);
  -webkit-transform: scalex(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}*/
.hebe.tp-rightarrow .tp-title-wrap {
  right: 0px;
  -webkit-transform-origin: 100% 50%;
  display: none;
}
.hebe.tparrows:hover .tp-title-wrap {
  transform: scalex(1);
  -webkit-transform: scalex(1);
  display: none;
}
/*.hebe .tp-arr-titleholder {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: 90px;
  white-space: nowrap;
  padding: 0px 20px 0px 90px;
}
.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0px;
  padding: 0px 90px 0px 20px;
}
.hebe.tparrows:hover .tp-arr-titleholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition-delay: 0.1s;
  opacity: 1;
}*/
.hebe .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: none;
  /*display: block;*/
  background-size: cover;
  background-position: center center;
  top: 0px;
  right: -90px;
}
.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px;
}
.tab-content .tab {
  display: none;
}
.tab-content .tab.active {
  display: block;
}
/*HOME 1----------------------------
	1. Foldline_section
	2. Testimonialv1_section
	3. Chooseusev1_section
	4. Servicesv1_section
	5. Consultv1_section
	6. Contactv1_section
	7. Blogv1_section
	8. Corev1_section
	9. Clientv1_section
------------------------------------*/
.foldline {
  margin-top: -70px;
  width: 100%;
  position: absolute;
  z-index: 999;
}
.foldline .foldline-row {
  display: flex;
  justify-content: center;
}
.foldline .foldline-row .item.middle-item .it-content {
  background: url('/images/uploads/middle-bg.png') no-repeat;
}
.foldline .foldline-row .item {
  width: 32%;
  margin-right: 1px;
}
.foldline .foldline-row .item .title {
  display: flex;
  background-color: #5bbc2e;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.foldline .foldline-row .item .title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
}
.foldline .foldline-row .item .title i {
  font-size: 24px;
  color: #f9f9f9;
  margin-right: 20px;
}
.foldline .foldline-row .item .middle {
  background-color: #333333;
}
.foldline .foldline-row .item .it-content {
  text-align: center;
  padding: 40px;
  background-color: #f9f9f9;
  height: 190px;
}
.foldline .foldline-row .item .it-content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-transform: '';
  margin-bottom: 20px;
}
.foldline .foldline-row .item .it-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-transform: '';
  margin-bottom: 30px;
}
.foldline .foldline-row .item .it-content p.mail {
  margin-bottom: 15px;
}
.foldline .foldline-row .item .it-content a.readmore {
  margin-top: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #6c6c6c;
  font-weight: 600;
  text-transform: '';
  text-transform: capitalize;
  background-color: #cccccc;
  padding: 10px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.foldline .foldline-row .item .it-content p a:hover {
  color: #5bbc2e;
}
.foldline .foldline-row .item .it-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  text-transform: '';
  margin-bottom: 15px;
}
.foldline .foldline-row .item .it-content p.phone {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
}
.foldline .foldline-row .item .it-content p.phone span {
  font-weight: 700;
  color: #6c6c6c;
}
.foldline .foldline-row .item .it-content.it1 {
  display: flex;
  text-align: left;
}
.foldline .foldline-row .item .it-content.it1 .days {
  margin-right: 60px;
}
.foldline .foldline-row .item .it-content.it1 .days span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
}
.foldline .foldline-row .item .it-content.it1 .time span.hour {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: '';
}
.testimonial {
  text-align: center;
  padding: 65px 0;
  clear: both;
  margin-top: 200px;
}
.testimonial p.quote {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: '';
  font-style: italic;
  padding: 0 70px;
  margin-bottom: 35px;
}
.testimonial p.name {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial #owl-testimonial.owl-theme .owl-controls .owl-page span {
  border: 1px solid #6c6c6c;
  background: none;
}
.testimonial #owl-testimonial.owl-theme .owl-controls .owl-page.active span {
  border: none;
  background: #cccccc;
  width: 15px;
  height: 15px;
}
.testimonial #owl-testimonial.owl-theme .owl-controls .owl-buttons div {
  display: none;
}
.chooseus {
  padding: 30px 0px 100px 0px;
}
.chooseus .heading-it {
  text-align: center;
}
.chooseus .heading-it h1 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  text-transform: '';
  margin-bottom: 15px;
}
.chooseus .heading-it h1 span {
  color: #5bbc2e;
}
.chooseus .chooseus-it {
  margin-top: 70px;
  display: flex;
}
.chooseus .chooseus-it img {
  width: 55px;
  height: 55px;
  margin-right: 30px;
}
.chooseus .chooseus-it .step-content h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.chooseus .chooseus-it .step-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-transform: '';
}
.services {
  background: url('/images/uploads/sv-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  /* Set a specific height */
  min-height: 400px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
.services .owl-carousel {
  margin-top: -15px;
}
.services .sv-item {
  width: 390px;
  height: 430px;
  justify-content: center;
  text-align: center;
  padding: 110px 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.services .sv-item .icon img {
  margin-top: -30px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0;
}
.services .sv-item i {
  background: url('/images/uploads/polygon.png') no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
  font-size: 55px;
  color: #f9f9f9;
  padding: 30px 40px;
}
.services .sv-item i.fa-tree {
  padding: 30px 45px;
}
.services .sv-item h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.services .sv-item p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 400;
  text-transform: '';
  margin-bottom: 30px;
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.services .sv-item a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
  width: 50%;
  margin-left: 24%;
}
.services .sv-item:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 45px 15px;
  height: 430px;
  background-color: #5bbc2e;
}
.services .sv-item:hover .icon img {
  opacity: 1;
}
.services .sv-item:hover p,
.services .sv-item:hover a {
  display: block;
}
.services .sv-item:hover a {
  width: 50%;
  margin-left: 24%;
}
.services #service-testimonial.owl-theme .owl-controls .owl-page span {
  display: none;
}
.services #service-testimonial.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  background: none;
}
.services #service-testimonial.owl-theme .owl-controls .owl-buttons div i {
  font-size: 36px;
  color: #f9f9f9;
  padding: 5px 15px;
  border: 1px solid #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.services #service-testimonial.owl-theme .owl-controls .owl-buttons .owl-prev {
  float: left;
  left: 0;
  margin-left: -60px;
  margin-top: -280px;
}
.services #service-testimonial.owl-theme .owl-controls .owl-buttons .owl-next {
  float: right;
  right: 0;
  margin-top: -280px;
  margin-right: -60px;
}
.consult {
  padding: 100px 0;
  overflow: hidden;
}
.consult .heading-it h1 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  text-transform: '';
  margin-bottom: 30px;
}
.consult .heading-it img {
  margin-bottom: 50px;
}
.consult .left-it form.ct-left {
  padding: 55px 30px;
  background: url('/images/uploads/border-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.consult .left-it form.ct-left h2 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.consult .left-it form.ct-left select {
  width: 100%;
  height: 50px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: '';
  background-color: #f1f1f1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Firefox */
  background: url('/images/uploads/drop-icon.png') no-repeat right 20px center;
}
.consult .left-it form.ct-left input {
  width: 100%;
  padding-left: 20px;
  height: 50px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: '';
  margin-bottom: 20px;
}
.consult .left-it form.ct-left input:hover,
.consult .left-it form.ct-left select:hover {
  border: 1px solid #5bbc2e;
}
.consult .left-it form.ct-left .submit {
  background-color: #5bbc2e;
  border: 1px solid transparent;
  width: 100%;
  height: 50px;
  padding-top: 14px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.consult .left-it form.ct-left .submit a.readmore3 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
}
.consult .left-it form.ct-left .submit:hover {
  background: #f9f9f9;
  border: 1px solid #5bbc2e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.consult .left-it form.ct-left .submit:hover a {
  color: #5bbc2e;
}
.consult .right-it .content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: '';
  margin-bottom: 30px;
}
.consult .right-it .content ul {
  margin-left: 0;
  list-style: none;
}
.consult .right-it .content ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: '';
  margin-bottom: 15px;
}
.consult .right-it .content ul li i {
  font-size: 18px;
  color: #5bbc2e;
  margin-right: 15px;
}
.contactv1 {
  background: url('/images/uploads/contact-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 0;
}
.contactv1 .contact-ct {
  border: 1px solid #f9f9f9;
  padding: 30px 15px;
  border-style: dashed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contactv1 h1 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #f9f9f9;
  font-weight: 400;
  text-transform: '';
  line-height: 1.714em;
}
.contactv1 h1 span {
  text-decoration: underline;
}
.contactv1 a.readmore2 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contactv1 a.readmore2:hover {
  color: #f9f9f9;
  background-color: #5bbc2e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contactv1 .contact-bt {
  margin-top: 10px;
}
.blog {
  padding-top: 110px;
  padding-bottom: 60px;
}
.blog .heading-it {
  margin-bottom: 60px;
  text-align: center;
}
.blog .heading-it h1 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  text-transform: '';
  margin-bottom: 15px;
}
.blog .heading-it h1 span {
  color: #5bbc2e;
}
.blog .blog-it-left .post-thumbnail {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog .blog-it-left .post-thumbnail img {
  width: 100%;
  height: auto;
}
.blog .blog-it-left .post-thumbnail .date {
  position: absolute;
  background-color: #ffffff;
  top: 77%;
  left: 11%;
  padding: 15px;
}
.blog .blog-it-left .post-thumbnail .date span {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #333333;
  font-weight: 600;
  text-transform: '';
  margin-right: 5px;
  margin-left: 5px;
}
.blog .blog-it-left .post-thumbnail .date span i {
  font-size: 16px;
  color: #5bbc2e;
  margin-left: 10px;
  margin-right: 10px;
}
.blog .blog-it-left .post-thumbnail:before {
  left: -100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 97;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog .blog-it-left .post-thumbnail:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  right: -100%;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 97;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog .blog-it-left .post-thumbnail a:before {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-top: -20px;
  z-index: 98;
  content: '\f489';
  font-family: Ionicons;
  font-size: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: 20px;
  margin-left: -20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog .blog-it-left .blog-ct-left h2 a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  text-transform: '';
}
.blog .blog-it-left .blog-ct-left h2 a:hover {
  text-decoration: none;
  color: #5bbc2e;
}
.blog .blog-it-left:hover .post-thumbnail:before {
  left: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog .blog-it-left:hover .post-thumbnail:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog .blog-it-left:hover .post-thumbnail a:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0px;
}
.core {
  background: url('/images/uploads/core-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  text-align: center;
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
.core i {
  color: #5bbc2e;
  font-size: 42px;
  padding: 20px 22px;
  background-color: #f9f9f9;
  border-radius: 50%;
  margin-bottom: 40px;
}
.core .heading-it {
  margin-bottom: 60px;
  text-align: center;
}
.core .heading-it h1 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: '';
  margin-bottom: 15px;
  line-height: 1.714em;
}
.core .heading-it h1 span {
  color: #5bbc2e;
}
.core .core-text span {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #abaaaa;
  margin-left: 15px;
  margin-right: 15px;
}
.core .core-text span.embbed {
  text-transform: uppercase;
}
.clients {
  padding: 45px 0;
}
.clients .clients-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.clients .clients-row .client-it {
  margin-right: 40px;
  margin-left: 40px;
}
.clients .clients-row .client-it img {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 130px;
  width: 130px;
}
.clients .clients-row .client-it img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*HOME 2----------------------------
	1. Servicesv2_section
	2. Chooseusev2_section
	3. Project_section
	4. Testimonialv2_section
	5. Popular_section
	6. Corev2_section
	7. Contactv2_section
------------------------------------*/
.servicev2 {
  padding: 35px 0;
}
.servicev2 .sv2-it {
  margin-bottom: 30px;
}
.servicev2 .sv2-it .post-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
}
.servicev2 .sv2-it .post-thumbnail img.thumb {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.servicev2 .sv2-it .post-thumbnail .sv-icon {
  padding: 15px;
  background-color: #5bbc2e;
  width: 25%;
  position: absolute;
  top: 22%;
  text-align: center;
}
.servicev2 .sv2-it .sv-content {
  overflow: hidden;
}
.servicev2 .sv2-it .sv-content img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.servicev2 .sv2-it .sv-content h2 a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.servicev2 .sv2-it .sv-content p {
  color: #6c6c6c;
  padding-right: 15px;
}
.servicev2 .sv2-it .sv-content a.moreinfor {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.servicev2 .sv2-it .sv-content a.moreinfor i {
  margin-left: 15px;
}
.servicev2 .sv2-it:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.servicev2 .sv2-it:hover h2 a {
  color: #5bbc2e;
}
.servicev2 .sv2-it:hover a.moreinfor {
  color: #5bbc2e;
}
.servicev2 .banner {
  background: url('/images/uploads/sv2-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 70px 30px 170px 30px;
}
.servicev2 .banner h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  color: #e5af4d;
  font-weight: 700;
  text-transform: '';
}
.servicev2 .banner h1 span {
  font-weight: 400;
}
.servicev2 .banner p {
  text-transform: uppercase;
  color: #f9f9f9;
  margin-left: 18%;
    width: 67%;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  letter-spacing: 0.2em;
  margin-top: 10px;
  margin-bottom: 15px;
}
.servicev2 .banner h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.servicev2 .banner a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #5bbc2e;
}
.servicev2 .banner a:hover {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.servicesv4 .sv2-it {
  margin-bottom: 60px;
}
.servicesv4 .sv2-it .post-thumbnail .sv-icon {
  top: 30.5%;
  padding: 20px 15px;
}
.chooseusv2 {
  background-color: #f9f9f9;
  padding-top: 35px;
}
.chooseusv3 {
  background: url('/images/uploads/chooseusv3-bg.png') no-repeat;
}
.project {
  padding: 95px 0 95px 95px;
  background: url('/images/uploads/project-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  /* Set a specific height */
  min-height: 400px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
.project .latest-infor h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: capitalize;
}
.project .latest-infor img {
  margin-top: 15px;
  margin-bottom: 60px;
}
.project .latest-infor p {
  margin-bottom: 35px;
  color: #abaaaa;
}
.project .latest-infor a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #5bbc2e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Josefin Sans", sans-serif;
}
.project .latest-infor a:hover {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Josefin Sans", sans-serif;
}
.project .project-it .project-item {
  margin-right: 1px;
}
.project .project-it .project-item i {
  font-size: 24px;
  color: #f9f9f9;
  padding: 10px 20px 15px 20px;
  background-color: #5bbc2e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 68%;
  margin-left: 30px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project .project-it .project-item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.project .project-it .project-item .pro-infor {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 20px;
  background-color: #f9f9f9;
}
.project .project-it .project-item .pro-infor h2 a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.project .project-it .project-item .pro-infor h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.project .project-it .project-item .pro-infor h2:after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #5bbc2e;
  position: absolute;
  left: 0%;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project .project-it .project-item .pro-infor p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.project .project-it .project-item:hover i {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project .project-it .project-item:hover img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project .project-it .project-item:hover h2:after {
  background-color: #f9f9f9;
}
.project .project-it .project-item:hover h2 a,
.project .project-it .project-item:hover p {
  color: #f9f9f9;
}
.project .project-it .project-item:hover .pro-infor {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #5bbc2e;
}
.project #owl-project.owl-theme .owl-controls .owl-page span {
  width: 40px;
  height: 9px;
  margin-top: 45px;
}
.project #owl-project.owl-theme .owl-controls .owl-page.active span {
  background-color: #5bbc2e;
}
.project #owl-project.owl-theme .owl-controls .owl-buttons div {
  display: none;
}
.testimonialv2 {
  padding: 95px 0;
}
.testimonialv2 .test-title {
  position: relative;
}
.testimonialv2 .test-title h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.testimonialv2 .test-title img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.testimonialv2 .test-item .rate-star {
  margin-top: 30px;
}
.testimonialv2 .test-item .rate-star i {
  padding: 5px;
  background-color: #5bbc2e;
  color: #f9f9f9;
  font-size: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
  border: 1px solid transparent;
}
.testimonialv2 .test-item .rate-star i:hover {
  background-color: #f9f9f9;
  color: #5bbc2e;
  border: 1px solid #5bbc2e;
}
.testimonialv2 .test-item h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  color: #6c6c6c;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.testimonialv2 .test-item p {
  color: #6c6c6c;
  margin-bottom: 30px;
  padding-right: 20px;
}
.testimonialv2 .test-item p.author {
  position: relative;
  padding-left: 60px;
}
.testimonialv2 .test-item p.author span {
  text-transform: uppercase;
  font-weight: 700;
}
.testimonialv2 .test-item p.author:before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  left: 0%;
  top: 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testimonialv2 .test-item:hover p.author,
.testimonialv2 .test-item:hover h3 {
  color: #5bbc2e;
}
.testimonialv2 .test-item:hover p.author:before {
  background-color: #5bbc2e;
}
.testimonialv2 #owl-testimonialv2.owl-theme .owl-controls .owl-page span {
  display: none;
}
.testimonialv2 #owl-testimonialv2.owl-theme .owl-controls .owl-buttons div {
  margin-top: -60px;
  background: none;
}
.testimonialv2 #owl-testimonialv2.owl-theme .owl-controls .owl-buttons div i {
  font-size: 24px;
}
.testimonialv2 #owl-testimonialv2.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  right: 60px;
  top: 0;
  float: right;
}
.testimonialv2 #owl-testimonialv2.owl-theme .owl-controls .owl-buttons .owl-prev i {
  color: #6c6c6c;
}
.testimonialv2 #owl-testimonialv2.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: 30px;
  top: 0;
  float: right;
}
.testimonialv2 #owl-testimonialv2.owl-theme .owl-controls .owl-buttons .owl-next i {
  color: #333333;
}
.testimonialv2 #owl-clients img {
  background-color: #f9f9f9;
  width: 160px;
  height: 160px;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 30px;
}
.testimonialv2 #owl-clients.owl-theme .owl-controls .owl-page span {
  display: none;
}
.testimonialv2 #owl-clients.owl-theme .owl-controls .owl-buttons div {
  display: none;
}
.contactform {
  padding: 95px 0;
  background: url('/images/uploads/form-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.contactform .test-title h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  color: #333333;
  font-weight: 700;
  text-transform: capitalize;
}
.contactform .test-title img {
  margin-top: 15px;
  margin-bottom: 30px;
}
.contactform .test-title p {
  color: #6c6c6c;
}
.contactform .left-it form.ct-left {
  padding: 0;
  background: none;
}
.contactform .left-it form.ct-left h2 {
  text-transform: none;
  font-size: 14px;
  margin-bottom: 10px;
}
.contactform .left-it form.ct-left select {
  background-color: #ffffff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Firefox */
  background: url('/images/uploads/drop-icon.png') no-repeat right 20px center;
}
.contactform .left-it form.ct-left input,
.contactform .left-it form.ct-left select {
  border: 1px solid #d5d5d5;
  height: 53px;
}
.popular .date {
  margin-bottom: 15px;
}
.popular .date span {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #6c6c6c;
  font-weight: 600;
  text-transform: '';
  margin-right: 5px;
  margin-left: 5px;
}
.popular .date span i {
  font-size: 16px;
  color: #5bbc2e;
  margin-right: 10px;
}
.popular .blog-it-left .blog-ct-left h2 {
  margin-bottom: 15px;
}
.popular .blog-it-left .blog-ct-left h2 a {
  font-family: "Josefin Sans", sans-serif;
  color: #000;
  font-size: 22px;
}
.popular p {
  color: #6c6c6c;
}
.popular .blog-it-left {
  margin-top: 30px;
}
.popular .blog-it-left .it {
  margin-bottom: 30px;
}
.popular .post-thumbnail img {
  width: 170px;
  height: 180px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popular .test-title.left-it {
  margin-bottom: 30px;
}
.popular .question-it {
  border: 1px solid #e1e1e1;
}
.popular .question-it .accordion-item button.accordion {
  background-color: #ffffff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  position: relative;
  padding-left: inherit;
  padding: 20px 0 20px 0;
}
.popular .question-it .accordion-item button.accordion h2 {
  margin-left: 70px;
  position: absolute;
  margin-top: 5px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-transform: '';
}
.popular .question-it .accordion-item button.accordion:before {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  content: '\02795';
  font-size: 16px;
  color: #f9f9f9;
  background-color: #cccccc;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popular .question-it .accordion-item button.accordion:hover:before {
  color: #f9f9f9;
  background-color: #5bbc2e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.popular .question-it .accordion-item button.accordion.active:before {
  background-color: #fff;
  content: "\2796";
  font-size: 16px;
  color: #f9f9f9;
  background-color: #5bbc2e;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.popular .question-it .accordion-item div.panel {
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.popular .question-it .accordion-item div.panel p {
  padding-left: 70px;
  padding-right: 50px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.popular .question-it .accordion-item div.panel.show {
  opacity: 1;
  max-height: 500px;
  margin-top: -20px;
}
.corev2 {
  background: url('/images/uploads/corev2-bg.png') no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
.contactv2 {
  background: url('/images/uploads/contactv2-bg.png') no-repeat;
  /*padding-bottom: 53px;*/
    padding-top:46px /*50px*/;
}
.contactv2 .contact-bt {
  margin-top: 20px;
}
.contactv2 h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: '';
}
.contactv2 h1 span {
  text-decoration: none;
}
/*HOME 3----------------------------
	1. Servicesv3_section
	2. freequote_section
	3. chooseusv3_section
	4. Projectv3_section
	5. Clientsv3_section
	6. Blogv3_section
	7. Map_section
	8. Clientsv1_section
------------------------------------*/
.blogv3 .inner-ct {
  padding-right: 15px;
}
.blogv3 .inner-ct p {
  color: #6c6c6c;
}
.blogv3 .date {
  text-align: center;
  background-color: #5bbc2e;
  padding: 8px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blogv3 .date h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 36px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: '';
}
.blogv3 .date img {
  margin-top: -15px;
}
.blogv3 .date p {
  letter-spacing: 0.2em;
  font-size: 11px;
  color: #f9f9f9;
  margin-bottom: 0;
  margin-top: -10px;
}
.freequote {
  padding: 60px 0;
  background: url('/images/uploads/quote-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
}
.freequote .title h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: capitalize;
}
.freequote form.ct-left input,
.freequote form.ct-left select {
  height: 57px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none !important;
  -moz-appearance: none;
  /* Firefox */
}
.freequote .submit {
  background-color: #2d6e0f;
  border: 1px solid transparent;
  width: 100%;
  height: 53px;
  padding-top: 15px;
  text-align: center;
  margin-top: 23px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.freequote .submit a.readmore3 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
}
.freequote .submit:hover {
  background: #f9f9f9;
  border: 1px solid #5bbc2e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.freequote .submit:hover a {
  color: #5bbc2e;
}
.projectv3 {
  padding: 50px 0px 90px 0;
}
.projectv3 .video img.thumbnail {
  position: relative;
}
.projectv3 .video img.btn {
  position: absolute;
  top: 35%;
  left: 40%;
}
.projectv3 .project-left {
  padding: 0 30px;
}
.projectv3 .project-left .heading-it h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.projectv3 .project-left .heading-it h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: '';
  line-height: 1.714em;
  margin-bottom: 20px;
}
.projectv3 .project-left .heading-it img {
  margin-bottom: 30px;
}
.projectv3 .project-left .heading-it p {
  color: #6c6c6c;
  margin-bottom: 30px;
}
.projectv3 .project-left .heading-it a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #5bbc2e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #5bbc2e;
}
.projectv3 .project-left .heading-it a:hover {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #5bbc2e;
}
.clientsv3 {
  background: url('/images/uploads/clientv3-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0;
  z-index: 0;
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
.clientsv3 .heading-it {
  text-align: center;
  margin-bottom: 60px;
}
.clientsv3 .heading-it h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.clientsv3 .clientv3-it {
  background-color: #ffffff;
  padding: 60px 40px 30px 40px;
  margin-right: 30px;
}
.clientsv3 .clientv3-it img {
  margin-top: -30px;
}
.clientsv3 .clientv3-it p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  color: #6c6c6c;
  font-weight: 300;
  text-transform: '';
  font-style: italic;
}
.clientsv3 .clientv3-it a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.clientsv3 .clientv3-it a:hover {
  color: #5bbc2e;
}
.clientsv3 #owl-clientsv3.owl-theme .owl-controls .owl-page span {
  background-color: #f9f9f9;
  margin-top: 30px;
}
.clientsv3 #owl-clientsv3.owl-theme .owl-controls .owl-buttons div {
  display: none;
}
.servicesv3 {
  padding: 90px 0 50px 0;
}
.servicesv3 .heading-it {
  text-align: center;
  position: relative;
}
.servicesv3 .heading-it h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.servicesv3 .heading-it img {
  margin-bottom: 30px;
  margin-top: 15px;
}
.servicesv3 .heading-it p {
  color: #6c6c6c;
}
.servicesv3 #owl-servicev3 .it1 {
  border-top: 15px solid #94ca2c;
}
.servicesv3 #owl-servicev3 .it2 {
  border-top: 15px solid #5bbc2e;
}
.servicesv3 #owl-servicev3 .it3 {
  border-top: 15px solid #5eca2c;
}
.servicesv3 #owl-servicev3 .sv-item {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 278px;
  padding: 50px 0;
  text-align: center;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.servicesv3 #owl-servicev3 .sv-item .icon img.big-icon {
  display: block;
  margin-bottom: 30px;
  margin-left: 33%;
}
.servicesv3 #owl-servicev3 .sv-item .icon img.icon-hvr {
  margin-bottom: 15px;
  display: none;
  margin-left: 40%;
}
.servicesv3 #owl-servicev3 .sv-item h2 {
  margin-bottom: 15px;
}
.servicesv3 #owl-servicev3 .sv-item h2 a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.servicesv3 #owl-servicev3 .sv-item .hover-inner {
  display: none;
}
.servicesv3 #owl-servicev3 .sv-item p {
  margin-bottom: 15px;
  padding: 0 20px;
}
.servicesv3 #owl-servicev3 .sv-item a.readmore2 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: none;
  text-decoration: underline;
}
.servicesv3 #owl-servicev3 .sv-item a.readmore2 i {
  margin-left: 15px;
  font-size: 18px;
}
.servicesv3 #owl-servicev3 .sv-item:hover {
  background: url('/images/uploads/hvr-bg.png') no-repeat;
  background-position: center;
  padding: 15.5px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.servicesv3 #owl-servicev3 .sv-item:hover h2 a {
  color: #5bbc2e;
}
.servicesv3 #owl-servicev3 .sv-item:hover .icon img.big-icon {
  display: none;
}
.servicesv3 #owl-servicev3 .sv-item:hover .icon img.icon-hvr {
  display: block;
}
.servicesv3 #owl-servicev3 .sv-item:hover .hover-inner {
  display: block;
}
.servicesv3 #owl-servicev3.owl-theme .owl-controls .owl-page span {
  display: none;
}
.servicesv3 #owl-servicev3.owl-theme .owl-controls .owl-buttons div {
  float: left;
  left: 0;
  position: absolute;
  margin-left: -220px;
  margin-top: -100px;
  background: none;
}
.servicesv3 #owl-servicev3.owl-theme .owl-controls .owl-buttons div i {
  font-size: 14px;
  color: #333333;
  padding: 10px 15px;
  border: 2px solid #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.servicesv3 #owl-servicev3.owl-theme .owl-controls .owl-buttons div.owl-next {
  margin-left: -170px;
}
/*ABOUT ----------------------------
------------------------------------*/
.hero {
  padding: 220px 0 70px 0;
  background: url('/images/uploads/abhero-bg.png') no-repeat;
  background-position: center;
  text-align: center;
  background-size: cover;
  position: relative;
}
.hero h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 42px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.hero img {
  margin-bottom: 15px;
}
.hero ul.breadcumb {
  list-style-type: none;
}
.hero ul.breadcumb li,
.hero ul.breadcumb a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 400;
  text-transform: capitalize;
}
.hero ul.breadcumb span {
  margin-left: 15px;
  margin-right: 15px;
}
.intro {
  background: #fff;
}
.intro .intro-ct {
  background: url('/images/uploads/intro-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0 10px 0;
}
.intro img.quote-ico {
  margin-top: 0;
  margin-bottom: 15px;
}
.intro .clientv3-it {
  background-color: transparent;
  margin-right: 0;
  padding: 0;
}
.intro .clientv3-it p {
  padding-right: 30px;
  font-size: 22px;
}
.intro #owl-intro .intro-it {
  position: relative;
}
.intro #owl-intro .intro-it img {
  width: 100%;
  height: auto;
}
.intro #owl-intro.owl-theme .owl-controls .owl-page span {
  display: none;
}
.intro #owl-intro.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  background: #ece4d9;
  padding: 5px 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.intro #owl-intro.owl-theme .owl-controls .owl-buttons div i {
  font-size: 24px;
  color: #333333;
}
.intro #owl-intro.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  right: 0;
  margin-top: -200px;
  margin-right: 0;
}
.intro #owl-intro.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  left: 0;
  margin-top: -200px;
  margin-left: 0;
}
.aboutservice {
  padding-bottom: 90px;
}
.aboutservice .heading-it {
  margin-bottom: 55px;
  text-align: center;
}
.aboutservice .heading-it h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.aboutservice .heading-it img {
  margin-bottom: 15px;
  margin-top: 15px;
}
.aboutservice .heading-it p {
  padding: 0 200px;
  color: #6c6c6c;
}
.aboutservice .tabs .tab-links {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom: 70px;
}
.aboutservice .tabs .tab-links li {
  padding: 0;
}
.aboutservice .tabs .tab-links li a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  color: #6c6c6c;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 80px;
  border: 1px solid #e8e8e8;
}
.aboutservice .tabs .tab-links li.active a,
.aboutservice .tabs .tab-links li:hover a {
  color: #333333;
  background-color: #e8e8e8;
}
.aboutservice .tabs .tab-content .tab {
  display: none;
}
.aboutservice .tabs .tab-content .tab.active {
  display: block;
}
.aboutservice .tabs .tab-content .tab img {
  width: 100%;
  height: auto;
}
.aboutservice .tabs .tab-content .tab h2 {
  margin-bottom: 30px;
}
.aboutservice .tabs .tab-content .tab h2 a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.aboutservice .tabs .tab-content .tab h2 a:hover {
  color: #5bbc2e;
}
.aboutservice .tabs .tab-content .tab p {
  color: #6c6c6c;
  padding-right: 100px;
  margin-bottom: 15px;
}
.funfact {
  background: url('/images/uploads/funfact-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  /* Set a specific height */
  min-height: 400px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
.funfact .heading-it h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: capitalize;
}
.funfact .fun-it {
  text-align: center;
  border: 1px solid #5bbc2e;
  border-style: dashed;
  padding: 40px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.funfact .fun-it .num {
  display: flex;
  justify-content: center;
}
.funfact .fun-it h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 36px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
}
.funfact .fun-it p {
  color: #aeb5b9;
  text-transform: capitalize;
}
.ourteam {
  padding: 90px 0;
  border-bottom: 1px solid #e8e8e8;
}
.ourteam .heading-it h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.ourteam .heading-it p {
  color: #6c6c6c;
  margin-bottom: 35px;
  padding-right: 30px;
}
.ourteam .heading-it a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 40px;
  border: 1px solid #333333;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.ourteam .heading-it a:hover {
  color: #f9f9f9;
  background-color: #333333;
}
.ourteam .team-it {
  margin-bottom: 30px;
}
.ourteam .team-it img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ourteam .team-it .hvr-inner {
  opacity: 0;
  padding: 20px 70px 10px 35px;
  background-color: #161615;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: absolute;
  right: 15px;
  top: 55%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ourteam .team-it .hvr-inner h2 a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
}
.ourteam .team-it .hvr-inner p {
  color: #6c6c6c;
}
.ourteam .team-it:hover .hvr-inner {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ourteam .team-it:hover .hvr-inner a {
  color: #5bbc2e;
}
.ourteam .team-it:hover img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  /*opacity: 0.5;*/
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*SERVICE SINGLE----------------------------
	
------------------------------------*/
.servicesingle {
  padding: 95px 0;
}
.servicesingle .sb-title h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.servicesingle .sb-title img {
  margin-bottom: 15px;
  margin-top: 15px;
}
.servicesingle .sidebar .sb-it {
  margin-bottom: 60px;
}
.servicesingle .sidebar .sb-content {
  margin-top: 15px;
}
.servicesingle .sidebar .sb-content p.sv {
  padding: 20px 30px;
  background-color: #f1f1f1;
  border: 1px solid #f9f9f9;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.servicesingle .sidebar .sb-content p.sv a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #6c6c6c;
  font-weight: 700;
  text-transform: '';
}
.servicesingle .sidebar .sb-content p.sv:hover {
  background-color: #5bbc2e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.servicesingle .sidebar .sb-content p.sv:hover a {
  color: #f9f9f9;
}
.servicesingle .sidebar .sb-content .ct-it {
  display: flex;
}
.servicesingle .sidebar .sb-content .ct-it i {
  font-size: 18px;
  color: #5bbc2e;
  margin-right: 15px;
}
.servicesingle .sidebar .sb-content .ct-it p {
  color: #6c6c6c;
}
.servicesingle .sidebar .sb-content .ct-it p a {
  color: #333333;
}
.servicesingle .sidebar .sb-content .ct-it p a:hover {
  color: #5bbc2e;
}
.servicesingle .sidebar .download {
  background: url('/images/uploads/sidebar-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  text-align: left;
  padding: 50px 40px;
}
.servicesingle .sidebar .download h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: '';
  margin-bottom: 30px;
}
.servicesingle .sidebar .download h2 span {
  color: #5bbc2e;
  font-weight: 600;
}
.servicesingle .sidebar .download a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #333333;
  font-family: "Josefin Sans", sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.servicesingle .single-ct {
  padding-left: 30px;
  border-left: 1px solid #e8e8e8;
  border-style: dashed;
}
.servicesingle .single-ct .post-thumbnail {
  margin-bottom: 30px;
}
.servicesingle .single-ct .post-thumbnail img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
.servicesingle .single-ct .sb-title h2 {
  font-size: 32px;
}
.servicesingle .single-ct .sb-content i {
  margin-right: 15px;
  font-size: 16px;
}
.servicesingle .single-ct .sb-content p.para {
  margin-bottom: 30px;
  color: #6c6c6c;
  font-weight: 400;
}
.servicesingle .single-ct .sb-content p {
  color: #333333;
  font-weight: 600;
}
.servicesingle .single-ct .sb-content img.divide {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 15px;
}
.servicesingle .single-ct .sb-content .sv-include h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.servicesingle .single-ct .sb-content .sv-include .include-ct {
  display: flex;
}
.servicesingle .single-ct .sb-content .sv-include .include-ct ul {
  list-style-type: none;
  margin-left: 0;
  margin-right: 90px;
  margin-top: 30px;
}
.servicesingle .single-ct .sb-content .sv-include .include-ct ul li {
  margin-bottom: 15px;
  color: #333333;
  font-weight: 600;
}
.servicesingle .single-ct .sb-content .sv-include .include-ct ul li i {
  font-size: 16px;
  color: #5bbc2e;
}
.servicesingle table {
  margin-top: 30px;
}
.servicesingle table tr th {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #5bbc2e;
  padding: 25px;
  border: 0.5px solid #f1f1f1;
}
.servicesingle table tr th.col1 {
  width: 75%;
}
.servicesingle table tr th.col2 {
  width: 25%;
  background-color: #4faa25;
}
.servicesingle table tr td {
  padding: 25px;
  border: 0.5px solid #f1f1f1;
}
.servicesingle table tr td.price {
  color: #000;
}
.servicesingle table tr td.work {
  color: #6c6c6c;
}
.servicesingle table tr.row-bg {
  background-color: #f9f9f9;
}
.servicesingle table tr.total td {
  color: #000;
  font-weight: 700;
}
.servicesingle table tr.total td.price {
  background-color: #f9f9f9;
}
.servicesingle table tr.total td.price span {
  font-weight: 400;
  text-decoration: line-through;
}
/*PORTFOLIO ----------------------------
	
------------------------------------*/
.portfolio {
  padding: 90px 0;
}
.portfolio ul.menu-filter {
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
.portfolio ul.menu-filter li a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  color: #6c6c6c;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 10px 25px 10px 25px;
}
.portfolio ul.menu-filter li:hover a,
.portfolio ul.menu-filter li.active a {
  color: #5bbc2e;
  text-decoration: none;
}
.portfolio .portfolio-it .pro-it {
  margin-bottom: 30px;
}
.portfolio .portfolio-it .pro-it img {
  width: 100%;
  height: auto;
  position: relative;
}
.portfolio .portfolio-it .pro-it .overlay {
  position: absolute;
  content: '';
  width: 93%;
  height: 100%;
  background: #5bbc2e;
  top: 0;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio .portfolio-it .pro-it .hover-inner {
  width: 93%;
  height: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  padding-top: 55px;
  color: #f9f9f9;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio .portfolio-it .pro-it .hover-inner i {
  font-size: 24px;
  color: #f9f9f9;
}
.portfolio .portfolio-it .pro-it .hover-inner h2 {
  margin-bottom: 15px;
}
.portfolio .portfolio-it .pro-it .hover-inner h2 a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  color: #f9f9f9;
  font-weight: 600;
  text-transform: uppercase;
}
.portfolio .portfolio-it .pro-it:hover .overlay {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio .portfolio-it .pro-it:hover .hover-inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*PORTFOLIO SINGLE----------------------------
	
------------------------------------*/
.portfolio-single .cd-image-container {
  margin-bottom: 50px;
  margin-left: 25px;
}
.portfolio-single span.cd-image-label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-transform: capitalize;
  padding: 5px 20px;
  background-color: #f9f9f9;
  margin-left: 40%;
  margin-right: 20%;
  margin-bottom: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.portfolio-single .portfolio-ct {
  padding-left: 0px;
  border-left: 1px solid transparent;
}
.portfolio-single .tabs .tab-links {
  display: flex;
  list-style: none;
  margin-bottom: 70px;
  margin-left: 0;
  text-align: left;
}
.portfolio-single .tabs .tab-links li {
  padding: 0;
}
.portfolio-single .tabs .tab-links li a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  color: #6c6c6c;
  font-weight: 700;
  text-transform: capitalize;
  padding: 5px 30px;
}
.portfolio-single .tabs .tab-links li.middle a {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.portfolio-single .tabs .tab-links li.active a,
.portfolio-single .tabs .tab-links li:hover a {
  color: #5bbc2e;
  text-decoration: underline;
}
.portfolio-single .tabs .tab-content .sb-content {
  margin-left: 40px;
}
.portfolio-single .portfolio-sb {
  border: 5px solid #5bbc2e;
  padding: 30px;
}
.portfolio-single .sidebar .sb-content .ct-it {
  display: block;
  margin-bottom: 22px;
}
.portfolio-single .sidebar .sb-content .ct-it span {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: uppercase;
}
.portfolio-single .sidebar .sb-content .ct-it h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}
.portfolio-single .sb-content {
  margin-left: 0;
}
/*PAGINATION ----------------------------
	
------------------------------------*/
ul.pagination {
  display: flex;
  list-style: none;
  text-align: center;
  justify-content: center;
  padding: 30px 0 15px 0px;
  background-color: #f9f9f9;
  border: 1px solid #f0f0f1;
  border-style: dashed;
}
ul.pagination p {
  color: #6c6c6c;
  text-transform: capitalize;
  margin-right: 30px;
}
ul.pagination li {
  height: 35px;
  width: 35px;
  margin-right: 15px;
  border: 1px solid #f0f0f1;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.pagination li.num {
  padding-top: 5px;
  border-radius: 50%;
  border: 1px solid #f0f0f1;
}
ul.pagination li.num a {
  font-size: 12px;
  padding: 9px;
}
ul.pagination li.num:hover,
ul.pagination li.num.active,
ul.pagination li.num2:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #5bbc2e;
  border: 1px solid transparent;
}
ul.pagination li.num:hover a,
ul.pagination li.num.active a,
ul.pagination li.num2:hover a {
  color: #f9f9f9;
}
ul.pagination li.num2 {
  border-radius: 50%;
  border: 1px solid #f0f0f1;
}
ul.pagination li.icon {
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #333333;
}
ul.pagination li.icon i {
  font-size: 14px;
  color: #f9f9f9;
  padding: 9px;
}
/*SIDEBAR ----------------------------
	
------------------------------------*/
.bg-sidebar .search {
  margin-top: 20px;
  margin-bottom: 50px;
}
.bg-sidebar .search input.search-input {
  position: relative;
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: capitalize;
  font-style: italic;
}
.bg-sidebar .search input:hover {
  border: 1px solid #5bbc2e;
}
.bg-sidebar .search i {
  float: right;
  right: 0;
  margin-right: 30px;
  position: absolute;
  top: 35px;
  color: #333333;
}
.bg-sidebar .sb-content p.sv i {
  font-size: 6px;
  color: #5bbc2e;
  margin-right: 15px;
}
.bg-sidebar p.sv:hover i {
  color: #f9f9f9;
}
.bg-sidebar .pp-posts img.dot-div {
  margin-bottom: 15px;
  margin-top: -15px;
}
.bg-sidebar .pp-posts .pp-post-it {
  margin-bottom: 20px;
}
.bg-sidebar .pp-posts .pp-post-it img {
  width: 100%;
}
.bg-sidebar .pp-posts .pp-post-it .pp-infor .date-pp {
  margin-bottom: 10px;
}
.bg-sidebar .pp-posts .pp-post-it .pp-infor .date-pp span {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
}
.bg-sidebar .pp-posts .pp-post-it .pp-infor h5 a,
.bg-sidebar .pp-posts .pp-post-it .pp-infor h4 a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: '';
}
.bg-sidebar .pp-posts .pp-post-it .pp-infor h5 a:hover,
.bg-sidebar .pp-posts .pp-post-it .pp-infor h4 a:hover {
  color: #5bbc2e;
  text-decoration: none;
}
.bg-sidebar .archive h2.manufacture {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.bg-sidebar .archive ul.sb-content li.sv {
  padding: 15px 20px 15px 0;
  color: #5bbc2e;
  border-bottom: 1px solid #e8e8e8;
  border-style: dashed;
}
.bg-sidebar .archive ul.sb-content li.sv a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #6c6c6c;
  font-weight: 600;
  text-transform: '';
}
.bg-sidebar .archive ul.sb-content li.sv span {
  float: right;
  right: 0;
}
.bg-sidebar .archive ul.sb-content li.sv:hover a {
  color: #5bbc2e;
}
.bg-sidebar .searchbytag ul.tags {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.bg-sidebar .searchbytag ul.tags li {
  margin-right: 5px;
  margin-bottom: 30px;
}
.bg-sidebar .searchbytag ul.tags li a {
  padding: 5px 15px 5px 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: '';
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.bg-sidebar .searchbytag ul.tags li:hover a {
  color: #5bbc2e;
}
.bg-sidebar .range-select p.range-tt {
  margin-bottom: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.bg-sidebar .range-select .range-it {
  display: flex;
  color: #6c6c6c;
}
.bg-sidebar .range-select .ui-widget.ui-widget-content {
  border: none !important;
}
.bg-sidebar .range-select div.ui-slider {
  height: 1px;
  overflow: hidden;
}
.bg-sidebar .range-select .ui-widget-content {
  background: #000 !important;
  margin-bottom: 30px;
}
.bg-sidebar .range-select .ui-widget-header {
  background: #5bbc2e !important;
}
.bg-sidebar .range-select .ui-slider .ui-slider-handle {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  height: 20px;
  width: 20px;
  cursor: default;
  border-radius: 50%;
  touch-action: none;
  margin-top: -10px;
}
.bg-sidebar .range-select .ui-state-default,
.bg-sidebar .range-select .ui-widget-content .ui-state-default {
  border: 3px solid #d6eecb;
  background: #5bbc2e !important;
}
.bg-sidebar .range-select .ui-state-default,
.bg-sidebar .range-select .ui-widget-content .ui-state-focus {
  background: #6c6c6c !important;
  border: 3px solid #dadada;
}
.bg-sidebar .range-select input[type="text"] {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: '';
}
.bg-sidebar .range-select input {
  width: 45%;
  background: none !important;
  border: none !important;
  margin-top: -7px;
}
.bg-sidebar .pp-posts .sb-title {
  margin-bottom: 50px;
}
.bg-sidebar .pp-post-it .pp-infor p a {
  font-weight: 700;
  color: #000;
}
.bg-sidebar .pp-post-it .pp-infor p {
  position: relative;
  padding-bottom: 15px;
}
.bg-sidebar .pp-post-it .pp-infor p:after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #5bbc2e;
  position: absolute;
  left: 0%;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bg-sidebar .pp-post-it .pp-infor span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
}
.bg-sidebar .pp-post-it .pp-it:hover p a {
  color: #5bbc2e;
}
.bg-sidebar .pp-post-it .pp-it:hover p:after {
  width: 60px;
}
/*BLOG LIST PAGE----------------------------
	
------------------------------------*/
.bloglistpost-v1 .blogpost-v1 {
  padding-right: 30px;
  border-right: 1px solid #ececec;
  border-style: dashed;
}
.bloglistpost-v1 .blogpost-v1 .blog-it {
  clear: both;
  margin-bottom: 80px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .post-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .post-thumbnail .cate {
  position: absolute;
  top: 30px;
  left: 10px;
  background: url('/images/uploads/tag-bg.png') no-repeat;
  background-position: center;
  padding: 15px 30px 20px 30px;
  text-align: center;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .post-thumbnail .cate h1 a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .date {
  padding: 20px 0px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .inner-ct h2 a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  text-transform: '';
}
.bloglistpost-v1 .blogpost-v1 .blog-it .inner-ct h2 a:hover {
  text-decoration: none;
  color: #5bbc2e;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .inner-ct .date-inner {
  margin-bottom: 15px;
  margin-top: 15px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .inner-ct .date-inner span {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #6c6c6c;
  font-weight: 600;
  text-transform: '';
  margin-right: 5px;
  margin-left: 5px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .inner-ct .date-inner span i {
  font-size: 16px;
  color: #5bbc2e;
  margin-right: 10px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .inner-ct img.divide2 {
  margin-bottom: 15px;
  width: 100%;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .inner-ct p {
  color: #6c6c6c;
  padding-right: 30px;
  margin-bottom: 30px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .inner-ct a.read {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 40px;
  border: 1px solid #333333;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .inner-ct a.read:hover {
  color: #f9f9f9;
  background-color: #333333;
}
.bloglistpost-v1 .blogpost-v1 .blog-it.normal .post-thumbnail img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bloglistpost-v1 .blogpost-v1 .blog-it.normal:hover .inner-ct h2 a {
  color: #5bbc2e;
}
.bloglistpost-v1 .blogpost-v1 .blog-it.normal:hover .post-thumbnail {
  overflow: hidden;
}
.bloglistpost-v1 .blogpost-v1 .blog-it.normal:hover .post-thumbnail img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.bloglistpost-v1 .blogpost-v1 .slider .post-thumbnail {
  position: relative;
}
.bloglistpost-v1 .blogpost-v1 .slider .post-thumbnail img {
  width: 100%;
}
.bloglistpost-v1 .blogpost-v1 .slider #owl-thumbnail.owl-theme .owl-controls .owl-page span {
  display: none;
}
.bloglistpost-v1 .blogpost-v1 .slider #owl-thumbnail.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  background: #ece4d9;
  padding: 5px 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.bloglistpost-v1 .blogpost-v1 .slider #owl-thumbnail.owl-theme .owl-controls .owl-buttons div i {
  font-size: 32px;
  color: #333333;
  font-weight: 700;
}
.bloglistpost-v1 .blogpost-v1 .slider #owl-thumbnail.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  right: 0;
  margin-top: -280px;
  margin-right: 0;
}
.bloglistpost-v1 .blogpost-v1 .slider #owl-thumbnail.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  left: 0;
  margin-top: -280px;
  margin-left: 0;
}
.bloglistpost-v1 .blogpost-v1 .video .post-thumbnail iframe {
  width: 100%;
}
.bloglistpost-v1 .blogpost-v1 .link .post-thumbnail {
  background: url('/images/uploads/link-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0;
}
.bloglistpost-v1 .blogpost-v1 .link .link-infor {
  text-align: center;
}
.bloglistpost-v1 .blogpost-v1 .link .link-infor img {
  margin-bottom: 30px;
}
.bloglistpost-v1 .blogpost-v1 .link .link-infor span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: '';
  margin-bottom: 30px;
}
.bloglistpost-v1 .blogpost-v1 .link .link-infor a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #5bbc2e;
  font-weight: 400;
  text-transform: '';
  font-style: italic;
}
.bloglistpost-v2 .blogpost-v1 {
  border-right: none;
}
.bloglistpost-v2 .blogpost-v1 .blog-it .date {
  padding: 10px 0;
}
.bloglistpost-v2 .blogpost-v2 {
  padding-left: 30px;
  padding-right: 0;
}
.bloglistpost-v3 .blogpost-v1 {
  padding-right: 0;
}
.bloglistpost-v3 .blogpost-v1 .inner-ct {
  padding-right: 0;
  margin-left: -10px;
}
.bloglistpost-v3 .blogpost-v1 .inner-ct h2.v3 a {
  font-size: 24px;
}
.bloglistpost-v3 .blogpost-v1 .inner-ct.para {
  margin-left: 15px;
}
/*BLOG MASONRY----------------------------
	
------------------------------------*/
.blogmasonry .blogpost-v1 .blog-it .post-thumbnail img {
  position: relative;
}
.blogmasonry .blogpost-v1 .blog-it .post-thumbnail .overlay {
  position: absolute;
  content: '';
  width: 92.5%;
  height: 55%;
  background-color: #5bbc2e;
  top: 0;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.blogmasonry .blogpost-v1 .blog-it .post-thumbnail .playvideo-ico {
  position: absolute;
  top: 22%;
  left: 40%;
}
.blogmasonry .blogpost-v1 .blog-it .post-thumbnail .playvideo-ico img {
  width: 60px;
  height: 60px;
}
.blogmasonry .blogpost-v1 .blog-it.quote .post-thumbnail {
  background: url('/images/uploads/quoteblog-bg.png') no-repeat;
  padding: 60px 35px;
  text-align: center;
}
.blogmasonry .blogpost-v1 .blog-it.quote .post-thumbnail h1 a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.714em;
}
/*BLOG SINGLE ----------------------------
	
------------------------------------*/
.blogsingle .blogpost-v1 .blogsingle-ct .post-thumbnail img {
  width: 100%;
}
.blogsingle .blogpost-v1 .blogsingle-ct .inner-ct .quote {
  display: flex;
  padding: 15px 15px 15px 30px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .inner-ct .quote img {
  height: 50px;
  width: 50px;
  margin-top: 10px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .inner-ct .quote p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  text-transform: '';
  font-style: italic;
  margin-left: 15px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .share {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: capitalize;
  font-style: Italic;
}
.blogsingle .blogpost-v1 .blogsingle-ct .share .social-icon {
  display: flex;
  float: right;
  right: 0;
}
.blogsingle .blogpost-v1 .blogsingle-ct .share .social-icon a {
  margin-right: 10px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .share .social-icon i {
  font-size: 16px;
  color: #6c6c6c;
  padding: 8px 12px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blogsingle .blogpost-v1 .blogsingle-ct .share .social-icon i.ion-social-facebook {
  padding: 8px 16px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .share .social-icon i:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #5bbc2e;
  border: 1px solid #5bbc2e;
}
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .left,
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .right {
  display: flex;
}
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .left .infor h2,
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .right .infor h2 {
  margin-bottom: 15px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .left .infor h2 a,
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .right .infor h2 a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: '';
}
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .left .infor h2 a:hover,
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .right .infor h2 a:hover {
  color: #5bbc2e;
}
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .left .infor .icon a,
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .right .infor .icon a {
  color: #999999;
}
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .left .infor .icon i,
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .right .infor .icon i {
  margin-right: 10px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .left .infor .icon:hover a,
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .right .infor .icon:hover a {
  color: #5bbc2e;
}
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .left .infor {
  margin-left: 30px;
  padding-right: 30px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .right .infor {
  margin-right: 30px;
  padding-left: 30px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .right .infor .icon i {
  margin-left: 15px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment {
  margin-top: 30px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment h2.cmt-heading {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 60px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment h2.cmt-heading span {
  margin-left: 15px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt-it {
  margin-bottom: 30px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt-it .cmt-content .cmt-detail {
  display: flex;
  position: relative;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt-it .cmt-content .cmt-detail .date-cmt {
  position: absolute;
  float: right;
  right: 0;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt-it .cmt-content .cmt-detail .date-cmt span {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: uppercase;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt-it .cmt-content .cmt-detail .date-cmt a.reply {
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: capitalize;
  padding: 5px 15px;
  border: 1px solid #5bbc2e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 15px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt-it .cmt-content .cmt-detail .date-cmt a.reply:hover {
  color: #5bbc2e;
  text-decoration: none;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt-it .cmt-content .cmt-detail h4 {
  margin-bottom: 15px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt-it .cmt-content .cmt-detail h4 a {
  margin-right: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt-it .cmt-content .cmt-detail h4 a:hover {
  color: #5bbc2e;
  text-decoration: none;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt-it .cmt-content p {
  margin-bottom: 20px;
  color: #6c6c6c;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt2 {
  margin-left: 90px;
  margin-top: 40px;
}
.blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt2 .cmt2-it {
  margin-bottom: 30px;
}
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt {
  margin-top: 85px;
}
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt label {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt input.name:hover,
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt input.email:hover,
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt input.website:hover,
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt input.comt:hover,
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt textarea:hover {
  border-bottom: 1px solid #5bbc2e;
}
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt input.name,
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt input.email,
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt input.website,
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt input.comt,
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt textarea {
  width: 100%;
  padding: 19px 20px 20px 15px;
  border-bottom: 1px solid #e8e8e8;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt input.comt {
  height: 180px;
  padding-bottom: 150px;
}
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt input.submit {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #5bbc2e;
  background: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt textarea {
  height: 115px;
}
.blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt input.submit:hover {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #5bbc2e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blogsingle .right-it {
  margin-top: 25px;
}
.blogsingle .right-it select {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: '';
  width: 60%;
  margin-top: -3px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
}
.blogsingle .right-it select.sort {
  border: none;
  background: url('/images/uploads/drop-icon.png') no-repeat right 0px center;
}
.blogsingle .right-it select.show {
  width: 90%;
  border: none;
  background: url('/images/uploads/drop-icon.png') no-repeat right 60px center;
}
.blogsingle .right-it select:hover {
  color: #5bbc2e;
}
.blogsingle .right-it .drop {
  margin-left: 30px;
  display: flex;
}
.blogsingle .right-it p {
  color: #6c6c6c;
}
.blogsingle .right-it .icon-select {
  display: flex;
}
.blogsingle .right-it .icon-select a i {
  font-size: 16px;
  padding: 10px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: -3px;
}
.blogsingle .right-it .icon-select a i:hover,
.blogsingle .right-it .icon-select a.active i {
  color: #5bbc2e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blogsingle .products {
  margin-top: 50px;
}
.blogsingle .products .product-it {
  margin-bottom: 50px;
}
.blogsingle .products .product-it .pro-img {
  width: 100%;
  height: 312px;
  border: 1px solid #e8e8e8;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.blogsingle .products .product-it .pro-img .hover-inner {
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 40%;
  left: 17%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.blogsingle .products .product-it .pro-img .hover-inner i {
  padding: 15px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  color: #f9f9f9;
  background-color: #5bbc2e;
  border: 1px solid #5bbc2e;
}
.blogsingle .products .product-it .pro-img img {
  padding: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blogsingle .products .product-it .pro-img img.p1 {
  padding: 75px 20px;
}
.blogsingle .products .product-it .pro-img img.p4 {
  padding: 55px 20px;
}
.blogsingle .products .product-it .pro-infor {
  margin-top: 30px;
}
.blogsingle .products .product-it .pro-infor h2 a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #6c6c6c;
  font-weight: 600;
  text-transform: uppercase;
}
.blogsingle .products .product-it .pro-infor span.pricesale {
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
}
.blogsingle .products .product-it .pro-infor span.price-o {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  color: #333333;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: line-through;
}
.blogsingle .products .product-it .pro-detail-img {
  width: 100%;
  height: 495px;
}
.blogsingle .products .product-it:hover h2 a {
  color: #5bbc2e;
}
.blogsingle .products .product-it:hover .pro-img {
  overflow: hidden;
  border: 1px solid #5bbc2e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blogsingle .products .product-it:hover .pro-img .hover-inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.blogsingle .products .product-it:hover .pro-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
/*PRODUCTS ----------------------------
	
------------------------------------*/
.productdetail #owl-imgdetail.owl-theme .owl-controls .owl-page span {
  display: none;
}
.productdetail #owl-imgdetail {
  position: relative;
}
.productdetail #owl-imgdetail.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  background: #3d3d3d;
  padding: 5px 12px;
  border-radius: 0;
}
.productdetail #owl-imgdetail.owl-theme .owl-controls .owl-buttons div i {
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
}
.productdetail #owl-imgdetail.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  right: 0;
  margin-top: -100px;
  margin-right: 11px;
}
.productdetail #owl-imgdetail.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  left: 0;
  margin-top: -100px;
  margin-left: 0;
}
.productdetail .pro-list-it h4.hd-after {
  margin-bottom: 15px;
}
.productdetail .pro-list-it h4.hd-after a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.productdetail .pro-list-it h4.hd-after:hover a {
  color: #5bbc2e;
  text-decoration: none;
}
.productdetail .pro-list-it span.pricesale {
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
}
.productdetail .pro-list-it span.price-o {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  color: #333333;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: line-through;
}
.productdetail .pro-list-it p.para {
  padding-right: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #6c6c6c;
}
.productdetail .pro-list-it div.right {
  display: flex;
}
.productdetail .pro-list-it div.right .star-rate.small {
  margin-right: 30px;
}
.productdetail .pro-list-it div.right .star-rate.small i {
  font-size: 15px;
  color: #eecf23;
}
.productdetail .pro-list-it div.right span {
  color: #6c6c6c;
  margin-left: 15px;
  margin-right: 15px;
}
.productdetail .pro-list-it span {
  color: #333333;
}
.productdetail .pro-list-it span.green {
  color: #5bbc2e;
}
.productdetail .pro-list-it span.middle {
  margin-left: 30px;
  margin-right: 30px;
}
.productdetail .pro-list-it a.readmore {
  margin-right: 10px;
}
.productdetail .pro-list-it a.readmore:hover {
  text-decoration: none;
}
.productdetail .pro-list-it a i {
  padding: 15px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  color: #5bbc2e;
  border: 1px solid #5bbc2e;
}
.productdetail .right-it {
  display: flex;
  margin: 15px 0;
}
.productdetail .right-it form.quantity {
  margin-right: 20px;
  max-width: 150px;
  margin-bottom: 0;
  margin-left: 0;
}
.productdetail .right-it form.quantity .numbers-row {
  display: flex;
  position: relative;
}
.productdetail .right-it form.quantity .numbers-row .inc.button {
  background: url('/images/uploads/plus-ico.png') no-repeat;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  margin-top: 18px;
  position: absolute;
  float: right;
  right: 5px;
}
.productdetail .right-it form.quantity .numbers-row .dec.button {
  background: url('/images/uploads/minus-ico.png') no-repeat;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  float: left;
  left: 20px;
  position: absolute;
  margin-top: 25px;
}
.productdetail .right-it form.quantity input {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  height: 53px;
  border: 1px solid #e8e8e8;
}
.productdetail .right-it a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #5bbc2e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top: 15px;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.productdetail .right-it a:hover {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #5bbc2e;
}
.productdetail .pro-description p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 700;
  text-transform: uppercase;
}
.productdetail .pro-description p span {
  color: #000;
  font-weight: 700;
  margin-left: 30px;
}
.productdetail .pro-description .social-icon {
  display: flex;
}
.productdetail .pro-description .social-icon p {
  margin-right: 15px;
}
.productdetail .pro-description .social-icon i {
  font-size: 16px;
  color: #6c6c6c;
  padding: 8px 10px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.productdetail .pro-description .social-icon i.ion-social-facebook {
  padding: 8px 14px;
}
.productdetail .pro-description .social-icon i:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #5bbc2e;
  border: 1px solid #5bbc2e;
}
.productdetail .tabs {
  margin-bottom: 100px;
}
.productdetail .tabs .tab-links {
  display: flex;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 11px;
}
.productdetail .tabs .tab-links li {
  margin-right: 30px;
}
.productdetail .tabs .tab-links li a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  color: #6c6c6c;
  font-weight: 700;
  text-transform: capitalize;
  padding: 15px;
}
.productdetail .tabs .tab-links li.active a,
.productdetail .tabs .tab-links li:hover a {
  color: #5bbc2e;
  border-bottom: 2px solid #5bbc2e;
  text-decoration: none;
}
.productdetail .tabs .cmt-it {
  margin-left: 100px;
  margin-right: 100px;
}
.productdetail .tabs .tab p {
  color: #6c6c6c;
}
.productdetail .tabs .tab ul li {
  color: #6c6c6c;
  margin-bottom: 10px;
  list-style-type: square;
}
.productdetail .sb-title {
  text-align: center;
  margin-bottom: 30px;
}
.productdetail .sb-title h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.productdetail .sb-title img {
  margin-bottom: 15px;
  margin-top: 15px;
}
/*SHOPCART PAGE----------------------------
	
------------------------------------*/
.shopcart {
  padding: 95px 0;
}
.shopcart .shopcart-hd h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.shopcart table {
  border-left: none;
  border-top: none;
}
.shopcart table tr th {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  color: #bbbbbb;
  font-weight: 700;
  text-transform: uppercase;
  padding: 25px;
  border-left: none;
  border-right: none;
  border-top: none;
}
.shopcart table tr th.col1 {
  width: 60%;
}
.shopcart table tr th.col2,
.shopcart table tr th.col4 {
  width: 10%;
}
.shopcart table tr th.col3 {
  width: 15%;
}
.shopcart table tr th.col5 {
  width: 5%;
}
.shopcart table tr td {
  padding: 30px 0;
  border-left: none;
  border-right: none;
}
.shopcart table tr .pp-post-it .pp-it {
  text-align: left;
}
.shopcart table tr .pp-post-it .pp-it h2 a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.shopcart table tr .pp-post-it .pp-it h2 {
  margin-top: 30px;
  margin-left: -30px;
}
.shopcart table tr .pp-post-it .pp-it h2:hover a {
  color: #5bbc2e;
}
.shopcart table tr td.price1,
.shopcart table tr td.total {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-top: 65px;
}
.shopcart table tr td.total {
  color: #5bbc2e;
}
.shopcart table tr td.remove {
  text-align: center;
  padding-top: 65px;
}
.shopcart table tr td.remove i {
  font-size: 25px;
  color: #cccccc;
}
.shopcart table tr td.remove:hover i {
  color: #333333;
}
.shopcart .right-it {
  text-align: center;
  margin-top: 30px;
  margin-left: 20px;
}
.shopcart .right-it form.quantity {
  margin-right: 20px;
  max-width: 150px;
  margin-bottom: 0;
  margin-left: 0;
}
.shopcart .right-it form.quantity .numbers-row {
  display: flex;
  position: relative;
}
.shopcart .right-it form.quantity .numbers-row .inc.button {
  background: url('/images/uploads/plus-2.png') center top 15px no-repeat;
  width: 29px;
  height: 38px;
  text-indent: -9999px;
  position: absolute;
  float: right;
  right: 3px;
  border-left: 1px solid #cccccc;
}
.shopcart .right-it form.quantity .numbers-row .dec.button {
  background: url('/images/uploads/minus-2.png') center top 18px no-repeat;
  width: 29px;
  height: 38px;
  text-indent: -9999px;
  float: left;
  left: 0px;
  position: absolute;
  border-right: 1px solid #cccccc;
}
.shopcart .right-it form.quantity input {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  height: 38px;
  border: 1px solid #e8e8e8;
}
.shopcart .shop-btn {
  margin-top: 15px;
  margin-bottom: 60px;
}
.shopcart .shop-btn button {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 40px;
  border: 2px solid #333333;
  background: none;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shopcart .shop-btn button:hover {
  color: white;
  background: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shopcart .shop-btn button.right {
  float: right;
  right: 0;
  margin-right: 0;
}
.shopcart .item-hd {
  display: flex;
  position: relative;
}
.shopcart .item-hd h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.shopcart .item-hd i {
  float: right;
  right: 0;
  position: absolute;
}
.shopcart form.post-cmt {
  margin-top: 30px !important;
}
.shopcart form.post-cmt p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  text-transform: '';
  font-style: Italic;
  padding-top: 30px;
}
.shopcart form.post-cmt select {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  border-left: none;
  border-top: none;
  border-right: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: '';
  background-color: #f1f1f1;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Firefox */
  background: url('/images/uploads/drop2.png') no-repeat right 20px center;
}
.shopcart form.post-cmt input {
  height: 50px;
}
.shopcart form.post-cmt input.sm2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 40px 15px 40px;
  border: 2px solid #333333;
  background: none;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shopcart form.post-cmt input.sm2:hover {
  color: white;
  background: #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shopcart .check-cart {
  text-align: right;
  background-color: #efefef;
  padding: 40px;
}
.shopcart .check-cart h2,
.shopcart .check-cart h1,
.shopcart .check-cart span {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
}
.shopcart .check-cart h1 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.shopcart .check-cart span.sub {
  font-weight: 700;
  color: #000;
}
.shopcart .check-cart span.grand {
  font-weight: 700;
  font-size: 24px;
  color: #5bbc2e;
}
.shopcart .check-cart span {
  margin-left: 30px;
}
.shopcart .check-cart a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #5bbc2e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shopcart .check-cart a:hover {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #5bbc2e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shopcart .check-cart img {
  margin-bottom: 40px;
}
.shopcart .check-cart p {
  color: #6c6c6c;
  margin-top: 30px;
}
/*CHECKOUT----------------------------
	
------------------------------------*/
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt {
  /* checked mark aspect */
  /* checked mark aspect changes */
}
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt label.form-tt {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  text-transform: capitalize;
}
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt input.name {
  border: 1px solid #e8e8e8;
  background-color: #f9f9f9;
}
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt input.name:hover {
  border: 1px solid #5bbc2e;
}
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt input.note {
  height: 90px;
}
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt select {
  border: 1px solid #e8e8e8;
  background-color: #f9f9f9;
  -moz-appearance: none;
  /* Firefox */
  background: url('/images/uploads/drop3.png') no-repeat right 20px center;
}
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt [type="checkbox"]:not(:checked),
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt [type="checkbox"]:not(:checked) + label,
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt [type="checkbox"]:not(:checked) + label:before,
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt [type="checkbox"]:not(:checked) + label:after,
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em;
  left: .2em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #5bbc2e;
  transition: all .2s;
}
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkout .blogpost-v1 .blogsingle-ct form.post-cmt label.check {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  text-transform: '';
  text-transform: inherit;
}
.checkout .login p {
  color: #6c6c6c;
}
.checkout .login a.login-link {
  color: #eecf23;
}
.checkout .login a.enter-link {
  color: #5bbc2e;
}
.checkout .login a {
  text-decoration: underline;
}
.checkout .order-card {
  padding: 45px 35px;
  background-color: #f3f3f3;
}
.checkout .order-card .order-hd {
  text-align: center;
}
.checkout .order-card .order-hd h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.checkout .order-card .order-infor p {
  position: relative;
  color: #6c6c6c;
  padding: 8px 0 12px 0;
  border-bottom: 1px solid #ececec;
}
.checkout .order-card .order-infor p span.total {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: '';
  text-transform: uppercase;
}
.checkout .order-card .order-infor p.last-it {
  border-bottom: none;
}
.checkout .order-card .order-infor p.hd,
.checkout .order-card .order-infor span.title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: '';
  text-transform: uppercase;
}
.checkout .order-card .order-infor span.price-tt,
.checkout .order-card .order-infor span.price {
  position: absolute;
  float: right;
  right: 0;
}
.checkout .order-card .order-infor span.price-tt {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.checkout .order-card .order-infor .check-payment {
  margin-bottom: 30px;
  margin-top: 15px;
}
.checkout .order-card .order-infor .check-payment img {
  margin-right: 10px;
}
.checkout .order-card .order-infor .check-payment span.check {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: '';
  text-transform: capitalize;
}
.checkout .order-card .order-infor .check-payment p.para {
  margin-top: 15px;
  background-color: #f9f9f9;
  padding: 20px;
  position: relative;
}
.checkout .order-card .order-infor .check-payment p.para:before {
  position: absolute;
  top: -10px;
  margin-left: 30px;
  content: '';
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #f9f9f9;
}
.checkout .order-card .order-infor .visa-pay {
  display: flex;
  /* checked mark aspect */
  /* checked mark aspect changes */
}
.checkout .order-card .order-infor .visa-pay img {
  margin-left: 10px;
  margin-right: 10px;
  width: 110px;
  height: 25px;
}
.checkout .order-card .order-infor .visa-pay span {
  font-size: 14px;
}
.checkout .order-card .order-infor .visa-pay [type="checkbox"]:not(:checked),
.checkout .order-card .order-infor .visa-pay [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.checkout .order-card .order-infor .visa-pay [type="checkbox"]:not(:checked) + label,
.checkout .order-card .order-infor .visa-pay [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.checkout .order-card .order-infor .visa-pay [type="checkbox"]:not(:checked) + label:before,
.checkout .order-card .order-infor .visa-pay [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 0.95em;
  height: 0.95em;
  border: 1px solid #5bbc2e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.checkout .order-card .order-infor .visa-pay [type="checkbox"]:not(:checked) + label:after,
.checkout .order-card .order-infor .visa-pay [type="checkbox"]:checked + label:after {
  content: '';
  height: 0.6em;
  width: 0.65em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #5bbc2e;
  position: absolute;
  top: .3em;
  left: .06em;
  border: 1px solid #5bbc2e;
  font-size: 1.3em;
  line-height: 0.8;
  color: #5bbc2e;
  transition: all .2s;
}
.checkout .order-card .order-infor .visa-pay [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkout .order-card .order-infor .visa-pay [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkout .order-card .order-infor .visa-pay label.check {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  text-transform: '';
  text-transform: inherit;
}
.checkout .order-bt {
  width: 100%;
  background-color: #5bbc2e;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #5bbc2e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout .order-bt a.order {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
}
.checkout .order-bt:hover {
  background-color: #fff;
  border: 1px solid #5bbc2e;
}
.checkout .order-bt:hover a {
  color: #5bbc2e;
}
/*404 PAGE----------------------------
	
------------------------------------*/
.error {
  text-align: center;
  padding: 110px 0;
}
.error img {
  margin-bottom: 30px;
}
.error h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 42px;
  color: #000;
  font-weight: 700;
  text-transform: '';
  margin-bottom: 15px;
}
.error p {
  color: #333333;
  margin-bottom: 30px;
}
.error a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #5bbc2e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #5bbc2e;
}
.error a:hover {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #5bbc2e;
}
/*COMINGSOON PAGE----------------------------
	
------------------------------------*/
.comingsoon {
  background: url('/images/uploads/coming-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 200px 0;
}
.comingsoon h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  text-transform: '';
  margin-bottom: 50px;
}
.comingsoon p {
  color: #fff;
}
.comingsoon .time {
  display: flex;
  margin-top: 100px;
  margin-bottom: 90px;
  justify-content: center;
}
.comingsoon .time .it-time {
  border: 1px solid #5bbc2e;
  border-style: dashed;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 45px;
  margin-right: 30px;
}
.comingsoon .time span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  text-transform: '';
  padding: 0 15px;
}
.comingsoon .time span.space {
  margin-top: 75px;
}
.comingsoon .time p {
  color: #f9f9f9;
  padding: 0 15px 0 15px;
}
.comingsoon a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #5bbc2e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #5bbc2e;
}
.comingsoon a:hover {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #5bbc2e;
}
.comingsoon img {
  margin-bottom: 15px;
}
/*CONTACT PAGE----------------------------
	
------------------------------------*/
.contactpage {
  padding-bottom: 30px;
}
.contactpage .sb-it {
  background: url('/images/uploads/border2-bg.png') no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 50px 0px;
  margin-top: -20px;
}
.contactpage .sb-title {
  margin-left: 40px;
}
.contactpage .sb-title h2 {
  margin-bottom: 40px;
}
.contactpage .sb-title p {
  color: #6c6c6c;
}
.contactpage .sidebar .sb-content .ct-it {
  margin-left: 40px;
}
.contactpage .sidebar .sb-content .ct-it i {
  color: #6c6c6c;
}
.contactpage .sidebar .sb-content .ct-it p {
  color: #000;
}
.contactpage .ct-icon {
  margin-top: 100px;
  margin-left: 40px;
}
.contactpage .ct-icon i {
  font-size: 18px;
  color: #999999;
  margin-right: 15px;
}
.contactpage .ct-icon a:hover i {
  color: #5bbc2e;
}
.contactpage-form {
  padding: 30px 0 95px 0;
  background-color: #f9f9f9;
}
.contactpage-form .blogpost-v1 {
  padding-right: 0px;
  border-right: none;
}
.contactpage-form .blogpost-v1 .blogsingle-ct form.post-cmt label.hd {
  font-size: 40px;
  margin-bottom: 15px;
}
.contactpage-form .blogpost-v1 .blogsingle-ct form.post-cmt p {
  font-weight: 600;
}
.contactpage-form .blogpost-v1 .blogsingle-ct form.post-cmt label.it-tt {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-transform: '';
  margin-bottom: 0;
}
.contactpage-form .blogpost-v1 .blogsingle-ct form.post-cmt label.it2 {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.contactpage-form .blogpost-v1 .blogsingle-ct form.post-cmt textarea,
.contactpage-form .blogpost-v1 .blogsingle-ct form.post-cmt input {
  background-color: #f9f9f9;
  padding-left: 0 !important;
}
.contactpage-form .blogpost-v1 .blogsingle-ct form.post-cmt input.submit {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #5bbc2e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 30px !important;
}
.contactpage-form .blogpost-v1 .blogsingle-ct form.post-cmt input.name2::-webkit-input-placeholder {
  color: #5bbc2e;
  font-size: 16px;
}
.contactpage-form .blogpost-v1 .blogsingle-ct form.post-cmt input.submit:hover {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 35px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 1px solid #5bbc2e !important;
}
.contactpage-form .blogpost-v1 .blogsingle-ct form.post-cmt input:hover,
.contactpage-form .blogpost-v1 .blogsingle-ct form.post-cmt textarea:hover {
  border-bottom: 2px solid #6c6c6c !important;
}
/*RESPONSIVE ----------------------------
	
------------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /*HOME 1----------------------------
	
	------------------------------------*/
  .foldline {
    margin-top: -35px;
  }
  .foldline .foldline-row .item .it-content {
    padding: 20px;
  }
  .foldline .foldline-row .item .it-content h1 {
    font-size: 24px;
  }
  .foldline .foldline-row .item .it-content.it1 .days {
    margin-right: 30px;
  }
  .services .owl-carousel .owl-item {
    margin-left: 30px;
  }
  .blog .blog-it-left .post-thumbnail {
    margin-bottom: 60px;
  }
  /*HOME 2----------------------------
	
	------------------------------------*/
  .project {
    padding-left: 30px;
  }
  .project .latest-infor a,
  .project .latest-infor a:hover {
    padding: 10px;
  }
  .contactv2 {
    padding: 23px 0;
  }
  /*HOME 3----------------------------
	
	------------------------------------*/
  .servicesv3 #owl-servicev3 .sv-item:hover {
    padding: 30px 0;
    background-size: cover;
  }
  .servicesv3 #owl-servicev3.owl-theme .owl-controls .owl-buttons div {
    margin-left: -200px;
  }
  .servicesv3 #owl-servicev3.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: -140px;
  }
  .chooseusv2 {
    background-size: cover;
  }
  /*ABOUT ----------------------------
	
	------------------------------------*/
  .aboutservice .tabs .tab-links li a,
  .aboutservice .tabs .tab-links li:hover a {
    padding: 20px 40px;
  }
  /*SERVICE ----------------------------
	
	------------------------------------*/
  .servicesv4 .sv2-it .post-thumbnail .sv-icon {
    top: 22.5%;
  }
  /*PORTFOLIO ----------------------------
	
	------------------------------------*/
  .portfolio-single .portfolio-sb {
    padding: 19px;
  }
  /*BLOG SINGLE----------------------------
	
	------------------------------------*/
  .blogsingle .products .product-it .pro-img .hover-inner {
    left: 11%;
  }
  .shopcart .check-cart a {
    padding: 10px 15px;
  }
  .checkout .order-card .order-infor .visa-pay {
    display: flex;
    flex-direction: column;
  }
  .checkout .order-card .order-infor .visa-pay img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blogmasonry .blogpost-v1 .blog-it .post-thumbnail .overlay {
    width: 91%;
    height: 45%;
  }
}
/*
 FOR IPAD DEVICE
*/
@media (min-width: 768px) and (max-width: 991px) {
  #rev_slider_12_1 .tp-leftarrow,
  #rev_slider_3_1 .tp-leftarrow,
  #rev_slider_12_1 .tp-rightarrow,
  #rev_slider_3_1 .tp-rightarrow {
    top: 60% !important;
  }
  #rev_slider_12_1 .tp-parallax-wrap .tp-caption#slide-41-layer-2,
  #rev_slider_3_1 .tp-parallax-wrap .tp-caption#slide-41-layer-2,
  #rev_slider_12_1 .tp-parallax-wrap .tp-caption#slide-43-layer-2,
  #rev_slider_3_1 .tp-parallax-wrap .tp-caption#slide-43-layer-2,
  #rev_slider_12_1 .tp-parallax-wrap .tp-caption#slide-44-layer-2,
  #rev_slider_3_1 .tp-parallax-wrap .tp-caption#slide-44-layer-2,
  #rev_slider_12_1 .tp-parallax-wrap .tp-caption#slide-45-layer-2,
  #rev_slider_3_1 .tp-parallax-wrap .tp-caption#slide-45-layer-2 {
    top: -40px !important;
  }
  #rev_slider_12_1 .tp-parallax-wrap .tp-caption#slide-41-layer-3,
  #rev_slider_3_1 .tp-parallax-wrap .tp-caption#slide-41-layer-3,
  #rev_slider_12_1 .tp-parallax-wrap .tp-caption#slide-43-layer-3,
  #rev_slider_3_1 .tp-parallax-wrap .tp-caption#slide-43-layer-3,
  #rev_slider_12_1 .tp-parallax-wrap .tp-caption#slide-44-layer-3,
  #rev_slider_3_1 .tp-parallax-wrap .tp-caption#slide-44-layer-3 {
    top: -60px !important;
  }
  #rev_slider_13_1 .tp-leftarrow,
  #rev_slider_13_1 .tp-rightarrow {
    top: 65% !important;
  }
  #rev_slider_13_1 .tp-parallax-wrap .tp-caption#slide-45-layer-2 {
    top: -40px !important;
  }
  #rev_slider_13_1 .tp-parallax-wrap .tp-caption#slide-45-layer-3 {
    top: -100px;
  }
  .foldline {
    position: inherit;
    margin-top: 0;
  }
  .foldline .foldline-row {
    display: block;
  }
  .foldline .foldline-row .item {
    width: 100%;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .foldline .foldline-row .item .title {
    justify-content: center;
  }
  .foldline .foldline-row .item.middle-item .it-content {
    background-position: center;
    background-size: cover;
  }
  .foldline .foldline-row .item .it-content.it1 {
    justify-content: center;
  }
  .testimonial {
    margin-top: 0;
  }
  .contactv1 .contact-bt {
    margin-top: 20px;
  }
  .services #service-testimonial.owl-theme .owl-controls .owl-buttons .owl-next {
    margin-right: 0;
  }
  .services #service-testimonial.owl-theme .owl-controls .owl-buttons .owl-prev {
    margin-left: 0;
  }
  .blog .blog-it-left {
    margin-bottom: 30px;
    max-width: 450px;
    margin: 0 auto 50px;
  }
  .blog .blog-it-left .post-thumbnail img {
    width: 100%;
  }
  .blog .blog-it-left .post-thumbnail .date {
    top: 81%;
    left: 22%;
  }
  .chooseus .heading-it {
    margin-bottom: 60px;
  }
  .chooseus .chooseus-it {
    max-width: 450px;
    margin: 0px auto 50px;
  }
  .consult .left-it {
    margin-bottom: 60px;
  }
  .consult .left-it form.ct-left {
    padding: 80px 60px;
  }
  .clients .clients-row {
    text-align: center;
  }
  .clients .clients-row .client-it {
    margin: 0 15px;
  }
  .project {
    padding-left: 30px;
  }
  .project .project-it .project-item i {
    top: 75%;
  }
  .project .project-it .project-item img {
    width: 100%;
    height: auto;
  }
  .testimonialv2 .testv2-it {
    max-width: 450px;
    margin: 0 auto 60px;
  }
  .testimonialv2 #owl-testimonialv2.owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 25px;
  }
  .testimonialv2 #owl-testimonialv2.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
  }
  .popular .popular-left {
    margin-bottom: 60px;
  }
  .popular .test-title {
    margin-bottom: 30px;
  }
  .contactv2 {
    padding: 26px 0;
  }
  .contactv2 .contact-bt {
    margin-top: 30px;
  }
  .servicev2 .sv2-it {
    max-width: 400px;
    margin: 0 auto 70px;
  }
  .servicev2 .post-thumbnail .sv-icon {
    top: 35% !important;
  }
  .servicesv3 #owl-servicev3.owl-theme .owl-controls .owl-buttons div {
    margin-left: -250px;
  }
  .servicesv3 #owl-servicev3.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: -200px;
  }
  .servicesv3 #owl-servicev3 .sv-item .icon img.big-icon {
    margin-left: 35%;
  }
  .servicesv3 #owl-servicev3 .sv-item:hover {
    background-size: cover;
  }
  .contactform .test-title {
    max-width: 600px;
    margin: 0 auto;
  }
  .contactform .left-it form.ct-left h2 {
    font-size: 12px;
  }
  .freequote .title {
    margin-bottom: 30px;
  }
  .freequote .left-it form.ct-left input,
  .freequote .left-it form.ct-left select {
    margin-bottom: 30px;
  }
  .chooseusv3 {
    background-size: cover;
  }
  .projectv3 .video {
    margin-bottom: 30px;
  }
  .projectv3 .video img.thumbnail {
    width: 100%;
  }
  .projectv3 .video img.btn {
    left: 43%;
  }
  .clientsv3 .clientv3-it {
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .aboutservice .heading-it p {
    padding: 0 100px;
  }
  .aboutservice .tabs .tab-links li a {
    padding: 20px 25px;
  }
  .aboutservice .tabs .tab-content .tab img {
    margin-bottom: 30px;
  }
  .funfact .heading-it {
    margin-bottom: 30px;
  }
  .servicesv4 .sv2-it .post-thumbnail .sv-icon {
    top: 33% !important;
  }
  .servicesingle .single-ct .sb-content .sv-include .include-ct {
    display: block;
  }
  .servicesingle table tr th.col1 {
    width: 70%;
  }
  .servicesingle table tr th.col2 {
    width: 30%;
  }
  .portfolio ul.menu-filter li a {
    padding: 10px 15px;
  }
  .portfolio .portfolio-it .pro-it .overlay {
    width: 92%;
  }
  .portfolio-single .portfolio-sb {
    padding: 20px;
  }
  .portfolio-single .portfolio-ct {
    margin-bottom: 30px;
  }
  .blogsingle .products .product-it .pro-img .hover-inner {
    left: 12.5%;
  }
  .productdetail .tabs .tab-links li a {
    padding: 15px 10px;
  }
  .productdetail .products .product-it .pro-img .hover-inner {
    left: 23%;
  }
  .shopcart table tr th.col1 {
    width: 50%;
  }
  .shopcart table tr th.col3 {
    width: 25%;
  }
  .shopcart .shop-btn button {
    padding: 15px 20px;
  }
  .shopcart table tr .pp-post-it .pp-it h2 {
    margin-left: 0;
    margin-top: 0;
  }
  .shopcart .blogsingle-ct,
  .shopcart .check-cart {
    max-width: 500px;
    margin: 0 auto 70px;
  }
  .checkout .blogsingle-ct {
    max-width: none;
  }
  .checkout .order-card {
    padding: 45px 25px;
  }
  .checkout .order-card .order-infor .visa-pay {
    display: flex;
    flex-direction: column;
  }
  .checkout .order-card .order-infor .visa-pay img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bloglistpost-v1 .blogpost-v1 .slider #owl-thumbnail.owl-theme .owl-controls .owl-buttons div.owl-next,
  .bloglistpost-v1 .blogpost-v1 .slider #owl-thumbnail.owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-top: -170px;
  }
  .bloglistpost-v2 .blogpost-v1 .blog-it .date,
  .bloglistpost-v1 .blogpost-v1 .blog-it .date {
    margin-bottom: 30px;
  }
  .blogmasonry .blogpost-v1 .blog-it .post-thumbnail .overlay {
    width: 92%;
    height: 47%;
  }
  .bg-sidebar .pp-posts .pp-post-it img {
    margin-bottom: 30px;
  }
  .blogsingle .blogpost-v1 .blogsingle-ct .share .social-icon {
    margin-top: -30px;
  }
  .comingsoon .time .it-time {
    padding: 30px;
  }
  .contactpage-form {
    padding: 30px;
  }
  .contactpage-form form.post-cmt {
    margin-right: 60px;
  }
  .contactpage .sb-it {
    margin-top: 0;
    background: none;
    border: 1px solid #e8e8e8;
    border-style: dashed;
  }
  .bloglistpost-v1 .blogpost-v1 {
    padding-right: 0;
    border: 0;
  }
  .bloglistpost-v1 .blogpost-v1 .blog-it-left {
    max-width: none;
  }
}
/*
	FOR MOBILE DEVICE
*/
@media (max-width: 767px) {
  .foldline {
    position: inherit;
    margin-top: 0;
  }
  .testimonial {
    margin-top: 0;
  }
  .foldline .foldline-row {
    display: block;
  }
  .foldline .foldline-row .item {
    width: 100%;
    text-align: center;
  }
  .foldline .foldline-row .item .title {
    justify-content: center;
  }
  .foldline .foldline-row .item .it-content h1 {
    font-size: 24px;
  }
  .foldline .foldline-row .item.middle-item .it-content {
    padding: 30px;
    background-position: center;
    background-size: cover;
  }
  .foldline .foldline-row .item.middle-item .it-content h3 {
    margin-bottom: 10px;
  }
  .foldline .foldline-row .item.middle-item .it-content p {
    margin-bottom: 15px;
  }
  .foldline .foldline-row .item .it-content.it1 {
    justify-content: center;
  }
  .testimonial p.quote {
    padding: 0 30px;
  }
  .services {
    overflow: hidden;
  }
  .services .owl-carousel .owl-item .sv-item {
    overflow: hidden;
    width: auto;
  }
  .services .owl-carousel .owl-item .sv-item h2 {
    margin-bottom: 10px;
  }
  .services .owl-carousel .owl-item .sv-item p {
    margin-bottom: 10px;
  }
  .services .owl-carousel .owl-item .sv-item a {
    padding: 15px;
  }
  .consult .left-it {
    margin-bottom: 30px;
  }
  .contactv1 h1 {
    font-size: 20px;
  }
  .blog .blog-it-left {
    margin-bottom: 30px;
  }
  .blog .blog-it-left .post-thumbnail img {
    width: 100%;
  }
  .blog .blog-it-left .post-thumbnail .date {
    top: 59%;
    left: 6%;
  }
  .clients .clients-row {
    flex-direction: column;
    text-align: center;
  }
  .project {
    overflow: hidden;
    padding-left: 25px;
  }
  .project .latest-infor {
    margin-bottom: 30px;
  }
  .project .project-it .project-item i {
    display: none;
  }
  .popular .question-it .accordion-item button.accordion h2 {
    font-size: 18px;
    margin-top: 0;
  }
  .popular .popular-left {
    margin-bottom: 30px;
  }
  .corev2 {
    overflow: hidden;
  }
  .contactv2 {
    overflow: hidden;
    padding: 25px 0 30px 0;
    margin-top: 0;
    background-size: cover;
    background-position: center;
  }
  .testimonialv2 .test-title h2 {
    font-size: 32px;
  }
  .testimonialv2 #owl-testimonialv2.owl-theme .owl-controls .owl-buttons {
    display: none;
  }
  .servicev2 .sv2-it .post-thumbnail .sv-icon {
    top: 25.5%;
  }
  #rev_slider_3_1_wrapper .tp-leftarrow,
  #rev_slider_13_1_wrapper .tp-leftarrow,
  #rev_slider_12_1_wrapper .tp-leftarrow,
  #rev_slider_3_1_wrapper .tp-rightarrow,
  #rev_slider_13_1_wrapper .tp-rightarrow,
  #rev_slider_12_1_wrapper .tp-rightarrow {
    display: none;
  }
  .freequote .title {
    margin-bottom: 30px;
  }
  .freequote .left-it form.ct-left h2 {
    margin-top: 30px;
  }
  .chooseusv3 {
    background-size: cover;
  }
  .projectv3 .video {
    margin-bottom: 30px;
  }
  .projectv3 .video img.btn {
    top: 16%;
    left: 33%;
  }
  .projectv3 .project-left {
    padding: 0 15px;
  }
  .clientsv3 .clientv3-it {
    margin-left: 15px;
    margin-right: 15px;
  }
  .clients img {
    margin-bottom: 15px;
  }
  .servicesv3 #owl-servicev3 .sv-item .icon img.big-icon {
    margin-left: 33.5%;
  }
  .intro #owl-intro.owl-theme .owl-controls .owl-buttons div.owl-prev,
  .intro #owl-intro.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-top: -130px;
  }
  .aboutservice .heading-it p {
    padding: 20px 30px;
  }
  .aboutservice .tabs .tab-content .tab p {
    padding-right: 30px;
  }
  .aboutservice .tabs img {
    margin-bottom: 30px;
  }
  .aboutservice .tabs .tab-links {
    display: flex;
    flex-direction: column;
    margin-left: 35px;
  }
  .aboutservice .tabs .tab-links li {
    margin-bottom: 35px;
  }
  .aboutservice .tabs .tab-links li a {
    padding: 20px 15px;
  }
  .funfact .fun-it {
    margin-top: 30px;
  }
  .ourteam .heading-it {
    margin-bottom: 50px;
  }
  .servicesv4 .sv2-it .post-thumbnail .sv-icon {
    top: 22%;
  }
  .servicesingle .single-ct .sb-content .sv-include .include-ct {
    display: block;
  }
  .servicesingle table tr th.col1 {
    width: 60%;
  }
  .servicesingle table tr th.col2 {
    width: 40%;
  }
  .servicesingle .single-ct {
    padding-left: 0;
    border-left: none;
  }
  .portfolio ul.menu-filter,
  .portfolio-single .tabs .tab-links {
    display: block;
    text-align: center;
  }
  .portfolio ul.menu-filter li,
  .portfolio-single .tabs .tab-links li {
    margin-bottom: 15px;
  }
  .blogsingle .products .product-it .pro-img .hover-inner {
    left: 22%;
  }
  .tabs.blogsingle-content {
    margin-top: 50px;
  }
  .productdetail .pro-list-it span.middle {
    margin-left: 15px;
    margin-right: 15px;
  }
  .portfolio-single-hr {
    overflow: hidden;
  }
  .portfolio-single-hr h1 {
    font-size: 36px;
  }
  .portfolio-single .cd-image-container {
    margin-left: 0;
  }
  .cd-image-container img {
    height: 300px;
  }
  .productdetail .pro-list-it div.right {
    display: flex;
    flex-direction: column;
  }
  .productdetail .pro-list-it p.para {
    padding-right: 15px;
  }
  .productdetail .right-it {
    display: flex;
    flex-direction: column;
  }
  .productdetail .right-it form.quantity {
    margin-bottom: 15px;
  }
  .productdetail .tabs .tab-links {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .productdetail .tabs .tab-links li {
    margin-bottom: 30px;
  }
  .productdetail .tabs .tab-links li a {
    padding: 5px;
  }
  .productdetail .products .product-it .pro-img .hover-inner {
    left: 21%;
  }
  .shopcart .shop-btn button {
    padding: 15px 10px;
    margin-bottom: 30px;
  }
  .shopcart .shop-btn button.right {
    float: left;
    left: 0;
  }
  .shopcart .blogsingle-ct {
    margin-bottom: 30px;
  }
  .shopcart .check-cart {
    padding: 40px 5px;
  }
  .shopcart .check-cart a,
  .shopcart .check-cart a:hover {
    padding: 15px;
    font-size: 14px;
  }
  .checkout .order-card {
    padding: 45px 25px;
  }
  .checkout .order-card .order-infor .visa-pay {
    display: flex;
    flex-direction: column;
  }
  .checkout .order-card .order-infor .visa-pay img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bloglistpost-v1 .blogpost-v1 {
    padding-right: 0;
    border-right: 0;
  }
  .bloglistpost-v1 .blogpost-v1 .blog-it .date {
    margin-bottom: 30px;
  }
  .bloglistpost-v1 .blogpost-v1 .blog-it .inner-ct p {
    padding-right: 15px;
  }
  .bloglistpost-v1 .blogpost-v1 .slider #owl-thumbnail.owl-theme .owl-controls .owl-buttons div.owl-next,
  .bloglistpost-v1 .blogpost-v1 .slider #owl-thumbnail.owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-top: -100px;
  }
  .bg-sidebar .pp-posts .pp-post-it img {
    margin-bottom: 30px;
  }
  ul.pagination {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  ul.pagination li {
    margin: 0 auto 30px;
  }
  .bloglistpost-v2 .blogpost-v2 {
    padding-left: 0;
  }
  .bloglistpost-v1 .blogpost-v1 .link .link-infor a {
    font-size: 14px;
  }
  .blogmasonry .blogpost-v1 .blog-it .post-thumbnail .overlay {
    width: 91%;
    height: 41%;
    overflow: hidden;
  }
  .blogmasonry .blogpost-v1 .blog-it .post-thumbnail .playvideo-ico img {
    margin-top: -50px;
  }
  .blogmasonry .blogpost-v1 .blog-it.quote .post-thumbnail {
    padding: 30px;
  }
  .blogsingle .blogpost-v1 .blogsingle-ct .inner-ct .quote {
    padding: 15px;
    display: block;
  }
  .blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .left,
  .blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .right {
    display: block;
    margin-bottom: 30px;
  }
  .blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .left img,
  .blogsingle .blogpost-v1 .blogsingle-ct .panigation2 .right img {
    width: 100%;
  }
  .blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt-it .cmt-content .cmt-detail {
    display: block;
    position: inherit;
  }
  .blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt-it .cmt-content .cmt-detail .date-cmt {
    position: inherit;
    float: left;
    left: 0;
    margin-right: 120px;
    margin-bottom: 30px;
  }
  .blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt2 {
    margin-left: 15px;
  }
  .blogsingle .blogpost-v1 .blogsingle-ct .comment .cmt-it.cmt2 .cmt-content .cmt-detail .date-cmt {
    margin-right: 100px;
  }
  .comingsoon .time {
    display: block;
  }
  .comingsoon .time .it-time {
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .ourteam .team-it .hvr-inner {
    padding: 12px 30px;
  }
  .contactpage {
    overflow: hidden;
  }
  .contactpage .ct-icon {
    margin-top: 0px;
  }
  .contactpage-form {
    overflow: hidden;
  }
  .blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt {
    overflow: hidden;
  }
  .blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt textarea,
  .blogsingle .blogpost-v1 .blogsingle-ct form.post-cmt input {
    margin-left: 10px;
    width: 90% !important;
  }
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
  }
  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 70px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
  }
  /*
	Label the data
	*/
  #no-more-tables td:before {
    content: attr(data-title);
  }
}
.hsarea {
  display: inline-block;
  padding: 5px;
  overflow: hidden;
  margin-top: 30px;
  width: 100%;
}
.hsframe {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}
.hsframe ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 100%;
  margin-bottom: 30px;
}
.hsframe ul li {
  float: left;
  width: 350px;
  height: auto;
  margin: 0 20px 0 0;
  padding: 0;
  cursor: pointer;
  /*border: 1px solid green;*/
  display: flex;
}
.hsframe ul li img.img1 {
  margin-right: 25px;
}
.hsframe ul li img {
  background: #f9f9f9;
  height: 160px;
}
/* Scrollbar */
.hsscrollbar .hshandle .hsmousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}
.hsscrollbar .hshandle {
  width: 60px;
  height: 13px;
  background: #aaaaaa;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: -5px;
}
.hsscrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #eeeeee;
  line-height: 0;
  position: relative;
}
header.fancybox-margin {
  position: inherit !important;
}
.topsearch {
  height: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: height 0.5s;
}
.topsearch input {
  background: #5bbc2e;
  border: none;
  text-align: center;
  height: 0;
  transition: height 0.5s;
  color: #f9f9f9;
}
.topsearch input[type="text"]::-webkit-input-placeholder {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: '';
}
.show-searchbox {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transition: height 0.5s;
  visibility: visible;
  height: 50px;
}
.show-searchbox input {
  height: 50px;
  transition: height 0.5s;
}
.hd-show.ht-headerv2 {
  margin-top: 100px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.headertop {
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color: #f9f9f9;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.headertop select.langugae {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #333333;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 10px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Firefox */
  background: url('/images/uploads/drop-icon.png') no-repeat right 80px center;
}
.headertop select.langugae:hover {
  color: #5bbc2e;
}
.headertop .hd-contact .ct-infor {
  display: flex;
  float: right;
  right: 0;
}
.headertop .hd-contact .ct-infor i {
  font-size: 20px;
  margin-right: 15px;
  padding-top: 18px;
}
.headertop .hd-contact .ct-infor p,
.headertop .hd-contact .ct-infor a {
  font-size: 13px;
  color: #000;
  padding-top: 18px;
}
.headertop .hd-contact .ct-infor a:hover {
  color: #5bbc2e;
}
.headertop .hd-contact .ct-phone {
  display: flex;
  background-color: #5bbc2e;
  padding: 10px 15px 0px 50px;
  background-size: cover;
  color: #f9f9f9;
}
.headertop .hd-contact .ct-phone .phone-no {
  margin-top: 10px;
}
.headertop .hd-contact .ct-phone i {
  font-size: 34px;
  margin-right: 10px;
}
.headertop .hd-contact .ct-phone p {
  font-size: 12px;
  line-height: 0;
}
.headertop .hd-contact .ct-phone span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: '';
}
.headertopv2 {
  position: absolute;
  background-color: transparent;
  padding: 15px 0;
  z-index: 999;
  width: 100%;
}
.headertopv2 .topsearch-v2 {
  width: 100%;
  margin-top: -15px;
  z-index: 999;
}
.headertopv2 .hdtop-show {
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.headertopv2 .hdtop-ct {
  display: flex;
  float: right;
  right: 0;
}
.headertopv2 .hdtop-ct .hd-socail i {
  font-size: 18px;
  margin-right: 15px;
  color: #f9f9f9;
}
.headertopv2 .hdtop-ct .hd-socail i:hover {
  color: #5bbc2e;
}
.headertopv2 .hdtop-ct img.hd-line {
  margin-left: 15px;
  margin-right: 15px;
}
.headertopv2 .hdtop-ct .menu-icons i {
  font-size: 18px;
  color: #f9f9f9;
  font-weight: 700;
}
.headertopv2 .hdtop-ct .menu-icons button {
  padding: 0;
  margin-left: 15px;
  margin-right: -15px;
  border: none;
}
.headertopv2 .hdtop-ct .menu-icons i.search {
  font-size: 11px;
  color: #333333;
  background-color: #f9f9f9;
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.headertopv2 .hdtop-ct .menu-icons i:hover {
  color: #5bbc2e;
}
.hd-change {
  height: 140px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hd-change nav#mainNav {
  height: auto;
}
.ht-headerv2.hd-change nav#mainNav {
  height: 100px;
}
header.sticky.hd-change {
  height: 120px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header #nav-icon1 {
  width: 15px;
  height: 15px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
header .navbar-toggle:hover {
  background-color: #5bbc2e !important;
}
header .navbar-toggle:hover #nav-icon1 span {
  background-color: #f9f9f9;
}
header #nav-icon1 span {
  display: block;
  position: absolute;
  height: 2.5px;
  width: 100%;
  background: #5bbc2e;
  border-radius: 5px;
  opacity: 1;
  margin-left: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
header #nav-icon1 span:nth-child(1) {
  top: 0px;
}
header #nav-icon1 span:nth-child(2) {
  top: 6px;
}
header #nav-icon1 span:nth-child(3) {
  top: 12px;
}
header #nav-icon1.open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
header #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: 0;
}
header #nav-icon1.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header .mobile-menu {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
header nav#menu {
  background: #5bbc2e;
  padding: 30px 0;
}
header nav#menu ul.main-menu {
  list-style-type: none;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
header nav#menu ul.main-menu li {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header nav#menu ul.main-menu li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 12px 30px;
}
header nav#menu ul.main-menu li i {
  font-weight: 700;
  font-size: 14px;
  color: #f9f9f9;
  float: right;
  right: 0;
}
header nav#menu ul.main-menu li ul.sub-menu {
  list-style: none;
  display: none;
  background-color: #f9f9f9;
  margin-top: 10px;
  margin-left: 0px;
}
header nav#menu ul.main-menu li ul.sub-menu li a {
  color: #5bbc2e;
}
header nav#menu ul.main-menu li ul.sub-menu li:hover {
  background: #5bbc2e;
}
header nav#menu ul.main-menu li ul.sub-menu li:hover a {
  color: #f9f9f9;
}
header nav#menu ul.main-menu li.mn-lv1:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #f9f9f9;
}
header nav#menu ul.main-menu li.mn-lv1:hover a,
header nav#menu ul.main-menu li.mn-lv1:hover i {
  color: #5bbc2e;
}
header nav#menu ul.main-menu .menu-icons {
  display: flex;
  margin-left: 30px;
}
header nav#menu ul.main-menu .menu-icons i {
  color: #f9f9f9;
}
header nav#menu ul.main-menu .menu-icons button {
  color: #f9f9f9;
  background-color: #333333;
  margin-left: 30px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
header nav#menu ul.main-menu .menu-icons button i {
  padding: 5px;
}
header nav#menu ul.main-menu .ct-phone {
  width: 35%;
  position: relative;
  display: flex;
  background-color: #f9f9f9;
  padding: 10px 15px 5px 15px;
  margin-left: 60px;
  color: #5bbc2e;
}
header nav#menu ul.main-menu .ct-phone i {
  font-size: 36px;
  margin-right: 10px;
  color: #5bbc2e;
}
header nav#menu ul.main-menu .ct-phone p {
  font-size: 12px;
  line-height: 0;
  color: #5bbc2e;
  margin-top: 5px;
  margin-bottom: 5px;
}
header nav#menu ul.main-menu .ct-phone span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #5bbc2e;
  font-weight: 700;
  text-transform: '';
}
header nav#menu ul.main-menu .ct-phone:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 0;
  left: -40px;
  border-top: 76px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 40px solid #f9f9f9;
}
header {
  height: 90px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
header nav#mainNav {
  background-color: #fdfefe;
  border: none;
}
header nav#mainNav .logo {
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header ul.nav {
  display: flex;
  float: right;
  right: 0;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header ul.nav li.dropdown a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #767676;
  font-weight: 700;
  text-transform: uppercase;
}
header ul.nav li.dropdown a:hover {
  color: #5bbc2e;
}
header ul.nav li.dropdown i {
  font-weight: 700;
  font-size: 14px;
}
header ul.nav li.dropdown ul.dropdown-menu {
  margin-left: -15px;
  min-width: 220px;
  padding: 15px 0;
  border: none;
  top: 75px;
  border-top: 2px solid #5bbc2e;
}
header ul.nav li.dropdown ul.dropdown-menu li a {
  padding: 10px 0;
  border-bottom: 1px solid transparent;
  margin-left: 30px;
  margin-right: 30px;
}
header ul.nav li.dropdown ul.dropdown-menu li a:hover {
  border-bottom: 1px solid #5bbc2e;
  background: none !important;
}
header ul.nav li.dropdown.first {
  margin-top: -15px;
}
header ul.nav li.dropdown.first a.lv1 {
  padding-top: 25px;
  padding-bottom: 30px;
}
header ul.nav li.dropdown.open a:hover,
header ul.nav li.dropdown.open a.lv1 {
  background: none !important;
  color: #5bbc2e !important;
}
header ul.nav .menu-icons {
  display: flex;
  margin-top: -12px;
}
header ul.nav .menu-icons i {
  font-size: 14px;
  color: #767676;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  font-weight: 700;
}
header ul.nav .menu-icons button {
  border: none;
  background: none;
  padding: 0;
  margin-top: -15px;
}
header ul.nav .menu-icons button:hover i.search {
  color: #f9f9f9;
  background-color: #5bbc2e;
}
header ul.nav .menu-icons i.search {
  font-size: 11px;
  color: #f9f9f9;
  background-color: #333333;
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
header ul.nav .ct-phone {
  position: relative;
  display: flex;
  background-color: #5bbc2e;
  margin-left: 30px;
  color: #f9f9f9;
  margin-top: -21px;
  height: 73px;
}
header ul.nav .ct-phone .phone-no {
  margin-top: 8px;
}
header ul.nav .ct-phone i {
  font-size: 36px;
  margin-top: 10px;
  margin-left: 10px;
}
header ul.nav .ct-phone p {
  font-size: 12px;
  line-height: 0;
  color: #f9f9f9;
  margin-top: 5px;
  margin-bottom: 5px;
}
header ul.nav .ct-phone span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: '';
}
header ul.nav .ct-phone:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 0;
  left: -40px;
  border-top: 73px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 40px solid #5bbc2e;
}
.ht-header {
  background-color: #fdfefe;
  position: absolute;
  z-index: 999;
  width: 100%;
  margin-top: 0px;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.ht-headerv2 {
  box-shadow: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  margin-top: 55px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ht-headerv2 nav#mainNav .logo {
  margin-top: 8px;
}
.ht-headerv3 {
  position: absolute;
  z-index: 999;
  width: 100%;
  margin-top: 60px;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  background-color: #5bbc2e;
}
.ht-headerv3 nav#mainNav {
  background-color: #5bbc2e;
}
.ht-headerv3 ul.nav li.dropdown ul.dropdown-menu {
  border-top: 2px solid #f9f9f9;
}
.ht-headerv3 ul.nav li.dropdown ul.dropdown-menu li a:hover {
  color: #5bbc2e !important;
}
.ht-headerv3 ul.nav li.dropdown a.lv1 {
  color: #f9f9f9;
}
.ht-headerv3 ul.nav li.dropdown.open a:hover,
.ht-headerv3 ul.nav li.dropdown.open a.lv1,
.ht-headerv3 ul.nav li.dropdown.first a:hover {
  color: #6c6c6c !important;
}
.ht-headerv3 ul.nav .menu-icons i {
  color: #f9f9f9;
}
.ht-headerv3 ul.nav .menu-icons i.search {
  color: #333333;
  background-color: #f9f9f9;
}
.ht-headerv3 .navbar-header .menu-btn:hover {
  background-color: #f9f9f9 !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ht-headerv3 .navbar-header .menu-btn:hover #nav-icon1 span {
  background-color: #5bbc2e;
}
.ht-headerv3 .navbar-header .menu-btn {
  border: 1px solid #f9f9f9 !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header.sticky {
  position: fixed;
  width: 100%;
  z-index: 9999;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 0;
  left: 0;
  height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header.sticky nav#mainNav .logo {
  margin-top: 2px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header.sticky nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 70px;
}
header.sticky nav ul.nav {
  margin-top: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header.sticky nav ul.nav li.dropdown.first a.lv1 {
  padding-bottom: 25px;
}
header.sticky nav ul.nav li.dropdown ul.dropdown-menu {
  top: 70px;
}
header.sticky nav ul.nav .ct-phone {
  margin-top: -18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ht-headerv2.sticky {
  background-color: #fdfefe;
  margin-top: 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ht-headerv3.sticky {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .mobile-menu,
  .navbar-header .menu-btn {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  header {
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
    filter: alpha(opacity=100) !important;
  }
  header nav.navbar {
    margin-bottom: 15px;
  }
  header.sticky nav,
  .ht-headerv2 nav {
    height: auto;
    margin-bottom: 5px;
  }
  header.sticky nav.navbar-default .navbar-header,
  .ht-headerv2 nav.navbar-default .navbar-header {
    margin-top: 20px;
    margin-right: 15px;
  }
  .ht-headerv2.sticky nav#mainNav {
    height: auto;
    margin-bottom: 5px;
  }
  .ht-headerv2 nav#mainNav {
    height: 100px;
    margin-bottom: 0;
  }
  nav.navbar-default .navbar-collapse {
    display: none !important;
  }
  nav.navbar-default .navbar-header {
    float: right;
    right: 0;
    margin-top: 30px;
    margin-right: 15px;
  }
  nav.navbar-default .navbar-header .menu-btn {
    display: block;
    padding: 7px;
    background-color: #fff;
    border: 1px solid #5bbc2e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  nav.navbar-default .navbar-header .menu-btn:hover {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #5bbc2e !important;
  }
  nav.navbar-default .navbar-header .menu-btn:hover #nav-icon1 span {
    background-color: #f9f9f9;
  }
  .mobile-menu {
    display: none;
  }
  .active_menu {
    display: block;
  }
  .headertop {
    display: none;
  }
}
@media (max-width: 767px) {
  header nav#mainNav .logo {
    margin-top: 8px;
  }
  header .navbar-header {
    margin-top: -40px !important;
  }
  nav#menu ul.main-menu .ct-phone {
    width: 90% !important;
  }
  nav#mainNav {
    overflow: hidden;
  }
  header.sticky .navbar-header {
    margin-top: -45px !important;
  }
  .headertopv2 {
    overflow: hidden;
  }
  .ht-headerv3 {
    margin-top: 0;
  }
  .ht-headerv3 .topsearch {
    overflow: hidden;
  }
  .ht-headerv3 nav#mainNav {
    overflow: hidden;
  }
  header nav#menu ul.main-menu .menu-icons button {
    padding: 5px 10px;
  }
}
footer.ht-footer {
  background: url('/images/uploads/footer-bg.png') no-repeat;
  background-position: center;
  padding: 90px 0 50px 0;
  background-size: cover;
  border-bottom: 2px solid #232323;
}
footer.ht-footer .ft-heading h6 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #f9f9f9;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
footer.ht-footer ul {
  list-style: none;
  margin-left: 0;
}
footer.ht-footer ul li {
  margin-bottom: 15px;
}
footer.ht-footer ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  text-transform: '';
}
footer.ht-footer ul li:hover a {
  color: #5bbc2e;
  text-decoration: none;
}
footer.ht-footer .ft-contact ul.ct-it li i {
  font-size: 16px;
  margin-right: 20px;
  color: #888888;
}
footer.ht-footer .ft-infor .infor-it {
  display: flex;
}
footer.ht-footer .ft-infor .infor-it ul.left {
  margin-right: 30px;
}
footer.ht-footer .ft-infor .infor-it ul.left i {
  font-size: 16px;
  margin-right: 10px;
  color: #888888;
}
footer.ht-footer .ft-account .acc-it li {
  color: #888888;
}
footer.ht-footer .ft-account .acc-it li span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ababab;
  font-weight: 400;
  text-transform: '';
}
footer.ht-footer .photo-it {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer.ht-footer .photo-it .img-ft {
  position: relative;
}
footer.ht-footer .photo-it .img-ft img {
  margin-bottom: 12px;
  margin-right: 12px;
  width: 73px;
  height: 73px;
  position: relative;
}
footer.ht-footer .photo-it .hover-inner-ft {
  position: absolute;
  width: 87%;
  height: 87%;
  top: 0;
  left: 0;
  content: '';
  background-color: #5bbc2e;
  opacity: 0;
  text-align: center;
  transition: all 0.5s;
}
footer.ht-footer .photo-it .hover-inner-ft .icon {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
footer.ht-footer .photo-it .hover-inner-ft a,
footer.ht-footer .photo-it .hover-inner-ft i {
  font-size: 14px;
  color: #f9f9f9;
  text-decoration: none;
}
footer.ht-footer .photo-it .img-ft:hover .hover-inner-ft {
  opacity: 0.9;
  transition: all 0.5s;
}
.ft-below {
  background-color: #191919;
  padding: 30px 0;
}
.ft-below .ft-below-left {
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ababab;
  font-weight: 400;
  text-transform: '';
}
.ft-below .ft-below-left i {
  color: #5bbc2e;
}
.ft-below .ft-below-right {
  float: right;
  right: 0;
  display: flex;
  margin-top: -40px;
}
.ft-below .ft-below-right p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ababab;
  font-weight: 400;
  text-transform: '';
  margin-right: 35px;
  margin-top: 5px;
}
.ft-below .ft-below-right a.ft-icon {
  background: url('/images/iconft-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  height: 55px;
  width: 55px;
  text-align: center;
  margin-right: 15px;
  margin-top: -12px;
}
.ft-below .ft-below-right a.ft-icon i {
  color: #f9f9f9;
  font-size: 24px;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) and (max-width: 1670px) {
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.ht-footer .ft-infor .infor-it {
    display: block;
  }
  footer.ht-footer .photo-it {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  footer.ht-footer .ft-infor .infor-it {
    display: block;
  }
  .ft-below .ft-below-left {
    margin-bottom: 60px;
  }
  .ft-below .ft-below-right {
    float: left;
    left: 0;
    flex-wrap: wrap;
  }
  .ft-below .ft-below-right p {
    margin-right: 160px;
  }
  .ft-below .ft-below-right a.ft-icon {
    margin-right: 15px;
    margin-top: 0;
  }
}




.aboutbtn{
        margin-top: 5%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: #5bbc2f;
    padding: 20px 32px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
}

a.aboutbtn:hover {
    color: #5bbc2f;
    background: #fff;
    border: 1px solid;
}

.why {
  padding: 30px 0px 50px 0px;
}
.why .heading-it {
  text-align: center;
}
.why .heading-it h1 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  text-transform: '';
  margin-bottom: 15px;
}
.why .heading-it h1 span {
  color: #5bbc2e;
}

.astyle:hover{
  color:#fff;
}


.imshadow{
  box-shadow: 10px 5px 11px 0px #eee;
}

.headstyle{
  margin-top: -2%;
    /*width: 60%;*/
}
.headstyle p{
      text-align: justify;
    font-size: 15px;
    /* color: #5db203; */
    font-weight: 600;
}

.newcont{
  background:#eee;
}

.newcont h2{
  padding-left: 16px;
    padding-top: 8px;
}
.newcont p{
  padding-left: 16px;
  padding-bottom: 5px;
}

.newcont h6{
  color: red;
  padding-left: 16px;
  padding-bottom: 15px;
}
/*
     FILE ARCHIVED ON 07:28:13 Aug 17, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:35:17 Mar 30, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  RedisCDXSource: 0.691
  exclusion.robots.policy: 0.186
  PetaboxLoader3.resolve: 28.257
  CDXLines.iter: 17.773 (3)
  exclusion.robots: 0.199
  LoadShardBlock: 70.606 (3)
  captures_list: 92.809
  esindex: 0.014
  PetaboxLoader3.datanode: 82.249 (4)
  load_resource: 68.587
*/