@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=Montserrat:400,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #999999;
  font: 400 20px/32px "Montserrat", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #3f4040;
}

h1 {
  font-size: 30px;
  line-height: 35px;
}

h2 {
  font-size: 80px;
  line-height: 92px;
  font-weight: 600;  
}

h3 {
  font-size: 64px;
  line-height: 72px;
}
h3 em {
  font-size: 30px;
  line-height: 35px;
  color: #999999;
  margin-top: 11px;
  display: inline-block;
  margin-left: 7px;
}

h4 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

h5 {
  font-size: 40px;
  line-height: 45px;
}
h5 a:hover {
  color: #14cef5;
}

h6 {
  font-size: 20px;
  line-height: 32px;
}

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;
}

blockquote {
  display: inline-block;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  max-width: 490px;
  padding: 70px 50px 30px 29px;
  background: #fff;
  text-align: left;
  position: relative;
}
blockquote span {
  font: 400 120px "Montserrat", sans-serif;
  color: #14cef5;
  position: absolute;
  left: 27px;
  top: -6px;
}
blockquote .box_cnt__no-flow {
  padding-left: 25px;
  padding-top: 20px;
}
blockquote .box_cnt__no-flow p {
  font-size: 14px;
}
blockquote .box_cnt__no-flow * + p {
  margin-top: -6px;
}
@media (max-width: 767px) {
  blockquote .box .box_cnt__no-flow {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 390px) {
  blockquote .box_aside {
    margin: 0;
  }
  blockquote .box_cnt__no-flow {
    padding: 0;
  }
}

.primary-color {
  color: #14cef5;
}

.center {
  text-align: center;
}

.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;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .mailform {
  margin-top: 25px;
}

* + .wr {
  margin-top: 28px;
}

h3 + h2 {
  margin-top: 9px;
}

* + .btn {
  margin-top: 50px;
}

h2 + p {
  margin-top: 42px;
}

h4 + .row {
  margin-top: 24px;
}

h4 + .off {
  margin-top: 80px;
}

.row + .row {
  margin-top: 0;
}

p + .box {
  margin-top: 18px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  color: #fff;
  position: relative;
  padding-left: 45px;
}
.brand:before {
  content: '\e894';
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 64px;
  color: #fff;
  left: -25px;
  top: 55%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Material Icons';
}
.brand_name {
  overflow: hidden;
  color: #fff;
}
.brand_slogan {
  line-height: 22px;
}

@media (max-width: 1790px) {
  .brand {
    padding-left: 55px;
  }
  .brand:before {
    left: -10px;
  }
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #14cef5;
}
.bg-primary h3, .bg-primary h2, .bg-primary p {
  color: #fff;
}
.bg-primary h3 em {
  font-size: 30px;
  vertical-align: baseline;
  color: #fff;
}
.bg-primary h3 + h2 {
  margin-top: -7px;
  margin-left: -50px;
}
.bg-primary * + p {
  margin-top: 35px;
}
.bg-primary .btn {
  background: #fff;
  color: #3f4040;
  padding: 19px 90px;
}
.bg-primary .btn:hover {
  background: #3f4040;
  color: #fff;
}
.bg-primary .btn:active {
  background: #262626;
}

.h-bg {
  background: url("../images/h-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-sec {
  background: #f4fbfc;
}

.bg-sec2 h1, .bg-sec2 h2, .bg-sec2 h3, .bg-sec2 h4, .bg-sec2 h5, .bg-sec2 h6, .bg-sec2 p,
.bg-sec3 h1,
.bg-sec3 h2,
.bg-sec3 h3,
.bg-sec3 h4,
.bg-sec3 h5,
.bg-sec3 h6,
.bg-sec3 p {
  color: #fff;
}
.bg-sec2 h2,
.bg-sec3 h2 {
  font-weight: 700;
}

.bg-sec2 {
  background: url("../images/bg-s.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-sec3 {
  background: url("../images/bg-s2.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 1199px) {
  .h-bg {
    background: transparent url("../images/h-bg.jpg") no-repeat scroll 75% 0%/cover;
  }

  .bg-sec2,
  .bg-sec3 {
    background-attachment: scroll;
  }
}
@media (max-width: 479px) {
  .bg-primary h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .bg-primary h2 {
    font-size: 70px;
    line-height: 72px;
  }
  .bg-primary h3 + h2 {
    margin-left: 0;
  }
  .bg-primary .btn {
    padding: 19px 70px;
  }

  .bg-sec2 h3, .bg-sec3 h3 {
    font-size: 29px;
    line-height: 42px;
  }
  .bg-sec2 h2, .bg-sec3 h2 {
    font-size: 50px;
    line-height: 52px;
  }
}
/*==================    Wrapper    ======================*/
.main_wr {
  max-width: 518px;
  display: inline-block;
}
.main_wr h3 span {
  text-transform: uppercase;
  font-weight: 700;
}
.main_wr * + h2 {
  margin-top: -25px;
}
.main_wr .wr {
  padding: 30px;
  background: #fff;
  max-width: 490px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.main_wr .wr h6 {
  font-size: 24px;
  line-height: 32px;
  color: #3f4040;
  font-weight: 700;
  padding-left: 9px;
}
.main_wr .wr p {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.main_wr .wr * + p {
  margin-top: 13px;
}

.main_wr2 {
  max-width: 800px;
  display: inline-block;
}

.main_wr3 {
  max-width: 1120px;
  position: relative;
  display: inline-block;
  margin-top: -5px;
}

.main_wr3.off {
  margin-left: 25px;
}

@media (min-width: 1200px) and (max-width: 1650px), (max-width: 767px) {
  .main_wr h3 {
    font-size: 42px;
    line-height: 42px;
  }
  .main_wr h2 {
    font-size: 60px;
    line-height: 72px;
  }
  .main_wr * + h2 {
    margin-top: 0;
  }
}
@media (max-width: 1095px) {
  h3 em {
    display: block;
  }

  .main_wr * + h2 {
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .main_wr .wr {
    padding: 15px;
  }
  .main_wr h3 {
    font-size: 35px;
    line-height: 32px;
  }
  .main_wr h2 {
    font-size: 53px;
    line-height: 62px;
  }
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background: #14cef5;
  color: #fff;
  padding: 23px 98px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn:hover {
  background: #3f4040;
}
.btn:active {
  background: #262626;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  padding-left: 160px;
  text-align: left;
  position: relative;
}
.index-list li h5 {
  font-size: 30px;
}
.index-list li:before {
  content: counter(li,decimal);
  counter-increment: li;
  position: absolute;
  left: 6px;
  top: 12px;
  display: inline-block;
  height: 112px;
  width: 112px;
  font-size: 50px;
  line-height: 112px;
  text-align: center;
  background: #14cef5;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.index-list li * + p {
  margin-top: 29px;
}
.index-list li:nth-child(n+3) {
  margin-top: 58px;
}
.index-list li.col-md-6.col-md-6:nth-child(2n + 3) {
  clear: left;
}

@media (max-width: 479px) {
  .index-list li {
    padding-left: 10px;
  }
  .index-list li:before {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
  }
}
/*==================      Box      ======================*/
.box {
  text-align: left;
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  position: relative;
}
.box_aside img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box_aside .mini {
  position: absolute;
  right: -2px;
  top: -22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box_cnt__no-flow {
  overflow: hidden;
  padding-left: 55px;
  padding-top: 70px;
}
.box_cnt__no-flow * + p {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .box {
    text-align: center;
  }
  .box_aside {
    float: none;
    display: inline-block;
  }
  .box_cnt__no-flow {
    text-align: left;
    padding-left: 0;
  }
}
@media (max-width: 390px) {
  .box_aside {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -40px;
  }
  .box_cnt__no-flow {
    padding-right: 30px;
  }
}
/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 15px;
}
.inline-list a:hover {
  color: #fff;
  background: #14cef5;
}

.info-box {
  color: #fff;
  padding-top: 9px;
}
.info-box a {
  font-size: 23px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
}
.info-box a:before {
  position: absolute;
  content: '\e551';
  left: -44px;
  top: -9px;
  font-family: 'Material Icons';
  font-size: 34px;
  line-height: 40px;
}
.info-box a:hover {
  color: #3f4040;
}
.info-box time {
  font-size: 14px;
  margin-top: -4px;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #3f4040;
  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: #14cef5;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header .banner {
  padding-top: 12px;
  padding-bottom: 10px;
}
header .banner:before, header .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
header .banner:after {
  clear: both;
}
header .banner * + p {
  margin-top: 0;
}
header .brand {
  float: left;
}
header .info-box {
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  header .banner {
    padding-top: 10px;
    text-align: center;
  }
  header .banner .brand, header .banner .info-box {
    float: none;
  }
  header .banner .brand {
    display: inline-block;
    padding-left: 0;
    padding-top: 10px;
  }
  header .banner .brand:before {
    position: relative;
    left: auto;
  }
  header .banner .info-box {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  header .banner .info-box a {
    margin-left: 20px;
  }
  header .banner .info-box time {
    margin-left: -15px;
  }
}

@media (max-width: 479px) {
  header .well {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well {
  padding-top: 116px;
  padding-bottom: 130px;
}

.well2 {
  padding-top: 200px;
  padding-bottom: 178px;
}

.well3 {
  padding-top: 90px;
  padding-bottom: 93px;
}

.well4 {
  padding-top: 79px;
  padding-bottom: 97px;
}

.well__ins1 {
  padding-top: 83px;
}

.well3__ins1 {
  padding-bottom: 111px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 110px;
  padding-bottom: 130px;
}
footer .inline-list li a {
  display: inline-block;
  height: 76px;
  width: 76px;
  background: whitesmoke;
  color: #14cef5;
  font-size: 32px;
  line-height: 76px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
footer .copyright {
  font-size: 14px;
}
footer * + .copyright {
  margin-top: 34px;
}

/* USER STYLES */
.shadow_white {
  text-shadow: 0 0 5px white;
}

.shadow_black {
  text-shadow: 0 0 5px black;
}