@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:300,400,500,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #333;
  font: 300 19px/1.6875 'Raleway', sans-serif;
  -webkit-text-size-adjust: none;
  background: #f3f3f3;
      line-height: 1.75;

}

img {
  max-width: 100%;
  height: auto;
}

/*================     Typography     ===================*/
h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  /*text-transform: uppercase;*/
  color: #333;
  font-weight: 800;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
  color: #67acbc;
}

h1, .heading-1 {
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
}

h2, .heading-2 {
  font-size: 35px;
  line-height: 1.25;
  color: #142e0c !important;
}
@media (max-width: 1199px) {
  h2, .heading-2 {
    font-size: 35px;
  }
}
@media (max-width: 479px) {
  h2, .heading-2 {
    font-size: 28px;
  }
}

h3, .heading-3 {
  font-size: 30px;
  line-height: 1.433333;
}
@media (max-width: 1199px) {
  h3, .heading-3 {
    font-size: 25px;
  }
}

h4, .heading-4 {
  font-size: 25px;
  line-height: 1.25;
}

h5, .heading-5 {
  font-size: 20px;
  line-height: 1.25;
}

h6, .heading-6 {
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
}

p a:hover, .marked-list a:hover, .list a:hover {
  color: #333333;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

small, .small {
  font-size: .8em;
  line-height: 1.25;
}

.big {
  font-size: 1.5em;
}

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;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #67acbc;
}

a[href^="mailto:"] {
  color: inherit;
}
a[href^="mailto:"]:hover {
  color: #142e0c;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
                       Main Layout
=========================================================*/
/*==================    Offsets      ======================*/
* + p {
  margin-top: 20px;
}

* + img {
  margin-top: 27px;
}

* + .btn {
  margin-top: 22px;
}

* + .inline-list {
  margin-top: 48px;
}

* + .list {
  margin-top: 20px;
}

* + .mailform {
  margin-top: 27px;
}

* + .terms-list {
  margin-top: 20px;
}

* + .resp-tabs {
  margin-top: 20px;
}

* + .row {
  margin-top: 19px;
}

p + p {
  margin-top: 27px;
}

img + p {
  margin-top: 22px;
}

h6 + p {
  margin-top: 14px;
}

@media (max-width: 991px) {
  .box + .box {
    margin-top: 60px;
  }
}

.offset-0 {
  margin-top: 0 !important;
}
.offset-1 {
  margin-top: 8px;
}
.offset-3 {
  margin-top: 10px;
}

/*==================    Postfix      ======================*/
/*==================    Preffix      ======================*/
/*==================    Insets      ======================*/
.inset {
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .inset {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.inset-1 {
  padding-left: 56px;
}
@media (max-width: 1199px) {
  .inset-1 {
    padding-left: 51px;
  }
}
@media (max-width: 991px) {
  .inset-1 {
    padding-left: 15px;
  }
}
.inset-2 {
  padding-right: 45px;
}
@media (max-width: 1199px) {
  .inset-2 {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .inset-2 {
    padding-right: 15px;
  }
}
.inset-3 {
  padding-top: 90px;
}
.inset-4 {
  padding-left: 45px;
}
@media (max-width: 1199px) {
  .inset-4 {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .inset-4 {
    padding-left: 15px;
  }
}
.inset-5 {
  padding-right: 56px;
}
@media (max-width: 1199px) {
  .inset-5 {
    padding-right: 51px;
  }
}
@media (max-width: 991px) {
  .inset-5 {
    padding-right: 15px;
  }
}
.inset-6 {
  padding-left: 56px;
}
@media (max-width: 1199px) {
  .inset-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

/*==================      Well     ======================*/
.well {
  padding: 55px 0 115px;
}

.well-2 {
  padding: 93px 0 101px;
  background: #142e0c;
}
.well-2--inset-1 {
  padding-bottom: 95px;
}

.well-3 {
  padding: 90px 0;
}

.well-4 {
  padding-top: 60px;
  padding-bottom:25px;
}

@media (max-width: 991px) {
  .well-sm-bottom {
    padding-bottom: 90px;
  }
}

/*=======================================================
                        Helpers
=========================================================*/
/*================    Basic Helpers    ==================*/
.round {
  border-radius: 50%;
}

.full {
  width: 100%;
}

/*==================    Text Styling      ======================*/
.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.strike {
  text-decoration: line-through;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sbold {
  font-weight: 600;
}

strong, .bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

/*==================     Text Align    ======================*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 1199px) {
  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-left {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }

  .text-xs-left {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .text-xxs-center {
    text-align: center;
  }

  .text-xxs-right {
    text-align: right;
  }

  .text-xxs-left {
    text-align: left;
  }
}
/*================      Floating      =================*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (max-width: 1199px) {
  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }

  .pull-md-left {
    float: left;
  }
}
@media (max-width: 991px) {
  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }

  .pull-sm-left {
    float: left;
  }
}
@media (max-width: 767px) {
  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }

  .pull-xs-left {
    float: left;
  }
}
/*================       Colors       ==================*/
.text-default {
  color: #fff;
}

.text-contrast {
  color: #000;
}

.text-primary {
  color: #142e0c;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #67acbc;
}

.bg-contrast {
  background: #000;
}

.bg-default {
  background: #fff;
}

.bg-primary-variant-1 {
  /*background: rgba(103, 172, 188, 0.8);*/
  background:#f3f3f3;
  color: #FFFFFF;
}
.bg-primary-variant-1 h1, .bg-primary-variant-1 h2, .bg-primary-variant-1 h3, .bg-primary-variant-1 h4, .bg-primary-variant-1 h5, .bg-primary-variant-1 h6, .bg-primary-variant-1 .heading-1, .bg-primary-variant-1 .heading-2, .bg-primary-variant-1 .heading-3, .bg-primary-variant-1 .heading-4, .bg-primary-variant-1 .heading-5, .bg-primary-variant-1 .heading-6 {
  color: #FFFFFF;
}

.bg-contrast-variant-1 {
  background: #142e0c;
  color: #FFFFFF;
}

.bg-contrast-variant-2 {
  background: rgb(20, 46, 12);
  color: #FFFFFF;
}
.bg-contrast-variant-2 h1, .bg-contrast-variant-2 h2, .bg-contrast-variant-2 h3, .bg-contrast-variant-2 h4, .bg-contrast-variant-2 h5, .bg-contrast-variant-2 h6, .bg-contrast-variant-2 .heading-1, .bg-contrast-variant-2 .heading-2, .bg-contrast-variant-2 .heading-3, .bg-contrast-variant-2 .heading-4, .bg-contrast-variant-2 .heading-5, .bg-contrast-variant-2 .heading-6 {
  color: #FFFFFF;
}

.bg-contrast-variant-2__before {
  position: relative;
}
.bg-contrast-variant-2__before:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 5000px;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
}
@media (max-width: 991px) {
  .bg-contrast-variant-2__before:before {
    display: none;
  }
}

.bg-contrast-variant-2__after {
  position: relative;
}
.bg-contrast-variant-2__after:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 5000px;
  height: 100%;
  background: rgb(20, 46, 12);
}
@media (max-width: 991px) {
  .bg-contrast-variant-2__after:after {
    display: none;
  }
}

.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 1199px) {
  .bg-fixed {
    background-attachment: scroll;
  }
}
.bg-fixed__mod {
  position: relative;
}
.bg-fixed__mod * {
  position: relative;
  z-index: 2;
}
.bg-fixed__mod:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(20, 46, 12);
  z-index: 1;
}

.bg-img-1 {
  background-image: url("../images/parallax1.jpg");
}

.bg-img-2 {
  background-image: url("../images/parallax2.jpg");
}

.bg-img-3 {
  background-image: url("../images/parallax3.jpg");
}

.bg-img-4 {
  background-image: url("../images/parallax4.jpg");
}

.bg-img-5 {
  background-image: url("../images/parallax5.jpg");
}

.bg-img-6 {
  background-image: url("../images/parallax6.jpg");
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  display: inline-block;
  color: #67acbc;
}
.brand_slogan {
  display: inline-block;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  vertical-align: bottom;
}
.brand_slogan span {
  color: #333;
}
.brand_name + .brand_slogan {
  margin-top: 0;
}

/*==================    Images     ======================*/
.image-wrap-1 img {
  margin-top: 7px;
}

.image-wrap-2:before, .image-wrap-2:after {
  display: table;
  content: "";
  line-height: 0;
}
.image-wrap-2:after {
  clear: both;
}
.image-wrap-2 img {
  float: right;
  max-width: none;
}
@media (max-width: 1299px) {
  .image-wrap-2 img {
    max-width: 100%;
  }
}

.image-wrap-3 {
  position: relative;
}
.image-wrap-3 img {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: -56px;
  height: 100%;
  max-width: none;
}
@media (max-width: 1199px) {
  .image-wrap-3 img {
    margin-right: -51px;
  }
}
@media (max-width: 991px) {
  .image-wrap-3 img {
    position: static;
    margin-right: 0;
    max-width: 100%;
    height: auto;
  }
}

.image-wrap-3-mod {
  position: relative;
}
.image-wrap-3-mod img {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -56px;
  height: 100%;
  max-width: none;
}
@media (max-width: 1199px) {
  .image-wrap-3-mod img {
    margin-left: -51px;
  }
}
@media (max-width: 991px) {
  .image-wrap-3-mod img {
    position: static;
    margin-left: 0;
    max-width: 100%;
    height: auto;
  }
}

.image-wrap-4 {
  position: relative;
}
.image-wrap-4 img.img-left {
  position: absolute;
  right: 45px;
  top: 0;
  max-width: none;
  z-index: -1;
}
@media (max-width: 1499px) {
  .image-wrap-4 img.img-left {
    display: none;
  }
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
}

.icon.fa-facebook,
.icon.fa-twitter,
.icon.fa-google-plus,
.icon.fa-skype,
.icon.fa-instagram {
  font-size: 18px;
  line-height: 18px;
}
.icon.fa-facebook:hover,
.icon.fa-twitter:hover,
.icon.fa-google-plus:hover,
.icon.fa-skype:hover,
.icon.fa-instagram:hover {
  color: #333333;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.btn .insider {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.btn .insider:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -100%;
  top: 50%;
  margin-top: -10px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.btn:hover .insider:after {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 100%;
}

.btn-md {
  font-weight: 800;
  font-size: 13px;
  line-height: 20px;
  padding: 15px 30px;
}

.btn-primary {
  color: #FFFFFF;
  background: #142e0c;
}
.btn-primary:hover {
  color: #fff;
  background: rgb(0, 0, 0);
}
.btn-primary:active {
  -webkit-box-shadow: 1px 1px 5px #67acbc;
  -moz-box-shadow: 1px 1px 5px #67acbc;
  box-shadow: 1px 1px 5px #67acbc;
}

/*==================      Box      ======================*/
.box .box__middle {
  vertical-align: middle;
}
.box .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box_left, .box_right, .box_body {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 30px;
}
.box .box_right {
  padding-left: 30px;
}

@media (max-width: 479px) {
  .box-xxs-clear .box_left img, .box-xxs-clear .box_right img {
    max-width: 100%;
  }
  .box-xxs-clear .box_left,
  .box-xxs-clear .box_right,
  .box-xxs-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-xxs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xxs-clear .box_right {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box_right {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 30px;
  }
  .box-sm-clear .box_right {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 30px;
  }
  .box-md-clear .box_right {
    padding-top: 30px;
  }
}
.box-lg_left img, .box-lg_right img {
  max-width: none;
}
.box-lg_left, .box-lg_right, .box-lg_body {
  display: table-cell;
}
.box-lg_body {
  vertical-align: middle;
  padding: 40px 40px;
}
@media (max-width: 479px) {
  .box-lg_body {
    padding: 40px 15px;
  }
}
@media (max-width: 991px) {
  .box-lg .box-lg_left img, .box-lg .box-lg_right img {
    max-width: 100%;
    width: 100%;
  }
  .box-lg .box-lg_left,
  .box-lg .box-lg_right,
  .box-lg .box-lg_body {
    display: block;
    vertical-align: top;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list > li:first-child > .index-list__counter {
  padding-left: 66px;
}
.index-list > li > .index-list__counter {
  padding-left: 106px;
  padding-top: 80px;
  position: relative;
}
.index-list > li > .index-list__counter:before {
  content: counter(li,decimal);
  counter-increment: li;
  position: absolute;
  left: -5px;
  bottom: 0;
  font: 400 150px/130px "Montserrat", sans-serif;
  color: #67acbc;
  opacity: 0.15;
}
.index-list li.col-md-1:nth-child(12n + 13),
.index-list li.col-md-2:nth-child(6n + 7),
.index-list li.col-md-3:nth-child(4n + 5),
.index-list li.col-md-4:nth-child(3n + 4),
.index-list li.col-md-6:nth-child(2n + 3) {
  clear: left;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 14px;
}

/*==================  List  ======================*/
.list li {
  font-weight: 500;
  color: #67acbc;
}
.list li + li {
  margin-top: 10px;
}

/*==================  Terms List  ======================*/
.terms-list dt + dd {
  margin-top: 13px;
}
.terms-list dd + dt {
  margin-top: 35px;
}
.terms-list + * {
  margin-top: 27px;
}

/*==================  Contact-info   ======================*/
.contact-info {
  display: inline-block;
}
.contact-info p + dl {
  margin-top: 15px;
}
.contact-info dl {
  text-align: left;
  min-width: 290px;
}
.contact-info dl:before, .contact-info dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-info dl:after {
  clear: both;
}
@media (max-width: 991px) {
  .contact-info dl {
    min-width: 100%;
  }
}
.contact-info dl dt {
  float: left;
}
.contact-info dl dd {
  float: right;
}
.contact-info dl.email dt, .contact-info dl.email dd {
  float: none;
  display: inline-block;
}
.contact-info dl.email dt a[href^="mailto:"], .contact-info dl.email dd a[href^="mailto:"] {
  text-decoration: underline;
}

/*==================  Post   ======================*/
.post {
  overflow: hidden;
  position: relative;
}
.post:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  z-index: 1;
  position: absolute;
}
.post img {
  width: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post_cnt {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22%;
  right: 16%;
}
.post_cnt h1, .post_cnt h2, .post_cnt h3, .post_cnt h4, .post_cnt h5, .post_cnt h6, .post_cnt .heading-1, .post_cnt .heading-2, .post_cnt .heading-3, .post_cnt .heading-4, .post_cnt .heading-5, .post_cnt .heading-6 {
  color: #fff;
}
@media (max-width: 1799px) {
  .post_cnt {
    left: 10%;
    right: 10%;
  }
}
@media (max-width: 1499px) {
  .post_cnt {
    text-align: center;
    left: 15px;
    right: 15px;
  }
  .post_cnt h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .post_cnt h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .post_cnt h2 {
    font-size: 35px;
  }
}
@media (max-width: 479px) {
  .post_cnt h2 {
    font-size: 30px;
  }
}
.post:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================  Quote   ======================*/
.quote {
  position: relative;
  padding-left: 39px;
}
.quote:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f10d';
  font: 400 18px/32px "FontAwesome";
  color: #67acbc;
}
.quote q, .quote cite {
  display: block;
}
.quote q + cite {
  margin-top: 15px;
}

/*==================  Banner   ======================*/
.banner {
  min-height: 390px;
  padding: 30px 0;
  width: 100%;
  position: relative;
}
.banner_cnt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 40px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .banner_cnt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.banner__mod {
  min-height: 440px;
}
.banner__mod-2 .banner_cnt {
  padding-right: 0;
  padding-left: 36px;
  top: 52%;
}
@media (max-width: 991px) {
  .banner__mod-2 .banner_cnt {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .banner__mod-2 .banner_cnt {
    position: static;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding-right: 10px;
    padding-left: 10px;
  }
}
.banner__mod-3 .banner_cnt {
  top: 45%;
}
.banner__mod-4 .banner_cnt {
  padding-right: 40px;
  padding-left: 0;
  top: 49%;
}
@media (max-width: 991px) {
  .banner__mod-4 .banner_cnt {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .banner__mod-4 .banner_cnt {
    position: static;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*=======================================================
                     Script Modules
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 32px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 7px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #333333;
  background: #fff;
}
.sf-menu > li.active > a {
  color: red;
  background: #fff;
color: green;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  width: 150px;
  margin-top: 15px;
  padding: 20px 0;
  background: #333;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.sf-menu ul > li > a {
  color: #FFF;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  padding: 0 15px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #67acbc;
}

.sf-menu ul ul {
  position: absolute;
  top: 23%;
  left: 102%;
  width: 150px;
  margin-top: 0;
  z-index: 4;
  padding: 20px 0;
  background: #333;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 65%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul li.active > a {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a:hover {
  background: #142e0c;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: url(../images/header-tail.gif) top repeat-x;
  z-index: 999;
  /*border-bottom: 4px solid #67acbc;*/
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #142e0c;
  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: #333333;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  z-index: 2;
}
.parallax--mod:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: rgba(51, 51, 51, 0.8);*/
  z-index: 1;
}

/*=================       Tabs     ======================*/
.resp-tabs-list li {
  cursor: pointer;
  display: inline-block;
  color: #67acbc;
  font-weight: 500;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-tabs-list li + li {
  margin-left: 26px;
}
@media (max-width: 991px) {
  .resp-tabs-list li + li {
    margin-left: 10px;
  }
}
.resp-tabs-list li:hover {
  color: #333333;
}
.resp-tabs-list li.resp-tab-active {
  color: #333333;
}

* + .resp-tabs-container {
  margin-top: 32px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    background: #67acbc;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion:hover {
    background: #4995a7;
  }
  .resp-accordion.resp-tab-active {
    background: #4995a7;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #142e0c;
  padding: 15px 0;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
  padding: 15px 0;
  line-height: 1;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}
header.subpage-mod {
  /*border-bottom: 4px solid #67acbc;*/
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #FFFFFF;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #142e0c;
  color: #FFFFFF;
  position: relative;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .heading-1, footer .heading-2, footer .heading-3, footer .heading-4, footer .heading-5, footer .heading-6 {
  color: #FFFFFF;
}
footer a:hover {
  color: #000;
}
footer .footer-info {
  padding-top: 120px;
  padding-bottom: 91px;
}
footer .footer-info a[href^="tel:"] {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
}
footer .footer-info a[href^="tel:"]:hover {
  color: #333333;
}
footer .footer-info address {
  font-size: 30px;
  line-height: 1.433333;
  font-weight: 400;
  text-transform: uppercase;
}
footer .footer-info * + address {
  margin-top: 8px;
}
footer .footer-info__inset-2 {
  padding-top: 100px;
}
footer .copyright {
  font-size: 14px;
  margin-top: 29px;
}


.list1 { 
          list-style-type: disc; 
          margin-left:20px;
          padding-top:20px;
        } 
        
        .list2 { 
          list-style-type: disc; 
          margin-left:20px;
       
          color:#000;
        }
.map iframe
{
  height:560px;
  width:100%;
}        
        
.text-primary1
{
    color:#fff;
}        
.about1
{
    color:#fff;
}
.well-3
{
    color:#fff;
}
.about2
{
    color:#000 !important;
}
footer .rights
{
    padding-top: 20px;
padding-bottom: 20px;
text-align: center
}

.service1 
{
    color: #fff !important;
}
.well-10
{
    padding: 93px 0 101px;
background: #fff8f7;
}
.services2
{
    padding-top:20px;
    color:#fff !important;
}
.service4 img
{
    padding-top:25px;
}
.footer-contact
{
    color:#142e0c;
}


.sitemapul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #142e0c;
    /*border: 1px solid;*/
    border-radius: 10px;
}
.sitemapul ul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #e1ae25;
    border: 1px solid #e1ae25;
    border-radius: 10px;
    color: #000;
}

.sitemapul li
{
    background: #fff;
    border: 1px solid;
    padding: 5px 20px;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.sitemapul li a
{
    font-weight: bold;
    font-size: 18px;
    color: #000!important;
    text-decoration: none;
}
.sitemapul li a:hover
{
    color: #2e3086!important;
}
.sitemap2
{
    font-size: 25px;
    text-align : center;
  font-weight   : bold;
color: #142e0c;
padding-top: 30px;
}
.sitemap-header
{
    background:#dcdcdc;
    padding-bottom: 25px;
}


.btn-default
{
    color: #142E0C;
background: #fff;
}

.banner__mod-3 .banner_cnt .fa
{
    width: 20px;
    padding-top: 4px;
}
.bcolor
{
    color:#333;
}
.home-img1 img
{
    width:879px;
    height:440px
}
.home-img2 img
{
    width:440px !important;
    height:440px !important;
}
.home-img3 img

{
    width:300px;
    height:201px
}
.home-img4 img
{
     width:182px;
    height:201px
}
.servicesimg1 img
{
    width:369px;
    height:280px;
}
 .servicesimg2 img
    {
        width:335px;
        height:295px;
    }
.fleetimg1 img
{
    width:284px;
    height:250px;
}
.fleetimg2 img
{
    width:369px;
    height:221px;
}
.buttonfb
{
    margin-top:12px;
}
.buttonfb #btnsubmit, .buttonfb #btnreset
{
    cursor:pointer;
}
.contactp1
{
    background:#dcdcdc
}
/***********/

@media (max-width: 1199px) 
{
    .brand_name img
    {
        height: 70px;
    }
    .home-img1 img
{
    width:440px;
    height:220px
}
.home-img2 img
{
    width:440px !important;
    height:440px !important;
}
.home-img3 img

{
    width:293px;
    height:196px
}
.home-img4 img
{
     width:182px;
    height:201px
}
.servicesimg1 img
{
    width:293px;
    height:222px;
}
.servicesimg2 img
    {
        width:283px;
        height:246px;
    }
.fleetimg1 img
{
    width:293px;
    height:258px;
}
.fleetimg2 img
{
    width:250px !important;
    height:150px;
}
.para
{
    margin-top:0px;
}
}

@media (max-width: 991px) 
{
    
        .home-img1 img
    {
        width:470px;
        height:235px
        
    }
    .home-img2 img
    {
        width:720px !important;
        height:720px !important;
    }
    .home-img3 img

        {
            width:300px;
            height:201px
            
        }
    .home-img4 img
    {
         width:182px;
        height:201px
    }
    .servicesimg1 img
    {
        width:219px;
        height:167px;
    }
    .servicesimg2 img
    {
        width:209px;
        height:189px;
    }
    .fleetimg1 img
    {
        width:345px;
        height:303px;
    }
    .fleetimg2 img
    {
        width:219px !important;
        height:131px;
    }
    
}
@media (max-width: 767px) 
{
    .banner_cnt
    {
        text-align:left;
    }
    
    .contact-top
    {
        text-align:left;
    }
    .gal img
    {
        margin: 0 auto;
        display: block;
        text-align: center;
        float: none;
    }
        .home-img1 img
    {
        width:610px;
        height:305px
    }
    .home-img2 img
{
    width:610px !important;
    height:720px !important;
}
.home-img3 img

{
    width:300px;
    height:201px
}
.home-img4 img
{
     width:182px;
    height:201px
}
 .servicesimg1 img
    {
        width:370px;
        height:281px;
    }
    .servicesimg2 img
    {
        width:345px;
        height:295px;
    }
    .fleetimg1 img
    {
        width:284px;
        height:250px;
    }
    .fleetimg2 img
    {
        width:250px !important;
        height:150px;
    }
    .control
    {
        width:100%;
        float:left;
    }
}
@media (max-width: 639px) 
{
    .list2
    {
        text-align:left;
    }
      .home-img1 img
    {
        width:470px;
        height:235px
        
    }
    .home-img2 img
{
    width:440px !important;
    height:440px !important;
}
.home-img3 img

{
    width:300px;
    height:201px
}
.home-img4 img
{
     width:182px;
    height:201px
}
.servicesimg1 img
    {
        width:370px;
        height:281px;
    }
    .servicesimg2 img
    {
        width:335px;
        height:295px;
    }
    .fleetimg1 img
    {
        width:450px;
        height:396px;
    }
     .fleetimg2 img
    {
        width:250px !important;
        height:150px;
    }
}
@media (max-width: 479px) 
{
     .home-img1 img
    {
        width:330px;
        height:165px
    }
    .home-img3 img

{
    width:300px;
    height:201px
}
.home-img4 img
{
     width:182px;
    height:201px
}
.servicesimg1 img
    {
        width:330px;
        height:250px;
    }
    .servicesimg2 img
    {
        width:300px;
        height:259px;
    }
    .fleetimg1 img
{
    width:284px;
    height:250px;
}
 .fleetimg2 img
    {
        width:250px !important;
        height:150px;
    }
    body
    {
        font-size:16px;
    }
}
@media (max-width: 359px) 
{
     .home-img1 img
    {
        width:290px;
        height:145px
    }
    .home-img3 img

{
    width:290px;
    height:164px
}
.home-img4 img
{
     width:182px;
    height:201px
}
.servicesimg1 img
    {
        width:290px;
        height:220px;
    }
    .servicesimg2 img
    {
        width:260px;
        height:228px;
    }
    .fleetimg1 img
{
    width:284px;
    height:250px;
}
 .fleetimg2 img
    {
        width:250px !important;
        height:150px;
    }
}
  
        
        