/* @font-face {
    font-family: 'lailasemibold';
    src: url('font/laila-semibold-webfont.eot');
    src: url('font/laila-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/laila-semibold-webfont.woff2') format('woff2'),
         url('font/laila-semibold-webfont.woff') format('woff'),
         url('font/laila-semibold-webfont.ttf') format('truetype'),
         url('font/laila-semibold-webfont.svg#lailasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

} */

body {

  color: #000;
  /* background: #efefef; */
}

#menu{display: none;}
a, span, p {
  color: #000
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h{font-family: 'Open Sans', sans-serif;font-weight:700}
a,p,ul,li.duz-yazi{font-family: 'Open Sans', sans-serif;font-weight:400}

a:hover {
  text-decoration: none;
  color: inherit;
}

.h-104{height: 140px}
.max-240px{max-width: 240px}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}


.col-besli{ -ms-flex: 0 0 20% !important; flex: 0 0 20%!important; max-width: 20%!important;}
}

img.initial,
img.loaded,
img.error,
img.loading {
  opacity: 1 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.owl-carousel .owl-item .owl-lazy.loaded {
  opacity: 1;
}



#alt {min-height: 54px}
#alt .b-b {  border-bottom: 1px solid;}

#alt .navbar{padding: 0}
#alt .navbar-nav li a{
  font-size: 15px;
  text-decoration: none;
  display: block;
  margin: 0;
      padding: 33px 20px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.3px;

}

#alt .navbar-nav li a::before{
  content: '';
opacity: 0;
display: block;
  height: 4px;
  width: calc(100% - 42px);
  position: absolute;
  bottom: 0;
  background:#4ea5d2;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;

}

#alt .navbar-nav li a:hover::before{
 opacity: 1;

}

#alt .dropdown-menu{
  position: absolute;
      top: 90%;
      left: inherit;
      width: 250px;
      padding: 0px 0;
      opacity: 0;
      visibility: hidden;
      border-radius: 10px;
      -moz-transform: translateY(30px);
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      transform: translateY(30px);
      transition: all 100ms ease;
      z-index: 100;
      display: inline;
          overflow: hidden;
}
.overflow-hidden{
  overflow: hidden;
}


  .header .arama{
    position: absolute;
    top: 0;
    left: 11px;
    width: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    color: #fff;
    background-color: #fff;
        z-index: 115;
visibility: hidden;
}

  .header .arama:not(.kapali) {
  opacity: 1;
  visibility: visible;
}

.header .arama input {
    float: left;
    width: calc(100% - 75px);
    height: 44px;
    border: none;
    border-bottom: 1px solid #cbc6c6;
    color: #4ea5d2;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 20px;
    border-radius: 0;
     font-weight: 500
}

.header .arama input:focus {
    outline: none !important;
}
.header .arama input:focus {
    border-bottom: 1px solid #4ea5d2;
}


.header .sosyal-medya li a i::before {
    line-height: 4px !important;
    font-size: 16px!important;
}

.header .sosyal-medya li a i {
color: #4ea5d2
}

.header .sosyal-medya li a {
     font-size: initial;

    padding: 0 2px !important;

}

.header .language i{font-size: 8px}
.header .language span::after{display: none}

.header .language .dropdown-menu{min-width: inherit!important;    transform: translate3d(-9px, 23px, 1px) !important;}
.header .language .dropdown-menu img{margin-top: -2px;}

.kapat{right: 25px; top: 25px}


.navbar .dropdown:hover>.dropdown-menu, .navbar .dropdown-submenu:hover>.dropdown-menu {
  opacity: 1 !important;
      visibility: visible  !important;
      -moz-transform: translateY(0) !important;
      -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
      -o-transform: translateY(0) !important;
      transform: translateY(0) !important;
      transition: all 300ms ease !important;
      -moz-transition: all 300ms ease !important;
      -webkit-transition: all 500ms ease !important;
      -ms-transition: all 300ms ease !important;
      -o-transition: all 300ms ease !important;
}



@-webkit-keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframesfade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade-in {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}






#alt .dropdown-menu  .dropdown-submenu a{
  position: relative;
      display: block;
      border-bottom: 1px solid #f3f3f3;
      padding: 13px 0px 10px !important;
      color: #000;
      font-size: 14px;
      line-height: 21px;
      font-weight: 500;
      text-align: left;
      text-transform: capitalize;
      transition: all 500ms ease;
      letter-spacing: 0.03em;

  }

  #alt .dropdown-submenu{position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;}

        #alt .navbar-nav  li.dropdown-submenu:hover{
          background: #4ea5d2 !important
        }

    #alt .navbar-nav  li.dropdown-submenu a::before{display: none}

    #alt .navbar-nav  li.dropdown-submenu a::after{
      font-family: "Font Awesome 5 Pro";
      content: "\f105";
      position: absolute;
      top: 2px;
      left: 0;
      bottom: 0;
      font-size: 14px;
      line-height: 42px;
      color: #fff;
      transform: scaleX(0);
      transition: all 500ms ease;}

    #alt .navbar-nav  li.dropdown-submenu:hover a{
      /* color: var(--thm-primary); */
    padding-left: 15px !important;
    color: #fff !important;
    border-bottom: 1px solid #4ea5d2;
  }


    #alt .navbar-nav  li.dropdown-submenu:hover a:after {
      transform: scaleX(1.0);
  }

#alt .dropdown-menu a{padding: 19px 0px 8px 0px !important;}

  #alt .dropdown-submenu i {  margin-top: 3px; right: 10px;   position: absolute;   font-size: 10px;}

#alt .buyuk .baslik{ margin:0 0 6px 0 !important; font-size: 12px; line-height: normal; font-weight: 500; padding: 6px 0px 6px 0px !important;  letter-spacing: normal;  text-transform: uppercase;    border-bottom: 3px  double;}
#alt .buyuk .tam{    position: relative;   overflow: hidden; padding: 0 !important; margin: 0 !important}
#alt .buyuk img{width: 100%; -webkit-transition-duration: 500ms;   transition-duration: 500ms;  -webkit-transition-property: transform;  transition-property: transform; -webkit-transform: translateZ(0);   -moz-transform: translateZ(0);  transform: translateZ(0);}
#alt .buyuk img:hover {-webkit-transform: scale(1.11); transform: scale(1.11);  -moz-transform: scale(1.11);}
#alt  .buyuk li ul li{padding: 6px 0; }
#alt  .buyuk li ul li a{font-size: 12px; padding: 0 !important; margin-left: 12px;text-transform: capitalize;font-weight: 400}
#alt .buyuk li ul li a i{font-size: 12px;     font-size: 7px;   margin-top: 5px;     margin-left: -11px;  position: absolute;}
#alt .buyuk li ul li p{font-size: 12px}



#alt .navbar-nav .nav-item:last-child  a.nav-link:before {display: none}

#alt .buyuk .buton{    width: max-content;
    border: 3px double;
    margin: auto !important;
    padding: 9px 10px 9px 10px !important;
    line-height: 14px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;}

@media (max-width: 992px){
  #alt .navbar-nav li a { font-size: 12px;    padding: 16px 13px;}



}


.arama-icon{
  position: relative;
display: block;
width: 42px;
height: 42px;

border-radius: 50%;
color: #fff;
font-size: 16px;
font-weight: 400;
cursor: pointer;
transition: all 500ms ease;
line-height: 42px
}


#yan-sepet {    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
  display: none}

#yan-sepet .yan-overlay{    position: absolute;
    background-color: #333;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s ease 0ms;}

    #yan-sepet .yan-content{    z-index: 10;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25rem;
    max-width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform .25s ease .1s;
    transition: transform .25s ease .1s;
    transition: transform .25s ease .1s,-webkit-transform .25s ease .1s;}

    #yan-sepet.active {
      display: block
    }

      #yan-sepet.active.show .yan-overlay{    opacity: .85;}

      #yan-sepet.active.show .yan-content{     -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);}


  #yan-sepet h4{font-size: 18px; border-bottom: 1px solid}
  #yan-sepet .close{
  position: absolute;
  top: 5px;
  right: 15px;
  }

  .kapat {
    right: 25px;
    top: 25px;
}


.iletisim input,.iletisim textarea{
  position: relative;
display: block;
background: #ecf2f6;
width: 100%;
height: 55px;
border: 1px solid #ecf2f6;
color: #585858;
font-size: 16px;
font-weight: 400;
font-style: normal;
padding-left: 30px;
padding-right: 30px;
border-radius: 27px;
transition: all 500ms ease;
}

.iletisim textarea{
  height: 100px;
    padding-top: 12px;
    padding-left: 30px;
    border-radius: 27px;
}

.adress{margin: 0; padding: 0}
.adress li{list-style: none; display:inline-block; width: 100%; margin-bottom: 5px}

.adress li i{width: 35px; color: #012644 !important}
.adress li a,.adress li span{width: calc(100% - 35px)}
.harita iframe{    width: 100%;
    height: 325px;
    border: none;}
.golge-at{
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

   .sosyal-medya{ display: block; margin: 0; padding: 0}
     .sosyal-medya li{     width: auto;   float: left;
    text-align: center;
    list-style: none;
    margin-right: 8px;}

     .sosyal-medya li a{font-size: 20px;
    color: #f5bf4a;
    padding:0 7px;
    border-radius: 100%;

    display: block;}

.sosyal-medya li a i::before{    line-height: 42px !important; font-size: 24px}


.slider{height: 740px}

.slider .item,.slider .owl-carousel, .slider .owl-item, .slider .owl-stage-outer, .slider .owl-stage {height: 100%}

.slider .item .bg-alan:before {
    background-color: rgba(0, 49, 102, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index:9;
}

.slider .item .bg-alan{
  position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale (1);
transition: all .8s ease-in-out .4s;
z-index: 1;
}



.slider .container{
  z-index: 99;
    position: relative;
}

.slider .container .text{
  position: relative;
      display: block;
      overflow: hidden;
      padding: 260px 0px 320px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
}

.slider .container .h6{

    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;

   position: relative;
    display: inline-block;

    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.slider .owl-item.active .container .h6{
  opacity: 1;
-webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
-ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
transform: perspective(400px) rotateY(0deg) translateY(0px);
-webkit-transition-delay: 1500ms;
-moz-transition-delay: 1500ms;
-ms-transition-delay: 1500ms;
-o-transition-delay: 1500ms;
transition-delay: 1500ms;
}

.slider .container .h1{
font-size:72px;
  line-height: 1.20em;
      font-weight: 700;
      text-transform: capitalize;


      position: relative;
display: block;
overflow: hidden;
margin-bottom: 26px;
opacity: 0;
-webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
-ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
transform: perspective(400px) rotateY(0deg) translateY(-120px);
-webkit-transform-origin: bottom;
-ms-transform-origin: bottom;
transform-origin: bottom;
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;

}

.slider .owl-item.active .container .h1{
  opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.slider .container .yazi{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: none;
    margin: 0;

    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 38px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
    transform: perspective(400px) rotateY(0deg) translateY(120px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;


  }

  .slider .owl-item.active .container .yazi{
    opacity: 1;
-webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
-ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
transform: perspective(400px) rotateY(0deg) translateY(0px);
-webkit-transition-delay: 1500ms;
-moz-transition-delay: 1500ms;
-ms-transition-delay: 1500ms;
-o-transition-delay: 1500ms;
transition-delay: 1500ms;
  }


.slider .owl-carousel .owl-nav button.owl-next, .slider .owl-carousel .owl-nav button.owl-prev{
  position: absolute;

    top: 0;
    transform: rotate(0deg);
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.30);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.20);
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 0;
    margin: 0;
    padding: 0;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    opacity: 0;
    transform: scaleX(1.0) translateY(-30px);
    z-index: 3;
}

.slider:hover  .owl-carousel .owl-nav button{
    opacity: 1;
    -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
top: -20px
}

.slider .owl-carousel .owl-nav button i{opacity: .30;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;}
.slider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 20px;
}

.slider .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 20px;
}

.slider .owl-carousel .owl-nav button.owl-next:hover,.slider .owl-carousel .owl-nav button.owl-prev:hover {
    border-color: #4ea5d2;
    opacity: 1;
    background-color: transparent !important
}

.slider .owl-carousel .owl-nav button.owl-next:hover i,.slider .owl-carousel .owl-nav button.owl-prev:hover i {

    opacity: 1;

}

.slider .yazi p{color: #fff !important}


.dekor:after{
  display: block;
  content: '';
  background-image: url("/assets/img/su-dekor.png");
  background-repeat: no-repeat;
  height: 8px;
  width: 60px;
      margin: 18px auto;
}

.text-left.dekor:after{
    margin: 18px 0 !important;

}

.owl-theme .wowl-dots{
  position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #d1d9dd;
    border: 0px solid transparent;
    margin: 0px 10px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-dots .owl-dot{width: 25px; height: 25px}
.owl-dots .owl-dot span{
  display: none !important
}

.owl-dots .owl-dot:before{

  font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: "\f111";
    display: block;

    top: 2px;
    left: -2px;
    bottom: 0;
    right: 0;

    color: #d1d9dd;

    font-size: 12px;
}

.owl-dots .owl-dot.active:before{

      content: "\f043";
    display: block;

    top: 2px;
    left: -2px;
    bottom: 0;
    right: 0;
        font-size: 18px;
    color: #4ea5d2;

}

.rounded{
  border-radius: 10px !important;
}
.urun .item .border, .urun .border{
  position: relative;
display: block;

border-radius: 10px;
border: 1px solid #dae5ec;
padding: 20px 14px 29px;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}


.urun.kat .border{
  padding:12px
}


.urun a.mavi,.urun .bos-seri{height: 45px}

.urun-alan-2{
  height: 40px;
  line-height: 20px;
  overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
}

.urun-alan-3{
  height: 60px;
      line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


input{    border: 1px solid #999;
    border-radius: 5px;
    font-size: 14px;
    padding: 7px 10px;
    transition: border-color .2s linear,box-shadow .2s linear;
    width: 100%;}

    .input:hover, input[type=checkbox]:hover, input[type=date]:hover, input[type=email]:hover, input[type=number]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=text]:hover, textarea:hover {
    border-color: #000;
}


.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  height: 30px;
  width: 30px;
  border-radius: 5px;
  transition: background-color .2s linear, box-shadow .2s linear;
  background: #000 !important;
  color: #fff !important
}

.owl-carousel .owl-nav button span {
  color: #fff !important
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: rgba(0, 0, 0, .5) !important;
}

.slider .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  top: calc(50% - 15px);
}


 .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  top: calc(50% + 25px);
}

.slider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 15px;
}

.sldier .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -10px;
}


 .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -50px;
}

 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -50px;
}

 .owl-carousel .owl-nav button.owl-next,  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    transform: rotate(0deg);
    background: #4ea5d2 !important;
    border: 2px solid rgba(255, 255, 255, 0.30);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.20);
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
    opacity: 0;
    margin: 0;
    padding: 0;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    opacity: 0;
    transform: scaleX(1.0) translateY(-30px);
    z-index: 3;
}
 .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
   border: 1px solid #4ea5d2;
     opacity: 1;
     color: #4ea5d2 !important;
     background-color: #fff !important;
}

.urun:hover .owl-carousel .owl-nav button {
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    top: -20px;
}

.rotate-180 {
  transform: rotate(180deg);
}


.h-80 {
  height: 80px
}

.h-21 {
  height: 21px
}

.h-30 {
  height: 30px
}

.h-34 {
  height: 34px
}

.mte-8 {
  margin-top: -8px;
}

.lh-10 {
  line-height: 10px
}

.lh-12 {
  line-height: 12px
}

.lh-13 {
  line-height: 13px
}

.lh-14 {
  line-height: 14px
}

.lh-15 {
  line-height: 15px
}

.lh-16 {
  line-height: 16px
}

.lh-17 {
  line-height: 17px
}

.lh-18 {
  line-height: 18px
}

.lh-19 {
  line-height: 19px
}

.lh-20 {
  line-height: 20px
}

.lh-21 {
  line-height: 21px
}

.lh-22 {
  line-height: 22px
}

.lh-23 {
  line-height: 23px
}

.lh-24 {
  line-height: 24px
}

.lh-25 {
  line-height: 25px !important
}

.lh-26 {
  line-height: 26px !important
}


.lh-27 {
  line-height: 27px
}

.lh-30 {
  line-height: 30px
}


.lh-80 {
  line-height: 80px
}

.f-9 {
  font-size: 9px !important
}

.f-10 {
  font-size: 10px !important
}

.f-11 {
  font-size: 11px !important
}

.f-12 {
  font-size: 12px !important
}

.f-13 {
  font-size: 13px !important
}

.f-14 {
  font-size: 14px !important
}

.f-15 {
  font-size: 15px !important
}

.f-16 {
  font-size: 16px !important
}

.f-17 {
  font-size: 17px !important
}

.f-18 {
  font-size: 18px !important
}

.f-19 {
  font-size: 19px !important
}

.f-20 {
  font-size: 20px !important
}

.f-21 {
  font-size: 21px !important
}

.f-22 {
  font-size: 22px !important
}

.f-23 {
  font-size: 23px !important
}

.f-24 {
  font-size: 24px !important
}

.f-25 {
  font-size: 25px !important
}

.f-26 {
  font-size: 26px !important
}

.f-27 {
  font-size: 27px !important
}

.f-28 {
  font-size: 28px !important
}

.f-29 {
  font-size: 29px !important
}

.f-30 {
  font-size: 30px !important
}

.f-32 {
  font-size: 32px !important
}

.f-40 {
  font-size: 40px !important
}

.f-48 {
  font-size: 48px !important
}

.f-74 {
  font-size: 74px !important
}

.f-300 {
  font-weight: 300 !important
}

.f-400 {
  font-weight: 400 !important
}

.y-500, .f-500 {
  font-weight: 500 !important
}

.f-600 {
  font-weight: 600 !important
}

.f-700 {
  font-weight: 700 !important
}

.bg-sari {
  background: #ffebad !important;
}

.bg-yesil {
  background: #51b549 !important;
}

.bg-koyu-yesil {
  background: #159f52 !important;
}

.bg-acik-yesil {
    background: #f0fbf3 !important;
}

.bg-koyu-kirmizi {
  background: #ea6a6a !important;
}

.bg-acik-mavi {
  background: #f2fbfd !important;
}

.fill{  font-variation-settings:  'FILL' 1,  'wght' 400,  'GRAD' 0,  'opsz' 24}


.mavi {
  color:#4ea5d2;
}

.a-mavi{color: #65cef5;}

.bg-beyaz {
  background: #fff !important
}


.bg-mavi {
  background:#4ea5d2;
}

.bg-acik-gri {
  background: #fafafa !important;
}

.bg-acik-gri2 {
  background: #f4f4f4 !important;
}

.bg-siyah {
  background: #000 !important
}

.bg-kirmizi {
  background: #bb0000 !important;
}

.bg-acik-kirmizi {
  background: #ea6c6c33 !important;
}

.bg-turuncu {
  background: #f27a1a;
}

.bg-acik-turuncu {
  background: #ff600014
}

.bg-gri {
  background: #f8f8f8;
}

.bg-yok {
  background: initial !important
}

.bg-somun {
  background: #4e4e4e !important;
}

.bg-turkuaz {
  background: #3caca9 !important
}

.bg-acik-turkuaz {
  background: #3caca921 !important
}

.w-30 {
  min-width: 25px;
  width: 25px;
}

.w-60 {
  min-width: 60px;
  width: 60px;
}

.w-150 {
  max-width: 150px;

}

.w-200 {
  max-width: 200px;

}


.w-170 {
  max-width: 170px;

}

.w-145{    max-width: 145px;}

.beyaz {
  color: #fff !important
}

.a-siyah {
  color: #444 !important
}

.siyah {
  color: #000 !important
}

.yesil {
  color: #51b549 !important
}

.kirmizi {
  color: #bb0000 !important;
}

.fume {
  color: #666 !important;
}

.turuncu {
  color: #f27a1a !important;
}

.turkuaz {
  color: #3caca9 !important
}

.gri {
  color: #585858 !important;
}

.a-gri {
  color: #98a1a7 !important;
}

.k-yesil {
  color: #439e4a !important
}

.input-number {
  width: 53px;
  height: 48px;
  text-align: center !important;
  padding: 0;
  float: left;
  border-right: none;
  background: none;
}

.roww {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zebra:nth-child(even) {
  background: #fafafc
}

.a-1 {
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.right-0 {
  right: 0;
}

.right-10 {
  right: 10px;
}

label {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  text-transform: capitalize;
  vertical-align: top;
  line-height: 24px;
  padding-bottom: 4px !important
}


input[type="text"]:disabled{
  background-color: #efefef;
  border-color: #ddd;
  cursor: no-drop
}

.cbx.disabled span:last-child {
  opacity: .5
}

.disabled {
  cursor: not-allowed;
}


.btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  line-height: 41px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #004da1;
  text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
  z-index: 2;
  padding-left: 32px;
    padding-right: 32px;
}

.btn::before{
  content: "";
position: absolute;
top: -20px;
right: -20px;
width: 55px;
height: 55px;
background: #266db9;
border-radius: 50%;
transition: all 500ms linear;
transition-delay: 0.1s;
}

.btn:after {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 30px;
    background-color: #004da1;
    content: "";
    z-index: -2;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.btn span{
  z-index: 9;
position: relative;
}

.btn:hover:before {
  top: 0px;
      right: 0px;
      width: 100%;
      border-radius: 0%;

}
.btn:hover{
        color: #fff !important
}


.su-sayac{
  position: relative;
display: block;
min-height: 800px;
}

.su-sayac2{

min-height: auto;
}

.su-sayac .bg-sayac{
  position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 48%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.su-sayac .garanti{
  position: absolute;
left: auto;
right: 90px;
bottom: 150px;

width: 160px;
height: 160px;
border-radius: 50%;
background: #4ea5d2;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}

.su-sayac .garanti2{
  position: absolute;
  left: -36px;
  bottom: 54px;
width: 110px;
height: 110px;
border-radius: 50%;
background: #4ea5d2;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}

.su-sayac .garanti:before{    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #266db9;
    border-radius: 50%;
    animation: fa-spin 4s ease infinite;}

    .su-sayac .bg-sayac span{
      color: #ffffff;
font-size: 20px;
line-height: 28px;
font-weight: 600;
    }

  .su-sayac .garanti:after  {
      content: "";
position: absolute;
top: 15px;
left: 15px;
right: -15px;
bottom: -15px;
border: 1px solid #266db9;
border-radius: 50%;
animation: fa-spin 4s ease infinite;
    }

    .su-sayac .su-box{
      position: relative;
width: 260px;
padding: 15px;
    }

      .su-sayac .su-box .su-bg{
    background-image: url(/assets/img/su-bg.jpg);
          position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;}

      .su-sayac  .su-box  .su-alan{
      position: relative;
display: block;
width: 100%;
height: 100%;
background: #ffffff;
border-radius: 10px;
text-align: center;
padding: 30px 0 22px;
    }

    .su-sayac .sertifikaadi{
      font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 21px 0 0;
    }

    .yanla{
      display: table-cell;
vertical-align: middle;
    }

    .dalga-icon:after{
      content: '';
      background: url(/assets/img/dalga-icon.png);
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      height: 77px;
width: 35px;
position: absolute;
right: 0;
top: calc(50% - 36px);
    }

    .neden-guney{
          background-image: url(/assets/img/dalga-bg.png);


    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
        padding: 110px 0 110px;
    }

    .p-110{  padding: 110px 0 110px;}

        .neden-guney ul{margin: 0; padding: 30px 0 25px}
        .neden-guney ul li{list-style: none; line-height: 30px}

        .neden-guney .video-bg{
          position: relative;
    display: block;
    overflow: hidden;
   
    border-radius: 10px;

}



.neden-guney .video-bg .alan{
  position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
 .neden-guney .video-bg a{
   position: relative;
display: block;
width: 100px;
height: 100px;
background: #ffffff;
border-radius: 50%;
padding: 15px;
 }

 .neden-guney .video-bg a i{
   position: relative;
display: block;
width: 100%;
height: 100%;
background: #65cef5;
color: #ffffff;
font-size: 20px;
line-height: 70px;
text-align: center;
border-radius: 50%;
 }


 .footer{
   padding: 50px 0 0 0;
   background: #edf2f6
 }

.footer .h{
      margin-bottom: 40px;    display: block;
}

.footer .text-left.dekor:after {
    margin: 4px 0 !important;
}
 .footer ul{margin: 0; padding:0}
 .footer ul li{list-style: none; line-height: 36px}

  .footer ul li a{position: relative;
    color: #585858;
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;}


    #return-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 17px;
    background: #4ea5d2;
    z-index: 116;

    cursor: pointer;
    border-radius: 500px;
    box-shadow: 0px 0px 0px 7px rgb(224 220 219 / 63%);
    -webkit-transform: translate3d(0,0,0);
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cerez {
  background-color: rgba(0, 0, 0, .9);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  padding: 20px 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  line-height: 20px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 99999;
}
.cerez .kabul{width: 155px;text-decoration: underline;}
.h-45{height: 45px}

    .return-to-back {
    position: fixed;
bottom: 50%;
    right: 25px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 17px;
    background: #4ea5d2;
    z-index: 116;

    cursor: pointer;
    border-radius: 500px;
    box-shadow: 0px 0px 0px 7px rgb(224 220 219 / 63%);
    -webkit-transform: translate3d(0,0,0);
    display: inline;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.count-area .f-20{font-size: 17px !important}

.galeri-alan .aa{
  height: 208px;
width: 370px;
padding: 0;
border: none;
overflow: hidden;
display: table-cell;
text-align: center;
vertical-align: middle;
margin: auto;
}

.galeri-alan .aa > img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  background-position: center center;
  background-size: cover;

}

.cbh-phone {
  display: block;
  position: fixed;
  left: -50px;
  bottom: -55px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}
.cbh-phone.cbh-show {
  visibility: visible;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.cbh-phone.cbh-static1 {
  opacity: 0.6;
}
.cbh-phone.cbh-hover1 {
  opacity: 1;
}
.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgba(204, 204, 204, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}
.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}
.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}
.cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(/assets/img/wp-icon.png);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgba(117, 235, 80, 1);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(204, 204, 204, 1);
}
.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgba(117, 235, 80, 1);
}
@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-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);
  }
  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.cbh-ph-img-circle1 {
}
.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgb(0, 242, 164);
}
.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgb(0, 242, 164);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(46, 203, 113);
}

.hizmet-banner {
  position: relative;
  display: block;
  overflow: hidden;

  z-index: 10;
  height: 180px;
}

.hizmet-banner .hizmet-arka{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.hizmet-banner .hizmet-arka:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: -2;
    content: "";
    opacity: 0.4;
}


.hizmet-banner .container{
  position: relative;
z-index: 99
}

.breadcrumbs ol{
  position: relative;
display: block;
overflow: hidden;
padding: 0;
margin: 10px 0 0 0
}

.breadcrumbs ol li{
  position: relative;
    display: inline-block;
    float: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;

}

 .breadcrumbs ol li span{
  color:#fff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px

}


.breadcrumbs ol li:nth-child(1)::before {
    display: none !important
}

.breadcrumbs ol li::before {
    display: inline-block;
    padding-right: 0.5rem;
        padding-left: 0.5rem;
    color: #fff;
    content: "/";
    font-weight: 400;
    font-size: 17px;
}


.sol-menu{

    display: block;

    width: 100%;
    float: none;
    background: #ffffff !important;
    border: 2px solid #4ea5d2;

    padding: 25px 0 25px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.sol-menu .ayir{
  position: relative;
display: block;
padding: 0 28px 35px 28px;

}


.sol-menu .arama input{
  position: relative;
display: block;
width: 100%;
height: 55px;
background-color: #ecf2f6;
border: 1px solid #ecf2f6;
color: #585858;
font-size: 16px;
font-weight: 400;
padding-left: 30px;
padding-right: 60px;
border-radius: 27px;
transition: all 500ms ease 0s;
}

.sol-menu .arama button {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 42px;
    background: #4ea5d2;
    display: block;
    text-align: center;
    border-radius: 50%;
    border: 0px solid #e7e7e8;
    transition: all 500ms ease 0s;
}

.sol-menu .arama button i {
    position: relative;
    color: #ffffff;
    font-size: 16px;
}

.sol-menu ul#kategoriler-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sol-menu ul#kategoriler-ul li {
    margin-bottom: 9px;

    list-style: none
}

.sol-menu ul#kategoriler-ul li a{
      cursor: pointer;
}
.sol-menu ul#kategoriler-ul li a,.sol-menu ul#kategoriler-ul li span {
    font-size: 14px;
    font-weight: 400;
    padding-right: 8px;
    display: block;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.sol-menu ul#kategoriler-ul li ul {
    margin-left: 15px;
    margin-top: 9px;
    margin-bottom: 12px;
    padding: 0
}

.sol-menu ul#kategoriler-ul li a.aktif::after,.sol-menu ul#kategoriler-ul li span.aktif::after {
    transform: rotate(135deg);
    margin-right: -5px !important;
    margin-top: 0 !important;
    box-shadow: 2px -2px #4a4a56;
}

.sol-menu ul#kategoriler-ul li a.aktiff::after,.sol-menu ul#kategoriler-ul li span.aktiff::after {


    box-shadow: 2px -2px #4a4a56;
}

.sol-menu ul#kategoriler-ul li a::after,.sol-menu ul#kategoriler-ul li span::after  {
    content: " ";
    width: 8px;
    height: 8px;
    margin-top: 6px;
    background-color: #ffffff;
    border-radius: 2px;
    display: inline-block;
    float: right;
    transform: rotate(45deg);
    box-shadow: 2px -2px #b1b1b9;
    right: -3px !important;
    position: relative;
}

.urun-goster .item,.urun-goster .item img{    max-height: 340px;}
.urun-goster.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 21px !important;
}

.urun-goster .thumbnail-slider {
    text-align: center;

    width: 100%;
    margin-top: 33px;
}

.urun-goster  .owl-thumb-item {
    width: 228px;
    margin-right: 5px;
    background: 0 0;
    display: inline-block;
    border: none;
    padding: 8px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 10px !important;
}

.urun-goster  .owl-thumb-item:hover,.urun-goster  .owl-thumb-item.active {

  border-color: #1e3092;
}


.urun-goster .owl-thumb-item img {
    width: 100%;
    border-radius: 6px;
    border: 2px solid transparent;
}

#uruntab{
  padding: 0;
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border-bottom: none;


}


#uruntab .nav-item:first-child{
  border-top-left-radius:  10px !important;
  overflow: hidden;

}

#uruntab .nav-item:last-child{
  border-top-right-radius:   10px !important;
  overflow: hidden;

}

#uruntab .nav-item{

      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
          display: table-cell;

}

#uruntab .nav-link{
  position: relative;
    top: 1px;
    display: block;
    float: left;

    font-size: 15px;
    background: #f8f8f8;
    color: #1c1c1c;
    border: 1px solid #f2f2f2;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    width: 100%;
    padding: 12px 10px 10px;
    transition: all 500ms ease;
    border-radius: 3px 3px 0px 0px;
}


#uruntab .nav-link.active{
  background: #ffffff;
border-radius: 0px;
color: #4ea5d2;
}


#uruntab .nav-link:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -1px;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #4ea5d2;
}

#uruntab .nav-link.active:before {
    opacity: 1;
}

#uruntabContent{
  background: #fff !important;
margin-top: 0px;
padding: 30px;
border: 1px solid #dee2e6;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
border-bottom-left-radius:  10px !important;
border-bottom-right-radius:  10px !important;
}

 #uruntabContent ul{
   padding-left: 15px;
 }

 #uruntabContent ul li{
  position: relative;
color: #8a8582;
font-size: 16px;
}

.sertifikabanner{
  max-height: 350px;
      display: block;
      margin-bottom: 15px;
      -webkit-transition: 0.3s all ease-in;
      -moz-transition: 0.3s all ease-in;
      -ms-transition: 0.3s all ease-in;
      transition: 0.3s all ease-in;
      right:  17px;
      top: 0;
          z-index: 99;
          max-width: 90px
}

.sertifikabanner:hover {
    filter: grayscale(100%);
}



.tablo {
    color: #4f5358;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive .table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}



.tablo tbody tr:nth-of-type(odd) {
    background-color:#fff;
}

.tablo tbody tr:nth-of-type(even){
      background-color: rgba(0,0,0,.05);
}
.table tr {
   background-color: transparent;
}

.tablo .table td, .tablo .table th {
    padding: 0.02rem 0.4rem;
    vertical-align: middle;
    height: auto;
    line-height: 26px;
    font-size: 14px
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

#exampleModalCenter button span,#exampleModal button span {
  position: absolute;
right: -40px;
font-size: 40px;
color: #fff;
top: -30px;
}



.mm-navbar_size-2 {
  text-align: center;
  position: relative;
  border-bottom: none;
  display: block !important;
}

.mm-navbar_size-2>* {
  display: inline-block;
  vertical-align: middle;
}

.mm-navbar_size-2 .k-adi {
  width: 100%;
  border: none !important;
}

.mm-navbar_size-2 a {
  border: 1px solid #292929;
  border-radius: 40px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
  position: relative;
}

.mm-navbar_size-2 a span {
  z-index: 999999;
  position: absolute;
  font-size: 9px;
  text-align: center;
  display: block;
  top: 27px;
  width: 49px;
  margin-left: -8px;
}

.mm-panels>.mm-panel:after {
  content: none;
  display: none;
}

.mm-panels>.mm-panel>.mm-listview {
  margin: 0;
}

.mm-listitem:last-child:after {
  content: none;
  display: none;
}

.mm-listitem a,
.mm-listitem span {
  color: rgba(255, 255, 255, 0.7);
  padding-left: 8px !important;
}

.mm-listitem a:hover,
.mm-listitem a:hover+span {
  color: #fff;
}

.mm-navbar__title, .mm-panels {
  font-size: 14px
}

.mm-menu_offcanvas {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.mm-menu_offcanvas.mm-menu_opened {
  display: block !important;
}


.mobil-menu{
  display: none;
      font-size: 18px;
      background: #4ea5d2 !important;
      top: -18px;
      right: 15px;
      position: absolute;
      z-index: 9999;
      padding: 5px 10px;

      border-radius: 30px;
}

.mobil-menu a {
    color: #fff;
    font-size: 14px;
}

.mobil-menu a span {
  color: #fff;
  font-size: 16px;
  margin-right: 6px
}

.m-acik{display: none !important}
.tabbar {
  border-top: 1px solid #e5e5e5;
  height: 55px;
  z-index: 99999;
  bottom: 0
}

.tabbar a {
  padding: 10px 0 4px
}

.tabbar a span:nth-child(1) {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #000
}



.tabbar .siparisler span:nth-child(1) {
   background: #fff;
  -webkit-mask: url(/assets/img/hemen-ara.svg) no-repeat 50% 50%;
  mask: url(/assets/img/hemen-ara.svg) no-repeat 50% 50%
}


.wp-yesil{  background: #4dc247; }
.tabbar .whatsapp span:nth-child(1) {
 background: #fff;
  -webkit-mask: url(/assets/img/whatsapp.svg) no-repeat 50% 50%;
  mask: url(/assets/img/whatsapp.svg) no-repeat 50% 50%
}

.tabbar a span:nth-child(2) {
  margin-top: -4px;
  color: #7b7b7b;
  display: block
}


.tabbar .coll {
  width: 50% !important;
  float: left
}

.tabbar .active span:nth-child(1), .tabbar a:hover span:nth-child(1), .tabbar a:focus span:nth-child(1) {
  background-color: #40bbf4
}

.tabbar .active span:nth-child(2), .tabbar a:hover span:nth-child(2), .tabbar a:focus span:nth-child(2) {
  color: #40bbf4
}





.myaccordion {
  border-top: 3px solid #e5e5e5;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, .1);
  padding-bottom: 5px
}

.myaccordion .card, .myaccordion .card:last-child .card-header {
  border: none
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: 0 0;
  padding: 0
}

.myaccordion .fa-stack {
  font-size: 18px
}



.myaccordion .btnn,.myaccordion .btnn {
  color: #000 !important;
  background-color: #f8f8f8 !important;
  margin: 0 !important;
  height: auto !important;
  line-height: normal !important;
  text-align: left;
  border-radius: 0;
  font-weight: 600;
  padding: 20px 30px !important;
  border: none!important;
  position: relative;
      font-size: 13px;
      width: 100%
}


.myaccordion .card-header .btnn::before{  color: #000 !important;}

.myaccordion .btn-link:focus, .myaccordion .btn-link:hover {
  text-decoration: none
}

.myaccordion .card-header .btnn:hover,.myaccordion .card-header .btnn:not(.collapsed):hover {
  color: #fff !important;
  background-color: #4ea5d2 !important;
  text-decoration: none;
}

.myaccordion .card-header .btnn:not(.collapsed)::before {
    color: #fff !important;
}

.myaccordion .card-body li a{display: block;}

.myaccordion .card{margin-bottom: 0px!important}
.myaccordion .card-body {
  margin: 0;
  padding: 0;
  background-color: #e9e9e9 !important
}

.myaccordion .card-body ul {
  margin: 0;
  padding: 0;
  background-color: #e9e9e9
}

.myaccordion .card-body ul li {
  list-style: none;
  font-size: 14px;
      line-height: 27px;
  border-bottom: 1px solid #dbdbdb;
  padding: 8px 40px
}


      .card-header .btnn::before{
        content: "\f068";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 300;
    color: #083d59;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
      }

      .card-header .btnn:not(.collapsed) {
        background: #4ea5d2 !important;
            color: #ffffff !important;
            text-decoration: none;
}


  .card-header .btnn:hover,  .card-header .bntn:not(.collapsed):hover{
    color: #083d59 !important;
background-color: transparent !important;
text-decoration: none;
  }




        .card-header .btnn:not(.collapsed)::before {
    content: "\f067";
}

@media (max-width:560px) {
  .myaccordion .btnn {
    font-size: 13px
  }
}



.mobiltr{    position: absolute!important;
    width: 100%;
    bottom: 2px;
    border-top: 1px #0000001a solid;
    left: 0;
    right: 0;
    padding-left: 23px!important;}



@media (max-width:1724px) {
 .sayac .f-48 { font-size: 34px !important;}
 .count-area .h.f-20.lh-30.f-600.beyaz{    font-size: 16px !important;line-height: 14px !important;}
}


@media (max-width:1358px) {

 .count-area .d-inline-flex.align-items-center{
   display: block !important;

 }
 .sayac.float-left{    float: none!important;}
  .count-area .yazi.float-left.text-left.pl-3{
    float: none !important;
    text-align: center !important;
    padding-left: 0 !important;
  }

.count-area br {
    display: none;
}
.dalga-icon:after { right: -21px;}



}

.mobil-tab{
  position: relative;
top: 1px;
display: block;

font-size: 15px;
background: #f8f8f8;
color: #1c1c1c;
border: 1px solid #dee2e6;
text-transform: capitalize;
font-weight: 500;
line-height: 24px;
cursor: pointer;
width: 100%;
padding: 12px 10px 10px;
transition: all 500ms ease;
border-radius: 3px 3px 0px 0px;
background: #ffffff;

color: #4ea5d2;
border-top: 3px solid #4ea5d2;
margin-bottom: 5px;
outline: none;
-webkit-appearance: none;
appearance: none;
    background-color: transparent;
    background-image: url("/assets/img/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px;
    background-position-x:98.5%;
}

#cizimler img{
  max-width: 100%;
    height: auto;
}

@media (max-width:1200px) {
  #alt .navbar-nav li a {
       padding: 33px 16px;
     }

       .neden-guney .video-bg { min-height: 369px !important;}
       .neden-guney .h-104{
           height: 146px;
       }
       .neden-guney h3.f-21{font-size: 18px !important}

       .video.galeri-alan .embed-responsive{ height: 100%;}
}




  .t-acik{display: none  !important}
@media (max-width:992px) {
  .neden-guney .h-104{
      height: auto!important;
  }
  .t-kapali{display: none !important}
  .t-acik{display: block  !important}

  .count-area .fluid-content.pt-5.pb-5{ padding-top: 20px !important; padding-bottom: 20px!important}

  .dalga-icon:after { display: none}
  .body{padding-top: 71px}
  .mm-wrapper_opening body,.mm-wrapper_background body{padding: 0}
  #alt,#ustbar{
      display: none
     }

     .mobil-menu{display: block}

     .header{
       position: fixed;
top: 0;
width: 100% !important;
z-index: 99999;
border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);

    height: 71px
     }
     .w-150 {
    max-width: 104px;
    padding: 10px 0;
}

.slider {
    height: 550px;
}
.slider .container .h1 { font-size: 40px}
.slider .container .yazi {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;}

    .slider .container .text {  padding: 200px 0;}

    .f-48.dekor.f-600{font-size: 34px !important;}
    .container.pt-5.pb-5{
      padding-top: 5px !important;
      padding-bottom: 5px !important
    }

    .su-sayac.su-sayac2.bg-gri.p-110{
      padding: 30px 0 30px;
    }

}


@media (max-width:768px) {
  .cerez span,.cerez .btn{font-size: 10px;    margin-bottom: 0;line-height: 11px;  }
.cerez{  display: block;
  margin-bottom: 26px;
  padding: 10px;}
  .galeri-alan .aa,.video.galeri-alan .embed-responsive { height: 144px;}

  .h-45{height: inherit !important;}
  .sertifikabanner {  max-width: 70px;}
  .urun-goster .item, .urun-goster .item img {

    padding: 20px 50px;
}
.m-p{padding: 0 15px}
  body{padding-bottom: 55px}
.urun-alan-3{font-size: 14px !important;
  height: 36px!important;
  line-height: 17px!important;
  -webkit-line-clamp: 2!important;}
.m-acik{display: block !important}
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
      .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11,
      .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7,
      .col-xl-8, .col-xl-9, .col-xl-auto{padding-right:5px;padding-left:5px;}

      .m-row{    margin-right: 5px;margin-left: 5px;}
      .m-roww{    margin-right: 0px;margin-left: 0px;}
      .m-rowww{    margin-right: -5px;margin-left: -5px;}
      .m-rowwww{    margin-right: -10px;margin-left: -10px;}
      .m-rowwwww{    margin-right: -15px;margin-left: -15px;}
    .m-kapali{display: none !important}
    .m-acik{display: block  !important}

    .mobil-menu{ right: 5px;}
    .neden-guney ul {
    margin: 0;
    padding: 18px 0 1px;
}
  .neden-guney{  padding: 40px 0 40px; }


  .neden-guney .btn.mt-4{margin-bottom: 20px}
    .col-12.pt-5.text-center{padding-top: 25px!important}
    .neden-guney .video-bg {
        min-height: inherit !important;
    }




  *[data-paroller-factor] {
    /*for all elements with background parallax effect*/
    background-position: center !important;

    /*for all elements with foreground parallax effect*/
    transform: none !important;
  }

  .neden-guney .video-bg a {

      width: 75px;
      height: 75px;

  }

  .p-110 {
    padding: 30px 0;
}

  .mobil-text-center{text-align: center !important}
  .mobil-text-center.dekor:after {
    margin: 10px auto 19px auto !important;
}
  .neden-guney .video-bg a i {

    font-size: 18px;
    line-height: 46px;}

    .sayac .f-48,.f-600.f-32 {
    font-size: 24px !important;line-height: 24px;
}
.count-area .h.f-20.lh-30.f-600.beyaz {
    font-size: 13px !important;
    line-height: 14px !important;

}

.icerik  .col-12.pt-5.pb-5,  .neden-guney.pt-5.pb-5 {
  padding-top: 15px !important;
  padding-bottom: 15px !important}

  .col-12.text-center.pb-5{padding-bottom: 15px !important}

  .bg-beyaz.rounded.golge-at.p-5{padding: 21px !important}
  .img-fluid.rounded.border.golge-at.paroller.mt-5{margin-top: 15px !important;}

.hizmet-banner {height: 110px;}
.hizmet-banner h1,.f-28.h.d-block{font-size: 24px !important;    margin: 0;}
.breadcrumbs ol{margin: 0}
.breadcrumbs ol li span{font-size: 12px !important}
.breadcrumbs ol li { text-transform: initial;}
.breadcrumbs ol li::before {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;

    font-size: 12px;
}

.count-area  .yazi.float-left.text-left.pl-3{    padding-bottom: 15px}
.count-area .col-12  .yazi.float-left.text-left.pl-3{    padding-bottom: 0px}
  .slider {
      height:375px;
  }
  .slider .container .h1 { font-size: 24px}
  .slider .container .yazi {
      font-size: 14px;
      line-height: 19px;
      font-weight: 600;}

      .slider .container .text {  padding: 112px 0;}

      .f-48.dekor.f-600 {
    font-size: 24px !important;
}

      .urun .item .border, .urun .border { padding: 10px;}
      .urun .mavi.f-14.f-700.mb-2.d-block.pt-4{font-size: 12px !important}
    .urun  .h.f-24.f-600.d-block.dekor{font-size: 18px!important;    height: 72px;}

      .btn {

    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    padding-left: 14px;
    padding-right: 14px;
        margin-top: 17px!important;
}
.su-sayac {text-align: center;}
.su-sayac .col-md-8.pl-5{padding-left: 5px !important}

.dekor:after {
      margin: 10px auto 19px auto;
}

.urun .item .border, .urun .border{margin-bottom: 10px}





  }


  @media (max-width:425px) {

    .galeri-alan .aa,.video.galeri-alan .embed-responsive { height: 120px;}
    .urun-alan-3 {    font-size: 13px !important;}

  }


  @media (max-width:405px) {

    .urun-alan-3 {
        font-size: 12px !important;
        height: 42px!important;
        line-height: 14px!important;

        display: block!important;
    }

  }
