.top-links-item > a {
    text-transform: inherit;
}
.menu-link {
    text-transform: inherit;
    padding: 5px 5px !important;;
    color: #fff;
}
.menu-link:hover {

    color: #95e6f0 !important;
}

.content-wrap {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.fbox-content h3 {

    text-transform: none!important;

}



.header-extras li .he-text span {
    font-weight: 600;
    text-transform: none!important;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #16b6c9!important;

}

.header-extras li .he-text {
    padding-left: 15px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a {
    text-decoration: none !important;
    color: #007bff;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;

}

#logo img {
    display: block;
    max-width: 100%;
    max-height: 65px!important;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 20px 0;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #16b6c9;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0%);
}

.icon-map-marker2:before {
    content: "\e6f9";
    color: #16b6c9;
}

.icon-phone3:before {
    content: "\e748";
    color: #16b6c9;

}

.icon-instagram:before {
    content: "\ed71";
    color: #16b6c9;

}

.icon-youtube:before {
    content: "\ee3e";
    color: #16b6c9;
}
.baslik {
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 0;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #16b6c9;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 0.75rem;
    min-height: 101px;
}

#share {

    float:right;
    text-align: center;
}

/* buttons */

#share a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 2px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
}

#share a:hover {
    opacity: 1;
}

/* icons */

#share i {
    position: relative;
    top: 35%;
    transform: translateY(-50%);
}

/* colors */

.facebook {
    background: #3b5998;
}

.twitter {
    background: #55acee;
}

.googleplus {
    background: #dd4b39;
}

.linkedin {
    background: #0077b5;
}

.pinterest {
    background: #cb2027;
}
.whatsapp {
    background: #37b64a;
}


#top-social .icon-youtube:before {
    content: "\ee3e";
    color: unset;
}





@media screen and (min-width: 800px) {
    #header {height:110px}
    .swiper-slide {height:650px;}
}
@media screen and (max-width: 1280px) {
    .hiddenSmallDesktop {display:none !important}
    .swiper-slide {height:350px;}
}

h1 {
    font-size: 30px!important;
}

h2 {
    font-size: 30px!important;
}
h3 {
    font-size: 20px!important;
}
h1>span:not(.nocolor):not(.badge), h2>span:not(.nocolor):not(.badge), h3>span:not(.nocolor):not(.badge), h4>span:not(.nocolor):not(.badge), h5>span:not(.nocolor):not(.badge), h6>span:not(.nocolor):not(.badge) {
    color: #212529!important;
}

h1, h2, h3, h4, h5, h6 {

    line-height: 1.0!important;

}