body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
/* *********** TOP MENÜ *************** */
a:hover {
    text-decoration: none;
}
.top-bar {
   background-color: #e5e5e5;
}
.ttm-topbar-wrapper {
    line-height: 48px;
    height: 52px;
}
.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 {
    padding-right: 15px;
}
.top-info li a {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
}
.ttm-topbar-content .topbar-right .list-inline {
    margin-top: 5px;
    height: 10px;
}
.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 49px;
}
.site-branding {
    float: left;
    height: 105px;
    line-height: 101px;
}
.site-branding a,
.site-branding img {
    transition: all 0.3s ease-in-out 0s;
}
.site-branding img {
    height: 80px;
}
.site-branding2 img {
    height: 50px;
}
.branding .buttons {
    height: 99px;
}
.right-bar ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin-top: 16px;
}
.right-bar ul li {
    padding-left: 10px;
    border-right: 1px solid;
}
.right-bar ul li,
.right-bar ul li a {
    display: flex;
    align-items: center;
    color: #0d3044 !important;
}
li.address {
    max-width: 280px;
}
.buttons li {
    height: 90px;
}
.right-bar ul li {
    border: 3px solid #78909c6b;
    transition: all 0.5s ease-in-out;
}
.buttons li:last-child p {
    margin: 0;
}
.ttm-bgcolor-white {
    background-color: #fff;
}
.site-branding2 {
    display: none;
    height: 65px;
    line-height: 65px;
}
.home-link {
    line-height: 65px;
}
.site-navigation {
    position: relative;
}
#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
    color: #000000;
}
#site-header-menu #site-navigation .menu > ul > li {
    display: inline-block;
    position: relative;
    border-right: 1px dotted rgb(183, 182, 182) !important;
    margin-left: -4px;
}
#site-header-menu #site-navigation .menu > ul > li > a {
    font-weight: 600;
    letter-spacing: 1px;
    color: black;
}
#site-header-menu #site-navigation .menu ul li ul > li:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.08);
}
#site-header-menu #site-navigation .menu ul ul > li {
    position: relative;
}
#site-header-menu #site-navigation .menu > ul li ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #7f9094;
}
#site-header-menu #site-navigation .menu ul ul li:last-child {
    border: none;
}
.ttm-menu-toggle {
    float: right;
}
.ttm-menu-toggle input[type="checkbox"] {
    display: none;
}
.ttm-header-icons,
.ttm-header-icon {
    position: relative;
    height: 65px;
    line-height: 65px;
    float: right;
}
.ttm-header-icons {
    padding-left: 5px;
}
.ttm-header-wrap {
    background:linear-gradient(90deg, rgba(53, 202, 189, 0.5158438375350141) 0%, rgba(179, 157, 219, 0.4822303921568627) 100%);
}
.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
    font-size: 15px;
    border-radius: 3px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    z-index: 9;
    position: relative;
}
.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
    font-weight: 900;
}
.mobile-menu {
    transition: 0.2s all;
    left: -100%;
    position: fixed;
}
.mobile-menu img {
    display: none;
}
.mobile-menu ul {
    padding: 0;
    overflow-y: auto;
}
.mobile-menu .menu ul li {
    list-style: none;
    border-top: 1px solid #a7a7a7;
    width: 100%;
    padding: 7px;
}
.mobile-menu li.active {
    background: white;
    font-weight: 700;
}
.mobile-menu a {
    width: 100%;
    line-height: 29px;
    color: black;
    display: block;
}
.mobile-social-menu {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}
.mobile-social-menu li {
    width: 20px;
    height: 20px;
    padding: 25px;
}
.mobile-social-menu li a {
    margin-top: -10px;
    display: block;
    margin-left: -9px;
}
.mobile-social-menu li a i {
    font-size: 21px;
}
#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
}
#site-header-menu #site-navigation .menu > ul > li {
    border-right: 1px dotted rgb(183, 182, 182) !important;
    margin-left: -4px;
}
.ttm-sepline {
    display: none !important;
}
.mobile-menu.mobile-show {
    width: 300px;
    position: fixed;
    height: 100%;
    background: #fff;
    top: 0;
    z-index: 10000;
    display: block;
    left: 0;
    border-right: 1px solid #54585b69;
}
.mobile-show {
    display: block !important;
}
.mobile-menu.mobile-show img {
    display: block;
    padding: 15px;
    width: 100%;
}
.mobile-menu-bg.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #a2a8ad87;
    z-index: 1000;
    top: 0;
}
.mobile-menu-bg {
    transition: 0.5s all;
}
.mobile-menu-bg.active:after {
    content: "";
    color: white;
    display: block;
    position: absolute;
    top: 0px;
    left: 300px;
    background: #989c9f;
    padding: 10px;
    width: 46px;
    height: 53px;
}

.mobile-menu-bg.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 310px;
    width: 30px;
    -webkit-mask-image: url(../../../assets/themes/theme03/rd-fonts/times.svg);
    mask-image: url(../../../assets/themes/theme03/rd-fonts/times.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 30px;
    background: #ffffff;
    z-index: 1;
}
body .site-main {
    position: relative;
    z-index: 9;
}
.main-slider {
    position: relative;
}
.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
}
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;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    text-transform: inherit;
    line-height: inherit;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    text-decoration: none;
    line-height: 21px;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.25s ease;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: none;
    color: #000000;
}
a {
    color: #000000;
}
li {
    list-style: none !important;
}
.mobile-menu ul.th-menudropdown.sub-menu.active {
    display: block !important;
    position: relative;
    width: 100%;
}
.mobile-menu ul.th-menudropdown.sub-menu {
    display: none !important;
}
li.has-submenu .sub-menu {
    margin-top: 0px;
    position: absolute;
    display: none;
    width: 130px;
    left: 0;
}
/* SLİDER */
.main-slider .item .content {
    position: absolute;
    display: flex;
    width: 400px;
    height: 100%;
    top: 0;
    flex-direction: column;
    justify-content: center;
}
.main-slider .item .content .inner {
    position: relative;
    height: 300px;
}
.cbody {
    padding: 20px 19px;
    position: relative;
    text-align: center;
}
.cbody .sum {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 60px;
    margin-bottom: 5px;
    overflow: hidden;
}
.cbody h2 {
    font-weight: 700;
}
.n-button {
    color: black !important;
    border-width: 2px;
    border-style: solid;
    border-color: #337569;
    position: relative;
    display: inline-block;
    padding: 6px 19px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.n-button:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}
.n-button:before,
.n-button:after {
    content: "";
    display: block;
    position: absolute;
    border-color: #337569;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    transition: all 0.3s ease-in-out;
}
.main-slider .owl-carousel .owl-item {
    padding: 0;
    margin: 0;
}
.main-slider img {
    height: 700px;
    min-height: 500px;
    object-fit: cover;
    object-position: 84%;
}
.main-slider .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
/* FOOTER */
.footer .widget {
    margin: 45px 0 25px;
}
.ttm-btn.btn-inline {
    font-weight: 700;
}
a,
.site-branding a,
#site-header-menu #site-navigation .menu ul li > a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.social-icons li > a,
.accordion .toggle-title a {
    transition: all 0.3s ease-in-out 0s;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 27px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.float i {
    font-size: 40px;
    width: 30px;
    height: 35px;
    background: white;
}
img {
    width: 100%;
}
.footer .widget .widget-title {
    margin-bottom: 17px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}
.widget .widget-title {
    font-size: 23px;
    line-height: 28px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .widget ul > li {
    padding: 0 0 12px 0;
}
.widget ul > li {
    position: relative;
}
.footer .social-icons li > a,
footer ul li > a,
.ttm-topbar-content a,
.ttm-textcolor-white a {
    color: rgb(0, 0, 0);
}
.sticky-footer {
    display: block;
    height: 58px;
    background: linear-gradient(90deg, rgb(53 202 189 / 94%) 0%, rgb(179 157 219 / 98%) 100%);
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 30000;
    padding-top: 6px;
}
.rounded-social-buttons i {
    width: 28px;
    height: 28px;
    background-color: white;
    margin-left: 4px;
    margin-top: 4px;
}

.sticky-footer .one-fourth {
    width: 33%;
    float: left;
    color: black;
    text-align: center;
    height: 58px;
    position: relative;
    cursor: pointer;
}
.sticky-footer i {
    font-size: 30px;
    margin: auto;
    color: black !important;
    background:#444;
    width: 28px;
    height: 28px;
}
.sticky-footer p {
    color:black !important;
    font-size: 10px;
}
.sticky-footer .one-fourth p {
    font-size: 14px;
    font-weight: 600;
}
.footer .bottom-footer-text {
    position: relative;
}
.footer .bottom-footer-text:before {
    background: #e3e3e36b;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.copyright {
    padding-top: 20px;
    padding-bottom: 19px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.owl-dot.active span {
    background-color: #8d95b3;
}
.widget.widget_nav_menu a {
    padding-left: 16px;
}
.widget.widget_nav_menu a:before {
    content: "";
    background-color: #000000;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50px;
}
.custom-btn {
    width: 165px;
    height: 45px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.btn-8 {
    background-image: linear-gradient(315deg, #ffffff 0%, #d7d1ed 74%);
    line-height: 42px;
    padding: 0;
    border: none;
}
.btn-8 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.btn-8:before,
.btn-8:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #607d8b;
    transition: all 0.3s ease;
}
.btn-8:before {
    height: 0%;
    width: 2px;
}
.btn-8:after {
    width: 0%;
    height: 2px;
}
.btn-8:hover:before {
    height: 100%;
}
.btn-8:hover:after {
    width: 100%;
}
.btn-8:hover {
    background: transparent;
}
.btn-8 span:hover {
    color: #c797eb;
}
.btn-8 span:before,
.btn-8 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #607d8b;
    transition: all 0.3s ease;
}
.btn-8 span:before {
    width: 2px;
    height: 0%;
}
.btn-8 span:after {
    height: 2px;
    width: 0%;
}
.btn-8 span:hover:before {
    height: 100%;
}
.btn-8 span:hover:after {
    width: 100%;
}
.resim {
    padding: 0px;
}
.title-box {
    display: table;
    width: 100%;
}
.title-box .page-title-heading,
.breadcrumb-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.page-title-heading h1 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 6px;
    position: relative;
}
.breadcrumb-wrapper {
    text-align: right;
}
.breadcrumb-wrapper .breadcrumb-wrapper-inner {
    background-color: rgba(255, 255, 255, 0.03);
    padding-bottom: 15px;
    display: inline-block;
}
.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 19px;
}
.breadcrumb-wrapper span:last-child {
    font-weight: 700;
}
.ttm-page-title-row {
    background: #f7f7f7;
}
/* CARD2 */
.contenttitle {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4e4e4e;
}
.sitenitasarlacom-icerik2 {
    padding: 45px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .sitenitasarlacom-icerik2 {
    background-image: url(images/bg3.webp);
}
.no-webp .sitenitasarlacom-icerik2 {
    background-image: url(../../../2022/11/bg3.jpg);
}
.lazyKukumavNet {
    display: block;
    width: 100%;
}
.cont-marka-baslik {
    font-size: 25px;
    color: #3b3b39;
}
.cizgiduz::after {
    position: absolute;
    position: absolute;
    content: "";
    height: 1px;
    width: 80%;
    top: 19px;
    background: #3b3b39;
    margin: 0 0 0 14px;
}
.conicon {
    display: flex;
    align-items: center;
}
.conicon .resim {
    padding-right: 10px;
    width: 75px !important;
    height: 65px !important;
}
.conicon .resim img,
.conicon .resim figure {
    width: 65px !important;
    height: 65px !important;
    display: block;
    position: relative;
}
.deneme {
    width: 50px;
    height: 50px;
    background: red;
}
.anab1 {
    font-weight: bold;
    font-size: 45px;
    color: #4e4e4e;
    line-height: 1.1;
}
/* YORUMLAR */
.comments {
    background: url(../../../2023/01/yorum.jpg) no-repeat fixed;
    width: 100%;
    text-align: center;
    background-size: 100%;
}
.comments .item:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 31px;
    -webkit-mask-image: url(../../../assets/themes/theme03/rd-fonts/quote-left.svg);
    mask-image: url(../../../assets/themes/theme03/rd-fonts/quote-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background: #d4c7ff;
    margin-left: 13px;
}
.comments .item:after {
    content: "";
    position: absolute;
    bottom: 34px;
    font-size: 35px;
    right: 38px;
    -webkit-mask-image: url(../../../assets/themes/theme03/rd-fonts/quote-right.svg);
    mask-image: url(../../../assets/themes/theme03/rd-fonts/quote-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background: #d4c7ff;
    margin-left: 3px;
}
.comments p.content {
    font-size: 14px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 87px;
    overflow: hidden;
    text-align: center;
    padding-left: 20px;
}
.comments .item {
    padding: 20px;
    background-color: #fff;
}
.yorum-b h3 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 32px;
}
.slide-owl-wrap .item2 {
    border: 1px dashed #c69c6d;
    padding: 20px;
}
.divider--shape-1up {
    width: 124px;
    height: 13px;
    background: url(../../../2023/01/arrow-up.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -62px;
    position: relative;
}
.divider--shape-1down {
    width: 124px;
    height: 13px;
    background: url(../../../2023/01/arrow-down.png) center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -62px;
    margin-top: 12px;
}
.divider--shape-1up {
    bottom: 1px;
    top: auto;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#totop.top-visible i {
    width: 20px;
    height: 20px;
    background: white;
}
#totop {
    font-weight: 900;
    position: fixed;
    right: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    background-color: #bab9ba !important;
    color: #fff !important;
    bottom: 69px;
}
.featured-imagebox.featured-imagebox-post.ttm-box-view-top-image {
    margin: 10px 0;
    box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
    border-radius: 25px;
}
.ttm-post-format-icon {
    display: none !important;
    background: black;
}
.ttm-post-thumbnail img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.ttm-box-post-date {
    display: none;
}
.featured-imagebox-post.ttm-box-view-top-image .featured-content {
    padding: 14px 0px 19px 19px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
}
.post-title.featured-title {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 65px;
}
.featured-title h5 {
    font-weight: 700;
}
.featured-imagebox-post.ttm-box-view-top-image .post-desc {
    padding-top: 0px;
}
.post-desc.featured-desc p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
}
.widget .new-si li a {
    width: 38px;
    height: 38px;
    font-size: 24px;
    padding-top: 6px;
    border-radius: 0px;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    -webkit-mask-image: url(../../../assets/themes/theme03/rd-fonts/angle-left.svg);
    mask-image: url(../../../assets/themes/theme03/rd-fonts/angle-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background: #448aff;
    content: "" !important;
    margin-top: 3px;
    margin-left: 8px;
}
.owl-theme .owl-controls .owl-nav div.owl-next:before {
    -webkit-mask-image: url(../../../assets/themes/theme03/rd-fonts/angle-right.svg);
    mask-image: url(../../../assets/themes/theme03/rd-fonts/angle-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background: #448aff;
    content: "" !important;
    margin-top: 3px;
    margin-left: 8px;
}
.owl-theme .owl-controls .owl-nav div.owl-next:hover:before,
.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before {
    background: white;
}
.owl-carousel {
    display: block !important;
}
.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none !important;
}
.owl-carousel img {
    width: 100% !important;
}
.services-head-image {
    width: 50px;
    height: 50px;
}
.play-icon {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 17px 17px;
    background-color: white;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.52);
    border-radius: 50%;
}
#sharer .rounded-social-buttons .social-button.linkedin:hover,
#sharer .rounded-social-buttons .social-button.linkedin:focus {
    border-color: transparent !important;
}
#sharer .rounded-social-buttons .social-button.twitter:hover,
#sharer .rounded-social-buttons .social-button.twitter:focus {
    border-color: transparent !important;
}
#sharer .rounded-social-buttons .social-button.facebook:hover,
#sharer .rounded-social-buttons .social-button.facebook:focus {
    border-color: transparent !important;
}
#sharer .rounded-social-buttons .social-button.facebook,
.social-button.twitter,
.social-button.linkedin,
.social-button.pinterest {
    background-color: transparent !important;
}
.facebook,
.twitter,
.linkedin,
.pinterest {
    background-color: transparent !important;
}
#sharer .rounded-social-buttons .social-button {
    width: 40px !important;
    height: 40px !important;
}
/* SOCİAL İCONS */
.social-icons {
    padding: 0;
    list-style: none;
}
.social-icons li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(0deg, #5c5c5c5c, #ffffff);
    transition: all 265ms ease-out;
}
.f-icon .social-icons a:before {
    background: white;
}
.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}
.social-icons i {
    position: absolute;
    top: 7px;
    left: 9px;
    transition: all 265ms ease-out;
    font-size: 22px;
    background-color: #004072;
    width: 26px;
    height: 26px;
}
.social-icons i.fa-facebook-f {
    background-color: #3b5998;
}
.social-icons i.fa-twitter {
    background-color: #1da1f2;
}
.social-icons i.fa-linkedin {
    background-color: #0077b5;
}
.social-icons i.fa-youtube {
    background-color: #ff0000;
}
.social-icons i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.social-icons i.fa-spotify {
    background-color: #81b71a;
}
.social-icons .fa-youtube {
    left: 8px !important;
}
.ttm-topbar-wrapper .top-contact.text-left {
    padding: 0px !important;
}
.top-contact li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
}
.ust-menu a {
    color: #585858;
    font-size: 14px;
    border-right: 1px solid #100f0f;
    padding-right: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.location {
    width: 29%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    margin-top: 10px;
    padding-bottom: 1px;
    transition: 0.5s all ease-in-out;
    float: left;
    margin-right: 20px;
}
.location:hover {
    cursor: pointer;
    box-shadow: none;
}
.location p {
    font-size: 14px;
    letter-spacing: 600;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 5px;
}
.mails i {
    font-size: 25px;
    color: black;
    padding-right: 8px;
}
.mails span {
    color: black;
    font-weight: 600;
    font-size: 17px;
}
.mails {
    padding-top: 6px;
}
/* SEARCH */
.ttm-header-icons,
.ttm-header-icon {
    position: relative;
    height: 65px;
    line-height: 65px;
    float: right;
}
.ttm-header-icons .ttm-header-icon {
    position: relative;
    margin-left: 7px;
}
.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
    font-size: 15px;
    border-radius: 3px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    z-index: 9;
    position: relative;
}
.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
    font-weight: 900;
    background-color:black;
    height: 24px;
}
.w-search-input i {
    background-color: black;
    height: 24px;
    margin-left: 20px;
}
.ttm-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background:linear-gradient(90deg, rgb(53 202 189 / 94%) 0%, rgb(179 157 219 / 98%) 100%);
    height: 100%;
    width: 100%;
    z-index: 9999;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ttm-search-overlay .ttm-search-outer {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    min-height: 350px;
    border: 2px solid rgba(255, 255, 255, 0.62);
    width: 1000px;
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    display: inline-block;
    margin: 0 auto;
    padding: 100px 20px 100px 20px;
}
.ttm-search-overlay.st-show .ttm-search-outer {
    transform: translateY(-50%);
}
.ttm-search-overlay .ttm-search-outer .ttm-form-title {
    display: block;
    font-size: 45px;
    line-height: 42px;
    clear: both;
    color: #fff;
}
.ttm-search-overlay .ttm-site-searchform {
    position: absolute;
    width: auto;
    top: auto;
    left: 50%;
    width: 700px;
    max-width: 100%;
    margin-left: -350px;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all 0.6s ease 0s;
    margin-top: 40px;
}
.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    background: none;
    border: 0;
    color: #fff !important;
    height: 70px;
    padding: 0 70px 0 18px;
    font-weight: 400;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    width: 100%;
    color: rgba(255, 255, 255, 0.21);
    outline: none;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.95);
    margin: 0;
    border-radius: 0;
}
.ttm-search-overlay .ttm-site-searchform input::placeholder {
    color: #fff;
}
.ttm-search-overlay .ttm-site-searchform button {
    padding: 0;
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    width: 70px;
    border: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.95);
    height: 59px;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 7px;
}
.ttm-search-overlay.st-show {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
    filter: alpha(opacity=98);
    -moz-opacity: 0.98;
    -khtml-opacity: 0.98;
    opacity: 0.98;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzNGOTFDMjMwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzNGOTFDMjQwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3M0Y5MUMyMTBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3M0Y5MUMyMjBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt0AzY0AAADrSURBVHjapNXLDYMwDAZg1+2dE9dKHaETgMQSPXWADtQBemIJJDJBzx2gp1wZoI7koBTl4RhLPwSBPoHsiMM8zxcAeFLuFAuV1XXdujbGtHR6UR5Ih4VypkyUFpTF6MTWgvyWPeWoxQPUGT19hUW+p8YDFDzqFhg8o8FDdPDoFq7Fk2gMDnHI4Fk0BXt8SOBFNAen8D80N/dYaM4WF6GuToLOO+BGefP1VbJDUThSI+XDGSWjiDVzmmloFRxrlJXiWIFGG8pbWgRLRqqIowIV4ahEizjuQP0fJIrjHjSHO7ihfLVoBHdW8xNgAA9tb+1F4VHcAAAAAElFTkSuQmCC),
        pointer;
}
@media (max-width: 767px) {
    .ttm-search-overlay .ttm-search-outer {
        border: none;
    }
    .ttm-search-overlay .ttm-search-outer .ttm-form-title {
        font-size: 26px;
        line-height: 40px;
    }
    .ttm-search-overlay .ttm-site-searchform {
        margin-left: 0;
        left: 0;
        right: 0;
    }
}
@media all and (max-width: 1199px) {
    .ttm-search-overlay .ttm-search-outer {
        width: auto;
    }
}

#menudesktop > ul > li:hover > a::before,
#menudesktop > ul > li.active > a::before,
#menudesktop > ul > li.current-page > a::before {
    top: 47px;
    visibility: visible;
    opacity: 1;
}
#menudesktop > ul > li > a::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 17px;
    background: black;
    visibility: hidden;
    opacity: 0;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    transition: all 0.3s ease;
}
/* HAKKIMDA */
.about:before {
    background: url("../../../2023/01/ab2.jpg");
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
.about {
    position: relative;
}
.ab-icerik h2:before {
    content: "";
    clear: both;
    width: 100px;
    display: table;
    height: 2px;
    line-height: 2px;
    overflow: hidden;
    box-shadow: 0 2px 0 0 #0cb8b6 inset;
    padding-bottom: 11px;
}
.ab-icerik h4 {
    font-family: auto;
    font-size: 24px;
    clear: both;
    padding-top: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
    color: #626161;
}
.ab-icerik h2 {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 37px;
}
.ab-icerik i {
    width: 50px;
    height: 50px;
    background-color: red;
}
.ab-icon span {
    font-size: 14px;
    font-weight: 600;
}
.ab-icerik p {
    text-align: justify;
}
.ab-icerik {
    padding-bottom: 15px;
}
/* SLİDER ALT */
.neler-baslik h2:after {
    content: "";
    position: absolute;
    background-color: #35cabd;
    left: 0;
    right: 0;
    margin: 0px auto;
    height: 2px;
    width: 12%;
    bottom: 56px;
}
.neler-baslik h2 {
    padding-bottom: 20px;
}
.neler-baslik p {
    color: #707070;
    font-size: 15px;
}
.neler-kutu {
    border: 1px solid #d3d3d3;
}
.slider-alt:before {
    background: url("../../../2023/01/neler.jpg");
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
.slider-alt {
    position: relative;
}
.neler-kutu {
    border: 1px solid #d3d3d3;
    padding: 55px 15px 40px 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: 0.5s all;
    box-shadow: rgb(0 0 0 / 21%) 0px 24px 22px -20px;
}
.neler-kutu .hlt_hexa {
    width: 55px;
    height: 90px;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: -45px;
    line-height: 90px;
    padding-top: 11px;
}
.neler-kutu .hlt_hexa:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-right: 25px solid #ffffff;
}
.neler-kutu .hlt_hexa:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 25px solid #ffffff;
}
.neler-kutu .hlt_hexabk {
    width: 57px;
    height: 92px;
    background: #d3d3d3;
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0px auto;
    top: -46px;
    z-index: -1;
}
.neler-kutu .hlt_hexabk:before {
    content: "";
    position: absolute;
    top: 1px;
    left: -25px;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-right: 25px solid #d3d3d3;
}
.neler-kutu .hlt_hexabk:after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 25px solid #d3d3d3;
}
.hlt_hexa img {
    width: 55px !important;
    margin-top: 5px;
}
.neler-kutu:before {
    opacity: 0.6;
    z-index: -1;
    background: url("../../../2023/01/neler3.jpg");
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    margin-left: -145px;
}
@media (min-width: 992px) {
    .col-lg-3 {
        max-width: 24% !important;
    }
}
.neler-kutu:hover {
    transform: translate3d(0, -10px, 0);
    cursor: pointer;
    background-color: #f9f9f9;
}
.neler-kutu a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -16px;
    border: 1px solid #d3d3d3;
    width: 70px;
    border-radius: 50px;
    background-color: #ffffff;
}
.neler-kutu i {
    width: 30px;
    height: 30px;
    background-color: black;
    margin: auto;
}
.neler-icerik p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 47px;
    color: #787878;
}
/* ONE CIKANLAR */
.dinc-articles .box-art {
    transition: 1.5s all;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
}
.dinc-articles .news-detail h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify;
    height: 51px;
    text-align: center;
    letter-spacing: 0.5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 75%;
    margin: auto;
    padding-top: 14px;
    margin-top: -38px;
    position: relative;
    background-color: white;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}
.dinc-articles .news-detail p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
    overflow: hidden;
    height: 103px;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    color: #666666;
    margin-bottom: 25px;
}
.box-art:hover img {
    transform: scale(1.1);
}
.box-art img {
    transition: all 400ms ease;
}
.box-art .news-detail::after {
    position: absolute;
    right: -50px;
    bottom: -80px;
    content: "";
    height: 150px;
    width: 150px;
    background: url(../../../2023/01/4.png);
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    opacity: 0.4;
}
.news-detail {
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
.box-art {
    box-shadow: 0 0 10px #e7e7e7;
    background: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.cards:before {
    background: url("../../../2023/01/card2.png");
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.cards {
    position: relative;
}
.section-icon {
    position: relative;
    width: 310px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.section-icon::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 25px;
    width: 100px;
    height: 2px;
    background-color: #00ad9e;
}
.section-icon .icons {
    line-height: 1;
}
.section-icon::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 25px;
    width: 100px;
    height: 2px;
    background-color: #00ad9e;
}
.services-head h2 {
    text-transform: uppercase;
    padding-top: 5%;
    letter-spacing: 1px;
    font-weight: 700;
}
/*********************** BUTTON  ******************************/
.btn-hover {
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-hover:focus {
    outline: none;
}
.btn-hover.color-8 {
    background-image:linear-gradient(to right, #79d0d4, #36cabe33, #d6d2ec, #af97f7) !important;
}
.card-b i {
    float: right;
    width: 25px;
    height: 25px;
    background-color: white;
}
.card-button a {
    border: 3px solid #e5e5e5;
    padding: 12px;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 45%) 0px 20px 20px -22px;
    background-color: white;
}
/* FOTO */
.img-card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 12px;
    margin-bottom: 21px;
    padding: 10px;
    border-radius: 20px;
}
.img-card figure {
    margin: 0px !important;
}
.img-card img {
    border-radius: 20px;
}
/* VİDEO */
.video-icerik {
    padding-bottom: 3px;
    padding-top: 10px;
    text-transform: capitalize;
    margin-top: -35px;
    position: relative;
    background-color: white;
    width: 80%;
    left: 10%;
    margin-bottom: 20px;
    box-shadow: rgb(14 30 37 / 39%) 0px 2px 4px 0px, rgb(14 30 37 / 27%) 0px 2px 16px 1px;
    border-radius: 7px;
}
.video-icerik h5 {
    font-size: 14px;
}
.ana-iletisim {
    background-image: url(../../../2023/01/cta-bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
.ana-icerik {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ana2 {
    background-color: rgba(255, 255, 255, 0.7);
}
.ana3 {
    color: #06958d;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 25px;
}
.ana4 {
    text-align: center;
    font-weight: 600;
    color: #747474;
    font-size: 15px;
}
.ana-button {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.ana-button a {
    padding: 15px 37px;
    border: 6px groove #f3ecff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.logo-hak {
    background-color: rgb(255 255 255 / 27%);
    padding: 14px;
}
.footer:before {
    background: url("../../../2023/01/f2.jpg");
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    opacity: 0.3;
}
.footer {
    position: relative;
    background: linear-gradient(90deg, rgba(53, 202, 189, 0.5158438375350141) 0%, rgba(179, 157, 219, 0.4822303921568627) 100%);
}
.f-about {
    font-size: 14px;
    padding-top: 15px;
}
#menu-footer-quick-links i {
    width: 20px;
    height: 20px;
    background-color: #4a4a4a;
    float: left;
    padding-right: 30px;
}
#site-header-menu #site-navigation .menu ul ul > li:hover {
    background-color: rgb(240, 240, 240);
}
@media (min-width: 1200px) {
    .neler-kutu {
        margin-right: 11px;
    }
}
@media (max-width: 576px) {
    .ana-ok img {
        display: none;
    }
    .ana-button {
        justify-content: center;
    }
}
