/*
Theme Name: Mekait
Theme URI: https://mekait.com
Description: Mekait Wordpress Theme
Version: 0.1
Author: Mekait
Author URI: https://mekait.com
Requires at least: WordPress 5.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Mekait v1

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

:root {
    --bs-primary: #c4002a;
    --bs-primary-light: #c4002a22; /* #6770aa22;*/
    --bs-gray: #f0f1f9;
    --bs-gray-light: #f0f1f9aa;
    --bs-dark: #1e1e2e;
    --bs-body-color: #1e1e2ecc;
    --bs-p-color: #1e1e2eaa;
}

html {
    background-color: var(--bs-dark);
}

body {
    font-family: "Poppins", sans-serif;;
    background: var(--bs-gray);
    color: var(--bs-body-color);
}

p {
    color: var(--bs-p-color);
}

.bg-white {
    background-color: #ffffff;
}

.bg-dark {
    background-color: var(--bs-dark) !important;
}

.bg-gray {
    background-color: var(--bs-gray) !important;
}

.bg-gray-light {
    background: var(--bs-gray-light) !important;
}

.bg-gray2 {
    background-color: #fbfbfb;
}

.bg-gray3 {
    background-color: #fbfbfb;
    opacity: 0.7;
}

.bg-gray4 {
    background-color: #cccccc;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-primary-light {
    background-color: var(--bs-primary-light);
}

.bg-ccc {
    background-color: #cccccc;
}

.text-dark {
    color: var(--bs-dark);
}

.text-p {
    color: var(--bs-p-color);
}

.text-gray {
    color: var(--bs-gray);
}

.text-gray2 {
    color: #818181;
}

.text-gray3 {
    color: #fbfbfb;
}

.text-white, .text-white:hover, .text-white a, .text-white a:hover {
    color: #ffffff;
}

.text-white2, .text-white a, .text-white a:hover {
    color: #ffffff;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.border-0 {
    border: none !important;
}

.text-bold {
    font-weight: 700;
}

.text-bolder {
    font-weight: 900;
}

a, a:hover {
    color: #000000;
    text-decoration: none;
}

h1 strong, h2 strong {
    color: var(--bs-primary);
}

.object-fit-cover {
    object-fit: cover;
}

nav .bg-gray a, nav .bg-gray a:hover, header .bg-gray a, header .bg-gray a:hover {
    color: #000000 !important;
}


.bl-det a {
    color: #000000 !important;
}


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

.btn {
    display: inline-block;
    border: none;
    background-color: var(--bs-dark);
    border-radius: 0;
    color: #ffffff;
    padding: 10px 40.5px;
    font-size: 1em;
    position: relative;
    /*text-transform: uppercase;*/
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
}

@media (max-width: 768px) {
    .btn {
        padding: 10px 20px;
    }
}

.btn:before {
    background-color: var(--bs-primary);
    width: 5px;
    height: 100%;
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}

.btn-white:before, .btn-gray:before {
    background-color: var(--bs-gray-400);
}

.btn-primary:before {
    background-color: var(--bs-dark);
}

.btn:hover {
    background: var(--bs-dark);
}

.btn2:before {
    background-color: #ffffff;
}

.btn:hover {
    color: #ffffff;
}

.btn:hover:before {
    width: 100%;
}

.btn2:hover {
    color: #000000;
}

.btn3 {
    background-color: #ffffff;
    color: #000000;
}

.btn-border, .btn-black, .btn-white {
    background: none;
    padding: 12px;
    color: #ffffff !important;
}


.btn-black {
    background-color: #000000;
    border: solid 3px #000000;
}

.btn-black:hover {
    background-color: #ffffff;
    border: solid 3px #ffffff;
    color: #000000 !important;
}

.btn-white {
    background-color: #ffffff;

    padding: 12px;
    color: #000000 !important;
}

.btn-primary {
    background-color: var(--bs-primary);
    color: #fff !important;
}

.btn-gray, .btn-gray:hover {
    background-color: var(--bs-gray);
    color: #000000 !important;
}

.btn-white:hover {
    color: #000 !important;
    background-color: #fff;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: var(--bs-primary);
}


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

input, textarea, select {
    border: none;
}

input:focus, textarea:focus, select:focus {
    outline: none !important;
}

input:-internal-autofill-selected {
    background-color: #f4f4f4 !important;
}

.list-d {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.list-d.d-inline-block li {
    display: inline-block;
}

.list-second {
    color: #000000;
    padding: 0;
    padding-left: 15px;
    list-style: square;
}

img {
    /*filter:grayscale(100%);*/
    vertical-align: middle;
    border-style: none;
}

img.no-filter {
    filter: none;
}

header {
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid #e5e5e5;
    z-index: 100;
}

nav .oo-x {
    font-size: 1.2em;
    background-color: #ffffff;
    color: #000000;
    padding: .2em;
}

.htop {
    height: 60px;
}

b.slogan {
    font-weight: 400;
}

nav {
    z-index: 72;
}

nav .menuul,
.menubar {
    z-index: 72;
    height: 52px;
}

.logo {
    height: 106px;
    margin-bottom: -53px;
    border: 1px solid #e5e5e5;
    z-index: 72;
}

.logo img {
    width: 90%;
    filter: none !important;
    padding-left: 20px !important;
}

.logo-r span, .logo-r a {
    padding: 0 15px;
    border-right: 1px solid #e5e5e5;
    font-size: 12px;
}

.logo-r span:before, .logo-r a:before {
    color: var(--bs-primary);
}

.logo-r .social a:before {
    color: #555555;
}

nav ul > li {
    text-transform: uppercase;
    font-size: .9em;
    height: 100%;
}

nav ul > li li {
    height: auto;
}

nav ul li a {
    font-weight: 600;
    padding: 15px;
    height: 100%;
    width: 100%;
    display: inline-block;
}

nav ul li a span {
    font-weight: 300;
}

nav ul li:hover > a, nav ul li li:hover, nav ul li.opened > a {
    color: var(--bs-primary);
}

nav ul li ul {
    display: none;
    background-color: #f4f4f4;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    list-style: none;
    margin-right: 0;
    padding: 10px 0;
}

nav ul li:hover > ul {
    display: flex;
}

nav ul ul a {
    padding: 5px 15px;
}

nav ul li ul li {
    width: 25%;
    display: inline-block;
    padding-bottom: 10px
}

nav ul li ul li span {
    text-transform: none;
    font-size: 12px;
}

nav ul li ul li:before, nav ul li ul li a {
    display: inline-block;
}

nav ul li ul li:before {
    width: 70px !important;
    margin: 0 !important;
    font-size: 50px;
    padding: 0 8px 0 0;
    margin: 8px;
    border-right: solid 1px #e5e5e5;
}

nav ul ul a {
    width: calc(100% - 70px) !important;
}

nav ul ul ul {
    display: none;
}

#slider {
    margin-top: -57px;
    overflow: hidden;
    z-index: 50;
    height: 60vh;
}

#slider.banner {
    height: auto;
}

#slider .ul {
    width: 100%;
    position: relative;
}

#slider .li .before {
    mix-blend-mode: multiply;
    width: 50%;
    background-color: var(--bs-primary);
    height: 100%;
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
    content: "";
    background-size: cover;
}

#slider .li {
    height: 60vh;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 55;
    display: block;
    opacity: 0;
    transition: opacity 3s ease-in-out;
}

#slider.banner .li {
    height: auto;
    position: relative;
}

.banner .banner-row {
    padding-bottom: 100px;
}

#slider .li:first-child {
    z-index: 56;
    opacity: 1;
}

#slider .li .container {
    position: relative;
    z-index: 52;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
}

#slider p {
    font-size: 1em;
}

#slider .li .container {
    top: 100px;
    padding-bottom: 100px;
}

#slider .c-left {
    padding-bottom: 100px;
}

#slider .slider-img:before {
    width: 50%;
    content: "";
}

#slider .slider-img {
    position: absolute;

}

#slider .slider-img img {
    filter: brightness(85%) grayscale(100%) contrast(200%);
}

#slider .back-text {
    background: var(--bs-primary-light);
    width: 70%;
    padding-right: 10px;
    padding-left: 10px;
}

#slider .li b {
    font-size: 30px;
    padding: 0 0;
    font-weight: 900;
}

#slider .arrow div {
    display: inline-block;
}

#slider .arrow i:hover {
    background-color: var(--bs-primary);
    color: #ffffff;
    cursor: pointer;
}

.mbm-m {
    mix-blend-mode: multiply;
}

.bg-aaa {
    background-color: #cccccc;
}

.part {
    padding: 0 0;
}

.part h2, .part h1 {
    font-size: 1.5em;
    font-weight: 900;

}

.part h3 {
    font-size: 1.4em;

    font-weight: 800;
}

.part h4, .part h5 {
    font-size: 12px;
}

.part-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.part-title:after {
    content: "";
    display: block;
    height: 6px;
    width: 20px;
    background-color: #000000;
    transition: width 0.5s;
}

.part-title.text-white:after {
    background-color: #ffffff;
}

.part-title.text-primary:after {
    background-color: var(--bs-primary);
}

.part-title.text-gray:after {
    background-color: #aaaaaa;
}

.part-title.text-center:after {
    margin: 0 auto;
}

@media (min-width: 768px) {
    h1.text-md-left:after, h2.text-md-left:after, h3.text-md-left:after {
        margin: 0 0;
    }
}

.content h1:after, .content h2:after, .content h3:after {
    content: none;
}

.part:hover .part-title:after {
    width: 120px;
}

.part p {
    padding-bottom: 24px;
}

#service a {
    display: inline-block;
    position: relative;
    width: 100%;
    background: transparent;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

#service a .back i,
#service a .front i {
    font-size: 54px;
    line-height: 1;
    color: #aaaaaa;
    display: block;
    margin-bottom: 17px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

#service a .back span,
#service a .front h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #aaaaaa;
    margin: 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

#service a .back i,
#service a .back span {
    color: #ffffff;
}

#service a .item {
    -webkit-transform-origin: 100% 213.5px;
    -moz-transform-origin: 100% 213.5px;
    -ms-transform-origin: 100% 213.5px;
    transform-origin: 100% 213.5px;
}

#service .item {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

#service .front, #service .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
}

#service .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: transparent;
    z-index: 2;
    border: 2px solid rgba(27, 27, 27, 1);
    padding: 48px 45px 45px;
    width: 100%;
}

#service .back {
    background: var(--bs-primary);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: relative;
    padding: 48px 30px;
    border: 2px solid var(--bs-primary);
    width: 100%;
}

#service a:hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#service a:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

#service h3 {
    font-weight: normal;
    padding-top: 15px;
}

#agency .agency-r .img2:after {
    position: absolute;
    top: -40px;
    left: 40px;
    content: '';
    border: 10px solid var(--bs-primary);
    width: 100%;
    height: 100%;
}

#agency .agency-r .img2 {
    position: absolute;
    top: 80px;
    right: 100px;

}

.agency-r .col-10:before {
    position: absolute;
    top: 10%;
    left: 10%;
    content: "";
    border: 15px solid var(--bs-primary);
    width: 100%;
    height: 100%;
    /*transform: rotate(-4deg);*/
    z-index: 100;
    width: 100%
}

.agency-r.left .col-10:before {
    left: -10%;
}

.agency-r .col-10 img {
    margin-left: 5%;
}

.agency-r.left .col-10 img {
    margin-right: 15%;
}

#client {
    padding-bottom: 0;
}

#client .logos {
    padding-bottom: 300px;
}

#client .logos-bot {
    position: relative;
}

.client-bigimg {
    position: absolute;
    top: -240px;
    z-index: 50;
    height: calc(100% + 140px);

}

.client-det {
    height: auto;
    position: relative;
    z-index: 51;
    padding-bottom: 60px;
}

#guarante .detail {
    padding: 60px 0 40px 60px;
}

#guarante.part {
    padding-top: 0;
}

#guarante .item {
    height: 130px;
}

#guarante .item div, #guarante .item div i:before {
    transition: all 0.5s;
}

#guarante .item div:hover {
    background-color: var(--bs-primary);
    color: #ffffff;
}

#guarante .item div:hover i:before {
    color: #ffffff;
}

#guarante .item i {
    font-size: 50px;
}

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

.lastbg > div {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;

    z-index: -1;
    will-change: transform;
}

.last-det .row {
    padding: 0 100px;
}

#blog h5 {
    font-size: 22px;
}

.arch-item:hover .bl-det {
    top: -.5rem;
}

.bl-img {
    height: 200px;
    background-color: var(--bs-primary);
}

.bl-img img {
    mix-blend-mode: multiply;
}

.bl-det {
    top: 0;
    /*margin-top: -24px;*/
    margin-bottom: 20px;
    padding-top: 20px;

    position: relative;
    transition: top 0.3s;
}

.bl-det h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
}

time,
cite,
.cate {
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px;
    font-style: normal;
}

.foot-sep {
    height: 120px;
    border-bottom: 1px solid #e5e5e5;
}

.foot-row {
    margin-top: -60px;
    border-top: solid 1px var(--bs-primary);
    /*border-bottom: 1px solid #e5e5e5;*/
}

.menu-bot li a {
    color: #000000;
}

.menu-bot li {
    padding: 5px 0;
}

footer {
    font-size: 13px;
}

footer .footer-logo img {
    filter: brightness(0) invert(1) !important;
}

footer .footer-logo {
    margin-top: -60px;
    border-top: solid 20px var(--bs-primary);
}

footer a:before {
    font-size: 1.6em;
    padding: 10px !important;
    margin: 10px;
    display: inline-block;

    border: dotted 4px #000000;
}

.footer-bold {
    font-size: 1.2em;
    font-weight: 700;
}

.serviceicon {
    border-left: solid 6px #ffffff;
    font-size: 60px;
    padding: 14px 0;
    margin-bottom: 14px;
}

h1.service-title {
    padding-left: 8px;
    border-left: solid 6px #ffffff;
}

.toolbar h1 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.05;
}

@media (max-width: 992px) {
    nav ul li a {
        padding: 15px 10px;
    }

    nav ul li ul li {
        width: 100%;
    }

    .content .social a {
        padding-left: 5px;
        padding-right: 5px;
    }

    #menubar {
        padding: 12.5px 10px 5px 10px;
    }
}

@media (max-width: 768px) {
    #slider {
        height: 100vh;
    }

    #slider, #slider .li {
        height: 90vh;
    }

    #slider .li .before {
        width: 100%;
    }

    #slider .slider-img {
        position: absolute;
        height: auto;
    }

    #slider .slider-img div div:nth-child(1) {
        order: 2
    }

    #slider .slider-img div div:nth-child(2) {
        order: 1;
        height: 240px;
    }

    #slider .c-left {
        padding-bottom: 20px;
    }

    #slider .li .container {
        font-size: 1em;
        top: 240px;
        padding-bottom: 10px;
    }

    #slider .li b {
        font-size: 40px;
    }

    #slider.banner {
        height: auto;
    }

    #slider.banner .slider-img {
        position: relative;
        height: auto;
    }

    #slider.banner .li > img, #slider li > img {
        height: 100%;
        top: 240px;
    }

    #slider.banner .slider-img img, #slider .slider-img img {
        height: 240px;
    }

    #slider.banner .li .container {
        top: 0;
    }

    .client-bigimg {
        position: static;
        margin-top: -240px;
        height: 480px;
    }

    #guarante .detail {
        padding: 0;
    }

    .last-det .row {
        padding: 0;
    }

    .content .social a {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media (max-width: 576px) {
    .slogan {
        font-size: 12px;
        font-weight: 400;
    }

    #slider .li b {
        font-size: 25px;
    }

    #slider .li .container span {
        padding: 0 0;
    }

    #proverb h2 {
        font-size: 25px;
        line-height: 28px;
    }
}

#agency .agency-r .img2:after {
    position: absolute;
    top: 25px;
    left: 20px;
    content: '';
    border: 10px solid var(--bs-primary);
    width: 90%;
    height: 80%;
}

#agency .img1:after {
    display: none;
}

#agency .agency-r .img1 {
    position: absolute;
    bottom: 0;
    right: 0;

}

#agency.agency2 .agency-r .img1 {
    position: absolute;
    bottom: 0;
    left: 0;

}

#agency .agency-r .img2 {
    top: 20px;
    left: 100px;
}

.agency-r {
    font-size: 30px;
    text-transform: uppercase;
}

#agency p {
    padding-bottom: 44px;
}

ol {
    list-style: none;
    counter-reset: principle-counter;
}

ol li {
    counter-increment: principle-counter;
    flex-wrap: nowrap !important;
}

#principle ol li::before {
    content: counter(principle-counter) ". ";
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    color: var(--bs-primary);
    border-left: solid 5px var(--bs-gray);
    float: left;
    display: inline-block;
    transition: all 0.5s;
    width: 45px;
    min-width: 45px;
    text-align: center;
}

#principle p {
    padding: 0;
    margin: 0 0 0 14px;
}

#principle li:hover::before {
    border-left-color: var(--bs-primary);
}

#testimonial .test-img {
    position: relative;
}

#testimonial .test-sign {
    padding: 3px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
    height: 24px;
    width: 24px;
}

#testimonial p {
    padding: 0;
    margin: 0;
}

#testimonial .itemsag {
    display: none;
}

#testimonial .itemsag.ilk {
    display: block;
}

#testimonial .itemsol:hover {
    cursor: pointer;
}

#testimonial .item {
    border: solid 2px #000000;
    position: relative;
}

#testimonial .item .icon {
    font-size: 80px;
    color: #ffffff;
    position: absolute;
    top: -40px;
    left: 0;
    display: none;
    width: 80px;
    overflow: hidden;
    text-align: right;
    float: right;
}

#testimonial .item .icon i {
    position: relative;
    right: 30px;
}

#testimonial .item img {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 40px);
    border: solid 2px #000000;
}

#testimonial .item p {
    font-size: 0.75em;
    padding-top: 16px;
}

#testimonial .item-out {
    margin-bottom: 60px;
}

#whychoose {
    padding-bottom: 100px;
}

#whychoose span {
    border-bottom: solid 2px #ffffff;
}

#whychoose i {
    padding-top: 10px;
    display: inline-block;
    font-size: 3em;
}

#whychoose .wc-report, #whychoose .wc-optimization {
    padding-top: 20px;
}

#whychoose .wc-cup {
    padding-left: 5px;

}

#whychoose .wc-cup:before {
    font-weight: 600;
}

#whychoose p {
    margin: 0;
    padding-left: 1.2em;
    padding-right: 1.2em;
}

#whychoose .whycont {
    overflow: hidden;
}

#whychoose .item {
    transition: all 0.5s;
}

#whychoose .item:hover {
    background-color: var(--bs-primary);
    color: #ffffff;
}

#whychoose .item:hover i:before {
    color: #ffffff;
    transition: all 0.5s;
}

/*#whychoose .item{
    position: absolute;
    z-index: 55;
    top: -100%;
    left: 0;
    transition: top 1.2s ease-in-out;
}
#whychoose .item:first-child{
    z-index: 56;
    top: 0;
}*/
#whychoose .why-img:before {
    content: "";
    background-color: var(--bs-primary);
    width: 75%;
    top: 15%;
    height: 85%;
    display: inline-block;
    position: absolute;
}

#whychoose .why-img {
    position: relative;

}

#whychoose .why-img img {
    position: relative;
    top: 5%;
    left: 10%;
    width: calc(85%);
    height: 85%;
}

@media (max-width: 787px) {
    #agency .agency-r .img2,
    #agency .agency-r .img1 {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }

    #agency .agency-r .img1 {
        border-right: 10px solid var(--bs-primary);
    }

    #agency .agency-r .img2 {
        border-left: 10px solid var(--bs-primary);
    }

    #agency .agency-r .img2:after {
        display: none;
    }
}

.side {
    position: sticky;
    top: 0;
}

.side h4 {
    padding: 23px 48px 24px;
    border: solid 2px #f4f4f4;
    margin: 0;
}

.side h4.bg-bla {
    border: none;
}

.side li,
.side p,
.side .tel,
.side form {
    padding: 10px 48px 10px;
    margin: 0;
}

.side input {
    border: none;
    padding: 14px 0;
}

.side .tel {
    font-size: 1.2em;
    display: block;
}

.content .mkt-first-letter, .content p:first-of-type::first-letter {
    display: inline-block;
    padding: 0 0 0 8px;
    vertical-align: bottom;
    font-size: 1.1em;

    border-left: solid 6px var(--bs-primary);
    text-align: center
}

#single .content a, #single .content a:hover {
    color: var(--bs-primary);
}

#single .content .social a, #single .content .social a:hover {
    color: #ffffff;
    width: 43px;
    padding: 10px;
    display: inline-block;
}

.content ul {
    list-style: none;
}

.content ul li {
    margin: 3px 0;
}

.content ul li::before {
    content: " ";
    background-color: var(--bs-primary);
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: -1em;
    margin-right: 8px;
    margin-top: 2px;
}

.comments li:before {
    display: none !important;
    content: none !important;
}

.content h1 {
    font-size: 1.5em;
}

.content h2 {
    font-size: 1.3em;
    text-transform: none;
}

.content h3 {
    font-size: 1.2em;
    text-transform: none;
}

.content h4 {
    font-size: 1.1;
}

.content p {
    margin: 0;
}

.content .tags a {
    font-size: 13px;
}

.content .tit {
    font-size: 14px;
}

.comments p {
    margin: 0;
}

#referance .item,
.item-img {
    position: relative;
}

#referance .item {
    min-height: 110px;
    position: relative;
}

#referance .item .reference-logo {
    position: relative;
    overflow: hidden;
}

#referance .item:before {
    position: absolute;
    content: "";
    background-color: var(--bs-primary);
    top: 9px;
    left: 8px;
    width: calc(100% - 30px);
    height: 100%;
}

#referance .item img {
    width: 70%;
    margin-left: 15%;
    filter: none;
}

#referance .item:hover img {
    width: 90%;
    margin-left: 5%;
    transition: 0.5s;
}

/*#referance .item:hover > .back,*/
#team .item:hover .back {
    width: calc(90% - 30px);
    max-width: 100%;
    margin-left: 5%;
}

#referance .back,
#team .back {
    width: 0;
    max-width: 0;
    height: 100%;
    top: 0;
    right: 15px;
    opacity: 0.6;
    position: absolute;
    z-index: 70;
    transition: 0.5s;
    overflow: hidden;
}

#referance .back span,
#team .back a {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    text-transform: uppercase;
}

#team .back a:nth-of-type(2) {
    bottom: 20px;
}

#team .back a:nth-of-type(3) {
    bottom: 40px;
}

#present .container-fluid {
    height: 100px;
}

#present img {
    margin-top: -100px;
    height: calc(100% + 100px);
}

#present {
    padding-top: 0;
}

#contact .adress a {
    padding: 10px 0;
    text-transform: uppercase;
}

#contact input:focus,
#contact textarea:focus,
.comment input:focus,
.comment textarea:focus {
    padding-left: 14px;
    border-left: solid 6px var(--bs-primary);
}

#searchform {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    padding-top: 40vh;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    z-index: 3000;
}

#searchform input:nth-of-type(1) {
    font-size: 26px;
    background-color: transparent;
    border: none;
    color: #ffffff;
    padding: 18px 18px;
    border-bottom: solid 5px #ffffff;
}

#searchform input:focus {
    outline: none;
    box-shadow: none;
}

#searchform input:nth-of-type(2) {
    font-size: 26px;
    padding: 5px;
    background-color: #ffffff;
    color: #000000;
    border: none;
}

.pagenavi del {
    text-decoration: none;
}

.pagenavi li a, .pagenavi li span {
    padding: 10px;
    margin: 0 5px;
    font-size: 1.2em;
    border: solid 1px #e3e3e3;
    text-decoration: none;
}

.pagenavi li a:hover {
    background-color: #e3e3e3;
}

.pagenavi li .current {
    background-color: var(--bs-primary);
    color: #ffffff;
}

.mkt-accordion b {
    cursor: pointer;
}

.mkt-accordion span {
    border-radius: 14px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.mkt-accordion p {
    display: none;
    margin-bottom: 0;
    font-size: .9rem;
}

.mkt-accordion li:nth-of-type(1) p {
    display: block;
}

#sss li .icon-plus {
    font-size: 2.5em;
    padding: 0 20px 0 0;
    vertical-align: middle;
    line-height: 0.3;
}

.sss-cont {
    display: none;
    opacity: 0.7;
    background-color: #f1f1f1;
}

#calismaprensibi i {
    font-size: 60px;
    background: var(--bs-primary);
    color: #ffffff;
    padding: 20px;
    margin-top: -30px;
    margin-bottom: 20px;
    display: inline-block;
}

#calismaprensibi .kutu b {
    font-size: 1.2em;
}

#calismaprensibi .kutu p {
    font-size: 0.85em;
}

#calismaprensibi .bg-white {
    background: rgba(255, 255, 255, 0.95);
}

.calismasekli .body {
    margin-left: 5% !important;
    margin-right: 5%;
}

.calismasekli .ustcubuk .wc-right {
    position: absolute;
    top: 30%;
    right: -5%;
    font-size: 2.5em;
    line-height: .5;
}

.calismasekli .ustcubuk .iconbut {
    position: relative;
    cursor: pointer;
}

.calismasekli .ustcubuk .iconbut i:first-child {
    font-size: 3em;
    line-height: .5;
}

.calismasekli .ustcubuk .iconbut i:nth-child(2) {

}

.calismasekli .ustcizgi {
    height: 1px;
}

.calismasekli .altcizgi {
    border-bottom: solid 5px #f4f4f4;
    height: 1px;
}

.calismasekli .resim {
    width: 65%;
    height: 100%;
    position: relative;
}

.calismasekli .mtb-custom {
    margin-bottom: -5px;
    margin-top: 5px;
}

.calismasekli .metin {

    min-height: 160px;
}

.calismasekli .cont .metin p {
    display: inline-block;

}

.calismasekli .cont {
    overflow: hidden;
}

.calismasekli .backback {
    overflow: hidden;
    padding: 0;
}

.calismasekli .contback > .contcont {
    display: inline-block;
    float: left;
}

.calismasekli .contback {
    transition: 1s;
}

.kutu {
    margin-top: 30px;
}

.kutu-slide-back {
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    padding-top: 50px;
    margin-top: -50px;
}

i.kutu-slide-arrow {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 100;
    padding: 1em !important;
    font-size: 20px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    margin-top: auto !important;
    cursor: pointer;
    color: #ffffff;
}

#service i.kutu-slide-arrow {
    background: none !important;
    color: #aaaaaa;
    top: 0;
}

#service .h-100 {
    min-height: 225px;
}

i.kutu-slide-arrow.right {
    left: auto;
    right: 0;
}

.kutu-slide-max {
    transition: 500ms;
}

@media (min-width: 1200px) {
    .myeksi {
        margin-top: -100px;
    }
}

@media (min-width: 992px) {
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media (max-width: 1200px) {
    nav ul li ul li {
        width: 50%;

    }

}

@media (max-width: 992px) {
    nav ul li ul li {
        width: 100%;
    }
}

@media (max-width: 768px) {
    nav .menuul {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        color: #ffffff;
        z-index: 3000;
    }

    nav .menuul li {
        height: auto;
        text-align: center;
    }

    nav .menuul > li:nth-of-type(1) {
        text-align: right;
        padding: 20px;
    }

    nav .menuul li a {
        color: #ffffff !important;
    }

    nav .menuul ul {
        display: none;
        position: static;
        background: transparent;
        margin: 0 auto;
    }

    nav .menuul ul ul {
        display: none;
    }

    nav ul li:hover > ul {
        display: none;
    }

    #searchform input {
        width: 100%;
        margin-bottom: 20px;
    }

    #whychoose .whycont {
        min-height: 200px;
    }
}

@media (max-width: 576px) {
    #single .social {
        flex-direction: row;
        order: 2;
        margin-top: 0;
    }

    #single .content-body {
        order: 1;
    }

    #single .comment {
        order: 3;
    }

    #single .comment-list {
        order: 4;
    }

    #single .social a {
        padding: 10px 8px;
    }
}

footer .footer-logo img.nofilter {
    filter: unset !important;
}

.font-s {
    font-size: 1.5em !important;
}

#sss h4 {
    margin: 0px;
    padding: 0px;
}

.top15 {
    margin-top: 15px !important;
}

main {
    background: transparent;
}

.toolbar {
    padding: 2rem 0 6rem 0;
}

.icon-box {
    width: 70px;
    height: 100%;
    display: flex;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: #fff;
}

.icon-box.small {
    width: 40px;
    font-size: 1.25rem;
}

.text-gray-1 {
    color: var(--bs-gray-600);
}

.fs-1 {
    line-height: 1.8;
}

.fs-7 {
    font-size: .90rem;
}

.fs-8 {
    font-size: .80rem;
}

.catpage-list-product .sep {
    border-bottom: solid 1px var(--bs-gray-300);
    margin-bottom: .75rem;
    padding-bottom: .75rem;
}

footer {
    padding-top: 50px;
    margin-top: 60px;
}

.first-section {
    margin-top: -50px;
}

.foot-first-section {
    margin-top: -80px;
}

.foot-contact {
    margin-top: -30px;
}

.p {
    padding: calc(var(--bs-gutter-x) * .5);
}

.px {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}

footer .menu-title {
    display: inline-block;
    padding: .25rem 1rem;
    color: var(--bs-primary);
    border-bottom: solid 1px var(--bs-primary);
}

footer .menu-title.active {
    background: var(--bs-primary);
    color: #fff;
}

.ls-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prod-option {
    transition: all .2s;
}

.prod-option:hover {
    cursor: pointer;
}

.prod-option.active {
    background: var(--bs-primary-light) !important;
    border-right: solid 5px var(--bs-primary);
    color: var(--bs-primary);
}

.prod-sep {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: solid 1px var(--bs-gray-300);
}

.prod-props-icon {
    display: inline-block;
    margin-right: .75rem;
    padding-right: .75rem;
    border-right: solid 1px var(--bs-gray-300);
    font-size: 1.25rem;
    color: var(--bs-primary);
}

.va-middle {
    vertical-align: middle;
}

.sss-icon {
    margin-right: .8rem;
    padding-right: .8rem;
    border-right: solid 1px var(--bs-gray-300);
    display: inline-block;
}

.prod-content {
    max-height: 400px;
    overflow: auto;
}

.neden-row {
    counter-reset: biznum;
}

.neden-item {
    position: relative;
    counter-increment: biznum;
}

.neden-item:before {
    content: counter(biznum) ".";
    font-size: 100px;
    font-weight: 800;
    color: var(--bs-primary-light);
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 0;
    transition: all 0.2s ease-in-out;
}

.neden-item:hover::before {
    color: var(--bs-gray-300);
}

.neden-item p {
    padding: 0;
    margin: 0;
}

.neden-item p, .neden-item strong {
    position: relative;
    z-index: 1;
}

.border-end-primary {
    border-right: solid 5px var(--bs-primary-light);
}

.neden-item:hover {
    border-right: solid 5px var(--bs-gray-300);
}

.commenu li {
    border-bottom: solid 1px var(--bs-gray-200);
}

.commenu li a:hover {
    border-right: solid 5px var(--bs-gray-300);
}

.commenu li a.active {
    border-right: solid 5px var(--bs-primary);
}

.commenu {
    position: relative;
}

.commenu .sticky {
    position: sticky;
    top: 0;
    left: 0;
}

.btn-border-bottom {
    display: inline-block;
    border-bottom: solid 1px var(--bs-gray-400) !important;
    padding: .7rem;
    margin-bottom: 1rem;
}

.btn-border-bottom:hover {
    cursor: pointer;
}

.cats-item i {
    position: relative;
    top: 0;
    transition: top .3s;
}

.cats-item:hover i, .cats-item.active i {
    top: -1rem;
}

.prod-item {
    top: 0;
    transition: top .3s;
    position: relative;
}

.prod-item:hover {
    top: -.5rem
}

.prod-props {
    height: calc(100% - 72px - 1rem);
}

/*@media (min-width: 992px) and (max-width: 1199.8px){
    .slide h1{
        font-size: 1.5rem;
    }
}*/
.site-logo {
    width: 150px;
}

nav {
    position: relative;
}

nav ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--bs-gray);
    border-bottom: solid 5px var(--bs-primary);
}

nav ul li {
    padding-right: 1rem;
    padding-left: 1rem;
}

#menubar.opened {
    background-color: var(--bs-gray);
   /* border-right: solid 5px var(--bs-primary);*/
}

.va-middle {
    vertical-align: middle;
}

.lang-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 900;
}

.lang-menu ul li {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.lang-menu ul li.active {
    background-color: var(--bs-primary);
}
.lang-menu ul li.active a{
    color: #fff!important;
}
.catpage-list-product .icon-box{
    margin-left: calc(var(--bs-gutter-x) * -.5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    border-left: solid 5px var(--bs-primary);
    background-color: var(--bs-gray-light);
}
@media (min-width: 992px) {
    .part-title.text-lg-end::after {
        margin-left: auto;
    }

    .site-logo {
        width: 200px;
    }

    nav ul {
        position: static;
        border: none;
        background-color: transparent;
        transform: none;
    }

    nav ul li {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100%;
    }
}