﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&amp;display=swap');


body{font-family: 'Rubik', sans-serif;font-weight: 500;color: #000;font-size: 1em;margin: 0;padding: 0;}
html {scroll-behavior: smooth;}
div, span, p, header, footer, a , table, tr, td, input, textarea, select, ul, li
{box-sizing:border-box; outline:none;}

a
{  transition:all 500ms;
-moz-transition:all 500ms;
-ms-transition:all 500ms;
-o-transition:all 500ms;
-webkit-transition:all 500ms;
text-decoration:none;
cursor:pointer;
    color: #000;
}

input[type=text],input[type=submit],textarea,select {
font-family: 'Rubik', sans-serif;
}
.txtcenter {text-align: center;}
ul,li,p,h1,h2,h3,h4,h5
{margin:0px;
padding:0px;
list-style: none;
}

.clear{clear:both;}
.container{position: relative;overflow:hidden;}
.full {max-width: 1360px;margin: auto;}

.htopin {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0;
}

.toplinks a{
color: #272932;
font-size: 15px;
padding-right: 20px;
position: relative;
margin-right: 10px;
}
.toplinks a i{
color: #58607e;
padding-right: 10px;
}
.toplinks a:before{
position: absolute;
content: "|";
font-weight: 300;
color: #58607e;
right: 0;
top: 1px;
}
.toplinks a:last-child{
padding-right: 0;
margin-right: 0;
}
.toplinks a:last-child:before{
display: none;
}
.toplinks a:hover{
color: #023a81;
}
.soclang {
display: flex;
align-items: center;
justify-content: space-between;
}
.langs {
margin-left: 30px;
display:none;
}
.social a{
font-size: 22px;

width: 22px;
height: 21px;
display: block;
margin-left: 7px;
}
.social {
display: flex;
align-items: center;
justify-content: center;
}
.facebook {
    background: url(images/social.png) no-repeat;
background-position: 0 0;
}
.facebook:hover{
background-position: 0 -28px;
}

.instagram {
    background: url(images/social.png) no-repeat;
background-position: -29px 0;
}
.instagram:hover{
background-position: -29px -28px;
}
.linkedin {
    background: url(images/social.png) no-repeat;
background-position: -56px 0;
display:none;
visibility:hidden;
}
.linkedin:hover{
background-position: -56px -28px;
display:none;
visibility:hidden;
}
.langs {
display: none;
align-items: center;
justify-content: center;
}

.langs a{
font-size: 12px;
width: 22px;
height: 21px;
display: block;
margin-left: 7px;
border: 1px solid #58607e;
background-color: #fff;
color: #58607e;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
border-radius: 3px;
}
.langs a.active{
border: 1px solid #023a81;
background-color: #023a81;
color: #fff;
}

.langs a:hover{
border: 1px solid #023a81;
background-color: #023a81;
color: #fff;
}
.anaslider .item {padding: 0!important;}
.hortain {
display: flex;
align-items: center;
justify-content: space-between;
}
.headorta{
border-bottom:1px solid #dedfe5;
border-top:1px solid #dedfe5;
padding: 25px 0px;
z-index: 900;
    width: 100%;
    background: #fff;
    position: relative;
}
.fixed .headorta{
position: fixed;
left: 0;
top: 0;
padding: 10px 0;
}

.topcontacts {
display: flex;
align-items: center;
justify-content: flex-end;
}

.topphone{
color: #023a81;
font-size: 15px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: space-between;
}
.topphone i{
color: #58607e;
font-size: 21px;
padding-right: 10px;
transition: 500ms;
}
.topphone:hover i {
padding-right: 5px;
}
.topphone:hover {
color: #000;
}
.tevdehizmet {
font-weight: 500;
color: #000;
margin-left: 40px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
padding:10px 20px;
border: 1px solid #023a81;
background-color: #fff;
border-radius: 30px;
 z-index: 200;
 transition: 500ms;
}
.tevdehizmet .fa-circle-check{
position: absolute;
font-size: 17px;
border: 2px solid #fff;
color: #023a81;
border-radius: 50%;
left: 44px;
    bottom: 6px;
    z-index: 200;
}
.tevdehizmet .fa-house{
color: #58607e;
font-size: 30px;
padding-right: 15px;
 z-index: 200;
 position: relative;
}
.tevdehizmet:before{
position: absolute;
content: "";
width: 0px;
height: 100%;
background-color: #023a81;
left: 0;
top: 0;
z-index: 0;
border-radius: 0px;
 transition: 300ms;
 border-radius: 30px;
}
.tevdehizmet span{
display: block;
position: relative;
z-index: 200;
}
.tevdehizmet:hover:before{
width: 100%;
left: 0;
border:1px solid #023a81;

}
.tevdehizmet:hover{
border: 1px solid #fff;
color: #fff;
}
.tevdehizmet:hover i{
color: #fff;
}
.tevdehizmet:hover .fa-circle-check{
color: #d5a6e5;
}
.tevdehizmet:after{
position: absolute;
content: "";
    background-image: url(images/evdalga.png);
    background-position: 0% 50%;
    width: 24px;
    height: 51px;
    left: -30px;
transition: 500ms;
}

.tevdehizmet:hover:after{
    animation: kalpritim 5000ms steps(20) infinite;
}
@keyframes kalpritim {
from{background-position: 0px;}
to{background-position: -51px;}

}
.testrand {
position: relative;
display: flex;
align-items: center;
justify-content: center;
margin-left: 30px;
padding:10px 21px;
border-radius: 30px;
background-color: #023a81;
color: #fff;
font-weight: 500;
border: 1px solid #fff;
}

.testrand i{
font-size: 28px;
padding-left: 10px;
}
.testrand:before{
position: absolute;
content: "";
    background-image: url(images/evdalga.png);
    width:7px;
    height: 24px;
    background-position: 100% 50%;
    left: -15px;
    top: calc(50% - 10px);
    transition: 500ms;
}

.testrand:hover:before{
left: -5px;
}
.testrand:hover{
border: 1px solid #023a81;
color: #000;
background-color: #fff;
}
.testrand:hover i{
color: #58607e;
}
.menu {
display: flex;
align-items: center;
justify-content: space-between;
}
.menu ul{
display: flex;
align-items: center;
justify-content: center;
}
.menu ul li a{
font-size: 15px;
font-weight: 500;
display: block;
position: relative;
padding: 18px;
}
.menu ul li a:before{
position: absolute;
content: "";
width: 1px;
height: 15px;
background: #e8e1e9;
right: 0;
top: calc(50% - 7.5px);
}
.last:before{
display: none;
}
.menu ul li a:hover{
color: #023a81;
}
.anaslider .item {
height: 600px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.mwhatap {
font-weight: 500;
    color: #000;
    margin-left: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 7px 20px;
    border: 1px solid #b99bbe;
    background-color: #fff;
    border-radius: 30px;
    z-index: 200;
    transition: 500ms;
}
.wtxt {
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
padding-left: 5px;
}
.wtext1 {
font-size: 12px;
font-weight: 400;
}
.wtext2 {
font-size: 13px;
font-weight: 700;
}

.mwhatap:hover{
background-color: #58607e;
color: #fff;
border: 1px solid #58607e;
}
.modeller {
padding: 60px 0px;
}

.ctitle {
display: flex;
align-items: center;
justify-content: center;
}

.titlein {
border: 1px solid #023a81;
padding: 15px 30px;
font-weight: 500;
font-size: 30px;
background-color: #fff;
border-radius: 40px;
position: relative;
text-align: center;
}
.titlein:before{
position: absolute;
content: "";
background: url(images/tdalga.png) center no-repeat;
width: 40px;
height: 18px;
left: calc(50% - 20px);
bottom: -30px;
transition: 500ms;
} 
.tinbeyaz:before {
background: url(images/tdalgabeyaz.png) center no-repeat;

}
.titlemove:hover .titlein:before{
bottom: -40px;
}
.modeltext {
display: flex;
align-items: center;
justify-content: space-between;
padding: 50px 0 30px 0;
font-weight: 300;
font-size: 18px;
}
.modeltext span{
font-weight: 600;
}
.markabox {
position: relative;
display: block;
}

.markaimg {
    min-height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    transition: 500ms;
    overflow: hidden;
    position: relative;
}
.markatbox {
    position: absolute;
    bottom: -23px;
    width: 80%;
    left: 10%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    padding:15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 1000ms;
    text-align: center;
}
.model .owl-stage-outer {
    padding-bottom: 50px;
}

.marka .owl-stage-outer {
    padding-bottom: 50px;
}
.blog .owl-stage-outer {
    padding-bottom: 50px;
}
.blog .markatbox{width: 90%;left: 5%;
line-height: 25px;
text-align: left;
bottom: -40px;
}
.bloglar {
padding: 60px 0px 80px 0px;
}
.markatitle {display: block;}

.markaimg:after {
  content: "";
  position: absolute;
    top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

.markabox:hover .markaimg{opacity: 0.9;}
.markaimg:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

.markabox:hover .markatbox {
    left: 0;
}
.hizmetanagovde {
background: url(images/hizmetanabg.jpg) center no-repeat;
width: 100%;
padding: 60px 0;
background-size: cover;
}
.hiztexgovde {
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
padding-top:60px ;
text-align: center;
color: #fff;
width: 52%;
margin: auto;
padding-bottom: 30px;
}
.hiztitle {
font-size: 25px;
font-weight: 500;
padding-bottom: 10px;
}

.hiztext {
font-size: 16px;
font-weight: 300;
line-height: 24px;
}

.hizmetler {
display: flex;
align-items: flex-start;
justify-content: center;
flex-flow: row;
}
.hizmetbox {
background-color: #fff;
border-radius: 5px;
padding: 20px 20px 10px 20px;
width: 18.4%;
margin-right: 2%;
transition: 500ms;
position: relative;
min-height: 312px;
}
.hizmetbox:last-child{margin-right: 0;}
.hizikon, .hiztit{text-align: center;}

.hizikon i {position: relative;
color: #343c55;
font-size: 50px;
}
.hizikon{
padding-bottom: 20px;
}
.hizikon i:after{position: absolute;
content: "";
width: 60px;
height: 7px;
background:url(images/golge.png);
bottom: -10px;
left: -9px;
}
.hiztit{
color: #023a81;
font-weight: 500;
font-size: 18px;
padding-bottom: 10px;
display: block;
text-align: center;
}
.hizdesc {
color: #343c55;
font-weight: 300;
font-size: 16px;
line-height: 23px;
padding-bottom: 10px;
}

.hizmetbox .hizadown{
text-align: center;
font-weight: 700;
display: block;
color: #023a81;
padding: 10px;
position: absolute;
bottom: 10px;
width: calc(100% - 40px);
left: 20px;
}

.hizmetbox:hover{
background-color: #023a81;
}
.hizmetbox:hover .hiztit, .hizmetbox:hover i, .hizmetbox:hover .hizdesc{
color: #fff;
}
.hizmetbox:hover .hizadown{
background-color: #fff;
border-radius: 5px;
}

.hizmetbox .hizadown:hover{
color: #000;
}
.sgkbox {
background-color:#023a81 ;
}

.sgkbox .hiztit, .sgkbox .hizdesc{
color: #fff;
}
.markalar {
    padding: 60px 0px;
position: relative;
background-color: #fcfcfc;
}
.markaanatitle{
font-weight: 500;
font-size: 25px;
text-align: center;
padding: 50px 0px 40px 0px;
}
.marka .markatbox {
font-size: 16px;
color: #343c55;
font-weight: 500;
line-height: 24px;
padding: 10px 10px;
width: 90%;
left: 5%;
display: flex;
align-items: center;
justify-content: center;
min-height: 68px;
bottom: -34px;
}

.markalogo {
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 15px;
min-height: 70px;
}
.markalogo img{
width: 50% !important;
transition: 500ms;
}
.markabox:hover .markalogo img{
width: 60% !important;
}
.markatbox:hover{
background-color: #023a81;
color: #fff;
}


.markalar:before {
    position: absolute;
    content: "";
    width: 584px;
    height: 328px;
    background: url(images/sesbg.png) no-repeat center;
    bottom: 50px;
    left: -200px;
}
.markalar:after {
    position: absolute;
    content: "";
    width: 584px;
    height: 328px;
    background: url(images/sesbg.png) no-repeat center;
    bottom: 50px;
    right: -200px;
}
.anamodel {
position: relative;
padding: 60px 0;
}
.anamodel:before{
position: absolute;
content: "";
background: url(images/ontop.png);
width:480px;
height: 330px;
top: 0;
left: 0;
z-index: -1;
}
.anamodel:after{
position: absolute;
content: "";
background: url(images/onbottom.png);
width:567px;
height: 836px;
bottom: 0;
right: 0;
z-index: -1;
}

.modelgovde {
display: flex;
align-items: center;
justify-content: center;
flex-flow: row;
padding-top: 80px;
}
.onresim1 {
    width: 90%;
    height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-right: 20px;
}

.onresim2 {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-right: 40px;
}
.onmodeladi {
font-weight: 300;
font-size: 30px;
    padding-bottom: 10px;
}
.onbaslik {
font-weight: 700;
font-size: 28px;
padding-bottom: 10px;
}
.ontextin{
color: #343c55;
}

.ontext {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.incele {
background-color: #023a81;
border: 1px solid #023a81;
position: relative;
padding: 15px 30px;
color: #fff;
font-weight: 700;
border-radius: 25px;
overflow: hidden;
display: inline-block;
}
.incele:before{
background-color: #343c55;
position: absolute;
content: "";
width: 0;
height: 100%;
z-index: 90;
left: 0;
top: 0;
border-radius: 25px;
transition: 500ms;
border: 1px transparent;
}
.incele span{
position: relative;
z-index: 100;
}
.incele:hover:before{
width: 100%;
border: 1px solid #343c55;
}
.yorumgovde{
position: relative;
padding: 60px 0px;
background-color: #f6f6f7;
}

.yorum {
padding-top: 50px;
}

.yorum .item{padding: 10px;}
.yorumbox {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    padding:15px;
    border-radius: 5px;
    transition: 500ms;
}
.yorumtop {
display: flex;
align-items: center;
justify-content: flex-start;
}
.yadsoyad {
padding-left: 10px;
}
.stars {display: flex;
align-items: center;
justify-content: flex-start;
padding: 10px 0;
}
.star {padding-right: 15px;}
.star img {
width: auto !important;
}

.kisa {
color: #fff;
font-weight: 300;
font-size: 34px;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.ytarih{
font-weight: 300;
color: #616161;
font-size: 14px;
}
.yorumtext {
font-weight: 300;
font-size: 14px;
line-height: 19px;
height: 166px;
overflow: scroll;
}
.solnav {
overflow: scroll;
}


 /*change the thinkness of the scrollbar here*/
.solnav::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;

}
 /*add a shadow to the scrollbar here*/
.solnav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/*this is the little scrolly dealio in the bar*/ 
.solnav::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(0,0,0,0.3);
    height: 3px;
}
.solnav::-webkit-scrollbar-corner { display: none; height: 0px; width: 0px; }

.blogkisa {
padding: 50px 0px 20px 0px;
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-flow: row wrap;
}

.blogkisa a{
display: inline-block;
padding: 10px 27px;
border: 1px solid #023a81;
border-radius: 30px;
margin: 5px;
position: relative;
overflow: hidden;

}
.blogkisa a:before{
position: absolute;
content: "";
background-color: #023a81;
width: 0;
height: 100%;
left: 0;
top: 0;
z-index: 100;
transition: 300ms;
}

.blogkisa a span{
position: relative;
z-index: 200;
}
.blogkisa a:hover:before{
width: 100%;
}
.blogkisa a:hover{
color: #fff;
}
.fotop{
background-color: #f6f6f7;
position: relative;
width: 100%;
min-height: 280px;
margin-top:-200px;
}

.hand {
    position: absolute;
top: -46px;
width: 30%;
z-index: 100;
}

.hand img{
width: 100%;
}
.uzmangovde{
width: 70%;
display: flex;
align-items: flex-end;
justify-content: space-between;
position: relative;
z-index: 200;
padding:20px 0 20px 16%;
}
.uzmanwhat{
display: inline-flex;
background-color: transparent;
margin-left: 0;
}
.uzmanwhat .wtext1{
font-size: 16px;
padding-bottom: 5px;
}
.uzmanwhat .wtext2{
font-size: 17px;
}
.uzmanwhat .wtxt{padding-left: 10px;}

.uzmanlar {
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
}
.uzmantextgovde{    width: 62%;}
.uzmano {
display: flex;
align-items: center;
justify-content: flex-start;
overflow: hidden;
margin-bottom: 20px;
padding: 10px 30px;
background-color: #fff;
border-radius: 40px;
border: 1px solid #023a81;
width: 100%;
}
.unvad {
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-flow: column;
font-size: 18px;
}
.unvad span{display: block;}
.uzmano i{
font-size: 40px;
color: #343c55;
margin-right: 10px;
}

.uzmanad {font-weight: 400;padding-bottom: 5px;}
.uzmantel {font-weight: 700;color: #023a81;}
.uzmano:last-child{margin-bottom: 0;}

.uzmantitle {
font-weight: 700;
font-size: 33px;
color: #023a81;
padding-bottom: 20px;
}

.uzmantext {
font-weight: 400;
font-size: 18px;
line-height: 25px;
padding-bottom: 20px;
}

.foorta {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 30px 0;
}
.uzmano:hover, .uzmano:hover i, .uzmano:hover .uzmantel{
color: #fff;
}
.uzmano:hover{
background-color: #023a81;
}

.contactbox {
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-flow: column;
}

.contsatir {
display: flex;
align-items: flex-start;
justify-content: flex-start;
margin-bottom: 30px;
}
.contitems {
font-weight: 700;
font-size: 18px;
}
.contsatir i {
font-size: 35px;
color: #343c55;
width: 45px;
padding-right: 5px;
}
.connumber{
color: #023a81;
padding-top: 7px;
    white-space: break-spaces;
    line-height: 24px;
}
.altlinkler {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-flow: row;
}

.stuntitle {font-weight: 700;
padding-bottom: 20px;
font-size: 18px;
}
.altstun {
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-flow: column;
margin-left: 50px;
}
.altstun a {
    font-weight: 400;
padding-bottom: 25px;
font-size: 18px;
display: block;
}
.altstun a:hover{
color: #023a81;
}

.foalt{
border-top: 1px solid #f6f6f7;
padding: 40px 0px;
text-align:center;
}

.copy {
display: flex;
align-items: center;
justify-content: flex-start;
font-weight: 400;
}
.copy a{font-weight: 700;}
.copy div{padding-right: 30px;}
.banner {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 400px;
opacity: 0.85;
display: flex;
align-items: center;
justify-content: center;
}
.banner:before{
position:absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.1);
z-index: 100;
}
.banner h1 {
color: #000;
background: rgba(255, 255, 255, 0.5);
font-size: 30px;
padding: 15px 35px;
border-radius: 30px;
z-index: 200;
font-weight: 500;
position: relative;
}
.banner h1:before{
position: absolute;
    content: "";
    background: url(images/tdalgabeyaz.png) center no-repeat;
    width: 40px;
    height: 18px;
    left: calc(50% - 20px);
    bottom: -30px;
    transition: 500ms;
}

.banbg{
position: absolute;
z-index: 190;
width: 1360px;
height: 100%;
left: calc(50% - 680px);
}
.banbg:before{
position: absolute;
content: "";
background: url(images/bansol.png) center no-repeat;
width: 223px;
height: 109px;
left: -223px;
bottom: 0;
}
.banbg:after{
position: absolute;
content: "";
background: url(images/bantop.png) center no-repeat;
width: 185px;
height: 56px;
right: -185px;
top: 0;
}
.linkyol {
padding: 15px 0;
border-bottom: 1px solid #e2e2e2;
}
.linkin {
display: flex;
align-items: flex-start;
justify-content: flex-start;

}
.linkin a{
position: relative;
text-transform: uppercase;
font-size: 14px;
font-weight: 300;
margin-right: 10px;
padding-right: 15px;
}
.linkin a:before{
position: absolute;
content: ">";
font-size: 12px;
right: 0;
top: 0px;
}
.linkin a:last-child:before{
display: none;
}

.katlinkrev a:last-child:before{
display: block;
}
.katlinkrev a:first-child:before{
display: none;
}
.linkin a:last-child{
margin-right: 0;
padding-right: 0;
}
.linkin a:hover{
color: #023a81;
}

.sayfagovde{
padding: 60px 0px;
margin-bottom: 150px;
overflow: hidden;
position: relative;
min-height: 600px;
}
.hakslider .item{
min-height: 540px;
background-size: cover;
border-radius: 10px;
}

.icsayfa {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.sayfasol {
width: 50%;
padding-right: 130px;
position: relative;
}

.sayfasag {
width: 50%;
}
.altbaslik {
font-size: 30px;
color: #343c55;
line-height: 35px;
font-weight: 700;
padding-bottom: 20px;
}

.iceriktext {
font-size: 18px;
color: #343c55;
line-height: 25px;
font-weight: 400;
}
.hakslider {padding-top: 75px;
}

.minitext{
position: absolute;
z-index: 200;
background-color: #8965b9;
padding: 15px;
color: #fff;
width: 230px;
right: 20px;
top: 0;
border-radius: 5px;
}

.minititle{
padding-bottom: 10px;
}
.minidesc {
font-weight: 300;
font-size: 15px;
line-height: 21px;
}
.miniiimg{
display: flex;
align-items: center;
justify-content: center;
padding-top: 5px;
}
.miniiimg img {width: 100%;}

.sayfaresim img {
width: 100%;
border-radius: 10px;
}
.padsiz {padding-right: 50px;}

.w35{width: 35%;}

.w65{width: 66%;}

.markaaltlogo {
padding: 30px 0;
width: 100%;
text-align: center;
}
.markaaltlogo img{
    width: 220px;
}

.urunlist{
margin-top: 60px;
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-flow: row wrap;
}
.urunbox {
background: #fff;
position: relative;
width: 22%;
margin-right: 4%;
margin-bottom: 60px;
}
.urunbox:nth-child(4n){
margin-right: 0;
}
.urunimg {
height: 230px;
position: relative;
border: 1px solid #e2e2e2;
border-radius: 5px;
transition: 500ms;
}
.urunimg img{
max-height: 80%;
    max-width: 80%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 500ms;
}
.urungovde {
    padding: 60px 0px;
    position: relative;
    background-color: #fcfcfc;
    margin-bottom: 40px;
}

.uruntitle{
position: absolute;
    bottom: -23px;
    width: 90%;
    left: 5%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 1000ms;
    text-align: center;
    color: #343c55;
    transition: 500ms;
}
.urunbox:hover .uruntitle{
left: 0;
}
.urunbox:hover .urunimg{
border-color: #023a81;
}
.uruntitle:hover{
background-color: #023a81;
color: #fff;
}

.urunbox:hover .urunimg img{
max-height: 70%;
    max-width: 70%;
}

.urundetay{
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-flow: row;
margin-bottom: 100px;
}
.urunsol {
width: 40%;
padding-right: 60px;
}
.urunsag {width: 60%;}

.urunresim img {
width: 100%;
    border-radius: 10px;
}
.urew {
flex-flow: row-reverse;
}
.martop50 {padding-top: 100px;}

.urew .urunsol{
padding-right: 0;
padding-left: 60px;
}
.detayhizmet {
padding-top: 60px;
flex-flow: row wrap;
}
.katlinkrev {flex-flow: row-reverse;
justify-content: flex-end;
}
.katlinkrev a:last-child{margin-right: 10px;
    padding-right: 15px;}
.detayhizmet .hizmetbox {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    margin-bottom: 40px;
}
.detayhizmet .hizmetbox:nth-child(5n){
margin-right: 0;
}
.blognopad {
padding: 0px 0px 20px 0px;
justify-content: center;
}
.bloglist {
display: flex;
align-items: flex-start;
justify-content: center;
flex-flow: row wrap;
width: 100%;
}
.bloglist .item {
width: 30%;
margin-right: 5%;
margin-bottom: 80px;
}
.bloglist .item:nth-child(3n){
margin-right: 0;
}
.bllist {flex-flow: column;}


.iletstun{width: 47%;padding-right: 0px;
}

.iletanadesc {
    font-size: 20px;
padding: 60px 0 40px 0;
text-align: center;
}

.iletformdesc {font-weight: 300;
padding: 60px 0 15px 0;
text-align: center;
font-size: 18px;
line-height: 24px;
}
.iletsatir {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.iltform input[type=text] {
width: 100%;
border: 1px solid #e2e2e2;
padding: 20px 15px;
font-weight: 300;
font-size: 15px;
border-radius: 30px;
margin-bottom: 20px;
transition: 500ms;
}

.iltform textarea {
width: 100%;
border: 1px solid #e2e2e2;
padding: 20px 15px;
font-weight: 300;
font-size: 15px;
border-radius: 30px;
margin-bottom: 20px;
height: 120px;
transition: 500ms;
}
.senderr {display: flex;
align-items: center;
justify-content: space-between;
}
.form-err{
color: #023a81;
font-weight: 700;
}
.harita {padding-top: 50px;}

.iltform input[type=text]:focus, .iletform textarea:focus { 
    border-color: #023a81;
    box-shadow: 0 0 5px #023a81;
 }
.ssblog {
justify-content: flex-start;
padding: 20px 0px 20px 0px;
}

.wp {
    position: fixed;
    z-index: 500;
    bottom: 50px;
    left: 20px;

}


#kmacb {
position: fixed;
    z-index: 500;
    bottom: 50px;
    right: 20px;
    width: 160px;
    height: 160px;
    margin: auto;
    transition: visibility 0.5s ease 0s;
    z-index: 200000 !important;
}
#kmacb a {
    text-decoration: none;
}
#kmacb .kmacb-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
    background: #e90939;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 80px;
    left: 40px;
    opacity: 0.8;
    position: absolute;
    top: 40px;
    transform-origin: 50% 50% 0;
    width: 80px;
}
#kmacb .kmacb-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running kmacb-circle-fill-anim !important;
    background: #e90939 none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 110px;
    left: 25px;
    opacity: 0.24;
    position: absolute;
    top: 25px;
    width: 110px;
}
#kmacb .kmacb-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running kmacb-circle-anim !important;
    background-color: transparent;
    border: 2px solid #e90939;
    border-radius: 100%;
    height: 100%;
    opacity: 0.35;
    position: absolute;
    width: 100%;
}
#kmacb .kmacb-img-circle, #kmacb .kmacb-circle-fill {
    background-color: #e90939;
}
#kmacb .kmacb-circle {
    border-color: #e90939;
}
#kmacb:hover .kmacb-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim-hover;
}
@keyframes kmacb-circle-anim {
0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
}
30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes kmacb-circle-anim {
0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
}
30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
100% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes kmacb-circle-fill-anim {
0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
50% {
    opacity: 0.2;
}
100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
}
@keyframes kmacb-circle-fill-anim {
0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
}
@keyframes kmacb-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes kmacb-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes kmacb-circle-img-anim-hover {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-35deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(35deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-35deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(35deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes kmacb-circle-img-anim-hover {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-35deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(35deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-35deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(35deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}


.wp span{font-weight: 700;color: #000;}

.fa-phone-alt:before {
    font-size: 38px;
    top: 18px;
    position: relative;
    left: 18px;
    color: #fff;
}

.anaslider .owl-dots .owl-dot span, .gorusler2 .owl-dots .owl-dot span, .blogx .owl-dots .owl-dot span{

    border: 1px solid #023a81;
}

.search {
margin-left: 0;
}
.searchbox {
    display:none;
    position: fixed;
    top: -159px;
    left: 0;
    width: 100%;
    height: 159px;
    z-index: 1100;
    background-color: #323a43;
    color: #fff;
    display: flex;
    transition: all 300ms;
}
.comedown {
    top: 0;
}
.closesearch {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.searchform, .srcform {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.srcform input[type=text] {
    border: none;
    padding: 20px;
    width: 100%;
}
.srcform input[type=submit] {
    border: none;
    padding: 20px;
    background-color: #023a81;
    font-weight: 700;
    color: #fff;
}
.mrgtopsif{margin-top: 0;}

.evdehiz{display: none;}

.sldetay {position:absolute;width:100%;text-align:center; bottom: 20%;}

















































.mobilmenu{display: none;}
.mobillogo{display: none;}
.mobilcontact {
display: none;
}
.wsag100{width: 100%;}
.cmodellist .item{width: 24%;
margin-right: 2%;
}
.cmodellist .item:nth-child(4n) {
margin-right: 0%;
}

.iceriktext ul {
    list-style: disc;
    margin: 20px;
}
.iceriktext ul li {
    list-style: disc;
}


/* iPhone Phone Dikey*/
@media screen and (min-width: 360px) and (max-width: 1024px)

{

.full{width: 94%;}
.toplinks{display: none;}
.soclang{width: 100%;}
.evdehiz{display: flex;
padding: 20px 0px;
align-items: center;
justify-content: center;
background-color: #023a81;
}
.markalar .markaimg {min-height: 150px;}
.evdehiz .tevdehizmet{
    margin-bottom: 0;
        font-size: 25px;
}

.evdehiz .tevdehizmet .fa-house{
font-size: 30px;
}

.evdehiz .tevdehizmet .fa-circle-check{
font-size: 17px;
left: 44px;
}


.anamenu {display: none;}

.logo img {width: 200px;}
.headorta{padding: 10px 0;}
.topcontacts {display: none;}
.mobilmenu{display: block;padding: 7px 12px;border: 1px solid #e2e2e2;
border-radius: 5px;
}
.mobilmenu i{font-size: 25px;}
.anamenu{
display: block;
position: fixed;
width: 70%;
background-color: #fff;
right: -80%;
top: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    z-index: 1000;
height: 100vh;
transition: 700ms;
visibility: hidden;
opacity: 0;
}
.menugel {
visibility: visible;
opacity: 1;
right: 0;
}

.menu{
flex-flow: column;
align-items: center;
}
.menu ul{
flex-flow: column;
align-items: flex-start;
width: 100%;
margin-bottom: 20px;
}
.menu ul li{
width: 100%;
}
.mobillogo{display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #e2e2e2;
padding: 20px;
}

.mobillogo img {width: 130px;}
.menu ul li a:before{display: none;}
.menu ul li a{   border-bottom: 1px solid #e2e2e2;
display: block;
}
.closemenu {
    padding: 7px 12px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
.menudrop{
position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 901;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #fff;
}

.dropshow {
visibility: visible;
opacity: 0.8;
}

.mobilcontact {
display: flex;
    flex-flow: column;
    margin-top: 20px;
}
.topphone {display: none;}

.tevdehizmet .fa-circle-check{
left: 32px;
font-size: 10px;
}

.tevdehizmet .fa-house{
font-size: 16px;
}

.tevdehizmet{font-size: 13px;margin-bottom: 20px;margin-left: 0;}

.testrand{font-size: 13px;margin-left: 0;}

.mwhatap{margin-left: 0;}
.tevdehizmet:after{display: none;}
.testrand:before{display: none;}

.testrand span {display: none;}
.anaslider .item {
height: 170px;
}
.anaslider .owl-dots{
bottom: 0px !important;
}

.anaslider .owl-dots .owl-dot span, .gorusler2 .owl-dots .owl-dot span, .blogx .owl-dots .owl-dot span{
border: 1px solid #e2e2e2;
width: 30px !important;
}
.titlein{
font-size: 20px;
}
.modeltext {line-height: 25px;}

.modeller{padding: 40px 0;}
.hizmetanagovde{padding: 40px 0;}
.hiztexgovde{width: 100%;}

.hizmetler{
flex-flow: row wrap;
}
.hizmetbox{width: 48%;margin-right: 4%;padding: 10px;margin-bottom: 20px;min-height: 320px;}
.hizmetbox:nth-child(2n){margin-right: 0;}
.hizikon i{font-size: 30px;}
.hizikon i:after{left: -19px;}
.hizdesc{font-size: 15px;line-height: 22px;text-align: center;}
.hiztit{font-size: 16px;}
.markalar{padding: 40px 0;}
.markaanatitle{line-height: 30px;}
.anamodel{padding: 40px 0;}
.onresim1{display: none;}
.modelgovde{flex-flow: column;padding-top: 40px;}

.onresim2{height: 450px;margin-right: 0;margin-bottom: 20px;}
.onimg img {width: 100%;}
.yorumgovde{padding: 40px 0;}
.bloglar {
padding: 40px 0 60px 0;
}

.blogkisa a{font-size: 14px;padding: 7px 12px;}

.blogkisa{justify-content: center;}

.hand img {height: auto;width: 100%;}
.uzmangovde{
flex-flow: column;
align-items: flex-start;
padding: 30px 0 20px 20px;
}
.uzmantextgovde{width: 100%;margin-bottom: 20px;}
.uzmantitle{line-height: 37px;}

.uzmanlar{align-items: flex-start;}

.foorta{flex-flow: column;align-items: flex-start;}

.contactbox{margin-bottom: 20px;}
.altstun{margin-left: 0;}
.altlinkler{flex-flow: column;}

.copy{flex-flow: column;text-align: center;}
.copy div{margin-bottom: 20px;}

.icsayfa{
flex-flow: column;
}
.sayfasol{width: 100%;margin-bottom: 20px;}
.sayfasag{width: 100%;}

.minitext{
right: 0;width: 180px;
}
.hakslider .item{min-height: 300px;}


.altbaslik{font-size: 22px;}
.sayfagovde{margin-bottom: 70px;
padding: 30px 0px;
}
.banner{height: 200px;}
.banner h1{font-size: 22px;padding: 10px 20px;text-align: center;}

.padsiz{padding-right: 0;}


.urunbox {
width: 48%;
margin-right: 4%;
}

.urunbox:nth-child(2n) {
margin-right: 0;
}

.uruntitle{font-size: 14px;padding: 10px;bottom: -15px;}
.urungovde{padding: 30px 0;margin-bottom: 20px;}

.detayhizmet .hizmetbox:nth-child(5n){
margin-right: 4%;
}
.bloglist .item {
width: 100%;
margin-right: 0;
margin-bottom: 60px;
}
.iletsatir{
flex-flow: column;
}
.iletstun {
    margin-bottom: 40px;
}
.urundetay{
flex-flow: column;
}

.urunsol{width: 100%;padding-right: 0;margin-bottom: 20px;}
.urunsag{width: 100%;}

.urew .urunsol{
padding-left: 0;
}
#kmacb{bottom: 10px;}

.uzmangovde{width: 70%;}
.hand{display: none;}



















}
/* iPhone Phone Dikey*/

























/* iPhone Phone Yatay*/
@media only screen  and (min-width: 360px) and (max-width: 1024px) and (orientation: landscape) 
{ 

}
/* iPhone Phone Yatay*/


/* iPhone  Tablet Dikey*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) 
{ 

}
/* iPhone  Tablet Dikey*/



/* iPhone  Tablet Yatay*/
@media only screen  and (min-width: 768px)   and (max-width: 1024px)  and (orientation: landscape) 

{


}
/* iPhone  Tablet Yatay*/



/*zoom 110ustu*/
@media screen and (max-width: 1800px) and (min-width: 1700px)
{


}
/*zoom 110ustu*/

/*zoom 125ustu*/
@media screen and (max-width: 1700px) and (min-width: 1500px)
{

}
/*zoom 125ustu*/


/*zoom 150ustu*/
@media screen and (max-width: 1500px) and (min-width: 1200px)
{

.full{width: 94%;}
.uzmangovde{width: 70%;}
}
/*zoom 150ustu*/

/*zoom 175ustu*/
@media screen and (max-width: 1200px) and (min-width: 1024px)
{

.full{width: 94%;}

}
/*zoom 175ustu*/