
/*
-----------------------------------------------------------------------
	Form CSS
-----------------------------------------------------------------------
*/
.contact-form .form-group {
  margin-bottom: 14px;
}
.contact-form .form-group .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  height: 25px;
  width:300px;
  padding: 12px 30px;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 15px;
}
.contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 15px;
}
.contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 15px;
}
.contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 15px;
}
.contact-form .form-group .form-control:focus {
  border: 1px solid #fff;
  box-shadow: none;
  outline: none;
}
.contact-form .form-group textarea {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  min-height: 135px;
  padding: 20px 30px 10px;
  width: 300px;
}
.contact-form .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 15px;
}
.contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 15px;
}
.contact-form .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 15px;
}
.contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 15px;
}
.contact-form .form-group textarea:focus {
  border: 1px solid #fff;
  box-shadow: none;
  outline: none;
}
.contact-form .form-group .btn-theme {
  background-color: #fff;
  color: #19ce67;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  letter-spacing: 0;
  margin-top: 24px;
  padding: 15px 38.34px;
}
.contact-form .form-group .btn-theme i {
  font-size: 23px;
  margin-left: 7px;
  position: relative;
  top: 2px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.contact-form .form-group .btn-theme:hover, .contact-form .form-group .btn-theme:focus {
  background-color: #fd9704;
  border-color: #fd9704;
  color: #fff;
}
.contact-form .form-group .btn-theme:hover i, .contact-form .form-group .btn-theme:focus i {
  margin-left: 8px;
}

.comment-form {
  background-color: #f6f7fc;
  border-radius: 25px;
  padding: 54px 0 81px;
}
@media only screen and (max-width: 991px) {
  .comment-form {
    padding: 54px 30px 81px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-form {
    padding: 50px 30px 55px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-form {
    padding: 50px 15px 55px;
  }
}

}
.comment-form .section-title .title span:after {
  bottom: 10px;
  height: 11px;
  left: -1px;
  width: calc(100% + 3.44px);
}
@media only screen and (max-width: 767px) {
  .comment-form .section-title .title span:after {
    bottom: 6px;
    height: 6px;
  }
}
.comment-form .comment-form-content .form-group {
  margin-bottom: 21px;
  position: relative;
  z-index: 1;
}
.comment-form .comment-form-content .form-group .form-control {
  background-color: #fff;
  border: none;
  border-bottom: 3px solid #eeeff5;
  border-radius: 6px;
  box-shadow: none;
  color: #121421;
  font-size: 15px;
  height: 63px;
  padding: 21px 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.comment-form .comment-form-content .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #121421;
  font-size: 15px;
}
.comment-form .comment-form-content .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #121421;
  font-size: 15px;
}
.comment-form .comment-form-content .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #121421;
  font-size: 15px;
}
.comment-form .comment-form-content .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #121421;
  font-size: 15px;
}
.comment-form .comment-form-content .form-group .form-control:focus {
  border-bottom-color: #19ce67;
}
.comment-form .comment-form-content .form-group .form-control.textarea {
  height: 213px;
}
.comment-form .comment-form-content .form-group .btn.btn-theme {
  padding: 18px 69.61px 18px 41px;
}
.comment-form .comment-form-content .form-group .btn.btn-theme .icon {
  right: 36px;
}
.comment-form .comment-form-content .form-group .btn.btn-theme:hover .icon {
  right: 34px;
}
.comment-form .comment-form-content .form-group .form-check {
  margin: 0;
  padding: 0;
}
.comment-form .comment-form-content .form-group .form-check .form-check-input[type=checkbox] {
  border: 1px solid #d5d7e3;
  border-radius: 5px;
  box-shadow: none;
  height: 20px;
  margin-left: 40px;
  margin-right: 10px;
  min-width: 20px;
  width: 20px;
}
@media only screen and (max-width: 575px) {
  .comment-form .comment-form-content .form-group .form-check .form-check-input[type=checkbox] {
    margin-left: 0;
  }
}
.comment-form .comment-form-content .form-group .form-check .form-check-input[type=checkbox]:checked {
  background-color: #fd9704;
  border-color: #fd9704;
}
.comment-form .comment-form-content .form-group .form-check .form-check-label {
  color: #484a52;
  font-size: 15px;
}
.comment-form .comment-form-content .form-group .form-check .form-check-label:hover {
  cursor: pointer;
}
.comment-form .comment-form-content .form-group.group-style {
  align-items: center;
  display: flex;
  margin-top: 19px;
}
@media only screen and (max-width: 575px) {
  .comment-form .comment-form-content .form-group.group-style {
    display: block;
  }
}
.comment-form .comment-form-content .form-group.group-style .btn.btn-theme {
  min-width: 200px;
}
@media only screen and (max-width: 575px) {
  .comment-form .comment-form-content .form-group.group-style .btn.btn-theme {
    margin-bottom: 30px;
  }
}
.comment-form .comment-form-content .form-group.group-style .form-check {
  display: flex;
}

.form-message {
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.form-message button.btn-close {
  border: none;
  box-shadow: none;
  background-color: transparent;
  float: right;
  font-size: 14px;
  margin-top: 0;
  text-indent: 1000px;
}



/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
  padding: 117px 0 220px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .contact-area {
    padding: 80px 0 150px;
  }
}

.contact-info-content {
  background-color: #121421;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 35px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 69px;
  overflow: hidden;
  padding: 0 71px 0;
}
@media only screen and (max-width: 1199px) {
  .contact-info-content {
    padding: 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: block;
    margin-bottom: 35px;
    padding: 0;
  }
}
.contact-info-content .contact-info-item {
  display: flex;
  padding: 53px 0 49px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .contact-info-content .contact-info-item {
    padding: 33px 0 35px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-content .contact-info-item {
    background-color: #121421;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 35px;
    margin-bottom: 30px;
    padding: 33px 30px 35px;
    text-align: center;
  }
}
.contact-info-content .contact-info-item .icon {
  background-color: #2a2c38;
  border-radius: 32px;
  width: 100px;
  height: 100px;
  line-height: 98px;
  margin-right: 39px;
  margin-top: 3px;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .contact-info-content .contact-info-item .icon {
    border-radius: 18px;
    height: 70px;
    line-height: 70px;
    margin-right: 18px;
    width: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-content .contact-info-item .icon {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-content .contact-info-item .icon {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-info-content .contact-info-item .icon img {
    width: 48%;
  }
}
.contact-info-content .contact-info-item .content h4 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .contact-info-content .contact-info-item .content h4 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-content .contact-info-item .content h4 {
    font-size: 24px;
  }
}
.contact-info-content .contact-info-item .content .line-icon {
  display: block;
  margin-bottom: 21px;
}
@media only screen and (max-width: 991px) {
  .contact-info-content .contact-info-item .content .line-icon {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-content .contact-info-item .content .line-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-info-content .contact-info-item .content a, .contact-info-content .contact-info-item .content p {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  .contact-info-content .contact-info-item .content a, .contact-info-content .contact-info-item .content p {
    font-size: 15px;
  }
}
.contact-info-content .contact-info-item .content a:hover {
  color: #19ce67;
}
.contact-info-content .contact-info-item:hover .icon {
  background-color: #fff;
}
.contact-info-content .contact-info-item:first-child:after {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  height: 542px;
  position: absolute;
  right: -49px;
  top: calc(-50% - 23px);
  width: 542px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .contact-info-content .contact-info-item:first-child:after {
    right: -30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-content .contact-info-item:first-child:after {
    border-radius: 0;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    right: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-content .contact-info-item:first-child:after {
    display: none;
  }
}
.contact-info-content .contact-info-item:last-child:before {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  height: 542px;
  left: -50px;
  position: absolute;
  top: calc(-50% - 23px);
  width: 542px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .contact-info-content .contact-info-item:last-child:before {
    left: -35px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-content .contact-info-item:last-child:before {
    border-radius: 0;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    left: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-content .contact-info-item:last-child:before {
    display: none;
  }
}
.contact-colunm {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contact-colunm {
    display: block;

  }
}

.contact-colunm .contact-form {
  background-color: #19ce67;
  padding: 60px 70px 61px;
  width:380px;

}

.contact-colunm .contact-form .section-title {
  margin-bottom: 28px;
}
.contact-colunm .contact-form .section-title .subtitle-content {
  margin-bottom: 10px;
}
.contact-colunm .contact-form .section-title .subtitle-content img {
  margin-right: 9px;
}
.contact-colunm .contact-form .section-title .subtitle-content h5 {
  font-size: 24px;
  color:#FFFFFF;
}
.contact-colunm .contact-form .section-title .title {
  font-size: 14px;
    color:#FFFFFF;
}
.contact-colunm .contact-form .section-title .title span:after {
  background-color: #73eea8;
  bottom: 10px;
  height: 11px;
  left: 4px;
  width: 115px;
}
.contact-colunm .contact-form .section-title .separator-line {
  margin-top: 7px;
}
.contact-colunm .contact-form .section-title .separator-line img {
  margin-right: 6px;
}

.contact-map-area {
  height: 700px;
}
@media only screen and (max-width: 767px) {
  .contact-map-area {
    height: 400px;
  }
}
.contact-map-area iframe {
  height: 100%;
  width: 100%;
}

/*
