@import url(animate.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #23140c;
  font: 400 16px/24px "Merriweather Sans", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff; }
  @media (min-width: 768px) {
    body {
      font-size: 24px;
      line-height: 36px; } }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-family: 'Abril Fatface', cursive;
  font-size: 40px;
  line-height: 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 62px;
      line-height: 60px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 80px;
      line-height: 130px; } }

h2 {
  font-family: 'Abril Fatface', cursive;
  font-size: 27px;
  line-height: 34px; }
  @media (min-width: 480px) and (max-width: 767px) {
    h2 {
      font-size: 36px;
      line-height: 42px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    h2 {
      font-size: 44px;
      line-height: 52px; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 60px;
      line-height: 72px; } }

h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700; }
  @media (min-width: 768px) {
    h3 {
      font-size: 36px;
      line-height: 48px; } }

h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700; }
  @media (min-width: 768px) and (max-width: 991px) {
    h4 {
      font-size: 20px;
      line-height: 26px; } }

h5 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700; }
  @media (min-width: 768px) and (max-width: 991px) {
    h5 {
      font-size: 20px;
      line-height: 26px; } }

h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700; }

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #aac000; }

p a:hover {
  text-decoration: underline; }
p .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
  position: relative; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

[class^='col-'] + [class^='col-'] {
  margin-top: 30px; }
  @media (min-width: 768px) {
    [class^='col-'] + [class^='col-'] {
      margin-top: 0; } }

/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
  margin-top: 25px; }

h3 + * {
  margin-top: 20px; }

h4 + * {
  margin-top: 30px; }

h2 + h4 {
  margin-top: 10px; }

.row + .row {
  margin-top: 30px; }

.container + .container {
  margin-top: 30px; }

/*=======================================================
                        Helpers
=========================================================*/
.text-center {
  text-align: center; }

.inset-1 {
  padding-bottom: 40px; }

.inset-2 {
  padding-top: 50px;
  padding-bottom: 30px; }

.offset-1 {
  margin-top: 10px; }

.offset-2 {
  margin-top: 30px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: block; }
  .brand_before {
    font-weight: 700;
    margin-bottom: 5px; }

/*==================  Backgrounds  ======================*/
.bg-secondary-variant-1 {
  background: #23140c; }

.bg-contrast {
  background: #fff; }

.bg-img {
  background: no-repeat url(../images/bg-img.jpg) center top;
  background-size: cover;
  background-attachment: fixed; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font: 700 18px/23px "Merriweather Sans", sans-serif;
  text-align: center;
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .btn-md {
    padding: 15px 25px;
    min-width: 165px; }
  .btn-lines:before, .btn-lines:after {
    content: "";
    display: block;
    height: 1px;
    width: 1000px;
    background: #aac000;
    position: absolute;
    top: 50%; }
  .btn-lines:before {
    left: 100%;
    margin-left: 15px; }
  .btn-lines:after {
    right: 100%;
    margin-right: 15px; }
  .btn-primary {
    background: #aac000;
    color: #fff; }
    .btn-primary:hover {
      background: #93a700; }
    .btn-primary:active {
      background: #7d8d00; }
  .btn-box {
    text-align: center;
    overflow: hidden; }

/*==================      Ordered-list      ======================*/
.ordered-list {
  counter-reset: li;
  font-size: 18px;
  line-height: 24px;
  text-align: justify !important;}
  .ordered-list li {
    padding-left: 47px;
    position: relative;
    color: #aac000;
    padding-bottom: 15px;
    padding-top: 20px;
    border-bottom: 1px solid #dadada; }
    .ordered-list li a:hover {
      color: #23140c; }
    .ordered-list li:before {
      /*content: counter(li,decimal-leading-zero) ".";*/
	  counter-increment: li;
      position: absolute;
      top: 20px;
      left: 0;
      font-weight: 700;
      color: #23140c; }
    .ordered-list li:last-child {
      border-bottom: none; }
  @media (min-width: 1199px) {
    .ordered-list {
      padding-right: 30px;
      font-size: 24px;
      line-height: 36px; } }

/*==================      List      ======================*/
.list li {
  color: #aac000;
  padding-bottom: 9px;
  padding-top: 10px;
  border-bottom: 1px solid #dadada;
  font-size: 18px;
  line-height: 24px; }
  .list li a:hover {
    color: #23140c; }
  .list li:last-child {
    border-bottom: none; }

/*==================      List-2      ======================*/
.list-2 li {
  color: #aac000;
  font-size: 24px;
  line-height: 36px; }
  .list-2 li a:hover {
    color: #23140c; }
  .list-2 li + li {
    margin-top: 5px; }

/*==================      Thumb      ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  background: #23140c;
  text-align: center;
  color: #fff; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 20px; }
    @media (min-width: 1200px) {
      .thumb_overlay {
        padding: 30px 45px; } }
  @media (min-width: 1200px) {
    .thumb_overlay_lg {
      padding: 20px 105px 60px; } }
  .thumb_heading {
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .thumb_heading {
        font-size: 20px;
        line-height: 26px; } }
    .thumb_heading:before, .thumb_heading:after {
      content: "";
      display: block;
      height: 1px;
      width: 125px;
      background: rgba(255, 255, 255, 0.4);
      position: absolute;
      left: 50%;
      margin-left: -63px; }
    .thumb_heading:before {
      top: -25px; }
    .thumb_heading:after {
      bottom: -20px; }
  .thumb .heading-box {
    border-color: #fff; }
  .thumb .btn-lines:before, .thumb .btn-lines:after {
    background: #fff; }
  .thumb .btn-primary {
    background: #fff;
    color: #aac000; }
    .thumb .btn-primary:hover {
      background: #aac000;
      color: #fff; }
    .thumb .btn-primary:active {
      background: #93a700; }
  .thumb:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/*==================  Vertical Box  =====================*/
.verta-box {
  display: table;
  width: 100%; }
  .verta-box_wr {
    display: table-row; }
  .verta-box_cnt {
    display: table-cell; }
  .verta-box, .verta-box_wr, .verta-box_cnt {
    vertical-align: middle;
    height: 100%; }

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #23140c;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #aac000;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding-top: 85px;
  padding-bottom: 90px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    header {
      padding-top: 185px;
      padding-bottom: 190px; } }
  @media (min-width: 1899px) {
    header {
      padding-top: 285px;
      padding-bottom: 165px; } }
  header .brand {
    text-align: center;
    padding: 40px 10px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      header .brand {
        padding-top: 70px;
        padding-bottom: 100px; } }
    @media (min-width: 1199px) {
      header .brand {
        padding-top: 120px;
        padding-bottom: 120px; } }
    @media (max-width: 767px) {
      header .brand {
        max-width: 300px;
        margin: 0 auto; } }
  header .brand_name {
    position: relative; }
    header .brand_name_underline {
      position: relative;
      display: inline-block;
      padding-bottom: 22px;
      overflow: hidden; }
      header .brand_name_underline span {
        position: relative;
        display: inline-block; }
        header .brand_name_underline span:after, header .brand_name_underline span:before {
          content: "";
          display: block;
          width: 600px;
          height: 1px;
          background: #23140c;
          position: absolute;
          bottom: -5px; }
        header .brand_name_underline span:after {
          left: 100%;
          margin-left: -5px; }
        header .brand_name_underline span:before {
          right: 100%;
          margin-right: 3px; }
        @media (min-width: 768px) and (max-width: 991px) {
          header .brand_name_underline span:after, header .brand_name_underline span:before {
            bottom: -9px; }
          header .brand_name_underline span:after {
            margin-left: -8px; }
          header .brand_name_underline span:before {
            margin-right: 5px; } }
        @media (min-width: 992px) {
          header .brand_name_underline span:after, header .brand_name_underline span:before {
            height: 2px;
            bottom: -21px; }
          header .brand_name_underline span:after {
            margin-left: -18px; }
          header .brand_name_underline span:before {
            margin-right: 14px; } }
  header .search-form-container {
    padding: 15px 20px;
    max-width: 400px;
    margin: 30px auto 0;
    position: relative; }
    @media (min-width: 768px) {
      header .search-form-container {
        max-width: 570px;
        padding: 34px 30px 37px 35px; } }
    @media (min-width: 1199px) {
      header .search-form-container {
        top: -64px;
        margin: 0 auto; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

.heading-box {
  padding-top: 23px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #23140c;
  text-align: center; }
  .heading-box + .btn-box {
    margin-top: 25px; }

@media (min-width: 768px) {
  .box-divider {
    position: relative; }
    .box-divider:after {
      content: "";
      display: block;
      width: 1px;
      height: 60%;
      background: #23140c;
      position: absolute;
      top: 15%;
      right: 0; } }

/*==================      Well     ======================*/
.well-md {
  padding-top: 100px;
  padding-bottom: 45px; }

.well-sm {
  padding-top: 55px;
  padding-bottom: 80px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fbfbfb;
  padding-top: 50px;
  padding-bottom: 60px; }
  @media (min-width: 480px) and (max-width: 767px) {
    footer {
      text-align: center; } }
  @media (min-width: 1199px) {
    footer {
      padding-top: 90px;
      padding-bottom: 150px; } }
  footer .brand_name {
    font-size: 60px;
    line-height: 72px; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .brand_name {
        font-size: 54px;
        line-height: 64px; } }
  footer .copy {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px; }
    footer .copy .nowrap {
      white-space: nowrap; }
    * + footer .copy {
      margin-top: 12px; }
