body{
  font-family: 'Lato', sans-serif;
  color: #5C7A95;
}

.brand1{
  font-weight: bold;
  font-size: 37px;
}

.brand2{
  font-weight: 300;
  font-size: 37px;
}

.navbar {
  min-height: 100px;
  padding-top:  15px;
}

.navbar1{
 padding: 0;   
}

.navbar2{
  width: 295px;
  margin: 0 auto;
  padding: 0;   
}

.navbar-default{
  background-color: #fff;
  border: none;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover{
    color: #5C7A95;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
  color: #5C7A95;
  background-color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.title{
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  padding-bottom:50px;
}

.subtitle{
  font-size: 18px;
  font-weight: 300;
}

.getStartedButton, .getStartedButton:hover {
  text-decoration: none;
  font-size: 24px !important;
  font-weight: bold;
  display:inline-block !important;
  color: #FF9F7C !important;
  border: 2px solid #FF9F7C;
  border-radius: 5px;
  padding: 15px !important;
}

.img-caption{
  font-size: 16px;
  font-weight: bold;
  padding-top: 40px;
  text-align: center;
}

.techs img {
  margin: 4px 10px;
}

#map{
  width:100%;
  height:570px;
  position: relative;
  z-index: 0;
  top:0;
  left:0;
}

.form {
  background-color: #fff;
  margin:20px 0;
  padding: 15px;
  padding-bottom: 35px;
}

.form-title{
  font-size: 26px;
  font-weight: 300;
  padding-bottom: 20px;
}

.form-control{
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-button{
  background-color: #5C7A95;
  color: #fff;
  border-radius: 0;
  font-size: 24px;
}

.footer{
  padding-bottom: 40px;
  padding-top: 40px;
}

.clients{
  position: relative;
  text-align: center;
  background-color: #F1F5F6;
  padding: 40px 0;
}

.clients-img{
  height:120px;
  margin: 0 auto;
  filter: grayscale(100%) opacity(.4);
  
}

.clients a:hover img{
  filter:none;
}



@media screen and (min-width: 770px){
  /*.form-container{
    position: absolute;
    top:0;
    right: 0;
    width: 100%;
    height: 700px;
  }*/
  .form-container{
    position: absolute;
    top:0px;
    right:20px;
    width: 500px; 
    height: 500px;
  }
}

.submitdiv{
  margin: auto;

}

.slider{
  padding: 0 40px; 
}

.slider-prev {
  width:  20px  ;
  height: 20px ; 
  filter: none ;
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);

}

.slider-next {
  width:  20px  ;
  height: 20px ; 
  filter: none ;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);

}

.captcha{
  display: flex;
  flex-wrap:  wrap;
  justify-content: space-between;
  align-items: center;
}

.img-container{
  margin: 0 auto;
}

.svgmonitor{
  position: absolute;
  top:calc(50% - 125px);
  left:calc(50% - 150px);
  background: url("monitor.svg") no-repeat;
  background-size: 300px 270px; 
  text-align: center; 
  margin: auto;
  height: 270px;
  width: 300px
}

.form-error {
  font-size: 10px;
}

.form-address {
  margin-top: 25px;
}

.text-right {
  padding-right: 0px;
}

.text-left {
  padding-left: 0px;
  padding-top: 14px;
}