/* CSS Document */

@font-face {
    font-family: UniSansHeavyCAPS;
    src: url("../fonts/UniSansHeavyCAPS.ttf.woff");
}

@font-face {
    font-family: GothamBook;
    src: url("../fonts/GothamBook.ttf");
}

@font-face {
    font-family: UbuntuBold;
    src: url("../fonts/Ubuntu-Bold.ttf");
}

@font-face {
    font-family: UbuntuRegular;
    src: url("../fonts/Ubuntu-Regular.ttf");
}

.top_area>.container {
    margin-top: 10px;
}

.logo_text {
    display: inline-grid;
    color: #e51420;
    font-family: UniSansHeavyCAPS;
    font-weight: bold;
    margin-left: 15px;
    font-size: 41.55px;
}

.logo_text:hover {
    text-decoration: none;
    color: #e51420;
}

.logo_desc {
    font-family: GothamBook;
    font-size: 12.32px;
    color: black;
    line-height: 5px;
}

.navbar {
    background: #1d1d1b !important;
    height: 70px;
}

.navbar_search_form {
    margin-left: 40px;
    display: inline-block;
}

.navbar_search_form>img {
    display: inline-grid;
}

.navbar_search {
    border: none;
    box-shadow: inset 1px 1px 43px -7px #00000026;
    margin-right: 10px;
}

.search_text {
    font-family: UbuntuBold;
    font-size: 12px;
}

.social-area {
    margin-left: 50px !important;
    display: inline-block;
}

.facebook_icon {
    color: black;
    margin-left: 50px;
    margin-right: 5px;
}

.instagram_icon {
    color: black;
    margin-right: 5px;
}

.follow_us {
    font-size: 12px;
    font-family: UbuntuBold;
}

.navbar-collapse {
    margin-left: 15%;
}

.nav-link {
    color: white !important;
    padding-right: 70px !important;
}

.fa-angle-down {
    color: #e51420;
}

.dropdown-toggle::after {
    content: unset !important;
}

.btn-outline-success {
    height: 100%;
    width: 160px;
    position: absolute;
    right: 25%;
    background: #e51420;
    border: none;
    color: white;
    top: 0%;
    border-radius: unset !important;
    font-family: UbuntuBold;
    font-size: 14px;
}

.btn-outline-success:hover {
    background: black !important;
}

.owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 25px;
}

.owl-dot>span {
    border-radius: unset !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e51420;
}

.owl-theme .owl-dots .owl-dot span {
    background: white;
}

.owl-nav {
    display: none;
}

.owl-dots {
    position: absolute;
    bottom: 5%;
    left: 15%;
}

.news_section {
    height: 245px;
}

.news_title {
    font-family: UbuntuRegular;
    font-size: 22px;
    font-weight: 100 !important;
}

.news_title::before {
    content: ' ';
    background: #e51420;
    width: 20px;
    height: 20px;
    display: inline-grid;
    margin-right: 15px;
}

.carousel_title {
    font-family: UbuntuBold;
    font-size: 18px;
}

.carousel_title::after {
    content: " ";
    width: 300px;
    background: #28251f;
    height: 2px;
    display: block;
    margin-top: 20px;
}

.carousel_cap {
    position: absolute;
    left: 50%;
}

.carousel_cap>p {
    margin-top: 20px;
    font-size: 12px;
    font-family: UbuntuBold;
    color: #1d1d1b;
}

.product_groups {
    background: #e51420;
}

.product_groups .container {}

.fa-angle-down:before {
    padding-left: 10px;
    font-size: 16px;
}

.product_title {
    font-family: UbuntuRegular;
    font-size: 22px;
    font-weight: 100 !important;
    padding-top: 20px !important;
    color: white;
}

.product_title::before {
    content: ' ';
    background: white;
    width: 20px;
    height: 20px;
    display: inline-grid;
    margin-right: 15px;
}

.groups_image {
    padding-top: 15px;
    padding-bottom: 15px;
}

.test {
    width: 355px;
    background: #1d1d1b;
}

.references_groups {
    height: 170px;
    box-shadow: -1px 7px 12px -10px black;
}

.references_title {
    font-family: UbuntuRegular;
    font-size: 22px;
    font-weight: 100 !important;
    padding-top: 20px !important;
    color: #1d1d1b;
}

.references_title::before {
    content: ' ';
    background: #1d1d1b;
    width: 20px;
    height: 20px;
    display: inline-grid;
    margin-right: 15px;
}

.list_all::after {
    content: ' ';
    background: #1d1d1b;
    height: 2px;
    width: 75px;
    display: block;
    margin-top: 10px;
}

.ref_log {
    width: 90px;
    height: 90px;
}

footer {
    height: 75px;
    padding-top: 30px;
}

.footer-link {
    font-family: UbuntuBold;
    font-size: 14px;
    color: #1d1d1b;
}

.all_groups_text {
    color: white;
    padding-top: 100px;
}

.all_groups_text a {
    color: white;
}

.all_groups_text::after {
    width: 175%;
    height: 2px;
    background: white;
    content: ' ';
    display: block;
    position: absolute;
    z-index: 999999;
}

.navbar-nav .dropdown-menu {
    background: #1d1d1b !important;
}

.dropdown-item {
    color: white;
}

.logo_link {
    text-decoration: none;
}

.logo_link:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.slide-img {
    height: 595px;
    background-position: center;
}

.groups_image>.owl-dots {
    display: none;
}

.group_background {
    background-size: 100% !important;
    background-position: center !important;
}

.footer_images {
    max-width: 105px;
    max-height: 95px;
    -webkit-filter: grayscale(100%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%);
    /* FF 35+ */
}

.footer_images:hover {
    transition: filter .2s ease-in-out;
    -webkit-filter: grayscale(0%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%);
    /* FF 35+ */
}

.ref>.owl-dots {
    display: none;
}

.carousel_cap>p>a {
    color: black;
}

.page-title-container {
    text-align: center;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
.jquery-accordion-menu,
.jquery-accordion-menu * {
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
}

.jquery-accordion-menu {
    min-width: 260px;
    float: left;
    position: relative;
}

.jquery-accordion-menu .jquery-accordion-menu-footer,
.jquery-accordion-menu .jquery-accordion-menu-header {
    width: 100%;
    height: 50px;
    padding-left: 22px;
    float: left;
    line-height: 50px;
    font-weight: 600;
    color: #f0f0f0;
    background: #1d1d1b;
}

.jquery-accordion-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jquery-accordion-menu ul li {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.jquery-accordion-menu ul li a {
    width: 100%;
    padding: 14px 22px;
    float: left;
    text-decoration: none;
    color: #f0f0f0;
    font-size: 13px;
    background: #212529;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    -o-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.jquery-accordion-menu>ul>li.active>a,
.jquery-accordion-menu>ul>li:hover>a {
    color: #fff;
    background: #3b424d;
}

.jquery-accordion-menu>ul>li>a {
    border-bottom: solid 1px #1d1d1b2e;
}

.jquery-accordion-menu ul li a i {
    width: 34px;
    float: left;
    line-height: 18px;
    font-size: 16px;
    text-align: left;
}

.jquery-accordion-menu .submenu-indicator {
    float: right;
    right: 22px;
    position: absolute;
    line-height: 19px;
    font-size: 20px;
    -o-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
}

.jquery-accordion-menu ul ul.submenu .submenu-indicator {
    line-height: 16px;
}

.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu {
    width: 100%;
    display: none;
    position: static;
}

.jquery-accordion-menu ul ul.submenu li {
    clear: both;
    width: 100%;
}

.jquery-accordion-menu ul ul.submenu li a {
    width: 100%;
    float: left;
    font-size: 11px;
    background: #383838;
    border-top: none;
    position: relative;
    border-left: solid 6px transparent;
    -o-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    -webkit-transition: border 0.2s linear;
    transition: border 0.2s linear;
}

.jquery-accordion-menu ul ul.submenu li:hover>a {
    border-left-color: #414956;
}

.jquery-accordion-menu ul ul.submenu>li>a {
    padding-left: 30px;
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>a {
    padding-left: 45px;
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a {
    padding-left: 60px;
}

.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
    min-width: 20px;
    padding: 1px 2px 1px 1px;
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 11px;
    font-weight: 800;
    color: #555;
    text-align: center;
    line-height: 18px;
    background: #f0f0f0;
    border-radius: 100%;
}

.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
    top: 12px;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.animate-ink {
    -webkit-animation: ripple 0.5s linear;
    -moz-animation: ripple 0.5s linear;
    -ms-animation: ripple 0.5s linear;
    -o-animation: ripple 0.5s linear;
    animation: ripple 0.5s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.blue.jquery-accordion-menu .jquery-accordion-menu-footer,
.blue.jquery-accordion-menu .jquery-accordion-menu-header,
.blue.jquery-accordion-menu ul li a {
    background: #4a89dc;
}

.blue.jquery-accordion-menu>ul>li.active>a,
.blue.jquery-accordion-menu>ul>li:hover>a {
    background: #3e82da;
}

.blue.jquery-accordion-menu>ul>li>a {
    border-bottom-color: #3e82da;
}

.blue.jquery-accordion-menu ul ul.submenu li:hover>a {
    border-left-color: #3e82da;
}

.green.jquery-accordion-menu .jquery-accordion-menu-footer,
.green.jquery-accordion-menu .jquery-accordion-menu-header,
.green.jquery-accordion-menu ul li a {
    background: #03a678;
}

.green.jquery-accordion-menu>ul>li.active>a,
.green.jquery-accordion-menu>ul>li:hover>a {
    background: #049372;
}

.green.jquery-accordion-menu>ul>li>a {
    border-bottom-color: #049372;
}

.green.jquery-accordion-menu ul ul.submenu li:hover>a {
    border-left-color: #049372;
}

.red.jquery-accordion-menu .jquery-accordion-menu-footer,
.red.jquery-accordion-menu .jquery-accordion-menu-header,
.red.jquery-accordion-menu ul li a {
    background: #ed5565;
}

.red.jquery-accordion-menu>ul>li.active>a,
.red.jquery-accordion-menu>ul>li:hover>a {
    background: #da4453;
}

.red.jquery-accordion-menu>ul>li>a {
    border-bottom-color: #da4453;
}

.red.jquery-accordion-menu ul ul.submenu li:hover>a {
    border-left-color: #da4453;
}

.white.jquery-accordion-menu .jquery-accordion-menu-footer,
.white.jquery-accordion-menu .jquery-accordion-menu-header,
.white.jquery-accordion-menu ul li a {
    background: #fff;
    color: #555;
}

.white.jquery-accordion-menu>ul>li.active>a,
.white.jquery-accordion-menu>ul>li:hover>a {
    background: #f0f0f0;
}

.white.jquery-accordion-menu>ul>li>a {
    border-bottom-color: #f0f0f0;
}

.white.jquery-accordion-menu ul ul.submenu li:hover>a {
    border-left-color: #f0f0f0;
}

.white.jquery-accordion-menu ul ul.submenu li a {
    color: #f0f0f0;
}

.white.jquery-accordion-menu>ul>li>a>.ink {
    background: rgba(0, 0, 0, 0.1);
}

.black.jquery-accordion-menu .jquery-accordion-menu-footer,
.black.jquery-accordion-menu .jquery-accordion-menu-header,
.black.jquery-accordion-menu ul li a {
    background: #292929;
}

.black.jquery-accordion-menu>ul>li.active>a,
.black.jquery-accordion-menu>ul>li:hover>a {
    background: #222;
}

.black.jquery-accordion-menu>ul>li>a {
    border-bottom-color: #222;
}

.black.jquery-accordion-menu ul ul.submenu li:hover>a {
    border-left-color: #222;
}

a:hover {
    color: #e51420;
}

.slider-icon {
    display: none;
}

.carousel-indicators {
    left: 25%;
    right: unset !important;
    margin-right: unset !important;
    margin-left: unset !important;
    bottom: 5%;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-top: unset;
    border-bottom: unset;
    opacity: unset;
    margin-right: 25px;
}

.carousel-indicators .active {
    background: #e51420;
}

.navbar-nav {
    padding-left: 15%;
}

.carousel_tt>.owl-dots {
    display: none;
}

.carousel_tt>.owl-nav {
    display: unset;
    position: absolute;
    left: -35%;
    bottom: 40%;
}

.carousel_tt>.owl-nav>button {
    border: 1px solid #525251 !important;
    width: 35px;
    height: 35px;
}

.carousel_tt>.owl-nav>button>span {
    font-size: 75px;
    font-weight: 100;
    color: #525251;
}

.carousel_tt>.owl-nav>.owl-prev::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 23px;
    color: #525251;
}

.carousel_tt>.owl-nav>.owl-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 23px;
    color: #525251;
}

.carousel_tt>.owl-nav>.owl-next:hover {
    background: none;
}

.carousel_tt>.owl-nav>.owl-prev:hover {
    background: none;
}

.carousel_without_nav>.owl-nav {
    display: none;
}

.list_all_news {
    font-family: UbuntuRegular;
    font-size: 11px;
    margin-top: 100px;
}

.list_all_news>a {
    color: #1d1d1b;
    margin-left: 35px;
}

.list_all_news::after {
    content: ' ';
    background: #1d1d1b;
    height: 2px;
    width: 150px;
    display: block;
    margin-top: 15px;
    margin-left: 35px;
}

.ref_area {
    padding-top: 2%;
}

.carousel_cap>a {
    font-family: UbuntuBold;
    font-size: 12px;
    color: black;
}

.iletisim_harita {
    padding-top: 10px;
}

.all_groups_text>a {
    font-size: 12px;
}

#socialShare {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

#socialShare a,
#socialShare>.socialBox {
    position: relative;
    float: none;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

#socialShare a {
    background-color: rgba(0, 0, 0, 0.2);
}

#socialShare>*>span {
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 8px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

#socialShare>*>span:hover,
#socialShare>.open>span {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#socialGallery {
    left: 50%;
    margin: 0 auto 0;
    position: absolute;
    top: 60px;
    transform: translate(-50%, 0);
    visibility: hidden;
    width: 400px;
}

#socialGallery a {
    visibility: hidden;
    opacity: 0;
    margin: 5px 2px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    top: 10px;
}

#socialGallery a>span {
    position: relative;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.socialToolBox {
    cursor: default;
}

.pointer {
    cursor: pointer
}

.facebook:hover {
    background: #3b5998 !important
}

.google:hover {
    background: #00aced !important
}

.instagram:hover {
    background: #31d754 !important
}

.tumblr:hover {
    background: #32506d !important
}

.twitter:hover {
    background: #00aced !important
}

.youtube:hover {
    background: #bb0000 !important
}

@media only screen and (max-width: 480px) {
    #socialGallery {
        width: 120px;
    }
}

.fab {
    line-height: 1.6;
}

#socialShare>*>span {
    width: 44px;
    height: 44px;
    font-size: 22px;
}

.paylas-menu {
    padding-bottom: 25px;
}

.page-title-container {
    padding: 50px;
}

h2 {
    font-family: UbuntuBold;
}

figure {
    margin: 0;
}

.tile {
    width: 250px;
    height: 350px;
    margin: 2em;
    position: relative;
    float: left;
}

.tile .front,
.tile .back {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 250px;
    height: 350px;
    position: absolute;
    overflow: hidden;
    text-align: center;
}

.tile h3,
.tile p,
.tile a {
    padding: 0 20px;
}

.tile img {
    max-height: 130px;
}

.tile .front {
    background: #fff;
    transition: all .5s ease-in-out;
    z-index: 2;
}

.tile .front h3 {
    font-size: 2em;
    color: white;
    text-shadow: 0 0 5px #000;
    margin-top: -1.5em;
    margin-bottom: 1.5em;
}

.tile .back {
    background: #e6b800;
    color: white;
    z-index: 1;
    padding-top: 50px;
    height: 300px;
}

.tile .back h3 {
    font-size: 1.5em;
    color: white;
    margin-top: 1em;
    margin-bottom: 1em;
}

.tile .back a {
    display: block;
    font-size: 1.2em;
    color: white;
    border-top: 1px solid #ffcc00;
    margin: 0 20px;
    padding: .5em 0;
}

.tile:hover .front {
    top: -10px;
    transform: rotate(2deg);
}

.list_new {
    box-shadow: 2px 6px 14px -14px black;
    padding-top: 10px;
}

.news_text {
    font-family: UbuntuBold;
}

.page-title-container>div {
    color: black;
}

.page-title-container>div>h2 {
    font-family: unset !important;
    font-weight: 100;
}

a {
    color: #1d1d1b;
}

a.nav-link {
    font-family: UbuntuBold;
    font-size: 13px;
}

footer {
    background: #ededed;
    box-shadow: inset 4px 7px 21px -20px black;
}

.carousel_slider div>.owl-stage {
    margin-top: 0;
}

.card__ {
    position: relative;
    max-width: 26.5em;
    margin: 2rem auto;
    padding: 2em;
    background: #fff;
    border: 1px solid #1d1d1b1a;
}

.card__title {
    margin: 0 auto 1em;
    color: #333;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
}

.card__img {
    display: block;
    width: 10em;
    max-width: 100%;
    margin: 1em auto;
    border-radius: 2px;
}

.card__text {
    margin: 2em 5%;
    color: #646464;
}

.card__btn {
    display: table;
    padding: .7em 4em;
    background: #1d1d1b;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 1em auto 0;
}


/**
 * Card #10
 */

.card--10 {
    --mouseX10: 0;
    --mouseY10: 0;
    position: relative;
}

.search_submit {
    cursor: pointer;
}

.search_text {
    cursor: pointer;
}