@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=Roboto:400,700,500,300);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
/*========================================================
                      Main Styles
=========================================================*/
.old-ie {
  display: none; }

.lt-ie11 .old-ie {
  display: block; }

body {
  color: #ffffff;
  font: 400 18px/24px "Roboto", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1 {
  font-size: 100px;
  line-height: 100px; }

h2 {
  font-size: 70px;
  line-height: 81px;
  font-weight: 300;
  color: #ffffff; }
  h2 span {
    color: #fd7400; }
  @media (max-width: 767px) {
    h2 {
      font-size: 40px;
      line-height: 40px; } }

h3 {
  font-size: 30px;
  line-height: 30px; }

h4 {
  font-size: 20px;
  line-height: 20px; }

h5 {
  font-size: 19px;
  line-height: 19px; }

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

p {
  font-family: "Montserrat", sans-serif;
  line-height: 30px; }

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; }

.line {
  width: 100%;
  height: 5px;
  margin-top: 12px;
  background: #fd7400; }

/*=======================================================
                       Main Layout
=========================================================*/
h2 + .box1 {
  margin-top: 41px; }

.box1 + .btn {
  margin-top: 56px; }

.block4 + .block4 {
  margin-top: 157px; }
  @media (max-width: 1199px) {
    .block4 + .block4 {
      margin-top: 60px; } }

.block4 + .offs1 {
  margin-top: 166px; }
  @media (max-width: 1199px) {
    .block4 + .offs1 {
      margin-top: 60px; } }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    overflow: hidden;
    font-size: 50px;
    line-height: 50px; }
    .brand_name a {
      font-weight: 300; }
      @media (max-width: 400px) {
        .brand_name a {
          margin-left: 0px; } }
      .brand_name a strong {
        font-weight: 300;
        margin: 14px 0 0 17px;
        display: inline-block; }
        @media (max-width: 360px) {
          .brand_name a strong {
            margin: 14px 0 0 0px; } }
  .brand_slogan {
    display: none; }

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

.bg-secondary {
  background: #fd7400; }

.bg-secondary1 {
  background: #00bff3; }

.bg-secondary2 {
  background: #a9cf54; }

.bg-default {
  background: #515557; }

.bg1 {
  background: #edeeee; }

.bg-content1, .bg-content2, .bg-content3, .bg-content4 {
  background: #515557;
  position: relative; }
  .bg-content1 div, .bg-content2 div, .bg-content3 div, .bg-content4 div {
    position: relative;
    z-index: 2; }
  .bg-content1:before, .bg-content2:before, .bg-content3:before, .bg-content4:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%; }

.bg-content1:before {
  background: transparent url("../images/page-1_img01.jpg") no-repeat scroll 0 0/cover; }

.bg-content2:before {
  background: transparent url("../images/page-1_img02.jpg") no-repeat scroll 0 0/cover; }

.bg-content3:before {
  background: transparent url("../images/page-1_img03.jpg") no-repeat scroll 0 0/cover; }

.bg-content4:before {
  background: transparent url("../images/page-1_img04.jpg") no-repeat scroll 0 0/cover; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  padding: 23px 70px 21px 23px;
  border: 2px solid #ffffff;
  position: relative; }
  .btn span {
    background: url("../images/pic1.png") no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 28px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .btn:hover, .btn:active {
    border: 2px solid #fd7400;
    background: #fd7400; }
    .btn:hover span, .btn:active span {
      background-position: 0px -13px; }

.btn1 {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  padding: 20px 32px;
  border: 3px solid #fd7400;
  color: #515557;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .btn1:hover, .btn1:active {
    border: 3px solid #515557;
    color: #fd7400; }
  @media (max-width: 991px) {
    .btn1 {
      margin-top: 10px;
      width: 100%; } }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
@media (max-width: 991px) {
  .box {
    text-align: center; } }
.box .aside {
  float: left; }
  @media (max-width: 991px) {
    .box .aside {
      float: none; } }

.box1 .aside {
  margin-right: 34px; }
  .box1 .aside h2 {
    font-size: 150px;
    line-height: 150px;
    font-weight: 500; }
.box1 .cnt {
  margin-top: 11px; }
  .box1 .cnt p {
    color: #dfdfdf; }

.box2 {
  padding: 145px 0 0 93px; }
  @media (max-width: 991px) {
    .box2 {
      padding: 45px 0; } }
  .box2 .aside {
    margin-right: 128px; }
    @media (max-width: 1199px) {
      .box2 .aside {
        margin-right: 52px; } }
    @media (max-width: 991px) {
      .box2 .aside {
        margin-right: 0; } }
    .box2 .aside h2 {
      line-height: 80px; }
      @media (max-width: 767px) {
        .box2 .aside h2 {
          line-height: 40px; } }
  .box2 .cnt {
    margin-top: 3px;
    color: #878c8e; }
    @media (max-width: 991px) {
      .box2 .cnt {
        margin-top: 18px;
        padding: 0 5px; } }

.box3 {
  padding: 145px 0 0; }
  @media (max-width: 991px) {
    .box3 {
      padding: 45px 0; } }
  .box3 .aside {
    margin-right: 122px; }
    @media (max-width: 1199px) {
      .box3 .aside {
        margin-right: 82px; } }
    @media (max-width: 991px) {
      .box3 .aside {
        margin-right: 0; } }
  .box3 .cnt {
    margin-top: 3px;
    padding-right: 110px; }
    @media (max-width: 1199px) {
      .box3 .cnt {
        padding-right: 50px; } }
    @media (max-width: 991px) {
      .box3 .cnt {
        margin-top: 18px;
        padding: 0 5px; } }

.box4 .aside {
  margin-right: 161px; }
  @media (max-width: 1199px) {
    .box4 .aside {
      margin-right: 82px; } }
  @media (max-width: 991px) {
    .box4 .aside {
      margin-right: 0; } }
.box4 .cnt {
  margin-top: 8px; }
  @media (max-width: 1199px) {
    .box4 .cnt {
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .box4 .cnt {
      margin-top: 18px;
      padding: 0 5px; } }

/*==================      Row top      ======================*/
.row-top {
  padding: 101px 0 0 0;
  overflow: hidden;
  position: absolute;
  z-index: 55;
  width: 100%; }
  @media (max-width: 1280px) {
    .row-top {
      padding: 26px 0 0 0; } }
  @media (max-width: 767px) {
    .row-top {
      text-align: center; } }
  .row-top .phone1 {
    float: right;
    margin: 22px 0 0; }
    @media (max-width: 767px) {
      .row-top .phone1 {
        float: none;
        margin-left: 30px; } }
    .row-top .phone1 p {
      color: #fd7400;
      font-size: 20px;
      line-height: 20px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      letter-spacing: 0.3px; }
    .row-top .phone1 strong {
      font-family: "Roboto", sans-serif;
      margin-top: 5px;
      letter-spacing: 0.5px;
      display: block;
      font-size: 20px;
      line-height: 20px;
      position: relative;
      text-transform: uppercase;
      font-weight: 500; }
      .row-top .phone1 strong a:hover {
        color: #fd7400; }
      .row-top .phone1 strong:after {
        color: #fd7400;
        content: "\e817";
        font: 300 41.72px/41.72px "Thin Regular";
        position: absolute;
        left: -56px;
        top: -23px; }
        @media (max-width: 767px) {
          .row-top .phone1 strong:after {
            left: 50%;
            margin-left: -130px; } }

/*==================      Block      ======================*/
.block5 {
  margin-top: -312px;
  text-align: center;
  position: relative;
  background: #ffffff;
  padding-top: 101px; }
  @media (max-width: 991px) {
    .block5 {
      padding-top: 40px;
      margin-top: 40px; } }
  .block5 .size1 {
    font-size: 75.39px; }
  .block5 .size2 {
    font-size: 81.71px; }
  .block5 span {
    height: 170px;
    width: 170px;
    position: relative;
    text-align: center;
    border: 3px solid #e5e9eb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 100px;
    line-height: 160px;
    font-family: "Thin Regular";
    color: #515557;
    margin-bottom: 99px; }
    @media (max-width: 991px) {
      .block5 span {
        margin-left: 0px; } }
    @media (max-width: 991px) {
      .block5 span {
        margin-bottom: 30px; } }
  .block5 .box {
    text-align: left;
    padding: 41px 40px 48px; }
    @media (max-width: 1199px) {
      .block5 .box {
        text-align: center; } }
    .block5 .box .aside {
      margin-right: 38px; }
      @media (max-width: 1199px) {
        .block5 .box .aside {
          float: none;
          margin-right: 0; } }
      .block5 .box .aside p {
        margin-top: 18px;
        font-size: 47px;
        font-family: "Roboto", sans-serif;
        font-weight: 500; }
    @media (max-width: 1199px) {
      .block5 .box .cnt {
        margin-top: 20px; } }
    .block5 .box .cnt h3 {
      font-weight: 300; }

@media (max-width: 991px) {
  .block4 {
    text-align: center; } }
.block4 span {
  font-size: 150px;
  line-height: 150px;
  font-weight: 500;
  display: block;
  margin-top: 80px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .block4 span {
      margin-top: 20px; } }
.block4 p {
  color: #dfdfdf;
  margin-top: 51px;
  padding-right: 230px; }
  @media (max-width: 991px) {
    .block4 p {
      padding-right: 0px;
      margin-top: 21px; } }
.block4 .btn {
  margin-top: 85px;
  padding-left: 22px; }
  @media (max-width: 991px) {
    .block4 .btn {
      margin-top: 35px;
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .block4 .btn {
      padding: 20px; } }
  @media (max-width: 991px) {
    .block4 .btn {
      padding: 23px 70px 21px 22px; } }
  .block4 .btn span {
    margin-top: 0px; }
    @media (max-width: 1199px) {
      .block4 .btn span {
        display: none; } }
    @media (max-width: 991px) {
      .block4 .btn span {
        display: block; } }

section .block3 .bg-secondary {
  background: #a9cf54; }
  section .block3 .bg-secondary:before {
    background: #a9cf54; }
section .block3 > div {
  bottom: -723px; }
  @media (max-width: 991px) {
    section .block3 > div {
      bottom: -61px;
      position: relative;
      width: 100%; } }

section .block2 > div:before {
  right: 0px; }
section .block2 .bg-secondary {
  background: #00bff3; }
  section .block2 .bg-secondary div {
    margin-left: -26px; }
  section .block2 .bg-secondary span {
    margin-left: -25px; }
    @media (max-width: 991px) {
      section .block2 .bg-secondary span {
        margin-left: 0px; } }
  section .block2 .bg-secondary:before {
    background: #00bff3;
    left: -30px; }
section .block2 span:before {
  content: "\e851 "; }

.block1 {
  position: relative; }
  .block1 > div {
    position: absolute;
    bottom: -699px;
    z-index: 1;
    width: 97.5%; }
    @media (max-width: 991px) {
      .block1 > div {
        bottom: -61px;
        position: relative;
        width: 100%; } }
    .block1 > div:before {
      position: absolute;
      top: 0;
      height: 100%;
      width: 6000px;
      background: #515557;
      content: ""; }
      @media (max-width: 991px) {
        .block1 > div:before {
          width: 100%; } }
  .block1 .bg-secondary {
    text-align: center;
    padding: 179px 0 195px;
    position: relative; }
    .block1 .bg-secondary div {
      margin-left: 39px; }
    @media (max-width: 991px) {
      .block1 .bg-secondary {
        padding: 50px 0 50px; } }
    .block1 .bg-secondary:before {
      height: 100%;
      width: 30px;
      position: absolute;
      background: #fd7400;
      content: "";
      right: -30px;
      top: 0; }
      @media (max-width: 991px) {
        .block1 .bg-secondary:before {
          display: none; } }

/*=================     End Block      ====================*/
/*==================     Address      =====================*/
address {
  margin-top: 5px; }
  @media (max-width: 991px) {
    address {
      left: 50%;
      margin-left: -150px;
      margin-top: 20px;
      position: relative; } }
  address img {
    float: left;
    margin-top: 10px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  address p {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 64px;
    text-transform: uppercase;
    color: #bbbaba; }
  address a:hover {
    text-decoration: none;
    color: #fd7400; }

/*================     End Address      ====================*/
/*================     Follow icon      ====================*/
.follow_icon {
  text-align: center;
  margin-top: 19px; }
  .follow_icon li + li {
    margin-left: 17px; }
  .follow_icon li {
    float: left; }
    .follow_icon li a {
      border: 3px solid #515557;
      background: #ffffff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #515557;
      font-size: 24.03px;
      height: 74px;
      line-height: 68px;
      width: 74px; }
      .follow_icon li a:hover, .follow_icon li a:active {
        border: 3px solid #fd7400; }
  @media (max-width: 991px) {
    .follow_icon {
      left: 50%;
      margin-left: -128px;
      position: relative; } }

/*=============     End Follow icon      ===================*/
/*==================     Icon      =========================*/
.icon {
  border-width: 3px;
  border-radius: 50%;
  border-style: solid;
  display: inline-block;
  text-align: center; }

.icon-xl {
  font-size: 60px;
  height: 90px;
  line-height: 83px;
  width: 90px; }

.icon-sm {
  font-size: 100px;
  line-height: 163px;
  width: 170px;
  height: 170px; }

.color_secondary {
  border-color: #fd7400; }

.color_default {
  border-color: #515557; }

/*================    End Icon      =====================*/
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #fd7400;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #ffffff;
    background: #515557;
    text-decoration: none; }

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

/*========================================================
                     HEADER  Section
=========================================================*/
header .brand {
  float: left; }
  @media (max-width: 767px) {
    header .brand {
      float: none; } }

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

/*==================      Well     ======================*/
.well {
  padding: 433px 0 427px; }
  @media (max-width: 1280px) {
    .well {
      padding: 233px 0 427px; } }
  @media (max-width: 991px) {
    .well {
      padding: 233px 0 127px; } }

.well1 {
  padding: 439px 0 427px; }
  @media (max-width: 1280px) {
    .well1 {
      padding: 362px 0 427px; } }
  @media (max-width: 991px) {
    .well1 {
      padding: 62px 0 127px; } }

.well2 {
  padding: 439px 0 450px; }
  @media (max-width: 1280px) {
    .well2 {
      padding: 362px 0 427px; } }
  @media (max-width: 991px) {
    .well2 {
      padding: 62px 0 127px; } }

.well3 {
  padding: 439px 0 451px; }
  @media (max-width: 1280px) {
    .well3 {
      padding: 362px 0 350px; } }
  @media (max-width: 991px) {
    .well3 {
      padding: 62px 0 60px; } }

.well4 {
  padding: 39px 0 176px; }
  @media (max-width: 991px) {
    .well4 {
      padding: 39px 0 46px; } }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding: 162px 0 173px; }
  @media (max-width: 991px) {
    footer {
      padding: 62px 0 73px; } }
  footer h2 {
    color: #474b4d; }
  footer p {
    color: #c3c4c5; }
    @media (max-width: 1199px) {
      footer p {
        font-size: 16px; } }
  footer .copyright {
    margin-top: 88px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #474b4d; }
    footer .copyright strong {
      font-weight: 500;
      color: #fd9237; }
    footer .copyright a:hover, footer .copyright a:active {
      color: #fd7400; }
    @media (max-width: 991px) {
      footer .copyright {
        text-align: center;
        margin-top: 38px; } }

/*# sourceMappingURL=style.css.map */
