﻿body {
    background-color: #eff2f6;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Inter var',system-ui,sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #212521;
}

.baslik {
    margin-top: 0px;
}

a:hover {
    text-decoration: none;
    color: #0082ca;
    cursor: pointer;
}


/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.progress-container {
    width: 100%;
    left: 0px;
    height: 8px;
    background: #fff;
    position: absolute;
    bottom: 0px;
}

.progress-bar {
    height: 8px;
    /*background-color: rgb(29,53,87);*/
    background-color: #FFC107;
    width: 0%;
}

.content {
    padding: 100px 0;
    margin: 50px auto 0 auto;
    width: 100%;
}

.page_404 {
    background: #fff;
    height: 90vh
}

    .page_404 img {
        width: 90%;
    }

.four_zero_four_bg {
    background-image: url(/images/nullData.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
}


    .four_zero_four_bg h1 {
        font-size: 80px;
    }

    .four_zero_four_bg h3 {
        font-size: 80px;
    }

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
}

.contant_box_404 {
    margin-top: -50px;
}

#gotoTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1080;
    border: none;
    outline: none;
    color: white;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(36,36,37,255);
    border: 2px solid white;
}

    #gotoTop:hover {
        background-color: #555;
    }

.mySticky {
    top: 87px;
    position: sticky;
}

/* Carousel 4*/
.testimony-29101 .image {
    width: 40%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 100px;
    }
    #gotoTop {
        
        bottom: 50px;
        
    }
}

@media (max-width: 991.98px) {
    .testimony-29101 .image {
        height: 300px;
    }

    .baslik {
        margin-top: 15px;
    }
}

.testimony-29101 .text {
    width: 60%;
    padding: 7rem 4rem;
    background: #fff;
}

    .testimony-29101 .text blockquote {
        position: relative;
        padding-bottom: 50px;
        font-size: 18px;
    }

        .testimony-29101 .text blockquote .author {
            font-size: 14px;
            position: absolute;
            bottom: 0;
        }

@media (max-width: 991.98px) {

    .testimony-29101 .image,
    .testimony-29101 .text {
        width: 100%;
        display: block !important;
    }

    .testimony-29101 .text {
        width: 100%;
        padding: 0.7rem;
        background: #fff;
    }
}

@media (max-width: 991.98px) {
    .slide-one-item .owl-nav {
        display: none;
    }
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
}

    .slide-one-item .owl-nav .owl-prev span,
    .slide-one-item .owl-nav .owl-next span {
        font-size: 30px;
    }

    .slide-one-item .owl-nav .owl-prev:hover,
    .slide-one-item .owl-nav .owl-next:hover {
        color: #000;
    }

    .slide-one-item .owl-nav .owl-prev:active,
    .slide-one-item .owl-nav .owl-prev:focus,
    .slide-one-item .owl-nav .owl-next:active,
    .slide-one-item .owl-nav .owl-next:focus {
        outline: none;
    }

.slide-one-item .owl-nav .owl-prev {
    left: 20px;
}

.slide-one-item .owl-nav .owl-next {
    right: 20px;
}

.slide-one-item .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

    .slide-one-item .owl-dots .owl-dot {
        display: inline-block;
    }

        .slide-one-item .owl-dots .owl-dot > span {
            -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            display: inline-block;
            width: 15px;
            height: 3px;
            background: rgba(0, 123, 255, 0.4);
            margin: 3px;
        }

        .slide-one-item .owl-dots .owl-dot.active > span {
            width: 15px;
            background: #007bff;
        }

.myHeaderProfileCard {
    display: none;
}

.myHeaderProfileCard {
    display: block;
}

.dashboardBanner {
    object-fit: cover;
    min-height: 10rem;
    min-width: 100%;
    max-width: 100%;
}

.myProfileImageSize {
    max-height: 7rem;
    min-height: 7rem;
    min-width: 7rem;
    max-width: 7rem;
    object-fit: cover;
}

.newsImage {
    max-width: 100%;
    min-width: 100%;
    max-height: 180px;
    min-height: 180px;
    object-fit: cover;
    background-color: #f6f6f6;
}

.borderEffect:hover {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.newsSearchImageSize {
    max-width: 100%;
    max-height: 60px;
    min-height: 60px;
    border-radius: 5px;
    object-fit: cover;
}

.text-row-number {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 5px 0 0;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xs-text {
    font-size: 0.7rem;
    text-align: right;
    padding-right: 10px;
}

.hoverEffect:hover {
    background-color: #f6f6f6;
}

.myCategoryVisible {
    display: block;
}

.smallNewsPhoto > img {
    width: 100%;
    max-height: 200px !important;
    min-height: 200px !important;
}

.triangle-top-left {
    width: 0;
    height: 0;
    border-top: 150px solid #242425;
    border-right: 150px solid transparent;
    position: absolute;
    left: -10px;
    top: -15px;
}

.triangle-bottom-right {
    width: 0;
    height: 0;
    border-bottom: 150px solid #FFC107;
    border-left: 150px solid transparent;
    position: absolute;
    right: -10px;
    bottom: -15px;
}

.sliderHeader {
    width: 100%;
    height: 50px;
    background-color: red;
    /* transform: skewY(0.5deg); */
    position: absolute;
    z-index: -5;
}

.myFlex {
    display: block;
}

.sliderImg {
    width: 100%;
    min-height: 350px;
    object-fit: cover;
}

.myPadding {
    padding: 0rem !important;
}

.myHeight {
    min-height: 350px;
    background-color: red;
}

.categoryName {
    padding: 10px;
}

.myRowBg {
    opacity: 0.9;
    background: rgba(36,36,37,255);
    background: linear-gradient(180deg, rgba(36,36,37,255) 8%, rgba(0,0,0,0) 23%, rgba(239,242,246,0) 100%);
}

.myDrpMenu {
    max-height: 300px;
    overflow: auto;
    width: 100% !important;
}

.myRowSmallBg {
    background: rgba(36,36,37,255);
    background: linear-gradient(180deg, rgba(36,36,37,255) 8%, rgba(0,0,0,0) 54%, rgba(239,242,246,0) 100%);
}

.my-DetailMargin {
    margin-left: 100px !important;
}

#offcanvasRight {
    font-size: 18px !important;
    width: 320px;
}

.navProfile img {
    width: 50px;
    max-width: 50px;
    height: 50px;
    max-height: 50px;
}

@media(max-width:1000px) {
    .my-DetailMargin {
        margin-left: 0px !important;
    }
}

.my-Line-left {
    height: 6px;
    left: -15px;
    width: 20px;
    z-index: 9;
    opacity: 100 !important;
    display: block;
}

@media(max-width:1024px) {
    .my-Line-left {
        height: 6px;
        left: -15px;
        width: 20px;
        z-index: 9;
        opacity: 100 !important;
        display: block;
    }
}

.myDetailPhoto {
    min-height: 33rem;
    max-height: 33rem;
}

.myWidth {
    min-width: 100%;
}

.my-Display {
    display: none !important;
}

.my-Detai-Left-Panel {
    display: block !important;
    max-width: 60px;
}

.myDetailContainer {
    position: absolute;
    top: 150px;
    ;
}

.myHeaderBg {
    opacity: 0.85;
}

.myIndexHead {
    top: 70px !important;
}

.myFullPageHead {
    top: 50px !important;
}

.myPageText {
    top: 20px;
}

.myTextSize {
    font-size: 1.8rem;
    font-weight: 500;
}

.pageTitleSettings {
    padding: 1rem 0px !important;
}

.global-offcanvas-top-filter {
    margin-top: 85px !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 500px;
}

.my-fs {
    font-size: 26px !important;
}

.rightPanelTop {
    top: -40px !important;
}

@media(max-width:1024px) {
    .myTextSize {
        font-size: 1.3rem;
        font-weight: 500;
    }

    .myCardRadius {
        border-radius: 0px !important;
    }

    .global-offcanvas-top-filter {
        min-height: 50vh;
        margin-top: 75px !important;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        width: 500px;
    }

    .myMargin {
        margin-top: 3rem !important;
    }

    .my-fs {
        font-size: 18px !important;
    }

    .rightPanelTop {
        top: -50px !important;
    }
}

@media(max-width:1000px) {
    .myDetailPhoto {
        min-height: 13rem;
        max-height: 13rem;
    }

    .myIndexHead {
        top: 50px !important;
    }

    .myFullPageHead {
        top: 20px !important;
    }

    .myPageText {
        top: 30px;
    }

    .myHeaderBg {
        opacity: 0.85;
        background-color: black;
    }

    .myPadding {
        padding: 0.5rem !important;
    }

    .myCategoryVisible {
        display: none;
    }

    .myFlex {
        display: flex;
    }

    .myHeaderProfileCard {
        display: none;
    }

    .dashboardBanner {
        object-fit: cover;
        max-height: 6rem;
        min-height: 6rem;
        min-width: 100%;
        max-width: 100%;
    }

    .newsSearchImageSize {
        max-width: 100%;
        min-width: 100%;
        max-height: 80px;
        min-height: 80px;
        border-radius: 5px;
        object-fit: cover;
    }

    .text-row-number {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 0 1rem;
    }

    .newsHeaderText {
        padding: 0.3rem 1rem;
    }

    .myProfileImageSize {
        max-height: 5rem;
        min-height: 5rem;
        min-width: 5rem;
        max-width: 5rem;
        object-fit: cover;
    }

    .newsImage {
        max-width: 100%;
        min-width: 100%;
        max-height: 190px;
        min-height: 190px;
        object-fit: cover;
    }



    .myTextFloat {
        justify-content: start !important;
        margin: 10px 0;
    }

    .triangle-bottom-right {
        width: 0;
        height: 0;
        border-bottom: 150px solid #FFC107;
        border-left: 150px solid transparent;
        position: absolute;
        right: 5px;
        bottom: -15px;
    }

    .triangle-top-left {
        width: 0;
        height: 0;
        /*background: rgba(36,36,37,255);*/
        border-top: 150px solid #242425;
        border-right: 150px solid transparent;
        position: absolute;
        left: 1px;
        top: -15px;
    }

    .my-Display {
        display: block !important;
    }

    .my-Detai-Left-Panel {
        display: none !important;
    }
}

.image-hover img {
    transition: 0.5s all ease-in-out;
}

.image-hover:hover img {
    transform: scale(1.2);
}

.footer-top {
    margin-bottom: 500px !important;
}

.footerVisible {
    transform: translateY(0);
    transition: transform 0.5s ease-out;
}

    .footerVisible.show {
        transform: translateY(95%);
        transition: transform 0.5s ease-out;
    }

.body {
    padding-bottom: 150px;
}

.pageBanner {
    position: relative;
    clip-path: inset(0);
    height: 40vh;
    width: 100%;
    min-height: 70%;
}

    .pageBanner img {
        object-fit: cover;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 40%;
    }



.myNavSearch {
    right: 0;
}
/* 12222222222222222222222222222222222222*/
.cursor-pointer:hover {
    cursor: pointer;
}

.NavFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#offcanvasExample {
    font-size: 18px !important;
    width: 320px;
}

/*.searchBtn {
    position: absolute;
    right:0;
    background-color:#fff;
    padding: 0.7rem;
}

.meySearchInput {
    width: 42px !important;
    transition: 0.4s ease-in-out;
    border: 0px;
}

.meySearchInputActive {
    width: 100%;
    transition: 0.4s ease-in-out;
}
*/
.custom-shape-divider-top-1674215997 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .custom-shape-divider-top-1674215997 svg {
        position: relative;
        display: block;
        width: calc(161% + 1.3px);
        height: 232px;
        transform: rotateY(180deg);
    }

    .custom-shape-divider-top-1674215997 .shape-fill {
        fill: #000000;
    }


.mapStyle > iFrame {
    width: 100% !important;
    height: 70vh;
}

.menuDisplay {
    display: block;
}

.layoutPadding {
    padding-top: 85px !important;
}

@media(max-width:1000px) {
    .menuDisplay {
        display: none;
    }

    .layoutPadding {
        padding-top: 77px !important;
    }
}

.mySearchText {
    width: 100%;
    padding: 25px;
    font-size: 25px;
    height: 25px;
    border: none;
    outline: none;
    border: 3px solid #ffc107;
}

    .mySearchText:focus {
        padding: 25px;
        border: 5px solid #ffc107;
    }


.searchBoxStyle {
    padding: 0 2.2rem;
}


.form-signin {
    max-width: 330px;
    padding: 1rem;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin .first {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin .mid {
        margin-bottom: -1px;
        border-radius: 0;
    }

    .form-signin .last {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
