@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=Open+Sans:400,300);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #bbbaba;
  font: 400 14px/23px "Arial", sans-serif;
  -webkit-text-size-adjust: none;
  background: #414143;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1;
}

h1 {
  font-size: 150px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 85px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 55px;
  }
}

h2 {
  font-size: 100px;
  color: #414143;
}
@media (max-width: 767px) {
  h2 {
    font-size: 80px;
  }
}

h3 {
  font-size: 75px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 50px;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 50px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  h4 {
    font-size: 35px;
  }
}

h5 {
  font-size: 40px;
  color: #e42f45;
}
@media (max-width: 767px) {
  h5 {
    font-size: 30px;
  }
}

h6 {
  font-size: 20px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .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";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}
@media (max-width: 991px) {
  .text-center_sm {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .text-left_sm {
    text-align: left;
  }
}

.white {
  color: #FFFFFF;
}

/*=======================================================
                       Main Layout
=========================================================*/
h2 + h5 {
  margin-top: 65px;
}

h1 + h5 {
  margin-top: 10px;
}

h3 + h1 {
  margin-top: -10px;
}
@media (max-width: 767px) {
  h3 + h1 {
    margin-top: 10px;
  }
}

.badge + h2 {
  margin-top: 10px;
}

* + p {
  margin-top: 20px;
}

* + .btn-2 {
  margin-top: 55px;
}

* + .mailform {
  margin-top: 47px;
}

* + .inline-list {
  margin-top: 27px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}
.brand_name {
  overflow: hidden;
  color: #FFFFFF;
}
.brand_slogan {
  display: inline-block;
  position: relative;
  font-size: 20px;
  height: 42px;
  width: 330px;
  background: #414042;
  line-height: 42px;
}
@media (max-width: 479px) {
  .brand_slogan {
    width: 270px;
  }
}
.brand .logo {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 53px;
  word-spacing: 25px;
}
.brand .logo + .brand_name {
  margin-top: -5px;
}
.brand .brand_name + .brand_slogan {
  margin-top: 30px;
}

/*==================     Triangle     ======================*/
.before {
  position: absolute;
  width: 21px;
  height: 42px;
  top: 0;
  right: 100%;
}
.before:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 21px 0;
  border-color: transparent #414042 transparent transparent;
}
.before:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 21px 10px;
  border-color: transparent transparent #414042 transparent;
}
.before__mod:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 21px 0;
  border-color: transparent #e42f45 transparent transparent;
}
.before__mod:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 21px 10px;
  border-color: transparent transparent #e42f45 transparent;
}

.after {
  position: absolute;
  width: 21px;
  height: 42px;
  top: 0;
  left: 100%;
}
.after:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 10px 0 0;
  border-color: #414042 transparent transparent transparent;
}
.after:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 0 10px;
  border-color: transparent transparent transparent #414042;
}
.after__mod:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 10px 0 0;
  border-color: #e42f45 transparent transparent transparent;
}
.after__mod:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 0 10px;
  border-color: transparent transparent transparent #e42f45;
}

/*==================  Badge ======================*/
.badge {
  background: #e42f45;
  display: inline-block;
  position: relative;
  font-size: 20px;
  height: 42px;
  width: 340px;
  line-height: 42px;
  text-align: left;
  padding-left: 25px;
  padding-right: 20px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
@media (max-width: 479px) {
  .badge {
    width: 270px;
  }
}
.badge__mod {
  text-align: right;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #e42f45;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-instagram {
  font: 400 25px/88px "FontAwesome";
  color: #FFFFFF;
  background: #7E827A;
  width: 88px;
  height: 88px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fa-envelope-o {
  font: 400 113.35px/100px "FontAwesome";
  color: #e42f45;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  width: 88px;
  height: 88px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e42f45;
  text-align: center;
}
.btn span {
  font: 400 25px/88px "FontAwesome";
  color: #FFFFFF;
}
.btn:hover {
  background: #7E827A;
}
.btn:active {
  background: #656861;
}
@media (max-width: 479px) {
  .btn {
    width: 66px;
    height: 66px;
  }
  .btn span {
    font: 400 25px/66px "FontAwesome";
  }
}

.btn-2 {
  display: inline-block;
  width: 240px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e42f45;
  color: #FFFFFF;
  font: 400 15px/87px "Open Sans", sans-serif;
  text-align: center;
  padding: 0 10px 0 75px;
  position: relative;
}
.btn-2:before {
  content: '\f044';
  position: absolute;
  top: 0;
  left: 35px;
  color: #FFFFFF;
  font: 400 25px/87px "FontAwesome";
}
.btn-2:hover {
  background: #7E827A;
}
.btn-2:active {
  background: #656861;
}

.btn-mailform {
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e42f45;
  color: #FFFFFF;
  font: 400 15px/80px "Open Sans", sans-serif;
  text-align: center;
  padding: 0 10px 0 10px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-mailform:hover {
  background: #7E827A;
}
.btn-mailform:active {
  background: #656861;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================  Banner ======================*/
.banner {
  position: relative;
  padding: 150px 0 140px;
  height: 660px;
}
@media (max-width: 1199px) {
  .banner {
    padding: 120px 0 60px;
    height: auto;
  }
}
.banner:before {
  position: absolute;
  content: '';
  top: 0;
  left: 105%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 330px 0 330px 155px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}
@media (max-width: 1599px) {
  .banner:before {
    left: 100%;
  }
}
@media (max-width: 1199px) {
  .banner:before {
    display: none;
  }
}
.banner_img {
  width: 910px;
  position: absolute;
  top: 0;
  left: 105%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1599px) {
  .banner_img {
    left: 100%;
  }
}
.banner_img img {
  height: 100%;
  width: 100%;
}
.banner_img .btn {
  position: absolute;
  top: 50%;
  left: 42%;
  z-index: 3;
  margin-top: -44px;
}
@media (max-width: 1399px) {
  .banner_img .btn {
    left: 33%;
  }
}
@media (max-width: 1199px) {
  .banner_img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .banner_img img {
    height: auto;
  }
  .banner_img .btn {
    top: 50%;
    left: 50%;
    margin-top: -44px;
    margin-left: -44px;
  }
}
@media (max-width: 1199px) and (max-width: 479px) {
  .banner_img .btn {
    margin-top: -33px;
    margin-left: -33px;
  }
}

.banner-2 {
  position: relative;
  padding: 150px 0 140px;
  height: 660px;
}
@media (max-width: 1199px) {
  .banner-2 {
    padding: 120px 0 60px;
    height: auto;
  }
}
.banner-2:before {
  position: absolute;
  content: '';
  top: 0;
  right: 105%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 330px 155px 330px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 2;
}
@media (max-width: 1599px) {
  .banner-2:before {
    right: 100%;
  }
}
@media (max-width: 1199px) {
  .banner-2:before {
    display: none;
  }
}
.banner-2_img {
  width: 910px;
  position: absolute;
  top: 0;
  right: 105%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1599px) {
  .banner-2_img {
    right: 100%;
  }
}
.banner-2_img img {
  height: 100%;
  width: 100%;
}
.banner-2_img .btn {
  position: absolute;
  top: 50%;
  right: 42%;
  z-index: 3;
  margin-top: -44px;
}
@media (max-width: 1399px) {
  .banner-2_img .btn {
    right: 33%;
  }
}
@media (max-width: 1199px) {
  .banner-2_img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 30px;
  }
  .banner-2_img img {
    height: auto;
  }
  .banner-2_img .btn {
    top: 50%;
    right: 50%;
    margin-top: -44px;
    margin-right: -44px;
  }
}
@media (max-width: 1199px) and (max-width: 479px) {
  .banner-2_img .btn {
    margin-top: -33px;
    margin-right: -33px;
  }
}

.thumb-wrap:before, .thumb-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumb-wrap:after {
  clear: both;
}
.thumb-wrap .thumb {
  float: left;
  width: 25%;
  height: auto;
}
@media (max-width: 767px) {
  .thumb-wrap .thumb {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .thumb-wrap .thumb {
    width: 100%;
  }
}

.copyright {
  font: 300 15px/24px "Open Sans", sans-serif;
  color: #777d80;
  text-transform: uppercase;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 8px;
}
.inline-list a:hover {
  background: #e42f45;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.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;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb: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);
}

/*==================  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;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #7E827A;
  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: #e42f45;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding: 420px 0 435px;
  text-align: center;
}
@media (max-width: 767px) {
  header {
    padding: 200px 0;
  }
}
@media (max-width: 479px) {
  header {
    padding: 150px 0;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #FFFFFF;
}

.clr-secondary {
  color: #414143;
}

/*==================      Well     ======================*/
.well {
  padding: 210px 0 220px;
}
@media (max-width: 767px) {
  .well {
    padding: 120px  0;
  }
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding: 135px 0 140px;
}
footer .footer-right {
  text-align: left;
  display: inline-block;
  padding-top: 45px;
}
@media (max-width: 767px) {
  footer .footer-right {
    padding-top: 90px;
  }
}
