/* Minification failed. Returning unminified contents.
(516,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(517,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-white-rgb'
(517,43): run-time error CSS1039: Token not allowed after unary operator: '-bs-text-opacity'
(550,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-heading-color'
(557,30): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(558,29): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(559,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-y'
 */
@font-face {
    font-family: 'Raleway';
    src: url("/Content/WebsiteTemplate/fonts/Raleway-Bold.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/Raleway-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url("/Content/WebsiteTemplate/fonts/Raleway-Medium.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/Raleway-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url("/Content/WebsiteTemplate/fonts/Raleway-Light.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/Raleway-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url("/Content/WebsiteTemplate/fonts/Raleway-Heavy.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/Raleway-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url("/Content/WebsiteTemplate/fonts/Raleway-SemiBold.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/Raleway-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url("/Content/WebsiteTemplate/fonts/Raleway.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/Raleway.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url("/Content/WebsiteTemplate/fonts/Raleway-ExtraLight.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/Raleway-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url("/Content/WebsiteTemplate/fonts/Raleway-ExtraBold.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/Raleway-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url("/Content/WebsiteTemplate/fonts/Aileron-Bold.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/Aileron-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url("/Content/WebsiteTemplate/fonts/Aileron-Light.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/Aileron-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    background: #fff;
    color: #333;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.img-fromtop {
    position: relative;
    overflow: hidden;
}

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

.container {
    margin: 0 auto;
}

/* MAIN HEADER */
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    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;
    padding: 25px 25px 0 25px;
}

    .main-header.inner-pages {
        position: static;
        background-color: #fff;
        padding-bottom: 15px;
    }

.logo img {
    max-width: 100%;
}

.logo-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

    .logo-title span {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        vertical-align: middle;
    }

    .logo-title.dark span {
        color: #333;
    }

    .logo-title span:not(:first-child)::before {
        content: "|";
        display: inline-block;
        color: #FF000F;
        margin: 0 5px;
    }

.hdr-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.main-nav-top {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

    .main-nav-top .main-nav {
        position: relative;
        top: -9px;
    }

.main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-nav-link {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.25px;
    padding: 10px;
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .main-nav-link::after {
        /*content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f42434;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        transform-origin: bottom center;
        z-index: -1;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;*/
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #ff0e0e;
        transform-origin: bottom right;
        transition: transform 0.3s ease-out;
    }

    .main-nav-link:hover::after {
        /*-webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);*/
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        transform-origin: bottom left;
    }

.has-sub-main:hover .main-nav-link::after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.has-sub-main:hover .main-nav-link {
    color: #FF000F !important;
}

.main-nav-link img {
    width: 20px;
    position: relative;
    top: -2px;
}

.main-header.inner-pages .main-nav-link,
.main-header.inner-pages .hdr-lang,
.main-header.inner-pages .hdr-lang a:not(.active) {
    color: #333;
}

    .main-header.inner-pages .main-nav-link:hover {
        color: #FF000F;
    }

    .main-header.inner-pages .main-nav-link img {
        filter: brightness(0.3);
        transition: all 0.4s;
    }

    .main-header.inner-pages .main-nav-link:hover img {
        filter: none;
    }

.hdr-lang {
    color: #fff;
    margin-left: 20px;
}

    .hdr-lang a {
        display: inline-block;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.25px;
    }

        .hdr-lang a.active {
            color: #df2323;
        }

/* MAIN FOOTER */

.mf-top {
    background-color: #0f2a37;
    padding: 20px 0 10px;
}

    .mf-top .container {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.mf-top-item {
    color: #9eafaf;
    font-size: 16px;
    font-weight: 500;
}

    .mf-top-item:first-child {
        text-align: left;
    }

        .mf-top-item:first-child .mf-top-item-title {
            text-align: center;
        }

    .mf-top-item:nth-child(2) {
        text-align: center;
    }

    .mf-top-item:last-child {
        text-align: right;
    }

.mf-top-item-title {
    font-weight: 400;
    margin-bottom: 10px;
}

.mf-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mf-social ul li {
        margin: 0 20px 10px 0;
    }

        .mf-social ul li:last-child {
            margin-right: 0;
        }

        .mf-social ul li a {
            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: 31px;
            height: 31px;
            border: 1px solid #2e4551;
            border-radius: 50%;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

            .mf-social ul li a img {
                max-width: 100%;
                opacity: 25%;
                -webkit-transition: all 0.4s;
                transition: all 0.4s;
            }

            .mf-social ul li a:hover img {
                opacity: 1;
            }

        .mf-social ul li .facebook:hover {
            border-color: #1d4c9c;
            background-color: #1d4c9c;
        }

        .mf-social ul li .twitter:hover {
            border-color: #00ACED;
            background-color: #00ACED;
        }

        .mf-social ul li .youtube:hover {
            border-color: #FF0000;
            background-color: #FF0000;
        }

        .mf-social ul li .instagram:hover {
            border-color: #E33A61;
            background-color: #E33A61;
        }

.mf-bottom {
    background-color: #233741;
    padding: 50px 0 25px;
}

.mf-nav {
    margin-bottom: 20px;
}

    .mf-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .mf-nav ul li {
            margin-right: 10px;
        }

            .mf-nav ul li:last-child {
                margin-right: 0;
            }

            .mf-nav ul li a {
                display: inline-block;
                color: #9eafaf;
                font-size: 13px;
                font-weight: 600;
                padding: 10px;
                -webkit-transition: all 0.4s;
                transition: all 0.4s;
            }

                .mf-nav ul li a:hover {
                    color: #fff;
                }

.mf-link,
.mf-address {
    color: #9eafaf;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.25px;
    text-align: center;
}

    .mf-link a,
    .mf-address a {
        color: #9eafaf;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

        .mf-link a:hover,
        .mf-address a:hover {
            color: #fff;
        }

.mf-link {
    margin-bottom: 10px;
}

.mfb-bottom {
    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;
}

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

.mf-copyright,
.mf-copyright a {
    color: #9eafaf;
}

    .mf-copyright a:hover {
        color: #fff;
        text-decoration: underline;
    }

.mf-development img {
    width: 60px;
}

/*footer adres alan�*/

.rounded {
    border-radius: 0.25rem !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.p-2 {
    padding: .5rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.baslik {
    font-size: 18px !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 576px) {
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}











/* MOBILE MENU */

.accordion ul.inner {
    overflow: hidden;
    display: none;
}

.mobile-menu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    padding: 10px 15px;
}

    .mobile-menu ul li a.mm-title span {
        position: relative;
        display: block;
        font-weight: 600;
        padding: 0 20px;
    }

    .mobile-menu ul li a.mm-title.toggle span::before {
        content: url("/Content/WebsiteTemplate/img/arrow-down.svg");
        position: absolute;
        top: 3px;
        right: 0;
        width: 14px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .mobile-menu ul li a.mm-title.active.toggle span::before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.mobile-menu ul > li ul li {
    display: block;
    padding-left: 30px;
}

.mobile-menu {
    display: none;
    background-color: #da1515;
    padding-bottom: 25px;
    padding-top: 50px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 300;
    height: 100%;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s;
    transition: .5s;
}

    .mobile-menu.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

.mobile-menu-close {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 8px;
    top: -3px;
    display: block;
    cursor: pointer;
}

.hamburger-menu {
    float: right;
    display: none;
}

    .hamburger-menu span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        border-radius: 3px;
    }

.main-header.inner-pages .hamburger-menu span {
    background-color: #333;
}

.alt-sub {
    position: absolute;
    padding: 0 25px;
    background: #FF0000;
    z-index: 99;
    width: 235px;
    flex-wrap: wrap;
    height: 0;
    transition: all 0.5s;
    overflow: hidden;
}

    .alt-sub li {
        width: 100%;
        float: left;
        margin-bottom: 6px;
    }

        .alt-sub li:first-child {
            margin-top: 25px;
        }

        .alt-sub li:last-child {
            margin-bottom: 25px;
        }

        .alt-sub li a {
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            text-align: left;
        }

.has-sub-main {
    position: relative;
}

    .has-sub-main span {
        cursor: pointer;
    }

    .has-sub-main:hover .alt-sub {
        height: auto;
        transition: all 0.5s;
    }
/*MEDIA*/
@media (max-width: 1400px) {
    .main-nav-link {
        font-size: 13px;
        padding: 8px;
    }
}

@media(max-width: 1229px) {
    .logo-title {
        position: absolute;
        left: 10px;
        display: block;
        margin-left: 0;
        padding: 5px;
    }

        .logo-title span {
            font-size: 14px;
        }

    .main-header.inner-pages {
        padding-bottom: 30px;
    }
    /*.logo-title span {
        display: block;
        font-size: 14px;
        margin-bottom: 3px;
    }

        .logo-title span::before {
            display: none;
        }*/
    .hdr-right {
        position: relative;
        top: 30px;
    }

    .alt-sub li a {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
    }

    .alt-sub {
        width: 220px;
    }
}

@media (max-width: 991px) {
    .main-nav {
        display: none;
    }

    .hamburger-menu,
    .mobile-menu {
        display: block;
    }

    .main-nav-top {
        position: relative;
        top: -28px;
    }
}

@media (max-width: 767px) {
    .main-header {
        padding: 15px 15px 0 15px;
    }

    .mfb-bottom {
        text-align: center;
    }

    .mf-nav ul,
    .mfb-bottom {
        display: block;
    }

        .mf-nav ul li {
            text-align: center;
            margin: 0;
        }

    .mf-development {
        padding-top: 15px;
    }

    /*.mf-top {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }*/

        .mf-top .container {
            display: block;
        }

    .mf-top-item {
        margin-bottom: 20px;
    }

        .mf-top-item:last-child {
            text-align: center;
        }
}

@media (max-width: 480px) {
    .logo {
        width: 200px;
    }
}

@media (max-width: 320px) {
    .logo {
        width: 150px;
    }
}

/*MIN WIDTH*/
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1410px) {
    .mf-bottom .container {
        width: 1400px;
    }
}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{/*max-height:0*/}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{display:none;text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

/*
  **SADECE ANASAYFAYA AIT CSS**
*/
/* INFI BOXES */
.home-top {
  position: relative;
  min-height: 100vh;
}

.info-boxes {
  display: none;
  position: absolute;
  right: calc(210px + 4.1%);
  bottom: calc(135px + 6.25%);
  z-index: 5;
  font-size: 16px; }
  .info-boxes p {
    margin: 0; }

/* 3D Cube */
.space3d {
    /*perspective: 650px;*/
    perspective: 400px;
    width: 250px;
    height: 250px;
    text-align: center;
    display: inline-block;
}

._3dbox {
    display: inline-block;
    transition: all 0.85s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform: rotateX(-15deg) rotateY(15deg);
}

._3dface {
    overflow: hidden;
    position: absolute;
    border: 1px solid #888;
    background: #FFF;
    /*box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1), 0 0 50px rgba(0, 0, 0, 0.3);*/
    color: #333;
    line-height: 250px;
    opacity: 1;
    /*filter: brightness(0) invert(1);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

._3dface--front {
    width: 250px;
    height: 250px;
    transform: translate3d(0, 0, 125px);
}

._3dface--top {
    width: 250px;
    height: 250px;
    transform: rotateX(90deg) translate3d(0, 0, 125px);
}

._3dface--bottom {
    width: 250px;
    height: 250px;
    transform: rotateX(-90deg) translate3d(0, 0, 125px);
}

._3dface--left {
    width: 250px;
    height: 250px;
    left: 50%;
    margin-left: -125px;
    transform: rotateY(-90deg) translate3d(0, 0, 125px);
}

._3dface--right {
    width: 250px;
    height: 250px;
    left: 50%;
    margin-left: -125px;
    transform: rotateY(90deg) translate3d(0, 0, 125px);
}

._3dface--back {
    width: 250px;
    height: 250px;
    transform: rotateY(180deg) translate3d(0, 0, 125px);
}

#radio-left:checked ~ .space3d ._3dbox {
    transform: rotateY(90deg);
}

#radio-right:checked ~ .space3d ._3dbox {
    transform: rotateY(-90deg);
}

#radio-bottom:checked ~ .space3d ._3dbox {
    transform: rotateX(90deg);
}

#radio-top:checked ~ .space3d ._3dbox {
    transform: rotateX(-90deg);
}

#radio-back:checked ~ .space3d ._3dbox {
    transform: rotateY(180deg);
}

._3dface--front {
    /*background: #F42434;*/
    background-image: url("/Content/WebsiteTemplate/img/cube3.jpg");
    background-size: 100%;
}

._3dface--left {
    /*background: #3D4C55;*/
    background-image: url("/Content/WebsiteTemplate/img/cube5.jpg");
    background-size: auto 100%;
}

._3dface--right {
    /*background: #00918F;*/
    background-image: url("/Content/WebsiteTemplate/img/cube2.jpg");
    background-size: auto 100%;
}

._3dface--top {
    /*background: #0F2A37;*/
    background-image: url("/Content/WebsiteTemplate/img/cube4.jpg");
    background-size: auto 100%;
}

._3dface--bottom {
    /*background: #005c91;*/
    background-image: url("/Content/WebsiteTemplate/img/cube6.jpg");
    background-size: auto 100%;
}

._3dface--back {
    /*background: #F42434;*/
    background-image: url("/Content/WebsiteTemplate/img/cube1.jpg");
    background-size: auto 100%;
}

._3dface a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

._3dface .info-boxes-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    text-align: center;
    padding: 20px;
}

._\33 dface a img {
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
    max-width: 70%;
    max-height: 70%;
}

._\33 dface .info-boxes-text span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
    transform: translate3d( 0, 0, 0);
    padding: 5px;
    z-index: 1;
}

    ._\33 dface .info-boxes-text span::after {
        content: "";
        position: absolute;
        bottom: 115px;
        left: 0;
        width: 100%;
        height: 30px;
        display: inline;
        background-color: #ff000f;
        border-radius: 5px;
        z-index: -1;
    }

.ibt-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #ff000f;
    z-index: 1;
}


.cube-container input {
    display: none;
}

.cube-container label {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    margin-right: 5px;
}

.cube-container input:checked + label {
    background: #f42434;
}

.cube-seperator {
    margin-bottom: 70px;
}

.cube-container {
    position: absolute;
    right: 210px;
    bottom: calc(135px + 12.25%);
    text-align: center;
    z-index: 5;
}

.info-boxes-item {
  position: absolute;
  -webkit-transition: all 3s linear;
  transition: all 3s linear; }

.info-boxes-item a {
  position: relative;
  color: #fff;
  display: block;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .info-boxes-item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 1;
    background-color: #fff;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .info-boxes-item a:hover::after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.info-boxes-item.big {
  position: static; }

.info-boxes-item.big a {
  width: 25em;
  height: 25em;
  background-color: #f42434;
  padding: 2.5em 2.5em 3.75em; }
  .info-boxes-item.big a::after {
    background-color: #dc202f; }

.info-boxes-icon,
.info-boxes-desc,
.info-boxes-title {
  position: relative;
  width: 100%;
  z-index: 2; }

.info-boxes-title {
  font-family: 'Aileron';
  font-weight: 700; }

.info-boxes-item.big .info-boxes-title {
  line-height: 2;
  margin-bottom: 0.938em; }

.info-boxes-desc {
  line-height: 1.5; }

.info-boxes-item.small a {
  width: 8.438em;
  height: 8.438em;
  padding: 1.25em; }

.info-boxes-item.small.first {
  left: -8.438em;
  bottom: 0; }
  .info-boxes-item.small.first a {
    background-color: #00918f; }
    .info-boxes-item.small.first a::after {
      background-color: #008381; }

/*.info-boxes.animating .info-boxes-item.small.first {
  bottom: calc(100% - 8.438em); }*/

.info-boxes-item.small.last {
  left: 0;
  bottom: -8.438em; }
  .info-boxes-item.small.last a {
    background-color: #3d4c55; }
    .info-boxes-item.small.last a::after {
      background-color: #37444d; }

/*.info-boxes.animating .info-boxes-item.small.last {
  left: calc(100% - 8.438em); }*/

.info-boxes-item.medium a {
  width: 11.25em;
  height: 11.258em;
  padding: 1.875em; }

.info-boxes-item.medium.first {
  top: -11.25em;
  right: 0;
  left: auto; }
  .info-boxes-item.medium.first a {
    background-color: #0f2a37; }
    .info-boxes-item.medium.first a::after {
      background-color: #0e2632; }

/*.info-boxes.animating .info-boxes-item.medium.first {
  right: calc(100% - 11.258em); }*/

.info-boxes-item.medium.last {
  top: 0;
  right: -11.25em;
  left: auto;
  text-align: right; }
  .info-boxes-item.medium.last a {
    background-color: #fff; }
    .info-boxes-item.medium.last a::after {
      background-color: #e6e6e6; }

/*.info-boxes.animating .info-boxes-item.medium.last {
  top: calc(100% - 11.258em); }*/

.info-boxes-item.medium.last .info-boxes-title {
  color: #333; }

/* MAIN SLIDER */
.main-slider {
  background-color: #0d222c; }
  .main-slider .item {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    .main-slider .item::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(13, 34, 44, 0.49);
      z-index: 1; }
  .main-slider .owl-dots {
    position: absolute;
    left: 13%;
    top: 60%; }
  .main-slider .owl-dot {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: none;
    padding: 0;
    outline: none;
    margin-right: 5px; }
    .main-slider .owl-dot span {
      position: absolute;
      left: 3px;
      top: 3px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #cdcdcd; }
    .main-slider .owl-dot.active {
      border-color: #fff; }
      .main-slider .owl-dot.active span {
        background-color: #fff; }

.slide-text {
  position: absolute;
  left: 13%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  max-width: 455px;
  z-index: 2;
  overflow: hidden; }
  .slide-text div {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 1s;
    transition: all 1s; }

.active .slide-text div {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* HOME ABOUT */
.home-about {
  padding: 110px 0; }
  .home-about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.home-about-text {
  width: 60.2%;
  padding-right: 160px; }

.home-about-title {
  color: #1a2536;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  max-width: 445px;
  margin: 0 0 35px; }

.home-about-desc {
  color: #4a4d52;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 45px; }

.home-about-link {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 500;
  background-color: #f42434;
  padding: 15px 25px; }
  .home-about-link span {
    position: relative;
    z-index: 1; }
  .home-about-link::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    background-color: #0d222c;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .home-about-link:hover::after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.home-about-img {
  position: relative;
  width: 39.8%; }
  .home-about-img img {
    width: 100%; }

.home-about-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/Content/WebsiteTemplate/img/home-about-img-overlay.png") no-repeat 50% 50%;
  background-size: contain;
  -webkit-clip-path: circle(100% at 48.5% 57.5%);
  clip-path: circle(100% at 48.5% 57.5%);
  z-index: 2;
  -webkit-transition: all 1s;
  transition: all 1s; }

.home-about-img:hover .home-about-img-overlay {
  -webkit-clip-path: circle(0% at 48.5% 57.5%);
  clip-path: circle(0% at 48.5% 57.5%); }

/* HOME FIXED IMAGE */
.home-fixed-image {
  height: 355px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed; }

/* HOME SERVICES */
.home-services {
  padding: 80px 0; }

.home-services-slider .item a {
  position: relative;
  display: block;
  padding: 15px;
  z-index: 1; }
  .home-services-slider .item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f42434;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .home-services-slider .item a:hover::after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.home-services-icon {
  margin-bottom: 20px; }
  .home-services-icon img {
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }

.home-services-title {
  color: #1a2536;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.home-services-desc {
  color: #454545;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

a:hover .home-services-title,
a:hover .home-services-desc {
  color: #fff; }

a:hover .home-services-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }

/* HOME PROJECT */
.home-project {
  overflow: hidden; }
  .home-project .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.home-project-text {
  width: 43.3%; }

.home-project-text-title {
  display: inline-block;
  position: relative;
  color: #1a2536;
  font-size: 40px;
  font-weight: 600;
  border-top: 2px solid #f42434;
  border-bottom: 2px solid #f42434;
  padding: 10px 0 15px; }
  .home-project-text-title span:first-child {
    color: #f42434;
    font-weight: 700; }
  .home-project-text-title span:last-child {
    position: absolute;
    right: 0;
    bottom: -18px;
    color: #333;
    font-size: 30px;
    font-weight: 400;
    background-color: #fff;
    padding-left: 10px;
    z-index: 1; }

.home-project-desc {
  width: 56.67%;
  position: relative; }
  .home-project-desc::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -390px;
    background: url("/Content/WebsiteTemplate/img/home-project-contact-bg.jpg") no-repeat left center;
    z-index: -1; }

.home-project-desc-inner {
  padding: 83px 0 83px 90px; }

.home-project-desc-title {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 20px; }

.home-project-desc-link a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background-color: #f42434;
  padding: 13px 20px; }
  .home-project-desc-link a span {
    position: relative;
    z-index: 1; }
  .home-project-desc-link a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    background-color: #0d222c;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .home-project-desc-link a:hover::after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

/* HOME NEWS */
.home-news {
  padding: 80px 0; }

.home-news-slider .owl-dots {
  margin-top: 30px;
  text-align: right; }

.home-news-slider .owl-dot {
  display: inline-block;
  width: 45px;
  height: 5px;
  border: none;
  background-color: #dadada;
  padding: 0;
  margin-left: 5px;
  outline: none; }
  .home-news-slider .owl-dot.active {
    background-color: #da1515; }

.home-news-main-title {
  color: #1a2536;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 30px; }

.home-news-image {
  overflow: hidden;
  margin-bottom: 30px; }
  .home-news-image img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }

.item:hover .home-news-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.home-news-date {
  color: #c00d0d;
  font-weight: 500;
  margin-bottom: 10px; }

.home-news-title {
  color: #1a2536;
  font-size: 18px;
  font-weight: 500; }

/* HOME GALLERY */
.home-gallery-title {
  color: #1a2536;
  font-size: 30px;
  margin: 30px; }

.home-gallery-wrapper {
  padding-right: calc(130px + 10.83%); }

.home-gallery-slider .owl-nav {
  position: absolute;
  bottom: 0;
  right: -100px;
  z-index: 1; }

.home-gallery-slider .owl-prev,
.home-gallery-slider .owl-next {
  border: none;
  padding: 0;
  outline: none; }

.home-gallery-image {
  position: relative;
  overflow: hidden; }
  .home-gallery-image img {
    width: 100%;
    -webkit-filter: grayscale(1) opacity(61%);
    filter: grayscale(1) opacity(61%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .home-gallery-image:hover img {
    -webkit-filter: none;
    filter: none; }

/* MEDIA */
@media (max-width: 1366px) {
  .slide-text,
  .main-slider .owl-dots {
    left: 30px; }
    .cube-container {
        right: 95px;
    }
}

@media (max-width: 1229px) {
  .home-gallery-wrapper {
    padding-right: 130px; } }

@media (max-width: 1135px) {
  .slide-text {
    font-size: 28px;
    max-width: 280px; } }

@media (max-width: 1023px) {
  .slide-text {
    max-width: inherit;
    text-align: center;
    left: 15px;
    right: 15px; }
    .main-slider .owl-dots,
    .info-boxes-desc,
    .info-boxes-title br,
    .cube-container {
        display: none;
    }
  .info-boxes,
  .info-boxes-item {
    position: static; }
  .info-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .info-boxes-item {
    width: 50% !important; }
  .info-boxes-item a {
    width: 100% !important;
    height: 100% !important;
    padding: 30px !important; }
  .info-boxes-item.medium.last {
    width: 100% !important; }
    .info-boxes-item.medium.last a {
      background-color: #e6e6e6;
      text-align: left; }
  .info-boxes-icon {
    margin-bottom: 15px; }
  .info-boxes-item.big .info-boxes-title {
    margin-bottom: 0; } }

@media (max-width: 991px) {
  .home-about-text {
    padding-right: 30px; }
  .home-about-text,
  .home-about-img {
    width: 50%; }
  .home-project-text-title {
    font-size: 28px; }
  .home-project-desc-inner {
    padding-left: 50px; }
  .home-project-desc-title {
    font-size: 30px; } }

@media (max-width: 767px) {
  .home-about,
  .home-services,
  .home-news {
    padding: 30px 15px; }
  .home-about-text,
  .home-about-img,
  .home-project-text,
  .home-project-desc {
    width: 100%; }
  .home-about-text,
  .home-about-desc,
  .home-about-title,
  .home-project-text {
    padding: 0;
    margin-bottom: 25px; }
  .home-about-title {
    font-size: 30px; }
  .home-about .container,
  .home-project .container {
    display: block; }
  .home-project-text,
  .home-project-desc-inner {
    text-align: center; }
  .home-project-desc-inner {
    padding: 30px; }
  .home-project-desc-title {
    font-size: 26px; }
  .home-news-slider .owl-dots {
    display: none; }
  .home-gallery-title {
    padding-left: 15px;
    padding-right: 15px; }
    .home-fixed-image {
        background-attachment: initial;
    }
}

/*@media (min-width: 992px) and (max-height: 850px) {
  .info-boxes {
    right: 210px;
    bottom: calc(135px + 3.25%);
    font-size: 14px; } }*/

@media (min-width: 992px) and (max-height: 780px) {
    .cube-container {
        bottom: calc(135px + 2.25%);
    }
}

/*@media (min-width: 992px) and (max-height: 600px) {
  .info-boxes {
    right: 180px;
    bottom: 120px;
    font-size: 11px; }
  .info-boxes-item.big a {
    width: 21em;
    height: 20em;
    background-color: #f42434;
    padding: 1.5em 1.5em 1.75em; }
  .info-boxes-item.medium.first {
    top: -10.25em; }
  .info-boxes-item.medium.first a {
    height: 10.25em;
    width: 10.25em; } }*/

