body {
    color: #25272b;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    margin: 0
 
}

.g-recaptcha {
  margin-top: 4px
}

.header-top {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.12), inset 0 -1px 0 0 #dadce0;
  position: fixed;
  width: 100%;
  z-index: 9;
  background: #fff
}

.header-top a.btn2{
  position: absolute;
  right: 10px;
  top: 5px

}

.mainbody h2 {
    max-width: 550px
}

h2 {
  line-height: 1.17857;
    font-size: 56px;
    letter-spacing: -.5px;
}

.hero {
  color: #fff
}




h2.lone {
  text-align: center
}

.mainbody p {
    max-width: 400px
}


.btn, input.btn2, a.btn2 {
     -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    padding: 15px 24px;
    transition: color .15s linear,background-color .15s linear;
    background: #3ea9f1; /* Old browsers */
background: -moz-linear-gradient(45deg, #3ea9f1 0%, #23b577 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #3ea9f1 0%,#23b577 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #3ea9f1 0%,#23b577 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ea9f1', endColorstr='#23b577',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */;
    color: #fff;
    text-decoration: none;
    width: initial !important




}

input.btn2:hover,input.btn2:active,input.btn2:focus,a.btn2:hover,a.btn2:active,a.btn2:focus {
  cursor: pointer 

}



.bottom div{
  text-align: center;
  padding: 0 50px
 
}

.bottom {
  display: flex;
  overflow: hidden;
  padding: 100px 200px;
}

.bottom img{
  max-width: 200px
}

.bottom h2 {
  text-align: center;
  line-height: 1.17857;
    font-size: 56px;
    letter-spacing: -.5px;
  
  
}

.bottomnew  {
  text-align: center;
  padding: 100px 200px;
}

.bottomnew  h2{
  max-width: 900px;
  margin: 20px auto;


}  
.bottomnew  p{
  padding-top: 20px;
  max-width: 500px;
margin: auto  


}

h3 {
  text-transform: uppercase
}

.bottomnew  img{
  max-width: 150px
}


#logo {
    position: relative;
    z-index: 1;
    max-width: 300px;
    ma

}


input, textarea {
     background: #ffffff2e;
    border: .0625rem solid #ffffff94;
    border-radius: .25rem;
    box-sizing: border-box;
    display: block;
    font-size: .875rem;
    font-weight: normal;
    margin: .25rem 0 0;
    outline: 0;
    padding: .75rem;
    -webkit-appearance: none;
    width: 400px !important;
    color: #fff;
    font-family: 'Open Sans', sans-serif;

}

.mainbody{
  display: flex;
  overflow: hidden;
  padding: 100px 200px;

}



.one {
    background: url(../images/laptop-coffee-mug-coffee-shop-coffeehouse-working-woman-working-on-computer-using-laptop_t20_2wZYNv.jpg);
      background-repeat: no-repeat;
      background-position: center;
  background-size: cover;
  position: relative;


}

.two {
    background: url(../images/smiling-black-businessman-with-laptop-at-cafe-PVRXS2V.jpg);
      background-repeat: no-repeat;
      background-position: center ;
  background-size: cover;
  position: relative;


}

.hero:before {
  content: "";
  background: rgba(0,0,0,.2);
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 100%;;
  z-index: 0

}

.mainbody img{
  max-height: 500px

}

.mainbody .section1{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  position: relative;
  text-align: c

}

.mainbody .section2{
    width: 50%;
      position: relative


}
.mainbody .section1 img{
  max-height: 200px

}
.section2 {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}




input.btn2:hover, input.btn2:active, input.btn2:focus,a.btn2:hover,a.btn2:active,a.btn2:focus {
  background: #3ea9f1; /* Old browsers */
background: -moz-linear-gradient(-45deg, #3ea9f1 0%, #23b577 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #3ea9f1 0%,#23b577 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #3ea9f1 0%,#23b577 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ea9f1', endColorstr='#23b577',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #fff

}
::-moz-placeholder { 
    font-family: 'Open Sans', sans-serif;
        color: #fff


}
:-ms-input-placeholder {
      font-family: 'Open Sans', sans-serif;
          color: #fff



}
:-moz-placeholder {
      font-family: 'Open Sans', sans-serif;
          color: #fff


}

.footer {
  text-align: center;
}

@media screen and (max-width: 1200px) {
.mainbody img {
    max-width: 500px;

  }

  .mainbody { 
  padding: 0


  }

  .bottom div {
    padding: 0 50px;

  }

  .bottom img {
    max-width: 120px;

  }

  .bottomnew h2 {
    margin: 50px 10px
  }

  h2 {
    line-height: 1.15789;
    font-size: 38px;
    letter-spacing: 0;
  }

}
@media screen and (max-width: 750px) {
 


  #logo {
    width: 200px
  }


.header-top a.btn2 {
  padding: 10px 24px

}
  .mainbody, .bottom{
  display: block;
  padding: 50px 20px;

}


 .mainbody .section1, .mainbody .section2, .bottom {
  margin: 0 10px
}

.mainbody .section1, .mainbody .section2 {
  width: initial
}



input, textarea {
  width: 90% !important
}

.bottom {
  padding: 20px
}

.mainbody img {
    max-width: 350px;
}

.bottom div,h2.lone {
  text-align: initial;
  padding: 0 10px
}


h2 {
  line-height: 1.25;
    font-size: 32px;
    letter-spacing: 0;
}

.bottomnew {
    text-align: initial;
    padding: 50px 10px;