/** contact-section **/
a { 
  color: #fff;
}

.title-form { 
  color: #fff; 
  text-align: start;
  font-weight: 400;
  text-transform: uppercase;
}

.section-form { 
  background-color: #02225D;
  padding: 80px 0px 80px 0px;
}

.form-group { 
  position: relative;
  margin-bottom: 15px;
}

.form-group input { 
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 10px 20px;
  background: transparent;
  transition: all 500ms ease;
}
.contact-section {
  position: relative;
  padding-left: 255px;
}

.contact-section .outer-container {
  position: relative;
  padding: 125px 0px 130px 0px;
}

.contact-section .left-column,
.contact-section .right-column {
  width: 50%;
}

.contact-section .left-column .form-column {
  position: relative;
  padding: 0px 80px 0px 165px;
  float: right;
}

.contact-section .left-column .form-column .content-box {
  position: relative;
  min-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}

.form-group:last-child {
  margin-bottom: 0px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 10px 20px;
  background: transparent;
  transition: all 500ms ease;
}

.form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

 .form-group textarea {
  height: 160px;
  resize: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #fff;
}

.form-group button {
  transition: all 500ms ease;
}

.form-group button:hover {
  background: #222;
}

.form-group button:before {
  background: #222;
}

.contact-section .sec-title {
  margin-bottom: 35px;
}

.contact-section .right-column .map-inner {
  position: relative;
  max-width: 560px;
  padding: 0px 30px;
  margin-top: 69px;
}

.contact-section .right-column .map-inner #contact-google-map {
  position: relative;
  width: 100%;
  height: 335px;
}

.contact-section .right-column .map-inner .map-info {
  position: relative;
  display: block;
  background: #fff;
  padding: 39px 50px 43px 55px;
}

.contact-section .right-column .map-inner .map-info .text {
  margin-bottom: 10px;
}

.contact-section .right-column .map-inner .map-info .text h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
}

.contact-section .right-column .map-inner .map-info .info li {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
}

.contact-section .right-column .map-inner .map-info .info li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.contact-section .right-column .map-inner .map-info .info li a:hover {
}

.contact-section .upper-inner {
  position: relative;
  padding-bottom: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-section .lower-inner {
  position: relative;
  padding-top: 110px;
}

.contact-section .lower-inner .info-column {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
}

.contact-section .lower-inner .info-column .single-item {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 30px 11px 125px;
  min-height: 100px;
}

.contact-section .lower-inner .info-column .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: -2px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
  background: #42358f;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  transition: all 500ms ease;
  z-index: 1;
}

.contact-section .lower-inner .info-column .single-item:hover .icon-box {
  color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
}

.contact-section .lower-inner .info-column .single-item .icon-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0, 0);
  border-radius: 50%;
  transition: all 500ms ease;
  z-index: -1;
}

.contact-section .lower-inner .info-column .single-item:hover .icon-box:before {
  transform: scale(1, 1);
}

.contact-section .lower-inner .info-column .single-item h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 7px;
}

.contact-section .lower-inner .info-column .single-item p {
  color: #fff;
  line-height: 26px;
}

.contact-section .title-text {
  position: absolute;
  left: -130px;
  top: 375px;
  transform: rotate(-90deg);
}

.contact-section .title-text h1 {
  font-size: 130px;
  line-height: 120px;
  font-weight: 700;
  color: #f1f0f6;
  text-transform: uppercase;
}

.contact-section .pattern-layer .pattern-1 {
  position: absolute;
  background: #fff;
  width: 520px;
  height: 20px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.contact-section .pattern-layer .pattern-2 {
  position: absolute;
  background: #fff;
  width: 260px;
  height: 20px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}