



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap');*/





/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

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: #aaaaaa; }
input:-moz-placeholder { color: #aaaaaa; }
input::-moz-placeholder { color: #aaaaaa; }
input:-ms-input-placeholder { color: #aaaaaa; }

textarea::-webkit-input-placeholder { color: #aaaaaa; }
textarea:-moz-placeholder { color: #aaaaaa; }
textarea::-moz-placeholder { color: #aaaaaa; }
textarea:-ms-input-placeholder { color: #aaaaaa; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.bg-contact100 {
  width: 100%;  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fafafa;
}

.container-contact100 {
  width: 100%;  
  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: center;
  padding: 15px;
  
}

.wrap-contact100 {
  width: 1100px;
  background :#fff;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 100px 50px 100px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

/*------------------------------------------------------------------
[  ]*/
.contact100-pic {
  width: 310px;
  padding-top: 55px;
}

.contact100-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.contact100-form {
  width: 650px;
  margin:0 auto;
}
.confim-otp-form{
  margin: 0 auto;
}
#submit-btn{
  color: #fff;
}
.contact100-form-title {
  display: block;
  font-family: Montserrat;
  font-size: 28px;
  color: #222;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 7px;
  font-weight: 800;
}

input.input100 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 50px;
}

input.input100[name="email"] {
  padding: 0 30px 0 54px;
}

textarea.input100 {
  min-height: 125px;
  border-radius: 25px;
  padding: 14px 30px;
}

.subhead{
  background: #ef8144;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
.subhead1{
  color: #7c7c7c;
  text-align: center;
  font-size: 16px;
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
    display: block;
    width: 100%;
    background: #f5f5f5;
    font-size: 15px;
    line-height: 1.5;
    color: #414141;
    border: .5px solid #ededed;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgb(64, 180, 233,.5);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

/*@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 25px;
    opacity: 0;
  }
}*/

.symbol-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  pointer-events: none;
  color: #aaaaaa;
  font-size: 15px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #40b4e9;
  padding-left: 22px;
}

/*-------------------------------
-----------------------------------
[ 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: 20px;

}

.contact100-form-btn {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #ef8144;
  font-family: Montserrat;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  /* justify-content: center; */
  /* align-items: center; */
  padding: 0 25px;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
}

.contact100-form-btn:hover {
  background-color: #333333;
  color:#fff;
  cursor: pointer;
}
.contact100-form-btn i{
  margin-right: 10px;
  display: inline-block;
}
.blobs-container {
    display: flex;
    margin-bottom:15px;
}
.call-us{
    display: block;
    margin-left: 10px;
    padding: 12px 5px;
}
.blob {
    /* background: black; */
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    /* margin: 10px; */
    height: 40px;
    width: 40px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}
.errors_name, .errors_email, .errors_mobile, .errors_message{
  display: block;
  width: 100%;
  transition-property: height;
  transition-duration: .5s;
}
.error_msg{
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 0px 0px 7px 0px;
  color: #F44336;
  font-weight: 600;
  font-size: 13px;
  font-family: Montserrat;
}
.notification_msg{
    text-align: center;
    position: fixed;
    z-index: 9999;
    /*transform: translateY(50%);*/
    left:0;
    right: 0;
    top:40%;

}
.notification_msg p{
    margin: 0px;
    /* padding: 20px 20px; */
    vertical-align: bottom;
    padding: 10px 10px;
     color:#fff !important;
    font-family: Montserrat;
    font-size: 18px;
}
.notification_msg img{
    width: 70px;
    display: inline-block;
    float: center !important;
}
.notification_msg i{
    position: relative;
    top: -146px;
    float: right;
}
.notification_msg i:hover{
    cursor: pointer;
}
.notification_msg .success_msg{ 
    background-color:#4CAF50;
    color:#fff !important;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    text-align:center;
    box-shadow: 0px 5px 10px #919191;
    border-radius: 5px;
    padding: 15px;
    display: none;
}
.notification_msg .all_error_msg{
    background-color:#F44336;
    color:#fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    text-align:center;
    box-shadow: 0px 5px 10px #919191;
    border-radius: 5px;
    padding: 15px;
    display: none;
   
}
.loading_btn{
    background:url('https://sangraha.net/s90/images/loading_white.gif') no-repeat center;
    background-color: #333333;
    background-size: 25px;
    height: 50px !important;
    width: 100%;
    font-size: 0px !important;
}
/*@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}*/

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {
  .contact100-pic {
    width: 33.5%;
  }

  .contact100-form {
    width: 44%;
  }
}

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 50px 80px 57px 80px;
  }

  .contact100-pic {
    width: 35%;
  }

  .contact100-form {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .wrap-contact100 {
    padding: 50px 80px 50px 80px;
  }

  .contact100-pic {
    display: none;
  }

  .contact100-form {
    width: 100%;
  }
  .contact100-form-btn{
    margin-bottom: 20px;
  }
  .blob{
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    height: 50px;
    width: 50px;
    transform: scale(1.5);
    animation: pulse-black 2s infinite;
    text-align: center;
    margin: 0;
  }
  .contact100-form-title{
    text-align: center;
    padding-bottom: 20px;
  }
  .call-us {
    display: block;
    margin-left: 10px;
    padding: 5px 5px;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 30px 15px 30px 15px;
  }
  .contact100-form-btn{
    margin-bottom: 20px;
  }
  .blob{
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    height: 30px;
    width: 30px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
    text-align: center;
    margin: 0;
  }
  .contact100-form-title{
    text-align: center;
    padding-bottom: 20px;
  }
  .notification_msg p{
    font-size: 15px;
  }
  .notification_msg img{
    width: 30px;
  }
  .notification_msg .all_error_msg{
    padding: 10px;
  }
  .call-us {
    display: block;
    margin-left: 10px;
    padding: 5px 5px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
.location, .call-us{
  display: inline-block;
  margin-left: 10px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.location b{
  font-size: 18px;
  font-family: Poppins;
  color: #f5882e;
  letter-spacing: .5px;
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}