@import "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,300,500);
/*========================================================
                        Includes
=========================================================*/
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #374046;
  color: #979db1;
  font: 400 14px/28px 'Roboto', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 60px;
  line-height: 72px;
}
h2 {
  font-size: 45px;
  line-height: 64px;
}
@media (max-width: 479px) {
  h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
h2 + p {
  margin-top: 20px;
}
h2 + .row {
  margin-top: 33px;
}
h3 {
  font-size: 34px;
  line-height: 53px;
  color: #374046;
}
h3 + p {
  margin-top: 23px;
}
h3 + * {
  margin-top: 36px;
}
h4 {
  font-size: 24px;
  line-height: 28px;
  color: #374046;
}
h4 + p {
  margin-top: 17px;
}
h5 {
  font-size: 20px;
  line-height: 28px;
}
h5 + p {
  margin-top: 4px;
}
p a:hover {
  text-decoration: underline;
}
p + a {
  margin-top: 39px;
}
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:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  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;
}
.col-white * {
  color: #fff;
}
.ta-c {
  text-align: center;
}
@media (max-width: 979px) {
  .c-width {
    width: 748px !important;
  }
}
@media (max-width: 767px) {
  .c-width {
    width: 100% !important;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #47525a;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #00bbd3;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .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;
}
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-clipboard99:before {
  content: "\e052";
}
.flaticon-clock100:before {
  content: "\e053";
}
.flaticon-tick7:before {
  content: "\e174";
}
/*==================     Icons     ======================*/
.icon {
  position: relative;
}
.icon:before {
  font-size: 102px;
  line-height: 102px;
  width: 100px;
  text-align: left;
  display: inline-block;
  margin-left: -11px;
}
.icon.__mod:before {
  margin-left: -8px;
}
/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  padding-top: 19px;
  padding-bottom: 20px;
  padding-left: 63px;
  padding-right: 63px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #374046;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(98, 134, 148, 0.29);
  -moz-box-shadow: 6px 6px 0px 0px rgba(98, 134, 148, 0.29);
  box-shadow: 6px 6px 0px 0px rgba(98, 134, 148, 0.29);
}
.btn:hover {
  background: #00bbd3;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(98, 134, 148, 0.29);
  -moz-box-shadow: 0px 0px 0px 0px rgba(98, 134, 148, 0.29);
  box-shadow: 0px 0px 0px 0px rgba(98, 134, 148, 0.29);
}
/*==================    Lists    ======================*/
.soc-list {
  display: inline-block;
}
.soc-list li {
  float: left;
  position: relative;
}
.soc-list li a {
  font-size: 20px;
  line-height: 20px;
}
.soc-list li a:hover {
  color: #fff;
}
.soc-list li + li {
  margin-left: 25px;
}
/*==================      Box      ======================*/
.box {
  background: #fff;
  padding: 30px;
  padding-left: 30px;
  padding-bottom: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 6px 18px 0px rgba(151, 152, 152, 0.29);
  -moz-box-shadow: 4px 6px 18px 0px rgba(151, 152, 152, 0.29);
  box-shadow: 4px 6px 18px 0px rgba(151, 152, 152, 0.29);
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box p {
  font-size: 12px;
  line-height: 20px;
  color: #979db1;
}
.box form + p {
  margin-top: 21px;
}
.box-2 {
  padding-top: 10px;
}
.box-2:before,
.box-2:after {
  content: " ";
  display: table;
}
.box-2:after {
  clear: both;
}
.box-2_aside {
  float: left;
  display: block;
  margin-right: 30px;
}
.box-2_aside .count {
  display: inline-block;
  width: 69px;
  height: 69px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00bbd3;
  text-align: center;
  position: relative;
}
.box-2_aside .count:before {
  position: relative;
  content: attr(data-count);
  font-size: 34px;
  line-height: 69px;
  color: #fff;
}
@media (max-width: 767px) {
  .box-2_aside {
    float: none;
    margin-right: 0;
  }
  .box-2_aside + * {
    margin-top: 20px;
  }
}
.box-2_cnt {
  overflow: hidden;
}
.box-2_cnt h4 {
  margin-top: -4px;
}
.box-2 + * {
  margin-top: 31px;
}
.box-3 img + h4 {
  margin-top: 35px;
}
.box-3 h4 + p {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .box-3 {
    text-align: center;
  }
}
.box-4 h3 {
  color: #00bbd3;
}
.box-4_cnt h4 {
  line-height: 34px;
  padding-left: 64px;
  position: relative;
  display: inline-block;
}
.box-4_cnt h4 .icon2 {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 0;
  background: #00bbd3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 32px;
  line-height: 34px;
}
.box-4_cnt h4 + p {
  margin-top: 19px;
}
.box-4_cnt + * {
  margin-top: 41px;
}
@media (max-width: 767px) {
  .box-4 {
    text-align: center;
  }
  .box-4_cnt h4 {
    text-align: left;
  }
}
.box-5 {
  padding-top: 13px;
}
.box-5:before,
.box-5:after {
  content: " ";
  display: table;
}
.box-5:after {
  clear: both;
}
.box-5 blockquote {
  background: #fff;
  padding: 34px 40px;
  padding-bottom: 37px;
  font-size: 24px;
  line-height: 38px;
  color: #00bbd3;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 4px 6px 18px 0px rgba(151, 152, 152, 0.29);
  -moz-box-shadow: 4px 6px 18px 0px rgba(151, 152, 152, 0.29);
  box-shadow: 4px 6px 18px 0px rgba(151, 152, 152, 0.29);
}
.box-5 blockquote:after {
  content: url(../images/page_down-corner.jpg);
  position: absolute;
  width: 22px;
  height: 11px;
  bottom: 6px;
  left: 28px;
}
.box-5 blockquote .blockquote-icon {
  float: left;
  width: 47px;
  height: 34px;
  position: relative;
  overflow: visible;
}
.box-5 blockquote .blockquote-icon:before {
  content: "“";
  position: absolute;
  left: 0;
  top: 100%;
  color: #51585e;
  opacity: 0.11;
  font-size: 104px;
  line-height: 34px;
  margin-top: -5px;
  margin-left: -5px;
}
.lt-ie9 .box-5 blockquote .blockquote-icon:before {
  filter: alpha(opacity=11);
}
@media (max-width: 767px) {
  .box-5 blockquote {
    padding: 15px 15px;
  }
  .box-5 blockquote:after {
    left: 50%;
    margin-left: -12px;
  }
}
.box-5 .who {
  position: relative;
  padding-top: 40px;
}
.box-5 .who:before,
.box-5 .who:after {
  content: " ";
  display: table;
}
.box-5 .who:after {
  clear: both;
}
.box-5 .who_aside {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-right: 30px;
}
.box-5 .who_aside a {
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box-5 .who_aside a img {
  z-index: 1;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.8;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .box-5 .who_aside a img {
  filter: alpha(opacity=80);
}
.box-5 .who_aside a .mask {
  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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #aaaeb0;
  z-index: 2;
}
.box-5 .who_aside a:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .box-5 .who_aside {
    float: none;
    margin-right: 0;
  }
}
.box-5 .who_cnt {
  padding-top: 7px;
}
.box-5 .who_cnt h5 {
  color: #374046;
}
@media (max-width: 767px) {
  .box-5 .who {
    text-align: center;
  }
}
.cnt * {
  color: #fff;
}
.cnt .icon + * {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .cnt {
    text-align: center;
  }
  .cnt .icon:before {
    margin-left: 0;
  }
}
.cnt2 h3 + p {
  color: #00bbd3;
  font-size: 16px;
  line-height: 31px;
}
@media (max-width: 767px) {
  .cnt2 {
    text-align: center;
  }
}
.cnt3 {
  text-align: center;
}
.cnt3 h2,
.cnt3 p {
  color: #ffffff;
}
.cnt3 h2 {
  padding: 0 220px;
}
.cnt3 p {
  font-size: 16px;
  line-height: 31px;
  padding: 0 60px;
}
.cnt3 .btn:hover {
  background: #15191b;
}
@media (max-width: 1199px) {
  .cnt3 h2,
  .cnt3 p {
    padding: 0;
  }
}
.cnt4 {
  text-align: center;
}
.cnt4 form label {
  text-align: left;
}
.cnt4 * {
  color: #fff;
}
.cnt4 p {
  padding: 0 118px;
}
@media (max-width: 1199px) {
  .cnt4 p {
    padding: 0;
  }
}
.cnt4 h3 + p {
  margin-top: 27px;
}
.cnt4 p + form {
  margin-top: 32px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .brand {
  float: left;
}
header .call-us {
  float: right;
  position: relative;
  font-size: 24px;
  line-height: 30px;
  color: #374046;
  padding-left: 34px;
  padding-top: 7px;
  display: inline-block;
}
header .call-us span {
  font-size: 16px;
  line-height: 35px;
  color: #00bbd3;
  margin-right: 9px;
}
header .call-us:before {
  content: url(../images/page_call-us-icon.png);
  display: inline-block;
  width: 21px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .call-us {
    float: none;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  font-size: 25px;
  line-height: 44px;
  font-weight: 500;
  color: #00bbd3;
  position: relative;
  padding-left: 48px;
}
.brand_name:before {
  content: url(../images/page_logo-icon.png);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -21px;
  width: 42px;
  height: 31px;
  display: inline-block;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.header-well {
  padding-top: 12px;
  padding-bottom: 14px;
}
.well {
  padding-top: 87px;
  padding-bottom: 103px;
}
.well h2 {
  color: #374046;
  padding-right: 600px;
}
@media (max-width: 1199px) {
  .well h2 {
    padding-right: 400px;
  }
}
@media (max-width: 979px) {
  .well h2 {
    padding-right: 200px;
  }
}
@media (max-width: 767px) {
  .well h2 {
    text-align: center;
    padding-right: 0;
  }
}
.well-2 {
  padding-top: 71px;
  padding-bottom: 86px;
}
.well-3 {
  padding-top: 66px;
  padding-bottom: 80px;
}
.well-4 {
  padding-top: 143px;
  padding-bottom: 157px;
}
.well-5 {
  padding-top: 100px;
  padding-bottom: 90px;
}
.well-6 {
  padding-top: 67px;
  padding-bottom: 81px;
}
.well-7 {
  padding-top: 85px;
  padding-bottom: 110px;
}
.footer-well {
  padding-top: 79px;
  padding-bottom: 100px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #00bbd3;
}
.bg {
  background: url(../images/page_img01.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .bg {
    background-position: center center;
  }
}
.bg2 {
  background: #f7f7f7;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #374046;
  text-align: center;
}
footer h3 {
  color: #fff;
}
footer form + * {
  margin-top: 47px;
}
footer .copyright p {
  font-size: 14px;
  line-height: 38px;
  color: #fff;
}
footer .copyright .footer-brand {
  color: #00bbd3;
  font-size: 25px;
  line-height: 30px;
  margin-right: 12px;
}
footer .copyright .footer-brand:hover {
  text-decoration: none;
}
@media (max-width: 479px) {
  footer .copyright .footer-brand {
    display: block;
    margin-right: 0;
  }
}
footer .copyright + * {
  margin-top: 38px;
}
