/* Kaydırma Çaubuğu */
::-webkit-scrollbar {
  width: 8px;
  background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
  background-color: #D6D6D6;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #A5A5A5;
}

::-webkit-scrollbar-thumb:active {
  background-color: #A5A5A5;
}

a {
    text-decoration: none;
    color: #5b8b9f;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: #00afb6;
}

body {
  background-color: white;
font-family: 'Rubik', sans-serif;
  color: black;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

h1 {
  font-size: 24px;
}

p {
  font-size: 16px;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}
.no-gutters{
  padding:0;
}

.fancy img {
  width: 500px;
}


/*Banner*/
.video__bg video {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.video__bg {
  position: relative;
  overflow: hidden;
  z-index: 2;
  height: 100vh;
}
.banner{
position: relative;
}



.menubg {
    position: absolute;
    margin: 0px;
    padding: 10px 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    font-weight: 400;
    height: 130px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgb(16 1 1 / 63%) 0%, rgba(0,0,0,0) 100%);
}

.searchbtn
{
  color:#333;
}

.menubg .navbar{
  position: relative;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all .5s;
}
.menubg .navbar.header{
  background-color: #fff;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  z-index: 99;
  top: 0px;
  height:85px;
  border-bottom: 1px solid #efefef;
  position:fixed;
}




.menubg .navbar .navbar-brand img{
  transition: ease-in-out .5s;
  max-height:60px;
}

    .menubg .navbar .navbar-nav li a {
        font-size: 15px;
        color: #fff;
        position: relative;
        font-weight: 500;
        text-transform: uppercase;
        border-bottom: 1px solid transparent;
    }
.menubg .navbar .navbar-nav .nav-item .nav-link {
	padding: 0px 0px;  
}

    .menubg .navbar .navbar-nav .nav-item .nav-link:hover {
        transition: transform .3s;
        color: #fff;
        border-bottom:1px solid #fff;
    }


    .menubg .navbar.header .navbar-nav .nav-item .nav-link {
        color: #0e5572;
        border-bottom: 1px solid transparent;
    }

        .menubg .navbar.header .navbar-nav .nav-item .nav-link:hover {
            color: #3a3a3a;
            border-bottom: 1px solid #0e5572;
        }

.navbar .nav-item {
    position: relative;
    margin-left: 15px;
}



.search-bar svg
{
    fill:#fff;
}

.lang-bar, .lang-bar a {
    color: #fff;
    font-weight: 400;
}

.navbar.header .search-bar svg {
    fill: #004b6a;
}

.navbar.header .lang-bar, .navbar.header .lang-bar a {
    color: #004b6a;
    font-weight: 400;
}

.menubg .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #0054A6;
    display: block;
    visibility: hidden;
    opacity: 0;
    padding: 0px 10px;
    border-radius: 5px;
}

.menubg .navbar-nav .nav-item.dropdown .dropdown-menu::after{
  content: "";
  position: absolute;
  top: -20px;
  height: 20px;
  width: 100%;
  left: 0;
  background-color: transparent;
}
.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li{
  padding: 3px 0px;
}
.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item{
  color: #fff;
  text-align: left;
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
  transition: ease-in-out .5s;
  padding:3px;
}
.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover{
  background-color: transparent;
  transform: translateX(5px);
}
.menubg .navbar-nav .nav-item.dropdown:hover .dropdown-menu{
  visibility: visible;
  opacity: 1;
}
 .lang_ul li{
  display: inline-block;
  margin: 0px 5px;
}
 .lang_ul li a{
  color: #989898;
  font-size: 16px;
  font-weight: 500;
}

 .lang_ul .active_tab a{
  color: #fff;
}

.sticky 
{
  border-bottom: 1px solid #ccc;
-webkit-box-shadow:0px 6px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:0px 6px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:0px 6px 5px 0px rgb(142, 142, 142);
}

.logo-two {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.fixed-top .logo-one {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.fixed-top .logo-two {
    opacity: 1;
    visibility: visible;
    display: block;
}


/*arama btn*/


.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.input,
.buttonn {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  border: none;
  outline: none;
  max-width: 100%;
 
}

.fill-currentcolor {
  fill: currentcolor;
  color: #fff;
}

.fill-none {
  fill: none;
}

.icon {
  width: 24px;
  height: 24px;
  transition: .3s ease-out;
}

@media (min-width: 768px) {
  .icon {
      width: 32px;
      height: 32px;
  }
}
.buttonn {
  cursor: pointer;
}
.buttonn-open {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.buttonn-open1 {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.buttonn-close {
  position: absolute;
  top: 7.5vw;
  right: 7.5vw;
  padding: 0;
  background-color: transparent;
}
.buttonn-close2 {
  position: absolute;
  top: 7.5vw;
  right: 7.5vw;
  padding: 0;
  background-color: transparent;
}
.buttonn-search {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 25px 16px 21px;
}
@media (min-width: 768px) {
  .buttonn-search {
      padding: 30px 48px;
  }
}
.form-search {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .form-search {
      max-width: 720px;
  }
}
.input-search {
  padding: 26px 16px 25px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #4c4c4c;
  background-color: #fff;
  box-shadow: 0 0px 0px rgba(160, 160, 160, 0.6), 0 3px 3px rgba(125, 125, 125, 0.4), 0 4px 9px rgba(142, 142, 142, 0.3);
}
@media (min-width: 768px) {
  .input-search {
      padding: 29px 80px 29px 48px;
      font-size: 32px;
  }
}
.input-search::placeholder {
  color: #BFBFBF;
}
.overlay {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  position: fixed;
  z-index: 3;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,242,242,0.8155637254901961) 100%);
  z-index: 99;
}
  .overlay {
      align-items: center;
      align-content: center;
  }
.overlay button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.hiding {
  max-height: 0;
  opacity: 0;
  bottom: 0;
  transition: max-height 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s ease-out;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
  .hiding .buttonn-search,
  .hiding .input-search {
      opacity: 0;
  }

  .hiding .button-search {
      transform: translate3d(0, 33%, 0);
  }

  .hiding .input-search {
      transform: translate3d(0, 50%, 0);
  }

.showing {
  max-height: 100vh;
  top: 0;
  transition: max-height 0.4s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease-out;
}

.buttonn-search {
  transition: .4s .6s ease-out;
}

.input-search {
  transition: .8s .3s ease-out;
}

.perde {
  background: transparent;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
}

/*arama btn*/

/*/-/-/-/-/-//Mobil-Menu/-/-/-/-/-//*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #46697d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidebar_active {
    width: 450px;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(1) {
    animation-delay: .5s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(2) {
    animation-delay: .7s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(3) {
    animation-delay: .9s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(4) {
    animation-delay: 1.1s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(5) {
    animation-delay: 1.2s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(6) {
    animation-delay: 1.3s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(7) {
    animation-delay: 1.4s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(8) {
    animation-delay: 1.5s;
}
#dismiss_mobil {
    position: absolute;
    top: 20px;
    right: 5%;
    font-size: 25px;
    color:#ffffff;
    cursor:pointer;
}
.accordion-menu {
    width: 100%;
    border-radius: 4px;
}
.mobil_dropdown_content .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}
.dropdownlink {
    cursor: pointer;
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight:700;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding:5px;
}
.dropdownlink i {
    position: absolute;
    top: 6px;
    left: 16px;
}
.dropdownlink .fa-chevron-down {
    right: 10px;
    left: auto;
}
.submenuItems {
    display: none;
}
.submenuItems a {
    display: block;
    color: #727272;
    padding: 12px 12px 12px 45px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mobil_dropdown_content{
    padding-top:20px;
}
.submenuItems a:hover {
    color: #fff;
}
.sidenav_ul ul {
    margin-bottom: 0px;
}
.sidenav_ul ul li {
    padding: 5px 5px;
}
.sidenav_ul ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 5px;
    white-space: nowrap
}
ul.submenuItems {
    margin-top: 15px;
}
.nav_mobil_bg .accordion-menu {
    background: transparent;
}
.sidenav_ul ul li .mobil_link {
    white-space: nowrap
}
.sidenav_ul ul li a::after {
    display: none;
}
.sidenav_ul .dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: none;
}
.accordion-menu ul li {
    padding: 5px;
}
.mobil_social li {
    display: inline-block;
    padding: 5px !important;
    border-bottom: none !important;
}
.sidenav_ul ul li .mobil_link span {
    font-size: 18px;
    font-weight: 500;
    padding-left: 5px;
}
.overlay_mobil_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
    transition: all 0.5s ease-in-out;
    top: 0;
}
.overlay_mobil_bg_active {
    display: block;
    opacity: 1;
}
.wrapper-menu {
  width: 30px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
}
.wrapper-menu.open {
  transform: rotate(-45deg);  
}
.line-menu {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 4px;
}
.line-menu.half {
  width: 50%;
}
.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}
.open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}
.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}
.menubg .navbar.header .line-menu {
  background-color: #00afb6;
  border-radius: 5px;
  width: 100%;
  height: 4px;
}
.menubg .navbar.header .line-menu.half {
  width: 50%;
}
.menubg .navbar.header .line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}
.menubg .navbar.header .open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}
.menubg .navbar.header .line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.mobil_menu .menu_lang {
    animation-delay: .5s;
    display: inline-block;
    margin-bottom: 0;
}
.mobil_social {
    animation-delay: 1.5s;
}
.mobil_social li,
.mobil_menu .menu_lang li {
    display: inline-block;
    padding: 5px;
}
.navbar_mobil_bg{
    display:none;
}
#mobil_btn{
    display:none
}
@media(max-width:991px){
  #mobil_btn {
    display: block;
  }
  .deskop_menu .navbar .navbar-brand img {
    max-height: 60px;
  }
}
@media(max-width:565px){
  .sidebar_active {
      width: 70%;
  }
   .deskop_menu .navbar .navbar-brand img {
    max-height: 60px;
	position:absolute;
	left:10px;
	top:10px;
  }

}

.ana-hak
{
    position:relative;
    padding:3% 0;
    overflow:hidden;
    margin:0px;
    border-top: 5px solid #00afb6;
}

.ana-hak .about
{
    padding:85px 0;
}

.ana-hak .about .about-title
{
    color:#004b6a;
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 15px;
}

.about-txt
{
    font-size:19px;
}

.ana-hak .about .btn-more
{
  color:#868686;
  font-size:18px;
  transition: .5s;
  background-color: transparent;
}

.ana-hak .about .btn-more i
{
  color:#868686;
  font-size:18px;
  transition: .5s;
  margin-left: 10px;
}

.ana-hak .about .btn-more:hover
{
  color:#004b6a;
  font-size:18px;
  background-color: #f7f7f7;
  transition: .5s;
  border-radius: 30px;
}

.ana-hak .about .btn-more:hover i
{
  color:#004b6a;
  font-size:18px;
  transition: .5s;
  margin-left: 15px;
}

.side {
    position: absolute;
    width: 50vw;
    top: 0;
    bottom: 0;
    z-index: 10;
}
        .side.left:hover ~ .wrapper .front {
            transform: matrix3d(0.94, 0, 0.34, -0.0002, 0, 1, 0, 0, -0.34, 0, 0.94, 0, 1, 0, 10, 1) translateX(-10px);
        }

        .side.left:hover ~ .wrapper .back {
            transform: matrix3d(0.94, 0, 0.34, -0.00025, 0, 1, 0, 0, -0.34, 0, 0.94, 0, 1, 0, 10, 1) translateX(30px);
        }

    .side.right {
        right: 0;
    }

        .side.right:hover ~ .wrapper .front {
            transform: matrix3d(0.94, 0, 0.34, 0.0002, 0, 1, 0, 0, -0.34, 0, 0.94, 0, 1, 0, 10, 1) translateX(30px);
        }

        .side.right:hover ~ .wrapper .back {
            transform: matrix3d(0.94, 0, 0.34, 0.0005, 0, 1, 0, 0, -0.34, 0, 0.94, 0, 1, 0, 10, 1.1) translateX(-100px);
        }

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.image {
    perspective: 200px;
    transition: all 0.2s ease;
    background-image: url("../images/img/hakkimizdagorsel2.jpg");
    height: 300px;
    width: 100%;
    background-size: cover;
    box-shadow: 0px 10px 21px rgb(0 0 0 / 60%);
}

.image2 {
    perspective: 200px;
    transition: all 0.2s ease;
    background-image: url("../images/img/hakkimizdagorsel.jpg");
    height: 300px;
    width: 100%;
    background-size: cover;
    box-shadow: 0px 10px 21px rgb(0 0 0 / 60%);
}


.front {
    margin-right: 0px;
    z-index: 1;
}

.back {
    margin-left: 100px;
    margin-top: -150px;
    background-position: bottom;
}


.ana-proje {
    position: relative;
    padding: 100px 0;
    margin: 0px;
    overflow: hidden;
    background-color: #f7f7f7;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.ana-proje .proje-title
{
    font-size:35px;
    font-weight:bold;
    color:#024c6b;
    position:relative;
    border-bottom: 5px solid #00afb6;
    width: fit-content;
    margin:0 auto;
}

/*.ana-proje .proje-title::after
{
    position: absolute;
    content: "";
    background-color: #00afb6;
    bottom: 0px;
    margin: 0 auto;
      left: 40%;
    height: 5px;
    width: 20%;
}
*/

.ana-proje .prj-img
{
    position:relative;
    width:100%;
    height:400px;
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
    margin:5px 0;
    border:1px solid #ccc;
}

.ana-proje .prj-img .prj-txt
{
    position:absolute;
    bottom:50px;
    left:0px;
    width:100%;
}

.ana-proje .prj-img .prj-txt .prj-title
{
    font-size:16px;
    font-weight:bold;
    background-color:#fff;
    padding:10px;
    color:#135875;
    max-width:320px;
    border-left: 10px solid #00afb6;
}

.ana-ref {
    position: relative;
    padding: 50px 0px 100px 0px;
    margin: 0px;
    overflow: hidden;
    background-color: #f7f7f7;
}

    .ana-ref .ref-title {
        font-size: 35px;
        font-weight: bold;
        color: #024c6b;
        position: relative;
        width: fit-content;
        margin: 0 auto;
        border-bottom: 5px solid #00afb6;
    }


.ana-ref .anasayfaurun
{
    border:1px solid #f7f7f7;
    width:100%;
    padding:10px;
    background-color: #fff;
}

.ref-ic-title
{
    font-size:14px;
    font-weight:600;
    margin-top:10px;
    text-align:center;
    color:#00afb6;
}

.projebg {
    position: relative;
    padding: 100px 0;
    margin: 0px;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.projebg .pro-title
{
    margin-top:5px;
    text-align:center;
    font-weight:600;
    font-size:18px;
}


    .projebg .proje-title {
        font-size: 35px;
        font-weight: bold;
        color: #024c6b;
        position: relative;
        width: fit-content;
        margin: 0 auto;
        border-bottom: 5px solid #00afb6;
    }


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



.footerbg {
    background-color: #042f40;
    padding: 15px 0;
    position: relative;
    margin: 0;
    border-top: 5px solid #00afb6;
}

.footerbg
{
    color:#fff;
    font-size:15px;
}

.footer-line {
    color: #9b9b9b;
}

.footer-line a {
    color: #9b9b9b;
    text-decoration: none;
    transition: .5s;
    padding-left:10px;
    padding-right:10px;
}

.footer-line a:hover {
    color: #fff;
    text-decoration: none;
    transition: .5s;
    padding-left:10px;
    padding-right:10px;
}

.foot-ul
{
    margin:0px;
    padding:0px;
    position:relative;
}

.foot-ul li{
    padding:0px;
    margin:3px 0;
    color:#fff;
    font-size:15px;
}

.foot-ul li a{
    padding:0px;
    margin:3px 0;
    color:#fff;
    font-size:15px;
}

.foot-ul li i{
    margin-right:5px;
    color:#fff;
    font-size:15px;
}


.foot-title
{
    font-size:20px;
    color:#fff;
    font-weight:400;
    margin-bottom:5px;
}

.footer-alt {
    background-color: #021f2a;
    padding: 10px 0;
    position: relative;
    margin: 0;
    color:#ededed;
    font-size:15px;
}


.kurumsalbg
{
    padding:50px 0 100px 0;
    position:relative;
}

.iletisimbg {
    padding: 50px 0 100px 0;
    position: relative;
}

.iletisimbg strong
{
    color:#00afb6;
    font-size:19px;
}


.kurumsalbanner {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: relative;
    width: 100%;
    height: 420px;
    margin-bottom: 30px;
    background-attachment: fixed;
}


    .kurumsalbanner::before {
        content: "";
        position: absolute;
        background-color: #00000052;
        width: 100%;
        height: 420px;
    }


.page-banner-txt {
    position: absolute;
    width: 100%;
    bottom: 32%;
    text-align: center;
}

    .page-banner-txt .txt {
        font-size: 40px;
        color: #fff;
        font-weight: 600;
    }

.breadcrumb-item a {
    color: #f7f7f7;
    font-size: 20px;
    font-weight: bold;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 20px;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #f7f7f7;
    content: var(--bs-breadcrumb-divider, "/");
}


.solmenu-ul {
    position: relative;
    margin: 0;
    padding: 0;
}

    .solmenu-ul .solmenu-li {
        position: relative;
        margin: 3px 0;
        padding: 10px 15px;
        background-color: #f7f7f7;
        text-align: left;
    }

        .solmenu-ul .solmenu-li .solmenu-link {
            position: relative;
            color: #333;
            font-size: 18px;
            font-weight: 400;
            text-decoration: none;
        }

            .solmenu-ul .solmenu-li .solmenu-link:hover {
                position: relative;
                color: #000;
                font-size: 18px;
                font-weight: 400;
                text-decoration: none;
            }

.syf-title {
    background-color: #004b6a;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.title {
    color: #004b6a;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}


.syf h3, .syf h2 {
    font-size: 19px;
    color: #a22424;
    font-weight: bold;
}

.syf h4, .syf h5, .syf h6 {
    font-size: 16px;
    color: #ccc;
    font-weight: bold;
}

.syf h1 {
    font-size: 22px;
    color: #a22424;
    font-weight: bold;
}

.title-txt-1 {
    color: #3a3a3a;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.person{
    border-radius:5px;
    border:1px solid #ededed;
    transition:.5s;
    position:relative;
}

.person:hover {
    border-radius: 5px;
    border: 1px solid #ededed;
    transition: .5s;
    position: relative;
    transform:translate(0px,-10px);
}

.person .name-txt
{
    color: #004b6a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.person .unvan-txt
{
    color: #444;
    font-size: 16px;
    font-weight: 400;
    font-style:italic;
}


.iletisim-title {
    font-size: 30px;
    font-weight: 600;
    color: #004b6a;
    position: relative;
}

.cont-ul {
    position: relative;
    margin: 0;
    padding: 0;
}

    .cont-ul .cont-li {
        padding: 10px 0px;
        font-size: 18px;
        color: #333;
        border-bottom: 1px solid #f7f7f7;
    }

        .cont-ul .cont-li strong {
            padding: 10px 0px;
            font-size: 20px;
            color: #960808;
            font-weight: bold;
        }

        .cont-ul .cont-li i {
            font-size: 18px;
            color: #00afb6;
            margin-right: 15px;
        }

        .cont-ul .cont-li a {
            font-size: 18px;
            color: #333;
            text-decoration: none;
        }

            .cont-ul .cont-li a:hover {
                font-size: 18px;
                color: #46697d;
                text-decoration: none;
            }

.form-title {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    color: #3a3a3a;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 2px solid #00afb6;
    width:fit-content;
}



.send-btn {
    border: 1px solid #00afb6;
    color: #00afb6;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 10px 25px;
    margin-top: 20px;
    transition: .5s;
}

    .send-btn:hover {
        border: 1px solid #00afb6;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding: 10px 25px;
        margin-top: 20px;
        background-color: #00afb6;
        transition: .5s;
    }


@media (max-width: 992px) {
    .kurumsalbanner {
        background-size: 1400px;
    }

}



/*Proje Slider*/

.faaliyetler .swiper-button-prev, .faaliyetler .swiper-button-next {
    position: absolute;
    top: 42%;
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size:20px;
}

    .faaliyetler .swiper-button-prev:after, .faaliyetler .swiper-rtl .swiper-button-next:after {
        content: '';
    }

    .faaliyetler .swiper-button-next:after, .faaliyetler .swiper-rtl .swiper-button-prev:after {
        content: '';
    }

.footer-sosyal {
    float: right;
}

    .footer-sosyal ul {
        display: flex;
    }

        .footer-sosyal ul li {
            padding: 5px 0px;
            border: 1px solid gray;
            margin: 0px 4px;
            width: 40px;
            text-align: center;
        }

            .footer-sosyal ul li i {
                font-size: 20px;
            }

        .footer-sosyal ul a {
            color: gray;
            transition: .5s;
        }

            .footer-sosyal ul a:hover {
                color: white;
            }


.syf ul 
{
    position:relative;
    margin:0px;
    padding:0px;
}

.syf ul li
{
    padding:5px 0;
}

.syf ul li i
{
    margin-right:5px;
    font-size:16px;
    color:#00afb6;
}



@media only screen and (min-width:992px) and (max-width:1192px)
{
    .kurumsalbanner
    {
        height:300px;
    }

        .kurumsalbanner::before {
            content: "";
            height: 300px;
        }
}

@media (max-width: 992px) {
    .ana-hak .about .about-title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .about-txt {
        font-size: 16px;
    }

    .ana-proje .proje-title {
        font-size: 25px;
    }

    .ana-proje {
        padding: 50px 0;
    }

    .projebg .proje-title {
        font-size: 25px;
    }

    .projebg {
        padding: 50px 0;
 
    }

    .ana-ref .ref-title {
        font-size: 25px;
    }

    .ana-ref {
        padding: 50px 0px 50px 0px;
    }

    .kurumsalbanner {
        height: 300px;
    }

        .kurumsalbanner::before {
            content: "";
            height: 300px;
        }
}

@media only screen and (min-width:1192px) and (max-width:1352px)
{
    .kurumsalbanner {
        height: 300px;
    }

        .kurumsalbanner::before {
            content: "";
            height: 300px;
        }
}