/* Your custom css code goes here */



.probootstrap-header {

  background: #6078EA;

  padding-top: 30px;

  z-index: 1;

  background: #17ead9;

  background: -webkit-gradient(left top, right top, color-stop(0%, #17ead9), color-stop(100%, #6078ea));

  background: -webkit-gradient(linear, left top, right top, from(#17ead9), to(#6078ea));

  background: linear-gradient(to right, #000000 0%, #999a9c 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$firstcolor, endColorstr=$secondcolor, GradientType=1 );

}











.probootstrap-box .icon i {

    font-size: 50px;

    color: #42444c;

}







.probootstrap-section.probootstrap-section-colored, .probootstrap-section.probootstrap-section-dark {

    background: #76777b;

}







.probootstrap-form .form-note-link a:hover, .probootstrap-form .form-note-link a:active, .probootstrap-form .form-note-link a:focus {

  color: #76777b;

}

a {

    -webkit-transition: .3s all;

    transition: .3s all;

    color: #353638;

}





.form

{

width: 50%;

}





.contact-area {

    margin: 0 auto;

    width: 100%;

    max-width: 500px;

    text-align: center;

    overflow: hidden;

}



.input

{

	

	 margin-bottom: 15px;

}





.probootstrap-main-nav {

    

    margin: 0;

    padding: 0;

    position: fixed;

    z-index: 5;

    right:45px;

    background:white;

    opacity: 0.3;

    border-radius: 25px;

    padding: 20px;

  }



  .probootstrap-main-nav li a {

    padding: 10px;

    color: #000000;



}



.probootstrap-mobile-menu-active .probootstrap-main-nav {

    float: left;

    margin-top: 40px;

    width: 83%;



}



.probootstrap-mobile-menu-active .probootstrap-nav {

    position: fixed;

    display: block!important;

    overflow-y: auto;

    top: 0;

    right: 0;

    bottom: 0;

    z-index: 1100;

    height: 100vh;

    width: 300px;

    background:linear-gradient(to bottom, #000000 0%, #999a9c 100%);

    padding: 40px;

    -webkit-transition: .3s all ease-out;

    transition: .3s all ease-out;

    -webkit-transform: translateX(300px);

    transform: translateX(300px);

}



.probootstrap-section-contact

{

  background:url('../img/black-grey.jpg');

}



.contact-text

{

  color: white;

}





.lead-contact {

  font-size: 1.125em;

  line-height: 1.65;

  color: white;

}





button, input, optgroup, select, textarea {

    margin: 10px;

    font: inherit;

    color: inherit;

}





.probootstrap-footer {

  

  background: #ecedee;

  position: relative;

  padding: 0em 0 0em;

}





.probootstrap-footer .probootstrap-footer-widget {

    float: left;

    width: 100%;

    margin-bottom: 0px;

}



input.button-submit {background-color: #e7e7e7; color: black;} /* Gray */ 



.contact-form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 50px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #5b5b5b;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #000;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

