a {
    color: #000000 !important;
}

.ttm-contact a {
    color: white;
}

.ttm-contact a:hover {
    color: white;
}

.blg-bg {
    background: #e8e8e863;
}
.ttm-page-title-row {
    display: block;
    padding-top: 7px;
    padding-bottom: 0;
    z-index: 11;
}

.ttm-page-title-row {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ttm-bgcolor-darkgrey, .ttm-bgcolor-darkgrey > .ttm-bg-layer, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-black, .ttm-btn.ttm-btn-style-border.ttm-btn-color-black:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-bgcolor-darkgrey .ttm-stickable-header.fixed-header, .ttm-header-style-overlay .ttm-stickable-header.fixed-header, .wrap-form input[type="submit"]:hover, .twentytwenty-handle, .calendar thead th, .calendar.small .calendar-frame tbody td.today, .ttm-testimonial-box-view-style3 .testimonial-content:before, .ttm-tabs.ttm-tab-style-vertical ul.tabs li a, .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a, .featured-icon-box.style4 a.di_link:hover, .ttm-pricing-plan .ttm-ptable-main, .ttm-pricing-plan:not(.ttm-ptablebox-featured-col) .ttm-ptable-icon, .products .product .ttm-shop-icon a, .ttm-nextprev-bottom-nav .nav-previous a:hover, .ttm-nextprev-bottom-nav .nav-next a:hover, .comment-list a.comment-reply-link:hover, div.product button.cart_button, .form-submit input, a.checkout-button, .coupon button, .ttm-cart-form button, .place-order button {
    background-color: #0a2a4a;
}

body {
    color: #000000;
}

.ttm-row.blog-section {
    padding: 10px 0 10px;
}

.section-title.with-desc {
    margin-bottom: 3px;
}

.ttm-post-format-icon {
    display: none;
}

.ttm-row.introduction-section {
    padding: 10px 0 10px;
}

.site-branding img {
    max-height: 65px;
    height: 65px;
}
.ttm-btn.btn-inline {
    font-size: 15px;
}

.tp-caption.white-flatborder-button {
    font-size: 19px !important;
    line-height: 13px;
    font-weight: 500;
    font-family: Saira;
    background: white;
    border-style: solid;
    border-width: 1px;
    color: #033b4a !important;
    font-weight: 900 !important;
}

.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#slider .owl-stage-outer {
    border-radius: 15px;
}

.owl-carousel.show-nav-hover .owl-nav {
    opacity: 1;
}

.owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-next {
    left: 80px;
    right: auto;
}

#slider.owl-carousel .owl-nav {
    top: 90%;
}

.news-slider {
    border-radius: 15px;
}

.news-slider .owl-stage-outer {
    height: 100%;
}

.news-slider img {
    border-radius: 15px;
}

.news-slider .text {
    position: absolute;
    top: 0;
    padding: 65px;
    padding-top: 13%;
    background: linear-gradient(45deg, white, transparent);
    height: 100%;
}

.news-slider .owl-dots {
    left: 0;
    right: auto;
    bottom: 70%;
    width: auto;
    position: absolute;
    transform: rotate3d(0, 0, 1, 90deg);
}

.news-slider .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    border: 1px solid #0a3b6c;
}

.news-slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #0a3b6c;
    border: 1px solid #fff;
}

.news-slider h3 a {
    font-size: 3.5em !important;
    line-height: 4rem;
    color: #3a3b3c;
}

.news-slider .cat p {
    width: 60%;
    font-size: 14px;
}

.news-slider .owl-theme .owl-controls .owl-nav div.owl-prev {
    position: initial;
    top: initial;
    right: initial;
    display: block;
    background-color: #ccc !important;
    border-color: #dee2e6 #dee2e6 #dee2e6 !important;
    color: #777 !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 9px;
}

.news-slider .owl-theme .owl-controls .owl-nav div.owl-next {
    position: initial;
    top: initial;
    right: initial;
    display: block;
    margin: -50px 60px;
    background-color: #ccc !important;
    border-color: #dee2e6 #dee2e6 #dee2e6 !important;
    color: #777 !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 9px;
}

.news-slider .owl-nav {
    position: absolute;
    bottom: 60px;
    left: 40px;
}

.news-card {
    box-sizing: border-box;
    min-width: 0;
    background-color: var(--theme-ui-colors-contentBg, #fff);
    border-radius: 1rem;
    -webkit-transition: -webkit-transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
    -webkit-transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
    transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
    box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, .47);
    overflow: hidden;
    margin: 14px 0;
}

.news-card .card-item {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #a3bffa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
}

.news-card .card-item .img {
    padding-left: 0 !important;
}

.news-card span.author {
    font-size: 12px;
    font-weight: 700;
    color: #8a9495;
}

figure {
    margin: 0;
}

.news-card .cat p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    max-height: 50px;
    overflow: hidden;
}

.news-slider .cat p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
    max-height: 70px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .news-slider h3 a {
        font-size: 1.5em !important;
        line-height: 2rem;
    }
}

@media only screen and (min-width: 768px) {
    .table-hakkimda {
        height: 229px;
    }
}
@media only screen and (max-width: 750px) {
    .mbl-gizle{
        display: none !important;
    }
}

@media only screen and (min-width: 1000px) {
    .table-hakkimda {
        height: 317px;
    }
}

@media only screen and (min-width: 1200px) {
    .table-hakkimda {
        height: 396px;
    }

    #site-header-menu #site-navigation .menu > ul > li > a {
        display: block;
        margin: 0;
        padding: 0 7px 0 7px;
        text-decoration: none;
        position: relative;
        z-index: 1;
        height: 102px;
        line-height: 102px;

    }
    #site-header-menu #site-navigation .menu > ul > li.active:before, #site-header-menu #site-navigation .menu > ul > li:hover:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        border:1px dotted #fff;
        color: white !important;
        border-radius: 5px;
    }
    .menu ul > li {
        margin-top: 8px;
    }
    .ttm-fbar-position-right .ttm-fbar-box-w {
        position: fixed;
        top: 100px;
        right: 0;
        width: 400px;
        height: 100%;
        max-height: 556px;
        z-index: 9999;
        -webkit-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
        transform: translateX(400px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.post-desc.featured-desc p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
}

#card4 {
    margin-top: -60px;
}

.sidebar .content-area {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}

.post-title.featured-title {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.anasayfa .post-title.featured-title {
    -webkit-line-clamp: 1;
    height: 30px;
}

p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
    width: 100%;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #242424;
    padding: 9px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #086ad866;
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 1px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #086ad866;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-default {
    background-color: #F13F12;
    color: white!important;
    transition: 1s all;
}
.btn-default:hover {
    background: #0064FF;
    box-shadow: 5px 6px 13px -5px #00000099;
}

.input-group-text {
    width: 40px;
}

.input-group {
    margin: 10px 0;
}

.arama-sayfasi .ttm-blog-classic .ttm-box-post-date {
    height: 62px;
    width: 69px;
    position: absolute;
    top: 156px;
    left: 30px;
    font-weight: 500;
    font-size: 31px;
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 7px;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.ttm-box-post-date {
    display: none;
}

.featured-imagebox-post.ttm-box-view-top-image .featured-content {
    padding: 5px 10px 10px 5px;
}

.featured-imagebox-post.ttm-box-view-top-image .post-desc {
    padding-top: 0px;
}

.post-desc {
    margin-top: 0;
    padding-top: 7px;
    border-top: 1px solid #f2f2f2;
}

h2 {
    font-size: 23px;
    line-height: 23px;
}

h3 {
    font-size: 20px;
    line-height: 20px;
}

h4 {
    font-size: 19px;
    line-height: 19px;
}

h5 {
    font-size: 18px;
    line-height: 18px;
}
.sticky-footer {
    display: block;
    height: 58px;
    background: linear-gradient(137deg, #6c935c 20%, #aecc92 100%);
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 30000;
}
.sticky-footer .one-fourth {
    width: 33%;
    float: left;
    color: #fff;
    text-align: center;
    height: 58px;
    position: relative;
    cursor: pointer;
}
.sticky-search,
.sticky-filters,
.sticky-map,
.sticky-radius {
    width: 25px;
    height: 25px;
    margin: auto;
    margin-top: 11px;
}

.sticky-footer .one-fourth p {
    font-size: 10px;
    margin-top: 3px;
}

.sticky-footer i {
    font-size: 30px;
    margin-top: 9px;
    color: white !important;
}

.sticky-footer p {
    margin-top: -9px !important;
    color: white !important;
}

#totop {
    bottom: 69px;
}

@media (max-width: 575px) {
    .site-branding img {
        max-height: 46px;
    }

    #card4 {
        margin-top: -75px;
    }

    #card4 .work .text {
        padding: 35px;
        padding-top: 0;
        position: absolute;
        top: 49%;
    }
}

@media (min-width: 1200px) {
    .sticky-footer {
        display: none;
    }
}

@media (max-width: 1200px) {
    .ttm-stickable-header {
        background: white;
    }

    .footer {
        position: relative;

    }

    .footer .second-footer {
        padding-top: 0px;
    }
  
}

.ttm-bgcolor-darkgrey, .ttm-bgcolor-darkgrey > .ttm-bg-layer, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-black, .ttm-btn.ttm-btn-style-border.ttm-btn-color-black:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-bgcolor-darkgrey .ttm-stickable-header.fixed-header, .ttm-header-style-overlay .ttm-stickable-header.fixed-header, .wrap-form input[type="submit"]:hover, .twentytwenty-handle, .calendar thead th, .calendar.small .calendar-frame tbody td.today, .ttm-testimonial-box-view-style3 .testimonial-content:before, .ttm-tabs.ttm-tab-style-vertical ul.tabs li a, .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a, .featured-icon-box.style4 a.di_link:hover, .ttm-pricing-plan .ttm-ptable-main, .ttm-pricing-plan:not(.ttm-ptablebox-featured-col) .ttm-ptable-icon, .products .product .ttm-shop-icon a, .ttm-nextprev-bottom-nav .nav-previous a:hover, .ttm-nextprev-bottom-nav .nav-next a:hover, .comment-list a.comment-reply-link:hover, div.product button.cart_button, .form-submit input, a.checkout-button, .coupon button, .ttm-cart-form button, .place-order button {
    background-color: #9C0757;
}

.ttm-page-title-row {
    background: linear-gradient(137deg, #6c935c 0%, #b9bcc8  100%);
}

.breadcrumb-wrapper span:last-child {
    color: #ffffff !important;
    font-weight: 900;
}

.top-contact li {
    border-right: 1px solid;
}

.top-contact li:last-child {
    border-right: none;
}

.btn-primary {
    background: rgb(0, 0, 0);
    background: linear-gradient(137deg, #aecc92 0%, #6c935c 100%);
    border-color: #b1b7bd;
    transition: 0s;
    color: white !important;
}

.btn-primary:hover {
    color: #fff;
    background: #6c935c;
    border-color: #b1b7bd;
    transition: 1s all;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background: rgb(156 7 87);
    border-color: #b1b7bd;
}

.branding .buttons {
    height: 99px;
}

.branding .flex-column {
    padding: 0 10px;
}

/* .branding .social-icons a {
    border: 1px solid;
    border-radius: 6px;
    margin: 0 5px;
    width: 25px !important;
    display: block;
    height: 25px !important;
    line-height: 22px;
    padding: 0 5px;
    background: rgb(0, 0, 0);
    background: linear-gradient(137deg, rgba(0, 0, 0, 1) 0%, rgba(56, 62, 66, 1) 100%);
    color: #fff !important;
} */

.ttm-search-overlay {
    background: rgb(0, 0, 0);
    background: linear-gradient(137deg, #6c935c 0%, #aecc92 100%);
}

@media only screen and (min-width: 1200px) {
    #site-header-menu #site-navigation .menu > ul > li > a {
        display: block;
        padding: 0 10px 0 15px;
        text-decoration: none;
        position: relative;
        z-index: 1;
        height:50px;
        font-size: 14px;
        line-height:50px;
        text-transform:uppercase;
        color: #fff !important
    }
}
.ttm-header-icons, .ttm-header-icon {
    position: relative;
    height: 65px;
    line-height: 60px;
    float: right;
}

.site-branding2 {
display: none;
    height: 65px;
    line-height: 65px;
}
.site-branding2 img {
    height: 50px;
}
.fbody{
    position: relative;
  background-color: #3c638e;
}
.ttm-page-title-row{
    margin-bottom: 10px;
}
.branding .buttons{height:99px;}
.buttons li:last-child p{margin:0;}
.buttons li{height:90px;}
li.address{max-width:280px;}
li.address p{overflow:hidden;width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
a:hover{color:#000000;}
.right-bar{display:flex;justify-content:end;}
.right-bar .new-menu{display:flex;list-style:none;align-items:center;}
.right-bar .new-menu li,.right-bar .new-menu li  a{display:flex;align-items:center;color:#0D3044!important;}
.right-bar .new-menu li{padding-left:10px;}
.right-bar .new-menu li:last-child{border-right:none;}
.right-bar .new-menu i,.right-bar .sum{padding:0 10px;}
.right-bar .new-menu i{font-size:40px;}


.ttm-textcolor-skincolor, .ttm-btn-color-skincolor, .ttm-icon_element-color-skincolor, a:hover, .ttm-textcolor-white a:hover, .ttm-btn.ttm-btn-color-white:hover, .top-contact li i, .ttm-topbar-wrapper .social-icons li > a:hover, .ttm-fbar-box .search_field i, .breadcrumb-wrapper span:last-child, .ttm-header-style-classicinfo .header-widget .header-icon i, .ttm-header-style-infostack .header-widget .header-icon i, #site-header-menu #site-navigation .menu > ul > li:hover > a, #site-header-menu #site-navigation .menu > ul > li.active > a, #site-header-menu #site-navigation .menu > ul, .ttm-header-style-overlay #site-header-menu #site-navigation .menu ul.dropdown > li.active > a, .ttm-header-style-overlay #site-header-menu #site-navigation .menu ul.dropdown > li:hover > a, .ttm-header-text-area .header-info-widget h2, .row-title h2.title strong, .ttm-list-icon-color-skincolor i, .ttm-fid-icon-wrapper i, .ttm-bgcolor-darkgrey .testimonial-caption h5, .featured-icon-box.style4 a.di_link, .featured-imagebox-team .ttm-media-link a:hover, .featured-imagebox-team .ttm-team-box-view-overlay .ttm-team-position, .featured-imagebox-team:hover .ttm-team-box-view-overlay .ttm-team-position, .featured-imagebox-team:hover .ttm-team-box-view-overlay .featured-title h5 a:hover, .featured-imagebox-team .ttm-social-links-wrapper ul li a:hover, .featured-imagebox-post .post-meta .ttm-meta-line i, .ttm-team-list-title i, .footer .social-icons li > a, .ttm-portfolio-box-view-overlay .category a, .ttm-portfolio-box-view-overlay .featured-content .featured-title h5 a:hover, .ttm-portfolio-box-view-overlay .featured-iconbox.ttm-media-link a:hover, .tribe-events-vanue i, .social-icons.circle li > a, .ttm-bgcolor-darkgrey .ttm-testimonial-box-view-style2 .testimonial-content:before, ul.ttm-timelistbox-block li .service-time strong, .ttm-blog-classic .post-meta .ttm-meta-line i, .widget.widget-latest-tweets p.tweet-text:before, .comment-meta:hover, .comment-meta a:hover, section.error-404 .ttm-big-icon, .ttm-form-coupon-info::before, .products .price .product-Price-amount, .products .star-ratings ul li, div.product .summary .star-rating {
    color: #000000;
}

.footer .social-icons li > a, footer ul li > a, .ttm-topbar-content a, .ttm-textcolor-white a {
    color: white !important;
}

#site-header-menu #site-navigation .menu > ul > li > a {
    color: #33393c;
}

.section-title h2.title {
    color: #000000;
}

.slick-dots li button:before {
    font-size: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #0d0e0f;
}

#main h2 {
    text-align: center !important;
}

@media (max-width: 1199px) {
    .site-branding {
        display: none;
    }
    .site-branding2 {
        display: flex;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    #site-header-menu #site-navigation .menu.active {
        margin-top: 100px;
    }
}

body, .slide-main-text, .icon-text, .tp-caption.white-flatborder-button, .page-title-heading h1, .breadcrumb-wrapper a, .breadcrumb-wrapper span {
    font-family: 'Quicksand', sans-serif !important;
}

.img-card {
    margin: 10px 0;
    transition: all 1s;
}

.img-card img {
    border-radius: 10px;
    transition: all 1s;
}

.img-card:hover {
    -webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.76);
    -moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.76);
    box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.76);
}

.ttm-post-format-icon {
    background: black;
}

.featured-imagebox-post.ttm-box-view-top-image:hover .featured-content-post {
    border-color: #9c0757;
}

.featured-imagebox.featured-imagebox-post.ttm-box-view-top-image {
    margin: 10px 0;
}

#totop {
    background-color: #9c0757 !important;
    color: #fff !important;
}

.ttm-post-format-icon {
    display: none !important;
}

.print {
    background-color: #1d2022 !important;
}

.post-cat {
    background-color: #1d2022 !important;
    color: #FFF;
}

li.has-submenu {
    position: relative;
}

li.has-submenu .sub-menu {
    margin-top: 0px;
    position: absolute;
    display: none;
    background: black;
    width: 130px;
    left: 0;
}

li.has-submenu .sub-menu.active {
    display: block;
}

.top-contact li .sub-menu li {
    border-right: none;
    border-bottom: 1px solid;
}

.top-contact li .sub-menu li:last-child {
    border-bottom: none;
}

.widget.widget_nav_menu a:before {
    background-color: #fff;
}

.pagination li {
    border: 1px solid;
    padding: 10px;
    margin: 5px;
    width: 30px;
}

.pagination li.active {
    background: black;
    color: white;
}

.pagination li.disabled {
    background: #a9a9a9;
    color: white;
    border: 1px solid gray;
}

.ttm-topbar-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-info {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.top-info li a i {
    padding-right: 7px;
}
.top-info li:last-child a {
    display: flex;
    align-items: center;
}

.ttm-sepline {
    display: none!important;
}
.top-info li{
    padding-right: 15px;
}
.home-link{
    line-height: 65px;
}

.owl-carousel {
    display: block!important;
}

.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none!important;
}

.owl-carousel img {
    width: 100%;
}

.ust-bar{
    background-color:#6c935c;
}
.alt-menu{
    background-color:#3c638e;
}
:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: "Rubik", sans-serif;
    --font-serif: "Cardo", serif;
  } 
  
  .page-content1 {
    display: grid;
    grid-gap: 2rem;
    padding: 1rem;
    max-width: 1024px;
    margin: 0 auto;
    font-family: var(--font-sans);
  }
  @media (min-width: 600px) {
    .page-content1 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 800px) {
    .page-content1 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  .card1 {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
  }
  @media (min-width: 600px) {
    .card1 {
      height: 350px;
    }
  }
  .card1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
  }
  .card1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);
  }
  .card1:nth-child(1):before {
    background-image: url(../../../2022/08/hakkimda-min.jpg);
  }
  .card1:nth-child(2):before {
    background-image: url(../../../2022/08/hakkimda-min.jpg);
  }
  .card1:nth-child(3):before {
    background-image: url(../../../2022/08/hakkimda-min.jpg);
  }
  .card1:nth-child(4):before {
    background-image: url(../../../2022/08/hakkimda-min.jpg);
  }
  
  .content1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform var(--d) var(--e);
    z-index: 1;
    background-color: #ffffff87;
    border-radius: 15px;
    color: #6c935c;
    font-size:26px;
    font-weight: 600;
    letter-spacing: 2px;
}
  .content1 > * + * {
    margin-top: 1rem;
  }
  
  .title1 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
  }
  
  .copy1 {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.35;
  }
  
  .btn1 {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: black;
    border: none;
  }
  .btn1:hover {
    background-color: #0d0d0d;
  }
  .btn1:focus {
    outline: 1px dashed yellow;
    outline-offset: 3px;
  }
  
  @media (hover: hover) and (min-width: 600px) {
    .card1:after {
      transform: translateY(0);
    }
  
    .content1 {
      transform: translateY(calc(100% - 4.5rem));
    }
    .content1 > *:not(.title) {
      opacity: 0;
      transform: translateY(1rem);
      transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    }
  
    .card1:hover,
  .card1:focus-within {
      align-items: center;
    }
    .card1:hover:before,
  .card1:focus-within:before {
      transform: translateY(-4%);
    }
    .card1:hover:after,
  .card1:focus-within:after {
      transform: translateY(-50%);
    }
    .card1:hover .content1,
  .card1:focus-within .content1 {
      transform: translateY(0);
    }
    .card1:hover .content1 > *:not(.title),
  .card1:focus-within .content1 > *:not(.title) {
      opacity: 1;
      transform: translateY(0);
      transition-delay: calc(var(--d) / 8);
    }
    .card1:focus-within:before, .card1:focus-within:after,
  .card1:focus-within .content1,
  .card1:focus-within .content1 > *:not(.title) {
      transition-duration: 0s;
    }
  }
  /*   CARD1   */

  .new-article-slider{
    position: relative;
    padding: 50px 0;
}
.new-article-slider .owl-theme .owl-controls .owl-nav div.owl-prev {
    top: -20px !important;
    right: 40px !important;
}
.new-article-slider .owl-theme .owl-controls .owl-nav div.owl-next {
    top: -20px !important;
}
.new-article-slider .owl-theme .owl-controls .owl-nav div {
    border: 1px solid #3f8bb7 !important;

}
.s-btn{
    background-color: #3f8bb7 !important;
    letter-spacing: 3px;
}
.new-article-slider:before{
    content: "";
    width: 100%;
    height: 100%;
    background: url("../../../2022/07/bg3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    opacity: .5;
}
.new-article-slider .item .content{
    padding: 15px;
    background:transparent;
}
.new-article-slider .content h3{
    text-align: center;
}
.new-article-slider .owl-theme .owl-controls .owl-nav div.owl-next {
    top: 0;
    right: 0px;
}
.new-article-slider .owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 0;
    right: 0;

}
.owl-theme .owl-controls .owl-nav div.owl-prev:before, .owl-theme .owl-controls .owl-nav div.owl-next:before {
    font-family: FontAwesome!important;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    content: "\f060";
}
.owl-theme .owl-controls .owl-nav div.owl-next:before {
    content: "\f061";
}

.new-article-slider .owl-theme .owl-controls .owl-nav div {
    padding: 0;
    border: 1px solid #861a22;
    height: 32px;
    width: 32px;
    color: #0f5274;
    border-radius: 50%;
}
.new-article-slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: red;
}
.one-cikan{
    margin-bottom:300px;
}
.one-cikan:before {
    content: "";
    width: 100%;
    height: 25%;
    background: url("../../../2022/08/f4-min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
}
.ns{
    position: relative;
}
.on-icerik{
    border: 1px solid lightgray;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}
.on-icerik p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.on-icerik img {
    margin-top: -62px;
    background: rgb(226, 224, 224);
    padding: 9px;
    border-radius: 50px;
}
.iletisim-sf {
    text-align: center;
    border: 1px solid lightgray;
   
}
.iletisim-sf:hover{
    background-color: #6c935c;
    color: white!important;
    transition: 0.5s all ease-in-out;
}
.iletisim-sf:hover a{
    color: white!important;
}
.iletisim-sf:hover .tittle{
    color: #aecc92!important;
}
.iletisim-sf .tittle{
    font-size: 25px;
    color:#6c935c;
    padding-top: 20px;
}
.iletisim-sf .content {
    font-size: 16px;
    padding-top: 10px;
}
.iletisim-sf {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-bottom: 20px;
    margin-top: 20px;
}

@media only screen and (min-width: 993px) and (max-width: 1200px)  {
    .iletisim-sf .content a {
        font-size: 13px;
    }
}
.kat-detay {
    width: 181px;
    border-radius: 15px;
    transition: all 0.5s;
}
.kat-detay:hover {
    background-color: #6c935c;
}
.kat-detay:hover span {
    color: #fff !important;
}
.kat-detay:hover span:after {
    color: #fff !important;
}
.kat-detay span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 15px;
    transition: 0.5s;
    white-space: nowrap;
}

.kat-detay span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -9px;
    right: -20px;
    transition: 0.5s;
    font-size: 25px;
    color:black;
}

.kat-detay:hover span {
    padding-right: 25px;
    color: black;
}

.kat-detay:hover span:after {
    opacity: 1;
    right: 0;
}
.inner-container .t-sec li.has-submenu .sub-menu {
    display: block;
    margin-top: auto;
    position: relative;
    background: none;
    width: auto;
}
#site-header-menu .fixed-header #site-navigation .menu > ul > li {
    margin-bottom: 8px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
    color: #fff;
}
.footer .home-link img {
    max-height: 70px;
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
    .float {
        display: none;
    }
    .ttm-header-icons .ttm-header-cart-link a, .ttm-header-icons .ttm-header-search-link a {
        color: #000 !important;
    }
    .fbody {
        padding-bottom: 60px;
    }
}
.article-yas-grubu {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 3px 7px;
    margin-bottom: 10px;
}
.article-yas-grubu.mavi-program {
    background-color: #3c638e;
}
.article-yas-grubu.kirmizi-program {
    background-color: #e91010;
}
.article-yas-grubu.turuncu-program {
    background-color: #ff6842;
}
.article-yas-grubu.yesil-program {
    background-color: #6c935c;
}
.article-yas-grubu.sari-program {
    background-color: #d7d71e;
}
