.seperat_line {
position: relative;
margin: 0 5px;
}

.contact-one__btn {
  position: relative;
  display: block;
  margin-top: 10px;
  border-radius: 10px!important;
  padding: 15px 40px;
}

.nicon {
  width: 50px!important;
}

.nicon2 {
  width: 70px!important;
}

.sidebar__post .sidebar__title {
  padding-left:20px;
  font-size: 21px;
}

.roundimg {
  border-radius: 10px!important;
}
.roundimgfull {
  border-radius: 10px!important;
}
.roundimg_top {
border-top-left-radius: 14px;
border-top-right-radius: 14px;
}

.services_details_right_text p
{
margin-bottom: 20px;
font-weight: bold;
}

a.activeproduct
{
background: var(--thm-primary)!important; 
color:#fff!important;
font-weight: bold!important;
font-size: 20px!important;
}

.blog_baslik
{

font-weight: bold!important;
font-size: 20px!important;
width:90%;
color:#333!important;
}

.blog_baslik a
{
color:#333!important;
}

.blog_one_date_box2 {
    height: 60px;
    width: 60px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -35px;
    right: 20px;
    text-align: center;
    z-index: 1;
    font-size: 16px;
    color:#fff;
    font-weight: bold;
}
.blog_one_date_box2 p {
  color: var(--thm-base);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 20px;
}


.bosluk20  {
  margin-top: 6px;
}


#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


