body{
font-family: 'Roboto', sans-serif !important;
font-display:swap;
}
/**** //MAKSIMUM GENİŞLİK 1024PX ***/
@media (min-width: 1024px){
     #img_logo {
        margin-top: 15px;
         height: 70px;
         weight: 167px;
    }
}

/**** MINIMUM GENİŞLİK 1024PX ***/
@media (min-width: 1024px){
     #img_logo {
        margin-top: 15px;
         height: 70px;
         weight: 167px;
    }
}

.blog_right_sidebar .single_sidebar_widget {
    background: #efefef;
    padding: 20px;
    margin-bottom: 30px;
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #141E3C !important;
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px dotted #141E3C;
    transition: all .3s ease 0s;
    padding-bottom: 4px;
    margin-top: 14px;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #141E3C;
    font-weight: 600;
}


.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #003e72;
    background: none;
    width: 100%;
}

.slider_area .single_slider {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1024px){
.slider_area .single_slider {
    height: auto !important;
}
}


@media (min-width: 1100px){
.cember a:hover {
    color: #000 !important;
    background: #f99378 !important;
}

.cember a {
    border: 1px solid #f99378 !important;
    color: #000 !important;
    border-radius: 30px!important;
    padding: 12px 16px!important;
    margin-left: 4px!important;
    margin-right: 4px!important;
}

  .cember_dolu a{
    cursor: pointer;
    color: #000 !important;
    background: #f99378;
    border-radius: 30px !important;
    padding: 12px 16px!important;
  }


  .cember_dolu a:hover::before{
    background: #f99378 !important;
    opacity: 1 !important;
  }
  .cember_dolu a:hover{
    background: #f99378 !important;
    color: #000 !important;
    border: 1px solid #f99378 !important;
  }

}

/** SLIDER SOLA YASLAMA SITE YONETIMI OZEL CSS KODU **/
.slide-captions.text-center.text-light {
    text-align: left !important;
}
@media (min-width: 1100px){
.slide-captions {
    max-width:600px;
}
}

.inspiro-slider .slide .slide-captions .strong::after {
    width: 50%;
}
.inspiro-slider .slide .slide-captions.text-center .strong::after {
    margin-left: 0px !important;
    margin-right: auto;
}

/** SLIDER ARKA PLAN GÖLGESİ SITE YONETIMI OZEL CSS KODU **/
.bg-overlay {
    background: rgba(0,0,0,.59) !important;
    opacity: 0.0 !important;
}

/** SLIDER RENK AYARI **/
.inspiro-slider .slide .slide-captions h2 {
    color: #011851 !important;
}

.inspiro-slider .slide .slide-captions h4 {
    color: #011851 !important;
}


/** SLIDER ALT CIZGI AYARLARI **/
.inspiro-slider .slide .slide-captions .strong::after {
    border-top: 3px solid #f6891b!important;
}

@media(max-width:1100px){
.bg-overlay {
    background: #FFF !important;
    opacity: 0.2 !important;
}
         .inspiro-slider .slide {
                 background-position: 90% 100% !important;
         }
        .slide-captions.text-center.text-light {
                text-align: center !important;
         }
       .inspiro-slider .slide .slide-captions.text-center .strong::after {
               margin-left: auto !important;
               margin-right: auto !important;
        }
       .inspiro-slider{
               height:88vh !important;
      }
       .inspiro-slider .slide .slide-captions h1, .inspiro-slider .slide .slide-captions h2{
               font-size:18px !important;
       }

}

/** MENU BOYUTU **/
.mainMenu nav>ul>li:not(.hover-active):hover>ul {
    min-width: 330px;
}

/*  SLIDER OK RENKLERI */
.inspiro-slider .flickity-button {
    background-color: #132867;
    color: #FFF;
}

/*  SLIDER OK RENKLERI uzerine gelince */
.inspiro-slider .flickity-button:hover {
    background-color: #7492ea !important;
    color: #FFF important;
}


/*  SLIDER ALT NACIGATION */
.inspiro-slider.dots-creative .flickity-page-dots .dot, .carousel.dots-creative .flickity-page-dots .dot {
    background-color: #f6891b;
}
.inspiro-slider .flickity-page-dots .dot:after {
    background-color: #f6891b !important;
    box-shadow: 0 0 1px #f6891b !important;
}

/*
     Transparan Renk Kodu :   #FFF0
*/
.h1{color:var(--h1)!important;}.h2{color:var(--h2)!important;}.h3{color:var(--h3)!important;}.h4{color:var(--h4)!important;}.h5{color:var(--h5)!important;}.h6{color:var(--h6)!important;}