
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d4d4d4;
    background-color: #d4d4d4;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color-one);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color-one);
}

.additional-info-table tbody {
    border: 1px solid #ededed;
    padding: 15px 0px;
    text-wrap: nowrap;
}

.additional-info-table tbody tr:nth-of-type(odd) {
    background-color: #fafafa;
}

.additional-info-table tbody th {
    padding: 15px;
    text-wrap: nowrap;
}

.additional-info-table tbody td {
    padding: 15px;
}

.bdrs-15{
    border-radius: 15px;
}

.bg-main {
    background-color: #ff6000 !important;
}

.bg-whatsapp {
    background-color: #0dc143 !important;
}

.border-bottom {
    border-bottom: 1px solid #eee !important;
}

.box-shadow {
    box-shadow: var(--box-shadow);
}

.brand-logo-grayscale {
    align-self: center;
    cursor: pointer;
    filter: grayscale(1);
}

.brand-logo-grid__single {
    border: 1px solid #eee;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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);
}

.brand-logo-grid__single:hover {
    border-color: transparent;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.brand-logo-grayscale:hover {
    filter: grayscale(0);
}

.color-main {
    color: #ff6000 !important;
}

.color-main2 {
    color: #ff1641 !important;
}

.content-none {
    content: unset !important;
}
.cursor-pointer {
    cursor: pointer;
}
.detay-write {
    float: left;
    margin: 0px 30px 0px 0px;
    max-width: 450px;
    width: 100%;
}


.dropdown-menu div[class*=col-] .collection--menu-content ul {
    opacity: 0;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    text-align: center;
    padding-top: 20px;
}

.collections-menu li {
    padding: 0px !important;
}

.collections-menu {
    padding: 0px !important;
}
.contact-li:hover{
    background-color: #f1f1f1;
}

@media(max-width: 1500px){
    .contact-ul{
        margin-left: -95px !important;
    }
}

@media(max-width: 1357px){
    .contact-ul{
        margin-left: -200px !important;
    }
}

.dropdown_full .dropdown-menu li .list_item_box ul {
    padding: 0px 25px 20px 25px !important;
}


.dropdown_full .dropdown-menu li .list_item_box ul li:hover a {
    font-weight: 600 !important;
}
.dropdown_full .dropdown-menu li .list_item_box ul li:hover a::after {
    content: "";
    position: absolute;
    top: 5px;
    background-image: url(../img/logo/favicon.ico);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* bottom: 15px; */
    left: -25px;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.dropdown-menu div[class*=col-] .collection--menu-content h2 {
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 40px;
    font-size: 32px !important;
    text-align: center;

}

.dropdown-menu div[class*=col-] .collection--menu-content ul li .menu--img {
    padding-top: 15px;

}

.dropdown-menu div[class*=col-]:hover .collection--menu-content ul {
    opacity: 1;
}

.dropdown-menu div[class*=col-] .collection--menu-content {
    -moz-transform: translateY(140px);
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    padding: 20px;
}

.dropdown-menu div[class*=col-]:hover .collection--menu-content {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.dropdown-menu div[class*=col-] {
    position: relative;
}

.dropdown-menu div[class*=col-]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f2f1f1;
    z-index: -1;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    border-radius: 10px;
}

.dropdown-menu div[class*=col-]:hover:after {
    height: 100%;
}

.expertise a.read_more::before {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    right: -16px;
    top: 2px;
    font-size: 17px;
    color: #fff;
    height: 15px;
    line-height: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.expertise a.read_more:hover::before {
    right: -25px;
}

.expertise_box {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease-in-out;
}

.expertise_box:hover .simpleParallax img {
    height: 100%;
}

.featured-project-single-grid {
    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-bottom: 100px;
}

.featured-project-single-grid__content {
    padding: 30px;
}

.featured-project-single-grid__image {
    position: relative;
}

.fixed-header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
    color: #000;
}

.flex-control-nav {
    top: -25px !important;
    bottom: 0px !important;
    margin-bottom: -25px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fz14 {
    font-size: 14px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz20 {
    font-size: 20px !important;
}

.fz50 {
    font-size: 50px !important;
}

.fz200 {
    font-size: 200px !important;
}

.green {
    background-color: rgba(47, 198, 47, 0.479) !important;
}

.gray {
    background-color: rgba(128, 128, 128, 0.479) !important;
}

.h250 {
    height: 250px !important;
}
.h-fit {
    height: fit-content;
}
.header .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-menu {
    height: calc(100vh - 100px);
    box-shadow: 0px 80px 85px 20px #000000;
}
.header .header_content_collapse .navigation_menu .navbar_nav .icon-hover .dropdown-menu li:hover a.nav-link {
    font-weight: 600;
}

.header .header_content_collapse .navigation_menu .navbar_nav .icon-hover .dropdown-menu li:hover a.nav-link::after {
    content: "";
    position: absolute;
    top: 1px;
    background-image: url(../img/logo/favicon.ico);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* bottom: 15px; */
    left: -40px;
    width: 30px;
    height: 30px;
    opacity: 1;
}

.icon-hover .dropdown-menu {
    padding-left: 50px !important;
}
 
.w-45px {
    width: 45px !important;
}
 
.w-300px {
    width: 300px;
}
.w-fit {
    width: fit-content;
}
.justify-self-end {
    justify-self: end;
}
.iletisim-btn {
    border-radius: 25px;
    background: #fff;
    color: var(--primary-color-one);
    border: 2px solid var(--primary-color-one);
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.iletisim-btn:hover {
    background: #fff;
    color: var(--primary-color-one);
}

.iletisim-ul li a:hover {
    background: #eee;
}

.lineh-40 {
    line-height: 40px;
}

.main-btn {
    text-orientation: upright;
    color: white;
    font-size: 13px;
    border-radius: 50px;
    outline: 1px solid #9d9d9d;
}

.main-btn:hover {
    border-color: #ffffff !important;
    background-color: var(--primary-color-one);
    color: #fff !important;
}

.main-color{
    color: var(--primary-color-one) !important;
}

.margin-left-corner {
    margin-top: -50px;
    margin-left: -50px;
    margin-right: 50px;
}

.margin-right-corner {
    margin-left: 50px;
    margin-right: -50px;
}
.mb-50px {
    margin-bottom: 50px;
}
.ms--250{
    margin-left: -300px !important;
}

.outline-double {
    outline: double;
}

.ozel-uretim-bg {
    background-image: url(/lms_inc/img/urun-kat/ozel-uretim-makinalari.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ozel-uretim-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000c4;
    z-index: 0;
}

.product-bg-icon {
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.product-bg-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffb0;
    z-index: -1;
}

.product-description {
    overflow: auto;
}

.product-kat .project_post.style_seven {
    border: 1px solid var(--primary-color-three);
    border-radius: 5px;
    box-shadow: var(--box-shadow);
}

.product-kat .project_post.style_seven .content_box .image_zoom_box .zoom_icon {
    position: absolute;
    font-size: 15px;
    width: fit-content;
    padding: 0px 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    border: 1px solid var(--border-color-dark);
    left: 0;
    right: 0;
    color: var(--heading-dark);
    bottom: -60px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.product-kat .project_post.style_seven:hover .content_box .zoom_icon {
    bottom: 0px;
    border-color: #fff;
    color: #fff;
}

.product-kat .project_post.style_seven:hover .overlay {
    opacity: 0.9;
}

.product-kat .project_post.style_seven .content_box {
    border-bottom: 0px;
}

.product-slider a.read_more::before {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    right: -16px;
    top: 2px;
    font-size: 17px;
    color: #ff6000;
    height: 15px;
    line-height: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.product-slider a.read_more:hover::before {
    right: -25px;
}

.project_box.style_two .image img {
    transition: all 0.5s ease-in;
    /* Transition for opacity */
    object-fit: cover !important;
}

.project_box.style_two:hover .image img {
    height: 300px;
}

.project-details-link {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    font-size: 20px;
    width: 60px;
    height: 60px;
    border: 2px solid #D32F2F;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    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;
}


.px30 {
    padding-right: 30px;
    padding-left: 30px;
}

.py85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.radius-top-25 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.scroll-maxh-230px {
    max-height: calc(100% - 230px);
    overflow: auto;
}

.s_tab_wrapper .product-slider a.read_more::before {
    top: -2px !important;
}

.search-form button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 1.25rem;
}

.search-form input {
    font-weight: 400;
    width: 100%;
    height: 38px;
    padding-right: 40px;
    color: #222;
    border: none;
    border-bottom: 1px solid #ddd;
    background: none;
    margin-bottom: 0px !important;
}


.sertifikalar .featured-project-single-grid {
    text-align-last: center;
    border: 1px solid #000;
}

.sertifikalar .featured-project-single-grid__content {
    margin-top: -40px !important;
}

.sertifikalar .featured-project-single-grid__content h4 {
    padding-bottom: 20px;
    margin-top: -40px !important;
}

.sertifikalar .featured-project-single-grid .featured-project-single-grid__image img {
    margin-top: -60px;
}

.service_carousel.style_one:hover .content {
    bottom: 15px;
}

.simpleParallax img {
    transition: all 0.7s ease;
    opacity: 1;
}

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

.slider-bottom-arrow-icon {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    border-radius: 100%;
    font-size: 24px;
    font-weight: 200 !important;
    border: 2px solid #ff6000;
    background-color: #ff6000;
    color: #fff;
    animation: slideUpDown 1s infinite alternate;
}

.slider-bottom-arrow-icon:hover {
    background-color: #fff;
    color: #ff6000;
}

.tabs_all_box.type_one .tabs_header ul li a {
    font-weight: 400;
}

.tabs_all_box.type_one .tabs_header ul li.active a {
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color-one) !important;
}


.tabs_all_box.type_one .tab_content .content_image {
    padding: 0px 35px 50px 35px !important;
}

.tabs_all_box.type_one .tab_content .content_image a {
    color: #000;
}

.text-limit {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-limit-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-limit-product {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-webkit-center {
    text-align: -webkit-center;
}

.title-bg {
    border: 1px solid var(--primary-color-one);
    background: #ff6000;
    border-radius: 0px 0px 40px 40px;
}

.top110 {
    top: 110px;
}

@media (max-width: 768px) {
    .top110 {
        top: 170px;
    }
}

@media (max-width: 992px) {
    .tabs_all_box.type_two .tabs_header .showcase_tabs_btns::before {
        content: none;
    }
}


.top-page {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
}

.urunler .project_post.style_one .image {
    overflow: unset !important;
}

.urunler .project_post.style_one .image::before {
    content: none !important;
}

.urunler .project_post.style_one .image img {
    transform: all 0.5s ease !important;
    position: relative;
    bottom: 0px;
}

.urunler .project_post.style_one:hover .image::before {
    content: none !important;
}

.urunler .project_post.style_one:hover .image img {
    transform: none !important;
    position: relative;
    bottom: 30px;
}

.urunler a.read_more::before {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    right: -16px;
    top: 2px;
    font-size: 17px;
    color: #ff6000;
    height: 15px;
    line-height: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.urunler a.read_more:hover::before {
    right: -25px;
}
.list-style-none {
    list-style: none;
}
.w25 {
    width: 25px !important;
}
.maxh-190px {
    max-height: 190px;
}
.maxh-260px {
    max-height: 260px;
}
.object-fit-contain {
    object-fit: contain;
}
.zIndex-1 {
    z-index: 1;
}

@keyframes slideUpDown {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    100% {
        transform: translateX(-50%) translateY(-15px);
    }
}


.gallery-container a {
    width: 240px;
    margin: 5px;
}

.gallery-container a img {
    max-width: 100%;
    height: auto;
}
.bg-white-20 {
    background-color: rgb(255 255 255 / 20%);
}
.fz-12 {
    font-size: 12px !important;
}
.fz-40 {
    font-size: 40px !important;
}
.fz-45 {
    font-size: 45px !important;
}

.whatsapp-box {
    position: fixed;
    bottom: 90px;
    right: 15px;
    background-color: #2db742;
    z-index: 20;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 9px 13px;
    transition: transform .5s ease;
    transform: translateX(-8px);
    align-content: center;
}
.whatsapp-box span {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.whatsapp-box p {
    color: #b4e5bc;
}

.whatsapp-box .wp-tag {
    background-color: #62c971;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 12px;
}
.whatsapp-box h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.whatsapp-box:hover {
    width: auto;
    padding: 7px 17px;
    border-radius: 50px;
    transform: translateX(0);
}
.whatsapp-box:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}






.whatsapp-box-mobile {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #2db742;
    z-index: 20;
    border-radius: 50px;
    width: 47%;
    height: 60px;
    padding: 7px 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;
}
.whatsapp-box-mobile h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.whatsapp-box-mobile:hover {
    /* width: auto;
    padding: 7px 17px;
    border-radius: 50px;
    transform: translateX(0); */
}
.whatsapp-box-mobile:hover span {
    /* opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible; */
}





.phone-box {
    position: fixed;
    bottom: 155px;
    right: 15px;
    background-color: #000;
    z-index: 20;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 12px 13px;
    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;
}
.phone-box .wp-tag {
    background-color: #525252;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 12px;
}
.phone-box h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.phone-box:hover {
    width: auto;
    padding: 7px 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: 15px;
    left: 15px;
    background-color: #000;
    z-index: 20;
    border-radius: 50px;
    width: 47%;
    height: 60px;
    padding: 7px 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;
}
.phone-box-mobile h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.phone-box-mobile:hover {
    /* width: auto;
    padding: 7px 17px;
    border-radius: 50px;
    transform: translateX(0); */
}
.phone-box-mobile:hover span {
    /* opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible; */
}
@media (min-width:300px) and (max-width: 768px) {
    .m_fix001 {
        display: none !important;
    }
    .m_fix002 {
        padding: 0 !important;
        margin: 0 !important;
    }
     .m_fix003 {
        float: left;
        width: 50%;
        margin: 20px 0;
    }
    .m_fix004 {
        margin-bottom: 0 !important;
    }
    .navbar-wrap ul.m_fix005 {
        display: flex;
        padding: 0 0;
        margin: 0 0 0 auto;
        /* flex-wrap: wrap; */
        /* text-align: left; */
        flex-direction: column;
        align-items: center;
    }
    .navbar-wrap ul.m_fix005 li+li {
        margin: 0 !important;
    }
    .m_fix006 {
        display: flex;
        flex-direction: column;
    }
    .m_fix007 {
        margin-bottom: 15px;
    }
    .m_fix008 {
        font-size: 75px !important;
    }
}

.sahibinden-circle {
  position: fixed;
  overflow: hidden;
  bottom: 220px;
  right: 15px;
  background-color: transparent;
  z-index: 20;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: transform .5s ease;
  transform: translateX(-8px);
  align-content: center;
  border: 1px solid #000;
}

.fixed-circle {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.fixed-circle:hover {
    transform: scale(1.1);
}
.b222{
    bottom:220px !important;
}

