



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
  margin: 0px; 
  padding: 0px; 
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: Montserrat-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
  font-family: Montserrat-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
}

p {
  font-family: Montserrat-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

ul, li {
  margin: 0px;
  list-style-type: none;
}


/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    font-family: Montserrat-Bold;
  border: none;
    width: 100%;
    text-align: center;
    height: 45px;
    vertical-align: middle;
    background: #a7a9b5;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: bolder;
  border-radius:2px;
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.custom-file-upload:hover{
  background: #888a94;
}

.wrap-input-file{
    width: 100%;
    position: relative;
    border: none;
    border-radius: 2px;
    margin-bottom: 10px;
}

.wrap-input-file .lnr{
  font-size: 14px;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 45px;
}

.wrap-input-file .progress{
  margin-top:10px;
  display: none;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-bar{
  height: 20px;
    line-height: 20px;
    color: #fff;
    background-color: #846add;
    transition: width .6s ease;
}


.file_name{
  font-size: 11px;
    font-weight: bold;
    color: #333;
  text-align:center;
  width: 100%;
}



textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/



/*---------------------------------------------*/
.contact100-header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 10px 35px;
}

.contact100-header-logo img {
  max-height: 23px;
}

.btn-show-contact100 {
  font-family: Montserrat-Bold;
  font-size: 12px;
  color: #846add;
  text-transform: uppercase;
  letter-spacing: 1px;

  display: block;
  min-width: 160px;
  height: 42px;
  background-color: #fff;
  border-radius: 21px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-show-contact100:hover {
  color: #fff;
  background-color: #846add;
}

/*==================================================================
[ Loader ]*/

.loader_blue{
  margin: auto;
    position: relative;
    text-indent: -9999em;
    border-top: 2px solid #0077ff;
    border-right: 2px solid rgba(0, 119, 255, 0.2);
    border-bottom: 2px solid rgba(0, 119, 255, 0.2);
    border-left: 2px solid rgba(0, 119, 255, 0.2);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 .8s infinite linear;
    animation: load8 .8s infinite linear;
    display: inline-block;
    vertical-align: middle;
}

.loader {
 margin: auto;
    position: relative;
    text-indent: -9999em;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 .8s infinite linear;
    animation: load8 .8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.loader_blue,
.loader_blue:after {
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}








/*==================================================================
[ Content container ]*/
.container-contact100 {
  width: 70%;  
  margin: 0 auto;
  /*min-height: 100vh;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  padding: 15px;
  /*background: #ecf0f1;*/
  background: #fff0;
  position: relative;
  z-index: 10;
}

.wrap-contact100 {
  /*width: 500px;*/
  width:100%;
  margin:0 auto;
  background: #fff0;
  border-radius: 3px;
  position: relative;
  /*margin-top: 40px;*/
  /*box-shadow: 0 5px 20px -5px rgba(0,0,0,.5);*/
}

/*==================================================================
[ Title form ]*/
.contact100-form-title {
 
    font-family: Montserrat-Regular;
    font-weight: 700;
    font-size: 2.5em;
    color: #300138;
    line-height: 1.8;
    text-transform: none;
    width: 100%;
    /*min-height: 90px;*/
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
/*    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    padding: 0px 15px 20px 15px;
    /*letter-spacing: 4px;*/
 


}

.contact100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-color: rgba(132, 106, 221, 0.92);*/
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  height:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*padding: 40px;*/
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  /*border: 1px solid #8008089e;*/
  border: 1px solid #590000;
  border-radius: 2px;
  margin-bottom: 10px
}

.wrap-input100 #selectinput{
    border: none;
    height: 40px;
    border-radius: 54px;
  outline:none;
}

.rs1-wrap-input100 {
    width: calc((100% - 10px) / 2);
}

.wrap-contact100-form-radio {
    width: 100%;
    padding: 20px 10px;
    position: relative;
    margin: 10px 0;
}

.contact100-form-radio {
    padding-bottom: 10px;
}

.wrap-contact100-form-radio .label-input100 {
  width: 100%;
    position: relative;
    height: auto;
    justify-content: end;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    font-family: Montserrat-Bold;
}

.label-radio100 {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #333;
    line-height: 1.25;
}

.label-radio100::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #cdcdcd;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.label-radio100::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 6px solid transparent;
    background: #846add;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.input-radio100:checked + .label-radio100::after {
    display: block;
}

.input-radio100 {
    display: none;
}

.label-input100 {
  font-size: 18px;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: 2px;
}

.label-input100.rs1 {
  height: 60px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 25px 0 60px;
}

input.input100 {
  height: 55px;
}

textarea.input100 {
  min-height: 162px;
  padding-top: 22px;
  padding-bottom: 15px;
}



.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    height: 40px;
    outline: none;
    position: relative;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: Montserrat-Bold;
    font-size: 10px;
    color: #333;
    line-height: 1.2;
    padding-left: 10px;
    background-color: transparent;
  text-transform:uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



.select2-results{
  width: 100%;
    border: none;
    font-size: 12px;
}

.select2-dropdown {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 20px;
  border: none;
}


select::-ms-expand {  display: none; }
select{
    -webkit-appearance: none;
    appearance: none;
}
/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid;
  border-radius: 2px;
  border-color: #846add;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.input100:focus + .focus-input100 + .label-input100 {
  color: #846add;
}

/* --------
[ Message ]background: #543ea2; */

.contact_message {
  font-size: 12px;
    padding: 14px;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,.33);
    color: #fff;
    font-family: Montserrat-Regular;
    text-align: center;
  display:none;
}

.message_error{
  background:#f37878;
}

.message_success{
  background:#48c38c;
}

.message_container{
  padding:40px;
  text-align: center;
  margin:auto;
  min-height:250px;
}

.message_container .icon {
  font-size: 50px;
    color: #7dc396;
}


.message_container p{
  margin-top:10px;
}
.message_container .contact100-form-btn {
  margin-top:40px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}

.contact100-form-btn {
  font-family: Montserrat-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  margin:auto;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 42px;
  border-radius: 4px;
  background: #846add;

  
  box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.3);
  -moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.3);
  -webkit-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.3);
  -o-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.3);
  -ms-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.3);
 

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #5943a5;
  box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {

.wrap-contact100 {
  /*width: 500px;*/
  width:100%;
}
.container-contact100 {

width:100%;

}
.contact100-form-title{
    font-size: 1.3em;
    padding-bottom: 4px;
}


 
  .contact100-form {
    /*padding: 40px;*/
  }

  .input100 {
    padding: 0 25px 0 40px;
  }

  .label-input100 {
    width: 40px;
  }



}

 














/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate .focus-input100 {
  box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}

.alert-validate::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: transparent;
  border: 1px solid #fa4251;
  border-radius: 2px;
  top: -1px;
  left: -1px;
  pointer-events: none;
}

.btn-hide-validate {
font-family: Material-Design-Iconic-Font;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: -8px;
    background: #fa4251;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
    border-radius: 100%;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
content: "\f26b";
    font-family: Material-Design-Iconic-Font;
    font-size: 12px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #00ad5f;
  box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
}

/*---------------------------------------------*/
@media (max-width: 576px) {
  .btn-hide-validate {
    right: -8px;
  }
  .true-validate::after {
    right: -8px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Button show / hide ]*/
.btn-hide-contact100 {
  font-size: 30px;
  color: #fff;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: -44px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-hide-contact100:hover {
  opacity: 1;
}