html,
body {
  height: 100%;
}
html * {
  max-height: 999999px;
}
img {
  border: 0;
}
p:last-child {
  margin-bottom: 0;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both !important;
  height: 0;
}
* html .clearfix {
  position: relative;
  zoom: 1;
}
* + html .clearfix {
  position: relative;
  zoom: 1;
}
a {
  outline: 0;
  text-decoration: none;
  transition: all 0.3s;
  color: #00a8dc;
}
a:hover {
  outline: 0;
  text-decoration: underline;
  color: #0081a9;
}
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}
.opensans {
  font-family: 'Open Sans', sans-serif;
}
.comfortaa {
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
}
.bodyfont {
  color: #545454;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  color: #545454;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  padding: 0 15px;
  box-shadow: none;
  background: none;
  border: 2px solid #ffffff;
  height: 45px;
  border-radius: 0;
  font-size: 18px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.form-control:-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0.2;
}
.form-control:focus::-moz-placeholder {
  opacity: 0.2;
}
.form-control:focus:-moz-placeholder {
  opacity: 0.2;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0.2;
}
textarea.form-control {
  height: 120px;
  padding: 10px 15px;
}
.control-label {
  display: none;
}
.form-group {
  margin-bottom: 30px;
}
.button {
  display: inline-block;
}
.button-blank {
  background: none;
  font-family: 'Comfortaa', cursive;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-align: center;
  padding: 8px 35px 7px 35px;
  text-decoration: none;
}
.button-blank:hover {
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}
.button-blank:active,
.button-blank:focus {
  color: #ffffff;
}
.button-service {
  height: 110px;
  line-height: 100px;
  width: 100%;
  max-width: 330px;
  background: none;
  font-size: 26px;
  font-weight: 600;
  border: 4px solid #ffffff;
  color: #ffffff;
  text-align: center;
  padding: 0 10px 0 30px;
  text-decoration: none;
}
@media screen and (max-width:  767px) {
  .button-service {
    font-size: 24px;
  }
}
.button-service span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
.button-service:hover {
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}
.button-service:active,
.button-service:focus {
  color: #ffffff;
}
.button-submit {
  background: none;
  font-family: 'Comfortaa', cursive;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-align: center;
  padding: 8px 35px 7px 35px;
  text-decoration: none;
  font-size: 34px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  padding: 8px 35px 8px 35px;
}
.button-submit:hover {
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}
.button-submit:active,
.button-submit:focus {
  color: #ffffff;
}
.button-fill {
  text-align: center;
  color: #ffffff;
  font-size: 52px;
  background-color: #5b8693;
  border-radius: 10px;
  padding: 4px 50px 12px 50px;
}
@media screen and (max-width:  767px) {
  .button-fill {
    font-size: 25px;
    padding: 10px 25px;
  }
}
.button-fill:hover {
  color: #ffffff;
  text-decoration: none;
  background: #486974;
}
.button-fill:active,
.button-fill:focus {
  color: #ffffff;
}
body {
  margin: 0;
  padding: 0;
  color: #545454;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  background-color: #dde3e8;
  position: relative;
  min-width: 320px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
#wrapper {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100%;
}
@media screen and (max-width:  767px) {
  #wrapper {
    z-index: 2;
  }
}
* html #wrapper {
  height: 100%;
}
#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  padding-bottom: 244px;
}
@media screen and (max-width:  767px) {
  #container {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.section {
  padding: 0 15px;
  position: relative;
}
.section-container {
  position: relative;
}
.section-content {
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
}
.section-title {
  font-weight: 600;
  font-size: 60px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width:  767px) {
  .section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.section-page-title.homepage {
  background: #ffffff url(../images/bg-hp-page-title.png) 50% 0 no-repeat;
  background-size: cover;
}
.section-page-title.homepage .section-title {
  font-size: 60px;
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
}
@media screen and (max-width:  767px) {
  .section-page-title.homepage .section-title {
    font-size: 30px;
  }
}
.section-page-title.about-us {
  background: #e5f1f5 url(../images/bg-about-us.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.section-page-title.web {
  background: #445564 url(../images/bg-web.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.section-page-title.web .section-title {
  color: #ffffff;
}
.section-page-title.im {
  background: #445564 url(../images/bg-web.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.section-page-title.im .section-title {
  color: #ffffff;
}
.section-page-title .section-content {
  padding: 60px 0;
}
@media screen and (max-width:  767px) {
  .section-page-title .section-content {
    padding: 40px 0;
  }
}
.section-page-title .section-title {
  font-size: 72px;
  font-weight: 600;
  color: #545454;
  line-height: 1.1;
  text-align: center;
  margin: 0;
}
@media screen and (max-width:  767px) {
  .section-page-title .section-title {
    font-size: 36px;
  }
}
.section-hp-promo {
  padding: 0;
  background-color: #f0f0f0;
}
.section-hp-promo:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #dde3e8;
  right: 0;
  bottom: 0;
  top: 0;
  left: 50%;
}
.section-hp-promo .section-content {
  padding: 0;
  z-index: 2;
}
.hp-promo-row {
  display: table;
  width: 100%;
  background-color: #dde3e8;
}
@media screen and (max-width:  767px) {
  .hp-promo-row {
    display: block;
  }
}
.hp-promo-row:nth-child(1) .hp-promo-content {
  padding-left: 170px;
}
.hp-promo-row:nth-child(2) {
  direction: rtl;
}
@media screen and (max-width:  767px) {
  .hp-promo-row:nth-child(2) {
    direction: ltr;
  }
}
.hp-promo-row:nth-child(2) > * {
  direction: ltr;
}
.hp-promo-row:nth-child(2) .hp-promo-title .title {
  padding-left: 85px;
  padding-right: 30px;
}
.hp-promo-row:nth-child(2) .hp-promo-content {
  background-color: #f0f0f0;
  padding-left: 80px;
}
.hp-promo-row > * {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
@media screen and (max-width:  767px) {
  .hp-promo-row > * {
    padding: 15px;
    display: block;
  }
}
.hp-promo-row .hp-promo-title {
  width: 395px;
  color: #ffffff;
  background-color: #8ca9b7;
}
@media screen and (max-width: 991px) {
  .hp-promo-row .hp-promo-title {
    width: 300px;
  }
}
@media screen and (max-width:  767px) {
  .hp-promo-row .hp-promo-title {
    width: auto;
  }
}
.hp-promo-row .hp-promo-title .title {
  font-size: 34px;
  padding-left: 55px;
}
@media screen and (max-width: 991px) {
  .hp-promo-row .hp-promo-title .title {
    font-size: 24px;
    padding: 0 !important;
    text-align: center;
  }
}
.hp-promo-row .hp-promo-content {
  font-size: 21px;
  background-color: #dde3e8;
  padding: 55px;
}
@media screen and (max-width: 1199px) {
  .hp-promo-row .hp-promo-content {
    padding: 40px !important;
  }
}
@media screen and (max-width:  767px) {
  .hp-promo-row .hp-promo-content {
    font-size: 18px;
    padding: 15px !important;
  }
}
.hp-icon {
  display: block;
  margin: 0 auto 25px auto;
}
.hp-icon.hand {
  background: url(../images/icon-hand.png) 0 0 no-repeat;
  width: 72px;
  height: 98px;
}
.hp-icon.tool {
  background: url(../images/icon-tool.png) 0 0 no-repeat;
  width: 85px;
  height: 86px;
}
.hp-icon.success {
  background: url(../images/icon-success.png) 0 0 no-repeat;
  width: 79px;
  height: 89px;
}
.section-services-list {
  background: #8ca6b1 url(../images/bg-services-list.jpg) 50% 0 no-repeat;
  background-size: cover;
  color: #ffffff;
}
.section-services-list .section-title {
  color: #ffffff;
}
.section-services-list .section-content {
  padding: 30px 0 20px 0;
}
.services-list {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.services-list:before,
.services-list:after {
  content: " ";
  display: table;
}
.services-list:after {
  clear: both !important;
  height: 0;
}
* html .services-list {
  position: relative;
  zoom: 1;
}
* + html .services-list {
  position: relative;
  zoom: 1;
}
.services-list > li {
  width: 33.33333%;
  padding: 0 15px;
  float: left;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .services-list > li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:  767px) {
  .services-list > li {
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 991px) {
  .services-list > li:last-child {
    clear: left;
    width: 100%;
    margin-bottom: 0;
  }
}
.services-list > li:last-child .button-service {
  text-align: left;
}
.service-icon {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 158px;
  height: 159px;
  margin-bottom: 39px;
}
.service-icon:after {
  content: '';
  display: block;
  width: 3px;
  background-color: #ffffff;
  height: 40px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -1px;
}
.service-icon.web {
  background: url(../images/icon-web.png) 0 0 no-repeat;
}
.service-icon.marketing {
  background: url(../images/icon-marketing.png) 0 0 no-repeat;
}
.service-icon.managing {
  background: url(../images/icon-managing.png) 0 0 no-repeat;
}
.section-about-us {
  padding: 0;
  background-color: #dde3e8;
}
.section-about-us .section-content {
  padding: 0;
}
.about-us-row {
  display: table;
  width: 100%;
  background-color: #dde3e8;
}
@media screen and (max-width:  767px) {
  .about-us-row {
    display: block;
  }
}
.about-us-row:nth-child(1) .hp-promo-content {
  padding-left: 170px;
}
.about-us-row:nth-child(2) {
  direction: rtl;
}
@media screen and (max-width:  767px) {
  .about-us-row:nth-child(2) {
    direction: ltr;
  }
}
.about-us-row:nth-child(2) > * {
  direction: ltr;
}
.about-us-row > * {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
@media screen and (max-width:  767px) {
  .about-us-row > * {
    padding: 15px;
    display: block;
  }
}
.about-us-row .about-us-title {
  width: 500px;
  color: #ffffff;
  background-color: #8ca9b7;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .about-us-row .about-us-title {
    width: 300px;
  }
}
@media screen and (max-width:  767px) {
  .about-us-row .about-us-title {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.about-us-row .about-us-title .icon {
  display: block;
  margin: 0 auto 40px auto;
}
.about-us-row .about-us-title .title {
  font-size: 34px;
  padding-left: 55px;
}
@media screen and (max-width: 991px) {
  .about-us-row .about-us-title .title {
    font-size: 24px;
    padding: 0 !important;
    text-align: center;
  }
}
.about-us-row .about-us-content {
  font-size: 21px;
  background-color: #dde3e8;
  padding: 25px 50px;
}
@media screen and (max-width: 1199px) {
  .about-us-row .about-us-content {
    padding: 40px !important;
  }
}
@media screen and (max-width:  767px) {
  .about-us-row .about-us-content {
    font-size: 18px;
    padding: 15px !important;
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon.lamp {
  background: url(../images/icon-lamp.png) 0 0 no-repeat;
  width: 68px;
  height: 102px;
}
.icon.speaker {
  background: url(../images/speaker.png) 0 0 no-repeat;
  width: 101px;
  height: 91px;
}
.icon.users {
  background: url(../images/icon-users.png) 0 0 no-repeat;
  width: 129px;
  height: 92px;
}
.icon.bar-chart {
  background: url(../images/icon-bar-chart.png) 0 0 no-repeat;
  width: 158px;
  height: 112px;
}
.section-contact-us {
  color: #ffffff;
  background: #577f89 url(../images/bg-contact.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.section-contact-us .section-header {
  background: rgba(98, 121, 127, 0.65);
  margin: 0 -15px;
  padding: 0 15px;
}
.section-contact-us .section-header .section-content {
  max-width: 1100px;
  padding: 50px 0 60px 0;
}
.section-contact-us .section-header .section-title {
  font-size: 45px;
}
.section-contact-us .section-header .section-description {
  font-size: 22px;
}
.contact-form {
  margin: 0 auto 40px auto;
  max-width: 724px;
}
.contact-form .row {
  margin: 0 -40px;
}
.contact-form .row [class*="col-"] {
  padding: 0 40px;
}
.contact-form .description {
  max-width: 664px;
  margin: 0 auto;
  font-size: 22px;
  margin-bottom: 30px;
}
.contact-form .buttons {
  margin-top: 30px;
}
.contact-form .buttons .button {
  width: 100%;
}
.section-service.im .section-description {
  max-width: none;
  text-align: center;
}
.section-service.im .service-footer .description {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.section-service.managing {
  background: #8ca3ab url(../images/bg-managing.jpg) 50% 0 no-repeat;
  background-size: cover;
  color: #ffffff;
}
.section-service.managing .section-header {
  margin: 0 -15px;
  padding: 0 15px;
  background: rgba(98, 121, 127, 0.65);
}
.section-service.managing .section-header .section-content {
  max-width: 1100px;
  padding: 50px 0 40px 0;
}
.section-service.managing .section-header .section-title {
  color: #ffffff;
  font-size: 72px;
}
@media screen and (max-width: 991px) {
  .section-service.managing .section-header .section-title {
    font-size: 44px;
  }
}
@media screen and (max-width:  767px) {
  .section-service.managing .section-header .section-title {
    font-size: 36px;
  }
}
.section-service.managing .section-container .section-content {
  padding-top: 136px;
}
@media screen and (max-width: 991px) {
  .section-service.managing .section-container .section-content {
    padding-top: 60px;
  }
}
.section-service.managing .service-footer {
  padding: 100px 0;
}
@media screen and (max-width:  767px) {
  .section-service.managing .service-footer {
    padding: 50px 0;
  }
}
.section-service.managing .service-footer .button-fill {
  font-size: 50px;
  background-color: #5b8693;
  background: rgba(91, 134, 147, 0.8);
  font-weight: normal;
}
@media screen and (max-width:  767px) {
  .section-service.managing .service-footer .button-fill {
    font-size: 25px;
  }
}
.section-service.managing .service-footer .button-fill:hover {
  background: #5b8693;
}
.section-service .section-description {
  max-width: 780px;
  margin: 0 auto;
  font-size: 25px;
  margin-bottom: 40px;
  line-height: 1.2;
}
.section-service .service-footer {
  padding: 30px 0 25px 0;
}
.section-service .service-footer .description {
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.section-service .service-footer .buttons {
  text-align: center;
}
.service-list-wrapper {
  margin: 0 -15px;
}
.service-list-wrapper.im > ul > li:nth-child(1) .header:before {
  background: url(../images/im-list-1.png) 0 0 no-repeat;
}
.service-list-wrapper.im > ul > li:nth-child(2) .header:before {
  background: url(../images/im-list-2.png) 0 0 no-repeat;
}
.service-list-wrapper.im > ul > li:nth-child(3) .header:before {
  background: url(../images/im-list-3.png) 0 0 no-repeat;
}
.service-list-wrapper.im > ul > li:nth-child(4) .header:before {
  background: url(../images/im-list-4.png) 0 0 no-repeat;
}
.service-list-wrapper.im > ul > li .header:before {
  content: '';
  display: block;
  margin: 0 auto 10px auto;
  width: 167px;
  height: 167px;
}
.service-list-wrapper.web > ul > li:nth-child(1) .header:before {
  background: url(../images/web-list-1.png) 0 0 no-repeat;
}
.service-list-wrapper.web > ul > li:nth-child(2) .header:before {
  background: url(../images/web-list-2.png) 0 0 no-repeat;
}
.service-list-wrapper.web > ul > li:nth-child(3) .header:before {
  background: url(../images/web-list-3.png) 0 0 no-repeat;
}
.service-list-wrapper.web > ul > li:nth-child(4) .header:before {
  background: url(../images/web-list-4.png) 0 0 no-repeat;
}
.service-list-wrapper.web > ul > li .header:before {
  content: '';
  display: block;
  margin: 0 auto 10px auto;
  width: 167px;
  height: 166px;
}
.service-list-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .service-list-wrapper > ul {
    display: block;
  }
}
.service-list-wrapper > ul > li {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  border-right: 2px solid #dde3e8;
  background-color: #5b8997;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .service-list-wrapper > ul > li {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
}
.service-list-wrapper > ul > li:last-child {
  border-right: none;
}
.service-list-wrapper > ul > li .header {
  text-align: center;
  background-color: #dde3e8;
  padding: 0 15px 20px 15px;
}
.service-list-wrapper > ul > li .header .title {
  font-size: 28px;
  font-weight: 600;
  color: #545454;
}
.service-list-wrapper > ul > li .content {
  padding: 20px 15px;
  line-height: 2;
  font-size: 21px;
}
@media screen and (max-width: 1199px) {
  .service-list-wrapper > ul > li .content {
    line-height: 1.7;
  }
}
.service-managing-wrapper {
  position: relative;
  max-width: 1234px;
  margin: 0 auto;
}
.service-managing-wrapper:before,
.service-managing-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 4px;
  background-color: #ffffff;
}
.service-managing-wrapper:before {
  left: 0;
  right: 32%;
}
@media screen and (max-width:  767px) {
  .service-managing-wrapper:before {
    right: 44%;
  }
}
.service-managing-wrapper:after {
  left: 86%;
  right: 0;
}
.service-managing-wrapper .content {
  font-size: 24px;
  border: 4px solid #ffffff;
  border-top: none;
  padding: 50px 40px;
  position: relative;
}
@media screen and (max-width:  767px) {
  .service-managing-wrapper .content {
    padding: 20px 15px;
    font-size: 18px;
  }
}
.service-managing-wrapper .content:before {
  content: '';
  display: block;
  background: url(../images/icon-pause.png) 0 0 no-repeat;
  width: 51px;
  height: 41px;
  position: absolute;
  top: -18px;
  right: 21%;
}
@media screen and (max-width: 991px) {
  .service-managing-wrapper .content:before {
    right: 19%;
  }
}
.service-managing-wrapper .content:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}
.service-managing-wrapper .content .icon.users {
  float: left;
  margin: 70px 80px;
}
@media screen and (max-width: 991px) {
  .service-managing-wrapper .content .icon.users {
    padding: 50px;
  }
}
@media screen and (max-width:  767px) {
  .service-managing-wrapper .content .icon.users {
    float: none;
    margin: 0 0 20px 0;
  }
}
.service-managing-wrapper .content .icon.bar-chart {
  float: right;
  margin: 120px 80px;
}
@media screen and (max-width: 991px) {
  .service-managing-wrapper .content .icon.bar-chart {
    margin: 50px;
  }
}
@media screen and (max-width:  767px) {
  .service-managing-wrapper .content .icon.bar-chart {
    float: none;
    margin: 0 0 20px 0;
  }
}
#header {
  background-color: #ffffff;
  padding: 0 15px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width:  767px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
#header .header-content {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  height: 200px;
}
@media screen and (max-width: 991px) {
  #header .header-content {
    height: 100px;
  }
}
@media screen and (max-width:  767px) {
  #header .header-content {
    height: 50px;
  }
}
#header .header-logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}
.header-logo {
  width: 100%;
  max-width: 224px;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .header-logo {
    max-width: 180px;
  }
}
@media screen and (max-width:  767px) {
  .header-logo {
    max-width: 100px;
  }
}
.header-logo a {
  display: block;
  transition: all 0.3s;
  background: url(../images/logo.png) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 43.30357%;
  text-align: left;
  text-indent: -10000px;
}
.menu-trigger {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #545454;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .menu-trigger {
    display: block;
  }
}
.header-nav {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 991px) {
  .header-nav {
    margin-left: 0;
    display: none;
    float: none;
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px;
    background-color: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
    -webkit-transform: none;
            transform: none;
  }
}
.header-nav > .nav {
  padding: 0;
  list-style: none;
  margin: 0;
}
.header-nav > .nav:before,
.header-nav > .nav:after {
  content: " ";
  display: table;
}
.header-nav > .nav:after {
  clear: both !important;
  height: 0;
}
* html .header-nav > .nav {
  position: relative;
  zoom: 1;
}
* + html .header-nav > .nav {
  position: relative;
  zoom: 1;
}
.header-nav > .nav > li {
  padding: 0;
  float: left;
  margin: 0 0 0 60px;
}
@media screen and (max-width: 1199px) {
  .header-nav > .nav > li {
    margin-left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .header-nav > .nav > li {
    float: none;
    margin: 0;
    border: none;
    text-align: center;
  }
}
.header-nav > .nav > li.active a {
  color: #00a8dc;
}
.header-nav > .nav > li > a {
  padding: 0;
  font-size: 29px;
  line-height: 1;
  color: #545454;
}
@media screen and (max-width: 991px) {
  .header-nav > .nav > li > a {
    display: block;
    text-align: center;
    padding: 15px 10px;
  }
}
.header-nav > .nav > li > a:hover {
  color: #000000;
}
.header-nav > .nav > li > a:active,
.header-nav > .nav > li > a:focus,
.header-nav > .nav > li > a:hover {
  background: none;
}
.header-nav > .nav > li .dropdown-menu {
  border-radius: 0;
  background-color: #e6ecf0;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  border: none;
  width: 235px;
  left: auto;
  right: 0;
  top: calc(100% + 35px);
}
@media screen and (max-width:  767px) {
  .header-nav > .nav > li .dropdown-menu {
    right: auto;
    left: 50%;
    margin-left: -118px;
  }
}
.header-nav > .nav > li .dropdown-menu:after {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  right: 30px;
  border-bottom: 30px solid #e6ecf0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
@media screen and (max-width:  767px) {
  .header-nav > .nav > li .dropdown-menu:after {
    right: auto;
    left: 50%;
    margin-left: -20px;
  }
}
.header-nav > .nav > li .dropdown-menu > li {
  padding: 0;
  border-bottom: 2px solid #484848;
}
.header-nav > .nav > li .dropdown-menu > li:last-child {
  border-bottom: none;
}
.header-nav > .nav > li .dropdown-menu > li > a {
  padding: 10px 5px;
  font-size: 21px;
  color: #545454;
  white-space: normal;
  text-align: center;
}
.header-nav > .nav > li .dropdown-menu > li > a:hover {
  color: #000000;
  background: none;
}
#footer {
  position: relative;
  z-index: 2;
  padding: 0;
  background-color: #666666;
  font-size: 18px;
  color: #ffffff;
  height: 244px;
  margin: -244px auto 0 auto;
}
@media screen and (max-width:  767px) {
  #footer {
    height: auto;
    margin-top: 0;
    z-index: 1;
  }
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer > * {
  padding: 0 15px;
}
#footer .footer-bottom {
  background-color: #555454;
}
#footer .footer-bottom .footer-content {
  padding: 17px 0;
}
#footer .footer-bottom .copyright {
  padding-top: 12px;
  float: left;
  font-weight: 600;
}
@media screen and (max-width:  767px) {
  #footer .footer-bottom .copyright {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
#footer .footer-bottom .buttons {
  float: right;
}
@media screen and (max-width:  767px) {
  #footer .footer-bottom .buttons {
    float: none;
    text-align: center;
  }
}
#footer .footer-content {
  text-align: center;
  padding: 35px 0 30px 0;
  line-height: 1;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
#footer .footer-content:before,
#footer .footer-content:after {
  content: " ";
  display: table;
}
#footer .footer-content:after {
  clear: both !important;
  height: 0;
}
* html #footer .footer-content {
  position: relative;
  zoom: 1;
}
* + html #footer .footer-content {
  position: relative;
  zoom: 1;
}
.footer-contact {
  text-align: center;
}
@media screen and (max-width:  767px) {
  .footer-contact {
    margin-bottom: 20px;
  }
}
.footer-contact .contact-icon {
  display: block;
  margin: 0 auto 30px auto;
}
.footer-contact .contact-icon.email {
  background: url(../images/icon-envelope.png) 0 0 no-repeat;
  width: 40px;
  height: 40px;
}
.footer-contact .contact-icon.tel {
  background: url(../images/icon-phone.png) 0 0 no-repeat;
  width: 37px;
  height: 40px;
}
.footer-contact .contact-icon.address {
  background: url(../images/icon-map-marker.png) 0 0 no-repeat;
  width: 37px;
  height: 40px;
}
.footer-contact .contact-icon.address + .content {
  max-width: 170px;
  margin: 0 auto;
  text-align: left;
}
.footer-contact .content {
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
  font-size: 15px;
}
.footer-contact a:hover {
  text-decoration: underline;
}
.animate {
  opacity: 0;
}
.ani-delay-01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media screen and (max-width:  767px) {
  .ani-delay-01 {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.ani-delay-02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width:  767px) {
  .ani-delay-02 {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.ani-delay-03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width:  767px) {
  .ani-delay-03 {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.ani-delay-04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width:  767px) {
  .ani-delay-04 {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.ani-delay-05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width:  767px) {
  .ani-delay-05 {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.ani-delay-06 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width:  767px) {
  .ani-delay-06 {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.ani-delay-07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width:  767px) {
  .ani-delay-07 {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.ani-delay-08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width:  767px) {
  .ani-delay-08 {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.ani-delay-09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media screen and (max-width:  767px) {
  .ani-delay-09 {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.ani-delay-1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width:  767px) {
  .ani-delay-1 {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
