.section-page { padding: 0; position: relative; height: 250px; width: 100%; text-align: center; background-size: cover; background-position: center; background-repeat: no-repeat; }
.section-page .container { position: relative; height: 250px; z-index: 1; display: flex; justify-content: center; align-items: center; flex-flow: column; text-align: center; }
.section-page h2 { color: #fff; font-size: 36px; margin: 0 0 10px; }
.section-page p { font-size: 18px; color: #fff; }
.section__banner { padding: 0; position: relative; height: 200px; width: 100%; text-align: center; background-size: 90%; background-position: center; background-repeat: no-repeat; }
.section__banner:before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to right, #f05c1d, #faa00d); opacity: .90; }
.section__banner .container { position: relative; color: #fff; height: 200px; z-index: 1; display: flex; justify-content: center; align-items: center; flex-flow: column; text-align: center; }
.contact { position: relative; padding: 50px 0 20px; width: 100%; background: #2980B9; background: -webkit-linear-gradient(to top, #106fb5, #4ac1ff); background: linear-gradient(to right, #fff, #eaf8ff); }
.contact h3 { font-weight: 700; font-size: 22px; margin: 0 0 20px; color: #fff; padding: 10px 20px; background: #D75E1A; border-radius: 5px; }
.contact h3 span { display: block; font-weight: 700; font-size: 30px; }
.contact .contact-text { position: relative; padding: 0; }
.contact .contact-text h6 { color: #D75E1A; font-weight: 700; font-size: 20px; position: relative; margin-bottom: 5px; letter-spacing: 1px; display: flex; align-items: center; letter-spacing: normal; }
.contact .contact-text .info { font-size: 16px; font-weight: 400; line-height: 1.5; margin-left: 50px; }
.contact .form-control { border-radius: 3px; box-shadow: none; font-size: 16px; height: 50px; padding: 18px 34px 18px 20px; background-color: #fff; border: 0; box-shadow: 1px 1px 10px rgb(56 141 184 / 48%); border-radius: 6px; transition: all 0.25s ease; }
.contact textarea.form-control { height: 122px; }
.contact .btn { padding-left: 40px; padding-right: 40px; float: right; }
#map { width: 100%; height: 350px; background: #DDDDDD url(../../img/izmir.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
#formresult { display: none; }
.contact .form-control:focus { box-shadow: 1px 1px 10px #388db7; }
.contact .contact-text h6 i { flex: 0 0 40px; max-width: 40px; height: 40px; border-radius: 100%; background: #e87a2c; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; margin-right: 10px; }
.contact .contact-text .row > div + div { margin-top: 14px; }
.contact .contact-text .info a { color: #3d3d3d; }
@media screen and (max-width:767px) {
    .contact .btn { margin-bottom: 20px; }
}