.bg-third {
    background-color: #8D4D3E;
}

.bg-first {
    background-color: #FAF5F1;
}

.bg-second {
    background-color: #F8F8FA;
}

.btn-primary {
    background-color: #C39153;
    border-color: #C39153;
}

.btn-primary:hover {
    background-color: #686194;
    border-color: #686194;
}

.site-header {
    margin-top: 0;
}

.logo-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-header.site-header .main-bar .container {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.box-header.site-header .is-fixed .main-bar {
    background-color: #fff;
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.1);
}

.box-header.site-header .is-fixed .main-bar .container {
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.box-header.site-header .is-fixed .logo-header a img {
    /* content: url(../img/logo-black.png); */
}

.project-owbx .title {
    font-size: 24px;
}

.project-owbx {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.project-owbx:hover {
    cursor: pointer;
}

.seperated .project-owbx {
    background-color: var(--color-primary);
}

.seperated a .title {
    color: #fff;
}

.seperated a:hover .title {
    color: #fff;
}

.seperated a:hover .project-owbx {
    background-color: var(--color-secondry);
}

.project-owbx:hover {
    background-color: var(--color-secondry);
}

.project-owbx:hover .title {
    color: #fff;
}

.fixed-contact {
    position: fixed;
    right: 1%;
    bottom: 1%;
    transform: translateY(-50%);
    padding: 0;
    color: #fff;
    background-color: var(--color-primary);
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    z-index: 499;
    overflow: hidden;
}

.fixed-contact:hover {
    background-color: var(--color-secondry);
}

.fixed-contact a {
    color: #fff;
    text-align: center;
    display: block;
    height: 100%;
    padding-top: 6px;
}

.fixed-contact a i {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 7px;
    width: 38px;
}

.popupForm {
    display: none;
    width: 1200px;
}

.popupForm h5 {
    font-size: 24px;
    font-family: "Jost";
}

.popupForm p {
    font-size: 14px;
    font-family: "Jost";
}

.popupForm .inquiry-form {
    padding: 0;
    box-shadow: none;
    height: auto;
}

.popupForm .inquiry-form .input-group-addon {
    padding: 9px 3px 3px 3px;
}

.popupForm .inquiry-form .bootstrap-select .dropdown-toggle {
    font-size: 15px;
}

.popupForm .inquiry-form .form-control {
    font-size: 15px;
    font-family: "Jost";
}

.popupForm .inquiry-form .form-check {
    padding-left: 0;
}

.popupForm .inquiry-form .gdpr {
    font-size: 13px;
    font-family: "Jost";
}

.popupForm .inquiry-form .site-button {
    font-size: 13px;
    font-family: "Jost";
    padding: 8px 10px;
}

.fancybox-container {
    z-index: 9999999;
}

.popupForm .popupCta {
    height: 100%;
}

.popupForm .popupCta .title {
    font-size: 30px;
    font-family: "Jost", sans-serif;
    margin-bottom: 15px;
    color: #000;
}

.popupForm .popupCta .phone {
    margin-bottom: 15px;
}

.popupForm .popupCta .phone a {
    font-size: 34px;
    color: var(--color-primary);
}

.popupForm .popupCta .contact {
    width: 100%;
    text-align: center;
}

.popupForm .popupCta .contact .site-button {
    font-size: 22px;
    width: 70%;
    margin-bottom: 15px;
    border-radius: 30px;
}

.milestones-title {
    font-size: 56px;
    text-align: center;
    font-family: "WindSong", sans-serif;
    color: #C39153;
    margin-top: 0;
}

.news-title {
    font-size: 56px;
    text-align: center;
    font-family: "WindSong", sans-serif;
    color: #C39153;
    margin-top: 0;
}

.karakaslar-title {
    font-size: 90px;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 800;
    color: #dfdfdf;
    opacity: 0.3;
    line-height: 5px;
}

.press-title {
    font-size: 90px;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 800;
    color: #dfdfdf;
    opacity: 0.3;
    line-height: 5px;
}

.karakaslar-title.single-title {
    font-size: 90px;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 800;
    color: #999;
    opacity: 0.7;
    line-height: 90px;
    margin-bottom: 50px;
}

.karakaslar-title.single-title.page {
    font-size: 50px;
    text-align: center;
    color: #000;
    line-height: 50px;
}

.karakaslar-title.single-title.alt {
    text-align: left;
    color: #fff;
    opacity: 1;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}

.karakaslar-title.single-title.black {
    text-align: left;
    color: #fff;
    color: #000;
    font-size: 50px;
    line-height: 50px;
}

.section-head.style2 .title {
    font-size: 30px;
}

.content-inner.news {
    padding-top: 90px;
    background-color: #FCFBF8;
}

.content-inner.brands {
    padding: 30px 0 0 0;
}

.ow-client-logo img {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.ow-client-logo:hover {
    box-shadow: none;
}

.call-action {
    padding: 25px 0;
}

.widget-link li:after {
    content: "|";
}

.widget_getintuch i {
    top: 2px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.dlab-img-overlay1:before {
    opacity: 0.5;
}

.project-carousel .owl-item.active.center .portfolio-style1 .dlab-img-overlay1:before {
    opacity: 0;
}

.portfolio-style1 .portfolio-info .title {
    padding: 10px 15px;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 34px;
    border-bottom-right-radius: 10px;
}

.our-story span {
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
    color: var(--color-primary);
    opacity: 0.4;
}

.our-story h2 {
    margin-top: 0;
}

.site-button.circle {
    background: none;
    border-radius: 0;
    width: 30px;
    height: 30px;
    line-height: 29px;
}

.owl-btn-1.primary .owl-prev,
.owl-btn-1.primary .owl-next,
.owl-btn-2.primary .owl-prev,
.owl-btn-2.primary .owl-next,
.owl-slider-banner .owl-theme .owl-dots .owl-dot.active span,
.owl-slider-banner .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #333;
    opacity: 0.4;
}

.portfolio-style1 .portfolio-info .title {
    font-weight: 400;
}

.sub-menu i {
    margin-top: 4px !important;
}

.site-button.circle:hover {
    background-color: var(--color-primary);
}

.owl-carousel .ow-client-logo img {
    height: 100%;
}

.site-button.contact {
    padding: 13px 32px;
    font-size: 16px;
}

.site-button.social {
    background-color: #fff;
    color: #333;
    border-radius: 100%;
}

.our-story h4.title {
    font-size: 20px;
    line-height: 32px;
}

.our-story h2.title {
    font-size: 40px;
    line-height: 46px;
}

.header-inner .top-bar {
    background-color: rgba(0, 0, 0, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.header-inner .main-bar {
    background-color: rgba(0, 0, 0, .5);
}

.site-header .is-fixed .navbar-toggler span,
.site-header .navbar-toggler span {
    background-color: #fff;
}

.dlab-bnr-inr,
.dlab-bnr-inr .dlab-bnr-inr-entry {
    height: 300px
}

.dlab-bnr-inr.no-image {
    height: 250px;
    background-color: #152332;
}

.dlab-bnr-inr.no-image .dlab-bnr-inr-entry {
    height: 250px;
}

.dlab-bnr-inr-entry {
    align-items: flex-end;
    padding-bottom: 30px;
    vertical-align: bottom !important;
}

.page-banner video {
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    z-index: -2;
}

.video-page-banner {
    height: 300px;
    overflow: hidden !important;
    position: relative;
}

.page-banner .overlay {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.video-page-banner .overlay {
    background: rgba(0, 0, 0, 0.4) !important;
}

.content-inner.inner-pages .heading-description {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.content-inner.inner-pages .section-head {
    margin-bottom: 30px;
}

.content-inner.inner-pages .section-head h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
}

.content-inner .content-bx1 {
    padding-left: 0;
}

.content-inner.inner-pages {
    padding-top: 50px;
    padding-bottom: 50px;
}

.brand-item {
    border: 1px solid #dedede;
    text-align: center;
    margin-top: 30px;
}

.group-company {
    border: 1px solid #dedede;
    margin-bottom: 30px;
    padding: 10px;
}

.group-company p {
    margin-bottom: 0;
}

.career .inquiry-form {
    height: auto;
}

.career .inquiry-form .form-check {
    padding-left: 0;
}

.career .inquiry-form .form-check label {
    font-size: 13px;
}

.career h2 {
    position: relative;
    padding-bottom: 5px;
    font-size: 24px;
}

.career h2:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #C39153;
    width: 100px;
    height: 2px;
    content: "";
}

.career h2:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #dedede;
    width: 100%;
    height: 2px;
    content: "";
}

.companies {
    padding-top: 80px !important;
}

.projects.portfolio .dlab-box .overlay-icon {
    margin-top: 0;
    opacity: 1;
}

.projects.portfolio .dlab-gallery-box {
    padding: 0;
    padding: 0;
    margin-bottom: 11px;
}

.projects .overlay-bx {
    visibility: visible;
    opacity: 1;
    justify-content: center;
    align-content: center;
}

.projects .portfolio-ic .dlab-img-overlay1:before {
    background: rgba(0, 0, 0, 0.4);
}

.projects .portfolio-ic .dlab-img-overlay1:hover:before {
    background: rgba(0, 0, 0, 0.1);
}

.projects .dlab-media img,
.projects .dlab-post-media img {
    width: auto;
    height: auto;
    display: inline-block;
    transition: transform .5s;
}

.projects .dlab-media:hover .project-image {
    transform: scale(1.2);
}

.projects .dlab-img-overlay1:before {
    opacity: 1;
}

.project-filter {
    font-size: 20px;
    color: #000;
    text-transform: none;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    transition: none;
}

.site-filters {
    border-bottom: 3px solid #ddd;
    padding-bottom: 10px;
}

li.active .project-filter {
    color: #C39153;
}

li.active .project-filter:after {
    content: "";
    background-color: #C39153;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -17px;
}

.portfolio .site-filters {
    margin-bottom: 0;
}

.portfolio .btn {
    font-size: 16px;
}

.select-filters {
    max-width: 100%;
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.select-filters .types {
    max-width: 300px;
    display: inline-block;
}

.bg-secondry {
    background-color: #686194 !important;
}

.rev-btn,
.rev-btn:visited {
    font-family: "Jost";
}

.blog-carousel-kk {
    position: relative;
}

.blog-carousel-kk h2 {
    font-family: "Allura", sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #C39153;
}

.blog-carousel-kk h3 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

.blog-carousel-kk p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.project-contents {
    padding: 35px;
    background-color: transparent;
    height: 100%;
    position: relative;
}

.project-contents .navigations {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: 0;
}

.project-contents .navigations .nav-btn {
    background-color: transparent;
    padding: 5px 10px;
    color: #000;
    font-size: 40px;
    display: inline-block;
}

.blog-carousel-props {
    position: relative;
}

.prop-buttons {
    margin-top: 40px;
}

.locations {
    background-color: #f6f6f6;
    margin-top: 50px;
}

#map {
    height: 600px;
}

.project-location {
    padding: 50px;
}

.project-location h2 {
    font-family: "Jost";
    font-size: 48px;
}

.project-page {
    padding-bottom: 0 !important;
}

.project-details {
    background-color: #fff;
    margin-top: 0;
}

.project-details .details {
    padding: 50px;
}

.service-box p {
    margin-bottom: 30px;
}

.relative {
    position: relative;
}

.counters-block {
    background-color: #C39153;
    padding: 10px;
    position: absolute;
    left: 50px;
    bottom: 100px;
}

.counters-block li {
    border-right: 1px solid #fff;
}

.counters-block li:last-child {
    border-right: 0;
}

.counter-style-5 {
    padding: 0 15px;
    border: 0;
    color: #fff;
}

.counter-style-5 .counter {
    font-size: 24px;
    letter-spacing: 0;
}

.counter-style-5:hover {
    transform: none !important;
    -webkit-transform: none !important;
    background: transparent;
    transition: none;
}

.counter-style-5:hover:after {
    display: none;
}

.counter-style-5 .counter-text {
    color: #E1C9AA;
}

.portfolio .portfolio-ic a {
    display: block;
}

.portfolio .dlab-gallery-box {
    padding: 5px;
}

.owl-fade-second .owl-prev,
.owl-fade-second .owl-next {
    color: #fff;
    display: none !important;
}

.owl-fade-second .owl-nav,
.owl-fade-second .owl-dots {
    display: none !important;
}

.project-page .service-box.style2 {
    padding: 60px;
}

.project-page .projects .dlab-media:hover .project-image {
    transform: none;
}

.gallery-carousel .owl-dots {
    display: none !important;
}

.gallery-carousel .owl-next,
.gallery-carousel .owl-prev {
    padding: 0;
    line-height: 43px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.gallery-carousel .owl-next:hover,
.gallery-carousel .owl-prev:hover {
    padding: 0;
    line-height: 43px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
}

button.scroltop.radius {
    display: none !important;
}

.scroll-downs {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 15px;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px;
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 3px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #f0e6da;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: transparent;
}

.location-table tr th:last-child,
.location-table tr td:last-child {
    text-align: center;
}

.blog-post.blog-single .dlab-post-title .post-title {
    margin-top: 0;
}

.content-area {
    padding-top: 40px;
}

.press-area .dlab-info .post-title {
    font-size: 18px;
    font-weight: 400;
}

.dlab-bnr-inr h1 {
    text-align: left;
}

.visual-materials {
    border: 1px solid #dedede;
}

.dlab-post-readmore.news .site-button {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.videos .blog-single .dlab-post-text {
    margin-top: 0;
    margin-bottom: 20px;
}

.contact-info {
    margin-bottom: 0;
}

.contact-info .fa {
    margin-right: 10px;
}

.contact-info li {
    margin-bottom: 5px;
}

.contact-info li:last-child {
    margin-bottom: 0;
}

.modal {
    z-index: 99999999;
}

.modal.show .modal-dialog {
    padding: 50px 0 50px 0;
}

.modal-content {
    background-color: transparent;
}

.modal-body,
.modal-footer {
    background-color: #fff;
}

.modal-header {
    background-color: #C39153;
}

.project-contact {
    padding-bottom: 80px !important;
}

.project-contact .inquiry-form {
    height: auto;
}

.project-contact .icon-bx-wraper {
    background-color: #fff;
    margin-bottom: 15px;
    border: 0 !important;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.project-contact .icon-bx-wraper p {
    font-size: 18px;
}

.project-contact .icon-bx-wraper a {
    color: #C39153;
}

.project-contact .desc {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}

.project-contact .gdpr {
    font-size: 14px;
}

.project-contact .inquiry-form {
    padding: 14px;
}

.project-page .section-full:last-child {
    margin-bottom: 0;
}

.project-page .project-filter {
    padding-left: 15px;
    padding-right: 15px;
}

#loading-area {
    background-image: url("../img/loading.svg");
    background-color: #fff;
    background-size: 150px;
}

.typography p {
    font-size: 15px;
}

.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-family: "Jost", sans-serif;
    font-weight: 700;
}

.typography strong {
    font-weight: 700;
}

.typography ul {
    padding: 0;
    list-style-type: none;
}

.typography ul li {
    position: relative;
    padding-left: 40px;
}

.typography ul li:before {
    position: absolute;
    content: "\f35a";
    left: 15px;
    top: 50%;
    margin-top: -10px;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
}

.typography blockquote {
    padding: 0;
    font-style: normal;
    color: #C39153;
    background-color: transparent;
    border-left: 0;
}

.typography blockquote:before {
    display: none !important;
}

.breadcrumb-row {
    padding: 10px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10) !important;
}

.breadcrumb-row ul li:after {
    color: #999;
}

.breadcrumb-row ul li {
    font-size: 14px;
}

.breadcrumb-row ul li a {
    color: #999;
}

.breadcrumb-row ul li a:hover {
    color: var(--color-primary) !important;
}

.breadcrumb-row ul li:last-child {
    color: var(--color-primary);
}

.presslist .post-title {
    font-size: 16px;
}

.lg-toolbar {
    /*display: none !important;*/
    background-color: transparent;
}

.lg-backdrop {
    background-color: transparent;
}

.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    background-color: rgba(0, 0, 0, 0.7);
}

.owl-theme .owl-nav .disabled {
    opacity: 0.2;
}

.lg-toolbar .lg-icon {
    font-size: 42px;
}

.alertModal .modal-body {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.bg-karakasbtn {
    background-color: #6E2420 !important
}

@media (min-width: 992px) {
    .header.header-transparent .main-bar .header-nav .nav>li>a {
        border: 0;
        color: #fff;
        font-family: "Jost", sans-serif;
        font-weight: 400;
    }
    .header-nav .nav>li .sub-menu li a {
        font-family: "Jost", sans-serif;
        font-weight: 400;
    }
    .box-header.site-header .is-fixed .main-bar .header-nav .nav>li>a {
        color: #000;
    }
    .header-nav .nav>li .sub-menu {
        width: 250px;
    }
    .header-nav .nav>li .sub-menu li>.sub-menu {
        left: 250px;
    }
    .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        left: 250px;
    }
    .widget.padding-left {
        padding-left: 30px;
    }
    .client-logo-carousel {
        padding: 0 0 0 15px;
    }
    .widget.kvkk {
        margin-top: 55px;
    }
    .blog-carousel-kk .owl-prev {
        right: auto !important;
        left: 60% !important;
        top: 90% !important;
    }
    .blog-carousel-kk .owl-next {
        left: auto !important;
        right: 44% !important;
        top: 90% !important;
    }
    .blog-carousel-props .owl-prev {
        right: auto !important;
        left: 70px !important;
        bottom: -40px !important;
        top: auto !important;
    }
    .blog-carousel-props .owl-next {
        right: auto !important;
        left: 120px !important;
        bottom: -40px !important;
        top: auto !important;
    }
    .news-area .blog-effect1 .dlab-info {
        min-height: 320px;
    }
    .modal-lg,
    .modal-xl {
        max-width: 1200px;
    }
    #sync2 .owl-next {
        right: -200px;
    }
    #sync2.history.inner .owl-next {
        right: 0;
    }
}

@media (max-width: 991px) {
    .mo-left .header-nav .logo-header a img {
        content: url(../img/logo-black.png);
    }
    .header-nav .nav>li,
    .box-header .header-nav .nav>li>a {
        font-family: "Jost";
    }
    .karakaslar-title {
        font-size: 48px;
    }
    .milestones-title {
        font-size: 40px;
    }
    .news-title {
        font-size: 40px;
    }
    .box-header.header-transparent .navbar-toggler {
        color: #fff;
    }
    .box-header.header-transparent .is-fixed .navbar-toggler {
        color: #000;
    }
    .header-transparent.box-header .navbar-toggler span {
        background-color: #fff;
    }
    .header-transparent.box-header .is-fixed .navbar-toggler span {
        background-color: #000;
    }
    .header-transparent.box-header .is-fixed .navbar-toggler,
    .header-transparent.box-header .navbar-toggler {
        margin: 20px 0 15px 20px;
    }
    .side-nav .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-angle-right {
        margin-right: 10px;
    }
    .const-about .content-bx1 {
        padding-bottom: 30px;
    }
    .footer-logo-link {
        display: block;
        text-align: center;
    }
    .footer-logo-link img {
        display: inline-block;
    }
    .footer-title {
        text-align: center;
    }
    .site-footer .widget ul.list-inline {
        text-align: center;
    }
    .scroltop {
        display: none !important;
    }
    .portfolio-style1 .portfolio-info .title {
        font-size: 24px;
    }
    .mo-left .header-nav {
        overflow: hidden;
    }
    .fixed-contact {
        bottom: 0;
        right: 10px;
        top: auto;
    }
    .popupForm .popupCta .contact .site-button {
        font-size: 16px;
    }
    .group-company {
        padding: 15px;
    }
    .content-inner.inner-pages {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .project-filter {
        font-size: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .portfolio .filters .btn a {
        display: block;
        padding: 0 5px;
    }
    .blog-carousel-kk .owl-prev {
        top: auto !important;
        bottom: -30px !important;
        left: 35% !important;
    }
    .blog-carousel-kk .owl-next {
        top: auto !important;
        bottom: -30px !important;
        right: 35% !important;
    }
    .project-page .service-box.style2 {
        padding: 30px;
    }
    .karakaslar-title.single-title.black {
        font-size: 28px;
    }
    .blog-carousel-props .owl-prev {
        top: auto !important;
        bottom: -40px !important;
        left: 32% !important;
    }
    .blog-carousel-props .owl-next {
        top: auto !important;
        bottom: -40px !important;
        right: 32% !important;
    }
    .prop-buttons a {
        display: block;
        margin-bottom: 15px;
    }
    .news-area .blog-effect1 .dlab-info {
        min-height: 350px;
    }
    .counters-block {
        left: auto;
        bottom: auto;
        position: relative;
        padding: 10px;
    }
    .counters-block li {
        display: block;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
    .counters-block li:last-child {
        border-bottom: 0;
    }
    .counter-style-5 {
        padding: 10px 10px;
        text-align: center;
    }
    .counter-style-5 .counter {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .mo-left .navbar-toggler.open:after {
        margin: 0 0 0 -15px;
    }
    .popupForm .inquiry-form .text-end {
        text-align: center !important;
        margin-bottom: 30px;
    }
    .portfolio .filters .btn a {
        display: block;
        padding: 0 5px;
    }
    li.active .project-filter:after {
        bottom: -5px;
    }
    .news-area .blog-effect1 .dlab-info {
        min-height: 270px;
    }
    .dlab-bnr-inr h1 {
        text-align: center;
    }
    .project-list.owl-btn-center-lr .owl-nav {
        display: none !important;
    }
    .our-story h2.title {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
}

@media (max-width: 467px) {
    .karakaslar-title {
        font-size: 40px;
    }
    .press-title {
        font-size: 52px;
    }
    .milestones-title {
        font-size: 32px;
    }
    .news-title {
        font-size: 48px;
    }
    #sync1 .owl-nav .owl-prev {
        bottom: 20%;
        top: auto;
        color: #fff;
    }
    #sync1 .owl-nav .owl-next {
        bottom: 20%;
        top: auto;
        color: #fff;
    }
    .content-inner.news {
        padding-top: 40px;
    }
    .section-head.style2 .title {
        font-size: 22px;
    }
    .portfolio .filters .btn a {
        display: block;
        padding: 0 5px;
    }
    li .project-filter {
        margin-bottom: 10px;
    }
    li.active .project-filter:after {
        bottom: -5px;
    }
}