
 /* -----------------------------------------------------

Proje Adı		: Belediye Sitesi Kulga
Sürüm			: 6.0.1
Yazılım			: Medya İnternet Telekom | www.medyainternet.com
Yasal Bildirim	: Tasarım ve yazılımın tüm yasal haklarını içeren lisanslar Medya İnternet\'e aittir ve ilgili yasalar ile
koruma altındadır. Haklarımızın kısmen veya tamamen ihlal edilmesi durumunda ilgili adli ve idari mercilere suç duyurusunda
bulunulacaktır.
Copyright		: 2019 - Medya İnternet | miPanel | MiTelekom

------------------------------------------------------*/

body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #3e4555;
    font-weight: 300;
}

*:focus {
    outline: none !important;
}

a {
    color: #3e4555;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
    color: #db2726;
    text-decoration: none;
    outline: none;
}

a.link {
    color: #3e4555;
}

a.link:hover,
a.link:focus {
    color: #db2726;
}

a.white-link {
    color: #ffffff !important;
}

a.white-link:hover,
a.white-link:focus {
    color: #263238 !important;
}

a.white-flink {
    color: #ffffff !important;
}

a.white-flink:hover,
a.white-flink:focus {
    color: #e8e8e8 !important;
}

a.dclink {
    color: #3e4555;
}

a.dclink:hover,
a.dclink:focus {
    color: #db2726;
}

.colora {
	color: #db2726 !important;
}
.colorb {
	color: #56b5e1 !important;
}
.colorw {
    color:#fff !important;
}
.colormif {
    color:#9e9e9e !important;
}

.font-colora {
    color: #db2726 !important;
}
.font-colorb {
    color: #56b5e1 !important;
}

.bgcolora {
    background: #db2726 !important;
}
.bgcolorb {
    background: #56b5e1 !important;
}

.box-shadowa {
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.7) !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.h4-topbar {
    background: #56b5e1;
    background: -webkit-linear-gradient(legacy-direction(to right), #56b5e1 0%, #56b5e1 100%);
    background: -webkit-gradient(linear, left top, right top, from(#56b5e1), to(#56b5e1));
    background: -webkit-linear-gradient(left, #56b5e1 0%, #56b5e1 100%);
    background: -o-linear-gradient(left, #56b5e1 0%, #56b5e1 100%);
    background: linear-gradient(to right, #56b5e1 0%, #56b5e1 100%);
}

.h4-topbar .navbar {
    padding: 0;
}

.h4-topbar .navbar .hidden-lg-up {
    padding: 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.h4-topbar .navbar .navbar-nav .nav-link {
    padding: 15px 10px;
    color: #ffffff;
    font-family: \'Roboto\', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.h4-topbar .navbar .navbar-nav .nav-item:hover .nav-link,
.h4-topbar .navbar .navbar-nav .nav-item.active .nav-link {
    background: #ffffff;
    color: #263238;
}

.h4-topbar .navbar .navbar-nav .search .nav-link {
    background: rgba(0, 0, 0, 0.05);
    padding: 15px 23px;
}

.h4-topbar .navbar .navbar-nav .search .dropdown-menu {
    padding: 20px;
    width: 300px;
}

.h4-nav-bar {
    padding: 15px 0px;
}

.h4-nav-bar .donate-btn a {
    font-size: 13px;
    font-weight: 600;
    padding: 13px 25px;
    margin-left: 15px;
}

.h4-nav-bar .nav-item .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.width-45 {
    width: 45px !important;
}
.max-255 {
    max-width: 255px!important;
}
.max-280 {
    max-width: 280px!important;
}
.max-300 {
    max-width: 300px!important;
}
.w100y {
    width: 100% !important;
}
.width-100 {
    width: 100px !important;
}
.width-160 {
    width: 160px !important;
}
.width-200 {
    width: 200px !important;
}
.m-radius {
    border-radius: calc(.25rem - 1px) !important;
}
.m-b--5 {
    margin-bottom: -5px !important;
}
.m-b--10 {
    margin-bottom: -10px !important;
}
.m-b--15 {
    margin-bottom: -15px !important;
}

.width-bd {
    width: 70px !important;
    float: left !important;
    display: flex !important;
}
.card-bd {
    padding: 10px 0 10px 0 !important;
}
.topbar {
    padding: 0px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    width: 100%;
    position: relative;
    z-index: 20;
    background: rgba(255,255,255,0.84);
}

.topbar.fixed-header {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background: #fff;
}

.topbar.fixed-header .navbar .navbar-brand img {
    height: 50px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.general-listing li a {
    color: #3e4555;
    font-size: 15px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.general-listing li:hover a {
    color: #db2726;
    padding-left: 10px;
}

.news-slider-area {
    position: relative !important;
}

#news-slider1 {
    width: 100%;
    height: auto;
    background: #e5e5e5;
    overflow: hidden;
    position: relative;
    border-radius: calc(.25rem - 1px);
}

#news-slider1 .swiper-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left
}

#news-slider1 .swiper-wrapper .swiper-slide {
    width: 100%;
    float: left
}

#news-slider1 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    float: left
}

#news-slider1 span {
    font-family: 'Montserrat', sans-serif;
    width: auto;
    height: auto;
    display: block;
    text-shadow: 1px 1px 0 #000;
    font-size: 36px;
    color: #fff;
    font-weight: 900;
    bottom: 70px;
    left: 0;
    text-align: left;
    position: absolute;
    z-index: 4;
    margin: 0 20px;
    padding: 0 20px 0 0;
    line-height: 41px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .87) 51%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .87) 51%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .87) 51%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1)
}

.swiper-pagination-bullets {
    bottom: 15px;
    left: 15px;
    position: absolute;
    z-index: 5
}

@media(min-width:576px) {
    .news-pagination-area .swiper-pagination-bullet {
        z-index: 999;
        text-align: center;
        width: 16px!important;
        height: 16px!important;
        color: #fff!important;
        display: inline-block!important;
        font-size: 12px!important;
        line-height: 10px!important;
        -webkit-transition: all .4s!important;
        transition: all .4s!important;
        font-family: open sans, sans-serif!important;
        background: rgba(0, 0, 0, .6)!important;
        border: 0 solid rgba(255, 255, 255, .1)!important;
        text-decoration: none!important;
        margin: 0 2.2px!important
    }
    .news-pagination-area .swiper-pagination-bullet-active {
        color: #fff!important;
        background: #db2726!important;
        border: 2px solid #db2726!important;
        text-decoration: none!important
    }
}

@media(min-width:768px) {
    .news-pagination-area .swiper-pagination-bullet {
        z-index: 999;
        text-align: center;
        width: 42px!important;
        height: 42px!important;
        color: #fff!important;
        display: inline-block!important;
        font-size: 18px!important;
        line-height: 38px!important;
        -webkit-transition: all .4s!important;
        transition: all .4s!important;
        font-family: open sans, sans-serif!important;
        background: rgba(0, 0, 0, .6)!important;
        border: 2px solid rgba(255, 255, 255, .1)!important;
        text-decoration: none!important;
        margin: 0 2.2px!important
    }
    .news-pagination-area .swiper-pagination-bullet-active {
        color: #fff!important;
        background: #db2726!important;
        border: 2px solid #db2726!important;
        text-decoration: none!important
    }
}

@media(min-width:992px) {
    .news-pagination-area .swiper-pagination-bullet {
        z-index: 999;
        text-align: center;
        width: 42px!important;
        height: 42px!important;
        color: #fff!important;
        display: inline-block!important;
        font-size: 18px!important;
        line-height: 38px!important;
        -webkit-transition: all .4s!important;
        transition: all .4s!important;
        font-family: open sans, sans-serif!important;
        background: rgba(0, 0, 0, .6)!important;
        border: 2px solid rgba(255, 255, 255, .1)!important;
        text-decoration: none!important;
        margin: 0 2.2px!important
    }
    .news-pagination-area .swiper-pagination-bullet-active {
        color: #fff!important;
        background: #db2726!important;
        border: 2px solid #db2726!important;
        text-decoration: none!important
    }
}

@media(min-width:1200px) {
    .news-pagination-area .swiper-pagination-bullet {
        z-index: 999;
        text-align: center;
        width: 42px!important;
        height: 42px!important;
        color: #fff!important;
        display: inline-block!important;
        font-size: 18px!important;
        line-height: 38px!important;
        -webkit-transition: all .4s!important;
        transition: all .4s!important;
        font-family: open sans, sans-serif!important;
        background: rgba(0, 0, 0, .6)!important;
        border: 2px solid rgba(255, 255, 255, .1)!important;
        text-decoration: none!important;
        margin: 0 2.4px!important
    }
    .news-pagination-area .swiper-pagination-bullet-active {
        color: #fff!important;
        background: #56b5e1!important;
        border: 2px solid #fff!important;
        text-decoration: none!important
    }
}

#news-slider-mobil span {
    font-family: 'Montserrat', sans-serif;
    width: auto;
    height: auto;
    display: block;
    text-shadow: 1px 1px 0 #000;
    font-size: 36px;
    color: #fff;
    font-weight: 900;
    bottom: 70px;
    left: 0;
    text-align: left;
    position: absolute;
    z-index: 4;
    margin: 0 20px;
    padding: 0 20px 0 0;
    line-height: 41px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .87) 51%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .87) 51%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .87) 51%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1)
}

.mask-content-sm {
    position: absolute;
    z-index: 7;
    bottom: 5px;
    left: 25px;
    padding-right: 25px
}

.mask-content-xs {
    position: absolute;
    z-index: 7;
    bottom: 0;
    left: 20px;
    padding-right: 20px
}

@media only screen and (max-width:768px) {
    .mansetmob {
        font-family: 'Poppins', sans-serif!important;
        text-shadow: 1px 1px 0 #000!important;
        font-size: 19px!important;
        text-transform: uppercase!important;
        color: #FFF!important;
        font-weight: 900!important;
        line-height: 26px!important;
        margin: 0 0 6px 0!important;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .87) 51%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .87) 51%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .87) 51%, rgba(0, 0, 0, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1)
    }
}

@media only screen and (min-width:768px) {
    .mansetmob {
        font-family: 'Poppins', sans-serif!important;
        text-shadow: 1px 1px 0 #000!important;
        font-size: 32px!important;
        text-transform: uppercase!important;
        color: #FFF!important;
        font-weight: 900!important;
        line-height: 40px!important;
        margin: 0 0 15px 0!important;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .87) 51%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .87) 51%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .87) 51%, rgba(0, 0, 0, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1)
    }
}

.text-mi-gradiant {
    background: #db2726;
    background: -webkit-linear-gradient(legacy-direction(to right), #db2726 0%, #db2726 100%);
    background: -webkit-gradient(linear, left top, right top, from(#db2726), to(#db2726));
    background: -webkit-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: -o-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: linear-gradient(to right, #db2726 0%, #db2726 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.bg-mi-gradiant {
    background: #db2726;
    background: -webkit-linear-gradient(legacy-direction(to right), #db2726 0%, #db2726 100%);
    background: -webkit-gradient(linear, left top, right top, from(#db2726), to(#db2726));
    background: -webkit-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: -o-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: linear-gradient(to right, #db2726 0%, #db2726 100%);
}

.btn-mi-gradiant {
    background: #db2726;
    background: -webkit-linear-gradient(legacy-direction(to right), #db2726 0%, #db2726 100%);
    background: -webkit-gradient(linear, left top, right top, from(#db2726), to(#db2726));
    background: -webkit-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: -o-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: linear-gradient(to right, #db2726 0%, #db2726 100%);
    border: 0px;
}

.btn-mi-gradiant:hover {
    background: #db2726;
    background: -webkit-linear-gradient(legacy-direction(to right), #db2726 0%, #db2726 100%);
    background: -webkit-gradient(linear, left top, right top, from(#db2726), to(#db2726));
    background: -webkit-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: -o-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: linear-gradient(to right, #db2726 0%, #db2726 100%);
}

.btn-mi-gradiant.active,
.btn-mi-gradiant:active,
.btn-mi-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

.btn-mi-gradiantb {
    background: #56b5e1;
    background: -webkit-linear-gradient(legacy-direction(to right), #56b5e1 0%, #56b5e1 100%);
    background: -webkit-gradient(linear, left top, right top, from(#56b5e1), to(#56b5e1));
    background: -webkit-linear-gradient(left, #56b5e1 0%, #56b5e1 100%);
    background: -o-linear-gradient(left, #56b5e1 0%, #56b5e1 100%);
    background: linear-gradient(to right, #56b5e1 0%, #56b5e1 100%);
    border: 0px;
}

.btn-mi-gradiantb:hover {
    background: #56b5e1;
    background: -webkit-linear-gradient(legacy-direction(to right), #56b5e1 0%, #56b5e1 100%);
    background: -webkit-gradient(linear, left top, right top, from(#56b5e1), to(#56b5e1));
    background: -webkit-linear-gradient(left, #56b5e1 0%, #56b5e1 100%);
    background: -o-linear-gradient(left, #56b5e1 0%, #56b5e1 100%);
    background: linear-gradient(to right, #56b5e1 0%, #56b5e1 100%);
}

.btn-mi-gradiantb.active,
.btn-mi-gradiantb:active,
.btn-mi-gradiantb:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #db2726;
}

.micss-feature-20 {
    margin-top: 40px;
}

.micss-feature45-box .tab-pane {
    padding: 0px;
}

.micss-feature2-box .card-body {
    padding: 12px 5px 5px 5px;
}

.img-overlay-70 {
    position: relative;
}

.img-scale-animate {
    overflow: hidden;
}

.img-overlay-70:before {
    opacity: .7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #111111);
    background-image: -moz-linear-gradient(transparent, #111111), -moz-linear-gradient(transparent, #111111);
    background-image: -o-linear-gradient(transparent, #111111), -o-linear-gradient(transparent, #111111);
    background-image: linear-gradient(transparent, #111111), linear-gradient(transparent, #111111);
    content: "";
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.mask-content-sm {
    position: absolute;
    z-index: 7;
    bottom: 5px;
    left: 25px;
    padding-right: 25px;
}

h4.title-medium-light {
    color: #fff;
}

h4.title-medium-light a {
    color: #fff;
}

h4.title-medium-light a:hover,
h4.title-medium-light a:focus {
    color: #db2726;
}

.fsz-16 {
    font-size: 16px;
	line-height: 22px;
}

.fsz-18 {
    font-size: 18px;
}

.g-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #db2726;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 9;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.g-btn40 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #db2726;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 9;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.g-btn-2 {
    position: absolute;
    top: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    right: 0;
    display: block;
    z-index: 9;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.g-btn-video {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 9;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.micss-feature-24 .service-24:hover,
.micss-feature-24 .service-24:focus {
    background: #db2726;
    background: -webkit-linear-gradient(legacy-direction(to right), #db2726 0%, #db2726 100%);
    background: -webkit-gradient(linear, left top, right top, from(#db2726), to(#db2726));
    background: -webkit-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: -o-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: linear-gradient(to right, #db2726 0%, #db2726 100%);
}

.micss-feature-24 .service-24 i {
    background: #db2726;
    background: -webkit-linear-gradient(legacy-direction(to right), #db2726 0%, #db2726 100%);
    background: -webkit-gradient(linear, left top, right top, from(#db2726), to(#db2726));
    background: -webkit-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: -o-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: linear-gradient(to right, #db2726 0%, #db2726 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 50px;
}

.linking {
    color: #3e4555 !important;
}

.linking i {
    font-size: 14px;
    margin-left: 10px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.linking:hover {
    color: #db2726 !important;
}

.linking:hover i {
    margin-left: 15px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #db2726;
    border-color: #db2726;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #db2726;
    background-color: #fff;
    border: 1px solid #f5f5f5;
}

.page-link:hover {
    color: #3e4555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.page-item.disabled .page-link {
    color: #db2726;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #f5f5f5;
}

/** blog sections micss **/

.blog-details-section {
    padding: 80px 0px;
    border-bottom: 1px solid #ccc;
}

.blog-details-content h2 {
    font-size: 28px;
    color: #3e4555;
    font-weight: 700;
}

.blog-details-content .date-meta {
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.blog-details-content .date-meta span {
    font-size: 13px;
    color: #ccc;
    font-weight: 700;
    margin-right: 20px;
}

.blog-details-content .date-meta span i {
    color: #0987ca;
}

.blog-details-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #3e4555;
    margin-bottom: 30px;
}

.blog-details-content p {
    font-size: 17px;
    color: #3e4555;
    font-weight: 400;
	line-height: 28px;
    margin-bottom: 20px;
}

.blog-details-content .share-text {
    font-weight: 700;
    color: #3e4555;
    margin-top: 8px;
}

.blog-details-content .blog-share-tag {
    display: inline-block;
    width: 100%;
    margin: 40px 0px 15px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.blog-details-content .share-social ul li {
    font-size: 25px;
    margin-left: 30px;
}
.blog-details-content .date-pos {
    padding: 10px;
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 50px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
}

.blog-details-content .date-pos span {
    display: block;
    font-size: 30px;
	font-weight: 600;
    line-height: 30px;
}
ul.blog-tags {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
}
ul.item-inline {
    overflow: hidden;
}
ul.blog-tags li {
    font-size: 13px;
    display: inline-block;
    margin: 0px 0px 4px 0px;
}

@media only screen and (max-width:575px) {
    ul.blog-tags li {
        font-size: 11px
    }
}

ul.blog-tags li a {
    border: 1px solid #dcdcdc;
    display: block;
    padding: 3px 10px;
    color: #444;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

ul.blog-tags li a:hover {
    color: #fff;
    background-color: #56b5e1;
    border: 1px solid #56b5e1
}

ul.blog-tags li:first-child {
    border: 1px solid #db2726;
    padding: 3px 15px;
    background-color: #db2726;
    color: #fff;
    font-size: 14px
}

@media only screen and (max-width:575px) {
    ul.blog-tags li:first-child {
        border: 1px solid #db2726;
        padding: 3px 15px;
        background-color: #db2726;
        color: #fff;
        font-size: 12px
    }
}
.side-bar-widget {
    display: inline-block;
    width: 100%;
}
.list-group a.list-group-item:hover {
    background: #f5f7fa;
}
.round-social-area {
	padding: 14px;
}
.round-social-area a {
    width: 50px;
    height: 50px;
    line-height: 50px;
	font-size: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin: 0 5px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.round-social-area a:hover {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px);
}

.round-social-area.light a {
    color: #ffffff;
    background: #db2726;
    background: -webkit-linear-gradient(legacy-direction(to right), #db2726 0%, #db2726 100%);
    background: -webkit-gradient(linear, left top, right top, from(#db2726), to(#db2726));
    background: -webkit-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: -o-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: linear-gradient(to right, #db2726 0%, #db2726 100%);
    border: 0px;
}

.round-social-area.light a:hover {
    background: #db2726;
    background: -webkit-linear-gradient(legacy-direction(to right), #db2726 0%, #db2726 100%);
    background: -webkit-gradient(linear, left top, right top, from(#db2726), to(#db2726));
    background: -webkit-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: -o-linear-gradient(left, #db2726 0%, #db2726 100%);
    background: linear-gradient(to right, #db2726 0%, #db2726 100%);
    color: #ffffff;
}
.h-30 {
	height: 30px !important;
	line-height: 20px !important;
	overflow: hidden;
}
.h-40 {
    height: 40px !important;
    line-height: 20px !important;
    overflow: hidden;
}
.title-category {
    margin: 20px 0 15px 0;
}
.team3 .title {
    margin: 10px 0 0 0;
}
.team3 .b-all {
    border: 5px solid rgba(120, 130, 140, 0.13) !important;
}
.team3 ul {
    margin-top: 0 !important;
}
.ro-social a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin:5px 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.ro-social a:hover {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px);
}

.ro-social.light a {
    color: #263238;
    background: #f5f7fa;
}

.ro-social.light a:hover {
    background: #263238;
    color: #ffffff;
}
.authors-latest .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.55rem;
}
.authors-latest .card {
    border: 0px;
    margin-bottom: 20px;
}
.title-gen-30 {
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 800 !important;
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
    .title-gen-30 {
        font-size: 30px !important;
        line-height: 36px !important;
        font-weight: 800 !important;
    }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .title-gen-30 {
        font-size: 22px !important;
        line-height: 28px !important;
        font-weight: 800 !important;
        padding-top: 0 !important;
    }
}
.desc-gen-28 {
    font-size: 28px !important;
    line-height: 34px !important;
    font-weight: 300 !important;
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
    .desc-gen-28 {
        font-size: 28px !important;
        line-height: 34px !important;
    }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .desc-gen-28 {
        font-size: 23px !important;
        line-height: 29px !important;
    }
}
.pro-shadow {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.widget {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f5f7fa;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    border-radius: .25rem;
}

.widget h3 {
    position: relative;
    z-index: 2;
}

.widget h3:after {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 65px;
    height: 3px;
    content: "";
    background: #56b5e1;
}

.widget .widget-title {
    font-weight: 900;
    color: #3e4555;
    position: relative;
    z-index: 2;
    background-image: url('https://yayin.web.tr/image.jpg');
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.widget .noanimate-border {
    top: 15px;
    position: relative;
    display: block;
    width: 55px;
    height: 3px;
    background: #FA6742;
    border-color: #f7f9f8;
}

.widget .noanimate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 10px;
    bottom: 0;
    border-left: 5px solid #fff;
    border-color: #f7f9f8;
}

.widget ul.widget-list {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
}

.widget ul.widget-list li {
    display: block;
    border-bottom: 1px dashed #ddd;
    padding: 16px 0;
    position: relative;
}

.widget ul.widget-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget ul.widget-list li a {
    color: #3e4555;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.widget ul.widget-list li span {
    position: absolute;
    top: 16px;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.widget ul.widget-list li:hover a,
.widget ul.widget-list li:hover span {
    color: #db2726;
}

.widget.recent-posts .unstyled {
    margin: 35px 0 0 -40px;
    padding-top: 20px;
}

.widget.recent-posts {
    background: #fff;
    border: 1px solid #f5f7fa;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.widget.recent-posts .unstyled .media {
    margin-bottom: 15px;
    border-bottom: 1px dashed #56b5e1 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    padding-bottom: 15px;
}

.widget.recent-posts .unstyled .media:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none!important;
}

.widget.recent-posts .media-left img {
    width: 75px;
    height: 60px;
    border-radius: 3px;
}

.widget.recent-posts .entry-title {
    padding-left: 20px;
    margin-bottom: 0;
    line-height: normal;
}

.widget.recent-posts .entry-title a {
    font-size: 16px;
    color: #3e4555;
    font-weight: 400;
    line-height: 1.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.widget.recent-posts .entry-title a:hover {
    color: #db2726;
}

.widget.recent-posts .media-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.mi-fixed {
    position: fixed;
    width: 110px;
    right:1px;
    top: 200px;
    z-index: 9;
}
.mi-fixed-mobil {
    position: fixed;
    width: 40px;
    right: 30px;
    bottom: 90px;
    z-index: 9;
}
.blog-post-item {
    display: block;
    margin-bottom: 20px;
    position: relative
}
.item-shadow-1 {
    -webkit-box-shadow: 0 1px 0 0 rgba(211, 211, 211, .75);
    -moz-box-shadow: 0 1px 0 0 rgba(211, 211, 211, .75);
    box-shadow: 0 1px 0 0 rgba(211, 211, 211, .75)
}
.yzr-date {
    margin: 8px 0 0 0!important;
    padding: 0!important;
    font-size: 13px!important;
    font-weight: 100!important
}
.timeline {
    position: relative;
    padding-left: 100px
}
.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #fff!important;
}
.timeline.timeline-inverse {
    padding-left: 0;
    padding-right: 100px
}

.timeline .timeline-item {
    position: relative;
    min-height: 150px;
    display: block;
    margin-bottom: 30px
}

.timeline .timeline-item-bordered {
    border-left: #ccc 1px dashed;
    padding-left: 20px
}

section.dark .timeline .timeline-item-bordered {
    border-left: rgba(255, 255, 255, .2) 1px dashed
}

.timeline.timeline-inverse .timeline-item-bordered {
    border-right: #ccc 1px dashed;
    border-left: 0;
    padding-right: 20px;
    padding-left: 0
}

.timeline>.timeline-hline {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-left: 30px;
    width: 1px;
    border-left: rgba(0, 0, 0, .1) 1px dashed;
    height: 100%
}

section.dark .timeline>.timeline-hline {
    border-left-color: rgba(255, 255, 255, .2)
}

.timeline.timeline-inverse>.timeline-hline {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 30px;
    border-left: 0;
    border-right: rgba(0, 0, 0, .1) 1px dashed
}

section.dark .timeline.timeline-inverse>.timeline-hline {
    border-right-color: rgba(255, 255, 255, .2)
}

.timeline .timeline-entry {
    display: block;
    border: rgb(248, 248, 248) 3px solid;
    background-color: #fff;
    padding-top: 10px;
    top: 20px;
    z-index: 10;
    -webkit-box-shadow: 0 0 30px rgba(115, 128, 157, .1);
    box-shadow: 0 0 30px rgba(115, 128, 157, .1);
    position: absolute;
    left: -102px;
    right: auto;
    width: 64px;
    height: 64px;
    font-size: 26px;
    text-align: center;
    line-height: 1;
    color: #db2726;
    font-weight: 700;
    font-family: 'Lato', 'Open Sans', Arial, Helvetica, sans-serif
}

.timeline .timeline-entry>.timeline-vline {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -40px;
    width: 40px;
    height: 0;
    border-top: 1px dashed #CCC
}

.timeline.timeline-inverse .timeline-entry {
    right: -102px;
    left: auto
}

.timeline.timeline-inverse .timeline-entry>.timeline-vline {
    right: auto;
    left: -40px
}

.timeline .timeline-entry>span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif
}

section.alternate .timeline .timeline-entry {
    background-color: #F9F9F9
}

section.dark .timeline .timeline-entry {
    color: #666;
    background-color: #212121;
    border-color: rgba(255, 255, 255, .2)
}

section.dark .timeline .timeline-entry>.timeline-vline {
    border-top-color: rgba(255, 255, 255, .2)
}

section.dark.alternate .timeline .timeline-entry {
    background-color: #151515
}

.box-shadow-img-mtlkm {
    -webkit-box-shadow: 0 0 30px rgba(115, 128, 157, .1);
    box-shadow: 0 0 30px rgba(115, 128, 157, .1)
}

.timeline_center {
    margin: 0;
    position: relative;
    background: url(../images/timeline/timeline_top.png) no-repeat top center;
    padding-top: 9px
}

.timeline_center:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -3px;
    display: block;
    z-index: 1;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.timeline_center li {
    padding: 0 0 25px 55%;
    position: relative;
    background: url(../images/timeline/timeline_right.png) no-repeat top center
}

.timeline_center li:nth-child(even) {
    padding: 0 55% 25px 0;
    background: url(../images/timeline/timeline_left.png) no-repeat top center;
    text-align: right
}

.timeline_center li h3 {
    font-size: 30px;
    line-height: 35px
}

.timeline_center li h3 span {
    position: absolute;
    right: 55%;
    top: 0;
    font-size: 13px
}

.timeline_center li h3:before {
    content: "";
    width: 15px;
    height: 15px;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 11px;
    margin-left: -7px;
    display: block;
    z-index: 1;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.timeline_center li:nth-child(even) h3 {
    text-align: right
}

.timeline_center li:nth-child(even) h3 span {
    left: 55%;
    right: auto
}

.timeline_center li .timeline-desc {
    position: relative;
    font-size: 15px;
    line-height: 31px
}

.timeline_center li .timeline-desc:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -122%;
    top: 0
}

.timeline_center li .timeline-desc.timeline-desc-line {
    background: url(../images/timeline/textline.png) repeat-y
}

.timeline_center li:nth-child(even) .timeline-desc:before {
    left: auto;
    right: -122%
}

.timeline_center li:nth-child(even) .timeline-desc {
    text-align: right
}

.timeline_center li h3:before,
.timeline_center:after {
    border-color: #333
}

@media only screen and (max-width:650px) {
    .timeline_center {
        background-position: 11px top
    }
    .timeline_center li {
        padding: 0 0 25px 70px!important;
        background: url(../images/timeline/timeline_right.png) no-repeat!important;
        background-position: -30px top!important;
        width: auto
    }
    .timeline_center li h3 span {
        position: relative;
        display: block;
        right: auto;
        left: auto;
        padding: 5px 0!important;
        margin: 0
    }
    .timeline_center li:nth-child(even) h3 span {
        position: relative;
        display: block;
        right: auto;
        left: auto;
        padding: 0;
        margin: 0
    }
    .timeline_center li h3 {
        font-size: 24px;
        line-height: 24px
    }
    .timeline_center li h3,
    .timeline_center li:nth-child(even) h3 {
        text-align: left
    }
    .timeline_center li h3:before {
        left: 13px
    }
    .timeline_center li .timeline-desc,
    .timeline_center li:nth-child(even) .timeline-desc {
        text-align: left
    }
    .timeline_center li .timeline-desc:before {
        display: none
    }
    .timeline_center:after {
        left: 13px
    }
}
.nav-to-social {
    font-size: 20px;
    padding: 5px 5px!important;
    border-radius: 50%;
    background: #f5f5f5;
    margin: 0 2px 0 2px !important;
    text-align: center;
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
}
