ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }

img {
  max-width: 100%; }

a {
  color: #000000; }

@media (min-width: 992px) {
  .modal-lg {
    max-width: calc( 100% - 200px);
    min-height: calc( 100% - 200px); } }
.ml-right {
  padding-left: 30px;
  padding-right: 30px; }

#bagis .close {
  z-index: 9;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 35px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #000;
  padding: 1px 9px; }
#bagis .title {
  font-size: 30px;
  font-weight: 700; }
#bagis .text {
  margin-top: 15px; }
#bagis .form {
  margin-bottom: 10px; }
#bagis .bgs-btn {
  background-color: #194286;
  color: #ffffff;
  border: none;
  padding: 5px 52px; }

.bg-grey {
  background-color: #f7f9fb; }

.showFadeIn {
  opacity: 0; }

@-webkit-keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
@keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #332753;
  overflow: hidden;
  overflow-y: auto; }

.mobil-menu {
  display: none;
  color: #000000;
  font-size: 20px;
  text-align: center;
  padding: 35px 10px; }

@media screen and (max-width: 992px) {
  header #menu-main {
    display: none; } }
@media screen and (max-width: 768px) {
  .hidden-mobil {
    display: none; } }
header {
  padding: 10px 0; }
  header.home {
    padding: 0 0;
    width: 100%;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      header.home {
        position: absolute;
        left: 0;
        top: 25px; } }
    header.home .header-menu {
      background-color: #ffffff;
      position: relative;
      -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75); }
      header.home .header-menu .logo {
        display: inline-block;
        position: absolute;
        left: 0; }
        @media screen and (min-width: 768px) {
          header.home .header-menu .logo {
            top: -50px; } }
  header .header-all-menu .main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    header .header-all-menu .main-menu li {
      position: relative; }
      header .header-all-menu .main-menu li a.link {
        color: #194286;
        font-size: 17px;
        font-weight: 600;
        text-decoration: none;
        display: block;
        padding: 25px 20px;
        position: relative; }
        header .header-all-menu .main-menu li a.link:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 3px;
          bottom: 20px;
          left: 0;
          background: #f0e06d;
          visibility: hidden;
          border-radius: 0;
          transform: scaleX(0);
          transition: .20s linear; }
        header .header-all-menu .main-menu li a.link:hover:before {
          visibility: visible;
          transform: scaleX(1); }
      header .header-all-menu .main-menu li .sub-menu {
        width: 100%;
        position: absolute;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 100%;
        z-index: 1;
        border-radius: 5px;
        border-top-left-radius: 0;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.8); }
        header .header-all-menu .main-menu li .sub-menu li {
          overflow: hidden;
          height: 0;
          -webkit-transition: height 200ms ease-in;
          -moz-transition: height 200ms ease-in;
          -o-transition: height 200ms ease-in;
          transition: height 200ms ease-in; }
          header .header-all-menu .main-menu li .sub-menu li a {
            padding: 10px 10px;
            color: #0f192f;
            font-weight: 400;
            display: block;
            text-align: center; }
            header .header-all-menu .main-menu li .sub-menu li a:hover {
              text-decoration: underline; }
      header .header-all-menu .main-menu li:hover a:before {
        visibility: visible;
        transform: scaleX(1); }
      header .header-all-menu .main-menu li:hover a.sbkv-logo {
        background-color: transparent; }
      header .header-all-menu .main-menu li:hover ul li {
        height: 55px; }

.header-fixed header {
  -webkit-box-shadow: 1px 2px 22px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 2px 22px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 2px 22px 0px rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 80px;
  z-index: 10; }
  .header-fixed header.home {
    top: 0; }
    .header-fixed header.home .header-menu {
      -webkit-box-shadow: unset;
      -moz-box-shadow: unset;
      box-shadow: unset; }
      .header-fixed header.home .header-menu .logo {
        top: -27px; }

.sec-home {
  background-image: url("../images/home/left-basak.png");
  background-repeat: no-repeat;
  background-position: left center; }
  @media screen and (min-width: 768px) {
    .sec-home .home-left {
      padding-left: 80px; } }
  @media screen and (max-width: 768px) {
    .sec-home .home-left {
      margin-top: 120px;
      margin-bottom: 20px; } }
  .sec-home .home-left .title {
    color: #194286; }
    @media screen and (min-width: 768px) {
      .sec-home .home-left .title {
        font-size: 72px; } }
    @media screen and (max-width: 768px) {
      .sec-home .home-left .title {
        font-size: 35px; } }
  .sec-home .home-left .sub-title {
    margin-top: 50px;
    font-size: 20px; }
  .sec-home .home-left .link {
    position: relative;
    transition: top ease 0.5s;
    top: 0;
    margin-top: 80px;
    display: inline-block;
    font-size: 20px;
    border-radius: 20px;
    padding: 10px 30px;
    background-color: #f6db9d;
    text-decoration: none; }
    .sec-home .home-left .link:hover {
      top: -5px; }
  .sec-home .r-img {
    width: 100%; }

.home-project {
  margin-top: 80px; }
  .home-project .title {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    color: #194286; }
  .home-project .sub-title {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 300;
    font-style: italic; }
  .home-project .p-list {
    margin-top: 80px; }
    .home-project .p-list .items {
      border-radius: 10px;
      display: inline-block;
      text-decoration: none;
      position: relative; }
      @media screen and (max-width: 768px) {
        .home-project .p-list .items {
          margin-bottom: 20px; } }
      .home-project .p-list .items .img {
        -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.75);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden; }
        .home-project .p-list .items .img img {
          width: 100%; }
      .home-project .p-list .items .i-bottom {
        position: relative;
        margin-top: -20px;
        transition: background 0.3s ease, padding 0.3s linear, margin 0.3s linear;
        background-color: #194286;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px; }
      .home-project .p-list .items .text {
        position: relative;
        bottom: 15px;
        transition: bottom ease 0.5s;
        z-index: 2;
        color: #ffffff;
        padding: 40px 30px; }
        .home-project .p-list .items .text .p-title {
          font-size: 23px;
          font-weight: 700; }
        .home-project .p-list .items .text .p-text {
          font-size: 15px;
          font-weight: 300; }
      .home-project .p-list .items .detail-link {
        margin-top: 10px;
        text-align: center;
        position: absolute;
        bottom: 20px;
        opacity: 0;
        transition: 0.3s;
        z-index: 3;
        background-color: #194286;
        display: inline-block;
        left: 30px;
        color: #ffffff;
        border-radius: 10px;
        padding: 10px 15px; }
      .home-project .p-list .items:hover .i-bottom {
        margin-top: -70px;
        background-color: #f3daa1;
        padding-bottom: 50px; }
        .home-project .p-list .items:hover .i-bottom .text {
          color: #194286; }
      .home-project .p-list .items:hover .detail-link {
        opacity: 1; }

.scroll-to-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .scroll-to-content {
      display: none; } }
  .scroll-to-content .arrows {
    text-align: center;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate; }

.banner-img img {
  width: 100%; }

.content {
  margin-top: 80px; }
  .content .title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #194286; }
  .content .text {
    font-size: 17px;
    font-weight: 300; }
  .content .image-list {
    margin-top: 75px; }
    .content .image-list .project-circle {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 10;
      font-size: 25px;
      width: 40px;
      height: 40px;
      text-align: center;
      border-radius: 50%;
      background-color: #ffffff;
      line-height: 43px; }
      .content .image-list .project-circle.left {
        left: 0; }
      .content .image-list .project-circle.right {
        right: 0; }

.burs-form .nav-pills {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%; }
  .burs-form .nav-pills li {
    flex-grow: 2; }
    .burs-form .nav-pills li a {
      cursor: default;
      background-color: #f2f2f2;
      box-shadow: 0 -1px 0 #fff inset;
      font-weight: 700;
      font-size: 18px;
      border-radius: 6px 6px 0 0;
      text-decoration: none;
      color: #333;
      user-select: none;
      text-align: center;
      transition: 0.3s background-color ease, 0.3s box-shadow ease;
      height: 50px;
      box-sizing: border-box;
      padding: 15px; }
      .burs-form .nav-pills li a.active {
        background-color: #f6db9d; }
.burs-form hr {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }
.burs-form .accordion-title {
  text-align: center; }
  .burs-form .accordion-title p {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 17px; }
.burs-form .tab-pane .accordion .card .card-header {
  padding: 0; }
  .burs-form .tab-pane .accordion .card .card-header button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    margin: 0;
    background-color: #424242;
    font-size: 14px;
    font-weight: normal;
    color: #fff; }
  .burs-form .tab-pane .accordion .card .card-header h2 button {
    font-size: 18px; }
.burs-form .tab-pane .accordion .card .card-body {
  font-size: 17px; }

.btn-form {
  background-color: #194286;
  color: #ffffff; }

.project-slide .slick-list .items {
  padding: 20px; }
  .project-slide .slick-list .items img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3) !important; }

@media screen and (max-width: 768px) {
  #burs-tabContent {
    margin-bottom: 50px; } }
.desc-cocuk {
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 20px; }

.mobil-cocuk {
  margin-top: 40px; }

@media screen and (min-width: 768px) {
  .mobil-cocuk {
    display: none; } }
@media screen and (max-width: 768px) {
  .desc-cocuk {
    display: none; } }
footer {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    footer {
      text-align: center; } }
  footer .f-content {
    border-top: 1px dashed #42395a;
    padding: 34px 0; }
    footer .f-content .footer-menu {
      display: flex;
      align-items: center; }
      @media screen and (min-width: 768px) {
        footer .f-content .footer-menu {
          justify-content: flex-end; } }
      @media screen and (max-width: 768px) {
        footer .f-content .footer-menu {
          justify-content: center; } }
      footer .f-content .footer-menu li a {
        display: inline-block;
        padding: 0 5px;
        font-weight: 300; }

/*# sourceMappingURL=styles.css.map */
