@import url(animate.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);*/
/*=========================================================
						MAIN STYLES
=========================================================*/
html {
  font-size: 70px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 100px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 23px;
  font-weight: 400;
  color: #777;
  background: #333;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #36393c;
  font-weight: 300;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #00A5E4;
}

h1 {
  font-size: 0.9rem;
}

h2 {
  font-size: 37px !important;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 0.8rem;
  }
}

h3 {
  font-size: 32px !important;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 0.5rem;
  }
}

h4 {
  font-size: 0.35rem;
  line-height: 1;
}
@media (max-width: 767px) {
  h4 br {
    display: none;
  }
}

h5 {
  font-size: 0.2rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 0.2rem;
  line-height: 1;
  color: #36393c;
}

p {
  color: #191818;
  font-family: "Arial";
  text-rendering: optimizeSpeed;
}
p a:hover {
  text-decoration: underline;
}
p .fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  transition: .4s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

.bold, strong {
  font-weight: 700;
}

[class*='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;
}

/*=========================================================
						HELP CLASSES
=========================================================*/
.circle {
  border-radius: 50%;
  max-width: 147px;
}

.round {
  border-radius: 5%;
}

.center {
  text-align: center;
}

@media (min-width: 992px) {
  .md-left {
    text-align: left;
  }
}

@media (min-width: 767px) {
  .sm-left {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .md-right {
    text-align: right;
  }
}

@media (min-width: 767px) {
  .sm-right {
    text-align: right;
  }
}

/*==================    Colors     ======================*/
.bg-primary {
  background: #00A5E4;
}
.bg-primary .icon {
  background: #36393c;
}
.bg-primary .btn-link, .btn-link-1:hover {
  color: #fff;
  background: #36393c;
}
.bg-primary p {
  color: #191818;
}

.bg-secondary {
  background: #36393c;
}
.bg-secondary .btn-link, .btn-link-1:hover {
  color: #fff;
  background: #00A5E4;
}
.bg-secondary p {
  color: #fff9f9;
}

.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4 {
  color: #fff;
}

.bg-primary .btn-link, .bg-secondary .btn-link, .bg-primary .btn-link-1, .bg-secondary .btn-link-1 {
  background: #fff;
  color: #00A5E4;
}
.bg-primary h5, .bg-secondary h5 {
  font-weight: 400;
  color: #00A5E4;
}

.bg-primary .btn-link-2, .bg-secondary .btn-link-2 {
  background: #fff;
  color: #36393c;
}

.primary {
  color: #00A5E4;
}

.secondary {
  color: #36393c;
}

.bg-color-1 {
  background: rgba(0, 0, 0, 0.12);
}

/*=========================================================
						MAIN LAYOUT
=========================================================*/
* + h2 {
  margin-top: 0.44rem;
}

* + .btn-link {
  margin-top: 0.64rem;
}

* + .btn-link-1 {
  margin-top: 0.64rem;
}

* + .btn-link-2 {
  margin-top: 0.64rem;
}

* + .contact-form {
  margin-top: 1.08rem;
}

* + .offset-1 {
  margin-top: 0.58rem;
}
* + .offset-2 {
  margin-top: 0.22rem;
}
* + .offset-3 {
  margin-top: 0.5rem;
}

h2 + p {
  margin-top: 0.52rem;
}

h2 + h3 {
  margin-top: 0.34rem;
}

h4 + p {
  margin-top: 0.41rem;
}

.icon + h4 {
  margin-top: 0.74rem;
}

.mg-add-1 {
  margin-top: 0.22rem;
}

@media (max-width: 767px) {
  .icon + h4 {
    margin-top: 0.4rem;
  }
}
@media (max-width: 991px) {
  .subscribe {
    margin-top: 60px;
  }
}
/*=========================================================
						COMPONENTS
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  font-weight: 300;
  position: relative;
  color: #fff;
}
.brand:before {
  content: "\f26c";
  font-family: "FontAwesome";
  font-size: 0.77rem;
  color: #00A5E4;
}
.brand_name {
  margin-top: 14px;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
}
.brand_slogan {
  opacity: .8;
  text-transform: uppercase;
  font-size: 15px;
}
.brand a:hover {
  color: inherit;
}

/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  width: 250px;
  word-spacing: normal;
  font-size: 15px;
  line-height: 18px;
  padding: 33px 92px 35px 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #00A5E4;
  z-index: 2;
}
.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 162px;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 86px;
  color: #fff;
  transition: 0.4s all ease;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 162px;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 70px;
  background: #36393c;
  z-index: -1;
  transition: 0.4s all ease;
}
.btn:hover {
  padding-right: 10px;
}
.btn:hover:after {
  left: 100%;
}
.btn:hover:before {
  left: 100%;
  opacity: 0;
}
.btn:active {
  background: #1fb09d;
}
@media (max-width: 991px) {
  .btn {
    margin-bottom: 30px;
  }
}

.btn-link {
  display: inline-block;
  width: 2.36em;
  height: 2.36em;
  line-height: 2.36em;
  text-align: center;
  border-radius: 50%;
  font-size: 0.25rem;
  background: #00A5E4;
  color: #fff;
}
.btn-link-1 {
  display: inline-block;
  width: 200px;
  height: 2.36em;
  line-height: 2.36em;
  text-align: center;
  font-size: 0.25rem;s
  background: #00A5E4;
  color: #fff;
}
.btn-link-2 {
  display: inline-block;
  width: 200px;
  height: 2.36em;
  line-height: 2.36em;
  text-align: center;
  font-size: 0.25rem;s
  background: #36393c;
  color: #00A5E4;
  border-color: #00A5E4;
}
.btn-link, .btn-link-1:hover {
  background: #36393c;
}
.btn-link-2:hover{
  background: #00A5E4;
}
@media (max-width: 991px) {
  .btn-link, .btn-link-1 , .btn-link-2  {
    margin-bottom: 30px;
  }
}

/*==================     Icons     ======================*/
.icon {
  color: #fff;
  background: #00A5E4;
  display: inline-block;
  width: 2.38em;
  height: 2.38em;
  line-height: 2.38em;
  text-align: center;
  border-radius: 50%;
  font-size: 0.5rem;
}

.icon-2 {
  color: #00A5E4;
  font-size: 40px;
  line-height: 1;
}

.icon-3 {
  color: #fff;
  background: #777;
  display: inline-block;
  width: 3.08em;
  height: 3.08em;
  line-height: 3.08em;
  text-align: center;
  border-radius: 50%;
  font-size: 0.25rem;
}
.icon-3:hover {
  background: #00A5E4;
  color: #fff;
}

a.icon:hover {
  background: #36393c;
}

/*==================     Hero      ======================*/
.hero_title span {
  display: block;
  font-size: .5em;
  opacity: .5;
  margin-top: 7px;
}

/*==================     Media     ======================*/
.media_aside {
  display: table-cell;
  vertical-align: top;
}
.media_body {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .media_aside, .media_body {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .media_aside {
    margin-bottom: 30px;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 17px;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 99px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  padding-top: 22px;
  padding-bottom: 25px;
  color: #4b4f4e;
}
.index-list li:before {
  content: counter(li,decimal);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 69px;
  line-height: 69px;
  border-radius: 50%;
  background: #00A5E4;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.index-list li + li {
  margin-top: 15px;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #36393c;
  border-radius: 50%;
  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: #00A5E4;
  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;
}
.parallax h2 {
  color: #fff;
}
.parallax * + .btn-link {
  margin-top: 78px;
}

.parallax * + .btn-link-1 {
  margin-top: 78px;
}

.parallax * + .btn-link-2 {
  margin-top: 78px;
}
/*========================================================
					 HEADER  Section
=========================================================*/
header {
  padding-top: 2.74rem;
  padding-bottom: 2.43rem;
  background: url(/images/header-bg.png) center no-repeat;
  background-size: cover;
  text-align: center;
}
header h2 {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
header h2 span {
  display: inline-block;
  margin-top: 0.19rem;
  font-size: 0.5em;
}
@media (max-width: 767px) {
  header {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  header h2 {
    font-size: 0.8rem;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  background: #fff;
  display: block;
}
main dt,
main dd {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
}
main dt a[href^="mailto:"]:hover,
main dt a[href^="callto:"]:hover,
main dd a[href^="mailto:"]:hover,
main dd a[href^="callto:"]:hover {
  color: #36393c;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 1.21rem;
  padding-bottom: 1.32rem;
}
.well-2 {
  padding-top: 1.69rem;
  padding-bottom: 1.79rem;
}
.well-3 {
  padding-top: 1.14rem;
  padding-bottom: 1.06rem;
}
.well-4 {
  padding-top: 0.46rem;
  padding-bottom: 0.46rem;
}
@media (max-width: 1199px) {
  .well-4 {
    padding-bottom: 1.06rem;
  }
}
.well-inset-1 {
  padding-top: 1.34rem;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  padding-top: 0.79rem;
  padding-bottom: 0.52rem;
  background: #00A5E4;
  color: #fff;
  text-align: center;
}
footer .brand:before {
  color: #36393c;
}
footer .brand_slogan {
  color: #fff;
}
footer .inline-list {
  margin-top: 23px;
}
footer .copyright {
  margin-top: 0.49rem;
  color: #36393c;
  font-size: 15px;
  text-transform: uppercase;
}

.toTop {
  font-size: 42px !important;
}