/* Add here all your CSS customizations */

#header .header-nav.header-nav-links nav>ul>li>a,
#header .header-nav.header-nav-links nav>ul>li:hover>a,
#header .header-nav.header-nav-line nav>ul>li>a,
#header .header-nav.header-nav-line nav>ul>li:hover>a {
    /*text-transform: capitalize;*/
    /*font-size: 14px;*/
}

.image-border {
    border: 4px solid #0d416e;
    padding: 6px;
}

.image-border img {
    object-fit: contain;
}

#photo-gallery.item {
    -webkit-box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
    border-radius: 0;
    padding: 12px;
}

#pageTabs .nav-tabs .nav-link {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    ;
    border-top-right-radius: 0 !important;
    ;
}

#footer .list.list-icons li>[class*="fa-"]:first-child,
.list.list-icons li a:first-child>[class*="fa-"]:first-child,
.list.list-icons li>.icons:first-child,
.list.list-icons li a:first-child>.icons:first-child {
    color: white;
    border-color: white;
}

.insankaynaklari label {
    border-bottom: 1px solid #05a19b;
    color: #05a19b;
    width: 100%;
}

.insankaynaklari input {
    padding: 20px;
}

.insankaynaklari button {
    float: right;
    background: #04a19a;
    border: none;
    color: #fff;
    padding: 8px;
    font-weight: 500;
}

.insankaynaklari button:hover {
    background: #e31d25;
}

.radio label {
    border-bottom: none;
    color: #111;
    width: auto;
}
@media (max-width: 991px) {
    .owl-carousel-wrapper{
    height:200px !important;
    }
    .owl-img{
        height:200px !important;
    }
}