html[dir="rtl"] .list-unstyled{
    padding-right: 0;
}
.container-md {
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 1200px) {
    .container-md {
        width: 1000px;
    }
}

.section-padding {
    padding-top: 3%;
    padding-bottom: 3%;
}

@media (max-width: 991px) {
    .section-padding {
        padding-top: 4%;
        padding-bottom: 4%;
    }
}

.border-radius-5 {
    border-radius: 5px!important;
}

a {
    text-decoration: none;
}

.btn {
    overflow: hidden;
}

.col-padding{
    padding-left: 15px;
    padding-right: 15px;
}

.col-padding-2x{
    padding-left: 30px;
    padding-right: 30px;
}

.mx-0{
    margin-left: 0;
    margin-right: 0;
}

.overflow-visible {
    overflow: visible!important;
}

.box-shadow {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.box-shadow-r {
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
}

.shine {
    position: relative;
    overflow: hidden;
}

.shine:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-17deg);
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.13) 15%, rgba(255, 255, 255, 0.13) 57%, rgba(255, 255, 255, 0.3) 68%, rgba(255, 255, 255, 0.0) 80%);
}

.tt-menu-nav>li>a:before,
.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.tt-menu-nav>li>a:hover:before,
.btn:hover:before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.container-fluid {
    padding: 0;
}

.container-fluid-md {
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.w-100 {
    width: 100%!important;
    max-width: 100%!important;
}

.w-50 {
    width: 50%!important;
    max-width: 50%!important;
}

.w-60 {
    width: 60%!important;
    max-width: 60%!important;
}

.col-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.hide {
    display: none!important;
}

#post-comment-form {
    margin-top: -120px!important;
    background-color: #efeff1;
}

.hr-short.center {
    margin-left: auto;
}

.tt-heading.padding-on-sm {
    padding: 6% 3% 2% 3%;
}

#signinSubmit {
    width: 200px;
}

.form-light-bg {
    background: #fafafa;
    padding: 40px 60px 40px;
}

form .col-margin {
    margin-right: 2%;
}

form .col-item-6 {
    float: left;
    width: 49%;
}

.check-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.register-form .exp-text label {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 300;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background-color: #eee;
}

.check-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.split-box-content p:last-child {
    margin-bottom: 0;
}

.cc-item .bl-item-info {
    position: relative;
}

.cc-item .bl-item-info.fixed-height {
    min-height: 280px;
}

.cc-item .bl-item-info .btn {
    /* position: absolute; */
    /* bottom: 10px; */
}

.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.px-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.mx-0 {
    margin-left: 0!important;
    margin-right: 0!important;
}

.mx-5p {
    margin-left: 5%;
    margin-right: 5%;
}

.mx-10p {
    margin-left: 10%;
    margin-right: 10%;
}


/*
#header.menu-align-right .tt-main-menu {
    float: none;
    width: calc(100% - 240px);
    text-align: center;
}*/

.tt-menu-tools>ul>li>a {
    display: inline-block;
    color: #222;
    margin-left: 0!important;
}

.tt-menu-tools>ul>li>a.social {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    padding-left: 0!important;
    padding-right: 0!important;
}

@media (max-width: 1400px) {
    .tt-tools-button {
        margin-left: 0 !important;
    }
}

.product-list .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* NEW */
}

.size-md#page-header.ph-sm .page-header-inner {
    padding-top: 60px;
    padding-bottom: 30px;
}

.theme-1 section.page-head-3 {
    padding: 45px 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, rgba(237, 237, 237, 1) 100%);
}

.theme-1 section.page-head-3 h1 {
    text-align: center;
    font-size: 36px;
    color: #000;
}

.theme-1 .breadcrumbs {
    margin: 30px auto 30px;
    text-align: left;
    font-size: 13px;
    color: #888;
}

.theme-1 .breadcrumbs a {
    color: #888;
}

.theme-1 .breadcrumbs .product-content-wrapper {
    margin-top: 60px;
}

.theme-1 .product-content-wrapper .product-gallery {
    margin-bottom: 30px;
}

.theme-1 .product-main-info h2.product-title {
    display: inline-block;
    position: relative;
    color: #da0d0d;
    line-height: 1.2;
    font-size: 32px;
    font-weight: 300;
}

.theme-1 .product-main-info h2.product-title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 100%;
    border-bottom: 1px solid #da0d0d;
}

.theme-1 .product-main-info .product-description {
    margin-top: 30px;
    color: #666;
    font-size: 15px;
    height: 90px;
    font-weight: 300;
    overflow: hidden;
    transition: height 0.3s ease;
}

.theme-1 .product-main-info .show-more {
    font-size: 14px;
}

.theme-1 .clear:both {
    clear: both
}

.theme-1 .product-price {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.theme-1 .product-form {
    margin-top: 30px;
}

.theme-1 .product-form .button.dark {
    display: inline-block;
    min-width: 324px;
    margin-bottom: 15px;
    background-color: #da0d0d;
    border: 1px solid #da0d0d;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    transition: all 0.3s ease;
}

.theme-1 .product-form .button.light {
    display: inline-block;
    min-width: 324px;
    padding: 0 40px;
    background-color: #fff;
    border: 1px solid #3c3c3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    color: #da0d0d !important;
    transition: all 0.3s ease;
}

.theme-1 section.page-head-3 h1 {
    margin-bottom: 0;
    font-weight: 400;
}

.product-main-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.product-main-info h1 {
    position: relative;
}

.product-main-info h1::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    left: 0;
    bottom: -15px;
    background-color: #0695d9;
}

.product-main-info h1 .brand {
    display: block;
    color: #0695d9;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-main-info h1 .model {
    display: block;
    font-weight: 500;
    font-size: 75%;
    margin-bottom: 5px;
}

.product-main-info h1 .type {
    display: block;
    font-size: 65%;
    font-weight: 500;
}

.product-main-info .product-description {
    margin-top: 30px;
}

.search-icon {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    color: #fff;
    transition: all .3s ease;
    transform: translate(-50%) scale(0);
}

a:hover .search-icon {
    transform: translate(-50%) scale(1);
}

.fa-search {
    font-size: 30px;
}

#productSliderCarousel ul {
    display: flex;
    flex-wrap: wrap;
}

#productSliderCarousel ul li {
    display: inline-flex;
    width: 84px;
    height: 95px;
    padding: 2px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaeaea;
}

.product-content-wrapper .product-gallery {
    margin-bottom: 30px;
}

.product-content-wrapper .product-gallery .product-img-box {
    position: relative;
}

.product-content-wrapper .product-gallery .product-img-box a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
}

.product-content-wrapper .product-gallery .product-img-box a::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
}

.product-content-wrapper .product-gallery .product-img-box a:hover::before {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .2);
}

.product-content-wrapper .product-gallery .product-img-box::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #0695d9;
    transition: all 0.3s ease;
}

.product-form #offerForm {
    display: none;
    float: right;
    max-width: 324px;
    margin-top: 30px;
    text-align: left;
}

.product-form #offerForm input {
    height: 35px;
    margin-bottom: 7px;
    border: 1px solid #3c3c3b;
    padding: 0 15px;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
}

.product-form #offerForm textarea {
    height: 100px;
    padding: 7px 15px;
    margin-bottom: 10px;
    border: 1px solid #3c3c3b;
    width: 100%;
    display: block;
    font-weight: 300;
}

.product-form #offerForm input[type="submit"] {
    height: auto !important;
    line-height: 33px;
    color: #fff;
    margin-bottom: 15px;
    padding: 0 15px;
    background-color: #3c3c3b;
    border: 1px solid #3c3c3b;
    transition: all 0.3s ease;
    font-weight: 500;
}

.product-form #offerForm input,
.product-form #offerForm textarea {
    width: 100%;
}

.product-content-wrapper {
    padding-bottom: 60px;
}

.product-form .button.dark:hover {
    color: #da0d0d;
    background-color: #fff;
    border-color: #da0d0d;
}

#header.menu-align-right #logo {
    top: 0;
    background: transparent;
    margin-bottom: -113px;
    padding: 25px 0 30px;
}
#header.menu-align-right #logo::before{
    content: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border:1px solid rgb(0 0 0 / 10%);
    border-top: none;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

#header.menu-align-right.header-index #logo::before{
    content: none;
}

#header.menu-align-right #logo::after {
    content: ;
    position: absolute;
    z-index: 0;
    left: -2%;
    top: 0;
    width: 104%;
    height: 104%;
    background-color: rgb(34 34 34 / 85%);
    border-radius:0 0 22px 22px;
}

#header #logo *{
    position: relative;
    z-index: 1;
}
#header #logo img {
    max-height: none;
    width: 210px;
}

#header.header-index #logo {
    padding: 30px;
    background-color: transparent;
}
#header.header-index #logo img{
    width: 200px;
}

#footer-logo .logo-light img {
    width: 160px;
    margin-top: 0;
}

.product-list {
    margin-bottom: 15px;
}

.product-content-wrapper .product-description .product-main-info {
    text-align: right;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: end;
}



.tt-menu-tools>ul>li>a.system-logo {
    position: relative;    
    top: -13px;
    width: 50px;
    margin-bottom: -10px;        
    margin-left: 20px!important;
}

.tt-menu-tools>ul>li>a.system-logo img{
    position: relative;
    z-index: 1;
}


.tt-menu-tools>ul>li>a.system-logo::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -14px;
    width: 1px;
    border-left: 1px solid #f0f0f0;
    height: 100%;
    /*
    top: 0px;
    left: -5px;
    height: 100%;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: inset 3px 0 5px #f7f7f7;
    */
}

.tt-menu-tools>ul>li>a.sisenergy-logo {
    position: relative;    
    top: -13px;
    width: 80px;
    margin-bottom: -10px;        
    margin-left: 20px!important;
}

.tt-menu-tools>ul>li>a.sisenergy-logo img{
    position: relative;
    z-index: 1;
}

.bg-transparent-4-dark {
    background-color: rgb(0 44 72 / 60%) !important;
}
#logo{
    z-index: 100000000;
}
@media (max-width: 991px) {
    #header #logo {
        position: relative;
        float: left !important;
        top: 15px !important;
        
    }
    #header #logo img {
        max-height: none !important;
    }
    #logo .logo-dark {
        display: none;
    }
    #logo .logo-dark-m {
        display: block;
    }
    #header.menu-align-right .tt-main-menu {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-list .product-box {
        display: block;
        padding: 0 30px;
    }
    #d_part {
        height: 50px;
    }
    .tt-tools-button {
        display: none!important;
    }
    .box-23988 {
        display: none;
    }
}

.product-list .product-box .theme-button.view {
    position: absolute;
    z-index: 1000;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 30px);
    background: #0695d9;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    opacity: 0;
    padding: 8px 40px;
}

.product-list .product-box .logo-box {
    padding: 12px 0 5px;
    text-align: right;
    border-bottom: 2px solid #1e3666;
}

.product-list .product-box .logo-box img {
    display: inline-block;
    width: 70px;
}

.product-list .product-box h5 {
    margin-top: 0;
    margin-bottom: 0;
}

body.tt-boxed .tt-wrap.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.zoomWrapper {
    position: relative;
}


/* class applies to select element itself, not a wrapper element */

.custom-select {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #444;
    line-height: 1.3;
    padding: 15px 30px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 56px;
}

.custom-select:focus,
.custom-select:active,
.custom-select:hover {
    outline: none;
}


/* Style the arrow inside the select element: */

.select-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.select-wrapper .arrow {
    position: absolute;
    width: 22px;
    height: auto;
    top: 24px;
    right: 40px;
    transform: rotate(-3deg);
}


/* Hide arrow icon in IE browsers */

.custom-select::-ms-expand {
    display: none;
}


/* Hover style */

.custom-select:hover {
    border-color: #888;
}


/* Focus style */

.custom-select:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    color: #222;
    outline: none;
}


/* Set options to normal weight */

.custom-select option {
    font-weight: normal;
}

.check-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.check-wrapper:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.check-wrapper input:checked~.checkmark {
    background-color: #121212;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check-wrapper input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.check-wrapper .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Modals
----------------------------------------------------------*/

.modal.fade .modal-dialog {
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
}

.modal.fade.in .modal-dialog {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    border: none;
    font-weight: 500;
}

.modal-header {
    padding: 20px;
}

h5.modal-title {
    font-size: 18px;
}

.modal-dialog>.close,
.modal-content>.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 20px;
}

.modal-md {
    width: 762px;
}

@media only screen and (max-width: 991px) {
    .modal-md {
        width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-md {
        width: 90%;
    }
}

.modal-backdrop.in {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

.modal-content.dark .modal-header,
.modal-content.dark .modal-footer {
    border-color: rgba(255, 255, 255, 0.15);
}


/* Modal Bottom */

.modal-bottom {
    top: auto;
}

.modal-bottom .modal-content {
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.modal-bottom .modal-dialog {
    margin: 0;
    width: auto;
}

.modal-bottom .modal-dialog .close {
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.modal-bottom .modal-body {
    padding-right: 40px;
}

.modal-bottom.fade .modal-dialog {
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
}

.modal-bottom.fade.in .modal-dialog {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-at-bottom.modal-open {
    overflow: auto;
}


/* Modal Video */

.modal-video {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .modal-video {
        text-align: left;
    }
}

.modal-video iframe {
    width: 100%;
    display: block;
}

.modal-video:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .modal-video:before {
        display: none;
        height: auto;
    }
}

.modal-video .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal.fade .modal-dialog {
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
}

.modal.fade.in .modal-dialog {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    border: none;
    font-weight: 500;
}

.modal-header {
    padding: 20px;
}

.modal-header>.close {
    margin-top: 0px;
    font-size: 28px;
    margin-bottom: -3px;
}

html[dir="rtl"] .modal-header>.close {
    position: absolute;
    left: 15px;
}



.modal-dialog>.close,
.modal-content>.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 20px;
}

.modal-footer .btn {
    margin-bottom: 0;
}

.modal-md {
    width: 762px;
}

@media only screen and (max-width: 991px) {
    .modal-md {
        width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-md {
        width: 90%;
    }
}

.modal-backdrop.in {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

.modal-content.dark .modal-header,
.modal-content.dark .modal-footer {
    border-color: rgba(255, 255, 255, 0.15);
}


/* Modal Bottom */

.modal-bottom {
    top: auto;
}

.modal-bottom .modal-content {
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.modal-bottom .modal-dialog {
    margin: 0;
    width: auto;
}

.modal-bottom .modal-dialog .close {
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.modal-bottom .modal-body {
    padding-right: 40px;
}

.modal-bottom.fade .modal-dialog {
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
}

.modal-bottom.fade.in .modal-dialog {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-at-bottom.modal-open {
    overflow: auto;
}


/* Modal Video */

.modal-video {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .modal-video {
        text-align: left;
    }
}

.modal-video iframe {
    width: 100%;
    display: block;
}

.modal-video:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .modal-video:before {
        display: none;
        height: auto;
    }
}

.modal-video .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content.dark .modal-header,
.modal-content.dark .modal-footer {
    border-color: rgba(255, 255, 255, 0.15);
}


/* Modal Bottom */

.modal-bottom {
    top: auto;
}

.modal-bottom .modal-content {
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.modal-bottom .modal-dialog {
    margin: 0;
    width: auto;
}

.modal-bottom .modal-dialog .close {
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.modal-bottom .modal-body {
    padding-right: 40px;
}

.modal-bottom.fade .modal-dialog {
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
}

.modal-bottom.fade.in .modal-dialog {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-at-bottom.modal-open {
    overflow: auto;
}

#footer-logo img {    
    width: 240px!important;
    height: auto!important;
}
#tabs_wrapper {
    position: relative;
}

.tabs {
    position: relative;
    background: white;
    padding: 50px;
    padding-bottom: 80px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    max-width: 1440px;
    margin: 0 auto;
}

.tabs input[name="tab-control"] {
    display: none;
}

.tabs .content section h2,
.tabs>ul>li label {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 13px;
    color: #da0d0d;
}

.tabs>ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.tabs>ul>li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.tabs>ul>li label {
    transition: all 0.3s ease-in-out;
    color: #666;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
}

.tabs>ul>li label br {
    display: none;
}

.tabs>ul>li label svg {
    fill: #333333;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}

.tabs>ul>li label:hover,
.tabs>ul>li label:focus,
.tabs>ul>li label:active {
    outline: 0;
    color: #666;
}

.tabs>ul>li label:hover svg,
.tabs>ul>li label:focus svg,
.tabs>ul>li label:active svg {
    fill: #666;
}

.tabs .slider {
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #da0d0d;
    border-radius: 1px;
}

.tabs .content {
    margin-top: 30px;
}

.tabs .content section {
    display: none;
    animation-name: content;
    animation-direction: normal;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs .content section h2 {
    color: #da0d0d;
    display: none;
}

.tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #da0d0d;
    margin-top: 5px;
    left: 1px;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: #da0d0d;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #da0d0d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
    transform: translateX(0%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: #da0d0d;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #da0d0d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
    transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: #da0d0d;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #da0d0d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    cursor: default;
    color: #da0d0d;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
    fill: #da0d0d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
    display: block;
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs>ul>li label {
        white-space: initial;
    }
    .tabs>ul>li label br {
        display: initial;
    }
    .tabs>ul>li label svg {
        height: 1.5em;
    }
}

@media (max-width: 600px) {
    .tabs>ul>li label {
        padding: 5px;
        border-radius: 5px;
    }
    .tabs .slider {
        display: none;
    }
    .tabs .content {
        margin-top: 0;
    }
    .tabs .content section h2 {
        display: block;
    }
}

.price-boxes-container>.row {
    position: relative;
}

h3.shadow-title {
    position: absolute;
    top: -85px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 94px;
    opacity: 0.1;
}

ul.price-list li.list-text {
    padding: 5px 0!important;
    transition: all 0.3s ease;
}

ul.price-list.show-more-li li.list-text {
    padding: 10px 0!important;
    border-bottom: 1px dashed #ddd;
    transition: all 0.3s ease;
}

ul.price-list li.list-text:nth-child(even) {
    border-radius: 5px;
}

ul.price-list li.list-text .text {
    display: flex;
    display: none;
    font-size: 13px;
    justify-content: flex-start;
    padding-left: 2px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    bottom: -2px;
}

ul.price-list li.list-text .text strong {
    color: #7e7e7e;
    font-weight: 500;
    border-bottom: 1px dotted;
    margin-right: 5px;
    font-size: 12px;
}

small.tl {
    font-size: 95%;
    font-family: "Roboto", sans-serif;
}

ul.price-list li.list-text .text .part {
    margin-right: 10px;
}

ul.price-list .price {
    font-weight: 600;
    color: #666;
    transition: all 1s ease;
}

ul.price-list .price small {
    font-size: 90%;
    font-family: arial;
    margin-left: 2px;
}

.price-details {
    display: flex;
    justify-content: space-between;
}

.pricing-box {
    display: block;
}

.pricing .pricing-box .card-body ul li i span {
    font-size: 14px;
    font-weight: 600;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pricing .pricing-box:hover .card-body ul li .text * {
    transition: all 0.5s ease;
}

.pricing-box {
    cursor: pointer;
}

.pricing .pricing-box:hover .card-body ul li i span,
.pricing .pricing-box.active-price .card-body ul li i span,
.pricing .pricing-box:hover .card-body ul li .text *,
.pricing .pricing-box.active-price .card-body ul li *,
.pricing .pricing-box:hover .card-body ul li a,
.pricing .pricing-box:hover .card-body ul li a:hover {
    color: #fff;
}

ul.price-list li.list-text.more {
    display: none;
}

ul li.more-box {
    height: 50px;
}

.pricing .pricing-box a {
    transition: all 1s ease;
}

.pricing .pricing-box a.show-more i {
    display: inline-block;
    font-size: 24px;
    position: relative;
    top: 4px;
    transition: all 0.1s ease !important;
}

ul.show-more-li li a.show-more i {
    transform: rotate(180deg);
}

i {
    position: relative;
}

.pricing .pricing-box .info-icon {
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 20px;
}

.d-flex {
    display: flex!important;
}

.pricing .pricing-box .mdi-checkbox-marked-circle {
    width: 100%;
}

select option.disabled[selected="selected"] {
    color: #f0f0f0;
}

.form-select:disabled,
.form-control:disabled,
.form-control[readonly] {
    background-color: #fafafa;
}

textarea.textarea {
    height: 120px!important;
}

.modal .modal-dialog .modal-content .modal-body {
    background-color: #fff;
}

.form-check {
    margin-left: 10px;
}

.form-check-input:checked {
    background-color: #da0d0d;
    border-color: #da0d0d;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: .1em;
    margin-left: 0;
    margin-right: 5px;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    border-color: #da0d0d;
    background-color: #da0d0d;
    box-shadow: 0 0 0 0.25rem rgb(85 175 234 / 20%)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid,
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754;
}

.was-validated .form-select:valid:focus,
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(85, 234, 152, 0.2)
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23198754' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #da0d0d;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #da0d0d;
}

.price-box .price-list li span {
    font-weight: 500;
}

ul.show-more-li li.list-text.more {
    display: flex;
    flex-direction: column;
}

ul.price-list.show-more-li li.list-text .text {
    display: flex!important;
    position: relative;
    transition: all 1s ease;
    justify-content: space-around;
    margin-bottom: 5px;
}

.active-price ul.price-list.show-more-li li.list-text .text {
    background-color: #da0d0d;
}

.pricing .pricing-box:hover .card-body ul.price-list.show-more-li li.list-text .text {
    background: #da0d0d;
}

i.mdi {
    font-style: normal!important;
}

@media (max-width: 1440px) {
    ul.price-list li.list-text .text strong {
        display: block;
    }
    ul.price-list.show-more-li li.list-text .text {
        justify-content: space-around;
    }
}

.price-box .price-list li span.show-more {
    cursor: pointer;
    font-size: 14px;
    color: #da0d0d;
    font-weight: 400;
}

.form-floating>label {
    left: 15px;
    color: #414141;
}

form h6 {
    font-size: 16px;
}

hr {
    opacity: 1!important;
}

.panel-body {
    padding: 15px;
    margin-bottom: 0;
}

.accordion-wrap .panel+.panel {
    margin-top: 10px;
}

h4.panel-title {
    margin-bottom: 0;
}

.isotope-wrap .col-3 {
    width: 100%;
}

.modal-header {}

.form-floating>.form-control {
    padding: 1rem;
}

.price-box .price-features>ul>li {
    padding: 5px 0;
    font-size: 15px;
}

.platinum .pr-box.price-heading:after {
    background-color: #bcd2de;
}

.silver .pr-box.price-heading:after {
    background-color: #c0c0c0;
}

.golden .pr-box.price-heading:after {
    background-color: #ab9100;
}

.price-heading-inner * {
    text-shadow: -1px 1px #999;
}

.tabs ul>li img.red {
    display: none;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>img,
.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>img,
.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>img,
.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>img {
    display: none;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>img.red,
.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>img.red,
.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>img.red,
.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>img.red {
    display: inline-block;
}

.pos-relative {
    position: relative;
}

.price-features {
    position: relative;
    min-height: 340px;
}

.price-features .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.dots-outside{
    margin-bottom: 0;
}



.tt-heading.tt-heading-lg .tt-heading-title {    
    color: #45454A;
}
@media(min-width: 992px) {
    .tt-menu-collapse {    
        padding-left: 20px;
    }
    #header.menu-align-right .tt-main-menu {
        float: none;
        text-align: center;
        width: calc(100% - 240px);
        margin-left: 240px;
    }
    .tt-menu-nav>li>a {
        padding: 30px 5px;
        font-size: 16px;
        color: #74747C;
    }
    #articles-section{
        margin-top: 30px;
    }
}

@media(min-width: 1200px) {
    .form-content {
        max-width: 1000px;
    }
    .col-lg-pull-6 {
        position: relative;
        right: 50%;
    }
    .col-lg-push-6 {
        position: relative;
        left: 50%;
    }
    html[dir="rtl"] .col-lg-pull-6 {
        position: relative;
        left: auto;
        right: auto;
        float:left
    }
    html[dir="rtl"] .col-lg-push-6 {
        position: relative;
        left: auto;
        right: auto;
        float:left
    }    
    .tabs {
        max-width: 1440px;
        margin: 0 auto;
        padding: 50px 320px;
    }
    .tabs .content {
        margin-top: 30px;
        width: calc(100% + 500px);
        margin-left: -245px;
    }
}

.tabs>ul>li {
    border-right: 1px solid #ccc;
}

.tabs>ul>li:last-child {
    border-right: none;
}

.lh-32 {
    line-height: 32px;
}

.show-more-li~.btn {
    bottom: -75px;
}

.price-boxes-container {
    margin-top: 0;
}

.price-boxes-container h4 {
    font-size: 72px;
    opacity: 0.2;
    text-align: center;
    margin: 0;
    margin-top: -65px;
}

.mobile-menu-item {
    display: none!important;
}

.tabs>ul>li {
    cursor: pointer;
}

h1.lh-xs {
    line-height: 0.4;
}

h1 .s-xs {
    font-size: 22px;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

.page-404 #page-header {
    height: calc(101vh - 363px);
}

.page-404 .page-header-image {
    background-size: contain;
}

.form-section {
    display: flex;
    align-items: center;
    overflow: auto;
    background-color: #f0f2f8;
    min-height: calc(101vh - 460px);
}

.form-content {
    background: #fff;
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%);
    margin: 60px auto 60px;
    border-radius: 10px;
}

.text-theme-red {
    color: #da0d0d;
}

.form-floating>.form-control {
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%);
}

.logo-inline img {
    height: 30px
}

.form-content h3 {
    position: relative;
    margin-bottom: 15px!important;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.bg-round {
    position: relative;
}

.ml-0 {
    margin-left: 0!important;
}

.bg-round::after {
    content: "";
    width: 100%;
    height: 200%;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 80%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%);
    background: #fcfcfc;
}

.ov-h {
    overflow: hidden;
}

.box-09823 {
    position: relative;
    z-index: 1;
    margin-bottom: -1rem;
}

.form-check-label {
    font-size: 15px;
    color: #333;
}

.ph-center .page-header-caption .hr-short {    
    border-color:rgb(255 255 255 / 80%);
}

.page-header-caption .breadcrumbs{    
    margin-top: 10px;
    margin-bottom: 15px;        
    font-size: 14px;
    opacity: 0.75;
    text-align: center;
}
.page-header-caption .breadcrumbs a{ 
    color: #fff;
}

@media(min-width: 1366px) {
    .price-boxes-container h4 {
        margin-top: -90px;
    }
}

@media(max-width: 600px) {
    .mobile-menu-item {
        display: block!important;
    }
    .price-boxes-container h4 {
        font-size: 66px;
        margin-top: -30px;
    }
    .tabs {
        padding: 30px 10px;
        box-shadow: 0 5px 15px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 15%);
        margin: 0 auto;
    }
    .tabs>ul {
        margin-bottom: 0;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .tabs>ul>li {
        border: none;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .tabs>ul>li label {
        font-size: 10px;
        padding: 7px 0;
        border-radius: 0;
    }
    .price-box {
        margin-top: 0;
    }
    .price-box .price-heading {
        padding: 20px 15px;
    }
    .price-box .price-list li span {
        font-weight: 500;
        font-size: 12px;
    }
    .price-features {
        min-height: auto;
    }
    .price-features .btn {
        position: static;
        transform: none;
        bottom: 5px;
    }
    .more-box {
        vertical-align: bottom;
        line-height: 50px;
    }
    #footer-logo {
        border-radius: 5px;
        margin: 35px 15px 10px 15px;
        padding: 17px 30px 17px 30px;
    }
    /*
    .tt-menu-tools {}
    .language-item .tt-dropdown {
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    .tt-dropdown li {
        display: inline-block;
    }
    .tt-menu-tools .language-item {
        display: none;
    }
    
    */
    #header .header-inner {
        padding-bottom: 0;
    }
    .tt-m-menu-toggle-btn {
        top: 30px;
    }
    .content .container.px-5 {
        padding: 0 10px!important;
    }
    #flexCheckDefault~.form-check-label {
        margin-top: -22px;
        margin-left: 15px;
    }
    .price-box .price-box-price .price {
        line-height: 1;
    }
    #header #logo img {
        height: auto !important;
        width: 150px;
        margin-top: 3px;
    }

    #header.header-index #logo img {
        width: 170px;
    }
    
    #footer {
        padding-top: 0;
    }
    .footer-text {
        font-size: 12px;
    }
    .footer-menu>li {
        display: block;
        line-height: 1.8;
    }
    .form-floating>label,
    .form-floating>.form-control:-webkit-autofill~label {
        font-size: 15px;
    }
    input#firma_adresi {
        height: 50px;
        word-break: break-word;
    }
    .bg-round::after {
        bottom: -15px;
        border-radius: 100%;
        width: 120%;
        left: -10%;
    }
    .form-check-inline .form-check-label {
        margin-top: -20px;
    }

}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #da0d0d;
}

.bootstrap-select .btn-light {
    background-color: #fff;
    border-color: #f6f6f6;
}

.checkout-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(101vh - 445px);
    padding: 60px;
}

#iyzipay-checkout-form .text-wait {
    transform: translateY(-100px);
}

#iyzipay-checkout-form div~.text-wait {
    display: none;
}

.payment-result-message {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(101vh - 445px);
    padding: 60px 15px;
    flex-direction: column;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.footer-menu {
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

.footer-menu a {
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
}

.footer-menu a:hover {
    color: #ddd;
    text-decoration: underline;
}

#whatsappMessage {
    position: fixed;
    bottom: 100px;
    width: 55px;
    left: 15px;
    z-index: 10000000;
}

@media(max-width: 600px) {
    #whatsappMessage {
        width: 45px;
        bottom: 15px;
    }
    .payment-icons {
        margin: 30px auto
    }
}

.pc-header .user-avtar {
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

.pc-header .pc-head-link .user-desc,
.pc-header .pc-head-link .user-name {
    display: block;
    line-height: 1;
}

.pc-header .pc-head-link .user-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.pc-header .pc-head-link .user-desc {
    font-size: 12px;
    font-weight: 400;
    color: rgba(28, 35, 47, 0.7);
}

.pc-header .pc-head-link {
    color: #1c232f;
    display: inline-flex;
    align-items: center;
    padding: 20px 10px;
    margin: 0 5px;
    border-radius: 4px;
    position: relative;
    font-weight: 500;
}

@media(min-width: 1025px) {
    .pc-header[class*="bg-"] .pc-head-link .user-desc,
    .pc-header.dark-header .pc-head-link .user-desc {
        color: rgba(255, 255, 255, 0.7);
    }
}

.flex-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-grid .justify-center {
    align-items: center;
}

.flex-grid .align-top {
    justify-content: flex-start;
}

.flex-grid .grid-item-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.flex-grid .grid-item-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

.flex-grid .grid-item-3 {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
}

.flex-grid .grid-item-25,
.flex-grid .grid-item-1-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
}

.flex-grid .grid-item-3-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
}

.flex-grid .grid-item-2-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 40%;
}

.flex-grid .grid-item-3-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 60%;
}


.flex-grid .grid-item-30 {
    padding-left: 15px;
    padding-right: 15px;
    width: 30%;
}

.flex-grid .grid-item-40 {
    padding-left: 15px;
    padding-right: 15px;
    width: 40%;
}

.flex-grid .grid-item-50 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

@media (max-width: 991px) {
    .page-header-caption hr.hr-short{
        margin-bottom: 0;
    }

}

@media (max-width: 767px) {
    .page-header-caption hr.hr-short{
        margin-bottom: 0;
    }


    
    .flex-grid .grid-item-3 {
        width: 50%;
    }
}

@media (max-width: 579px) {
    .flex-grid .grid-item-xs {
        width: 100%;
    }
    .flex-grid .grid-item-30,
    .flex-grid .grid-item-2,
    .flex-grid .grid-item-3 {
        width: 100%;
    }
    .flex-grid .grid-item-xs-2 {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
    .footer-menu {
        text-align: center;
        margin: 30px auto 40px;
    }
}

.btn-red-bordered {
    color: #da0d0d;
    background-color: transparent;
    border: 1px solid #da0d0d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bl-item-info {
    padding: 6% 5% 55px 5%;
}

.cc-item .bl-item-info .btn.btn-link {
    bottom: 8px;
}

.cc-item .bl-item-info .btn.btn-link.btn-link-s1 {
    bottom: 8px;
}

.btn-link-gray {
    color: #aaa!important;
}

.o-auto {
    overflow: auto!important;
}

body.tt-boxed .tt-wrap.medium-width {
    max-width: 990px;
}

form.hide-lables label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: -99999px;
    left: -99999px;
}

.flex-list .blog-list-item {
    display: flex;
    flex-direction: row;
}

.flex-list .blog-list-item .bl-item-image {
    width: 50%;
}

.flex-list .blog-list-item .bl-item-info {
    width: 50%;
    margin: 0;
}

.flex-list .blog-list-item .bl-item-image a {
    display: block;
    width: 100%;
}

.flex-list .blog-list-item .bl-item-desc ul {
    padding-left: 0;
}

.flex-list .blog-list-item .bl-item-desc ul li {
    display: flex;
    list-style: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
}

.flex-list .blog-list-item .bl-item-desc ul li strong {
    margin-right: 5px;
    font-weight: 400;
    font-size: 90%;
    display: inline-block;
    min-width: 70px;
    color: #b3b3b3;
    line-height: 17px;
    vertical-align: top;
}

.flex-list .blog-list-item .bl-item-desc ul li p {
    margin-bottom: 10px;
    line-height: 18px;
}

.flex-list .cc-item .bl-item-info .btn {
    position: static;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .flex-list .blog-list-item .bl-item-info {
        padding: 5% 3%;
    }
}

@media (max-width: 768px) {
    .flex-list .blog-list-item {
        flex-direction: column;
    }
    .flex-list .blog-list-item .bl-item-image,
    .flex-list .blog-list-item .bl-item-info {
        width: 100%;
    }
}


/* portfolio single attributes */

.ps-attributes {
    font-size: 16px;
    background: #eee;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

ul.ps-attr {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ps-attr li {
    position: relative;
    margin-bottom: 12px;
}

.ps-attributes .ps-attr-heading {
    font-size: 90%;
    font-weight: 500;
    color: #000;
}

.ps-attributes .ps-attr-cont {}

.ps-attributes .ps-attr-cont a {
    word-wrap: break-word;
}

.ps-attributes .ps-attr-cont a:hover {
    text-decoration: underline;
    color: #0040d8;
}

.ps-category {}

.ps-category a {
    word-wrap: break-word;
    color: #333;
}

.ps-category a a:hover {
    text-decoration: underline;
    color: #0040d8;
}


/* portfolio single attributes if inline list enabled (class "list-inline") */

ul.ps-attr.list-inline li {
    display: inline-block;
    max-width: 275px;
    vertical-align: top;
    padding: 0 30px 0 0;
    margin: 12px 30px 12px 0;
}

ul.ps-attr.list-inline li:last-child {
    padding-right: 0;
    margin-right: 0;
}

ul.ps-attr.list-inline li::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 48px;
    background-color: #DDD;
}

ul.ps-attr.list-inline li:last-child::before {
    display: none;
}

@media (max-width: 768px) {
    ul.ps-attr.list-inline li {
        display: block;
        margin-right: 0;
        padding: 0;
        text-align: left;
    }
    ul.ps-attr.list-inline li::before {
        display: none;
    }
}


/* Portfolio single gallery 
============================ */

.portfolio-single-gallery {}


/* portfolio single image */

.portfolio-single-image-holder {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .portfolio-single-image-holder {
        margin-bottom: 15px;
    }
}

.isotope .portfolio-single-image-holder {
    margin-bottom: 0;
}

.portfolio-single-image {
    position: relative;
    overflow: hidden;
}

.ps-image-link {
    position: relative;
    display: block;
}

.portfolio-single-image img {}


/* portfolio single image cover */

.portfolio-single-image::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/* portfolio single image caption */

.portfolio-single-image-holder .ps-image-caption {
    margin-top: 5px;
    font-size: 13px;
    font-style: italic;
    color: #b1b1b1;
}

.portfolio-single-image-holder .ps-image-caption a {
    color: inherit;
    border-bottom: 1px dotted;
}

.portfolio-single-image-holder .ps-image-caption a:hover {
    color: #0040d8;
}


/* if portfolio single image as background image */

.portfolio-single-image.bg-image {
    background-color: rgba(91, 107, 140, 0.1);
    padding-bottom: 60%;
}

.page-header-title.full-width {
    max-width: none;
}

.cc-item .bl-item-info .btn.bottom-10 {
    bottom: -10px;
}

#modalCookies.modal-bottom .modal-content {
    color: #eee;
    font-size: 12px;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.1);
}

#modalCookies.modal-bottom .modal-dialog,
#modalCookies.modal-bottom .modal-content .modal-body {
    background-color: transparent;
}

#modalCookies.modal-bottom .close {
    color: #fff;
    font-weight: 400;
    opacity: 0.7;
}

#modalCookies a{
    color: #ccc;
}

.link-with-icon {
    font-size: 14px;
}

.link-with-icon i {
    position: relative;
    top: 1px;
    font-size: 13px;
}

.portfolio-single-info img {
    max-width: 100%!important;
    height: auto!important;
}

@media (min-width: 768px) {
    .archive-items-list.flex-list .bl-item-title h2 {
        font-size: 30px;
    }
    .padding-top-md-0 {
        padding-top: 0!important;
    }
}

.archive-items-list.flex-list .bl-item-desc ul {
    padding-left: 20px!important;
    margin: 0!important;
    margin-bottom: 30px!important;
}

.archive-items-list.flex-list .bl-item-desc ul li {
    display: list-item!important;
    list-style: disc!important;
}

.breadcrumbs {
    margin-top: 0;
    margin-bottom: 30px;
    margin-top: -5px;
    font-size: 15px;
}

.breadcrumbs span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 80%;
}

.text-logo-213,
.text-logo-214 {
    width: 110px!important;
    height: auto!important;
    vertical-align: baseline;
    float: none!important;
    margin-right: 5px;
}

.tt-submenu {
    min-width: 280px;
}

@media (max-width: 1585px) {
    .blog-single-share {
        margin-top: 15px;
    }
}

.home-about {
    margin-top: 15px;
}

.home-about-buts a {
    width: 130px;
}

.header-action-layout1 {
    margin: 16px;
}

.header-action-layout1 ul {
    display: flex;
    align-items: center;
}

.header-action-layout1 ul li {
    display: inline-block;
    margin-right: 25px;
}

.header-action-layout1 ul li:last-child {
    margin-right: 0;
}

.header-action-layout1 ul .header-action-number {
    display: flex;
    align-items: center;
}

.header-action-layout1 ul .header-action-number .item-icon {
    margin-right: 15px;
}

.header-action-layout1 ul .header-action-number .item-icon i:before {
    font-size: 30px;
    color: #14287b;
}

.header-action-layout1 ul .header-action-number .item-content .item-title {
    line-height: 1;
    color: #111111;
}

.header-action-layout1 ul .header-action-number .item-content .item-number {
    font-weight: 700;
    font-size: 20px;
    color: #111111;
}

.header-action-layout1 ul .header-action-number-2 {
    display: flex;
    align-items: center;
}

.header-action-layout1 ul .header-action-number-2 .item-icon {
    position: relative;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fef22e;
    border-radius: 50%;
    margin-right: 20px;
    /*animation: pulse2 infinite 2s;*/
}

.header-action-layout1 ul .header-action-number-2 .item-icon:before {
    content: "";
    height: 52px;
    width: 52px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -6px;
    /*animation: pulse2 infinite 2s;*/
}

.header-action-layout1 ul .header-action-number-2 .item-icon:after {
    content: "";
    height: 58px;
    width: 58px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    /*animation: pulse2 infinite 2s;*/
}

.header-action-layout1 ul .header-action-number-2 .item-icon i:before {
    font-size: 22px;
    color: #fff;
}

.header-action-layout1 ul .header-action-number-2 .item-content .item-number {
    font-size: 22px;
    font-weight: 500;
}

@media only screen and (max-width: 1199px) {
    .header-action-layout1 ul .header-action-number-2 .item-content .item-number {
        font-size: 20px;
    }
}

.header-action-layout1 ul .header-action-btn .item-btn {
    border-radius: 0 4px 4px 0;
    background-color: #fef22e;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
    display: inline-block;
    padding: 20px 30px 20px 45px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-right: -1px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-action-layout1 ul .header-action-btn .item-btn i {
    margin-right: 10px;
}

.header-action-layout1 ul .header-action-btn .item-btn:hover {
    background-color: #287ff9;
    color: #ffffff;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #14287b;
        box-shadow: 0 0 0 0 #14287b;
    }
    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #14287b;
        box-shadow: 0 0 0 0 #14287b;
    }
    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #14287b;
        box-shadow: 0 0 0 0 #14287b;
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #14287b;
        box-shadow: 0 0 0 0 #14287b;
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

.whatsapp-icon {
    transform: rotate(90deg);
    scale: 0.8;
    margin-top: 8px;
    margin-left: 1px;
}

.item-content .item-number {
    display: flex;
    flex-direction: column;
}

.archive-items-list .cc-item .bl-item-info .btn {
    position: relative;
}


/*
.archive-items-list .bl-item-title h2 {
    min-height: 58px;
}
*/

#about-me-section.home-about {
    margin-bottom: 60px;
}

#blog-list-section .bl-item-info {
    box-shadow: 0 -2px 2px rgb(229 229 229 / 50%);
}

#tt-intro {
    z-index: 0;
    height: 80vh;
    background: #08243b;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid #00ABC4;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

#tt-intro {
    position: relative;
}

#tt-intro .spinner-grow {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    margin-left: -1rem;
    margin-top: -1rem;
}

.tt-intro-inner {
    position: relative;
    z-index: 1;
}

.intro-title img {
    width: 450px!important;
}

.intro-caption .erbill-logo-icon img {
    width: 100px;
    margin: 0 auto 15px;
}

#about-me-section {
    background-color: #fff;
}

@media (max-width: 767px) {
    #tt-intro {
        height: 60vh;
    }
    .intro-title img {
        width: 300px!important;
    }
    .header-action-layout1 {
        display: none;
    }
    .mobile-whatsapp {
        position: fixed;
        z-index: 100;
        bottom: 80px;
        right: 12px;
        background-color: #28a745;
        color: #fff;
        font-size: 38px;
        border-radius: 20%;
        width: 50px;
        height: 50px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tt-wrap .nav-outside-top .owl-nav {
        right: 50%;
        transform: translateX(50%);
    }
}

.scrolltotop {
    font-size: 22px;
}

#gear {
    animation-name: ckw;
    animation-duration: 15.5s;
    /* Things added */
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    display: inline-block;
    /* <--- */
}

@keyframes ckw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.animsition-loading {
    width: 44px;
    height: 44px;
}

.footer-documents li {
    display: inline-block;
    position: relative;
    font-size: 13px;
}

.footer-documents li a {
    color: #ddd;
}

.footer-documents li a:hover {
    text-decoration: underline;
}

.text-box-32411 {
    position: relative;
    z-index: 2;
    padding: 300px 0 300px;
    color: #fff;
}

.text-box-32411 h3 {
    font-size: 50px;
    line-height: 48px;
    margin-bottom: 14px;
    text-shadow: 0px 0px 15px rgb(51 51 51 / 50%);
}

.text-box-32411 h5 {
    font-size: 22px;
    line-height: 23px;
    font-weight: 500;
    opacity: 0.9;
    text-shadow: 0px 0px 15px rgb(51 51 51 / 50%);
}

.product-head h5 .brand {
    display: block;
    color: #0695d9;
    font-weight: 600;
}

.product-head h5 .model {
    display: block;
    font-weight: 500;
    font-size: 75%;
}

.product-head h5 .type {
    display: block;
    font-size: 70%;
}

.product-list .product-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.product-list .product-box .img-box img {
    transition: all 0.5s ease;
}

.product-list .product-box:hover .img-box img {
    transform: scale(1.1);
}

.product-list .product-box .img-box::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
}

.product-list .product-box:hover .img-box::before {
    background-color: rgba(0, 0, 0, .5);
}

.parallax-background {
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bg-white {
    background-color: #fff!important;
}

.img-29347 {
    width: 300px;
    position: absolute;
    z-index: 1;
    margin-top: 150px;
    border-radius: 20px;
}

.img-29348 {
    position: absolute;
    width: 350px;
    left: 215px;
    margin-top: 50px;
    border-radius: 20px;
}


/*
.box-23988 .img-row::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 120px;
    left: 204px;
    width: 100px;
    height: 450px;
    background-color: #0695d9;
    opacity: 1;
}
*/

.counter-box {
    font-size: 42px;
    font-weight: 800;
    color:#020402;
}


#counter {
    margin-top: 70px;
    margin-bottom: -30px;
    overflow: hidden;
}

#box-902348 p {
    font-size: 20px;
    margin-bottom: 0;
}

#box-902348 .box {
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
}

#box-902348 .box::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    left: 50%;
    bottom: -30px;
    background-color: #020402;
    transform: rotate(90deg);
}

.box-27380 {
    content: '';
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 10%;
    width: 80%;
    height: 225px;
    background-image: url(../img/logo/blk-group-logo-stroke.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.15;
}

.box-27381 {
    content: '';
    position: absolute;
    z-index: 0;
    top: -40px;
    left: 0%;
    width: 80%;
    height: 225px;
    background-image: url(../img/logo/blk-group-logo-stroke.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;
}

#box-902348 .box {
    border-right: 1px solid #f1f1f1;
}

#box-902348 .box:last-child {
    border: none;
}

#box-902348 .box img {
    width: 50px;
    margin-bottom: 15px;
    opacity: 0.7;
}

#box-902348 .row {
    padding: 60px 0;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 60px 40px 90px 40px;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.04);
}

.about_counter .about_counter_list li:after {
    top: 0;
    right: 0;
    width: 1px;
    content: "";
    height: 115%;
    position: absolute;
    background-color: #f1f1f1;
}

hr.hr-1 {
    height: 1px;
    margin: 0 3%;
    border-top: 1px dotted rgba(150, 150, 150, 0.18);
    background-color: transparent;
}

.brands-carousel {
    margin-top: 60px;
    padding: 0;    
}

.brands-carousel .brand-item {
    /*border: 1px solid #e9e9e9;*/
    padding: 10px;
    border-radius: 15px;
}
/*
.brand-item img {
    opacity: 0.3;
    filter: grayscale(0.5);
    transition: all 0.5s ease;
}

.brand-item:hover img {
    opacity: 1;
    filter: grayscale(0);
}*/


#project-types-section .cc-item{
    margin-bottom: 15px;
}


.owl-carousel.cc-height-auto,
.owl-carousel.cc-height-auto .cc-item {
    min-height: auto;
}

#page-header.ph-lg .page-header-inner {
    padding-top: 120px;
    padding-bottom: 100px;
}

.project-carousel .owl-item{    
    
}

.social-buttons a{
    color: #020402;
}

@media (max-width: 767px) {
    .box-23988 .img-row {
        padding-bottom: 150%;
    }
    .img-29347 {
        width: 48%;
        position: absolute;
        left: 25px;
        z-index: 1;
        margin-top: 170px;
        border-radius: 20px;
    }
    .img-29348 {
        position: absolute;
        width: 60%;
        left: auto;
        margin-top: 110px;
        border-radius: 20px;
        right: 25px;
    }
    .box-23988 {
        display: none;
    }
    #box-902348 .box {
        border-right: none;
        margin-bottom: 60px;
    }
    #box-902348 .box:last-child {
        margin-bottom: 0;
    }
}

.box-230 {
    position: absolute;
    margin-top: 15px;
    color: #eee;
    transform: rotate(-90deg);
    top: 26px;
    font-size: 28px;
    font-weight: bold;
    left: -33px;
    background: #fff;
}

.option-info-list {
    padding-left: 0;
}

.option-info-list li {
    display: flex;
    flex-direction: row;
    list-style: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
}

.option-info-list li strong {
    margin-right: 5px;
    font-weight: 400;
    font-size: 90%;
    display: inline-block;
    min-width: 100px;
    color: #b3b3b3;
    line-height: 17px;
    vertical-align: top;
}

.option-info-list li p {
    margin-bottom: 10px;
    line-height: 18px;
}

#project-list .isotope-item {
    height: 670px;
}

@media (max-width: 991px) {
    .isotope-filter-1>div {
        margin-bottom: 20px;
    }
}

.isotope-filter-2>div {
    margin-bottom: 20px;
}

ul.isotope-filter-links>li {
    display: inline-block;
    margin: 0 0;
    padding: 0 10px;
    font-size: 12px!important;
    border-radius: 2;
}

ul.isotope-filter-links>li>a {
    position: relative;
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: #333;
}

.isotope-filter {
    padding: 30px 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #eee;
}

.isotope-filter .filter-title {
    font-weight: 500;
    padding: 5px 20px 5px 0;
    margin-right: 15px;
    color: #0695d9;
}

.isotope-filter .border-right {
    border-right: 1px solid #eee!important;
}

.nice-select.wide {
    width: 100%;
}

.isotope-filter>.grid-auto {
    width: 25%;
}

.isotope-filter>.grid-auto .filter-box {
    width: 100%;
    height: 100%;

}

.isotope-filter>.grid-auto .options {
    width: 200px;
}

.project-gallery {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
}

.related-posts {
    padding-top: 0;
    border: none;
}

.related-posts hr {
    border-top: 1px dotted rgba(150, 150, 150, 0.3);
    margin-bottom: 60px;
}

.media-list {
    padding-top: 60px;
}

.media-list .flex-grid>div {
    margin-bottom: 60px;
}

.news-list-item {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fbfbfb;
    padding: 100px 40px 50px;
    margin-bottom: 50px;
    height: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.news-item-title {
    position: relative;
}

.news-item-title h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.news-list-item .quote-sign {
    font-size: 100px;
    opacity: 0.15;
    position: absolute;
    top: -35px;
    transform: translateX(0%);
    color: #b3b3b3;
}

.news-item-meta .agency {
    display: block;
    font-style: italic;
    line-height: 40px;
    font-weight: bold;
}

.news-item-meta .published {
    display: block;
    font-size: 14px;
}

.news-meta {
    padding: 10px 0 30px;
}
.news-item-info .btn{
    margin-top: 15px;
    background-color: rgb(254 254 254 / 85%);
}

.award-list-item {
    position: relative;
    padding: 30px 30px 0;
}

.award-list-item::before {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #0695d9;
}

.award-list-item .award-sign {
    color: #eeeeee;
    opacity: 1;
    font-size: 40px;
    margin-bottom: 15px;
}

.award-item-info h3 {
    color: #0695d9;
}

.form-panel-heading {
    margin: 35px auto 30px;
    position: relative;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.form-panel-heading::before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 3px solid #0695d9;
}

label {
    text-align: left;
    font-weight: 600;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

#home-video .cover{
    background-color: rgb(1 102 158 / 30%); 
}

.home-video-spot {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 22% 0 22% 0;
    z-index: 3;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

h3.video-title {
    display: block;
    margin: 0;
    font-size: 68px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.youtube-bg {
    background-position: center center !important;
    background-size: contain!important;
    background-color: #fff!important;
}



.footer-light .footer-menu a {
    color: #121212;
}

.footer-light .footer-menu a:hover {
    color: #121212;
    text-decoration: underline;
}

.call-to-action-section{
    padding: 0 3% 5%;
}

.box-12039{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    padding-left: 2%;  
    padding-right: 2%;
}

.box-12039 .col-box{    
    flex: 1 0 0%;
}

.box-12039 .bl-item-info p{margin-top: 5px;line-height: 1.2;margin-bottom: 0;}

.owl-carousel .owl-nav button.owl-prev{
    left: 20px;
    opacity: 1;
}
.owl-carousel .owl-nav button.owl-next {
    right: 20px;
    opacity: 1;
}

#tt-intro.hero{
    position: relative;
    height: 90vh;
    overflow: hidden;
}

#tt-intro.hero .hero-bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.hero-bg video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

#home-banner .banner-wrapper{
    position: relative;
}
#home-banner .banner-wrapper:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);    
}

.group-logo{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 42px;
    
}

.form-btn-inside .form-control{
    border-radius: 5px;
}


#map {
    width: 100%;
    min-height: 500px;    
    padding-bottom: 0;
}

#map iframe{
    width: 100%;
    height: 500px; 
}

.tt-megamenu{    
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 85px!important;
    width: 100%;
    padding: 15px 15px 15px;
}

.tt-megamenu a{
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tt-megamenu a:hover{
    border: none!important; 
    box-shadow: none!important;
}

.tt-megamenu img{
    width: 105px;
    height: 105px;
    margin-bottom: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
}
/*
.bg-logo-2398 {
    position: absolute;
    z-index: 0;
    width: 50%;
    height: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.25;
}*/

.bg-logo-2398 {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 80%;
    left: 0%;
    top: 10%;    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.2;
}

.anim-element-blurIn {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    filter: blur(20px);
    transform: scale(1.3);
}

.anim-start .anim-element-blurIn {
    opacity: 1;
    filter: blur(0.1px);
    transform: none;
    transition-delay: 0.5s;
}

.anim-start .bg-logo-2398.anim-element-blurIn{
    opacity: 0.2;
}

.anim-element-fadeInTop {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateY(-20px);
}

.anim-start .anim-element-fadeInTop {
    opacity: 1;
    transform: translateY(0);    
}

.site-intro{
    background-color: #000;
}

.img-preload-203942{
    position: absolute;
    left: -9999px;
    top: -9999px;
}
.group-wrapper{
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%; 
    background-position: center center;
    background-size: cover;  
    background-repeat: no-repeat;
    opacity: 0;  
}

.group-wrapper.anim-on{
    opacity: 1;
    transition: background-image 0.5s ease-in-out; 
}

.group-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;    
    position: relative;
    z-index: 3;
    opacity: 0;
    transition:all 0.5s ease-in-out;
}

.page-loaded .group-content{
    opacity: 1;
}

.group-content .group-row{
    opacity: 0;
    position: static;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateY(-20px);
    transition:all 0.5s ease-in-out;
}
.group-content .group-row:last-child{
    border-bottom: none;
}

.page-loaded .group-content .group-row{
    opacity: 1;
    transform: translateY(0);
}

.bg-img-23094,
.bg-img-wrapper-203942{
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-img-23094{
    background-position: center center;
    background-size: cover;  
    background-repeat: no-repeat;
    opacity: 0;
    transition:all 0.5s ease-in-out;
}

.bg-img-23094.active{
    opacity: 1;
}

.bg-img-23094 img{
    position: absolute;
    visibility: hidden;
}
/*
.group-content .group-row:nth-child(1){
    transition-delay: 1s;
}
.group-content .group-row:nth-child(2){
    transition-delay: 1.1s;
}
.group-content .group-row:nth-child(3){
    transition-delay: 1.2s;
}
.group-content .group-row:nth-child(4){
    transition-delay: 1.3s;
}
.group-content .group-row:nth-child(5){
    transition-delay: 1.4s;
}
.group-content .group-row:nth-child(6){
    transition-delay: 1.5s;
}*/

.group-content .group-row a{
    color: #fff;
    font-size: 30px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
}

.img-box-9342323{
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
}

.group-content .group-row:active  .img-box-9342323,
.group-content .group-row:hover  .img-box-9342323{
    opacity: 1;
}
.img-box-9342323 img{
    visibility: hidden;
}

.group-content .group-col{
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    flex: 1;
    background-size: 0 0;
    justify-content: center;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.group-content .group-col:last-child{
    border: none;
}

.group-content .group-col .col-box{
    position: relative;
    display: flex;
    justify-content: center;
    width: 80%;
    padding:5% 0;
    border-radius: 6px;    
}


.group-content .group-col:nth-child(2) .col-box:hover{
    background: rgba(255,255,255,0.6);
}

.group-content .group-col .col-box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    opacity: 0.5;
    background-color: #fff;    
}

.group-content .group-col .col-box::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    opacity: 0.5;    
}
.group-content .group-col:nth-child(2) .col-box::before{
    left: 5px;
    width: 0;
}

.group-content .group-col:nth-child(2) .col-box::after{
    width: 0;
    right: 5px;
}
.group-content .group-col:nth-child(2):hover .col-box::before,
.group-content .group-col:nth-child(2):hover .col-box::after{
    width: calc(100% - 10px);
}

.group-content .group-col img{ 
    opacity: 1;
    filter: brightness(0) invert(1);    
}
.group-content .group-col:nth-child(2) .col-box:hover img{
    opacity: 1;
    filter: brightness(1) invert(0);
}
.group-content .group-col:nth-child(1) img{
    width: 100px;
    height: auto;
}
.group-content .group-col:nth-child(2) img{
    width: 330px;
    height: auto;
}
.group-content .group-col:nth-child(3) img{
    width: 150px;
    height: auto;
}

.group-content .group-col .company-url {
    position: absolute;
    bottom: -40px;
    font-size: 14px;
    opacity: 0;
    color: #fff;
    left: 0;
    text-align: center;
    width: 100%;
}

.group-content .group-col:nth-child(2) .company-url{
    display: none;
}

.group-content .group-col:hover .company-url{
    opacity: 0.7;
}

.group-content .group-col .col-box:hover .company-url{
    letter-spacing: 1.5px; 
}

.group-content .group-col .site-menu {
    position: absolute;
    z-index: 1;
    margin-top: 150px;
    padding-top: 30px;
    text-align: center;
}

.group-content .group-col .site-menu a{
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 300;
    padding: 2px 0;
    text-transform: uppercase;
    opacity: 0.7;
}

.group-content .group-col .site-menu a:hover{
    opacity: 1;
}

.group-content .group-col .site-menu a::after{
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.group-content .group-col .site-menu a:hover::after{
    left: 0;
    width: 100%; 
}
.anim-on .group-content,
.anim-on .group-content .group-col .col-box,
.anim-on .group-content .group-col .col-box::before,
.anim-on .group-content .group-col .col-box::after,
.anim-on .group-content .group-col img,
.anim-on .group-content .group-col .company-url,
.anim-on .group-content .group-col .site-menu a{
    transition: all 0.5s ease-in-out; 
}


.group-content .group-col h2{
    margin: 0;
    color: #fff;
}
.group-content .group-col ul li{
    margin-bottom:10px ;
}

.group-menu .company-box{
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.group-menu a:hover .company-box{
    color: #000;
    background: rgba(255,255,255,0.6);
}
.group-menu a:hover .company-box img{
    opacity: 1;
    filter: brightness(1) invert(0);
}
.group-menu .company-box .img-box{
    text-align: center;
    width: 100px;
}
.group-menu .company-box .text-box{
    padding-right: 10px;
}

ul.group-menu {
    position: absolute;
    top: 150%;
    list-style: none;
    padding-left: 65px;
    color: #FFF;
}

.system-construction img{
    width: 65px!important;
    padding: 5px;
}

.sis-energy  img{
    width: 85px!important;
    padding: 5px;
}

.intro-tt-menu-tools{
    position: absolute;
    z-index: 5;
    top: 0;
    right: 20px;
}
.intro-tt-menu-tools.tt-menu-tools>ul>li>a{
    color: #fff;
    font-size: 12px;
}

.site-intro-loading{
    display: flex;
    justify-content: center;
    align-items: center;    
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
}
.site-intro-loading div{

}
.page-loaded .site-intro-loading{
    display: none;
}
.brands-section-inner{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 40px;
}


#header.header-index{
    position: fixed!important;
    background-color: transparent!important;
    border: none!important;
    top: -100%;
    transition: all 2s ease-in-out;
}

.page-loaded #header.header-index{
    top: 0;
}

#header.header-index .header-inner{
    background-color: transparent!important;
    border: none!important;
}


.project-head .breadcrumbs,.project-head .breadcrumbs a{
    color: #AAAAB1;
    font-size: 13px;
    transition: all 0.3s ease;
}
.project-head .breadcrumbs a:hover{
    color: #020402;
}
.company-list,
.company{
    margin-top: 3%;
    margin-bottom: 3%;
}
.company .head {
    display: flex;
    align-items: center;
}
.company .img-box{
    border-radius: 5px;
    overflow: hidden;
    padding: 0;    
}
.company .img-box img{
    transition: all 0.5s ease;    
}

.bl-item-image{
    border-radius: 5px;
    overflow: hidden;
}

.bs-nav-text svg{
    position: relative;
    top: 5px;
}
.breadcrumbs-logo {
    display: inline-block;
    height: 13px;
    width: 98px;
    background-image: url(../img/logo/kat-group-logo-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.project-head .breadcrumbs-logo {
    background-image: url(../img/logo/kat-group-logo-grey.svg);
}

.company-list, .company{
    display: flex!important;
}

.brands-section-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3% 3%;
}

.brands-section-grid .brand-item{    
    /*width: calc(33.333% - 30px);*/

}
.brands-section-grid .brand-item{
    display: flex;
    margin:3% 2% 0;
    border-radius: 5px;
}

.brands-section-grid .brand-item-inner{
    display: flex;    
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.brands-section-grid .brand-item-inner:hover{
    transform: translateY(5px);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.brands-section-grid .img-box{
    display: flex;    
    align-items: center;
    justify-content: center;
    height: 200px;        
}
.brands-section-grid .img-box img{
    max-width: 80%;
    max-height: 100px;
}
.brands-section-grid .text-box{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.brands-section-grid .text-box::before{
    content: ;
    position: absolute;
    width: 30px;
    height: 1px;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid #000;
    opacity: 0.5;
}

.company-list-29834{
    display: flex;
    margin-top: 30px;    
}

.company-list-29834 .company-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 200px;
    height: 142px;
    margin-right: 50px;
    padding: 30px;
    border: 1px solid #eaeaea;
    border-radius: 30px;    
}

.company-list-29834 .company-logo img{
    width: 100%;
    max-width: 100%;
    height: auto;
    /*filter: grayscale(1);*/
    opacity: 1;
    transition: all 0.3s ease;
    
}
.company-list-29834:hover .company-logo img{
    opacity: 1;
}
.company-list-29834 .company-text{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.company-list-29834 .company-text::before{
    content: ;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background-color: #ededed;
}
.company-list-29834 .company-text p:last-child{
    margin-bottom: 0;
}
.list-23545{
    padding-left: 30px;
}
.list-23545 > li {
    position: relative;
    list-style: none;    
    margin-bottom: 10px;
}
.list-23545 > li::before{
    content: '';
    position: absolute;
    left: -25px;
    top: 8px;
    width: 10px;
    height: 10px;
    background: linear-gradient(to right, #ccc, #fff);
    border-radius: 5px;
}

.list-23545 > li > ul{
    margin-top: 10px;
    padding-left: 10px;
}
.list-23545 > li > ul >li{
    font-size: 16px;
    margin: 5px;
}


.flex-list-3098{
    display: flex;
}
.flex-list-3098 .bl-item-image,
.flex-list-3098 .bl-item-info{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.flex-list-3098 .bl-item-image{
    position: relative;
    z-index: 1;
}
.flex-list-3098 .bl-item-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.flex-list-3098 .bl-item-info{
    position: relative;
    z-index: 0;
    transition: all 0.5s ease;
}

.flex-list-3098.row-reverse{
    flex-direction: row-reverse;
}

.flex-list-3098 .bl-item-info{
    position: relative;
    margin: 0;
}

.flex-list-3098 .bl-item-info::before{
    content: '';
    position: absolute;
    border: 1px solid #eee;
    border-left: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.flex-list-3098.row-reverse .bl-item-info::before{
    border: 1px solid #eee;
    border-right: none;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bl-item-info-inner{
    position: relative;       
    padding: 3%;        
} 
.flex-list-3098 h2{
    font-size: 44px;
}

.box-230{
    display: none;
}

.bl-item-title, .bl-item-title h2{
    max-width: 350px
}

.flex-list-3098 .title-ghost{
    display: ;
    position: absolute;
    font-size: 90px;
    line-height: 0.85;
    font-weight: bold;
    z-index: -1;
    color: #f0f0f0;
    opacity: 0.6;
    left: 2%;
    top: -8px;
    background: -webkit-linear-gradient(#f0f0f0, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flex-list-3098:hover .bl-item-info.mar-koruma-guvenlik{
    background: rgb(227 6 19 / 8%);
}
.flex-list-3098:hover .bl-item-info.mar-tesis-yonetim{
    background: rgb(0 117 191 / 8%);
}
.flex-list-3098:hover .bl-item-info.burga-tesis-yonetim{
    background: rgb(242 161 25 / 8%);
}
.flex-list-3098:hover .bl-item-info.burga-ozel-guvenlik{
    background: rgb(242 161 25 / 8%);
}
.flex-list-3098:hover .bl-item-info.lojistik{
    background: rgb(0 86 164 / 8%);
}

.flex-list-3098:hover .bl-item-info.marmaid{
    background: rgb(75 207 111 / 8%);
}

.flex-list-3098:hover .bl-item-info.mar-go{
    background: rgb(227 6 19 / 8%);
}

.company-logo-list-30823{
    position: absolute;
    display: flex;
    right: 1%;
    top: -5px;
    gap: 20px;
}

.company-logo-list-30823 .company-logo{
    width: 150px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mar-koruma-guvenlik .company-logo-23234{
    
}

.bg-slider-01 {
    background-color: rgb(0 2 10 / 65%) !important;
}

.activity-fields .bl-item-title{
    margin-bottom: 10px;
}

.activity-fields .company-logo-list-30824{
    margin-bottom: 30px;
}

.activity-fields .company-logo-23234{
    width: 200px;
}

.kat-asphalt-lube-oil .company-logo-23234{
    width: 200px;
}

.south-energy  .company-logo-23234{
    width: 200px;
}

.dukan  .company-logo-23234{
    width: 120px;
}

.burga-ozel-guvenlik  .company-logo-23234{
    width: 150px;
}

.lojistik .company-logo-23234 img,
.lojistik .company-logo-23234 img{
    height: 60px;
}

.lojistik.company-logo-23236 img{
    height: 140px; 
}

h1.company-page-title {
    font-size: 44px;
    margin-bottom: 40px;
    margin-top: 30px;
}
.company-logo-23236{
    margin-bottom: 30px;
}
.company-logo-23236 img{
    max-width: 300px;
    padding: 30px;

    border-radius: 5px;
} 
.company-logo-23236.dukan img{
    width: 210px;
}

.company-logo-list-230942{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: 0;
    width: 244px;        
    transform: scale(0);
    transition: all 0.4s ease;
}

.guvenlik .company-logo-list-230942{
    left: -20px;
}

.yonetim .company-logo-list-230942{
    left: -45px; 
}

.burga-yonetim .company-logo-list-230942{
    left: -26px;
}
.burga-ozel-guvenlik .company-logo-list-230942{
    left: -22px;
}
.lojistik .company-logo-list-230942{
    left: -100px;
}
.yatirimlar .company-logo-list-230942{
    left: -100px;
}

.transition-change .group-content .group-row{
    transition-delay: unset!important;
    cursor: pointer;
}

.group-content .group-row{
    height: 70px;
    transition: all 0.4s ease;
}
.group-content .group-row:active,
.group-content .group-row:hover{
    
    height: 120px
}

.company-logo-list-230942{
    position: absolute;
    top: 35px;
}
.company-logo-list-230942 .company-logo {
    width: 200px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);    
    transition: all 0.4s ease;
}

.mar-koruma-guvenlik .company-logo-list-230942 .company-logo{
    width: 60px;
    height: 40px;
}



.mar-tesis-yonetim .company-logo-list-230942 .company-logo img{
    height: 18px;
}

.lojistik .company-logo-list-230942 .company-logo{
    width: 55px;
    height: 30px;
}

.flex-list-3098:hover .bl-item-info.mar-tesis-yonetim.south-energy {
    background: rgb(23 52 86 / 15%);
}
.flex-list-3098:hover .bl-item-info.mar-tesis-yonetim.reservoirs {
    background: rgba(235, 235, 235, 0.95);
}

.group-content .group-row:active  .company-logo-list-230942 .company-logo,
.group-content .group-row:hover .company-logo-list-230942 .company-logo{
    transform: scale(1);
}
.group-content .group-row:active  .company-logo-list-230942,
.group-content .group-row:hover .company-logo-list-230942{
    height: 80px;
    transform: scale(1);
}
.company-logo-list-230942 .company-logo img{
    /*filter: brightness(0) invert(1);*/    
}
.mar-koruma-guvenlik .company-logo-23482 img{
    height: 35px;
}
.lojistik .company-logo-23482 img{
    height: 45px;
}

.company-description-20394{
    position: relative;
    padding: 60px 0;    
}

.company-description-20394::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 10px;
    height: calc(100% - 145px);
    left: -25px;
    top: 63px;
    /* background: -webkit-linear-gradient(#f0f0f0, #fff); */
    background: #f0f0f0;
}

.company-description-20394{ 
    padding: 60px 0;
    margin-left: 25px;
}

.project-list{
    max-width: 85%;
    margin:90px auto 60px;
}

.web-url.mobile{
    display: none;
}

.header-transparent.header-filled{

}

#logo .logo-dark{
    top: -8px;
}

.web-url a{
    position: relative;
    padding: 4px 20px 4px;
    overflow: hidden;
    border-radius: 25px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.web-url a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: black;
    transition: all 0.3s;
    z-index: -1;
}

.web-url a:hover:before {
    width: 100%;
}

.web-url a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #e30613;
}

#hero-section{
    margin-bottom: 30px;
}

.image-accordion-wrapper {
    display: flex;
    overflow: hidden;
    min-height: 366px;
    position: relative;
    height: 600px;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 14px;
}


.single-image-accordion {
    display: flex;
    flex: 1;
    align-items: center;
    position: relative;
    margin-left: 7px;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 460px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    transition: all .4s ease;    
}

.single-image-accordion:hover{
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.single-image-accordion::before {
    position: absolute;
    content: "";
    z-index: 0;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: linear-gradient(0deg,#000 0,rgba(255,255,255,0) 60%);
    background-color: rgb(0 0 0 / 20%); 
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

.single-image-accordion:hover::before {
    top: 0;
    opacity: 1;
}

.single-image-accordion::after {
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 25%); 
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.single-image-accordion:hover::after {
    opacity: 0;
}

.accordion-category-title {
    display: none;
    position: relative;
    z-index: 1;
    color: #f8f8f8;
    font-size: 33px;
    font-weight: bold;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transition: all .4s ease;
    padding: 30px 0 30px 10px;
}

.single-image-accordion:hover .accordion-category-title{
    opacity: 0;
    transform: rotate(180deg) translateY(-100px);
}

.accordion-content{
    position: absolute;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    
    transform: translateY(100px);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;

}

.single-image-accordion:hover .accordion-content{    
    opacity: 1;
    visibility: visible;
    transform: translateY(100px);
}

.accordion-content .accordion-title {
    display: none;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}


.company-section-987234 .box-27380{
    top: 0;
}

.company-section-987234 .box-23988{
    min-height: 700px;
}

@media(min-width: 992px){
    .box-5523432{
        display: flex;
        align-items: stretch;
    }
    
    .box-6623432{
        align-self: center;
    }
    
}


@media (min-width: 768px){
    .company .head .title-box{
        width: 100%;
        margin-left: -15%;
        background-color: #fff;
        padding: 10% 15% 10% 10%;
        text-align: left;
        border-radius: 10px;
        transition: all 0.5s ease;
        box-shadow: -5px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .company:hover .head .title-box{
        transform:translateX(-10px);
        box-shadow: -5px 2px 10px rgba(0, 0, 0, 0.05);
    }    
    .company:hover .img-box img{
        transform: scale(1.03);
    }

    html[dir="rtl"] .company .head .title-box {		
		margin-left: 0;
		margin-right: -15%;		
		text-align: right;				
		box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.1);
	}

    html[dir="rtl"] .company:hover .head .title-box{
        transform:translateX(10px);
        box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.05);
    }    
}

@media (min-width: 1200px){
    .project-gallery.gallery-lg{
        margin-left: -10%;
        width: 120%;
    }
    

    .project-head{
        text-align: center;
    }

    .project-head .breadcrumbs{
        text-align: center;
    }
}

@media (min-width: 992px){
    #header.header-index .tt-menu-nav>li>a{
        color: #fff;
    }

    #header.header-index .tt-submenu-dark .tt-submenu{
        background-color: rgb(2 4 2 / 60%);        
    }
    #header.header-index .tt-submenu-dark .tt-submenu li>a{
        color: #ccc;
    }
    #header.header-index .tt-menu-nav>li>a:after {
        background-color: #fff;
    }
    #header.header-index.menu-align-right .tt-main-menu{
        width: calc(100% - 240px);
        text-align: right;
    }

    #header.header-index .tt-menu-tools>ul>li>a{
        color: #fff;
    }

    .tt-submenu-dark .tt-submenu{
        background-color: #020402;        
    }

    .header-transparent .tt-submenu-dark .tt-submenu {
        background-color: rgb(2 4 2 / 90%);
    }

    .header-filled .tt-submenu-dark .tt-submenu{
        background-color: #020402;        
    }
    
    .tt-megamenu{
        display: flex!important;
    }

    .tt-megamenu li{
        max-width: 200px;
    }
}

@media (max-width: 991px){
    .box-5523432 .box-23988{
        display: block;
    }

    .box-5523432 .box-23988 .img-row {
        padding-bottom: 120%;
    }

    #logo .logo-dark-m {
        top: -9px;
    }
    #application-form-section{
        padding-left: 15px;
        padding-right: 15px;
    }

    .tt-megamenu>li{
        display: inline-block;
        width: 115px;
    }
    .flex-list-3098,
    .flex-list-3098.row-reverse {    
        flex-direction: column;
        max-width: 790px;
        margin-left: auto;
        margin-right: auto;
    }

    .flex-list-3098 .bl-item-image, .flex-list-3098 .bl-item-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .flex-list-3098 .bl-item-info::before{
        border: 1px solid #eee;
        border-top: none;
    }

    .brands-section-grid .brand-item{
        margin-top: 4%;
        margin-bottom: 4%;
    }


    .tt-menu-tools>ul>li>a.system-logo,
    .tt-menu-tools>ul>li>a.sisenergy-logo{
        display: none;
    }

    .group-wrapper{        
        flex-direction: row;
        flex-wrap: wrap;
        height: 100vh;
        align-items: flex-start;
    }
    .group-content{
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: 100vh;
        padding-top: 40px;
    }

    .group-content .group-col:nth-child(1){
        z-index: 1000;
        order: 2;
        height: 20%;
        flex-basis: 20%;
        border:none;
        width: 80%;
    }
    .group-content .group-col:nth-child(2){
        order: 1;        
        flex: 1 0 10%;
        height: auto;
    }
    .group-content .group-col:nth-child(3){
        order: 3;
        height: 20%;
        flex-basis: 100%;
        width: 80%;
    }


    .group-content .group-col{
        border: none;
    }

    .group-content .group-col:nth-child(1) img{
        width: 70px;
    }

    .group-content .group-col:nth-child(2) img{
        width: 280px; 
        opacity: 1;
    }

    .group-content .group-col:nth-child(3) img{
        width: 100px;
    }
    .group-content .group-col .col-box{
        width: 100%;
    }
    .group-content .group-col .col-box:hover{
        background-color:transparent;
    }
    

    .group-content .group-col h2{
        font-size: 22px;
        font-weight: 500;
    }
    .group-content .group-col .site-menu{
        margin-top: 130px; 
    }

    .header-index #tt-m-menu-toggle-btn span, 
    .header-index #tt-m-menu-toggle-btn span:before, 
    .header-index #tt-m-menu-toggle-btn span:after{
        background-color: #fff;
    }

    .intro-tt-menu-tools{
        right: 20px;
    }
    .header-index .tt-menu-tools>ul>li>a{
        color: #fff;
    }
    .tt-menu-nav {
        padding-top: 20px;
    }
    .tt-megamenu{
        position: relative;
        top: 0!important;
    }

    .tt-megamenu li>a {
        padding: 10px 30px 10px 30px; 
        color: #CCC;
    }
}
@media (max-width: 767px){

    .web-url.mobile{
        display: block;
        text-align: center;
    }
    .web-url.desktop{
        display: none;
    }

    .footer-bottom {
        padding: 20px 0 15px 0;
    }

    .header-index .tt-menu-nav {
        padding-top: 5px;
    }
    .header-index .tt-menu-collapse{
        box-shadow: none;
    }
    .group-content .group-col .col-box::before{
        content: none;
    }
    .system-construction img {
        width: 55px!important;    
    }
    .sis-energy  img {
        width: 75px!important;        
    }

    #tt-intro .intro-caption.intro-caption-lg .intro-title {
        font-size: 36px;
    }
    .box-230 {
        left: -20px;
        top: 10px;
        background: transparent; 
    }
    .box-12039 .col-box{        
        width: 48%;
    }

    .home-video-spot {
        padding: 22% 10% 22% 10%;
        font-size: 16px;
    }
    #header.menu-align-right #logo {
    padding: 0;
    }
    #header.header-index #logo{
        background: transparent;
    }
    #footer-logo img {
        width: 150px;
    }
    #project-list .isotope-item {
        height: 500px;
    }
    .breadcrumbs {
        font-size: 13px;
    }
    body.tt-boxed #about-me-section .about-me-inner.tt-wrap {
        padding-top: 5%;
    }
    h3.video-title {
        font-size: 32px;
    }

    #box-902348 .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 20px;
    }
    #box-902348 .box {
        width: 50%;
        margin-bottom: 60px;
        padding-bottom: 60px;
        border-bottom: 1px solid #f1f1f1;
        border-right: 0;
    }
    #box-902348 .box:nth-child(3),
    #box-902348 .box:nth-child(4) {
        border: none;
        margin-bottom: 0;
    }
    #box-902348 .box {
        border-right: none;
        margin-bottom: 60px;
    }
    #box-902348 .box:last-child {
        margin-bottom: 0;
    }
    #box-902348 p {
        font-size: 16px;
    }
    #box-902348 .box::after {
        bottom: -15px;
    }
    #box-902348 .box:nth-child(3)::after,
    #box-902348 .box:nth-child(4)::after {
        content: none;
    }
    #box-902348 .box img {
        width: 45px;
        margin-bottom: 15px;
    }
    .tt-menu-tools>ul>li>a.group-logo{
        width: 90px;
        top: -5px;
        margin-bottom: -2px;
    }

    .counter-box {
        font-size: 32px;
    }

    .isotope-filter{
        flex-direction: column  ;
    }
    .isotope-filter>.grid-auto {
        width: 100%;
    }
    .isotope-filter .filter-title{
        width: 100px;
        text-align: left; 
    }

    .isotope-filter>.grid-auto .filter-box {
     justify-content: space-between!important; 
    }
    .isotope-filter-1>div:first-child{
        margin-bottom: 30px; 
    }

    .owl-carousel .owl-nav button.owl-prev { 
        left: 0!important;
        opacity: 1;
        margin-top: -1px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 5px!important;
        opacity: 1;
    }
}


@media (max-width: 600px){
    #counter{
        margin-top: 60px;
        margin-bottom: 0;
    }
    .company-logo-23236 {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }
    .company-page-title{
        text-align: center;
    }
    .company-logo-23236 img{
        max-width: 250px;
    padding: 10px;
    }
    .activity-fields .company-logo-list-30824 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .flex-list-3098 .title-ghost{
        top: 10px;
    }
    .company-logo-list-30823{
        position: static;
    }
    .mar-koruma-guvenlik .company-logo-list-230942 .company-logo{
        height: 30px;

    }

    .tt-megamenu {
        display: none;
        flex-wrap: wrap;
        height: auto;
    }

    .tt-megamenu li>a {
        padding: 10px 10px 10px 10px;     
    }
    .tt-megamenu img {
        width: 90px;
        height: 90px;     
    }


    .company-description-20394{
        margin-right: 25px;
    }
    .company-description-20394::before {
     
    }
    #tt-intro.hero{
        height: 65vh;
    }
    .company-list-29834{
        flex-direction: column;
        margin-top: 45px;
    }
    .company-list-29834 .company-logo{
        margin-bottom: 15px;
        border-radius: 5px;
        width: 50%;
        margin-left: 0;
        margin-right: auto;
    }
    .company-list-29834 .company-logo img{
        max-height: 90px;
    }
    .group-logo{
        justify-content: center;
    }
    .brands-section-inner{
        gap: 0px;
    }
    .box-12039{
        flex-direction: column;
        align-items: center;
    }
    .box-12039 .col-box{        
        width: 80%;
    }

    .box-230 {
        left: -10px;
        top: 17px;
        background: transparent;
    }

    .box-27381 {
        left: 10%;
    }

    ul.group-menu{
        padding-left: 0;
    }

    #header:not(.header-index):not(.header-filled).header-transparent{
        background: transparent!important;
        box-shadow: none;
        border-bottom: none;
    }
    #header:not(.header-index):not(.header-filled).header-transparent .logo-dark-m{
        display: none;
    }
    #header:not(.header-index):not(.header-filled).header-transparent .logo-light-m{
        display: block;
    }

    #header:not(.header-index):not(.header-filled).header-transparent #tt-m-menu-toggle-btn span, 
    #header:not(.header-index):not(.header-filled).header-transparent #tt-m-menu-toggle-btn span:before, 
    #header:not(.header-index):not(.header-filled).header-transparent #tt-m-menu-toggle-btn span:after{
        background-color: #fff!important;
        height: 2px;
    }

    #header:not(.header-index):not(.header-filled).header-transparent .tt-menu-tools>ul>li>a{
        color: #fff;
    }

    .company-list{
        margin: 30px;
    }
    
    .company-list, .company{
        display: block!important;
        margin-left: 2%;
        margin-right: 2%;
    }
    body.tt-boxed #about-me-section .about-me-inner.tt-wrap{        
        margin-left: 4%;
        margin-right: 4%;
    }
    .company .head{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .ph-center .page-header-caption .hr-short{
        border-width: 2px;
    }
}
.video-row{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.video-container.box-shadow {
    box-shadow: 0 0 1.25rem -0.375rem #00000059;
}
.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    top: 0;
    z-index: 0;
    height: 572px;
}

.video-container iframe,
.responsive-iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;    
    opacity: 1;
}

@media (min-width: 992px) {
    .video-row {
        max-width: 80rem;
        margin: 5rem auto 0;
    }
}
@media (max-width: 991px) {
    .video-container {
        height: auto;
    }
}

@media (max-width: 767px) {
    .image-accordion-wrapper {
        flex-direction: column;
        height: auto;
        gap: 30px;
    }
    .single-image-accordion, .single-image-accordion:hover {
        flex: none;
        width: calc(100% - 15px);
    }
}

.related-posts .owl-carousel .owl-nav button.owl-next{
    right: 0;
}

.related-posts .owl-carousel .owl-nav button.owl-prev{
    left: 0;
}

body.tt-m-menu-open #header:not(.header-index):not(.header-filled).header-transparent #tt-m-menu-toggle-btn span {
    background-color: transparent !important;
}


html[dir="rtl"] .mar-koruma-guvenlik .company-logo-list-230942 {
    left: -124px;
}

html[dir="rtl"] .burga-tesis-yonetim .company-logo-list-230942 {
    left: -134px;
}

html[dir="rtl"] .company-logo-list-30823{
    left: 3%;
    right: auto;
}

html[dir="rtl"] .flex-list-3098 .title-ghost{
    right: 2%;
    left: auto;
}



html[dir="rtl"] .company-list-29834 .company-logo{
    margin-left: 50px;
    margin-right: 0;
}
html[dir="rtl"] .company-description-20394 {
    margin-right: 25px;
    margin-left: 0;
}
html[dir="rtl"] .company-description-20394::before{
    right: -25px;
    left: auto;
}
@media (min-width: 1200px){
    html[dir="rtl"] .project-gallery.gallery-lg {
        margin-right: -10%;
        margin-left: 0%;
    }
}
@media (min-width: 992px){
    html[dir="rtl"] .footer-container .row{
        display: flex;
    }
    
    html[dir="rtl"] .footer-menu{
        text-align: right;
    }
}


#hero-section .hero-section-content{ 
    padding: 15px 15px;
}

.blkcc{
    --card-height: clamp(260px, 55vh, 560px);
    --card-width: calc(var(--card-height) * 0.7);
    --gap: 130px;
    --transition: 400ms cubic-bezier(.22,.9,.36,1);
    --bg: linear-gradient(135deg, #e9f6fb, #f6f9fc);
    background-size: cover;
    background-repeat: no-repeat;
  }
    
  .blkcc-hero{
    width:100%;
    height: calc(100vh - 85px);
    max-width:1200px;
    margin: 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;     
  }

  .blkcc-carousel{
    position:relative; 
    width:100%; 
    height:calc(var(--card-height) + 80px); 
    display:flex; 
    align-items:center; 
    justify-content:center;
  }

  /* nav arrows */
  .blkcc-nav{
    position:absolute; 
    top:50%; 
    transform: translateY(-50%);
    width:56px; 
    height:56px; 
    border-radius:50%; 
    border:1px solid rgba(2,18,45,0.12);
    background: rgba(255,255,255,0.9);
    box-shadow: 0 6px 18px rgba(2,18,45,0.12);
    display:flex; align-items:center; justify-content:center;
    color:#555; font-size:40px; line-height:1;  
    cursor:pointer; z-index:70;
    opacity: 0.3;
    transition: background 200ms, transform 200ms, color 200ms, opacity 200ms;
  }
  .blkcc-nav:hover{ background:#fff; color:#222; transform: translateY(-50%) scale(1.06);  opacity: 0.7;}
  .blkcc-prev-btn{ left: 18px; }
  .blkcc-next-btn{ right: 18px; }
  @media (max-width:700px){
    .blkcc-nav{ width:46px; height:46px; font-size:24px; opacity: 1; }
    .blkcc-prev-btn{ left: -15px; }
    .blkcc-next-btn{ right: -15px; }
  }
  
  /* Stack area */
  .blkcc-cards{position:relative; width:100%; height:100%; display:block; pointer-events: none;}
  
  /* Individual card base */
  .blkcc-card{
    position:absolute;
    left:50%; top:50%;
    width:var(--card-width); height:var(--card-height);
    transform:translate(-50%,-50%);
    border-radius:18px;
    box-shadow: 0 18px 40px rgba(2,18,45,0.14), 0 6px 18px rgba(2,18,45,0.06);
    overflow:hidden;
    transition: transform var(--transition), filter var(--transition), opacity var(--transition), z-index var(--transition);
    will-change: transform, filter, opacity;
    pointer-events:auto;
    cursor: pointer;
    background: #fff;
  }
  
  /* images should cover */
  .blkcc-card img.bg-image{
    width:100%; 
    height:100%; 
    object-fit:cover; 
    display:block; 
    opacity: 0.2;
    transition: all 0.3s;
  }
  
  /* Default hidden (cards not prev/active/next) */
  .blkcc-card.blkcc-hidden{
    transform: translate(-50%,-50%) scale(.8) translateY(24px);
    opacity:0;
    filter:grayscale(100%) contrast(.9) blur(1px);
    z-index:0;
    pointer-events: none;
  }
  
  /* Active (center) */
  .blkcc-card.blkcc-active{
    transform: translate(-50%,-55%) scale(1.15) rotate(0deg);
    opacity:1;
    z-index:30;
    filter: none;
    box-shadow: 0 18px 40px rgba(2,18,45,0.2), 0 6px 18px rgba(2,18,45,0.10);
  }
  
  /* Prev (left) */
  .blkcc-card.blkcc-prev{
    transform: translate(calc(-50% - (var(--card-width) / 1.6) - var(--gap)), -50%) scale(.92) rotate(0deg);
    opacity:1;
    z-index:20;    
  }
  
  /* Next (right) */
  .blkcc-card.blkcc-next{
    transform: translate(calc(-50% + (var(--card-width) / 1.6) + var(--gap)), -50%) scale(.92) rotate(0deg);
    opacity:1;
    z-index:20;
    
  }
  
  .blkcc-card.blkcc-next img.bg-image,
  .blkcc-card.blkcc-prev img.bg-image{
    opacity: 0.1;
    filter: grayscale(100%) contrast(.85) brightness(.95);
  }

  /* Hover slight pop on active */
  .blkcc-card.blkcc-active:hover{
    transform: translate(-50%,-55%) scale(1.15);
  }

    /* dots */
    .blkcc-dots{display: flex; opacity: 0; position:absolute; bottom:8px; left:50%; transform:translateX(-50%); gap:10px; z-index:60; }
    .blkcc-dot{
      width:12px; height:12px; border-radius:50%;
      background: rgba(255,255,255,0.7); border: 1px solid rgba(2,18,45,0.06);
      box-shadow: 0 2px 6px rgba(2,18,45,0.08);
      cursor:pointer; transition: transform 220ms, background 220ms;
    }
    .blkcc-dot.blkcc-on{ transform:scale(1.18); background: linear-gradient(90deg,#2db7ff,#6aa7ff); box-shadow:0 6px 18px rgba(45,119,255,0.18); }
    
  
  /* small screens adjust spacing */
  @media (max-width:700px){
    .blkcc{ --card-height: clamp(320px, 68vh, 90vw); --gap: 14px; }
    .blkcc-hero{ height:auto; min-height: calc(100vh - 120px); padding: 20px 0; }
    .blkcc-carousel{ 
        width: 90%;
        height: calc(var(--card-height) + 56px);
        transform: none;
    }
    .blkcc-card.blkcc-prev{ transform: translate(calc(-50% - (var(--card-width) / 2.1) - var(--gap)), -50%) scale(.9) rotate(-6deg);} 
    .blkcc-card.blkcc-next{ transform: translate(calc(-50% + (var(--card-width) / 2.1) + var(--gap)), -50%) scale(.9) rotate(6deg);} 
    .blkcc-dots{ bottom: 6px; gap:8px; }
  }
  

  /* focus for accessibility */
  .blkcc-card:focus { outline: 3px solid rgba(154, 154, 154, 0.05); border-radius:16px;}
  
  .blkcc-logo{
    position:absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
    padding: 5px;
    border-radius: 5px;
    transition: all 0.3s;
    /* Logoları beyaza çevir */
    filter: grayscale(1); 

  }

  .blkcc-card.blkcc-active .blkcc-logo{
    filter: grayscale(0); 
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
  }
   

  .blktur-logo-9823743{
    width: 150px;
  }
    
  .blkpromosyon-logo-67542332{
    width: 250px;
  }

  .gezibank-logo-9782323{
    width: 220px;
  }


  @media (max-width:700px){
    .blktur-logo-9823743{
        width: 150px;
      }
        
      .blkpromosyon-logo-67542332{
        width: 180px;
      }
    
      .gezibank-logo-9782323{
        width: 170px;
      }
  }