@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif !important;
    background-color: white;
    overflow-x: hidden;
}



  
  .container{
    max-width: 1200px !important;
    margin: auto;
  }

p {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    text-align: justify;
    line-height: 1.5em;
}
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto Slab', sans-serif !important;
    font-weight: 500;
    line-height: 1.2em;
    

}

  
  a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
  font-family: 'Roboto', sans-serif !important;

}

  a, a:hover {
    text-decoration: none !important; 
  
  }
  
  .content {
  padding: 7rem 0; 

}
  
  h2 {
  font-size: 20px; 

}
  


.logo-nav{
  width: 100px;
  height: 100%;
 margin-left:0px;
}

.header-img-2{
    max-width:100%;
    height:auto;
}




.main_services p{
  text-align: center !important;
  color: #198b1f;
}
.mt-3 {
  margin-top: 1rem !important; }


/*navbar*/


.navbar-expand-lg .navbar-nav .nav-link {
    color: #656565;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
    line-height: 5px;
    padding: 9px 10px !important;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #ffffff !important;
        background-color: #CD2122;
    }

.navbar-nav .nav-link.active{
  color: #24A62B !important;
}


@media  (max-width: 991px) {


  .navbar-expand-lg .navbar-nav .nav-link{

    border-right: none;
  }
 
}

.navbar-expand-lg .offcanvas .offcanvas-body{
    
}

.hr-header{
    margin:8px;
    opacity:0.1;
    border:1px solid black;
}



.navbar {
    transition: all 0.5s;
    background-color: white;
}

.navbar li :hover{
  color: #24A62B;

}

.navbar li{

  font-size: 14px;
}
@media  (max-width:  1227px) {


  .navbar li{

    font-size: 13px;
  }
 
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #353637;
}



.navbar-scrolled{
    background-color: #fff;
    box-shadow: 0 3px  10px rgba(0, 0, 0, 0.15);
}


.menucss{

    font-family: "Montserrat" system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.style-text {
  font-family: "Montserrat" system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;

}



.clr-icon{
  color: #fff;
  font-size: 15px;
  padding: 5px 5px;
  margin: 0 5px;
  transition: all 0.2s ease-in;
  }
  
  
  
  .brand-t{
  margin: 0;
  padding: 0;
  background: hsla(116, 87%, 15%, 0.932);
  width: 100%;
  min-height: 200px;
  }
  
  .brand-h{
  display: grid;
  justify-content: center;
  align-items: center;
  
  width: 100%;
  min-height: 200px
  }
  
  
  
  
  
  .navbar-dark .navbar-toggler{
  border-color: none !important;
  }
  
  .dropdown-item.active, .dropdown-item:active{

    background-color: transparent !important;
    color: #24A62B;
  }
  
  .dropdown-item:hover{
    color: #24A62B !important;

  }

  /*END*/


  /*tabs nav*/

  .nav-link{
    color: black;
    font-weight: 600;
    font-size:20px;
  }
  

  .nav-link:hover{
    color: #198b1f;
  }
  .nav-tabs .nav-link.active{
    color: #24A62B;
  }


    /*Slider img filter*/
/*
    .sldr-fltr{


      object-fit:cover;
      -webkit-mask: linear-gradient(
        180deg,
         transparent,
          white 0%,
          white 95%,
          transparent);
          mask: linear-gradient(
            180deg,
             transparent,
              white 0%,
              white 95%,
              transparent);
  
              opacity: 0.9;
  
    }
*/




/* SLİDER SİZE */
.slider-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cvr-img{

  width: 100%;
  height: 600px;
  object-fit: inherit;
}



  .sldr-sz{
height: 600px;


width: 100%;
  }


@media screen and (max-width: 992px) {
  .sldr-sz{
    height: 400px;
    
    width: 100%;
  }
  .cvr-img{

    width: 100%;
    height: 400px;
    object-fit: fill;
  }
  
}

@media screen and (max-width: 600px) {
 
  .sldr-sz{
    height: 300px;
    width: 100%;
  }
  .cvr-img{

    width: 100%;
    height: 300px;
    object-fit: fill;
  }
}

/* END */







/* ara sayfalar üst alan */



.resimKapsayici {position:relative}
.resimYazisi {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
 

}






  /* header img banner */

  .hdr-img{
    width: 100%;
    height: 400px;
    object-fit:cover;
    -webkit-mask: linear-gradient(
      180deg,
       transparent,
        white 20%,
        white 90%,
        transparent);
        mask: linear-gradient(
          180deg,
           transparent,
            white 20%,
            white 80%,
            transparent);

            opacity: 0.9;

            margin-top: 40px; 
            margin-bottom: 5px;
    
  }
  
  


  /* Anasayfa Hızlı Erişim button*/


.h-dv{
  margin: 0;
  position: absolute; 
  top: 30%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}


.h-bg{


    border: #23273A;
    border-width: 30%;
    width: 20%;
    padding: 20px;
    margin: 10px;
border-radius: 10px;
    background: #303030ab;

    font-size: large;
    font-weight: 500;

}

.icn{
  border-right: 2pt solid #ffffff;
   margin: 5px;
  padding: 5px;
 
line-height: 50px;
}


  
  @media screen and (max-width: 1310px) {
   
    
   .h-bg{

    border: #23273A;
    border-width: 0%;
    width: 70%;
    padding: 3px;
    margin: 5px;
border-radius: 10px;
    background: #303030ab;

    font-size: medium;
    font-weight: 500;


   }

   .h-dv{
    margin: 0;
    position: absolute; 
    top: 25%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
   }
  }


/* card box */

.card_box {
  background: #ffffff;
  border-radius: 40px;
  margin-top: 40px;
  transition: .3s;
  margin-bottom: 40px;
  }
  
  .card_box:hover {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(-10px);
  }
  
  .card_text {
  padding: 30px 20px 25px 20px;
  }
  
  .card_text h4 {
  font-size: 18px;
  font-family: bromega-Bold;
  color: #FA4A6F;
  }
  
  .card_text p {
   font-size: 14px;
   line-height: 150%;
   margin-top: 10px;
   color: #23273A;
  }
  
  .slider_carousel .owl-nav {
   position: absolute;
   top: 50%;
   width: 100%;
  }
  
  .slider_carousel .owl-prev, .slider_carousel .owl-next {
  width: 40px;
  height: 40px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  }
  
  .slider_carousel .owl-next {
    right: -50px;
  }
  
  .slider_carousel .owl-prev {
    left: -50px;
  }
  
  
  
  .bg-left-half {
  position: relative; }
  .bg-left-half:before {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    background-color: #ffffff; }
  
  .media-29101 img {
  margin-bottom: 20px; }
  
  .media-29101 h3 {
  font-size: 18px;
  font-weight: 900 !important; }
  .media-29101 h3 a {
    color: #6c757d; }
  
  .owl-2-style .owl-nav {
  display: none; }
  
  .owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .owl-2-style .owl-dots .owl-dot {
    display: inline-block; }
    .owl-2-style .owl-dots .owl-dot span {
      display: inline-block;
      width: 15px;
      height: 3px;
      border-radius: 0px;
      background: #ffffff;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 3px; }
    .owl-2-style .owl-dots .owl-dot.active span {
      background: #24A62B; }
    .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
      outline: none; }



      
  .ytb{
  height: 500px;
  width: 100%;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }    
  
  @media (max-width: 768px) {
  
  
  .ytb{
  height: 350px;
  
  }    
  
  }
  
  @media (max-width: 991px) {
  
  
  .ytb{
  height: 350px;
  }    
  
  }
  
  .bxshdw{
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  
  }
  
  .bxshdw:hover{
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
  }
  
  .renk-1{
  color: #24A62B;
  
  }
  
  .sz{
  font-weight: 300;
  }
  
  







/*footer txt*/


.ftr-position{

  position: absolute;
  min-width: 100%;
  }



.ftr-txt{
  font-family: "Montserrat" system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 10px;
      font-weight: 500;
      text-transform: uppercase;
  }

.f-txt-he-link{
  
  font-weight: 500;
  font-size: 16px;
}

.f-txt-he{

  font-weight: 900;
  text-shadow: 1px 4px 10px rgba(0,0,0,0.37);

}

.f-txt-2{
  font-weight: 500;
  font-size: 16px;
}

.f-txt-3{
  color: #505052;
  font-weight: 500;
  font-size: 14px;
}

.f-txt-3:hover{
  color: black !important;
}


.f-boxshadow {


  background-color: #cccccc38;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 20px 20px 0px 0px;
padding: 10px 10px 10px 10px;
}




/* dividerr */
.b-example-divider{
  width: 100%;
    height: 3rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid rgba(255, 255, 255, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);

}

.b-example-divider2{
  width: 100%;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid rgba(255, 255, 255, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);

}

.b-example-divider3{
  width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid rgba(255, 255, 255, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);

}

.b-example-divider4{
  width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid rgba(255, 255, 255, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);

}


.img-pdn{

  padding: 10px;
 

}


/*end*/






/*dd*/


.grid-box-item{
position: absolute;
width: 100%;
height: 100%;
display:flex;
justify-content: center;
align-items: center;
}


/*haberler resim padding*/

.hbrlr{
  padding: 15px;
width: 450px;
}



/*btn-hbr*/

.button-15-hbr {
  background-image: linear-gradient(#42A1EC, #0070C9);
  border: 1px solid #0077CC;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-15-hbr:disabled {
  cursor: default;
  opacity: .3;
}

.button-15-hbr:hover {
  background-image: linear-gradient(#51A9EE, #147BCD);
  border-color: #1482D0;
  text-decoration: none;
}

.button-15-hbr:active {
  background-image: linear-gradient(#3D94D9, #0067B9);
  border-color: #006DBC;
  outline: none;
}

.button-15-hbr:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}

.ln{
    margin: 5px;
}


/*btn*/



/* CSS */
.button-15 {
  background-image: linear-gradient(#ffffff, #ffffff);
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-15:disabled {
  cursor: default;
  opacity: .3;
}

.button-15:hover {
  background-image: linear-gradient(rgb(255, 255, 255), #ffffff);
  border-color: #1482D0;
  text-decoration: none;
}

.button-15:active {
  background-image: linear-gradient(#3D94D9, #0067B9);
  border-color: #006DBC;
  outline: none;
}

.button-15:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}






/*pilot-alanlar*/



.wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}

.site-header {
  margin-bottom: 40px;
}

.site-header__title {
    text-align: center;
    background: #eee;
    padding: 15px;
    border-radius: 4px;
    color: #9c9c9c;
    font-size: 28px;
  }

.site-header__title__light {
      font-weight: 300;
      color: #adadad;
    }


.city {
  fill: #CCCCCC;
  fill-opacity: 1;
  stroke:white;
  stroke-opacity: 1;
  stroke-width:0.5;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}



.krdnz{
    fill: green;
  fill-opacity: 1;
  stroke:white;
  stroke-opacity: 1;
  stroke-width:0.5;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}


.krs{
    fill: rgb(131 178 248);
    fill-opacity: 1;
    stroke:white;
    stroke-opacity: 1;
    stroke-width:0.5;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
}


.mrkz{
    fill: rgb(240 171 134);
    fill-opacity: 1;
    stroke:white;
    stroke-opacity: 1;
    stroke-width:0.5;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
}


.antly{
    fill:rgb(234 125 217);
    fill-opacity: 1;
    stroke:white;
    stroke-opacity: 1;
    stroke-width:0.5;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
}


.kr1 {
    width: 200px; 
    height: 200px; 
    background: blue; 
 }


.krs:hover {
    fill: rgb(0 53 125);
}

.city:hover {
     fill: #a9a9a9;
   }

.show-city-name {
  background-color: #24A62B;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  padding: 10px 20px;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
}

.show-city-name--active {
    opacity: 1;
    visibility: visible
  }

/*events*/
  .btn-1 {
    background-color: #c60304;
    border-style: solid;
    border-color: #c60304;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    color: white;
}

.btn-1:hover{
    background-color: #54595f;
    border-style: solid;
    border-color: #54595f;
}




ul li a{
  color: #505052;
}



ul li a:hover{

  color: black !important;

}


.accordion-body a{
  color: darkolivegreen;
}

.accordion-body a:hover{
  color: black !important;
}

.tab-pane li{
  padding: 0px 0px 10px 0px;
}


.hzl{
  color: white;
}

.hzl:hover{
  color: rgb(226, 224, 224);
}


.accordion-button:not(.collapsed){

  color: white;
  background-color: #24A62B;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #24A62B;
  border-color: transparent !important;
}

.accordion-button:focus{
  border-color: transparent !important;
}

.accordion{
  --bs-accordion-btn-focus-box-shadow:transparent !important;

  --bs-accordion-btn-active-icon:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAABaElEQVR4nO3bwUoDMRSG0dn6EjL4Zu58aEXyIPUXscIg1MK0tjfJ+fYzueSQxQRmWSRJkiRJkiRJkiRJkiRJmr0kD/eeofeutodJHpO8Jnm5ygsnLMlzkvckT9fAeMt3H1B2YxyOe9h2o/zC+AnKfozsRjmBAeVyjH0oZ0CclMsw/uWUQLklxublUKpgbBaBUgVjsxiUKhibRaFUwdgsDqUKxmYIKEsRDCgFMWY/KamIMStKKmPMhpIeMGZBSU8Yo6OkR4xRUdIzxmgoGQFjFJSMhNE7SkbE6BUlI2P0hpIZMHpByUwY1VEyI0ZVlMyMUQ0lMOqgBEYdlMCogxIYdVACow5KYNRBCYw6KIFRByUw6qAERh2UwKiDEhh1UALjdiVZj/95n+pw5tb269n1hiOPX86flHmv0DtCaTDqoDQYdVAajDooDUYdlAajDkqDUes7Zb33HJIkSZIkSZIkSZIkSZIkafm7T+atzzfLwLWGAAAAAElFTkSuQmCC);

  text-align: justify;

}

.accordion-body{
  color: darkolivegreen;
}

.tab-content>.active{
  color: darkolivegreen;
}

.tab-content {
  text-align: left;
}

p {
  text-align: justify;
}




.kutu-list .kutu {
  height: 90px;
  margin-bottom: 10px;
  padding-left: 7px;
  padding-right: 7px;
 background-color: #ffffff;
 margin: 4px;
width: 385px;
 box-sizing: border-box;
 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.kutu-list :hover{
  background-color: rgb(207, 206, 206);
}

.kutu-list .kutu .artc-left {
  float: left;
  width: 82px;
  height: 100%;
  padding-left: 25px;
  margin-right: 25px;
 padding-top: 20px;
}

.kutu-list .kutu .artc-right {
  float: left;
  display: inline-block;
  width: calc(100% - 82px - 25px);
  height: 100%;
  padding-right: 65px;
}

.kutu-list .kutu .artc-right .title {
  color: #5d5d5d;
  font-size: 18px;
  font-weight: bold;
  padding-top: 35px;
  text-align: center;
}





/* carousel icon-box*/

/*ath_carousel_se_03 start*/
.ath_carousel_se_03 {
  overflow: hidden;
}


.ath_carousel_se_03 .product-grid3 {
  border: none;
  box-shadow: none;
}


.ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: 0px;
}

.ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next:hover {
  background: #198b1f;
  color: #fff;
}

.ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: 0px;
}

.ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev:hover {
  background: #198b1f;
  color: #fff;
}

.ath_carousel_se_03 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev,
.ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #198b1f;
  background: rgb(255, 255, 255);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 25px;
  transform: translateY(-50%);
  box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}


.ath_carousel_se_03 .ath_round_icon_img {
  text-align: center;
  line-height: 50px;
}

.ath_carousel_se_03 .ath_round_icon_img i {
  font-size: 55px;
  color: #198b1f;

}

.ath_carousel_se_03 .btn-primary {
  background: #198b1f;
  border-color: #198b1f;
}

.ath_carousel_se_03 .btn-primary:hover,
.ath_carousel_se_03 .btn-primary:focus,
.ath_carousel_se_03 .btn-primary:active {
  background: #708e15;
}

@media only screen and (max-width: 768px) {
  .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
      top: 42%;
      left: 0px;

  }

  .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next {
      top: 42%;
      right: 0px;

  }
}


/*hizmet carausel*/




.hizmet .ath_round_icon_img {
  border-radius: 0%;
  box-shadow: 0 0 0;
  background: transparent !important;
  width: 50% !important;
  height: 50% !important;
}

/*resim üstü yazı*/

.hizmet .ath_round_icon_img  .card-hover-text{
  display:none;
}

.hizmet .ath_round_icon_img:hover .card-hover-text{
  display:flex !important;
  background-color: #000 ;
  opacity: 0.5;
  width: 140px;
  height: 70px;
  line-height: normal;
  color: whitesmoke;
 font-size: 15px;
  position: absolute;
  top: 18px;
  left: 15px;
  justify-content: center; 
  align-items: center !important;

}



/*resimyazıson*/



/*ath_carousel_se_03 start*/
.hizmet .ath_carousel_se_03 {
  overflow: hidden;
}




.hizmet .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: 0px;
}

.hizmet .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next:hover {
  background: #198b1f;
  color: #fff;
}

.hizmet .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: 0px;
}

.hizmet .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev:hover {
  background: #198b1f;
  color: #fff;
}

.hizmet .ath_carousel_se_03 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.hizmet .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev,
.hizmet .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #198b1f;
  background: rgb(255, 255, 255);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 25px;
  transform: translateY(-50%);
  box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}


.hizmet .ath_carousel_se_03 .ath_round_icon_img {
  text-align: center;
  line-height: 70px;
}



.hizmet .ath_carousel_se_03 .btn-primary {
  background: #198b1f;
  border-color: #198b1f;
}

.hizmet .ath_carousel_se_03 .btn-primary:hover,
.hizmet .ath_carousel_se_03 .btn-primary:focus,
.hizmet .ath_carousel_se_03 .btn-primary:active {
  background: #708e15;
}

@media only screen and (max-width: 768px) {
  .hizmet .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
      top: 42%;
      left: 0px;

  }

  .hizmet .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next {
      top: 42%;
      right: 0px;

  }
}
.hizmet .center  {
  display:flex;
  margin-left:auto;
  margin-right:auto;
  width:100% !important;
  z-index: -1;
  height: 100% !important;
}

.newsCaption {
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    float: left;
    padding-right: 2vw;
    position: absolute;
    text-align: left;
    left: 0;
    border-top-right-radius: 100px;
    padding-left: 3vw;
    width: 50%;
    height: 15%;
    font-size: medium;
}
.bY {
   border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    margin-top: 0;
    padding-top: 0px;
}
.bY ul {
  margin-top: -1vw;
  padding-left: 3vw;
}

@media(max-width: 1036px){
  .bY ul {
    margin-top: 1vw;
    padding-left: 3vw;
    padding-bottom: 3vw;
  }
}
.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.card-img-top-destekler {
  width: 15%;
}






.counter{
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #fff;
  text-align: center;
  width: 190px;
  padding: 25px 30px 1px;
  margin: 0 auto;
  border-radius: 30px 0 ;
  box-shadow: 10px 10px 0 rgba(0,0,0,0.05);
  position: relative;
  z-index: 1;
}
.counter:before{
  content: "";
  background: #198b1f;
  border-radius: 15px 0 30px 0;
  box-shadow: inset 0 4px 8px rgba(0,0,0,0.15);
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 27px;
  z-index: -1;
}
.counter .counter-icon{
  font-size: 35px;
  margin: 0 0 10px;
  transform: rotateX(0deg);
  transition: all 0.3s ease 0s;
}
.counter:hover .counter-icon{
  transform: rotateX(360deg);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.counter h3{
  font-size: 17px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.counter .counter-value{
  color: #666;
  background: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: right;
  line-height: 40px;
  width: 70%;
  height: 40px;
  padding: 0 15px;
  margin: 0 0 0 -20px;
  display: block;
}


@media screen and (min-width:1224px){
  .counter{ margin-bottom: 40px; }
}


/* Yuvarlak Logolar */
.ath_round_icon_img {
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, .25);
  background: #fff;
  width: 70px !important;
  height: 70px;
  padding: 16px;
  margin: 15px auto !important;
}

.ath_round_icon_img i {
  font-size: 70px;
  color: #e0571d;

}




/*içerik*/
.txt-img-cntr{
  display: flex;
  justify-content: center;
  align-items: center;
}


.card-text{
  font-size: small;
  color: #000;
}

.card img{
  width: min-content;
  height: min-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0px 0px 15px;
}

.bg-one {
    background-image: url(https://cdniys.tarimorman.gov.tr/api/File/GetGaleriFileWithoutCache/479/ResimGaleri/8317/0/bg13.png);
}


.bslk{
  margin-top: 60px;
  margin-bottom: 50px;
}

.bslk-2{
  margin-top: 0px;
  margin-bottom: 100px;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {

    width: 95% !important;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
 
    width: 100% !important;
}



.btn-x {
    width: 10% !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    margin-block-start: unset !important;
    margin-top: -40px !important;
}


.border-menu{
    border-right: 0;
}


@media print {
    body {
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
        -ms-print-color-adjust: exact;
        print-color-adjust: exact;
        box-shadow: inset 0 0 0 600px white;
    }

    .noprint {
        display: none;
    }
}

.border-bg {
    background: rgb(205, 23, 25);
    background: linear-gradient(180deg, rgba(205, 23, 25,1) 12%, rgba(205, 23, 25,0) 60%, rgba(205, 23, 25,0) 100%);
    max-height: 260mm;
    max-width: 200mm;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    padding: 20px;
}

.border-bg-a5 {
    background: rgb(205, 23, 25);
    background: linear-gradient(180deg, rgba(205, 23, 25,1) 12%, rgba(205, 23, 25,0) 60%, rgba(205, 23, 25,0) 100%);
    max-height: 190mm;
    max-width: 130mm;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    padding: 20px;
}

.bg-23 {
    background-image: url("/Custom/GuvenilirGida/img/bg-qrr.svg");
    border-radius: 50px;

}

.bg-box {
    background-image: url("/Custom/GuvenilirGida/img/dkr.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    margin: 0px auto;
    margin-top: 20px;
}


.bg-box1 {
    background-image: url("/Custom/GuvenilirGida/img/dkr.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin: 0px auto;
    margin-top: 20px;
}

.lg-1 {
    width: 30%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.logo-bakanlik {
    margin: 10px;
    width: 150px;
    height: 150px;
}

.logo-bakanlik-a5 {
    margin: 10px;
    width: 100px;
    height: 100px;
}

.box-1 {
    background-color: #979797;
    border-color: #6d6d6d;
    width: 250px;
    height: 250px;
    border: 20px;
    border-radius: 20px;
    margin:0px auto;
   
   
}

.box-1-a5 {
    background-color: #979797;
    border-color: #6d6d6d;
    width: 160px;
    height: 160px;
    border: 20px;
    border-radius: 20px;
    
}

.background-center {
    width: auto;
    height: 270px;
    margin: 0px auto;
    margin-top: -30px;
}

.background-center-a5 {
    width: auto;
    height: 170px;
    margin: 0px auto;
    margin-top: -10px;
}

.background-centerr {
    width: 80px;
    height: auto;
    margin-top: -20px;
}

.background-centerr-a5 {
    width: 60px;
    height: auto;
    margin-top:-10px;
}

.logo-footer {
    margin: 0px;
    margin-bottom: 0px;
    width: 400px;
    height: 400px;
}

.logo-footer-a5 {
    margin: 0px;
    margin-bottom: 0px;
    width: 300px;
    height: 300px;
}

.txt-1 {
    margin-top: -210px;
    color: white;
    line-height: 42px;
    font-family: qr-font;
}

.txt-isletme {
    margin-bottom: 5px;
    font-size: 23pt;
    font-family: qr-font;
}


.fnt-1 {
    font-family: qr-font;
}
.tst1{
    margin-top:5px;
}

.tst1-a5 {
    margin-top: 5px;
}

.txt-2 {
    font-size: 23pt;
    font-family: qr-font;
}

.txt-2-qr {
    
    font-size: 45pt;
    font-family: qr-font;
}

.txt-2-qr-a5 {
    font-size: 30pt;
    font-family: qr-font;
}

.txt-33 {
    margin-top: -66px;
    color: white;
    font-size: 18pt;
    line-height: 5px;
    font-family: qr-font-2;
}

.txt-33-a5 {
    margin-top: -45px;
    color: white;
    font-size: 10pt;
    line-height: 5px;
    font-family: qr-font-2;
}


.lg-3 {
    width: 150px;
    height: 150px;
    margin-top: -30px;
}

.trm{
    width:200px;
    height:200px;
}

.txt-1-a5 {
    margin-top: -130px;
    color: white;
    font-weight: 400;
    font-size: medium;
    line-height: 25px;
}

.txt-2-a5 {
    font-size: medium;
}



.lg-3-a5 {
    width: 90px;
    height: 90px;
}


.a5-baslik {
    font-weight: bold;
    font-size: large;
}

.a55 {
    margin: 0px;
}


.bg-footer-logo {
    background: white;
   
    height: 80px;
}

.bg-footer-logo1 {
    background: white;
    
    height: 60px;
}


.mbl-fnt {
    font-size:medium;
    margin-top: 20px;
}

.tblt-fnt {
    margin-top: 20px;
}

.nav-link {
    color: black;
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: none;
}

.dropdown-toggle:active, .open .dropdown-toggle {
    background: #FFF !important;
    color: #000 !important;
}

.form-select:focus {
    box-shadow: none;
    border: 1px solid rgb(0, 0, 0) !important;
}

.nav-pills .nav-link {
    border-radius: 15px;
    color: white;
    background-color: rgb(255, 102, 0);
    height: 7rem;
    width: 33rem;
    margin: 0px 30px;
}

.cntr-tab {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-color-risk {
    color: white;
    background-color: #ed0f0f !important;
}

.bg-color-risk:focus {
    background-color: #ed0f0f !important;
}

.bg-color-risk:active {
    background-color: #ed0f0f !important;
}




.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: rgb(255, 102, 0);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.bg-red-clr {
    background-color: #ed0f0f !important;
    border: 1px solid #ed0f0f !important;
    border-top: 0;
}

.bg-orange-clr {
    background-color: rgb(255, 102, 0) !important;
    border: 1px solid rgb(255, 102, 0) !important;
    border-top: 0;
}

.clr-red {
    color: #ed0f0f !important;
}

.clr-org {
    color: rgb(255, 102, 0) !important;
}


/*Carousel control button*/

.carousel-control-next {
    left: 6rem !important;
}

.carousel-control-prev {
    left: 3rem;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 80% !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    width: 50px;
    height: 50px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.btn-custom-tehlike {
    color: white;
    border-color: #ed0f0f !important;
    background-color: #ed0f0f !important;
}

.btn-custom-taklit {
    color: white;
    border-color: rgb(255, 102, 0) !important;
    background-color: rgb(255, 102, 0) !important;
}

.btn-xy {
    border: 2px solid #656565 !important;
    color: white !important;
    --bs-btn-padding-x: 3rem !important;
    --bs-btn-padding-y: 5rem !important;
    --bs-btn-font-family: Roboto;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 500;
    margin: 10px;
    width: 25rem !important;
}


.sldr-bx {
    margin-top: 70px;
    box-shadow: 0 8px 30px rgba(49, 37, 37, 0.53);
}


.homeicon-img {
    width: 50% !important;
    height: 80% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 0px !important;
    margin: 0 auto !important; /* Added */
    float: none !important; /* Added */
}

.card-hvr .icon {
    
    max-width:100px;
    color: green;
    padding:0px;
    margin:0px;
}

.card-hvr-text {
    font-family: Roboto;
    color: gray;
}

.card-hvr {
    transition: all 0.5s;
    background-color: #fbfbfb;
    margin: 10px -11px 0px -11px;
}

    .card-hvr:hover {
       
       
        color:red;
      
    }

        .card-hvr:hover .icon,
        .card-hvr:hover .card-hvr-text {
            color: green;
        }


/*** GRID ICON BOXES */
.grid-ibx__item {
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    -webkit-backface-visibility: hidden;
    min-height: 90px;
    background-color: #fff;
}

    .grid-ibx__item[onclick] {
        cursor: pointer;
    }

.grid-ibx--cols-1 .grid-ibx__item {
    width: 100%;
}

.grid-ibx--cols-2 .grid-ibx__item {
    width: 50%;
}

.grid-ibx--cols-3 .grid-ibx__item {
    width: 33.3333%;
}

.grid-ibx--cols-4 .grid-ibx__item {
    width: 25%;
}

.grid-ibx--cols-5 .grid-ibx__item {
    width: 20%;
}

.grid-ibx__item-inner {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grid-ibx__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.grid-ibx__title-wrp,
.grid-ibx__icon-wrp,
.grid-ibx__desc-wrp {
    margin-top: 0;
    margin-bottom: 20px;
    backface-visibility: hidden;
    -webkit-filter: blur(0);
}

.grid-ibx__title,
.grid-ibx__desc {
    margin: 0;
}

.grid-ibx__icon {
    font-size: 24px;
    line-height: 1;
    -webkit-transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    color: #e2e2e2;
}

.grid-ibx__item:hover .grid-ibx__icon {
    color: #cd2122;
}

/* GridIconBox Styles - Lined Full */
.grid-ibx--style-lined-full {
    border-width: 1px 0 0 1px;
}

    .grid-ibx--style-lined-full .grid-ibx__item {
        border-width: 0 1px 1px 0;
    }

    .grid-ibx--style-lined-full,
    .grid-ibx--style-lined-full .grid-ibx__item {
        border-color: rgba(0,0,0,0.1);
        border-style: solid;
    }

/* GridIconBox Styles - Lined Center */
.grid-ibx--style-lined-center,
.grid-ibx--style-lined-center .grid-ibx__item {
    border-color: rgba(0,0,0,0.1);
    border-style: solid;
}

    .grid-ibx--style-lined-center .grid-ibx__item {
        border-width: 0 1px 1px 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-1 .grid-ibx__item:nth-child(1) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-2 .grid-ibx__item:nth-child(2) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-3 .grid-ibx__item:nth-child(3) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-4 .grid-ibx__item:nth-child(4) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-5 .grid-ibx__item:nth-child(5) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center .grid-ibx__row:last-child .grid-ibx__item {
        border-bottom-width: 0;
    }

.grid-ibx--style-lined-center {
   /* border: 0;*/

}

/* GridIconBox Styles - Gradient */
.grid-ibx--style-lined-gradient .grid-ibx__item {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}
Kümes
/*.grid-ibx--style-lined-gradient.grid-ibx--cols-1 .grid-ibx__item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-2 .grid-ibx__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-3 .grid-ibx__item {
    width: -webkit-calc(33.3333% - 30px);
    width: calc(33.3333% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {
    width: -webkit-calc(20% - 30px);
    width: calc(20% - 30px);
}
*/
.grid-ibx--style-lined-gradient .grid-ibx__ghelper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:before,
.grid-ibx--style-lined-gradient .grid-ibx__item:after {
    content: "";
    position: absolute;
    top: 4px;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(0,0,0,0.2)), color-stop(100%,transparent));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 60%,transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 60%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 60%,transparent 100%);
}

.grid-ibx--style-lined-gradient .grid-ibx__item:before {
    left: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:after {
    right: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:hover .grid-ibx__ghelper {
    border-color: #cd2122;
    border-bottom: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:hover:before,
.grid-ibx--style-lined-gradient .grid-ibx__item:hover:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd2122), color-stop(100%,transparent));
    background: -webkit-linear-gradient(top, #cd2122 0%,transparent 100%);
    background: -webkit-linear-gradient(top, #cd2122 0%, transparent 100%);
    background: linear-gradient(to bottom, #cd2122 0%,transparent 100%);
}

/* Hover Effects - Shadow */
.grid-ibx--hover-shadow .grid-ibx__item {
    -webkit-transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

    .grid-ibx--hover-shadow .grid-ibx__item:hover {
        box-shadow: 0 40px 120px -20px rgba(0,0,0,0.6);
        z-index: 1;
    }

.grid-ibx--hover-shadow.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29);
}

/* Hover Effects - Scale */
.grid-ibx--hover-scale .grid-ibx__item {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

    .grid-ibx--hover-scale .grid-ibx__item:hover {
        -webkit-transform: scale3d(1.05,1.05,1);
        -ms-transform: scale3d(1.05,1.05,1);
        transform: scale3d(1.05,1.05,1);
        z-index: 1;
        border-width: 1px !important;
        background: #fff;
        border-radius: 3px;
    }

.grid-ibx--hover-scale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    background: none;
}

/* Hover Effects - Shadow & Scale */
.grid-ibx--hover-shadowscale .grid-ibx__item {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

    .grid-ibx--hover-shadowscale .grid-ibx__item:hover {
        -webkit-transform: scale3d(1.06,1.06,1);
        -ms-transform: scale3d(1.06,1.06,1);
        transform: scale3d(1.06,1.06,1);
        z-index: 1;
        border-width: 1px !important;
        background: #fff;
        box-shadow: 0 40px 120px -20px rgba(0,0,0,0.6);
        border-radius: 2px;
    }

.grid-ibx--hover-shadowscale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29);
    background: none;
}
/*** end GRID ICON BOXES */
.h-150{
  min-width:25%;

}
.h-100 {
    width: 100%;
}
@media only screen and (min-device-width: 1000px)  {
    .h-150 {
       width: 25%;
      
    }
}





.clr-textbox{
    color:black !important;
}

    .clr-textbox:hover {
        color: #CD2122 !important;
    }


.active.carousel-item-end,
.active.carousel-item-start {
    transition-duration: 2000ms;
   
}

.carousel-item-next,
.carousel-item-prev {
    transition-duration: 2000ms;
   
}

.sayac-clr {
   
    background-color: #CD2122 !important;
}

.portlet.light.bordered > .portlet-title {
     border-bottom: none !important;
}

.sayac-header {
    background-color: #CD2122;
    color: white;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 10px;
}

.sayac-saat{
    font-weight:600;
}

.gkd-font{
    font-size:25px;
}

.form-control {
    display: block;
    width: 100% !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



/*social links*/

.social-links {
    position: fixed;
    top: 70px;
    bottom: 0;
    left: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 110;
}

    .social-links > div {
        padding: 0 6px;
    }

        .social-links > div + div {
            margin-top: 30px;
        }

    .social-links a {
        background-color: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        -webkit-transition: .3s;
        transition: .3s;
        will-change: color, background-color, filter;
        -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,.1));
        filter: drop-shadow(0 1px 5px rgba(0,0,0,.1));
    }

    .social-links [class="facebook"] > a {
        color: #4b76bd;
    }

    .social-links [class="twitter"] > a {
        color: #00c6ff;
    }

    .social-links [class="instagram"] > a {
        color: #eb3f5c;
    }

    .social-links [class="youtube"] > a {
        color: #fc3831;
    }

.gkd-buton {
    margin-left: -100px !important;
}

.gkd-btn {
    max-width: 350px;
}

.gkd-mb-50 {
    margin-bottom: 50px;
}

.gkd-margin-btn {
    margin: 200px auto;
}

.border-123 {
    border: 3px solid #f99a39;
    border-radius: 30px;
    width: 61%;
    margin-left: 140px;
}

.gkd-img {
    width: 680px;
}

.container-gkd {
    max-width: 1100px;
    margin: 50px auto;
}

.portlet.light.bordered > .portlet-title {
    border-bottom: none !important;
    display: none;
}

@media only screen and (min-device-width: 200px) and (max-device-width: 455px) {

    .gkd-margin-btn {
        margin: 150px auto;
    }

    .gkd-btn {
        max-width: 200px;
    }


    .gkd-buton {
        display: flex;
        justify-content: center;
        margin-right: 50px !important;
        margin-left: 0px !important;
        margin-bottom: 20px;
    }

    .border-123 {
        border: 3px solid #f99a39;
        border-radius: 30px;
        width: 140%;
        margin: 0px auto !important;
        margin-left: -50px !important;
    }
}

@media only screen and (min-device-width: 455px) and (max-device-width: 605px) {

    .gkd-margin-btn {
        margin: 150px auto;
    }

    .gkd-btn {
        max-width: 200px;
    }


    .gkd-buton {
        display: flex;
        justify-content: center;
        margin-right: 50px !important;
        margin-left: 0px !important;
        margin-bottom: 20px;
    }

    .border-123 {
        border: 3px solid #f99a39;
        border-radius: 30px;
        width: 95%;
        margin: 0px auto !important;
    }
}


@media only screen and (min-device-width: 605px) and (max-device-width: 755px) {
 
    .gkd-margin-btn {
        margin: 150px auto;
    }

    .gkd-btn {
        max-width: 200px;
      
    }


    .gkd-buton {
        display: flex;
        justify-content: center;
        margin-right: 50px !important;
        margin-left: 0px !important;
        margin-bottom: 20px;
    }

    .border-123 {
               border: 3px solid #f99a39;
        border-radius: 30px;
        width: 75%;
        margin: 0px auto !important;
    }
}

@media only screen and (min-device-width: 760px) and (max-device-width: 1000px) {
    .container-gkd {
        width: 600px;
        margin: 100px auto;
    }
    .gkd-margin-btn {
        margin: 150px auto;
    }
    .gkd-btn {
        max-width: 200px;
    }

    .gkd-img {
        max-width: 470px;
        margin-left: -50px;
    }

    .gkd-buton {
        margin-left: 55px !important;
    }

    .border-123 {
        border: 3px solid #f99a39;
        border-radius: 30px;
        width: 75%;
        margin-left: 140px;
    }
}


/* Call to action button in demo */
.buybtn-panel {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    left: 0;
    padding: 20px 50px 20px 20px;
    background: rgba(0,0,0,0.7) !important;
    -webkit-transition: left .9s ease-out !important;
    transition: left .9s ease-out !important;
}

.buybtn-close {
    position: absolute !important;
    top: 0 !important;
    cursor: pointer !important;
    display: block !important;
    height: 80px !important;
    width: 30px !important;
    right: 0 !important;
    font-size: 18px !important;
    color: rgba(255,255,255,.69) !important;
    line-height: 80px !important;
    border-left: 1px solid rgba(255,255,255,.16) !important;
    padding: 0 !important;
    text-align: center !important;
}

    .buybtn-close:before {
        content: "\00d7";
    }

    .buybtn-close:hover {
        color: rgba(255,255,255,.9);
    }

.buybtn-cta {
    background: #0ca919;
    border-radius: 2px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    width: 160px;
    display: inline-block;
    text-align: center;
}

    .buybtn-cta span {
        opacity: .5;
        display: inline-block;
        border-left: 1px solid #fff;
        width: 1px;
        margin: 0 7px;
        height: 20px;
        vertical-align: middle;
    }

    .buybtn-cta:hover,
    .buybtn-cta:focus {
        background: #179f07;
        color: #fff;
    }

.buybtn-panel.is-hidden {
    left: -200px;
}

    .buybtn-panel.is-hidden .buybtn-close:before {
        content: "\203A";
        font-size: 24px;
    }



.buybtn-panel.is-hidden {
    right: -300px;
    left: auto !important;
}

    .buybtn-panel.is-hidden .buybtn-close:before {
        content: none;
    }

.buybtn-panel {
    background: none;
    border: 1px solid #e51922;
    height: fit-content;
    top: 45%;
    right: 0;
    left: auto !important;
    -webkit-transition: right .3s ease-out;
    transition: right .3s ease-out;
}

    .buybtn-panel .latest_posts.style2 {
        width: 298px;
        padding: 30px;
    }

        .buybtn-panel .latest_posts.style2 ul.posts li {
            margin: 5px 0;
            padding: 0;
        }

.buybtn-close {
    background: #e51922 !important;
    color: #fff !important;
    width: 90px !important;
    left: -91px !important;
    height: 55px !important;
    line-height: 20px !important;
    padding: 5px !important;
}

    .buybtn-close:before {
        content: "";
    }



/* Latest Post from sidebar */
.latest_posts.style2 {
    background-color: #fff;
    position: relative;
    padding: 30px 30px 10px 30px;
}

    .latest_posts.style2 .m_title {
        margin-bottom: 20px;
    }

    .latest_posts.style2 .viewall {
        position: absolute;
        top: 28px;
        right: 20px;
        font-size: 10px;
        font-weight: bold;
        color: #757575;
    }

        .latest_posts.style2 .viewall:hover {
            color: #111;
        }

    .latest_posts.style2 ul.posts {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .latest_posts.style2 ul.posts li {
            margin-top: 25px;
            border-bottom: 1px solid #ECECEC;
            padding-bottom: 25px;
        }

            .latest_posts.style2 ul.posts li:last-child {
                margin-bottom: 0;
                border-bottom: 0;
            }

        .latest_posts.style2 ul.posts .title {
            font-size: 14px;
            font-weight: 700;
            color: #CD2122;
            line-height: 1.6;
            vertical-align: middle;
        }

        .latest_posts.style2 ul.posts .details {
            float: left;
            width: 110px;
        }

            .latest_posts.style2 ul.posts .details > span {
                display: inline-block;
                margin-bottom: 2px;
                font-size: 10px;
            }

            .latest_posts.style2 ul.posts .details span.date {
                background: #cd2122;
                color: #fff;
                padding: 3px 10px;
                margin: 0 0 5px;
                position: relative;
            }

                .latest_posts.style2 ul.posts .details span.date:after {
                    content: '';
                    position: absolute;
                    bottom: -8px;
                    left: 10px;
                    border: 4px solid transparent;
                    border-top-color: #cd2122;
                }

        .latest_posts.style2 ul.posts .text {
            margin-left: 110px;
        }

        .latest_posts.style2 ul.posts .details > span.cat {
            display: block;
        }

.latest_posts.style3 {
    position: relative;
}

    .latest_posts.style3 .m_title {
        margin-bottom: 20px;
    }

    .latest_posts.style3 .hoverBorder {
        margin-right: 20px;
        margin-top: 5px;
    }

    .latest_posts.style3 .viewall {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 10px;
        font-weight: bold;
        color: #757575;
    }

        .latest_posts.style3 .viewall:hover {
            color: #111;
        }

    .latest_posts.style3 ul.posts {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .latest_posts.style3 ul.posts li {
            font-size: 0.9rem;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #E3E3E3;
            overflow: hidden;
        }

            .latest_posts.style3 ul.posts li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0;
            }

        .latest_posts.style3 ul.posts .title {
            font-size: 13px;
            margin: 0 0 5px;
            font-weight: 600;
            text-shadow: 1px 1px 0 white;
            vertical-align: middle;
            line-height: 20px;
            margin: 0 0 5px;
            padding: 0;
            text-shadow: 1px 1px 0 white;
            vertical-align: middle;
        }
/*.latest_posts.style3 ul.posts .title a{font-size: 13px; font-weight: normal; font-weight: 600; }*/
.lp-post .hoverBorder ~ .text,
.lp-post .hoverBorder ~ .lp-post-comments-num {
    margin-left: 74px;
}

.lp-post .lp-post-comments-num {
    color: #bababa;
}

.lp-post .hoverBorder + .title {
    overflow: hidden;
}

.widget .latest_posts ul li.lp-post .hoverBorder {
    margin-bottom: 0;
}

/* Css Accordion (Latest posts 1) */
.latest_posts-acc-inner,
.latest_posts-acc-item:hover ~ .latest_posts-acc-item > .latest_posts-acc-inner {
    width: 465px !important;
}

.latest_posts.default-style.kl-style-2 .lp-title {
    height: 289px;
}

/*duyurudaki tümü butonundan dolayı oluşan sorunu çözmek için. ilerde bu satırların karşılığı direk custom2 den silinebilir.*/
.duyurular .latest_posts.style2 ul.posts li:last-child {
    position: unset !important;
    top: unset !important;
    right: unset !important;
    margin-top: 6px !important;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 9px;
}

    .duyurular .latest_posts.style2 ul.posts li:last-child span {
        top: unset !important;
    }

    .duyurular .latest_posts.style2 ul.posts li:last-child a {
        position: unset !important;
        right: unset !important;
        padding: unset !important;
    }

.txt-break-1 {
    word-break: break-all;
}


/* Latest Posts Default */
/*.latest_posts.default-style .hoverBorder {
    margin-bottom: 10px;
}

    .latest_posts.default-style .hoverBorder h6 {
        position: absolute;
        left: -10px;
        bottom: 16px;
        color: #fff;
        padding: 11px 14px;
        background: #CD2122;
        font-size: 0.9rem;
        font-weight: 500;
        line-height: 1;
        margin: 0;
        border-radius: 2px;
    }

    .latest_posts.default-style .hoverBorder:hover h6 {
        left: 15px;
        background: #fff;
        color: #CD2122;
    }

.latest_posts.default-style a + em {
    font-size: 0.9rem;
    color: #7d7d7d;
}

.latest_posts.default-style .post {
    margin-bottom: 30px;
}

    .latest_posts.default-style .post .m_title {
        font-style: italic;
        font-size: 1.2rem;
        line-height: 1.4;
        margin-top: 10px;
    }

    .latest_posts.default-style .post em {
        display: block;
    }

.latest_posts.default-style img {
    box-shadow: 0 1px 1px rgba(0,0,0,.22);
}*/

/* latest posts default style - style 2 */
/*.latest_posts.default-style.kl-style-2 .lp-title {
    background-color: #cd2122;
    height: 120px;
    width: 100%;
    text-align: center;
    padding: 20px 40px;
    margin: 0 0 20px;
}

    .latest_posts.default-style.kl-style-2 .lp-title .m_title {
        position: relative;
        color: #fff;
        text-shadow: none;
        font-weight: bold;
        font-size: 3rem;
        line-height: 1;
        top: 50%;
        margin: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.latest_posts.default-style.kl-style-2 .post {
    position: relative;
    margin-bottom: 20px;
}

.latest_posts.default-style.kl-style-2 .post-details {
    position: absolute;
    bottom: 0;
    padding: 20px 15px;
}

.latest_posts.default-style.kl-style-2 .m_title a {
    color: #fff;
    text-shadow: none;
    font-style: normal;
    margin-bottom: 5px;
}

.latest_posts.default-style.kl-style-2 .post-details em {
    font-style: normal;
    color: #d6d6d6;
    font-size: 0.7rem;
}

    .latest_posts.default-style.kl-style-2 .post-details em a {
        color: #fff;
    }

.latest_posts.default-style.kl-style-2 .m_title {
    position: relative;
    margin: 0 0 20px;
}

.latest_posts.default-style.kl-style-2 .post:not(.lp-title) .m_title:after {
    position: absolute;
    content: '';
    width: 88px;
    height: 3px;
    background-color: #cd2122;
    left: 0;
    bottom: -10px;
    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}

.latest_posts.default-style.kl-style-2 .post:not(.lp-title):hover .m_title:after {
    width: 160px;
}

.latest_posts.default-style.kl-style-2 .theHoverBorder {
    background: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.latest_posts.default-style.kl-style-2 .hoverBorderWrapper img {
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
}

.latest_posts.default-style.kl-style-2 .hoverBorder {
    margin: 0;
}

    .latest_posts.default-style.kl-style-2 .hoverBorder:hover img {
        opacity: 1;
    }

.latest_posts.default-style.kl-style-2 .post:hover .theHoverBorder {
    opacity: 0;
}


.latest_posts.style2 {
    background-color: #fff;
    position: relative;
    padding: 30px 30px 10px 30px
}

    .latest_posts.style2 .m_title {
        margin-bottom: 20px;
    }

    .latest_posts.style2 .viewall {
        position: absolute;
        top: 28px;
        right: 20px;
        font-size: 0.8rem;
        font-weight: bold;
        color: #757575;
    }

        .latest_posts.style2 .viewall:hover {
            color: #111;
        }

    .latest_posts.style2 ul.posts {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .latest_posts.style2 ul.posts li {
            margin-top: 25px;
            border-bottom: 1px solid #ECECEC;
            padding-bottom: 25px;
        }

            .latest_posts.style2 ul.posts li:last-child {
                margin-bottom: 0;
                border-bottom: 0;
            }

        .latest_posts.style2 ul.posts .title {
            font-size: 1rem;
            font-weight: 700;
            color: #CD2122;
            line-height: 1.6;
            vertical-align: middle;
        }

        .latest_posts.style2 ul.posts .details {
            float: left;
            width: 110px;
        }

            .latest_posts.style2 ul.posts .details > span {
                display: inline-block;
                margin-bottom: 2px;
                font-size: 0.6rem;
            }

            .latest_posts.style2 ul.posts .details span.date {
                background: #cd2122;
                color: #fff;
                font-weight: bold;
                padding: 3px 10px;
                margin: 0 0 5px;
                position: relative;
            }

                .latest_posts.style2 ul.posts .details span.date:after {
                    content: '';
                    position: absolute;
                    bottom: -8px;
                    left: 10px;
                    border: 4px solid transparent;
                    border-top-color: #cd2122;
                }

        .latest_posts.style2 ul.posts .text {
            margin-left: 110px;
        }

        .latest_posts.style2 ul.posts .details > span.cat {
            display: block;
        }

.latest_posts.style3 {
    position: relative;
}

    .latest_posts.style3 .m_title {
        margin-bottom: 20px;
    }

    .latest_posts.style3 .hoverBorder {
        margin-right: 20px;
        margin-top: 5px;
        float: left;
        margin-bottom: 50px;
    }

    .latest_posts.style3 .viewall {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 10px;
        font-weight: bold;
        color: #757575;
    }

        .latest_posts.style3 .viewall:hover {
            color: #111;
        }

    .latest_posts.style3 ul.posts {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .latest_posts.style3 ul.posts li {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #E3E3E3;
            overflow: hidden;
        }

            .latest_posts.style3 ul.posts li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0;
            }

        .latest_posts.style3 ul.posts .title {
            font-size: 0.95rem;
            margin: 0 0 5px;
            font-weight: 600;
            text-shadow: 1px 1px 0 white;
            vertical-align: middle;
            line-height: 1.6;
            margin: 0 0 5px;
            padding: 0;
            text-shadow: 1px 1px 0 white;
            vertical-align: middle;
        }

.lp-post .hoverBorder ~ .text,
.lp-post .hoverBorder ~ .lp-post-comments-num {
    margin-left: 74px;
}

.lp-post .lp-post-comments-num {
    color: #bababa
}

.lp-post .hoverBorder + .title {
    overflow: hidden;
}

.widget .latest_posts ul li.lp-post .hoverBorder {
    margin-bottom: 0;
}*/

/* Latest Posts - Accordion Style */
/*.latest_posts-acc {
    position: relative;
}

.latest_posts-acc-elm-title {
    position: absolute;
    top: 14px;
    z-index: 1;
    margin: 0;
}

.latest_posts-acc-viewall {
    position: absolute;
    top: 12px;
    left: 330px;
    font-size: 11px;
    font-weight: bold;
    color: #757575;
    z-index: 1;
}

.latest_posts-acc-item,
.latest_posts-acc-inner,
.latest_posts-acc-link {
    -webkit-transition: width 0.2s ease-in-out 0.2s;
    transition: width 0.2s ease-in-out 0.2s;
}

.latest_posts-acc-wrapper {
    width: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
}

.latest_posts-acc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.latest_posts-acc-item {
    width: calc(25% - 20px);
    padding-top: 50px;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    border-top: 4px solid #E7E7E7;
}

.latestposts--dark .latest_posts-acc-item {
    border-top-color: #323232;
}

.latest_posts-acc-inner,
.latest_posts-acc-item:hover ~ .latest_posts-acc-item > .latest_posts-acc-inner {
    width: calc(200% + 40px);
}

.latest_posts-acc-item:hover > .latest_posts-acc-inner,
.latest_posts-acc-item.last > .latest_posts-acc-inner {
    width: 100%;
}

.latest_posts-acc-link {
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
    opacity: .8;
}

.latest_posts-acc-item.last,
.latest_posts-acc-item:hover:not(.last) {
    width: 50%;
}

.latest_posts-acc-item:hover ~ .latest_posts-acc-item {
    width: calc(25% - 20px);
}

.latest_posts-acc-item:hover .latest_posts-acc-link {
    opacity: 1;
}

.latest_posts-acc-item.last {
    margin-right: 0;
}

.latest_posts-acc-details {
    font-size: 0.8rem;
}

.latest_posts-acc-title {
    font-size: 1rem;
    line-height: 1.5;
    margin: 10px 0;
}

.latest_posts-acc-text {
    font-size: 0.85rem;
    line-height: 1.6;
}

.latest_posts-acc-more {
    font-size: 0.7rem;
    font-weight: bold;
    color: #000;
    display: inline-block;
    margin-top: 5px;
}



.kamuSlider .adbox.video > img {
    height: 142px;
}

.breadcrumbs {
    background: none;
    padding-left: 0;
}

    .breadcrumbs a, .breadcrumbs span {
        color: #000;
    }

.kamuSlider {
    padding: 0;
    margin-right: 18px;
}*/

/* Latest Post from sidebar */
/*.latest_posts.style2 {
    background-color: #fff;
    position: relative;
    padding: 30px 30px 10px 30px
}

    .latest_posts.style2 .m_title {
        margin-bottom: 20px;
    }

    .latest_posts.style2 .viewall {
        position: absolute;
        top: 28px;
        right: 20px;
        font-size: 10px;
        font-weight: bold;
        color: #757575;
    }

        .latest_posts.style2 .viewall:hover {
            color: #111;
        }

    .latest_posts.style2 ul.posts {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .latest_posts.style2 ul.posts li {
            margin-top: 25px;
            border-bottom: 1px solid #ECECEC;
            padding-bottom: 25px;
        }

            .latest_posts.style2 ul.posts li:last-child {
                margin-bottom: 0;
                border-bottom: 0;
            }

        .latest_posts.style2 ul.posts .title {
            font-size: 14px;
            font-weight: 700;
            color: #CD2122;
            line-height: 1.6;
            vertical-align: middle;
        }

        .latest_posts.style2 ul.posts .details {
            float: left;
            width: 110px;
        }

            .latest_posts.style2 ul.posts .details > span {
                display: inline-block;
                margin-bottom: 2px;
                font-size: 10px
            }

            .latest_posts.style2 ul.posts .details span.date {
                background: #cd2122;
                color: #fff;
                padding: 3px 10px;
                margin: 0 0 5px;
                position: relative;
            }

                .latest_posts.style2 ul.posts .details span.date:after {
                    content: '';
                    position: absolute;
                    bottom: -8px;
                    left: 10px;
                    border: 4px solid transparent;
                    border-top-color: #cd2122;
                }

        .latest_posts.style2 ul.posts .text {
            margin-left: 110px;
        }

        .latest_posts.style2 ul.posts .details > span.cat {
            display: block;
        }

.latest_posts.style3 {
    position: relative;
}

    .latest_posts.style3 .m_title {
        margin-bottom: 20px;
    }

    .latest_posts.style3 .hoverBorder {
        margin-right: 20px;
        margin-top: 5px;
    }

    .latest_posts.style3 .viewall {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 10px;
        font-weight: bold;
        color: #757575;
    }

        .latest_posts.style3 .viewall:hover {
            color: #111;
        }

    .latest_posts.style3 ul.posts {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .latest_posts.style3 ul.posts li {
            font-size: 0.9rem;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #E3E3E3;
            overflow: hidden;
        }

            .latest_posts.style3 ul.posts li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0;
            }

        .latest_posts.style3 ul.posts .title {
            font-size: 13px;
            margin: 0 0 5px;
            font-weight: 600;
            text-shadow: 1px 1px 0 white;
            vertical-align: middle;
            line-height: 20px;
            margin: 0 0 5px;
            padding: 0;
            text-shadow: 1px 1px 0 white;
            vertical-align: middle;
        }*/
/*.latest_posts.style3 ul.posts .title a{font-size: 13px; font-weight: normal; font-weight: 600; }*/
/*.lp-post .hoverBorder ~ .text,
.lp-post .hoverBorder ~ .lp-post-comments-num {
    margin-left: 74px;
}

.lp-post .lp-post-comments-num {
    color: #bababa
}

.lp-post .hoverBorder + .title {
    overflow: hidden;
}

.widget .latest_posts ul li.lp-post .hoverBorder {
    margin-bottom: 0;
}


.hoverBorder {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

    .hoverBorder:hover img {
        border-radius: 2px;
        opacity: 0.8;
    }

.hoverBorderWrapper {
    position: relative;
    display: block;
}

    .hoverBorderWrapper img {
        max-width: 100%;
        box-sizing: border-box;
        border-radius: 2px;
        width: 100%;
        position: relative;
    }

.theHoverBorder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 2px;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
}

    .theHoverBorder:hover {
        box-shadow: 0 0 0 3px #cd2122 inset;
    }

.plus .theHoverBorder {
    background-position: center center;
}

    .plus .theHoverBorder:hover {
        background-image: url(../images/plus01.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-color: rgba(35,35,35,0.5);
    }

.hoverBorder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    box-shadow: inset 0 0 0 3px hsla(0,0%,100%,.15);
    transition: box-shadow .2s ease-out,background-color .2s ease-out;
}

.hoverBorder:hover:after {
    box-shadow: inset 0 0 0 3px #cd2122;
}*/


/* Image Boxes */
/*.image-boxes {
    margin-bottom: 30px;
}

    .image-boxes .hoverBorder {
        margin-bottom: 20px;
    }

    .image-boxes .box {
        margin-bottom: 20px;
    }

    .image-boxes img {
        width: 100%;
        height: auto;
    }

    .image-boxes a {
        display: block;
    }*/

/* Style 1 */
/*.imgboxes_style1 {
    overflow: visible;
}

    .imgboxes_style1 .hoverBorder h6 {
        position: absolute;
        left: -10px;
        bottom: 20px;
        color: #fff;
        padding: 11px 15px;
        background: #CD2122;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        margin: 0;
        border-radius: 2px;
    }

    .imgboxes_style1 .hoverBorder:hover h6 {
        left: 20px;
    }

    .imgboxes_style1 img {
        box-shadow: 0 1px 1px rgba(0,0,0,.22)
    }

    .imgboxes_style1 .hoverBorderWrapper {
        height: 270px;
    }*/

/* Style 2 */
/*.image-boxes.ib_style2 .hoverBorder {
    margin-bottom: 0;
}

.imgboxes_style2 .imgboxes-wrapper {
    height: 270px;
}*/

/* Style 3 */
/*.slidingDetails {
    position: relative;
    display: block;
    overflow: hidden;
}

    .slidingDetails img {
        position: relative;
    }

    .slidingDetails,
    .slidingDetails .details {
        -webkit-transition: all .2s cubic-bezier(0.680, 0, 0.265, 1);
        transition: all .2s cubic-bezier(0.680, 0, 0.265, 1);
    }

        .slidingDetails .details {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 100%;
            opacity: 0;
            visibility: hidden;
            padding: 30px;
            color: #fff;
            background: #232323;
            background: rgba(35,35,35,0.8);
        }

        .slidingDetails:hover .details {
            visibility: visible;
            opacity: 1;
            top: 0;
        }

        .slidingDetails:hover {
            box-shadow: 0 0 7px rgba(0,0,0,0.5);
        }

        .slidingDetails .details h4 {
            margin-bottom: 20px;
        }*/

/* Image Boxes 1 Style 4 */
/*.imgboxes_style4 .imgboxes-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    height: 270px;
    width: 100%;
}

.imgboxes_style4 .imgboxes-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 30px;
    z-index: 0;
}

    .imgboxes_style4 .imgboxes-title:before {
        content: '';
        position: absolute;
        top: -100%;
        left: 0;
        height: 200%;
        width: 100%;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,1)));
        background: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,1) 100%);
        background: -o-linear-gradient(top, transparent 0%,rgba(0,0,0,1) 100%);
        background: -ms-linear-gradient(top, transparent 0%,rgba(0,0,0,1) 100%);
        background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,1) 100%);
        z-index: -1;
        opacity: .8;
    }

    .imgboxes_style4 .imgboxes-title:after {
        content: '';
        height: 2px;
        width: 30px;
        background: #CD2122;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        z-index: 1;
    }

.imgboxes_style4:hover .imgboxes-title:after {
    width: 60px;
    ;
}

.imgboxes_style4 .imgbox_image {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-backface-visibility: hidden;
}

.imgboxes_style4:hover .imgbox_image {
    opacity: .8
}

.cover-fit-img {
    object-fit: cover;
    overflow: hidden;
}

.imgbox_image.cover-fit-img {
    height: 100%;
}

.contain-fit-img {
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
}*/

/* Style bottom */
/*.imgboxes_style4.kl-title_style_bottom .imgboxes-title {
    text-align: left;
    padding: 0 20px 30px;
    -webkit-transition: padding-bottom .2s ease-out;
    transition: padding-bottom .2s ease-out;
}

    .imgboxes_style4.kl-title_style_bottom .imgboxes-title:before {
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
    }

    .imgboxes_style4.kl-title_style_bottom .imgboxes-title:after {
        display: none;
    }

.imgboxes_style4.kl-title_style_bottom .imgboxes-border-helper {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: solid 5px #cd2122;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 1;
}

.imgboxes_style4.kl-title_style_bottom:hover .imgboxes-border-helper {
    border-bottom: solid 10px #cd2122;
}

.imgboxes_style4.kl-title_style_bottom:hover .imgboxes-title:before {
    opacity: .5;
}

.imgboxes_style4.kl-title_style_bottom:hover .imgboxes-title {
    text-align: left;
    padding-bottom: 25px;
}*/

/* Style left */
/*.imgboxes_style4.kl-title_style_left .imgboxes-title {
    text-align: left;
    padding: 0 20px 30px;
}

    .imgboxes_style4.kl-title_style_left .imgboxes-title:after {
        margin: initial;
        width: 40px;
        margin-top: 10px;
    }

.imgboxes_style4.kl-title_style_left:hover .imgboxes-title:after {
    width: 80px;
}

.video-galeri .posts .hoverBorder {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fotograf-galeri .mfp-gallery.images .hoverBorder {
    display: block;
}*/

/* Video AdBox */
/*.adbox.video {
    position: relative;
}

    .adbox.video:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(23, 23, 25, 0.5)
    }

    .adbox.video > img {
        display: block;
        width: 100%;
        height: auto;
    }

    .adbox.video .video_trigger_wrapper {
        position: absolute;
        z-index: 1;
        top: 0;
        left: auto;
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        height: 100%;
    }

.adbox_container {
    position: relative;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .adbox_container > h5 {
        color: white;
        font-size: 11px;
        min-width: 150px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

    .fluid-width-video-wrapper iframe,
    .fluid-width-video-wrapper object,
    .fluid-width-video-wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }*/

/* To Next Button */
/*.tonext-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -12px;
    color: #FFF;
    display: block;
    z-index: 101;
    text-decoration: none;
}

    .tonext-btn.has-nav {
        bottom: 70px;
    }

.mouse-anim-icon {
    width: 24px;
    height: 40px;
    border-radius: 12px;
    background-color: rgba(255,255,255,.1);
    transition: background-color .2s ease-out;
    position: relative;
    display: block;
}

    .mouse-anim-icon:after {
        position: absolute;
        content: '';
        width: 2px;
        height: 9px;
        background-color: rgba(0,0,0,0.25);
        left: 50%;
        margin-left: -1px;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-name: animScroll;
        animation-name: animScroll;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    .mouse-anim-icon:hover {
        background-color: rgba(255,255,255,.4);
    }

        .mouse-anim-icon:hover:after {
            top: 24px;
        }

@-webkit-keyframes animScroll {
    from {
        top: 8px;
    }

    to {
        top: 24px;
    }
}

@keyframes animScroll {
    from {
        top: 8px;
    }

    to {
        top: 24px;
    }
}*/

/* Video Box */

.image-container {
    position: relative;
    display: inline-block;
}

.icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(31, 30, 30);
    font-size: 2rem;
}

.icon-circile {
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 76px;
    font-size: 18px;
}
/* End */

.hr4 {
    margin: 1rem 0;
    color: gray;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

a {
    text-shadow: none;
    color: #cd2122;
}

.ratio-16x9 {
    --bs-aspect-ratio: 42% !important;
}

.modal {
    background: rgba(55,55,55,.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.bi-icon a {
    /*your code here...*/
    color: red !important;
    transition: transform 0.6s ease;
}


    .modal-body iframe {
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100% !important;
    }

.video-box-alan {
    background-color: gainsboro;
    padding: 15px;
    height: 66px;
}

.video-box-text {
    font-size: auto;
    display: flex;
    justify-content: center;
}

@media screen and (min-device-width: 200px) and (max-device-width: 765px) {

    .icon-circile {
        display: block;
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        border-radius: 50%;
        cursor: pointer;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        line-height: 40px;
        font-size: 18px;
    }

    .video-box-alan {
        background-color: gainsboro;
        padding: 15px;
        height: 80px;
    }

    .video-box-text {
        font-size: 10px !important;
        display: flex;
        justify-content: center;
    }

}



/* buton taklit*/
.button-taklit {
    appearance: none;
    background-color: transparent;
    border: 2px solid #ff6600;
    border-radius: 15px;
    box-sizing: border-box;
    color: #ff6600;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 350px;
    outline: none;
    padding: 16px 5px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
}
.button-taklit-active {
    color: #fff;
    background-color: #ff6600;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}
.button-taklit:disabled {
    pointer-events: none;
}

    .button-taklit:hover {
        color: #fff;
        background-color: #ff6600;
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
        transform: translateY(-2px);
    }

    .button-taklit:focus {
        box-shadow: none;
        transform: translateY(0);
        color: #fff;
        background-color: #ff6600;
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
        transform: translateY(-2px);
    }
/*
    .button-taklit:active {
        box-shadow: none;
        transform: translateY(0);
        color: #fff;
        background-color: #ff6600;
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
        transform: translateY(-2px);
    }*/


.hoverBorder {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

    .hoverBorder:hover img {
        border-radius: 2px;
        opacity: 0.8;
    }

.hoverBorderWrapper {
    position: relative;
    display: block;
}

    .hoverBorderWrapper img {
        max-width: 100%;
        box-sizing: border-box;
        border-radius: 2px;
        width: 100%;
        position: relative;
    }

.theHoverBorder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 2px;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
}

    .theHoverBorder:hover {
        box-shadow: 0 0 0 3px #cd2122 inset;
    }

.plus .theHoverBorder {
    background-position: center center;
}

    .plus .theHoverBorder:hover {
        background-image: url(../images/plus01.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-color: rgba(35,35,35,0.5);
    }

.hoverBorder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    box-shadow: inset 0 0 0 3px hsla(0,0%,100%,.15);
    transition: box-shadow .2s ease-out,background-color .2s ease-out;
}

.hoverBorder:hover:after {
    box-shadow: inset 0 0 0 3px #cd2122;
}


/* Image Boxes */
.image-boxes {
    margin-bottom: 30px;
}

    .image-boxes .hoverBorder {
        margin-bottom: 20px;
    }

    .image-boxes .box {
        margin-bottom: 20px;
    }

    .image-boxes img {
        width: 100%;
        height: auto;
    }

    .image-boxes a {
        display: block;
    }



li.lp-post {
    list-style-type: none;
    margin-bottom: 20px;
}

ul.posts {
    display: contents;
}

.sldr-img-btn {
    width: 100px;
    height: 60px;
}

.slider-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}


/* Sidebars */
.sidebar {
    background: #fff;
    padding: 20px 25px;
    border-radius: 3px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}

.sidebar {
    box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.15);
}

.col-sm-4 .sidebar {
    padding: 25px;
}

.sidebar .widget {
    margin-bottom: 35px;
}

    .sidebar .widget .widgettitle {
        color: #050505;
        line-height: 1.4;
        margin: 10px 0 15px;
        padding-bottom: 20px;
        position: relative;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

        .sidebar .widget .widgettitle:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 2px;
            width: 50px;
            height: 0;
            border-bottom: 1px solid #cd2122;
        }

        .sidebar .widget .widgettitle:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 2px;
            width: 100%;
            height: 0;
            border-bottom: 1px solid #ececec;
        }

    .sidebar .widget ul.menu,
    .sidebar .widget ul.product-categories,
    .sidebar .widget ul.pagenav,
    .sidebar .widget_meta > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sidebar .widget ul.menu li,
        .sidebar .widget ul.product-categories li,
        .sidebar .widget ul.pagenav li,
        .sidebar .widget_meta > ul li {
            margin-bottom: 0;
        }

            .sidebar .widget ul.menu li a,
            .sidebar .widget ul.product-categories li a,
            .sidebar .widget ul.pagenav li a,
            .sidebar .widget_meta > ul a {
                color: #747474;
                display: inline-block;
                padding: 0;
                margin-right: 5px;
                position: relative;
                border-radius: 2px;
            }

                .sidebar .widget ul.menu li a::before,
                .sidebar .widget ul.product-categories li a::before,
                .sidebar .widget ul.pagenav li a::before,
                .sidebar .widget_meta > ul a::before {
                    content: '';
                    display: inline-block;
                    margin-right: 12px;
                    width: 8px;
                    height: 2px;
                    background: #E1E1E1;
                    vertical-align: middle;
                    -webkit-transition: all .15s ease-out;
                    transition: all .15s ease-out;
                }

                .sidebar .widget ul.menu li.active > a,
                .sidebar .widget ul.product-categories li.active > a,
                .sidebar .widget ul.pagenav li.active a,
                .sidebar .widget ul.menu li.current-cat > a,
                .sidebar .widget ul.product-categories li.current-cat > a,
                .sidebar .widget ul.pagenav li.current-cat > a,
                .sidebar .widget ul.menu li > a:hover,
                .sidebar .widget ul.product-categories li > a:hover,
                .sidebar .widget ul.pagenav li a:hover,
                .sidebar .widget_meta > ul a:hover {
                    color: #000000;
                }

                    .sidebar .widget ul.menu li a:hover::before,
                    .sidebar .widget ul.product-categories li a:hover::before,
                    .sidebar .widget ul.pagenav li a:hover::before,
                    .sidebar .widget_meta > ul a:hover::before {
                        width: 12px;
                        margin-right: 8px;
                    }




a.arsivdt-baslik {
    color: black !important;
}

    a.arsivdt-baslik:hover {
        color: #cd2122 !important;
    }



.page-link {
    color: #000000 !important;
}


    .active > .page-link, .page-link.active {
        z-index: 3;
        color: var(--bs-pagination-active-color) !important;
        background-color: #cd2122 !important;
        border-color: #cd2122 !important;
    }


 

div#divArsiv {
    margin-top: 30px;
}


.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
    align-content: center;
    justify-content: center;
}


.card.arsivdt-container {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.portlet.box {
    border: 1px solid #e7ecf1 !important;
    padding: 12px 20px 15px;
    background-color: #fff;
}


.portlet-title {
    border-bottom: 1px solid #eef1f5;
}