html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #545454;
}
* {
  scroll-margin-top: 200px;
}

.sticky-wrapper.is-sticky .sticky-header {
  width: 100% !important;
  z-index: 9999 !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.sticky-wrapper {
  width: 100%;
  height: auto;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.section,
section {
  width: 100%;
}
.section-title {
  margin-bottom: 40px;
}
ul {
  padding-left: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none !important;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
li a,
p {
  color: #545454;
}
.sectionTitle {
  text-align: center;
  font-weight: 500;
}
a:focus,
a:hover {
  color: #24325d;
}
span {
  color: #858482;
}
.header {
  background-color: #fff !important;
}
.form-section .basvuru-form .form-gonder,
a.link-btn,
header nav ul li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.link-btn {
  padding: 7px 15px;
  color: #fff !important;
  border-radius: 25px;
  opacity: 0.9;
  background-color: #0162a9;
  font-size: 18px;
}
a.link-btn-icon {
  margin-left: 10px;
}
a.link-btn:hover {
  opacity: 1;
}
.titleC {
  text-align: left;
  min-height: 50px;
}
header {
  width: 100%;
  position: relative;
}
header nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
}
.header {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-menu li {
  padding: 0 10px;
}
.header-menu li a {
  display: inline-block;
  font-size: 1rem;
}
.header-menu li a:hover {
  color: #0162a9;
}
.menu-btn {
  width: 36px;
  height: 34px;
  padding: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  display: none;
}
.menu-btn i {
  font-size: 32px;
  color: #fff;
}
.d-flex-mobile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.d-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sidr > img {
  padding: 20px 40px;
}
.sidr .close-sidr {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #7d7d7d;
}
.sube-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.sube-row .logo {
  max-width: 50%;
}
.sube-row h4 {
  margin-bottom: 0;
  margin-left: 15px;
  color: #fff;
  font-weight: 700;
}
a,
footer h1,
li,
p {
  color: #ddd;
}
footer .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer a {
  color: #ddd;
}
footer {
  color: #ddd;
  background: #0162a9;
  width: 100%;
  padding: 30px;
}
footer h2 {
  color: #f5f5f5;
  font-size: 1.3em;
}
footer li {
  list-style-type: none;
}
hr.solid {
  border-top: 2px solid #fff;
}
.form-group p {
  margin: 20px 0 0 17px;
}
.form-section {
  background-size: cover;
  margin-top: 20px;
}
.form-section h4 {
  width: 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #212121;
}
.form-section h4 span {
  color: #ffd10c;
}
.form-section .basvuru-form .form-control {
  background-color: #fff;
  border-radius: 40px;
  min-height: 45px;
  box-shadow: none;
  border: 0;
  border-top: 12px #fff solid;
  border-bottom: 12px #fff solid;
  padding-left: 18px;
  font-size: 14px;
}
.form-control {
  background-color: #e5e5e5;
  min-height: 45px;
  box-shadow: none;
  border: 0;
  font-size: 14px;
}
.formImg {
  margin-top: -10px;
}
.formImg img {
  max-width: 100%;
}
.submitBtn {
  width: 100%;
  border: none;
  border-radius: 50px;
}
.formBgImgC {
  padding: 0 50px;
}
footer {
  margin-top: 25px;
}
footer ul {
  margin-top: 5px;
}
footer ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.button {
  border-radius: 20px;
  background: #f4f4f4;
  margin: 10px;
  padding: 20px 0 20px 0;
  text-align: center;
}
.tabcontainer {
  margin: 20px auto;
  padding: 20px;
  border-radius: 20px;
  background: #f4f4f4;
}
.nav-tabcontent {
  border-radius: 20px 20px 20px 20px;
  margin: 0 auto;
  margin-top: 0;
  padding: 40px 60px;
  padding-bottom: 0;
  background: #f4f4f4;
  color: #333;
}
.nav-tabcontent a {
  text-decoration: underline !important;
  color: #777;
}
.nav-tabcontent a:hover {
  text-decoration: underline;
  color: #555;
}
#nav-tab .active {
  background-color: #f4f4f4 !important;
}
#nav-2-tab .active {
  background-color: #f4f4f4 !important;
}
.btn {
  white-space: wrap;
}
.kimler {
  background: #f4f4f4;
  color: #111;
  margin: 20px;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.kimler img {
  margin: 20px auto;
}
.kimler p {
  min-height: 100px;
  margin: 2 auto;
  font-size: 17px;
  color: #606060;
}
.kimler h4 {
  font-weight: 400;
}
nav .nav-link {
  border-radius: 30px 30px 0 0 !important;
}
.nav-tabcontent p {
  color: #444;
}
.card-header {
  background-color: #fff;
}
.card-header {
  border-radius: 20px;
  border-bottom: none;
}
.card-header:first-child {
  border-radius: 20px;
}
.btn-link {
  color: #0162a9;
  font-weight: 600;
}
.btn-link:hover {
  color: #0162a9;
}
.card {
  margin: 20px;
  border-radius: 20px;
}
.blueBanner {
  margin: 30px 0;
  overflow: visible;
  color: #fff;
  width: 100%;
  background: url(../images/bluebg.png) right top no-repeat;
  background-size: cover;
}
.blueBanner p {
  margin: 1px;
  color: #fff;
}
.blueBanner .listWrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blueBanner .listWrapper li {
  list-style-type: disc;
  font-size: 1.2em;
  line-height: 1.7em;
}
.blueBanner .hand {
  padding-right: 0;
}
.nav-link {
  border-bottom: none !important;
}
@media only screen and (max-device-width: 1024px) {
  .nav-tabcontent {
    border-radius: 20px !important;
  }
}
@media (min-width: 768px) {
  .col {
    display: inline-block;
  }
}
#banner {
  background: #222;
}
.nav-link:hover {
  border: none !important;
}
.btn-success {
  background-color: #0162a9;
  border-color: #0162a9;
}
.btn-success:hover {
  background-color: #075084;
  border-color: #075084;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #16496d;
  border-color: #16496d;
}
.btn-success:focus {
  background-color: #075084;
  border-color: #075084;
  box-shadow: none;
}
.btn:disabled {
  background: gray !important;
}
h2 {
  color: #0f75bd;
}

.banner {
  margin-top: 20px;
}

form .image {
  display: flex;
  align-items: end;
}

.banner .text {
  display: flex;
  align-items: center;
}

.banner .text .spanOne {
  color: #0f75bd;
  font-size: 2.7em;
  font-weight: 700;
}
.banner .text .spanTwo {
  color: #0f75bd;
  font-weight: 600;
  font-size: 1.8em;
  padding-bottom: 10px;
  border-bottom: #0f75bd solid 9px;
}
#hizmetler {
  margin-top: 30px;
}
#hizmetler .box {
  background: #f4f4f4;
  border-radius: 20px;
  color: #0162a9;
  text-align: center;
  padding: 30px 0;
}
#hizmetler .box img {
  height: 50px;
  margin-bottom: 8px;
}

#hizmetler .col.left {
  padding-right: 0.3em;
}
#hizmetler .col.right {
  padding-left: 0.3em;
}

@media only screen and (max-width: 600px) {
  .nav-tabcontent {
    padding: 25px 25px;
    padding-bottom: 0;
  }
  #hizmetler .box {
    margin-bottom: 15px;
  }
  .blueBanner {
    padding: 30px 0;
  }
  footer .logo {
    margin-bottom: 20px;
  }
  footer {
    text-align: center;
  }
  footer .titleC {
    text-align: center;
  }
  .banner .text {
    text-align: center;
  }
}

.form-section .btn-success {
  padding: 10px 0px;
}

#basvuru_form {
  margin-top: 40px;
}

#basvuru_form_2 {
  margin-top: 40px;
}

#basvuru_form_2 .container {
}

.sidr {
  box-shadow: none;
}

footer li a:hover {
  color: #f3f3f3 !important;
  font-weight: 500 !important;
}

.formText {
  font-size: 0.9em;
}

.card-body a {
  color: #555;
}
.card-body a:hover {
  color: #333;
}

.phoneDiv {
  background: #0162a9;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 60px;
  justify-content: space-around;
  align-items: center;
  color: #f4f4f4;
  flex-direction: row;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: -1px -2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px -2px 5px 0px rgba(0, 0, 0, 0.75);
}

.phoneDiv a {
  color: #f4f4f4;
}

.phoneDiv img {
  height: 30px;
}

.phoneDiv .whatsapp {
  background: #25d366;
  padding: 3px 10px;
  border-radius: 15px;
}
