/* 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;
    }

b, strong {
    font-weight: bolder !important;
}


    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #00afb6;
    }

body {
    background-color: white;
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
}



    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: relative;
    margin: 0px;
    padding: 10px 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    font-weight: 400;
    background-color:#fff;
/*    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgb(153 153 153) 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: auto;
        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;
        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;
    display:none;
}

.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;
    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;
    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: 15px 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: 14px;
    font-weight: 300;
    color: #979797;
    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 {

    }
}

.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: 60px;
}

.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 screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1){

    .dropdownFixedMenu ul li {
        font-weight: 200;
        list-style: none !important;
        font-size: 14px;
        margin-bottom: 10px;
        transition: .3s;
    }

    .urun-menu {
     
        /* margin-top: 1px; */
    }

}

@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: 5px;
    }

        .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: 5% 0;
    margin: 0px;
    overflow: hidden;
    background-color: #f7f7f7;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    display: block;
}

    .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: relative;
            width: 100%;
            text-align: left;
        }

    .ana-proje .prj-txt .prj-title {
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
        color: #135875;
        text-align: center;
    }

        .ana-proje .prj-txt .prj-title h1 {
            font-size: 20px;
            font-weight: bold;
            padding: 10px;
            color: #135875;
        }

.prj-title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    color: #135875;
}

.ana-ref {
    position: relative;
    padding: 50px 0px 100px 0px;
    margin: 0px;
    overflow: hidden;
    background-color: #f7f7f7;
    display: block;
}

    .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 {
    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: 3% 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 {
    position: relative;
    margin: 50px 0;
}

.iletisimbg {
    position: relative;
    display: block;
    padding: 3% 0;
}

    .iletisimbg strong {
        color: #00afb6;
        font-size: 19px;
    }


.kurumsalbanner {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    position: relative;
    width: 100%;
    height: 200px;
    background-attachment: fixed;
    display: block;
}

    .kurumsalbanner img {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        height: 100%;
    }



    .kurumsalbanner::before {
        content: "";
        position: absolute;
        background-color: #00000052;
        width: 100%;
        height: 200px;
    }


.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;
}


.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;
}

.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;
}

.iletisim-title h1 {
    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;
    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-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        position: relative;
        width: 100%;
        height: 250px;
        margin-bottom: 30px;
        background-attachment: fixed;
        display: block;
    }

        .kurumsalbanner::before {
            content: "";
            height: 250px;
        }
}



/*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 ul {
        display: flex;
        padding:0px;
    }

        .footer-sosyal ul li {
            padding: 5px 0px;
            margin: 0px 4px;
            width: 30px;
            text-align: center;
        }

            .footer-sosyal ul li i {
                font-size: 18px;
            }

        .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;
        }


.title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
}

.boxrefimg {
    width: 100%;
    height: 106px;
    position: relative;
    display: flex;
    justify-content: center;
}

.boxrefimg img
{
    object-fit:cover;
}

@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 h1 {
        font-size: 25px;
    }

    .projebg {
        padding: 50px 0;
    }

    .ana-ref .ref-title {
        font-size: 25px;
    }

    .ana-ref {
        padding: 50px 0px 50px 0px;
    }

    .title {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: bold;
        text-align: left;
    }

}

@media only screen and (min-width:1192px) and (max-width:1352px) {
    .kurumsalbanner {
        height: 300px;
    }

        .kurumsalbanner::before {
            content: "";
            height: 300px;
        }
}

.parallaxbanner {
    width: 100%;
    height: 450px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    padding: 6%;
    overflow: hidden;
}

    .parallaxbanner::after {
        content: "";
        background-color: #0000004a;
        z-index: 99;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left:0;
    }
    .parallaxbanner .paralax-tt {
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        text-align: center;
        z-index:998;
        position:relative;

    }

    .parallaxbanner .parallax-text {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        z-index: 998;
        position: relative;
    }


    .carousel-caption-text {
        position: absolute;
        text-align: center;
        left: 30%;
        bottom: 25%;
        width: 35%;
        padding: 20px;
        background: linear-gradient(90deg, rgba(5,4,19,0) 0%, rgba(5,4,29,1) 32%, rgba(5,5,41,1) 70%, rgba(5,5,50,0) 100%);
    }

    .carousel-caption-text h5 {
        color: #fff;
        font-size: 25px;
        font-weight: bold;
    }

    .carousel-caption-text .txtsld p {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

.sliderbtn {
    background-color: #ededed;
    color: #000;
}

.cvgonderbg {
    position: relative;
    padding: 50px 0px;
    margin: 0;
}

.file-upload {
    display: block;
    text-align: center;
    font-size: 16px;
}

    .file-upload .file-select {
        display: block;
        border: 2px solid #dce4ec;
        color: #34495e;
        cursor: pointer;
        height: 45px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
        z-index: 997;
    }

        .file-upload .file-select .file-select-button {
            background: #dce4ec;
            padding: 0 10px;
            display: inline-block;
            height: 45px;
            line-height: 40px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

        .file-upload .file-select:hover {
            border-color: #34495e;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #FFFFFF;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #FFFFFF;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

    .file-upload .file-select input[type=file] {
        z-index: 999;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;

    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }

            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }

            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }



    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 150%;
        object-fit: cover;
    }



.newsbg {
    position: relative;
}

    .newsbg h3 {
        color: #333;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .newsbg .form-news {
        position: relative;
    }

.form-control-news {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.newsbg .form-news .btn-newsletter {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #0054A6;
    border: 1px solid #0054A6;
    padding: 9px 20px;
    color: #fff;
    transition: all 1s;
    border-radius: 0;
    z-index: 997;
}

    .newsbg .form-news .btn-newsletter:hover {
        background-color: #012e5c;
        border: 1px solid #012e5c;
        transition: all 1s;
    }

    .newsbg .form-news .btn-newsletter i {
        transition: all 1s;
    }

    .newsbg .form-news .btn-newsletter:hover i {
        transform: rotate(136deg);
        -webkit-transform: rotate(136deg);
        transition: all 1s;
    }


header .carousel-item img {
    width: 100%;
}





.scrolldown {
    position: absolute;
    bottom: 23%;
    z-index: 990;
    border: calc(var(--sizeX) / 10) solid var(--color);
    border-radius: 50px;
    box-sizing: border-box;
    margin-left: -15px;
    display: none !important;
}

    .scrolldown::before {
        content: "";
        position: absolute;
        bottom: 30px;
        left: 50%;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        background-color: var(--color);
        border-radius: 100%;
        animation: scrolldown-anim 2s infinite;
        box-sizing: border-box;
        box-shadow: 0px -5px 3px 1px #ffffff66;
    }

@keyframes scrolldown-anim {
    0% {
        opacity: 0;
        height: 6px;
    }

    40% {
        opacity: 1;
        height: 10px;
    }

    80% {
        transform: translate(0, 20px);
        height: 10px;
        opacity: 0;
    }

    100% {
        height: 3px;
        opacity: 0;
    }
}

.chevrons {
    padding: 6px 0 0 0;
    margin-left: -3px;
    margin-top: 48px;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chevrondown {
    margin-top: -6px;
    position: relative;
    border: solid var(--color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

    .chevrondown:nth-child(odd) {
        animation: pulse 500ms ease infinite alternate;
    }

    .chevrondown:nth-child(even) {
        animation: pulse 500ms ease infinite alternate 250ms;
    }

@keyframes pulse {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}

.border_animate {
    display: none !important;
}

.block {
    display: none !important;
}

.referans {
    display: none !important;
}

.banneric {
    display: none !important;
}

.breadcrumbdiv {
    display: none !important;
}

.iletisimpage2 {
    display: none !important;
}


/*Haberler*/

.swiper-container_haber {
    padding: 6% 0px;
}

.section_item_title {
    color: var(--hbrtitle);
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.section_item_slider {
    overflow: hidden;
}

.haber_item {
    border: 1px solid #ededed;
    transition: .5s;
    border-radius: 5px;
}

    .haber_item:hover {
        border: 1px solid #ededed;
        transition: .5s;
        cursor: pointer;
        border-radius: 5px;
    }

.haber_item_img {
    overflow: hidden;
    width: 100%;
    margin: auto;
}

    .haber_item_img img {
        transition: ease-in-out .5s;
        width: 100%;
        filter: grayscale(100%);
        border-radius: 5px;
    }

.haber_item:hover .haber_item_img img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.haber_item_txt {
    margin: 20px 0;
    padding: 0 10px;
    position: relative;
    height: 120px;
}

    .haber_item_txt .haber_item_txt_text {
        color: #000;
        font-size: 17px;
        font-weight: 400;
        width: 355px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.hbr-itm-baslik {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.haber_item_txt .haber_item_txt_link {
    color: #0054A6;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

    .haber_item_txt .haber_item_txt_link i {
        margin-left: 10px;
        transition: all .5s;
    }

.haber_item:hover .haber_item_txt .haber_item_txt_link i {
    transform: translateX(10px);
}

.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.temp2-project {
    display: none;
}

.temp1-menubar {
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
}

.temp2-menubar {
    display: none;
}


.notbanner {
    position: relative;
    height: 300px;
    background-color: #ededed;
    width: 100%;
}

.notbread {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 10px;
    background-color: #ededed;
    box-shadow: 0 1rem 1rem rgb(0 0 0 / 11%) !important;
}


.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}



/*Arama CSS*/

.search-bar2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display:none;
}




.is-focus .title-container .title {
    transform: translateY(0);
}

.is-type .title-container .title-down {
    transform: translateY(-30px);
}

.is-type .title-container .title {
    transform: translateY(-100%);
}

.field-container {
    position: relative;
    width: 50%;
    padding: 0;
    margin: 0 auto;
    border: 0;
    border-radius: 10px;
}

.icons-container {
    position: absolute;
    top: 6px;
    right: 0px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.icon-close {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 75%;
    height: 75%;
    opacity: 0;
    cursor: pointer;
    transform: translateX(-200%);
    border-radius: 50%;
    transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}




.is-type .icon-close .x-up:before, .is-type .icon-close .x-up:after {
    -webkit-animation: color-1 0.85s infinite;
    animation: color-1 0.85s infinite;
}

.is-type .icon-close .x-up:after {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.is-type .icon-close .x-down:before, .is-type .icon-close .x-down:after {
    -webkit-animation: color-1 0.85s infinite;
    animation: color-1 0.85s infinite;
}

.is-type .icon-close .x-down:before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.is-type .icon-close .x-down:after {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.icon-search {
    position: relative;
    top: 5px;
    left: 8px;
    width: 50%;
    height: 50%;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid #000;
    transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}

    .icon-search:after {
        content: "";
        position: absolute;
        bottom: -9px;
        right: -2px;
        width: 2px;
        border-radius: 3px;
        transform: rotate(-45deg);
        height: 10px;
        background-color: #000;
    }

.field {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background: white;
    border-radius: 3px;
    box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1);
    transition: all 0.4s ease;
}

    .field:focus {
        outline: none;
        box-shadow: 0px 9px 20px rgba(75, 72, 72, 0.3);
    }



.searchbox {
    position: absolute;
    background-color: #f7f7f7;
    height: auto;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    z-index: 999;
}

    .searchbox .searcboxlist {
        position: relative;
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
    }

        .searchbox .searcboxlist a {
            color: #000;
        }

.hbrresim img {
    overflow: hidden;
    width: 100%;
    height: 172px;
    position: relative;
    object-fit: cover;
}


.dokumanbg {
    border-bottom: 1px solid #ededed;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 9px;
    width: 100%;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}


/*Yeni menu css*/

#primary_nav_wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: end;
}

    #primary_nav_wrap ul {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 0
    }

        #primary_nav_wrap ul a {
            display: block;
            text-decoration: none;
            font-weight: bold;
            font-size: 15px;
            padding: 5px 10px;
        }

            #primary_nav_wrap ul a:hover {
                color: #fff;
                padding:5px  10px;
                border-radius: 5px;
            }

        #primary_nav_wrap ul li {
            position: relative;
            float: left;
            margin: 0;
            padding: 0
        }

            #primary_nav_wrap ul li ul li:hover {
                background: #f6f6f6
            }

        #primary_nav_wrap ul ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            padding: 0
        }

            #primary_nav_wrap ul ul li {
                float: none;
                width: 235px;
                text-align:left;
            }

            #primary_nav_wrap ul ul a {
                padding: 5px 10px;
                font-weight:400;
            }

            #primary_nav_wrap ul ul ul {
                top: 0;
                left: 100%
            }

        #primary_nav_wrap ul li:hover > ul {
            display: block
        }

/* Sol Menu Css*/

.solmenu {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

    .solmenu .slmenu-li {
        padding: 10px;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #f7f7f7;
        text-align: left;
    }

        .solmenu .slmenu-li:hover {
            padding: 10px;
            margin: 0;
            width: 100%;
            border-bottom: 1px solid #f7f7f7;
            text-align: left;
        }

            .solmenu .slmenu-li:hover .sl-menu-link {
              color:#fff;
            }

        .solmenu .slmenu-li .sl-menu-link {
            color: #000;
            font-size: 17px;
            font-weight: 400;
            position: relative;
            width: 100%;
            display:block;
        }

        .solmenu .slmenu-li .solic-ul {
            position: absolute;
            display: none;
            transition: .5s;
        }

        .solmenu .slmenu-li:hover .solic-ul {
            position: relative;
            top: auto;
            width: 100%;
            height: auto;
            background-color: #f7f7f7;
            border: 1px solid #ededed;
            display: block;
            transition: .5s;
            padding: 15px;
            z-index: 99;
        }


            .solmenu .slmenu-li:hover .solic-ul .solic-li {
                padding: 5px 0;
                margin: 0;
                border-bottom: 1px solid #ccc;
            }
                .solmenu .slmenu-li:hover .solic-ul .solic-li:hover {
                    padding: 5px 0;
                    margin: 0;
                    border-bottom: 1px solid #ccc;
                }
                .solmenu .slmenu-li:hover .solic-ul .solic-li .solic-link {
                    color: #000;
                    font-size: 15px;
                    font-weight: 400;
                    position: relative;
                }


.lang-bar-temp1
{
    display:block;
    position:relative;
}

.footerkvkk {
    border-top: 1px solid #f7f7f74d;
    padding-top: 10px;
}

.prjbox {
    width: 100%;
    position: relative;
    transform: translate(0);
    transition: .5s;
    border:1px solid #ededed;
    margin:10px 0;
    text-align:center;
    padding-bottom:10px;
    border-radius:5px;
}

    .prjbox img {
        overflow: hidden;
        width: 100%;
        height: 172px;
        position: relative;
        object-fit: cover;
        margin-bottom: 10px;
    }


    .prjbox:hover {
        transform: translate(0,-10px);
        transition: .5s;
    }

.cerez {
    position: fixed;
    bottom: 10px;
    right: -3%;
    z-index: 998;
    width: 500px;
}


@media screen and (max-width: 600px) {
    .cerez {
        width: 100%;
    }
}


.cerez .alert-dismissible {
    position: relative;
    z-index: 999;
    width: 95%;
}


.alert-dismissible .btn-close {
    position: absolute;
    top: 24px;
    right: 53px;
    z-index: 9999;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    font-size: 14px;
}

.cerez p {
    font-size: 15px;
}

    .cerez p a {
        color: #000;
        text-decoration: underline;
    }

.cerzebtn {
    background-color: #00387b;
    border-color: #00387b;
    transition:.5s;
}

.cerzebtn:hover {
    background-color: #00387b;
    border-color: #00387b;
    transition: .5s;
}


.newsbg h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 992px) {

    .ana-hak .about {
        padding: 25px 0;
    }

    .ana-proje .prj-img {
        height: 200px;
    }

    .menubg .navbar.header {
        height: auto;
    }

    .parallaxbanner .paralax-tt {
        font-size: 20px;
    }

    .parallaxbanner {
        height: 300px;
    }

        .parallaxbanner .parallax-text {
            font-size: 15px;
        }

    .newsbg h1 {
        font-size: 20px;
    }
}

.wp-content {
    position: fixed;
    left: 2%;
    bottom: 5%;
    width: 5%;
    z-index: 999;
}


.wp-content2 {
    position: fixed;
    left: 10%;
    bottom: 5%;
    width: 5%;
    z-index: 999;
}


    .wp-content2 .servistt, .wp-content .servistt {
        background-color: #fff;
        padding: 5px;
        font-size: 13px;
        border-radius: 5px;
        color: #005aab;
        left: -20px;
        position: relative;
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
    }

a {
    text-decoration: none !important;
    transition: .5s;
}


.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;
}

.temp1-2-hbr .sld-titleust h1 {
    font-size: 35px;
    font-weight: bold;
    color: #024c6b;
    position: relative;
    border-bottom: 5px solid #00afb6;
    width: fit-content;
    margin: 0 auto;
}



.haberpage {
    position: relative;
    padding: 75px 0px;
    margin: 0;
}

.haber-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #004b6a;
    text-align: center;
}

.haberbox {
    border: 1px solid #ededed;
    padding: 5px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
}

.habertt {
    font-size: 17px;
    font-weight: bold;
    color: #00406f;
    margin: 10px 0;
    text-align: center;
}

.editortemp1
{
    position:relative;
    width:100%;
    margin:0px;
    padding:30px 0px;
}

    .editortemp1 .editortemp1tt {
        font-size: 35px;
        font-weight: bold;
        color: #024c6b;
        position: relative;
        border-bottom: 5px solid #00afb6;
        width: fit-content;
        margin: 0 auto;
    }


.footer3ust, .main-footer, .newsletter-signup, .hib-links, .slider2, .intro, .hbr-tema3, .temp3-icsyf, .home_banner_bg, .aboutpage3, .home-banner-4, .section_urunler,
.section_yayimlar, .bannerictemp3, .cvgonderbg4, .temp3-project, .haberpagetemp3, .iletisimbg3, .parallax_bg, .page_container, .bannertemp4, .referans-tema3, .section1,
.section_urunler, .cvgonderbg4, .parallax5, .temp6-parallax, .temp7-parallax, .temp8-parallax, .temp8Loader, .loading {
    display: none !important;
}
