body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*--/contact--*/

.address-grid i {
	font-size: 1.7em;
	color: #686554;
}
.contact_grid_right {
	width: 100%;
}
p.sub {
	letter-spacing: 5px;
	font-size: 0.8em;
}
.contact_left_grid label {
	color: #686554;
	letter-spacing: 2px;
	font-weight: 600;
}
.contact_grid_right input[type="text"], .contact_grid_right input[type="email"],.contact_grid_right select, .contact_grid_right textarea {
	outline: none;
	padding: 15px 15px;
	font-size: 14px;
	color: #686554;
	width: 100%;
	letter-spacing: 1px;
	border: 1px solid #97907d;
    min-height: 53px !important;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545 !important;
    border-top-color: rgb(220, 53, 69) !important;
    border-right-color: rgb(220, 53, 69) !important;
    border-bottom-color: rgb(220, 53, 69) !important;
    border-left-color: rgb(220, 53, 69) !important;
}

.contact_grid_right textarea {
	min-height: 150px;
	resize: none;
}
.contact_grid_right input[type="submit"] {
	outline: none;
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	background: #0ebeff;
	border: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	font-weight: 600;
	cursor: pointer;
}
.contact_grid_right input[type="submit"]:hover {
	background: #ec1c24;
}
.contact-left h4 {
	color: #686554;
	font-size: 1em;
	margin-bottom: .5em;
	letter-spacing: 1px;
	font-weight: 700;
}
.contact-left p {
	font-size: 1em;
	letter-spacing: 1px;
}
.contact-text a {
	color: #888;
}
.contact-text a:hover {
	color: #fb383b;
}
.contact_grid_right h6, .contact-left h6 {
	font-size: 1.2em;
	color: #686554;
	margin-bottom: 1.5em;
	letter-spacing: 1px;
	font-weight: 400;
}
.contact-map iframe {
	width: 100%;
	height: 350px;
	border: 10px solid #ebeeef;
}
.ad-inf-sec {
	padding: 4em 0;
}
.address-right a {
	color: #083940;
}
.address-info {
	background: #f7f7f7;
	border: 1px solid rgba(216, 223, 230, 0.38);
	padding: 3em 1em;
	height: 11em;
}

/*-- //contact--*/

/*--responsive--*/
@media (min-width: 1100px) {
.col-lg-line {
  -webkit-box-flex: 0;
  /*-ms-flex: 0 0 13%;*/
  /*flex: 0 0 13%;*/
  /*max-width: 13%;*/
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-lg-fb {
  -webkit-box-flex: 0;
  /*-ms-flex: 0 0 21%;*/
  /*flex: 0 0 21%;*/
  /*max-width: 21%;*/
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-lg-email {
  -webkit-box-flex: 0;
  /*-ms-flex: 0 0 21%;*/
  /*flex: 0 0 21%;*/
  /*max-width: 21%;*/
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-lg-whtsp {
  -webkit-box-flex: 0;
  /*-ms-flex: 0 0 18%;*/
  /*flex: 0 0 18%;*/
  /*max-width: 18%;*/
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-lg-contact {
  -webkit-box-flex: 0;
  /*-ms-flex: 0 0 27%;*/
  /*flex: 0 0 27%;*/
  /*max-width: 27%;*/
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
}


@media(max-width:767px) {
.address-info {
	padding: 2em 1em;
}

  .col-lg-line .address-info {
    height: 12em;
  }

}
@media(max-width:1080px) {
.input {
	max-width: 309px;
	width: calc(100% - 0em);
	vertical-align: top;
	float: left;
}
}

@media(max-width:991px) {
.contact_grids_info {
	padding: 0;
	margin-top: 1em;
}
.input {
	max-width: 100%;
}
.map iframe {
	width: 100%;
	min-height: 303px;
}
.address-grid:nth-child(2) {
	margin: 1.5em 0;
}
.address-grid:nth-child(3) {
	margin-bottom: 1.5em;
}
.address-grid:nth-child(4) {
	margin-bottom: 1.5em;
}
.address.row {
	margin: 0;
}
}

@media(max-width:767px) {
  .address-right.text-left {
    text-align: center!important;
    margin-top: 1em;
  }
  .address-right.text-left p{
    font-size: 13px !important;
  }
}

@media(max-width:640px) {
.mail_form input[type="submit"] {
	width: 40%;
}
.mail_form textarea {
	padding: .9em 0.9em;
	margin: 1.3em 0;
	min-height: 140px;
}
.contact-map iframe {
	width: 100%;
	height: 250px;
}
}

@media(max-width:600px) {
.map iframe {
	width: 100%;
	min-height: 250px;
}
}

/*--//responsive--*/
