body{
  color: #000;
  background: #2c2c2c;
  margin: 0;
  font: 14px/24px 'Open Sans', helvetica, sans-serif;
  max-width: 100%;
  min-width: 320px;
}
/* General reset */


*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

img {
  border-style: none;
  display: block;
}

a {
 color: #f00;
 text-decoration: none;
}
a:hover {text-decoration: underline;}
 
form, p{ 
 margin: 0;
 padding: 0;
 border-style: none;
}
input, select, textarea {
 vertical-align: middle;
 text-decoration: none;
}
img {
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}

/* General settings */

#wraper{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.header{
  display: block;
  max-width: 960px;
  height: 124px;
  margin: 0 auto;
  padding: 0;
}
.header-logo{
  display: block;
  width: 131px;
  height: 50px;
  margin: 20px 0 0;
  float: left;
}
.header-logo a{
  display: inline-block;
  width: 131px;
  height: 80px;
  vertical-align: bottom;
  background: url(../img/logo_white2.png) no-repeat;
  background-size: 131px 80px;
  text-indent: -99999px;
}
.header-footer-menu{
  display: inline-block;
  float: left;
}
.header-footer-menu ul{
  margin: 75px 0 0 55px;
  padding: 0;
  float: left;
}
.header-footer-menu ul li{
  display: inline-block;
  margin: 0 29px 0 0;
}
.header-footer-menu ul li a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  cursor: pointer;
}
.blog-box{
  display: inline-block;
  height: 109px;
  float: left;
  margin-left: 15px;
}
.blog-link{
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin-top: 75px;
  line-height: 24px;
  font-weight: lighter;
}
.get-started{
  display: inline-block;
  width: 140px;
  height: 44px;
  float: right;
  margin: 65px 0 0;
}
.get-started input{
  display: block;
  width: 140px;
  height: 44px;
  border-radius: 44px;
  color: #2c2c2c;
  background-color: #ffb500;
  text-transform: uppercase;
  outline: none;
  border-color: transparent;
  font-size: 14px;
  cursor: pointer;
}
.get-started input:hover{
  background: #00c5ff;
  color: #fff;
  transition: all 0.3s ease;
}
#header-scrolled{
  display: none;
  background: #2c2c2c;
  position: fixed;
  width: 100%;
  z-index: 20;
  margin: -124px auto 0;
  height: 100px;
}
#header-scrolled-get-started{
  display: none;
  background: #2c2c2c;
  position: fixed;
  width: 100%;
  z-index: 20;
  margin: -145px auto 0;
  height: 100px;
}
#header-scrolled .header-logo a,
#header-scrolled-get-started .header-logo a{
  background: url(../img/logo_txt2.png) no-repeat;
  background-size: 131px 50px;
  height: 50px;
}
#header-scrolled .header-footer-menu ul,
#header-scrolled-get-started .header-footer-menu ul{
  margin: 55px 0 0 55px;
}
#header-scrolled .blog-link ,
#header-scrolled-get-started .blog-link {
  margin-top: 55px;
}
#header-scrolled .header-logo,
#header-scrolled-get-started .header-logo{
  margin-top: 30px;
}
#header-scrolled .get-started ,
#header-scrolled-get-started .get-started {
  margin: 44px 0 0;
}
.map-holder{
  display: block;
  max-width: 941px;
  margin: 46px auto 30px;
  width: 100%;
}
.map-holder img{
  background-size: cover;
}
#we-are{
  display: block;
  height: 554px;
  width: 100%;
  background: url(../img/pict_bg.png) no-repeat 50%;
}
.we-are-box{
  display: block;
  margin: 0 auto;
  max-width: 960px;
  padding-top: 200px;
}
.we-are-head{
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 46px;
  letter-spacing: 3px;
}
.we-are-button {
  display: block;
  width: 255px;
  height: 66px;
  margin: 110px auto 0;
}
.we-are-button input{
  width: 255px;
  height: 60px;
  border-radius: 44px;
  color: #2c2c2c;
  background-color: #ffb500;
  text-transform: uppercase;
  outline: none;
  border-color: transparent;
  font-size: 18px;
  cursor: pointer;
}
.we-are-button input:hover{
  background: #00c5ff;
  color: #fff;
  transition: all 0.3s ease;
}

#steps-of-developing{
  display: block;
  width: 100%;
  background: #fff;
  border-top: 100px solid transparent;
  margin-top: -100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.speps-box {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 50px;
  overflow: hidden;
}
.steps-head{
  display: block;
  margin: 0 auto 40px;
  width: 660px;

}
.steps-head h1{
  font-size: 36px;
  font-weight: normal;
  color: #000;
  margin: 0;
}
.steps-points{
  display: block;
  overflow: hidden;
  float: left;
}
.bullet-box {
  display: block;
  width: 15px;
  float: left;
  height: 120px;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding-top: 4px;
}
.bullet-pin{
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/ellipse.png) no-repeat;
  float: left;
  margin-bottom: 4px;
}
.bullet-line{
  display: inline-block;
  width: 15px;
  float: left;
  background: url(../img/blue_line.png) repeat-y;
  height: 112px;
  padding-top: 4px;
}
.steps-content{
  display: inline;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
}
.steps-content p{
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 10px;
}
.steps-content span{
  color: #767676;
}
#portfolio{
  background-color: #2c2c2c;
  display: inline-block;
  padding-bottom: 7px;
  width: 100%;
  border-top: 100px solid transparent;
  margin-top: -100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio-box{
  display: block;
  max-width: 960px;
  margin: 0 auto;
}
/* ============================================================
 * BASE STYLES
 * ============================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ============================================================
 * BASE STYLES
 * ============================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ============================================================
 * BASE STYLES
 * ============================================================*/
 .flexslider {
  background: #2c2c2c;
  position: relative;
  zoom: 1;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
  -webkit-height: auto;
  -moz-height: auto;
  -ms-height: auto;
  -o-height: auto;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 17px;
  height: 30px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  display: inline-block;
  content: '';
}
.flex-direction-nav a.flex-next:before {
  content: '';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  background: url(../img/arrow_previous.png) no-repeat;
  width: 17px;
  height: 30px;
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
  background: url(../img/arrow_next.png) no-repeat;
  width: 17px;
  height: 30px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ============================================================
 * BASE STYLES
 * ============================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.portfolio-holder{
  display: block;
  width: 100%;
  overflow: hidden;
}
.portfolio-holder-content{
  display: block;
  width: 560px;
  float: left;
  margin-left: 70px;
  padding: 55px 0 0;
  color: #fff;
}
.portfolio-holder-img{
  display: block;
  width: 252px;
  height: 526px;
  float: left;
  margin: 55px 0 0 10px;
}
.ipad-img{
  width: 381px;
  margin-top: 180px;
}
.ipad-content{
  width: 431px;
  padding-right: 20px
}
.portfolio-holder-content h4{
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
.portfolio-holder-content p{
  font-size: 18px;
}
.portfolio-holder-content a{
  display: block;
  width: 202px;
  height: 67px;
  background: url(../img/appstore.png) no-repeat;
  margin: 50px 0 30px;
  text-indent: -99999px;
}
.content-cases{
  margin-top: 60px;
  overflow: hidden;
}
.content-cases p{
  display: inline-block;
  float: left;
  width: 100%;
  line-height: 35px;
}
.content-cases p:after {
  content: '';
  display: block;
  width: 34px;
  height: 35px;
  background: url(../img/checkbox_works_arrow_green+borders2.png) no-repeat;
  float: right;
  margin: -5px 18px 0 0;
}
.tabletki-img{
  background: url(../img/iphone_tabletki.png) no-repeat;
}
.epoxy-img{
  background: url(../img/iphone_epoxy.png) no-repeat;
}
.findhrr-img{
  background: url(../img/iphone_findhrr.png) no-repeat;
}
.haftahave-img{
  background: url(../img/iphone_haftahave.png) no-repeat;
}
.looklikeeat-img{
  background: url(../img/iphone_looklikeeat.png) no-repeat;
}
.magra-img{
  background: url(../img/iphone_magra.png) no-repeat;
}
.pubnub-img{
  background: url(../img/iphone_pubnub.png) no-repeat;
}
.partyology-img{
  background: url(../img/iphone_partyology.png) no-repeat;
}
.handyboy-img{
  background: url(../img/iphone_handyboy.png) no-repeat;
}
.bodybarista-img{
  background: url(../img/iphone_bodybarista.png) no-repeat;
}
.fiitizens-img{
  background: url(../img/iphone_fiitizens.png) no-repeat;
}
.followlife-img{
  background: url(../img/iphone_followlife.png) no-repeat;
}
.tutask-img{
  background: url(../img/iphone_tutask.png) no-repeat;
}
.visaport-img{
  background: url(../img/iphone_visaport.png) no-repeat;
}
.kpkiosk-img{
  background: url(../img/ipad_kpkiosk.png) no-repeat;
}
.rosen3d-img{
  background: url(../img/ipad_rosen3d.png) no-repeat;
}

.flex-control-nav{
  display: none;
}
#testimonials{
  display: block;
  width: 100%;
  background: #fff;
  border-top: 100px solid transparent;
  padding-bottom: 30px;
  margin-top: -100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonials-box{
  display: block;
  max-width: 960px;
  margin: 0 auto;
}
.testimonials-header{
  margin: 65px 0 10px;
}
.testimonials-header h2{
  display: block;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  width: 180px;
  text-transform: uppercase;
}
.feedback-box{
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  padding: 45px 0 0 10px;
}
.feedback-box:last-child{
  border-bottom: none;
}
.feedback-box-comma{
  display: block;
  width: 34px;
  float: left;
  height: 36px;
  background: url(../img/quote.png) no-repeat;
  margin: 0 26px 79px 0;
  background-size: contain;
}
.feedback-box-content{
  display: block;
  float: left;
  color: #2c2c2c;
  font-size: 18px;
}
.feedback-box-content p{
  font-style: italic;
}
.feedback-box-content span{
  margin-top: 15px;
  display: block;
}
#contact-us{
  display: block;
  width: 100%;
  background: #e6e6e6;
  padding-bottom: 100px;
  margin-top: -100px;
  border-top: 100px solid transparent;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact-us-holder{
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 65px;
}
.contact-us-header{
  display: block;
  margin: 0 auto ;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #2c2c2c;
  width: 100%;
  text-align: center;
}
.contact-us-item-holder{
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.contact-us-item{
  display: block;
  width: 220px;
  height: 290px;
  float: left;
  margin: 0 140px 0 0;
}
.contact-us-item:first-child{
  margin-left: 10px;
}
.contact-us-item:last-child{
  margin-right: 10px;
}
.contact-us-item-img{
  display: block;
  width: 143px;
  height: 143px;
  margin: 0 auto;
}
.osovets .contact-us-item-img{
  background: url(../img/photo_vadim.png) no-repeat;
}
.nikiforov .contact-us-item-img{
  background: url(../img/photo_pavel.png) no-repeat;
}
.romanchenko .contact-us-item-img{
  background: url(../img/photo_sasha.png) no-repeat;
}
.contact-us-item-name{
  margin: 0 auto;
  font-size: 18px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.contact-us-item-position{
  margin: 5px auto 15px;
  width: 100%;
  text-align: center;
}
.contact-us-item-skype{
  display: block;
  width: 100%;
  background: url(../img/icon_skype.png) no-repeat;
  padding-left: 35px;
}
.contact-us-item-email{
  display: block;
  color: #000;
  background: url(../img/icon_mail.png) no-repeat;
  padding-left: 35px;
  margin-top: 6px;
  cursor: pointer;
}
#map-location{
  display: block;
  width: 100%;
  height: 355px;
  background: url(../img/map+txt.jpg) no-repeat 50%;
}
#footer{
  width: 100%;
  display: block;
  height: 366px;
  background: url(../img/bg_footer.jpg) no-repeat 50%;
}
.footer-holder{
  max-width: 960px;
  display: block;
  height: 366px;
  margin: 0 auto;
}
.footer-holder .header-footer-menu ul{
  margin: 300px 0 0;
}
.footer-holder .blog-box{
  height: 24px;
}
.footer-holder .blog-box a{
  margin-top: 0;
  line-height: 24px;
}
.footer-holder .blog-box{
  margin-top: 300px;
}
.footer-copyrite{
  float: right;
  color: #fff;
  margin-top: 300px;
}
#form-get-started{
  display: inline-block;
  width: 100%;
  background: #fff;
  /*height: 1540px;*/
}
.get-started-page{
  height: 145px;
}
.form-get-started-holder{
  display: block;
  max-width: 960px;
  margin: 0 auto;
}
.form-get-started-header{
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin: 50px auto 40px;
  width: 100%;
  text-align: center;
}
.expect-services-button-box,
.number-of-months,
.project-budget{
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 22px;
  width: 100%
}
.get-starter-form-box-headers{
  margin: 20px 0 20px;
}
.primary-motivation-column,
.following-features-box-holder{
  display: inline-block;
  overflow: hidden;
  line-height: 30px;
  margin-bottom: 5px;

}
.expect-services-button-box input[type="checkbox"]{
  display:none;            
}
.expect-services-button-box input[type="checkbox"] + label{
  display: inline-block;
  color: #2c2c2c;
  cursor: pointer;
  width: 160px;
  height: 42px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 42px;
  margin-left: 10px;
  padding-top: 8px;
}
.expect-services-button-box input[type="checkbox"]:checked + label{
  background-color: #ffb500;
}
.expect-services-button-box input[type="checkbox"]:hover + label:hover{
  border: 1px solid #00c5ff;
  transition: all 0.3s ease;
}
.primary-motivation-checkbox input[type="checkbox"],
.following-features-box-holder input[type="checkbox"],
.progress-months-point input[type="radio"],
.project-budget-point input[type="radio"]{
  display:none;            
}
.primary-motivation-checkbox input[type="checkbox"] + label,
.following-features-box-holder input[type="checkbox"] + label,
.progress-months-point input[type="radio"] + label,
.project-budget-point input[type="radio"] + label{
  display: inline-block;
  color: #2c2c2c;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  margin-left: 10px;
  border-radius: 10px;
  float: left;
}
.primary-motivation-checkbox input[type="checkbox"]:hover + label:hover,
.following-features-box-holder input[type="checkbox"]:hover + label:hover,
.progress-months-point input[type="radio"]:hover + label:hover,
.project-budget-point input[type="radio"]:hover + label:hover{
  border: 1px solid #00c5ff;
  transition: all 0.3s ease;
}
.primary-motivation-checkbox input[type="checkbox"]:checked + label,
.following-features-box-holder input[type="checkbox"]:checked + label,
.progress-months-point input[type="radio"]:checked + label,
.project-budget-point input[type="radio"]:checked + label{
  background: url(../img/checkbox_arrow.png) no-repeat;
}
.primary-motivation-checkbox span,
.following-features-box-holder span {
  margin-left: 10px;
}
.primary-motivation-checkbox,
.following-features-box-holder{
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.following-features-box-holder{
  display: inline-block;
  column-count: 3;
  -moz-column-count: auto;
  -webkit-column-count: 3;
  -ms-column-count: 3;
}
.following-features-box{
  float: left;
  width: 250px;
  margin-bottom: 7px;
}
.progress-months,
.progress-project-budget{
  column-count: 5;
  -moz-column-count: 5;
  -webkit-column-count: 5;
  -ms-column-count: 5;
  margin-left: 55px;
}
.progress-months-point,
.project-budget-point{
  display: block;
  width: 30px;
}
.progress-months-point label,
.project-budget-point label{
  display: block;
  margin-top: 10px;
}
.progress-months-point input[type="radio"] + label,
.project-budget-point input[type="radio"] + label{
  margin: 0 0 8px;
}
.progress-months-point input[type="radio"]:hover + label:hover,
.project-budget-point input[type="radio"]:hover + label:hover{
  border: 1px solid #00c5ff;
  transition: all 0.3s ease;
}
.progress-months-point span,
.project-budget-point span{
  display: block;
  text-align: center;
}
.discribe-idea{
  display: block;
  width: 100%;
}
.discribe-idea textarea{
  width: 960px;
  height: 135px;
  resize: none;
  border-radius: 5px;
  border: 1px solid #ddd;
  outline: none;
  padding: 15px;
  font-size: 14px;
}
.discribe-idea textarea:focus,
.discribe-idea textarea:hover{  
  border: 1px solid #00c5ff;
  transition: all 0.3s ease;
}
.send-contacts{
  display: block;
  width: 100%;
}
.send-header{
  display: block;
  width: 300px;
  margin: 45px auto 30px;
}
.send-box{
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0 0 2px 2px;
  margin-bottom: 15px;
}
.send-name-box,
.send-email-box{
  display: block;
  width: 33%;
  float: left;
  margin: 0 10px 0 0;
}
.send-box label + input{
  display: block;
  width: 100%;
}
.send-box input{
  height: 42px;
  border-radius: 5px;
  border: 1px solid #ddd;
  outline: none;
  line-height: 18px;
  padding: 0 15px;
  font-size: 18px;
}
.send-submit-box input:hover{
  background: #00c5ff;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.send-box label{
  margin-left: 5px;
}
.send-submit-box input{
  display: block;
  float: left;
  margin-top: 24px;
  width: 30%;
  border-radius: 42px;
  background: #ffb500;
  text-transform: uppercase;
}
#send-email:hover,
#send-email:focus,
#send-name:hover,
#send-name:focus {
    border-color: #00c5ff;
}


/* ============================================================
 * MAP PIN STYLE
 * ============================================================*/
.map-holder{
  position: relative;
  background-size: 100%;
}
.pin-box{
  position: absolute;
  width: 23px;
  height: 31px;
}

.pin-box.first{
  left: 14.7%;
  top: 28.5%;
}
.pin-box.second{
  left: 11%;
  top: 29%;
}
.pin-box.third{
  left: 50%;
  top: 22%;
}
.pin-box.fourth{
  left: 44%;
  top: 17%;
}
.pin-box.fifth{
  left: 22%;
  top: 55%;
}
.pin-box.sixth{
  left: 40%;
  top: 31%;
}
.pin-box.seventh{
  left: 67%;
  top: 26%;
}

.pin {
  width: 23px;
  height: 31px;
  border-radius: 50% 50% 50% 0;
  background: url(../img/pin.png);
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
/*  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;*/
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  cursor: pointer;
}

.pin-box.first .pin{
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.pin-box.second .pin{
  -webkit-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s;
  -o-animation-duration: 1.4s;
  -ms-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
.pin-box.third .pin{
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  -ms-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
.pin-box.fourth .pin{
  -webkit-animation-duration: 2.2s;
  -moz-animation-duration: 2.2s;
  -o-animation-duration: 2.2s;
  -ms-animation-duration: 2.2s;
  animation-duration: 2.2s;
}
.pin-box.fifth .pin{
  -webkit-animation-duration: 2.0s;
  -moz-animation-duration: 2.0s;
  -o-animation-duration: 2.0s;
  -ms-animation-duration: 2.0s;
  animation-duration: 2.0s;
}
.pin-box.sixth .pin{
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.pin-box.seventh .pin{
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  -ms-animation-duration: 1.8s;
  animation-duration: 1.8s;
}


.content-box{
  display: none;
  width: 294px;
  height: 174px;
  left: 12px;
  top: 38px;
  /*margin: 40px 0px 0 9px;*/
  background: url(../img/popup_map_light.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 100;
}
.first .content-box{
  
}
.second .content-box{
  
}
.third .content-box{
  
}
.fourth .content-box{
  
}
.fifth .content-box{
  
}
.sixth .content-box{
  
}
.seventh .content-box{
  
}

.pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  position: absolute;
  border-radius: 50%;
}
.pulse {
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -8px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 31px;
  width: 31px;
  position: absolute;
  margin: -9px 0 0 -9px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #ffb500;
  box-shadow: 0 0 1px 2px #ffb500;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(0);
    -moz-transform: translateY(-2000px) rotate(0);
    -o-transform: translateY(-2000px) rotate(0);
    -ms-transform: translateY(-2000px) rotate(0);
    transform: translateY(-2000px) rotate(0);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(0);
    -moz-transform: translateY(30px) rotate(0);
    -o-transform: translateY(30px) rotate(0);
    -ms-transform: translateY(30px) rotate(0);
    transform: translateY(30px) rotate(0);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(0);
    -moz-transform: translateY(-10px) rotate(0);
    -o-transform: translateY(-10px) rotate(0);
    -ms-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(0);
    -moz-transform: translateY(-2000px) rotate(0);
    -o-transform: translateY(-2000px) rotate(0);
    -ms-transform: translateY(-2000px) rotate(0);
    transform: translateY(-2000px) rotate(0);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(0);
    -moz-transform: translateY(30px) rotate(0);
    -o-transform: translateY(30px) rotate(0);
    -ms-transform: translateY(30px) rotate(0);
    transform: translateY(30px) rotate(0);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(0);
    -moz-transform: translateY(-10px) rotate(0);
    -o-transform: translateY(-10px) rotate(0);
    -ms-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(0);
    -moz-transform: translateY(-2000px) rotate(0);
    -o-transform: translateY(-2000px) rotate(0);
    -ms-transform: translateY(-2000px) rotate(0);
    transform: translateY(-2000px) rotate(0);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(0);
    -moz-transform: translateY(30px) rotate(0);
    -o-transform: translateY(30px) rotate(0);
    -ms-transform: translateY(30px) rotate(0);
    transform: translateY(30px) rotate(0);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(0);
    -moz-transform: translateY(-10px) rotate(0);
    -o-transform: translateY(-10px) rotate(0);
    -ms-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(0);
    -moz-transform: translateY(-2000px) rotate(0);
    -o-transform: translateY(-2000px) rotate(0);
    -ms-transform: translateY(-2000px) rotate(0);
    transform: translateY(-2000px) rotate(0);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(0);
    -moz-transform: translateY(30px) rotate(0);
    -o-transform: translateY(30px) rotate(0);
    -ms-transform: translateY(30px) rotate(0);
    transform: translateY(30px) rotate(0);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(0);
    -moz-transform: translateY(-10px) rotate(0);
    -o-transform: translateY(-10px) rotate(0);
    -ms-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}


@media only screen and (min-width: 320px) and (max-width: 540px) {
  #header-scrolled,
  #header-scrolled-get-started{
    display: none !important;
  }
  .header .header-footer-menu,
  .header .blog-box,
  .header .get-started{
    display: none;
  }
  .map-holder{
    display: none;
  }
  .header-logo {
    float: none;
    margin: 15px auto 0;
  }
  .header{
    height: 112px;
  }
  #we-are{
    height: 332px;
  }
  .we-are-box{
    padding: 80px 0 0;
  }
  .we-are-head p{
    font-size: 20px;
    letter-spacing: 0px; 
  }
  .we-are-button{
    margin-top: 40px;
  }
  .we-are-button input{
    width: 165px;
    height: 44px;
    font-size: 12px;
    margin: 0 auto;
    display: block;
  }
  .steps-head{
    width: 80%;
  }
  .steps-head h1 {
    font-size: 28px;
    text-align: center;
  }
  .steps-points{
    margin: 0 20px 0 10px;
  }
  .steps-content p{
    font-size: 20px;
    line-height: 22px;
  }
  .steps-content span{
    display: block;
    line-height: 14px;
    font-size: 12px;
  }
  .bullet-box{
    height: 140px;
  }
  .portfolio-box{
    width: 100%;
  }
  .portfolio-holder-content{
    width: 100%;
    margin: 560px 0 0;
    padding: 0;
  }
  .portfolio-holder-img{
    display: block;
    float: none;
    margin: 25px auto 0;
  }
  .portfolio-holder-content p{
    margin: 0 10px;
    font-size: 11px;
    line-height: 20px;
  }
  .portfolio-holder-content a{
    margin: 15px auto;
  }
  .portfolio-holder-content h4{
    margin-left: 15px;
  }
  .flex-direction-nav a{
    top: 310px;
  }
  .testimonials-header{
    margin: 25px 0 0;
  }
  .testimonials-header h2{
    font-size: 18px;
    width: 140px;
  }
  .feedback-box{
    padding: 15px 0 0;
  }
  .testimonials-box{
    margin: 0 10px;
  }
  .feedback-box-comma{
    width: 20px;
    margin: 0;
  }
  .feedback-box-content{
    width: 90%;
    margin: 0 0 10px 10px;
  }
  .contact-us-holder{
    padding-top: 15px;
  }
  .contact-us-item-holder{
    margin-top: 10px;
  }
  .contact-us-item,
  .contact-us-item:first-child,
  .contact-us-item:last-child{
    margin: 0 auto;
    float: none;
  }
  #contact-us{
    padding-bottom: 10px;
  }
  .map-location-content{
    margin: 120px 0 0 14%;
  }
  .map-location-content p{
    font-size: 18px;
    margin: 0;
  }
  #map-location{
    height: 300px;
    background-position: 34%;
    background-size: 1300px;
    height: 235px;
  }
  .footer-holder .header-footer-menu ul{
    margin: 20px 0 0 20px;
  }
  .header-footer-menu ul li{
    display: block;
    margin-bottom: 8px;
  }
  .footer-holder .header-footer-menu{
    height: initial;
  }
  .footer-holder{
    position: relative;
  }
  .blog-box{
    position: absolute;
    top: 181px;
    left: 5px;
  }
  .blog-link{
    margin-top: 0;
  }
  .footer-copyrite{
    float: left;
    width: 155px;
    text-align: center;
    display: block;
    position: absolute;
    top: 220px;
    margin: 0 30%;
  }
  .footer-holder .blog-box {
    margin-top: 0;
  }
  .content-cases p:after{
    width: 20px;
    height: 21px;
    background-size: 20px 21px;
  }
  .portfolio-holder-content h4{
    font-size: 18px;
  }
  .feedback-box-content p{
    font-size: 15px;
  }
  .feedback-box-content span{
    font-size: 15px;
  }
  .get-starter-form-box-headers{
    margin-left: 10px;
  }
  .expect-services-button-box input[type="checkbox"] + label{
    display: block;
    margin: 10px auto 0;
  }
  .following-features-box-holder{
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -ms-column-count: 1;
  }
  #form-get-started{
    height: inherit;
  }
  .progress-months, .progress-project-budget{
    margin-left: 10px;
  }
  .progress-months, .progress-months-point:last-child{
    margin-right: 0px;
  }
  .discribe-idea textarea{
    margin-left: 3%;
    width: 94%;
  }
  .send-name-box, .send-email-box{
    width: 94%;
    margin: 0 0 0 3%;
  }
  .send-email-box{
    margin-top: 5px;
  }
  .send-box{
    padding: 0;
  }
  .send-submit-box input{
    margin-left: 3%;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 670px){
  .get-started{
    display: none;
  }
  .portfolio-holder-content{
    margin: 560px 0 0 10px;
    width: initial;
  }
  .portfolio-holder-img{
    float: none;
    margin: 55px auto 0;    
  }
  .contact-us-item{
    margin: 0;
    width: 49%;
    float: none;
  }
  .romanchenko{
    width: 100%;
    margin-top: 20px;
  }
  .romanchenko .contact-us-item-skype,
  .romanchenko .contact-us-item-email{
    width: 220px;
    margin: 6px auto 0;
  }
}
@media only screen and (min-width: 671px) and (max-width: 767px){
  .portfolio-holder-content{
    margin-left: 32px;
    padding-top: 20px;
    width: 425px;
  }
  .portfolio-holder-img{
    background-size: 175px;
    width: 175px;
    height: 366px;
    float: right;
    margin: 40px 33px 0 0;
  }
  .portfolio-holder-content p{
    font-size: 15px;
    line-height: 20px;
  }
  .content-cases p:after{
    background-size: 25px;
  }
  .contact-us-holder{
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-us-item{
    float: none;
  }
  .contact-us-item-holder{
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -ms-column-count: 3;
  }
  .footer-copyrite{
    float: left;
  }
  #header-scrolled-get-started .get-started{
    margin-top: 16px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 767px){
  .header .header-logo {
    margin-left: 10px;
    width: 100px;
    height: 62px;
  }
  .header-footer-menu ul,
  #header-scrolled-get-started .header-footer-menu ul{
    margin: 63px 0 0 15px;
  }
  .header-footer-menu ul li,
  #header-scrolled .header-footer-menu ul li,
  .blog-box,
  #header-scrolled .blog-box{
    margin-right: 12px;
    font-size: 12px;
  }
  .blog-box{
    margin-left: 0;
  }
  #header-scrolled .header-logo a,
  .header .header-logo a,
  #header-scrolled-get-started .header-logo a{
    background-size: 100px;
    width: 100px;
    height: 62px;
  }
  #header-scrolled .header-logo,
  #header-scrolled-get-started .header-logo{
    margin-top: 20px;
    height: 50px;
  }
  .blog-link,
  #header-scrolled .blog-link{
    line-height: 26px;
  }
  .blog-link{
    margin-top: 63px;
  }
  #header-scrolled .header-footer-menu ul,
  #header-scrolled .blog-link,
  #header-scrolled-get-started .header-footer-menu ul,
  #header-scrolled-get-started .blog-link{
    margin-top: 40px;
  }
  #header-scrolled .header-footer-menu ul{
    margin-left: 15px;
  }
  #header-scrolled{
    height: 70px;
  }
  .get-started{
    margin-top: 40px;
  }
  #header-scrolled .get-started{
    margin-top: 17px;
  }
  .speps-box{
    padding-left: 10px;
  }
  .steps-head{
    width: 100%;
  }
  .steps-head h1{
    text-align: center;
    font-size: 28px;
  }
  .bullet-box{
    height: 155px;
  }
  .bullet-line{
    height: 145px;
  }
  .portfolio-holder-content a{
    margin: 30px auto 15px;
  }
  .feedback-box-content{
    width: 84%;
  }
  #we-are{
    height: 350px;
  }
  .we-are-box{
    padding-top: 80px
  }
  .we-are-head{
    font-size: 36px;
  }
  .we-are-button{
    margin-top: 80px;
  }
  .footer-holder .header-footer-menu ul{
    margin: 30px 0 0 10px;
  }
  .footer-holder .blog-box{
    margin-top: 30px;
  }
  .footer-copyrite{
    float: left;
    margin: 20px 0 0 10px;
    width: 100%;
  }
  .get-started-page .blog-box{
    height: 26px;
  }
  #map-location{
    background-position-x: 34%;
  }
  #top-holder .get-started-page{
    height: 90px;
  }
  #header-scrolled-get-started{
    margin-top: -90px;
    height: 66px;
  }
  .following-features-box-holder{
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -ms-column-count: 2;
  }
  .get-starter-form-box-headers{
    margin-left: 10px;
  }
  .discribe-idea textarea{
    width: 94%;
    margin: 0 3%;
  }
  .send-name-box, .send-email-box{
    width: 45%;
    margin-left: 10px;
  }
  .send-submit-box{
    margin-left: 10px;
  }
  .send-submit-box input{
    margin-top: 15px;
  }
  .contact-us-item{
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px){
  .header-logo{
    margin-left: 10px;
  }
  .header-footer-menu ul,
  #header-scrolled .header-footer-menu ul,
  #header-scrolled-get-started .header-footer-menu ul{
    margin-left: 20px;
  }
  .header-footer-menu ul li{
    margin-right: 15px;
  }
  .blog-box{
    margin-left: 0;
  }
  .header-footer-menu ul li a{
    font-size: 13px;
  }
  .blog-box{
    font-size: 13px;
  }
  .blog-link{
    line-height: 25px;
  }
  .get-started,
  #header-scrolled .get-started,
  #header-scrolled-get-started .get-started{
    margin-right: 10px;
  }
  .speps-box{
    margin: 0 10px;
  }
  .portfolio-holder-content{
    margin-left: 30px;
    width: 450px;
  }
  .portfolio-holder-img{
    margin-left: 0;
  }
  .portfolio-holder-content p{
    font-size: 16px;
  }
  .feedback-box-content{
    width: 90%;
  }
  .contact-us-item{
    margin: 0;
  }
  .contact-us-item-holder{
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -ms-column-count: 3;
  }
  .header-footer-menu{
    margin-left: 10px;
  }
  .footer-copyrite{
    margin-right: 10px;
  }
  #map-location{
    background-position-x: 40%;
  }
  .get-starter-form-box-headers{
    margin-left: 10px;
  }
  .discribe-idea textarea{
    width: 94%;
    margin: 0 3%;
  }
  .send-box{
    margin-left: 5px;
  }
  #form-get-started{
    height: 1380px;
  }
  .contact-us-item{
    float: none;
  }
}




