:root {
    --custom: #6795b8;
    --article: rgba(68, 68, 68, 1);
    --title: rgba(50, 50, 50, 1);
    --title-light: rgba(111, 111, 111, 1);
}
html {scroll-behavior: smooth;scroll-padding-top: 1rem;}
body { height: 100vh; font-weight: 400; }

.main-border { border: 1px solid var(--main-color); }
.border-top-color { border-top-color: var(--main-color) !important; }
.border-left-color { border-left-color: var(--main-color) !important; }
.border-bottom-color { border-bottom-color: var(--main-color) !important; }
.border-right-color { border-right-color: var(--main-color) !important; }
.main-border-two { border: 1px solid var(--main-color-two); }
.color { color: var(--main-color); }
.custom-color { color: var(--custom); }
.article { color: var(--article); }
.title { color: var(--title) !important; }
.title-light { color: var(--title-light) !important; }
.bg-color { background-color: var(--main-color); }
.bg-color-two { background-color: var(--main-color-two); }
.btn-outline-main {color: var(--article);border-color: var(--main-color);}
.btn-outline-main.color {color: var(--main-color);}
.btn-outline-main:hover {color: #fff;background-color: var(--main-color);border-color: var(--main-color);}
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-17 { font-size: 17px; }
.fs-18 { font-size: 18px; }
.fs-19 { font-size: 19px; }
.fs-20 { font-size: 20px; }
.fs-22 { font-size: 22px; }
.fs-24 { font-size: 24px; }
.fs-26 { font-size: 26px; }
.fs-28 { font-size: 28px; }
.fs-30 { font-size: 30px; }
.fs-32 { font-size: 32px; }
.fs-34 { font-size: 34px; }
.fs-40 { font-size: 40px; }
.fs-42 { font-size: 42px; }
.fs-45 { font-size: 45px; }
.fs-50 { font-size: 50px; }
.fs-60 { font-size: 50px; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700,.fw-bold { font-weight: 700; }
.fw-900 { font-weight: 900; }
.lh-1 { line-height: 1; }
.lh-1-1 { line-height: 1.1 !important; }
.lh-1-2 { line-height: 1.2 !important; }
.lh-1-3 { line-height: 1.3 !important; }
.lh-1-4 { line-height: 1.4 !important; }
.lh-1-5 { line-height: 1.5 !important; }
.lh-2 { line-height: 2 !important; }
.icon { color: var(--main-color); }
.rounded-xl { border-radius: 10px !important; }
.general-btn { color: #fff; }
.general-btn:hover { color: var(--main-color); }
.text-black-50 { color: rgba(0, 0, 0, 0.55) !important; }
.text-danger { color: #ea0000 !important; }
a.text-danger:focus, a.text-danger:hover { color: #d81a2c !important; }
.btn-light {background-color: #fff;}
.btn-light:hover {background-color: #f8f9fa;}
.btn-white {background-color: #fff;}
.btn-white:hover {background-color: #f8f9fa;}

/* * { font-family: 'Hind Siliguri', sans-serif; } */
.general-container {width: 100%;max-width: 1920px;margin: 0 auto;}
.general-container-in {width: 100%;max-width: 1260px;margin: 0 auto;}
.headerMainContainer>main {min-height: 70vh;}

.two-line,.three-line,.four-line,.five-line {display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.three-line { -webkit-line-clamp: 3; }
.four-line { -webkit-line-clamp: 4; }
.five-line { -webkit-line-clamp: 5; }
.six-line { -webkit-line-clamp: 6; }

.vitrin.owl-carousel { position: unset; }
.description-container {position: absolute;top: 0;bottom: 0;left: 50%;transform: translateX(-50%);z-index: 1;}


.ripple-button {
    position: relative;
}
.ripple-button::before,
.ripple-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgb(255, 255, 255, 0.7);
    opacity: 0;
    pointer-events: none;
    animation: ripple 2.5s infinite;
    border-radius: 4px;
}
.ripple-button::after {
    animation-delay: .5s;
}
@keyframes ripple {
    0% {top: 0;left: 0;right: 0;bottom: 0;opacity: 0.7;border-radius: 4px;}
    60% {top: -8px;left: -8px;right: -8px;bottom: -8px;opacity: 0;border-radius: 8px}
    100% {top: -8px;left: -8px;right: -8px;bottom: -8px;opacity: 0;border-radius: 8px}
}

.slide-area .description {
    position: absolute;
    max-width: none;
    top: 0;
    left: 0;
    bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 63%;
    background-color: rgba(240, 248, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-backdrop-filter:saturate(250%) blur(3px);
    backdrop-filter: saturate(250%) blur(3px);
}
.slide-area .description-add-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.slide-area .description-add {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 63%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.slide-area .description .slider-title-1 {
    font-size: 50px;
    color: var(--title);
    line-height: 1.2;
    font-weight: 700;
}
.slide-area .description .slider-title-1 > span {
    display: block;
    color: #ffffff;
}
.slide-area .divide-wrapper img {
    min-height: auto;
}
.slide-area .description p {
    font-size: 50px;
    color: var(--title);
    font-weight: 400;
}

.default-features-wrapper {
    position: absolute;
    right: 3%;
    bottom: 0;
    z-index: 3;
    margin-bottom: 70px;
}

.default-features-wrapper>.custom-title {
    font-size: 45px;
    position: relative;
}

.default-features-wrapper::before,
.default-features-wrapper::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: cubic-bezier(.68, -0.55, .27, 1.55) all .3s;
}

.default-features-wrapper::before {
    width: 120px;
    height: 120px;
    border: 15px solid var(--main-color);
}

.default-features-wrapper::after {
    width: 190px;
    height: 190px;
    background-color: #cecece4b;
}

.carousel-item .default-features-wrapper::before {
    top: -20px;
}

.carousel-item .default-features-wrapper::after {
    top: -60px;
}

.carousel-item.active .default-features-wrapper::before {
    top: -90px;
}

.carousel-item.active .default-features-wrapper::after {
    top: -10px;
}

.faq_wrapper .accordion-button:focus {
    box-shadow:none;
}
.faq_wrapper .accordion-button {
    position:relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-anchor: none;
    text-transform: none;
    background-color: white;
}
.faq_wrapper .accordion-button:hover {
    background-color: #eff3f2;
}
.faq_wrapper .accordion-button:not(.collapsed) {
    color:var(--main-color);
    background-color: #eff3f2;
}
.faq_wrapper .accordion-button::after {
    content: "";
    margin-left: auto;
    flex-shrink: 0;
    width:1.25rem;
    height:1.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23555555'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size:1.25rem;
    transition:transform 0.2s ease-in-out;
}
.faq_wrapper .accordion-button:not(.collapsed)::after {
    transform:rotate(-180deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d33342'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.default-features {
    z-index: 3;
    position: relative;
}

.slide-area .carousel-item img {
    object-fit: cover;
    min-height: 200px;
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.hizmetler-kisim a{
    text-decoration: none;
}
.img-object {
    object-fit: cover;
}
.hizmetler-kisim a{
    color: var(--main-color);
}

.full-width-short {
    max-width: var(--max-width);
}

.custom-select.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
}

.dropdown-submenu {
    position: relative;
}

#productMenu .dropdown-submenu a::after,
#productMenu .dropdown-toggle::after {
    content: unset;
}

.dropdown-submenu .dropdown-menu {
    position: unset;
}

#productMenu .dropdown-menu {
    position: static;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .15);
    z-index: 1;
}

#productMenu .dropdown-menu li {
    margin: .2rem;
}

#productMenu .dropdown-item {
    white-space: normal;
    padding: 0.5rem;
}

#productMenu .dropdown-toggle-split {
    width: 50px;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#productMenu .dropdown-toggle-split.active-menu,
#productMenu .dropdown-toggle-split[aria-expanded="true"] {
    background-color: #e9ecef;
    border-bottom-right-radius: 0;
}

#productMenu .dropdown>.show>a.dropdown-link-item {
    border-bottom-left-radius: 0;
}

#productMenu .dropdown-toggle-split.active-menu>.ikon,
#productMenu .dropdown-toggle-split[aria-expanded="true"]>.ikon {
    transform: rotate(90deg);
}

#productMenu .dropdown-toggle-split:hover,
#productMenu .dropdown-toggle-split:focus,
#productMenu .dropdown-toggle-split:focus-visible,
#productMenu .dropdown-toggle-split:active {
    color: unset;
    outline: none;
}

#productMenu .dropdown-link-item {
    padding: 0.8rem 0.5rem;
    text-align: left;
    font-weight: bold;
    color: var(--title-light);
}

#productMenu .dropdown-link-item.dropdown-exist {
    max-width: calc(100% - 50px);
}

#productMenu .dropdown-toggle-split:hover,
#productMenu .dropdown-toggle-split:focus,
#productMenu .dropdown-toggle-split:focus-visible,
#productMenu .dropdown-link-item:hover {
    background-color: #e9ecef;
}

#productMenu .dropdown-toggle-split:active {
    background-color: #fff;
}

#productMenu .custom-dropdown {
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: block;
    padding: 0;
}

#productMenu .custom-dropdown>li {
    margin: 0 0 1.0rem;
    background-color: #fff;
    box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, .175);
}

#productMenu .custom-dropdown>li,
#productMenu .custom-dropdown li.dropdown-submenu {
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.ozel_galeri figure {
    overflow: inherit;
    height: auto;
}

.ozel_galeri figure>figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#gallery.ozel_galeri h3 {
    font-weight: 600;
    color: var(--main-color);
    background-color: rgba(241, 241, 241, 0.9);
}

.ozel_galeri li a img {
    transition: all 200ms ease-in-out;
    transition-delay: 350ms;
    position: relative;
    z-index: 2;
}

.ozel_galeri li:nth-child(2n+1) a::before,
.ozel_galeri li:nth-child(2n+1) a::after,
.ozel_galeri li:nth-child(2n+2) a::before,
.ozel_galeri li:nth-child(2n+2) a::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 30px;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.ozel_galeri li:nth-child(2n+1) a::before {
    top: -3px;
    left: -3px;
    background-color: var(--main-color-two);
}

.ozel_galeri li:nth-child(2n+1) a::after {
    bottom: -3px;
    right: -3px;
    background-color: var(--main-color-two);
}

.ozel_galeri li:nth-child(2n+2) a::before {
    top: -3px;
    left: -3px;
    background-color: var(--main-color);
}

.ozel_galeri li:nth-child(2n+2) a::after {
    bottom: -3px;
    right: -3px;
    background-color: var(--main-color);
}

.ozel_galeri li:hover a::before,
.ozel_galeri li:hover a::after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}

.ozel_galeri li a::before,
.ozel_galeri li a::after {
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.ozel_galeri li:hover img {
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.ozel_border .border_item:nth-child(2n+1) .img_container::before,
.ozel_border .border_item:nth-child(2n+1) .img_container::after,
.ozel_border .border_item:nth-child(2n+2) .img_container::before,
.ozel_border .border_item:nth-child(2n+2) .img_container::after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all .5s ease-in-out;
}

.ozel_border .border_item .img_container::before {
    top: -5px;
    left: -5px;
    border-top: 6px solid;
    border-left: 6px solid;
}

.ozel_border .border_item .img_container::after {
    bottom: -5px;
    right: -5px;
    border-bottom: 6px solid;
    border-right: 6px solid;
}

.ozel_border .border_item:nth-child(2n+1) .img_container::before,
.ozel_border .border_item:nth-child(2n+2) .img_container::after {
    width: 15%;
    height: 32%;
    border-color: var(--main-color);
}

.ozel_border .border_item:nth-child(2n+2) .img_container::before,
.ozel_border .border_item:nth-child(2n+1) .img_container::after {
    width: 40%;
    height: 40%;
    border-color: var(--main-color-two);
}

.ozel_border .border_item:hover .img_container::before,
.ozel_border .border_item:hover .img_container::after {
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 106%;
    height: 102%;
}

.ozel_border .border_item .img_container img {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.ozel_border .border_item:hover .img_container img {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    transition-delay: .3s;
    opacity: 1;
}

.anamenu>ul>li {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
}

a {
    color: #333;
}

a:hover {
    color: var(--main-color);
}

article a {
    text-decoration: underline;
}

a:focus-visible {
    outline: none;
}

.a {
    color: var(--main-color);
}
.header-top {
    background-color: var(--main-color);
}
.header-top a,
.header-top input.form-control {
    color: #fff;
}

.header-top a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.carousel-inner {
}

.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0%;
    /* width: 50%;
    background-color: rgba(240, 248, 255, 0.33); */
}

ol.carousel-indicators {
    display: block;
    left: auto;
    bottom: 50%;
    transform: translateY(50%);
    margin: 0 5%;
}

ol.carousel-indicators>li {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #f6f6f6;
}

ol.carousel-indicators>li.active::after {
    content: '';
    border: 1px solid #f6f6f6;
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-radius: 50%;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

blockquote p {
    margin: 0;
}

.before-none::before {
    content: none !important;
}

.after-none::after {
    content: none !important;
}

.pseudo-none::before,
.pseudo-none::after {
    content: none !important;
}

h1,h2,h3,h4,h5,h6,p,.h1,.h2,.h3,.h4,.h5,.h6 {
    color: var(--article);
}
.h1, h1 { font-size: 2.0rem; }
.h2, h2 { font-size: 1.75rem; }
.h3, h3 { font-size: 1.5rem; }
.h4, h4 { font-size: 1.25rem; }
.h5, h5 { font-size: 1.15rem; }

p {
    color: var(--article);
    line-height: 1.5;
}

p strong {
    font-weight: 700;
}

h1.color,h2.color,h3.color,h4.color,h5.color,h6.color,p.color,.h1.color,.h2.color,.h3.color,.h4.color,.h5.color,.h6.color {
    color: var(--main-color);
}
.text-underline {
    text-decoration: underline;
}
.custom-form:not(.loading) .loading-icon {
    display: none;
}
.toast-container {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    width: 230px;
}
.under_slide_wrapper .icon-wrapper {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.4);
}

.under_slide_wrapper .center-wrapper>div {
    z-index: 1;
}

.under_slide_wrapper .center-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--main-color-two);
    transform: skewX(-30deg);
}

.v_middle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .40);
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline {
    position: absolute;
    clip: rect(0, auto, auto, 0);
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

#timelineContainer {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

#timelineContainer .timeline-default,
#timelineContainer .timeline-custom {
    position: absolute;
    top: 0px;
    left: -1px;
    width: 2px;
}

#timelineContainer .timeline-default {
    background: #d6d6d6;
    height: 100%;
}

#timelineContainer .timeline-custom {
    background: var(--main-color);
    height: 50%;
    transition-duration: 0.5s;
}

.timeline-item {
    position: relative;
}

.timeline-item>div {
    position: unset;
}

.timeline-item:first-child {
    margin-top: 0 !important;
}

.timeline-item:last-child {
    margin-bottom: 0 !important;
}

.timeline-item>div::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 2px solid #d6d6d6;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
}

.timeline-item.active:nth-child(2n+1)>div::before,
.timeline-item.active:nth-child(2n)>div::before {
    border-color: var(--main-color);
}

@keyframes swingBall {
    0% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(-2deg);
    }
}

.vitrin_baslik {
    font-weight: 700;
    font-size: 28px;
}

.vitrin_baslik span:nth-child(2) {
    color: var(--main-color);
}

.underline-title {
    position: relative;
    margin-bottom: 30px;
}

.underline-title::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    bottom: -8px;
    left: 0;
    background-color: #cb001a;
    background-color: var(--main-color);
}

.underline-center::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.double_line_title.vitrin_baslik {
    font-size: 26px;
}

.double_line_title.vitrin_baslik:after {
    content: none
}

.double_line_title.vitrin_baslik>span {
    position: relative;
    display: flow-root;
}

.double_line_title.vitrin_baslik>span>span {
    font-weight: 300;
}

.double_line_title.vitrin_baslik>span:after,
.double_line_title.vitrin_baslik>span:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #db1f27;
    background-color: var(--main-color);
}

.double_line_title.vitrin_baslik>span:before {
    width: 50px;
    bottom: -10px;
}

.form-map-wrapper iframe {height: calc(100% - 70px);min-height:475px;margin-bottom: -5px;}
.contact-map-item {
    overflow: hidden;
}

.map-item-title.vitrin_baslik::after {
    bottom: -10px;
    width: 35px;
    height: 3px;
}

.divider-decoration {
    width: 30px;
    height: 3px;
    background-color: var(--main-color);
}
.ripple-button {position: relative;}
.ripple-button::before,
.ripple-button::after {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;border: 2px solid rgb(255, 255, 255, 0.7);opacity: 0;pointer-events: none;animation: ripple 2.5s infinite;border-radius: 4px;}
.ripple-button::after {animation-delay: .5s;}
@keyframes ripple {
    0% {top: 0;left: 0;right: 0;bottom: 0;opacity: 0.7;border-radius: 4px;}
    60% {top: -8px;left: -8px;right: -8px;bottom: -8px;opacity: 0;border-radius: 8px}
    100% {top: -8px;left: -8px;right: -8px;bottom: -8px;opacity: 0;border-radius: 8px}
}
.fixed_connection_wrapper {position:fixed;bottom:15px;height:35px;border-radius:6px;z-index:100;}
.fixed_connection_wrapper.fixed_phone {left:15px;}
.fixed_connection_wrapper.fixed_whatsapp {right:15px;}
@-webkit-keyframes sm-x-move {
    0% {-webkit-transform:translate(-50%,0);transform:translate(-50%,0)} 100% {-webkit-transform:translate(50%,0);transform:translate(50%,0)} }
@keyframes sm-x-move {
    0% {-webkit-transform:translate(-50%,0);transform:translate(-50%,0)} 100% {-webkit-transform:translate(50%,0);transform:translate(50%,0)} }

.homepage-entry {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.vitrin_1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.vitrin_1 .custom-title {
    font-size: 25px;
}
.vitrin_1 .img-col {
    position: relative;
}
.vitrin_1 .img-col::after {
    content: '';
    position: absolute;
    width:150px;
    height: 150px;
    background-color: var(--main-color);
    z-index: -1;
    border-radius: 10%;
    right: -70px;
    bottom: -40px;
    -webkit-animation: sm-x-move 3.5s alternate infinite linear;animation: sm-x-move 3.5s alternate infinite linear;
}
.vitrin_1 .img-container {
    position: relative;
}
.vitrin_1 .img-container::before,
.vitrin_1 .img-container::after {
    content: '';
    position: absolute;
    width:40%;
    height: 40%;
    background-color: var(--main-color);
    z-index: -1;
    border-radius: 10%;
    transition: ease-in-out all .3s;
}
.vitrin_1 .img-container::before {
    right: -15px;
    top: -15px;
}

.vitrin_1 .img-container::after {
    left: -15px;
    bottom: -15px;
}
.vitrin_1 .img-container:hover::before,
.vitrin_1 .img-container:hover::after {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.vitrin_1 .img-container img {
    transition: ease-in-out all .3s;
    transition-delay: .2s;
}
.vitrin_1 .img-container:hover img {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.vitrin_2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.vitrin_2 .img-container {
    overflow: hidden;
}
.vitrin_2 .text-wrapper .img-container img {
    transition: ease-in-out all .3s;
    transform: scale(1.02);
}

.vitrin_2 .text-wrapper:hover .img-container img {
    transform: scale(1.1);
}

.vitrin_2 .description {
    min-height: 72px;
}
.vitrin_3 {
    background-size: cover;
    background-color: #f5f5f5;
}
.vitrin_3 .col-item img {
    filter: grayscale(100%);
    transition: ease-in-out all .3s;
}
.vitrin_3 .col-item:hover img {
    filter: grayscale(0%);
}

.owlRef.owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    right: 10px;
    top: -10px;
}

.owlRef.owlArrBottomCenter.owl-theme .owl-nav {
    position: unset;
}

.owlRef.owl-theme .owl-nav [class*=owl-] {
    outline: none;
    background: #fff !important;
    border: 1px solid #dee2e6;
    padding: 4px 16px !important;
}

.owlRef.owl-theme .owl-nav [class*=owl-] span {
    font-size: 35px !important;
    margin: 0 20px !important;
}

.owlRef.owl-theme .owl-nav [class*="owl-"]:hover {
    color: var(--main-color-two) !important;
}
.vitrin_4 .img-container {
    overflow: hidden;
}
.vitrin_4 .text-wrapper .img-container img {
    transition: ease-in-out all .3s;
    transform: scale(1.02);
}

.vitrin_4 .text-wrapper:hover .img-container img {
    transform: scale(1.1);
}

.vitrin_5 {
    position: relative;
    z-index: 1;
}

.vitrin_5 .img-container {
    position: relative;
}
.vitrin_6 {
    background-size: cover;
    background-color: #f5f5f5;
    background-position: right center;
}
.vitrin_6_gallery {
    margin-top: -70px;
}
.vitrin_6_gallery .gallery-wrapper .img-container {
    padding: 13px;
    border-radius: 50%;
    background: rgb(167,193,238);
    background: linear-gradient(120deg, rgba(167,193,238,1) 0%, rgba(251,194,235,1) 100%);
}
.vitrin_7 .gallery-col .col-item {
    transition: ease-in-out all .3s;
    transform: translateY(0);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.vitrin_7 .gallery-col .col-item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
}
.vitrin_7 .vitrinCenter .owl-stage-outer {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
.vitrin_7 .owl-item {
    transition: ease-in-out all .3s;
    transform: scale(.98) !important;
}
.vitrin_7 .owl-item.active.center {
    transform: scale(1.1) !important;
}
.vitrin_7 .description {
    position: relative;
    min-height: 117px;
}
.read_more_comment {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0px 10px 0 5px;
    background-color: #fff;
    border: none;
    outline: unset;
    color: #d9c4f4;
}
.read_more_comment::before {
    content: "";
    color: #3c3c3c;
    position: absolute;
    top: 0;
    left: -35px;
    height: 100%;
    width: 35px;
    z-index: 1;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.0);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1) 100%);
}
.ref_list {
    -webkit-column-count: 3;
            column-count: 3;
}
.custom-subpages .item {
    position: relative;
    /* background-color:rgb(167,193,238); */
    border-radius: 100px 10px 10px 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 1px 1px 7px 3px #c6c5c575;
}
.custom-subpages .item .img-container {
    margin-bottom: 20px;
    border-radius: 100px 12px 12px 12px;
    overflow: hidden;
}
.custom-subpages .item .description {
    background-color:rgba(251,194,235,1);
    background-color: #ebe9ea;
    margin-top: -62px;
    padding: 15px;
    min-height: 200px;
    border-radius: 0px 50px 0px 0px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.custom-subpages .divider {
    max-width: 50px;
    margin: 15px auto;
    height: 3px;
    border-radius: 20%;
    background-color: var(--article);
}
.main-color { color: var(--main-color); }
.main-color-two { color: var(--main-color-two); }
.main-color-border { border-color: var(--main-color); }
.main-color-border-two { border-color: var(--main-color-two); }
.main-color-bg { background-color: var(--main-color); }
.main-color-bg-two { background-color: var(--main-color-two); }

/*blog*/
article .description {
    padding: 20px;
    background-color: #e9ebf3;
}

article .description p {
    font-size: unset;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 72px;
}

article .description h3 {
    font-size: 1.3rem;
}

article figure {
    margin: 0;
}

article ul li:hover .contents {
    box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.42);
}


/*galeri tipi alt sayfalar*/

.galeri_liste a {
    background: url(https://adapazaribekoservisi.net/public/img/carbg.jpg);
}

.galeri_liste li:hover figure {
    background-position: right;
}

.galeri_liste li:hover a {
    background-position: top;
}

.galeri_liste ul li {
    min-height: 150px;
    overflow: hidden;
}

.galeri_liste ul li h3 {
    display: block;
    font-size: unset;
    font-weight: bold;
    color: #fff;
    font-size: xx-large;
}

.galeri_liste ul li figure {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0 !important;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    transition: ease-in-out all .3s;
}

.galeri_liste ul li .description {
    position: relative;
    z-index: 1 !important;
    padding: 36px;
    height: 100%;
    background-color: #00000085;
}

.galeri_liste ul li .description p {
    height: 80px;
    margin: 0 !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 500;
    color: #fff;
}

.galeri_liste ul li .description:hover {
    background-color: #30303085;
}

/* .list-group-item {
    border: none;
}

.list-group-item:hover {
    opacity: .5;
    cursor: pointer;
}

.list-group-item:first-child {
    font-size: 22px;
    background-color: #cb001a !important;
    background-color: var(--main-color) !important;
    text-align: center;
    padding: 5px 9px;
    color: #fff;
}

.list-group-item:nth-child(2n+2) {
    background-color: #f5f3f1;
}

.list-group-item:nth-child(2n+1) {
    background-color: #f8f9fa;
} */
nav.nerdeyim ol li a.unclick {
    color: #a8a8a8;
    pointer-events: none;
}

.bilgi-al {
    position: absolute;
    top: -57px;
    left: 0;
    z-index: 1;
    right: 0;
    background-color: #ffffffeb;
    text-align: center;
    padding: 10px;
    font-size: 21px;
    text-transform: uppercase;
}

#gallery h3 {
    font-size: 1.1em;
    font-weight: 400;
    white-space: normal;
    padding: 15px;
    text-align: center;
    background-color: #f1f1f1;
}

.overlay {
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 39%;
    right: -7%;
    transform: skewX(-10deg);
}

.overlay .figure-2 {
    position: absolute;
    width: 150px;
    height: 64%;
    bottom: 0;
    left: 150px;
    background-color: #9c071a;
    background-color: var(--main-color);
    mix-blend-mode: unset;
    filter: saturate(2);
    opacity: .7;
}

.overlay .figure-1 {
    position: absolute;
    width: 150px;
    height: 70%;
    bottom: 15px;
    left: -70px;
    background-color: #ffffff26;
    mix-blend-mode: hard-light;
}

.figure-1 {
    -webkit-animation: action 4s infinite alternate !important;
    animation: action 4s infinite alternate !important;
}

.figure-2 {
    -webkit-animation: action2 4s infinite alternate !important;
    animation: action2 2s infinite alternate !important;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes action2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes action2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}

.figure {
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    z-index: 1
}

.t_button {
    position: relative;
    display: inline-block;
    padding: 4px 20px;
    background-color: #cb001a;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.t_button:hover {
    background-color: var(--main-color-o75);
    color: #ffffff;
}

.t_button.button-circle {
    width: 116px;
    height: 116px;
    background-color: transparent;
    color: var(--main-color);
    border-width: 3px;
    border-color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    transition: cubic-bezier(.68, -0.55, .27, 1.55) all .35s;
}

.t_button.button-circle:hover {
    text-decoration: none;
    transform: translateY(-15px);
    box-shadow: 0 7px 15px var(--main-color-o75);
}

.stretched-link {
    position: unset;
}

.t_button_l {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    padding-right: 40px;
    border: 1px solid var(--main-color);
    background-color: #ffffff;
    color: var(--main-color);
    text-align: center;
    text-decoration: none;
    z-index: 1;
    transition: all 200ms ease-in-out;
    border-radius: .25rem;
}

.t_button_l:hover {
    color: #fff;
    text-indent: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.t_button_l::after {
    content: "";
    position: absolute;
    right: -3px;
    top: -3px;
    bottom: -3px;
    width: 30px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' style='color:%23fff'><path fill='currentColor' d='M57.7 38.1l209.4 209.4c4.7 4.7 4.7 12.3 0 17L57.7 473.9c-4.7 4.7-12.3 4.7-17 0l-19.8-19.8c-4.7-4.7-4.7-12.3 0-17L201.6 256 20.9 74.9c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0zm143 0l-19.8 19.8c-4.7 4.7-4.7 12.3 0 17L361.6 256 180.9 437.1c-4.7 4.7-4.7 12.3 0 17l19.8 19.8c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17L217.7 38.1c-4.7-4.7-12.3-4.7-17 0z'></path></svg>");
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 15px;
    background-color: var(--main-color);
    transition: ease all .3s;
    z-index: -1;
    border-radius: .25rem;
}

.t_button_l:hover::after {
    width: 104%;
    background-position: left 17px center;
}

.t_button_2 {
    position: relative;
    display: inline-block;
    padding: 4px 20px;
    border: 2px solid;
    border-color: #cb001a;
    border-color: var(--main-color-two);
    background-color: #cb001a;
    background-color: var(--main-color-two);
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: 300;
    border-radius: 12px;
}

.t_button_2:hover {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
}
.btn-grad {
    /* background-image: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82); */
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    text-shadow: 0px 1px 3px #000000bd;
    background-image: linear-gradient(111deg, #b0a1d9, #deb7e8, #b8cbfa, #c5aad8, #be96d7, #be96d7, #57b1ea, #57b1ea);
    
}
.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    /* background-image: linear-gradient(111deg, #b0a1d9, #deb7e8, #b8cbfa, #c5aad8, #be96d7, #c3acff, #57b1ea, #57b1ea); */
}
section ul:first-child {
    padding-left: 0;
}
.main-shape-item {position: relative;overflow: hidden;}
.main-shape-item > img {transform: translateX(-100vw);filter: drop-shadow(100vw 0 0 var(--main-color));}
.simple-subpage-wrapper .simple-subpage-item {transition: ease-in-out all .3s;transform: translateY(0);}
.simple-subpage-wrapper .simple-subpage-item:hover {transform: translateY(-5px);background-color: #f9f9f9;}

header {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    transition: ease-in-out all .3s;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.25);
}
header.fixed {
    /* position: fixed;
    background-color: #000;
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.25); */
}
footer .logo_a {
    color: var(--main-color);
}

.footer .logo_a {
    font-size: 1.5vw;
    color: var(--main-color);
}

.logo_a {
    display: block;
    padding: 5px 0;
    letter-spacing: 1.6px;
    font-size: 28px;
    color: var(--main-color-two);
    font-weight: bold;
    text-transform: uppercase;
}

header img.logo {
    width: 200px;
    transition: ease-in-out all .3s;
}
/* header.fixed img.logo {
    width: 150px;
}
header.fixed .logo_a {
    padding: 0;
} */

.anamenu ul li.last-way>a {
    padding: 10px 18px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-weight: 500;
}

.social_icons .social-item:not(:last-child) {
    margin-right: 10px;
}

.diller {
    z-index: 1;
}

.diller ul li img,
.diller img.img-item {
    width: 24px;
}

.diller .dropdown-toggle::after {
    content: none;
}

.diller .btn.dropdown-toggle {
    box-shadow: none;
}

.diller .dropdown-item.active {
    color: #16181b;
    background-color: #e9ecef;
}

.diller .dropdown-menu {
    left: auto !important;
    right: 0;
    transform: translate3d(1px, 25px, 0px) !important;
}

.gallery-title {
    font-size: 30px;
    font-weight: 400;
}

.gallery-title p {
    margin-bottom: 10px;
}

.gallery-number {
    font-size: 30px;
    font-weight: 900;
}

.gallery-number p {
    color: var(--main-color);
}

footer {
    background-color: #222222;
    color: #fff;
    /* border-top: 1px solid var(--main-color-two); */
}

.footer {
    border-top: 4px solid var(--main-color);
    position: relative;
}

.footer .container {
    position: relative;
    z-index: 3;
}

.footer .footer_title {
    font-size: 18px;
    position: relative;
    padding-bottom: 3px;
}

.footer .footer_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    max-width: 60px;
    background-color: var(--main-color);
}

.footer a, .footer p {
    color: var(--main-color-two);
}

.footer .footer_title {
    color: var(--main-color);
    font-weight: 600;
}

.f-logo-wrapper {
    border-bottom: 1px solid #a5a5a5;
}

.sosyal_medya li,
.sosyal_medya_header li {
    display: inline-block;
}

.sosyal_medya a {
    display: block;
    padding: 5px;
    font-size: 1.5em;
}

.sosyal_medya_header a {
    display: block;
    padding: 5px;
    font-size: 1.1em;
}

footer a:hover,
.footer a:hover,
.sosyal_medya a:hover,
.sosyal_medya_header a:hover {
    color: var(--main-color);
}

#teknikdetay {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#teknikdetay>table {
    width: 100%;
    min-width: 620px;
    margin-bottom: 1rem;
}

#teknikdetay>table>caption {
    padding-top: 0;
    padding-bottom: .75rem;
    color: inherit;
    text-align: center;
    caption-side: top;
    font-weight: 600;
    font-size: 1.2rem;
}

#teknikdetay>table tr>* {
    padding-left: .25rem;
    padding-right: .25rem;
}

#teknikdetay>table tr>th {
    background-color: var(--main-color-o25);
}

.sayfa_baslik {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.yatay_ortala {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.yatay_ortala .container {
    position: relative;
    z-index: 3;
    -ms-transform: skewY(3deg);
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}

body:not(.home-page) figure {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg2 {
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.sayfa_baslik .baslik-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--main-color-o75);
    padding: 10px;
    z-index: 2;
    display: flex;
    align-items: end;
    -webkit-backdrop-filter: saturate(250%) blur(3px);
    backdrop-filter: saturate(250%) blur(3px);
}

.sayfa_baslik {
    position: relative;
    min-height: 180px;
    right: 0;
    left: 0;
    top: 0;
}

.sayfa_baslik h1 {
    width: fit-content;
    font-size: 1.7rem;
    color: #fff;
}

.sayfa_baslik p {
    text-align: left;
    font-size: 100%;
    font-weight: 200;
    color: #fff;
}

.sayfa_baslik .container,
.bg2 .container {
    position: relative;
    z-index: 3;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #5d5d5d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #5d5d5d;
    border-color: #5d5d5d
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

nav.nerdeyim {
    overflow-x: hidden;
}

nav.nerdeyim ol {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

nav.nerdeyim ol li {
    display: inline-block;
}

nav.nerdeyim ol li a {
    font-weight: 600;
}

nav.nerdeyim ol li>* {
    font-size: .8em;
    color: #fff;
}

nav.nerdeyim ol li:last-child>* {
    color: #f9f9f9;
}

nav.nerdeyim ol li a.aktif {
    font-weight: 200;
}

.f_phone_wrapper {position:fixed;bottom:15px;/*width:123px;font-size: 14px;*/height:35px;border-radius:6px;z-index:100;}
.f_phone_wrapper.phone {left:15px;}
.f_phone_wrapper.whatsapp {right:15px;}

.fa-secondary { opacity: 0.4; }
.w_hizala { display: flex; flex-direction: row; text-align: center; color: #fff; line-height: 35px;/**/ cursor: pointer;}
.w_hizala>div { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding: 5px; }
.w_hizala>div:first-child { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.w_hizala>div:last-child { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.social-wrapper { position: fixed; right: 15px; bottom: 15px; max-width: 353px; width: 100%; z-index: 100; }
.w_buton i,.w_buton .i { font-size: 25px; vertical-align: sub; }
.w_kisiler { display:none;position:relative;right:0;bottom:0;border-radius:6px;margin-bottom:15px;padding-top:25px; }
.w_kisiler.active { display: block }
.w_head { padding:15px 15px 10px;color:#fff;border-radius:6px 6px 0 0;text-align:center;line-height:160%;font-size:1rem; }
.w_head i,.w_head .i { font-size:20px;padding:10px 12px;background:#fff;border-radius:50%;position:absolute;top:0px;left:calc(50% - 24px);border:5px solid;box-sizing:border-box;cursor:pointer; }
.w_head .i {padding:4px 10px;color:#0dc152;border-color: #0cab49; }
.w_list { border:1px solid #eaeaea;border-top:0;border-radius:0 0 6px 6px;overflow:hidden;background:#fff; }
.w_list ul { list-style: none; margin: 0; padding: 0; }
.w_list ul li { position: relative; border-top: 1px solid #eaeaea; }
.w_list ul li > .soc_li_under { display: flex; align-items: center; padding: 10px; }
.w_list ul li:first-child { border-top: none; }
.w_list ul li a { width: 100%; padding-left: 7px; font-size: 1rem; }
.w_list ul li a:hover { color:inherit; }
.w_list ul li a::after { position:absolute; top:0; right:0; bottom:0; left:0; z-index:1; pointer-events:auto; content: ""; }
.w_list ul li label { position: relative; float: right; padding-right: 23px; color: #0dc152; margin-bottom: 0; }
.w_list ul li label:after { position: absolute; display: block; content: ''; right: 0; bottom: 4px; float: right; width: 15px; height: 15px; border-radius: 50%; background-color: #0dc152; border: 3px solid #0a98416e; }
.w_list ul li:hover { background-color: #d1efc9; cursor: pointer; }

.w_hizala>.w_icon, #whatsapp>.w_head { background: #0dc152; }
.w_hizala>.t_icon, #telegram>.w_head { background: #0088cc; }
.w_hizala>.map_icon, #map>.w_head { background: #343a40; }
#whatsapp>.w_head i, #whatsapp>.w_head .i { color: #0dc152; border-color: #0dc152; }
#telegram>.w_head i, #telegram>.w_head .i { color: #0088cc; border-color: #0088cc; }
#map>.w_head i, #map>.w_head .i { color: #343a40; border-color: #343a40; }
.social-wrapper.single-btn .w_hizala { width:45px;margin-left:auto; }
.social-wrapper.single-btn .w_hizala > .w_buton { border-radius: 50%; }

/* ### Fixed Socials (s) ### */
.fixed-socials {position: fixed;left: -150px;top:50%;transform:translateY(-50%);z-index: 1;}
.fixed-socials ul li {display: block;margin: 5px 0;background: rgba(0, 0, 0, 0.36);box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);width: 195px;text-align: right;padding: 5px;-webkit-border-radius: 0 30px 30px 0;border-radius: 0 30px 30px 0;-webkit-transition: all 1s;transition: all 1s;}
.fixed-socials ul li a {color: #fff;}
.fixed-socials ul li:hover {-webkit-transform: translate(95px, 0);transform: translate(95px, 0);}
.fixed-socials ul li:hover i,.fixed-socials ul li:hover .i {color: #fff !important;background-color: var(--main-color);-webkit-transform: rotate(360deg);transform: rotate(360deg);-webkit-transition: all 1s;transition: all 1s;}
.fixed-socials ul li.twitter i,.fixed-socials ul li.twitter .i { color:#1da1f2; }
.fixed-socials ul li.instagram i,.fixed-socials ul li.instagram .i { color:#bc2a8d; }
.fixed-socials ul li.pinterest i,.fixed-socials ul li.pinterest .i { color:#E60023; }
.fixed-socials ul li.youtube i,.fixed-socials ul li.youtube .i { color:#FF0000; }
.fixed-socials ul li.facebook i,.fixed-socials ul li.facebook .i { color:#4267b2; }
.fixed-socials ul li.whatsapp i,.fixed-socials ul li.whatsapp .i { color:#07bc4c; }
.fixed-socials ul li.linkedin i,.fixed-socials ul li.linkedin .i { color:#0077b5; }
.fixed-socials ul li.twitter:hover i,.fixed-socials ul li.twitter:hover .i { background:#1da1f2; }
.fixed-socials ul li.instagram:hover i,.fixed-socials ul li.instagram:hover .i { background:#bc2a8d; }
.fixed-socials ul li.pinterest:hover i,.fixed-socials ul li.pinterest:hover .i { background:#E60023; }
.fixed-socials ul li.youtube:hover i,.fixed-socials ul li.youtube:hover .i { background:#FF0000; }
.fixed-socials ul li.facebook:hover i,.fixed-socials ul li.facebook:hover .i { background:#4267b2; }
.fixed-socials ul li.whatsapp:hover i,.fixed-socials ul li.whatsapp:hover .i { background:#07bc4c; }
.fixed-socials ul li.linkedin:hover i,.fixed-socials ul li.linkedin:hover .i { background:#0077b5; }
.fixed-socials ul li i,.fixed-socials ul li .i {position: relative;margin-left: 7px;color: var(--main-color);padding: 10px;-webkit-border-radius: 50%;border-radius: 50%;width: 35px;height: 35px;font-size: 18px;background: #ffffff;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.fixed-socials ul li i::before {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.fixed-socials ul li .i {display: flex;align-items: center;justify-content: center;}
.fixed-socials ul li span.item-name {width:84px;}
/* ### Fixed Socials (f) ### */

.index-count-col {
    border: 10px solid #f7c600;
    border-color: var(--main-color-two);
    position: relative;
}

.index-count-col::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border: 10px solid #f7c600;
    border-color: var(--main-color-two);
    transition: ease all .6s;
}

.index-count-col:hover::after {
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    border: 5px solid #f7c600;
    border-color: var(--main-color-two);
    opacity: 0;
}

.btn-animation {
    width: auto;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    min-height: 50px;
    border: 2px solid var(--main-color);
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.btn-animation::after {
    content: '';
    background-color: #cb001a;
    background-color: var(--main-color);
    width: 200%;
    height: 550%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transition: all 1s;
    z-index: -1;
}

.btn-animation:hover::after {
    -webkit-transform: translateX(-155%) translateY(-85%) rotate(-45deg) translateZ(0);
    transform: translateX(-155%) translateY(-85%) rotate(-45deg) translateZ(0);
}
.price-list table tr>td:first-child {
    text-align: left;
}

.header-teklif-al>img {
    width: 50px;
    height: 43px;
    border-right: 1px solid;
    padding-right: 6px;
    margin-right: 6px;
}

.teklif-arac-ekle {
    max-width: 305px;
    max-width: max-content;
    color: #fff;
}

.teklif-arac-ekle:hover {
    color: var(--main-color);
}

.vehicle-remove {
    vertical-align: sub;
    cursor: pointer;
}

#arac-bilgileri>.ref_element:first-child svg.vehicle-remove {
    display: none;
}

#arac-bilgileri>.ref_element+.ref_element {
    padding-top: 2em;
    margin-top: 1em;
    border-top: 1px solid #ccc;
}

.anamenu ul li a:hover {
    text-decoration: none;
}

.genel-kosullar {
    display: flex;
}

.genel-kosullar a {
    color: #fff;
}

.genel-kosullar a:hover {
    color: var(--main-color);
}

ul.other-details img {
    max-height: 130px;
    max-width: 100%;
}

.footer-copyright {
    /* color: #fff; */
}

.urunler-list .contents {
    border-radius: 10px;
}

.urunler-list .contents figure {
    height: 190px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.urunler-alt-list.urunler-list .contents figure {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.detail-page-image {
    border: 2px solid #fff;
    border-radius: 10px;
}

.urun-detail-container h1,
.urun-detail-container h2,
.urun-detail-container h3,
.urun-detail-container h4,
.urun-detail-container h5 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.btn-reset {
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    outline: none;
    text-decoration: unset;
}

.anamenu>ul>li>a {
    position: relative;
}

.anamenu ul li a {
    font-weight: 500;
}
.star-rate-item {
    margin-left: .1rem;
    margin-right: .1rem;
}

.video {position: relative;width: 100%;}
.video__iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video__placeholder {width: 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%) scale(1.02);}
.video__youtube {padding-bottom: 56.23%;width: 100%;height: 0;overflow: hidden;position: relative;object-fit: cover;background-color: black;}
.youtube__button {background: none;border: 0;cursor: pointer;height: 100%;left: 0;position: absolute;top: 0;transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);width: 100%;}
.youtube__button:hover .ytp-large-play-button-bg {fill-opacity: .8;}
.youtube__button:hover .ytp-large-play-button-bg {-webkit-transition: fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);transition: fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);fill: #f00;fill-opacity: 1;}

@media (max-width:768px) {
    .vitrin_2 {
        margin-top: 0;
    }
    nav.nerdeyim a i {
        display: inline-block;
    }
    nav.nerdeyim li:first-child a span {
        display: none;
    }
    nav.nerdeyim {
        overflow-x: auto;
    }
    .bilgi-al {
        position: relative;
        top: -16px;
        background: transparent;
    }
    .bilgi-al .whatsapp svg {
        fill: #25d366;
    }
    .vitrin_container_1 #timelineContainer {
        right: 6%;
    }
    .vitrin_7 .owl-item.active.center {
        transform: scale(1.0) !important;
    }
}

@media (min-width:992px) {
    /* body.home-page header {
        position: absolute;
        -webkit-box-shadow: 0px -20px 60px 90px rgba(0, 0, 0, 0.75);
        box-shadow: 0px -20px 60px 90px rgba(0, 0, 0, 0.75);
        background-color: rgba(0, 0, 0, 0.75);
    }
    body.home-page header.fixed {
        position: fixed;
        background-color: #ffffff;
    }
    body.home-page header:not(.fixed) .anamenu>ul>li:not(:last-child)>a::after,
    header.fixed .anamenu>ul>li:not(:last-child)>a::after {
        background-color: #fff;
    }
    .anamenu>ul>li:not(:last-child)>a::after {
        content: '';
        position: absolute;
        right: -1px;
        top: 50%;
        bottom: 8px;
        width: 1px;
        height: 18px;
        transform: translateY(-50%);
        background-color: #fff;
    } */
    .white-header a {
        color: #fff !important;
    }
    .white-header ul ul a {
        color: #141b24 !important;
    }
    .anamenu a {
        color: #222222;
        line-height: 1.5;
        font-weight: 300;
    }
    .anamenu>ul.list-unstyled {
        text-align: center;
    }
    .anamenu>ul.list-unstyled ul.list-unstyled {
        text-align: left;
    }
    .anamenu>ul.list-unstyled>li:last-child {
        border-right: none;
    }
    .anamenu li:hover>a {
        color: var(--main-color);
    }
    .anamenu>ul>li {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: auto;
        max-width: 100%;
        display: block !important;
    }
    /* body.home-page header:not(.fixed) .anamenu>ul>li:not(:hover)>a,
    header.fixed .anamenu>ul>li:not(:hover)>a {
        color: #fff;
    } */
    .anamenu>ul>li>a {
        display: block;
        font-size: 18px;
        font-weight: 400;
        height: 100%;
        /* color: #fff; */
    }
    .anamenu ul ul .active>a {
        border-color: transparent !important;
        background-color: #ffffff;
    }
    .anamenu ul ul {
        min-width: 250px;
        max-width: 250px;
        position: absolute;
        top: 100%;
        right: 0;
        height: auto;
        z-index: 100;
        background: #fff;
        border-top: 3px solid var(--main-color);
        opacity: 0;
        visibility: hidden;
        transition: opacity 200ms, visibility 200ms;
    }
    .anamenu ul li {
        display: inline-block;
        position: relative;
    }
    .anamenu ul li a {
        padding: 10px 5px;
    }
    .anamenu ul li li {
        display: block;
        height: auto;
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
    }
    .anamenu ul li li a {
        font-weight: 400;
        text-transform: none;
        line-height: normal;
        padding: 0 10px;
        border: none;
        color: #000;
        transition: ease-in-out all .2s;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .anamenu ul li li:hover>a {
        background-color: #fff;
        color: var(--main-color);
        padding-left: 15px;
    }
    .anamenu ul li:hover>ul {
        visibility: visible;
        opacity: 1;
    }
    .anamenu ul ul ul {
        left: inherit;
        top: 0px;
        right: 100%;
    }
    .genel-kosullar>* {
        width: auto;
    }
    .left-menu-col {
        width: 340px;
    }
    .mobilMenu {
        display: none;
    }
}

@media (max-width:1200px) {
    .footer .logo_a {
        font-size: 25px;
    }
    .sayfa_baslik h1 {
        display: -webkit-box;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .vitrin_1 ul li .description {
        left: 1.5rem;
        right: 1.5rem;
        top: 1.5rem;
        bottom: 1.5rem;
    }
    .bolge_baslik {
        width: 100%;
    }
    .overlay {
        left: 0;
        transform: skew(0);
        padding: 0;
        width: 100% !important;
    }
    .overlay2 {
        padding: 15px;
        transform: skew(0);
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
    }
    .overlay2 h1,
    .overlay2 p {
        transform: skew(0);
    }
    .sayfa_baslik h1:after {
        margin-left: auto;
        margin-right: auto;
    }
    .t_button {
        font-size: 15px;
        padding: 5px 15px;
    }
}

@media (max-width:992px) {
    .vitrin_1 .gallery-wrapper-main .gallery-wrapper {
        position: unset;
        transform: translate(0);
        margin-top: 50px;
    }
    .vitrin_1 .text-wrapper {
        width: 100%;
    }
    .vitrin_2 {
        margin-top:0;
    }
    .vitrin_2 .menu-content .hero-wrapper:last-child {
        margin-bottom: 20px;
    }
    .sayfa_baslik {
        min-height: 130px;
        background-position-x: 40%;
    }
    header {
        /* position: unset;
        background-color: #000; */
    }
    header img.logo {
        /* width: 120px; */
    }
    header.fixed img.logo {
        /* width: 100px; */
    }
    .slide-area .description,
    .slide-area .description-add {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
    .colum-container .colum1 {
        margin-right: 5px;
        width: 9px;
    }
    .genel-kosullar>* {
        width: 50%;
    }
    .carousel-item::after {
        right: 0;
    }
    .timeline-item>div::before {
        left: 15px;
        border-color: #eb5b5b;
    }
    .timeline {
        clip: rect(0, auto, auto, -1px);
        top: 45px;
        bottom: 45px;
    }
    #timelineContainer {
        left: auto;
    }
    #timelineContainer .timeline-custom {
        height: 100%;
    }
    .full-width-short.length-lg {
        max-width: 720px !important;
    }
    .anamenu>ul>li.logo_in_menu {
        display: none !important;
    }
    .slide-area .description .slider-title-1 {
        font-size: 2.5rem;
    }
    .slide-area .description p {
        font-size: 2rem;
    }
    .vitrin_1 .gallery-wrapper > div:nth-child(2n) .gallery-item {
        margin-top: 40px;
    }
    .custom-massonry.card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
    
    .ref_list {
        -webkit-column-count: 2;
                column-count: 2;
    }
}

@media (max-width:991px) {
    .sayfa_baslik h1 {
        font-size: 1.6em;
    }
    .navHeader,
    .mobilMenu {
        display: block;
    }
    .navHeader img {
        height: 50px;
    }
    .mobilMenu svg {
        width: 29px;
        color: var(--main-color);
        padding: 10px 0;
        transition: 0ms
    }
    .whatsappH svg, .whatsappH i {
        width: 30px;
        font-size: 1.2em;
        /* color: #fff; */
        vertical-align: sub;
    }
    .navHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000;
        position: relative;
        z-index: 1000;
    }
    .navHeader span {
        display: inline-block;
        height: 65px;
        width: 65px;
        float: right;
        top: 0;
        margin: 3px;
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .anamenu {
        position: fixed;
        z-index: 10000;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }
    .anamenu ul ul:before {
        content: '';
        display: block;
        height: 71px;
    }
    .anamenu ul {
        list-style: none;
        padding: 0;
        transition: all 300ms ease-in-out;
    }
    .anamenu ul ul {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 100%;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1;
    }
    .anamenu ul li {
        border-bottom: 1px solid #dddddd;
    }
    .anamenu ul li a {
        display: block;
        padding: 15px;
        white-space: nowrap;
        color: var(--main-color-two);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500;
    }
    .anamenu ul li a:hover {
        color: var(--main-color);
    }
    .anamenu ul li span {
        display: inline-block;
        background-color: #f5f5f5;
        height: 45px;
        width: 45px;
        float: right;
        top: 0;
        margin: 3px;
        background-image: url('https://adapazaribekoservisi.net/public/img/ileri.svg');
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ustmenu {
        padding: 15px;
        color: #fff;
        font-weight: 700;
        background-color: var(--main-color);
        position: relative;
        text-indent: 40px;
    }
    .ustmenu i {
        background-color: #e8e6e6;
        height: 100%;
        width: 45px;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url('https://adapazaribekoservisi.net/public/img/geri.svg');
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .carousel-item.active .default-features-wrapper::before {
        top: -40px;
        width: 70px;
        height: 70px;
        border-width: 8px;
    }
    .carousel-item.active .default-features-wrapper::after {
        top: -10px;
        width: 120px;
        height: 120px;
    }
    .default-features-wrapper>.custom-title {
        font-size: 30px;
        font-weight: 600;
    }
}

@media (max-width:768px) {
    .sayfa_baslik h1 {
        font-size: 1.5em;
    }
    .header-top>.header-phone-item {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    .double_line_title.vitrin_baslik>span::after,
    .double_line_title.vitrin_baslik>span::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .full-width-short.length-lg {
        max-width: 540px !important;
    }
    .vitrin_1 .img-container::after {
        width: auto;
        right: -15px;
    }
    .vitrin_3 .col-main img{
        max-height: 260px;
        width: 100%;
    }
    .vitrin_4::before {
        bottom: 50%;
        right: 0;
    }
    .vitrin_4::after {
        top: 50%;
        left: 0;
        background-color: var(--main-color-two);
    }
    .vitrin_4 .img-container {
        left: auto;
        right: 0;
        transform: unset;
        width: 55px;
    }
    .custom-massonry.card-columns {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (max-width:576px) {
    .logo_a {
        letter-spacing: 0px;
        font-size: 18px;
    }
    .sayfa_baslik h1 {
        font-size: 1.4em;
    }
    .genel-kosullar>* {
        width: 100%;
        text-align: center;
    }
    .footer-copyright {
        text-align: center;
    }
    .full-width-short.length-lg {
        max-width: 100% !important;
    }
    .footer .footer_title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    ol.carousel-indicators {
        display: none;
    }
    .gallery-title {
        font-size: 21px;
    }
    .gallery-number {
        font-size: 25px;
    }
    .slide-area .description .slider-title-1 {
        font-size: 1.5rem;
    }
    .slide-area .description p {
        font-size: 1.2rem;
    }
    .slide-area .description .slider-title-1 > span {
        display: inline-block;
    }
    .vitrin_1 .gallery-wrapper-main .bg-img {
        bottom: 0%;
    }
    .ref_list {
        -webkit-column-count: 1;
                column-count: 1;
    }
}

@media (max-width:374px) {
    .vitrin.owl-theme .owl-nav {
        top: unset;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 6px !important;
    }
}