#header{
    z-index: 999;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 20px!important;
    z-index: 999;
    min-width: 250px!important;
    opacity: 0;
    transition: 0.3s ease-in-out;
}


.submenu li {
    display: block;
    float: none!important;
    margin-left: 0!important;
}

.submenu li a {
    padding: 10px!important;
    display: block!important;
    text-decoration: none;
    border-bottom: 1px solid #efefef!important;
    pointer-events: auto;
}

.submenu li a:last-child{
    border: none!important;
}

.submenu.open li a::before{
    display: none!important;
}

.submenu.open{
    display: block;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

#nav ul .anchor-active a:before, #nav ul a:before{
    display: none;
}

.right-0{
    right: -100vw;
}

.main-heading:after, .main-heading:before{
    display: none;
}

.grid_container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.grid_container .grid_item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.grid_container .grid_item  .grid_content{
    padding: 40px;
    border: 1px solid #efefef;
    max-width: 65%;
}

.grid_container .grid_item .grid_content .desc-cat{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.text-white{
    color: #efefef!important;
}

.bg-dark{
    background-color: #0b0b0b !important;
}

.cat_overlay{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80) !important;
    transition: opacity 0.3s ease-in-out;
}

.overlay-c:hover .cat_overlay {
    opacity: 0;
}

.logo{
    width: 150px;
}

.d-flex{
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.mb-3{
    margin-bottom: 2.5rem;
}

.mb-2{
    margin-bottom: 1.5rem;
}

.pl-0{
    padding-left: 0!important;
}

.pt-0{
    padding-top: 0!important;
}

.pt-3{
    padding-top: 2.5rem!important;
}

.pr-0{
    padding-right: 0!important;
}

.mt-0{
    margin-top: 0!important;
}

.mt-4{
    margin-top: 3rem;
}

.card .card-img img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.card .product-header{
    padding: 10px;
    background: #393c3f;
}

.card .product-header h5{
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.product-card{
    overflow: hidden;
}

.product-card .card-img img{
    transition: 0.3s ease-in-out;
}

.product-card .card-img img:hover{
    transform: scale(1.2) translateY(25px);
}

.team-sec .team .over{
    position: relative;
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.blog-short{
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.main-banner h1{
    line-height: 1.2;
}

.slide-btn{
    background: #c59a37;
    color: white!important;
    padding: 10px!important;
    min-width: 150px!important;
    transition: 0.3s ease-in-out!important;
}

.slide-btn:hover{
    background: transparent!important;
}

.footer-logo img{
    max-height: 40px;
    max-width: 100%;
    width: auto;
    margin-bottom: 20px;
}

#footer{
    padding: 0;
}

#footer p{
    margin-bottom: 0;
    color: #efefef;
}

#footer .footer-top{
    padding: 80px 0;
}

#footer .footer-bottom{
    padding: 20px 0;
    border-top: 1px solid #efefef;
}

#footer .footer-top ul{
    padding-left: 0;
}

#footer .footer-top ul li {
    list-style: none;
}

#footer .social-network{
    float: left;
}

#footer .social-network li:nth-child(1){
    margin-left: 0!important;
}

#footer .footer-link{
    color: #efefef;
}

.category-page{
    padding: 80px 0!important;
}

.category-page .col-md-4:last-child{
    margin-bottom: 0;
}

.widget-right{
    padding: 25px;
    background: #393c3f;
}

.widget-right .right-item{
    padding: 10px;
    background: white;
    margin-bottom: 10px;
}

.style-heading{
    padding: 80px 0;
}

.slick-prev, .slick-next{
    z-index: 99;
    width: 40px;
    height: 50px;
    background: rgba(0, 0, 0, 0.50);
    transition: 0.3s ease-in-out;
}

.slick-prev:before, .slick-next:before{
    font-size: 25px;
    line-height: 2.1;
}

.slick-next{
    right: 20px;
}

.slick-prev{
    left: 20px;
}

.slick-next:hover, .slick-prev:hover{
    background: #222222;
    transition: 0.3s ease-in-out;
}

.slick-next:focus ,.slick-prev:focus {
    background: rgba(0, 0, 0, 0.65);;
}

.slick-next:before{
    content: "\f054";
    font-family: 'FontAwesome';
}

.slick-prev:before{
    content: "\f053";
    font-family: 'FontAwesome';
}


.team-sec .team-holder{
    padding-top: 0;
    padding-bottom: 0;
}

#about{
    padding: 80px 0 0 0;
}

#team{
    padding: 80px 0!important;
}

#other-products{
    padding: 0 0 80px 0;
}

.feature-sec{
    padding: 80px 0!important;
}

.about-content-page{
    padding: 80px 0!important;
}

.main-header{
    padding: 0 0 40px 0!important;
}

.style-heading{
    padding: 0 0 40px 0!important;
}

.newsletter-sec{
    padding: 80px 0!important;
}

#product{
    padding: 80px 0;
}

#product .slick-img-wrap{
    margin: 0 5px 0 0;
}

#about-us{
    padding: 80px 0 0 0;
}

#refferences{
    padding: 80px 0;
}

#about-us .main-header{
    padding: 0!important;
}

.cta {
    margin: 20px 0 0 0;
    display: flex;
}

.custom-btn {
    display: block;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    border-radius: 0px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid #000;
}

.custom-btn i {
    margin-right: 5px;
}

.whatsapp {
    color: #fff;
    background: #42b142!important;
    border: 1px solid #42b142;
}

.dark-bg {
    background-color: #000;
}

.whatsapp:hover{
    background-color: transparent!important;
    color: #42b142!important;
}

.dark-bg:hover {
    background-color: transparent;
    color: black;
}

#tabs{
    padding: 0 0 80px 0;
}

.tabmenu-wrap .tab-nav {
    display: table;
    width: 100%;
}
.tabmenu-wrap .tab-nav .nav {
    display: table-cell;
    width: 50px;
}
.tabmenu-wrap .tab-nav .nav a {
    transition: 0.4s;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #9b9b9b;
    text-align: center;
    border-bottom: 1px solid #ebe5da;
    padding-bottom: 15px;
    text-decoration: none;
}
.tabmenu-wrap .tab-nav .nav a:after {
    content: "";
    transition: 0.4s;
    width: 0px;
}
.tabmenu-wrap .tab-nav .nav.on a {
    color: #0b0b0b;
}
.tabmenu-wrap .tab-nav .nav.on a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #0b0b0b;
}
.tabmenu-wrap .tab-con {
    padding: 15px 10px;
}
.tabmenu-wrap .tab-con .con-box {
    display: none;
}

.card-border{
    padding: 30px;
    border: 1px solid #dedede;
}

.counter-sec .counter-holder li{
    width: 33%;
}

.contact-sec .contact-list li{
    margin-left: 0;
}

.contact-sec .contact-list{
    justify-content: space-between;
}

.contact-sec .contact-list .tel, .contact-sec .contact-list .mail, .contact-sec .contact-list address{
    padding: 20px 0;
}

.mb-0{
    margin-bottom: 0!important;
}

@media screen and (max-width: 768px){
    .header-topbar{
        display: none;
    }

    .logo{
        padding: 10px 0;
    }
}

.padding-left-80{
    padding-left: 80px;
}

@media screen and (max-width: 768px){
    .grid-container-mobile{
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }

    .grid-container-mobile .grid-item-mobile{
        position: relative;
    }

    .grid-container-mobile .grid-item-mobile .grid-mobile-content{
        padding: 100px 0;
        position: relative;
        z-index: 11;
    }

    .grid-container-mobile .grid-item-mobile .grid-mobile-overlay{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.50);
    }
}

.slider-nav .slick-track{
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

.slider-for .slick-slide img{
    border: 1px solid #222222;
    aspect-ratio: 1/0.7;
    object-fit: cover;
}


.slider-nav .slick-slide img{
    border: 1px solid #222222;
    aspect-ratio: 1/0.7;
    object-fit: cover;
}

#refferences .card{
    transition: 0.3s ease-in-out;
}

#refferences .card:hover{
    -webkit-box-shadow: 1px 1px 12px -4px rgba(66, 68, 90, 1);
    -moz-box-shadow: 1px 1px 12px -4px rgba(66, 68, 90, 1);
    box-shadow: 1px 1px 12px -4px rgba(66, 68, 90, 1);
}

.text-left{
    text-align: left!important;
}

.teklif-modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;

}


.modal{
    background: rgba(0, 0, 0, 0.6);
}

.popup-banner{
    position: relative;
    height: 80% !important;
    background: #fff;
    max-width: 100%!important;
    padding: 3.5rem;
    -webkit-box-shadow: 1px 5px 20px -1px rgba(66, 68, 90, 1);
    -moz-box-shadow: 1px 5px 20px -1px rgba(66, 68, 90, 1);
    box-shadow: 1px 5px 20px -1px rgba(66, 68, 90, 1);

}

.modal-dialog{
    max-width: 100%;
    width: 30%;
    height: auto;
}


.contact-form input[type="checkbox"]{
    height: 10px;
    text-align: left;
}

.close{
    position: absolute;
    right: 20px;
    top: 30px;
    outline: none;
    appearance: none;
    border: 2px solid #222222;
    padding: 5px 10px;
    line-height: 1;
    background: transparent;
    font-size: 25px;
}

.talep .form-control{
    background: transparent;
    border: 1px solid #222222!important;

}

.talep .form-control:focus{
    box-shadow: none;
}

.form-btn{
    border: 1px solid #222222;
    background: #222222;
    color: white!important;
}

.main-banner h1{
    font-size: 50px;
    color: rgba(255, 255, 255, 0.70);
}

.caption{
    z-index: 99999;
}

:root{
    --headingSize: 55px;
    --background-color: black;
}

span.swift-txt{
    display: inline-block;
    overflow: hidden;
    animation: .3s swift-up ease-in-out forwards;
}

i.h1-slide{
    font-style: normal;
    position: relative;
    top: var(--headingSize);
    animation: .5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
    to {
        top: 0;
    }
}

.fix_buttons{
    display: none;
}