body {
  font-family: 'Open Sans', sans-serif;
  color: #313131;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #969595;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  background-color: #31aae2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #313131;
}

.button.b_2 {
  background-color: #dbdbdb;
}

.button.b_2:hover {
  padding-right: 15px;
  background-color: #31aae2;
}

.button.submit {
  margin-top: 10px;
}

.button.btn-white {
  background-color: #fff;
  color: #31aae2;
  text-align: left;
}

.button.btn-white:hover {
  background-color: #313131;
  color: #fff;
}

.navigation {
  position: fixed;
  width: 100%;
  height: 92px;
  border-top: 2px solid #31aae2;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.logo {
  width: 100px;
  margin-top: 18px;
  color: #31aae2;
  font-size: 27px;
}

.nav-link {
  margin-left: 40px;
  padding: 34px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #969595;
  font-size: 13px;
  font-weight: 600;
}

.nav-link:hover {
  color: #313131;
}

.nav-link.w--current {
  box-shadow: 0 2px 0 0 #31aae2;
  color: #313131;
}

.banner {
  position: relative;
  overflow: hidden;
  height: 800px;
  padding-top: 141px;
  float: none;
  background-color: #525252;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 124, 182, 0.6)), to(rgba(0, 124, 182, 0.6))), url('../images/back.png');
  background-image: linear-gradient(180deg, rgba(0, 124, 182, 0.6), rgba(0, 124, 182, 0.6)), url('../images/back.png');
  background-position: 0px 0px, 0px -34px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section {
  padding-top: 95px;
  padding-bottom: 95px;
}

.section.gray {
  background-color: #f9f9f9;
}

.section.gray.s-pages {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 50px;
}

.section.section-small {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #31aae2;
}

.section.dark {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #31aae2;
}

.section.dark.d-line {
  border-top: 1px solid #5db9e3;
}

.section.gradient {
  margin-bottom: 0px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 122, 167, 0.75)), to(rgba(26, 122, 167, 0.75))), url('../images/site.jpg');
  background-image: linear-gradient(180deg, rgba(26, 122, 167, 0.75), rgba(26, 122, 167, 0.75)), url('../images/site.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.row {
  text-align: center;
}

.icon-box {
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 15px;
  border-radius: 5px;
  background-color: #31aae2;
}

.box-div {
  margin-top: 20px;
}

.box-div.box-div-more {
  margin-top: 40px;
  margin-left: 0px;
  text-align: center;
}

.box-div.box-div-more.right {
  text-align: left;
}

.box-div.box-div-more-4x {
  margin-top: 60px;
}

.li {
  margin-bottom: 15px;
  padding-left: 25px;
  background-image: url('../images/star_31aae2_100.png');
  background-position: 0px 5px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.work-div {
  padding-top: 40px;
  padding-bottom: 40px;
}

.blue {
  margin-top: 0px;
  padding-top: 32px;
  padding-bottom: 0px;
  color: #31aae2;
  font-weight: 400;
  letter-spacing: 0px;
}

.div-center {
  margin-top: 7px;
  padding-top: 0px;
  text-align: center;
}

.small-line {
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #31aae2;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  width: 25%;
  float: left;
  background-color: transparent;
}

.portfolio-slider {
  height: auto;
  background-color: transparent;
}

.arrow {
  background-color: #31aae2;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 24px;
}

.arrow:hover {
  background-color: #313131;
}

.white {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0px;
}

.row-spc {
  margin-bottom: 40px;
}

.blending-ico {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 55px;
  background-image: url('../images/gift_31aae2_150.png');
  background-position: 0px 0px;
  background-size: 40px;
  background-repeat: no-repeat;
}

.blending-ico._2 {
  background-image: url('../images/clock-o_31aae2_150.png');
}

.blending-ico._3 {
  background-image: url('../images/life-ring_31aae2_150.png');
}

.blending-ico._4 {
  background-image: url('../images/leaf_31aae2_150.png');
}

.blending-ico._5 {
  background-image: url('../images/coffee_31aae2_100.png');
}

.blending-ico._6 {
  background-image: url('../images/eyedropper_31aae2_100.png');
}

.logo-wrapper {
  width: 16.6%;
  float: left;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-wrapper {
  text-align: center;
}

.team-wrapper-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.p-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}

.social-wrapper {
  position: relative;
  bottom: -5px;
  margin-top: 10px;
}

.soc-ico {
  width: 40px;
  height: 40px;
  margin-right: 2px;
  float: none;
  background-color: #d9d9d9;
}

.soc-ico:hover {
  background-color: #31aae2;
}

.soc-ico.facebook {
  background-image: url('../images/facebook_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.soc-ico.twitter {
  background-image: url('../images/twitter_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.soc-ico.pinsteret {
  background-image: url('../images/pinterest_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.soc-ico.linkdin {
  background-image: url('../images/linkedin_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.soc-ico.envelope {
  background-image: url('../images/envelope_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.testimonials-slider {
  height: auto;
  background-color: transparent;
}

.slide-dot {
  position: relative;
  opacity: 1;
  font-size: 10px;
}

.testimonials-wrappe {
  position: relative;
  padding: 16px 30px 55px;
  border: 1px solid #ededed;
  background-color: #f9f9f9;
}

.triangle {
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.photo-client {
  position: relative;
  left: 30px;
  top: -48px;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.photo-client._1 {
  background-image: url('../images/cleint3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-client._2 {
  background-image: url('../images/client2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.italic {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.name-testi {
  position: absolute;
  left: 121px;
  bottom: 5px;
  display: inline-block;
}

.testi {
  letter-spacing: 0px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #313131;
}

.div-in {
  display: inline-block;
  margin-right: 11px;
  float: left;
}

.go-top {
  float: right;
  opacity: 0.25;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.go-top:hover {
  opacity: 1;
}

.overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.text-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 18px 20px;
  background-color: #fff;
  color: #313131;
  text-align: center;
}

.h-portfolio {
  margin-top: 0px;
}

.sub-text {
  color: #969595;
  font-size: 13px;
  font-style: italic;
}

.arrow-up {
  position: absolute;
  left: 0px;
  top: -13px;
  right: 0px;
  display: block;
  width: 0px;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
}

.portolio-wrapper {
  overflow: hidden;
}

.white-2 {
  color: #fff;
  font-weight: 400;
}

.pricing {
  padding-top: 51px;
  padding-bottom: 51px;
  border: 5px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.pricing:hover {
  border-color: #31aae2;
}

.pricing.active {
  border-width: 3px;
  border-color: #31aae2;
}

.pri-wrapper {
  margin-right: 10px;
  margin-left: 10px;
}

.line {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ededed;
}

.h-pricing {
  margin-top: 5px;
  margin-bottom: 0px;
}

.li-pi {
  margin-bottom: 10px;
}

.div-right {
  text-align: right;
}

.portfolio-button {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  border-radius: 2px;
  background-color: #31aae2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-button:hover {
  position: relative;
  background-color: #313131;
}

.portfolio-button._1 {
  background-image: url('../images/angle-left_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.portfolio-button._2 {
  background-image: url('../images/angle-right_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.portfolio-button._3 {
  background-image: url('../images/th-large_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.project-div {
  width: 49.1%;
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
  clear: right;
}

.white-caps {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
}

.white-c {
  color: #fff;
  font-size: 48px;
  line-height: 47px;
}

.blu-light {
  color: #a7d5eb;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

.text-banner {
  margin-top: 165px;
  text-align: center;
}

.p-banner {
  color: #fff;
}

.contact {
  z-index: 999;
  width: 50px;
  height: 50px;
  margin-top: 6px;
  margin-bottom: -137px;
  padding-top: 0px;
  padding-bottom: 21px;
  float: right;
  border-radius: 5px;
  background-color: rgba(49, 170, 226, 0.9);
  background-image: url('../images/envelope_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact:hover {
  background-color: #313131;
}

.contact-wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  margin-top: 3px;
  margin-bottom: 56px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.form-part {
  width: 300px;
  margin-top: -5px;
  margin-bottom: 0px;
  padding: 0px 29px;
  border: 1px solid #ededed;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.contact-text {
  margin-bottom: 16px;
}

.field-label {
  color: #787878;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.text-field {
  border: 1px solid #ededed;
  background-color: #fff;
}

.text-field.text-area {
  padding-bottom: 33px;
}

.form-msg {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 2px;
  text-align: center;
}

.form-p {
  margin-bottom: 0px;
  color: #ed6868;
}

.s {
  margin-bottom: 0px;
}

.div-spc.center {
  padding-right: 0px;
  padding-left: 0px;
}

.div-res {
  padding-top: 55px;
}

.x-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-image: url('../images/remove_969696_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.51;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.x-button:hover {
  opacity: 1;
}

.homepageimage {
  margin-left: 63px;
  padding-left: 0px;
}

.textonblock {
  height: 150px;
  background-color: #fff;
  color: #fff;
}

.textonpicture {
  color: #000;
}

.mr_text {
  color: #3d3a3a;
  font-size: 14px;
}

.whitetext {
  min-height: 4px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.ite {
  font-size: 26px;
}

.pricetext {
  color: #31aae2;
  font-size: 18px;
}

.mr_pic {
  height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: url('../images/slide08.jpg');
  background-position: 0px 0px;
  background-size: auto 297px;
  background-attachment: fixed;
}

.aboutpicture {
  height: 200px;
  margin-top: 0px;
}

.pictureabout {
  height: 400px;
  margin-top: 1px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 13, 19, 0.5)), to(rgba(2, 13, 19, 0.5))), url('../images/slide08.jpg');
  background-image: linear-gradient(180deg, rgba(2, 13, 19, 0.5), rgba(2, 13, 19, 0.5)), url('../images/slide08.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.box {
  margin-top: 0px;
  padding-top: 131px;
  padding-bottom: 131px;
  padding-left: 11px;
  background-color: #1e7fac;
}

.textonbox {
  color: #fff;
  text-align: center;
}

.runtextpicture {
  margin-top: 161px;
  color: #fff;
  font-size: 16px;
}

.headtext {
  padding-bottom: 22px;
  color: #31aae2;
  font-size: 16px;
}

.mr_link {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-decoration: none;
}

.mr_picture {
  margin-left: 41px;
}

.contactus {
  margin-top: -25px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.contacthead {
  padding-bottom: 16px;
}

.secondtxt {
  margin-top: 5px;
}

.bannertext {
  margin-top: -19px;
  direction: ltr;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.subtext {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
}

.phone {
  margin-top: 19px;
  text-align: center;
}

html.w-mod-js *[data-ix="text-wrapper"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="move-contact"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="scorll-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-75px, 0px);
  -ms-transform: translate(-75px, 0px);
  transform: translate(-75px, 0px);
}

html.w-mod-js *[data-ix="scorll-from-right"] {
  opacity: 0;
  -webkit-transform: translate(75px, 0px);
  -ms-transform: translate(75px, 0px);
  transform: translate(75px, 0px);
}

html.w-mod-js *[data-ix="move-text-slider"] {
  opacity: 0;
  -webkit-transform: translate(0px, -52px);
  -ms-transform: translate(0px, -52px);
  transform: translate(0px, -52px);
}

html.w-mod-js *[data-ix="move-text-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -52px);
  -ms-transform: translate(0px, -52px);
  transform: translate(0px, -52px);
}

html.w-mod-js *[data-ix="move-text-slider-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -52px);
  -ms-transform: translate(0px, -52px);
  transform: translate(0px, -52px);
}

html.w-mod-js *[data-ix="move-button-slidee"] {
  opacity: 0;
  -webkit-transform: scale(1.23, 1.23);
  -ms-transform: scale(1.23, 1.23);
  transform: scale(1.23, 1.23);
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 9999;
  }
  .nav-link {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 22px;
  }
  .nav-link.w--current {
    background-color: #31aae2;
    color: #fff;
  }
  .portfolio-item {
    width: 50%;
  }
  .nav-menu {
    background-color: #f9f9f9;
  }
  .project-div {
    width: 48.9%;
  }
  .hamburger {
    margin-top: 16px;
    background-color: #f9f9f9;
  }
  .hamburger.w--open {
    background-color: #31aae2;
  }
  .homepageimage {
    margin-left: 38px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: 600px;
  }
  .box-div.box-div-more {
    margin-left: 6px;
  }
  .arrow {
    display: none;
  }
  .white {
    font-size: 18px;
    line-height: 28px;
  }
  .logo-wrapper {
    width: 33.333%;
    text-align: center;
  }
  .team-wrapper-2 {
    margin-right: 115px;
    margin-left: 115px;
  }
  .div-in {
    float: none;
  }
  .go-top {
    float: none;
  }
  .pricing {
    margin-right: 28px;
    margin-left: 28px;
  }
  .project-div {
    width: 48.5%;
  }
  .white-c {
    font-size: 39px;
  }
  .text-banner {
    margin-top: 94px;
  }
  .contact-wrapper {
    display: none;
  }
  .hamburger {
    margin-right: 14px;
  }
  .div-spc {
    margin-bottom: 30px;
  }
  .div-spc.center {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 0px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 18px;
  }
  .button.btn-white.right {
    margin-left: 10px;
  }
  .banner {
    height: 400px;
  }
  .section.gray.s-pages {
    padding-top: 113px;
    padding-bottom: 30px;
  }
  .box-div {
    margin-top: 10px;
  }
  .box-div.box-div-more {
    margin-top: 20px;
    margin-right: 6px;
  }
  .blue {
    font-size: 16px;
  }
  .portfolio-item {
    width: 100%;
  }
  .arrow {
    display: none;
  }
  .white {
    font-size: 17px;
  }
  .logo-wrapper {
    width: 50%;
  }
  .team-wrapper-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .project-div {
    width: 100%;
  }
  .white-c {
    font-size: 23px;
    line-height: 20px;
  }
  .blu-light {
    font-size: 17px;
  }
  .text-banner {
    margin-top: 7px;
  }
  .contact-wrapper {
    right: 10px;
    bottom: 10px;
  }
  .bannertext {
    margin-left: 18px;
  }
  .subtext {
    margin-left: 17px;
  }
}

