
/* ----- HTML ----- */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;900&display=swap');

* {
  box-sizing: border-box;
}
body {
  background-color: #903;
  font-family: 'Nunito Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("img/bg.jpg");
  background-size: cover;
  background-position: center;
  margin: 0;
}
.wrapper {
  padding-top: 120px;
  padding-bottom: 50px;
}
.header {
  position: fixed;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
}
.rclogo {
  float: left;
  padding: 20px;
}
.fnarty {
  float: right;
  padding-right: 20px;
  padding-top: 30px;
}
.footer:before {
  height: 50px;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: #fff;
  text-align: center;
  color: #903;
  font-size: 14px;
  z-index: 10;
}
.footer a, .footer a:active, .footer a:visited {
  color: #903;
  text-decoration: none;
}
.footer a:hover {
  color: #903;
  text-decoration: underline;
}
.footer-legal {
  float: left;
  margin-left: 20px;
}
.footer-tel {
  float: right;
  margin-right: 20px;
}
.grecaptcha-badge {
  bottom: 60px!important;
}



/* ----- FORM ----- */

.contact-form .input-block {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #903;
  width: 100%;
  height: 60px;
  padding: 25px;
  position: relative;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .input-block-hide {
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #903;
  width: 100%;
  height: 60px;
  padding: 25px;
  position: relative;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .input-block select {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #903;
  width: 100%;
  height: 60px;
  padding: 25px;
  position: relative;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .input-block.focus {
  background-color: #fff;
  border: solid 2px #c70042;
  
}
.contact-form .input-block.focus label {
  color: #903;
}
.contact-form .input-block.focus label i {
  font-size: 14px;
}
.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.contact-form .input-block label i {
  font-size: 18px;
  padding-right: 5px;
}
.contact-form .input-block label {
  position: absolute;
  left: 25px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 600;
  z-index: 1;
  color: #333;
  font-size: 18px;
  line-height: 10px;
}
.contact-form .input-block .form-control {
  background-color: transparent;
  padding: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  width: inherit;
}
.contact-form .input-block .form-control:focus {
  outline: none;
}
.contact-form .input-block .form-control:focus label {
  top: 0;
}
.contact-form .square-button {
  background-color: rgba(255, 255, 255, 0.8);
  color: #903;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 60px;
  border: none;
  width: 60%;
  cursor: pointer;
}
.contact-form .square-button:hover:enabled {
  background-color: #fff;
}
.contact-form .square-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}


/* .contact-form .square-button:hover, .contact-form .square-button:focus {
  opacity: 1;
} */
.contact-form .input-validate {
  border: 0;
  width: 100%;
  height: 60px;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
  font-style: italic;
  text-align: justify;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .input-validate a, a:visited, a:active {
  text-decoration: none;
  color: #fff;
}
.contact-form .input-validate a:hover {
  text-decoration: underline;
}

  

@media (min-width: 768px) {
  .contact-wrap {
    width: 60%;
    margin: auto;
  }
}

@media (min-width: 1900px) {
  .footer {
    position: absolute;
  }
}

.col-sm-2 {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  width: 66.4%;
}
.col-sm-3 {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  width: 33%;
}
.send {
  padding: 10px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.send-check {
  padding: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
}
.col-sm-6 {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  width: 50%;
}
.contact-form .input-block .hide {
  visibility: hidden!important;
}
.col-sm-12 {
  width: 100%;
}


/*----page styles---*/

.contact-wrap {
  padding: 15px;
}

h1 {
  background-color: white;
  color: #ff7c62;
  padding: 40px;
  margin: 0 0 50px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
h1 small {
  font-size: 18px;
  display: block;
  text-transform: none;
  font-weight: 300;
  margin-top: 10px;
  color: #ff7c62;
}



/* ----- ICONS ----- */

@font-face {
  font-family: 'icomoon-ultimate';
  src:  url('fonts/icomoon-ultimate.eot?fx5o37');
  src:  url('fonts/icomoon-ultimate.eot?fx5o37#iefix') format('embedded-opentype'),
    url('fonts/icomoon-ultimate.ttf?fx5o37') format('truetype'),
    url('fonts/icomoon-ultimate.woff?fx5o37') format('woff'),
    url('fonts/icomoon-ultimate.svg?fx5o37#icomoon-ultimate') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon-ultimate' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cancel-circle1:before {
  float: right;
  padding-right: 1%;
  font-size: 22px;
  color: #fff;
}
.red-icon {
	color: #903!important;
}
.white-icon {
	color: #fff!important;	
}
.icon-user2:before {
  content: "\eb08";
}
.icon-at-sign:before {
  content: "\ea2f";
}
.icon-phone:before {
  content: "\ea1c";
}
.icon-home5:before {
  content: "\e905";
}
.icon-vcard:before {
  content: "\eb11";
}
.icon-city:before {
  content: "\e90a";
}
.icon-cog:before {
  content: "\eb5f";
  font-size: 14px;
}
.icon-bubble-dots2:before {
  content: "\ead9";
}
.icon-paperplane:before {
  content: "\ec09";
  padding-left: 10px;
}

