@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=Open+Sans:400,400italic,300,700italic);
@import url(//fonts.googleapis.com/css?family=Cabin:600);
@import url(//fonts.googleapis.com/css?family=Montserrat);
@import url(//fonts.googleapis.com/css?family=Mr+De+Haviland);
@import url(fl-fill-round-icons.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #595959;
  font: 400 25px/37px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h2, h3, h4, h5, h6 {
  color: #182220; }

h1 {
  font: 400 160px/120px "Mr De Haviland", sans-serif;
  color: #F52484; }
  h1 span {
    font-size: 130px;
    font-family: "Montserrat", sans-serif;
    color: #182220; }

h2 {
  font: 400 48px/48px "Montserrat", sans-serif;
  text-align: center;
  color: #182220; }

h3 {
  font: 400 30px/48px "Montserrat", sans-serif; }

h4 {
  font: 400 24px/30px "Montserrat", sans-serif;
  font-style: italic; }

h5 {
  font: 600 18px/20px "Cabin", sans-serif; }

h3 a:hover, h5 a:hover {
  color: #8AC840; }
h3 a:active, h5 a:active {
  color: #70a530; }

h1 span, h2, h3, h4, h5, .privacy {
  text-transform: uppercase; }

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; }

address {
  font: 400 18px/26px "Open Sans", sans-serif;
  color: dimgray;
  position: relative;
  padding-left: 72px;
  padding-right: 60px;
  text-transform: uppercase; }
  address:before {
    position: absolute;
    content: '\e01c';
    font-size: 52px;
    line-height: 52px;
    font-family: 'fl-fill-round-icons';
    color: #182220;
    top: 0;
    left: 0; }

/*=======================================================
                       Main Layout
=========================================================*/
.brand + .row {
  margin-top: 233px; }

h2 + p {
  margin-top: 57px; }

.row__off, img + h5 {
  margin-top: 47px; }

.row__off-1 {
  margin-top: 12px; }

.row__off-2 {
  margin-top: 68px; }

h3 + p {
  margin-top: 20px; }

* + .float-box {
  margin-top: 88px; }

h5 + .social, img + p {
  margin-top: 25px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: block;
  width:339px;
  height:77px;
    float:right;
    background-image: url("/images/logo1.png");
    background-repeat: no-repeat;

  }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #d8dcde; }

.bg-secondary {
  background: #f6f8f9; }

/*==================     Colors     ======================*/
.primary {
  color: #9d9d9d; }

.secondary {
  color: #000; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font: 400 28px/30px "Montserrat", sans-serif;
  color: #FFF;
  background: #37CDD7;
  text-transform: uppercase;
  padding: 22px 45px 23px 50px;
  letter-spacing: -1px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  .btn:hover {
    background: #141450; }
  .btn:active {
    background: #37CDD7; }

.btn-lg {
  display: inline-block;
  background: #42CDD6;
  font: 400 30px/30px "Montserrat", sans-serif;
  color: #FFF;
  padding: 29px 10px;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .btn-lg:hover {
    background: #FC3F43; }
  .btn-lg:active {
    background: #42CDD6; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*==================      Center      ======================*/
.center {
  text-align: center; }

/*==================     ToTop     ======================*/
.toTop {
  font-size: 52px;
  line-height: 53px;
  color: #F52484;
  position: fixed;
  right: 40px;
  bottom: 60px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:before {
    display: inline-block;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .toTop:hover {
    color: #595959;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 0; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-align: center;
    z-index: 1; }
    .thumb_overlay a {
      display: inline-block;
      font-size: 80px;
      line-height: 80px;
      font-family: 'fl-fill-round-icons';
      color: #FFF; }
      .thumb_overlay a:hover {
        opacity: 0.75; }
      .thumb_overlay a + a {
        margin-left: 27px; }
  .thumb:hover:after {
    background: rgba(245, 36, 132, 0.75); }
    .lt-ie9 .thumb:hover:after {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFF52484', endColorstr='#BFF52484')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFF52484', endColorstr='#BFF52484');
      zoom: 1; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    visibility: visible; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 979px) {
    .thumb_overlay a {
      font-size: 60px;
      line-height: 60px; } }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax h2, .parallax p {
    color: #FFF; }
  .parallax p {
    font-weight: 300; }
  .parallax h2 + p {
    margin-top: 24px; }
  .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 .brand:before, header .brand:after {
  display: table;
  content: "";
  line-height: 0; }
header .brand:after {
  clear: both; }
header .brand_name {
  float: right; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

/*==================      Well     ======================*/
.well {
  padding: 215px 0 66px; }
  .well__off {
    padding-top: 110px; }

.well-1 {
  padding: 98px 0 141px; }

.well-2 {
  padding: 88px 0 69px; }

.well-3 {
  padding: 58px 0 94px; }

.well-4 {
  padding: 130px 0 484px; }

.well-5 {
  padding-top: 98px; }

.well-6 {
  padding: 105px 0 150px; }

.well-7 {
  padding: 40px 0 60px; }

/*==================      Indent     ======================*/
.indent {
  padding: 0 40px; }

/*==================     Title Wrap    ======================*/
.block {
  position: relative; }
  .block:before {
    position: absolute;
    content: '';
    box-shadow: 5px -9px 9px 0 rgba(0, 0, 0, 0.43);
    bottom: 2px;
    width: 10px;
    top: 0;
    left: 100%;
    margin-left: -10px;
    margin-top: 10px; }
  .block_overlay {
    position: relative;
    background: url("../images/page-1_img03.png") no-repeat center;
    background-size: cover;
    height: 100%;
    text-align: center;
    margin-top: -16px; }
    .block_overlay p {
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      padding: 46px 40px 52px 40px; }

/*==================     Mark List    ======================*/
.mark-list {
  text-align: center;
  padding: 54px 50px 70px 50px;
  border: solid 1px #d2d2d2; }
  .mark-list h3 {
    margin-top: 50px; }
  .mark-list p {
    font-size: 20px;
    line-height: 30px;
    font-style: italic; }
  .mark-list:before {
    font-size: 150px;
    line-height: 150px; }

.mark-primary-1:before {
  color: #f52484; }

.mark-primary:before {
  color: #6fd7aa; }

.mark-secondary:before {
  color: #182220; }

/*==================     Float Box    ======================*/
.float-box:before, .float-box:after {
  display: table;
  content: "";
  line-height: 0; }
.float-box:after {
  clear: both; }
.float-box .thumb {
  float: left;
  width: 33.333%; }

/*==================    Img wrap    ======================*/
.img-wr {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/*==================    Social    ======================*/
.social > li {
  display: inline-block; }
  .social > li a {
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    color: #c4c4c4; }
    .social > li a:hover {
      color: #8AC840; }
    .social > li a:active {
      color: #70a530; }
  .social > li + li {
    margin-left: 26px; }

.social__md > li a {
  font-size: 22px;
  line-height: 22px;
  color: #454545; }
.social__md > li + li {
  margin-left: 18px; }

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  text-align: center; }
  .index-list li h4 {
    color: #FFF;
    letter-spacing: -1.8px;
    margin-top: 30px; }
  .index-list li:before {
    content: counter(li,decimal-leading-zero) ".";
    counter-increment: li;
    display: inline-block;
    font: 400 55px/237px "Montserrat", sans-serif;
    color: #FFF;
    width: 237px;
    height: 237px;
    background: rgba(111, 215, 170, 0.24);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }


.index-list li:nth-of-type(1):before{
  content: "80%";
}
.index-list li:nth-of-type(2):before{
  content: "54%";
}
.index-list li:nth-of-type(3):before{
  content: "58%";
}

  .index-list li:hover:before {
    background: #6fd7aa; }
  .index-list li.col-:nth-child(12n + 13),
  .index-list li.col-:nth-child(6n + 7),
  .index-list li.col-:nth-child(4n + 5),
  .index-list li.col-:nth-child(3n + 4),
  .index-list li.col-:nth-child(2n + 3) {
    clear: left; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer .social__md {
  padding-left: 90px; }
footer .mail {
  padding-left: 17px; }
footer .social__md, footer .privacy {
  margin-top: 17px; }
footer:before, footer:after {
  display: table;
  content: "";
  line-height: 0; }
footer:after {
  clear: both; }
footer .privacy {
  float: right; }

/*==================   Mail  ======================*/
.mail {
  font-size: 52px;
  line-height: 52px;
  color: #182220; }
  .mail:hover {
    color: #8AC840; }
  .mail:active {
    color: #70a530; }

/*==================   Privacy  ======================*/
.privacy {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #5e5e5e; }

/*========================================================
                     RESPONSIVE
=========================================================*/
@media (max-width: 1199px) {
  h4 {
    font-size: 22px;
    line-height: 28px; }

  .indent {
    padding: 0; }

  .block_overlay p {
    padding: 35px 40px 34px; }

  .mark-list {
    padding: 54px 10px 70px; }

  address {
    padding-right: 0; }

  footer .social__md {
    padding-left: 10px;
    margin-top: 0; }
  footer .privacy {
    font-size: 14px; } }
@media (max-width: 991px) {
  .block:before {
    bottom: 8px; }
  .block img {
    width: 100%; }
  .block_overlay p {
    padding: 62px 40px 73px; }

  .row__off {
    margin-top: 0; }

  .index-list li:before {
    width: 200px;
    height: 200px;
    line-height: 200px; }

  .center_media {
    text-align: center; }

  footer {
    text-align: center; }
    footer address {
      display: inline-block; }
      footer address:before {
        top: -10px; }
    footer .privacy {
      float: none;
      margin-top: 10px;
      padding-left: 20px; } }
@media (max-width: 767px) {
  p {
    font-size: 20px;
    line-height: 30px; }

  h1 {
    font-size: 90px;
    line-height: 65px; }
    h1 span {
      font-size: 70px; }

  h2 {
    font-size: 35px;
    line-height: 35px; }

  [class*='well'] {
    padding: 30px 0; }

  header .well {
    padding: 60px 0 80px; }

  .brand + .row, h2 + p, * + .float-box, .row__off-2 {
    margin-top: 30px; }

  .block:before {
    bottom: 4px; }
  .block_overlay {
    margin-left: -2px; }
    .block_overlay p {
      padding: 7% 3% 10%; }

  .float-box .thumb {
    width: 50%; } }
@media (max-width: 479px) {
  h4 {
    font-size: 20px;
    line-height: 24px; }

  .float-box .thumb {
    width: 100%; }

  footer address {
    padding-left: 55px; }

  .block_overlay p {
    line-height: 20px; } }
