body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #494d55;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
a {
  color: #3aa7aa;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #339597;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.btn,
a.btn {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn-cta,
a.btn-cta {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 30px;
}
.btn-primary {
  background: #40babd;
  border: 1px solid #40babd;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.hover {
  background: #3aa7aa;
  color: #fff;
  border: 1px solid #3aa7aa;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-indicators {
  bottom: 30px;
  margin-bottom: 0;
}
.carousel-indicators li {
  background-color: black;
  border: none;
  width: 11px;
  height: 11px;
  margin: 0;
  margin-right: 5px;
}
.carousel-indicators li.active {
  background-color: #40babd;
  width: 11px;
  height: 11px;
  margin: 0;
  margin-right: 5px;
}
/* ======= Header ======= */
.header {
  position: fixed;
  width: 100%;
  z-index: 30;
  height: 60px;
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header.header-scrolled {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.header.header-scrolled a {
  color:black;
}
.header.header-scrolled .logo {
  padding-top: 12px;
}
.header.header-scrolled .logo .logo-icon-wrapper {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
.header.header-scrolled .logo .logo-icon {
  width: 40px;
  height: 40px;
  margin-right: 0;
}
.header.header-scrolled .main-nav .nav .nav-item a {
  color: #a2a6af;
}
.header.header-scrolled .main-nav .nav .nav-item.active a {
  color: #494d55;
  border-bottom: 4px solid #40babd;
}
.header a {
  color: white;
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header a:hover {
  text-decoration: none;
}
.header .logo {
  margin: 0;
  display: inline-block;
  float: left;
  font-size: 28px;
  padding-top: 8px;
      width: 380px;
}
.header .logo .logo-icon-wrapper {
  margin-right: 3px;
  position: relative;
  display: inline-block;
  top: -3px;
}
.header .logo .logo-icon {
  width: 40px;
  height: 40px;
}

.main-nav {
  margin-top: 6px;
}
.main-nav .navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #26282c;
}
.main-nav .navbar-toggle:focus {
  outline: none;
}
.main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
}
.main-nav .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.main-nav .nav .nav-item {
  font-weight: normal;
  font-size: 14px;
  margin-right: 25px;
}
.main-nav .nav .nav-item.active a {
  background: none;
  color: #fff;
}
.main-nav .nav .nav-item a {
  font-weight: 700;
}
.main-nav .nav .nav-item a:hover {
  color: #fff;
  background: none;
}
.main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.main-nav .nav .nav-item:last-child {
  margin-right: 0;
}
.main-nav .nav.active {
  position: relative;
}
.nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
}
/* ====== Footer ====== */
.footer {
  background: #26282c;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
}
.footer a {
  color: #40babd;
}
.footer .fa-heart {
  color: #EA5395;
}
/* ======= Hero Section ======= */
.hero-section {
  min-height: 560px;
  background: #494d55;
  position: relative;
}
.hero-section .figure-holder-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.hero-section .figure-holder {
  position: relative;
  height: 560px;
}
.hero-section .figure-holder .figure-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.hero-carousel {
  height: 560px;
  color: #fff;
}
.hero-carousel .carousel-inner .item {
  height: 560px;
  background-position: center center;
}
.hero-carousel .carousel-inner .item-1 {
  background-image: url('../images/photo1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-carousel .carousel-inner .item-2 {
  background-image: url('../images/photo2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-carousel .carousel-inner .item-3 {
  background-image: url('../images/photo3.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-carousel .carousel-inner .heading {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}
.hero-carousel .carousel-inner .intro {
  font-size: 22px;
    font-weight: 600;
}

.hero-carousel .carousel-inner .intro + .btn {
  margin-top: 15px;
}
/* ======= About Section ======= */
.about-section {
  padding-top: 90px;
}
.about-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}
.about-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.about-section .items-wrapper {
  margin-bottom: 60px;
}
.about-section .items-wrapper .figure-holder {
  min-height: 170px;
  margin-bottom: 15px;
  vertical-align: bottom;
}
.about-section .items-wrapper .item-inner {
  padding: 30px;
}
.about-section .items-wrapper .item-title {
  color: #40babd;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.about-section .items-wrapper .item-desc {
  color: #616670;
}
.technologies {
  margin-bottom: 90px;
}
.technologies li {
  margin-right: 10px;
}
.technologies li:last-child {
  margin-right: 0;
}
.testimonials {
  background: #40babd;
}
.testimonials-inner {
  padding: 60px 30px;
  position: relative;
  max-width: 800px;
}
.testimonials-inner .profile-holder {
  position: absolute;
  left: 30px;
  text-align: center;
}
.testimonials-inner .profile-image {
  display: inline-block;
  margin: 0 auto;
}
.testimonials-inner .quote {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 130px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 15px;
}
.testimonials-inner .quote:before {
  position: absolute;
  left: -10px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}
/* ======= Testimonials Section ======= */
.testimonials-section {
  background: #40babd url('../images/map.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}
.testimonials-section .section-title {
  color: #fff;
}
.testimonials-section .item {
  position: relative;
  max-width: 800px;
  padding: 30px;
}
.testimonials-section .item:last-child {
  margin-bottom: 0;
}
.testimonials-section .item.item-reversed .profile-holder {
  left: inherit;
  right: 30px;
}
.testimonials-section .item.item-reversed .quote {
  margin-left: 0;
  margin-right: 105px;
}
.testimonials-section .item.item-reversed .quote:before {
  left: inherit;
  right: -10px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  border-right: inherit;
}
.testimonials-section .item .profile-holder {
  position: absolute;
  left: 30px;
  text-align: center;
}
.testimonials-section .item .profile-image {
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.testimonials-section .item .quote {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 105px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 80px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 30px;
}

.testimonials-section .item .quote:before {
  position: absolute;
  left: -10px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}
.testimonials-section .item .quote-source {
  color: rgba(0, 0, 0, 0.6);
}

/* ======= Contact Section ======= */
.contact-section {
padding-top: 0px !important;
  background: #494d55 url('../images/map.png') no-repeat center center;
  color: #fff;
}
.contact-section .section-title {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}
.contact-content {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    
    position: absolute;
    background: #26282c;
    z-index: 40;
  }
  .header .main-nav .navbar-collapse .nav-item.active a {
    color: #40babd;
  }
  .header.header-scrolled .main-nav .navbar-collapse .nav-item.active a {
    border: none;
    color: #40babd;
  }
  .main-nav .navbar-collapse .nav-item {
    margin-right: 0;
  }
  .main-nav .navbar-collapse .nav-item a {
    text-align: center;
  }
  .pricing-wrapper .item-inner {
    min-height: inherit;
  }
  .pricing-wrapper .price-desc {
    min-height: inherit;
  }
  .hero-section .figure-image {
    width: 300px;
  }
  .hero-carousel .carousel-inner .heading {
    font-size: 26px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    padding-top: 100px;
  }
  .hero-section .figure-holder .figure-image {
    width: inherit;
    bottom: 25px;
    top: inherit;
    right: inherit;
    left: 0px;
    max-width: 150px;
  }
  .technologies li {
    margin-bottom: 15px;
  }
  .members-wrapper .item {
    margin-bottom: 30px;
  }
  .members-wrapper .item:last-child {
    margin-bottom: 0;
  }
  .hero-carousel {
    height: 660px;
  }
  .hero-section .carousel-inner {
    height: 660px;
  }
  .hero-carousel .carousel-inner .item {
    height: 660px;
  }
  .testimonials-section .item .profile-image {
    width: 60px;
    height: 60px;
  }
  .testimonials-section .item .quote {
    margin-left: 85px;
    padding: 15px;
  }
  .testimonials-section .item.item-reversed .quote {
    margin-right: 85px;
  }
  .team-section .item-inner {
    min-height: inherit;
  }
  .fio{ 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 170px;
   }
   .problem { 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 170px;
   }
   .number { 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 170px;
   }
   .text::-webkit-input-placeholder {
    color: black;
   } 
   .text::-moz-placeholder {
    color: black;
   }
   .number::-webkit-input-placeholder {
    color: black;
   } 
   .number::-moz-placeholder {
    color: black;
   }
   .submit { 
    padding: 4px;
    background: white;
    color: #053f38;
   }
   .map{
    width:100%; height:200px;
}
.header .logo{
        width: 590px;
}
.call {
    float: right;
}
}
@media (max-width: 660px){
    
    .header .logo {
    width: 480px;
    font-size: 17px;
}
.header.header-scrolled a {
    color: black;
}
}
@media (max-width: 600px){
    
    .header{
        height:100px;
    }
    .header .logo {
    width: 350px;
}
.header.header-scrolled a {
    color: black;
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .feature-nav {
    text-align: left;
    padding-left: 30px;
  }
  .feature-nav > li {
    font-size: 15px;
  }
  .hero-section .figure-holder .figure-image {
    width: 300px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 300px;
    padding-top: 120px;
  }
  .team-section .item-inner {
    min-height: 515px;
  }
  .fio{ 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 120px;
   }
   .problem { 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 120px;
   }
   .number { 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 120px;
   }
   .text::-webkit-input-placeholder {
    color: black;
   } 
   .text::-moz-placeholder {
    color: black;
   }
   .number::-webkit-input-placeholder {
    color: black;
   } 
   .number::-moz-placeholder {
    color: black;
   }
   .submit { 
    padding: 4px;
    background: white;
    color: #053f38;
   }
   .map{
    width:100%; height:250px;
    
}
 .nav > li > a {
    padding-left: 0;
    padding-right: 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0 0;
}

.header .logo {
    margin: 0;
    display: inline-block;
    float: left;
    font-size: 28px;
    padding-top: 8px;
    width: 200px;
}
.navbar-collapse.collapse {
    padding-top: 15px;
}
.header-scrolled {
    height: 130px;
}
.header.header-scrolled a {
    color: black;
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .feature-nav {
    margin-top: 30px;
    padding-left: 15px;
  }
  .feature-nav > li {
    font-size: 16px;
  }
  .feature-nav > li > a {
    padding: 15px 0;
  }
  .feature-nav > li.active > a {
    padding: 15px 0;
  }
  .hero-section .figure-holder .figure-image {
    width: 270px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 500px;
  }
  .team-section .item-inner {
    min-height: 490px;
  }
  .fio{ 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 120px;
   }
   .problem { 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 120px;
   }
   .number { 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 120px;
   }
   .text::-webkit-input-placeholder {
    color: black;
   } 
   .text::-moz-placeholder {
    color: black;
   }
   .number::-webkit-input-placeholder {
    color: black;
   } 
   .number::-moz-placeholder {
    color: black;
   }
   .submit { 
    padding: 4px;
    background: white;
    color: #053f38;
   }
   .map{
    width:100%; height:250px;
}
.header-scrolled {
    height: 100px;
}
.header .logo {
    width: 400px;
}
.header.header-scrolled a {
    color: black;
}
}
/* Medium devices (desktops, 320px) */
@media (max-width: 320px) {
  .feature-nav {
    margin-top: 30px;
    padding-left: 15px;
  }
  .feature-nav > li {
    font-size: 16px;
  }
  .feature-nav > li > a {
    padding: 15px 0;
  }
  .feature-nav > li.active > a {
    padding: 15px 0;
  }
  .hero-section .figure-holder .figure-image {
    width: 220px;
    bottom: inherit;
    top: 350px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 500px;
  }
  .team-section .item-inner {
    min-height: 490px;
  }
  .fio{ 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 120px;
   }
   .problem { 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 120px;
   }
   .number { 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 120px;
   }
   .text::-webkit-input-placeholder {
    color: black;
   } 
   .text::-moz-placeholder {
    color: black;
   }
   .number::-webkit-input-placeholder {
    color: black;
   } 
   .number::-moz-placeholder {
    color: black;
   }
   .submit { 
    padding: 4px;
    background: white;
    color: #053f38;
   }
   .map{
    width:100%; height:150px;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1024px) {
  .hero-section .figure-holder .figure-image {
    width: 350px;
    bottom: 0;
    top: inherit;
  }
  .fio{ 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 250px;
   }
   .problem { 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 250px;
   }
   .number { 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 250px;
   }
   .text::-webkit-input-placeholder {
    color: black;
   } 
   .text::-moz-placeholder {
    color: black;
   }
   .number::-webkit-input-placeholder {
    color: black;
   } 
   .number::-moz-placeholder {
    color: black;
   }
   .submit { 
    padding: 4px;
    background: white;
    color: #053f38;
   }
   .map{
    width:100%; height:400px;
}
}

@media (min-width: 1200px) {
  .hero-section .figure-holder .figure-image {
    width: 370px;
    bottom: 0;
    top: inherit;
  }
  .fio{ 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 200px;
   }
   .problem { 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 200px;
   }
   .number { 
    padding: 4px;
    background: white;
    color: #053f38;
    width: 200px;
   }
   .text::-webkit-input-placeholder {
    color: black;
   } 
   .text::-moz-placeholder {
    color: black;
   }
   .number::-webkit-input-placeholder {
    color: black;
   } 
   .number::-moz-placeholder {
    color: black;
   }
   .submit { 
    padding: 4px;
    background: white;
    color: #053f38;
   }
   .logo{
       width: 560px !important;
   }
   .call {
    float: right;
}
.header-scrolled {
    height: 70px;
}
}

.gadgetImg{
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 5;
  width:400px; 
  height:400px;
}
.map{
    width:100%; height:450px;
}
.phone .scrollto
{
    color: black !important;
float:right;
}
.phone
                        {
                            max-width: 167px;
                            margin: 0;
                            font-weight: 600;
                            font-size: 15px;
                            line-height: 20px;
                        }
.header.header-scrolled span {
    color: black;
}
.header span {
    color: white;
}
