/* contact */
body, input, textarea, select, option {
    font-family: "Roboto", serif;
}
.loading {
  float: right;
  height: 28px;
  width: 28px;
  display: none;
}

.done {
  padding: 4px 3px;
  background-color: #c7ffc7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #52b352;
  margin: 0 !important;
  font-size: 17px;
  text-align: center;
  width: 326px;
  display: none;
}

.form input:focus,
.form textarea:focus {
  outline: none;
  border: 1px solid #29196d !important;
}

.form .input-effect {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
  /*font-family: 'Averta', sans-serif;*/
}

.form textarea {
  resize: none;
}

.form textarea,
.form input[type="text"] {
  font-size: 16px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 4px;
  /*font-family: 'Averta', sans-serif;*/
  padding: 10px;
  transition: all 0.3s ease;
}

.form input[type="text"] {
  height: 50px;
}

.form .submit-btn {
  border: 2px solid #29196d;
  background: #29196d;
  color: white;
  padding: 15px 20px;
  max-width: 224px;
  width: 100%;
  transition: all 0.3s ease;
}

.form .submit-btn:hover {
  background: #fff;
  color: #29196d;
}

.form .submit_btn_wrap {
  margin-left: auto;
  max-width: 224px;
}

@media only screen and (max-width: 767.99px) {
  .form .input_wrap {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 467px) {
  .form .submit-btn {
    max-width: none;
  }
}
.contact_page_heading h1{
    font-size: 36px;
    font-weight: 600;
    padding: 0 0 60px;
    text-align: center;
}
.contact_wrap .contact_box {
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.17px;
    position: relative;
    /*height: 621px;*/
}

.contact_wrap .contact_form_wrap.contact_box{
    box-shadow: 0 0 50px rgb(0 0 0 / 10%);
}

.contact_wrap .contact_box .contact_box_header {
    border-radius: 2px 2px 0 0;
    background-color: black;
    padding: 17px 30px;
    color: #fff;
    font-size: 20px;
}

.contact_wrap .contact_info .contact_box_header{
    background: transparent;
    color: black;
    font-size: 36px;
    margin-bottom: 30px;
}

.contact_wrap .contact_info .mail{
    border-top: 1px solid #f0f0f0;
}

.contact_wrap .contact_info ul{
    padding: 0px 30px;
}

.contact_wrap .contact_info ul li {
    padding: 35px 0px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}

.contact_wrap .contact_info ul li a:not(:nth-child(2)){
    margin-left: 15px;
}

.contact_wrap .contact_info ul li span{
    display: block;
    margin-right: 15px;
}

.contact_wrap .contact_info li img{
    width: 20px;
}

.contact_wrap .contact_form_wrap.contact_box::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    border-bottom: 6px solid black;
}

.contact_form{
    padding: 20px 30px 50px;
}
.contact-information-right-side-card{
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}
.adress-contact{
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    width: 75%;
}
.adress-info-contact{
    width: 70%;
}
.adress-contact p i{
color: #f60c0b;
margin-right: 20px;
}

.adress-info-contact p{
    margin: 8px 0 16px 0;
}
.adress-info-contact p:first-child{
    margin: 0 0 16px 0;
}
.adress-info-contact p a{
    color: #191919;
    transition: .4s;
}
.adress-info-contact p a:hover{
    opacity: 0.6;
}
.contact-form{
    padding: 40px 0;
}
.contact-information-right-side ul{
    margin: 13px 0;
}
.contact-information-right-side p {
    white-space: nowrap;
}
.contact-form-flex{
    display: flex;
    justify-content: space-between;
}
#map{
    height: 400px;
}
/* contact end */
/* partners */
.partners_heading{
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    padding: 0 0 40px;
}
.partners_card{
    padding: 15px 30px;
}

