@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=Six+Caps);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #ffffff;
  color: #7a7a7a;
  font: 400 20px/30px "Trebuchet MS", Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
}

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

h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #737475;
}

h1, h2, h3, h6 {
  text-transform: uppercase;
  color: #1a1a1a;
}

h1 {
  font-size: 70px;
  line-height: 72px;
}

h2 {
  font-size: 60px;
  line-height: 62px;
}
@media (max-width: 479px) {
  h2 {
    font-size: 53px;
  }
}

h3 {
  font-size: 36px;
  line-height: 38px;
}

h4 {
  font-size: 30px;
  line-height: 30px;
  color: #2c2c2c;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  color: #2c2c2c;
}

h6 {
  font-size: 18px;
  line-height: 24px;
}

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;
  font-weight: 700;
  font-size: 20px;
  line-height: 63px;
  position: relative;
}
time span {
  font-size: 55px;
  line-height: 57px;
  margin-right: 28px;
}
time span:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 78px;
  -moz-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  -o-transform: rotate(21deg);
  -webkit-transform: rotate(21deg);
  transform: rotate(21deg);
  height: 90px;
  width: 1px;
  background: #fff;
}

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: 400px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

hr {
  background: #d4d4d4;
  height: 1px;
  width: 1170px;
  margin: 0 auto;
  border: none;
}

.center {
  text-align: center;
}

address {
  line-height: 28px;
  text-align: center;
}

@media (max-width: 767px) {
  .img_media {
    width: 100%;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 7px;
}

* + h5 {
  margin-top: 30px;
}

* + h6 {
  margin-top: 59px;
}

* + cite, * + q {
  margin-top: 22px;
}

* + .baner_wrap {
  margin-top: 78px;
}

* + .index-list {
  margin-top: 60px;
}

* + .subscribe-form {
  margin-top: 41px;
}

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

* + blockquote {
  margin-top: 39px;
}

* + .row {
  margin-top: 76px;
}

.row + .row {
  margin-top: 88px;
}

h6 + p {
  margin-top: 10px;
}

h3 + .mod {
  margin-top: 31px;
}

img + h5 {
  margin-top: 51px;
}

* + .off {
  margin-top: 96px;
}

* + .off1 {
  margin-top: 112px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  text-transform: uppercase;
  color: #1a1a1a;
  position: relative;
  margin-left: 19px;
}
.brand_name {
  overflow: hidden;
  font: 400 300px/300px "Six Caps", sans-serif;
  color: #2c2c2c;
}
.brand_slogan {
  position: absolute;
  top: 43%;
  left: 16.5%;
  letter-spacing: 0.3px;
  background: #fff;
  padding: 4px 54px 2px 48px;
  font-size: 17px;
  color: #353535;
}
@media (max-width: 767px) {
  .brand {
    margin-left: 0;
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: whitesmoke;
  position: relative;
}
.bg-primary:before {
  content: '';
  background: url("../images/page-1_img4.jpg") left top no-repeat;
  position: absolute;
  height: 100%;
  width: 50.8%;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-background-size: 100% 100%;
  background-size: auto 100%;
  background-position: right top;
}
@media (min-width: 768px) and (max-width: 979px) {
  .bg-primary:before {
    width: 100%;
    right: -50%;
  }
}
@media (max-width: 767px) {
  .bg-primary:before {
    width: 0;
  }
}

.bg-secondary {
  background: #737475;
  color: #fff;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
  color: #fff;
}

/*==================     Icons     ======================*/
.icons {
  padding: 41px 42px;
  font-size: 55px;
  line-height: 56px;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
/*.icons:hover {
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
*/
/*==================    Buttons    ======================*/
.btn {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  margin-left: 3px;
  border: 1px solid #000;
  background: rgba(26, 26, 26, 0.9);
  color: #fff;
  margin: 0 !important;
}
.btn:hover {
  border: 1px solid #000;
  background: rgba(26, 26, 26, 0.7);
  color: #fff;
}
.lt-ie9 .btn:hover {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#141A1A1A', endColorstr='#141A1A1A')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141A1A1A', endColorstr='#141A1A1A');
  zoom: 1;
}
.btn:active {
  border: 1px solid #000;
  background: rgba(26, 26, 26, 0.18);
  color: #fff;
}
.lt-ie9 .btn:active {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E1A1A1A', endColorstr='#2E1A1A1A')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E1A1A1A', endColorstr='#2E1A1A1A');
  zoom: 1;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  max-width: 400px;
}
.index-list li {
  position: relative;
  margin-left: 20px;
  padding-left: 77px;
}
.index-list li:before {
  position: absolute;
  content: counter(li,decimal-leading-zero) ".";
  counter-increment: li;
  left: 0;
  top: -4px;
  font-size: 100px;
  line-height: 100px;
  color: #737475;
  font-family: "Six Caps", sans-serif;
}
.index-list li h4 + p {
  margin-top: 10px;
}
.index-list li + li {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .index-list {
    max-width: 350px;
  }
  .index-list li {
    margin-left: 0;
    padding-left: 62px;
  }
}

/*==================  Inline List  ======================*/
.inline-list {
  text-align: right;
}
.inline-list li {
  display: inline-block;
}
.inline-list li a {
  display: inline-block;
  width: 49px;
  height: 49px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #737475;
  color: #fff;
  text-align: center;
  line-height: 49px;
}
.inline-list li + li {
  margin-left: 6px;
}
.inline-list a:hover {
  background: #818181;
}
@media (min-width: 768px) and (max-width: 979px) {
  .inline-list li {
    display: inline-block;
  }
  .inline-list li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .inline-list li + li {
    margin-left: -3px;
  }
}
@media (max-width: 479px) {
  .inline-list li + li {
    margin-left: 0;
  }
}

blockquote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
blockquote cite {
  display: block;
  font-weight: 700;
}
blockquote q {
  display: block;
  line-height: 32px;
}
blockquote q span {
  color: #ee1c24;
  font-size: 60px;
  font-weight: 700;
  line-height: 25px;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 44px;
  height: 44px;
  font-size: 17px;
  line-height: 40px;
  color: #313131;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background: #fff;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #737475;
  border: 5px solid #737475;
  text-decoration: none;
  line-height: 31px;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6 {
  color: #fff;
}
.parallax .mod {
  color: #fff;
}
.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;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding-top: 164px;
  background: url("../images/header-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.baner_wrap {
  position: relative;
  background: #ffffff;
  max-width: 1251px;
  margin-left: auto;
  margin-right: auto;
  border-top: 10px solid #3F3F3F;
  padding: 97px 143px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -161px;
}
.baner_wrap p {
  font-size: 30px;
  line-height: 42px;
}
.baner_wrap * + p {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .baner_wrap {
    padding: 97px 10px;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
  padding-top: 173px;
}

.mod {
  font-size: 18px;
  line-height: 28px;
  color: #b3b3b3;
}

.mg_add {
  margin-top: 28px;
}

.mg_add1 {
  margin-top: 22px;
}

/*==================      Well     ======================*/
.well {
  padding-top: 68px;
  padding-bottom: 195px;
}

.well1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.well1__ins {
  /*padding-top: 141px;*/
  font-size: 0.8em;
}

.well2 {
  padding-top: 117px;
  padding-bottom: 135px;
}

.well2__ins1 {
  padding-top: 112px;
}

.well3 {
  padding-top: 106px;
  padding-bottom: 118px;
}

@media (max-width: 479px) {
  .well, .well1, .well2 {
    padding-bottom: 120px;
  }
  .well .well1__ins, .well1 .well1__ins, .well2 .well1__ins {
    padding-top: 120px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #ffffff;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 700;
}
footer .footer_cnt {
  padding-top: 105px;
  padding-bottom: 108px;
}
@media (max-width: 767px) {
  footer p, footer address, footer .inline-list {
    text-align: center;
  }
}


.form-horizontal > div {
  margin-bottom: 1em;
}

.form-horizontal > div label {
  color: #fff;
}

.form-horizontal > div label.error {
  font-size: 0.7em;
  color: red;
}

.form-horizontal > div label span {
  color: #fff;
}

.form-horizontal > div input, .form-horizontal > div textarea {
  font-size: 22px;
  background:  none;
  border-radius: 0;
  border: 1px solid #fff;
  line-height: 22px;
  color: #fff;
}

.hidden {
  display: none;
}