﻿@charset "UTF-8";
@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=Raleway:400,500,700);
@import url(material-design.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #a4a8ae;
  font: 500 15px/27px "Raleway", sans-serif;
  -webkit-text-size-adjust: none;
  background: black;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #3b3d3f;
}

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

h2 {
  font-size: 80px;
  line-height: 94px;
  font-weight: 700;
}
h2 small {
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 60px;
    line-height: 80px;
  }
  h2 small {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 45px;
    line-height: 60px;
  }
  h2 small {
    font-size: 30px;
  }
}

h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}

h4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

h5 {
  font-size: 31px;
  font-weight: 500;
  line-height: 44px;
}

h6 {
  font-size: 21px;
  line-height: 31px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: none;
}
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;
}

.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .text-center__767 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .text-center__991 {
    text-align: center;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 45px;
}

.row + * {
  margin-top: 30px;
}

.row + .row {
  margin-top: 30px;
}

* + .btn {
  margin-top: 25px;
}

* + .marked-list {
  margin-top: 26px;
}

.row + .offs {
  margin-top: 55px;
}
@media (max-width: 479px) {
  .row + .offs {
    margin-top: 0px;
  }
}

h3 + img {
  margin-top: 45px;
}

h3 + .index-list2 {
  margin-top: 35px;
}

h3 + h5 {
  margin-top: 35px;
}

img + h5 {
  margin-top: 16px;
}

* + p {
  margin-top: 10px;
}

p + .marked-list,
h5 + .marked-list {
  margin-top: 10px;
}

p + .btn {
  margin-top: 35px;
}

h3 + .offs {
  margin-top: 40px;
}

h3 + p {
  margin-top: 40px;
}

h3 + .block-icon__skin {
  margin-top: 35px;
}

* + .offs2 {
  margin-top: 35px;
}

time + h5 {
  margin-top: -10px;
}

* + .map {
  margin-top: 45px;
}

* + .mailform {
  margin-top: 45px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand_name {
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
  padding-left: 47px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
}
.brand_name:before {
  /*content: '\e1a2';*/
  position: absolute;
  left: -3px;
  top: 0;
  color: #18BD9B;
  font: 400 45px/45px 'Material-design';
}
.brand_name small {
  color: #a4a8ae;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  display: inline-block;
  vertical-align: baseline;
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 23px;
    padding-left: 35px;
  }
  .brand_name small {
    font-size: 12px;
  }
  .brand_name:before {
    font-size: 32px;
  }
}

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

.bg-secondary {
  background: #3b3d3f;
}

.bg-default {
  background: #fff;
}

/*==================     Color     ======================*/
.clr-primary {
  color: #18BD9B;
}

.clr-secondary {
  color: #3b3d3f;
}

.clr-default {
  color: #fff;
}

/*==================     Icons     ======================*/
.material-design-add184,
.material-design-bubble8,
.material-design-check51,
.material-design-halffilled1,
.material-design-thumb54,
.material-design-set5,
.material-design-two385,
.material-design-timelapse,
.material-design-settings49,
.material-design-light88,
.material-design-earth205 {
  /*color: #18BD9B;*/
  color:#00BFF3;
  font-size: 61px;
  line-height: 61px;
}

.material-design-home149,
.material-design-black402,
.material-design-phone370 {
  color: #fff;
  font-size: 40px;
  line-height: 89px;
}

/*==================    Buttons    ======================*/
.btn {
    color:white;
  display: inline-block;
  line-height: 75px;
  /*background: #18BD9B;*/
  background:#00BFF3;
  text-align: center;
  position: relative;
  /*padding: 0 10px;*/
  padding: 0 43px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn:before {
    color:white;
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  /*background: #18BD9B;*/
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn:after {
    color:white;
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  bottom: 50%;
  right: 0;
  /*background: #18BD9B;*/
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.btn span {
  line-height: 37px;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
}
.btn:hover:after, .btn:hover:before {
  height: 0;
}
.btn:active {
  background: #222425;
}
.btn__mod1 {
  width: 94%;
  height: auto;
  padding: 0 10px;
}
.btn__mod1 span:before {
  font: 400 37px/37px 'Material-design';
  padding-right: 15px;
  vertical-align: middle;
}
@media (max-width: 479px) {
  .btn__mod1 span {
    font-size: 15px;
    line-height: 25px;
  }
  .btn__mod1 span:before {
    font: 400 25px/25px 'Material-design';
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn__mod2 {
    padding: 0 25px;
  }
  .btn__mod2 span {
    font-size: 16px;
  }
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-right: 30px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 5px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 991px) {
  .box_aside {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list:before, .index-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.index-list:after {
  clear: both;
}
.index-list li {
  display: inline-block;
  background: #18BD9B;
  padding: 194px 53px 98px 37px;
  max-width: 33.24764353041988%;
  max-height: 510px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 509px;
}
.index-list li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.index-list li .arrow:before {
  content: url(../images/arrow.png);
  position: absolute;
  top: 151px;
  right: -15px;
  z-index: 1;
}
.index-list li .arrow__mod:before {
  top: 32px;
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  right: -27px;
}
.index-list li:before {
  content: counter(li,decimal);
  counter-increment: li;
  position: absolute;
  width: 123px;
  height: 123px;
  line-height: 123px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #b7ca3a;
  top: 39px;
  left: 38px;
  font-family: 'Times New Roman';
  color: #fff;
  font-size: 71px;
  font-weight: 400;
  z-index: 9;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.index-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 800px;
  right: 0;
  bottom: 0;
  background: #3b3d3f;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.index-list li:hover:after {
  top: 0;
}
.index-list li:hover:before {
  background: #585a5c;
}
.index-list li p {
  position: relative;
  z-index: 9;
  font-size: 31px;
  line-height: 44px;
  color: #fff;
}
.index-list li p a:hover {
  color: #18BD9B;
}
@media (max-width: 1199px) {
  .index-list li {
    padding: 194px 22px 98px;
  }
}
@media (max-width: 991px) {
  .index-list li p {
    font-size: 21px;
    line-height: 31px;
  }
}
@media (max-width: 767px) {
  .index-list li {
    float: none;
    min-height: 0;
    max-width: 388px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .index-list li:first-child {
    border-left: none;
  }
  .index-list li .arrow:before {
    bottom: -31px;
    left: -4px;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .index-list li .arrow__mod:before {
    bottom: -30px;
    left: -7px;
  }
}

/*==================   Index List2  ======================*/
.index-list2 {
  counter-reset: li;
}
.index-list2 li {
  position: relative;
  padding-left: 100px;
  min-height: 89px;
}
.index-list2 li:before {
  content: counter(li,decimal);
  display: inline-block;
  counter-increment: li;
  position: absolute;
  width: 79px;
  height: 79px;
  line-height: 79px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #18BD9B;
  top: 10px;
  left: 0px;
  font-family: 'Times New Roman';
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  z-index: 9;
}
@media (max-width: 991px) {
  .index-list2 li p {
    text-align: left !important;
  }
}
.index-list2 li + li {
  margin-top: 15px;
}

/*================    Marked list     =================*/
.marked-list {
  list-style: none;
  display: inline-block;
}
.marked-list li {
  position: relative;
  padding-left: 37px;
}
.marked-list li a {
  font-size: 20px;
  line-height: 39px;
  display: inline-block;
  color: #18BD9B;
}
.marked-list li a:before {
  content: '\e18e';
  position: absolute;
  left: 0;
  top: 0;
  font: 400 24px/39px 'Material-design';
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /*color: #18BD9B;*/
  color: #3b3d3f;
}
.marked-list li a:hover {
  /*color: #3b3d3f;*/
}
.marked-list li a:hover:before {
  left: 2px;
}
@media (max-width: 767px) {
  .marked-list li {
    text-align: left;
  }
}
.marked-list__mod1 li a:hover {
  color: #fff;
}

/*==================  Icon  List    =====================*/
.icon-list {
  color: #fff;
}
.icon-list li {
  position: relative;
  display: inline-block;
  padding-left: 133px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.icon-list li address, .icon-list li a {
  font-style: normal;
  font-size: 20px;
  line-height: 39px;
  display: inline-block;
}
.icon-list li address {
  margin-top: -15px;
}
.icon-list li a:hover {
  color: #3b3d3f;
}
.icon-list li a[href^="callto:#"] {
  font-size: 30px;
  line-height: 39px;
  font-weight: 400;
}
.icon-list li span {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 89px;
  height: 89px;
  line-height: 89px;
  left: 15px;
  top: -23px;
  background: rgba(59, 61, 63, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.lt-ie9 .icon-list li span {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A3B3D3F', endColorstr='#1A3B3D3F')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A3B3D3F', endColorstr='#1A3B3D3F');
  zoom: 1;
}
.icon-list li span:before {
  color: #fff;
}
.icon-list li .fa:before {
  font-size: 34px;
}
.icon-list li:hover span {
  background: rgba(59, 61, 63, 0.6);
}
.lt-ie9 .icon-list li:hover span {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#993B3D3F', endColorstr='#993B3D3F')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#993B3D3F', endColorstr='#993B3D3F');
  zoom: 1;
}
@media (max-width: 1199px) {
  .icon-list li a[href^="callto:#"] {
    font-size: 20px;
    line-height: 39px;
  }
  .icon-list li {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .icon-list li {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
    text-align: center;
  }
  .icon-list li address {
    margin-top: 6px;
  }
  .icon-list li span {
    left: 50%;
    margin-left: -44.5px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .icon-list {
    text-align: center;
  }
  .icon-list li address, .icon-list li a, .icon-list li a[href^="callto:#"] {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 479px) {
  .icon-list li {
    display: block;
  }
}

/*==================      Block      ====================*/
.block {
  border: 2px solid #F1F2F3;
  padding: 31px 10px 40px 36px;
}
.block__mod {
  background: #F1F2F3;
}
.block__mod2 {
  padding: 28px 10px 30px 36px;
}

/*==================      Block-icon  ===================*/
.block-icon {
  display: inline-block;
  padding: 0 20px 0 15px;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.block-icon h5 a:hover {
  color: #fff;
}
.block-icon span {
  display: inline-block;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.block-icon:hover span {
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.block-icon * + p {
  margin-top: 12px;
}
.block-icon * + h5 {
  margin-top: 7px;
}

.block-icon__skin {
  position: relative;
  padding-left: 70px;
}
.block-icon__skin .icon {
  position: absolute;
  left: 0px;
  top: 3px;
  text-align: center;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.block-icon__skin + .block-icon__skin {
  margin-top: 14px;
}
.block-icon__skin__mod {
  padding-left: 98px;
}
.block-icon__skin__mod .icon {
  left: 0px;
  top: 10px;
}

/*==================      Blockquotes  ===================*/
cite {
  font-style: normal;
  display: block;
  font-size: 20px;
  color: #3b3d3f;
}

q {
  font-style: normal;
  quotes: none;
  display: block;
}

.blockquote {
  margin: 0;
  background: #F1F2F3;
  display: block;
  padding: 30px 50px 40px 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blockquote .material-design-rate {
  font-size: 40px;
  color: #A4A8AE;
  line-height: 40px;
}
.blockquote * + cite {
  margin-top: 17px;
}
.blockquote span {
  margin-left: -9px;
}
.blockquote span + span {
  margin-left: -20px;
}
.blockquote .act {
  color: #18BD9B;
}
.blockquote + .blockquote {
  margin-top: 29px;
}

.blockquote2 {
  margin: 0;
}
.blockquote2 * + cite {
  margin-top: 14px;
}
.blockquote2 p {
  padding-top: 42px;
  position: relative;
}
.blockquote2 p:before, .blockquote2 p:after {
  display: table;
  content: "";
  line-height: 0;
}
.blockquote2 p:after {
  clear: both;
}
.blockquote2 p:before {
  content: '\f10d';
  position: absolute;
  left: 0;
  top: 3px;
  /*color: #18BD9B;*/
  color:#00BFF3;
  font: 400 36px/27px "FontAwesome";
}
.blockquote2 + blockquote {
  margin-top: 19px;
}
* + .blockquote2 {
  margin-top: 44px;
}

/*==================   Copyright     ====================*/
.copyrights {
  color: #fff;
}
* + .copyrights {
  margin-top: 83px;
}
.copyrights a:hover {
  color: #3b3d3f;
}
@media (max-width: 991px) {
  .copyrights {
    margin-top: 30px;
  }
}

/*==================   Thumbnail      ====================*/
.thumbnail {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .thumbnail {
    text-align: center;
  }
}
.thumbnail .caption {
  margin-top: 15px;
  color: #fff;
}
.thumbnail .caption h5 {
  color: #fff;
}
.thumbnail .caption h5 a:hover {
  color: #3b3d3f;
}
@media (max-width: 991px) {
  .thumbnail .caption {
    max-width: 270px;
    width: 270px;
    margin: 20px auto;
  }
}

/*==================   Articles      ====================*/
article + article {
  margin-top: 28px;
}
article .thumbnail + h5 {
  margin-top: 16px;
}
article time {
  font-size: 31px;
  line-height: 44px;
}
article h5 a:hover {
  color: #18BD9B;
}

/*==================  Contact List  ====================*/
.contact-list {
  display: inline-block;
}
.contact-list address {
  font-style: normal;
  font-size: 31px;
  line-height: 44px;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-list address {
    font-size: 30px;
    line-height: 35px;
  }
}
.contact-list dl {
  width: 210px;
  margin: 0;
  display: block;
  text-align: left;
}
.contact-list dl.phone dd:last-child {
  margin-left: 54px;
}
.contact-list dl.email dd {
  margin-left: -3px;
}
.contact-list dd, .contact-list dt {
  display: inline-block;
}
.contact-list dt {
  margin: 0;
}
.contact-list dd {
  margin: 0;
  margin-left: 6px;
}
.contact-list dd a[href^="mailto:"] {
  color: #18BD9B;
}
.contact-list dd a[href^="mailto:"]:hover {
  color: #3b3d3f;
  text-decoration: underline;
}
.contact-list dd a:hover {
  color: #18BD9B;
}
* + .contact-list {
  margin-top: 35px;
}

/*================    Term list     =================*/
* + .term-list {
  margin-top: 35px;
}
.term-list dt {
  color: #3b3d3f;
  font-size: 31px;
  font-weight: 500;
  line-height: 44px;
}
.term-list dd {
  margin-left: 0;
}
.term-list * + dt {
  margin-top: 50px;
}
.term-list dt + * {
  margin-top: 2px;
}
.term-list * + dd {
  margin-top: 11px;
}
.term-list a[href^="mailto:"] {
  margin-top: 50px;
  display: inline-block;
  color: #18BD9B;
}
.term-list a[href^="mailto:"]:hover {
  text-decoration: underline;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  padding: 9px 0 0;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  padding: 0 25px 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 0 17px 30px;
  }
}
.sf-menu > li > a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #18BD9B;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #3b3d3f;
}
.sf-menu > li.sfHover > a:before, .sf-menu > li > a:hover:before {
  width: 100%;
}
.sf-menu > li.active > a {
  color: #3b3d3f;
}
.sf-menu > li.active > a:before {
  width: 100%;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  width: 219px;
  padding: 23px 25px;
  background: #F1F2F3;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.sf-menu ul > li {
  padding: 6px 0;
}
.sf-menu ul > li > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #18BD9B;
}

.sf-menu ul li.sub-menu {
  position: relative;
}
.sf-menu ul li.sub-menu:before {
  content: '\e0c2';
  position: absolute;
  right: 0;
  font: 400 23px/24px 'Material-design';
  color: #18BD9B;
}

.sf-menu ul ul {
  position: absolute;
  top: -50%;
  left: 120%;
  width: 219px;
  margin-top: 0;
  z-index: 4;
  padding: 23px 25px;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:after {
  position: absolute;
  left: 82%;
  top: 20%;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #A5BFD2;
  background: #2B3643;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul li.active > a {
  background: #313e4e;
  color: #fff;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a:hover {
  background: #313e4e;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #2B3643;
  color: #A5BFD2;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #2B3643;
  color: #FFF;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFF;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  /*background: #E2E2E2;*/
  background:whitesmoke;
  z-index: 999;
  border-bottom: 2px solid #18BD9B;
  padding-top: 5px;
}
.isStuck .sf-menu > li > a {
  padding-bottom: 10px;
}
.isStuck .sf-menu > li > .sf-with-ul:after {
  top: 28%;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #00BFF3;
  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: #18BD9B;*/
  background:#3b3d3f;
  text-decoration: none;
}

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

/*=================       Tabs     ======================*/
.resp-tabs-list {
  position: relative;
}
.resp-tabs-list:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  display: block;
  width: 100%;
  background: #5c5e60;
}
.resp-tabs-list li {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0px 15px;
  position: relative;
}
.resp-tabs-list li:before {
  position: absolute;
  content: '';
  display: inline-block;
  height: 2px;
  background: #18BD9B;
  left: 50%;
  margin-left: -55px;
  right: 0;
  width: 109px;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lt-ie9 .resp-tabs-list li:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.resp-tabs-list li:hover {
  color: #fff;
}
.resp-tabs-list li:hover:before {
  opacity: 1;
}
.lt-ie9 .resp-tabs-list li:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.resp-tabs-list li + li {
  margin-left: 47px;
}
.resp-tabs-list .resp-tab-active {
  color: #fff;
}
.resp-tabs-list .resp-tab-active:before {
  opacity: 1;
}
.lt-ie9 .resp-tabs-list .resp-tab-active:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

* + .resp-tabs-container {
  margin-top: 55px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 5px 0px 5px;
    background: #18BD9B;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 100%;
  }
  .resp-accordion:hover {
    background: #fff;
    color: #18BD9B;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*==================  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;
  padding-top: 205px;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .parallax_cnt {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding: 5px 0 0;
  background: #fff;
  border-bottom: 2px solid #18BD9B;
}
@media (max-width: 767px) {
  header {
    padding: 20px 0;
  }
}
header .brand {
  float: left;
}
header .nav {
  float: right;
  position: relative;
  right: -32px;
}
@media (max-width: 1249px) {
  header .nav {
    right: -5px;
  }
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
  header .nav {
    position: static;
  }
}

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

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

a.link:hover {
  color: #fff;
}

@media (max-width: 767px) {
  [class*="col-"] {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .row .col-sm-12 {
    margin-top: 30px;
  }
}
/*==================      Well     ======================*/
.well-1 {
  padding: 65px 0 90px;
}

.well-2 {
  padding: 40px 0 72px;
}

.well-3 {
  padding: 72px 0 69px;
}

.well-4 {
  padding: 60px 0 70px;
}

.well-5 {
  padding: 60px 0 62px;
}

.well-6 {
  padding: 65px 0 55px;
}

.well-7 {
  padding-top: 60px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding: 1px 0 50px;
  background: #18BD9B;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}





.footer_section1{
	padding-top: 35px;
}

.grid_3{font-size: 12px;	}

.grid_3 {
  width: 270px;
}

  .grid_3 {
    width: 220px;
  }

   .grid_3 {
    width: 172px;
  }

   .vline:before {display: none;}

   .vline{
	position: relative;
	padding-bottom: 15px;
}
.vline:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 1px;
	/*height: 322px;*/
	height: 100%;
	right: 35px;
	top: 16px;
	background: #515050;
}

.vline:before {right: 1px;}

.footer_title {
	font:bold 18px/24px 'Asap', Arial, sans-serif;
	color:white;
	margin-top: 30px;
	text-transform: uppercase;
}

.list2{margin-top: 14px;margin-left: 3px;}
.list2 li {
	display: block;
	padding-bottom: 3px;
    color: #fff;
	text-decoration: none;
	font: 11px/16px "Lato", Arial, sans-serif;
}
}
.list2 li a {
	color: #fff;
	text-decoration: none;
	font: 11px/16px "Lato", Arial, sans-serif;
}
.list2 li a:hover, .list2 li.current a {color: #cc0001;}

.footer_title2 {
	font:bold 23px/24px 'Roboto Slab', Arial, sans-serif;
	color:white;
	margin-top: 34px;
	text-transform: uppercase;
}

.txt10 {
	font: 11px/13px 'Lato', Arial, sans-serif;
	color:#fff;
	margin-top: 35px;
	max-width: 230px;
}

.txt11 {
	font:27px/27px 'Lato', Arial, sans-serif;
	color:#fff;
	margin-top: 30px;
}

.txt11 {font: 21px/27px 'Lato', Arial, sans-serif;}

p.txt_priv{
	color:#fff;
	font:12px/21px "Lato", Arial, sans-serif;
	margin-top: 26px;
}


.hline2{
	margin-top: 65px;
	width: 100%;
	height: 3px;
	background: #545454;
	position: relative;
}

.footer_priv{
	padding: -2px 0 30px;
}

	.list3 li a {font: 11px/20px Arial, sans-serif;}
	.list3 li{margin-right: 14px;}

    
.list3{
	margin-top: 7px;
	float: left;
	margin-left: 3px;
}
.list3 li {
	display: block;
	float: left;
	margin-right: 22px;
}
.list3 li a {
	color: #fff;
	text-decoration: none;
	font: 14px/20px "Asap", Arial, sans-serif;
	text-transform: uppercase;
}
.list3 li a:hover, .list3 li.current a {color: #2f2f2f;}




.page1_block {
    color: #919191;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 70px;
}

.page1_block1 {
    padding-bottom: 92px;
    padding-top: 69px;
    /*background-color: #18bd9b;*/
    background-color:#00BFF3;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.page1_block1 .title {
    padding-top: 31px;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
}


.page1_block1 .title a:hover {
    color: #323A47;
}

.block1.b1 {
    margin-right: 12px;
    padding-top: 9px;
    margin-top: 23px;
    border-top: 1px solid #52ceb4;
}


.block1 .clear {
}

.block1 img {
    float: left;
    position: relative;
   margin-top: -9px;
   top: -11px;
}

.block1 {
    margin-right: 12px;
}

.block1 {
    /*border-top: 1px solid #52CEB4;*/
    margin-right: 12px;
    margin-top: 23px;
    padding-top: 9px;
}

.gallery .clear  {
    height: 0;
}


.clear {
	float: none !important;
	clear: both;
}


.gallery .clear {
    height: 44px;
}


.ver:after {
    display: none;
}

.ver {
    position: relative;
}

.ver:after {
    width: 1px;
    background-color: #52ceb4;
    content: '';
    display: block;
    position: absolute;
    display: block;
    top: 0;
    bottom: -10px;
    left: -21px;
}

.ver1:after {
    top: 35px;
}



.bq1 {
    font-weight: 300;
    padding-top: 29px;
    font-size: 20px;
    line-height: 36px;
    color: #cacaca;
    padding-bottom: 63px;
}

.bq1 h2 {
    padding-bottom: 7px;
    color: #fff;
}

.bq1 a {
    line-height: 30px;
    color: #18bd9b;
    font-style: italic;
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-top: 21px;
}

.bq1 a:hover {
    color: #fff;
}

.bq1 a:before {
    height: 1px;
    background-color: #595f6a;
    content: '';
    width: 39px;
    position: absolute;
    left: -60px;
    top: 17px;
    pointer-events: none;
}

.bq1 a:after {
    height: 1px;
    background-color: #595f6a;
    content: '';
    width: 39px;
    position: absolute;
    right: -60px;
    top: 17px;
    pointer-events: none;
}


.center {
	text-align: center;
}

.bg1 {
    background-color: #323a47;
}

.page1 h2 {
    margin-bottom: 20px;
    padding-top: 56px;
}



.bottom_block  .fleft {
    margin-right: 32px;
    margin-top: 0px;
    position: relative;
    top: 56px;
}

.bottom_block a {
    border-radius: 18px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #fff;
    display: inline-block;
    padding: 9px 27px 8px;
    margin-top: 22px;
}

.bottom_block a:hover {
    color: #fff;
    background-color: #323a47;
}


.bottom_block {
    padding-bottom: 56px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    /*background-color: #18bd9b;*/
    background-color:#00BFF3;
}

.bottom_block h2 {
    color: #fff;
    text-align: left;
}

.bottom_block  .fleft {
    margin-right: 32px;
    margin-top: 0px;
    position: relative;
    top: 56px;
}

.bottom_block a {
    border-radius: 18px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #fff;
    display: inline-block;
    padding: 9px 27px 8px;
    margin-top: 22px;
}

.bottom_block a:hover {
    color: #fff;
    background-color: #323a47;
}

.img_inner {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

.img_inner img {
	width: 100%;
}

 .img_inner {
 margin-top: 30px;
}

 .img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 23px;
	margin-top: 7px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 4px;
}

.page1 .img_inner {
    margin-top: 19px;
    margin-bottom: 40px;
}

.block3 .fleft {
    margin-right: 22px;
}

.blog .fleft {
    margin-right: 22px;
}

.wrapper, .extra_wrapper {
	overflow: hidden;
}

 .extra_wrapper {
 overflow: visible;
}

 .block3 .extra_wrapper {
    overflow: hidden;
}