@charset "UTF-8";
/** Reset Start **/
body {
    font-family: var(--ronse-general-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--ronse-general-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--ronse-heading-font);
    text-transform: none;
    margin: 0 0 15px 0;
    font-weight: var(--ronse-heading-font-weight);
    letter-spacing: var(--ronse-heading-font-letter-spacing);
}

.bg-black {
    background-color: black;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: 500;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: none !important;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/** Reset End **/

/* Header 1 ---------------------------------- */
.ronse-site-ust-tasarim-1, .ronse-site-ust-tasarim-1 .ronse-site-ust-yapiskan {
    position: relative;
    background-color: var(--ronse-menu-background-color);
    color: var(--ronse-menu-color);
}

.ronse-site-ust-tasarim-1 .header-top {
    position: relative;
    padding: 8px 0;
    background-color: #000;
    z-index: 1;
}

.ronse-site-ust-tasarim-1 .header-links {
    /* Medium devices */
}

@media (max-width: 991px) {
    .ronse-site-ust-tasarim-1 .header-links {
        display: none;
    }
}

.ronse-site-ust-tasarim-1 .header-links li,
.ronse-site-ust-tasarim-1 .header-links span,
.ronse-site-ust-tasarim-1 .header-links p,
.ronse-site-ust-tasarim-1 .header-links a {
    font-family: var(--ronse-general-font);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.ronse-site-ust-tasarim-1 .header-links a:hover {
    color: var(--ronse-general-color);
}

.ronse-site-ust-tasarim-1 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ronse-site-ust-tasarim-1 .header-right .header-links {
    margin-left: 0;
    /* Large devices */
}

@media (max-width: 1199px) {
    .ronse-site-ust-tasarim-1 .header-right .header-links {
        display: none;
    }
}

.ronse-site-ust-tasarim-1 .header-right .header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid var(--body-color);
    padding-right: 15px;
    margin-right: 0px;
    max-height: 16px;
    line-height: 16px;
}

.ronse-site-ust-tasarim-1 .header-right .header-social a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin: 0 0 0 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ronse-site-ust-tasarim-1 .header-right .header-social a:hover {
    color: var(--ronse-general-color);
}

.ronse-site-ust-tasarim-1 .header-button .th-btn {
    /* Large devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .ronse-site-ust-tasarim-1 .header-button .th-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .ronse-site-ust-tasarim-1 .header-button .th-btn {
        display: none;
    }
}

.ronse-site-ust-tasarim-1 .header-button .icon-btn {
    position: relative;
    color: #000;
    font-size: 22px;
    position: relative;
    color: #000;
    border-color: transparent;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: auto;
    padding: 0;
    /* Medium devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .ronse-site-ust-tasarim-1 .header-button .icon-btn {
        display: none;
    }
}

.ronse-site-ust-tasarim-1 .header-button .icon-btn:hover {
    color: var(--ronse-general-color);
}

.ronse-site-ust-tasarim-1 .header-button .icon-btn:hover .badge {
    background-color: #000;
    color: #fff;
}

@media (max-width: 575px) {
    .ronse-site-ust-tasarim-1 .header-button .icon-btn {
        display: none;
    }
}

.ronse-site-ust-tasarim-1 .header-button .icon-btn:hover {
    color: var(--ronse-second-color);
}

.ronse-site-ust-tasarim-1 .header-button .icon-btn i {
    color: #000;
    font-weight: 500;
}

.ronse-site-ust-tasarim-1 .header-logo {
    position: relative;
}

.ronse-site-ust-tasarim-1 .header-logo .gear {
    position: absolute;
    content: "";
    left: -10px;
    top: -4px;
}

.ronse-site-ust-tasarim-1 .header-logo .logo-text {
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    margin-left: 50px;
}

.ronse-site-ust-tasarim-1 .menu-area {
    position: relative;
    z-index: 3;
}

@media (max-width: 1499px) {
    .ronse-site-ust-tasarim-1 .main-menu {
        margin-left: -60px;
    }
}

@media (max-width: 1299px) {
    .ronse-site-ust-tasarim-1 .main-menu {
        margin-left: 0;
    }
}

.ronse-site-ust-tasarim-1 .ronse-site-ust-yapiskan {
    position: relative;
}

.ronse-site-ust-tasarim-1 .ronse-site-ust-yapiskan.sticky .menu-area {
    /* Medium devices */
}

@media (max-width: 991px) {
    .ronse-site-ust-tasarim-1 .ronse-site-ust-yapiskan.sticky .menu-area {
        padding: 14px 0;
    }
}

.ronse-site-ust-tasarim-1 .logo-bg {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 20%;
    height: 100px;
    /* Large devices */
    /* Medium devices */
    /* Extra small devices */
}

@media (min-width: 2399px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        width: 30%;
    }
}

@media (max-width: 2399px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        width: 25%;
    }
}

@media (max-width: 1999px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        width: 22%;
    }
}

@media (max-width: 1699px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        width: 20%;
    }
}

@media (max-width: 1599px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        width: 18%;
    }
}

@media (max-width: 1499px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        width: 18%;
    }
}

@media (max-width: 1199px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        height: 86px;
    }
}

@media (max-width: 575px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        height: 86px;
    }
}

.ronse-site-ust-tasarim-1 .logo-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ronse-site-ust-tasarim-1 .logo-bg:before {
    background-color: var(--smoke-color2);
    width: 100%;
    z-index: 2;
    border-right: 2px solid var(--ronse-general-color);
}

.ronse-site-ust-tasarim-1.unittest-header .main-menu ul.sub-menu {
    min-width: 340px;
}

@media (min-width: 1420px) {
    .ronse-site-ust-tasarim-1 .header-top {
        --main-container: 1620px;
    }
}

/* Medium Large devices */
@media (max-width: 1299px) {
    .ronse-site-ust-tasarim-1 .container {
        max-width: 100%;
    }

    .ronse-site-ust-tasarim-1 .header-logo img {
        max-height: 80px;
        max-width: 160px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        width: 25%;
    }
}

@media (max-width: 850px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        width: 34%;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        width: 34%;
    }

    .ronse-site-ust-tasarim-1 .menu-bg {
        width: 55%;
    }

    .ronse-site-ust-tasarim-1 .header-logo img {
        max-height: 50px;
        max-width: 160px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        width: 50%;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    .ronse-site-ust-tasarim-1 .logo-bg {
        width: 60%;
    }
}


/* Header 2 ---------------------------------- */
.header-layout2, .header-layout4 .ronse-site-ust-yapiskan {
    position: relative;
    background: var(--ronse-menu-background-color);
}

.header-layout2 .header-top {
    position: relative;
    padding: 6px 0;
    color: var(--ronse-ust-menu-color);
    background: var(--ronse-ust-menu-background-color);
}


.header-layout2 .header-logo {
    position: relative;
    padding-bottom: 5px;
}

@media (min-width: 2322px) {
    .header-layout2 .header-logo {
        margin-left: -100px;
    }
}

@media (max-width: 1599px) {
    .header-layout2 .header-logo {
        padding-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .header-layout2 .header-logo {
        padding-bottom: 0px;
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .header-layout2 .header-logo {
        margin-left: 0;
    }
}

.header-layout2 .header-logo .gear {
    position: absolute;
    content: "";
    left: 0;
}

@media (min-width: 1922px) {
    .header-layout2 .header-links {
        margin-left: 200px;
    }
}

@media (max-width: 1599px) {
    .header-layout2 .header-links {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .header-layout2 .header-links {
        display: none;
    }
}

.header-layout2 .header-links li,
.header-layout2 .header-links span,
.header-layout2 .header-links p,
.header-layout2 .header-links a {
    font-family: var(--ronse-general-font);
    font-size: 14px;
    font-weight: 500;
}

.header-layout2 .header-links a:hover {
    color: var(--ronse-general-color);
}

.header-layout2 .header-links li .link-title {
    font-weight: 700;
    color: #fff;
}

.header-layout2 .header-links li i {
    color: var(--ronse-ust-menu-color);
}

.header-layout2 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1799px) {
    .header-layout2 .header-right {
        margin-right: 0;
    }
}

.header-layout2 .header-right .langauge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.header-layout2 .header-right .langauge.lang-dropdown {
    position: relative;
    z-index: 9;
}

.header-layout2 .header-right .langauge.lang-dropdown .dropdown-toggle {
    font-family: var(--ronse-general-font);
    background: none;
    border: none;
    width: 100%;
    color: #A5A5A5;
    font-weight: 400;
    font-size: 14px;
    padding-left: 15px;
    height: 16px;
    line-height: 16px;
    padding: 0;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 30px;
    margin-right: 14px;
}

.header-layout2 .header-right .langauge.lang-dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    border-bottom: 2px solid var(--ronse-general-color);
    border-radius: 0;
}

.header-layout2 .header-right .langauge.lang-dropdown .gtranslate_wrapper a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    font-family: var(--ronse-heading-font);
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-layout2 .header-right .langauge.lang-dropdown .gtranslate_wrapper a:hover {
    background-color: var(--ronse-general-color);
    color: #fff;
}

.header-layout2 .header-right .langauge img {
    min-width: 16px;
    min-height: 16px;
    position: relative;
}

.header-layout2 .header-right .langauge .nice-select {
    font-family: var(--ronse-general-font);
    background: none;
    border: none;
    width: 100%;
    color: #A5A5A5;
    font-weight: 400;
    font-size: 14px;
    padding-left: 15px;
    line-height: 16px;
    padding: 0;
    border-radius: 0;
    padding-right: 50px;
    margin-right: 20px;
    border-right: 1px solid var(--body-color);
    height: 16px;
}

.header-layout2 .header-right .langauge .nice-select .list {
    left: -20px;
}

.header-layout2 .header-right .langauge .nice-select:after {
    content: "\f107";
    right: 35px;
    top: -19px;
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-bottom: none;
    border-right: none;
}

.header-layout2 .header-right .langauge .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header-layout2 .header-right .langauge .nice-select.open .list {
    left: -20px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.header-layout2 .header-right .langauge .nice-select .option {
    color: #000;
    min-height: 30px;
}

.header-layout2 .header-right .langauge .nice-select .option.selected {
    color: var(--ronse-general-color) !important;
    background: var(--ronse-general-color) !important;
}

.header-layout2 .header-right .langauge .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--ronse-general-color) !important;
}

.header-layout2 .header-right .langauge .nice-select .option:hover, .header-layout2 .header-right .langauge .nice-select .option.focus {
    background: var(--ronse-general-color) !important;
    color: #fff !important;
}

.header-layout2 .header-right .header-social {
    position: relative;
    z-index: 9;
}

.header-layout2 .header-right .header-social a {
    font-size: 14px;
    display: inline-block;
    color: var(--ronse-ust-menu-color);
    margin: 0 0 0 15px;
}

.header-layout2 .header-right .header-social a:hover {
    color: var(--ronse-general-color);
}

.header-layout2 .header-button .icon-btn {
    position: relative;
    color: #000;
    font-size: 22px;
    border-color: transparent;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: auto;
    padding: 0;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .header-layout2 .header-button .icon-btn {
        display: none;
    }
}

.header-layout2 .header-button .icon-btn .th-btn {
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .header-layout2 .header-button .icon-btn .th-btn {
        display: none;
    }
}

.header-layout2 .header-button .icon-btn i {
    color: #fff;
}

.header-layout2 .header-button .header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    /* Large devices */
}

@media (max-width: 1399px) {
    .header-layout2 .header-button .header-info {
        gap: 5px;
        margin-left: 0;
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .header-layout2 .header-button .header-info {
        display: none;
    }
}

@media (max-width: 1399px) {
    .header-layout2 .header-button .header-info, .header-button {
        display: none;
    }
}

.header-layout2 .header-button .header-info_label {
    font-family: var(--ronse-general-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #A5A5A5;
    margin-bottom: 2px;
}

@media (max-width: 1399px) {
    .header-layout2 .header-button .header-info_label {
        font-size: 12px;
        line-height: 22px;
    }
}

.header-layout2 .header-button .header-info_link {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .header-layout2 .header-button .header-info_link {
        font-size: 16px;
        line-height: 26px;
    }
}

.header-layout2 .header-button .header-info_link:hover {
    color: var(--ronse-general-color);
}

.header-layout2 .header-button .header-info_link a {
    color: inherit;
    color: var(--ronse-menu-color);
}

.header-layout2 .menu-area {
    position: relative;
    z-index: 3;
    background-image: var(--ronse-menu-background-image);
    background-size: cover;
}

@media (max-width: 991px) {
    .header-layout2 .menu-area {
        padding: 16px 0;
    }
}


.header-layout2 .ronse-site-ust-yapiskan {
    position: relative;
    z-index: 6;
}

@media (max-width: 991px) {
    .header-layout2 .ronse-site-ust-yapiskan.sticky .menu-area {
        padding: 20px 0;
    }

    footer {
        background-image: none;
    }
}

.header-layout2 .ronse-site-ust-yapiskan.sticky .logo-bg {
    height: 106px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .header-layout2 .ronse-site-ust-yapiskan.sticky .logo-bg {
        height: 105px;
    }
}

.header-layout2 .ronse-site-ust-yapiskan.sticky .logo-bg:before {
    height: 94%;
}

.header-layout2 .ronse-site-ust-yapiskan.sticky .logo-bg:after {
    display: none;
}

@media (min-width: 2299px) {
    .header-layout2 .ronse-site-ust-yapiskan.sticky .logo-bg:after {
        display: none;
    }
}

.header-layout2 .logo-shape2 {
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 1;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .header-layout2 .logo-shape2 {
        display: none;
    }
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .header-layout2 .header-button .th-btn {
        display: none;
    }
}

/* Medium Large devices */
@media (max-width: 1299px) {
    .header-layout2 .menu-area {
        --main-container: 100%;
    }

    .header-layout2 .logo-bg {
        width: 26%;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .header-layout2 .logo-bg {
        width: 30%;
    }

    .header-layout2 .menu-bg {
        width: 78%;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .header-layout2 .logo-bg {
        width: 53%;
    }

    .header-layout2 .menu-bg {
        width: 53%;
    }

    .header-layout2 .header-logo img {
        max-height: 80px;
    }
}

.ronse-site-ust {
    position: relative;
}

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ronse-site-ust-yapiskan {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.ronse-site-ust-yapiskan.sticky {
    top: 0;
}

.ronse-site-ust-yapiskan.sticky .header-logo {
    padding-bottom: 0;
    margin-left: 0px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .ronse-site-ust-yapiskan.sticky .header-logo {
        margin-top: 0;
    }
}

.ronse-site-ust .ronse-site-ust-yapiskan {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.ronse-site-ust .ronse-site-ust-yapiskan.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: headerSticky .95s ease forwards;
    animation: headerSticky .95s ease forwards;
}

.header-link-btn i {
    color: var(--ronse-menu-color)
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: var(--ronse-menu-font-weight);
    font-size: var(--ronse-menu-font-size);
    color: var(--ronse-menu-color);
    font-family: var(--ronse-menu-fontu);
    text-transform: var(--ronse-menu-text-transform);
    letter-spacing: var(--ronse-menu-letter-spacing);
    padding: 3px 5px;
}

.main-menu a:hover {
    color: var(--ronse-general-color);
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

@media (max-width: 1299px) {
    .main-menu > ul > li {
        margin: 0 5px;
    }
}

@media (max-width: 1199px) {
    .main-menu > ul > li {
        margin: 0 5px;
    }
}


.main-menu > ul > li > a:hover {
    color: var(--ronse-general-color);
    background-color: #FFFFFF;
    padding: 3px 5px;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu ul li.menu-item-has-children > a:hover:after {
    content: "\f068";
}

.main-menu ul li.menu-item-has-children > a:after {
    content: "\f107";
    position: relative;
    font-family: "Font Awesome 6 Pro";
    margin-left: 4px;
    font-weight: 900;
    left: 0;
    top: 0;
    font-size: 12px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main-menu ul li:last-child {
    margin-right: 0 !important;
}

.main-menu ul li:first-child {
    margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    -webkit-transform: scaleY(1) translateX(-50%);
    -ms-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%);
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    min-width: 260px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: 47;
    border: 0;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    border-bottom: 2px solid var(--ronse-general-color);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    margin-top: 11px;
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-bottom: 1px dotted rgba(129, 132, 138, 0.71);
    padding: 5px 0;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    float: right;
    top: 1px;
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: rgb(71, 71, 77);
    font-size: 14px;
    text-transform: inherit;
    font-weight: 600;
    font-family: var(--ronse-menu-font);
}

.main-menu ul.sub-menu li a:hover {
    padding-left: 30px;
}

.main-menu ul.sub-menu li a:hover:before {
    opacity: 1;
    left: 0;
    visibility: visible;
}

.main-menu ul.sub-menu li a:before {
    content: "\f061";
    position: absolute;
    top: 8px;
    left: 10px;
    font-family: "Font Awesome 6 Pro";
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--ronse-general-color);
    font-weight: 500;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

.main-menu .mega-menu-wrap {
    position: static;
}

.main-menu ul.mega-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    -webkit-transform: scaleY(0) translateX(-50%);
    -ms-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px;
}

.main-menu ul.mega-menu li li {
    padding: 2px 0;
}

.main-menu ul.mega-menu li a {
    display: inline-block;
    text-transform: capitalize;
}

.main-menu ul.mega-menu > li > a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000;
    border-color: var(--ronse-general-color);
}

.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--ronse-general-color);
}

.main-menu ul.mega-menu > li > a::after {
    width: calc(100% - 20px);
    left: 20px;
}

.main-menu ul.mega-menu > li > a:hover {
    padding-left: 0;
}

.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .header-button {
        display: inline-block !important;
    }
}

.header-button .th-btn {
    margin-left: 15px;
}

@media (max-width: 1399px) {
    .header-button .th-btn {
        margin-left: 0;
    }
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid #FFFFFF;
    padding-right: 20px;
    max-height: 16px;
    line-height: 16px;
}

.header-links li:last-child {
    border-right: 1px solid transparent;
    padding-right: 0;
}

.header-links li:not(:last-child) {
    margin: 0 15px 0 0;
}

.header-links li > i {
    font-size: 14px;
    margin-right: 6px;
    color: var(--ronse-general-color);
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    /* Large devices */
}

@media (max-width: 1199px) {
    .header-links li > i {
        font-size: 16px;
        width: 15px;
        height: 15px;
    }
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    font-family: var(--ronse-general-font);
    color: #000;
}

.header-links a:hover {
    color: var(--ronse-general-color);
}

.header-links i {
    color: #000;
}

.header-links b,
.header-links strong {
    font-weight: 600;
}

.header-social .social-title {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #A5A5A5;
}

.header-social a {
    font-size: 16px;
    display: inline-block;
    margin: 0 15px 0 0;
}

.header-social a:last-child {
    margin-right: 0;
}

.header-social a:hover {
    color: var(--ronse-general-color);
}

/** Mobil Menü **/

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--ronse-general-color);
}

.info-box {
    color: var(--ronse-general-color);
}

.th-menu-wrapper .mobile-logo a img {
    max-height: 35px;
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: #000;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: #000;
    color: #fff;
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 370px;
    background-color: #fff;
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 20px;
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #e5e5e5;
    list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #e5e5e5;
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 7px 0px;
    line-height: 1.4;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
	letter-spacing:-1px;
}

.th-mobile-menu ul li.th-active > a {
    color: var(--ronse-general-color);
}

.th-mobile-menu ul li.th-active > a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}

.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
    font-size: 25px;
    width: 40px;
    height: 100%;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    background-color: var(--ronse-general-color);
}

.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand:before {
    content: '\f107';
    font-family: "Font Awesome 6 Pro";
}

.th-mobile-menu ul .menu-item-has-children.th-active > a .th-mean-expand:before {
    content: '\f068';
}

.th-mobile-menu .dropdown-menu {
    position: relative !important;
}

.th-mobile-menu .dropdown-toggle:after {
    display: none;
}

.th-mobile-menu > ul > li:last-child {
    border-bottom: none;
}

.th-menu-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: #000000;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    line-height: 40px;
}

.th-menu-toggle:hover {
    background-color: #000;
}

.th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: #000;
    font-size: 20px;
}

.th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
    margin-right: 10px;
}

.th-menu-toggle.style-text-white {
    color: #fff;
}

/** Footer **/
.footer-wrapper {
    position: relative;
    z-index: 2;
    background-color: var(--ronse-footer-background-color);
}

.footer-widget.widget_nav_menu a, .th-widget-about .about-text {
    color: var(--ronse-footer-color);
}

.footer-wrapper .th-social a {
    color: var(--ronse-footer-color) !important;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    padding: 3px 9px;
    font-size: 22px;
    border-radius: 5px;
}

.footer-wrapper .th-social a:hover {
    background-color: var(--ronse-general-color);
    border-color: var(--ronse-general-color);
    color: #ffffff !important;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.widget-area {
    padding: 40px 0;
}

.copyright-wrap {
    padding: 10px 0;
    background-size: 100% auto;
    background-color: #000;
}

.copyright-wrap .footer-links {
    text-align: right;
    /* Medium devices */
}

@media (max-width: 991px) {
    .copyright-wrap .footer-links {
        display: none;
    }
}

.copyright-wrap .footer-links ul {
    margin: 0;
    padding: 0;
}

.copyright-wrap .footer-links ul li {
    display: inline-block;
    border-right: 1px solid #CDCDCD;
    padding-right: 15px;
    margin-right: 10px;
    height: 15px;
    line-height: 15px;
}

.copyright-wrap .footer-links ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.copyright-wrap .footer-links ul li a {
    color: var(--light-color);
}

.copyright-wrap .footer-links ul li a:hover {
    color: var(--ronse-general-color);
}

.copyright-text {
    margin: 0;
    text-align: right;
    color: #81848A;
}

.copyright-text a {
    color: var(--ronse-general-color);
}

.copyright-text a:hover {
    color: var(--white-color);
}

.footer-layout1,
.footer-layout2 {
    background-color: var(--title-color);
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.footer-layout1:before,
.footer-layout2:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, #121212 42.92%, rgba(18, 18, 18, 0.97) 100%);
    background: linear-gradient(180deg, #121212 42.92%, rgba(18, 18, 18, 0.97) 100%);
    z-index: -1;
}

.footer-layout1 .copyright-wrap,
.footer-layout2 .copyright-wrap {
    background-color: var(--black-color);
}

.footer-layout1 .copyright-wrap .copyright-text,
.footer-layout2 .copyright-wrap .copyright-text {
    color: var(--light-color);
}

.footer-layout1.cta-sec,
.footer-layout2.cta-sec {
    padding: 0;
}

.footer-layout3 .copyright-wrap {
    background-color: #212529;
}

.footer-layout3 .copyright-wrap .copyright-text {
    color: var(--light-color);
    text-align: right;
}

.th-widget-contact {
    max-width: 265px;
}

.th-widget-contact.style2 .info-box_text {
    color: var(--ronse-footer-color);
    font-weight: 500;
}

.th-widget-contact.style2 .info-box_label {
    color: rgba(181, 183, 185, 0.29);
}

.th-widget-contact.style2 .info-box_link {
    color: var(--title-color);
}

.th-widget-contact.style2 .info-box_link:hover {
    color: var(--ronse-general-color);
}

.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
}

.info-box:last-child {
    margin-bottom: -2px;
}

.info-box_icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 29px;
    font-size: 25px;
    color: var(--ronse-footer-title-color);
    border-radius: 999px;
    text-align: center;
    margin-right: 10px;
}

.info-box_text {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin-top: -0.20em;
    margin-bottom: 0;
    color: var(--ronse-footer-color);
}

.info-box_label {
    font-family: var(--ronse-general-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--ronse-second-color);
    display: block;
}

.info-box_link {
    display: inline-block;
    color: var(--white-color);
    font-weight: 500;
}

.info-box_link:hover {
    color: var(--ronse-general-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
    .footer-layout1 {
        background-size: cover;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px;
    }

    .copyright-text {
        text-align: center;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .copyright-wrap {
        background-size: cover;
    }
}


.footer-widget.widget_nav_menu a, .th-widget-about .about-text {
    color: var(--ronse-footer-color) !important;
}


.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 12px;
    font-family: var(--ronse-general-font);
    color: #fff;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    border: none;
    position: relative;
}

.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
    content: "\f105";
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.8em;
    background-color: transparent;
    border: none;
    color: inherit;
}

.footer-widget .widget_title {
    max-width: 270px;
    color: var(--ronse-footer-title-color);
    border-bottom: none;
    margin: 0px 0 30px 0;
    padding: 0 0 14px 0;
}

.footer-widget .widget_title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: var(--ronse-general-color);
}

.footer-widget .widget_title:after {
    background-color: var(--ronse-general-color);
    width: 40px;
    height: 2px;
}

.widget_title {
    position: relative;
    font-size: 16px;
    font-weight: 800;
    font-family: var(--ronse-heading-font);
    line-height: 1em;
    margin: -0.11em 0 30px 0;
    padding-bottom: 0px;
    text-transform: uppercase;
}

footer ol, ul {
    padding-left: 0px;
    list-style: none;
}

/** Swiper **/


.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px !important;
}

.swiper-button-next, .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    background-color: var(--ronse-general-color);
    color: #FFFFFF !important;
}

.yayinlar .swiper-button-next, .yayinlar .swiper-button-prev {
    width: 25px !important;
    height: 25px !important;
}

.yayinlar .swiper-button-next:after, .yayinlar .swiper-button-prev:after {
    font-size: 13px !important;
}

.yayinlar .swiper-button-next, .yayinlar .swiper-rtl .swiper-button-prev {
    right: 0px;
}

.yayinlar .swiper-button-prev, .yayinlar .swiper-rtl .swiper-button-nex {
    left: 0px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: var(--ronse-second-color);
}

.swiper-pagination-bullet:hover {
    background-color: var(--ronse-general-color);
    color: #FFFFFF !important;
}