/*
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

*/


body{
    font-family: 'Montserrat';
}
.bg-white{
    background-color: #ffffff;
}
.bg-dark{
    background-color: #000000;
}
.bg-gray{
    background-color: #f4f4f4;
}
.bg-gray2{
    background-color: #fbfbfb;
}
.bg-gray3{
    background-color: #fbfbfb;
    opacity: 0.7;
}
.bg-gray4{
    background-color: #cccccc;
}
.bg-primary{
    background-color: #c4002a;
}
.bg-ccc{
    background-color: #cccccc;
}
.text-dark{
    color: #000000;
}
.text-gray{
    color: #aaaaaa;
}
.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: #c4002a;
}
.border-0{
    border:none!important;
}
.text-bold{
    font-weight: 700;
}
.text-bolder{
    font-weight: 900;
}
a,a:hover{
    color: #000000;
    text-decoration: none;
}


.bg-gray:not(.menu-bot,.bl-det) a:not(.btn,.tel,.sideli), .bg-gray a:not(.btn,.tel,.sideli):hover, .bg-white:not(.menu-bot,.bl-det) a:not(.btn,.tel,.sideli), .bg-white:not(.menu-bot,.bl-det) a:not(.btn,.tel,.sideli):hover{
    color: #c4002a;
    text-decoration: none;

}

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: #000000;
    color: #ffffff;
    padding: 22px 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: #c4002a;
    width: 5px;
    height: 100%;
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}
.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;
    border: solid 3px #ffffff;
    padding: 12px;
    margin-right: 10px;
    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;
    margin-right: 10px;
    color: #000000!important;
}
.btn-white:hover{
    background-color: #000000;
    border: solid 3px #000000;
    color: #ffffff!important;
}



.btn-border:hover{
    background-color: #ffffff;
    color: #c4002a !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{
    height: 114px;
    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: #c4002a;
}
.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: #c4002a;
}
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: #c4002a;
    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: #c4002abb;
    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: #c4002a;
    color: #ffffff;
    cursor: pointer;
}
.mbm-m{
    mix-blend-mode: multiply;
}
.bg-aaa{
    background-color: #cccccc;
}
.part{
    padding: 40px 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 h2:after,.part h1:after,.part h3:after{
    content: "";
    display: block;
    height: 6px;
    width: 20px;
    background-color: #000000;
    transition: width 0.5s;
}
h1.text-white:after,h2.text-white:after,h3.text-white:after{
    background-color: #ffffff;
}
h1.text-primary:after,h2.text-primary:after,h3.text-primary:after{
    background-color: #c4002a;
}
h1.text-gray:after,h2.text-gray:after,h3.text-gray:after{
    background-color: #aaaaaa;
}
h1.text-center:after,h2.text-center:after,h3.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 h1:after,.part:hover h2:after,.part:hover h3: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: #c4002a;
    -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 #c4002a;
    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 #c4002a;
    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 #c4002a;
    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: #c4002a;
    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{
    margin-top: -40px;
    margin-bottom: 36px;
}
.bl-img{
    height: 200px;
    background-color: #c4002a;
}
.bl-img img{
    mix-blend-mode:multiply;
}
.bl-det{
    margin-top: -24px;
    padding-top: 20px;
    margin-bottom: 20px;
    transition: margin 0.5s;
}
.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 #c4002a;
    /*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 #c4002a;
}
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;
}
.banner h1{
    font-size:1.5em;
    font-weight:900;
    line-height:1.05;
    text-transform:uppercase;
}
@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 0;
    }
}
@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 #c4002a;
    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: #c4002a;
    border: solid 3px #c4002a;
    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{
    background-color: #c4002a;
    color: #ffffff;
}
#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: #c4002a;
    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: #c4002a;
    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 #c4002a;
    }
    #agency .agency-r .img2{
        border-left: 10px solid #c4002a;
    }
    #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:8px 0 0 8px;
    vertical-align: bottom;
    font-size:1.1em;

    border-left:solid 6px #c4002a;
    text-align:center
}
#single .content a,#single .content a:hover{
    color: #c4002a;
}
#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: #c4002a;
    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:#c4002a;
    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 #c4002a;
}
#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: #c4002a;
    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: #c4002a;
    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;
}