/*
    Template name : wiMine
    Version : 1.0
    Designer : Metehan Akdeniz - metebu@yandex.com - www.metbi.net

*/


/*
    RESET
*/

:root {
    /* Beyaz yazılar */
    --text_white: #ffffff;
    /* Ana Renk */
    --main_color: #3371F2;
    /* 2. Ana renk */
    --main_text: #333333;
    /* Alt yazı rengi*/
    --sub_color: #54595F;
    /* Pasif yazı rengi */
    --passive_color: #A9B5B7;
    /* Site arka plan rengi */
    --site_background: #ECF9FF;
    /* Site Header arka plan rengi */
    --site_header: #EFF5FF;
    /* 2. Site arka plan rengi */
    --site_background_secondary: #EEF6FF;
    /* breadcumb arka plan */
    --breadcumb_background: #EDF7FF;
    /* Hover effect */
    --site_hover_effect: #3371F2;
    /* Bilgi kutusu 1 arka plan */
    --site_infobox_one_background: #3371F2;
    /* Bilgi kutusu 1 */
    --site_infobox_one: #2F66D9;
    /* Bilgi kutusu 2 arka plan */
    --site_infobox_second_background: #333333;
    /* Bilgi kutusu 1 */
    --site_infobox_second: #2E2D2D;
    /* Başlık yanı */
    --title_background: #C8DCFC;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    color: #5e5c7f;
    background-color: var(--site_background);
    font-family: "Inter";
    font-size: 16px;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none !important;
}
a font {
    vertical-align: unset !important;
}
:focus {
    outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[class^="ri-"],
[class*=" ri-"] {
    vertical-align: middle;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px white;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 white;
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 189, 59, 0.5);
        box-shadow: 0 0 0 0 rgba(254, 189, 59, 0.5);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 189, 59, 0);
        box-shadow: 0 0 0 10px rgba(255, 189, 59, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 189, 59, 0);
        box-shadow: 0 0 0 0 rgba(254, 189, 59, 0);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 189, 59, 0.5);
        box-shadow: 0 0 0 0 rgba(254, 189, 59, 0.5);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 189, 59, 0);
        box-shadow: 0 0 0 10px rgba(255, 189, 59, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 189, 59, 0);
        box-shadow: 0 0 0 0 rgba(254, 189, 59, 0);
    }
}

@-webkit-keyframes type {
    50% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}

@keyframes type {
    50% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes cursor {
    50% {
        opacity: 0;
    }
}

@keyframes cursor {
    50% {
        opacity: 0;
    }
}

#lightbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.lb-dataContainer {
    padding-bottom: 10px;
}

.lb-data .lb-close {
    width: 25px !important;
}

.title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--passive_color);
    margin-bottom: 4px;
}

.title p {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: var(--main_text);
}

.title::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 30px;
    background-color: var(--title_background);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.title .all-preview a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 135px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
    background: var(--main_color);
    border-radius: 3px;
}

.title .all-preview a svg {
    margin-right: 10px;
}

.title .all-preview a svg path {
    fill: var(--text_white);
}

.title .all-preview a span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--text_white);
}

.title .all-preview a img {
    margin-right: 10px;
}

.title .slider-arrows button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 35px;
    height: 35px;
    border: none;
    background: #fff;
    border-radius: 3px;
}

.title .slider-arrows button.next-btn-comment {
    margin-left: 15px;
}

.navbar-brand {
    height: 35px;
    padding: 0;
}
.navbar-brand img {
    vertical-align: bottom;
}

.dropdown dd {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.dropdown dd ul {
    background: #fff none repeat scroll 0 0;
    color: #C5C0B0;
    display: block !important;
    left: 0px;
    list-style: none;
}

.dropdown dd ul li {
    background: #fff;
}

.dropdown dd ul li a {
    padding: 0 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    padding: 5px;
    padding-left: 15px;
    display: block;
}

.dropdown dd ul li:not(:last-child) {
    border-bottom: 1px solid #F8F8FC;
}

.dropdown dt {
    margin: 0px;
    padding: 0px;
}

.dropdown dt a {
    background: #fff;
    padding-left: 15px;
    display: block;
    padding-right: 20px;
}

.dropdown dt a span {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: var(--theme_color_1);
}

.dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown a {
    color: #816c5b;
    text-decoration: none;
    outline: none;
}

.dropdown a:visited {
    color: #816c5b;
    text-decoration: none;
    outline: none;
}

.dropdown span.value {
    display: none;
}

.dropdown img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 10px;
}

#sample {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

header#header {
    background: var(--site_header);
}

header#header .navbar {
    padding: 32.5px 0;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item {
    position: relative;
    margin-right: 30px;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 14px;
    color: var(--main_text);
    padding: 0;
    line-height: 45px;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle svg {
    margin-left: 5px;
    margin-top: 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle svg path {
    stroke: var(--main_text);
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    display: none !important;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .nav-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus,
header#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 15px;
    border: none;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 13px;
    margin-bottom: 14px;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-toggle:focus,
header#header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-toggle:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-toggle::after {
    display: none;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    color: var(--main_text);
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:focus,
header#header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:active {
    outline: none !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

header#header .navbar .navbar-collapse .navbar-nav .nav-item:focus,
header#header .navbar .navbar-collapse .navbar-nav .nav-item:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

header#header .navbar .navbar-collapse .navbar-nav .dropdown-menu-tip-nw::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 13px;
    background-color: #fff;
    border: solid 1px #fff;
    border-bottom: none;
    border-left: none;
}

header#header .navbar .navbar-collapse .navbar-nav .dropdown-menu-tip-nw::after {
    top: calc(-0.25rem - 1px);
    left: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header#header .navbar .navbar-collapse .header-button {
    height: 45px;
 
}

header#header .navbar .navbar-collapse .header-button a.job-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    background-color: var(--main_color);
    color: var(--text_white);
    padding: 0 40px;
    line-height: 45px;
    border-radius: 3px;
}

header#header .navbar .navbar-collapse .header-button a.job-btn .pulse {
    margin-right: 13px;
    right: 10px;
    bottom: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--text_white);
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}

header#header .navbar .navbar-collapse .offcanvas-header {
    display: none;
}

header#header .navbar .navbar-collapse .mobile-bg {
    z-index: -1;
    position: absolute;
    width: 250px;
    overflow: hidden;
}

header#header .navbar .m-btn a.job-btn {
    padding: 13px 13px;
    border-radius: 3px;
}

header#header .navbar .m-btn a.job-btn span {
    margin-right: 0;
}

header#header .navbar .navbar-toggler-icon {
    display: unset;
}

header#header .navbar .navbar-toggler-icon svg {
    fill: var(--main_text);
}

header#header .m-btn {
    height: 45px;
    display: none;
}

header#header .header-button a.job-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    background-color: var(--main_color);
    color: var(--text_white);
    padding: 0 38px;
    line-height: 45px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

header#header .header-button a.job-btn .pulse {
    margin-right: 11px;
    right: 10px;
    bottom: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--text_white);
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}

header#header.scrolled {
    background: var(--site_header);
}

header#header .collapse:not(.show) {
    display: block;
}

header#header .offcanvas-header {
    display: none;
}

.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(36, 45, 73, 0.6);
    -webkit-transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
    transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
    -webkit-transition: opacity 0.5s ease, width 0s;
    transition: opacity 0.5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

section#main-home {
    position: relative;
    padding: 190px 0 80px 0;
}

section#main-home .home-container .home-left .left-top .typed {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#main-home .home-container .home-left .left-top .typed img {
    margin-right: 9px;
}

section#main-home .home-container .home-left .left-top .typed span {
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    color: var(--main_text);
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    -webkit-animation: type 6s infinite steps(30, end) forwards;
    animation: type 6s infinite steps(30, end) forwards;
}

section#main-home .home-container .home-left .left-body h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    color: var(--main_text);
}

section#main-home .home-container .home-left .left-body h4 strong {
    color: var(--main_color);
}

section#main-home .home-container .home-left .left-bottom {
    margin: 25px 0;
}

section#main-home .home-container .home-left .left-bottom p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--sub_color);
}

section#main-home .home-container .home-left .left-buttons .btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    max-width: 180px;
    width: 100%;
    border: none;
    padding: 16.5px 0;
    color: var(--text_white);
    border-radius: 3px;
}

section#main-home .home-container .home-left .left-buttons .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#main-home .home-container .home-left .left-buttons a.contact-btn {
    background: var(--main_color);
    margin-right: 30px;
}

section#main-home .home-container .home-left .left-buttons a.price {
    background: var(--main_text);
}

section#main-home .home-container .home-right .right-img {
    max-width: 600px;
    width: 100%;
    height: 400px;
}

section#main-home .home-container .home-right .right-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
    overflow: hidden;
}

section#portfolio-top {
    position: relative;
    background-color: var(--site_background_secondary);
    padding: 80px 0;
}

section#portfolio-top .abitem {
    margin-bottom: 30px;
}

.hakkimdas {
    padding-bottom: 20px !important;
}

.hakkimdas .portfolio-slider {
    padding-bottom: 20px;
}

section#portfolio-top .potfolio-slider .slider-item {
    position: relative;
}

section#portfolio-top .potfolio-slider .slider-item .right-text {
    height: 100%;
}

section#portfolio-top .potfolio-slider .slider-item .slider-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
}

section#portfolio-top .potfolio-slider .slider-item .slider-detail .left-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

section#portfolio-top .potfolio-slider .slider-item .slider-detail .left-icon .bn-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 73px;
    width: 50px;
    height: 50px;
    background-color: var(--site_background_secondary);
    border-radius: 3px;
    font-size: 24px;
    color: #a9b5b7;
}

section#portfolio-top .potfolio-slider .slider-item .slider-detail .left-icon .bn-2 i {
    font-size: 24px;
    color: var(--main_text);
}

section#portfolio-top .potfolio-slider .slider-item .slider-detail .right-text h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--passive_color);
    margin-bottom: 7px;
}

section#portfolio-top .potfolio-slider .slider-item .slider-detail .right-text p.text-top {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--main_text);
    margin-bottom: 30px;
}

section#portfolio-top .potfolio-slider .slider-item .slider-detail .right-text p.text-info {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--sub_color) !important;
}

section#portfolio-top .potfolio-slider .slider-item:hover .left-icon .bn-2 {
    background: var(--site_hover_effect);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

section#portfolio-top .potfolio-slider .slider-item:hover .left-icon .bn-2 i {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

section#portfolio-top .title .slider-arrows button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 35px;
    height: 35px;
    border: none;
    background: #fcfcfc;
    border-radius: 3px;
}

section#portfolio-top .title .slider-arrows button svg path {
    fill: var(--passive_color);
}

section#portfolio-top .title .slider-arrows button.next-btn-portfolio {
    margin-left: 15px;
}

.p_top {
    padding: 80px 0 50px 0 !important;
}

.p_top .potfolio-slider .slider-item {
    margin-bottom: 30px;
}

section#portfolio-bottom {
    position: relative;
    padding: 50px 0 50px 0;
    background-color: var(--site_background_secondary);
}

section#portfolio-bottom .portfolio-boxes .portfolio-item {
    margin-bottom: 30px;
}

.hakkimdasbottom {
    background-color: transparent !important;
    padding-bottom: 20px !important;
    padding-top: 0 !important;
}

.hakkimdasbottom .portfolio-item {
    margin-top: 0 !important;
}

.hakkimdasbottom .portfolio-item {
    margin-bottom: 30px;
}

section#portfolio-bottom .portfolio-boxes .box-detail {
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-image {
    position: relative;
    height: 280px;
    line-height: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-image img.main-img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-image .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, var(--site_hover_effect) 2.64%, var(--site_hover_effect) 14%, transparent 200%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    border-radius: 3px 3px 0 0;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-image .info .info-top {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-image .info .info-top h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text_white);
    line-height: 22px;
    margin-bottom: 10px;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-image .info .info-top h6 {
    font-size: 12px;
    color: var(--text_white);
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-image .info .info-top a {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 3px;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-image .info .info-top a svg path {
    fill: var(--passive_color);
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-bottom {
    padding: 0 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-title {
    height: 100%;
    border-bottom: 1px solid #ECF9FF;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding: 30px;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-title a.box_title {
    width: 100%;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-bottom a,
section#portfolio-bottom .portfolio-boxes .box-detail .box-title a {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: var(--main_text);
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-bottom a.box-link {
    color: var(--main_text);
    padding-bottom: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-bottom a.box-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 24px;
    height: 2px;
    background: var(--site_hover_effect);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-bottom a.box-link span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-bottom a.box-link span.prew {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: none;
}

section#portfolio-bottom .portfolio-boxes .box-detail .box-bottom a.box-link span.price {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}

section#portfolio-bottom .portfolio-boxes .box-detail:hover .info {
    visibility: visible;
    opacity: 1;
}

section#portfolio-bottom .portfolio-boxes .box-detail:hover a.box-link {
    color: var(--site_hover_effect);
}

section#portfolio-bottom .portfolio-boxes .box-detail:hover a.box-link span.prew {
    display: block;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
}

section#portfolio-bottom .portfolio-boxes .box-detail:hover a.box-link::after {
    width: 100%;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

section#portfolio-bottom .portfolio-boxes .box-detail:hover a.box-link span.price {
    display: none;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
}

section#portfolio-bottom .portfolio-item {
    margin-bottom: 30px;
}

section#portfolio-bottom .portfolio-boxes.additional-page .box-detail {
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
}

.p_bottom {
    padding: 60px 0 !important;
}

section.product-bottom {
    position: relative;
    padding: 80px 0 50px 0;
    overflow: hidden;
}

.urunlerclass {
    padding-bottom: 20px !important;
}

section.product-bottom .portfolio-boxes .box-detail {
    background-color: #fff;
    border-radius: 3px;
}

section.product-bottom .portfolio-boxes .box-detail .box-image {
    position: relative;
    height: 280px;
    line-height: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

section.product-bottom .portfolio-boxes .box-detail .box-image img.main-img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
}

section.product-bottom .portfolio-boxes .box-detail .box-image .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, var(--site_hover_effect) 2.64%, var(--site_hover_effect) 14%, transparent 200%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    border-radius: 3px 3px 0 0;
}

section.product-bottom .portfolio-boxes .box-detail .box-image .info .info-top {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
}

section.product-bottom .portfolio-boxes .box-detail .box-image .info .info-top h4 {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: var(--text_white);
    margin-bottom: 10px;
}

section.product-bottom .portfolio-boxes .box-detail .box-image .info .info-top h6 {
    font-size: 12px;
    color: var(--text_white);
}

section.product-bottom .portfolio-boxes .box-detail .box-image .info .info-top a {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 3px;
}

section.product-bottom .portfolio-boxes .box-detail .box-image .info .info-top a svg path {
    fill: var(--passive_color);
}

section.product-bottom .portfolio-boxes .box-detail .box-bottom {
    padding: 0 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 54px;
}

section.product-bottom .portfolio-boxes .box-detail .box-title {
    height: 100%;
    border-bottom: 1px solid #ECF9FF;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding: 30px;
}

section.product-bottom .portfolio-boxes .box-detail .box-title a.box_title {
    width: 100%;
}

section.product-bottom .portfolio-boxes .box-detail .box-bottom a,
section.product-bottom .portfolio-boxes .box-detail .box-title a {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: var(--main_text);
}

section.product-bottom .portfolio-boxes .box-detail .box-bottom a.box-link {
    color: var(--main_text);
    padding-bottom: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

section.product-bottom .portfolio-boxes .box-detail .box-bottom a.box-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 24px;
    height: 2px;
    background: var(--site_hover_effect);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

section.product-bottom .portfolio-boxes .box-detail .box-bottom a.box-link span {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}

section.product-bottom .portfolio-boxes .box-detail .box-bottom a.box-link span.prew {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: none;
}

section.product-bottom .portfolio-boxes .box-detail .box-bottom a.box-link span.price {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}

section.product-bottom .portfolio-boxes .box-detail:hover .info {
    visibility: visible;
    opacity: 1;
}

section.product-bottom .portfolio-boxes .box-detail:hover a.box-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.product-bottom .portfolio-boxes .box-detail:hover a.box-link span.prew {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: var(--site_hover_effect);
}

section.product-bottom .portfolio-boxes .box-detail:hover a.box-link::after {
    width: 100%;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    background: var(--site_hover_effect);
}

section.product-bottom .portfolio-boxes .box-detail:hover a.box-link span.price {
    opacity: 0;
    visibility: visible;
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

section.product-bottom .portfolio-item {
    margin-bottom: 30px;
}

section.product-bottom .portfolio-boxes.additional-page .box-detail {
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.product-bottom.single_products {
    padding: 50px 0 0 0;
}

section.product-bottom.single_products .portfolio-item {
    margin-bottom: 30px;
}

section#comments {
    padding: 80px 0;
}

section#comments .comments_slider .comment-item .comment-detail {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    height: 100%;
}

section#comments .comments_slider .comment-item .comment-detail .user_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ECF9FF;
}

section#comments .comments_slider .comment-item .comment-detail .comment-image {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    border-radius: 3px;
    overflow: hidden;
}

section#comments .comments_slider .comment-item .comment-detail .comment-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section#comments .comments_slider .comment-item .comment-detail .comment-name span {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--passive_color);
    margin-bottom: 4px;
}

section#comments .comments_slider .comment-item .comment-detail .comment-name h4 {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: var(--main_text);
    margin-bottom: -2px;
}

section#comments .comments_slider .comment-item .comment-detail .comment-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--sub_color);
}

section#blog {
    position: relative;
    overflow: hidden;
    padding: 80px 0 50px 0;
    background-color: var(--site_background_secondary);
    z-index: 1;
}

section#blog .blog-boxes .blog_item,
section#smilar-post .blog-boxes .blog_item  {
    margin-bottom: 30px;
}

section#blog .blog-boxes .blog-detail {
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

section#blog .blog-boxes .blog-detail:hover .blog-img img {
    filter: grayscale(1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-filter: grayscale(1);
}

section#blog .blog-boxes .blog-detail .blog-btn,
section#blog-boxes .blog-detail .blog-btn,
section#smilar-post .blog-detail .blog-btn {
    padding: 0 30px 30px 30px;
}

.blog_mb {
    margin-bottom: 30px;
}

section#blog .blog-boxes .blog-detail:hover .blog-btn a {
    color: var(--site_hover_effect);
}

section#blog .blog-boxes .blog-detail:hover .blog-btn a::after {
    width: 100%;
}

section#blog .blog-boxes .blog-img {
    overflow: hidden;
    height: 160px;
}

section#blog .blog-boxes .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
}

section#blog .blog-boxes .blog-bottom {
    padding: 30px;
    min-height: 184px;
    padding-bottom: 0;
}

section#blog .blog-boxes .blog-bottom .blog-title {
    overflow: hidden;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

section#blog .blog-boxes .blog-bottom .blog-title a {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: var(--main_text);
}

section#blog .blog-boxes .blog-bottom .blog-text {
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #f3f5f7;
    margin-bottom: 30px;
}

section#blog .blog-boxes .blog-bottom .blog-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--sub_color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

section#blog .blog-boxes .blog-btn a {
    color: var(--main_text);
    padding-bottom: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

section#blog .blog-boxes .blog-btn a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 24px;
    height: 2px;
    background: var(--site_hover_effect);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

section#banner {
    padding: 50px 0;
}

.bannerliste {
    padding-top: 0 !important;
}

section#banner .banner-box .banner-text {
    position: relative;
    padding-left: 15px;
}

section#banner .banner-box .banner-text h4 {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: var(--text_white);
    margin-bottom: 5px;
}

section#banner .banner-box .banner-text p {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: var(--text_white);
}

section#banner .banner-box .banner-text::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--site_infobox_one);
}

section#banner .banner-box .banner-btn a {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    background-color: #3371F2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
    width: 150px;
    border-radius: 3px;
}

section#banner .banner-box.banner-left .banner-detail {
    padding: 21px 20px;
    background: var(--site_infobox_one_background);
    border-radius: 3px;
}

section#banner .banner-box.banner-left .banner-detail .banner-btn {
    border-radius: 3px;
}

section#banner .banner-box.banner-left .banner-detail .banner-btn a {
    color: var(--text_white);
    background: var(--site_infobox_one);
}

section#banner .banner-box.banner-right .banner-detail {
    padding: 21px 20px;
    background: var(--site_infobox_second_background);
    border-radius: 3px;
}

section#banner .banner-box.banner-right .banner-detail .banner-btn a {
    color: var(--text_white);
    background: var(--site_infobox_second);
}

section#banner .banner-box.banner-right .banner-text::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--site_infobox_second);
}

section#references {
    background-color: var(site_background_secondary);
}

section#references .references-slider .reference-item {
    display: inline-block;
    margin: 35px 0;
    height: 30px;
    display:flex;
    align-items: center;
    justify-content: center;
}
section#references .slick-slide {
    margin: 0 15spx;
}

/* the parent */
section#references .slick-list {
    margin: 0 -27px;
}

section#references .references-slider .reference-item img {
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: 0.5;
    transition: all .5s;
}

section#references .references-slider .reference-item img:hover {
    -webkit-filter: grayscale(0%);
    opacity: 1;
    transition: 400ms;
}

section#main-home2 {
    padding: 110px 0 0 0;
    background-color: var(--breadcumb_background);
}

section#main-home2 .home-top {
    z-index: 1;
    position: relative;
    height: 130px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section#main-home2 .home-top span.about-me-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: var(--main_text);
}

section#main-home2 .home-top span {
    color: var(--passive_color);
}

section#main-home2 .home-top a {
    font-size: 13px;
    line-height: 16px;
    color: var(--passive_color);
    font-weight: 400;
}

section#about-me {
    position: relative;
    padding: 50px 0 0 0;
}

.hakkimizdasabt .about-me-container {
    padding-bottom: 20px;
}

section#about-me .hakkimidasaboutbottom {
    margin-bottom: 30px;
}

section#about-me .about-me-container {
    position: relative;
}

section#about-me .about-me-container .about-left .about-image {
    max-width: 600px;
    height: 350px;
}

section#about-me .about-me-container .about-left .about-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    border-radius: 3px;
}

section#about-me .about-me-container .about-right .about-top .typed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

section#about-me .about-me-container .about-right .about-top .typed img {
    margin-right: 9px;
}

section#about-me .about-me-container .about-right .about-top .typed span {
    padding-top: 4px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    color: var(--theme_color_1);
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    -webkit-animation: type 6s infinite steps(30, end) forwards;
    animation: type 6s infinite steps(30, end) forwards;
}

section#about-me .about-me-container .about-right .about-body h4 {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: var(--main_text);
}

section#about-me .about-me-container .about-right .about-body h4 strong {
    color: var(--main_color);
}

section#about-me .about-me-container .about-right .about-bottom {
    margin-top: 25px;
}

section#about-me .about-me-container .about-right .about-bottom p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--sub_color);
}

section#about-me .about-me-container .about-right .about-me-info span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: var(--theme_color_1);
}

section#about-me .about-me-container .about-right .about-me-info .info-detail {
    padding-top: 30px;
}

section#about-me .about-me-container .about-right .about-me-info .info-detail .info li {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: var(--theme_color_1);
}

section#about-me .about-me-container .about-right .about-me-info .info-detail .info li span {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: var(--theme_color_1);
}

section#about-me .about-me-container .about-right .about-me-info .info-detail .info li:not(:last-child) {
    margin-bottom: 15px;
}

section#about-me .about-me-container .about-right .about-me-info .info-detail .info-left {
    position: relative;
}

section#about-me .about-me-container .about-right .about-me-info .info-detail .info-left ul {
    padding-right: 11px;
}

section#about-me .about-me-container .about-right .about-me-info .info-detail .info-left::after {
    content: "";
    width: 1px;
    height: 75px;
    background: #dce3ef;
    position: absolute;
    right: 20px;
    top: 0;
}

section#about-me .about-me-container .about-contact {
    padding-top: 50px;
}

section#about-me .about-me-container .about-contact .contact_item {
    background: #fff;
    padding: 15px;
    border-radius: 3px;
}

section#about-me .about-me-container .about-contact .contact_item h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--main_text);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#about-me .about-me-container .about-contact .contact_item h4 .item_icn {
    background: var(--site_background_secondary);
    width: 35px;
    height: 35px;
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: sub;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#about-me .about-me-container .about-contact .contact_item h4 .item_icn svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#about-me .about-me-container .about-contact .contact_item:hover .item_icn {
    background: var(--site_hover_effect);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#about-me .about-me-container .about-contact .contact_item:hover .item_icn i {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#counter {
    padding: 50px 0 50px 0;
}

section#counter .main-counter-list .counter-box {
    background: #fff;
    border-radius: 3px;
    padding: 20px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section#counter .main-counter-list .counter-box .box-img {
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section#counter .main-counter-list .counter-box .box-img i {
    color: var(--main_text);
}

section#counter .main-counter-list .counter-box .box-detail h4 {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: var(--main_text);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section#counter .main-counter-list .counter-box .box-detail p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: var(--passive_color);
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section#counter .main-counter-list .counter-box:hover {
    background: var(--site_hover_effect);
}

section#counter .main-counter-list .counter-box:hover .box-img i {
    color: #fff;
}

section#counter .main-counter-list .counter-box:hover .box-detail h4,
section#counter .main-counter-list .counter-box:hover .box-detail p {
    color: #fff;
}

section#education {
    background-color: var(--site_background_secondary);
    padding: 50px 0;
}

.hakkimdasedc {
    padding-bottom: 20px !important;
}

.hakkimdasedc .education-item {
    margin-bottom: 30px !important;
}

section#education .education-container .education-item .education-detail {
    padding: 25px 30px;
    background-color: #fff;
    border-radius: 3px;
}

section#education .education-container .education-item .education-detail .education-img {
    margin-right: 22px;
}

section#education .education-container .education-item .education-detail .education-img i {
    color: var(--main_text);
}

section#education .education-container .education-item .education-detail .education-img img {
    vertical-align: middle;
}

section#education .education-container .education-item .education-detail .education-img svg {
    vertical-align: bottom;
}

section#education .education-container .education-item .education-detail .education-img svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#education .education-container .education-item .education-detail .education-info {
    cursor: default;
}

section#education .education-container .education-item .education-detail .education-info span {
    font-size: 13px;
    line-height: 16px;
    color: var(--passive_color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#education .education-container .education-item .education-detail .education-info p {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: var(--main_text);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#education .education-container .education-item .education-detail:hover {
    background-color: var(--site_hover_effect);
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-in-out;
}

section#education .education-container .education-item .education-detail:hover .education-info span {
    color: #fff;
}

section#education .education-container .education-item .education-detail:hover .education-info p {
    color: #fff;
}

section#education .education-container .education-item .education-detail:hover .education-img i {
    color: #fff;
}

section#blog-boxes {
    position: relative;
    padding: 50px 0 50px 0;
}

section#blog-boxes .blog-container .blog-detail {
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

section#blog-boxes .blog-container .blog-detail:hover .blog-img img {
    filter: grayscale(1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-filter: grayscale(1);
}

section#blog-boxes .blog-container .blog-detail:hover .blog-btn a {
    color: var(--site_hover_effect);
}

section#blog-boxes .blog-container .blog-detail:hover .blog-btn a::after {
    width: 100%;
}

section#blog-boxes .blog-container .blog-img {
    overflow: hidden;
    height: 160px;
}

section#blog-boxes .blog-container .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
}

section#blog-boxes .blog-container .blog-bottom {
    padding: 30px;
    padding-bottom: 0;
}

section#blog-boxes .blog-container .blog-bottom .blog-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

section#blog-boxes .blog-container .blog-bottom .blog-title a {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: var(--main_text);
}

section#blog-boxes .blog-container .blog-bottom .blog-text {
    padding: 20px 0 25px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #f3f5f7;
}

section#blog-boxes .blog-container .blog-bottom .blog-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--sub_color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

section#blog-boxes .blog-container .blog-btn a {
    color: var(--main_text);
    padding-bottom: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

section#blog-boxes .blog-container .blog-btn a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 24px;
    height: 2px;
    background: var(--site_hover_effect);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.search-box h4.box-title {
    padding: 18px 0 18px 20px;
    color: var(--text_white);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    background: var(--main_color);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

section#blog-boxes .search-box .search {
    background-color: #fff;
    padding: 25px 20px;
    margin-bottom: 30px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

section#blog-boxes .search-box .search .form-container {
    position: relative;
}

section#blog-boxes .search-box .search .form-container input {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: var(--main_text);
    width: 100%;
    padding-left: 15px;
    line-height: 45px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}

section#blog-boxes .search-box .search .form-container input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.blog-container .alert {
    color: var(--main_text);
}

section#blog-boxes .search-box .search .form-container input::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #cfcfcf;
}

section#blog-boxes .search-box .search .form-container input:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #cfcfcf;
}

section#blog-boxes .search-box .search .form-container input::-ms-input-placeholder {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #cfcfcf;
}

section#blog-boxes .search-box .search .form-container input::placeholder {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #cfcfcf;
}

section#blog-boxes .search-box .search .form-container button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 5px;
    border: none;
    background-color: transparent;
}

section#blog-boxes .category-box {
    margin-bottom: 30px;
}

section#blog-boxes .category-box h4.box-title {
    padding: 18px 0 18px 20px;
    color: var(--text_white);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    background: var(--main_color);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

section#blog-boxes .category-box .features {
    background-color: #fff;
    padding: 25px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

section#blog-boxes .category-box .features ul {
    overflow: hidden;
}

section#blog-boxes .category-box .features ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
}

section#blog-boxes .category-box .features ul li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECF9FF;
}

section#blog-boxes .category-box .features ul li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--main_text);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#blog-boxes .category-box .features ul li svg {
    width: 22px !important;
    height: 22px !important;
    margin-right: 12px;
}

section#blog-boxes .category-box .features ul li svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    fill: var(--main_text);
}

section#blog-boxes .category-box .features ul li:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#blog-boxes .category-box .features ul li:hover svg path {
    fill: var(--site_hover_effect);
}

section#blog-boxes .advertisement_right {
    margin-bottom: 30px;
}

section#blog-boxes .advertisement_right .ad img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

nav.pagicontainer {
    margin-top: 20px;
}

nav.pagicontainer .page-item {
    text-align: center;
    width: 100%;
}

nav.pagicontainer .page-item .page-link {
    font-size: 14px;
    font-weight: 600;
    color: #aaaaaa;
    background: #e9f3fb;
    padding: 0;
    line-height: 48px;
    border: none !important;
    outline: none;
    -webkit-transition: 400ms;
    transition: 400ms;
}

nav.pagicontainer .page-item .page-link:hover {
    background: var(--site_hover_effect);
    color: #fff;
}

nav.pagicontainer .page-item .page-link.active {
    background-color: var(--main_color);
    color: var(--text_white);
}

nav.pagicontainer .page-item .page-link:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#blog-text {
    padding: 50px 0 30px 0;
    position: relative;
}

section#blog-text .blog-container .blog-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section#blog-text .blog-top {
    padding-bottom: 30px;
}

section#blog-text .blog-top .top-detail li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--passive_color);
}

section#blog-text .blog-top .top-detail li a {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: var(--passive_color);
}

section#blog-text .blog-top .top-detail li span {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: var(--passive_color);
}

section#blog-text .blog-top .top-detail li svg {
    margin-right: 7px;
}
section#blog-text .blog-top .top-detail li svg path {
    fill: var(--passive_color);
}

section#blog-text .blog_body {
    background: #fff;
    padding: 30px;
    border-radius: 0 0 3px 3px;
}

section#blog-text .blog_body .blog-info {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ECF9FF;
}

section#blog-text .blog_body .blog-info li.view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#blog-text .blog_body .blog-info li.view svg {
    margin-right: 7px;
}
section#blog-text .blog_body .blog-info li.view svg path{
    fill: var(--passive_color);
}

section#blog-text .blog_body .blog-info li.view span,
section#blog-text .blog_body .blog-info li.view strong {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: var(--passive_color);
    line-height: 13px;
}

section#blog-text .blog_body .blog-info li.s-icons a {
    margin-left: 10px;
}

section#blog-text .blog_body .text-container h1,
section#blog-text .blog_body .text-container h2,
section#blog-text .blog_body .text-container h3,
section#blog-text .blog_body .text-container h4,
section#blog-text .blog_body .text-container h5 {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: var(--main_text) !important;
    margin-bottom: 30px;
}
section#blog-text .blog_body .text-container, 
section#blog-text .blog_body .text-container p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: var(--sub_color);
    text-align: left;
}

section#blog-text .ad_hori {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
}

section#blog-text .ad_hori a {
    outline: none;
}

section#blog-text .ad_hori a img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

section#blog-text .blog-image {
    overflow: hidden;
    height: 285px;
}

section#blog-text .blog-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
}

section#blog-text h4.title {
    padding: 18px 0 18px 20px;
    color: var(--text_white);
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    background: var(--theme_color_1_bg);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

section#blog-text .category-container h4.box-title {
    padding: 21px 0 21px 20px;
    color: var(--text_white);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    background: var(--main_color);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

section#blog-text .category-container .features {
    background-color: #fff;
    padding: 25px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

section#blog-text .category-container .features ul {
    overflow: hidden;
}

section#blog-text .category-container .features ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
}

section#blog-text .category-container .features ul li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECF9FF;
}

section#blog-text .category-container .features ul li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--main_text);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#blog-text .category-container .features ul li svg {
    margin-right: 12px;
    margin-bottom: 4px;
}

section#blog-text .category-container .features ul li svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    fill: var(--main_text)
}

section#blog-text .category-container .features ul li:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#blog-text .category-container .features ul li:hover svg path {
    fill: var(--site_hover_effect);
}

section#blog-text .advertisement_right {
    margin-bottom: 30px;
    overflow: hidden;
}

section#blog-text .advertisement_right .ad img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

section.blog-search h4.title {
    padding: 18px 0 18px 20px;
    color: var(--text_white);
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    background: var(--main_color);
}

section.blog-search .search {
    background-color: #fff;
    padding: 25px 20px;
    margin-bottom: 30px;
}

section.blog-search .search .form-container {
    position: relative;
}

section.blog-search .search .form-container input {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: var(--theme_color_1);
    width: 100%;
    padding-left: 15px;
    line-height: 45px;
    border: 1px solid #f0f0f0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

section.blog-search .search .form-container input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

section.blog-search .search .form-container input::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #cfcfcf;
}

section.blog-search .search .form-container input:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #cfcfcf;
}

section.blog-search .search .form-container input::-ms-input-placeholder {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #cfcfcf;
}

section.blog-search .search .form-container input::placeholder {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #cfcfcf;
}

section.blog-search .search .form-container button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 5px;
    border: none;
    background-color: transparent;
}


section#smilar-post .blog-boxes .blog-detail {
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

section#smilar-post .blog-boxes .blog-detail:hover .blog-img img {
    filter: grayscale(1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-filter: grayscale(1);
}

section#smilar-post .blog-boxes .blog-detail:hover .blog-btn a {
    color: var(--site_hover_effect);
}

section#smilar-post .blog-boxes .blog-detail:hover .blog-btn a::after {
    width: 100%;
}

section#smilar-post .blog-boxes .blog-img {
    overflow: hidden;
    height: 160px;
}

section#smilar-post .blog-boxes .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
}

section#smilar-post .blog-boxes .blog-bottom {
    padding: 30px;
    min-height: 184px;
    padding-bottom: 0;
}

section#smilar-post .blog-boxes .blog-bottom .blog-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--main_text);
}

section#smilar-post .blog-boxes .blog-bottom .blog-title a {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: var(--main_text);
}

section#smilar-post .blog-boxes .blog-bottom .blog-text {
    padding: 20px 0 25px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #f3f5f7;
}

section#smilar-post .blog-boxes .blog-bottom .blog-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--sub_color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

section#smilar-post .blog-boxes .blog-btn a {
    color: var(--main_text);
    padding-bottom: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

section#smilar-post .blog-boxes .blog-btn a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 24px;
    height: 2px;
    background: var(--site_hover_effect);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

section#blog-comments {
    padding-bottom: 80px;
}

section#product-lightbox {
    padding: 50px 0;
    position: relative;
}

section#product-lightbox .lightbox-container {
    overflow: hidden;
}

section#product-lightbox .lightbox-container .banner-slider {
    margin-bottom: 30px;
}

section#product-lightbox .lightbox-container .slider-for .lightbox-item img {
    max-width: 915px;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    height: 285px;
    object-fit: cover;
    border-radius: 3px 3px 3px 3px;
}

section#product-lightbox .lightbox-container .slider-nav .lightbox-item {
    margin-bottom: 19px;
}

section#product-lightbox .lightbox-container .slider-nav .lightbox-item img {
    width: 100%;
    height: 81px;
    padding: 0;
    border-radius: 0;
    border: 0;
    object-fit: cover;
    border-radius: 3px;
}

section#product-lightbox .lightbox-container .slick-list {
    padding: 0 !important;
}

section#product-lightbox .lightbox-container .product-text {
    padding: 30px;
    background: #fff;
    border-radius: 3px;
}

.banner-slider .slider.slider-nav {
    max-width: 19.6%;
}

.banner-slider .slider.slider-for {
    max-width: 80.4%;
    padding-left: 19px;
}

section#product-lightbox .lightbox-container .product-text h4,
section#product-lightbox .lightbox-container .product-text h1,
section#product-lightbox .lightbox-container .product-text h2,
section#product-lightbox .lightbox-container .product-text h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: var(--main_text);
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ECF9FF;
}

section#product-lightbox .lightbox-container .product-text p {
    font-size: 14px;
    line-height: 20px;
    color: var(--sub_color);
}

section#product-lightbox .lightbox-container .ad_hori {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
}

section#product-lightbox .lightbox-container .ad_hori a {
    outline: none;
}

section#product-lightbox .lightbox-container .ad_hori a img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

section#product-lightbox .profile {
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 3px;
}

section#product-lightbox .profile .profile-picture {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

section#product-lightbox .profile .profile-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

section#product-lightbox .profile .profile-picture .pulse {
    position: absolute;
    right: 0;
    bottom: 9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FEBD3B;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(254, 189, 59, 0.5);
    box-shadow: 0 0 0 rgba(254, 189, 59, 0.5);
    -webkit-animation: pulse2 1s infinite;
    animation: pulse2 1s infinite;
}

section#product-lightbox .profile .profile-info {
    padding: 20px 0 30px 0;
}

section#product-lightbox .profile .profile-info .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--main_text);
}

section#product-lightbox .profile .profile-info span {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: var(--passive_color);
}

section#product-lightbox .profile .contact-btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    border: 1px solid #efedfb;
    font-size: 14px;
    font-weight: 500;
    color: var(--main_text);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    border-radius: 3px;
}

section#product-lightbox .profile .contact-btn a:hover {
    background-color: var(--site_hover_effect);
    color: #fff;
    border: 1px solid var(--site_hover_effect);
}

section#product-lightbox .advertisement_right {
    padding-bottom: 30px;
    overflow: hidden;
}

section#product-lightbox .advertisement_right .ad img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

section#product-lightbox h4.box-title {
    padding: 18px 0 18px 20px;
    color: var(--text_white);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    background: var(--main_color);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

section#product-lightbox .features {
    background-color: #fff;
    padding: 25px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

section#product-lightbox .features ul {
    overflow: hidden;
}

section#product-lightbox .features ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
}

section#product-lightbox .features ul li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECF9FF;
}

section#product-lightbox .features ul li span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--main_text);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#product-lightbox .features ul li:hover span i {
    color: var(--site_hover_effect);
}

section#product-lightbox .features ul li:hover i {
    color: var(--theme_color_btn1);
    transition: 400ms ease-in-out;
}

section#product-lightbox .features ul li svg {
    width: 22px !important;
    height: 22px !important;
    margin-right: 12px;
}

section#product-lightbox .features ul li svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#product-lightbox .features ul li:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#product-lightbox .features ul li:hover svg path {
    fill: var(--theme_color_2_hover);
}

section#product-lightbox .price {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

section#product-lightbox .price span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--main_text);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#product-lightbox .price span.toplam {
    color: var(--main_color);
}

section#product-lightbox .price span.toplam svg path {
    fill: var(--main_color);
}

section#product-lightbox .price span.toplam:hover svg path {
    fill: var(--main_color);
}

section#product-lightbox .price span:hover svg path {
    fill: var(--site_hover_effect);
    transition: 400ms ease;
}

section#product-lightbox .price span svg {
    margin-right: 10px;
}

section#product-lightbox .price span svg path {
    fill: var(--main_text);
}

section#product-lightbox .price span.total_price {
    font-weight: 600;
}

section#product-lightbox .price span.total_price svg path {
    fill: var(--theme_color_2);
}

section#product-lightbox .price span:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECF9FF;
}

section#product-lightbox .price img {
    margin-right: 12px;
}

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}


/* .banner-slider .slider.slider-for {
    max-width: 80.4%;
    padding-left: 30px;
}

.banner-slider .slider.slider-nav {
    max-width: 19.6%;
} */

.banner-slider .slider.slider-for {
    width: 100%;
    float: left;
}

.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
    overflow: hidden;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-nav .slick-slide {
    text-align: center;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}

.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}

.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}

.slick-prev {
    top: 0;
}

.slick-next {
    bottom: 0;
    background-color: #fff;
}

#lightbox .lb-data .lb-number {
    display: none !important;
}

#lightbox .lb-nav a.lb-next {
    background: url(../img/next.png) right 48% no-repeat;
}

#lightbox .lb-nav a.lb-prev {
    background: url(../img/prev.png) left 40% no-repeat;
}

#lightbox .lb-cancel {
    background: url(../img/loading.gif) no-repeat;
}

#lightbox .lb-image {
    border: none;
    border-radius: 0;
    border-radius: 3px;
}

#lightbox .lb-close {
    background: url(../img/close.png) no-repeat;
}

section#contact-boxes {
    position: relative;
    padding: 50px 0 20px 0;
    z-index: 1;
}

section#contact-boxes .row .box-detail {
    background-color: #fff;
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section#contact-boxes .row .box-detail .bn-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 73px;
    width: 50px;
    height: 50px;
    background-color: #EEF6FF;
    border-radius: 3px;
    font-size: 24px;
    color: #a9b5b7;
}

section#contact-boxes .row .box-detail .bn-2 i {
    font-size: 20px;
    color: var(--main_text);
}

section#contact-boxes .row .box-detail p {
    padding: 30px 0 6px 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: var(--passive_color);
}

section#contact-boxes .row .box-detail a,
section#contact-boxes .row .box-detail span {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--main_text);
}

section#contact-boxes .row .box-detail svg {
    -webkit-transition: 400ms;
    transition: 400ms;
}

section#contact-boxes .row .box-detail svg path {
    fill: var(--passive_color);
}

section#contact-boxes .row .box-detail:hover .left-icon .bn-2 {
    background: var(--site_hover_effect);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#contact-boxes .row .box-detail:hover .left-icon .bn-2 i {
    transition: all 0.3 ease;
}

section#contact-boxes .row .box-detail:hover .left-icon .bn-2 i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

section#contact-boxes .row .box-detail:hover span.arr svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

section#contact-boxes .row .box-detail:hover span.arr svg path {
    fill: var(--site_hover_effect);
}

section#contact-form {
    margin-bottom: 50px;
}

section#contact-form .contact-img {
    max-width: 600px;
    height: 585px;
    overflow: hidden;
    margin: 0 auto;
}

section#contact-form .contact-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}

section#contact-form .form {
    border-radius: 3px;
}

section#contact-form .form .form-bottom .form-box {
    position: relative;
    margin-bottom: 30px;
}

section#contact-form .form .form-bottom .form-box input {
    font-size: 15px;
    line-height: 15px;
    width: 100%;
    font-size: 14px;
    line-height: 70px;
    padding: 0 0 0 26px;
    border: none;
    border-radius: 3px;
}

section#contact-form .form .form-bottom .form-box input:focus {
    outline: none;
}

section#contact-form .form .form-bottom .form-box input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--passive_color);
}

section#contact-form .form .form-bottom .form-box input::-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--passive_color);
}

section#contact-form .form .form-bottom .form-box input::placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--passive_color);
}

section#contact-form .form .form-bottom .form-box.message {
    margin-bottom: 22px;
}

section#contact-form .form .form-bottom .form-box textarea {
    font-size: 14px;
    line-height: 15px;
    width: 100%;
    color: var(--main_text);
    min-height: 185px;
    border: none;
    padding: 26px 0 0 25px;
    border-radius: 3px;
}

section#contact-form .form .form-bottom .form-box textarea:focus {
    outline: none;
}

section#contact-form .form .form-bottom .form-box textarea::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--passive_color);
}

section#contact-form .form .form-bottom .form-box textarea:-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--passive_color);
}

section#contact-form .form .form-bottom .form-box textarea::-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--passive_color);
}

section#contact-form .form .form-bottom .form-box textarea::placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--passive_color);
}

section#contact-form .form .form-bottom .form-box button {
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    color: var(--text_white);
    width: 100%;
    border: none;
    background-color: var(--main_color);
    line-height: 68px;
    border-radius: 3px;
}

section#contact-form .form .form-bottom .form-box img {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section#contact-bottom {
    padding: 0 0 20px 0;
}

section#contact-bottom .boxes-item {
    margin-bottom: 30px;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: var(--main_text);
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail i {
    color: var(--theme_color_1);
    font-size: 20px;
    font-weight: 400;
    margin-right: 15px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#contact-bottom .bottom-boxes .boxes-item a:hover i {
    color: #fff;
}

section#contact-bottom .bottom-boxes .boxes-item a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--site_hover_effect);
}

section#contact-bottom .bottom-boxes .boxes-item a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

section#contact-bottom .bottom-boxes .boxes-item a:hover svg {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section#bank {
    position: relative;
    padding: 50px 0;
}

section#bank .bank-item {
    margin-bottom: 30px;
}

section#bank .bank-item .bank-container {
    padding: 40px;
    background-color: #fff;
    border-radius: 3px;
    height: 100%;
}

section#bank .bank-item .bank-container .bank-top {
    border-bottom: 1px solid #ECF9FF;
    padding-bottom: 23px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

section#bank .bank-item .bank-container .bank-top .bank-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    color: var(--main_text);
}

section#bank .bank-item .bank-container .bank-top svg {
    -webkit-transition: 400ms;
    transition: 400ms;
}

section#bank .bank-item .bank-container .bank-top svg svg path {
    fill: var(--passive_color);
}

section#bank .bank-item:hover .bank-container .bank-top .left-icon .arr svg {
    transform: rotate(90deg);
}

section#bank .bank-item:hover .bank-container .bank-top .left-icon .arr svg path {
    fill: var(--site_hover_effect);
}

section#bank .bank-item .bank-container .bank-bottom p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--main_text);
}

.color_2main {
    color: var(--main_text);
}

section#bank .bank-item .bank-container .bank-bottom p b {
    font-weight: 700;
}

section#bank .bank-item .bank-container .bank-bottom p button {
    border: none;
    background-color: var(--theme_color_btn2);
    text-align: center;
    vertical-align: middle;
    padding: 1px 6px;
    color: var(--text_white);
}

section#bank .bank-item .bank-container .bank-bottom p button i {
    color: var(--text_white);
    font-size: 14px;
}

section#bank .bank-item .bank-container .bank-bottom p button svg {
    vertical-align: inherit;
}

section#bank .bank-item .bank-container .bank-bottom p:not(:last-child) {
    margin-bottom: 20px;
}

section#bank .bank-item:hover span.arr svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

section#bank .bank-item:hover span.arr svg path {
    fill: var(--theme_color_2_hover);
}

section.order-inquiry {
    padding: 50px 0;
}

section.order-inquiry .order-inquiry-wrapper {
    background: #fff;
    border-radius: 3px;
    padding: 25px;
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_top {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ECF9FF;
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_top h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--main_text);
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25px;
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .o_label {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--main_text);
    margin-bottom: 15px;
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control {
    border: 1px solid #F1F1F1;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    height: 50px;
    padding: 15px;
    line-height: 19px;
    color: var(--theme_color_1);
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 16px;
    color: var(--passive_color);
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control:-ms-input-placeholder {
    font-size: 13px;
    line-height: 16px;
    color: #A9B5B7;
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control::-ms-input-placeholder {
    font-size: 13px;
    line-height: 16px;
    color: #A9B5B7;
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control::placeholder {
    font-size: 13px;
    line-height: 16px;
    color: #A9B5B7;
}

section.order-inquiry .order-inquiry-wrapper .order-action-btn button {
    display: block;
    height: 50px;
    width: 100%;
    border: none;
    color: var(--text_white);
    background: var(--main_color);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border-radius: 3px;
}

section#fixed-whatsapp {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 3;
}

section#fixed-whatsapp .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e89f04;
    cursor: pointer;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

section#fixed-whatsapp .item .item-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#fixed-whatsapp .item .item-detail .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

section#fixed-whatsapp .item .item-detail span {
    padding: 0 20px 0 0;
    font-size: 14px;
    color: var(--text_white);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-left: -30px;
    font-weight: 500;
}

.back-to-top {
    visibility: hidden;
    background-color: var(--main_color);
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 38px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 90;
    cursor: pointer;
    opacity: 0;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.back-to-top svg {
    fill: var(--text_white);
}
.back-to-top.show {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.cookieConsentContainer {
    z-index: 999;
    width: 90%;
    max-width: max-content;
    border-radius: 5px;
    text-align: center;
    min-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    box-shadow: 0px 4px 10px rgba(215, 222, 230, 0.3);
    border-radius: 16px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 50%;
    transform: translate(50%);
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    display: flex;
    align-items: center;
}

.cookieConsentContainer .cookieCont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cookieConsentContainer .cookieTitle a{
    vertical-align: text-top;
}

.cookieConsentContainer .cookieDesc p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    padding: 0 20px;
    color: var(--main_text);
}

.cookieConsentContainer .cookieDesc a {
    font-weight: 700;
    color: var(--main_text);
    text-decoration: none;
}

.cookieConsentContainer .cookieButton button {
    display: inline-block;
    cursor: pointer;
    background: var(--site_background_secondary);      
    min-width:30px;
    min-height:30px;
    width: 100%;
    color: #A9B5B7;
    border-radius: 5px;
    border: none;
}

.cookieConsentContainer.hidden {
    opacity: 0;
    display: none;
    z-index: -99;
}


/* .cookieConsentContainer:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #242d49;
} */

section#sozlesme-text,
section#pagges-text {
    padding: 50px 0;
}

.errorPage {
    padding-top: 150px !important;
}

section#sozlesme-text .text-container,
section#pagges-text .text-container {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
}

section#pagges-text .text-container .tv4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: var(--main_text);
    margin-bottom: 0.5rem;
}

section#pagges-text .text-container img {
    height: 100%;
    object-fit: cover;
}

section#pagges-text .text-container .tv5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--sub_color);
}

section#pagges-text .text-container .home-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    max-width: 180px;
    width: 100%;
    border: none;
    padding: 16.5px 0;
    color: var(--text_white);
    border-radius: 3px;
    background: var(--main_color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
    vertical-align: bottom;
}

section#pagges-text .text-container .home-btn font {
    vertical-align: text-bottom;
}

section#pagges-text .text-container .home-btn svg {
    margin-left: 5px;
}

section#pagges-text .text-container .home-btn:focus {
    outline: none;
    box-shadow: none;
}

section#sozlesme-text .text-container h4,
section#pagges-text .text-container h4,
section#sozlesme-text .text-container h1,
section#pagges-text .text-container h1,
section#sozlesme-text .text-container h2,
section#pagges-text .text-container h2,
section#sozlesme-text .text-container h3,
section#pagges-text .text-container h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: var(--main_text);
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ECF9FF;
}

section#sozlesme-text .text-container p,
section#pagges-text .text-container p {
    color: var(--sub_color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.siparis {
    padding: 50px 0;
}

.siparis .section-title {
    margin-bottom: 40px;
}

.siparis .section-title h2 {
    color: var(--main_text);
    border-bottom: 1px solid #ECF9FF;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.siparis .lightbox-container {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
}

.siparis #product-lightbox .box-title {
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--main_text);
    padding: 0 30px 30px 0;
    margin-bottom: 20px;
}

.siparis #product-lightbox .price {
    padding: 30px;
}

.siparis #product-lightbox .price strong {
    font-size: 14px;
    line-height: 17px;
    color: var(--passive_color);
    font-weight: 400;
    margin-bottom: 5px;
}

.siparis #product-lightbox .price span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: var(--main_text);
}

.siparis #product-lightbox .price span:not(:last-child) {
    border-bottom: 1px solid #ECF9FF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.siparis #product-lightbox .price span.toplam strong {
    color: var(--main_text);
    font-weight: 600;
}

.siparis #product-lightbox .price span.toplam b {
    color: var(--main_color);
}

.siparis .form {
    border-radius: 3px;
}

.siparis .form .form-bottom .form-box {
    position: relative;
    margin-bottom: 30px;
}

.siparis .form .form-bottom .form-box input {
    font-size: 15px;
    line-height: 15px;
    color: var(--main_text);
    width: 100%;
    font-size: 14px;
    line-height: 50px;
    padding: 0 0 0 20px;
    border: 1px solid #ECF9FF;
    margin-bottom: 30px;
    border-radius: 3px;
}

.siparis .form .form-bottom .form-box input:focus {
    outline: none;
}

.siparis .form .form-bottom .form-box input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: var(--passive_color);
}

.siparis .form .form-bottom .form-box input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: var(--theme_color_3);
}

.siparis .form .form-bottom .form-box input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: var(--theme_color_3);
}

.siparis .form .form-bottom .form-box input::placeholder {
    font-size: 14px;
    line-height: 17px;
    color: var(--theme_color_3);
}

.siparis .form .form-bottom .form-box button {
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    color: var(--text_white);
    width: 100%;
    border: none;
    background-color: var(--theme_color_2);
    line-height: 68px;
}

.siparis .form .form-bottom .form-box .form-item.bank-select {
    border: 1px solid #ECF9FF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--main_text);
    width: 100%;
    font-size: 14px;
    height: 50px;
    padding: 0 26px 0 20px;
    margin: 0 15px;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    background: url('data:image/svg+xml;utf8,<svg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7.5 8L14 1" stroke="#A9B5B7"/> </svg> ');
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: right;
    border-radius: 0;
}

.siparis .form .form-bottom .form-box .form-item.bank-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.siparis .form .form-bottom .form-box textarea {
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    border: none;
    border-radius: 3px;
    min-height: 80px;
    padding: 16px 0 0 20px;
    border: 1px solid #ECF9FF;
    color: var(--main_text);
}

.siparis .form .form-bottom .form-box textarea:focus {
    outline: none;
}

.siparis .form .form-bottom .form-box textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: var(--theme_color_3);
}

.siparis .form .form-bottom .form-box textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: var(--theme_color_3);
}

.siparis .form .form-bottom .form-box textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: var(--theme_color_3);
}

.siparis .form .form-bottom .form-box textarea::placeholder {
    font-size: 14px;
    line-height: 17px;
    color: var(--theme_color_3);
}

.siparis .form #subbmit {
    color: var(--text_white);
    background: var(--main_color);
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    line-height: 55px;
    padding: 0;
    border: none;
}

.siparis .form #subbmit:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#top_alert {
    padding-top: 50px;
}

#top_alert .alertt {
    padding: 17px 30px;
    background: var(--main_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 3px;
}

#top_alert .alertt strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--text_white);
}

#top_alert .alertt span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--text_white);
}

#top_alert .alertt a {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: var(--text_white);
    padding: 17.5px 30px;
    background: var(--site_infobox_one);
    border-radius: 3px;
}

.order_follow {
    padding: 30px 0 50px 0;
}

.order_follow .lightbox-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
}

.order_follow .lightbox-container .sip_item:not(:last-child) {
    border-bottom: 1px solid #ECF9FF;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.order_follow .lightbox-container .sip_item strong {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--passive_color);
}

.order_follow .lightbox-container .sip_item p {
    font-size: 14px;
    line-height: 20px;
    color: var(--main_text);
    font-weight: 400;
}

.order_follow .lightbox-container .sip_item p a {
    color: var(--main_color);
}

.order_follow .lightbox-container .sip_item p a:hover {
    color: var(--main_color);
}

.order_follow .lightbox-container .sip_item.product_area .product_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .product_img {
    max-width: 100px;
    height: 70px;
    border-radius: 3px;
    overflow: hidden;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .product_img img {
    width: 100%;
    height: 100%;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im span {
    font-size: 14px;
    line-height: 17px;
    color: var(--main_text);
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im span.pr_text {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--main_text);
    margin-top: 2px;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im:not(:last-child) {
    margin-right: 35px;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_info span {
    padding: 14px 15px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    cursor: pointer;
}

.order_follow .price {
    padding: 30px !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order_follow .price strong {
    font-size: 14px;
    line-height: 17px;
    color: var(--passive_color);
    font-weight: 400;
    margin-bottom: 5px;
}

.order_follow .price span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    color: var(--theme_color_1);
}

.order_follow .price span:not(:last-child) {
    border-bottom: 1px solid #ECF9FF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.order_follow .price span.toplam strong {
    color: var(--main_text);
    font-weight: 600;
}

.order_follow .price span.toplam b {
    color: var(--main_color);
}

section#payment-notif {
    padding: 60px 0;
}

section#payment-notif form {
    background: #fff;
    padding: 25px;
    border-radius: 3px;
}

section#payment-notif form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
}

section#payment-notif form .form-group .c-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 20px;
}

section#payment-notif form .form-group .c-control {
    border: 1px solid #f1f1f1;
    padding: 13px 17px;
    font-size: 15px;
    height: 50px;
    line-height: 18px;
    color: var(--theme_color_1);
    border-radius: 3px;
}

section#payment-notif form .form-group .c-control::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 18px;
    color: var(--theme_color_3_placeholder);
}

section#payment-notif form .form-group .c-control:-ms-input-placeholder {
    font-size: 15px;
    line-height: 18px;
    color: var(--theme_color_3_placeholder);
}

section#payment-notif form .form-group .c-control::-ms-input-placeholder {
    font-size: 15px;
    line-height: 18px;
    color: var(--theme_color_3_placeholder);
}

section#payment-notif form .form-group .c-control::placeholder {
    font-size: 15px;
    line-height: 18px;
    color: var(--theme_color_3_placeholder);
}

section#payment-notif form .form-group .c-control:focus {
    outline: none;
}

section#payment-notif form .form-group .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    background-image: url("../../img/paymentarrow.svg");
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: right;
    border-radius: 3px;
}

section#payment-notif form .form-group .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--theme_color_1);
}

section#payment-notif form .form-group .form-control.c-control {
    color: #acacac;
}

section#payment-notif form .form-group .form-control option {
    font-size: 15px;
    color: #acacac;
}

section#payment-notif form .form-group._bank .c-control:focus {
    color: var(--theme_color_1);
}

section#payment-notif form .form-group.date input {
    color: #acacac;
}

section#payment-notif form .form-group textarea {
    min-height: 80px;
}

section#payment-notif form .form-group .formaction-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--theme_color_btn1);
    border-radius: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
    color: var(--text_white);
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer {
    background-color: var(--site_background_secondary);
    padding: 30px 0;
}

.footer .footer_top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer .footer_top .footer-site-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
}

.footer .footer_top .footer-site-logo img {
    vertical-align: middle;
}

.footer .footer_top .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer_top .nav-links li {
    display: inline-block;
}

.footer .footer_top .nav-links li:not(:last-child) {
    margin-right: 15px;
}

.footer .footer_top .nav-links li a {
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: var(--sub_color);
}

.footer .footer_bottom .social h3 {
    font-weight: bold;
    font-size: 18px;
}

.footer .footer_bottom .social ul li {
    display: inline-block;
}

.footer .footer_bottom .social ul li a {
    display: inline-block;
    color: var(--sub_color);
    margin-left: 6px;
    font-size: 21px;
}

.footer .footer_bottom .copyright {
    cursor: default;
}

.footer .footer_bottom .copyright p {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: var(--sub_color);
}

.orderBox .orarea {
    padding-top: 50px;
    background: var(--main_text);
    border-radius: 3px;
    padding: 15px;
    font-size: 15px;
    line-height: 25px;
    color: var(--text_white);
}

.page-wrapper {
    z-index: 2;
}

.page-wrapper .sidebar-wrapper,
.page-wrapper .page-content {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

.sidebar-wrapper {
    position: fixed;
    top: 150px;
    left: -300px;
    z-index: 999;
    border-radius: 3px;
}

.sidebar-wrapper .sidebar-brand {
    padding: 10px 15px 10px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    min-width: 151px;
}

.sidebar-wrapper .sidebar-brand>a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
    margin-left: auto;
}

.sidebar-wrapper .sidebar-brand #close-sidebar svg {
    vertical-align: middle;
}

.sidebar-wrapper .sidebar-brand #close-sidebar svg .sidebar-wrapper .sidebar-dropdown>a:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-wrapper .sidebar-menu ul li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 10px 20px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme_color_1);
}

.sidebar-wrapper .sidebar-menu ul li a:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover {
    color: var(--theme_color_1);
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    -webkit-animation: swing ease-in-out 0.5s 1 alternate;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 17px;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper ul li a i {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-wrapper a {
    text-decoration: none;
}

#show-sidebar {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    left: 0;
    top: 150px;
    border-radius: 0 3px 3px 0px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

#show-sidebar:hover .sidebar-wrapper {
    left: 0 !important;
    transition: all 0.3s ease;
}

#show-sidebar svg path {
    fill: #fff;
}

#show-sidebar svg {
    -webkit-animation: rotate 4s infinite;
    animation: rotate 4s infinite;
    vertical-align: middle;
}

#close-sidebar {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

.badge-basarilibg {
    background: rgba(40, 167, 69, 0.15);
    color: #28A745;
}

.badge-hazirlaniyorbg {
    background: rgba(23, 162, 184, 0.15);
    color: #17A2B8;
}

.badge-odemebekbg {
    background: rgba(52, 152, 177, 0.15);
    color: #3498B1;
}

.badge-iptalbg {
    background: rgba(255, 70, 92, 0.15);
    color: #FF465C;
}

.badge-teslimbg {
    background: rgba(4, 53, 156, 0.15);
    color: #04359C;
}

.badge-kargobg {
    background: rgba(131, 182, 143, 0.15);
    color: #83B68F;
}

.badge-kontrolbg {
    background: rgba(26, 119, 134, 0.15);
    color: #1A7786;
}

.badge-stokyokbg {
    background: rgba(0, 2, 25, 0.15);
    color: #000219;
}

.odeme_bildir {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 83px;
    border: none;
    background: var(--main_color);
    color: var(--text_white);
    border-radius: 3px;
    font-weight: 600;
    font-size: 18px;
}

.odemeyap a {
    margin: 0 auto;
    color: var(--main_color) !important;
}

.odeme_bildirbtn {
    background: var(--main_color) !important;
}

.odemeyap a:hover,
.color_main {
    color: var(--main_color);
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1230px;
    }

}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
    .header-container .navbar .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 1200px) {
    
    header#header .navbar .navbar-collapse {
        overflow-y: auto;
    }
    header#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        line-height: normal;

    }
    header#header .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-right: 0;
        padding: 20px 30px;
    }
    header#header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.active {
        display: block;
        opacity: 1;
        margin-top: 15px;
    }
    header#header .navbar .navbar-collapse .navbar-nav .dropdown-menu-tip-nw::after {
        top: calc(-0.25rem - -51px);
    }
    .dropdown-menu.show {
        display: block !important; 
    }
    header#header .header-button {
        display: none;
    }
    header#header .m-btn {
        display: block;
    }
    header#header .navbar .navbar-collapse .offcanvas-header {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        padding: 25px 30px;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 65%;
        max-width: 450px;
        height: 100vh;
        z-index: 1;

        overflow-y: auto;
        visibility: hidden;
        background-color: var(--site_background);
        -webkit-transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
        transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    }
    .navbar-collapse.show {
        visibility: visible;
        overflow: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .container {
        max-width: 95%;
    }
    section#contact-form .contact-img {
        max-width: 100%;
    }
    section#blog-boxes .blog-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    section#blog-boxes .blog-right div {
        width: 100%;
    }
    section#blog-boxes .blog-right .advertisement_right {
        margin-bottom: 30px;
    }
    section#blog-boxes .pagination {
        margin-bottom: 50px;
    }
    section#blog-text .blog-container .blog-detail .ad_hori {
        margin-bottom: 30px;
    }
    section#blog-text .blog-container .blog-detail .text-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    section#blog-text .blog-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    section#blog-text .blog-right div {
        width: 100%;
    }
    section#blog-text .blog-right .advertisement_right {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    section#product-lightbox .m-price,
    section#product-lightbox .m-detail {
        margin-bottom: 30px;
    }
    section#product-lightbox .m-price .price,
    section#product-lightbox .m-detail .price {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    main {
        overflow: unset;
    }
    section#blog-boxes .blog-right .sticky,
    section#blog-text .blog-right .sticky,
    section#product-lightbox .blog-right .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 130px;
    }
    section#fixed-whatsapp .item .item-detail span {
        padding: 0 20px 0 0;
        font-size: 14px;
        color: var(--text_white);
        position: absolute;
        visibility: hidden;
        opacity: 0;
        margin-left: -30px;
        font-weight: 500;
    }
    section#fixed-whatsapp .item .item-detail:hover span {
        position: relative;
        opacity: 1;
        visibility: visible;
        margin-left: 0;
        -webkit-transition: 0.4s cubic-bezier(0, 0, 0.34, 0.81);
        transition: 0.4s cubic-bezier(0, 0, 0.34, 0.81);
    }
    section#product-lightbox .lightbox-container .slick-list {
        height: 287px !important;
    }
}

@meida (min-width: 991px) {
    header#header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        max-width: 100% !important;
    }
    section#main-home .home-container .home-right .right-img {
        margin-bottom: 30px;
        height: 400px;
    }
    section#education .education-container .education-item {
        margin-bottom: 20px;
    }
    .dropdown:hover {
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .dropdown:hover.nav-link {
        position: relative;
        z-index: 12;
    }
    .dropdown:hover::after {
        z-index: 10;
        opacity: 1;
        visibility: visible;
        position: fixed;
    }
    header#header {
        background: var(--site_header);
    }


    header#header .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-left: 0;
    }
    header#header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
        min-width: 100%;
        opacity: 0;
        visibility: visible;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: none;
    }
    header#header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        position: relative !important;
        height: 100% !important;
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    section#about-me .about-me-container .about-left .about-image {
        padding-bottom: 30px;
    }
    section#about-me .about-me-container .about-right {
        padding-left: 15px;
    }
    section#about-me .about-me-container .about-right .about-me-info .info-detail .info-left::after {
        content: none;
    }
    section#about-me .about-me-container .about-contact .contact_item {
        margin-bottom: 30px;
    }
    section#product-lightbox .lightbox-container .product-text {
        margin: 30px 0;
    }
    section#product-lightbox .lightbox-container .slider-nav .lightbox-item {
        margin: 0 11px 20px 11px;
    }
    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        max-width: 100%;
        float: none;
    }
    .banner-slider .slider.slider-for {
        padding-left: 0;
    }
    .banner-slider .slider.slider-nav {
        height: auto;
    }
    .slider.slider-nav.thumb-image {
        white-space: nowrap;
    }
    .thumbnail-image.slick-slide {
        padding: 0px 5px;
        min-width: 75px;
        display: inline-block;
        float: none;
    }
}

@media (max-width: 768px) {
    section#portfolio-bottom .title .all-preview a,
    section.product-bottom .title .all-preview a {
        width: 44px;
        padding: 12px 0;
    }
    section#portfolio-bottom .title .all-preview a img,
    section.product-bottom .title .all-preview a img {
        margin-right: 0;
    }
    section#portfolio-bottom .title .all-preview a span,
    section.product-bottom .title .all-preview a span {
        display: none;
    }
    .title .all-preview a svg {
        margin: 0;
    }
    section#blog .title .all-preview a {
        width: 44px;
        padding: 12px 0;
    }
    section#blog .title .all-preview a img {
        margin-right: 0;
    }
    section#blog .title .all-preview a span {
        display: none;
    }
    section#about-me .about-me-container .about-right .about-me-info .info-detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section#about-me .about-me-container .about-right .about-me-info .info-detail .info-left {
        margin-bottom: 20px;
        border: none;
        margin-right: 0;
        padding-right: 0;
    }
    footer .footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .footer-container .social-media {
        padding: 10px 0 20px 0;
    }

    .order_follow .lightbox-container .sip_item.product_area .product_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper {
        margin-bottom: 20px;
    }
    #top_alert .alertt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #top_alert .alertt span {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    section#portfolio-top .slider-arrows {
        display: none;
    }
    section#portfolio-top .potfolio-slider .slider-item .slider-detail {
        padding: 30px;
    }
    section#portfolio-top .potfolio-slider .slider-item .slider-detail .right-text {
        padding: 0;
    }
    section#portfolio-top .potfolio-slider .slider-item .slider-detail .right-text p.text-top {
        font-size: 23px;
    }
    section#portfolio-bottom .title p,
    section.product-bottom .title p,
    .title p {
        font-size: 18px;
    }
    section#blog .title p {
        font-size: 18px;
    }
    section#comments .slider-arrows {
        display: none;
    }
    section#about-me .about-me-container .about-right .about-top .typed span {
        font-size: 25px;
    }
    section#about-me .about-me-container .about-right .about-body h4 {
        font-size: 47px;
    }
    section#banner .banner-box.banner-left .banner-detail .banner-text,
    section#banner .banner-box.banner-right .banner-detail .banner-text {
        display: none;
    }
    section#banner .banner-box.banner-left .banner-detail .banner-btn,
    section#banner .banner-box.banner-right .banner-detail .banner-btn {
        width: 100%;
    }
    section#banner .banner-box.banner-left .banner-detail .banner-btn a,
    section#banner .banner-box.banner-right .banner-detail .banner-btn a {
        width: 100%;
    }
    section#education .education-container .education-item .education-detail .education-info span {
        font-size: 12px;
    }
    section#education .education-container .education-item .education-detail .education-info p {
        font-size: 14px;
    }
    section#product-lightbox .lightbox-container .slider-nav .lightbox-item img {
        width: 100%;
    }
    section#about-me .about-me-container .about-right .about-me-info::before {
        width: 470px;
    }
    section#blog-text .top-detail ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section#blog-text .top-detail ul li:first-child {
        margin-bottom: 10px;
    }
    section#blog-text .blog-info ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section#blog-text .blog-info ul li:first-child {
        margin-bottom: 10px;
    }
    section#blog-text .blog-info ul li.s-icons a:first-child {
        margin-left: 0;
    }

    .order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .footer .footer_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .footer .footer_bottom .copyright {
        margin-bottom: 20px;
    }
}

@media (max-width: 446px) {
    section#main-home .home-container .home-left .left-buttons a.contact-btn {
        margin-bottom: 15px;
    }
    section#main-home .home-container .home-left .left-top .typed span {
        font-size: 17px;
    }
    section#main-home .home-container .home-left .left-body h4 {
        font-size: 33px;
    }
    section#about-me .about-me-container .about-right .about-top .typed span {
        font-size: 17px;
    }
    section#about-me .about-me-container .about-right .about-body h4 {
        font-size: 33px;
    }
    section#product-lightbox .lightbox-container .slider-nav .lightbox-item {
        margin-right: 0;
    }
    section#product-lightbox .lightbox-container .slider-nav .lightbox-item {
        margin: 0 0 19px 0;
    }
}


/*# sourceMappingURL=style.css.map */