::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--black-color);
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
    box-shadow: inset 0 0 5px #d4d4d4;
}

.text-gradient-main-color {
    background: linear-gradient(to left, #000, var(--theme-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-swiper {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    width: 40%;
}
.widget_categories a.active {
    background-color: #e5e5e5;
}
.index-swiper.slider-container {
    background-color: #00aeef;
    border-radius: 20px;
    padding: 40px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.index-swiper .slide-header {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.index-swiper .slide-number {
    font-weight: 700;
}

.index-swiper .slide-content {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    /* overflow: hidden; */
}

.index-swiper .slide-text {
    flex: 1;
    min-width: 0;
}

.index-swiper .slide-title-wrapper {
    position: relative;
    height: 80px;
    overflow: hidden;
}

.index-swiper .slide-title {
    color: white;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 20px;
    position: absolute;
    width: 100%;
    transition: transform 0.6s ease;
}

.index-swiper .slide-title.slide-out-left {
    transform: translateX(-200%);
}

.index-swiper .slide-title.slide-in-right {
    transform: translateX(200%);
}

.index-swiper .slide-title.active {
    transform: translateX(0);
}

.index-swiper .slide-navigation {
    display: flex;
    gap: 15px;
}

.index-swiper .nav-button {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    color: white;
}

.index-swiper .nav-button:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.index-swiper .nav-button:active {
    transform: scale(0.95);
}

.index-swiper .slide-image-wrapper {
    position: relative;
    width: 220px;
    height: 120px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.index-swiper .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: transform 0.6s ease;
}

.index-swiper .slide-image.slide-out-left {
    transform: translateX(-220%);
}

.index-swiper .slide-image.slide-in-right {
    transform: translateX(220%);
}

.index-swiper .slide-image.active {
    transform: translateX(0);
}

.index-swiper .progress-bar {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.index-swiper .progress-fill {
    height: 100%;
    background: white;
    border-radius: 10px;
    width: 0%;
    transition: all 0.1s ease;
}

.index-swiper .progress-fill.animating {
    transition: all 8s ease;
}

.index-video {
    position: relative;
}

._card {
    position: relative;
    display: inline-block;
    width: 100%;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}


.about-info {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50% !important;
    background-color: #00aeef;
    max-width: 220px;
    width: 100%;
    max-height: 220px;
    height: 100%;
    padding: 25px;
    text-align: center;
    align-content: center;
    right: 40px !important;
    bottom: -28px !important;
}

.bdr-f1 {
    border: 1px solid #f1f1f1;
}

.bdrb-main {
    border-bottom: 1px solid #00aeef;
}

.bdrb-main2 {
    border-bottom: 1px solid #000;
}

.bdrr-fff {
    border-right: 1px solid #fff;
}

.bdrb-fff {
    border-bottom: 1px solid #fff;
}

.bdrs20 {
    border-radius: 20px !important;
}

.bdrs50 {
    border-radius: 50px !important;
}

.bdrsb-45 {
    border-bottom-left-radius: 45px !important;
    border-bottom-right-radius: 45px !important;
}

.bordet-top-bg-4px {
    border-top: 4px solid var(--theme-color);
}

.bg-gradient-main {
    background: linear-gradient(to left, rgb(0, 0, 0), #00aeef);
}

.bg-black-opacity-54 {
    background-color: #00000054 !important;
}

.bg-opacity-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: opacity(0.2);
}

.bg-image {
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background-image 0.3s ease-in-out;
    /* overflow: hidden; */
}

.bg-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #000000a6;*/
    border-radius: 20px;
    z-index: -1;
}

.catalog {
    animation: floating 4s ease-in-out infinite;
}

@keyframes floating {

    0%,
    100% {
        transform: translateY(20%) rotate(16deg) translateY(10px);
    }

    50% {
        transform: translateY(20%) rotate(16deg) translateY(-10px);
    }
}

.borderrw-4 {
    border-right-width: 4px !important;
}

.text-black-shine {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #000;
    background: linear-gradient(to left,
            #000 0%,
            #353535 40%,
            #a7a7a7 50%,
            #000 60%,
            #353535 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shineMove 4.5s linear infinite;
}

@keyframes shineMove {
    0% {
        background-position: 100% center;
    }

    100% {
        background-position: -100% center;
    }
}

/* .text-black-shine::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    color: #ffffff40;
    filter: blur(2px);
} */



.box-shadow-555 {
    box-shadow: 0px 0px 20px #555555;
}


.box-shape-top-right {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 24px);
    height: calc(100% + 0px);
    background-color: var(--white-color);
    border-radius: 0 20px 0 0;
    z-index: -2;
}

.box-shape-top-right:after,
.box-shape-top-right:before {
    content: '';
    position: absolute;
    bottom: 99%;
    left: 0;
    line-height: 1;
    height: 20px;
    width: 20px;
    background-color: var(--white-color);
    -webkit-clip-path: path("M-0.00405075 0.197186C-0.00451078 0.129431 -0.00450747 0.0623935 -0.00405075 -0.00390625V0.197186C0.038618 6.48153 4.06739 18.9271 20.0077 20.0039H-0.00405075V0.197186Z");
    clip-path: path("M-0.00405075 0.197186C-0.00451078 0.129431 -0.00450747 0.0623935 -0.00405075 -0.00390625V0.197186C0.038618 6.48153 4.06739 18.9271 20.0077 20.0039H-0.00405075V0.197186Z");
}

.box-shape-top-right:after {
    left: 99%;
    bottom: -1px;
}

.box-shape i {
    animation: smoothBounce 2s ease-in-out infinite;
}

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 30px 5px 20px;
    font-weight: 500;
    overflow: hidden;
    color: #00aeef;
    border: 5px double #00aeef;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 25px;
    overflow: hidden;
}

.btn-style-one:hover {
    color: #fff;
    border-color: #fff;
    background-color: #00aeef;

}


.btn-style-one:before {
    content: "\f061";
    font-family: var(--icon-font);
    position: absolute;
    right: 10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.btn-style-one:hover:before {
    right: 5px;
}

.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 30px 5px 20px;
    font-weight: 500;
    overflow: hidden;
    color: #fff;
    border: 5px double #fff;
    background-color: var(--theme-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 25px;
    overflow: hidden;
}

.btn-style-two:hover {
    color: var(--white-color);
    border-color: var(--white-color);
    background-color: var(--black-color);

}


.btn-style-two:before {
    content: "\f061";
    font-family: var(--icon-font);
    position: absolute;
    right: 10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.btn-style-two:hover:before {
    right: 5px;
}

.center-head {
    color: #202120;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: lighter;
    margin: 10px 0 30px;
    text-align: center;
    position: relative;
}

.center-head:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    border-bottom: 1px solid #ccc;
    top: 50%;
    z-index: 9;
}

.center-head span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 99;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #fff;
}

.circle-icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: var(--theme-color);
    font-size: 16px;
}

.contact-panel {
    position: relative;
    z-index: 2;
    padding: 40px;
    border-radius: .5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
}

.cta-sec5::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006b;

}

.dokumanlar .featured-project-single-grid {
    text-align-last: center;
    border: 1px solid #000;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    margin-top: 65px;
}

.dokumanlar .featured-project-single-grid .featured-project-single-grid__image {
    height: 160px;
    margin-bottom: -50px;
}

.dokumanlar .featured-project-single-grid .featured-project-single-grid__image img {
    border-radius: 10px;
    box-shadow: none;
    transition: box-shadow 0.5s ease;
    margin-top: -60px;
}

.dokumanlar .featured-project-single-grid:hover .featured-project-single-grid__image img {
    box-shadow: 0px 0px 20px var(--theme-color);
}

.dokumanlar .featured-project-single-grid__content {
    margin-top: -40px !important;
    padding: 30px;
}


.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fz14 {
    font-size: 14px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz18 {
    font-size: 18px !important;
}

.fz20 {
    font-size: 20px !important;
}

.fz22 {
    font-size: 22px !important;
}

.fz25 {
    font-size: 25px !important;
}

.fz27 {
    font-size: 27px !important;
}

.fz30 {
    font-size: 30px !important;
}

.fz35 {
    font-size: 35px !important;
}

.fz40 {
    font-size: 40px !important;
}

.fz60 {
    font-size: 60px !important;
}

.fz200 {
    font-size: 200px !important;
}

.hwlineh-45 {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
}

.h-50px {
    height: 50px !important;
}

.h-70px {
    height: 70px !important;
}

.h200 {
    height: 200px !important;
}

.h250 {
    height: 250px !important;
}

.h270 {
    height: 270px !important;
}

.h400 {
    height: 400px !important;
}

.header-menu-scrollH::-webkit-scrollbar {
    width: 12px;
}

.header-menu-scrollH::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 10px;
}

.header-menu-scrollH::-webkit-scrollbar-thumb:hover {
    background: var(--theme-color);
}

.header-menu-scrollH::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
    box-shadow: inset 0 0 5px #d4d4d4;
}

.img_hover-1 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.img_hover-1::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
}

.img_hover-1::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    background: var(--theme-color2);
    opacity: 0;
    transition: 0.5s ease-in-out !important;
}

.kesfet-write {
    display: inline-block;
    transform: rotate(0deg);
    writing-mode: vertical-lr;
    /* Makes the text flow vertically */
    text-orientation: upright;
    /* Ensures the letters are upright */
    white-space: nowrap;
    /* Prevents wrapping */
    letter-spacing: 5px;
    /* Space between letters */
}

.left-0 {
    left: 0px !important;
}

.line-btn i {
    transition: padding-left 1s ease;
}

.line-btn:hover i {
    padding-left: 5px;
}

.lineh-30 {
    line-height: 30px !important;
}

.lineh-70 {
    line-height: 70px !important;
}

.link-span {
    font-size: 11px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: 1s opacity ease;
    color: var(--theme-color);
}

.object-fit-contain {
    object-fit: contain;
}

.service-card .box-description {
    font-size: 15px !important;
}

.service-card:hover .box-description {
    color: #fff;
}

.bannerCard {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #00aeef;
    border-radius: 20px;
    padding: 20px;
    max-width: 400px;
}

.bannerCard h4 {
    color: #fff;
    font-weight: 500;
}

.bannerCard h4 i {
    transition: padding .5s ease;
}

.bannerCard:hover h4 i {
    padding-left: 10px;
}

.bannerCard p {
    color: #fff;
}

@media(max-width:768px) {
    .bannerCard {
        position: absolute;
        left: 10px;
        bottom: 75px;
        background-color: #00aeef;
        border-radius: 20px;
        padding: 20px;
        max-width: 400px;
    }
}

.box-shadow-f1-inset {
    box-shadow: inset 0px 0px 20px 0px #f1f1f1;
}

.maxw-none {
    max-width: none !important;
}

.minw-none {
    min-width: none !important;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    gap: 15px;
}

.rounded-field input[type="text"],
.rounded-field input[type="email"],
.rounded-field select {
    border: 1px solid #dfdfdf;
    padding: 10px 20px;
    min-height: 44px;
    color: #999;
    font-size: .875rem;
    color: #999;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.main-menu>ul>li>button.menu-modal-button:hover,
.main-menu>ul>li>button.menu-modal-button.active {
    color: var(--theme-color);
}

/* .main-menu ul li>button.menu-modal-button.active:before {
    content: "\f111";
    font-family: var(--icon-font);
    margin-right: 4px;
    font-size: 0.9em;
    color: var(--theme-color);
} */

.maxh-75vh {
    max-height: 75vh !important;
}

.maxh-250px {
    max-height: 250px !important;
}

.maxh-450px {
    max-height: 450px !important;
}

.maxw-100 {
    max-width: 100% !important;
}

.maxw-350px {
    max-width: 350px;
}

.maxw-450px {
    max-width: 450px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb80 {
    margin-bottom: 80px;
}

.me110 {
    margin-right: 110px !important;
}

.ms45 {
    margin-left: 45px;
}

.ms80 {
    margin-left: 80px;
}

.row-gap-1 {
    row-gap: .25rem !important;
}

.row-gap-2 {
    row-gap: .5rem !important;
}

.row-gap-3 {
    row-gap: 1rem !important;
}

.row-gap-4 {
    row-gap: 1.5rem !important;
}

.row-gap-5 {
    row-gap: 3rem !important;
}

.menu-modal-button {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--body-font);
    color: var(--title-color);
    border: none;
    background-color: transparent;
}

/* Modal Menü */

.menu-modal {
    position: fixed;
    /* top: 0; */
    top: 100px;
    left: 50%;
    background-color: #000;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.menu-modal button.modal-close {
    width: 45px;
    height: 45px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--theme-color);
    background-color: transparent;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: var(--theme-color)
}

.menu-modal button.modal-close:hover {
    color: var(--body-color);
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.menu-modal.show {
    opacity: 1;
    visibility: visible;
    width: 98.45%;
    height: 87vh;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0
}

/* Modal */

.modal-menu-body {
    margin-top: 10px;
    padding: 20px;
}

.modal-menu-body>.row {
    overflow: auto;
}

.modal-menu-header {
    display: flex;
    justify-content: end;
    padding: 20px;
    align-items: center;
    position: relative;
}

.modal-menu-footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px 20px;
    background-color: #00aeeff2;
    z-index: 3;
}

.modal-menu-footer a {
    color: #fff;
}

.modal-menu-footer a:hover {
    color: #00aeef;
}

.ms--120 {
    margin-left: -120px;
}

.ms60 {
    margin-left: 60px;
}

.news_box.style_two {
    position: relative;
    margin-bottom: 25px;
}

.news_box.style_two .content_box {
    position: relative;
    padding: 25px;
    overflow: hidden;
    border-radius: 10px;
}

.news_box.style_two .content_box .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--theme-color2);
    opacity: 0.4;
    z-index: 1;
    transition: 0.9s ease-in-out;
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    -ms-transition: 0.9s ease-in-out;
}

.news_box.style_two:hover .content_box .overlay {
    opacity: 0.8;
}

.news_box.style_two .content_box img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-radius: 13px;
}

.news_box.style_two .content_box .content_mid {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 80px 40px;
}

.news_box.style_two .content_box .content_mid .date_in_number {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.news_box.style_two .content_box .content_mid h2 a {
    display: block;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
}

.news_box.default_style.list_view {
    position: relative;
    display: flex;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}

.news_box.default_style.list_view .image {
    position: relative;
    max-width: 30%;
    min-width: 30%;
}

.news_box.default_style.list_view .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.news_box.default_style.list_view .image .categories {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 12px 2px;
    background: var(--theme-color2);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    /* text-transform: uppercase; */
    line-height: 26px;
    border-radius: 0px 0px 10px 0px;
    transition: 0.9s ease-in-out;
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    -ms-transition: 0.9s ease-in-out;
}

.news_box.default_style.list_view .content_box {
    position: relative;
    padding: 20px;
    max-width: 70%;
    min-width: 70%;
    align-content: center;
}

.news_box.default_style.list_view .content_box h3 a,
.news_box.default_style.list_view .content_box h2 a {
    display: block;
    color: var(--theme-color2);
    line-height: 24px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}

.news_box.default_style.list_view .content_box p {
    margin-bottom: 25px;
    font-size: 14px;
}

.news_box.default_style.list_view .content_box ul li {
    font-size: 14px;
}

.news_box.default_style.list_view .content_box a.link__go {
    display: block;
    color: #4a4e56;
    font-weight: 600;
    font-size: 14px;
}

.news_box:hover .img_hover-1::before {
    opacity: 0.85;
}

.news_box:hover .img_hover-1::after {
    animation: circle 0.75s;
}

.news_box.default_style.list_view:hover .image .categories {
    background: var(--theme-color);
}

.news_box.default_style.list_view:hover .content_box a.link__go .link-span {
    opacity: 1;
    visibility: visible;
}

.object-fit-cover {
    object-fit: cover !important;
}

.pdf .list {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    float: left;
    width: 100%;
}

.pdf .list a {
    display: block;
    color: #0c0c0c;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding: 30px 160px 30px 0px;
    text-decoration: none;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.pdf .list a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 00px;
    background-color: var(--theme-color);
    width: 75px;
    height: 7px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.pdf .list a:hover:before {
    width: 150px;
}

.pdf .list a span {
    position: absolute;
    right: 0px;
    top: 15px;
    font-size: 18px;
}

.pdf .list a i {
    background-color: #ececec;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 27px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 0;
    margin-right: 15px;
    vertical-align: middle;
}

.pe35 {
    padding-right: 35px !important;
}

.pe120 {
    padding-right: 120px !important;
}

.ps35 {
    padding-left: 35px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.py60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.right-0 {
    right: 0px !important;
}

.sektor-kesfet {
    transform: rotate(270deg);
    padding: 95px 0px;
    letter-spacing: 5px;
    font-size: 18px;
    margin-bottom: 0px !important;
    color: #000;
}


.sertifika-details-link {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 2px solid var(--theme-color2);
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    align-content: center;
}

.service-card:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000069;
    z-index: -1;
}

.service-list-area .service-list-wrap .box-icon .box-title {
    display: none;
}

.service-list-area .service-list-wrap.active .box-icon .box-title {
    display: flex;
}

.slow-scroll-urun {
    position: relative;
    padding: 10px 15px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    border-radius: 25px;
    color: #00aeef !important;
    font-weight: 500;
}


.slow-scroll-urun.active {
    color: #00aeef !important;
}

.slow-scroll-urun:hover,
.slow-scroll-urun:hover .widget_categories .box-link {
    color: #00aeef !important;
}

.slow-scroll-urun.active:after {
    content: "\f061";
    font-family: var(--icon-font);
    position: absolute;
    right: 15px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.widget_categories .box-link {
    position: relative !important;
    font-size: 18px !important;
    padding: 17px 40px 17px 25px !important;
    border: 1px solid #f1f1f1 !important;
    background-color: #fff !important;
    border-radius: 25px !important;
    color: #00aeef !important;
    font-weight: 500 !important;
    color: #505050 !important;
    -webkit-transition: all ease 0.4s !important;
    transition: all ease 0.4s !important;
}


.widget_categories .box-link.active,
.widget_categories .box-link:hover {
    background-color: #ffffff !important;
    color: var(--theme-color) !important;
    box-shadow: none !important;
    border-left: 5px solid var(--theme-color) !important;
}

.widget_categories .box-link:hover,
.widget_categories .box-link:hover .widget_categories .box-link {
    color: #00aeef !important;
}

.widget_categories .box-link:before {
    content: none !important;
}

.widget_categories .box-link.active:before {
    content: "\f061" !important;
    font-family: var(--icon-font) !important;
    position: absolute !important;
    right: 15px !important;
    -webkit-transition: all ease 0.4s !important;
    transition: all ease 0.4s !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.background-favicon {
    background-image: url(../img/logo/yrm-logo.webp);
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.w-70 {
    width: 70%;
}

.right-15px {
    right: 15px;
}

.right-40px {
    right: 40px;
}

.top-100px {
    top: 100px !important;
}

.top-minus-30px {
    top: -30px;
}

.top-minus-70px {
    top: -70px;
}

.top-minus-80px {
    top: -80px;
}

.top-minus-100px {
    top: -100px;
}

.top-minus-120px {
    top: -120px;
}

.top-minus-125px {
    top: -125px;
}

.border-radius-10px {
    border-radius: 10px;
}

.slow-scroll-urun:hover:after {
    content: "\f061";
    font-family: var(--icon-font);
    position: absolute;
    right: 15px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.sticky-wrapper.sticky .header-logo {
    /* height: auto; */
    /* padding: 20px 5px; */
}

.sticky-wrapper.sticky .main-menu,
.sticky-wrapper.sticky .header-button {
    padding-bottom: 0px !important;
}

.sub-menu.bg-image li a {
    color: #4b4b4b;
}

.sub-menu.bg-image>li:hover>a {
    color: #000;
}

.sub-menu.bg-image ul li:hover a {
    color: #000;
}

.text-ce {
    color: #cecece;
}

.text-limit-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-main-1 {
    color: var(--title-color) !important;
}

.th-hero-wrapper .box-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 10px;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 20px;
    color: #00aeef;
}

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.text-limit-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.background-size-contain {
    background-size: contain !important;
}

.background-no-repeat {
    background-repeat: no-repeat !important;
}

.transform-none {
    transform: none !important;
}

.min-h-80px {
    min-height: 80px;
}

.urunler-slider {
    background-color: #fafafa;
    box-shadow: 0px 0px 20px #c6c6c6;
    padding: 77px 0px;
    border-radius: 20px;
}

.w20 {
    width: 20px !important;
}

.w25 {
    width: 25px !important;
}

.w35 {
    width: 35px !important;
}

.w40 {
    width: 40px !important;
}

.w45 {
    width: 45px !important;
}

.w50 {
    width: 50px !important;
}

.w75 {
    width: 75px !important;
}


.why-tab-content {
    animation: border-color-gradient 5s linear infinite;
    border: 4px solid transparent;
    border-radius: 20px;
    padding: 70px 45px 45px 20px;
}

.width-fit-content {
    width: fit-content !important;
}

.zIndex--1 {
    z-index: -1;
}

.zIndex-0 {
    z-index: 0;
}

.zIndex-2 {
    z-index: 2;
}


.whatsapp-box {
    position: fixed;
    bottom: 95px;
    right: 12px;
    background-color: #2db742;
    z-index: 20;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 9px 11px;
    transition: transform .5s ease;
    transform: translateX(-8px);
    align-content: center;
}

.whatsapp-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(192 32 21);
    transform: translate(-50%, -50%) scale(1);
    animation: whatsappPulse 2s infinite;
    z-index: -1;
}

.whatsapp-box:hover::before {
    animation: none;
    opacity: 0;
}

.whatsapp-box span {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.whatsapp-box p {
    color: #b4e5bc;
    line-height: normal;
}

.whatsapp-box .wp-tag {
    background-color: #62c971;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 11px;
    line-height: 14px;
}

.whatsapp-box h5 {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

.whatsapp-box:hover {
    width: auto;
    padding: 0px 17px;
    border-radius: 50px;
    transform: translateX(0);
}

.whatsapp-box:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

@keyframes whatsappPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.whatsapp-box-mobile {
    position: fixed;
    bottom: 2px;
    right: 5px;
    background-color: #2db742;
    z-index: 20;
    border-radius: 50px;
    width: 49%;
    height: 50px;
    padding: 0px 17px;
    transition: transform .5s ease;
    transform: translateX(0);
    align-content: center;
}

.whatsapp-box-mobile span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.whatsapp-box-mobile p {
    color: #b4e5bc;
}

.whatsapp-box-mobile .wp-tag {
    background-color: #62c971;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 20px;
}

.whatsapp-box-mobile h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.w-20px {
    width: 20px;
}

.widget_categories a.accordion-button {
    /*background-color: #e5e5e5;*/
    color: #000 !important;
    box-shadow: none;
    /*border-left: 5px solid var(--theme-color);*/
    border-left: none !important;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 0px;
    padding: 11px 15px 11px 15px;
    font-size: 16px;
    line-height: 1.313;
    border-radius: 0px !important;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.widget_categories a.accordion-button.collapsed {
    /*background-color: #ffffff00;*/
    /*box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1);*/
    color: var(--title-color);
    border-left: none;
    margin: 0;
}
.widget_categories .accordion-card.product a:hover,
.widget_categories a.accordion-button:hover {
    background-color: #f1f1f1;
    /*color: var(--theme-color);*/
    box-shadow: none;
    /*border-left: 5px solid var(--theme-color);*/
    border-left: none;
}

.widget_categories a.accordion-button:after,
.widget_categories a.accordion-button.collapsed:after {
    content: none !important;
}

.widget_categories a.accordion-button::before {
    /*content: '\f063';*/
    content: none;
    position: absolute;
    right: 30px;
    top: 17px;
    font-family: var(--icon-font);
    font-weight: 600;
    color: inherit;
}

.widget_categories a.accordion-button.collapsed::before {
    /*content: '\f061';*/
    content: none;
}

.widget_categories .accordion-card.product a {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    display: block;
    background-color: #ffffff00;
    box-shadow: none;
    margin-bottom: 0px;
    padding: 11px 15px 11px 15px;
    font-size: 16px;
    line-height: 1.313;
    color: var(--title-color);
    border-radius: 0px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.widget_categories .accordion-card.product.active a {
    background-color: #e5e5e5;
    /*color: var(--theme-color);*/
    box-shadow: none;
    /*border-left: 5px solid var(--theme-color);*/
    border-left: none;
}

.widget_categories .accordion-card.product a::before {
    content: none
}

.widget_categories .accordion-card.product.active a::before {
    /*content: '\f061';*/
    content: none;
    position: absolute;
    right: 30px;
    top: 17px;
    font-family: var(--icon-font);
    font-weight: 600;
    color: inherit;
}

.phone-box {
    position: fixed;
    bottom: 150px;
    right: 12px;
    background-color: var(--black-color);
    z-index: 20;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px 10px;
    transition: transform .5s ease;
    transform: translateX(-8px);
    align-content: center;
    border: 1px solid #fff;
}

.phone-box span {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.phone-box p {
    color: #b4e5bc;
    line-height: normal;
}

.phone-box .wp-tag {
    background-color: var(--theme-color);
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 11px;
    line-height: 14px;
}

.phone-box h5 {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

.phone-box:hover {
    width: auto;

    padding: 0px 17px;
    border-radius: 50px;
    transform: translateX(0);
}

.phone-box:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.phone-box-mobile {
    position: fixed;
    bottom: 2px;
    left: 5px;
    background-color: #000;
    z-index: 20;
    border-radius: 50px;
    width: 49%;
    height: 50px;
    padding: 0px 17px;
    transition: transform .5s ease;
    transform: translateX(0);
    align-content: center;
    border: 1px solid #fff;
}

.phone-box-mobile span {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.phone-box-mobile p {
    color: #b4e5bc;
}

.phone-box-mobile .wp-tag {
    background-color: #525252;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 20px;
}

.phone-box-mobile h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-25 {
    font-size: 25px !important;
}

.fz-30 {
    font-size: 30px !important;
}

.z-3 {
    z-index: 3;
}

@keyframes border-color-gradient {
    0% {
        border-color: #00aeef;
    }

    25% {
        border-color: #00aeef;
    }

    50% {
        border-color: #00aeef;
    }

    75% {
        border-color: #00aeef;
    }

    100% {
        border-color: #00aeef;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes smoothBounce {

    0%,
    100% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(-5px);
    }
}

@media (max-width: 1772px) {
    .title-area .sec-title {
        font-size: 30px;
    }
}

@media (max-width: 1548px) {
    .title-area .sec-title {
        font-size: 26px;
    }
}

@media (max-width: 1399px) {
    .title-area .sec-title {
        font-size: 36px;
    }
}

@media (max-width: 1366px) {
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .main-menu a {
        font-size: 15px;
    }

    .title-area .sec-title {
        font-size: 30px;
    }
}

@media (max-width: 1260px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }

    .header-logo .h-100 {
        height: 75% !important;
    }

    .header-layout5 .header-logo {
        padding: 15px 15px;
    }

    .main-menu>ul>li {
        margin: 0 3px;
    }
}

@media (max-width: 1200px) {

    .position-lg-static {
        position: static;
    }
}

@media (max-width: 1178px) {
    .info-btn h6 {
        font-size: 15px !important;
    }

    .info-btn i {
        left: 5px;
        top: 50%;
        margin-top: -20px;
        line-height: 40px;
        height: 40px;
        width: 40px;
        font-size: 20px !important;
    }

    .index-swiper .slide-title {
        font-size: 20px;
    }

    .index-swiper .nav-button {
        width: 35px;
        height: 35px;
        font-size: 17px;
    }

    .index-swiper .slide-image-wrapper {
        position: relative;
        width: 175px;
        height: 115px;
    }

    .index-swiper.slider-container {
        padding: 20px;
        max-width: 550px;
    }

    .header-logo .h-100 {
        width: 175px;
    }

    .title-area h1 {
        font-size: 33px !important;
    }

    #hakkimizda-text {
        font-size: 22px !important;
    }
}

@media (max-width: 992px) {
    #hakkimizda .catalog {
        transform: none !important;
        top: 0;
    }

    .title-area .sec-title {
        font-size: 36px;
    }
    .h-md-auto {
        height: auto !important;
    }
}

@media (max-width: 914px) {

    .title-area .sec-title {
        font-size: 30px;
    }
}

@media (max-width: 800px) {

    .title-area .sec-title {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .ms--120 {
        margin-left: 0px;
    }

    .ms60 {
        margin-left: 0px;
    }

    .title-area .sec-title {
        font-size: 36px;
    }

    .distrubutor {
        border: none !important;
    }

    .text-limit-1 {
        overflow: visible;
        display: block;
    }

    .footer-style1 {
        padding-bottom: 80px;
    }

    .hm2-footer-copyright::after {
        bottom: 20px !important;
    }

    #hakkimizda-text-aboutPage {
        font-size: 20px !important;
    }
}

@media (max-width: 600px) {

    .phone-box-mobile p,
    .whatsapp-box-mobile p {
        font-size: 11px !important;
    }

    .phone-box-mobile h5,
    .whatsapp-box-mobile h5 {
        font-size: 11px;
    }

    .index-swiper.slider-container {
        padding: 20px;
        max-width: 450px;
    }

    .phone-box-mobile,
    .whatsapp-box-mobile {
        padding: 0 8px;
    }

    /* .index-swiper .slide-content {
        flex-direction: column;
    }

    .index-swiper .slide-image-wrapper {
        width: 100%;
        height: 180px;
    }

    .index-swiper .slide-title {
        font-size: 24px;
    }

    .index-swiper .slide-title-wrapper {
        height: 60px;
    } */
}

@media (min-width: 576px) {
    ._card {
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 510px) {
    .index-swiper .slide-content {
        flex-direction: column;
    }

    .index-swiper .slide-image-wrapper {
        width: 100%;
        height: 180px;
    }

    .index-swiper .slide-text {
        width: 100%;
    }

    .index-swiper .slide-title-wrapper {
        height: auto;
    }

    .index-swiper.slider-container {
        max-width: 250px;
    }
}

@media (max-width: 478px) {
    .th-menu-toggle {
        width: 45px;
        height: 45px;
    }

    .title-area .sec-title {
        font-size: 30px;
    }
}

@media (max-width: 468px) {
    .info-btn {
        display: none;
    }
}

@media (max-width: 394px) {
    .title-area img {
        display: none;
    }
}